aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Make MmapWrapper a little less sillyted.mielczarek@gmail.com2013-02-141-1/+2
* Fix some issues with -Werror=sign-compare on Android buildsted.mielczarek@gmail.com2013-02-012-8/+13
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-238-76/+176
* Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com2013-01-223-32/+47
* Provide a ReadSymbolData function to get symbol data in a Module instead of j...ted.mielczarek@gmail.com2013-01-183-38/+72
* Don't make MmapWrapper's destructor assertted.mielczarek@gmail.com2013-01-181-1/+0
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-174-3/+338
* DWARF can store DW_AT_high_pc as either an address or a constant. In the latterjimblandy2013-01-082-19/+61
* Remove dead code.mark@chromium.org2012-12-1211-242/+66
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-218-44/+44
* Comment out unused arguments in definitions, as required by the Google C++ St...jimblandy2012-10-051-3/+3
* Fix out-of-date comment for DwarfCUToModule::FilePrivate::common_strings.jimblandy2012-10-051-6/+14
* If a specification DIE has a DW_AT_MIPS_linkage_name attribute, don't failjimblandy2012-10-052-40/+87
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-048-62/+90
* Fix minor Android build failure with Clang.digit@chromium.org2012-10-041-0/+1
* Use DW_AT_MIPS_linkage_name if it is available to get names of functions with...ted.mielczarek@gmail.com2012-10-042-34/+79
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-033-7/+135
* Fix a bunch of small nits.thestig@chromium.org2012-09-261-1/+1
* Fix type in string_conversion.cc introduced in r1046ted.mielczarek@gmail.com2012-09-261-1/+1
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-213-4/+6
* Update GTM files to latest fromqsr@chromium.org2012-09-215-600/+1256
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-173-32/+36
* Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.thestig@chromium.org2012-09-101-13/+13
* Use sys_fstat64 on Androidted.mielczarek@gmail.com2012-09-101-4/+1
* Add custom getcontext() implementation for Android.digit@chromium.org2012-08-315-6/+339
* Fix Breakpad unit tests build for Android.digit@chromium.org2012-08-237-0/+280
* Improve Android supportdigit@chromium.org2012-08-2111-10/+851
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-201-8/+0
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-1/+1
* Clean up warnings about narrowing conversionjessicag.feedback2012-08-071-4/+4
* Prepending file names with "src/" in #include directives is undesirable.ivan.penkov@gmail.com2012-08-061-1/+1
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-032-112/+67
* Remove some linux libc calls from client library.digit@chromium.org2012-08-011-0/+228
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-242-1/+41
* Fix sizeof bug in HTTPUpload::SendRequestted.mielczarek2012-07-201-2/+2
* Add some more DWARF ARM register numbers to the DWARF CFI register mapsted.mielczarek2012-07-182-5/+28
* Rework dump_symbols.cc using templates and traits classes to handle cross-wor...ted.mielczarek2012-07-185-253/+371
* Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}ted.mielczarek2012-07-183-104/+204
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-027-9/+22
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2852-251/+359
* sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org2012-05-242-0/+12
* Fixing HTTPMultipartUpload.qsr@chromium.org2012-05-151-2/+2
* Bits necessary to send the reports along with the minidumps.mark@chromium.org2012-05-111-1/+4
* Fix compiler warning from format stringted.mielczarek2012-04-251-1/+1
* Fix crash_generator error messageted.mielczarek2012-04-111-1/+4
* vectors are cleared with "clear()", not with "empty()thestig@chromium.org2012-04-111-2/+2
* Accept version 3 .eh_frame unwinding data, as well as version 1.jimblandy2012-04-031-14/+8
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-033-3/+14
* Remove static initializer in linux/guid_creator.cc.qsr@chromium.org2012-03-081-8/+16
* Modify CrashGenerator::CreateChildCrash to copy proc files.benchan@chromium.org2012-02-234-7/+111