GDB (API)
Public Member Functions | Public Attributes
sym_probe_fns Struct Reference

#include "symfile.h"

List of all members.

Public Member Functions

 VEC (probe_p)*(*sym_get_probes)(struct objfile *)

Public Attributes

unsigned(* sym_get_probe_argument_count )(struct probe *probe)
int(* can_evaluate_probe_arguments )(struct probe *probe)
struct value *(* sym_evaluate_probe_argument )(struct probe *probe, unsigned n)
void(* sym_compile_to_ax )(struct probe *probe, struct agent_expr *expr, struct axs_value *value, unsigned n)
void(* sym_relocate_probe )(struct objfile *objfile, const struct section_offsets *new_offsets, const struct section_offsets *delta)

Detailed Description

Definition at line 300 of file symfile.h.


Member Function Documentation


Member Data Documentation

Definition at line 320 of file symfile.h.

void(* sym_probe_fns::sym_compile_to_ax)(struct probe *probe, struct agent_expr *expr, struct axs_value *value, unsigned n)

Definition at line 337 of file symfile.h.

struct value*(* sym_probe_fns::sym_evaluate_probe_argument)(struct probe *probe, unsigned n) [read]

Definition at line 329 of file symfile.h.

Definition at line 312 of file symfile.h.

void(* sym_probe_fns::sym_relocate_probe)(struct objfile *objfile, const struct section_offsets *new_offsets, const struct section_offsets *delta)

Definition at line 343 of file symfile.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines