debugger: work on locating debuginfo

Change-Id: I49b9375af757117d46ba68301b3f5b241b2f1766
Reviewed-on: http://codereview.qt-project.org/5815
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-09-29 18:53:16 +02:00
committed by hjk
parent 950cbe8597
commit 8482269186
4 changed files with 9 additions and 26 deletions

View File

@@ -198,10 +198,10 @@ void RemoteGdbServerAdapter::setupInferior()
// "run"/"attach", I think..
// ~"/build/buildd/gdb-7.2/gdb/mi/mi-main.c:1958: internal-error:
// gdb/mi/mi-main.c:1958: internal-error:
// mi_execute_async_cli_command: Assertion `is_running (inferior_ptid)'
// failed.\nA problem internal to GDB has been detected,[...]
//m_engine->postCommand("set target-async on", CB(handleSetTargetAsync));
m_engine->postCommand("set target-async on", CB(handleSetTargetAsync));
if (fileName.isEmpty()) {
showMessage(tr("No symbol file given."), StatusBar);