Home
last modified time | relevance | path

Searched refs:additional_text (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dgdbserver-support.exp50 proc gdb_target_cmd_ext { targetname serialport {additional_text ""} } { argument
74 -re "Remote MIPS debugging.*$additional_text.*$gdb_prompt" {
79 -re "Remote debugging using .*$serialport_re.*$additional_text.*$gdb_prompt $" {
84 -re "Remote debugging using stdio.*$additional_text.*$gdb_prompt $" {
89 -re "Remote target $targetname connected to.*$additional_text.*$gdb_prompt $" {
94 -re "Connected to.*$additional_text.*$gdb_prompt $" {
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmips-tdep.c1187 const char *additional_text = ""; in show_mask_address() local
1192 additional_text = _(" (current architecture is not MIPS)"); in show_mask_address()
1199 additional_text = _(" (currently \"on\")"); in show_mask_address()
1201 additional_text = _(" (currently \"off\")"); in show_mask_address()
1206 value, additional_text); in show_mask_address()