Searched defs:default_suppress (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Target/
H A DUnixSignals.cpp24 bool default_suppress,
32 m_suppress (default_suppress),
103 bool default_suppress,
109 Signal new_signal (name, short_name, default_suppress, default_stop, default_notify, description);
20 Signal( const char *name, const char *short_name, bool default_suppress, bool default_stop, bool default_notify, const char *description ) argument
98 AddSignal( int signo, const char *name, const char *short_name, bool default_suppress, bool default_stop, bool default_notify, const char *description ) argument

Completed in 100 milliseconds