aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Cleanup Linux debug link file handling code.thestig@chromium.org2015-02-101-44/+74
* Add unit tests for overlapping functions and externs.thestig@chromium.org2015-02-041-0/+68
* Handle ARM THUMB functions when removing duplicate PUBLIC entries.thestig@chromium.org2015-02-031-3/+18
* Follow debug link correctlyhashimoto@chromium.org2015-02-032-50/+52
* Demangle symbol namehashimoto@chromium.org2015-02-032-1/+12
* Replace uses of hash_map with unordered_mapted.mielczarek@gmail.com2015-02-021-6/+6
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-278-58/+62
* Fix a source of memory corruption.erikchen@chromium.org2015-01-261-7/+13
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-111-0/+56
* dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4mseaborn@chromium.org2014-12-031-6/+7
* Add parameter --product to symupload.exeivanpe@chromium.org2014-11-173-695/+697
* Read dynamic symbols table even if binary contains debug infoted.mielczarek@gmail.com2014-11-032-43/+51
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-034-15/+22
* Fix breakpad on mips and x86_64 for the NDK r10c update.primiano@chromium.org2014-10-242-3/+87
* Update breakpad to support Android NDK r10cprimiano@chromium.org2014-10-213-445/+6
* Revert "Remove unecessary headers following NDK r10c update."primiano@chromium.org2014-10-212-0/+484
* Remove unecessary headers following NDK r10c update.primiano@chromium.org2014-10-212-484/+0
* GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.gunsch@chromium.org2014-09-185-18/+45
* Fixes common_unittests build.thestig@chromium.org2014-09-173-0/+13
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-152-0/+127
* This CL initialize NSData in HTTPMultipartUpload.m to nil.qsr@chromium.org2014-09-121-1/+1
* Back out trunk r1367.mark@chromium.org2014-09-034-46/+48
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-011-6/+10
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-284-48/+46
* In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...rsesek@chromium.org2014-07-252-2/+7
* Add GYP build for the src/tools directory on Mac and Linux.rsesek@chromium.org2014-07-241-0/+240
* Annotate PageAllocator for MSan.mark@chromium.org2014-07-221-0/+10
* Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org2014-07-225-33/+77
* Both std::tr1::unordered_set and std::unordered_set are not allowed inivanpe@chromium.org2014-07-212-10/+63
* Change some ELF utils to return the length as a size_t.thestig@chromium.org2014-07-173-16/+17
* Fix compilation error in Linux libc++ builds due to use of tr1/.mark@chromium.org2014-07-071-0/+8
* dump_syms: use unordered_set<> instead of set<> for speed.mark@chromium.org2014-06-261-4/+4
* Add virtual dtor to LibcurlWrapper.pbos@chromium.org2014-06-042-0/+3
* Fix a memory leak in DwarfCUToModule::FuncHandler::Finish().thestig@chromium.org2014-05-281-2/+2
* Fix minor typo in a comment in r1331.rmcilroy@chromium.org2014-05-141-1/+1
* Fix x86_64 Android build after user_fpregs_struct was added to /sys/user.h in...rmcilroy@chromium.org2014-05-141-3/+8
* [MIPS] Fix core dump related unit tests for Android on MIPSgordana.cmiljanovic@imgtec.com2014-05-142-0/+53
* Fixing a build break on Linux.mmandlis@chromium.org2014-05-012-3/+1
* Add Arm64 support to dumpsyms.rmcilroy@chromium.org2014-04-294-3/+42
* Linux: Check the CRC32 of the debug link file in the symbol dumper.thestig@chromium.org2014-04-233-23/+175
* Change PrintFunctions to print functions in address order and not print dupli...wfh@chromium.org2014-04-231-11/+53
* Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...rmcilroy@chromium.org2014-04-231-0/+9
* Change the way function and public symbols are obtained to use the findChildr...wfh@chromium.org2014-04-161-37/+48
* Limit the workaround in r1313 to Android only.thestig@chromium.org2014-04-151-2/+9
* [Android]: Fix hang in CreateChildCrash() on Android.rmcilroy@chromium.org2014-04-151-13/+19
* Update offset of fpregs_mem.rmcilroy@chromium.org2014-04-152-2/+2
* Add x64 version of getcontext.rmcilroy@chromium.org2014-04-115-0/+275
* Adding support for 64-bit Windows modules to ms_symbol_server_converter.ivan.penkov@gmail.com2014-04-108-300/+321
* Moving directory 'build' one level up as it collides with a file named 'BUILD...ivan.penkov@gmail.com2014-04-101-1/+1
* Fix aarch64 ucontext layout on Androidrmcilroy@chromium.org2014-04-094-9/+23