[Lldb-commits] [PATCH] D57689: Adds property to force enabling of GDB JIT loader for MacOS

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 11 06:16:58 PST 2019


labath added a comment.

In D57689#1389212 <https://reviews.llvm.org/D57689#1389212>, @yurydelendik wrote:

> In D57689#1384894 <https://reviews.llvm.org/D57689#1384894>, @labath wrote:
>
> > Do we need both this and the `enable-jit-breakpoint` setting? My impression was that the latter was meant to be used for disabling the gdb jit feature. Is the gdb plugin useful for anything if it does not set the breakpoint (i.e. enable = on, but enable-jit-bkpt = off). If it isn't, then could we just remove the latter?
>
>
> Every time I tried to investigate that, I came to conclusion that it was just added as alternative for `enable`, but with intent to test plugin instantiation. Remoing in this patch. I can revert this change as needed.


Thank you for looking into that. I think removing that setting is fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57689





More information about the lldb-commits mailing list