|
GDB (API)
|
#include "gdb_vecs.h"Go to the source code of this file.
| typedef struct info_probe_column info_probe_column_s |
| typedef struct probe_ops* probe_ops_cp |
| int can_evaluate_probe_arguments | ( | struct probe * | probe | ) |
| struct value* evaluate_probe_argument | ( | struct probe * | probe, |
| unsigned | n | ||
| ) | [read] |
| struct probe* find_probe_by_pc | ( | CORE_ADDR | pc | ) | [read] |
| unsigned get_probe_argument_count | ( | struct probe * | probe | ) |
| struct cmd_list_element** info_probes_cmdlist_get | ( | void | ) | [read] |
| void info_probes_for_ops | ( | char * | arg, |
| int | from_tty, | ||
| const struct probe_ops * | pops | ||
| ) |
| struct symtabs_and_lines parse_probes | ( | char ** | argptr, |
| struct linespec_result * | canon | ||
| ) | [read] |
| int probe_is_linespec_by_keyword | ( | const char ** | linespecp, |
| const char *const * | keywords | ||
| ) |
| struct probe_ops* probe_linespec_to_ops | ( | const char ** | linespecp | ) | [read] |
| struct value* probe_safe_evaluate_at_pc | ( | struct frame_info * | frame, |
| unsigned | n | ||
| ) | [read] |
| void register_probe_ops | ( | struct probe * | probe | ) |
| VEC | ( | probe_ops_cp | ) |
| struct probe_ops probe_ops_any |
1.7.6.1