aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
index 04f0f52..9cf37e2 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -947,7 +947,7 @@ Status GDBRemoteCommunication::StartDebugserverProcess(
Status error;
FileSpec &debugserver_file_spec = launch_info.GetExecutableFile();
- if (debugserver_file_spec = GetDebugserverPath(platform)) {
+ if ((debugserver_file_spec = GetDebugserverPath(platform))) {
std::string debugserver_path = debugserver_file_spec.GetPath();
Args &debugserver_args = launch_info.GetArguments();