clayborg added a comment.

Why are we not just using ObjectFileJIT? I am guessing these breakpoint 
expressions create one of these by compiling the breakpoint expression and 
JIT'ing it just like any other expression. If this is the case, then why do we 
need to create a ObjectFileTrampoline? Seems like we could add .cfi directives 
to the assembly we use for the breakpoint condition function so that we can 
unwind out of it?


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