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
*
Revert "Refactor rangelist handling to prepare for dwarf5 .debug_rngslist"
HEAD
master
Sterling Augustine
2020-10-02
2
-9
/
+10
*
Refactor rangelist handling to prepare for dwarf5 .debug_rngslist
Sterling Augustine
2020-09-28
2
-10
/
+9
*
fix NDEBUG breakage with new dwarf5 code
Mike Frysinger
2020-07-16
1
-0
/
+4
*
fix pointer style to match the style guide
Mike Frysinger
2020-07-15
17
-398
/
+398
*
Add support for dwarf5 line tables.
Sterling Augustine
2020-07-14
5
-46
/
+445
*
Move GetSectionByName out of CompilationUnit.
Sterling Augustine
2020-06-26
3
-21
/
+29
*
Read dwarf5 compilation unit headers.
Sterling Augustine
2020-06-25
5
-20
/
+119
*
Add and handle various dwarf5 addrx forms.
Sterling Augustine
2020-06-24
5
-9
/
+60
*
Add and handle new dwarf5 string-related forms.
Sterling Augustine
2020-06-22
3
-31
/
+119
*
Use stdint.h numeric types in tests
Joshua Peraza
2020-04-16
3
-29
/
+32
*
Use portable format macros
Joshua Peraza
2020-04-16
1
-22
/
+23
*
Use stdint.h numeric types
Joshua Peraza
2020-04-09
15
-482
/
+477
*
Use ULONG_MAX instead of __WORDSIZE to determine native ELF architecture
Michael Forney
2020-03-17
1
-8
/
+9
*
Revert "Add new dwarf 5 enums, plus some dwarf4 enums."
Mike Frysinger
2020-03-10
1
-221
/
+0
*
Revert "Add dwarf5 compilation-unit header handling."
Mike Frysinger
2020-03-10
5
-105
/
+18
*
Add dwarf5 compilation-unit header handling.
Sterling Augustine
2019-12-19
5
-18
/
+105
*
Add new dwarf 5 enums, plus some dwarf4 enums.
Sterling Augustine
2019-12-12
1
-0
/
+221
*
Enable reading DWARF4 CIEs with 32 bit addresses.
Nelson Billing
2019-12-05
3
-18
/
+53
*
Fixed a typo introduced in revision 16e08520e6027df4bf1934abbfd5e1a088ffb69c
Gabriele Svelto
2018-08-14
1
-1
/
+1
*
Add support for parsing the DW_AT_ranges attributes
Gabriele Svelto
2018-08-13
4
-0
/
+70
*
Rename an argument named "register" to "reg".
Peter Collingbourne
2017-11-02
1
-5
/
+5
*
Parse DWARF 4 line tables correctly
Mark Mentovai
2017-09-13
1
-0
/
+7
*
Allow compiling the google-breakpad code using a global ::string class instea...
Ivan Penkov
2016-11-08
1
-1
/
+1
*
Basic handling of CIE version 4 in dwarf reading
Scott Graham
2016-11-02
5
-8
/
+147
*
Don't demangle Rust symbols by default, but allow linking to rust-demangle.
Ted Mielczarek
2016-10-25
1
-0
/
+1
*
Initial support for dumping DWARF corresponding to Swift code
Mark Mentovai
2016-09-23
1
-2
/
+5
*
This change allows compiling the google-breakpad code using a global ::string...
Ivan Penkov
2016-08-30
1
-2
/
+2
*
elf_reader: drop unused zlib include
Mike Frysinger
2016-05-25
1
-1
/
+3
*
use another elf.h inside the package for common/dwarf/elf_reader
Yunlian Jiang
2016-05-18
1
-1
/
+1
*
Use elf.h inside the package.
Yunlian Jiang
2016-05-18
1
-1
/
+1
*
Replaced glibc version of elf.h with musl version of elf.h.
Dave MacLachlan
2016-05-12
1
-0
/
+13
*
Fixes up dump_syms build on OS X so it works with ELF.
Dave MacLachlan
2016-05-12
1
-1
/
+1
*
Update to handle dsym files that end with a header.
Dave MacLachlan
2016-05-11
1
-1
/
+3
*
breakpad: fix unittest errors
Yunlian Jiang
2016-05-04
1
-2
/
+2
*
Add debug fission support.
Yunlian Jiang
2016-05-04
7
-103
/
+2177
*
convert to uint8_t* for binary data to fix -Wnarrowing build errors
Mike Frysinger
2016-01-26
11
-148
/
+185
*
Define intptr and uintptr in a more generic way
Pavel Labath
2016-01-11
1
-6
/
+2
*
Let breakpad build with -Wall on OS X and Linux.
Lei Zhang
2015-12-29
2
-2
/
+6
*
dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4
mseaborn@chromium.org
2014-12-03
1
-6
/
+7
*
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
[next]