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
...
*
Implement core dump to minidump conversion.
benchan@chromium.org
2012-01-19
1
-0
/
+57
*
Replace MMappedRange with MinidumpMemoryRange.
benchan@chromium.org
2011-12-21
3
-114
/
+399
*
Refactor code in preparation of merging with the fork in Chromium OS.
benchan@chromium.org
2011-12-16
1
-17
/
+7
*
Create a static library to use Breakpad on iOS.
qsr@chromium.org
2011-11-23
1
-1
/
+2
*
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
ted.mielczarek
2011-11-18
3
-12
/
+11
*
Fix some shadow variables, including one in file_id.cc that causes all files ...
thestig@chromium.org
2011-10-20
1
-4
/
+4
*
Fix harmless printf abuse in symupload.
mark@chromium.org
2011-10-11
1
-1
/
+2
*
Fix some newlines.
mark@chromium.org
2011-09-27
1
-1
/
+1
*
Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm following
mark@chromium.org
2011-09-27
1
-1
/
+1
*
Linux/Mac: Add option to omit the CFI section in dump_syms.
thestig@chromium.org
2011-09-14
2
-19
/
+44
*
Wean Mac Breakpad off of its OpenSSL libcrypto dependency.
mark@chromium.org
2011-07-27
3
-16
/
+25
*
Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...
ted.mielczarek
2011-07-26
1
-1
/
+2
*
Add some unit tests for Linux WriteSymbolFile
ted.mielczarek
2011-07-06
1
-1
/
+2
*
Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...
vitalybuka@chromium.org
2011-04-26
3
-10
/
+11
*
Make programs in src/tools/linux build via the automake build system
ted.mielczarek
2011-02-28
2
-434
/
+0
*
Fix breakpad compilation on ubuntu 10.10.
mmentovai
2011-02-18
1
-0
/
+1
*
Fix broken build of mac crash report tool.
SiyangXie@gmail.com
2010-11-03
1
-3
/
+2
*
Restrict ownership of symbol data buffers to symbol supplier.
SiyangXie@gmail.com
2010-11-01
2
-4
/
+31
*
Fix crash_report tool.
mmentovai
2010-10-20
3
-0
/
+94
*
Make dump_syms output an INFO CODE_ID line that includes the code file and co...
ted.mielczarek
2010-10-05
1
-2
/
+2
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
1
-2
/
+2
*
Revert revision 658 ('Add glog style logging to symupload').
erikwright@chromium.org
2010-09-15
2
-110
/
+5
*
In on_demand_symbol_supplier, recognize architecture x86 and transform it to
mmentovai
2010-08-25
1
-1
/
+9
*
Commit issue 140001: fixes for 64-bit build cleanups.
jimblandy
2010-08-25
1
-15
/
+15
*
This checkin of the binaries was created by refresh_binaries.bat.
nealsid@gmail.com
2010-08-19
2
-0
/
+26
*
Add glog style logging to symupload
nealsid@gmail.com
2010-08-19
2
-5
/
+110
*
fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest f...
ted.mielczarek
2010-08-18
2
-2
/
+7
*
Miscellaneous improvements to minidump-2-core.
thestig@chromium.org
2010-08-14
1
-72
/
+661
*
Remove i386 from the set of architectures that the Mac crash_report tool's
mark@chromium.org
2010-08-06
1
-2
/
+0
*
Breakpad uses x86 as the architecture name, not i386. Most tools don't care
mark@chromium.org
2010-08-06
1
-0
/
+3
*
review: http://breakpad.appspot.com/138001
dmaclach
2010-07-29
3
-19
/
+199
*
Review: http://breakpad.appspot.com/137001
dmaclach
2010-07-28
1
-2
/
+2
*
Fixes up some style nits, and gets us compiling on Leopard again.
dmaclach
2010-07-27
1
-7
/
+0
*
Clean up build for 64 bit.
dmaclach
2010-07-19
7
-446
/
+141
*
Add functionality to read the .gnu_debuglink section and load symbols from a ...
thestig@chromium.org
2010-07-16
1
-4
/
+8
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
2
-4
/
+4
*
Breakpad Linux symbol dumper: Remove unneeded objects from test executables
ted.mielczarek
2010-06-25
1
-4
/
+0
*
Breakpad CFI parser: Add unit tests to XCode project.
ted.mielczarek
2010-06-25
1
-10
/
+1385
*
Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.
ted.mielczarek
2010-06-25
2
-27
/
+104
*
Breakpad Mac dumper: Change the dumper to be more C++-ish.
ted.mielczarek
2010-06-25
1
-45
/
+32
*
Breakpad Mac symbol dumper: Add new Mach-O reader class.
ted.mielczarek
2010-06-25
2
-6
/
+399
*
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
[prev]
[next]