Add missing headers/os/drivers/KernelExport.h functions here and there.
Some int -> cpu_state cleanup on the way, and implement the B_KDEBUG_CONT and B_KDEBUG_QUIT features in our kernel debugger. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2173 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -193,3 +193,17 @@ error:
|
||||
return id;
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
load_driver_symbols(const char * driver_name)
|
||||
{
|
||||
// phoudoin: currently, elf_load_kspace() keep in memory symbols list with
|
||||
// the image info, and the KDL back trace utility use it.
|
||||
// So we don't have anything more to do here.
|
||||
// TODO: However, in the future, as we may have image symbols list
|
||||
// not loaded anymore in memory, we should do something here then!!!
|
||||
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user