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 |
LazyBool lldb_private::Target::DummySignalValues::pass = eLazyBoolCalculate |
LazyBool lldb_private::Target::DummySignalValues::stop = eLazyBoolCalculate |