libexplain  1.4.D001
Functions
libexplain/buffer/ptrace_vm_entry.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_ptrace_vm_entry (explain_string_buffer_t *sb, const struct ptrace_vm_entry *data)

Function Documentation

void explain_buffer_ptrace_vm_entry ( explain_string_buffer_t sb,
const struct ptrace_vm_entry *  data 
)

The explain_buffer_ptrace_vm_entry function may be used to print a representation of a ptrace_vm_entry structure.

Parameters:
sbThe string buffer to print into.
dataThe ptrace_vm_entry structure to be printed.

Definition at line 31 of file ptrace_vm_entry.c.