aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-3/+3
* Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detectionted.mielczarek2010-08-311-5/+19
* Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what'smark@chromium.org2010-08-272-25/+123
* Use <inttypes.h> macros for formatting fixed-width types.mark@chromium.org2010-08-271-1/+7
* Breakpad DWARF Reader: Ignore padding at the end of the compilation unit.jimblandy2010-08-251-1/+5
* Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64>...jimblandy2010-08-251-9/+5
* Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code.jimblandy2010-08-252-4/+4
* Commit issue 140001: fixes for 64-bit build cleanups.jimblandy2010-08-252-7/+7
* Disable cookies in Windows HTTPUploadted.mielczarek2010-08-201-0/+1
* Add glog style logging to symuploadnealsid@gmail.com2010-08-192-3/+117
* Add missing stdint.h include to fix compilation on newer GCC.ted.mielczarek2010-08-161-0/+1
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-162-0/+6
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-141-0/+18
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-133-5/+64
* Allow passing certificate path to HTTPUpload::SendRequestted.mielczarek2010-08-112-0/+5
* Breakpad uses x86 as the architecture name, not i386. Most tools don't caremark@chromium.org2010-08-061-2/+6
* review: http://breakpad.appspot.com/138001dmaclach2010-07-291-1/+1
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-281-6/+6
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-273-6/+6
* Clean up build for 64 bit.dmaclach2010-07-1924-72/+232
* Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF...jimblandy2010-07-173-7/+62
* Breakpad Linux dumper: Don't map file into memory a second time just to compu...jimblandy2010-07-171-1/+1
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-162-82/+272
* Remove duplicate FUNC entries from dump_syms output.thestig@chromium.org2010-07-135-34/+134
* Fix a couple of tiny things for GCC pedantryted.mielczarek@gmail.com2010-07-082-2/+2
* Remove some duplicate endianness code.thestig@chromium.org2010-07-061-41/+40
* 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-2517-49/+60
* Breakpad DWARF CFI support: Cleanups requested by Nealted.mielczarek2010-06-253-10/+24
* 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-253-1209/+536
* 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 symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-259-25/+2907
* 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-272-24/+29
* 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-053-30/+80
* 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-054-34/+34
* Breakpad Linux dumper: Make StabsReader independent of endianness and word size.jimblandy2010-05-0511-593/+443
* Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes.jimblandy2010-05-052-0/+1039
* 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-293-5/+9
* 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-274-1/+2474