aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-092-8/+8
* Breakpad Linux dumper: Add file comments as required by the style guide.jimblandy2010-02-0919-15/+91
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-0919-19/+19
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-051-0/+47
* Breakpad Linux dumper: Recognize more processor architectures.jimblandy2010-02-021-12/+35
* Breakpad Linux Dumper: Rename structure members to follow the Google C++ Styl...jimblandy2010-01-289-217/+217
* Breakpad Linux Dumper: Add DWARF support.jimblandy2010-01-2310-27/+3941
* Add new file missed in r490.jimblandy2010-01-141-0/+8
* Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation ...jimblandy2010-01-143-35/+194
* Breakpad: Fix Emacs mode settings mingled with copyright notice text. jimblandy2010-01-123-3/+9
* Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface.jimblandy2009-12-231-7/+7
* Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper.jimblandy2009-12-231-0/+175
* Breakpad Linux dumper: Add unit tests for google_breakpad::Module.jimblandy2009-12-233-11/+331
* Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad sym...jimblandy2009-12-231-7/+7
* Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.jimblandy2009-12-233-211/+304
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-233-16/+162
* Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creat...jimblandy@gmail.com2009-12-151-4/+18
* 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
* New uploader for Linux with unit tests, and gflags/glog librariesnealsid2009-09-295-0/+751
* 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
* Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...nealsid2009-06-052-37/+26
* issue 305 - breakpad Linux handler doesn't build with compiler built from lat...ted.mielczarek2009-03-241-0/+1
* Issue 294: mmap error checking is not correct.nealsid2009-02-222-2/+2
* Followup to address some review comments from Issue 259ted.mielczarek2008-11-251-9/+15
* Issue 259 - crash when generating large .sym files with dump_syms on Linux. P...ted.mielczarek2008-11-241-34/+56
* issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=meted.mielczarek2008-02-241-0/+2
* Fix issue 235, properly handling included(inlined) code.luly812007-12-131-53/+157