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
...
*
Add inttypes for windows in dump_context
mmandlis@chromium.org
2014-09-19
1
-0
/
+10
*
Update processor.gyp file with new files added as part of microdump
mmandlis@chromium.org
2014-09-10
1
-0
/
+4
*
Introduce stub microdump processor classes.
mmandlis@chromium.org
2014-09-10
2
-0
/
+105
*
Refactoring in preparation for microdump processing
mmandlis@chromium.org
2014-09-08
11
-557
/
+699
*
Add GYP build for the src/tools directory on Mac and Linux.
rsesek@chromium.org
2014-07-24
2
-0
/
+232
*
Add frame pointer recovery to the AMD64 Stackwalker.
rsesek@chromium.org
2014-07-18
3
-3
/
+61
*
Stringify minidump stream_type constants in minidump_dump output
ted.mielczarek@gmail.com
2014-07-11
2
-19
/
+88
*
Don't free pointer in BasicCodeModules::BasicCodeModules before possibly usin...
ted.mielczarek@gmail.com
2014-07-10
1
-3
/
+3
*
Update output for test minidump_dump_test.
ivanpe@chromium.org
2014-06-25
1
-19
/
+20
*
minidump_dump: bug fixes.
mark@chromium.org
2014-06-17
1
-30
/
+53
*
Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarify
mark@chromium.org
2014-06-03
1
-44
/
+144
*
Print more x86-64 registers in minidump_stackwalk
ted.mielczarek@gmail.com
2014-05-30
1
-4
/
+22
*
Add support for CFI based stack walking on Arm64.
rmcilroy@chromium.org
2014-05-06
3
-5
/
+420
*
Fix warnings from the Windows build.
thestig@chromium.org
2013-12-17
1
-2
/
+10
*
Run svn propdel svn:executable on source code files.
thestig@chromium.org
2013-12-17
1
-0
/
+0
*
Fixing several instances of wrong printf format specifiers.
ivan.penkov@gmail.com
2013-12-03
1
-3
/
+3
*
Process minidumps generated on ARM64 in iOS apps.
mark@chromium.org
2013-11-23
8
-7
/
+1276
*
Use register %ebp (instead of %esp) when calculating the value of
ivan.penkov@gmail.com
2013-11-05
2
-13
/
+245
*
Add support for configuring the minimum log level at compile time
mark@chromium.org
2013-11-05
1
-3
/
+14
*
map_serializers_unittest: fix unused variable warning
vapier@chromium.org
2013-10-30
1
-2
/
+0
*
Add some symbols missing from my last commit.
mattdr.breakpad@gmail.com
2013-10-29
3
-0
/
+15137
*
Add simple exploitability analysis for Linux crashes.
mattdr.breakpad@gmail.com
2013-10-29
9
-179
/
+13516
*
This patch adds required change for stackwalker_mips_unittest to pass on 64bit
gordana.cmiljanovic@imgtec.com
2013-09-30
1
-1
/
+1
*
Adding stricter validation checks to various symbol parser functions.
ivan.penkov@gmail.com
2013-09-25
2
-79
/
+453
*
Handle block helper functions in Breakpad symbol parser. Block helper functi...
ivan.penkov@gmail.com
2013-09-19
1
-2
/
+9
*
Fix for a clang error which is introduced by change r1212.
gordana.cmiljanovic@imgtec.com
2013-09-13
1
-2
/
+2
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
10
-1
/
+1435
*
Fixing minidump_dump to handle nacl dumps.
bradnelson@chromium.org
2013-09-05
1
-0
/
+1
*
Make StackWalkerAddressList use FRAME_TRUST_PREWALKED trust level.
chrisha@chromium.org
2013-09-04
2
-6
/
+2
*
Create StackFrame::FRAME_TRUST_PREWALKED trust type.
chrisha@chromium.org
2013-08-23
2
-2
/
+8
*
Create StackwalkerAddressList.
chrisha@chromium.org
2013-08-23
3
-0
/
+359
*
Allow setting a limit on the number of frames to be recovered by stack scanning.
ted.mielczarek@gmail.com
2013-08-19
16
-27
/
+247
*
Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...
ivan.penkov@gmail.com
2013-08-02
1
-53
/
+135
*
Detect corrupt symbol files during minidump processing. Recover from the err...
ivan.penkov@gmail.com
2013-07-11
24
-200
/
+524
*
Fix a clang warning:
mark@chromium.org
2013-06-28
1
-4
/
+2
*
This change is addressing a particularly nasty issue where the stackwalker
ivan.penkov@gmail.com
2013-06-27
3
-12
/
+68
*
More robust stack walks when the IP address in the context frame is invalid (...
ivan.penkov@gmail.com
2013-06-26
4
-103
/
+341
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
1
-44
/
+80
*
Avoid gmock warning "Uninteresting mock function call"
ted.mielczarek@gmail.com
2013-05-17
4
-0
/
+22
*
Compile issue when using global string "::string". For more details take a l...
ivan.penkov@gmail.com
2013-05-11
1
-2
/
+5
*
Make x86-64 stack walking work for Native Client minidumps
mseaborn@chromium.org
2013-05-08
1
-0
/
+11
*
Add MD_OS_NACL platform_id value for identifying NaCl minidumps
mseaborn@chromium.org
2013-05-06
2
-0
/
+10
*
Fix an "unused variable" compiler warning in exploitability_win.cc
mseaborn@chromium.org
2013-05-06
1
-3
/
+0
*
Add MD_OS_PS3 to breakpad and exception types.
thestig@chromium.org
2013-04-25
3
-1
/
+89
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
2
-0
/
+126
*
Cleanup: Remove duplicate wording in license headers.
thestig@chromium.org
2013-04-23
2
-24
/
+4
*
Fix Bigcluster build error with minidump.cc after r1147.
thestig@chromium.org
2013-04-19
1
-9
/
+14
*
minidump_stackwalk should display r12 in ARM stack traces
ted.mielczarek@gmail.com
2013-04-17
1
-0
/
+2
*
Don't print an error when a user-set max frames limit has been reached in the...
ted.mielczarek@gmail.com
2013-04-16
1
-1
/
+5
*
Add PPC64 support to breakpad processor.
thestig@chromium.org
2013-04-12
5
-0
/
+362
[prev]
[next]