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, _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits