llvm-project/lldb/source
Adrian Prantl c9881c7d99 Support looking up absolute symbols
The Swift stdlib uses absolute symbols in the dylib to communicate
feature flags to the process. LLDB's expression evaluator needs to be
able to find them. This wires up absolute symbols so they show up in
the symtab lookup command, which is also all that's needed for them to
be visible to the expression evaluator JIT.

rdar://85093828

Differential Revision: https://reviews.llvm.org/D113445
2021-11-09 09:44:37 -08:00
..
API [lldb][NFC] avoid unnecessary roundtrips between different string types 2021-11-01 22:15:01 -07:00
Breakpoint Add breakpoint resolving stats to each target. 2021-10-27 16:50:11 -07:00
Commands [lldb][NFC] avoid unnecessary roundtrips between different string types 2021-11-01 22:15:01 -07:00
Core [lldb] Remove ConstString from plugin names in PluginManager innards 2021-11-03 13:14:21 +01:00
DataFormatters [lldb/Formatters] Remove space from vector type string summaries (NFCI) 2021-10-22 21:18:54 +02:00
Expression [lldb, mlir] Migrate from getNumArgOperands and arg_operands (NFC) 2021-10-07 08:29:42 -07:00
Host [lldb] [Host/Terminal] Fix warnings with termios disabled 2021-10-29 09:58:09 +02:00
Initialization [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Interpreter [lldb][NFC] avoid unnecessary roundtrips between different string types 2021-11-01 22:15:01 -07:00
Plugins [lldb] Fix C2360: initialization of 'identifier' is skipped by 'case' label 2021-11-05 23:09:35 -07:00
Symbol Support looking up absolute symbols 2021-11-09 09:44:37 -08:00
Target [lldb] Fix cross-platform kills 2021-11-09 15:31:07 +01:00
Utility [lldb] Use is_style_posix() for path style checks 2021-11-05 21:50:45 +02:00
CMakeLists.txt [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR throughout the project 2021-09-16 18:29:57 +02:00
lldb.cpp [lldb] Reinstate support for LLDB_VERSION_STRING 2021-02-22 16:56:00 -08:00