[all-commits] [llvm/llvm-project] f66a5e: [lldb] Fix SBThread::StepOverUntil for discontinuo...

Pavel Labath via All-commits all-commits at lists.llvm.org
Fri Jan 17 03:13:52 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f66a5e220cbc2650a5843db854d0734d2aaa030f
      https://github.com/llvm/llvm-project/commit/f66a5e220cbc2650a5843db854d0734d2aaa030f
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M lldb/include/lldb/Symbol/Function.h
    M lldb/source/API/SBThread.cpp
    A lldb/test/API/functionalities/thread/step_until/TestStepUntilAPI.py
    A lldb/test/API/functionalities/thread/step_until/function.list
    M lldb/test/API/functionalities/thread/step_until/main.c
    A lldb/test/API/functionalities/thread/step_until/symbol.order

  Log Message:
  -----------
  [lldb] Fix SBThread::StepOverUntil for discontinuous functions (#123046)

I think the only issue here was that we would erroneously consider
functions which are "in the middle" of the function were stepping to as
a part of the function, and would try to step into them (likely stepping
out of the function instead) instead of giving up early.



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