Home
last modified time | relevance | path

Searched refs:SetDescription (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp108 stop_info_sp->SetDescription(s.GetData()); in GetRealStopInfo()
H A DStopInfo.cpp1051 SetDescription(description); in StopInfoUnixSignal()
1145 SetDescription(description); in StopInfoException()
1167 SetDescription(description); in StopInfoProcessorTrace()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h176 virtual void SetDescription(llvm::StringRef) { in SetDescription() function
375 void SetDescription(llvm::StringRef description) override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h73 virtual void SetDescription(const char *desc_cstr) { in SetDescription() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp913 SetDescription(value_sp->GetStringValue()); in TestEmulation()
1203 void PseudoInstruction::SetDescription(llvm::StringRef description) { in SetDescription() function in PseudoInstruction
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1880 stop_info_sp->SetDescription(description.c_str()); in SetThreadStopInfo()