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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
5
-3
/
+22
*
Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...
Greg Clayton
2018-12-18
5
-1
/
+300
*
Cache memory regions in ProcessMinidump and use the linux maps as the source ...
Greg Clayton
2018-12-14
4
-89
/
+183
*
Fix MinidumpParser::GetFilteredModuleList() and test it
Greg Clayton
2018-12-13
1
-19
/
+28
*
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
16
-37
/
+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
*
Don't include the Age in the UUID for CvRecordPdb70 UUID records in minidump ...
Greg Clayton
2018-08-29
1
-2
/
+12
*
Restrict the set of plugins used for ProcessMinidump
Leonard Mosescu
2018-08-23
2
-8
/
+15
*
Misc module/dwarf logging improvements
Leonard Mosescu
2018-08-07
1
-0
/
+6
*
Fix a couple of extended-offsetof warnings that had slipped through
Pavel Labath
2018-08-07
1
-3
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
3
-3
/
+3
*
Fix more offsetof issues.
Greg Clayton
2018-08-06
1
-5
/
+5
*
Fix offsetof usage that got lost when passing patches between linux and mac.
Greg Clayton
2018-08-06
2
-14
/
+16
*
Add support for ARM and ARM64 breakpad generated minidump files (version 2).
Greg Clayton
2018-08-06
9
-18
/
+1597
*
Revert "Add support for ARM and ARM64 breakpad generated minidump files"
Pavel Labath
2018-08-03
9
-1653
/
+76
*
[lldb] Remove unused variable.
David L. Jones
2018-08-02
1
-1
/
+0
*
Fix CMake build.
Zachary Turner
2018-08-02
1
-0
/
+2
*
Add support for ARM and ARM64 breakpad generated minidump files
Greg Clayton
2018-08-02
8
-75
/
+1651
*
Add support for parsing Breakpad minidump files that can have extra padding i...
Greg Clayton
2018-07-23
1
-2
/
+19
*
Restructure the minidump loading path and add early & explicit consistency ch...
Leonard Mosescu
2018-07-12
4
-47
/
+139
*
Remove unused variable m_header as it hasn't been used since it was
Eric Christopher
2018-07-12
2
-6
/
+4
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
1
-12
/
+3
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-2
/
+0
*
Use the UUID from the minidump's CodeView Record for placeholder modules
Leonard Mosescu
2018-05-02
4
-4
/
+60
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
3
-30
/
+29
*
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
2
-1
/
+59
*
Prevent unaligned memory read in parseMinidumpString
Raphael Isemann
2018-01-23
1
-5
/
+10
*
elf-core: Convert remaining register context to use register set maps
Pavel Labath
2017-11-28
1
-7
/
+5
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-2
/
+1
*
Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...
Adrian McCarthy
2017-09-19
1
-0
/
+8
*
Fix for bug 34510 - Minidump target does not resolve new symbols correctly
Adrian McCarthy
2017-09-07
2
-4
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
6
-34
/
+34
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
5
-7
/
+7
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
2
-2
/
+2
*
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
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
3
-4
/
+4
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+10
*
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 some warnings compiling with clang-cl on Windows.
Zachary Turner
2016-11-02
1
-1
/
+1
*
Fix printf errors in ProcessMinidump
Pavel Labath
2016-11-02
1
-6
/
+6
*
Minidump plugin: Fix flaky test
Dimitar Vlahovski
2016-11-01
2
-9
/
+22
[prev]
[next]