[Lldb-commits] [lldb] [lldb] Add pc check for thread-step-by-bp algorithms (PR #108504)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 12 23:27:41 PDT 2024
jasonmolenda wrote:
This is addressing the discussion about the CI failures (and David's repoing of them) from when I tried to land https://github.com/llvm/llvm-project/pull/96260 .
I had this as a commit for the PR where I'm addressing the CI fails so I can re-land ( https://github.com/llvm/llvm-project/pull/105594 ) but this one has no dependance on my change and I'd like to land it separately, like I already did with the Dexter fix to work with current lldb or my new lldb stepping behavior.
These plugins are only used for targets without an instruction step capability and I don't have access to any of those so I haven't tested it -- but I think it's straightforward enough that landing it and seeing the CI bots react is fine.
https://github.com/llvm/llvm-project/pull/108504
More information about the lldb-commits
mailing list