| OpenOCD
    | 

Go to the source code of this file.
| Macros | |
| #define | DEPRECATED_MSG "DEPRECATED: This method is deprecated in favor of the hwthread pseudo RTOS" | 
| Functions | |
| COMMAND_HANDLER (default_handle_smp_command) | |
| COMMAND_HANDLER (handle_smp_gdb_command) | |
| 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 DEPRECATED_MSG "DEPRECATED: This method is deprecated in favor of the hwthread pseudo RTOS" | 
| COMMAND_HANDLER | ( | default_handle_smp_command | ) | 
Definition at line 97 of file smp.c.
References CMD, CMD_ARGC, CMD_ARGV, CMD_CTX, command_print(), ERROR_COMMAND_SYNTAX_ERROR, ERROR_OK, foreach_smp_target, target::gdb_service, get_current_target(), list_empty(), target::smp, target::smp_targets, target, gdb_service::target, and target_list::target.
| COMMAND_HANDLER | ( | handle_smp_gdb_command | ) | 
Definition at line 131 of file smp.c.
References CMD, CMD_ARGC, CMD_ARGV, CMD_CTX, COMMAND_PARSE_NUMBER, command_print(), gdb_service::core, target::coreid, DEPRECATED_MSG, ERROR_OK, target::gdb_service, get_current_target(), list_empty(), LOG_WARNING, and target::smp_targets.
| 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().
| const struct command_registration smp_command_handlers[] |