GDB (API)
|
Go to the source code of this file.
Functions | |
int | find_and_open_source (const char *filename, const char *dirname, char **fullname) |
int | open_source_file (struct symtab *s) |
char * | rewrite_source_path (const char *path) |
const char * | symtab_to_fullname (struct symtab *s) |
const char * | symtab_to_filename_for_display (struct symtab *symtab) |
void | find_source_lines (struct symtab *s, int desc) |
int | get_first_line_listed (void) |
int | get_lines_to_list (void) |
struct symtab_and_line | get_current_source_symtab_and_line (void) |
void | set_default_source_symtab_and_line (void) |
struct symtab_and_line | set_current_source_symtab_and_line (const struct symtab_and_line *) |
void | clear_current_source_symtab_and_line (void) |
void | add_substitute_path_rule (char *, char *) |
void add_substitute_path_rule | ( | char * | , |
char * | |||
) |
void clear_current_source_symtab_and_line | ( | void | ) |
int find_and_open_source | ( | const char * | filename, |
const char * | dirname, | ||
char ** | fullname | ||
) |
void find_source_lines | ( | struct symtab * | s, |
int | desc | ||
) |
struct symtab_and_line get_current_source_symtab_and_line | ( | void | ) | [read] |
int get_first_line_listed | ( | void | ) |
int get_lines_to_list | ( | void | ) |
int open_source_file | ( | struct symtab * | s | ) |
char* rewrite_source_path | ( | const char * | path | ) |
struct symtab_and_line set_current_source_symtab_and_line | ( | const struct symtab_and_line * | ) | [read] |
void set_default_source_symtab_and_line | ( | void | ) |
const char* symtab_to_filename_for_display | ( | struct symtab * | symtab | ) |
const char* symtab_to_fullname | ( | struct symtab * | s | ) |