index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Process
/
minidump
/
ProcessMinidump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid two-stage initialization of MinidumpParser
Pavel Labath
2019-02-22
1
-27
/
+22
*
Add Facebook Minidump directory streams and options to dump them.
Greg Clayton
2019-02-19
1
-2
/
+139
*
Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...
Pavel Labath
2019-02-19
1
-71
/
+43
*
minidump: Add ability to attach (breakpad) symbol files to placeholder modules
Pavel Labath
2019-02-18
1
-43
/
+71
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-4
/
+4
*
Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...
Pavel Labath
2019-02-11
1
-75
/
+43
*
minidump: Add ability to attach (breakpad) symbol files to placeholder modules
Pavel Labath
2019-02-11
1
-43
/
+75
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use the minidump exception record if present
Leonard Mosescu
2019-01-07
1
-13
/
+17
*
Fix "default argument for lambda parameter" (-Wpedantic) warning
Pavel Labath
2018-12-27
1
-2
/
+2
*
Overload GetMemoryRegions for the ProcessMinidump
Tatyana Krasnukha
2018-12-20
1
-0
/
+6
*
Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...
Greg Clayton
2018-12-18
1
-0
/
+241
*
Cache memory regions in ProcessMinidump and use the linux maps as the source ...
Greg Clayton
2018-12-14
1
-8
/
+2
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-4
/
+4
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-4
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-2
/
+0
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-4
/
+4
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
Restrict the set of plugins used for ProcessMinidump
Leonard Mosescu
2018-08-23
1
-7
/
+12
*
Misc module/dwarf logging improvements
Leonard Mosescu
2018-08-07
1
-0
/
+6
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Add support for ARM and ARM64 breakpad generated minidump files (version 2).
Greg Clayton
2018-08-06
1
-3
/
+11
*
Revert "Add support for ARM and ARM64 breakpad generated minidump files"
Pavel Labath
2018-08-03
1
-11
/
+3
*
Add support for ARM and ARM64 breakpad generated minidump files
Greg Clayton
2018-08-02
1
-3
/
+11
*
Restructure the minidump loading path and add early & explicit consistency ch...
Leonard Mosescu
2018-07-12
1
-2
/
+21
*
Use the UUID from the minidump's CodeView Record for placeholder modules
Leonard Mosescu
2018-05-02
1
-4
/
+8
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-11
/
+11
*
Attempt to fix TestMiniDump on windows
Pavel Labath
2018-04-19
1
-1
/
+2
*
Improve LLDB's handling of non-local minidumps
Leonard Mosescu
2018-04-18
1
-1
/
+57
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-3
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Delete DataBufferMemoryMap.
Zachary Turner
2017-02-24
1
-9
/
+15
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Disable windows-only minidump plugin
Pavel Labath
2016-11-09
1
-5
/
+1
*
Fix printf errors in ProcessMinidump
Pavel Labath
2016-11-02
1
-6
/
+6
*
Minidump plugin: Fix flaky test
Dimitar Vlahovski
2016-11-01
1
-7
/
+19
*
Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...
Dimitar Vlahovski
2016-10-31
1
-0
/
+293
*
Removing the new Minidump plugin
Dimitar Vlahovski
2016-10-05
1
-263
/
+0
*
Adding a new Minidump post-mortem debugging plugin
Dimitar Vlahovski
2016-10-04
1
-0
/
+263