|
LLDB mainline
|
This is the complete list of members for lldb_private::Trace, including all inherited members.
| CreateNewCursor(Thread &thread)=0 | lldb_private::Trace | pure virtual |
| DoRefreshLiveProcessState(TraceGetStateResponse state, llvm::StringRef json_response)=0 | lldb_private::Trace | protectedpure virtual |
| Dump(Stream *s) const =0 | lldb_private::Trace | pure virtual |
| DumpTraceInfo(Thread &thread, Stream &s, bool verbose, bool json)=0 | lldb_private::Trace | pure virtual |
| FindPluginForLiveProcess(llvm::StringRef plugin_name, Process &process) | lldb_private::Trace | static |
| FindPluginForPostMortemProcess(Debugger &debugger, const llvm::json::Value &bundle_description, llvm::StringRef session_file_dir) | lldb_private::Trace | static |
| FindPluginSchema(llvm::StringRef plugin_name) | lldb_private::Trace | static |
| GetAllProcesses() | lldb_private::Trace | |
| GetLiveCpuBinaryData(lldb::cpu_id_t cpu_id, llvm::StringRef kind) | lldb_private::Trace | protected |
| GetLiveCpuBinaryDataSize(lldb::cpu_id_t cpu_id, llvm::StringRef kind) | lldb_private::Trace | protected |
| GetLiveProcess() | lldb_private::Trace | protected |
| GetLiveProcessBinaryData(llvm::StringRef kind) | lldb_private::Trace | protected |
| GetLiveProcessBinaryDataSize(llvm::StringRef kind) | lldb_private::Trace | protected |
| GetLiveProcessState() | lldb_private::Trace | protected |
| GetLiveThreadBinaryData(lldb::tid_t tid, llvm::StringRef kind) | lldb_private::Trace | protected |
| GetLiveThreadBinaryDataSize(lldb::tid_t tid, llvm::StringRef kind) | lldb_private::Trace | protected |
| GetLiveTraceBinaryData(const TraceGetBinaryDataRequest &request, uint64_t expected_size) | lldb_private::Trace | protected |
| GetPluginName()=0 | lldb_private::PluginInterface | pure virtual |
| GetPostMortemCpuDataFile(lldb::cpu_id_t cpu_id, llvm::StringRef kind) | lldb_private::Trace | protected |
| GetPostMortemProcesses() | lldb_private::Trace | protected |
| GetPostMortemThreadDataFile(lldb::tid_t tid, llvm::StringRef kind) | lldb_private::Trace | protected |
| GetProcessTraceStartCommand(CommandInterpreter &interpreter)=0 | lldb_private::Trace | pure virtual |
| GetSchema()=0 | lldb_private::Trace | pure virtual |
| GetStartConfigurationHelp()=0 | lldb_private::Trace | pure virtual |
| GetStopID() | lldb_private::Trace | |
| GetThreadTraceStartCommand(CommandInterpreter &interpreter)=0 | lldb_private::Trace | pure virtual |
| GetTracedCpus() | lldb_private::Trace | |
| GetTracedProcesses() | lldb_private::Trace | protected |
| GetUpdatedStorage() | lldb_private::Trace | private |
| IsTraced(lldb::tid_t tid)=0 | lldb_private::Trace | pure virtual |
| LoadPostMortemTraceFromFile(Debugger &debugger, const FileSpec &trace_description_file) | lldb_private::Trace | static |
| m_live_process | lldb_private::Trace | private |
| m_stop_id | lldb_private::Trace | private |
| m_storage | lldb_private::Trace | private |
| OnAllCpusBinaryDataRead(llvm::StringRef kind, OnCpusBinaryDataReadCallback callback) | lldb_private::Trace | |
| OnBinaryDataReadCallback typedef | lldb_private::Trace | |
| OnCpuBinaryDataRead(lldb::cpu_id_t cpu_id, llvm::StringRef kind, OnBinaryDataReadCallback callback) | lldb_private::Trace | |
| OnCpusBinaryDataReadCallback typedef | lldb_private::Trace | |
| OnDataFileRead(FileSpec file, OnBinaryDataReadCallback callback) | lldb_private::Trace | static |
| OnLiveCpuBinaryDataRead(lldb::cpu_id_t cpu, llvm::StringRef kind, OnBinaryDataReadCallback callback) | lldb_private::Trace | protected |
| OnLiveThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind, OnBinaryDataReadCallback callback) | lldb_private::Trace | protected |
| OnPostMortemCpuBinaryDataRead(lldb::cpu_id_t cpu_id, llvm::StringRef kind, OnBinaryDataReadCallback callback) | lldb_private::Trace | protected |
| OnPostMortemThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind, OnBinaryDataReadCallback callback) | lldb_private::Trace | protected |
| OnThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind, OnBinaryDataReadCallback callback) | lldb_private::Trace | |
| operator=(const PluginInterface &)=delete | lldb_private::PluginInterface | |
| PluginInterface()=default | lldb_private::PluginInterface | |
| PluginInterface(const PluginInterface &)=delete | lldb_private::PluginInterface | |
| RefreshLiveProcessState() | lldb_private::Trace | protected |
| SaveToDisk(FileSpec directory, bool compact)=0 | lldb_private::Trace | pure virtual |
| SetPostMortemCpuDataFile(lldb::cpu_id_t cpu_id, llvm::StringRef kind, FileSpec file_spec) | lldb_private::Trace | protected |
| SetPostMortemThreadDataFile(lldb::tid_t tid, llvm::StringRef kind, FileSpec file_spec) | lldb_private::Trace | protected |
| Start(StructuredData::ObjectSP configuration=StructuredData::ObjectSP())=0 | lldb_private::Trace | pure virtual |
| Start(llvm::ArrayRef< lldb::tid_t > tids, StructuredData::ObjectSP configuration=StructuredData::ObjectSP())=0 | lldb_private::Trace | pure virtual |
| Start(const llvm::json::Value &request) | lldb_private::Trace | protected |
| Stop(llvm::ArrayRef< lldb::tid_t > tids) | lldb_private::Trace | |
| Stop() | lldb_private::Trace | |
| Trace(llvm::ArrayRef< lldb::ProcessSP > postmortem_processes, std::optional< std::vector< lldb::cpu_id_t > > postmortem_cpus) | lldb_private::Trace | protected |
| Trace(Process &live_process) | lldb_private::Trace | inlineprotected |
| ~PluginInterface()=default | lldb_private::PluginInterface | virtual |