#include <stdio.h>
#include <unistd.h>
#include <string>
#include "variable-entries.h"
#include "server.h"
#include <inttypes.h>
#include <map>
#include <set>
Go to the source code of this file.
◆ __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS |
◆ VariableSet
◆ add_variable_entry()
void add_variable_entry |
( |
void * |
addr, |
|
|
long |
size, |
|
|
const string * |
comment, |
|
|
bool |
isvisible |
|
) |
| |
◆ c_mode()
◆ dump_variable_entry()
static void dump_variable_entry |
( |
void * |
addr, |
|
|
long |
size, |
|
|
const char * |
comment |
|
) |
| |
|
static |
◆ dump_variables()
◆ new_variable_entry()
static void new_variable_entry |
( |
void * |
addr, |
|
|
long |
size, |
|
|
string * |
comment, |
|
|
bool |
isvisible |
|
) |
| |
|
static |
◆ num_variable_entries()
long num_variable_entries |
( |
void |
| ) |
|
◆ server_mode()
◆ variable_entries_reinit()
void variable_entries_reinit |
( |
void |
| ) |
|
◆ num_entries_total
long num_entries_total = 0 |
|
static |
◆ variable_entries