Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
28b0dcc4
Commit
28b0dcc4
authored
Feb 10, 2010
by
hjk
Browse files
debugger: increase accessible memory range in the trk adapter
needed after changing the default to "inaccessible"
parent
43265dd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/trkgdbadapter.cpp
View file @
28b0dcc4
...
...
@@ -1847,7 +1847,7 @@ void TrkGdbAdapter::handleCreateProcess(const TrkResult &result)
m_engine
->
postCommand
(
"set displaced-stepping on"
);
// No difference?
m_engine
->
postCommand
(
"set remotelogfile /tmp/gdb-remotelog"
);
m_engine
->
postCommand
(
"set mem inaccessible-by-default"
);
m_engine
->
postCommand
(
"mem 0x00400000 0x00
8
00000 cache"
);
m_engine
->
postCommand
(
"mem 0x00400000 0x
7
0000000 cache"
);
m_engine
->
postCommand
(
"mem 0x70000000 0x80000000 cache ro"
);
// FIXME: replace with stack-cache for newer gdb?
m_engine
->
postCommand
(
"set remotecache on"
);
// "info dcache" to check
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment