| 45e1ec9e | 06-Aug-2020 |
Dimitry Andric <[email protected]> |
Reapply r351662 (by emaste):
lldb: shorten thread names to make logs easier to follow
lldb prepends the thread name to log entries, and the existing thread name for the FreeBSD ProcessMonitor threa
Reapply r351662 (by emaste):
lldb: shorten thread names to make logs easier to follow
lldb prepends the thread name to log entries, and the existing thread name for the FreeBSD ProcessMonitor thread was longer than the kernel's supported thread name length, and so was truncated. This made logs hard to read, as the truncated thread name ran into the log message. Shorten "lldb.process.freebsd.operation" to just "freebsd.op" so that logs are more readable.
(Upstreaming to lldb still to be done).
show more ...
|
| 16578698 | 06-Aug-2020 |
Dimitry Andric <[email protected]> |
Reapply r332965 (by emaste):
lldb: remove assertion that target_arch is FreeBSD
The target is not necessarily a FreeBSD binary - for example, it may be a Linux binary running under the linuxulator.
Reapply r332965 (by emaste):
lldb: remove assertion that target_arch is FreeBSD
The target is not necessarily a FreeBSD binary - for example, it may be a Linux binary running under the linuxulator. Basic ptrace (live) debugging already worked in this case, except for the assertion.
Sponsored by: Turing Robotic Industries Inc.
show more ...
|