Home
last modified time | relevance | path

Searched refs:probe_info (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Damd64-stap-expressions.exp58 foreach probe_info $probe_names_and_values {
59 set name [lindex $probe_info 0]
60 set value [lindex $probe_info 1]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsolib-svr4.c116 struct probe_info struct
129 static const struct probe_info probe_info[] = argument
140 #define NUM_PROBES ARRAY_SIZE (probe_info)
2094 enum probe_action action = probe_info[i].action; in svr4_create_probe_breakpoints()
2100 solib_debug_printf ("name=%s, addr=%s", probe_info[i].name, in svr4_create_probe_breakpoints()
2127 const char *name = probe_info[i].name; in svr4_find_and_create_probe_breakpoints()
2167 if (probe_info[i].action == DO_NOTHING) in svr4_find_and_create_probe_breakpoints()
DChangeLog-20136581 (probe_info): New struct.
6582 (probe_info): New static variable.