For debugging purposes, the boot loader is now able to load an additional
symbol table into memory and hand it over to the kernel. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7695 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,6 +18,10 @@ struct preloaded_image {
|
||||
addr_range dynamic_section;
|
||||
struct Elf32_Ehdr elf_header;
|
||||
|
||||
struct Elf32_Sym *debug_symbols;
|
||||
const char *debug_string_table;
|
||||
uint32 num_debug_symbols, debug_string_table_size;
|
||||
|
||||
image_id id;
|
||||
// the ID field will be filled out in the kernel
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user