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