Searched refs:annex (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/arm/
H A Dremote_gdb.hh127 bool getXferFeaturesRead(const std::string &annex, std::string &output);
H A Dremote_gdb.cc314 RemoteGDB::getXferFeaturesRead(const std::string &annex, std::string &output) argument
331 auto it = annexMap.find(annex);
/gem5/src/base/
H A Dremote_gdb.cc989 std::string annex; local
990 if (!getXferFeaturesRead(value_string.substr(0, colon_pos), annex))
1003 encodeXferResponse(annex, encoded, offset, length);
1021 const std::string &annex, std::string &output)
1020 getXferFeaturesRead( const std::string &annex, std::string &output) argument
H A Dremote_gdb.hh308 * @param[in] annex the XML filename
310 * @return true if the given annex was found
312 virtual bool getXferFeaturesRead(const std::string &annex,

Completed in 11 milliseconds