Home
last modified time | relevance | path

Searched defs:TraceGetState (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h374 TraceGetState(llvm::StringRef type) { in TraceGetState() function
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp2048 Expected<json::Value> NativeProcessLinux::TraceGetState(StringRef type) { TraceGetState() function in NativeProcessLinux
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2752 virtual llvm::Expected<std::string> TraceGetState(llvm::StringRef type) { TraceGetState() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1153 ProcessGDBRemote::TraceGetState(llvm::StringRef type) { in TraceGetState() function in ProcessGDBRemote