We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40c5b4 commit d4e320eCopy full SHA for d4e320e
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -947,7 +947,7 @@ Status GDBRemoteCommunication::StartDebugserverProcess(
947
948
Status error;
949
FileSpec &debugserver_file_spec = launch_info.GetExecutableFile();
950
- if (debugserver_file_spec = GetDebugserverPath(platform)) {
+ if ((debugserver_file_spec = GetDebugserverPath(platform))) {
951
std::string debugserver_path = debugserver_file_spec.GetPath();
952
953
Args &debugserver_args = launch_info.GetArguments();
0 commit comments