[all-commits] [llvm/llvm-project] 793924: Fix an incorrect assumption in "thread until": cod...
jimingham via All-commits
all-commits at lists.llvm.org
Mon Feb 14 15:54:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 793924dd5f2ad0663f77a09f09d11adaa4ce2b91
https://github.com/llvm/llvm-project/commit/793924dd5f2ad0663f77a09f09d11adaa4ce2b91
Author: Jim Ingham <jingham at apple.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M lldb/source/Commands/CommandObjectThread.cpp
Log Message:
-----------
Fix an incorrect assumption in "thread until": code with debug info is not always in a function.
Some dyld cross library stubs can have line information but no function. Make sure you
check that you have a valid Function object before asking it questions.
Differential Revision: https://reviews.llvm.org/D119297
More information about the All-commits
mailing list