| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring build configurations - make it clearer and allow better support f... | gregoryd@google.com | 2009-12-22 | 3 | -4/+4 |
* | Fix breakpad.gyp to reflect the new locations of the DWARF utilities. These | mark@chromium.org | 2009-12-21 | 1 | -3/+3 |
* | Revert 35012 - Rearrange build configurations make it clearer and allow bett... | gregoryd@google.com | 2009-12-19 | 3 | -4/+4 |
* | Rearrange build configurations - make it clearer and allow better support for... | gregoryd@google.com | 2009-12-19 | 3 | -4/+4 |
* | Split breakpad.gyp and add two new Win64-specific targets. | gregoryd@google.com | 2009-12-05 | 3 | -66/+158 |
* | Linux: Use upstream google-breakpad instead of our fork. | thestig@chromium.org | 2009-12-02 | 28 | -8276/+47 |
* | Linux: build fix for systems where sys/user.h needs sys/types.h | agl@chromium.org | 2009-10-24 | 1 | -0/+1 |
* | MDRawSystemInfo.processor_level refers to the CPU family, not the cpuid level. | thestig@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | Disable -fexceptions in Breakpad. I made the Mac Breakpad framework buildable | mark@chromium.org | 2009-10-15 | 1 | -5/+0 |
* | Add the BREAKPAD_NO_TERMINATE_THREAD define to breakpad build config | siggi@google.com | 2009-10-14 | 1 | -0/+4 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Linux Breakpad: Use MD_MODULE_SIZE in place of sizeof(MDRawModule). | thestig@chromium.org | 2009-09-04 | 2 | -4/+4 |
* | Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ... | thestig@chromium.org | 2009-08-26 | 1 | -2/+2 |
* | Refer to newly-filed bug about Breakpad Mac dump_syms compiler optimization | mark@chromium.org | 2009-08-25 | 1 | -1/+1 |
* | Build Mac Breakpad dump_syms at -O0 to avoid a crash. | mark@chromium.org | 2009-08-25 | 1 | -1/+12 |
* | Reverting 24220. | yutak@chromium.org | 2009-08-25 | 1 | -2/+2 |
* | Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ... | thestig@chromium.org | 2009-08-25 | 1 | -2/+2 |
* | Updates to be able to build all targets in Linux x64. | deanm@chromium.org | 2009-08-21 | 1 | -2/+2 |
* | Remove minidump_2_core target since it's not used and breaks 64-bit build. | mmoss@chromium.org | 2009-08-20 | 1 | -13/+0 |
* | Include linux_syscall_support.h to get definition of NT_PRXFPREG. | agl@chromium.org | 2009-08-18 | 1 | -0/+1 |
* | Build breakpad / crash reporting on Linux 64-bit. | deanm@chromium.org | 2009-08-14 | 5 | -7/+16 |
* | Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux | mark@chromium.org | 2009-08-13 | 1 | -0/+5 |
* | Fix incorrect logic in WriteCPUInformation(). | thestig@chromium.org | 2009-07-15 | 1 | -3/+3 |
* | Linux: SUID sandbox support | agl@chromium.org | 2009-07-08 | 1 | -0/+3 |
* | Initialize the age field in Linux Breakpad. | thestig@chromium.org | 2009-07-07 | 1 | -1/+2 |
* | Fix breakpad compile on Fedora 11. | thestig@chromium.org | 2009-07-07 | 1 | -2/+2 |
* | Avoid using fgets in a compromised context in Linux Breakpad. | thestig@chromium.org | 2009-06-30 | 1 | -12/+18 |
* | Add missing include, fix compile on Fedora 11. | thestig@chromium.org | 2009-06-26 | 1 | -2/+3 |
* | Linux: add linux-gate.so to the minidump mappings. | agl@chromium.org | 2009-06-25 | 3 | -42/+201 |
* | Fill in sys_info->csd_version_rva on Linux. | thestig@chromium.org | 2009-06-23 | 1 | -0/+48 |
* | Fill in more fields of struct MDRawSystemInfo. | thestig@chromium.org | 2009-06-22 | 1 | -6/+114 |
* | Always build breakpad tools with Linux official build. | mmoss@chromium.org | 2009-06-11 | 1 | -37/+55 |
* | Linux: Dumping a renderer can traverse an invalid pointer. | agl@chromium.org | 2009-06-05 | 3 | -5/+10 |
* | In Linux Breakpad, point the child stack at the top-most address rather than ... | thestig@google.com | 2009-06-01 | 1 | -1/+8 |
* | Run real dsymutil to get a real .dSYM for Breakpad dump_syms. This will | mark@chromium.org | 2009-06-01 | 1 | -1/+5 |
* | Linux Breakpad tweaking to get symbols working. | thestig@chromium.org | 2009-05-28 | 2 | -15/+45 |
* | Fork breakpad's dump_syms and related code. Generate XOR of first page of mem... | thestig@chromium.org | 2009-05-27 | 6 | -5/+1055 |
* | Linux: Breakpad updates. | agl@chromium.org | 2009-05-27 | 3 | -19/+90 |
* | Breakpad's symupload needs -ldl. | thestig@chromium.org | 2009-05-22 | 1 | -0/+5 |
* | Add another missing include to exception_handler.cc to fix building on Fedora... | thestig@chromium.org | 2009-05-22 | 1 | -0/+1 |
* | Fix a missing include in exception_handler.cc, fix compilation on Jaunty. | thestig@chromium.org | 2009-05-22 | 1 | -5/+6 |
* | Comment out dump_syms from the GYP file. | agl@chromium.org | 2009-05-22 | 1 | -15/+15 |
* | Fix build on Jaunty: need string.h | agl@chromium.org | 2009-05-22 | 1 | -0/+1 |
* | Build fix: Building all targets with 32-bit config would fail. | agl@chromium.org | 2009-05-22 | 1 | -13/+16 |
* | Linux: add Breakpad support | agl@chromium.org | 2009-05-22 | 23 | -0/+6958 |
* | Update where the nib is on disk since a change moved it to make localization ... | thomasvl@chromium.org | 2009-05-19 | 1 | -1/+1 |
* | Moving all the breakpad stuff to: src/breakpad | bradnelson@chromium.org | 2009-05-13 | 3 | -379/+195 |
* | OS X Breakpad cleanup. | jeremy@chromium.org | 2009-05-07 | 1 | -0/+38 |
* | Last chunk of OS X Breakpad integration: | jeremy@chromium.org | 2009-04-22 | 1 | -0/+8 |