index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
linux
/
handler
/
exception_handler_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only restore the signal handler if sigaction has not changed
Lars Volker
2018-01-09
1
-0
/
+59
*
A couple of minor fixes
Leonard Mosescu
2017-07-11
1
-1
/
+1
*
Fix asan builds
Eric Holk
2017-06-22
1
-23
/
+23
*
Add first chance exception handler API
Eric Holk
2017-06-19
1
-0
/
+23
*
breakpad: fix unittest errors
Yunlian Jiang
2016-05-04
1
-4
/
+0
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
1
-14
/
+1
*
Fix -Wunused-function warnings in ASAN builds.
Lei Zhang
2015-12-30
1
-6
/
+2
*
tests: InstructionPointerMemoryNullPointer: make it work under llvm
vapier@chromium.org
2015-07-20
1
-1
/
+6
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
1
-0
/
+4
*
Fix compilation with gcc --std=c++11
ted.mielczarek@gmail.com
2015-03-24
1
-1
/
+1
*
Cleanup: hide undefined behavior from the compiler better.
ivanpe@chromium.org
2014-07-01
1
-4
/
+18
*
disable unittests under ASAN that use memory crashes
vapier@chromium.org
2013-12-11
1
-5
/
+14
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
1
-1
/
+6
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
1
-19
/
+35
*
Fix three unit tests on recent ARM devices.
digit@chromium.org
2013-03-21
1
-0
/
+24
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
1
-21
/
+21
*
Fix some issues with -Werror=sign-compare on Android builds
ted.mielczarek@gmail.com
2013-02-01
1
-1
/
+1
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
1
-16
/
+16
*
Fix some compiler errors in exception_handler_unittest by casting like crazy
ted.mielczarek@gmail.com
2012-10-15
1
-2
/
+4
*
Make Linux signal handler more robust.
digit@chromium.org
2012-10-09
1
-0
/
+31
*
Fix merge error from r1055
ted.mielczarek@gmail.com
2012-10-02
1
-1
/
+0
*
Fix linux compile errors for some systems.
qsr@chromium.org
2012-10-02
1
-9
/
+10
*
Fix the Linux build with clang.
thestig@chromium.org
2012-09-26
1
-0
/
+1
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
1
-0
/
+66
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek@gmail.com
2012-09-18
1
-1
/
+80
*
Add a GetInstructionPointer method to MinidumpException
ted.mielczarek@gmail.com
2012-09-17
1
-42
/
+3
*
Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...
ted.mielczarek@gmail.com
2012-09-17
1
-0
/
+4
*
Properly redeliver (or don't) signals to the previous handlers.
mark@chromium.org
2012-09-04
1
-0
/
+174
*
Adding a way to create an ExceptionHandler that takes in a file descriptor
jcivelli@chromium.org
2012-08-09
1
-235
/
+243
*
Conditionally compiling a unittest - based on whether AddressSanitizer is used.
ivan.penkov@gmail.com
2012-08-06
1
-0
/
+7
*
Speculatively back out r989 per http://codereview.chromium.org/10805065/ :
mark@chromium.org
2012-07-24
1
-39
/
+0
*
Linux: Fix a bunch of clang errors from not handling return values.
thestig@chromium.org
2012-07-24
1
-5
/
+8
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek
2012-07-19
1
-0
/
+39
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
1
-6
/
+7
*
Fix compilation warnings related to unchecked return values
ted.mielczarek
2012-04-25
1
-1
/
+8
*
Fix file descriptor leaks in ExternalDumper test
ted.mielczarek
2012-04-11
1
-0
/
+2
*
Fix test addresses to use uintptr_t instead of u_int64_t.
benchan@chromium.org
2012-01-27
1
-1
/
+1
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
1
-27
/
+29
*
Fix clang warning / miscompile.
mmentovai
2011-01-24
1
-2
/
+2
*
allow passing info about known memory mappings to MinidumpWriter and Exceptio...
ted.mielczarek
2010-12-13
1
-0
/
+86
*
Delete an old Makefile and fix lots of lint errors.
thestig@chromium.org
2010-11-08
1
-5
/
+5
*
Add support for building the Linux client code using the Android NDK
ted.mielczarek
2010-10-20
1
-12
/
+19
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
1
-0
/
+314
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-17
1
-0
/
+123
*
Add a free() to ExceptionHandlerTest.ChildCrash.
thestig@chromium.org
2010-09-16
1
-0
/
+1
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
1
-2
/
+2
*
ARM support, with some build system changes to support x86-64, arm, and i386 ...
nealsid
2010-03-02
1
-7
/
+4
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...
ted.mielczarek
2010-02-05
1
-10
/
+1
*
Upstreaming several patches from Chrome:
nealsid
2009-12-01
1
-2
/
+2
[next]