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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't demangle Rust symbols by default, but allow linking to rust-demangle.
Ted Mielczarek
2016-10-25
1
-0
/
+48
*
Initial support for dumping DWARF corresponding to Swift code
Mark Mentovai
2016-09-23
1
-1
/
+1
*
Fix DWARF handling of inlined functions in namespaces
Ted Mielczarek
2016-04-14
1
-0
/
+23
*
convert to uint8_t* for binary data to fix -Wnarrowing build errors
Mike Frysinger
2016-01-26
1
-5
/
+7
*
Fix some fragile code that is likely to cause future memory corruption
erikchen@chromium.org
2015-01-27
1
-5
/
+4
*
Add an option to not handle DWARF inter-compilation unit references in Linux ...
thestig@chromium.org
2013-04-24
1
-46
/
+106
*
Include the compilation directory for FILE entries, making them absolute inst...
ted.mielczarek@gmail.com
2013-01-23
1
-17
/
+34
*
DWARF can store DW_AT_high_pc as either an address or a constant. In the latter
jimblandy
2013-01-08
1
-17
/
+48
*
Remove dead code.
mark@chromium.org
2012-12-12
1
-122
/
+18
*
If a specification DIE has a DW_AT_MIPS_linkage_name attribute, don't fail
jimblandy
2012-10-05
1
-20
/
+48
*
Use DW_AT_MIPS_linkage_name if it is available to get names of functions with...
ted.mielczarek@gmail.com
2012-10-04
1
-24
/
+44
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
1
-1
/
+1
*
Fix some comments and parameter names.
jimblandy
2011-11-23
1
-1
/
+1
*
Add includes for unittests that appear to need them.
jessicag.feedback@gmail.com
2011-10-17
1
-3
/
+7
*
Issue 417: update unit tests after adding unnamed function detection
jimblandy
2011-03-14
1
-2
/
+2
*
Google Breakpad Issue 417: Handle DWARF that omits function names.
jimblandy
2011-03-11
1
-1
/
+24
*
Make programs in src/tools/linux build via the automake build system
ted.mielczarek
2011-02-28
1
-16
/
+16
*
Breakpad symbol dumper: Move Linux dumping classes into src/common.
jimblandy
2010-04-05
1
-0
/
+1701