llvm-capstone/lldb/include/lldb
River Riddle a3252d1a2c [lldb][NFC] Move various constructor definitions from .h to .cpp
I ran into issues with linking downstream language plugin to liblldb in
debug builds, hitting link time errors of form:

```
undefined reference to `vtable for  lldb_private::<Insert LLDB class here>'
```

Anchoring the vtable to the .cpp files resolved those issues.

Differential Revision: https://reviews.llvm.org/D147252
2023-03-30 13:25:30 -07:00
..
API [lldb][NFC] Remove outdated TODOs from API headers 2023-03-24 15:50:57 -07:00
Breakpoint [lldb] Remove remaining uses of llvm::Optional (NFC) 2023-01-07 14:36:35 -08:00
Core Add a Debugger interruption mechanism in conjunction with the 2023-03-15 16:45:14 -07:00
DataFormatters [lldb] Fix value printing for a specific case 2023-03-28 09:38:46 -07:00
Expression [lldb][NFC] Move various constructor definitions from .h to .cpp 2023-03-30 13:25:30 -07:00
Host [lldb-server/linux] Use waitpid(-1) to collect inferior events 2023-03-30 12:48:36 +02:00
Initialization [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
Interpreter Fix backtick handling in parsed commands. 2023-03-24 10:40:10 -07:00
Symbol [lldb][NFC] Move various constructor definitions from .h to .cpp 2023-03-30 13:25:30 -07:00
Target Revert "[lldb] Move UnixSignals creation into Platform plugins" 2023-03-27 13:42:14 -07:00
Utility [lldb][NFC] Remove outdated TODO in Log.h 2023-03-24 17:53:54 -07:00
Version [lldb] Define LLDB_VERSION_PATCH correctly 2022-04-29 19:29:51 +02:00
lldb-defines.h [trace] Add SBTraceCursor bindings 2022-08-02 16:55:33 -07:00
lldb-enumerations.h [LLDB] Expose several methods in SBWatchpoint 2023-03-01 11:15:05 -08:00
lldb-forward.h [lldb/Plugins] Add Attach capabilities to ScriptedProcess 2023-03-03 19:33:02 -08:00
lldb-private-enumerations.h [NFCI] Clean up enum FormatCategoryItem. 2022-09-20 10:41:06 -07:00
lldb-private-forward.h
lldb-private-interfaces.h Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstance" 2023-01-13 09:13:03 -08:00
lldb-private-types.h Add a new SBDebugger::SetDestroyCallback() API 2023-03-07 14:48:15 -08:00
lldb-private.h [lldb] Remove include/lldb/lldb-private.h 2022-08-08 12:03:53 -07:00
lldb-public.h
lldb-types.h [lldb] Move #include out of namespace lldb. NFC. 2023-03-25 13:36:49 +01:00
lldb-versioning.h
module.modulemap [lldb] Add header REPL.h to lldb_Expression 2023-03-24 12:42:50 -07:00