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
/
google_breakpad
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor the logic of resolving source line info into helper class.
SiyangXie@gmail.com
2012-10-10
3
-56
/
+52
*
Fix linux compile errors for some systems.
qsr@chromium.org
2012-10-02
1
-1
/
+2
*
processor: add arm exception flags
qsr@chromium.org
2012-09-25
1
-0
/
+10
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
1
-1
/
+2
*
Add a GetInstructionPointer method to MinidumpException
ted.mielczarek@gmail.com
2012-09-17
1
-0
/
+4
*
Speculatively back out r984. See http://codereview.chromium.org/10805065/
mark@chromium.org
2012-07-25
1
-5
/
+1
*
Move minidump_extension_linux.h contents into minidump_format.h
ted.mielczarek
2012-07-20
1
-2
/
+29
*
Add the capability to include an arbitrary data stream within minidumps
cdn@chromium.org
2012-07-10
1
-1
/
+5
*
Add MD_OS_ANDROID definition.
digit@chromium.org
2012-07-04
1
-1
/
+2
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
10
-15
/
+19
*
Fix class/struct mismatches in forward declarations.
benchan@chromium.org
2012-03-30
5
-5
/
+5
*
Add high level API for breakpad on iOS.
qsr@chromium.org
2012-03-13
1
-3
/
+5
*
Support for .raSearch in the x86 stackwalker
mark@chromium.org
2012-02-23
1
-3
/
+12
*
Use frame pointer to walk ARM stack on iOS.
qsr@chromium.org
2011-10-17
1
-4
/
+5
*
Handle ios dump.
qsr@chromium.org
2011-10-11
1
-0
/
+1
*
Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle...
ted.mielczarek
2011-08-30
4
-8
/
+25
*
Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...
ted.mielczarek
2011-07-07
1
-187
/
+0
*
Delete OS failing test cases and note failure in relevant .h file.
jessicag.feedback@gmail.com
2011-06-21
1
-2
/
+5
*
Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...
ted.mielczarek
2011-01-13
1
-0
/
+71
*
Add structure definitions for the memory info list, as well as some other new...
ted.mielczarek
2011-01-13
1
-2
/
+73
*
Make some parts of the processor compile on Win32/MSVC
ted.mielczarek
2011-01-11
1
-0
/
+2
*
Tiny fix for memory allocation/deallocation mismatch
SiyangXie@gmail.com
2010-11-01
1
-0
/
+2
*
Restrict ownership of symbol data buffers to symbol supplier.
SiyangXie@gmail.com
2010-11-01
6
-52
/
+39
*
FastSourceLineResolver implementation for optimization purpose.
SiyangXie@gmail.com
2010-10-21
3
-1
/
+129
*
Double stack scanning length in stackwalker
ted.mielczarek
2010-10-19
1
-1
/
+1
*
Add static version of map wrappers and corresponding serializers.
SiyangXie@gmail.com
2010-10-15
1
-0
/
+1
*
Fix some compiler warnings: char*->const char*, default in swtch.
SiyangXie@gmail.com
2010-10-15
1
-2
/
+2
*
Refactor source line resolver, add interface in supplier and resolver.
SiyangXie@gmail.com
2010-10-07
5
-36
/
+172
*
Added method to exploitability class which checks if a given address contains...
cdn@chromium.org
2010-10-01
1
-0
/
+1
*
Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...
ted.mielczarek
2010-10-01
3
-21
/
+73
*
Added the base exploitability module for windows. This only adds the very bas...
cdn@chromium.org
2010-09-22
2
-4
/
+11
*
Fix a handful of comment spelling errors (Issue 385)
jessicag.feedback@gmail.com
2010-09-09
1
-2
/
+2
*
Limit the number of frames we try to walk to prevent runaway processors.
thestig@chromium.org
2010-08-26
1
-1
/
+7
*
Patch from CDN to add support for an exploitability engine
nealsid
2010-08-24
3
-0
/
+127
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
1
-1
/
+1
*
Add access violation detail for windows (read/write/dep). Add stack buffer ov...
nealsid
2010-06-04
1
-0
/
+4
*
provide a network source line resolver + server. r=mark,jimb at http://breakp...
ted.mielczarek
2010-04-08
3
-16
/
+189
*
Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.
jimblandy
2010-03-16
1
-14
/
+30
*
Breakpad: Support DWARF CFI-driven stack walking on ARM.
jimblandy
2010-03-16
2
-11
/
+46
*
Breakpad: Add minidump processor support for DWARF Call Frame Information.
jimblandy
2010-03-16
3
-12
/
+28
*
add missing <string> include from r541
ted.mielczarek
2010-03-03
1
-0
/
+1
*
Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis
nealsid
2010-03-03
1
-2
/
+8
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
6
-6
/
+6
*
Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.
jimblandy
2010-02-05
2
-17
/
+17
*
Breakpad processor: Don't pass Windows stack walking information to all walkers.
jimblandy
2010-01-14
2
-9
/
+15
*
Breakpad: Fix Emacs mode settings mingled with copyright notice text.
jimblandy
2010-01-12
1
-1
/
+3
*
Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...
jimblandy
2010-01-11
2
-8
/
+14
*
Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...
jimblandy
2009-12-23
3
-6
/
+6
*
Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011
ted.mielczarek
2009-12-19
4
-7
/
+166
*
Allow Minidump class to be instantiated with stream instead of file. r=mark a...
ted.mielczarek
2009-12-09
1
-4
/
+11
[prev]
[next]