Home
last modified time | relevance | path

Searched +defs:json +defs:array +defs:type (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1153 ProcessGDBRemote::TraceGetState(llvm::StringRef type) { in TraceGetState() argument
2016 StructuredData::Array *array = object->GetAsArray(); SetThreadStopInfo() local
2074 StructuredData::Array *array = object->GetAsArray(); SetThreadStopInfo() local
2194 std::string json; SetThreadStopInfo() local
2629 DoReadMemoryTags(lldb::addr_t addr,size_t len,int32_t type) DoReadMemoryTags() argument
2647 DoWriteMemoryTags(lldb::addr_t addr,size_t len,int32_t type,const std::vector<uint8_t> & tags) DoWriteMemoryTags() argument
3213 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); EnableWatchpoint() local
3239 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); EnableWatchpoint() local
3284 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); DisableWatchpoint() local
4307 std::optional<llvm::StringRef> type; ParseFlagsFields() local
5469 const bool json = m_json.GetOptionValue().GetCurrentValue(); DoExecute() local
5728 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); DidForkSwitchHardwareTraps() local
[all...]
H A DGDBRemoteCommunicationClient.cpp653 ReadMemoryTags(lldb::addr_t addr,size_t len,int32_t type) ReadMemoryTags() argument
696 WriteMemoryTags(lldb::addr_t addr,size_t len,int32_t type,const std::vector<uint8_t> & tags) WriteMemoryTags() argument
1770 auto type = memory_node.GetAttributeValue("type", ""); LoadQXferMemoryMap() local
2471 TestPacketSpeed(const uint32_t num_packets,uint32_t max_send,uint32_t max_recv,uint64_t recv_amount,bool json,Stream & strm) TestPacketSpeed() argument
2677 StructuredData::Array *array = data->GetAsArray(); QueryGDBServer() local
2811 SendGDBStoppointTypePacket(GDBStoppointType type,bool insert,addr_t addr,uint32_t length,std::chrono::seconds timeout) SendGDBStoppointTypePacket() argument
3726 SendTraceGetState(llvm::StringRef type,std::chrono::seconds timeout) SendTraceGetState() argument
[all...]