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
/
unittests
/
Process
/
minidump
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...
Raphael Isemann
2019-12-23
1
-3
/
+2
*
lldb/minidump: Refactor memory region computation code
Pavel Labath
2019-10-25
1
-111
/
+52
*
LLDB: Use LLVM's type for minidump ExceptionStream [NFC]
Joseph Tremoulet
2019-10-18
1
-2
/
+2
*
minidump: Use yaml for memory info tests
Pavel Labath
2019-10-14
4
-2
/
+47
*
minidump: Use llvm memory info list parser
Pavel Labath
2019-10-11
1
-0
/
+1
*
Fix some dangling else warnings
Pavel Labath
2019-10-10
1
-9
/
+10
*
Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...
Greg Clayton
2019-10-09
1
-0
/
+55
*
[lldb] - Update unit tests after lib/ObjectYAML change.
George Rimar
2019-09-13
1
-3
/
+5
*
Convert minidump unittests to use llvm::yaml::convertYAML
Pavel Labath
2019-08-20
1
-6
/
+7
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
minidump: Remove checked-in files used for testing MemoryList handling
Pavel Labath
2019-05-20
6
-79
/
+179
*
minidump: Use yaml instead of checked-in binaries for ThreadList tests
Pavel Labath
2019-05-13
5
-30
/
+41
*
Minidump: use ThreadList parsing code from llvm/Object
Pavel Labath
2019-05-10
1
-14
/
+14
*
Minidump: yamlify module-related unit tests
Pavel Labath
2019-04-21
6
-134
/
+60
*
Minidump: Use llvm parser for reading the ModuleList stream
Pavel Labath
2019-04-10
1
-24
/
+24
*
Minidump: use string parsing functionality from llvm
Pavel Labath
2019-04-09
1
-57
/
+74
*
MinidumpParser: parse SystemInfo stream via llvm
Pavel Labath
2019-04-08
1
-3
/
+56
*
MinidumpParser: use minidump parser in llvm/Object
Pavel Labath
2019-04-05
4
-22
/
+22
*
Avoid two-stage initialization of MinidumpParser
Pavel Labath
2019-02-22
2
-70
/
+61
*
Split up minidump register context tests
Pavel Labath
2019-02-22
3
-123
/
+230
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix signed-unsigned comparisons in MinidumpParserTest
Pavel Labath
2018-12-28
1
-5
/
+5
*
Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...
Greg Clayton
2018-12-18
1
-0
/
+0
*
Add missing .dmp files to test inputs.
Greg Clayton
2018-12-14
1
-0
/
+3
*
Cache memory regions in ProcessMinidump and use the linux maps as the source ...
Greg Clayton
2018-12-14
4
-17
/
+109
*
Fix minidump unit test failures from r349062
Pavel Labath
2018-12-14
1
-9
/
+12
*
Fix MinidumpParser::GetFilteredModuleList() and test it
Greg Clayton
2018-12-13
3
-0
/
+38
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-4
/
+8
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-8
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-1
/
+0
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-4
/
+8
*
Add support for parsing Breakpad minidump files that can have extra padding i...
Greg Clayton
2018-07-23
8
-1
/
+77
*
Restructure the minidump loading path and add early & explicit consistency ch...
Leonard Mosescu
2018-07-12
4
-9
/
+30
*
Fix memory leaks in MinidumpParserTest
Raphael Isemann
2018-01-22
1
-6
/
+6
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-5
/
+3
*
cmake + xcode: prevent gtests from using includes from project root
Tim Hammerquist
2017-10-03
1
-1
/
+1
*
[unittests] Add a helper function for getting an input file
Pavel Labath
2017-06-29
2
-13
/
+3
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Fix MinidumpParserTest on 32-bit arches
Pavel Labath
2017-02-27
1
-2
/
+3
*
Delete DataBufferMemoryMap.
Zachary Turner
2017-02-24
1
-4
/
+6
*
[CMake] Update unit tests with accurate dependencies
Chris Bieneman
2017-02-01
1
-0
/
+9
*
Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...
Dimitar Vlahovski
2016-10-31
1
-3
/
+83
*
Minidump plugin: Adding x86_32 register context converter
Dimitar Vlahovski
2016-10-31
3
-34
/
+76
*
Minidump plugin: functions parsing memory structures and filtering module list
Dimitar Vlahovski
2016-10-19
4
-2
/
+106
*
Removing the new Minidump plugin
Dimitar Vlahovski
2016-10-05
1
-23
/
+3
*
Adding a new Minidump post-mortem debugging plugin
Dimitar Vlahovski
2016-10-04
1
-3
/
+23
*
Adding a RegisterContextMinidump_x86_64 converter
Dimitar Vlahovski
2016-09-27
1
-1
/
+62
*
MinidumpParsing: pid, modules, exceptions, strings
Dimitar Vlahovski
2016-09-13
3
-10
/
+89
[next]