We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce769f commit 3a7810aCopy full SHA for 3a7810a
lldb/source/Commands/CommandObjectProcess.cpp
@@ -1765,9 +1765,9 @@ class CommandObjectProcessHandle : public CommandObjectParsed {
1765
1766
// If there were no actions, we're just listing, don't add the dummy:
1767
if (!no_actions)
1768
- target.AddDummySignal(arg.ref(), set_lazy_bool(pass_action),
1769
- set_lazy_bool(notify_action),
1770
- set_lazy_bool(stop_action));
+ target.AddDummySignal(arg.ref(), set_lazy_bool(pass_action),
+ set_lazy_bool(notify_action),
+ set_lazy_bool(stop_action));
1771
}
1772
} else {
1773
// No signal specified, if any command options were specified, update ALL
0 commit comments