GDB (xrefs)
|
#include "cli/cli-utils.h"
Go to the source code of this file.
Classes | |
class | tid_range_parser |
Functions | |
void ATTRIBUTE_NORETURN | invalid_thread_id_error (const char *string) |
struct thread_info * | parse_thread_id (const char *tidstr, const char **end) |
int | tid_is_in_list (const char *list, int default_inferior, int inf_num, int thr_num) |
void ATTRIBUTE_NORETURN invalid_thread_id_error | ( | const char * | string | ) |
Definition at line 29 of file tid-parse.c.
Referenced by parse_thread_id(), thread_apply_command(), tid_is_in_list(), and watch_command_1().
struct thread_info * parse_thread_id | ( | const char * | tidstr, |
const char ** | end | ||
) |
Definition at line 54 of file tid-parse.c.
References current_inferior(), find_inferior_id(), get_positive_number_trailer(), invalid_thread_id_error(), show_inferior_qualified_tids(), and inf::threads.
Referenced by find_condition_and_thread(), set_sig_thread_cmd(), thread_command(), and watch_command_1().
int tid_is_in_list | ( | const char * | list, |
int | default_inferior, | ||
int | inf_num, | ||
int | thr_num | ||
) |
Definition at line 319 of file tid-parse.c.
References tid_range_parser::cur_tok(), tid_range_parser::finished(), tid_range_parser::get_tid_range(), and invalid_thread_id_error().
Referenced by should_print_thread().