Sign in
llvm
/
llvm-project
/
e4e8ea4c913bbf253cbab2dbcb29d3500a5689ac
/
.
/
lldb
/
bindings
/
interface
/
SBPlatformExtensions.i
blob: 86759bda506305ec59050ab2518564b8f91271df [
file
]
%
extend lldb
::
SBPlatform
{
#ifdef
SWIGPYTHON
%
pythoncode
%{
is_host
=
property
(
IsHost
,
None
,
doc
=
'''A read only property that returns a boolean value that indiciates if this platform is the host platform.'''
)
%}
#endif
}