From 4ebe0c839f7df73a06c6f63b0185abc264001a80 Mon Sep 17 00:00:00 2001 From: micio Date: Mon, 16 Jul 2012 19:08:22 +0000 Subject: [PATCH] Ide/Debuggers/Gdb_MI2 : removed some RLOGs git-svn-id: svn://ultimatepp.org/upp/trunk@5201 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Debuggers/Gdb_MI2.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/uppsrc/ide/Debuggers/Gdb_MI2.cpp b/uppsrc/ide/Debuggers/Gdb_MI2.cpp index 67c69f6de..fdd27d333 100644 --- a/uppsrc/ide/Debuggers/Gdb_MI2.cpp +++ b/uppsrc/ide/Debuggers/Gdb_MI2.cpp @@ -383,8 +383,6 @@ void Gdb_MI2::Unlock() // so reliable as it can happen (strangely) in middle of nothing MIValue Gdb_MI2::ParseGdb(String const &output, bool wait) { -RLOG("\n-----------------------GDB OUTPUT--------------------"); -RLOG(output); MIValue res; // parse result data @@ -579,8 +577,6 @@ MIValue Gdb_MI2::ReadGdb(bool wait) // debugger run/stop status -- all remaining asynchrnonous output is discarded MIValue Gdb_MI2::MICmd(const char *cmdLine) { -RLOG("\n-----------------------MICMD--------------------"); -RLOG(cmdLine); // sends command to debugger and get result data // should handle dbg unexpected termination ?