libexplain
1.4.D001
|
#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) |
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.
sb | The string buffer to print into. |
data | The ptrace_vm_entry structure to be printed. |
Definition at line 31 of file ptrace_vm_entry.c.