LLDB mainline
lldb_private::Target::DummySignalValues Struct Reference

Add a signal for the target. More...

#include <Target.h>

Public Member Functions

 DummySignalValues (LazyBool pass, LazyBool notify, LazyBool stop)
 DummySignalValues ()=default

Public Attributes

LazyBool pass = eLazyBoolCalculate
LazyBool notify = eLazyBoolCalculate
LazyBool stop = eLazyBoolCalculate

Detailed Description

Add a signal for the target.

This will get copied over to the process if the signal exists on that target. Only the values with Yes and No are set, Calculate values will be ignored.

Definition at line 1555 of file Target.h.

Constructor & Destructor Documentation

◆ DummySignalValues() [1/2]

lldb_private::Target::DummySignalValues::DummySignalValues ( LazyBool pass,
LazyBool notify,
LazyBool stop )
inline

Definition at line 1559 of file Target.h.

References notify, pass, and stop.

◆ DummySignalValues() [2/2]

lldb_private::Target::DummySignalValues::DummySignalValues ( )
default

Member Data Documentation

◆ notify

LazyBool lldb_private::Target::DummySignalValues::notify = eLazyBoolCalculate

Definition at line 1557 of file Target.h.

Referenced by DummySignalValues().

◆ pass

LazyBool lldb_private::Target::DummySignalValues::pass = eLazyBoolCalculate

Definition at line 1556 of file Target.h.

Referenced by DummySignalValues().

◆ stop

LazyBool lldb_private::Target::DummySignalValues::stop = eLazyBoolCalculate

Definition at line 1558 of file Target.h.

Referenced by DummySignalValues().


The documentation for this struct was generated from the following file: