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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Refactor rangelist handling to prepare for dwarf5 .debug_rngslist"
HEAD
master
Sterling Augustine
2020-10-02
6
-59
/
+48
*
Refactor rangelist handling to prepare for dwarf5 .debug_rngslist
Sterling Augustine
2020-09-28
6
-48
/
+59
*
Change JSON serialization error check.
Nelson Billing
2020-09-09
1
-6
/
+11
*
file_id_unittest: avoid system()
Mike Frysinger
2020-09-08
1
-7
/
+16
*
CopyFile: add a C++ API
Mike Frysinger
2020-09-07
3
-1
/
+8
*
linux: Fix leak when the offset of memory_mapped_file is greater than 0
Sim Sun
2020-09-05
1
-2
/
+3
*
Add a .clang-format file to give us local control over Chromium style.
Sim Sun
2020-08-31
1
-0
/
+9
*
Add native symbol uploads to Mac OS symupload tool.
Nelson Billing
2020-08-17
3
-30
/
+127
*
linux: Fix segfault when there is no section header in ELF file
Sim Sun
2020-08-15
1
-0
/
+6
*
processor: subtract 1 from return pointers while scanning
Joshua Peraza
2020-08-14
1
-2
/
+6
*
Escape more characters in Mac OS sym-upload-v2 debug_file strings.
Nelson Billing
2020-08-12
1
-8
/
+29
*
[Mac]Exit with unique status in symupload when file already exists.
Nelson Billing
2020-08-06
1
-11
/
+33
*
Fix sym-upload-v2 whitespace in filenames.
Nelson Billing
2020-08-05
1
-1
/
+6
*
Fix v1 symupload protocol in Mac client.
Nelson Billing
2020-07-31
1
-1
/
+1
*
Fix Mac symupload non-XCode builds.
Nelson Billing
2020-07-29
17
-406
/
+428
*
Check for tombstone as very first entry in the line table.
Sterling Augustine
2020-07-27
1
-0
/
+5
*
Properly handle new tombstone values that now appear as a result of the llvm ...
Sterling Augustine
2020-07-24
2
-1
/
+6
*
Port new symbol API to symupload on Mac.
Nelson Billing
2020-07-24
15
-154
/
+1229
*
There are source files with APSL-2.0 as well.
Sterling Augustine
2020-07-17
1
-0
/
+23
*
Add 3-clause BSD license text as well.
Sterling Augustine
2020-07-16
1
-0
/
+33
*
Include libunwind license in LICENSE file.
Sterling Augustine
2020-07-16
1
-0
/
+26
*
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
289
-3776
/
+3771
*
Add support for dwarf5 line tables.
Sterling Augustine
2020-07-14
10
-65
/
+510
*
Move GetSectionByName out of CompilationUnit.
Sterling Augustine
2020-06-26
4
-26
/
+30
*
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
6
-10
/
+66
*
Add and handle new dwarf5 string-related forms.
Sterling Augustine
2020-06-22
3
-31
/
+119
*
Make symupload exit with an error code when command-line parsing fails.
Michael Moss
2020-06-05
1
-2
/
+6
*
Avoid calling demangler for non-C++ symbols on Linux
Mikhail Borisov
2020-05-26
1
-6
/
+16
*
mac: Don’t try to demangle non-C++ symbols with the C++ demangler
Yngve N. Pettersen
2020-05-05
1
-0
/
+12
*
processor: Bound number of exception parameters read
Joshua Peraza
2020-04-27
3
-4
/
+7
*
Use stdint.h numeric types in tests
Joshua Peraza
2020-04-16
3
-29
/
+32
*
Use portable format macros
Joshua Peraza
2020-04-16
2
-35
/
+37
*
Use stdint.h numeric types
Joshua Peraza
2020-04-09
27
-629
/
+624
*
Remove true/false defines in convert_UTF.cc
Michael Forney
2020-03-19
1
-7
/
+0
*
Use ULONG_MAX instead of __WORDSIZE to determine native ELF architecture
Michael Forney
2020-03-17
3
-20
/
+11
*
Roll src/src/third_party/lss/ f70e2f164..fd00dbbd0 (2 commits)
Michael Forney
2020-03-17
2
-2
/
+2
*
Use breakpad_getcontext on all Linux platforms missing getcontext
Michael Forney
2020-03-16
14
-87
/
+124
*
convert_UTF: try to update xcode files
Mike Frysinger
2020-03-14
1
-4
/
+4
*
Fix some bugs in CheckMicrodumpContents
Michael Forney
2020-03-13
1
-2
/
+2
*
Remove sys/signal.h compatibility header
Michael Forney
2020-03-11
2
-36
/
+0
*
Add google_crashdump_uploader_test to .gitignore
Michael Forney
2020-03-11
1
-0
/
+1
*
Remove redundant LINUX_HOST conditional
Michael Forney
2020-03-11
2
-39
/
+30
*
Use public fpregset_t type to define fpstate_t
Michael Forney
2020-03-10
3
-4
/
+6
*
Use ULONG_MAX instead of __WORDSIZE to determine ELF class
Michael Forney
2020-03-10
1
-4
/
+5
*
Use standard header locations for poll.h and signal.h
Michael Forney
2020-03-10
4
-4
/
+3
*
Use sched_yield instead of pthread_yield
Michael Forney
2020-03-10
2
-6
/
+2
*
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
[next]