aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include what you use.mmentovai2010-04-052-0/+4
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-0529-36/+38
* Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by...jimblandy2010-04-053-1/+82
* Add gettimeofday to linux_syscall_support.hmmentovai2010-04-021-0/+2
* Breakpad Linux dumper: Use the correct section's base address.jimblandy2010-04-011-1/+1
* Breakpad Linux dumper: Generate make dependencies on header files automatically.jimblandy2010-04-011-5/+9
* Breakpad Linux dumper: Include filename in error messages.jimblandy2010-03-311-11/+13
* Breakpad DWARF parser: correct comments regarding dynamic_cast.jimblandy2010-03-301-7/+14
* Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002.jimblandy2010-03-293-21/+53
* [ Mistakenly committed older version of patch. This is the right one. ]jimblandy2010-03-291-3/+3
* Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.jimblandy2010-03-292-10/+19
* Fix HandleInvalidParameter to provide a locally created exception record for ...siggi@chromium.org2010-03-261-3/+23