Files
clang-p2996/lldb/source/Target/ThreadPlanStepRange.cpp
Pavel Labath 5088e1b435 [lldb] Avoid Function::GetAddressRange in ThreadPlanStepRange::InSymbol (#128515)
The existing implementation would probably produce false positives for
discontinuous functions. I haven't tried reproducing it because setting
up discontinuous functions (and executing them, in particular) is pretty
complex and there's nothing particularly interesting happening here.
2025-02-25 09:47:30 +01:00

21 KiB