OpenOCD
|
Go to the source code of this file.
Macros | |
#define | foreach_smp_target(pos, head) list_for_each_entry(pos, head, lh) |
#define | foreach_smp_target_direction(forward, pos, head) list_for_each_entry_direction(forward, pos, head, lh) |
Functions | |
int | gdb_read_smp_packet (struct connection *connection, char const *packet, int packet_size) |
int | gdb_write_smp_packet (struct connection *connection, char const *packet, int packet_size) |
Variables | |
const struct command_registration | smp_command_handlers [] |
#define foreach_smp_target | ( | pos, | |
head | |||
) | list_for_each_entry(pos, head, lh) |
#define foreach_smp_target_direction | ( | forward, | |
pos, | |||
head | |||
) | list_for_each_entry_direction(forward, pos, head, lh) |
int gdb_read_smp_packet | ( | struct connection * | connection, |
char const * | packet, | ||
int | packet_size | ||
) |
Definition at line 48 of file smp.c.
References buf_set_u32(), buffer, gdb_service::core, DEPRECATED_MSG, ERROR_OK, gdb_put_packet(), target::gdb_service, get_target_from_connection(), hexify(), LOG_WARNING, and target::smp.
Referenced by gdb_input_inner().
int gdb_write_smp_packet | ( | struct connection * | connection, |
char const * | packet, | ||
int | packet_size | ||
) |
Definition at line 73 of file smp.c.
References gdb_service::core, target::coreid, DEPRECATED_MSG, ERROR_OK, gdb_put_packet(), target::gdb_service, get_target_from_connection(), LOG_WARNING, and target::smp.
Referenced by gdb_input_inner().
|
extern |