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
/
processor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak in ppc stackwalker
Tobias Sargeant
2017-08-18
1
-2
/
+3
*
Increase maximum number of regions for minidump_stackwalk.
Lars Volker
2017-07-28
1
-1
/
+3
*
Handle very large stack traces
Leonard Mosescu
2017-07-12
12
-78
/
+91
*
A couple of minor fixes
Leonard Mosescu
2017-07-11
1
-3
/
+3
*
Increase maximum number of threads for minidump_stackwalk.
Lars Volker
2017-03-28
1
-0
/
+4
*
minidump_dump: fix up init paths
Mike Frysinger
2017-03-25
2
-3
/
+5
*
minidump_dump: dump stack memory like hexdump
Mike Frysinger
2017-03-24
2
-13
/
+82
*
minidump_dump: add proper cli processing
Mike Frysinger
2017-03-24
1
-8
/
+53
*
Sanity check frame pointer while stackwalking
Joshua Peraza
2017-03-22
2
-1
/
+8
*
dump_context: arm: name the registers in the dump output
Mike Frysinger
2017-03-18
1
-5
/
+9
*
[MIPS]: Don't terminate stackwalk when $sp value doesn't change between frames
Dragan Mladjenovic
2017-03-16
3
-7
/
+1
*
Fix segfault when interpreting bad debug_file
Joshua Peraza
2017-03-08
1
-1
/
+3
*
Fix compile errors arising from compiling breakpad with clang.
Tobias Sargeant
2017-02-17
1
-16
/
+17
*
processor: drop set-but-unused variable
Mike Frysinger
2017-02-12
1
-4
/
+2
*
Fixed leak of unloaded module lists.
Joshua Peraza
2017-02-07
2
-2
/
+6
*
Revert "Several fixes for broken Mac build"
Roman Margold
2017-02-01
2
-4
/
+4
*
Several fixes for broken Mac build
Roman Margold
2017-02-01
2
-4
/
+4
*
Fixed a bug where cv record size was not correctly checked.
Joshua Peraza
2017-01-30
1
-4
/
+6
*
Populate stack frames with unloaded module info.
Joshua Peraza
2017-01-19
10
-9
/
+138
*
Added classes to support reading unloaded module lists in minidumps.
Joshua Peraza
2016-12-16
4
-1
/
+558
*
Remove comparison of this with nullptr
Orgad Shaneh
2016-12-06
2
-13
/
+9
*
microdump_stackwalk_test: fix bashism in test
Mike Frysinger
2016-11-25
2
-2
/
+2
*
Update links
Orgad Shaneh
2016-11-18
2
-5
/
+5
*
Add a crash reason string for the simulated crashpad exception code
Pierre-Antoine Manzagol
2016-11-10
1
-0
/
+6
*
Allow compiling the google-breakpad code using a global ::string class instea...
Ivan Penkov
2016-11-08
3
-3
/
+3
*
Generate reason for bad function table exception
Mike Wittman
2016-10-27
1
-0
/
+3
*
Fix iterating over the MDXStateFeature entries on 32-bit hosts
Gabriele Svelto
2016-10-18
1
-1
/
+1
*
Provide initial EBX value to FPO frame data evaluator
Scott Graham
2016-10-14
2
-6
/
+153
*
Fix a win32 build error by moving a #include out of an #ifndef _WIN32
Ted Mielczarek
2016-09-20
1
-1
/
+2
*
This change allows compiling the google-breakpad code using a global ::string...
Ivan Penkov
2016-08-30
4
-10
/
+13
*
Updating ExploitabilityLinux to check memory mapping names against a prefix
Ben Scarlato
2016-08-29
3
-8
/
+15
*
Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.
Gabriele Svelto
2016-08-19
1
-7
/
+80
*
Add new exception code for OOM generated from Chromium.
Will Harris
2016-07-19
1
-0
/
+3
*
Server-side workaround to handle overlapping modules.
Ivan Penkov
2016-06-20
12
-36
/
+158
*
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
2
-2
/
+2
*
Adding support for overlapping ranges to RangeMap.
Ivan Penkov
2016-06-05
10
-89
/
+531
*
fix signed warning errors in unittests
Mike Frysinger
2016-05-26
1
-1
/
+1
*
[MIPS] Rename variable mips to mips32
Veljko Mihailovic
2016-05-25
1
-5
/
+5
*
Revert "Write adjusted range back to module"
Tao Bai
2016-05-13
1
-8
/
+0
*
Write adjusted range back to module
Tao Bai
2016-05-03
1
-0
/
+8
*
Make x86-64 frame pointer unwinding stricter
Ted Mielczarek
2016-04-19
2
-51
/
+169
*
Bump MinidumpMemoryRegion::max_bytes to 2MB
Ted Mielczarek
2016-04-14
1
-1
/
+1
*
Add some new stream types to MDStreamType
Ted Mielczarek
2016-04-13
1
-0
/
+8
*
Remove unreferenced local variable which breaks build.
Yunxiao Ma
2016-04-05
1
-3
/
+2
*
Rename stdio.h wrapper file to stdio_wrapper.h.
Yunxiao Ma
2016-04-05
6
-6
/
+6
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
1
-0
/
+74
*
Support processing microdump for mips architecture
Veljko Mihailovic
2016-04-01
6
-6
/
+252
*
Add the TID to the CallStack.
Sebastien Marchand
2016-04-01
3
-0
/
+3
*
Make EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processor
Ted Mielczarek
2016-03-29
1
-5
/
+21
[next]