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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated binaries to use a statically linked CRT
nealsid
2010-05-18
2
-0
/
+0
*
Adding prebuilt dump_syms.exe.
nealsid
2010-05-11
1
-0
/
+0
*
This checkin of the binaries was created by refresh_binaries.bat.
nealsid
2010-05-10
1
-0
/
+0
*
Breakpad Mac dumper: Clean up XCode project file.
jimblandy
2010-05-05
1
-102
/
+70
*
Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6
jimblandy
2010-05-05
1
-0
/
+2
*
Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.
jimblandy
2010-05-05
1
-18
/
+19
*
Breakpad Linux dumper: Make StabsReader independent of endianness and word size.
jimblandy
2010-05-05
1
-2
/
+3
*
Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes.
jimblandy
2010-05-05
1
-0
/
+19
*
issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...
ted.mielczarek
2010-04-29
1
-0
/
+8
*
Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...
jimblandy
2010-04-27
1
-3
/
+2
*
Mac now takes response code into account when determining success of a symupl...
jessicag.feedback@gmail.com
2010-04-13
1
-2
/
+3
*
Include what you use.
mmentovai
2010-04-05
1
-0
/
+1
*
Breakpad symbol dumper: Move Linux dumping classes into src/common.
jimblandy
2010-04-05
1
-3
/
+5
*
Breakpad Linux dumper: Generate make dependencies on header files automatically.
jimblandy
2010-04-01
1
-5
/
+9
*
Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.
jimblandy
2010-03-16
1
-0
/
+21
*
Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.
jimblandy
2010-03-16
1
-1
/
+54
*
Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.
jimblandy
2010-02-10
1
-0
/
+3
*
Breakpad Linux dumper: Don't be silly about global functions.
jimblandy
2010-02-09
1
-4
/
+3
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Breakpad Linux symbol dumper: Don't disable asserts.
jimblandy
2010-01-27
1
-1
/
+0
*
Breakpad Linux Dumper: Add DWARF support.
jimblandy
2010-01-23
1
-1
/
+55
*
Breakpad DWARF Parser: Improved DWARF-processing interface.
jimblandy
2010-01-23
1
-0
/
+22
*
Linux Breakpad Dumper: support running unit tests under valgrind or other wra...
jimblandy
2010-01-13
1
-16
/
+28
*
Patch from Kris Rambish to keep memory usage flat when processing a directory...
nealsid
2010-01-11
1
-0
/
+2
*
INclude stackwalker_arm.{cc,h} in crash_report build
nealsid
2010-01-11
1
-0
/
+6
*
Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper.
jimblandy
2009-12-23
1
-0
/
+18
*
Breakpad Linux dumper: Add unit tests for google_breakpad::Module.
jimblandy
2009-12-23
1
-1
/
+19
*
Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.
jimblandy
2009-12-23
1
-0
/
+2
*
Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...
ted.mielczarek
2009-12-23
1
-0
/
+16
*
Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...
jimblandy@gmail.com
2009-12-15
2
-12
/
+12
*
Linux dumper: Add unit tests for google_breakpad::StabsReader.
jimblandy@gmail.com
2009-12-15
1
-0
/
+34
*
Issue 39001: Breakpad Linux dumper: Refactor Makefile.
jimblandy@gmail.com
2009-12-15
1
-24
/
+123
*
Upstreaming several patches from Chrome:
nealsid
2009-12-01
2
-10
/
+4
*
Modification to crash_report to process a directory of .DMP files
nealsid
2009-09-30
1
-5
/
+28
*
Merge of Breakpad Chrome Linux fork
nealsid
2009-08-17
1
-0
/
+602
*
Linux dumper: Move the data structures representing the breakpad data into th...
jimblandy@gmail.com
2009-08-07
1
-1
/
+4
*
Linux dumper: Move STABS parsing into its own class.
jimblandy@gmail.com
2009-08-07
1
-1
/
+5
*
Add stack-dumping logic to crash_report with -t switch
nealsid
2009-07-02
1
-4
/
+25
*
Fix build break in crash_report caused by my checkin that moved minidump proc...
nealsid
2009-06-16
1
-1
/
+1
*
Support overriding makefile variables, changed defaults compilation flags. T...
nealsid
2009-06-05
1
-6
/
+13
*
Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...
nealsid
2009-06-05
2
-2
/
+2
*
Deleting obsolete file(when I added DWARF support I had to make this a .MM bu...
nealsid
2009-05-12
1
-142
/
+0
*
Fix for issue 304: symupload needs to support timeout specifications(wininet ...
nealsid
2009-03-20
1
-6
/
+29
*
Fix for issues 296, 297. Various symbol supplier classes need to be updated w...
nealsid
2009-02-27
2
-2
/
+29
*
Issue 275: patch to include list of loaded modules in crash_report output
nealsid
2009-02-10
1
-0
/
+33
*
Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...
nealsid
2008-10-22
1
-0
/
+6
*
Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...
nealsid
2008-10-08
3
-16
/
+207
*
Log a failure message in case of LOCATE_NOT_FOUND error.
doshimun
2008-07-30
1
-0
/
+6
*
Modified symupload to correctly handle spaces in module names when processing...
nealsid
2008-06-05
1
-3
/
+18
*
Fix newlines (#253). rs=ted.mielczarek
mmentovai
2008-04-07
3
-772
/
+772
[prev]
[next]