Files
binutils-gdb/gdb/python
Tom de Vries 67cf0bd885 [gdb/dap] Factor out thread_log
In thread_wrapper I used a style where a message is prefixed with the thread
name.

Factor this out into a new function thread_log.

Also treat the GDB main thread special, because it's usual name is MainThread:
...
MainThread: <msg>
...
which is the default name assigned by python, so instead use the more
explicit:
...
GDB main: <msg>
...

Tested on aarch64-linux.

Approved-By: Tom Tromey <tom@tromey.com>
2024-02-22 11:35:26 +01:00
..
2024-02-22 11:35:26 +01:00
2024-02-01 07:10:57 -07:00