debugger: don't issue "set print static-members off"

Does not seem to work in an MI context and is not used by the python script.
This commit is contained in:
hjk
2010-12-21 11:54:15 +01:00
parent a71050b63f
commit 6ddee48081

View File

@@ -4129,7 +4129,7 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &gdb, const QStr
postCommand("show version", CB(handleShowVersion)); postCommand("show version", CB(handleShowVersion));
//postCommand("-enable-timings"); //postCommand("-enable-timings");
postCommand("set print static-members off"); // Seemingly doesn't work. //postCommand("set print static-members off"); // Seemingly doesn't work.
//postCommand("set debug infrun 1"); //postCommand("set debug infrun 1");
//postCommand("define hook-stop\n-thread-list-ids\n-stack-list-frames\nend"); //postCommand("define hook-stop\n-thread-list-ids\n-stack-list-frames\nend");
//postCommand("define hook-stop\nprint 4\nend"); //postCommand("define hook-stop\nprint 4\nend");