[Lldb-commits] [lldb] 4946f37 - [lldb] Remove very old misleading comment (NFC)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 15 18:15:16 PST 2021
Author: Dave Lee
Date: 2021-02-15T18:14:57-08:00
New Revision: 4946f37d842fe7bca1b4a30962e7b6acdd7a4a9d
URL: https://github.com/llvm/llvm-project/commit/4946f37d842fe7bca1b4a30962e7b6acdd7a4a9d
DIFF: https://github.com/llvm/llvm-project/commit/4946f37d842fe7bca1b4a30962e7b6acdd7a4a9d.diff
LOG: [lldb] Remove very old misleading comment (NFC)
Added:
Modified:
lldb/source/Target/ThreadPlanStepThrough.cpp
Removed:
################################################################################
diff --git a/lldb/source/Target/ThreadPlanStepThrough.cpp b/lldb/source/Target/ThreadPlanStepThrough.cpp
index 06b626935aba..6fc0312222fb 100644
--- a/lldb/source/Target/ThreadPlanStepThrough.cpp
+++ b/lldb/source/Target/ThreadPlanStepThrough.cpp
@@ -22,7 +22,6 @@ using namespace lldb_private;
// ThreadPlanStepThrough: If the current instruction is a trampoline, step
// through it If it is the beginning of the prologue of a function, step
// through that as well.
-// FIXME: At present only handles DYLD trampolines.
ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread,
StackID &m_stack_id,
More information about the lldb-commits
mailing list