[lldb-dev] Is there a just-my-code like debugging mode for LLDB?

Pavel Labath via lldb-dev lldb-dev at lists.llvm.org
Thu May 14 01:13:45 PDT 2020


On 14/05/2020 03:50, Emre Kultursay via lldb-dev wrote:
> One thing I want to try is "settings set
> plugin.process.gdb-remote.use-libraries-svr4 true".

Isn't that the default? The reason this setting was added was so we
could test the !svr code path without forcibly disabling xml support
(and possibly workaround any svr issues). However, having it on as a
default definitely makes sense?

pl


More information about the lldb-dev mailing list