[Lldb-commits] [PATCH] D139158: [LLDB][LoongArch] Make software single stepping work

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 1 18:05:26 PST 2022


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



More information about the lldb-commits mailing list