llvm-project/lldb/source/Plugins
Alex Langford 5b2b38e053 [Target] Move InferiorCall to Process
Summary:
InferiorCall is only ever used in Process, and it is not specific to
POSIX. By moving it to Process, we can remove all dependencies on plugins from
Process. Moving InferiorCall to Process seems to achieve this quite well.
Additionally, the name InferiorCall is a little vague now, so we rename
it something a bit more specific.

Reviewers: JDevlieghere, clayborg, compnerd, labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D67472

llvm-svn: 371796
2019-09-13 00:02:05 +00:00
..
ABI [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
Architecture [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
Disassembler [Utility] Reimplement RegularExpression on top of llvm::Regex 2019-08-16 21:25:36 +00:00
DynamicLoader Upstream macCatalyst support in debugserver and the macOS dynamic loader 2019-09-04 17:23:15 +00:00
ExpressionParser [lldb][NFC] Make include directories in Clang expression parser a std::string 2019-09-11 14:33:11 +00:00
Instruction Support Linux signal return trampolines in frame initialization 2019-07-19 14:05:55 +00:00
InstrumentationRuntime Revert "[TSanRuntime] Upstream thread swift race detector." 2019-08-29 17:14:25 +00:00
JITLoader Format OptionEnumValueElement (NFC) 2019-08-02 00:18:44 +00:00
Language [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangPersistentVariables 2019-09-09 23:11:43 +00:00
LanguageRuntime Update name of objc runtime SPI function we call for class names. 2019-08-28 02:14:07 +00:00
MemoryHistory [Process] Remove unused field from HistoryThread 2019-06-19 21:33:44 +00:00
ObjectContainer [ObjectContainerBSDArchive] Simplify a few things (NFC) 2019-07-12 20:08:41 +00:00
ObjectFile Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections" 2019-09-11 14:33:37 +00:00
OperatingSystem Fix a comment which was incorrect. 2019-08-08 20:47:40 +00:00
Platform [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit` 2019-09-10 00:20:50 +00:00
Process [Target] Move InferiorCall to Process 2019-09-13 00:02:05 +00:00
ScriptInterpreter [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
StructuredData [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target 2019-08-26 18:12:44 +00:00
SymbolFile [DWARF] Evaluate DW_OP_entry_value 2019-09-11 21:23:45 +00:00
SymbolVendor SymbolVendorELF: Perform build-id lookup even without a debug link 2019-08-06 08:18:39 +00:00
SystemRuntime Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick. 2019-09-07 01:38:37 +00:00
UnwindAssembly Support Linux signal return trampolines in frame initialization 2019-07-19 14:05:55 +00:00
CMakeLists.txt Move StopInfoOverride callback to the new architecture plugin 2017-10-25 21:05:31 +00:00