Debug: how to enumerate all kernel objects
Hello, L4 Hackers! My question is: How to retrieve all kernel object list (threads, tasks, IRQs, Gates) in non-interactive way? Since Fiasco JDB stores the full list of objects, is there any l4_invoke_debugger call to retrieve object information from order number or ID? Best regards, Eugene.
Hi, On Thu Feb 07, 2013 at 16:56:15 +0400, Евгений Федотов wrote:
How to retrieve all kernel object list (threads, tasks, IRQs, Gates) in non-interactive way? Since Fiasco JDB stores the full list of objects, is there any l4_invoke_debugger call to retrieve object information from order number or ID?
There's no such functionality in jdb. Adam -- Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
participants (2)
-
Adam Lackorzynski -
Евгений Федотов