|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBUnixSignals self) -> SBUnixSignals
__init__(lldb::SBUnixSignals self, SBUnixSignals rhs) ->
SBUnixSignals |
source code
|
|
|
__swig_destroy__(...)
delete_SBUnixSignals(SBUnixSignals self) |
|
|
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBUnixSignals self) -> bool |
source code
|
|
|
GetSignalAsCString(self,
*args)
GetSignalAsCString(SBUnixSignals self, int32_t signo) -> str const
* |
source code
|
|
|
GetSignalNumberFromName(self,
*args)
GetSignalNumberFromName(SBUnixSignals self, str const * name) ->
int32_t |
source code
|
|
|
GetShouldSuppress(self,
*args)
GetShouldSuppress(SBUnixSignals self, int32_t signo) -> bool |
source code
|
|
|
SetShouldSuppress(self,
*args)
SetShouldSuppress(SBUnixSignals self, int32_t signo, bool value)
-> bool |
source code
|
|
|
GetShouldStop(self,
*args)
GetShouldStop(SBUnixSignals self, int32_t signo) -> bool |
source code
|
|
|
SetShouldStop(self,
*args)
SetShouldStop(SBUnixSignals self, int32_t signo, bool value) ->
bool |
source code
|
|
|
GetShouldNotify(self,
*args)
GetShouldNotify(SBUnixSignals self, int32_t signo) -> bool |
source code
|
|
|
SetShouldNotify(self,
*args)
SetShouldNotify(SBUnixSignals self, int32_t signo, bool value) ->
bool |
source code
|
|
|
GetNumSignals(self)
GetNumSignals(SBUnixSignals self) -> int32_t |
source code
|
|
|
GetSignalAtIndex(self,
*args)
GetSignalAtIndex(SBUnixSignals self, int32_t index) -> int32_t |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|