| Commit message (Expand) | Author | Age | Files | Lines |
* | Handling reading arm executable. | qsr@chromium.org | 2011-10-12 | 1 | -0/+6 |
* | Minor formatting fix following r865. | mark@chromium.org | 2011-10-11 | 1 | -2/+2 |
* | More fixes following r862. | mark@chromium.org | 2011-10-11 | 1 | -6/+6 |
* | Additional fixes following r862. | mark@chromium.org | 2011-10-11 | 2 | -31/+34 |
* | Remove "using namespace std" from dwarf2reader.h. Using-directives are | mark@chromium.org | 2011-10-11 | 5 | -40/+41 |
* | Fix harmless warning in dwarf_cfi_to_module.cc. | mark@chromium.org | 2011-10-11 | 1 | -1/+1 |
* | Fix harmless printf abuse in symupload. | mark@chromium.org | 2011-10-11 | 1 | -1/+2 |
* | Remove duplicate definition of GTMLoggerDebug. | mark@chromium.org | 2011-10-11 | 1 | -3/+0 |
* | Adding missing method. | qsr@chromium.org | 2011-10-11 | 1 | -0/+5 |
* | #include BreakpadDefines.h as "BreakpadDefines.h" and not | mark@chromium.org | 2011-10-11 | 1 | -1/+1 |
* | Extract constants from Breakpad.h. | qsr@chromium.org | 2011-10-11 | 9 | -65/+98 |
* | Handle ios dump. | qsr@chromium.org | 2011-10-11 | 5 | -1/+18 |
* | Use right header. | qsr@chromium.org | 2011-10-10 | 1 | -1/+1 |
* | Extract the uploader process from crash_report_sender | qsr@chromium.org | 2011-10-10 | 5 | -570/+695 |
* | Extracting the config file class from the Inspector to be able to reuse it. | qsr@chromium.org | 2011-10-10 | 7 | -227/+328 |
* | #ifdef cpu specific code. | qsr@chromium.org | 2011-10-07 | 6 | -9/+160 |
* | 10.4 SDK fix | mark@chromium.org | 2011-10-06 | 3 | -1/+21 |
* | Adding svn:ignore properties for .deps and .dirstamp | qsr@chromium.org | 2011-10-06 | 1 | -0/+0 |
* | Address review comments from r843 (http://breakpad.appspot.com/307001) | mark@chromium.org | 2011-10-05 | 4 | -15/+25 |
* | Ensure crash reports will be uploaded on the Mac. | mark@chromium.org | 2011-10-05 | 3 | -2/+74 |
* | Use a bootstrap subset port for the inspector, tying the subset to the | mark@chromium.org | 2011-10-03 | 1 | -10/+26 |
* | Fix some compilation warnings and other errors due to API changes | mark@chromium.org | 2011-09-29 | 3 | -18/+13 |
* | Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. This | mark@chromium.org | 2011-09-28 | 1 | -23/+23 |
* | Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.strings | mark@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Fix some newlines. | mark@chromium.org | 2011-09-27 | 6 | -978/+978 |
* | Fix totally busted-up project file that was, for the most part, wrong for | mark@chromium.org | 2011-09-27 | 1 | -9/+65 |
* | Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm following | mark@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Linux/Mac: Add option to omit the CFI section in dump_syms. | thestig@chromium.org | 2011-09-14 | 10 | -127/+213 |
* | Remove javascript_engine GYP variable. | mihaip@chromium.org | 2011-09-13 | 1 | -5/+1 |
* | Fix 64-bit literals in test data | ted.mielczarek | 2011-09-01 | 1 | -33/+33 |
* | issue 438 - fix array index bug in libdisasm | ted.mielczarek | 2011-08-31 | 1 | -1/+1 |
* | Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle... | ted.mielczarek | 2011-08-30 | 10 | -42/+658 |
* | issue 243 - Linux dumper should use build id produced by ld --build-id if ava... | ted.mielczarek | 2011-08-30 | 5 | -96/+260 |
* | Fix libcurl include in http_upload (trivial, no bug) | ted.mielczarek | 2011-08-30 | 1 | -2/+1 |
* | Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is in | mark@chromium.org | 2011-08-26 | 1 | -0/+8 |
* | Add missing (parentehses.) | mark@chromium.org | 2011-08-26 | 1 | -1/+1 |
* | Fix CalculateStackSize to behave properly when the main thread's stack is | mark@chromium.org | 2011-08-25 | 2 | -27/+32 |
* | The process_id field is unsigned, so we need this cast in c++0x. | mark@chromium.org | 2011-08-11 | 1 | -1/+2 |
* | The first field in a MDLocationDescriptor is a u_int32_t, so change this cast | mark@chromium.org | 2011-08-11 | 1 | -1/+2 |
* | Fix clang warnings. | mark@chromium.org | 2011-08-11 | 4 | -10/+4 |
* | Zero out the entire context on MD5_Final, not just the number of bytes in a | mark@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Remove a bogus const. | mark@chromium.org | 2011-08-10 | 1 | -1/+1 |
* | Fix a typo in r817 | ted.mielczarek | 2011-07-27 | 1 | -1/+1 |
* | Wean Mac Breakpad off of its OpenSSL libcrypto dependency. | mark@chromium.org | 2011-07-27 | 7 | -77/+51 |
* | Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*... | ted.mielczarek | 2011-07-26 | 3 | -3/+6 |
* | Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar... | ted.mielczarek@gmail.com | 2011-07-26 | 2 | -1/+22 |
* | Fix a sizeof(pointer) vs sizeof(pointee) issue caught by client. | jessicag.feedback@gmail.com | 2011-07-21 | 1 | -1/+1 |
* | Remove curl/types.h include, since this header has been deprecated for a long... | ted.mielczarek | 2011-07-21 | 1 | -1/+0 |
* | Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up... | ted.mielczarek | 2011-07-07 | 13 | -3520/+0 |
* | Add some unit tests for Linux WriteSymbolFile | ted.mielczarek | 2011-07-06 | 14 | -228/+889 |