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
...
*
Sender tweaks; strip whitespace from server-returned ID, and change the title...
stuart.morgan
2009-04-07
3
-6
/
+8
*
Fix framework bundle ID and remove useless autogenerated InfoPlist.strings
stuart.morgan
2009-04-06
3
-17
/
+5
*
Fix my build break due to misnamed constant
nealsid
2009-04-06
1
-1
/
+1
*
Incorporate feedback from first Breakpad integration.
nealsid
2009-04-06
14
-943
/
+205
*
Open sourcing the Breakpad framework from Google.
nealsid
2009-04-01
49
-22
/
+12695
*
issue 305 - breakpad Linux handler doesn't build with compiler built from lat...
ted.mielczarek
2009-03-24
3
-0
/
+3
*
Removing SVN external of GOogle Toolbox for mac, since we only need a few fil...
nealsid
2009-03-23
0
-0
/
+0
*
Fix for issue 304: symupload needs to support timeout specifications(wininet ...
nealsid
2009-03-20
4
-8
/
+49
*
Fix for issues 296, 297. Various symbol supplier classes need to be updated w...
nealsid
2009-02-27
7
-11
/
+88
*
Fix for issue 242, plus a redo of how old exception handlers are tracked, and...
nealsid
2009-02-26
3
-22
/
+59
*
Fix build breaks on Solaris using Sun Studio.
nealsid
2009-02-23
2
-3
/
+12
*
See https://bugzilla.mozilla.org/show_bug.cgi?id=397200
nealsid
2009-02-22
1
-3
/
+0
*
Issue 294: mmap error checking is not correct.
nealsid
2009-02-22
4
-4
/
+4
*
Modify symbol supplier interface to support an overload that takes a symbol d...
nealsid
2009-02-19
7
-40
/
+166
*
Issue 275: patch to include list of loaded modules in crash_report output
nealsid
2009-02-10
1
-0
/
+33
*
Reinstnate the call to TerminateThread inside ExceptionHandler destructor and...
doshimun
2009-01-20
1
-1
/
+10
*
Fix an AppVerifier STOP in OOP server code. In the destructor of
doshimun
2009-01-16
2
-1
/
+22
*
Fix some typos in comments.
doshimun
2009-01-14
1
-4
/
+4
*
Minor fixes to windows exception handler.
doshimun
2009-01-14
2
-15
/
+55
*
New test data to reflect Ted's changes that add function parameters to symbol...
nealsid
2008-12-19
1
-3318
/
+3457
*
Updating externals to include all of Google Toolbox for Mac
nealsid
2008-12-11
0
-0
/
+0
*
Issue 283 - DWARF dumper doesn't handle DW_AT_specification. r=nealsid
ted.mielczarek
2008-12-08
2
-0
/
+39
*
Issue 284 - DWARF dumper doesn't output function names including arguments. r...
ted.mielczarek
2008-12-08
3
-3
/
+17
*
issue 286 - clean up some demangling code in dump_syms.mm. r=chris rogers
ted.mielczarek
2008-12-03
2
-85
/
+16
*
ExceptionHandler class is not handling initialization errors, such as the
mmentovai
2008-12-03
1
-8
/
+28
*
follow up for issue 281 - dump_syms fails to find dylib symbol file inside of...
ted.mielczarek
2008-12-01
1
-7
/
+6
*
issue 281 - dump_syms fails to find dylib symbol file inside of a bundle. r=n...
ted.mielczarek
2008-12-01
1
-3
/
+5
*
Followup to address some review comments from Issue 259
ted.mielczarek
2008-11-25
1
-9
/
+15
*
Issue 259 - crash when generating large .sym files with dump_syms on Linux. P...
ted.mielczarek
2008-11-24
1
-34
/
+56
*
Added some sanity checks when iterating over threads in a crashed process. In...
nealsid
2008-11-19
1
-22
/
+47
*
Committing an externals directory to pull in google toolbox for mac
nealsid
2008-11-14
0
-0
/
+0
*
Fix for dump_syms to ignore line number information for addresses that don't ...
nealsid
2008-11-03
1
-16
/
+25
*
Undo suspend/resume feature since it was meant as a workaround to a bug in ho...
nealsid
2008-10-27
2
-61
/
+20
*
Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...
nealsid
2008-10-22
7
-96
/
+174
*
Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Li
ted.mielczarek
2008-10-14
2
-29
/
+55
*
Fix for DWARF processing when inline functions were encountered. Inline func...
nealsid
2008-10-14
1
-5
/
+37
*
Fix warning when converting int to bool
nealsid
2008-10-10
1
-1
/
+1
*
fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJ
ted.mielczarek
2008-10-10
1
-1
/
+1
*
Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...
nealsid
2008-10-08
21
-31
/
+8525
*
Generate Windows full memory dumps as a separate file. Patch by Huan Ren
mmentovai
2008-09-16
1
-7
/
+56
*
Include what you use: include <algorithm> and <string.h> as needed. Patch by
mmentovai
2008-09-15
2
-0
/
+2
*
Log a failure message in case of LOCATE_NOT_FOUND error.
doshimun
2008-07-30
1
-0
/
+6
*
Now we provide our own implementation of the MIG function exc_server, as reco...
nealsid
2008-07-11
4
-0
/
+2083
*
In the destructor of ClientInfo, currently the wait on the clent_crashed_even...
doshimun
2008-06-09
1
-10
/
+10
*
Client process uptime is a very useful metric for crashes. Instead of each cl...
doshimun
2008-06-06
2
-3
/
+42
*
Modified symupload to correctly handle spaces in module names when processing...
nealsid
2008-06-05
1
-3
/
+18
*
Fix the following bug:
doshimun
2008-06-05
1
-1
/
+1
*
Filter out duplicates from the image list when creating a minidump. See issu...
nealsid
2008-06-04
2
-0
/
+13
*
Set the dump thread id and the requesting thread id properties of MDRawBreakp...
doshimun
2008-05-31
1
-5
/
+9
*
Fix to ignore source files that have a text address of 0 in their stabs entry
nealsid
2008-05-19
1
-0
/
+10
[prev]
[next]