summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
index 4c820294550..9cbe3d40ca2 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
@@ -15,6 +15,6 @@ let Definition = "processgdbremote" in {
Desc<"If true, the libraries-svr4 feature will be used to get a hold of the process's loaded modules.">;
def UseGPacketForReading: Property<"use-g-packet-for-reading", "Boolean">,
Global,
- DefaultTrue,
+ DefaultFalse,
Desc<"Specify if the server should use 'g' packets to read registers.">;
}
OpenPOWER on IntegriCloud