Searched refs:executeCode (Results 1 – 6 of 6) sorted by relevance
96 virtual bool executeCode(uint64_t Address,
58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { in executeCode() function in RemoteTarget
81 bool executeCode(uint64_t Address, int &RetVal) override;
100 bool RemoteTargetExternal::executeCode(uint64_t Address, int32_t &RetVal) { in executeCode() function in RemoteTargetExternal
683 if (!Target->executeCode(Entry, Result)) in main()
166 RT->executeCode(Addr, Result); in handleExecute()