Home
last modified time | relevance | path

Searched refs:tidstr (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread.c59 static void thread_command (char *tidstr, int from_tty);
627 thread_command (char *tidstr, int from_tty) in thread_command() argument
629 if (!tidstr) in thread_command()
641 gdb_thread_select (uiout, tidstr); in thread_command()
645 do_captured_thread_select (struct ui_out *uiout, void *tidstr) in do_captured_thread_select() argument
650 num = value_as_long (parse_and_eval (tidstr)); in do_captured_thread_select()
673 gdb_thread_select (struct ui_out *uiout, char *tidstr) in gdb_thread_select() argument
675 return catch_exceptions (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
H A Dgdb.h57 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread.c59 static void thread_command (char *tidstr, int from_tty);
627 thread_command (char *tidstr, int from_tty) in thread_command() argument
629 if (!tidstr) in thread_command()
641 gdb_thread_select (uiout, tidstr); in thread_command()
645 do_captured_thread_select (struct ui_out *uiout, void *tidstr) in do_captured_thread_select() argument
650 num = value_as_long (parse_and_eval (tidstr)); in do_captured_thread_select()
673 gdb_thread_select (struct ui_out *uiout, char *tidstr) in gdb_thread_select() argument
675 return catch_exceptions (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
H A Dgdb.h57 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
137 substrs=[tidstr])
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dthread.c60 static void thread_command (char *tidstr, int from_tty);
1269 thread_command (char *tidstr, int from_tty) in thread_command() argument
1271 if (!tidstr) in thread_command()
1292 gdb_thread_select (uiout, tidstr, NULL); in thread_command()
1379 do_captured_thread_select (struct ui_out *uiout, void *tidstr) in do_captured_thread_select() argument
1384 num = value_as_long (parse_and_eval (tidstr)); in do_captured_thread_select()
1422 gdb_thread_select (struct ui_out *uiout, char *tidstr, char **error_message) in gdb_thread_select() argument
1424 if (catch_exceptions_with_msg (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
H A Dgdb.h52 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr,
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dthread.c60 static void thread_command (char *tidstr, int from_tty);
1270 thread_command (char *tidstr, int from_tty) in thread_command() argument
1272 if (!tidstr) in thread_command()
1293 gdb_thread_select (current_uiout, tidstr, NULL); in thread_command()
1379 do_captured_thread_select (struct ui_out *uiout, void *tidstr) in do_captured_thread_select() argument
1384 num = value_as_long (parse_and_eval (tidstr)); in do_captured_thread_select()
1422 gdb_thread_select (struct ui_out *uiout, char *tidstr, char **error_message) in gdb_thread_select() argument
1424 if (catch_exceptions_with_msg (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
H A Dgdb.h51 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr,
/dports/databases/zodb/ZODB-5.6.0/src/ZODB/scripts/
H A Dmigrate.py307 tidstr = str(TimeStamp(tid))
310 tidstr = utils.U64(tid)
312 print(format % (skipper, tidstr, objects, size,
/dports/devel/gdb/gdb-11.1/gdb/
H A Dtid-parse.c54 parse_thread_id (const char *tidstr, const char **end) in parse_thread_id() argument
56 const char *number = tidstr; in parse_thread_id()
H A Dtid-parse.h37 struct thread_info *parse_thread_id (const char *tidstr, const char **end);
H A Dgdbthread.h636 extern void thread_command (const char *tidstr, int from_tty);
806 extern void thread_select (const char *tidstr, class thread_info *thr);
H A Dthread.c1812 thread_command (const char *tidstr, int from_tty) in thread_command() argument
1814 if (tidstr == NULL) in thread_command()
1839 thread_select (tidstr, parse_thread_id (tidstr, NULL)); in thread_command()
1947 thread_select (const char *tidstr, thread_info *tp) in thread_select() argument
1950 error (_("Thread ID %s has terminated."), tidstr); in thread_select()
/dports/databases/db18/db-18.1.40/src/mutex/
H A Dmut_alloc.c287 char tidstr[DB_THREADID_STRLEN], failmsg[DB_FAILURE_SYMPTOM_SIZE]; local
295 (void)dbenv->thread_id_string(dbenv, mutexp->pid, mutexp->tid, tidstr);
298 "Mutex died: %s owned %s", "%s %s"), tidstr, info.desc);
/dports/databases/db18/db-18.1.40/src/common/
H A Ddb_err.c1297 char tidstr[DB_THREADID_STRLEN], failmsg[DB_FAILURE_SYMPTOM_SIZE]; local
1300 (void)dbenv->thread_id_string(dbenv, pid, tid, tidstr);
1303 "Thread/process %s failed: %s", "%s %s"), tidstr, msg);

12