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
*
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
*
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
[next]