Searched refs:add_thread_object (Results 1 – 7 of 7) sorted by relevance
335 add_thread_object (struct thread_info *tp) in add_thread_object() function1019 gdb::observers::new_thread.attach (add_thread_object, "py-inferior"); in gdbpy_initialize_inferior()
7730 * python/py-inferior.c (add_thread_object): Don't use thread_obj7895 (add_thread_object): Use new.
8026 (add_thread_object): Emit new_thread event.18222 (python_inferior_exit, python_new_objfile, add_thread_object)
5017 * python/py-inferior.c (add_thread_object): Likewise.
7277 (python_inferior_exit, python_new_objfile, add_thread_object)
5281 (python_inferior_deleted, add_thread_object): Use
149812 Commit 72ee03ff58 fixed a use-after-move bug in add_thread_object, but