| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn on more warnings in ios / mac projects. | qsr@chromium.org | 2012-09-21 | 1 | -1/+1 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek@gmail.com | 2012-09-18 | 1 | -1/+4 |
* | Fix the tools and processor build for Android | digit@chromium.org | 2012-08-21 | 1 | -3/+48 |
* | Fix narrowing conversion from -1 to size_t | jessicag.feedback | 2012-08-14 | 1 | -4/+4 |
* | Speculatively back out r989 per http://codereview.chromium.org/10805065/ : | mark@chromium.org | 2012-07-24 | 1 | -4/+1 |
* | Move minidump_extension_linux.h contents into minidump_format.h | ted.mielczarek | 2012-07-20 | 1 | -1/+0 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek | 2012-07-19 | 1 | -1/+4 |
* | Fixing various compiler warnings and applying minor tweaks to allow running of | ivan.penkov@gmail.com | 2012-07-02 | 1 | -4/+4 |
* | sym_upload: Show failure if symbol server gives redirect response | mkrebs@chromium.org | 2012-05-24 | 2 | -3/+12 |
* | Changes to get the breakpad client compiling and running on Android using | mark@chromium.org | 2012-04-03 | 1 | -3/+15 |
* | Remove redundant include of CPP specific header files | ted.mielczarek@gmail.com | 2012-04-03 | 1 | -1/+0 |
* | Implement core dump to minidump conversion. | benchan@chromium.org | 2012-01-19 | 1 | -0/+57 |
* | Replace MMappedRange with MinidumpMemoryRange. | benchan@chromium.org | 2011-12-21 | 3 | -114/+399 |
* | Refactor code in preparation of merging with the fork in Chromium OS. | benchan@chromium.org | 2011-12-16 | 1 | -17/+7 |
* | Fix some shadow variables, including one in file_id.cc that causes all files ... | thestig@chromium.org | 2011-10-20 | 1 | -4/+4 |
* | Linux/Mac: Add option to omit the CFI section in dump_syms. | thestig@chromium.org | 2011-09-14 | 1 | -11/+31 |
* | Add some unit tests for Linux WriteSymbolFile | ted.mielczarek | 2011-07-06 | 1 | -1/+2 |
* | Make programs in src/tools/linux build via the automake build system | ted.mielczarek | 2011-02-28 | 2 | -434/+0 |
* | Fix breakpad compilation on ubuntu 10.10. | mmentovai | 2011-02-18 | 1 | -0/+1 |
* | Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst... | thestig@chromium.org | 2010-09-15 | 1 | -2/+2 |
* | fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest f... | ted.mielczarek | 2010-08-18 | 2 | -2/+7 |
* | Miscellaneous improvements to minidump-2-core. | thestig@chromium.org | 2010-08-14 | 1 | -72/+661 |
* | Add functionality to read the .gnu_debuglink section and load symbols from a ... | thestig@chromium.org | 2010-07-16 | 1 | -4/+8 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 2 | -4/+4 |
* | Breakpad Linux symbol dumper: Remove unneeded objects from test executables | ted.mielczarek | 2010-06-25 | 1 | -4/+0 |
* | Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule. | jimblandy | 2010-05-05 | 1 | -18/+19 |
* | Breakpad Linux dumper: Make StabsReader independent of endianness and word size. | jimblandy | 2010-05-05 | 1 | -2/+3 |
* | Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes. | jimblandy | 2010-05-05 | 1 | -0/+19 |
* | Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c... | jimblandy | 2010-04-27 | 1 | -3/+2 |
* | Include what you use. | mmentovai | 2010-04-05 | 1 | -0/+1 |
* | Breakpad symbol dumper: Move Linux dumping classes into src/common. | jimblandy | 2010-04-05 | 1 | -3/+5 |
* | Breakpad Linux dumper: Generate make dependencies on header files automatically. | jimblandy | 2010-04-01 | 1 | -5/+9 |
* | Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers. | jimblandy | 2010-03-16 | 1 | -0/+21 |
* | Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. | jimblandy | 2010-03-16 | 1 | -1/+54 |
* | Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names. | jimblandy | 2010-02-10 | 1 | -0/+3 |
* | Breakpad Linux dumper: Don't be silly about global functions. | jimblandy | 2010-02-09 | 1 | -4/+3 |
* | Breakpad Linux symbol dumper: Don't disable asserts. | jimblandy | 2010-01-27 | 1 | -1/+0 |
* | Breakpad Linux Dumper: Add DWARF support. | jimblandy | 2010-01-23 | 1 | -1/+55 |
* | Breakpad DWARF Parser: Improved DWARF-processing interface. | jimblandy | 2010-01-23 | 1 | -0/+22 |
* | Linux Breakpad Dumper: support running unit tests under valgrind or other wra... | jimblandy | 2010-01-13 | 1 | -16/+28 |
* | Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper. | jimblandy | 2009-12-23 | 1 | -0/+18 |
* | Breakpad Linux dumper: Add unit tests for google_breakpad::Module. | jimblandy | 2009-12-23 | 1 | -1/+19 |
* | Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. | jimblandy | 2009-12-23 | 1 | -0/+2 |
* | Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid... | ted.mielczarek | 2009-12-23 | 1 | -0/+16 |
* | Linux dumper: Add unit tests for google_breakpad::StabsReader. | jimblandy@gmail.com | 2009-12-15 | 1 | -0/+34 |
* | Issue 39001: Breakpad Linux dumper: Refactor Makefile. | jimblandy@gmail.com | 2009-12-15 | 1 | -24/+123 |
* | Upstreaming several patches from Chrome: | nealsid | 2009-12-01 | 2 | -10/+4 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 1 | -0/+602 |
* | Linux dumper: Move the data structures representing the breakpad data into th... | jimblandy@gmail.com | 2009-08-07 | 1 | -1/+4 |
* | Linux dumper: Move STABS parsing into its own class. | jimblandy@gmail.com | 2009-08-07 | 1 | -1/+5 |