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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix pointer arithmetic in UTF8ToUTF16Char
Hans Wennborg
2016-10-27
1
-3
/
+3
*
Generate reason for bad function table exception
Mike Wittman
2016-10-27
2
-0
/
+5
*
minidump-2-core: add an -o flag for controlling core output
Mike Frysinger
2016-10-26
1
-24
/
+46
*
minidump-2-core: rewrite argument processing
Mike Frysinger
2016-10-26
1
-85
/
+134
*
Don't demangle Rust symbols by default, but allow linking to rust-demangle.
Ted Mielczarek
2016-10-25
5
-0
/
+93
*
Fix iterating over the MDXStateFeature entries on 32-bit hosts
Gabriele Svelto
2016-10-18
1
-1
/
+1
*
Also treat DBG_PRINTEXCEPTION* as debug exceptions
Tim Angus
2016-10-18
1
-1
/
+3
*
Provide initial EBX value to FPO frame data evaluator
Scott Graham
2016-10-14
2
-6
/
+153
*
Don't call _exit() on iOS.
Justin Cohen
2016-10-13
1
-0
/
+5
*
Fix dump_syms for C++ after 7398ce15b79d
Mark Mentovai
2016-09-26
1
-2
/
+2
*
Initial support for dumping DWARF corresponding to Swift code
Mark Mentovai
2016-09-23
6
-33
/
+130
*
generate a repo manifest from the DEPS file
Mike Frysinger
2016-09-21
1
-0
/
+167
*
Fix a win32 build error by moving a #include out of an #ifndef _WIN32
Ted Mielczarek
2016-09-20
1
-1
/
+2
*
Fixing the Xcode project for the Breakpad Mac crash reporter.
Ivan Penkov
2016-09-02
2
-9
/
+23
*
Corrected some old references to mm files, which were renamed to cc files a w...
Ivan Penkov
2016-09-01
2
-5
/
+5
*
This change allows compiling the google-breakpad code using a global ::string...
Ivan Penkov
2016-08-30
7
-31
/
+34
*
Fixing some casts in order to be able to build with new Xcode and SDK version...
Ivan Penkov
2016-08-30
2
-4
/
+8
*
Updating ExploitabilityLinux to check memory mapping names against a prefix
Ben Scarlato
2016-08-29
3
-8
/
+15
*
Fix breakpad compilation issue with clang on Windows
Rafal Chlodnicki
2016-08-25
1
-6
/
+4
*
Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.
Gabriele Svelto
2016-08-19
2
-9
/
+139
*
Revert "Don't define |r_debug| and |link_map| on Android releases 21 and later"
Sylvain Defresne
2016-08-10
1
-21
/
+5
*
Fail with a proper error message if input file is not found.
Sylvain Defresne
2016-08-09
1
-0
/
+21
*
Don't define |r_debug| and |link_map| on Android releases 21 and later
Thomas Zimmermann
2016-08-03
1
-5
/
+21
*
Remove DISALLOW_COPY_AND_ASSIGN from MinidumpStreamInfo
Mark Mentovai
2016-07-20
1
-3
/
+0
*
Revert "Don't define |r_debug| and |link_map| on Android releases 21 and later"
Ross McIlroy
2016-07-20
1
-10
/
+2
*
Add new exception code for OOM generated from Chromium.
Will Harris
2016-07-19
2
-0
/
+6
*
Add process type to MicroDumpExtraInfo
Primiano Tucci
2016-07-19
2
-1
/
+16
*
Don't define |r_debug| and |link_map| on Android releases 21 and later
Thomas Zimmermann
2016-07-19
1
-2
/
+10
*
Recover memory mappings before writing dump on ChromeOS
Ting-Yuan (Leo) Huang
2016-07-18
1
-0
/
+172
*
[Android] Guard some NDK workarounds by major version.
John Budorick
2016-07-15
1
-1
/
+11
*
Add a new argument to specify the minidump type to write on Windows.
Ting-Yu Chou
2016-06-29
2
-6
/
+10
*
Server-side workaround to handle overlapping modules.
Ivan Penkov
2016-06-20
18
-39
/
+239
*
linux-syscall-support: pull in latest version
Mike Frysinger
2016-06-14
2
-18
/
+0
*
Dump INFO CODE_ID containing Build ID in Linux dump_syms
Ted Mielczarek
2016-06-10
9
-34
/
+125
*
Fix a trivial parsing bug caught by static analysis
Nicholas Nethercote
2016-06-10
1
-1
/
+1
*
Update symbol file documentation links.
Ralph Giles
2016-06-10
3
-3
/
+3
*
linux/android: add SIGTRAP to the list of signals handled by the client
Primiano Tucci
2016-06-08
1
-1
/
+1
*
[Android] Roll back to r10e.
Primiano Tucci
2016-06-06
1
-5
/
+21
*
[Android] Revert x86 workaround changes for NDK r11c.
Primiano Tucci
2016-06-06
1
-0
/
+11
*
Adding support for overlapping ranges to RangeMap.
Ivan Penkov
2016-06-05
10
-89
/
+531
*
[Android] Update breakpad to NDK r11c.
Primiano Tucci
2016-06-02
1
-31
/
+4
*
fix signed warning errors in unittests
Mike Frysinger
2016-05-26
2
-13
/
+13
*
elf_reader: drop unused zlib include
Mike Frysinger
2016-05-25
1
-1
/
+3
*
[MIPS] Rename variable mips to mips32
Veljko Mihailovic
2016-05-25
2
-6
/
+6
*
Fixing an unused-variable warning in microdump_writer.cc
Ivan Penkov
2016-05-24
1
-1
/
+0
*
Fix stack collection with size limit
Lars Volker
2016-05-24
1
-0
/
+8
*
Functions only called by DumpFreeSpace need to be conditionally compiled.
Tobias Sargeant
2016-05-23
1
-0
/
+6
*
Add statistics about free space to microdump format.
Primiano Tucci
2016-05-23
1
-2
/
+141
*
use another elf.h inside the package for common/dwarf/elf_reader
Yunlian Jiang
2016-05-18
1
-1
/
+1
*
Use elf.h inside the package.
Yunlian Jiang
2016-05-18
1
-1
/
+1
[prev]
[next]