L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
Debugging API

Debugging Interface. More...

+ Collaboration diagram for Debugging API:

Data Structures

class  L4Re::Debug_obj
 Debug interface. More...
 

Detailed Description

Debugging Interface.

The debugging interface can be provided to retrieve, or log debugging information for an object. Each class may realize the debug interface to provide debugging functionality. For example, the region map objects provide a facility to dump the currently established memory regions.

See also
L4::Debug_obj for more information.