shafik added inline comments.

================
Comment at: lldb/source/Commands/CommandObjectTarget.cpp:3561
 
+      if (UnwindPlanSP plan_sp = func_unwinders_sp->GetTrampolineUnwindPlan()) 
{
+        result.GetOutputStream().Printf("Trampoline UnwindPlan:\n");
----------------
Curious I noticed you stuck this in the middle someplace, does the order matter?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66250



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

Reply via email to