class DebugBroker

Defined at line 6721 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/hlcpp/fuchsia/kernel/cpp/fidl.h

Acts on behalf of the caller to interact with privileged debug system calls.

Public Members

static const char[] Name_

Public Methods

void ~DebugBroker ()
void SendDebugCommand (::std::string command, SendDebugCommandCallback callback)

Pass debug command through to the kernel shell.

Look at zx_debug_send_command syscall handling to find valid values.

void SetTracingEnabled (bool enabled, SetTracingEnabledCallback callback)

Sets whether kernel tracing (ktrace) is enabled or disabled.