Home
last modified time | relevance | path

Searched refs:connection_type (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-connection-removed.exp53 set connection_type "extended-remote"
55 set connection_type "remote"
58 set connection_type "native"
70 if { $connection_type == "remote" } {
86 if { $connection_type == "remote" } {
90 "Connection 1 \\(${connection_type}\\) removed"
Dpy-connection.exp36 set connection_type "RemoteTargetConnection"
38 set connection_type "TargetConnection"
45 "<gdb.${connection_type} num=1, what=\"\[^\"\]+\">" \
46 "print gdb.${connection_type} while it is still valid"
61 gdb_test "python print(conn)" "<gdb.${connection_type} \\(invalid\\)>" \
62 "print gdb.${connection_type} now its invalid"
/netbsd/src/sys/dev/pci/
Dif_ixlvar.h284 uint8_t connection_type; member
Dif_ixl.c4319 elm->connection_type, in ixl_get_switch_config()