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
...
*
Review: http://breakpad.appspot.com/135001
dmaclach
2010-07-27
1
-8
/
+8
*
Fixes up some style nits, and gets us compiling on Leopard again.
dmaclach
2010-07-27
4
-13
/
+6
*
Adding 11 languages to the crash uploader app on the Mac, contributed by the ...
stuart.morgan
2010-07-25
23
-0
/
+58
*
Fix unit tests that have not built since @610
ted.mielczarek
2010-07-23
7
-41
/
+41
*
Separate the "hello" message from the parameter messages in
mark@chromium.org
2010-07-21
1
-2
/
+3
*
Clean up build for 64 bit.
dmaclach
2010-07-19
53
-1032
/
+1739
*
Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF...
jimblandy
2010-07-17
3
-7
/
+62
*
Breakpad Linux dumper: Don't map file into memory a second time just to compu...
jimblandy
2010-07-17
1
-1
/
+1
*
Add functionality to read the .gnu_debuglink section and load symbols from a ...
thestig@chromium.org
2010-07-16
3
-86
/
+280
*
Remove duplicate FUNC entries from dump_syms output.
thestig@chromium.org
2010-07-13
5
-34
/
+134
*
Fix a couple of tiny things for GCC pedantry
ted.mielczarek@gmail.com
2010-07-08
2
-2
/
+2
*
Remove some duplicate endianness code.
thestig@chromium.org
2010-07-06
1
-41
/
+40
*
Linux: Skip sections of type SHT_NOBITS when loading symbols.
thestig@chromium.org
2010-07-06
1
-3
/
+10
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
46
-100
/
+129
*
Breakpad DWARF CFI support: Cleanups requested by Neal
ted.mielczarek
2010-06-25
3
-10
/
+24
*
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 DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::...
ted.mielczarek
2010-06-25
1
-2
/
+2
*
Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.
ted.mielczarek
2010-06-25
5
-1236
/
+640
*
Breakpad DWARF support: Stop #including unneeded headers.
ted.mielczarek
2010-06-25
1
-2
/
+0
*
Breakpad DWARF support: Check for DWARF line info under Mac OS X section names.
ted.mielczarek
2010-06-25
1
-0
/
+4
*
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
11
-31
/
+3306
*
Convert files in .nib format to .xib format.
mark@chromium.org
2010-06-23
9
-168
/
+4056
*
Fix test breakage caused by my last checkin :-(
nealsid
2010-06-04
4
-4
/
+4
*
Add access violation detail for windows (read/write/dep). Add stack buffer ov...
nealsid
2010-06-04
2
-1
/
+28
*
Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco...
ted.mielczarek
2010-06-03
1
-0
/
+1
*
Remove LOG statements from linux utilities so there's no dependency on log li...
nealsid
2010-05-27
3
-26
/
+33
*
Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Sme...
ted.mielczarek
2010-05-19
2
-16
/
+6
*
Patch from Vitaly to remove synchronization and make exception handling code ...
nealsid
2010-05-18
1
-3
/
+1
*
Updated binaries to use a statically linked CRT
nealsid
2010-05-18
2
-0
/
+0
*
Changed two files end-line to make it work better with GYP. They were DOS (CR...
hansl@google.com
2010-05-14
2
-111
/
+111
*
Fix for uninitialized variable in basic_source_line_resolver.cc
nealsid
2010-05-13
1
-1
/
+1
*
Added a death test for the pure virtual function call.
hansl@google.com
2010-05-13
3
-8
/
+174
*
Moved exception_handler_test to the more aptly named exception_handler_death_...
hansl@google.com
2010-05-12
11
-399
/
+793
*
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
*
Changes to fix build warnings on newer versions of GCC, and a fix to not try ...
nealsid
2010-05-10
3
-2
/
+20
*
Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc...
hansl@google.com
2010-05-05
3
-0
/
+484
*
Breakpad Mac dumper: Clean up XCode project file.
jimblandy
2010-05-05
1
-102
/
+70
*
Breakpad unit tests: Add support for clipped-size null-terminated strings
jimblandy
2010-05-05
2
-0
/
+27
*
Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6
jimblandy
2010-05-05
4
-30
/
+82
*
Breakpad symbol dumper: Promise that Module::SetLoadAddress can be called at ...
jimblandy
2010-05-05
2
-5
/
+13
*
Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ...
jimblandy
2010-05-05
4
-21
/
+152
*
Breakpad STABS parser: Use a test fixture in StabsReader unit tests.
jimblandy
2010-05-05
1
-56
/
+42
*
Breakpad STABS reader: Properly compute function end addresses.
jimblandy
2010-05-05
3
-7
/
+72
*
Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.
jimblandy
2010-05-05
5
-52
/
+53
*
Breakpad Linux dumper: Make StabsReader independent of endianness and word size.
jimblandy
2010-05-05
12
-595
/
+446
*
Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes.
jimblandy
2010-05-05
3
-0
/
+1058
*
Replacing solutions with gyp files. Moving tests for windows clients in unitt...
hansl@google.com
2010-05-03
18
-1320
/
+1822
[prev]
[next]