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:
Philippe Houdoin
2002-12-07 00:25:50 +00:00
parent c4df8d57df
commit a4d52d3edf
3 changed files with 76 additions and 21 deletions
+14
View File
@@ -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;
}