[Lldb-commits] [PATCH] D58678: Improve step over performance by not stopping at branches that are function calls and stepping into and them out of each one

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 26 10:13:51 PST 2019


zturner added a comment.

> Since we are stepping over we can safely ignore these calls since they will return to the next instruction

What if the call throws an exception?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D58678





More information about the lldb-commits mailing list