Home
last modified time | relevance | path

Searched refs:LLDB_INVALID_PROCESS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeProcessBase.h27 HostNativeProcessBase() : m_process(LLDB_INVALID_PROCESS) {} in HostNativeProcessBase()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h68 #define LLDB_INVALID_PROCESS ((lldb::process_t)-1) macro