Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1351)

Unified Diff: debugger/nacl-gdb_server/nacl-gdb_server.cc

Issue 8566048: Fix debug server crash on win-32 (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/nacl-gdb_server/nacl-gdb_server.cc
===================================================================
--- debugger/nacl-gdb_server/nacl-gdb_server.cc (revision 1345)
+++ debugger/nacl-gdb_server/nacl-gdb_server.cc (working copy)
@@ -97,7 +97,9 @@
return kErrStartProcessFailed;
}
- DBG_LOG("TR101.04", "msg='Debug server started' port=%d cmd='%s'", port, cmd);
+ DBG_LOG("TR101.04", "msg='Debug server started' port=%d cmd='%s'",
+ port,
+ cmd.c_str());
while (true) {
if (_kbhit()) {
char cmd[200] = {0};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698