llvm-capstone/lldb/unittests
Med Ismail Bennani efe62b637d [lldb/DWARF] Add support for DW_OP_implicit_value
This patch completes https://reviews.llvm.org/D83560. Now that the
compiler can emit `DW_OP_implicit_value` into DWARF expressions, lldb
needed to learn reading these opcodes for variable inspection and
expression evaluation.

This implicit location descriptor specifies an immediate value with two
operands: the length (ULEB128) followed by a block representing the value
in the target memory representation.

rdar://67406091

Differential revision: https://reviews.llvm.org/D89842

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
2020-10-22 18:02:44 +02:00
..
API
Breakpoint
Core
DataFormatter
debugserver
Disassembler
Editline [lldb] Modernize PseudoTerminal::OpenSecondary 2020-10-16 15:22:55 +02:00
Expression [lldb/DWARF] Add support for DW_OP_implicit_value 2020-10-22 18:02:44 +02:00
Host [lldb] Modernize PseudoTerminal::OpenSecondary 2020-10-16 15:22:55 +02:00
Instruction
Interpreter
Language
ObjectFile
Platform
Process [lldb/Utility] Introduce UnimplementedError 2020-10-12 13:46:17 +02:00
ScriptInterpreter Revert "Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."" 2020-09-29 12:01:14 -07:00
Signals
Symbol [DWARFYAML] Make the include_directories, file_names and opcodes fields of the line table optional. 2020-09-18 20:21:11 +08:00
SymbolFile Fix .debug_aranges parsing. 2020-09-15 11:50:57 -07:00
Target
TestingSupport [lldb-server][linux] Add ability to allocate memory 2020-10-14 15:02:09 +02:00
Thread
tools
UnwindAssembly
Utility [lldb][NFC] Make GetShellSafeArgument return std::string and unittest it. 2020-10-22 14:47:10 +02:00
CMakeLists.txt
gtest_common.h