Searched refs:attach_token (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 109 static void CleanupAfterAttach(const void *attach_token, 112 static nub_process_t CheckForProcess(const void *attach_token, 130 static void BKSCleanupAfterAttach(const void *attach_token, 134 static void FBSCleanupAfterAttach(const void *attach_token,
|
| H A D | MachProcess.mm | 3049 if (attach_token == NULL) 3054 NSString *bundleIDNSStr = (NSString *)attach_token; 3067 NSString *bundleIDNSStr = (NSString *)attach_token; 3102 if (attach_token == NULL) 3108 FBSCleanupAfterAttach(attach_token, err_str); 3110 CFRelease((CFStringRef)attach_token); 3118 BKSCleanupAfterAttach(attach_token, err_str); 3120 CFRelease((CFStringRef)attach_token); 3142 CFRelease((CFStringRef)attach_token); 4109 NSString *bundleIDNSStr = (NSString *)attach_token; [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNB.cpp | 696 const void *attach_token = MachProcess::PrepareForAttach( in DNBProcessAttachWait() local 704 if (attach_token == NULL) { in DNBProcessAttachWait() 719 if (attach_token != NULL) { in DNBProcessAttachWait() 721 pid = MachProcess::CheckForProcess(attach_token, launch_flavor); in DNBProcessAttachWait() 794 MachProcess::CleanupAfterAttach(attach_token, launch_flavor, success, in DNBProcessAttachWait()
|