Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:nub_size_t

99     nub_size_t              ReadMemory (nub_addr_t addr, nub_size_t size, void *buf);
100 nub_size_t WriteMemory (nub_addr_t addr, nub_size_t size, const void *buf);
117 DNBBreakpoint * CreateBreakpoint (nub_addr_t addr, nub_size_t length, bool hardware);
127 DNBBreakpoint * CreateWatchpoint (nub_addr_t addr, nub_size_t length, uint32_t watch_type, bool hardware);
143 nub_size_t CopyImageInfos (struct DNBExecutableImageInfo **image_infos, bool only_changed);
167 GetRegisterSetInfo (nub_thread_t tid, nub_size_t *num_reg_sets) const;
173 nub_size_t GetNumThreads () const;
174 nub_thread_t GetThreadAtIndex (nub_size_t thread_idx) const;