jingham added a comment.

Note that the two most common uses of single step in lldb are 1) stepping over 
the instruction under a breakpoint (which may be a branch) and 2) stepping to 
the next instruction from a branch instruction.  So stepping won't work 
correctly till you get single step past a branch instruction working.  But you 
probably knew that...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139158/new/

https://reviews.llvm.org/D139158

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to