LLDB mainline
Public Member Functions | Public Attributes | List of all members
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 1467 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 1471 of file Target.h.

◆ DummySignalValues() [2/2]

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

Member Data Documentation

◆ notify

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

Definition at line 1469 of file Target.h.

◆ pass

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

Definition at line 1468 of file Target.h.

◆ stop

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

Definition at line 1470 of file Target.h.


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