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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Breakpad DWARF CFI support: Cleanups requested by Neal
ted.mielczarek
2010-06-25
3
-10
/
+24
*
Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::...
ted.mielczarek
2010-06-25
1
-2
/
+2
*
Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.
ted.mielczarek
2010-06-25
3
-1209
/
+536
*
Breakpad DWARF support: Stop #including unneeded headers.
ted.mielczarek
2010-06-25
1
-2
/
+0
*
Breakpad DWARF support: Check for DWARF line info under Mac OS X section names.
ted.mielczarek
2010-06-25
1
-0
/
+4
*
Breakpad Mac symbol dumper: Add new Mach-O reader class.
ted.mielczarek
2010-06-25
9
-25
/
+2907
*
Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco...
ted.mielczarek
2010-06-03
1
-0
/
+1
*
Remove LOG statements from linux utilities so there's no dependency on log li...
nealsid
2010-05-27
2
-24
/
+29
*
Breakpad unit tests: Add support for clipped-size null-terminated strings
jimblandy
2010-05-05
2
-0
/
+27
*
Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6
jimblandy
2010-05-05
3
-30
/
+80
*
Breakpad symbol dumper: Promise that Module::SetLoadAddress can be called at ...
jimblandy
2010-05-05
2
-5
/
+13
*
Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ...
jimblandy
2010-05-05
4
-21
/
+152
*
Breakpad STABS parser: Use a test fixture in StabsReader unit tests.
jimblandy
2010-05-05
1
-56
/
+42
*
Breakpad STABS reader: Properly compute function end addresses.
jimblandy
2010-05-05
3
-7
/
+72
*
Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.
jimblandy
2010-05-05
4
-34
/
+34
*
Breakpad Linux dumper: Make StabsReader independent of endianness and word size.
jimblandy
2010-05-05
11
-593
/
+443
*
Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes.
jimblandy
2010-05-05
2
-0
/
+1039
*
Fix assembly in the ARM sys_clone implementation to indicate that r7 is clobb...
ted.mielczarek
2010-04-29
1
-8
/
+8
*
issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...
ted.mielczarek
2010-04-29
3
-5
/
+9
*
Breakpad Linux Dumper: Have DumpStabsHandler free accumulated functions if Fi...
jimblandy
2010-04-28
2
-0
/
+10
*
Breakpad Dumper: Move CFI register names to DwarfCFIToModule class.
jimblandy
2010-04-28
4
-46
/
+110
*
Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...
jimblandy
2010-04-27
4
-1
/
+2474
*
Patch from Zhurun to fix build breaks in gcc 4.4.1
nealsid
2010-04-26
1
-13
/
+28
*
Include what you use.
mmentovai
2010-04-05
1
-0
/
+3
*
Breakpad symbol dumper: Move Linux dumping classes into src/common.
jimblandy
2010-04-05
28
-33
/
+33
*
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: 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
*
Add omitted newline to warning message in StabsReader::SymbolString.
jimblandy
2010-03-18
1
-1
/
+1
*
Breakpad: Support DWARF CFI-driven stack walking on ARM.
jimblandy
2010-03-16
1
-8
/
+11
*
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
5
-5
/
+993
*
Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.
jimblandy
2010-03-16
13
-10
/
+4881
*
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
1
-22
/
+169
*
Breakpad Linux symbol dumper: Handle programs linked with --gc-sections.
jimblandy
2010-02-24
3
-0
/
+142
*
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
4
-3
/
+264
*
Breakpad Linux dumper: Don't be silly about global functions.
jimblandy
2010-02-09
2
-8
/
+8
*
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
30
-30
/
+30
*
Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...
ted.mielczarek
2010-02-05
1
-0
/
+47
*
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
[prev]
[next]