Home
last modified time | relevance | path

Searched refs:IsSBProcess (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
DRNBServices.h27 bool IsSBProcess (nub_process_t pid);
DRNBServices.cpp229 IsSBProcess (nub_process_t pid) in IsSBProcess() function
DChangeLog520 * MachProcess.cpp (IsSBProcess): Check for NULL CFArrayRef returned from
533 * RNBServices.cpp (IsSBProcess): Check for NULL CFArrayRef returned from
552 (IsSBProcess): Ditto.
674 * MachProcess.cpp (IsSBProcess): New function.
677 by calling IsSBProcess.
929 * RNBServices.h (IsSBProcess): New prototype;
930 * RNBServices.cpp (IsSBProcess): New function that returns true it
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp51 IsSBProcess (nub_process_t pid) in IsSBProcess() function
1478 if (IsSBProcess(pid)) in AttachForDebug()