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
*
Issue 32002: Breakpad DWARF parser: Update char decls to be signed
jimblandy@gmail.com
2009-10-08
1
-17
/
+23
*
Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...
ted.mielczarek
2009-10-08
7
-27
/
+161
*
10.6 SDK compatibility fixes. No bug.
mmentovai
2009-10-06
4
-2
/
+8
*
Modification to crash_report to process a directory of .DMP files
nealsid
2009-09-30
1
-5
/
+28
*
Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br...
ted.mielczarek
2009-09-30
2
-18
/
+5
*
New uploader for Linux with unit tests, and gflags/glog libraries
nealsid
2009-09-29
17
-9
/
+3616
*
Check RegisterWaitForSingleObject return in CrashGenerationServer::Start.
mmentovai
2009-09-28
1
-6
/
+8
*
A better makefile for building the Linux client.
nealsid
2009-09-18
2
-45
/
+51
*
Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...
ted.mielczarek
2009-09-04
2
-1
/
+7
*
Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.
jimblandy@gmail.com
2009-09-03
7
-83
/
+3
*
Fix text field resizing for 10.5+ SDK
stuartmorgan
2009-08-28
1
-1
/
+4
*
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
29
-2277
/
+6739
*
Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.
mmentovai
2009-08-14
3
-0
/
+4
*
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
4
-447
/
+578
*
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
2
-136
/
+112
*
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
*
Fix an INVALIDATE_ITERATOR defect reported by Coverity.
nealsid
2009-07-30
1
-5
/
+5
*
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
*
Add tool dependencies to the 'Build All' target of Breakpad, so that everythi...
nealsid
2009-07-28
1
-0
/
+151
*
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
*
Port fixes from internal Google Breakpad to SVN.
nealsid
2009-07-21
12
-52
/
+287
*
Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ...
nealsid
2009-07-17
1
-4
/
+11
*
Integration test for Windows exception handler/minidump generation.
nealsid
2009-07-17
3
-0
/
+440
*
Add stack-dumping logic to crash_report with -t switch
nealsid
2009-07-02
3
-5
/
+32
*
The symbol files necessary for the processor to walk stacks on Linux that hav...
nealsid
2009-06-25
2
-0
/
+6
*
Fix for crashs generation test app to not deadlock
nealsid
2009-06-22
1
-1
/
+2
*
Fix build break in crash_report caused by my checkin that moved minidump proc...
nealsid
2009-06-16
1
-1
/
+1
*
issue 323 - OS X exception handler / minidump generator should set exception ...
ted.mielczarek
2009-06-12
8
-11
/
+38
*
Fix for generating dumps on-demand to set the requesting thread to the curren...
nealsid
2009-06-12
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
4
-39
/
+28
*
Support custom URL parameters. Added unit tests for Breakpad. Added
nealsid
2009-06-03
8
-95
/
+481
*
Removed logging init macro from minidump_processor_unittest, since with the G...
nealsid
2009-05-29
1
-1
/
+0
*
Add more error information to minidump processing return code. Also added de...
nealsid
2009-05-29
6
-118
/
+259
*
Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandy
ted.mielczarek
2009-05-28
1
-0
/
+1
*
Show the reporter UI for Breakpad.framework regardless of whether continuing ...
stuartmorgan
2009-05-28
2
-3
/
+10
*
Fix up warnings when building http_upload.cc. Changed warning level to /W4, a...
nealsid
2009-05-27
2
-11
/
+13
[next]