[Lldb-commits] [PATCH] D148863: Make sure SelectMostRelevantFrame happens only when returning to the user

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 21 11:39:59 PDT 2023


mib added inline comments.


================
Comment at: lldb/include/lldb/Target/StackFrameList.h:56
+  /// pass false here.
+  uint32_t GetSelectedFrameIndex(bool select_most_relevant_frame);
 
----------------
I'd suggested making `select_most_relevant_frame = false` by default.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148863



More information about the lldb-commits mailing list