Sign in
chromium
/
crashpad
/
crashpad
/
HEAD
b1ffe93
[ios] Fix two shutdown races
by Ben Hamilton
· 3 days ago
main
5f2a706
Blind attempt to fix compile failure in latest roll.
by Peter Kasting
· 5 days ago
13a1e17
C++20 build fixes.
by Peter Kasting
· 6 days ago
c5094b9
minidump: Size the annotation list writer iovec more carefully
by Mark Mentovai
· 7 days ago
55de7bb
[Crashpad/Annotations] Increase maximum annotation name length to 256
by Ben Hamilton
· 8 days ago
2071aba
[ios] Fix FD leak in IOSIntermediateDumpWriter
by Ben Hamilton
· 9 days ago
1fa6eb2
Fix compile for arm64
by Alex Gough
· 9 days ago
d8567ff
Capture shadow stack region if available
by Alex Gough
· 11 days ago
9ef737a
Captures shadow stack registers for x64 Windows contexts
by Alex Gough
· 11 days ago
9e0051a
Write compacted xsave contexts in minidumps
by Alex Gough
· 11 days ago
2522289
Add fields for shadow stack registers to x64 snapshot
by Alex Gough
· 11 days ago
a5b7e50
Thread snapshots on Windows can have varying size
by Alex Gough
· 11 days ago
4581a35
ios: Limit depth of intermediate dump parser.
by Justin Cohen
· 2 weeks ago
9424269
ios: Check dyld_image_info->imageFilePath for nullptr.
by Justin Cohen
· 2 weeks ago
34a090b
ios: Capture more exceptionReason in exception processor.
by Justin Cohen
· 2 weeks ago
dfb3b59
In C++20, atomics are value-initialized by default.
by Peter Kasting
· 3 weeks ago
55cee01
ios: Don't start upload thread from background.
by Justin Cohen
· 5 weeks ago
94ea6d6
Remove ELF headers
by Joshua Peraza
· 5 weeks ago
12cb55f
ios: Safely handle database errors when saving crash reports.
by Justin Cohen
· 5 weeks ago
8647761
ios: Ensure ScopedLockedFileHandle and UploadReportMac destructor order.
by Justin Cohen
· 5 weeks ago
36c88b1
Initializes contexts on ios x64 builds
by Alex Gough
· 6 weeks ago
68aba08
ios: Don't block main thread on suspend.
by Justin Cohen
· 6 weeks ago
646bba7
ios: Add ScopedBackgroundTask to more flock file access.
by Justin Cohen
· 7 weeks ago
f882d2a
Add root_gen_dir to crashpad_config
by Joshua Peraza
· 7 weeks ago
e180670
Add libcurl to required packages in documentation
by Joshua Peraza
· 7 weeks ago
7bc7e75
Fix flaky noop build failure of crashpad
by Sylvain Defresne
· 7 weeks ago
fa01762
ios: Update build scripts to support Apple Silicon simulators.
by Justin Cohen
· 8 weeks ago
20d6dee
Roll crashpad/third_party/googletest/googletest/ 5bcd8e3bb..af29db7ec (148 commits)
by Justin Cohen
· 9 weeks ago
facfdb9
Roll crashpad/third_party/edo/edo/ 6ffbf8331..727e55670 (28 commits)
by Justin Cohen
· 9 weeks ago
4ead15a
ios: Fix googletest compile with latest Xcode.
by Justin Cohen
· 9 weeks ago
8c7caef
ios: Don't report preprocessed NSExceptions until the uncaught handler.
by Justin Cohen
· 9 weeks ago
dedbc0f
Update Crashpad bot scripts to python3.
by Justin Cohen
· 9 weeks ago
f88a116
Update Crashpad scripts to python3
by Justin Cohen
· 9 weeks ago
25e67e2
ios: Track last NSException in ObjcException preprocessor.
by Justin Cohen
· 9 weeks ago
243dffb
ios: Stop prune and upload thread when app is inactive and may suspend.
by Justin Cohen
· 9 weeks ago
460dbdc
ios: Unblock all signals corresponding to Mach exceptions on crash.
by Justin Cohen
· 9 weeks ago
4c85c46
ios: Fix test failure on M1 ARM64 machines.
by Justin Cohen
· 2 months ago
cd13ea3
ios: Add ScopedBackgroundTask to UploadThread and PruneThread.
by Justin Cohen
· 2 months ago
9c17198
ios: Replace RawLog FileHandler instead of using freopen for tests.
by Justin Cohen
· 2 months ago
9476a76
win: Use RegOpenKeyExW() instead of RegOpenKeyEx()
by Ben Hamilton
· 3 months ago
ab43d79
win: Use `RegQueryValueExW()` instead of `RegQueryValueEx()`
by Ben Hamilton
· 3 months ago
785cb10
ios: Move IOSSystemDataCollector to InProcessHandler.
by Justin Cohen
· 3 months ago
12b35eb
ios: Add forbidden allocator to integration tests.
by Justin Cohen
· 3 months ago
3c4e371
ios: Fix up concurrency in DumpWithoutCrashing and exception handling.
by Justin Cohen
· 3 months ago
13202c2
linux: set ptracer in signal handlers
by Joshua Peraza
· 3 months ago
0affe61
Migrate base::{size,empty,data} to STL equivalents in crashpad.
by Daniel Cheng
· 3 months ago
2bb6f06
Fix off-by-one error in ModuleSnapshotMinidump DebugFileName.
by Justin Cohen
· 3 months ago
e9937cb
[Cleanup] Fix circular dependency on Windows.
by Ben Hamilton
· 3 months ago
4112c11
ios: Use PlatformTest instead of testing::Test
by Bruce Dawson
· 3 months ago
0830895
ios: Remove unused vector include
by Bruce Dawson
· 3 months ago
be4fb6a
win: Get correct version info from registry
by Bruce Dawson
· 4 months ago
d78c036
Switch to shorter bucket names in luci-scheduler.cfg.
by Vadim Shtayura
· 4 months ago
45cc0da
arm64: Add Armv8.3-A PAC support to assembly files
by André Kempe
· 4 months ago
d464981
Use atomics in metrics recording terminate handler
by Joshua Peraza
· 4 months ago
f96b86e
Upgrade builders to Ubuntu-18.04
by Joshua Peraza
· 4 months ago
55eb7a2
ios: Add ability to reset Crashpad client for iOS tests.
by Justin Cohen
· 4 months ago
36ad571
ios: Add MemorySnapshotIOSIntermediateDumpTest.
by Justin Cohen
· 4 months ago
30d302a
ios: Speed up XCUITests by swizzling away Xcode crash check.
by Justin Cohen
· 4 months ago
496d522
ios: Add comment explaining why iOS only installs a SIGABRT handler.
by Justin Cohen
· 4 months ago
b25b523
ios: Simplify testBadAccess by removing optimizations.
by Justin Cohen
· 4 months ago
50531fc
linux: fix missing includes and warnings
by Joshua Peraza
· 4 months ago
1cf99ea
[Crashpad/iOS] Harden CrashHandler against crashes during intermediate dump processing
by Ben Hamilton
· 4 months ago
fd73295
linux: handle multi-threaded crashes
by Joshua Peraza
· 4 months ago
6674248
linux: re-order first-chance-handlers, and disabled signal handlers
by Joshua Peraza
· 4 months ago
1721bb9
Remove unused header <string> from client/settings.h
by Mark Mentovai
· 4 months ago
50ed179
Use BUILDFLAG for OS checking
by Mark Mentovai
· 4 months ago
b714b22
ios: Actually merge memory snapshot data.
by Justin Cohen
· 4 months ago
9ed7e84
MacOS, iOS: Replace dynamic comments in mig-generated files with stable ones.
by Aleksey Khoroshilov
· 4 months ago
243e1fd
ios: Set EXC_SOFT_SIGNAL for signal exceptions.
by Justin Cohen
· 4 months ago
824ddb2
Fix presubmit issues
by Avi Drissman
· 4 months ago
b560edd
Remove ALLOW_UNUSED_LOCAL from Crashpad
by Avi Drissman
· 4 months ago
23375ab
Use std::ignore rather than ignore_result in Crashpad
by Avi Drissman
· 5 months ago
ee230ee
Replace FALLTHROUGH macro with C++17 [[fallthrough]] attribute
by Roland Bock
· 5 months ago
7aec285
Update mini_chromium to 0243b40af70e34c81fc8a30d9b15cd276b2d49ba
by Mark Mentovai
· 5 months ago
4a539c7
Update mini_chromium to 6562d2d0b2a86026a0c8bfc89d95c0a547ed9e5e
by Mark Mentovai
· 5 months ago
ae39cec
[util/net] Fix append to undefined `defines`
by Nathan Mulcahey
· 5 months ago
821d265
[lss] Roll lss and update Fuchsia location
by Nathan Mulcahey
· 5 months ago
0ea32e0
linux: initialize padding bytes in tests for msan
by Joshua Peraza
· 5 months ago
5cc0d54
Remove obsolete LUCI experiment
by Joshua Peraza
· 5 months ago
b03c115
Remove unnecessary lines in CaptureMemoryDelegate
by Joshua Peraza
· 5 months ago
ff50a9e
Reland x7 "Bump Windows SDK to 10.0.19041.0"
by Alex Gough
· 5 months ago
3e234df
Revert "Reland x6 "Bump Windows SDK to 10.0.19041.0""
by Alex Gough
· 5 months ago
a868313
Reland x6 "Bump Windows SDK to 10.0.19041.0"
by Alex Gough
· 5 months ago
3989089
Fuchsia: Migrate to zx_system_get_page_size
by Adrian Danis
· 5 months ago
05e4aed
[googletest] Roll pin
by Joshua Seaton
· 5 months ago
a253f32
linux, win: allow disabling extra memory collection
by Joshua Peraza
· 5 months ago
c1a7d9b
Revert "Reland "Reland "Reland "Reland "Reland "Bump Windows SDK to 10.0.19041.0""""""
by Alex Gough
· 6 months ago
cfb5c84
Reland "Reland "Reland "Reland "Reland "Bump Windows SDK to 10.0.19041.0"""""
by Alex Gough
· 6 months ago
2592a77
Upgrade LUCI configs to use Mac-11
by Joshua Peraza
· 6 months ago
fe19de6
arm64: Add Armv8.5-A BTI support to assembly files.
by Salome Thirot
· 6 months ago
3b8a7cf
ios: Use _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS for backwards compatibility.
by Justin Cohen
· 6 months ago
0453ea1
ios: Handle empty stack in GenerateStackMemoryFromFrames.
by Justin Cohen
· 6 months ago
281ba70
Fix build with /std:c++17 on 32-bit Windows
by Nico Weber
· 6 months ago
0d26b02
Reraise signals via rt_tgsigqueueinfo(2) on Linux (try 2).
by Peter Collingbourne
· 6 months ago
0fdeeec
fix: link Chromium's libunwind when using sanitizers
by Richard Townsend
· 6 months ago
c537245
Revert "Reraise signals via rt_tgsigqueueinfo(2) on Linux."
by Peter Collingbourne
· 6 months ago
bc138fc
Initialize process snapshot client ids to zero.
by Justin Cohen
· 6 months ago
c7ce2e3
ios: Tighten up UIGestureEnvironment exception detection.
by Justin Cohen
· 6 months ago
54f2581
ios: Set client id in minidump.
by Justin Cohen
· 6 months ago
3a7e935
ios: Handle partial intermediate dumps and exception contexts.
by Justin Cohen
· 6 months ago
Next »