LLDB mainline
|
#include "lldb/Utility/Flags.h"
#include "lldb/lldb-defines.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/RWMutex.h"
#include <atomic>
#include <cstdarg>
#include <cstdint>
#include <memory>
#include <mutex>
#include <string>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | lldb_private::LogHandler |
class | lldb_private::StreamLogHandler |
class | lldb_private::CallbackLogHandler |
class | lldb_private::RotatingLogHandler |
class | lldb_private::TeeLogHandler |
A T-style log handler that multiplexes messages to two log handlers. More... | |
class | lldb_private::Log |
struct | lldb_private::Log::Category |
class | lldb_private::Log::Channel |
Namespaces | |
namespace | llvm |
namespace | lldb_private |
A class that represents a running process on the host machine. |
Macros | |
#define | LLDB_LOG_OPTION_VERBOSE (1u << 1) |
#define | LLDB_LOG_OPTION_PREPEND_SEQUENCE (1u << 3) |
#define | LLDB_LOG_OPTION_PREPEND_TIMESTAMP (1u << 4) |
#define | LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD (1u << 5) |
#define | LLDB_LOG_OPTION_PREPEND_THREAD_NAME (1U << 6) |
#define | LLDB_LOG_OPTION_BACKTRACE (1U << 7) |
#define | LLDB_LOG_OPTION_APPEND (1U << 8) |
#define | LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION (1U << 9) |
#define | LLDB_LOG(log, ...) |
The LLDB_LOG* macros defined below are the way to emit log messages. | |
#define | LLDB_LOGF(log, ...) |
#define | LLDB_LOGV(log, ...) |
#define | LLDB_LOG_ERROR(log, error, ...) |
#define | LLDB_LOG_ERRORV(log, error, ...) |
Functions | |
template<typename Cat> | |
Log::Channel & | lldb_private::LogChannelFor ()=delete |
template<typename Cat> | |
Log * | lldb_private::GetLog (Cat mask) |
Retrieve the Log object for the channel associated with the given log enum. | |
void | lldb_private::SetLLDBErrorLog (Log *log) |
Getter and setter for the error log (see g_error_log). | |
Log * | lldb_private::GetLLDBErrorLog () |
#define LLDB_LOG | ( | log, | |
... ) |
The LLDB_LOG* macros defined below are the way to emit log messages.
Note that the macros surround the arguments in a check for the log being on, so you can freely call methods in arguments without affecting the non-log execution flow.
If you need to do more complex computations to prepare the log message be sure to add your own if (log) check, since we don't want logging to have any effect when not on.
However, the LLDB_LOG macro uses the llvm::formatv system (see the ProgrammersManual page in the llvm docs for more details). This allows the use of "format_providers" to auto-format datatypes, and there are already formatters for some of the llvm and lldb datatypes.
So if you need to do non-trivial formatting of one of these types, be sure to grep the lldb and llvm sources for "format_provider" to see if there is already a formatter before doing in situ formatting, and if possible add a provider if one does not already exist.
Definition at line 369 of file Log.h.
Referenced by lldb_private::DomainSocket::Accept(), lldb_private::TCPSocket::Accept(), lldb_private::mcp::ProtocolServerMCP::AcceptCallback(), lldb_private::ClangExpressionDeclMap::AddContextClassType(), lldb_private::TypeSystemClang::AddFieldToRecordType(), lldb_private::NameSearchContext::AddFunDecl(), lldb_private::RegisterContextWindows::AddHardwareBreakpoint(), lldb_private::BreakpointResolver::AddLocation(), lldb_private::BreakpointResolver::AddLocation(), lldb_private::ClangExpressionDeclMap::AddOneFunction(), lldb_private::ClangExpressionDeclMap::AddOneGenericVariable(), lldb_private::ClangExpressionDeclMap::AddOneRegister(), lldb_private::ClangExpressionDeclMap::AddOneType(), lldb_private::ClangExpressionDeclMap::AddOneVariable(), lldb_private::ClangExpressionDeclMap::AddOneVariable(), lldb_private::ClangExpressionDeclMap::AddOneVariable(), lldb_private::ClangExpressionDeclMap::AddPersistentVariable(), AddPosixSpawnFileAction(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::AddProcessThreads(), AddPtraceScopeNote(), PDBASTParser::AddRecordMembers(), lldb_private::breakpad::SymbolFileBreakpad::AddSymbols(), lldb_private::process_freebsd::NativeProcessFreeBSD::AddThread(), lldb_private::process_linux::NativeProcessLinux::AddThread(), lldb_private::process_netbsd::NativeProcessNetBSD::AddThread(), lldb_private::ObjCLanguageRuntime::AddToMethodCache(), lldb_private::ClangExpressionDeclMap::AddValueToStruct(), lldb_private::ProcessDebugger::AllocateMemory(), lldb_private::ThreadedCommunication::AppendBytesToCache(), lldb_private::Target::ApplyNameToBreakpoints(), lldb_private::process_aix::NativeProcessAIX::Attach(), lldb_private::process_aix::NativeProcessAIX::Manager::Attach(), lldb_private::process_freebsd::NativeProcessFreeBSD::Manager::Attach(), lldb_private::process_linux::NativeProcessLinux::Attach(), lldb_private::process_linux::NativeProcessLinux::Manager::Attach(), lldb_private::process_netbsd::NativeProcessNetBSD::Manager::Attach(), lldb_private::ProcessDebugger::AttachProcess(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::AttachWaitProcess(), lldb_private::Broadcaster::Broadcaster(), lldb_private::AppleObjCTypeEncodingParser::BuildObjCObjectPointerType(), lldb_private::ConnectionFileDescriptor::BytesAvailable(), lldb_private::RegisterContextWindows::CacheAllRegisterValues(), lldb_private::SymbolFileOnDemand::CalculateFrameVariableError(), lldb_private::ClangExpressionParser::ClangExpressionParser(), lldb_private::NativeRegisterContextDBReg::ClearHardwareBreakpoint(), lldb_private::NativeRegisterContextDBReg::ClearHardwareWatchpoint(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::ClearProcessSpecificData(), lldb_private::plugin::dwarf::SymbolFileDWARF::CollectCallEdges(), lldb_private::process_linux::NativeProcessLinux::Manager::CollectThread(), lldb_private::Process::CompleteAttach(), lldb_private::ClangASTSource::CompleteNamespaceMap(), DWARFASTParserClang::CompleteRecordType(), lldb_private::AppleObjCExternalASTSource::CompleteType(), lldb_private::AppleObjCExternalASTSource::CompleteType(), lldb_private::ClangASTSource::CompleteType(), lldb_private::SymbolFileCTF::CompleteType(), lldb_private::SymbolFileOnDemand::CompleteType(), lldb_private::HostInfoBase::ComputePathRelativeToLibrary(), lldb_private::HostInfoMacOSX::ComputeSupportExeDirectory(), ComputeTargetFrame(), lldb_private::TCPSocket::Connect(), lldb_private::plugin::dwarf::SymbolFileDWARF::ConstructFunctionDemangledName(), lldb_private::DebuggerThread::ContinueAsyncException(), ConvertDWARFCallingConventionToClang(), lldb_private::ClangASTImporter::CopyDecl(), lldb_private::ClangModulesDeclVendor::Create(), lldb_private::TypeSystemClang::CreateASTContext(), ObjectFilePECOFF::CreateBinary(), ObjectFileXCOFF::CreateBinary(), lldb_private::UDPSocket::CreateConnected(), lldb_private::process_linux::CreateContextSwitchTracePerfEvent(), lldb_private::platform_aix::PlatformAIX::CreateInstance(), lldb_private::platform_freebsd::PlatformFreeBSD::CreateInstance(), lldb_private::platform_linux::PlatformLinux::CreateInstance(), lldb_private::platform_netbsd::PlatformNetBSD::CreateInstance(), lldb_private::platform_openbsd::PlatformOpenBSD::CreateInstance(), ObjectFileCOFF::CreateInstance(), lldb_private::TargetThreadWindows::CreateRegisterContextForFrame(), IRForTarget::CreateResultVariable(), lldb_private::wasm::ObjectFileWasm::CreateSections(), DWARFASTParserClang::CreateStaticMemberVariable(), lldb_private::ProcessDebugger::DeallocateMemory(), lldb_private::DebuggerThread::DebugAttach(), lldb_private::DebuggerThread::DebuggerThreadAttachRoutine(), lldb_private::DebuggerThread::DebuggerThreadLaunchRoutine(), lldb_private::DebuggerThread::DebugLaunch(), lldb_private::DebuggerThread::DebugLoop(), lldb_private::Platform::DebugProcess(), lldb_private::PlatformQemuUser::DebugProcess(), PlatformPOSIX::DebugProcess(), lldb_private::BreakpointResolverFileLine::DeduceSourceMapping(), DefaultComputeClangResourceDirectory(), lldb_private::ClangASTImporter::DeportDecl(), lldb_private::ClangASTImporter::DeportType(), lldb_private::ValueObject::Dereference(), lldb_private::ProcessDebugger::DestroyProcess(), lldb_private::NativeProcessWindows::Detach(), lldb_private::ProcessDebugger::DetachProcess(), lldb_private::process_gdb_remote::ProcessGDBRemote::DidFork(), lldb_private::process_gdb_remote::ProcessGDBRemote::DidLaunchOrAttach(), lldb_private::process_gdb_remote::ProcessGDBRemote::DidVFork(), lldb_private::ProcessWindows::DisableBreakpointSite(), lldb_private::Communication::Disconnect(), lldb_private::ConnectionFileDescriptor::Disconnect(), lldb_private::telemetry::TelemetryManager::DispatchClientTelemetry(), lldb_private::ProcessWindows::DoDetach(), lldb_private::ThreadPlanCallFunction::DoPlanExplainsStop(), lldb_private::ThreadPlanStepOverBreakpoint::DoPlanExplainsStop(), lldb_private::process_linux::NativeRegisterContextLinux::DoReadRegisterValue(), lldb_private::trace_intel_pt::TraceIntelPT::DoRefreshLiveProcessState(), lldb_private::NativeThreadWindows::DoResume(), lldb_private::ProcessWindows::DoResume(), lldb_private::TargetThreadWindows::DoResume(), lldb_private::process_linux::NativeProcessLinux::DoStopIDBumped(), lldb_private::ProcessWindows::DoUpdateThreadList(), lldb_private::SymbolLocatorDebugSymbols::DownloadObjectAndSymbolFile(), lldb_private::process_linux::NativeRegisterContextLinux::DoWriteRegisterValue(), lldb_private::plugin::dwarf::DWARFDebugAranges::Dump(), lldb_private::SymbolFileOnDemand::Dump(), lldb_private::SymbolFileOnDemand::DumpClangAST(), lldb_private::FieldEnum::DumpToLog(), lldb_private::FieldEnum::Enumerator::DumpToLog(), lldb_private::RegisterFlags::Field::DumpToLog(), DumpValue(), lldb_private::EmulateInstructionPPC64::EmulateADDI(), lldb_private::EmulateInstructionPPC64::EmulateLD(), lldb_private::EmulateInstructionPPC64::EmulateMFSPR(), lldb_private::EmulateInstructionPPC64::EmulateOR(), lldb_private::EmulateInstructionPPC64::EmulateSTD(), lldb_private::ProcessWindows::EnableBreakpointSite(), lldb_private::DWARFExpression::Evaluate(), lldb_private::UserExpression::Evaluate(), Evaluate_DW_OP_entry_value(), ExpandIndexedExpression(), lldb_private::mcp::ProtocolServerMCP::Extend(), lldb_private::PlatformDarwin::ExtractCrashInfoAnnotations(), FailExceptionParsing(), lldb_private::ClangASTSource::FillNamespaceMap(), lldb_private::BreakpointResolverFileLine::FilterContexts(), lldb_private::Target::FinalizeFileActions(), lldb_private::ClangASTSource::FindCompleteType(), lldb_private::ClangASTSource::FindDeclInModules(), lldb_private::ClangASTSource::FindDeclInObjCRuntime(), lldb_private::AppleObjCDeclVendor::FindDecls(), lldb_private::ClangASTSource::FindExternalLexicalDecls(), lldb_private::ClangASTSource::FindExternalVisibleDecls(), lldb_private::ClangASTSource::FindExternalVisibleDecls(), lldb_private::ClangExpressionDeclMap::FindExternalVisibleDecls(), lldb_private::ClangExpressionDeclMap::FindExternalVisibleDecls(), lldb_private::SymbolFileOnDemand::FindFunctions(), lldb_private::SymbolFileOnDemand::FindFunctions(), lldb_private::SymbolFileOnDemand::FindGlobalVariables(), lldb_private::SymbolFileOnDemand::FindGlobalVariables(), FindInterveningFrames(), lldb_private::SymbolFileOnDemand::FindNamespace(), lldb_private::ClangASTSource::FindObjCMethodDecls(), lldb_private::ClangASTSource::FindObjCMethodDeclsWithOrigin(), lldb_private::ClangASTSource::FindObjCPropertyAndIvarDecls(), lldb_private::ClangASTSource::FindObjCPropertyAndIvarDeclsWithOrigin(), lldb_private::SymbolFileOnDemand::FindTypes(), lldb_private::AppleObjCDeclVendor::FinishDecl(), lldb_private::NativeProcessProtocol::FixupBreakpointPCAsNeeded(), lldb_private::SymbolFileOnDemand::ForEachExternalModule(), lldb_private::ForEachFormatterInModule(), lldb_private::ClangASTImporter::ForgetDestination(), lldb_private::ClangASTImporter::ForgetSource(), lldb_private::RichManglingContext::FromItaniumName(), lldb_private::SymbolFileOnDemand::GetAbilities(), lldb_private::GetAbortLocation(), DYLDRendezvous::GetAction(), lldb_private::telemetry::GetAsNanosec(), lldb_private::GetAssertLocation(), lldb_private::TypeSystemClang::GetBuiltinTypeForDWARFEncodingAndBitSize(), lldb_private::Function::GetCallEdges(), lldb_private::IndirectCallEdge::GetCallee(), lldb_private::SymbolFileOnDemand::GetCompileUnitAtIndex(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::GetCurrentProcessAndThreadIDs(), lldb_private::SymbolFileOnDemand::GetDebugInfoIndexTime(), lldb_private::SymbolFileOnDemand::GetDebugInfoParseTime(), lldb_private::SymbolFileOnDemand::GetDebugInfoSize(), GetDebugserverPath(), lldb_private::SymbolFileOnDemand::GetDeclContextContainingUID(), lldb_private::SymbolFileOnDemand::GetDeclContextForUID(), lldb_private::SymbolFileOnDemand::GetDeclForUID(), GetDLangDemangledStr(), lldb_private::plugin::dwarf::SymbolFileDWARF::GetDwpSymbolFile(), lldb_private::SymbolFileOnDemand::GetDynamicArrayInfoForUID(), GetELFProcessCPUType(), lldb_private::Listener::GetEventInternal(), lldb_private::Process::GetEventsPrivate(), GetExePathAndArch(), lldb_private::SourceManager::GetFile(), lldb_private::StackFrameList::GetFrameAtIndex(), lldb_private::NativeProcessProtocol::GetHardwareDebugSupportInfo(), lldb_private::UnwindPlan::GetLastRow(), lldb_private::CallEdge::GetLoadAddress(), lldb_private::SymbolFileOnDemand::GetMangledNamesForFunction(), lldb_private::ProcessDebugger::GetMemoryRegionInfo(), lldb_private::ClassDescriptorV2::GetMethodList(), GetModuleConfig(), lldb_private::process_freebsd::NativeThreadFreeBSD::GetName(), lldb_private::process_netbsd::NativeThreadNetBSD::GetName(), GetNetBSDProcessCPUType(), lldb_private::SymbolFileOnDemand::GetNumCompileUnits(), lldb_private::breakpad::SymbolFileBreakpad::GetOrCreateFunction(), lldb_private::minidump::ProcessMinidump::GetOrCreateModule(), lldb_private::SymbolFileOnDemand::GetParameterStackSize(), lldb_private::Target::GetPersistentExpressionStateForLanguage(), lldb_private::getProcFile(), lldb_private::getProcFile(), lldb_private::getProcFile(), lldb::SBDebugger::GetPrompt(), lldb_private::UnwindPlan::GetRowAtIndex(), GetRustV0DemangledStr(), lldb_private::PlatformDarwinDevice::GetSharedModuleWithLocalCache(), lldb_private::process_freebsd::NativeThreadFreeBSD::GetSiginfo(), lldb_private::Process::GetStateChangedEvents(), lldb_private::Process::GetStateChangedEventsPrivate(), lldb_private::IRExecutionUnit::GetStaticInitializers(), GetStatusInfo(), lldb_private::AppleObjCTrampolineHandler::GetStepThroughDispatchPlan(), lldb_private::DynamicLoaderDarwin::GetStepThroughTrampolinePlan(), lldb_private::process_freebsd::NativeThreadFreeBSD::GetStopReason(), lldb_private::process_netbsd::NativeThreadNetBSD::GetStopReason(), lldb_private::SymbolFileOnDemand::GetTypes(), lldb_private::SymbolFileOnDemand::GetTypeSystemForLanguage(), lldb_private::SymbolFileOnDemand::GetUnwindPlan(), lldb_private::ClangExpressionDeclMap::GetVariableValue(), lldb_private::NativeRegisterContextDBReg::GetWatchpointAddress(), lldb_private::NativeRegisterContextDBReg::GetWatchpointHitAddress(), lldb_private::NativeRegisterContextDBReg::GetWatchpointHitIndex(), lldb_private::NativeRegisterContextDBReg_arm64::GetWatchpointSize(), lldb_private::NativeRegisterContextDBReg_arm::GetWatchpointSize(), lldb_private::NativeRegisterContextDBReg_loongarch::GetWatchpointSize(), GetXcodeSDK(), lldb_private::ProcessDebugger::HaltProcess(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerCommon::Handle_A(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_C(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_c(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_g(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_interrupt(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_k(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_M(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_memory_read(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_p(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_QNonStop(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_vAttachOrWait(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_vAttachWait(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_vCont(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_Z(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_z(), lldb_private::StructuredDataDarwinLog::HandleArrivalOfStructuredData(), lldb_private::DebuggerThread::HandleCreateProcessEvent(), lldb_private::DebuggerThread::HandleCreateThreadEvent(), ClangDiagnosticManagerAdapter::HandleDiagnostic(), lldb_private::DebuggerThread::HandleExceptionEvent(), lldb_private::DebuggerThread::HandleExitProcessEvent(), lldb_private::DebuggerThread::HandleExitThreadEvent(), lldb_private::DebuggerThread::HandleLoadDllEvent(), IRForTarget::HandleObjCClass(), lldb_private::DebuggerThread::HandleRipEvent(), HandleStoppedEvent(), IRForTarget::HandleSymbol(), lldb_private::DebuggerThread::HandleUnloadDllEvent(), lldb_private::Broadcaster::BroadcasterImpl::HijackBroadcaster(), lldb_private::ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(), lldb_private::ClangASTImporter::ASTImporterDelegate::Imported(), lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(), lldb_private::ClangASTImporter::importRecordLayoutFromOrigin(), lldb_private::StructuredDataDarwinLog::InitCompletionHookCallback(), lldb_private::SystemInitializerFull::Initialize(), lldb_private::SymbolFileOnDemand::InitializeObject(), lldb_private::instrumentation::Instrumenter::Instrumenter(), lldb_private::process_linux::NativeProcessLinux::Interrupt(), lldb_private::process_freebsd::NativeProcessFreeBSD::Kill(), lldb_private::process_linux::NativeProcessLinux::Kill(), lldb_private::process_netbsd::NativeProcessNetBSD::Kill(), lldb_private::process_aix::NativeProcessAIX::Manager::Launch(), lldb_private::process_freebsd::NativeProcessFreeBSD::Manager::Launch(), lldb_private::process_linux::NativeProcessLinux::Manager::Launch(), lldb_private::process_netbsd::NativeProcessNetBSD::Manager::Launch(), lldb_private::ProcessDebugger::LaunchProcess(), LaunchProcessPosixSpawn(), LaunchProcessXPC(), lldb_private::TCPSocket::Listen(), DynamicLoaderPOSIXDYLD::LoadAllCurrentModules(), lldb_private::LoadFormattersForModule(), DynamicLoaderPOSIXDYLD::LoadInterpreterModule(), lldb_private::LoadTypeSummariesForModule(), DynamicLoaderPOSIXDYLD::LoadVDSO(), LogConfigError(), lldb_private::TypeSystemClang::LogCreation(), lldb_private::ClangExpressionDeclMap::LookupInModulesDeclVendor(), lldb_private::ClangASTSource::LookupInNamespace(), lldb_private::ClangExpressionDeclMap::LookUpLldbClass(), lldb_private::ClangExpressionDeclMap::LookUpLldbObjCClass(), lldb_private::ABI::MakeMCRegisterInfo(), DWARFASTParserClang::MapDeclDIEToDefDIE(), lldb_private::Process::MapSupportedStructuredDataPlugins(), lldb_private::ClangASTImporter::ASTImporterDelegate::MarkDeclImported(), IRForTarget::MaybeHandleCallArguments(), IRForTarget::MaybeHandleVariable(), MaybeLogLaunchInfo(), lldb_private::process_linux::NativeThreadLinux::MaybeLogStateChange(), lldb_private::ASTResultSynthesizer::MaybeRecordPersistentType(), lldb_private::process_linux::NativeProcessLinux::MonitorBreakpoint(), lldb_private::process_linux::NativeProcessLinux::MonitorCallback(), MonitorChildProcessThreadFunction(), lldb_private::process_freebsd::NativeProcessFreeBSD::MonitorClone(), lldb_private::process_linux::NativeProcessLinux::MonitorClone(), lldb_private::process_netbsd::NativeProcessNetBSD::MonitorClone(), lldb_private::process_freebsd::NativeProcessFreeBSD::MonitorExited(), lldb_private::process_netbsd::NativeProcessNetBSD::MonitorExited(), lldb_private::process_freebsd::NativeProcessFreeBSD::MonitorSignal(), lldb_private::process_linux::NativeProcessLinux::MonitorSignal(), lldb_private::process_netbsd::NativeProcessNetBSD::MonitorSignal(), lldb_private::process_freebsd::NativeProcessFreeBSD::MonitorSIGTRAP(), lldb_private::process_linux::NativeProcessLinux::MonitorSIGTRAP(), lldb_private::process_netbsd::NativeProcessNetBSD::MonitorSIGTRAP(), lldb_private::process_linux::NativeProcessLinux::MonitorTrace(), lldb_private::process_linux::NativeProcessLinux::MonitorWatchpoint(), lldb_private::ProcessLaunchInfo::NoOpMonitorCallback(), lldb_private::NativeProcessProtocol::NotifyDidExec(), lldb_private::process_linux::NativeProcessLinux::NotifyTracersOfNewThread(), lldb_private::process_linux::NativeProcessLinux::NotifyTracersOfThreadDestroyed(), lldb_private::NativeRegisterContextDBReg::NumSupportedHardwareBreakpoints(), lldb_private::NativeProcessWindows::OnDebugException(), lldb_private::ProcessDebugger::OnDebugException(), lldb_private::ProcessWindows::OnDebugException(), lldb_private::NativeProcessWindows::OnDebuggerConnected(), lldb_private::ProcessWindows::OnDebuggerConnected(), lldb_private::ProcessDebugger::OnDebuggerError(), lldb_private::ProcessWindows::OnDebuggerError(), lldb_private::NativeProcessWindows::OnExitProcess(), lldb_private::ProcessWindows::OnExitProcess(), lldb_private::Host::OpenURL(), DeclContextOverride::Override(), lldb_private::plugin::dwarf::SymbolFileDWARF::ParseAndAppendGlobalVariable(), lldb_private::SymbolFileOnDemand::ParseBlocksRecursive(), lldb_private::SymbolFileOnDemand::ParseCallEdgesInFunction(), lldb_private::breakpad::SymbolFileBreakpad::ParseCFIUnwindRow(), lldb_private::AppleObjCRuntimeV2::ParseClassInfoArray(), lldb_private::breakpad::SymbolFileBreakpad::ParseCUData(), lldb_private::SymbolFileOnDemand::ParseDebugMacros(), lldb_private::SymbolFileOnDemand::ParseDeclsForContext(), ObjectFilePECOFF::ParseDependentModules(), lldb_private::DWARFCallFrameInfo::ParseFDE(), lldb_private::breakpad::SymbolFileBreakpad::ParseFileRecords(), lldb_private::SymbolFileCTF::ParseFunctions(), lldb_private::SymbolFileOnDemand::ParseFunctions(), lldb_private::SymbolFileCTF::ParseHeader(), lldb_private::SymbolFileOnDemand::ParseImportedModules(), lldb_private::breakpad::SymbolFileBreakpad::ParseInlineOriginRecords(), lldb_private::SymbolFileOnDemand::ParseIsOptimized(), lldb_private::SymbolFileOnDemand::ParseLanguage(), lldb_private::SymbolFileOnDemand::ParseLineTable(), lldb_private::SymbolFileCTF::ParseObjects(), lldb_private::SymbolFileOnDemand::ParseSupportFiles(), lldb_private::DirectCallEdge::ParseSymbolFileAndResolve(), ObjectFileCOFF::ParseSymtab(), ObjectFileMachO::ParseSymtab(), lldb_private::SymbolFileCTF::ParseTypes(), lldb_private::SymbolFileOnDemand::ParseTypes(), lldb_private::plugin::dwarf::DWARFDebugInfo::ParseUnitsFor(), lldb_private::breakpad::SymbolFileBreakpad::ParseUnwindData(), lldb_private::SymbolFileOnDemand::ParseVariablesForContext(), lldb_private::breakpad::SymbolFileBreakpad::ParseWinUnwindPlan(), lldb_private::SymbolFileOnDemand::ParseXcodeSDK(), lldb_private::process_freebsd::NativeProcessFreeBSD::PopulateMemoryRegionCache(), lldb_private::process_linux::NativeProcessLinux::PopulateMemoryRegionCache(), lldb_private::process_netbsd::NativeProcessNetBSD::PopulateMemoryRegionCache(), lldb_private::SymbolFileOnDemand::PreloadSymbols(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread(), ABISysV_loongarch::PrepareTrivialCall(), lldb_private::Broadcaster::BroadcasterImpl::PrivateBroadcastEvent(), lldb_private::RichManglingContext::processIPDStrResult(), ProcessVmReadvSupported(), lldb_private::process_aix::NativeProcessAIX::PtraceWrapper(), lldb_private::process_freebsd::NativeProcessFreeBSD::PtraceWrapper(), lldb_private::process_linux::NativeProcessLinux::PtraceWrapper(), lldb_private::process_netbsd::NativeProcessNetBSD::PtraceWrapper(), lldb_private::Platform::PutFile(), DynamicLoaderDarwinKernel::KextImageInfo::PutToLog(), lldb_private::DynamicLoaderDarwin::ImageInfo::PutToLog(), lldb_private::ClassDescriptorV2::relative_list_entry_t::Read(), lldb_private::ClassDescriptorV2::relative_list_list_t::Read(), lldb_private::Communication::Read(), lldb_private::ConnectionFileDescriptor::Read(), lldb_private::ThreadedCommunication::Read(), lldb_private::process_freebsd::NativeProcessFreeBSD::ReadMemory(), lldb_private::process_linux::NativeProcessLinux::ReadMemory(), lldb_private::process_netbsd::NativeProcessNetBSD::ReadMemory(), lldb_private::ProcessDebugger::ReadMemory(), lldb_private::minidump::ProcessMinidump::ReadModuleList(), lldb_private::process_gdb_remote::GDBRemoteCommunication::ReadPacket(), lldb_private::ThreadedCommunication::ReadThread(), lldb_private::AbortWithPayloadFrameRecognizer::RecognizeFrame(), lldb_private::AssertFrameRecognizer::RecognizeFrame(), lldb_private::VerboseTrapFrameRecognizer::RecognizeFrame(), lldb_private::ASTResultSynthesizer::RecordPersistentDecl(), lldb_private::Trace::RefreshLiveProcessState(), lldb_private::ProcessWindows::RefreshStateAfterStop(), lldb_private::NativeProcessProtocol::RemoveSoftwareBreakpoint(), lldb_private::process_freebsd::NativeProcessFreeBSD::RemoveThread(), lldb_private::process_netbsd::NativeProcessNetBSD::RemoveThread(), IRForTarget::ReplaceVariables(), lldb_private::Debugger::ReportInterruption(), lldb_private::SymbolFileOnDemand::ResetStatistics(), IRForTarget::ResolveExternals(), lldb_private::SymbolFileOnDemand::ResolveTypeUID(), lldb_private::Broadcaster::BroadcasterImpl::RestoreBroadcaster(), lldb_private::NativeProcessWindows::Resume(), lldb_private::process_freebsd::NativeProcessFreeBSD::Resume(), lldb_private::process_linux::NativeProcessLinux::Resume(), lldb_private::process_netbsd::NativeProcessNetBSD::Resume(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::ResumeProcess(), lldb_private::process_linux::NativeProcessLinux::ResumeThread(), IRForTarget::RewriteObjCConstString(), IRForTarget::RewriteObjCConstStrings(), IRForTarget::RewriteObjCSelector(), IRForTarget::RewriteObjCSelectors(), IRForTarget::RewritePersistentAlloc(), IRForTarget::RewritePersistentAllocs(), IRForTarget::runOnModule(), lldb_private::Target::RunStopHooks(), lldb_private::Process::RunThreadPlan(), lldb_private::CommandInterpreter::SaveTranscript(), lldb_private::ClangExpressionDeclMap::SearchPersistenDecls(), lldb_private::StackFrameList::SelectMostRelevantFrame(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::SendStopReasonForState(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::SendTraceGetBinaryData(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::SendTraceGetState(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::SendTraceStart(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::SendTraceStop(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::SendTraceSupported(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::SendWResponse(), lldb_private::Target::SetArchitecture(), lldb_private::Process::SetCodeAddressMask(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::SetContinueThreadID(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(), lldb_private::Process::SetDataAddressMask(), lldb_private::Target::SetDefaultArchitecture(), lldb_private::Target::SetExecutableModule(), lldb_private::NativeProcessProtocol::SetExitStatus(), lldb_private::Process::SetExitStatus(), lldb_private::NativeProcessProtocol::SetHardwareBreakpoint(), lldb_private::NativeRegisterContextDBReg::SetHardwareBreakpoint(), lldb_private::NativeRegisterContextDBReg::SetHardwareWatchpoint(), lldb_private::Process::SetHighmemCodeAddressMask(), lldb_private::Process::SetHighmemDataAddressMask(), lldb_private::SymbolFileOnDemand::SetLoadDebugInfoEnabled(), lldb_private::ThreadPlanStepRange::SetNextBranchBreakpoint(), DynamicLoaderPOSIXDYLD::SetRendezvousBreakpoint(), lldb_private::NativeProcessProtocol::SetSoftwareBreakpoint(), lldb_private::process_freebsd::NativeThreadFreeBSD::SetStoppedBySignal(), lldb_private::process_netbsd::NativeThreadNetBSD::SetStoppedBySignal(), lldb_private::process_gdb_remote::ProcessGDBRemote::SetThreadStopInfo(), lldb_private::ClangUserExpression::SetupCppModuleImports(), SetupLangOpts(), SetupModuleHeaderPaths(), lldb_private::ProcessLaunchInfo::SetUpPtyRedirection(), lldb_private::NativeProcessProtocol::SetWatchpoint(), lldb_private::Platform::SetWorkingDirectory(), lldb_private::ThreadList::ShouldReportStop(), lldb_private::ThreadPlan::ShouldReportStop(), lldb_private::AppleThreadPlanStepThroughDirectDispatch::ShouldStop(), lldb_private::AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(), lldb_private::Process::ProcessEventData::ShouldStop(), lldb_private::ThreadList::ShouldStop(), lldb_private::StopInfoWatchpoint::ShouldStopSynchronous(), lldb_private::process_freebsd::NativeProcessFreeBSD::SigchldHandler(), lldb_private::process_linux::NativeProcessLinux::Manager::SigchldHandler(), lldb_private::process_netbsd::NativeProcessNetBSD::SigchldHandler(), lldb_private::process_linux::NativeProcessLinux::Signal(), lldb_private::process_linux::NativeProcessLinux::SignalIfAllThreadsStopped(), lldb_private::process_linux::IntelPTSingleBufferTrace::Start(), lldb_private::process_gdb_remote::GDBRemoteCommunication::StartDebugserverProcess(), lldb_private::ThreadedCommunication::StartReadThread(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::StartSTDIOForwarding(), lldb_private::DebuggerThread::StopDebugging(), lldb_private::process_netbsd::NativeProcessNetBSD::StopProcess(), lldb_private::ThreadedCommunication::StopReadThread(), lldb_private::process_linux::NativeProcessLinux::StopRunningThreads(), lldb_private::process_linux::NativeProcessLinux::StopTrackingThread(), lldb_private::NativeProcessProtocol::SynchronouslyNotifyProcessStateChanged(), lldb_private::Process::SyncIOHandler(), lldb_private::StackFrameList::SynthesizeTailCallFrames(), lldb_private::Target::Target(), lldb_private::Socket::TcpConnect(), lldb_private::Socket::TcpListen(), TemplateParameterAllowsValue(), lldb_private::ThreadedCommunication::ThreadedCommunication(), lldb_private::process_gdb_remote::ThreadGDBRemote::ThreadGDBRemote(), ThreadKDP::ThreadKDP(), lldb_private::process_linux::NativeProcessLinux::ThreadWasCreated(), lldb_private::process_gdb_remote::ProcessGDBRemote::UpdateAutomaticSignalFiltering(), lldb_private::AppleObjCRuntimeV2::SharedCacheImageHeaders::UpdateIfNeeded(), UpdateRegister(), UpdateRegister(), DYLDRendezvous::UpdateSOEntries(), DYLDRendezvous::UpdateSOEntriesFromRemote(), lldb_private::ProcessDebugger::WaitForDebuggerConnection(), lldb_private::Process::WaitForProcessToStop(), WaitPid(), WaitPid(), lldb_private::NativeRegisterContextDBReg::WatchpointIsEnabled(), lldb_private::Communication::Write(), lldb_private::ConnectionFileDescriptor::Write(), lldb_private::process_freebsd::NativeProcessFreeBSD::WriteMemory(), lldb_private::process_linux::NativeProcessLinux::WriteMemory(), lldb_private::process_netbsd::NativeProcessNetBSD::WriteMemory(), lldb_private::ProcessDebugger::WriteMemory(), xcrun(), lldb_private::Broadcaster::~Broadcaster(), lldb_private::Target::~Target(), lldb_private::ThreadedCommunication::~ThreadedCommunication(), lldb_private::process_gdb_remote::ThreadGDBRemote::~ThreadGDBRemote(), and ThreadKDP::~ThreadKDP().
#define LLDB_LOG_ERROR | ( | log, | |
error, | |||
... ) |
Definition at line 392 of file Log.h.
Referenced by lldb_private::mcp::ProtocolServerMCP::AcceptCallback(), lldb_private::PlatformDarwin::AddClangModuleCompilationOptionsForSDKType(), lldb_private::BreakpointLocationList::AddLocation(), lldb_private::BreakpointResolver::AddLocation(), ObjectFilePECOFF::AppendFromCOFFSymbolTable(), ObjectFilePECOFF::AppendFromExportTable(), lldb_private::formatters::BlockPointerSummaryProvider(), lldb_private::formatters::BlockPointerSyntheticFrontEnd::BlockPointerSyntheticFrontEnd(), lldb_private::plugin::dwarf::DWARFCompileUnit::BuildAddressRangeTable(), lldb_private::plugin::dwarf::DWARFDebugInfoEntry::BuildFunctionAddressRangeTable(), IOHandlerProcessSTDIO::Cancel(), lldb_private::BreakpointLocationList::ClearAllBreakpointSites(), lldb_private::NativeRegisterContextDBReg::ClearHardwareBreakpoint(), lldb_private::NativeRegisterContextDBReg::ClearHardwareWatchpoint(), lldb_private::CommandAlias::CommandAlias(), lldb_private::ClangASTImporter::CompleteAndFetchChildren(), SymbolFilePDB::CompleteType(), lldb_private::ConnectionFileDescriptor::ConnectUDP(), lldb_private::plugin::dwarf::SymbolFileDWARF::ConstructFunctionDemangledName(), lldb_private::ClangASTImporter::CopyDecl(), lldb_private::ClangASTImporter::CopyType(), ObjectFilePECOFF::CreateBinary(), ObjectFileXCOFF::CreateBinary(), lldb_private::ValueObject::CreateChildAtIndex(), lldb_private::ValueObjectConstResultImpl::CreateChildAtIndex(), lldb_private::npdb::SymbolFileNativePDB::CreateClassStructUnion(), lldb_private::ObjectFileJSON::CreateInstance(), ObjectFileCOFF::CreateInstance(), CreateRegionsCacheFromLinuxMaps(), CreateRegionsCacheFromMemoryInfoList(), CreateRegionsCacheFromMemoryList(), lldb_private::wasm::ObjectFileWasm::CreateSections(), DWARFASTParserClang::CreateStaticMemberVariable(), lldb_private::ValueObject::CreateSyntheticArrayMember(), lldb_private::ValueObjectConstResultImpl::CreateSyntheticArrayMember(), lldb_private::DataFileCache::DataFileCache(), lldb_private::plugin::dwarf::SymbolFileDWARF::DebugAbbrev(), lldb_private::PlatformQemuUser::DebugProcess(), lldb_private::plugin::dwarf::SymbolFileDWARF::DeclContextMatchesThisSymbolFile(), SymbolFilePDB::DeclContextMatchesThisSymbolFile(), lldb_private::wasm::ObjectFileWasm::DecodeNextSection(), lldb_private::DynamicLoaderWindowsDYLD::DidAttach(), lldb_private::wasm::DynamicLoaderWasmDYLD::DidAttach(), lldb_private::DynamicLoaderWindowsDYLD::DidLaunch(), lldb::SBFrame::Disassemble(), lldb_private::telemetry::TelemetryManager::DispatchClientTelemetry(), lldb_private::telemetry::ScopedDispatcher< Info >::DispatchNow(), lldb_private::wasm::UnwindWasm::DoGetFrameCount(), lldb_private::ScriptedThreadPlan::DoPlanExplainsStop(), SymbolFilePDB::DumpClangAST(), lldb::SBFrame::EvaluateExpression(), lldb::SBFrame::EvaluateExpression(), lldb::SBFrame::EvaluateExpression(), lldb::SBFrame::EvaluateExpression(), lldb_private::Target::EvaluateExpression(), lldb_private::plugin::dwarf::DWARFDebugAranges::extract(), ExtractDataMemberLocation(), ExtractLibcxxStringInfo(), lldb_private::Target::FinalizeFileActions(), lldb::SBTarget::FindBreakpointsByName(), lldb_private::plugin::dwarf::SymbolFileDWARF::FindDefinitionDIE(), SymbolFilePDB::FindNamespace(), lldb::SBFrame::FindRegister(), lldb_private::IRExecutionUnit::FindSymbol(), lldb::SBFrame::FindValue(), lldb::SBFrame::FindValue(), lldb::SBFrame::FindVariable(), lldb::SBFrame::FindVariable(), lldb_private::ForEachFormatterInModule(), lldb_private::CPlusPlusLanguage::GenerateAlternateFunctionManglings(), lldb_private::minidump::MinidumpParser::GetArchitecture(), lldb_private::process_gdb_remote::ProcessGDBRemote::GetAuxvData(), lldb::SBFrame::GetBlock(), lldb_private::DataFileCache::GetCachedData(), lldb_private::IndirectCallEdge::GetCallee(), lldb::SBFrame::GetCFA(), lldb_private::ValueObjectRegister::GetCompilerTypeImpl(), lldb::SBFrame::GetCompileUnit(), SymbolFilePDB::GetDeclContextContainingUID(), SymbolFilePDB::GetDeclContextForUID(), SymbolFilePDB::GetDeclForUID(), lldb::SBFrame::GetDescription(), lldb::SBThread::GetDescription(), lldb_private::ScriptedThreadPlan::GetDescription(), lldb::SBThread::GetDescriptionWithFormat(), lldb::SBFrame::GetDisplayFunctionName(), lldb_private::plugin::dwarf::SymbolFileDWARF::GetDWARFParser(), lldb::SBThread::GetExtendedBacktraceThread(), lldb_private::minidump::MinidumpParser::GetFilteredModuleList(), lldb_private::ScratchTypeSystemClang::GetForTarget(), lldb::SBFrame::GetFP(), lldb::SBThread::GetFrameAtIndex(), lldb::SBFrame::GetFrameBlock(), lldb::SBFrame::GetFrameID(), lldb::SBFrame::GetFunction(), lldb::SBFrame::GetFunctionName(), lldb_private::plugin::dwarf::SymbolFileDWARF::GetGlobalAranges(), lldb_private::process_gdb_remote::ProcessGDBRemote::GetImageInfoAddress(), lldb::SBThread::GetInfoItemByPathAsString(), lldb_private::ThreadPlanAssemblyTracer::GetIntPointerType(), lldb::SBFrame::GetLanguageSpecificData(), lldb::SBFrame::GetLineEntry(), lldb::SBFrame::GetModule(), lldb_private::minidump::MinidumpParser::GetModuleList(), lldb_private::ObjectFileJSON::GetModuleSpecifications(), ObjectFileCOFF::GetModuleSpecifications(), ObjectFilePECOFF::GetModuleSpecifications(), lldb::SBThread::GetName(), lldb::SBThread::GetNumFrames(), lldb::SBFrame::GetPC(), lldb::SBFrame::GetPCAddress(), SymbolFilePDB::GetPDBAstParser(), lldb_private::Target::GetPersistentExpressionStateForLanguage(), lldb::SBThread::GetProcess(), lldb::SBThread::GetQueue(), lldb::SBThread::GetQueueID(), lldb::SBThread::GetQueueName(), lldb::SBFrame::GetRegisters(), ABISysV_ppc64::GetReturnValueObjectSimple(), lldb_private::Target::GetScratchTypeSystems(), lldb::SBThread::GetSelectedFrame(), lldb::SBFrame::GetSP(), lldb::SBThread::GetStatus(), lldb_private::Thread::GetStatus(), lldb::SBThread::GetStopDescription(), lldb::SBThread::GetStopReason(), lldb::SBThread::GetStopReasonDataAtIndex(), lldb::SBThread::GetStopReasonDataCount(), lldb::SBThread::GetStopReasonExtendedBacktraces(), lldb::SBThread::GetStopReasonExtendedInfoAsJSON(), lldb::SBThread::GetStopReturnValue(), lldb::SBFrame::GetSymbol(), lldb::SBFrame::GetSymbolContext(), lldb::SBFrame::GetThread(), lldb_private::minidump::MinidumpParser::GetThreadContextWow64(), lldb_private::minidump::MinidumpParser::GetThreads(), lldb_private::plugin::dwarf::SymbolFileDWARF::GetTypeUnitSupportFiles(), lldb::SBFrame::GetValueForVariablePath(), lldb::SBFrame::GetValueForVariablePath(), lldb::SBFrame::GetVariables(), lldb::SBFrame::GetVariables(), lldb::SBFrame::GetVariables(), lldb_private::HostInfoMacOSX::GetXcodeContentsDirectory(), lldb::SBFrame::GuessLanguage(), lldb_private::StackFrame::GuessValueForAddress(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo(), lldb_private::CPlusPlusLanguage::HandleFrameFormatVariable(), lldb_private::ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(), lldb_private::npdb::SymbolFileNativePDB::InitializeObject(), lldb_private::plugin::dwarf::SymbolFileDWARF::InitializeObject(), lldb_private::SymbolFileCTF::InitializeObject(), lldb::SBFrame::IsArtificial(), lldb::SBFrame::IsHidden(), lldb::SBFrame::IsInlined(), lldb_private::ScriptedThreadPlan::IsPlanStale(), lldb::SBThread::IsStopped(), lldb::SBThread::IsSuspended(), lldb::SBFrame::IsSynthetic(), lldb_private::LoadFormattersForModule(), lldb_private::LoadTypeSummariesForModule(), lldb_private::plugin::dwarf::DWARFDIE::LookupDeepestBlock(), lldb_private::plugin::dwarf::DebugNamesDWARFIndex::MaybeLogLookupError(), lldb_private::Breakpoint::ModulesChanged(), lldb_private::process_freebsd::NativeProcessFreeBSD::MonitorClone(), lldb_private::process_netbsd::NativeProcessNetBSD::MonitorClone(), lldb_private::ProcessLaunchInfo::MonitorProcess(), lldb_private::process_freebsd::NativeProcessFreeBSD::MonitorSIGTRAP(), lldb_private::NativeRegisterContextDBReg::NumSupportedHardwareBreakpoints(), lldb_private::NativeRegisterContextDBReg::NumSupportedHardwareWatchpoints(), lldb::SBFrame::operator bool(), lldb::SBThread::operator bool(), sddarwinlog_private::ParseAutoEnableOptions(), lldb_private::plugin::dwarf::SymbolFileDWARF::ParseBlocksRecursive(), SymbolFilePDB::ParseCompileUnitFunctionForPDBFunc(), SymbolFilePDB::ParseDeclsForContext(), lldb_private::plugin::dwarf::DWARFUnit::ParseDWARFLocationList(), lldb_private::plugin::dwarf::SymbolFileDWARF::ParseFunction(), ParseLLVMLineTable(), ParseLLVMLineTablePrologue(), ObjectContainerBSDArchive::Archive::ParseObjects(), lldb_private::ObjectFileJSON::ParseSymtab(), ObjectFileCOFF::ParseSymtab(), ObjectFileXCOFF::ParseSymtab(), lldb_private::plugin::dwarf::SymbolFileDWARF::ParseType(), lldb_private::SymbolFileCTF::ParseTypes(), lldb_private::plugin::dwarf::SymbolFileDWARF::ParseVariablesForContext(), lldb_private::plugin::dwarf::SymbolFileWasm::ParseVendorDWARFOpcode(), lldb_private::minidump::MinidumpParser::PopulateMemoryRanges(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread(), PrintDemangledArgumentList(), lldb_private::process_linux::IntelPTMultiCoreTrace::ProcessDidStop(), lldb_private::process_linux::IntelPTMultiCoreTrace::ProcessWillResume(), lldb_private::wasm::RegisterContextWasm::ReadRegister(), lldb::SBStream::RedirectToFile(), lldb_private::BreakpointLocationList::ResolveAllBreakpointSites(), lldb_private::Type::ResolveCompilerType(), lldb_private::SymbolFileCTF::ResolveTypeUID(), SymbolFilePDB::ResolveTypeUID(), lldb::SBThread::Resume(), IOHandlerProcessSTDIO::Run(), lldb_private::RegisterContextUnwind::SavedLocationForRegister(), lldb_private::BreakpointResolverAddress::SearchCallback(), lldb_private::DataFileCache::SetCachedData(), lldb_private::NativeRegisterContextDBReg::SetHardwareBreakpoint(), lldb_private::NativeRegisterContextDBReg::SetHardwareWatchpoint(), lldb_private::Breakpoint::SetIsHardware(), lldb::SBFrame::SetPC(), lldb_private::DynamicRegisterInfo::SetRegisterInfo(), lldb::SBThread::SetSelectedFrame(), lldb_private::Thread::SetSelectedFrameByIndexNoisily(), lldb_private::process_gdb_remote::ProcessGDBRemote::SetThreadStopInfo(), lldb_private::AppleObjCTrampolineHandler::SetupDispatchFunction(), lldb_private::AppleGetItemInfoHandler::SetupGetItemInfoFunction(), lldb_private::AppleGetPendingItemsHandler::SetupGetPendingItemsFunction(), lldb_private::AppleGetQueuesHandler::SetupGetQueuesFunction(), lldb_private::AppleGetThreadItemInfoHandler::SetupGetThreadItemInfoFunction(), lldb_private::ScriptedThreadPlan::ShouldStop(), MemoryMonitorPoll::Start(), lldb_private::process_gdb_remote::ProcessGDBRemote::StartAsyncThread(), ProcessKDP::StartAsyncThread(), lldb_private::Debugger::StartEventHandlerThread(), lldb_private::Debugger::StartIOHandlerThread(), lldb_private::Process::StartPrivateStateThread(), lldb_private::ThreadedCommunication::StartReadThread(), lldb_private::StreamFile::StreamFile(), lldb_private::mcp::ProtocolServerMCP::Terminate(), lldb_private::CxxModuleHandler::tryInstantiateStdTemplate(), and lldb_private::Watchpoint::Watchpoint().
#define LLDB_LOG_ERRORV | ( | log, | |
error, | |||
... ) |
Definition at line 408 of file Log.h.
Referenced by lldb_private::SyntheticChildrenFrontEnd::CalculateNumChildrenIgnoringErrors(), lldb_private::Status::Clear(), lldb_private::TypeFormatImpl_Format::FormatObject(), lldb_private::ValueObject::GetNumChildrenIgnoringErrors(), lldb_private::CompilerType::GetValueAsScalar(), lldb_private::Value::GetValueByteSize(), lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd::Update(), lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::Update(), lldb_private::formatters::LibcxxStdUnorderedMapSyntheticFrontEnd::Update(), lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update(), and lldb_private::formatters::MsvcStlVectorSyntheticFrontEnd::Update().
#define LLDB_LOG_OPTION_APPEND (1U << 8) |
Definition at line 42 of file Log.h.
Referenced by lldb_private::Debugger::EnableLog(), and CommandObjectLogEnable::CommandOptions::SetOptionValue().
#define LLDB_LOG_OPTION_BACKTRACE (1U << 7) |
Definition at line 41 of file Log.h.
Referenced by CommandObjectLogEnable::CommandOptions::SetOptionValue(), and lldb_private::Log::WriteHeader().
#define LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION (1U << 9) |
Definition at line 43 of file Log.h.
Referenced by CommandObjectLogEnable::CommandOptions::SetOptionValue(), and lldb_private::Log::WriteHeader().
#define LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD (1u << 5) |
Definition at line 39 of file Log.h.
Referenced by CommandObjectLogEnable::CommandOptions::SetOptionValue(), and lldb_private::Log::WriteHeader().
#define LLDB_LOG_OPTION_PREPEND_SEQUENCE (1u << 3) |
Definition at line 37 of file Log.h.
Referenced by CommandObjectLogEnable::CommandOptions::SetOptionValue(), and lldb_private::Log::WriteHeader().
#define LLDB_LOG_OPTION_PREPEND_THREAD_NAME (1U << 6) |
Definition at line 40 of file Log.h.
Referenced by lldb::SBDebugger::EnableLog(), lldb_private::Debugger::EnableLog(), CommandObjectLogEnable::CommandOptions::SetOptionValue(), and lldb_private::Log::WriteHeader().
#define LLDB_LOG_OPTION_PREPEND_TIMESTAMP (1u << 4) |
Definition at line 38 of file Log.h.
Referenced by lldb::SBDebugger::EnableLog(), lldb_private::Debugger::EnableLog(), CommandObjectLogEnable::CommandOptions::SetOptionValue(), and lldb_private::Log::WriteHeader().
#define LLDB_LOG_OPTION_VERBOSE (1u << 1) |
Definition at line 36 of file Log.h.
Referenced by lldb_private::Log::GetVerbose(), and CommandObjectLogEnable::CommandOptions::SetOptionValue().
#define LLDB_LOGF | ( | log, | |
... ) |
Definition at line 376 of file Log.h.
Referenced by DynamicLoaderMacOS::AddBinaries(), lldb_private::Target::AddBreakpoint(), lldb_private::PlatformDarwin::AddClangModuleCompilationOptionsForSDKType(), lldb_private::Listener::AddEvent(), lldb_private::UnwindLLDB::AddFirstFrame(), lldb_private::StructuredDataDarwinLog::AddInitCompletionHook(), lldb_private::BreakpointResolver::AddLocation(), MinidumpFileBuilder::AddMemoryList_32(), MinidumpFileBuilder::AddMemoryList_64(), MinidumpFileBuilder::AddModuleList(), DynamicLoaderMacOSXDYLD::AddModulesUsingImageInfosAddress(), lldb_private::DynamicLoaderDarwin::AddModulesUsingPreloadedModules(), lldb_private::UnwindLLDB::AddOneMoreFrame(), lldb_private::Block::AddRange(), MinidumpFileBuilder::AddThreadList(), lldb_private::ObjCLanguageRuntime::AddToMethodCache(), lldb_private::IRExecutionUnit::MemoryManager::allocateCodeSection(), lldb_private::IRExecutionUnit::MemoryManager::allocateDataSection(), lldb_private::AllocatedMemoryCache::AllocateMemory(), lldb_private::AllocatedMemoryCache::AllocatePage(), ApplyELF32ABS32RelRelocation(), ApplyELF64ABS32Relocation(), lldb_private::process_gdb_remote::ProcessGDBRemote::AsyncThread(), ProcessKDP::AsyncThread(), PlatformPOSIX::Attach(), lldb_private::Process::AttachCompletionHandler::AttachCompletionHandler(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::AttachToProcess(), DynamicLoaderDarwinKernel::BreakpointHit(), lldb_private::ThreadPlanCallFunction::BreakpointsExplainStop(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::BuildTargetXml(), lldb_private::ConnectionFileDescriptor::BytesAvailable(), lldb_private::ValueObjectSynthetic::CalculateNumChildren(), lldb_private::Platform::CallLocateModuleCallbackIfSet(), IRInterpreter::CanInterpret(), lldb_private::Process::CanJIT(), ProcessMachCore::CheckAddressForDyldOrKernel(), DynamicLoaderDarwinKernel::CheckForKernelImageAtAddress(), DynamicLoaderFreeBSDKernel::CheckForKernelImageAtAddress(), CommunicationKDP::CheckForPacket(), lldb_private::process_gdb_remote::GDBRemoteCommunication::CheckForPacket(), lldb_private::ClangExpressionParser::ClangExpressionParser(), lldb_private::Listener::Clear(), lldb_private::NativeRegisterContextDBReg::ClearAllHardwareBreakpoints(), lldb_private::Target::ClearAllWatchpointHistoricValues(), lldb_private::Target::ClearAllWatchpointHitCounts(), lldb_private::ThreadPlanStepRange::ClearNextBranchBreakpoint(), lldb_private::ObjectFile::ClearSymtab(), lldb_private::Socket::Close(), lldb_private::ConnectionFileDescriptor::CloseCommandPipe(), lldb_private::ASTResultSynthesizer::CommitPersistentDecls(), lldb_private::ClangFunctionCaller::CompileFunction(), lldb_private::ClangUserExpression::Complete(), lldb_private::Process::CompleteAttach(), lldb_private::AppleObjCExternalASTSource::CompleteType(), lldb_private::AppleObjCExternalASTSource::CompleteType(), lldb_private::BreakpointLocation::ConditionSaysStop(), lldb_private::ConnectionFileDescriptor::Connect(), lldb_private::ConnectionGenericFile::Connect(), lldb_private::ConnectionFileDescriptor::ConnectionFileDescriptor(), lldb_private::ConnectionFileDescriptor::ConnectionFileDescriptor(), lldb_private::platform_android::PlatformAndroidRemoteGDBServer::ConnectRemote(), lldb_private::process_gdb_remote::ProcessGDBRemote::ConnectToDebugserver(), lldb_private::ThreadPlanCallFunction::ConstructorSetup(), lldb_private::Process::ControlPrivateStateThread(), lldb_private::platform_android::PlatformAndroid::CreateInstance(), lldb_private::PlatformAppleSimulator::CreateInstance(), lldb_private::PlatformRemoteAppleBridge::CreateInstance(), lldb_private::PlatformRemoteAppleTV::CreateInstance(), lldb_private::PlatformRemoteAppleWatch::CreateInstance(), lldb_private::PlatformRemoteAppleXR::CreateInstance(), lldb_private::PlatformRemoteiOS::CreateInstance(), lldb_private::PlatformRemoteMacOSX::CreateInstance(), lldb_private::ScriptedProcess::CreateInstance(), lldb_private::wasm::ObjectFileWasm::CreateInstance(), ThreadElfCore::CreateRegisterContextForFrame(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::CreateSymlink(), lldb::SBDebugger::CreateTarget(), lldb::SBDebugger::CreateTarget(), lldb::SBDebugger::CreateTargetWithFileAndArch(), lldb::SBDebugger::CreateTargetWithFileAndTargetTriple(), lldb_private::Target::CreateWatchpoint(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::DataAvailableCallback(), lldb_private::AllocatedMemoryCache::DeallocateMemory(), lldb_private::Platform::DebugProcess(), lldb_private::EmulateInstructionRISCV::Decode(), lldb_private::process_gdb_remote::GDBRemoteCommunication::DecompressPacket(), lldb_private::ThreadPlanShouldStopHere::DefaultShouldStopHereCallback(), lldb_private::ThreadPlanStepInRange::DefaultShouldStopHereCallback(), lldb_private::ThreadPlanShouldStopHere::DefaultStepFromHereCallback(), MinidumpFileBuilder::DeleteFile(), lldb_private::platform_android::PlatformAndroidRemoteGDBServer::DeleteForwardPort(), lldb::SBDebugger::DeleteTarget(), EntityPersistentVariable::Dematerialize(), EntityRegister::Dematerialize(), EntitySymbol::Dematerialize(), EntityVariableBase::Dematerialize(), lldb_private::Materializer::Dematerializer::Dematerialize(), DynamicLoaderPOSIXDYLD::DidAttach(), lldb_private::DynamicLoaderWindowsDYLD::DidAttach(), lldb_private::wasm::DynamicLoaderWasmDYLD::DidAttach(), ProcessKDP::DidAttach(), lldb_private::Process::DidExec(), DynamicLoaderPOSIXDYLD::DidLaunch(), lldb_private::DynamicLoaderWindowsDYLD::DidLaunch(), lldb_private::ThreadPlanSingleThreadTimeout::DidPop(), lldb_private::Target::DisableAllBreakpoints(), lldb_private::Target::DisableAllowedBreakpoints(), lldb_private::Target::DisableAllWatchpoints(), lldb_private::Target::DisableBreakpointByID(), lldb_private::process_gdb_remote::ProcessGDBRemote::DisableBreakpointSite(), lldb_private::Process::DisableSoftwareBreakpoint(), lldb_private::process_gdb_remote::ProcessGDBRemote::DisableWatchpoint(), lldb_private::Target::DisableWatchpointByID(), lldb_private::IRExecutionUnit::DisassembleFunction(), lldb_private::Thread::DiscardPlan(), lldb_private::Thread::DiscardThreadPlans(), lldb_private::Thread::DiscardThreadPlansUpToPlan(), lldb_private::ConnectionFileDescriptor::Disconnect(), lldb_private::ConnectionGenericFile::Disconnect(), lldb::SBDebugger::DispatchClientTelemetry(), lldb_private::process_gdb_remote::ProcessGDBRemote::DoAllocateMemory(), lldb_private::process_gdb_remote::ProcessGDBRemote::DoAttachToProcessWithID(), lldb_private::process_gdb_remote::ProcessGDBRemote::DoConnectRemote(), lldb_private::process_gdb_remote::ProcessGDBRemote::DoDestroy(), lldb_private::process_gdb_remote::ProcessGDBRemote::DoDetach(), ProcessKDP::DoDetach(), CommandObjectTargetModulesSearchPathsAdd::DoExecute(), lldb_private::LLVMUserExpression::DoExecute(), DynamicLoaderMacOS::DoInitialImageFetch(), lldb_private::process_gdb_remote::ProcessGDBRemote::DoLaunch(), lldb_private::ScriptedProcess::DoLaunch(), ProcessMachCore::DoLoadCore(), lldb_private::ScriptedThreadPlan::DoPlanExplainsStop(), lldb_private::ThreadPlanCallFunction::DoPlanExplainsStop(), lldb_private::ThreadPlanSingleThreadTimeout::DoPlanExplainsStop(), lldb_private::ThreadPlanStepOverBreakpoint::DoPlanExplainsStop(), lldb_private::ClangExpressionParser::DoPrepareForExecution(), lldb_private::process_gdb_remote::ProcessGDBRemote::DoResume(), lldb_private::ScriptedProcess::DoResume(), ProcessKDP::DoResume(), lldb_private::process_gdb_remote::ProcessGDBRemote::DoSignal(), lldb_private::ThreadPlanCallFunction::DoTakedown(), lldb_private::ThreadPlanStepInRange::DoWillResume(), lldb_private::ThreadPlanStepOverRange::DoWillResume(), lldb_private::SymbolLocatorDebugSymbols::DownloadObjectAndSymbolFile(), lldb_private::platform_android::PlatformAndroid::DownloadSymbolFile(), lldb_private::process_gdb_remote::GDBRemoteCommunicationHistory::Dump(), lldb_private::IRExecutionUnit::AllocationRecord::dump(), AuxVector::DumpToLog(), DYLDRendezvous::DumpToLog(), DYLDRendezvous::Rendezvous::DumpToLog(), HexagonDYLDRendezvous::DumpToLog(), DumpValue(), lldb_private::Target::EnableAllBreakpoints(), lldb_private::Target::EnableAllowedBreakpoints(), lldb_private::Target::EnableAllWatchpoints(), lldb_private::Target::EnableBreakpointByID(), lldb_private::process_gdb_remote::ProcessGDBRemote::EnableBreakpointSite(), lldb_private::StructuredDataDarwinLog::EnableNow(), lldb_private::Process::EnableSoftwareBreakpoint(), lldb_private::process_gdb_remote::ProcessGDBRemote::EnableWatchpoint(), lldb_private::Target::EnableWatchpointByID(), DynamicLoaderPOSIXDYLD::EntryBreakpointHit(), lldb_private::ScriptedInterface::ErrorWithMessage(), lldb_private::DWARFExpression::Evaluate(), lldb::SBFrame::EvaluateExpression(), lldb::SBTarget::EvaluateExpression(), lldb_private::FunctionCaller::ExecuteFunction(), ExpandIndexedExpression(), lldb_private::FunctionCaller::FetchFunctionResults(), lldb_private::process_gdb_remote::ThreadGDBRemote::FetchThreadExtendedInfo(), lldb_private::LLVMUserExpression::FinalizeJITExecution(), lldb_private::PlatformDarwin::FindBundleBinaryInExecSearchPaths(), lldb_private::SupportFileList::FindCompatibleIndex(), lldb_private::AppleObjCDeclVendor::FindDecls(), lldb_private::AppleObjCExternalASTSource::FindExternalVisibleDeclsByName(), lldb_private::Listener::FindNextEventInternal(), lldb_private::AppleObjCDeclVendor::FinishDecl(), ForwardPortWithAdb(), lldb_private::ThreadPlanStepInRange::FrameMatchesAvoidCriteria(), lldb_private::IRMemoryMap::Free(), lldb_private::FormatManager::Get(), lldb_private::TypeCategoryMap::Get(), ObjectFileMachO::GetAddressableBits(), lldb_private::ArchitectureArm::GetArchitectureUnwindPlan(), lldb_private::Process::GetAsyncProfileData(), lldb_private::ArchitectureMips::GetBreakableLoadAddress(), lldb_private::RISCVSingleStepBreakpointLocationsPredictor::GetBreakpointLocations(), lldb_private::FormatManager::GetCached(), lldb_private::Platform::GetCachedSharedModule(), lldb_private::ValueObjectSynthetic::GetChildAtIndex(), lldb_private::GetClangResourceDir(), ObjectFileMachO::GetCorefileAllImageInfos(), ObjectFileMachO::GetCorefileMainBinaryInfo(), ObjectFileMachO::GetCorefileProcessMetadata(), ObjectFileMachO::GetCorefileThreadExtraInfos(), lldb_private::StackFrameList::GetCurrentInlinedDepth(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::GetCurrentProcessInfo(), lldb_private::AppleGetQueuesHandler::GetCurrentQueues(), lldb_private::ScriptedThreadPlan::GetDescription(), lldb_private::HostInfoLinux::GetDistributionId(), lldb::SBDebugger::GetDummyTarget(), lldb_private::plugin::dwarf::SymbolFileDWARF::GetDwoSymbolFileForCompileUnit(), lldb_private::Listener::GetEventInternal(), lldb_private::platform_android::PlatformAndroid::GetFile(), PlatformPOSIX::GetFile(), lldb_private::PlatformRemoteDarwinDevice::GetFileInSDK(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::GetFilePermissions(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap(), lldb_private::NativeRegisterContextDBReg::GetHardwareBreakHitIndex(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::GetHostInfo(), ObjectFileMachO::GetIdentifierString(), GetItaniumDemangledStr(), lldb_private::AppleGetItemInfoHandler::GetItemInfo(), GetJSONThreadsInfo(), ObjectFileMachO::GetLLDBSharedCacheUUID(), lldb_private::ScriptedProcess::GetLoadedDynamicLibrariesInfos(), lldb_private::process_gdb_remote::ProcessGDBRemote::GetLoadedModuleList(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::GetModuleSpec(), lldb_private::process_gdb_remote::ProcessGDBRemote::GetModuleSpec(), ObjectFileELF::GetModuleSpecifications(), GetModuleSpecInfoFromUUIDDictionary(), GetMSVCDemangledStr(), lldb_private::TargetThreadWindows::GetName(), lldb_private::UnwindLLDB::GetOneMoreFrame(), lldb_private::SymbolContext::GetParentOfInlinedScope(), lldb_private::NativeRegisterContext::GetPC(), lldb_private::AppleGetPendingItemsHandler::GetPendingItems(), lldb_private::ScriptedThreadPlan::GetPlanRunState(), ObjectFileMachO::GetProcessSharedCacheUUID(), GetRegistersAsJSON(), lldb_private::IRExecutionUnit::GetRemoteAddressForLocal(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::GetRemoteQSupported(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::GetRemoteWorkingDirectory(), lldb_private::IRExecutionUnit::GetRunnableInfo(), lldb_private::platform_android::PlatformAndroid::GetSdkVersion(), ObjectFileELF::GetSectionHeaderInfo(), lldb::SBDebugger::GetSelectedPlatform(), lldb::SBDebugger::GetSelectedTarget(), lldb_private::ModuleList::GetSharedModule(), lldb_private::PlatformDarwinDevice::GetSharedModuleWithLocalCache(), lldb_private::Process::GetSTDERR(), lldb_private::Process::GetSTDOUT(), lldb_private::AppleObjCTrampolineHandler::GetStepThroughDispatchPlan(), DynamicLoaderDarwinKernel::GetStepThroughTrampolinePlan(), DynamicLoaderFreeBSDKernel::GetStepThroughTrampolinePlan(), lldb_private::DynamicLoaderDarwin::GetStepThroughTrampolinePlan(), lldb_private::process_linux::NativeThreadLinux::GetStopReason(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins(), lldb_private::IRExecutionUnit::MemoryManager::GetSymbolAddressAndPresence(), lldb_private::PlatformRemoteDarwinDevice::GetSymbolFile(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix(), lldb_private::AppleGetThreadItemInfoHandler::GetThreadItemInfo(), DynamicLoaderHexagonDYLD::GetThreadLocalData(), DynamicLoaderPOSIXDYLD::GetThreadLocalData(), lldb_private::FunctionCaller::GetThreadPlanToCallFunction(), lldb_private::Process::GetThreadStatus(), lldb_private::ItaniumABILanguageRuntime::GetTypeInfo(), lldb_private::CompactUnwindInfo::GetUnwindPlan(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle__M(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle__m(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerCommon::Handle_A(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_C(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_c(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_D(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_H(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_I(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_M(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_memory_read(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_P(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_p(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerPlatform::Handle_qLaunchGDBServer(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_QMemTags(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_qMemTags(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerCommon::Handle_qUserName(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_s(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_vAttach(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_vCont(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::Handle_vRun(), lldb_private::StructuredDataDarwinLog::HandleArrivalOfStructuredData(), lldb_private::RISCVSingleStepBreakpointLocationsPredictor::HandleAtomicSequence(), lldb_private::CommandInterpreter::HandleCommand(), NullDiagnosticConsumer::HandleDiagnostic(), lldb_private::ThreadPlanSingleThreadTimeout::HandleEvent(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::HandleInferiorState_Exited(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::HandleInferiorState_Stopped(), lldb_private::Process::HandlePrivateEvent(), lldb_private::ThreadPlanSingleThreadTimeout::HandleTimeout(), lldb_private::HistoryThread::HistoryThread(), lldb_private::Target::IgnoreAllWatchpoints(), lldb_private::Target::IgnoreWatchpointByID(), lldb_private::StructuredDataDarwinLog::InitCompletionHookCallback(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::InitializeDelegate(), DynamicLoaderMacOSXDYLD::InitializeFromAllImageInfos(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::InitOSO(), lldb_private::ThreadPlanStepRange::InRange(), lldb_private::FunctionCaller::InsertFunction(), ObjcObjectChecker::InspectInstruction(), lldb_private::Platform::Install(), IRInterpreter::Interpret(), lldb_private::ThreadPlanShouldStopHere::InvokeShouldStopHereCallback(), lldb_private::ScriptedThreadPlan::IsPlanStale(), lldb_private::ThreadPlanStepInstruction::IsPlanStale(), lldb_private::ThreadPlanStepRange::IsPlanStale(), lldb_private::ThreadPlanSingleThreadTimeout::IsTimeoutAsyncInterrupt(), JITLoaderGDB::JITDebugBreakpointHit(), lldb_private::Platform::KillProcess(), lldb_private::Target::Launch(), lldb_private::process_gdb_remote::ProcessGDBRemote::LaunchAndConnectToDebugserver(), lldb_private::platform_android::PlatformAndroidRemoteGDBServer::LaunchGDBServer(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerPlatform::LaunchGDBServer(), lldb_private::Platform::LaunchProcess(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::LaunchProcess(), lldb_private::Listener::Listener(), DynamicLoaderHexagonDYLD::LoadAllCurrentModules(), DynamicLoaderPOSIXDYLD::LoadAllCurrentModules(), ProcessMachCore::LoadBinariesAndSetDYLD(), ProcessMachCore::LoadBinariesViaExhaustiveSearch(), ProcessMachCore::LoadBinaryViaLowmemUUID(), lldb_private::DynamicLoader::LoadBinaryWithUUIDAndAddress(), lldb_private::Process::LoadCore(), ObjectFileMachO::LoadCoreFileImages(), DynamicLoaderDarwinKernel::KextImageInfo::LoadImageUsingMemoryModule(), DynamicLoaderFreeBSDKernel::KModImageInfo::LoadImageUsingMemoryModule(), DynamicLoaderFreeBSDKernel::LoadKernelModules(), LocateDSYMInVincinityOfExecutable(), lldb_private::SymbolLocatorDebugSymbols::LocateExecutableObjectFile(), LocateMacOSXFilesUsingDebugSymbols(), lldb_private::process_gdb_remote::GDBRemoteClientBase::ContinueLock::lock(), RegisterContextDarwin_arm64::LogDBGRegisters(), RegisterContextDarwin_arm::LogDBGRegisters(), RegisterContextDarwin_riscv32::LogGPR(), lldb_private::ModuleList::LogUUIDAndPaths(), lldb_private::ThreadPlanStepThrough::LookForPlanToStepThroughFromCurrentPC(), EntityPersistentVariable::MakeAllocation(), InterpreterStackFrame::MakeArgument(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::MakeDirectory(), lldb_private::IRMemoryMap::Malloc(), EntityPersistentVariable::Materialize(), EntityRegister::Materialize(), EntitySymbol::Materialize(), EntityVariableBase::Materialize(), lldb_private::Materializer::Materialize(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::MaybeCloseInferiorTerminalConnection(), lldb_private::Module::MergeArchitecture(), lldb_private::Target::MergeArchitecture(), lldb_private::ScriptedThreadPlan::MischiefManaged(), lldb_private::ThreadPlanCallFunction::MischiefManaged(), lldb_private::ThreadPlanCallUserExpression::MischiefManaged(), lldb_private::ThreadPlanRunToAddress::MischiefManaged(), lldb_private::ThreadPlanSingleThreadTimeout::MischiefManaged(), lldb_private::ThreadPlanStepInstruction::MischiefManaged(), lldb_private::ThreadPlanStepOut::MischiefManaged(), lldb_private::ThreadPlanStepOverBreakpoint::MischiefManaged(), lldb_private::ThreadPlanStepRange::MischiefManaged(), lldb_private::ThreadPlanStepThrough::MischiefManaged(), lldb_private::ThreadPlanStepUntil::MischiefManaged(), lldb_private::Module::Module(), lldb_private::Module::Module(), lldb_private::Breakpoint::ModuleReplaced(), lldb_private::Breakpoint::ModulesChanged(), lldb_private::StructuredDataDarwinLog::ModulesDidLoad(), lldb_private::process_gdb_remote::ProcessGDBRemote::MonitorDebugserverProcess(), lldb_private::process_gdb_remote::ProcessGDBRemote::NewThreadNotifyBreakpointHit(), lldb_private::ThreadPlanStepRange::NextRangeBreakpointExplainsStop(), lldb_private::ObjectFile::ObjectFile(), lldb_private::ObjectFile::ObjectFile(), lldb_private::ConnectionFileDescriptor::OpenCommandPipe(), ELFNote::Parse(), lldb_private::ClangUserExpression::Parse(), DWARFASTParserClang::ParseCXXMethod(), ObjectFilePECOFF::ParseDependentModules(), ParseFreeBSDPrPsInfo(), ParseFreeBSDPrStatus(), DynamicLoaderDarwinKernel::ParseKextSummaries(), DynamicLoaderFreeBSDKernel::ParseKmods(), ParseStructuredDataPacket(), DWARFASTParserClang::ParseSubroutine(), lldb_private::Process::PeekAtStateChangedEvents(), lldb_private::Process::AttachCompletionHandler::PerformAction(), lldb_private::StopInfoBreakpoint::PerformAction(), lldb_private::StopInfoWatchpoint::PerformAction(), lldb_private::UnwindPlan::PlanValidAtAddress(), lldb_private::Platform::Platform(), lldb_private::Thread::PopPlan(), SystemRuntimeMacOSX::PopulateQueuesUsingLibBTR(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread(), ABIMacOSX_arm64::PrepareTrivialCall(), ABISysV_arm64::PrepareTrivialCall(), ABISysV_mips64::PrepareTrivialCall(), ABISysV_mips::PrepareTrivialCall(), ABISysV_ppc64::PrepareTrivialCall(), ABISysV_ppc::PrepareTrivialCall(), ABISysV_s390x::PrepareTrivialCall(), ABISysV_x86_64::PrepareTrivialCall(), ABIWindows_x86_64::PrepareTrivialCall(), lldb_private::Process::PrivateResume(), DynamicLoaderPOSIXDYLD::ProbeEntry(), lldb_private::Process::Process(), lldb_private::process_gdb_remote::ProcessGDBRemote::ProcessGDBRemote(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::ProcessStateChanged(), lldb_private::ThreadPlanSingleThreadTimeout::PushNewWithTimeout(), lldb_private::Thread::PushPlan(), lldb_private::Process::PushProcessIOHandler(), PushToLinuxGuardedControlStack(), lldb_private::Platform::PutFile(), PlatformPOSIX::PutFile(), DynamicLoaderDarwinKernel::PutToLog(), DynamicLoaderMacOSXDYLD::PutToLog(), lldb_private::DynamicLoaderDarwin::Segment::PutToLog(), lldb_private::ThreadPlanStepOut::QueueInlinedStepPlan(), lldb_private::ConnectionFileDescriptor::Read(), lldb_private::ConnectionGenericFile::Read(), lldb_private::Socket::Read(), lldb_private::process_gdb_remote::GDBRemoteRegisterContext::ReadAllRegisterValues(), JITLoaderGDB::ReadJITDescriptorImpl(), lldb_private::IRMemoryMap::ReadMemory(), DynamicLoaderDarwinKernel::KextImageInfo::ReadMemoryModule(), DynamicLoaderFreeBSDKernel::KModImageInfo::ReadMemoryModule(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::ReadMemoryTags(), lldb_private::Process::ReadModuleFromMemory(), lldb_private::AppleObjCTrampolineHandler::AppleObjCVTables::ReadRegions(), lldb_private::NativeRegisterContext::ReadRegisterAsUnsigned(), lldb_private::process_gdb_remote::GDBRemoteRegisterContext::ReadRegisterBytes(), MinidumpFileBuilder::ReadWriteMemoryInChunks(), lldb_private::VerboseTrapFrameRecognizer::RecognizeFrame(), ObjectFileELF::RefineModuleDetailsFromNote(), DynamicLoaderHexagonDYLD::RefreshModules(), lldb_private::ThreadList::RefreshStateAfterStop(), lldb_private::PersistentExpressionState::RegisterExecutionUnit(), lldb_private::Target::RemoveAllBreakpoints(), lldb_private::Target::RemoveAllowedBreakpoints(), lldb_private::Target::RemoveAllWatchpoints(), lldb_private::Target::RemoveBreakpointByID(), DynamicLoaderMacOSXDYLD::RemoveModulesUsingImageInfosAddress(), lldb_private::Target::RemoveWatchpointByID(), DynamicLoaderHexagonDYLD::RendezvousBreakpointHit(), DynamicLoaderPOSIXDYLD::RendezvousBreakpointHit(), lldb_private::process_linux::NativeThreadLinux::RequestStop(), lldb_private::StackFrameList::ResetCurrentInlinedDepth(), DYLDRendezvous::Resolve(), DynamicLoaderPOSIXDYLD::ResolveExecutableModule(), DYLDRendezvous::ResolveRendezvousAddress(), lldb_private::RealpathPrefixes::ResolveSymlinks(), lldb_private::Process::Resume(), lldb_private::ThreadPlanSingleThreadTimeout::ResumeFromPrevState(), lldb_private::Process::ResumeSynchronous(), lldb_private::IRDynamicChecks::runOnModule(), lldb_private::Process::RunPrivateStateThread(), lldb_private::Process::RunThreadPlan(), ObjectFileMinidump::SaveCore(), ScanBracketedRange(), lldb_private::ClangUserExpression::ScanContext(), lldb_private::AddressResolverFileLine::SearchCallback(), lldb_private::BreakpointResolverAddress::SearchCallback(), lldb_private::BreakpointResolverName::SearchCallback(), lldb_private::process_gdb_remote::GDBRemoteCommunication::SendAck(), lldb_private::process_gdb_remote::GDBRemoteClientBase::SendContinuePacketAndWaitForResponse(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::SendGDBStoppointTypePacket(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServer::SendIllFormedResponse(), lldb_private::process_gdb_remote::GDBRemoteCommunication::SendNack(), lldb_private::process_gdb_remote::GDBRemoteClientBase::SendPacketAndReceiveResponseWithOutputSupport(), lldb_private::process_gdb_remote::GDBRemoteClientBase::SendPacketAndWaitForResponse(), lldb_private::process_gdb_remote::GDBRemoteClientBase::SendPacketAndWaitForResponseNoLock(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::SendProcessOutput(), lldb_private::process_gdb_remote::GDBRemoteCommunication::SendRawPacketNoLock(), CommunicationKDP::SendRequestAndGetReply(), CommunicationKDP::SendRequestPacketNoLock(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::SendThreadSpecificPacketAndWaitForResponse(), lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::ServeSymbolLookups(), lldb_private::ArchSpec::SetArchitecture(), lldb_private::Target::SetArchitecture(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::SetFilePermissions(), lldb_private::NativeRegisterContextDBReg_x86::SetHardwareWatchpoint(), JITLoaderGDB::SetJITBreakpoint(), lldb_private::process_gdb_remote::ProcessGDBRemote::SetLastStopPacket(), lldb_private::ObjectFileJSON::SetLoadAddress(), ObjectFileMachO::SetLoadAddress(), lldb_private::ThreadPlanStepRange::SetNextBranchBreakpoint(), lldb_private::Process::SetPrivateState(), lldb_private::Process::SetProcessExitStatus(), lldb_private::Process::SetPublicState(), lldb_private::Platform::SetRemoteWorkingDirectory(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::SetRemoteWorkingDirectory(), DynamicLoaderHexagonDYLD::SetRendezvousBreakpoint(), lldb_private::SectionLoadList::SetSectionLoadAddress(), lldb_private::SectionLoadList::SetSectionUnloaded(), lldb_private::SectionLoadList::SetSectionUnloaded(), lldb::SBDebugger::SetSelectedPlatform(), lldb::SBDebugger::SetSelectedTarget(), lldb_private::Thread::SetStopInfo(), lldb_private::process_linux::NativeThreadLinux::SetStoppedByExec(), lldb_private::process_linux::NativeThreadLinux::SetStoppedBySignal(), lldb_private::process_gdb_remote::ProcessGDBRemote::SetThreadStopInfo(), lldb_private::AppleObjCTrampolineHandler::SetupDispatchFunction(), lldb_private::AppleGetItemInfoHandler::SetupGetItemInfoFunction(), lldb_private::AppleGetPendingItemsHandler::SetupGetPendingItemsFunction(), lldb_private::AppleGetQueuesHandler::SetupGetQueuesFunction(), lldb_private::AppleGetThreadItemInfoHandler::SetupGetThreadItemInfoFunction(), lldb_private::ThreadPlanStepOut::SetupReturnAddress(), SetupTargetOpts(), lldb_private::Process::ShouldBroadcastEvent(), lldb_private::Thread::ShouldReportRun(), lldb_private::ThreadList::ShouldReportRun(), lldb_private::Thread::ShouldReportStop(), lldb_private::ThreadList::ShouldReportStop(), lldb_private::ThreadPlanStepRange::ShouldReportStop(), lldb_private::AppleThreadPlanStepThroughDirectDispatch::ShouldStop(), lldb_private::AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(), lldb_private::BreakpointLocation::ShouldStop(), lldb_private::Process::ProcessEventData::ShouldStop(), lldb_private::ScriptedThreadPlan::ShouldStop(), lldb_private::Thread::ShouldStop(), lldb_private::ThreadList::ShouldStop(), lldb_private::ThreadPlanBase::ShouldStop(), lldb_private::ThreadPlanStepInRange::ShouldStop(), lldb_private::ThreadPlanStepInstruction::ShouldStop(), lldb_private::ThreadPlanStepOverRange::ShouldStop(), lldb_private::StopInfoBreakpoint::ShouldStopSynchronous(), lldb_private::StopInfoWatchpoint::ShouldStopSynchronous(), lldb_private::process_gdb_remote::ProcessGDBRemote::StartAsyncThread(), ProcessKDP::StartAsyncThread(), lldb_private::process_gdb_remote::GDBRemoteCommunication::StartDebugserverProcess(), lldb_private::Listener::StartListeningForEvents(), lldb_private::Listener::StartListeningForEvents(), lldb_private::process_gdb_remote::ProcessGDBRemote::StartNoticingNewThreads(), lldb_private::Process::StartPrivateStateThread(), lldb_private::process_gdb_remote::ProcessGDBRemote::StopAsyncThread(), ProcessKDP::StopAsyncThread(), lldb_private::Process::StopForDestroyOrDetach(), lldb_private::process_gdb_remote::ProcessGDBRemote::StopNoticingNewThreads(), lldb_private::Process::StopPrivateStateThread(), lldb_private::process_gdb_remote::GDBRemoteClientBase::Lock::SyncWithContinueThread(), lldb_private::ASTResultSynthesizer::SynthesizeBodyResult(), lldb_private::ASTResultSynthesizer::SynthesizeFunctionResult(), lldb_private::ASTResultSynthesizer::SynthesizeObjCMethodResult(), lldb_private::Thread::Thread(), lldb_private::HostNativeThreadBase::ThreadCreateTrampoline(), lldb_private::ThreadPlanStepThrough::ThreadPlanStepThrough(), lldb_private::ThreadPlanSingleThreadTimeout::TimeoutThreadFunc(), lldb_private::ASTResultSynthesizer::TransformTopLevelDecl(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::Unlink(), lldb_private::DynamicLoaderDarwin::UnloadImages(), lldb_private::RegisterContextUnwind::UnwindLogMsg(), lldb_private::RegisterContextUnwind::UnwindLogMsgVerbose(), ProcessElfCore::UpdateBuildIdForNTFileEntries(), DYLDRendezvous::UpdateExecutablePath(), lldb_private::ValueObject::UpdateFormatsIfNeeded(), lldb_private::AppleObjCRuntimeV1::UpdateISAToDescriptorMapIfNeeded(), lldb_private::PlatformDarwinDevice::UpdateSDKDirectoryInfosIfNeeded(), lldb_private::DynamicLoaderDarwin::UpdateSpecialBinariesFromPreloadedModules(), lldb_private::ValueObjectDynamicValue::UpdateValue(), lldb_private::ValueObjectSynthetic::UpdateValue(), lldb_private::DynamicLoaderDarwin::UseDYLDSPI(), lldb_private::Watchpoint::VariableWatchpointDisabler(), VerifyClangPath(), lldb_private::Process::WaitForProcessToStop(), lldb_private::StopInfoMachException::WasContinueInterrupted(), lldb_private::process_gdb_remote::ThreadGDBRemote::WillResume(), lldb_private::ThreadList::WillResume(), lldb_private::ThreadPlan::WillResume(), lldb_private::ScriptedThreadPlan::WillStop(), lldb_private::ThreadPlanSingleThreadTimeout::WillStop(), lldb_private::ConnectionFileDescriptor::Write(), lldb_private::ConnectionGenericFile::Write(), lldb_private::Socket::Write(), lldb_private::process_gdb_remote::GDBRemoteRegisterContext::WriteAllRegisterValues(), lldb_private::IRMemoryMap::WriteMemory(), lldb_private::process_gdb_remote::GDBRemoteRegisterContext::WriteRegisterBytes(), lldb_private::ConnectionFileDescriptor::~ConnectionFileDescriptor(), lldb_private::HistoryThread::~HistoryThread(), lldb_private::Listener::~Listener(), lldb_private::Module::~Module(), lldb_private::ObjectFile::~ObjectFile(), lldb_private::Process::~Process(), and lldb_private::Thread::~Thread().
#define LLDB_LOGV | ( | log, | |
... ) |
Definition at line 383 of file Log.h.
Referenced by lldb_private::WatchpointAlgorithms::AtomizeWatchpointRequest(), lldb_private::DebuggerThread::DebugLoop(), lldb_private::process_gdb_remote::ProcessGDBRemote::DoUpdateThreadList(), lldb_private::ProcessWindows::DoUpdateThreadList(), ProcessKDP::DoUpdateThreadList(), lldb_private::ClassDescriptorV2::iVarsStorage::fill(), lldb_private::ClangASTSource::FindCompleteType(), lldb_private::ClangExpressionDeclMap::FindExternalVisibleDecls(), lldb_private::AllocatedBlock::FreeBlock(), lldb_private::FormatManager::GetCached(), GetFileForModule(), lldb_private::ProcessDebugger::GetMemoryRegionInfo(), GetModuleConfig(), lldb_private::PlatformRemoteDarwinDevice::GetSharedModule(), lldb_private::DynamicLoaderDarwin::GetStartAddress(), lldb_private::FormatterBytecode::Interpret(), lldb_private::StringList::LogDump(), lldb_private::ClangASTSource::LookupInNamespace(), lldb_private::WatchpointAlgorithms::PowerOf2Watchpoints(), PtraceDisplayBytes(), lldb_private::AllocatedBlock::ReserveBlock(), lldb_private::SymbolFileCTF::ResolveTypeUID(), lldb_private::SectionLoadList::SetSectionLoadAddress(), lldb_private::process_gdb_remote::GDBRemoteCommunication::WaitForPacketNoLock(), and CommunicationKDP::WaitForPacketWithTimeoutMicroSecondsNoLock().