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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mac dump_syms: accept __DWARF segment without __debug_info section
Mark Mentovai
2019-08-07
2
-15
/
+8
*
string_conversion: fix pointer math
Mike Frysinger
2019-08-05
3
-2
/
+67
*
guid_creater: include string.h for memcpy
Mike Frysinger
2019-08-04
1
-0
/
+1
*
Fix dump_syms clang Windows build.
Nelson Billing
2019-06-25
2
-22
/
+12
*
Add PE-only MD support to Windows symbol converter.
Nelson Billing
2019-06-24
1
-4
/
+0
*
Fix 'debug_file' in PESourceLineWriter.
Nelson Billing
2019-06-19
1
-10
/
+24
*
Fix common_windows.gyp.
Nelson Billing
2019-06-18
3
-1
/
+1
*
Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.
Nelson Billing
2019-06-12
8
-302
/
+730
*
Port new symbol upload API to Windows symupload tool.
Nelson Billing
2019-06-12
5
-349
/
+682
*
Increase timeout of HTTPMultipartUpload from 10s to 60s.
John Z Wu
2019-05-13
1
-1
/
+1
*
Linux breakpad_unittests: fix ThreadSanitizer problems
Mark Mentovai
2019-04-26
1
-2
/
+11
*
Make breakpad_unittests work with Chrome's test runner instead of gtest's
Mark Mentovai
2019-04-19
1
-0
/
+6
*
mac dump_syms: remove unused vars to fix -Werror build failures
Mike Frysinger
2019-04-05
1
-1
/
+0
*
mac dump_syms: Support .dSYMs > 4GB (partially)
Mark Mentovai
2019-03-28
2
-10
/
+34
*
linux_core_dumper: add a fallback definition for NT_SIGINFO
Mike Frysinger
2019-03-07
1
-0
/
+5
*
Replace TYPED_TEST_CASE with TYPED_TEST_SUITE.
Lei Zhang
2019-02-28
3
-3
/
+3
*
breakpad: Remove semicolons, iOS edition.
Nico Weber
2019-02-25
1
-1
/
+1
*
breakpad: Remove semicolons, mac edition.
Nico Weber
2019-02-22
1
-1
/
+1
*
Add mac dump_syms support for arm64e
Joshua Peraza
2018-11-26
1
-4
/
+37
*
Skip empty DWARF code range when mapping lines
Ludovic Guegan
2018-11-21
1
-3
/
+6
*
Fix debug build after 16e0852
Joshua Peraza
2018-08-18
2
-7
/
+6
*
Make a parameter a const reference
Joshua Peraza
2018-08-17
1
-1
/
+1
*
Treat high_pc as an address for DW_FORM_GNU_addr_index
Joshua Peraza
2018-08-17
1
-1
/
+2
*
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
17
-111
/
+577
*
Use hash_map and hash_set from __gnu_cxx
Joshua Peraza
2018-07-09
1
-2
/
+2
*
Fall back to the raw symbol name from DW_AT_MIPS_linkage_name when there is n...
Mike Hommey
2018-06-19
1
-0
/
+7
*
Avoid endl when writing symbol files
Aaron Dierking
2018-05-30
1
-9
/
+8
*
Add missing header for free function
Takuto Ikuta
2018-03-27
1
-0
/
+1
*
Add asm and machine headers
bsheedy
2018-01-03
5
-7
/
+525
*
android: drop sgidefs.h hack for LSS
Mike Frysinger
2017-12-23
2
-42
/
+0
*
Write field indicating multiple symbols at an address in dump_syms
Mike Wittman
2017-12-11
2
-13
/
+4
*
Add optional field indicating multiple symbols at an address
Mike Wittman
2017-11-29
2
-59
/
+93
*
Make identical-code-folded symbol output more consistent between runs
Mike Wittman
2017-11-14
1
-37
/
+43
*
Add index-based set functionality to NonAllocatingMap.
Robert Sesek
2017-11-07
2
-31
/
+79
*
dump_symbols: Stop rejecting files with Android packed relocation sections.
Peter Collingbourne
2017-11-07
1
-31
/
+0
*
Create LongStringDictionary and replace SimpleStringDictionary on iOS
Yi Wang
2017-11-03
5
-2
/
+573
*
Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...
Mark Mentovai
2017-11-02
5
-570
/
+2
*
Rename an argument named "register" to "reg".
Peter Collingbourne
2017-11-02
1
-5
/
+5
*
Create LongStringDictionary and replace SimpleStringDictionary usages in clie...
Yi Wang
2017-10-27
5
-2
/
+570
*
Avoid skipping an initializer with a goto
Bruce Dawson
2017-10-26
1
-6
/
+9
*
Provide helper wrappers for basename(3) and dirname(3)
Tobias Sargeant
2017-10-18
4
-14
/
+102
*
Rename src/common/memory.h to memory_allocator.h.
Ted Mielczarek
2017-10-17
6
-9
/
+9
*
Android: Use sys/types.h instead of stdint.h for sys/user.h
Joshua Peraza
2017-10-06
1
-1
/
+1
*
Restore missing #include <stdint.h> to Android <sys/user.h>
Mark Mentovai
2017-09-20
1
-0
/
+4
*
Fix googletest/googlemock build
Mark Mentovai
2017-09-19
1
-3
/
+3
*
android: Don’t compete with NDK API >= 21 over NDK structures
Mark Mentovai
2017-09-18
2
-39
/
+25
*
Parse DWARF 4 line tables correctly
Mark Mentovai
2017-09-13
1
-0
/
+7
*
Teach the ELF parser to handle multiple PT_NOTE phdrs.
Peter Collingbourne
2017-05-26
4
-38
/
+76
*
Make the cross-compilation glue for dump_syms Mac handle x86_64h.
Markus Stange
2017-05-26
1
-4
/
+24
[prev]
[next]