Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h123 TraceGetState(llvm::StringRef type) override;
H A DNativeProcessLinux.cpp1995 Expected<json::Value> NativeProcessLinux::TraceGetState(StringRef type) { in TraceGetState() function in NativeProcessLinux
1998 return NativeProcessProtocol::TraceGetState(type); in TraceGetState()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h366 TraceGetState(llvm::StringRef type) { in TraceGetState() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h171 llvm::Expected<std::string> TraceGetState(llvm::StringRef type) override;
H A DGDBRemoteCommunicationServerLLGS.cpp1352 return SendJSONResponse(m_current_process->TraceGetState(request->type)); in Handle_jLLDBTraceGetState()
H A DProcessGDBRemote.cpp1191 ProcessGDBRemote::TraceGetState(llvm::StringRef type) { in TraceGetState() function in ProcessGDBRemote
/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp182 return m_live_process->TraceGetState(GetPluginName()); in GetLiveProcessState()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2545 virtual llvm::Expected<std::string> TraceGetState(llvm::StringRef type) { in TraceGetState() function