|
GDB (API)
|
#include "defs.h"#include "stap-probe.h"#include "probe.h"#include "vec.h"#include "ui-out.h"#include "objfiles.h"#include "arch-utils.h"#include "command.h"#include "gdbcmd.h"#include "filenames.h"#include "value.h"#include "exceptions.h"#include "ax.h"#include "ax-gdb.h"#include "complaints.h"#include "cli/cli-utils.h"#include "linespec.h"#include "user-regs.h"#include "parser-defs.h"#include "language.h"#include "elf-bfd.h"#include <ctype.h>Go to the source code of this file.
Defines | |
| #define | STAP_BASE_SECTION_NAME ".stapsdt.base" |
Typedefs | |
| typedef struct stap_probe_arg | stap_probe_arg_s |
Enumerations | |
| enum | stap_arg_bitness { STAP_ARG_BITNESS_UNDEFINED, STAP_ARG_BITNESS_32BIT_UNSIGNED, STAP_ARG_BITNESS_32BIT_SIGNED, STAP_ARG_BITNESS_64BIT_UNSIGNED, STAP_ARG_BITNESS_64BIT_SIGNED } |
| enum | stap_operand_prec { STAP_OPERAND_PREC_NONE = 0, STAP_OPERAND_PREC_LOGICAL_OR, STAP_OPERAND_PREC_LOGICAL_AND, STAP_OPERAND_PREC_ADD_CMP, STAP_OPERAND_PREC_BITWISE, STAP_OPERAND_PREC_MUL } |
Functions | |
| DEF_VEC_O (stap_probe_arg_s) | |
| void | _initialize_stap_probe (void) |
| #define STAP_BASE_SECTION_NAME ".stapsdt.base" |
Definition at line 47 of file stap-probe.c.
| typedef struct stap_probe_arg stap_probe_arg_s |
Definition at line 91 of file stap-probe.c.
| enum stap_arg_bitness |
| STAP_ARG_BITNESS_UNDEFINED | |
| STAP_ARG_BITNESS_32BIT_UNSIGNED | |
| STAP_ARG_BITNESS_32BIT_SIGNED | |
| STAP_ARG_BITNESS_64BIT_UNSIGNED | |
| STAP_ARG_BITNESS_64BIT_SIGNED |
Definition at line 68 of file stap-probe.c.
| enum stap_operand_prec |
| STAP_OPERAND_PREC_NONE | |
| STAP_OPERAND_PREC_LOGICAL_OR | |
| STAP_OPERAND_PREC_LOGICAL_AND | |
| STAP_OPERAND_PREC_ADD_CMP | |
| STAP_OPERAND_PREC_BITWISE | |
| STAP_OPERAND_PREC_MUL |
Definition at line 125 of file stap-probe.c.
| void _initialize_stap_probe | ( | void | ) |
1.7.6.1