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
c55a4753
Commit
c55a4753
authored
Jun 29, 2010
by
Friedemann Kleint
Browse files
Debugger[Trk]: Increase packet size XML replies
Reviewed-by: hjk Task-number: QTCREATORBUG-1563
parent
5337667c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/trkgdbadapter.cpp
View file @
c55a4753
...
...
@@ -837,8 +837,9 @@ void TrkGdbAdapter::handleGdbServerCommand(const QByteArray &cmd)
//$qSupported:multiprocess+#c6
//logMessage("Handling 'qSupported'");
sendGdbServerAck
();
// Increase buffer size for qXfer::libraries XML response
sendGdbServerMessage
(
"PacketSize=
7cf
;"
"PacketSize=
20000
;"
"QPassSignals+;"
"QStartNoAckMode+;"
"qXfer:libraries:read+;"
...
...
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