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
/
linux
/
dump_symbols.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ...
jimblandy
2010-05-05
1
-2
/
+3
*
Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.
jimblandy
2010-05-05
1
-4
/
+4
*
Breakpad Linux dumper: Make StabsReader independent of endianness and word size.
jimblandy
2010-05-05
1
-3
/
+17
*
Breakpad Dumper: Move CFI register names to DwarfCFIToModule class.
jimblandy
2010-04-28
1
-46
/
+9
*
Breakpad symbol dumper: Move Linux dumping classes into src/common.
jimblandy
2010-04-05
1
-6
/
+6
*
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: 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
1
-3
/
+33
*
Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.
jimblandy
2010-03-16
1
-0
/
+133
*
Breakpad Linux dumper: Compare section names correctly.
jimblandy
2010-02-18
1
-1
/
+7
*
Breakpad Linux dumper: Don't be silly about global functions.
jimblandy
2010-02-09
1
-2
/
+1
*
Breakpad Linux dumper: Add file comments as required by the style guide.
jimblandy
2010-02-09
1
-0
/
+5
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Breakpad Linux dumper: Recognize more processor architectures.
jimblandy
2010-02-02
1
-12
/
+35
*
Breakpad Linux Dumper: Add DWARF support.
jimblandy
2010-01-23
1
-27
/
+122
*
Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.
jimblandy
2009-12-23
1
-211
/
+3
*
Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warnin...
jimblandy@gmail.com
2009-12-15
1
-0
/
+8
*
Upstreaming several patches from Chrome:
nealsid
2009-12-01
1
-3
/
+1
*
Merge of Breakpad Chrome Linux fork
nealsid
2009-08-17
1
-5
/
+7
*
Linux dumper: Move the data structures representing the breakpad data into th...
jimblandy@gmail.com
2009-08-07
1
-446
/
+216
*
Linux dumper: Move STABS parsing into its own class.
jimblandy@gmail.com
2009-08-07
1
-135
/
+107
*
Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a ch...
jimblandy@gmail.com
2009-08-05
1
-10
/
+13
*
Linux dumper: Properly separate function names from STABS type data.
jimblandy@gmail.com
2009-08-05
1
-1
/
+1
*
Linux dumper: Don't switch to wrong source file when starting new function.
jimblandy@gmail.com
2009-08-05
1
-6
/
+11
*
Linux dumper: Delete non-functional stack parameter size computation.
jimblandy@gmail.com
2009-08-05
1
-20
/
+1
*
Linux dumper: Let LineInfo structures point directly to their SourceLineInfo ...
jimblandy@gmail.com
2009-08-05
1
-141
/
+147
*
Linux dumper: Don't record file boundary addresses as null-name SourceFileInf...
jimblandy@gmail.com
2009-07-30
1
-17
/
+35
*
Linux dumper: Use pointers to SourceFileInfo structures.
jimblandy@gmail.com
2009-07-30
1
-29
/
+38
*
Linux dumper: Use a sorted array of addresses in computing function and line ...
jimblandy@gmail.com
2009-07-30
1
-83
/
+34
*
Linux dumper: Correctly find boundary address when computing line and functio...
jimblandy@gmail.com
2009-07-27
1
-6
/
+10
*
The has_sol field of struct FuncInfo is unused. This patch removes it.
jimblandy@gmail.com
2009-07-27
1
-6
/
+0
*
The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static.
jimblandy@gmail.com
2009-07-27
1
-1
/
+1
*
Use a std::map instead of a linear search to look up files for line records.
jimblandy@gmail.com
2009-07-27
1
-15
/
+20
*
Remove warnings about uninitialized fields.
jimblandy@gmail.com
2009-07-27
1
-0
/
+3
*
Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...
nealsid
2009-06-05
1
-36
/
+24
*
issue 305 - breakpad Linux handler doesn't build with compiler built from lat...
ted.mielczarek
2009-03-24
1
-0
/
+1
*
Issue 294: mmap error checking is not correct.
nealsid
2009-02-22
1
-1
/
+1
*
Followup to address some review comments from Issue 259
ted.mielczarek
2008-11-25
1
-9
/
+15
*
Issue 259 - crash when generating large .sym files with dump_syms on Linux. P...
ted.mielczarek
2008-11-24
1
-34
/
+56
*
issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me
ted.mielczarek
2008-02-24
1
-0
/
+2
*
Fix issue 235, properly handling included(inlined) code.
luly81
2007-12-13
1
-53
/
+157
*
Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me
mmentovai
2007-09-28
1
-1
/
+1
*
Issue 191 - Linux dump_syms produces bad line numbers for some functions (16 ...
ted.mielczarek
2007-07-02
1
-1
/
+2
*
Merge Ted's patch for writing symbols to stdout for linux.
luly81
2007-05-02
1
-7
/
+1
*
Discard age field in the dumped symbol file.
luly81
2007-04-04
1
-1
/
+1
*
Fix bug of issue 135, now can dump symbols for dynamic libraries.
luly81
2007-03-27
1
-7
/
+46
*
Add Linux exception handler.
luly81
2007-03-12
1
-0
/
+613