[Lldb-commits] [lldb] Add docs describing how the thread plan stack affects stepping (PR #110167)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 27 08:09:10 PDT 2024
================
@@ -536,6 +536,33 @@ This command will run the thread in the current frame until it reaches line 100
in this frame or stops if it leaves the current frame. This is a pretty close
equivalent to GDB's ``until`` command.
+One other useful thing to note about the lldb stepping commands is that they
+are implemented as a stack of interruptible operations. Until the operation -
+e.g. step to the next line - is completed, the operation will remain on the
----------------
felipepiovezan wrote:
At the risk of releasing the bike-shedding kraken, I personally dislike some pronouns in technical docs. It's very easy to accidentally create ambiguity with pronouns, though this suggestion is safe.
https://github.com/llvm/llvm-project/pull/110167
More information about the lldb-commits
mailing list