Searched refs:filesystem_is_local (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-nat.h104 bool filesystem_is_local () override;
H A Dtarget-delegates.c116 bool filesystem_is_local () override;
287 bool filesystem_is_local () override;
2956 target_ops::filesystem_is_local () function in class:target_ops
2958 return this->beneath ()->filesystem_is_local ();
2962 dummy_target::filesystem_is_local () function in class:dummy_target
2968 debug_target::filesystem_is_local () function in class:debug_target
2971 fprintf_unfiltered (gdb_stdlog, "-> %s->filesystem_is_local (...)\n", this->beneath ()->shortname ());
2972 result = this->beneath ()->filesystem_is_local ();
2973 fprintf_unfiltered (gdb_stdlog, "<- %s->filesystem_is_local (", this->beneath ()->shortname ());
H A Dtarget.h917 virtual bool filesystem_is_local ()
2160 current_top_target ()->filesystem_is_local ()
H A Dlinux-nat.c4247 linux_nat_target::filesystem_is_local ()
4241 linux_nat_target::filesystem_is_local () function in class:linux_nat_target
H A Dremote.c562 bool filesystem_is_local () override;
12360 remote_target::filesystem_is_local ()
12345 remote_target::filesystem_is_local () function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.h100 bool filesystem_is_local () override;
H A Dtarget-delegates.c136 bool filesystem_is_local () override;
310 bool filesystem_is_local () override;
2990 target_ops::filesystem_is_local () function in class:target_ops
2992 return this->beneath ()->filesystem_is_local ();
2996 dummy_target::filesystem_is_local () function in class:dummy_target
3002 debug_target::filesystem_is_local () function in class:debug_target
3005 gdb_printf (gdb_stdlog, "-> %s->filesystem_is_local (...)\n", this->beneath ()->shortname ());
3006 result = this->beneath ()->filesystem_is_local ();
3007 gdb_printf (gdb_stdlog, "<- %s->filesystem_is_local (", this->beneath ()->shortname ());
H A Dtarget.h946 virtual bool filesystem_is_local ()
H A Dtarget.c611 return current_inferior ()->top_target ()->filesystem_is_local ();
H A Dlinux-nat.c4343 linux_nat_target::filesystem_is_local ()
4337 linux_nat_target::filesystem_is_local () function in class:linux_nat_target
H A Dremote.c558 bool filesystem_is_local () override;
12675 remote_target::filesystem_is_local ()

Completed in 576 milliseconds