|
int | strncmp_iw_with_mode (const char *string1, const char *string2, size_t string2_len, strncmp_iw_mode mode, enum language language, completion_match_for_lcd *match_for_lcd=NULL, bool ignore_template_params=false) |
|
int | strncmp_iw (const char *string1, const char *string2, size_t string2_len) |
|
int | strcmp_iw (const char *string1, const char *string2) |
|
int | strcmp_iw_ordered (const char *, const char *) |
|
void | reset_prompt_for_continue_wait_time (void) |
|
std::chrono::steady_clock::duration | get_prompt_for_continue_wait_time () |
|
int | parse_pid_to_attach (const char *args) |
|
int | parse_escape (struct gdbarch *, const char **) |
|
void | init_page_info (void) |
|
int | gdb_filename_fnmatch (const char *pattern, const char *string, int flags) |
|
void | substitute_path_component (char **stringp, const char *from, const char *to) |
|
std::string | ldirname (const char *filename) |
|
int | count_path_elements (const char *path) |
|
const char * | strip_leading_path_elements (const char *path, int n) |
|
int | query (const char *,...) ATTRIBUTE_PRINTF(1 |
|
int int | nquery (const char *,...) ATTRIBUTE_PRINTF(1 |
|
int int int | yquery (const char *,...) ATTRIBUTE_PRINTF(1 |
|
int int int void | begin_line (void) |
|
void | wrap_here (int) |
|
void | reinitialize_more_filter (void) |
|
int | get_chars_per_line () |
|
struct ui_file ** | current_ui_gdb_stdout_ptr (void) |
|
struct ui_file ** | current_ui_gdb_stdin_ptr (void) |
|
struct ui_file ** | current_ui_gdb_stderr_ptr (void) |
|
struct ui_file ** | current_ui_gdb_stdlog_ptr (void) |
|
void | gdb_flush (struct ui_file *stream) |
|
void | set_screen_width_and_height (int width, int height) |
|
void | gdb_puts (const char *, struct ui_file *) |
|
void | gdb_putc (int c, struct ui_file *) |
|
void | gdb_putc (int c) |
|
void | gdb_puts (const char *) |
|
void | puts_tabular (char *string, int width, int right) |
|
void | gdb_vprintf (const char *, va_list) ATTRIBUTE_PRINTF(1 |
|
void void | gdb_vprintf (struct ui_file *, const char *, va_list) ATTRIBUTE_PRINTF(2 |
|
void void void | gdb_printf (struct ui_file *, const char *,...) ATTRIBUTE_PRINTF(2 |
|
void void void void | gdb_printf (const char *,...) ATTRIBUTE_PRINTF(1 |
|
void void void void void | printf_unfiltered (const char *,...) ATTRIBUTE_PRINTF(1 |
|
void void void void void void | print_spaces (int, struct ui_file *) |
|
const char * | n_spaces (int) |
|
int | filtered_printing_initialized (void) |
|
void | fprintf_styled (struct ui_file *stream, const ui_file_style &style, const char *fmt,...) ATTRIBUTE_PRINTF(3 |
|
void void | fputs_styled (const char *linebuffer, const ui_file_style &style, struct ui_file *stream) |
|
void | fputs_highlighted (const char *str, const compiled_regex &highlight, struct ui_file *stream) |
|
const char * | paddress (struct gdbarch *gdbarch, CORE_ADDR addr) |
|
const char * | print_core_address (struct gdbarch *gdbarch, CORE_ADDR address) |
|
CORE_ADDR | string_to_core_addr (const char *my_string) |
|
void | fprintf_symbol (struct ui_file *, const char *, enum language, int) |
|
void | perror_warning_with_name (const char *string) |
|
void | warning_filename_and_errno (const char *filename, int saved_errno) |
|
void | demangler_vwarning (const char *file, int line, const char *, va_list ap) ATTRIBUTE_PRINTF(3 |
|
void void | demangler_warning (const char *file, int line, const char *,...) ATTRIBUTE_PRINTF(3 |
|
void void int | myread (int, char *, int) |
|
int | can_dump_core (enum resource_limit_kind limit_kind) |
|
void | warn_cant_dump_core (const char *reason) |
|
void | dump_core (void) |
|
void | copy_bitwise (gdb_byte *dest, ULONGEST dest_offset, const gdb_byte *source, ULONGEST source_offset, ULONGEST nbits, int bits_big_endian) |
|
template<typename T > |
void | assign_set_if_changed (T &lval, const T &val, bool &changed) |
|
template<typename T > |
bool | assign_return_if_changed (T &lval, const T &val) |
|