Home
last modified time | relevance | path

Searched refs:custom_params (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1175 StructuredData::DictionarySP custom_params = options.getTraceParams(); local
1176 if (custom_params)
1177 json_packet.AddItem("params", custom_params);
H A DGDBRemoteCommunicationClient.cpp3309 StructuredData::DictionarySP custom_params = options.getTraceParams(); in SendStartTracePacket() local
3310 if (custom_params) in SendStartTracePacket()
3311 json_packet.AddItem("params", custom_params); in SendStartTracePacket()