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
...
*
missed test crashdumps in revision 706.
cdn@chromium.org
2010-10-02
4
-0
/
+0
*
Added method to exploitability class which checks if a given address contains...
cdn@chromium.org
2010-10-01
3
-23
/
+70
*
Added libdisasm to the repository. This library is no longer under developmen...
cdn@chromium.org
2010-10-01
18
-29
/
+926
*
Add stack-scanning fallback to Stackwalker{AMD64,ARM}.
ted.mielczarek
2010-10-01
7
-20
/
+361
*
Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...
ted.mielczarek
2010-10-01
10
-92
/
+45
*
Fix a segmentation fault bug in MinidumpAssertion::Read().
SiyangXie@gmail.com
2010-09-30
1
-3
/
+6
*
Added the base exploitability module for windows. This only adds the very bas...
cdn@chromium.org
2010-09-22
5
-22
/
+250
*
Add StaticMap implementation and unittest to breakpad.
SiyangXie@gmail.com
2010-09-20
5
-0
/
+965
*
Initialize variables that currently may theoretically be used uninitialized
jessicag.feedback@gmail.com
2010-09-16
2
-7
/
+8
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
1
-1
/
+1
*
Fix a bug in range_map-inl.h and add a unittest to expose the exisiting bug.
SiyangXie@gmail.com
2010-09-15
2
-1
/
+43
*
Fix a handful of comment spelling errors (Issue 385)
jessicag.feedback@gmail.com
2010-09-09
1
-1
/
+1
*
Reducing severity of most commonly logged ERRORS.
jessicag.feedback@gmail.com
2010-09-09
2
-12
/
+15
*
Remove proto generated source files from svn.
jessicag.feedback@gmail.com
2010-09-08
3
-4158
/
+2
*
Adding sytax setting to proto file
jessicag.feedback@gmail.com
2010-08-27
1
-0
/
+2
*
Fix memory leak in BasicSourceLineResolver::UnloadModule
ted.mielczarek
2010-08-27
1
-0
/
+2
*
Limit the number of frames we try to walk to prevent runaway processors.
thestig@chromium.org
2010-08-26
1
-1
/
+6
*
Issue 176001: Add package to process_state.proto to prevent name clashes.
jessicag.feedback@gmail.com
2010-08-26
3
-107
/
+119
*
Cleanup: Remove a useless check.
thestig@chromium.org
2010-08-26
1
-8
/
+6
*
Adding process_state protobuf and derived C++ files. Included README as well.
jessicag.feedback@gmail.com
2010-08-24
4
-0
/
+4369
*
Patch from CDN to add support for an exploitability engine
nealsid
2010-08-24
3
-1
/
+138
*
Fix unit tests that have not built since @610
ted.mielczarek
2010-07-23
7
-41
/
+41
*
Clean up build for 64 bit.
dmaclach
2010-07-19
1
-1
/
+1
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
26
-46
/
+64
*
Fix test breakage caused by my last checkin :-(
nealsid
2010-06-04
4
-4
/
+4
*
Add access violation detail for windows (read/write/dep). Add stack buffer ov...
nealsid
2010-06-04
1
-1
/
+24
*
Fix for uninitialized variable in basic_source_line_resolver.cc
nealsid
2010-05-13
1
-1
/
+1
*
Fix include paths to be consistent with rest of project
nealsid
2010-04-28
1
-1
/
+1
*
Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...
jimblandy
2010-04-27
8
-2478
/
+6
*
Breakpad processor: Work around overload resolution problems in stream pos_ty...
jimblandy
2010-04-20
1
-2
/
+2
*
Breakpad stack walker: remove embedded newlines from module names.
jimblandy
2010-04-15
1
-0
/
+4
*
provide a network source line resolver + server. r=mark,jimb at http://breakp...
ted.mielczarek
2010-04-08
24
-214
/
+4379
*
Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.
jimblandy
2010-03-16
4
-41
/
+462
*
Breakpad: Support DWARF CFI-driven stack walking on ARM.
jimblandy
2010-03-16
4
-15
/
+584
*
Breakpad: Add minidump processor support for DWARF Call Frame Information.
jimblandy
2010-03-16
11
-27
/
+1673
*
Breakpad processor: Unit tests for StackwalkerX86.
jimblandy
2010-03-16
2
-0
/
+879
*
Breakpad Processor: Add new unit tests for google_breakpad::Minidump
jimblandy
2010-03-16
8
-6
/
+4102
*
Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis
nealsid
2010-03-03
2
-0
/
+60
*
Breakpad processor: Support negative literals in the postfix evaluator.
jimblandy
2010-02-24
1
-4
/
+18
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
20
-20
/
+20
*
Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad...
ted.mielczarek
2010-02-09
1
-0
/
+11
*
Breakpad processor: Move STACK WIN record parsing into its own function.
jimblandy
2010-02-05
1
-29
/
+39
*
Breakpad processor: Give Windows stack data Windows-specific names.
jimblandy
2010-02-05
2
-46
/
+50
*
Breakpad processor: Segregate STACK WIN vs. traditional stack walking.
jimblandy
2010-02-05
2
-170
/
+246
*
Breakpad processor: Support evaluating a postfix expression to produce a value.
jimblandy
2010-02-05
3
-14
/
+151
*
Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference.
jimblandy
2010-02-05
2
-8
/
+8
*
Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.
jimblandy
2010-02-05
3
-18
/
+18
*
Breakpad processor: Save Windows unwinding data earlier in x86 walker.
jimblandy
2010-02-05
1
-3
/
+4
*
Breakpad processor: Fix function and public symbol lookup.
jimblandy
2010-01-28
3
-4
/
+17
*
Breakpad processor: Have RetrieveNearestRange correctly return range extent.
jimblandy
2010-01-27
2
-2
/
+19
[prev]
[next]