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
*
Skip empty DWARF code range when mapping lines
Ludovic Guegan
2018-11-21
1
-3
/
+6
*
Make a parameter a const reference
Joshua Peraza
2018-08-17
1
-1
/
+1
*
Treat high_pc as an address for DW_FORM_GNU_addr_index
Joshua Peraza
2018-08-17
1
-1
/
+2
*
Add support for parsing the DW_AT_ranges attributes
Gabriele Svelto
2018-08-13
1
-61
/
+179
*
Fall back to the raw symbol name from DW_AT_MIPS_linkage_name when there is n...
Mike Hommey
2018-06-19
1
-0
/
+7
*
Allow compiling the google-breakpad code using a global ::string class instea...
Ivan Penkov
2016-11-08
1
-1
/
+1
*
Don't demangle Rust symbols by default, but allow linking to rust-demangle.
Ted Mielczarek
2016-10-25
1
-0
/
+4
*
Initial support for dumping DWARF corresponding to Swift code
Mark Mentovai
2016-09-23
1
-21
/
+24
*
Add parentheses to silence clang warning
Primiano Tucci
2016-05-03
1
-1
/
+2
*
Fix DWARF handling of inlined functions in namespaces
Ted Mielczarek
2016-04-14
1
-9
/
+9
*
convert to uint8_t* for binary data to fix -Wnarrowing build errors
Mike Frysinger
2016-01-26
1
-2
/
+3
*
Demangle symbol name
hashimoto@chromium.org
2015-02-03
1
-1
/
+1
*
Fix some fragile code that is likely to cause future memory corruption
erikchen@chromium.org
2015-01-27
1
-7
/
+21
*
Fix a source of memory corruption.
erikchen@chromium.org
2015-01-26
1
-7
/
+13
*
Both std::tr1::unordered_set and std::unordered_set are not allowed in
ivanpe@chromium.org
2014-07-21
1
-10
/
+1
*
Fix compilation error in Linux libc++ builds due to use of tr1/.
mark@chromium.org
2014-07-07
1
-0
/
+8
*
dump_syms: use unordered_set<> instead of set<> for speed.
mark@chromium.org
2014-06-26
1
-4
/
+4
*
Fix a memory leak in DwarfCUToModule::FuncHandler::Finish().
thestig@chromium.org
2014-05-28
1
-2
/
+2
*
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