This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cf699ad9ab458ed94de8a4e772534ff4a23c8933
clang-p2996
/
lldb
/
source
/
Plugins
/
Process
/
minidump
History
Greg Clayton
2dd7e5e222
Add support for parsing Breakpad minidump files that can have extra padding in the module, thread and memory lists.
...
Differential Revision:
https://reviews.llvm.org/D49579
llvm-svn: 337694
2018-07-23 14:16:08 +00:00
..
CMakeLists.txt
Normalize some lldb #include statements.
2018-05-22 22:53:50 +00:00
MinidumpParser.cpp
Restructure the minidump loading path and add early & explicit consistency checks
2018-07-12 17:27:18 +00:00
MinidumpParser.h
Restructure the minidump loading path and add early & explicit consistency checks
2018-07-12 17:27:18 +00:00
MinidumpTypes.cpp
Add support for parsing Breakpad minidump files that can have extra padding in the module, thread and memory lists.
2018-07-23 14:16:08 +00:00
MinidumpTypes.h
Use the UUID from the minidump's CodeView Record for placeholder modules
2018-05-02 20:06:17 +00:00
NtStructures.h
…
ProcessMinidump.cpp
Restructure the minidump loading path and add early & explicit consistency checks
2018-07-12 17:27:18 +00:00
ProcessMinidump.h
Improve LLDB's handling of non-local minidumps
2018-04-18 23:10:46 +00:00
RegisterContextMinidump_x86_32.cpp
…
RegisterContextMinidump_x86_32.h
…
RegisterContextMinidump_x86_64.cpp
…
RegisterContextMinidump_x86_64.h
…
ThreadMinidump.cpp
elf-core: Convert remaining register context to use register set maps
2017-11-28 11:10:23 +00:00
ThreadMinidump.h
…