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
...
*
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
*
Fix an invalid cast in PostfixEvaluator<ValueType>::EvaluateInternal().
mark@chromium.org
2012-02-23
1
-1
/
+1
*
Add support for @ operator to PostfixEvaluator
ted.mielczarek
2012-02-21
3
-6
/
+17
*
Clear error state flags in binarystream::rewind().
benchan@chromium.org
2012-01-09
1
-0
/
+3
*
Fix ContextDeathTest.X86BadFlags unit test on Mac OS X.
benchan@chromium.org
2011-12-16
1
-1
/
+1
*
Fix some shadow variables, including one in file_id.cc that causes all files ...
thestig@chromium.org
2011-10-20
1
-7
/
+7
*
Changing declaration order of field to correct compilation warnings.
qsr@chromium.org
2011-10-18
1
-4
/
+4
*
Use frame pointer to walk ARM stack on iOS.
qsr@chromium.org
2011-10-17
4
-26
/
+275
*
Handle ios dump.
qsr@chromium.org
2011-10-11
3
-1
/
+13
*
Fix 64-bit literals in test data
ted.mielczarek
2011-09-01
1
-33
/
+33
*
Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle...
ted.mielczarek
2011-08-30
6
-34
/
+633
*
Fix a sizeof(pointer) vs sizeof(pointee) issue caught by client.
jessicag.feedback@gmail.com
2011-07-21
1
-1
/
+1
*
Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...
ted.mielczarek
2011-07-07
11
-3330
/
+0
*
Delete OS failing test cases and note failure in relevant .h file.
jessicag.feedback@gmail.com
2011-06-21
1
-34
/
+22
*
Fix null derefs in x86 dissasembler code.
cdn@chromium.org
2011-05-12
1
-2
/
+2
*
Fix compiler warning.
jessicag.feedback@gmail.com
2011-03-01
1
-1
/
+4
*
Fix printing of x86_64 registers from minidump_stackwalk
ted.mielczarek
2011-02-14
1
-15
/
+35
*
Dump MD_LINUX_MAPS from minidump_dump
ted.mielczarek
2011-01-28
1
-0
/
+4
*
Expose actual instruction from DisassemblerX86
ted.mielczarek
2011-01-26
2
-0
/
+12
*
Fix some apparently longstanding crash bugs in Stackwalker implementations wh...
ted.mielczarek
2011-01-24
7
-13
/
+75
*
Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...
ted.mielczarek
2011-01-13
3
-0
/
+329
*
Fix review comment that I missed.
ted.mielczarek
2011-01-11
1
-2
/
+2
*
Make some parts of the processor compile on Win32/MSVC
ted.mielczarek
2011-01-11
3
-5
/
+27
*
Allow out-of-process minidump generation to work on processes of a different ...
ted.mielczarek@gmail.com
2010-12-15
1
-1
/
+1
*
Enable dumping of the Linux extension streams.
kmixter@chromium.org
2010-12-08
1
-0
/
+60
*
Fix segv in network_source_line_resolver_server_unittest
kmixter@chromium.org
2010-12-08
1
-2
/
+2
*
Added null checks to disassembler_x86
cdn@chromium.org
2010-12-03
1
-2
/
+2
*
Fix for issue 222001.
SiyangXie@gmail.com
2010-11-04
4
-222
/
+220
[prev]
[next]