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
/
processor
/
minidump.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle very large stack traces
Leonard Mosescu
2017-07-12
1
-1
/
+1
*
minidump_dump: fix up init paths
Mike Frysinger
2017-03-25
1
-2
/
+4
*
minidump_dump: dump stack memory like hexdump
Mike Frysinger
2017-03-24
1
-8
/
+70
*
Fix segfault when interpreting bad debug_file
Joshua Peraza
2017-03-08
1
-1
/
+3
*
Revert "Several fixes for broken Mac build"
Roman Margold
2017-02-01
1
-1
/
+1
*
Several fixes for broken Mac build
Roman Margold
2017-02-01
1
-1
/
+1
*
Fixed a bug where cv record size was not correctly checked.
Joshua Peraza
2017-01-30
1
-4
/
+6
*
Added classes to support reading unloaded module lists in minidumps.
Joshua Peraza
2016-12-16
1
-0
/
+390
*
Update links
Orgad Shaneh
2016-11-18
1
-4
/
+4
*
Fix iterating over the MDXStateFeature entries on 32-bit hosts
Gabriele Svelto
2016-10-18
1
-1
/
+1
*
Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.
Gabriele Svelto
2016-08-19
1
-7
/
+80
*
Server-side workaround to handle overlapping modules.
Ivan Penkov
2016-06-20
1
-4
/
+41
*
Adding support for overlapping ranges to RangeMap.
Ivan Penkov
2016-06-05
1
-4
/
+9
*
Revert "Write adjusted range back to module"
Tao Bai
2016-05-13
1
-8
/
+0
*
Write adjusted range back to module
Tao Bai
2016-05-03
1
-0
/
+8
*
Bump MinidumpMemoryRegion::max_bytes to 2MB
Ted Mielczarek
2016-04-14
1
-1
/
+1
*
Add some new stream types to MDStreamType
Ted Mielczarek
2016-04-13
1
-0
/
+8
*
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
1
-1
/
+1
*
Fix buffer overrun in MinidumpModule::debug_identifier with MDCVInfoELF
Ted Mielczarek
2016-02-17
1
-1
/
+3
*
Change MDCVInfoELF into something usable.
Ted Mielczarek
2016-02-10
1
-18
/
+88
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
1
-1
/
+10
*
Fix usage of snprintf for MSVC
Pavel Labath
2016-01-19
1
-4
/
+1
*
Let breakpad build with -Wall on OS X and Linux.
Lei Zhang
2015-12-29
1
-9
/
+0
*
Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...
Ted Mielczarek
2015-10-06
1
-2
/
+2
*
Allow Print() to be called by const instances of MinidumpLinuxMaps and
Liu.andrew.x@gmail.com
2015-08-12
1
-2
/
+2
*
Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print
Liu.andrew.x@gmail.com
2015-08-11
1
-1
/
+1
*
Workaround for range map overlaps caused by Android package relocation.
ivanpe@chromium.org
2015-08-10
1
-6
/
+25
*
Fix potential null pointer dereference.
Liu.andrew.x@gmail.com
2015-07-31
1
-8
/
+15
*
Remove unnecessary dependencies.
Liu.andrew.x@gmail.com
2015-07-29
1
-2
/
+0
*
Add support for Linux memory mapping stream and remove ELF header usage
Liu.andrew.x@gmail.com
2015-07-28
1
-0
/
+143
*
Remove unneeded definitions of O_BINARY
vapier@chromium.org
2015-01-28
1
-1
/
+0
*
Modify minidump_stackwalk to be more tolerant of overlapping ranges.
wfh@chromium.org
2014-12-20
1
-6
/
+20
*
Refactoring in preparation for microdump processing
mmandlis@chromium.org
2014-09-08
1
-547
/
+23
*
Stringify minidump stream_type constants in minidump_dump output
ted.mielczarek@gmail.com
2014-07-11
1
-2
/
+71
*
minidump_dump: bug fixes.
mark@chromium.org
2014-06-17
1
-30
/
+53
*
Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarify
mark@chromium.org
2014-06-03
1
-44
/
+144
*
Fix warnings from the Windows build.
thestig@chromium.org
2013-12-17
1
-2
/
+10
*
Run svn propdel svn:executable on source code files.
thestig@chromium.org
2013-12-17
1
-0
/
+0
*
Fixing several instances of wrong printf format specifiers.
ivan.penkov@gmail.com
2013-12-03
1
-3
/
+3
*
Process minidumps generated on ARM64 in iOS apps.
mark@chromium.org
2013-11-23
1
-3
/
+188
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
1
-0
/
+133
*
Fixing minidump_dump to handle nacl dumps.
bradnelson@chromium.org
2013-09-05
1
-0
/
+1
*
Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...
ivan.penkov@gmail.com
2013-08-02
1
-53
/
+135
*
This change is addressing a particularly nasty issue where the stackwalker
ivan.penkov@gmail.com
2013-06-27
1
-2
/
+12
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
1
-44
/
+80
*
Add MD_OS_NACL platform_id value for identifying NaCl minidumps
mseaborn@chromium.org
2013-05-06
1
-0
/
+4
*
Add MD_OS_PS3 to breakpad and exception types.
thestig@chromium.org
2013-04-25
1
-1
/
+6
*
Fix Bigcluster build error with minidump.cc after r1147.
thestig@chromium.org
2013-04-19
1
-9
/
+14
*
Add PPC64 support to breakpad processor.
thestig@chromium.org
2013-04-12
1
-0
/
+138
[next]