HomeSort by: relevance | last modified time | path
    Searched defs:function_value (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-finishbreakpoint.c 52 PyObject *function_value; member in struct:finish_breakpoint_object
92 Py_XDECREF (self_bpfinish->function_value);
120 value_object_to_value (self_finishbp->function_value);
248 self_bpfinish->function_value = nullptr;
267 self_bpfinish->function_value
289 || self_bpfinish->function_value == nullptr)
293 Py_XDECREF (self_bpfinish->function_value);
296 self_bpfinish->function_value = nullptr;
  /src/external/gpl3/gdb/dist/gdb/python/
py-finishbreakpoint.c 52 PyObject *function_value; member in struct:finish_breakpoint_object
92 Py_XDECREF (self_bpfinish->function_value);
120 value_object_to_value (self_finishbp->function_value);
248 self_bpfinish->function_value = nullptr;
267 self_bpfinish->function_value
289 || self_bpfinish->function_value == nullptr)
293 Py_XDECREF (self_bpfinish->function_value);
296 self_bpfinish->function_value = nullptr;

Completed in 59 milliseconds