[Lldb-commits] [lldb] [lldb] Set the stop reason when receiving swbreak/hwbreak (PR #108518)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 13 01:58:26 PDT 2024
jasonmolenda wrote:
This is the follow up patch I alluded to in https://github.com/llvm/llvm-project/pull/102873 needed for my work to re-land my change to how breakpoints are handled in lldb (work in progress at https://github.com/llvm/llvm-project/pull/108504 ). It's the same thing we do for breakpoints just above this point, setting the `reason` variable to the actual stop reason so we set the thread's status correctly. There's no difference in behavior right now, but it will be important when I land my changes, if someone communicates with a stub that sends swbreak/hwbreak.
https://github.com/llvm/llvm-project/pull/108518
More information about the lldb-commits
mailing list