mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* gdb.cp/overload.exp: Test that the filename portion of a linespec
can be quoted. Test that both the filename and function/line portions can be quoted at the same time.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2010-03-04 Keith Seitz <keiths@redhat.com>
|
||||||
|
|
||||||
|
* gdb.cp/overload.exp: Test that the filename portion of a linespec
|
||||||
|
can be quoted. Test that both the filename and function/line
|
||||||
|
portions can be quoted at the same time.
|
||||||
|
|
||||||
2010-03-04 Pedro Alves <pedro@codesourcery.com>
|
2010-03-04 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
|
* gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
|
||||||
|
@ -299,6 +299,8 @@ gdb_test "list ${srcfile}:intToChar" "int intToChar.*"
|
|||||||
gdb_test "list ${srcfile}:intToChar(char)" "int intToChar.*"
|
gdb_test "list ${srcfile}:intToChar(char)" "int intToChar.*"
|
||||||
gdb_test "list ${srcfile}:'intToChar(char)'" "int intToChar.*"
|
gdb_test "list ${srcfile}:'intToChar(char)'" "int intToChar.*"
|
||||||
gdb_test "list '${srcfile}:intToChar(char)'" "int intToChar.*"
|
gdb_test "list '${srcfile}:intToChar(char)'" "int intToChar.*"
|
||||||
|
gdb_test "list '${srcfile}':intToChar(char)" "int intToChar.*"
|
||||||
|
gdb_test "list '${srcfile}':'intToChar(char)'" "int intToChar.*"
|
||||||
|
|
||||||
# And with filename and namespace... which does not work.
|
# And with filename and namespace... which does not work.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user