GDB (xrefs)
|
#include <string>
Go to the source code of this file.
Functions | |
void | connection_list_add (process_stratum_target *t) |
void | connection_list_remove (process_stratum_target *t) |
std::string | make_target_connection_string (process_stratum_target *t) |
void connection_list_add | ( | process_stratum_target * | t | ) |
Definition at line 39 of file target-connection.c.
References process_stratum_target::connection_number, highest_target_connection_num, and process_targets.
Referenced by target_stack::push().
void connection_list_remove | ( | process_stratum_target * | t | ) |
Definition at line 51 of file target-connection.c.
References process_stratum_target::connection_number, gdb::observers::connection_removed, and process_targets.
Referenced by target_ops_ref_policy::decref().
std::string make_target_connection_string | ( | process_stratum_target * | t | ) |
Definition at line 63 of file target-connection.c.
References process_stratum_target::connection_string(), and target_ops::shortname().
Referenced by check_multi_target_resumption(), connpy_repr(), print_connection(), switch_to_inferior_and_push_target(), and uiout_field_connection().