Crate fidl_fuchsia_debugger_common

Source

Macros§

FilterErrorUnknown
Pattern that matches an unknown FilterError member.
FilterTypeUnknown
Pattern that matches an unknown FilterType member.
MinidumpErrorUnknown
Pattern that matches an unknown MinidumpError member.
ProcessInfoErrorUnknown
Pattern that matches an unknown ProcessInfoError member.

Structs§

AttachedProcessIteratorGetNextResponse
DebugAgentAttachToResponse
DebugAgentOnFatalExceptionRequest
Filter
A filter that will apply to processes and components running now and in the future. Any component or process that matches the given pattern and type will be attached, thereafter allowing clients to query information about the program(s). A valid filter will always contain a non-empty pattern string, and a FilterType to discern what to compare the pattern against. Additional options may be specified via FilterOptions.
FilterOptions
GetProcessInfoOptions
MinidumpOptions
ProcessInfo
ProcessInfoIteratorGetNextResponse
ThreadDetails
Details about a particular thread. The fields will be included as per the ThreadDetailsInterest supplied when creating the ProcessInfoIterator via |GetProcessInfo|.
ThreadDetailsInterest

Enums§

FilterError
FilterType
MinidumpError
ProcessInfoError