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
...
*
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
*
Turn off verbose logging but keep logic for future reference for debug logging.
jessicag.feedback
2013-04-05
1
-13
/
+23
*
These are prerequisites needed for a wider effort inside Google to enable
mark@chromium.org
2013-04-03
1
-1
/
+13
*
Keeping track of modules without symbols during crash report processing.
ivan.penkov@gmail.com
2013-03-06
8
-48
/
+213
*
Fix some more Win32 compat issues in processor code
ted.mielczarek@gmail.com
2013-03-06
6
-3
/
+19
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
57
-662
/
+665
*
Work around Windows headers #defining ERROR by renaming enum values in StackF...
ted.mielczarek@gmail.com
2013-03-04
2
-14
/
+14
*
Remove unnecessary #include unistd.h
ted.mielczarek@gmail.com
2013-03-01
1
-1
/
+0
*
minidump_stackwalk: Show argument registers for ARM stack traces
ted.mielczarek@gmail.com
2013-01-31
1
-0
/
+11
*
Print the correct return address, even on architectures where StackFrame::ins...
jimblandy
2013-01-22
5
-30
/
+41
*
Fix a couple of warnings in stack_frame_symbolizer code
ted.mielczarek@gmail.com
2013-01-18
1
-0
/
+1
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
22
-359
/
+23
*
The Google-breakpad processor rejects (ignores) context records that lack CPU...
ivan.penkov@gmail.com
2012-12-08
4
-4
/
+242
*
Allow StackwalkerARM to scan much farther to find the caller of the context f...
ted.mielczarek@gmail.com
2012-12-04
3
-1
/
+66
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
11
-91
/
+91
*
Allow processing dumps with missing stack memory for some threads
ted.mielczarek@gmail.com
2012-11-06
14
-41
/
+360
*
Wrong %ebp after skipping a frame for which the instruction pointer is not in...
ivan.penkov@gmail.com
2012-11-02
2
-25
/
+269
*
Fix a compile warning in stack_frame_symbolizer.cc
SiyangXie@gmail.com
2012-11-01
1
-0
/
+4
*
Check-in stack_frame_symbolizer.[h|cc] that were missing in r1068.
SiyangXie@gmail.com
2012-10-11
1
-0
/
+128
*
Refactor the logic of resolving source line info into helper class.
SiyangXie@gmail.com
2012-10-10
15
-290
/
+285
*
processor: add arm exception flags
qsr@chromium.org
2012-09-25
1
-13
/
+66
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
1
-0
/
+3
*
Add a GetInstructionPointer method to MinidumpException
ted.mielczarek@gmail.com
2012-09-17
2
-2
/
+43
*
Fix processor to build with clang
ted.mielczarek@gmail.com
2012-09-10
1
-1
/
+1
*
Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.
thestig@chromium.org
2012-09-10
1
-51
/
+50
*
Move minidump_extension_linux.h contents into minidump_format.h
ted.mielczarek
2012-07-20
1
-1
/
+0
*
Add MD_OS_ANDROID definition.
digit@chromium.org
2012-07-04
3
-0
/
+12
*
Fixing various compiler warnings and applying minor tweaks to allow running of
ivan.penkov@gmail.com
2012-07-02
2
-62
/
+68
*
Fixing a mem leak in test code
ivan.penkov@gmail.com
2012-06-29
4
-9
/
+26
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
31
-79
/
+95
*
This is a fix for a stackwalker_x86 issue which has to
ivan.penkov@gmail.com
2012-06-12
8
-306
/
+559
*
In the AMD64 stackwalker, use heuristics to provide %rbp more often, as
jimblandy
2012-04-25
2
-14
/
+110
*
Fix GetMainModule() to properly get first module
mkrebs@chromium.org
2012-03-30
1
-1
/
+1
*
Fix memory leak in DisassemblerX86.
benchan@chromium.org
2012-03-30
1
-0
/
+3
*
Add high level API for breakpad on iOS.
qsr@chromium.org
2012-03-13
1
-0
/
+6
*
Support for .raSearch in the x86 stackwalker
mark@chromium.org
2012-02-23
2
-4
/
+76
*
Handle program strings with the assignment operator smashed against the next
mark@chromium.org
2012-02-23
3
-120
/
+151
[prev]
[next]