[all-commits] [llvm/llvm-project] d594d4: Refactor `ThreadList::WillResume()` to prepare to ...

rocallahan via All-commits all-commits at lists.llvm.org
Wed Jan 15 13:18:47 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d594d4cef7d0ba15370435aac362fe44224c1bab
      https://github.com/llvm/llvm-project/commit/d594d4cef7d0ba15370435aac362fe44224c1bab
  Author: Robert O'Callahan <rocallahan at google.com>
  Date:   2025-01-15 (Wed, 15 Jan 2025)

  Changed paths:
    M lldb/include/lldb/Target/Thread.h
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadList.cpp

  Log Message:
  -----------
  Refactor `ThreadList::WillResume()` to prepare to support reverse execution (#120817)

These changes are designed to not change any behavior, but to make it
easy to add code to choose the direction of execution after we've
identified which thread(s) to run but before we add any
`ThreadPlanStepOverBreakpoint`s. And honestly I think they make the
existing code a bit clearer.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list