Lines Matching +defs:json +defs:read

392   //     target.xml (registers) then proceed to read the target.xml.
1148 llvm::Error ProcessGDBRemote::TraceStart(const llvm::json::Value &request) {
2235 std::string json;
2237 json_extractor.GetHexByteString(json);
2241 m_jstopinfo_sp = StructuredData::ParseJSON(json);
2279 // many memory read requests down the remote GDB server.
2576 LLDB_LOG_ERROR(log, list.takeError(), "Failed to read module list: {0}.");
2590 // will make sure we don't have to read the thread registers for GPRs.
2618 // Keep memory read sizes down to a sane limit. This function will be
2656 "memory read failed for 0x%" PRIx64, addr);
2662 "unexpected response to GDB server memory read packet '%s': '%s'",
2853 // Keep memory read sizes down to a sane limit. This function will be
3195 bool read = wp_res_sp->WatchpointResourceRead();
3198 assert((read || write) &&
3199 "WatchpointResource type is neither read nor write");
3200 if (read && write)
3202 else if (read)
3227 bool read = wp_sp->WatchpointRead();
3237 addr, size, read, write, supported_features, target_arch);
3247 // This may mean that an existing resource changes its type (read to
3248 // read+write) or address range it is watching, in which case the old
3955 // escapes the characters at packet read time.
4024 // escapes the characters at packet read time.
4078 // escapes the characters at packet read time.
4102 // Establish the largest memory read/write payloads we should use. If the
4245 // can read from a register field:
4931 // check that we have extended feature read support
4940 // include read.
4966 // check that we have extended feature read support
5009 // the displacement as read from the field 'l_addr' of the
5501 m_json(LLDB_OPT_SET_1, false, "json", 'j',
5531 const bool json = m_json.GetOptionValue().GetCurrentValue();
5535 num_packets, max_send, max_recv, k_recv_amount, json,
5582 "Maximum size that lldb will try to read/write one one chunk.",