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
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix pointer style to match the style guide
Mike Frysinger
2020-07-15
21
-138
/
+138
*
Add support for dwarf5 line tables.
Sterling Augustine
2020-07-14
1
-2
/
+10
*
Use stdint.h numeric types
Joshua Peraza
2020-04-09
1
-8
/
+8
*
Use breakpad_getcontext on all Linux platforms missing getcontext
Michael Forney
2020-03-16
4
-0
/
+889
*
Use ULONG_MAX instead of __WORDSIZE to determine ELF class
Michael Forney
2020-03-10
1
-4
/
+5
*
Use sched_yield instead of pthread_yield
Michael Forney
2020-03-10
1
-1
/
+2
*
Add "type" option to sym_upload sym-upload-v2 mode.
Nelson Billing
2020-02-27
4
-23
/
+51
*
Make LibcurlWrapper support static linking.
Nelson Billing
2020-02-22
1
-1
/
+13
*
linux: fix symupload build failures
Joshua Peraza
2020-02-21
2
-6
/
+11
*
Add optional new symbol upload API to sym_upload.
Nelson Billing
2020-02-20
6
-89
/
+601
*
linux, client: set module name from DT_SONAME
Joshua Peraza
2019-10-30
1
-7
/
+5
*
linux, dump_syms: Filter module entries outside specified ranges
Christopher Grant
2019-10-29
1
-0
/
+25
*
Add options to set OS and filename
Jake Ehrlich
2019-10-24
3
-20
/
+43
*
linux, dump_syms: set module name from DT_SONAME
Joshua Peraza
2019-10-24
3
-1
/
+78
*
guid_creater: include string.h for memcpy
Mike Frysinger
2019-08-04
1
-0
/
+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
*
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
*
Add support for parsing the DW_AT_ranges attributes
Gabriele Svelto
2018-08-13
1
-1
/
+40
*
dump_symbols: Stop rejecting files with Android packed relocation sections.
Peter Collingbourne
2017-11-07
1
-31
/
+0
*
Provide helper wrappers for basename(3) and dirname(3)
Tobias Sargeant
2017-10-18
1
-11
/
+2
*
Rename src/common/memory.h to memory_allocator.h.
Ted Mielczarek
2017-10-17
3
-3
/
+3
*
Teach the ELF parser to handle multiple PT_NOTE phdrs.
Peter Collingbourne
2017-05-26
4
-38
/
+76
*
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
*
[MIPS]: Relax dwarf section loading to accept both PROGBITS and MIPS_DWARF se...
Dragan Mladjenovic
2017-03-07
1
-4
/
+22
*
Update links
Orgad Shaneh
2016-11-18
1
-1
/
+1
*
Allow compiling the google-breakpad code using a global ::string class instea...
Ivan Penkov
2016-11-08
1
-3
/
+4
*
This change allows compiling the google-breakpad code using a global ::string...
Ivan Penkov
2016-08-30
1
-2
/
+1
*
linux-syscall-support: pull in latest version
Mike Frysinger
2016-06-14
1
-11
/
+0
*
Dump INFO CODE_ID containing Build ID in Linux dump_syms
Ted Mielczarek
2016-06-10
6
-31
/
+104
*
Add debug fission support.
Yunlian Jiang
2016-05-04
1
-1
/
+2
*
tweak IGNORE_RET behavior a bit
Mike Frysinger
2016-04-11
1
-1
/
+1
*
Added an option (-i) to have dump_syms output header information only.
David Yen
2016-04-08
2
-18
/
+77
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
4
-129
/
+184
*
Refactor sym_upload in tools to extract code into common/linux, and minor fixes
Li Yan
2016-03-30
4
-1
/
+231
*
Have dump_syms output the full symbol table.
David Yen
2016-03-23
1
-18
/
+47
*
convert to uint8_t* for binary data to fix -Wnarrowing build errors
Mike Frysinger
2016-01-26
1
-12
/
+15
*
Let breakpad build with -Wall on OS X and Linux.
Lei Zhang
2015-12-29
4
-3
/
+6
*
Support for multiple upload files in CrashReportSender/HTTPUpload
David Major
2015-10-06
2
-12
/
+12
*
Update breakpad for Android packed relocations.
rmcilroy@chromium.org
2015-06-19
1
-0
/
+31
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
1
-2
/
+7
*
Fix compilation with gcc --std=c++11
ted.mielczarek@gmail.com
2015-03-24
1
-2
/
+2
*
Cleanup Linux debug link file handling code.
thestig@chromium.org
2015-02-10
1
-44
/
+74
*
Follow debug link correctly
hashimoto@chromium.org
2015-02-03
1
-37
/
+37
*
Demangle symbol name
hashimoto@chromium.org
2015-02-03
1
-0
/
+11
[next]