Home | History | Annotate | Download | only in source

Lines Matching refs:nub_process_t

40 typedef std::map<nub_process_t, MachProcessSP> ProcessMap;
76 AddProcessToMap (nub_process_t pid, MachProcessSP& procSP)
93 RemoveProcessFromMap (nub_process_t pid)
110 GetProcessSP (nub_process_t pid, MachProcessSP& procSP)
178 nub_process_t
285 nub_process_t
309 nub_process_t
310 DNBProcessAttach (nub_process_t attach_pid, struct timespec *timeout, char *err_str, size_t err_len)
519 nub_process_t
556 nub_process_t waitfor_pid = INVALID_NUB_PROCESS;
562 nub_process_t pid;
582 nub_process_t curr_pid = proc_infos[i].kp_proc.p_pid;
647 DNBProcessDetach (nub_process_t pid)
658 DNBProcessKill (nub_process_t pid)
669 DNBProcessSignal (nub_process_t pid, int signal)
681 DNBProcessIsAlive (nub_process_t pid)
695 DNBProcessGetState (nub_process_t pid)
709 DNBProcessGetExitStatus (nub_process_t pid, int* status)
720 DNBProcessSetExitStatus (nub_process_t pid, int status)
733 DNBThreadGetName (nub_process_t pid, nub_thread_t tid)
743 DNBThreadGetIdentifierInfo (nub_process_t pid, nub_thread_t tid, thread_identifier_info_data_t *ident_info)
752 DNBThreadGetState (nub_process_t pid, nub_thread_t tid)
783 DNBProcessGetExecutablePath (nub_process_t pid)
794 DNBProcessGetArgumentCount (nub_process_t pid)
805 DNBProcessGetArgumentAtIndex (nub_process_t pid, nub_size_t idx)
820 DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, size_t num_actions)
847 DNBProcessHalt (nub_process_t pid)
857 //DNBThreadResume (nub_process_t pid, nub_thread_t tid, nub_bool_t step)
869 //DNBThreadResumeWithSignal (nub_process_t pid, nub_thread_t tid, nub_bool_t step, int signal)
881 DNBProcessWaitForEvents (nub_process_t pid, nub_event_t event_mask, bool wait_for_set, struct timespec* timeout)
896 DNBProcessResetEvents (nub_process_t pid, nub_event_t event_mask)
905 DNBBreakpointSet (nub_process_t pid, nub_addr_t addr, nub_size_t size, nub_bool_t hardware)
914 DNBBreakpointClear (nub_process_t pid, nub_addr_t addr)
927 DNBWatchpointSet (nub_process_t pid, nub_addr_t addr, nub_size_t size, uint32_t watch_flags, nub_bool_t hardware)
936 DNBWatchpointClear (nub_process_t pid, nub_addr_t addr)
948 DNBWatchpointGetNumSupportedHWP (nub_process_t pid)
964 DNBProcessMemoryRead (nub_process_t pid, nub_addr_t addr, nub_size_t size, void *buf)
980 DNBProcessMemoryWrite (nub_process_t
989 DNBProcessMemoryAllocate (nub_process_t pid, nub_size_t size, uint32_t permissions)
998 DNBProcessMemoryDeallocate (nub_process_t pid, nub_addr_t addr)
1021 DNBProcessMemoryRegionInfo (nub_process_t pid, nub_addr_t addr, DNBRegionInfo *region_info)
1031 DNBProcessGetProfileData (nub_process_t pid, DNBProfileDataScanType scanType)
1041 DNBProcessSetEnableAsyncProfiling (nub_process_t pid, nub_bool_t enable, uint64_t interval_usec, DNBProfileDataScanType scan_type)
1058 DNBPrintf (nub_process_t pid, nub_thread_t tid, nub_addr_t base_addr, FILE *file, const char *format)
1563 DNBProcessGetNumThreads (nub_process_t pid)
1575 DNBProcessGetCurrentThread (nub_process_t pid)
1587 DNBProcessGetCurrentThreadMachPort (nub_process_t pid)
1599 DNBProcessSetCurrentThread (nub_process_t pid, nub_thread_t tid)
1613 DNBThreadGetStopReason (nub_process_t pid, nub_thread_t tid, struct DNBThreadStopInfo *stop_info)
1629 DNBThreadGetInfo (nub_process_t pid, nub_thread_t tid)
1641 DNBProcessGetThreadAtIndex (nub_process_t pid, size_t thread_idx)
1653 DNBProcessSyncThreadState (nub_process_t pid, nub_thread_t tid)
1663 DNBProcessGetSharedLibraryInfoAddress (nub_process_t pid)
1674 DNBProcessSharedLibrariesUpdated(nub_process_t pid)
1691 DNBProcessGetSharedLibraryInfo (nub_process_t pid, nub_bool_t only_changed, struct DNBExecutableImageInfo **image_infos)
1717 DNBThreadGetRegisterValueByID (nub_process_t pid, nub_thread_t tid, uint32_t set, uint32_t reg, DNBRegisterValue *value)
1730 DNBThreadSetRegisterValueByID (nub_process_t pid, nub_thread_t tid, uint32_t set, uint32_t reg, const DNBRegisterValue *value)
1742 DNBThreadGetRegisterContext (nub_process_t pid, nub_thread_t tid, void *buf, size_t buf_len)
1756 DNBThreadSetRegisterContext (nub_process_t pid, nub_thread_t tid, const void *buf, size_t buf_len)
1771 DNBThreadGetRegisterValueByName (nub_process_t pid, nub_thread_t tid, uint32_t reg_set, const char *reg_name, DNBRegisterValue *value)
1860 DNBProcessSetNameToAddressCallback (nub_process_t pid, DNBCallbackNameToAddress callback, void *baton)
1877 DNBProcessSetSharedLibraryInfoCallback (nub_process_t pid, DNBCallbackCopyExecutableImageInfos callback, void *baton)
1889 DNBProcessLookupAddress (nub_process_t pid, const char *name, const char *shlib)
1901 DNBProcessGetAvailableSTDOUT (nub_process_t pid, char *buf, nub_size_t buf_size)
1910 DNBProcessGetAvailableSTDERR (nub_process_t pid, char *buf, nub_size_t buf_size)
1919 DNBProcessGetAvailableProfileData (nub_process_t pid, char *buf, nub_size_t buf_size)
1928 DNBProcessGetStopCount (nub_process_t pid)
1937 DNBProcessGetCPUType (nub_process_t pid)