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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Android ifdef to fix issue 526
ted.mielczarek@gmail.com
2013-04-18
1
-0
/
+2
*
Fix missing result check in Mac exception handler
ted.mielczarek@gmail.com
2013-04-18
1
-3
/
+7
*
minidump_stackwalk should display r12 in ARM stack traces
ted.mielczarek@gmail.com
2013-04-17
1
-0
/
+2
*
Don't print an error when a user-set max frames limit has been reached in the...
ted.mielczarek@gmail.com
2013-04-16
2
-2
/
+14
*
ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux
ted.mielczarek@gmail.com
2013-04-16
1
-0
/
+30
*
Change MDRawSystemInfo.processor_architecture value for PPC64 to 0x8002.
thestig@chromium.org
2013-04-13
1
-1
/
+1
*
Add PPC64 support to breakpad processor.
thestig@chromium.org
2013-04-12
9
-8
/
+399
*
Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com...
thestig@chromium.org
2013-04-10
4
-8
/
+49
*
Remove auto_ptr usage in Breakpad. Also fix some lint errors.
thestig@chromium.org
2013-04-09
1
-9
/
+11
*
Turn off verbose logging but keep logic for future reference for debug logging.
jessicag.feedback
2013-04-05
1
-13
/
+23
*
Try to find a build-id through PT_NOTE program headers
ted.mielczarek@gmail.com
2013-04-04
4
-10
/
+138
*
Support generic Elf notes, with unit tests
ted.mielczarek@gmail.com
2013-04-04
4
-27
/
+63
*
Refactor BasicElf synth_elf unitest
ted.mielczarek@gmail.com
2013-04-04
3
-7
/
+183
*
These are prerequisites needed for a wider effort inside Google to enable
mark@chromium.org
2013-04-03
1
-1
/
+13
*
Removing redundant calls to string::c_str().
ivan.penkov@gmail.com
2013-03-29
1
-7
/
+7
*
Refactor file_id_unittest
ted.mielczarek@gmail.com
2013-03-29
1
-102
/
+35
*
Add tests for section headers in synth_elf unittest
ted.mielczarek@gmail.com
2013-03-29
1
-0
/
+24
*
Refactor BasicElf synth_elf unitest
ted.mielczarek@gmail.com
2013-03-29
1
-49
/
+23
*
Defer adding sections until ELF::Finish in synth_elf
ted.mielczarek@gmail.com
2013-03-29
2
-6
/
+33
*
Get the complete linux gate mapping instead of only one page
ted.mielczarek@gmail.com
2013-03-29
1
-3
/
+2
*
Fix Windows unittest build on VC2012
ted.mielczarek@gmail.com
2013-03-29
1
-2
/
+9
*
Fix three unit tests on recent ARM devices.
digit@chromium.org
2013-03-21
1
-0
/
+24
*
Linux MinidumpWriter should properly set number_of_processors on ARM
ted.mielczarek@gmail.com
2013-03-12
1
-0
/
+4
*
Remove "library" variable
ted.mielczarek@gmail.com
2013-03-07
1
-9
/
+1
*
fix size types w/x32
ted.mielczarek@gmail.com
2013-03-07
1
-2
/
+2
*
Provide a ReadSymbolData API for Mac dump_syms
ted.mielczarek@gmail.com
2013-03-06
2
-5
/
+29
*
Make OOP mac crashreporting exit after writing dump
ted.mielczarek@gmail.com
2013-03-06
1
-1
/
+4
*
Keeping track of modules without symbols during crash report processing.
ivan.penkov@gmail.com
2013-03-06
10
-49
/
+230
*
Allow building symbol dumping without STABS support
ted.mielczarek@gmail.com
2013-03-06
1
-0
/
+8
*
Allow reading just CFI data when reading symbols
ted.mielczarek@gmail.com
2013-03-06
11
-178
/
+251
*
Minor Android fixup for symbol dumping code
ted.mielczarek@gmail.com
2013-03-06
1
-4
/
+9
*
Fix some more Win32 compat issues in processor code
ted.mielczarek@gmail.com
2013-03-06
7
-3
/
+20
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
117
-1379
/
+1385
*
Work around Windows headers #defining ERROR by renaming enum values in StackF...
ted.mielczarek@gmail.com
2013-03-04
3
-17
/
+17
*
Remove unnecessary #include unistd.h
ted.mielczarek@gmail.com
2013-03-01
1
-1
/
+0
*
Make CompareStringPtrs::operator() a const method
ted.mielczarek@gmail.com
2013-02-28
1
-1
/
+1
*
Add missing "using std::sort" to dwarf_cu_to_module.cc.
ted.mielczarek@gmail.com
2013-02-28
1
-0
/
+1
*
Fix DumpSymbols error message when using multiple debug_dirs, followup from r...
ted.mielczarek@gmail.com
2013-02-27
1
-2
/
+6
*
size_limit_ member of minidump_descriptor ignored in copy constructor
ted.mielczarek@gmail.com
2013-02-14
2
-2
/
+4
*
Make MmapWrapper a little less silly
ted.mielczarek@gmail.com
2013-02-14
1
-1
/
+2
*
Fix some issues with -Werror=sign-compare on Android builds
ted.mielczarek@gmail.com
2013-02-01
3
-9
/
+14
*
Add API to find out if there is crash reports to send to the server.
qsr@chromium.org
2013-02-01
2
-0
/
+10
*
minidump_stackwalk: Show argument registers for ARM stack traces
ted.mielczarek@gmail.com
2013-01-31
1
-0
/
+11
*
Remove a call to new[] from WriteDSODebugStream
ted.mielczarek@gmail.com
2013-01-31
1
-4
/
+3
*
Include the compilation directory for FILE entries, making them absolute inst...
ted.mielczarek@gmail.com
2013-01-23
10
-76
/
+518
*
Print the correct return address, even on architectures where StackFrame::ins...
jimblandy
2013-01-22
7
-35
/
+72
*
Fix remaining processor/scoped_ptr.h references for reals.
thestig@chromium.org
2013-01-22
1
-1
/
+1
*
Fix remaining processor/scoped_ptr.h references after r1096.
thestig@chromium.org
2013-01-22
3
-3
/
+3
*
Make DumpSymbols methods take a vector of debug_dirs
ted.mielczarek@gmail.com
2013-01-22
4
-44
/
+60
*
Remove <(library) usage from gyp files.
thestig@chromium.org
2013-01-19
4
-6
/
+6
[next]