[Lldb-commits] [lldb] Fix a bug with cancelling "attach -w" after you have run a process previously (PR #65822)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 12 15:32:30 PDT 2023
clayborg wrote:
So if we use the ExecutionContextScope and init a ExectionContext with a target, it can calculate the process and target. If you init it with a thread, it can calculate the thread, process and target. And if you init it with a frame, it can get the frame, thread, process and target.
https://github.com/llvm/llvm-project/pull/65822
More information about the lldb-commits
mailing list