[Lldb-commits] [lldb] [lldb-dap] Improve `stackTrace` and `exceptionInfo` DAP request handlers (PR #105905)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 26 09:30:19 PDT 2024
ashgti wrote:
@jeffreytan81 I moved the expensive call into the `exceptionInfo` request, this is only going to be triggered if a thread has the stop event = 'exception', so it shouldn't be triggered while stepping. This does remove the option you added in the prior commit, since I think this isolated the expensive call to a place where the additional information it provides justifies the call and is only called in specific circumstances.
LMKWYT
https://github.com/llvm/llvm-project/pull/105905
More information about the lldb-commits
mailing list