|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/API/SBError.h 83 void SetError(const lldb_private::Status &lldb_error);
References
tools/lldb/source/API/SBBreakpoint.cpp 622 sb_error.SetError(error);
645 sb_error.SetError(error);
tools/lldb/source/API/SBBreakpointLocation.cpp 239 sb_error.SetError(error);
264 sb_error.SetError(error);
tools/lldb/source/API/SBBreakpointName.cpp 602 sb_error.SetError(error);
626 sb_error.SetError(error);
tools/lldb/source/API/SBDebugger.cpp 162 error.SetError(Status(std::move(e)));
1252 sb_error.SetError(error);
tools/lldb/source/API/SBFile.cpp 51 error.SetError(status);
68 error.SetError(status);
81 error.SetError(status);
96 error.SetError(status);
tools/lldb/source/API/SBHostOS.cpp 114 error_ptr->SetError(Status(thread.takeError()));
137 error_ptr->SetError(error);
155 error_ptr->SetError(error);
172 error_ptr->SetError(error);
tools/lldb/source/API/SBProcess.cpp 157 error.SetError(process_sp->Launch(launch_info));
180 error.SetError(process_sp->Attach(attach_info));
631 sb_error.SetError(process_sp->Destroy(false));
646 sb_error.SetError(process_sp->Halt());
661 sb_error.SetError(process_sp->Destroy(true));
684 sb_error.SetError(process_sp->Detach(keep_stopped));
699 sb_error.SetError(process_sp->Signal(signo));
1024 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num));
1116 sb_error.SetError(
1137 sb_error.SetError(process_sp->SendEventData(event_data));
tools/lldb/source/API/SBStructuredData.cpp 96 error.SetError(m_impl_up->GetAsJSON(stream.ref()));
106 sb_error.SetError(error);
tools/lldb/source/API/SBTarget.cpp 272 error.SetError(process_sp->LoadCore());
383 error.SetError(target_sp->Launch(launch_info, nullptr));
432 error.SetError(target_sp->Launch(launch_info, nullptr));
467 error.SetError(AttachToProcess(attach_info, *target_sp));
499 error.SetError(AttachToProcess(attach_info, *target_sp));
528 error.SetError(AttachToProcess(attach_info, *target_sp));
560 error.SetError(process_sp->ConnectRemote(nullptr, url));
1430 error.SetError(cw_error);
tools/lldb/source/API/SBThread.cpp 1040 sb_error.SetError(err);
1055 sb_error.SetError(
1073 sb_error.SetError(thread->UnwindInnermostExpression());
tools/lldb/source/API/SBTrace.cpp 40 error.SetError(
59 error.SetError(
76 error.SetError(process_sp->StopTrace(GetTraceUID(), thread_id));
89 error.SetError(process_sp->GetTraceConfig(GetTraceUID(),
tools/lldb/source/API/SBValue.cpp 272 sb_error.SetError(value_sp->GetError());
1505 error.SetError(rc);
tools/lldb/source/API/SBWatchpoint.cpp 93 sb_error.SetError(watchpoint_sp->GetError());