| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to | mmentovai | 2011-04-05 | 2 | -5/+68 |
* | Another attempt at signed / unsigned int resolution for linux minidump writer. | jessicag.feedback@gmail.com | 2011-03-30 | 4 | -11/+15 |
* | Adding header files at the request of Chrome. | jessicag.feedback@gmail.com | 2011-03-22 | 1 | -0/+2 |
* | Add trusted check | jessicag.feedback@gmail.com | 2011-03-22 | 1 | -2/+7 |
* | Issue 417: update unit tests after adding unnamed function detection | jimblandy | 2011-03-14 | 1 | -2/+2 |
* | Merge adjacent mappings with the same name into one module in LinuxDumper. | ted.mielczarek | 2011-03-14 | 2 | -23/+117 |
* | Protect "std::max", "std::min" against MACROs defined in WinDef.h. | SiyangXie@gmail.com | 2011-03-11 | 1 | -3/+3 |
* | Google Breakpad Issue 417: Handle DWARF that omits function names. | jimblandy | 2011-03-11 | 5 | -3/+48 |
* | Put PUBLIC lines in Mac symbol files. | ted.mielczarek | 2011-03-04 | 9 | -11/+270 |
* | Updating to ints from unsigned ints so -1 will be an acceptable value. | jessicag.feedback@gmail.com | 2011-03-03 | 3 | -5/+4 |
* | Fix compiler warning. | jessicag.feedback@gmail.com | 2011-03-01 | 1 | -1/+4 |
* | Make programs in src/tools/linux build via the automake build system | ted.mielczarek | 2011-02-28 | 10 | -478/+1254 |
* | Fix breakpad compilation on ubuntu 10.10. | mmentovai | 2011-02-18 | 1 | -0/+1 |
* | enable writing INFO CODE_ID line in symbol files | ted.mielczarek | 2011-02-15 | 1 | -3/+1 |
* | Fix printing of x86_64 registers from minidump_stackwalk | ted.mielczarek | 2011-02-14 | 1 | -15/+35 |
* | Fix(part II) for r768 about external item "src/third_party/glog". | SiyangXie@gmail.com | 2011-02-02 | 0 | -0/+0 |
* | Fix(part I) for r768 about external item "src/third_party/glog". | SiyangXie@gmail.com | 2011-02-02 | 0 | -0/+0 |
* | Update svn:externals property to add glog to correct path. | SiyangXie@gmail.com | 2011-02-01 | 0 | -0/+0 |
* | Dump MD_LINUX_MAPS from minidump_dump | ted.mielczarek | 2011-01-28 | 1 | -0/+4 |
* | Expose actual instruction from DisassemblerX86 | ted.mielczarek | 2011-01-26 | 2 | -0/+12 |
* | Rename duplicate argument names to make it compile with CLang. | ted.mielczarek | 2011-01-25 | 1 | -8/+8 |
* | Add missing constructor to CPPLanguage class to make it compile with CLang. | ted.mielczarek | 2011-01-25 | 1 | -0/+1 |
* | Use a MinidumpCallback to force minidumps on Windows to include memory around... | ted.mielczarek | 2011-01-25 | 3 | -3/+416 |
* | Round-trip client/processor unittests for Windows | ted.mielczarek | 2011-01-24 | 4 | -4/+77 |
* | Fix some apparently longstanding crash bugs in Stackwalker implementations wh... | ted.mielczarek | 2011-01-24 | 7 | -13/+75 |
* | Fix clang warning / miscompile. | mmentovai | 2011-01-24 | 1 | -2/+2 |
* | Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in th... | ted.mielczarek | 2011-01-19 | 2 | -0/+12 |
* | Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory... | ted.mielczarek | 2011-01-13 | 4 | -0/+400 |
* | Add structure definitions for the memory info list, as well as some other new... | ted.mielczarek | 2011-01-13 | 1 | -2/+73 |
* | Fix compile by adding needed includes. | thestig@chromium.org | 2011-01-12 | 1 | -6/+11 |
* | Fix review comment that I missed. | ted.mielczarek | 2011-01-11 | 1 | -2/+2 |
* | Make some parts of the processor compile on Win32/MSVC | ted.mielczarek | 2011-01-11 | 4 | -5/+29 |
* | Fixing typos that will soon be gyp errors. | thestig@chromium.org | 2011-01-11 | 1 | -1/+1 |
* | Make localization resizing of Mac uploader email line more robust. Review URL... | stuart.morgan | 2011-01-05 | 1 | -5/+18 |
* | Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.apps... | stuartmorgan | 2010-12-17 | 2 | -1/+31 |
* | Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps | ted.mielczarek@gmail.com | 2010-12-16 | 8 | -117/+346 |
* | Allow out-of-process minidump generation to work on processes of a different ... | ted.mielczarek@gmail.com | 2010-12-15 | 10 | -622/+1231 |
* | Allow writing on-request minidumps with an exception stream | ted.mielczarek@gmail.com | 2010-12-15 | 3 | -36/+123 |
* | issue 334 - Fix a race condition between ExceptionHandler::Teardown and Excep... | ted.mielczarek@gmail.com | 2010-12-15 | 2 | -6/+14 |
* | allow uploading zero-byte files in HTTPUpload | ted.mielczarek@gmail.com | 2010-12-15 | 2 | -8/+7 |
* | Add some unit tests for the mac MinidumpGenerator | ted.mielczarek | 2010-12-13 | 4 | -90/+291 |
* | allow passing info about known memory mappings to MinidumpWriter and Exceptio... | ted.mielczarek | 2010-12-13 | 10 | -77/+616 |
* | Reuse code and fix inconsistent array boundaries. | kmixter@chromium.org | 2010-12-08 | 3 | -10/+8 |
* | Propagate failure if http uploads fail with http error codes. | kmixter@chromium.org | 2010-12-08 | 1 | -0/+3 |
* | Enable dumping of the Linux extension streams. | kmixter@chromium.org | 2010-12-08 | 1 | -0/+60 |
* | Fix segv in network_source_line_resolver_server_unittest | kmixter@chromium.org | 2010-12-08 | 1 | -2/+2 |
* | Added null checks to disassembler_x86 | cdn@chromium.org | 2010-12-03 | 1 | -2/+2 |
* | Fix WriteMemoryListStream to remove an extraneous loop index variable increment. | ted.mielczarek | 2010-11-30 | 2 | -2/+62 |
* | Fix 64-bit build on Linux. | thestig@chromium.org | 2010-11-22 | 1 | -2/+2 |
* | Linux: Attempt to generate an ELF identifier for deleted running binaries. | thestig@chromium.org | 2010-11-19 | 2 | -15/+71 |