GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
target-connection.c File Reference
#include "defs.h"
#include "target-connection.h"
#include <map>
#include "inferior.h"
#include "target.h"
#include "observable.h"

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)
 
static void print_connection (struct ui_out *uiout, const char *requested_connections)
 
static void info_connections_command (const char *args, int from_tty)
 
void _initialize_target_connection ()
 

Variables

static std::map< int, process_stratum_target * > process_targets
 
static int highest_target_connection_num
 

Function Documentation

◆ _initialize_target_connection()

void _initialize_target_connection ( )

Definition at line 156 of file target-connection.c.

Referenced by initialize_all_files().

◆ connection_list_add()

void connection_list_add ( process_stratum_target * t)

◆ connection_list_remove()

void connection_list_remove ( process_stratum_target * t)

◆ info_connections_command()

static void info_connections_command ( const char * args,
int from_tty )
static

Definition at line 148 of file target-connection.c.

References current_uiout, and print_connection().

◆ make_target_connection_string()

std::string make_target_connection_string ( process_stratum_target * t)

◆ print_connection()

static void print_connection ( struct ui_out * uiout,
const char * requested_connections )
static

Variable Documentation

◆ highest_target_connection_num

int highest_target_connection_num
static

Definition at line 34 of file target-connection.c.

Referenced by connection_list_add().

◆ process_targets

std::map<int, process_stratum_target *> process_targets
static