[Lldb-commits] [lldb] [PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (PR #84387)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 20 17:06:52 PDT 2024
================
@@ -216,6 +216,16 @@ class TypeSystem : public PluginInterface,
virtual uint32_t GetPointerByteSize() = 0;
+ // TODO: are we allowed to insert virtual functions in the middle of the class
+ // interface and break ABI?
----------------
JDevlieghere wrote:
Answer: Yes, there's no ABI stability for lldb_private.
https://github.com/llvm/llvm-project/pull/84387
More information about the lldb-commits
mailing list