Home
last modified time | relevance | path

Searched refs:query_properties_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc39 query_properties_["Supported"] = in InitQueryPropertyMap()
42 query_properties_["Attached"] = "1"; in InitQueryPropertyMap()
45 query_properties_["RegisterInfo0"] = in InitQueryPropertyMap()
48 query_properties_["RegisterInfo1"] = "E45"; in InitQueryPropertyMap()
51 query_properties_["ProcessInfo"] = in InitQueryPropertyMap()
54 query_properties_["Symbol"] = "OK"; in InitQueryPropertyMap()
59 query_properties_["C"] = buff; in InitQueryPropertyMap()
635 QueryPropertyMap::const_iterator it = query_properties_.find(toks[0]); in ProcessQueryPacket()
636 if (it != query_properties_.end()) { in ProcessQueryPacket()
H A Dtarget.h112 QueryPropertyMap query_properties_; member in v8::internal::wasm::gdb_server::Target::ErrorCode

Completed in 2 milliseconds