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
*
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
*
Simplify ELF parser code.
Peter Collingbourne
2017-05-25
3
-35
/
+13
*
Wrap config.h include in HAVE_CONFIG_H.
John Budorick
2017-05-24
1
-1
/
+4
*
Only use O_CLOEXEC on platforms that support it
Lars Volker
2017-05-10
1
-0
/
+1
*
Make minidump name generation on Linux as random as possible
Gabriele Svelto
2017-04-12
1
-7
/
+87
*
Remove unused typedef
Gordana Cmiljanovic
2017-03-24
1
-1
/
+0
*
Use string instead of std::string
Joshua Peraza
2017-03-22
1
-1
/
+1
*
Use NSURLSession if the min version we support is iOS 7+.
George Kola
2017-03-09
1
-7
/
+5
*
[MIPS]: Relax dwarf section loading to accept both PROGBITS and MIPS_DWARF se...
Dragan Mladjenovic
2017-03-07
1
-4
/
+22
*
Fix dump_syms clang compilation on Windows
Maciej Pawlowski
2017-03-02
1
-8
/
+8
*
Handle ntdll only emitting PUBLIC at func entry
Scott Graham
2017-02-23
3
-1
/
+69
*
macho_reader_unittest: use EXPECT_FALSE
Mike Frysinger
2017-02-12
1
-2
/
+2
*
windows: update gtest/gmock paths
Mike Frysinger
2017-02-11
1
-2
/
+1
*
md5: fix strict aliasing warnings
Mike Frysinger
2017-02-07
1
-2
/
+2
*
Update links
Orgad Shaneh
2016-11-18
2
-2
/
+2
*
Allow compiling the google-breakpad code using a global ::string class instea...
Ivan Penkov
2016-11-08
7
-11
/
+12
*
Basic handling of CIE version 4 in dwarf reading
Scott Graham
2016-11-02
5
-8
/
+147
*
Fix pointer arithmetic in UTF8ToUTF16Char
Hans Wennborg
2016-10-27
1
-3
/
+3
*
Don't demangle Rust symbols by default, but allow linking to rust-demangle.
Ted Mielczarek
2016-10-25
5
-0
/
+93
*
Fix dump_syms for C++ after 7398ce15b79d
Mark Mentovai
2016-09-26
1
-2
/
+2
*
Initial support for dumping DWARF corresponding to Swift code
Mark Mentovai
2016-09-23
6
-33
/
+130
[next]