![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Debugger related functions. More...
Go to the source code of this file.
Functions | |
l4_msgtag_t | l4_debugger_query_obj_infos (l4_cap_idx_t cap, l4_addr_t ku_mem_addr, l4_size_t ku_mem_size, l4_umword_t skip, l4_umword_t *result_cnt, l4_umword_t *result_all) L4_NOTHROW |
Retrieve information from the kernel about all objects in the mapping database and write data to the passed KU memory. | |
|
inline |
Retrieve information from the kernel about all objects in the mapping database and write data to the passed KU memory.
cap | Capability of the debugger object. | |
ku_mem_addr | Address of the KU memory for writing the information. | |
ku_mem_size | Size of the KU memory to writing the information. | |
skip | Number of objects to skip. | |
[out] | result_cnt | Number of objects in the mapping database. |
[out] | result_all | Number of objects written to the KU memory. |
skip
parameter accordingly.Definition at line 176 of file obj_info.h.
References l4_utcb().