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
/
dwarf2reader.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "using namespace std" from dwarf2reader.h. Using-directives are
mark@chromium.org
2011-10-11
1
-14
/
+15
*
Breakpad DWARF Reader: Ignore padding at the end of the compilation unit.
jimblandy
2010-08-25
1
-1
/
+5
*
Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64>...
jimblandy
2010-08-25
1
-9
/
+5
*
Add missing stdint.h include to fix compilation on newer GCC.
ted.mielczarek
2010-08-16
1
-0
/
+1
*
Clean up build for 64 bit.
dmaclach
2010-07-19
1
-17
/
+16
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
1
-4
/
+6
*
Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::...
ted.mielczarek
2010-06-25
1
-2
/
+2
*
Breakpad DWARF parser: correct comments regarding dynamic_cast.
jimblandy
2010-03-30
1
-7
/
+14
*
Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002.
jimblandy
2010-03-29
1
-19
/
+20
*
Breakpad Linux dumper: Parse the .eh_frame section.
jimblandy
2010-03-16
1
-49
/
+310
*
Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.
jimblandy
2010-03-16
1
-2
/
+1227
*
Breakpad Linux dumper: Add file comments as required by the style guide.
jimblandy
2010-02-09
1
-0
/
+3
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Breakpad DWARF parser: Add method to read DWARF "Initial length".
jimblandy
2010-01-28
1
-25
/
+4
*
Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ...
jimblandy
2010-01-22
1
-11
/
+32
*
Breakpad DWARF Reader: Also look for DWARF in sections with the proper names.
jimblandy
2010-01-22
1
-6
/
+18
*
Google Breakpad DWARF reader: Add a handler function for DIE references.
jimblandy
2010-01-12
1
-9
/
+36
*
Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G...
jimblandy@gmail.com
2009-12-15
1
-1
/
+5
*
Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use it
jimblandy@gmail.com
2009-12-15
1
-2
/
+2
*
Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> type
jimblandy@gmail.com
2009-12-15
1
-2
/
+3
*
Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...
jimblandy@gmail.com
2009-12-15
1
-0
/
+820