|
LLDB mainline
|
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 |
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.
|
default |
| LazyBool lldb_private::Target::DummySignalValues::notify = eLazyBoolCalculate |
Definition at line 1684 of file Target.h.
Referenced by DummySignalValues().
| LazyBool lldb_private::Target::DummySignalValues::pass = eLazyBoolCalculate |
Definition at line 1683 of file Target.h.
Referenced by DummySignalValues().
| LazyBool lldb_private::Target::DummySignalValues::stop = eLazyBoolCalculate |
Definition at line 1685 of file Target.h.
Referenced by DummySignalValues().