Searched refs:attach_token (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 103 static void CleanupAfterAttach(const void *attach_token, 106 static nub_process_t CheckForProcess(const void *attach_token, 123 static void BKSCleanupAfterAttach(const void *attach_token, 127 static void FBSCleanupAfterAttach(const void *attach_token,
|
D | MachProcess.mm | 2975 nub_process_t MachProcess::CheckForProcess(const void *attach_token, 2977 if (attach_token == NULL) 2982 NSString *bundleIDNSStr = (NSString *)attach_token; 2995 NSString *bundleIDNSStr = (NSString *)attach_token; 3008 CFStringRef bundleIDCFStr = (CFStringRef)attach_token; 3027 void MachProcess::CleanupAfterAttach(const void *attach_token, 3030 if (attach_token == NULL) 3036 FBSCleanupAfterAttach(attach_token, err_str); 3038 CFRelease((CFStringRef)attach_token); 3046 BKSCleanupAfterAttach(attach_token, err_str); [all …]
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNB.cpp | 688 const void *attach_token = MachProcess::PrepareForAttach( in DNBProcessAttachWait() local 696 if (attach_token == NULL) { in DNBProcessAttachWait() 711 if (attach_token != NULL) { in DNBProcessAttachWait() 713 pid = MachProcess::CheckForProcess(attach_token, launch_flavor); in DNBProcessAttachWait() 785 MachProcess::CleanupAfterAttach(attach_token, launch_flavor, success, in DNBProcessAttachWait()
|