[Lldb-commits] [lldb] [lldb][sbdebugger] Match progress category enum bit in Debugger.h (PR #87409)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 5 13:31:55 PDT 2024
bulbazord wrote:
> Why don't we just remove the enum from SBDebugger and use the one from Debugger instead, this will ensure the offsets are always the same.
SBDebugger is public and Debugger is private, so I'm not sure how you can do this? Maybe I'm misunderstanding your suggestion...
It would be nice if we could move the enum into `lldb-enumerations` so we didn't have to worry about keeping this in sync though.
https://github.com/llvm/llvm-project/pull/87409
More information about the lldb-commits
mailing list