Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h123 TraceGetState(llvm::StringRef type) override;
H A DNativeProcessLinux.cpp1996 Expected<json::Value> NativeProcessLinux::TraceGetState(StringRef type) { in TraceGetState() function in NativeProcessLinux
1999 return NativeProcessProtocol::TraceGetState(type); in TraceGetState()
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h367 TraceGetState(llvm::StringRef type) { in TraceGetState() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h170 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.cpp1144 ProcessGDBRemote::TraceGetState(llvm::StringRef type) { in TraceGetState() function in ProcessGDBRemote
/openbsd/gnu/llvm/lldb/source/Target/
H A DTrace.cpp184 return m_live_process->TraceGetState(GetPluginName()); in GetLiveProcessState()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2584 virtual llvm::Expected<std::string> TraceGetState(llvm::StringRef type) { in TraceGetState() function