• Home
  • Raw
  • Download

Lines Matching defs:pid

85 static nub_bool_t AddProcessToMap(nub_process_t pid, MachProcessSP &procSP) {  in AddProcessToMap()
112 static nub_bool_t GetProcessSP(nub_process_t pid, MachProcessSP &procSP) { in GetProcessSP()
163 const pid_t pid = (pid_t)death_event.ident; in kqueue_thread() local
217 static bool spawn_kqueue_thread(pid_t pid) { in spawn_kqueue_thread()
253 const pid_t pid = (pid_t)(intptr_t)arg; in waitpid_thread() local
303 static bool spawn_waitpid_thread(pid_t pid) { in spawn_waitpid_thread()
353 pid_t pid = processSP->LaunchForDebug( in DNBProcessLaunch() local
480 pid_t pid = INVALID_NUB_PROCESS; in DNBProcessAttach() local
712 nub_process_t pid; in DNBProcessAttachWait() local
791 nub_bool_t DNBProcessDetach(nub_process_t pid) { in DNBProcessDetach()
804 nub_bool_t DNBProcessKill(nub_process_t pid) { in DNBProcessKill()
812 nub_bool_t DNBProcessSignal(nub_process_t pid, int signal) { in DNBProcessSignal()
820 nub_bool_t DNBProcessInterrupt(nub_process_t pid) { in DNBProcessInterrupt()
827 nub_bool_t DNBProcessSendEvent(nub_process_t pid, const char *event) { in DNBProcessSendEvent()
837 nub_bool_t DNBProcessIsAlive(nub_process_t pid) { in DNBProcessIsAlive()
846 nub_state_t DNBProcessGetState(nub_process_t pid) { in DNBProcessGetState()
855 nub_bool_t DNBProcessGetExitStatus(nub_process_t pid, int *status) { in DNBProcessGetExitStatus()
863 nub_bool_t DNBProcessSetExitStatus(nub_process_t pid, int status) { in DNBProcessSetExitStatus()
872 const char *DNBProcessGetExitInfo(nub_process_t pid) { in DNBProcessGetExitInfo()
880 nub_bool_t DNBProcessSetExitInfo(nub_process_t pid, const char *info) { in DNBProcessSetExitInfo()
889 const char *DNBThreadGetName(nub_process_t pid, nub_thread_t tid) { in DNBThreadGetName()
897 DNBThreadGetIdentifierInfo(nub_process_t pid, nub_thread_t tid, in DNBThreadGetIdentifierInfo()
905 nub_state_t DNBThreadGetState(nub_process_t pid, nub_thread_t tid) { in DNBThreadGetState()
941 Genealogy::ThreadActivitySP DNBGetGenealogyInfoForThread(nub_process_t pid, in DNBGetGenealogyInfoForThread()
951 Genealogy::ProcessExecutableInfoSP DNBGetGenealogyImageInfo(nub_process_t pid, in DNBGetGenealogyImageInfo()
961 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid, in DNBGetRequestedQoSForThread()
971 nub_addr_t DNBGetPThreadT(nub_process_t pid, nub_thread_t tid) { in DNBGetPThreadT()
979 nub_addr_t DNBGetDispatchQueueT(nub_process_t pid, nub_thread_t tid) { in DNBGetDispatchQueueT()
988 DNBGetTSDAddressForThread(nub_process_t pid, nub_thread_t tid, in DNBGetTSDAddressForThread()
1002 nub_process_t pid, nub_addr_t image_list_address, nub_addr_t image_count) { in DNBGetLoadedDynamicLibrariesInfos()
1011 JSONGenerator::ObjectSP DNBGetAllLoadedLibrariesInfos(nub_process_t pid) { in DNBGetAllLoadedLibrariesInfos()
1020 DNBGetLibrariesInfoForAddresses(nub_process_t pid, in DNBGetLibrariesInfoForAddresses()
1029 JSONGenerator::ObjectSP DNBGetSharedCacheInfo(nub_process_t pid) { in DNBGetSharedCacheInfo()
1037 const char *DNBProcessGetExecutablePath(nub_process_t pid) { in DNBProcessGetExecutablePath()
1045 nub_size_t DNBProcessGetArgumentCount(nub_process_t pid) { in DNBProcessGetArgumentCount()
1053 const char *DNBProcessGetArgumentAtIndex(nub_process_t pid, nub_size_t idx) { in DNBProcessGetArgumentAtIndex()
1062 nub_bool_t DNBProcessResume(nub_process_t pid, in DNBProcessResume()
1085 nub_bool_t DNBProcessHalt(nub_process_t pid) { in DNBProcessHalt()
1120 nub_event_t DNBProcessWaitForEvents(nub_process_t pid, nub_event_t event_mask, in DNBProcessWaitForEvents()
1134 void DNBProcessResetEvents(nub_process_t pid, nub_event_t event_mask) { in DNBProcessResetEvents()
1141 nub_bool_t DNBBreakpointSet(nub_process_t pid, nub_addr_t addr, nub_size_t size, in DNBBreakpointSet()
1149 nub_bool_t DNBBreakpointClear(nub_process_t pid, nub_addr_t addr) { in DNBBreakpointClear()
1157 nub_bool_t DNBWatchpointSet(nub_process_t pid, nub_addr_t addr, nub_size_t size, in DNBWatchpointSet()
1165 nub_bool_t DNBWatchpointClear(nub_process_t pid, nub_addr_t addr) { in DNBWatchpointClear()
1173 uint32_t DNBWatchpointGetNumSupportedHWP(nub_process_t pid) { in DNBWatchpointGetNumSupportedHWP()
1185 nub_size_t DNBProcessMemoryRead(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryRead()
1193 uint64_t DNBProcessMemoryReadInteger(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryReadInteger()
1229 nub_addr_t DNBProcessMemoryReadPointer(nub_process_t pid, nub_addr_t addr) { in DNBProcessMemoryReadPointer()
1238 std::string DNBProcessMemoryReadCString(nub_process_t pid, nub_addr_t addr) { in DNBProcessMemoryReadCString()
1257 std::string DNBProcessMemoryReadCStringFixed(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryReadCStringFixed()
1273 nub_size_t DNBProcessMemoryWrite(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryWrite()
1281 nub_addr_t DNBProcessMemoryAllocate(nub_process_t pid, nub_size_t size, in DNBProcessMemoryAllocate()
1289 nub_bool_t DNBProcessMemoryDeallocate(nub_process_t pid, nub_addr_t addr) { in DNBProcessMemoryDeallocate()
1308 int DNBProcessMemoryRegionInfo(nub_process_t pid, nub_addr_t addr, in DNBProcessMemoryRegionInfo()
1317 std::string DNBProcessGetProfileData(nub_process_t pid, in DNBProcessGetProfileData()
1326 nub_bool_t DNBProcessSetEnableAsyncProfiling(nub_process_t pid, in DNBProcessSetEnableAsyncProfiling()
1340 nub_size_t DNBProcessGetNumThreads(nub_process_t pid) { in DNBProcessGetNumThreads()
1348 nub_thread_t DNBProcessGetCurrentThread(nub_process_t pid) { in DNBProcessGetCurrentThread()
1356 nub_thread_t DNBProcessGetCurrentThreadMachPort(nub_process_t pid) { in DNBProcessGetCurrentThreadMachPort()
1364 nub_thread_t DNBProcessSetCurrentThread(nub_process_t pid, nub_thread_t tid) { in DNBProcessSetCurrentThread()
1373 nub_bool_t DNBThreadGetStopReason(nub_process_t pid, nub_thread_t tid, in DNBThreadGetStopReason()
1386 const char *DNBThreadGetInfo(nub_process_t pid, nub_thread_t tid) { in DNBThreadGetInfo()
1394 nub_thread_t DNBProcessGetThreadAtIndex(nub_process_t pid, size_t thread_idx) { in DNBProcessGetThreadAtIndex()
1403 nub_bool_t DNBProcessSyncThreadState(nub_process_t pid, nub_thread_t tid) { in DNBProcessSyncThreadState()
1410 nub_addr_t DNBProcessGetSharedLibraryInfoAddress(nub_process_t pid) { in DNBProcessGetSharedLibraryInfoAddress()
1418 nub_bool_t DNBProcessSharedLibrariesUpdated(nub_process_t pid) { in DNBProcessSharedLibrariesUpdated()
1427 const char *DNBGetDeploymentInfo(nub_process_t pid, bool is_executable, in DNBGetDeploymentInfo()
1453 DNBProcessGetSharedLibraryInfo(nub_process_t pid, nub_bool_t only_changed, in DNBProcessGetSharedLibraryInfo()
1474 nub_bool_t DNBThreadGetRegisterValueByID(nub_process_t pid, nub_thread_t tid, in DNBThreadGetRegisterValueByID()
1486 nub_bool_t DNBThreadSetRegisterValueByID(nub_process_t pid, nub_thread_t tid, in DNBThreadSetRegisterValueByID()
1497 nub_size_t DNBThreadGetRegisterContext(nub_process_t pid, nub_thread_t tid, in DNBThreadGetRegisterContext()
1508 nub_size_t DNBThreadSetRegisterContext(nub_process_t pid, nub_thread_t tid, in DNBThreadSetRegisterContext()
1518 uint32_t DNBThreadSaveRegisterState(nub_process_t pid, nub_thread_t tid) { in DNBThreadSaveRegisterState()
1526 nub_bool_t DNBThreadRestoreRegisterState(nub_process_t pid, nub_thread_t tid, in DNBThreadRestoreRegisterState()
1537 nub_bool_t DNBThreadGetRegisterValueByName(nub_process_t pid, nub_thread_t tid, in DNBThreadGetRegisterValueByName()
1605 nub_bool_t DNBProcessSetNameToAddressCallback(nub_process_t pid, in DNBProcessSetNameToAddressCallback()
1619 nub_process_t pid, DNBCallbackCopyExecutableImageInfos callback, in DNBProcessSetSharedLibraryInfoCallback()
1629 nub_addr_t DNBProcessLookupAddress(nub_process_t pid, const char *name, in DNBProcessLookupAddress()
1638 nub_size_t DNBProcessGetAvailableSTDOUT(nub_process_t pid, char *buf, in DNBProcessGetAvailableSTDOUT()
1646 nub_size_t DNBProcessGetAvailableSTDERR(nub_process_t pid, char *buf, in DNBProcessGetAvailableSTDERR()
1654 nub_size_t DNBProcessGetAvailableProfileData(nub_process_t pid, char *buf, in DNBProcessGetAvailableProfileData()
1662 DarwinLogEventVector DNBProcessGetAvailableDarwinLogEvents(nub_process_t pid) { in DNBProcessGetAvailableDarwinLogEvents()
1666 nub_size_t DNBProcessGetStopCount(nub_process_t pid) { in DNBProcessGetStopCount()
1673 uint32_t DNBProcessGetCPUType(nub_process_t pid) { in DNBProcessGetCPUType()