diff options
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote')
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 1bfbb7a334b..2cd468874ea 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp @@ -845,7 +845,7 @@ ProcessGDBRemote::ConnectToDebugserver (const char *connect_url) for (size_t idx = 0; idx < num_cmds; idx++) { StringExtractorGDBRemote response; - printf ("Sending command: \%s.\n", GetExtraStartupCommands().GetArgumentAtIndex(idx)); + printf ("Sending command: %s.\n", GetExtraStartupCommands().GetArgumentAtIndex(idx)); m_gdb_comm.SendPacketAndWaitForResponse (GetExtraStartupCommands().GetArgumentAtIndex(idx), response, false); } return error; |

