debugger: the stack range is not read-only...

This commit is contained in:
hjk
2010-02-04 16:39:00 +01:00
parent 33695b8155
commit c69e573c06

View File

@@ -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(),