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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.
jimblandy@gmail.com
2009-09-03
5
-46
/
+3
*
Provide a real std::string hash, not just a forward declaration for something
mmentovai
2009-08-20
1
-8
/
+19
*
Merge of Breakpad Chrome Linux fork
nealsid
2009-08-17
8
-83
/
+3450
*
Linux dumper: fix comments in src/common/linux/module.h
jimblandy@gmail.com
2009-08-07
1
-13
/
+15
*
Linux dumper: Move the data structures representing the breakpad data into th...
jimblandy@gmail.com
2009-08-07
3
-446
/
+574
*
Add files left behind by previous commit.
jimblandy@gmail.com
2009-08-07
2
-0
/
+383
*
Linux dumper: Move STABS parsing into its own class.
jimblandy@gmail.com
2009-08-07
1
-135
/
+107
*
Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a ch...
jimblandy@gmail.com
2009-08-05
1
-10
/
+13
*
Linux dumper: Properly separate function names from STABS type data.
jimblandy@gmail.com
2009-08-05
1
-1
/
+1
*
Linux dumper: Don't switch to wrong source file when starting new function.
jimblandy@gmail.com
2009-08-05
1
-6
/
+11
*
Linux dumper: Delete non-functional stack parameter size computation.
jimblandy@gmail.com
2009-08-05
1
-20
/
+1
*
Linux dumper: Let LineInfo structures point directly to their SourceLineInfo ...
jimblandy@gmail.com
2009-08-05
1
-141
/
+147
*
Linux dumper: Don't record file boundary addresses as null-name SourceFileInf...
jimblandy@gmail.com
2009-07-30
1
-17
/
+35
*
Linux dumper: Use pointers to SourceFileInfo structures.
jimblandy@gmail.com
2009-07-30
1
-29
/
+38
*
Linux dumper: Use a sorted array of addresses in computing function and line ...
jimblandy@gmail.com
2009-07-30
1
-83
/
+34
*
Linux dumper: Correctly find boundary address when computing line and functio...
jimblandy@gmail.com
2009-07-27
1
-6
/
+10
*
The has_sol field of struct FuncInfo is unused. This patch removes it.
jimblandy@gmail.com
2009-07-27
1
-6
/
+0
*
The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static.
jimblandy@gmail.com
2009-07-27
1
-1
/
+1
*
Use a std::map instead of a linear search to look up files for line records.
jimblandy@gmail.com
2009-07-27
1
-15
/
+20
*
Remove warnings about uninitialized fields.
jimblandy@gmail.com
2009-07-27
1
-0
/
+3
*
Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ...
nealsid
2009-07-17
1
-4
/
+11
*
Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...
nealsid
2009-06-05
2
-37
/
+26
*
Fix up warnings when building http_upload.cc. Changed warning level to /W4, a...
nealsid
2009-05-27
1
-9
/
+11
*
Incorporate feedback from first Breakpad integration.
nealsid
2009-04-06
1
-1
/
+1
*
Open sourcing the Breakpad framework from Google.
nealsid
2009-04-01
10
-0
/
+3513
*
issue 305 - breakpad Linux handler doesn't build with compiler built from lat...
ted.mielczarek
2009-03-24
1
-0
/
+1
*
Fix for issue 304: symupload needs to support timeout specifications(wininet ...
nealsid
2009-03-20
2
-1
/
+19
*
Fix build breaks on Solaris using Sun Studio.
nealsid
2009-02-23
1
-3
/
+4
*
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
*
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
*
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
*
Fix for dump_syms to ignore line number information for addresses that don't ...
nealsid
2008-11-03
1
-16
/
+25
*
Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...
nealsid
2008-10-22
1
-2
/
+8
*
Fix for DWARF processing when inline functions were encountered. Inline func...
nealsid
2008-10-14
1
-5
/
+37
*
Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...
nealsid
2008-10-08
12
-14
/
+2862
*
Fix to ignore source files that have a text address of 0 in their stabs entry
nealsid
2008-05-19
1
-0
/
+10
*
issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...
ted.mielczarek
2008-03-18
1
-47
/
+140
*
issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me
ted.mielczarek
2008-02-24
2
-0
/
+3
*
Use swprintf_s for VC8 or newer. r=mento
ted.mielczarek
2008-02-04
1
-0
/
+4
*
Fix issue 235, properly handling included(inlined) code.
luly81
2007-12-13
1
-53
/
+157
*
slight fixup from issue 225
ted.mielczarek
2007-12-03
1
-1
/
+1
*
Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz...
ted.mielczarek
2007-11-20
1
-54
/
+88
*
The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, so
mmentovai
2007-11-13
1
-3
/
+3
*
Issue 221 - HTTPUpload::SendRequest should provide error code or error descri...
ted.mielczarek
2007-11-02
2
-2
/
+10
[next]