Lines Matching defs:pid

84 static nub_bool_t AddProcessToMap(nub_process_t pid, MachProcessSP &procSP) {  in AddProcessToMap()
111 static nub_bool_t GetProcessSP(nub_process_t pid, MachProcessSP &procSP) { in GetProcessSP()
162 const pid_t pid = (pid_t)death_event.ident; in kqueue_thread() local
216 static bool spawn_kqueue_thread(pid_t pid) { in spawn_kqueue_thread()
252 const pid_t pid = (pid_t)(intptr_t)arg; in waitpid_thread() local
302 static bool spawn_waitpid_thread(pid_t pid) { in spawn_waitpid_thread()
352 pid_t pid = processSP->LaunchForDebug( in DNBProcessLaunch() local
487 pid_t pid = INVALID_NUB_PROCESS; in DNBProcessAttach() local
720 nub_process_t pid; in DNBProcessAttachWait() local
800 nub_bool_t DNBProcessDetach(nub_process_t pid) { in DNBProcessDetach()
813 nub_bool_t DNBProcessKill(nub_process_t pid) { in DNBProcessKill()
821 nub_bool_t DNBProcessSignal(nub_process_t pid, int signal) { in DNBProcessSignal()
829 nub_bool_t DNBProcessInterrupt(nub_process_t pid) { in DNBProcessInterrupt()
836 nub_bool_t DNBProcessSendEvent(nub_process_t pid, const char *event) { in DNBProcessSendEvent()
846 nub_bool_t DNBProcessIsAlive(nub_process_t pid) { in DNBProcessIsAlive()
855 nub_state_t DNBProcessGetState(nub_process_t pid) { in DNBProcessGetState()
864 nub_bool_t DNBProcessGetExitStatus(nub_process_t pid, int *status) { in DNBProcessGetExitStatus()
872 nub_bool_t DNBProcessSetExitStatus(nub_process_t pid, int status) { in DNBProcessSetExitStatus()
881 const char *DNBProcessGetExitInfo(nub_process_t pid) { in DNBProcessGetExitInfo()
889 nub_bool_t DNBProcessSetExitInfo(nub_process_t pid, const char *info) { in DNBProcessSetExitInfo()
898 const char *DNBThreadGetName(nub_process_t pid, nub_thread_t tid) { in DNBThreadGetName()
906 DNBThreadGetIdentifierInfo(nub_process_t pid, nub_thread_t tid, in DNBThreadGetIdentifierInfo()
914 nub_state_t DNBThreadGetState(nub_process_t pid, nub_thread_t tid) { in DNBThreadGetState()
950 Genealogy::ThreadActivitySP DNBGetGenealogyInfoForThread(nub_process_t pid, in DNBGetGenealogyInfoForThread()
960 Genealogy::ProcessExecutableInfoSP DNBGetGenealogyImageInfo(nub_process_t pid, in DNBGetGenealogyImageInfo()
970 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid, in DNBGetRequestedQoSForThread()
980 nub_addr_t DNBGetPThreadT(nub_process_t pid, nub_thread_t tid) { in DNBGetPThreadT()
988 nub_addr_t DNBGetDispatchQueueT(nub_process_t pid, nub_thread_t tid) { in DNBGetDispatchQueueT()
997 DNBGetTSDAddressForThread(nub_process_t pid, nub_thread_t tid, in DNBGetTSDAddressForThread()
1011 nub_process_t pid, nub_addr_t image_list_address, nub_addr_t image_count) { in DNBGetLoadedDynamicLibrariesInfos()
1020 JSONGenerator::ObjectSP DNBGetAllLoadedLibrariesInfos(nub_process_t pid) { in DNBGetAllLoadedLibrariesInfos()
1029 DNBGetLibrariesInfoForAddresses(nub_process_t pid, in DNBGetLibrariesInfoForAddresses()
1038 JSONGenerator::ObjectSP DNBGetSharedCacheInfo(nub_process_t pid) { in DNBGetSharedCacheInfo()
1046 const char *DNBProcessGetExecutablePath(nub_process_t pid) { in DNBProcessGetExecutablePath()
1054 nub_size_t DNBProcessGetArgumentCount(nub_process_t pid) { in DNBProcessGetArgumentCount()
1062 const char *DNBProcessGetArgumentAtIndex(nub_process_t pid, nub_size_t idx) { in DNBProcessGetArgumentAtIndex()
1071 nub_bool_t DNBProcessResume(nub_process_t pid, in DNBProcessResume()
1094 nub_bool_t DNBProcessHalt(nub_process_t pid) { in DNBProcessHalt()
1129 nub_event_t DNBProcessWaitForEvents(nub_process_t pid, nub_event_t event_mask, in DNBProcessWaitForEvents()
1143 void DNBProcessResetEvents(nub_process_t pid, nub_event_t event_mask) { in DNBProcessResetEvents()
1150 nub_bool_t DNBBreakpointSet(nub_process_t pid, nub_addr_t addr, nub_size_t size, in DNBBreakpointSet()
1158 nub_bool_t DNBBreakpointClear(nub_process_t pid, nub_addr_t addr) { in DNBBreakpointClear()
1166 nub_bool_t DNBWatchpointSet(nub_process_t pid, nub_addr_t addr, nub_size_t size, in DNBWatchpointSet()
1174 nub_bool_t DNBWatchpointClear(nub_process_t pid, nub_addr_t addr) { in DNBWatchpointClear()
1182 uint32_t DNBWatchpointGetNumSupportedHWP(nub_process_t pid) { in DNBWatchpointGetNumSupportedHWP()
1194 nub_size_t DNBProcessMemoryRead(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryRead()
1202 uint64_t DNBProcessMemoryReadInteger(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryReadInteger()
1238 nub_addr_t DNBProcessMemoryReadPointer(nub_process_t pid, nub_addr_t addr) { in DNBProcessMemoryReadPointer()
1247 std::string DNBProcessMemoryReadCString(nub_process_t pid, nub_addr_t addr) { in DNBProcessMemoryReadCString()
1266 std::string DNBProcessMemoryReadCStringFixed(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryReadCStringFixed()
1282 nub_size_t DNBProcessMemoryWrite(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryWrite()
1290 nub_addr_t DNBProcessMemoryAllocate(nub_process_t pid, nub_size_t size, in DNBProcessMemoryAllocate()
1298 nub_bool_t DNBProcessMemoryDeallocate(nub_process_t pid, nub_addr_t addr) { in DNBProcessMemoryDeallocate()
1317 int DNBProcessMemoryRegionInfo(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryRegionInfo()
1326 std::string DNBProcessGetProfileData(nub_process_t pid, in DNBProcessGetProfileData()
1335 nub_bool_t DNBProcessSetEnableAsyncProfiling(nub_process_t pid, in DNBProcessSetEnableAsyncProfiling()
1349 nub_size_t DNBProcessGetNumThreads(nub_process_t pid) { in DNBProcessGetNumThreads()
1357 nub_thread_t DNBProcessGetCurrentThread(nub_process_t pid) { in DNBProcessGetCurrentThread()
1365 nub_thread_t DNBProcessGetCurrentThreadMachPort(nub_process_t pid) { in DNBProcessGetCurrentThreadMachPort()
1373 nub_thread_t DNBProcessSetCurrentThread(nub_process_t pid, nub_thread_t tid) { in DNBProcessSetCurrentThread()
1382 nub_bool_t DNBThreadGetStopReason(nub_process_t pid, nub_thread_t tid, in DNBThreadGetStopReason()
1395 const char *DNBThreadGetInfo(nub_process_t pid, nub_thread_t tid) { in DNBThreadGetInfo()
1403 nub_thread_t DNBProcessGetThreadAtIndex(nub_process_t pid, size_t thread_idx) { in DNBProcessGetThreadAtIndex()
1412 nub_bool_t DNBProcessSyncThreadState(nub_process_t pid, nub_thread_t tid) { in DNBProcessSyncThreadState()
1419 nub_addr_t DNBProcessGetSharedLibraryInfoAddress(nub_process_t pid) { in DNBProcessGetSharedLibraryInfoAddress()
1427 nub_bool_t DNBProcessSharedLibrariesUpdated(nub_process_t pid) { in DNBProcessSharedLibrariesUpdated()
1436 const char *DNBGetDeploymentInfo(nub_process_t pid, bool is_executable, in DNBGetDeploymentInfo()
1462 DNBProcessGetSharedLibraryInfo(nub_process_t pid, nub_bool_t only_changed, in DNBProcessGetSharedLibraryInfo()
1483 nub_bool_t DNBThreadGetRegisterValueByID(nub_process_t pid, nub_thread_t tid, in DNBThreadGetRegisterValueByID()
1495 nub_bool_t DNBThreadSetRegisterValueByID(nub_process_t pid, nub_thread_t tid, in DNBThreadSetRegisterValueByID()
1506 nub_size_t DNBThreadGetRegisterContext(nub_process_t pid, nub_thread_t tid, in DNBThreadGetRegisterContext()
1517 nub_size_t DNBThreadSetRegisterContext(nub_process_t pid, nub_thread_t tid, in DNBThreadSetRegisterContext()
1527 uint32_t DNBThreadSaveRegisterState(nub_process_t pid, nub_thread_t tid) { in DNBThreadSaveRegisterState()
1535 nub_bool_t DNBThreadRestoreRegisterState(nub_process_t pid, nub_thread_t tid, in DNBThreadRestoreRegisterState()
1546 nub_bool_t DNBThreadGetRegisterValueByName(nub_process_t pid, nub_thread_t tid, in DNBThreadGetRegisterValueByName()
1614 nub_bool_t DNBProcessSetNameToAddressCallback(nub_process_t pid, in DNBProcessSetNameToAddressCallback()
1628 nub_process_t pid, DNBCallbackCopyExecutableImageInfos callback, in DNBProcessSetSharedLibraryInfoCallback()
1638 nub_addr_t DNBProcessLookupAddress(nub_process_t pid, const char *name, in DNBProcessLookupAddress()
1647 nub_size_t DNBProcessGetAvailableSTDOUT(nub_process_t pid, char *buf, in DNBProcessGetAvailableSTDOUT()
1655 nub_size_t DNBProcessGetAvailableSTDERR(nub_process_t pid, char *buf, in DNBProcessGetAvailableSTDERR()
1663 nub_size_t DNBProcessGetAvailableProfileData(nub_process_t pid, char *buf, in DNBProcessGetAvailableProfileData()
1671 nub_size_t DNBProcessGetStopCount(nub_process_t pid) { in DNBProcessGetStopCount()
1678 uint32_t DNBProcessGetCPUType(nub_process_t pid) { in DNBProcessGetCPUType()