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
/
dwarf_cu_to_module.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule.
thestig@chromium.org
2013-04-24
1
-10
/
+9
*
Add an option to not handle DWARF inter-compilation unit references in Linux ...
thestig@chromium.org
2013-04-24
1
-26
/
+72
*
Minor Android fixup for symbol dumping code
ted.mielczarek@gmail.com
2013-03-06
1
-4
/
+9
*
Add missing "using std::sort" to dwarf_cu_to_module.cc.
ted.mielczarek@gmail.com
2013-02-28
1
-0
/
+1
*
Include the compilation directory for FILE entries, making them absolute inst...
ted.mielczarek@gmail.com
2013-01-23
1
-5
/
+13
*
DWARF can store DW_AT_high_pc as either an address or a constant. In the latter
jimblandy
2013-01-08
1
-2
/
+13
*
Remove dead code.
mark@chromium.org
2012-12-12
1
-8
/
+4
*
Comment out unused arguments in definitions, as required by the Google C++ St...
jimblandy
2012-10-05
1
-3
/
+3
*
Fix out-of-date comment for DwarfCUToModule::FilePrivate::common_strings.
jimblandy
2012-10-05
1
-6
/
+14
*
If a specification DIE has a DW_AT_MIPS_linkage_name attribute, don't fail
jimblandy
2012-10-05
1
-20
/
+39
*
Use DW_AT_MIPS_linkage_name if it is available to get names of functions with...
ted.mielczarek@gmail.com
2012-10-04
1
-10
/
+35
*
Fix compiler warning from format string
ted.mielczarek
2012-04-25
1
-1
/
+1
*
Changes to get the breakpad client compiling and running on Android using
mark@chromium.org
2012-04-03
1
-1
/
+5
*
Add some unit tests for Linux WriteSymbolFile
ted.mielczarek
2011-07-06
1
-0
/
+1
*
Google Breakpad Issue 417: Handle DWARF that omits function names.
jimblandy
2011-03-11
1
-1
/
+14
*
Fix assert failure in dump_syms caused by binary linked with gold.
thestig@chromium.org
2010-11-08
1
-2
/
+2
*
Use <inttypes.h> macros for formatting fixed-width types.
mark@chromium.org
2010-08-27
1
-1
/
+7
*
Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF...
jimblandy
2010-07-17
1
-1
/
+26
*
Fix a couple of tiny things for GCC pedantry
ted.mielczarek@gmail.com
2010-07-08
1
-1
/
+1
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
1
-2
/
+4
*
Breakpad DWARF support: Check for DWARF line info under Mac OS X section names.
ted.mielczarek
2010-06-25
1
-0
/
+4
*
Breakpad symbol dumper: Move Linux dumping classes into src/common.
jimblandy
2010-04-05
1
-0
/
+881