class Debug

Defined at line 1821 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

Debug protocol to fake tripping trip points.

Public Methods

void ~Debug ()
void Trip (uint32_t index, TripCallback callback)

Trips the trip point with index if it exists. If not, returns ZX_ERR_NOT_FOUND. Note that

for OneShot trip points, if it is tripped, it gets cleared. Tripping manually with this

method will have the same effect.

Protected Methods

void handle_unknown_method (uint64_t ordinal, bool method_has_response)

Friends

class Debug_Stub