HomeSort by: relevance | last modified time | path
    Searched refs:thread_obj (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-infthread.c 41 gdbpy_ref<thread_object> thread_obj; local
47 thread_obj.reset (PyObject_New (thread_object, &thread_object_type));
48 if (thread_obj == NULL)
51 thread_obj->thread = tp;
52 thread_obj->inf_obj = (PyObject *) inf_obj.release ();
53 thread_obj->dict = PyDict_New ();
54 if (thread_obj->dict == nullptr)
57 return thread_obj;
76 thread_object *thread_obj = (thread_object *) self; local
78 THPY_REQUIRE_VALID (thread_obj);
94 thread_object *thread_obj = (thread_object *) self; local
118 thread_object *thread_obj = (thread_object *) self; local
160 thread_object *thread_obj = (thread_object *) self; local
174 thread_object *thread_obj = (thread_object *) self; local
189 thread_object *thread_obj = (thread_object *) self; local
201 thread_object *thread_obj = (thread_object *) self; local
224 thread_object *thread_obj = (thread_object *) self; local
238 thread_object *thread_obj = (thread_object *) self; local
260 thread_object *thread_obj = (thread_object *) self; local
276 thread_object *thread_obj = (thread_object *) self; local
292 thread_object *thread_obj = (thread_object *) self; local
309 thread_object *thread_obj = (thread_object *) self; local
322 thread_object *thread_obj = (thread_object *) self; local
352 thread_object *thread_obj = (thread_object *) self; local
    [all...]
py-inferior.c 344 gdbpy_ref<thread_object> thread_obj = create_thread_object (tp); local
345 if (thread_obj == NULL)
351 inf_obj = (inferior_object *) thread_obj->inf_obj;
354 (thread_map_t::value_type (tp, std::move (thread_obj)));
  /src/external/gpl3/gdb/dist/gdb/python/
py-infthread.c 41 gdbpy_ref<thread_object> thread_obj; local
47 thread_obj.reset (PyObject_New (thread_object, &thread_object_type));
48 if (thread_obj == NULL)
51 thread_obj->thread = tp;
52 thread_obj->inf_obj = (PyObject *) inf_obj.release ();
53 thread_obj->dict = PyDict_New ();
54 if (thread_obj->dict == nullptr)
57 return thread_obj;
76 thread_object *thread_obj = (thread_object *) self; local
78 THPY_REQUIRE_VALID (thread_obj);
94 thread_object *thread_obj = (thread_object *) self; local
118 thread_object *thread_obj = (thread_object *) self; local
160 thread_object *thread_obj = (thread_object *) self; local
174 thread_object *thread_obj = (thread_object *) self; local
189 thread_object *thread_obj = (thread_object *) self; local
201 thread_object *thread_obj = (thread_object *) self; local
224 thread_object *thread_obj = (thread_object *) self; local
238 thread_object *thread_obj = (thread_object *) self; local
260 thread_object *thread_obj = (thread_object *) self; local
276 thread_object *thread_obj = (thread_object *) self; local
292 thread_object *thread_obj = (thread_object *) self; local
309 thread_object *thread_obj = (thread_object *) self; local
322 thread_object *thread_obj = (thread_object *) self; local
352 thread_object *thread_obj = (thread_object *) self; local
    [all...]
py-inferior.c 344 gdbpy_ref<thread_object> thread_obj = create_thread_object (tp); local
345 if (thread_obj == NULL)
351 inf_obj = (inferior_object *) thread_obj->inf_obj;
354 (thread_map_t::value_type (tp, std::move (thread_obj)));

Completed in 57 milliseconds