[Lldb-commits] [PATCH] D12890: Add plugin.jit-loader.gdb.enable-jit-breakpoint property to make JIT loader breakpoint optional.
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 15 16:08:12 PDT 2015
ovyalov created this revision.
ovyalov added reviewers: clayborg, tberghammer.
ovyalov added a subscriber: lldb-commits.
Add plugin.jit-loader.gdb.enable-jit-breakpoint property to make JIT loader breakpoint optional with default value set true.
If we're not interested in debugging JIT code there is no need to hit this breakpoint.
http://reviews.llvm.org/D12890
Files:
include/lldb/Core/PluginManager.h
source/Core/PluginManager.cpp
source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
source/Plugins/JITLoader/GDB/JITLoaderGDB.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12890.34847.patch
Type: text/x-patch
Size: 19517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150915/8bc7dcd2/attachment-0001.bin>
More information about the lldb-commits
mailing list