#include <glib.h>
#include "common.h"
#include "target_api.h"
#include "probe_api.h"
Go to the source code of this file.
|
struct probe * | probe_cfi (struct target *target, tid_t tid, cfi_mode_t mode, cfi_flags_t flags, struct array_list *root_functions, struct array_list *root_addrs, probe_handler_t pre_handler, probe_handler_t post_handler, void *handler_data) |
|
char * | cfi_thread_backtrace (struct cfi_data *cfi, struct cfi_thread_status *cts, char *sep) |
|
Enumerator |
---|
CFI_NONE |
|
CFI_NOAUTOFOLLOW |
|
CFI_SINGLESTEP_UNKNOWN |
|
CFI_FIXUP |
|
Definition at line 78 of file cfi.h.
Enumerator |
---|
CFI_DYNAMIC |
|
CFI_STATIC |
|
Definition at line 44 of file cfi.h.