| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Breakpad: Fix build with new clang versions. | mark@chromium.org | 2014-12-10 | 2 | -2/+2 |
* | dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4 | mseaborn@chromium.org | 2014-12-03 | 1 | -6/+7 |
* | Microdumps: support aarch64 and lib mapping from APK | primiano@chromium.org | 2014-12-02 | 21 | -776/+148959 |
* | Surfacing the process create time in google_breakpad::ProcessState | ivanpe@chromium.org | 2014-11-25 | 10 | -15/+123 |
* | Introduce microdump_stackwalk comand line executable | primiano@chromium.org | 2014-11-25 | 10 | -750/+1508 |
* | Fix microdump_writer and add unittest. | primiano@chromium.org | 2014-11-25 | 4 | -19/+190 |
* | Microdump processing implementation | mmandlis@chromium.org | 2014-11-19 | 12 | -30/+1091 |
* | Add parameter --product to symupload.exe | ivanpe@chromium.org | 2014-11-17 | 6 | -959/+737 |
* | Fix UMR and potential crash in Mac dump_syms. | mark@chromium.org | 2014-11-05 | 1 | -1/+2 |
* | Read dynamic symbols table even if binary contains debug info | ted.mielczarek@gmail.com | 2014-11-03 | 2 | -43/+51 |
* | Fix Windows client compilation on mingw. | ted.mielczarek@gmail.com | 2014-11-03 | 15 | -32/+45 |
* | Introduce microdump writer class. | primiano@chromium.org | 2014-10-28 | 9 | -23/+511 |
* | Fix breakpad on mips and x86_64 for the NDK r10c update. | primiano@chromium.org | 2014-10-24 | 4 | -7/+92 |
* | Update breakpad to support Android NDK r10c | primiano@chromium.org | 2014-10-21 | 4 | -447/+9 |
* | Revert "Remove unecessary headers following NDK r10c update." | primiano@chromium.org | 2014-10-21 | 2 | -0/+484 |
* | Remove unecessary headers following NDK r10c update. | primiano@chromium.org | 2014-10-21 | 2 | -484/+0 |
* | Fixing the Mac Inspector build by adding the launch_report dependency to the ... | ivanpe@chromium.org | 2014-10-17 | 1 | -0/+10 |
* | Refactor .so name detection logic in minidump/linux_dumper. | primiano@chromium.org | 2014-10-17 | 3 | -54/+70 |
* | The process uptime computation when the Windows out-of-process Crash Generation | ivanpe@chromium.org | 2014-10-15 | 1 | -2/+4 |
* | Linux multiprocess crash reporter: use pipe instead of socketpair in the client | ted.mielczarek@gmail.com | 2014-10-09 | 2 | -9/+2 |
* | Remove workaround for Linux credential-passing bug | ted.mielczarek@gmail.com | 2014-10-09 | 1 | -127/+0 |
* | Microdumps: refactor out common parts of minidump_writer.cc | primiano@chromium.org | 2014-10-01 | 12 | -623/+1036 |
* | Fix some nits raised by Timur for r1385. | thestig@chromium.org | 2014-09-24 | 1 | -3/+2 |
* | IWYU in minidump_writer.cc to fix building with libc++ after r1385. | thestig@chromium.org | 2014-09-24 | 1 | -0/+1 |
* | Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m... | thestig@chromium.org | 2014-09-23 | 2 | -35/+32 |
* | Fix clang compilation error introduced in r1380. | rmcilroy@chromium.org | 2014-09-22 | 1 | -1/+1 |
* | Add inttypes for windows in dump_context | mmandlis@chromium.org | 2014-09-19 | 1 | -0/+10 |
* | Extend mapping merge to include reserved but unused mappings. | rmcilroy@chromium.org | 2014-09-19 | 1 | -0/+18 |
* | GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response. | gunsch@chromium.org | 2014-09-18 | 6 | -19/+46 |
* | Fixes common_unittests build. | thestig@chromium.org | 2014-09-17 | 3 | -0/+13 |
* | Fix Windows client unittests build: add missing code files | mmandlis@chromium.org | 2014-09-16 | 1 | -0/+2 |
* | Making the Mac build of crash_report work again after the last SVN sync | mmandlis@chromium.org | 2014-09-16 | 1 | -0/+20 |
* | Mac: Add support for in-process crash reporting to Breakpad. | andresantoso@chromium.org | 2014-09-15 | 8 | -49/+196 |
* | This CL initialize NSData in HTTPMultipartUpload.m to nil. | qsr@chromium.org | 2014-09-12 | 1 | -1/+1 |
* | Update processor.gyp file with new files added as part of microdump | mmandlis@chromium.org | 2014-09-10 | 1 | -0/+4 |
* | Introduce stub microdump processor classes. | mmandlis@chromium.org | 2014-09-10 | 5 | -1/+287 |
* | Rename gyp variable use_titlecase_in_grd_files -> use_titlecase_in_grd. | mark@chromium.org | 2014-09-10 | 1 | -1/+1 |
* | Refactoring in preparation for microdump processing | mmandlis@chromium.org | 2014-09-08 | 22 | -666/+1058 |
* | Back out trunk r1367. | mark@chromium.org | 2014-09-03 | 6 | -50/+52 |
* | Adding possibility for client to upload the file | blundell@chromium.org | 2014-09-01 | 7 | -54/+224 |
* | Support for multiple upload files in CrashReportSender/HTTPUpload | ted.mielczarek@gmail.com | 2014-08-28 | 6 | -52/+50 |
* | constructor init list in wrong order in CrashGenerationServer | ted.mielczarek@gmail.com | 2014-08-28 | 1 | -2/+2 |
* | update svn:ignore | vapier@chromium.org | 2014-08-27 | 0 | -0/+0 |
* | make "make install" also install headers and pkgconfig files | vapier@chromium.org | 2014-08-27 | 11 | -326/+597 |
* | Set 32 bits iOS app to use vm_region_recurse_64. | blundell@chromium.org | 2014-08-11 | 1 | -4/+0 |
* | update svn:ignore lists | vapier@chromium.org | 2014-08-11 | 0 | -0/+0 |
* | Update lss from r24 to r31. | thestig@chromium.org | 2014-08-01 | 0 | -0/+0 |
* | upload_system_symbols: Use the Go1.3 improvements to debug/macho. | rsesek@chromium.org | 2014-07-31 | 6 | -349/+80 |
* | In Mac dump_syms, allow reading debug data out of both the Mach-O file and th... | rsesek@chromium.org | 2014-07-25 | 3 | -11/+110 |
* | Add GYP build for the src/tools directory on Mac and Linux. | rsesek@chromium.org | 2014-07-24 | 13 | -112/+1034 |