mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
Kernel+LibELF: Store termination signal in coredump ProcessInfo
This commit is contained in:
parent
b5437216e2
commit
0571a17f57
3 changed files with 4 additions and 0 deletions
|
@ -449,6 +449,8 @@ public:
|
|||
void terminate_due_to_signal(u8 signal);
|
||||
KResult send_signal(u8 signal, Process* sender);
|
||||
|
||||
u8 termination_signal() const { return m_termination_signal; }
|
||||
|
||||
u16 thread_count() const
|
||||
{
|
||||
return m_thread_count.load(AK::MemoryOrder::memory_order_relaxed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue