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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't generate minidump if crash thread doesn't ref principal mapping.
Tobias Sargeant
2017-03-23
2
-13
/
+105
*
[MIPS] Get (ptrace) value of $pc for a thread
Gordana Cmiljanovic
2017-03-22
1
-0
/
+2
*
Fix sporadic failure of InstructionPointerMemory test on Windows
Jon Turney
2017-03-17
1
-7
/
+12
*
Fix Windows client ExceptionHandlerTest tests
Jon Turney
2017-03-11
4
-6
/
+28
*
iOS client identifies itself via URL params
Roman Margold
2017-03-10
1
-0
/
+44
*
Improve stack sanitization unittests.
Tobias Sargeant
2017-02-24
2
-47
/
+73
*
Make stack sanitization elide pointers to non-executable mappings.
Tobias Sargeant
2017-02-23
1
-1
/
+3
*
Use the correct PC when determining whether to skip storing a stack.
Tobias Sargeant
2017-02-23
1
-5
/
+7
*
There is no need to use the main queue just for perform selector.
George Kola
2017-02-13
1
-34
/
+31
*
windows: fix build on pre-Win10 systems
Mike Frysinger
2017-02-11
1
-0
/
+5
*
windows: update gtest/gmock paths
Mike Frysinger
2017-02-11
4
-15
/
+19
*
fix write() unused-result warning
Mike Frysinger
2017-02-08
3
-4
/
+6
*
Address post-submit review comments related to CL #430050
Tobias Sargeant
2017-02-07
2
-6
/
+13
*
Remove debugging fprintf in unittest code that prevents rolling breakpad
Tobias Sargeant
2017-02-06
1
-1
/
+0
*
Wire up stack sanitization and skipping to WriteMinidump
Tobias Sargeant
2017-02-03
5
-40
/
+232
*
Revert "iOS client identifies itself via URL params"
Roman Margold
2017-02-01
1
-37
/
+0
*
iOS client identifies itself via URL params
Roman Margold
2017-02-01
1
-0
/
+37
*
Sanitize dumped stacks to remove data that may be identifiable.
Tobias Sargeant
2017-01-31
9
-62
/
+362
*
Add API to skip dump if crashing thread doesn't reference a given module (2)
Tobias Sargeant
2017-01-19
1
-0
/
+8
*
Add API to skip dump if crashing thread doesn't reference a given module
Tobias Sargeant
2017-01-18
10
-62
/
+149
*
Fix unit tests expecting no output when a microdump is suppressed.
Tobias Sargeant
2016-12-12
1
-9
/
+9
*
Fix sign-compare compiler warning in MicrodumpWriterTest
Mike Percy
2016-12-10
1
-2
/
+2
*
crash_generation: fix bad call to close
Mike Frysinger
2016-12-09
1
-1
/
+1
*
Log a message when microdump output is suppressed.
Tobias Sargeant
2016-12-07
1
-0
/
+1
*
Do not generate a microdump if there are no webview pointers on the stack.
Tobias Sargeant
2016-12-01
3
-108
/
+208
*
Comment out an unused function argument
Orgad Shaneh
2016-11-29
1
-1
/
+1
*
Update links
Orgad Shaneh
2016-11-18
1
-2
/
+2
*
Also treat DBG_PRINTEXCEPTION* as debug exceptions
Tim Angus
2016-10-18
1
-1
/
+3
*
Don't call _exit() on iOS.
Justin Cohen
2016-10-13
1
-0
/
+5
*
Corrected some old references to mm files, which were renamed to cc files a w...
Ivan Penkov
2016-09-01
1
-4
/
+4
*
Fix breakpad compilation issue with clang on Windows
Rafal Chlodnicki
2016-08-25
1
-6
/
+4
*
Add process type to MicroDumpExtraInfo
Primiano Tucci
2016-07-19
2
-1
/
+16
*
Recover memory mappings before writing dump on ChromeOS
Ting-Yuan (Leo) Huang
2016-07-18
1
-0
/
+172
*
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
1
-0
/
+2
*
linux/android: add SIGTRAP to the list of signals handled by the client
Primiano Tucci
2016-06-08
1
-1
/
+1
*
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
*
breakpad: fix unittest errors
Yunlian Jiang
2016-05-04
1
-4
/
+0
*
Revert of Extend mapping merge to include reserved but unused mappings. (http...
Primiano Tucci
2016-04-28
1
-18
/
+0
*
Remove GTM_ENABLE_LEAKS and GTMGarbageCollection
Dave MacLachlan
2016-04-21
1
-2
/
+0
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
7
-91
/
+119
*
Don't merge the mappings if their exec bit are different.
Primiano Tucci
2016-03-08
1
-1
/
+2
*
Add an optional root prefix to Linux dumpers
Dominik Laskowski
2016-03-07
7
-35
/
+58
*
Ensure Linux minidump writer flushes minidump header early.
Ted Mielczarek
2016-02-12
1
-11
/
+18
*
Fix usage of deprecated function CFPropertyListCreateFromXMLData.
Sylvain Defresne
2016-02-08
1
-3
/
+3
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
4
-0
/
+24
*
Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.
Ivan Penkov
2016-01-31
1
-6
/
+19
[next]