Searched refs:GetTraceConfig (Results 1 – 7 of 7) sorted by relevance
72 void SBTrace::GetTraceConfig(SBTraceOptions &options, SBError &error) { in GetTraceConfig() function in SBTrace79 error.SetError(process_sp->GetTraceConfig(GetTraceUID(), in GetTraceConfig()
100 void GetTraceConfig(SBTraceOptions &options, SBError &error);
396 virtual Status GetTraceConfig(lldb::user_id_t traceid, TraceOptions &config) { in GetTraceConfig() function
197 Status GetTraceConfig(lldb::user_id_t uid, TraceOptions &options) override;
1163 Status error = m_debugged_process_up->GetTraceConfig(uid, options);
1305 Status ProcessGDBRemote::GetTraceConfig(lldb::user_id_t uid, in GetTraceConfig() function in ProcessGDBRemote
2835 virtual Status GetTraceConfig(lldb::user_id_t uid, TraceOptions &options) { in GetTraceConfig() function