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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[MIPS] Rename variable mips to mips32
Veljko Mihailovic
2016-05-25
2
-6
/
+6
*
Fixing an unused-variable warning in microdump_writer.cc
Ivan Penkov
2016-05-24
1
-1
/
+0
*
Fix stack collection with size limit
Lars Volker
2016-05-24
1
-0
/
+8
*
Functions only called by DumpFreeSpace need to be conditionally compiled.
Tobias Sargeant
2016-05-23
1
-0
/
+6
*
Add statistics about free space to microdump format.
Primiano Tucci
2016-05-23
1
-2
/
+141
*
use another elf.h inside the package for common/dwarf/elf_reader
Yunlian Jiang
2016-05-18
1
-1
/
+1
*
Use elf.h inside the package.
Yunlian Jiang
2016-05-18
1
-1
/
+1
*
Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function names
Ted Mielczarek
2016-05-16
1
-0
/
+10
*
Revert "Write adjusted range back to module"
Tao Bai
2016-05-13
2
-13
/
+0
*
Replaced glibc version of elf.h with musl version of elf.h.
Dave MacLachlan
2016-05-12
13
-4477
/
+3032
*
Fixes up dump_syms build on OS X so it works with ELF.
Dave MacLachlan
2016-05-12
9
-13
/
+4500
*
Update to handle dsym files that end with a header.
Dave MacLachlan
2016-05-11
1
-1
/
+3
*
breakpad: fix unittest errors
Yunlian Jiang
2016-05-04
2
-6
/
+2
*
Add debug fission support.
Yunlian Jiang
2016-05-04
10
-105
/
+2183
*
macho: fix printf type mismatches
Mike Frysinger
2016-05-04
1
-3
/
+3
*
Write adjusted range back to module
Tao Bai
2016-05-03
2
-0
/
+13
*
Add parentheses to silence clang warning
Primiano Tucci
2016-05-03
1
-1
/
+2
*
Revert of Extend mapping merge to include reserved but unused mappings. (http...
Primiano Tucci
2016-04-28
1
-18
/
+0
*
Remove GTM_ENABLE_LEAKS and GTMGarbageCollection
Dave MacLachlan
2016-04-21
2
-74
/
+0
*
Make x86-64 frame pointer unwinding stricter
Ted Mielczarek
2016-04-19
2
-51
/
+169
*
Bump MinidumpMemoryRegion::max_bytes to 2MB
Ted Mielczarek
2016-04-14
1
-1
/
+1
*
Add a missing const to an accessor.
Sebastien Marchand
2016-04-14
1
-1
/
+1
*
Fix DWARF handling of inlined functions in namespaces
Ted Mielczarek
2016-04-14
2
-9
/
+32
*
Add some new stream types to MDStreamType
Ted Mielczarek
2016-04-13
2
-0
/
+12
*
Fix a dependency issue in automake
Ted Mielczarek
2016-04-12
1
-0
/
+3
*
tweak IGNORE_RET behavior a bit
Mike Frysinger
2016-04-11
1
-1
/
+1
*
Added an option (-i) to have dump_syms output header information only.
David Yen
2016-04-08
6
-83
/
+188
*
Remove unreferenced local variable which breaks build.
Yunxiao Ma
2016-04-05
1
-3
/
+2
*
Rename stdio.h wrapper file to stdio_wrapper.h.
Yunxiao Ma
2016-04-05
7
-9
/
+9
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
14
-224
/
+452
*
Support processing microdump for mips architecture
Veljko Mihailovic
2016-04-01
7
-6
/
+254
*
Add the TID to the CallStack.
Sebastien Marchand
2016-04-01
4
-1
/
+14
*
Refactor sym_upload in tools to extract code into common/linux, and minor fixes
Li Yan
2016-03-30
5
-129
/
+234
*
Make EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processor
Ted Mielczarek
2016-03-29
1
-5
/
+21
*
Have dump_syms output the full symbol table.
David Yen
2016-03-23
1
-18
/
+47
*
Explicitly call non-sized delete on dynamically sized memory for correct beha...
Ivan Penkov
2016-03-11
1
-1
/
+1
*
Fix format warning in omap.cc
Jon Turney
2016-03-10
1
-1
/
+1
*
Don't merge the mappings if their exec bit are different.
Primiano Tucci
2016-03-08
1
-1
/
+2
*
Add an optional root prefix to Linux dumpers
Dominik Laskowski
2016-03-07
7
-35
/
+58
*
Handle multiple microdumps in system log.
Maria Mandlis
2016-02-26
3
-4
/
+211
*
Support processing microdumps for x86 architecture.
Maria Mandlis
2016-02-18
4
-6
/
+216
*
Try loading msdiaNNN.dll if CoCreateInstance(CLSID_DiaSource) fails
Birunthan Mohanathas
2016-02-17
1
-4
/
+36
*
Fix buffer overrun in MinidumpModule::debug_identifier with MDCVInfoELF
Ted Mielczarek
2016-02-17
1
-1
/
+3
*
Fixing a flaky Linux exploitability unittest.
Ivan Penkov
2016-02-16
3
-15
/
+81
*
Ensure Linux minidump writer flushes minidump header early.
Ted Mielczarek
2016-02-12
1
-11
/
+18
*
Parse additional line introduced in the microdump format and containing the G...
Maria Mandlis
2016-02-11
11
-1
/
+56
*
Revert "Added a switch to dump minidump modules in minidump_stackwalk."
Lei Zhang
2016-02-10
3
-30
/
+5
*
Change MDCVInfoELF into something usable.
Ted Mielczarek
2016-02-10
4
-45
/
+313
*
Fix usage of deprecated method sendSynchronousRequest:returningResponse:error:.
Sylvain Defresne
2016-02-08
1
-3
/
+43
*
Fix usage of deprecated method stringByAddingPercentEscapesUsingEncoding:.
Sylvain Defresne
2016-02-08
1
-4
/
+19
[prev]
[next]