mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 10:47:14 +01:00
9631ca7349
Add a field to `debug_[team/thread]_deleted` to report the exit status on the corresponding events. This is useful for debuggers like GDB expecting a return value when one of their inferiors quit. Also add a `usage` field to `debug_team_deleted` since this is another potentially useful piece of information exposed by the `waitpid` family of syscalls. Change-Id: Ieff7c31f56b1b9f8f709725d19050273b21f2504 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7736 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com>