aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Linux: Skip sections of type SHT_NOBITS when loading symbols.thestig@chromium.org2010-07-061-3/+10
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-2546-100/+129
* Breakpad DWARF CFI support: Cleanups requested by Nealted.mielczarek2010-06-253-10/+24
* Breakpad Linux symbol dumper: Remove unneeded objects from test executablested.mielczarek2010-06-251-4/+0
* Breakpad CFI parser: Add unit tests to XCode project.ted.mielczarek2010-06-251-10/+1385
* Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::...ted.mielczarek2010-06-251-2/+2
* Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.ted.mielczarek2010-06-255-1236/+640
* Breakpad DWARF support: Stop #including unneeded headers.ted.mielczarek2010-06-251-2/+0
* Breakpad DWARF support: Check for DWARF line info under Mac OS X section names.ted.mielczarek2010-06-251-0/+4
* Breakpad Mac dumper: Change the dumper to be more C++-ish.ted.mielczarek2010-06-251-45/+32
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-2511-31/+3306
* Convert files in .nib format to .xib format.mark@chromium.org2010-06-239-168/+4056
* Fix test breakage caused by my last checkin :-(nealsid2010-06-044-4/+4
* Add access violation detail for windows (read/write/dep). Add stack buffer ov...nealsid2010-06-042-1/+28
* Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco...ted.mielczarek2010-06-031-0/+1
* Remove LOG statements from linux utilities so there's no dependency on log li...nealsid2010-05-273-26/+33
* Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Sme...ted.mielczarek2010-05-192-16/+6
* Patch from Vitaly to remove synchronization and make exception handling code ...nealsid2010-05-181-3/+1
* Updated binaries to use a statically linked CRTnealsid2010-05-182-0/+0
* Changed two files end-line to make it work better with GYP. They were DOS (CR...hansl@google.com2010-05-142-111/+111
* Fix for uninitialized variable in basic_source_line_resolver.ccnealsid2010-05-131-1/+1
* Added a death test for the pure virtual function call.hansl@google.com2010-05-133-8/+174
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-1211-399/+793
* Adding prebuilt dump_syms.exe.nealsid2010-05-111-0/+0
* This checkin of the binaries was created by refresh_binaries.bat. nealsid2010-05-101-0/+0
* Changes to fix build warnings on newer versions of GCC, and a fix to not try ...nealsid2010-05-103-2/+20
* Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc...hansl@google.com2010-05-053-0/+484
* Breakpad Mac dumper: Clean up XCode project file.jimblandy2010-05-051-102/+70
* Breakpad unit tests: Add support for clipped-size null-terminated stringsjimblandy2010-05-052-0/+27
* Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6jimblandy2010-05-054-30/+82
* Breakpad symbol dumper: Promise that Module::SetLoadAddress can be called at ...jimblandy2010-05-052-5/+13
* Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ...jimblandy2010-05-054-21/+152
* Breakpad STABS parser: Use a test fixture in StabsReader unit tests.jimblandy2010-05-051-56/+42
* Breakpad STABS reader: Properly compute function end addresses.jimblandy2010-05-053-7/+72
* Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.jimblandy2010-05-055-52/+53
* Breakpad Linux dumper: Make StabsReader independent of endianness and word size.jimblandy2010-05-0512-595/+446
* Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes.jimblandy2010-05-053-0/+1058
* Replacing solutions with gyp files. Moving tests for windows clients in unitt...hansl@google.com2010-05-0318-1320/+1822
* Fix dependency on Visual C++ 9 introduced by revision 557.nealsid2010-04-291-1/+1
* Fix assembly in the ARM sys_clone implementation to indicate that r7 is clobb...ted.mielczarek2010-04-291-8/+8
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-296-17/+54
* Fix include paths to be consistent with rest of projectnealsid2010-04-281-1/+1
* Breakpad Linux Dumper: Have DumpStabsHandler free accumulated functions if Fi...jimblandy2010-04-282-0/+10
* Breakpad Dumper: Move CFI register names to DwarfCFIToModule class.jimblandy2010-04-284-46/+110
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-2710-11/+11
* Patch from Zhurun to fix build breaks in gcc 4.4.1nealsid2010-04-262-14/+31
* Breakpad processor: Work around overload resolution problems in stream pos_ty...jimblandy2010-04-201-2/+2
* Breakpad stack walker: remove embedded newlines from module names.jimblandy2010-04-151-0/+4
* Mac now takes response code into account when determining success of a symupl...jessicag.feedback@gmail.com2010-04-131-2/+3
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-0828-230/+4571