Functions
-
zx_koid_t KoidForObject (const zx::object_base & object)Returns ZX_KOID_INVALID on failure.
Defined at line 31 of file ../../src/developer/debug/debug_agent/zircon_utils.cc
-
std::string NameForObject (const zx::object_base & object)Returns empty string on failure.
Defined at line 38 of file ../../src/developer/debug/debug_agent/zircon_utils.cc
-
std::vector<zx_koid_t> GetChildKoids (const zx::object_base & parent, uint32_t child_kind)Returns the given type of child koids.
Defined at line 45 of file ../../src/developer/debug/debug_agent/zircon_utils.cc
-
std::vector<zx::thread> GetChildThreads (const zx::process & process)Returns the given child objects. Will be empty on failure.
Defined at line 65 of file ../../src/developer/debug/debug_agent/zircon_utils.cc
-
std::vector<zx::process> GetChildProcesses (const zx::job & job)Defined at line 69 of file ../../src/developer/debug/debug_agent/zircon_utils.cc
-
std::vector<zx::job> GetChildJobs (const zx::job & job)Defined at line 73 of file ../../src/developer/debug/debug_agent/zircon_utils.cc