mib marked an inline comment as done.
mib 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");
----------------
shafik wrote:
> Curious I noticed you stuck this in the middle someplace, does the order
> matter?
Not in the `CommandObjectTarget` class but it does in the `FuncUnwinders`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66250/new/
https://reviews.llvm.org/D66250
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits