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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
1
-6
/
+9
*
Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...
thestig@chromium.org
2013-05-08
1
-0
/
+2
*
Remove auto_ptr usage in Breakpad. Also fix some lint errors.
thestig@chromium.org
2013-04-09
1
-9
/
+11
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
5
-40
/
+40
*
Remove dead code.
mark@chromium.org
2012-12-12
8
-107
/
+42
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
11
-51
/
+59
*
Accept version 3 .eh_frame unwinding data, as well as version 1.
jimblandy
2012-04-03
1
-14
/
+8
*
Add some missing #includes
ted.mielczarek
2012-02-15
2
-0
/
+3
*
Breakpad DWARF: Add support for DWARF 4 attribute forms.
jimblandy
2012-02-01
7
-8
/
+179
*
Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r...
jimblandy
2012-02-01
1
-44
/
+6
*
Add partial unit tests for dwarf2reader::CompilationUnit.
jimblandy
2012-02-01
2
-0
/
+526
*
Add includes for unittests that appear to need them.
jessicag.feedback@gmail.com
2011-10-17
2
-0
/
+8
*
Additional fixes following r862.
mark@chromium.org
2011-10-11
2
-31
/
+34
*
Remove "using namespace std" from dwarf2reader.h. Using-directives are
mark@chromium.org
2011-10-11
4
-36
/
+36
*
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
*
Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code.
jimblandy
2010-08-25
2
-4
/
+4
*
Commit issue 140001: fixes for 64-bit build cleanups.
jimblandy
2010-08-25
2
-7
/
+7
*
Add missing stdint.h include to fix compilation on newer GCC.
ted.mielczarek
2010-08-16
1
-0
/
+1
*
Fixes up some style nits, and gets us compiling on Leopard again.
dmaclach
2010-07-27
2
-4
/
+4
*
Clean up build for 64 bit.
dmaclach
2010-07-19
4
-22
/
+21
*
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
5
-15
/
+18
*
Breakpad DWARF CFI support: Cleanups requested by Neal
ted.mielczarek
2010-06-25
2
-8
/
+23
*
Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::...
ted.mielczarek
2010-06-25
1
-2
/
+2
*
Breakpad Mac symbol dumper: Add new Mach-O reader class.
ted.mielczarek
2010-06-25
3
-12
/
+12
*
Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...
jimblandy
2010-04-27
1
-1
/
+1
*
Include what you use.
mmentovai
2010-04-05
1
-0
/
+3
*
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
3
-21
/
+53
*
Breakpad Linux dumper: Parse the .eh_frame section.
jimblandy
2010-03-16
8
-120
/
+1299
*
Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.
jimblandy
2010-03-16
5
-5
/
+993
*
Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.
jimblandy
2010-03-16
6
-2
/
+3918
*
Breakpad DWARF parser: Expand comments for ByteReader class.
jimblandy
2010-02-11
1
-43
/
+122
*
Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.
jimblandy
2010-02-10
1
-0
/
+8
*
Breakpad Linux dumper: Add file comments as required by the style guide.
jimblandy
2010-02-09
4
-2
/
+25
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
10
-10
/
+10
*
Breakpad DWARF parser: Add method to read DWARF "Initial length".
jimblandy
2010-01-28
3
-27
/
+31
*
Typo: "An" -> "A".
jimblandy
2010-01-23
1
-1
/
+1
*
Breakpad DWARF Parser: Improved DWARF-processing interface.
jimblandy
2010-01-23
3
-0
/
+1084
*
Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ...
jimblandy
2010-01-22
4
-28
/
+50
*
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
4
-31
/
+70
*
Breakpad DWARF Reader: Add DWARF language enumeration values.
jimblandy
2010-01-11
1
-0
/
+36
*
Breakpad DWARF parser: Fix up documentation for DWARF reader classes.
jimblandy@gmail.com
2009-12-18
2
-33
/
+34
*
Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G...
jimblandy@gmail.com
2009-12-15
2
-1
/
+7
*
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
3
-3
/
+11
*
Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...
jimblandy@gmail.com
2009-12-15
10
-0
/
+2560