Macros§
- Pattern that matches an unknown
FilterError
member. - Pattern that matches an unknown
FilterType
member. - Pattern that matches an unknown
MinidumpError
member. - Pattern that matches an unknown
ProcessInfoError
member.
Structs§
- A Stream of incoming requests for fuchsia.debugger/AgentIterator.
- A Stream of incoming requests for fuchsia.debugger/AttachedProcessIterator.
- A Stream of incoming requests for fuchsia.debugger/DebugAgent.
- 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.
- A Stream of incoming requests for fuchsia.debugger/Launcher.
- A Stream of incoming requests for fuchsia.debugger/MinidumpIterator.
- A Stream of incoming requests for fuchsia.debugger/ProcessInfoIterator.
- Details about a particular thread. The fields will be included as per the ThreadDetailsInterest supplied when creating the ProcessInfoIterator via |GetProcessInfo|.
Enums§
- An iterator that collects and returns a minidump for a set of processes. An empty VMO will be returned when there are no more processes.
- Collects details from all threads of all attached processes. The exact details that are yielded from the iterator are controlled via ThreadDetailsInterest passed to |GetProcessInfo|. The iterator will yield an empty vector after all attached process’ threads have been iterated. It is an error if there are no processes supplied to this iterator, which could be from too restrictive of a filter passed to |GetProcessInfo| or DebugAgent is not attached to anything.