[all-commits] [llvm/llvm-project] deea17: [lldb/gdb-remote] Change default value of use-libr...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu May 14 03:18:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: deea174ee508c84652785e55f54c81fd1fba492c
https://github.com/llvm/llvm-project/commit/deea174ee508c84652785e55f54c81fd1fba492c
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
Log Message:
-----------
[lldb/gdb-remote] Change default value of use-libraries-svr4 to true
This setting was added last year, defaulting to false. There have been
no bug reports about the svr4 code path since then, and the using this
packet is definitely faster than walking the module list from lldb.
Set the default value of the setting to true, as that is a better
default. Users can still change it back if encountering problems, or we
can revert the change as well, in case of bigger issues.
I also add a note to the setting description that it is only effective
if lldb is built with xml support.
More information about the All-commits
mailing list