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
/
dwarf2diehandler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix pointer style to match the style guide
Mike Frysinger
2020-07-15
1
-11
/
+11
*
Use stdint.h numeric types
Joshua Peraza
2020-04-09
1
-16
/
+16
*
convert to uint8_t* for binary data to fix -Wnarrowing build errors
Mike Frysinger
2016-01-26
1
-1
/
+2
*
Remove dead code.
mark@chromium.org
2012-12-12
1
-4
/
+3
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
1
-3
/
+6
*
Breakpad DWARF: Add support for DWARF 4 attribute forms.
jimblandy
2012-02-01
1
-0
/
+10
*
Remove "using namespace std" from dwarf2reader.h. Using-directives are
mark@chromium.org
2011-10-11
1
-1
/
+1
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
1
-2
/
+2
*
Breakpad Linux dumper: Add file comments as required by the style guide.
jimblandy
2010-02-09
1
-1
/
+4
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Breakpad DWARF Parser: Improved DWARF-processing interface.
jimblandy
2010-01-23
1
-0
/
+183