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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
3
-1
/
+117
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek@gmail.com
2012-09-18
3
-3
/
+117
*
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
4
-3
/
+29
*
Fix the Linux build on Ubuntu 12.04 LTS
digit@chromium.org
2012-09-06
1
-2
/
+2
*
Properly redeliver (or don't) signals to the previous handlers.
mark@chromium.org
2012-09-04
3
-72
/
+304
*
Add custom getcontext() implementation for Android.
digit@chromium.org
2012-08-31
1
-9
/
+3
*
Fix the tools and processor build for Android
digit@chromium.org
2012-08-21
1
-2
/
+2
*
Improve Android support
digit@chromium.org
2012-08-21
2
-5
/
+1
*
Fix Android build.
digit@chromium.org
2012-08-20
2
-2
/
+9
*
Make ExceptionHandler::HandleSignal() public.
mark@chromium.org
2012-08-10
2
-0
/
+12
*
Adding a way to create an ExceptionHandler that takes in a file descriptor
jcivelli@chromium.org
2012-08-09
5
-357
/
+474
*
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
3
-67
/
+1
*
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
3
-1
/
+67
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
3
-21
/
+23
*
Fix Android build of client library
digit@chromium.org
2012-06-27
1
-6
/
+1
*
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
*
Changes to get the breakpad client compiling and running on Android using
mark@chromium.org
2012-04-03
1
-12
/
+19
*
Avoid setting an alternative stack for signals if there is already one
ted.mielczarek
2012-02-14
2
-8
/
+11
*
Fix test addresses to use uintptr_t instead of u_int64_t.
benchan@chromium.org
2012-01-27
1
-1
/
+1
*
Use sys_prctl instead of prctl.
thestig@chromium.org
2012-01-24
1
-8
/
+5
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
1
-27
/
+29
*
Fix problem with not NULL terminating mapping name.
kmixter@chromium.org
2011-11-09
1
-1
/
+2
*
Add some headers necessary to build the Linux client code with the Android ND...
ted.mielczarek@gmail.com
2011-05-31
1
-0
/
+2
*
Add trusted check
jessicag.feedback@gmail.com
2011-03-22
1
-2
/
+7
*
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
3
-3
/
+127
*
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
3
-14
/
+31
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
2
-1
/
+315
*
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
2
-3
/
+3
*
Fix a handful of comment spelling errors (Issue 385)
jessicag.feedback@gmail.com
2010-09-09
1
-1
/
+1
*
Allow Linux dumper to work on PTRACE-hardened kernels
ted.mielczarek
2010-08-27
2
-0
/
+69
*
When done with crash-dumping, we need to terminate the application. Calling
thestig@chromium.org
2010-08-17
1
-8
/
+20
*
Fix a couple of bugs where we generate incorrect minidump files on Linux.o
thestig@chromium.org
2010-08-14
1
-3
/
+7
*
ARM support, with some build system changes to support x86-64, arm, and i386 ...
nealsid
2010-03-02
3
-19
/
+42
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
3
-3
/
+3
*
Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...
ted.mielczarek
2010-02-05
3
-29
/
+73
*
Added on-demand minidump generation for Linux, and a Linux test app.
brdevmn
2009-12-16
2
-4
/
+36
*
remove empty file, leftover from r384
ted.mielczarek
2009-12-03
1
-0
/
+0
*
Upstreaming several patches from Chrome:
nealsid
2009-12-01
1
-2
/
+2
*
New uploader for Linux with unit tests, and gflags/glog libraries
nealsid
2009-09-29
1
-0
/
+2
[prev]
[next]