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 pos
The svr4 support seems to be off by default:
https://github.com/llvm/llvm-project/blob/2974b3c566d68f1d7c907f891137cf0292dd35aa/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td#L14
It would definitely make sense to turn it on by default.
- J.
On Thu, May 14, 2020 at 10:13 AM
https://bugs.llvm.org/show_bug.cgi?id=45920
Jeremy Morse changed:
What|Removed |Added
Blocks||38768
Version|unspecified
On 14/05/2020 11:56, Jaroslav Sevcik wrote:
>
> The svr4 support seems to be off by
> default:
> https://github.com/llvm/llvm-project/blob/2974b3c566d68f1d7c907f891137cf0292dd35aa/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td#L14
>
> It would definitely make sense to turn