#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "filenames.h"
#include "backtrace.h"
#include "testlib.h"
Go to the source code of this file.
|
| const char * | base (const char *p) |
| |
| int | callback_one (void *vdata, uintptr_t pc ATTRIBUTE_UNUSED, const char *filename, int lineno, const char *function) |
| |
| void | callback_three (void *vdata, uintptr_t pc ATTRIBUTE_UNUSED, const char *symname, uintptr_t symval, uintptr_t symsize) |
| |
| int | callback_two (void *vdata, uintptr_t pc) |
| |
| void | check (const char *name, int index, const struct info *all, int want_lineno, const char *want_function, const char *want_file, int *failed) |
| |
| void | error_callback_create (void *data ATTRIBUTE_UNUSED, const char *msg, int errnum) |
| |
| void | error_callback_one (void *vdata, const char *msg, int errnum) |
| |
| void | error_callback_three (void *vdata, const char *msg, int errnum) |
| |
| void | error_callback_two (void *vdata, const char *msg, int errnum) |
| |
◆ base()
| const char * base |
( |
const char * |
p | ) |
|
◆ callback_one()
| int callback_one |
( |
void * |
vdata, |
|
|
uintptr_t pc |
ATTRIBUTE_UNUSED, |
|
|
const char * |
filename, |
|
|
int |
lineno, |
|
|
const char * |
function |
|
) |
| |
◆ callback_three()
| void callback_three |
( |
void * |
vdata, |
|
|
uintptr_t pc |
ATTRIBUTE_UNUSED, |
|
|
const char * |
symname, |
|
|
uintptr_t |
symval, |
|
|
uintptr_t |
symsize |
|
) |
| |
◆ callback_two()
| int callback_two |
( |
void * |
vdata, |
|
|
uintptr_t |
pc |
|
) |
| |
◆ check()
| void check |
( |
const char * |
name, |
|
|
int |
index, |
|
|
const struct info * |
all, |
|
|
int |
want_lineno, |
|
|
const char * |
want_function, |
|
|
const char * |
want_file, |
|
|
int * |
failed |
|
) |
| |
◆ error_callback_create()
| void error_callback_create |
( |
void *data |
ATTRIBUTE_UNUSED, |
|
|
const char * |
msg, |
|
|
int |
errnum |
|
) |
| |
◆ error_callback_one()
| void error_callback_one |
( |
void * |
vdata, |
|
|
const char * |
msg, |
|
|
int |
errnum |
|
) |
| |
◆ error_callback_three()
| void error_callback_three |
( |
void * |
vdata, |
|
|
const char * |
msg, |
|
|
int |
errnum |
|
) |
| |
◆ error_callback_two()
| void error_callback_two |
( |
void * |
vdata, |
|
|
const char * |
msg, |
|
|
int |
errnum |
|
) |
| |
◆ failures
◆ state