]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Handle Windows drives in rbreak paths
authorHannes Domani <ssbssa@yahoo.de>
Wed, 13 May 2020 10:38:54 +0000 (12:38 +0200)
committerHannes Domani <ssbssa@yahoo.de>
Sun, 14 Jun 2020 15:38:23 +0000 (17:38 +0200)
commit2c074f49026acbe0597e0d2d2f7385195dcac565
tree9745845e45c8fb388253e5cc605533cb1e6fdcb9
parentefe30057d2fcf875e39efbe6cc2a6271decbbd2e
Handle Windows drives in rbreak paths

Fixes this testsuite fail on Windows:
FAIL: gdb.base/fullpath-expand.exp: rbreak XXX/fullpath-expand-func.c:func

If the found colon is actually part of a Windows drive, look for another.

gdb/ChangeLog:

2020-06-14  Hannes Domani  <ssbssa@yahoo.de>

* symtab.c (rbreak_command): Ignore Windows drive colon.
gdb/ChangeLog
gdb/symtab.c