class LinuxLimboProvider
Defined at line 13 of file ../../src/developer/debug/debug_agent/linux_limbo_provider.h
Linux doesn't have Limbo so this object just reports failure.
Public Methods
void LinuxLimboProvider ()
Defined at line 15 of file ../../src/developer/debug/debug_agent/linux_limbo_provider.h
void ~LinuxLimboProvider ()
Defined at line 16 of file ../../src/developer/debug/debug_agent/linux_limbo_provider.h
bool Valid ()
LimboProvider implementation.
Defined at line 19 of file ../../src/developer/debug/debug_agent/linux_limbo_provider.h
bool IsProcessInLimbo (zx_koid_t process_koid)
Defined at line 20 of file ../../src/developer/debug/debug_agent/linux_limbo_provider.h
const RecordMap & GetLimboRecords ()
Defined at line 21 of file ../../src/developer/debug/debug_agent/linux_limbo_provider.h
fit::result<debug::Status, RetrievedException> RetrieveException (zx_koid_t process_koid)
Defined at line 22 of file ../../src/developer/debug/debug_agent/linux_limbo_provider.h
debug::Status ReleaseProcess (zx_koid_t process_koid)
Defined at line 26 of file ../../src/developer/debug/debug_agent/linux_limbo_provider.h