docs: add info on why eip and esp are zeroed out

This commit is contained in:
Eduardo Damato 2022-08-26 08:05:02 -03:00
parent 20c328bdcc
commit 3fa04fa947

View File

@ -1258,11 +1258,13 @@ otherwise. (alias
T}
eip EIP T{
instruction pointer.
instruction pointer. As of kernel 4.9.xx will be zeroed out unless task is
exiting or being core dumped.
T}
esp ESP T{
stack pointer.
stack pointer. As of kernel 4.9.xx will be zeroed out unless task is
exiting or being core dumped.
T}
etime ELAPSED T{