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
Tobias Hunger
qt-creator
Commits
620fcd91
Commit
620fcd91
authored
Feb 11, 2010
by
hjk
Browse files
debugger: comment out remote log file
parent
dc006860
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/trkgdbadapter.cpp
View file @
620fcd91
...
...
@@ -1868,7 +1868,7 @@ void TrkGdbAdapter::handleCreateProcess(const TrkResult &result)
m_engine
->
postCommand
(
"set breakpoint auto-hw on"
);
m_engine
->
postCommand
(
"set trust-readonly-sections on"
);
// No difference?
m_engine
->
postCommand
(
"set displaced-stepping on"
);
// No difference?
m_engine
->
postCommand
(
"set remotelogfile /tmp/gdb-remotelog"
);
//
m_engine->postCommand("set remotelogfile /tmp/gdb-remotelog");
m_engine
->
postCommand
(
"set mem inaccessible-by-default"
);
m_engine
->
postCommand
(
"mem 0x00400000 0x70000000 cache"
);
m_engine
->
postCommand
(
"mem 0x70000000 0x80000000 cache ro"
);
...
...
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