forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user