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 1544 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 1548 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 1546 of file Target.h.

Referenced by DummySignalValues().

◆ pass

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

Definition at line 1545 of file Target.h.

Referenced by DummySignalValues().

◆ stop

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

Definition at line 1547 of file Target.h.

Referenced by DummySignalValues().


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