Home
last modified time | relevance | path

Searched refs:PutString (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp78 diagnostic_manager.PutString(lldb::eSeverityWarning, "already installed"); in Install()
89 diagnostic_manager.PutString(lldb::eSeverityError, "invalid target"); in Install()
96 diagnostic_manager.PutString(lldb::eSeverityError, "invalid process"); in Install()
103 diagnostic_manager.PutString(lldb::eSeverityError, "process running"); in Install()
115 diagnostic_manager.PutString( in Install()
170 diagnostic_manager.PutString(lldb::eSeverityError, in Install()
H A DClangUserExpression.cpp333 diagnostic_manager.PutString( in SetupPersistentState()
338 diagnostic_manager.PutString(lldb::eSeverityError, in SetupPersistentState()
386 diagnostic_manager.PutString(lldb::eSeverityInfo, error_stream.GetString()); in SetupDeclVendor()
390 diagnostic_manager.PutString(lldb::eSeverityError, in SetupDeclVendor()
425 diagnostic_manager.PutString(lldb::eSeverityError, in CreateSourceCode()
532 diagnostic_manager.PutString(lldb::eSeverityWarning, err.AsCString()); in PrepareForParsing()
564 diagnostic_manager.PutString( in TryParse()
612 diagnostic_manager.PutString(lldb::eSeverityError, error_cstr); in TryParse()
614 diagnostic_manager.PutString(lldb::eSeverityError, in TryParse()
664 diagnostic_manager.PutString(lldb::eSeverityError, "invalid target"); in Parse()
[all …]
H A DClangFunctionCaller.cpp197 diagnostic_manager.PutString(lldb::eSeverityError, in CompileFunction()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp75 diagnostic_manager.PutString( in DoExecute()
100 diagnostic_manager.PutString( in DoExecute()
158 diagnostic_manager.PutString(lldb::eSeverityError, ss.GetString()); in DoExecute()
200 diagnostic_manager.PutString(lldb::eSeverityError, in DoExecute()
222 diagnostic_manager.PutString( in DoExecute()
300 diagnostic_manager.PutString( in PrepareToExecuteJITExpression()
H A DFunctionCaller.cpp145 diagnostic_manager.PutString(lldb::eSeverityError, in WriteFunctionArguments()
232 diagnostic_manager.PutString(lldb::eSeverityError, "no process"); in InsertFunction()
236 diagnostic_manager.PutString(lldb::eSeverityError, "process running"); in InsertFunction()
267 diagnostic_manager.PutString( in GetThreadPlanToCallFunction()
H A DDiagnosticManager.cpp82 void DiagnosticManager::PutString(lldb::Severity severity, in PutString() function in DiagnosticManager
H A DMaterializer.cpp404 log->PutString(dump_stream.GetString()); in DumpToLog()
742 log->PutString(dump_stream.GetString()); in DumpToLog()
1163 log->PutString(dump_stream.GetString()); in DumpToLog()
1301 log->PutString(dump_stream.GetString()); in DumpToLog()
1475 log->PutString(dump_stream.GetString()); in DumpToLog()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp247 log->PutString(strm.GetString()); in GetNonCallSiteUnwindPlanFromAssembly()
301 log->PutString(strm.GetString()); in GetNonCallSiteUnwindPlanFromAssembly()
391 log->PutString(strm.GetString()); in ReadMemory()
424 log->PutString(strm.GetString()); in WriteMemory()
502 log->PutString(strm.GetString()); in ReadRegister()
530 log->PutString(strm.GetString()); in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp135 void Log::PutCString(const char *cstr) { PutString(cstr); } in PutCString()
137 void Log::PutString(llvm::StringRef str) { in PutString() function in Log
156 PutString(Content); in VAPrintf()
H A DDataExtractor.cpp919 log->PutString(sstr.GetString()); in PutToLog()
958 log->PutString(sstr.GetString()); in PutToLog()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h126 void PutString(lldb::Severity severity, llvm::StringRef str);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp410 log->PutString(s.GetString()); in DoWillResume()
H A DThreadPlanCallFunction.cpp171 log->PutString(strm.GetString()); in ReportRegisterState()
H A DProcess.cpp4934 diagnostic_manager.PutString( in RunThreadPlan()
4940 diagnostic_manager.PutString( in RunThreadPlan()
4947 diagnostic_manager.PutString(lldb::eSeverityError, in RunThreadPlan()
4954 diagnostic_manager.PutString(lldb::eSeverityError, in RunThreadPlan()
4988 diagnostic_manager.PutString( in RunThreadPlan()
5014 diagnostic_manager.PutString(lldb::eSeverityError, in RunThreadPlan()
5141 diagnostic_manager.PutString( in RunThreadPlan()
5295 diagnostic_manager.PutString(lldb::eSeverityInfo, in RunThreadPlan()
5347 diagnostic_manager.PutString( in RunThreadPlan()
5533 log->PutString(s.GetString()); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h235 void PutString(llvm::StringRef str);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp187 log->PutString(strm.GetString()); in SendRawPacketNoLock()
770 log->PutString(strm.GetString()); in CheckForPacket()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp213 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp142 log->PutString(s.GetString()); in PrepareTrivialCall()
H A DABISysV_x86_64.cpp126 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp80 log->PutString(s.GetString()); in PrepareTrivialCall()
H A DABISysV_arm64.cpp83 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp584 log->PutString(s.GetString()); in PrepareTrivialCall()
H A DABISysV_mips64.cpp582 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp247 log->PutString(s.GetString()); in PrepareTrivialCall()
H A DABISysV_ppc64.cpp99 log->PutString(s.GetString()); in PrepareTrivialCall()

12