index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a couple of bugs where we generate incorrect minidump files on Linux.o
thestig@chromium.org
2010-08-14
1
-0
/
+18
*
Allow passing certificate path to HTTPUpload::SendRequest
ted.mielczarek
2010-08-11
2
-0
/
+5
*
Breakpad Linux dumper: Don't map file into memory a second time just to compu...
jimblandy
2010-07-17
1
-1
/
+1
*
Add functionality to read the .gnu_debuglink section and load symbols from a ...
thestig@chromium.org
2010-07-16
2
-82
/
+272
*
Remove some duplicate endianness code.
thestig@chromium.org
2010-07-06
1
-41
/
+40
*
Linux: Skip sections of type SHT_NOBITS when loading symbols.
thestig@chromium.org
2010-07-06
1
-3
/
+10
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
6
-21
/
+25
*
Breakpad DWARF CFI support: Cleanups requested by Neal
ted.mielczarek
2010-06-25
1
-2
/
+1
*
Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco...
ted.mielczarek
2010-06-03
1
-0
/
+1
*
Remove LOG statements from linux utilities so there's no dependency on log li...
nealsid
2010-05-27
2
-24
/
+29
*
Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ...
jimblandy
2010-05-05
1
-2
/
+3
*
Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.
jimblandy
2010-05-05
1
-4
/
+4
*
Breakpad Linux dumper: Make StabsReader independent of endianness and word size.
jimblandy
2010-05-05
1
-3
/
+17
*
Fix assembly in the ARM sys_clone implementation to indicate that r7 is clobb...
ted.mielczarek
2010-04-29
1
-8
/
+8
*
Breakpad Dumper: Move CFI register names to DwarfCFIToModule class.
jimblandy
2010-04-28
1
-46
/
+9
*
Patch from Zhurun to fix build breaks in gcc 4.4.1
nealsid
2010-04-26
1
-13
/
+28
*
Breakpad symbol dumper: Move Linux dumping classes into src/common.
jimblandy
2010-04-05
28
-7504
/
+6
*
Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by...
jimblandy
2010-04-05
3
-1
/
+82
*
Add gettimeofday to linux_syscall_support.h
mmentovai
2010-04-02
1
-0
/
+2
*
Breakpad Linux dumper: Use the correct section's base address.
jimblandy
2010-04-01
1
-1
/
+1
*
Breakpad Linux dumper: Include filename in error messages.
jimblandy
2010-03-31
1
-11
/
+13
*
Add omitted newline to warning message in StabsReader::SymbolString.
jimblandy
2010-03-18
1
-1
/
+1
*
Breakpad: Support DWARF CFI-driven stack walking on ARM.
jimblandy
2010-03-16
1
-8
/
+11
*
Breakpad Linux dumper: Parse the .eh_frame section.
jimblandy
2010-03-16
3
-23
/
+37
*
Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.
jimblandy
2010-03-16
7
-8
/
+963
*
Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections.
jimblandy
2010-03-02
3
-2
/
+26
*
ARM support, with some build system changes to support x86-64, arm, and i386 ...
nealsid
2010-03-02
1
-22
/
+169
*
Breakpad Linux symbol dumper: Handle programs linked with --gc-sections.
jimblandy
2010-02-24
3
-0
/
+142
*
Breakpad Linux dumper: Add missing newlines to error messages.
jimblandy
2010-02-23
1
-2
/
+2
*
Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need t...
jimblandy
2010-02-20
2
-20
/
+28
*
Breakpad Linux dumper: Compare section names correctly.
jimblandy
2010-02-18
1
-1
/
+7
*
Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.
jimblandy
2010-02-10
3
-3
/
+256
*
Breakpad Linux dumper: Don't be silly about global functions.
jimblandy
2010-02-09
2
-8
/
+8
*
Breakpad Linux dumper: Add file comments as required by the style guide.
jimblandy
2010-02-09
19
-15
/
+91
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
19
-19
/
+19
*
Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...
ted.mielczarek
2010-02-05
1
-0
/
+47
*
Breakpad Linux dumper: Recognize more processor architectures.
jimblandy
2010-02-02
1
-12
/
+35
*
Breakpad Linux Dumper: Rename structure members to follow the Google C++ Styl...
jimblandy
2010-01-28
9
-217
/
+217
*
Breakpad Linux Dumper: Add DWARF support.
jimblandy
2010-01-23
10
-27
/
+3941
*
Add new file missed in r490.
jimblandy
2010-01-14
1
-0
/
+8
*
Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation ...
jimblandy
2010-01-14
3
-35
/
+194
*
Breakpad: Fix Emacs mode settings mingled with copyright notice text.
jimblandy
2010-01-12
3
-3
/
+9
*
Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface.
jimblandy
2009-12-23
1
-7
/
+7
*
Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper.
jimblandy
2009-12-23
1
-0
/
+175
*
Breakpad Linux dumper: Add unit tests for google_breakpad::Module.
jimblandy
2009-12-23
3
-11
/
+331
*
Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad sym...
jimblandy
2009-12-23
1
-7
/
+7
*
Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.
jimblandy
2009-12-23
3
-211
/
+304
*
Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...
ted.mielczarek
2009-12-23
3
-16
/
+162
*
Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creat...
jimblandy@gmail.com
2009-12-15
1
-4
/
+18
*
Issue 26001: Linux dumper: fix comments in STABS reader
jimblandy@gmail.com
2009-12-15
2
-24
/
+28
[next]