[Lldb-commits] [PATCH] D66250: [JIT][Unwinder] Add Trampoline ObjectFile and UnwindPlan support for FCB
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 20 12:03:11 PDT 2019
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
More information about the lldb-commits
mailing list