#include <stdio.h>
#include <unistd.h>
#include <string>
#include "code-ranges.h"
#include "function-entries.h"
#include "process-ranges.h"
#include "intervals.h"
#include "server.h"
#include <inttypes.h>
#include <map>
#include <set>
Go to the source code of this file.
|
static void | new_function_entry (void *addr, string *comment, bool isvisible, int call_count) |
|
static void | dump_function_entry (void *addr, const char *comment) |
|
void | function_entries_reinit (void) |
|
void | exclude_function_entry (void *addr) |
|
void | dump_reachable_functions () |
|
void | add_stripped_function_entry (void *addr, int call_count) |
|
bool | query_function_entry (void *addr) |
|
void | add_function_entry (void *addr, const string *comment, bool isvisible, int call_count) |
|
void | entries_in_range (void *start, void *end, vector< void *> &result) |
|
bool | contains_function_entry (void *address) |
|
long | num_function_entries (void) |
|
int | is_possible_fn (void *addr) |
|
int | inside_protected_range (void *addr) |
|
void | add_protected_range (void *start, void *end) |
|
◆ __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS |
◆ ExcludedFunctionSet
◆ FunctionSet
◆ add_function_entry()
void add_function_entry |
( |
void * |
addr, |
|
|
const string * |
comment, |
|
|
bool |
isvisible, |
|
|
int |
call_count |
|
) |
| |
◆ add_protected_range()
void add_protected_range |
( |
void * |
start, |
|
|
void * |
end |
|
) |
| |
◆ add_stripped_function_entry()
void add_stripped_function_entry |
( |
void * |
addr, |
|
|
int |
call_count |
|
) |
| |
◆ contains_function_entry()
bool contains_function_entry |
( |
void * |
address | ) |
|
◆ dump_function_entry()
static void dump_function_entry |
( |
void * |
addr, |
|
|
const char * |
comment |
|
) |
| |
|
static |
◆ dump_reachable_functions()
void dump_reachable_functions |
( |
| ) |
|
◆ entries_in_range()
void entries_in_range |
( |
void * |
start, |
|
|
void * |
end, |
|
|
vector< void *> & |
result |
|
) |
| |
◆ exclude_function_entry()
void exclude_function_entry |
( |
void * |
addr | ) |
|
◆ function_entries_reinit()
void function_entries_reinit |
( |
void |
| ) |
|
◆ inside_protected_range()
int inside_protected_range |
( |
void * |
addr | ) |
|
◆ is_possible_fn()
int is_possible_fn |
( |
void * |
addr | ) |
|
◆ new_function_entry()
static void new_function_entry |
( |
void * |
addr, |
|
|
string * |
comment, |
|
|
bool |
isvisible, |
|
|
int |
call_count |
|
) |
| |
|
static |
◆ num_function_entries()
long num_function_entries |
( |
void |
| ) |
|
◆ query_function_entry()
bool query_function_entry |
( |
void * |
addr | ) |
|
◆ cbranges
◆ excluded_function_entries
◆ function_entries
◆ num_entries_total
long num_entries_total = 0 |
|
static |