[Lldb-commits] [lldb] [lldb][NFC] Move SBThread::ResumeNewPlan out of the header (PR #151988)

via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 4 09:28:01 PDT 2025


https://github.com/jimingham approved this pull request.

Yeah, that's weird to be a method because it acts on a thread that isn't necessarily the thread that is managed by the SBThread calling the method.  That does sound more like it should be a free function.

https://github.com/llvm/llvm-project/pull/151988


More information about the lldb-commits mailing list