GDB (xrefs)
|
#include "probe.h"
Public Member Functions | |
bound_probe () | |
bound_probe (probe *probe_, struct objfile *objfile_) | |
Public Attributes | |
probe * | prob = NULL |
struct objfile * | objfile = NULL |
struct objfile* bound_probe::objfile = NULL |
Definition at line 258 of file probe.h.
Referenced by code_breakpoint::add_location(), collect_probes(), compare_probes(), find_probe_by_pc(), code_breakpoint::insert_location(), and code_breakpoint::remove_location().
probe* bound_probe::prob = NULL |
Definition at line 255 of file probe.h.
Referenced by code_breakpoint::add_location(), compare_probes(), compile_probe_arg(), compute_probe_arg(), fetch_probe_arguments(), find_probe_by_pc(), code_breakpoint::insert_location(), and code_breakpoint::remove_location().