CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
BlackBoxEnt Struct Reference

#include <blackbox.h>

Data Fields

uint16 prev
 Offset to previous entry (0 if first)
 
uint16 next
 Offset to next entry (0 if last)
 
uint8 flags
 Flags from BLACKBOX_FLAGS enum.
 
uint8 namelen
 Length of name including null terminator.
 
uint16 vallen
 Length of value including null terminator.
 
char name [1]
 Variable-length name string (null-terminated)
 

Detailed Description

Black box entry structure for offline parsing

Internal structure used to parse black box contents from crash dumps. Entries are stored as a doubly-linked list with variable-length name and value.

Definition at line 54 of file blackbox.h.


The documentation for this struct was generated from the following file: