Home
last modified time | relevance | path

Searched +defs:json +defs:object +defs:type (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp577 llvm::StringRef object = path_with_object.substr(archive.size() + 1).drop_back(); SplitArchivePathWithObject() local
676 format(const ObjectFile::Type & type,raw_ostream & OS,StringRef Style) format() argument
777 namespace json { global() namespace
780 fromJSON(const llvm::json::Value & value,lldb_private::ObjectFile::Type & type,llvm::json::Path path) fromJSON() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1153 ProcessGDBRemote::TraceGetState(llvm::StringRef type) { in TraceGetState() argument
1443 __anon0221db6c0402(StructuredData::Object *object) UpdateThreadIDList() argument
2007 __anon0221db6c0502( llvm::StringRef key, StructuredData::Object *object) SetThreadStopInfo() argument
2018 __anon0221db6c0602(StructuredData::Object *object) SetThreadStopInfo() argument
2065 __anon0221db6c0702(llvm::StringRef key, StructuredData::Object *object) SetThreadStopInfo() argument
2076 __anon0221db6c0802(StructuredData::Object *object) SetThreadStopInfo() argument
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
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
3990 ReadExtFeature(llvm::StringRef object,llvm::StringRef annex) ReadExtFeature() argument
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp998 HandleAsyncPacket(PacketEnum * type) HandleAsyncPacket() argument
1028 HandleReceivedPacket(PacketEnum * type) HandleReceivedPacket() argument
5207 std::string object(p, sep - p); // "auxv", "backtrace", "features", etc HandlePacket_qXfer() local
5629 std::ostringstream json; HandlePacket_jThreadsInfo() local
5650 std::ostringstream json; HandlePacket_jThreadExtendedInfo() local
6484 EnableCompressionNextSendPacket(compression_types type) EnableCompressionNextSendPacket() argument
[all...]