[Lldb-commits] [lldb] [lldb-dap] Refactor request handlers (NFC) (PR #128262)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 24 02:03:20 PST 2025
labath wrote:
I suppose an interesting practical question is whether a specific request needs to "know" whether it has been (is being) cancelled (or whether the SBDebugger flag suffices). If it does, then I think it would be natural to store this state in the request object, but then really ought to have one object per request...
https://github.com/llvm/llvm-project/pull/128262
More information about the lldb-commits
mailing list