Searched refs:func_symbol (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-finishbreakpoint.c47 PyObject *func_symbol; member in struct:finish_breakpoint_object
87 Py_XDECREF (self_bpfinish->func_symbol);
106 if (self_finishbp->func_symbol == nullptr)
111 struct symbol *func_symbol = local
112 symbol_object_to_symbol (self_finishbp->func_symbol);
116 get_return_value (func_symbol, function);
241 self_bpfinish->func_symbol = nullptr;
263 self_bpfinish->func_symbol
276 if (self_bpfinish->func_symbol == nullptr
280 Py_XDECREF (self_bpfinish->func_symbol);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinferior.h249 extern struct value *get_return_value (struct symbol *func_symbol,
H A Dinfcmd.c1479 get_return_value (struct symbol *func_symbol, struct value *function)
1486 = check_typedef (func_symbol->type ()->target_type ());
1493 func_symbol->print_name ());
1474 get_return_value(struct symbol *func_symbol, struct value *function) argument

Completed in 250 milliseconds