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:
Axel Dörfler
2004-05-31 20:30:20 +00:00
parent 499683d565
commit fa1ddc4f0e
2 changed files with 114 additions and 2 deletions
+4
View File
@@ -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
};