|
Public Types |
enum | { Max_tasks = L4_uid::Max_tasks < 2048 ? L4_uid::Max_tasks : 2048
} |
Static Public Member Functions |
static void | init (void *mem, Mword pages) |
static Jdb_symbol_info * | lookup (Task_num task) |
static Address | match_symbol_to_addr (const char *symbol, bool search_instr, Task_num task) |
static bool | complete_symbol (char *symbol, unsigned size, Task_num task) |
static const char * | match_addr_to_symbol (Address addr, Task_num task) |
static bool | match_addr_to_symbol_fuzzy (Address *addr_ptr, Task_num task, char *t_symbol, int s_symbol) |
Static Private Member Functions |
static const char * | match_symbol (const char *symbol, bool search_instr, Task_num task) |
Static Private Attributes |
static Jdb_symbol_info * | _task_symbols |