remake
4.3+dbg-1.5
|
Go to the source code of this file.
Data Structures | |
struct | lineo_array_s |
Typedefs | |
typedef struct lineo_array_s | lineno_array_t |
Enumerations | |
enum | f2l_entry_t { F2L_TARGET, F2L_PATTERN } |
Functions | |
bool | file2lines_init (void) |
file_t * | target_for_file_and_line (const char *psz_filename, unsigned int lineno, f2l_entry_t *entry_type) |
void | file2lines_dump (void) |
Variables | |
struct hash_table | file2lines |
typedef struct lineo_array_s lineno_array_t |
enum f2l_entry_t |
void file2lines_dump | ( | void | ) |
Referenced by dbg_cmd_info().
bool file2lines_init | ( | void | ) |
Initializes hash table file2lines. file2lines is used in breakpoints only. So we do this on demand.
file_t* target_for_file_and_line | ( | const char * | psz_filename, |
unsigned int | lineno, | ||
f2l_entry_t * | entry_type | ||
) |
struct hash_table file2lines |