llvm-project/lldb/source
Pavel Labath 1d6fa41f40 [lldb] Have Disassembler::ParseInstructions take a Target&
Instead of a ExecutionContext*. All it needs is the target so it can
read the memory.

This removes some defensive checks from the function. I've added
equivalent checks to the callers in cases where a non-null target
pointer was not guaranteed to be available.
2020-03-03 13:58:56 +01:00
..
API [lldb/API] NFC: Reformat and simplify SBThread::GetStopDescription() 2020-03-02 17:43:35 -08:00
Breakpoint [lldb][NFC] Remove unused parameter 2020-02-18 13:49:08 +03:00
Commands [lldb] Show the actual error when 'watchpoint set expression' failed 2020-02-27 12:06:51 +01:00
Core [lldb] Have Disassembler::ParseInstructions take a Target& 2020-03-03 13:58:56 +01:00
DataFormatters [lldb] Let TypeSystemClang::GetDisplayTypeName remove anonymous and inline namespaces. 2020-02-19 10:30:11 +01:00
Expression [lldb] Remove DataExtractor::GetPointer 2020-02-18 10:38:41 +01:00
Host [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
Plugins [lldb] Have Disassembler::ParseInstructions take a Target& 2020-03-03 13:58:56 +01:00
Symbol [lldb] Add boilerplate to recognize the .debug_tu_index section 2020-02-20 13:44:21 +01:00
Target [lldb] Add lldbTarget -> llvmMC dependency 2020-03-03 13:10:44 +01:00
Utility [lldb/Utility] Use emplace_back instead of push_back (NFC) 2020-03-02 15:54:00 -08:00
CMakeLists.txt Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. 2020-01-16 19:04:08 -05:00
lldb.cpp [lldb] Fix version string when using LLDB_REVISION but not LLDB_REPOSITORY 2020-02-20 10:07:50 -08:00