Home
last modified time | relevance | path

Searched refs:TraceGetState (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h374 TraceGetState(llvm::StringRef type) { in TraceGetState() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h175 llvm::Expected<std::string> TraceGetState(llvm::StringRef type) override;
H A DGDBRemoteCommunicationServerLLGS.cpp1350 return SendJSONResponse(m_current_process->TraceGetState(request->type)); in Handle_jLLDBTraceGetState()
H A DProcessGDBRemote.cpp1153 ProcessGDBRemote::TraceGetState(llvm::StringRef type) { in TraceGetState() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp184 return m_live_process->TraceGetState(GetPluginName()); in GetLiveProcessState()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2754 virtual llvm::Expected<std::string> TraceGetState(llvm::StringRef type) { in TraceGetState() function