aboutsummaryrefslogtreecommitdiff
path: root/src/tools/linux
Commit message (Expand)AuthorAgeFilesLines
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-241-10/+20
* This change allows compiling sym_upload.cc and minidump_upload.cc using a glo...ivan.penkov@gmail.com2013-04-232-38/+42
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-061-1/+2
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-063-8/+8
* Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com2013-01-221-12/+13
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-212-8/+8
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-211-1/+1
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-181-1/+4
* Fix the tools and processor build for Androiddigit@chromium.org2012-08-211-3/+48
* Fix narrowing conversion from -1 to size_tjessicag.feedback2012-08-141-4/+4
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-241-4/+1
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-201-1/+0
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-191-1/+4
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-021-4/+4
* sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org2012-05-242-3/+12
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-031-3/+15
* Remove redundant include of CPP specific header filested.mielczarek@gmail.com2012-04-031-1/+0
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-0/+57
* Replace MMappedRange with MinidumpMemoryRange.benchan@chromium.org2011-12-213-114/+399
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-161-17/+7
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-201-4/+4
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-141-11/+31
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-1/+2
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-282-434/+0
* Fix breakpad compilation on ubuntu 10.10.mmentovai2011-02-181-0/+1
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-2/+2
* fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest f...ted.mielczarek2010-08-182-2/+7
* Miscellaneous improvements to minidump-2-core.thestig@chromium.org2010-08-141-72/+661
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-161-4/+8
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-252-4/+4
* Breakpad Linux symbol dumper: Remove unneeded objects from test executablested.mielczarek2010-06-251-4/+0
* Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.jimblandy2010-05-051-18/+19
* Breakpad Linux dumper: Make StabsReader independent of endianness and word size.jimblandy2010-05-051-2/+3
* Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes.jimblandy2010-05-051-0/+19
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-271-3/+2
* Include what you use.mmentovai2010-04-051-0/+1
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-3/+5
* Breakpad Linux dumper: Generate make dependencies on header files automatically.jimblandy2010-04-011-5/+9
* Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy2010-03-161-0/+21
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-161-1/+54
* Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.jimblandy2010-02-101-0/+3
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-091-4/+3
* Breakpad Linux symbol dumper: Don't disable asserts.jimblandy2010-01-271-1/+0
* Breakpad Linux Dumper: Add DWARF support.jimblandy2010-01-231-1/+55
* Breakpad DWARF Parser: Improved DWARF-processing interface.jimblandy2010-01-231-0/+22
* Linux Breakpad Dumper: support running unit tests under valgrind or other wra...jimblandy2010-01-131-16/+28
* Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper.jimblandy2009-12-231-0/+18
* Breakpad Linux dumper: Add unit tests for google_breakpad::Module.jimblandy2009-12-231-1/+19
* Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.jimblandy2009-12-231-0/+2