forked from qt-creator/qt-creator
baremetal: add openocd pipelining support
Change-Id: Idcfdd42f741319f81cc378687451693facdb955f Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -251,7 +251,8 @@ void GdbRemoteServerEngine::callTargetRemote()
|
||||
|
||||
// Don't touch channels with explicitly set protocols.
|
||||
if (!channel.startsWith("tcp:") && !channel.startsWith("udp:")
|
||||
&& !channel.startsWith("file:") && channel.contains(':'))
|
||||
&& !channel.startsWith("file:") && channel.contains(':')
|
||||
&& !channel.startsWith('|'))
|
||||
{
|
||||
// "Fix" the IPv6 case with host names without '['...']'
|
||||
if (!channel.startsWith('[') && channel.count(':') >= 2) {
|
||||
|
||||
Reference in New Issue
Block a user