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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Include what you use.
mmentovai
2010-04-05
2
-0
/
+4
*
Breakpad symbol dumper: Move Linux dumping classes into src/common.
jimblandy
2010-04-05
29
-36
/
+38
*
Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by...
jimblandy
2010-04-05
3
-1
/
+82
*
Add gettimeofday to linux_syscall_support.h
mmentovai
2010-04-02
1
-0
/
+2
*
Breakpad Linux dumper: Use the correct section's base address.
jimblandy
2010-04-01
1
-1
/
+1
*
Breakpad Linux dumper: Generate make dependencies on header files automatically.
jimblandy
2010-04-01
1
-5
/
+9
*
Breakpad Linux dumper: Include filename in error messages.
jimblandy
2010-03-31
1
-11
/
+13
*
Breakpad DWARF parser: correct comments regarding dynamic_cast.
jimblandy
2010-03-30
1
-7
/
+14
*
Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002.
jimblandy
2010-03-29
3
-21
/
+53
*
[ Mistakenly committed older version of patch. This is the right one. ]
jimblandy
2010-03-29
1
-3
/
+3
*
Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.
jimblandy
2010-03-29
2
-10
/
+19
*
Fix HandleInvalidParameter to provide a locally created exception record for ...
siggi@chromium.org
2010-03-26
1
-3
/
+23
*
Add omitted newline to warning message in StabsReader::SymbolString.
jimblandy
2010-03-18
1
-1
/
+1
*
Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.
jimblandy
2010-03-16
5
-55
/
+492
*
Breakpad: Support DWARF CFI-driven stack walking on ARM.
jimblandy
2010-03-16
7
-34
/
+641
*
Breakpad Linux dumper: Parse the .eh_frame section.
jimblandy
2010-03-16
11
-143
/
+1336
*
Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.
jimblandy
2010-03-16
6
-5
/
+1014
*
Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.
jimblandy
2010-03-16
14
-11
/
+4935
*
Breakpad: Add minidump processor support for DWARF Call Frame Information.
jimblandy
2010-03-16
14
-39
/
+1701
*
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
*
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
3
-2
/
+68
*
Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections.
jimblandy
2010-03-02
3
-2
/
+26
*
ARM support, with some build system changes to support x86-64, arm, and i386 ...
nealsid
2010-03-02
13
-105
/
+473
*
Breakpad Linux symbol dumper: Handle programs linked with --gc-sections.
jimblandy
2010-02-24
3
-0
/
+142
*
Breakpad processor: Support negative literals in the postfix evaluator.
jimblandy
2010-02-24
1
-4
/
+18
*
Breakpad Linux dumper: Add missing newlines to error messages.
jimblandy
2010-02-23
1
-2
/
+2
*
Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need t...
jimblandy
2010-02-20
2
-20
/
+28
*
Breakpad Linux dumper: Compare section names correctly.
jimblandy
2010-02-18
1
-1
/
+7
*
Breakpad DWARF parser: Expand comments for ByteReader class.
jimblandy
2010-02-11
1
-43
/
+122
*
Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.
jimblandy
2010-02-10
5
-3
/
+267
*
Breakpad Linux dumper: Don't be silly about global functions.
jimblandy
2010-02-09
3
-12
/
+11
*
Breakpad Linux dumper: Add file comments as required by the style guide.
jimblandy
2010-02-09
23
-17
/
+116
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
66
-66
/
+66
*
Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad...
ted.mielczarek
2010-02-09
1
-0
/
+11
*
Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...
ted.mielczarek
2010-02-05
11
-40
/
+925
*
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
5
-35
/
+35
*
Breakpad processor: Save Windows unwinding data earlier in x86 walker.
jimblandy
2010-02-05
1
-3
/
+4
*
Breakpad Linux dumper: Recognize more processor architectures.
jimblandy
2010-02-02
1
-12
/
+35
*
Breakpad Linux Dumper: Rename structure members to follow the Google C++ Styl...
jimblandy
2010-01-28
9
-217
/
+217
*
Breakpad DWARF parser: Add method to read DWARF "Initial length".
jimblandy
2010-01-28
3
-27
/
+31
*
Breakpad processor: Fix function and public symbol lookup.
jimblandy
2010-01-28
3
-4
/
+17
*
Breakpad Linux symbol dumper: Don't disable asserts.
jimblandy
2010-01-27
1
-1
/
+0
*
Breakpad processor: Have RetrieveNearestRange correctly return range extent.
jimblandy
2010-01-27
2
-2
/
+19
[prev]
[next]