Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwin32-nat.c119 static DWORD main_thread_id; /* Thread ID of the main thread */ variable
1217 main_thread_id = current_event.dwThreadId; in fake_create_process()
1218 current_thread = child_add_thread (main_thread_id, in fake_create_process()
1220 return main_thread_id; in fake_create_process()
1281 if (current_event.dwThreadId != main_thread_id) in get_child_debug_event()
1301 if (main_thread_id) in get_child_debug_event()
1302 child_delete_thread (main_thread_id); in get_child_debug_event()
1303 main_thread_id = current_event.dwThreadId; in get_child_debug_event()
1305 th = child_add_thread (main_thread_id, in get_child_debug_event()
1320 retval = main_thread_id; in get_child_debug_event()
[all …]
Dwince.c163 static DWORD main_thread_id; /* Thread ID of the main thread */ variable
1414 main_thread_id = current_event.dwThreadId; in get_child_debug_event()
1415 inferior_ptid = pid_to_ptid (main_thread_id); in get_child_debug_event()
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dgdbremote_testcase.py1431 main_thread_id = int(context.get("stop_thread_id"), 16)
1479 step_count) = self.count_single_steps_until_true(main_thread_id,
1491 step_count) = self.count_single_steps_until_true(main_thread_id,
1526 step_count) = self.count_single_steps_until_true(main_thread_id,
1539 step_count) = self.count_single_steps_until_true(main_thread_id,