aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-233-16/+162
* Breakpad DWARF parser: Fix up documentation for DWARF reader classes.jimblandy@gmail.com2009-12-182-33/+34
* Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G...jimblandy@gmail.com2009-12-152-1/+7
* Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use itjimblandy@gmail.com2009-12-151-2/+2
* Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> typejimblandy@gmail.com2009-12-153-3/+11
* Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creat...jimblandy@gmail.com2009-12-151-4/+18
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-1512-34/+34
* Issue 26001: Linux dumper: fix comments in STABS readerjimblandy@gmail.com2009-12-152-24/+28
* Linux dumper: Add unit tests for google_breakpad::StabsReader.jimblandy@gmail.com2009-12-156-0/+573
* Issue 25003: Linux dumper: Fix infinite loop in stabs parser.jimblandy@gmail.com2009-12-151-1/+6
* Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warnin...jimblandy@gmail.com2009-12-152-1/+9
* issue 330 - linux_syscall_support.h has extra semicolons causing compilation ...ted.mielczarek2009-12-031-3/+3
* issue 336 - Look for libcurl-gnutls in addition to libcurl.so. Patch by Karl ...ted.mielczarek2009-12-031-0/+7
* Upstreaming several patches from Chrome:nealsid2009-12-014-5/+8
* don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://bre...ted.mielczarek2009-11-232-3/+54
* output function names for PGO-optimized cold function blocks. r=mark at http:...ted.mielczarek2009-11-202-5/+67
* Issue 32002: Breakpad DWARF parser: Update char decls to be signedjimblandy@gmail.com2009-10-081-17/+23
* 10.6 SDK compatibility fixes. No bug.mmentovai2009-10-064-2/+8
* New uploader for Linux with unit tests, and gflags/glog librariesnealsid2009-09-295-0/+751
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-035-46/+3
* Provide a real std::string hash, not just a forward declaration for somethingmmentovai2009-08-201-8/+19
* Merge of Breakpad Chrome Linux forknealsid2009-08-178-83/+3450
* Linux dumper: fix comments in src/common/linux/module.hjimblandy@gmail.com2009-08-071-13/+15
* Linux dumper: Move the data structures representing the breakpad data into th...jimblandy@gmail.com2009-08-073-446/+574
* Add files left behind by previous commit.jimblandy@gmail.com2009-08-072-0/+383
* Linux dumper: Move STABS parsing into its own class.jimblandy@gmail.com2009-08-071-135/+107
* Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a ch...jimblandy@gmail.com2009-08-051-10/+13
* Linux dumper: Properly separate function names from STABS type data.jimblandy@gmail.com2009-08-051-1/+1
* Linux dumper: Don't switch to wrong source file when starting new function.jimblandy@gmail.com2009-08-051-6/+11
* Linux dumper: Delete non-functional stack parameter size computation.jimblandy@gmail.com2009-08-051-20/+1
* Linux dumper: Let LineInfo structures point directly to their SourceLineInfo ...jimblandy@gmail.com2009-08-051-141/+147
* Linux dumper: Don't record file boundary addresses as null-name SourceFileInf...jimblandy@gmail.com2009-07-301-17/+35
* Linux dumper: Use pointers to SourceFileInfo structures.jimblandy@gmail.com2009-07-301-29/+38
* Linux dumper: Use a sorted array of addresses in computing function and line ...jimblandy@gmail.com2009-07-301-83/+34
* Linux dumper: Correctly find boundary address when computing line and functio...jimblandy@gmail.com2009-07-271-6/+10
* The has_sol field of struct FuncInfo is unused. This patch removes it.jimblandy@gmail.com2009-07-271-6/+0
* The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static.jimblandy@gmail.com2009-07-271-1/+1
* Use a std::map instead of a linear search to look up files for line records.jimblandy@gmail.com2009-07-271-15/+20
* Remove warnings about uninitialized fields.jimblandy@gmail.com2009-07-271-0/+3
* Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ...nealsid2009-07-171-4/+11
* Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...nealsid2009-06-052-37/+26
* Fix up warnings when building http_upload.cc. Changed warning level to /W4, a...nealsid2009-05-271-9/+11
* Incorporate feedback from first Breakpad integration.nealsid2009-04-061-1/+1
* Open sourcing the Breakpad framework from Google. nealsid2009-04-0110-0/+3513
* issue 305 - breakpad Linux handler doesn't build with compiler built from lat...ted.mielczarek2009-03-241-0/+1
* Fix for issue 304: symupload needs to support timeout specifications(wininet ...nealsid2009-03-202-1/+19
* Fix build breaks on Solaris using Sun Studio.nealsid2009-02-231-3/+4
* See https://bugzilla.mozilla.org/show_bug.cgi?id=397200nealsid2009-02-221-3/+0
* Issue 294: mmap error checking is not correct.nealsid2009-02-224-4/+4
* Issue 283 - DWARF dumper doesn't handle DW_AT_specification. r=nealsidted.mielczarek2008-12-082-0/+39