forked from qt-creator/qt-creator
debugger: the stack range is not read-only...
This commit is contained in:
@@ -1856,7 +1856,7 @@ void TrkGdbAdapter::handleCreateProcess(const TrkResult &result)
|
||||
m_engine->postCommand("set displaced-stepping on"); // No difference?
|
||||
m_engine->postCommand("set mem inaccessible-by-default");
|
||||
m_engine->postCommand("mem 0x00400000 0x00800000 cache");
|
||||
m_engine->postCommand("mem 0x78000000 0x80000000 cache ro");
|
||||
m_engine->postCommand("mem 0x70000000 0x80000000 cache");
|
||||
// FIXME: replace with stack-cache for newer gdb?
|
||||
m_engine->postCommand("set remotecache on"); // "info dcache" to check
|
||||
m_engine->postCommand("target remote " + gdbServerName().toLatin1(),
|
||||
|
||||
Reference in New Issue
Block a user