Home
last modified time | relevance | path

Searched refs:GetLogChannel (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h46 virtual Log *GetLogChannel() { return nullptr; } in GetLogChannel() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h110 Log *GetLogChannel() override;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp259 log = event_sp->GetData()->GetLogChannel(); in PrivateBroadcastEvent()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp1018 Log *Breakpoint::BreakpointEventData::GetLogChannel() { in GetLogChannel() function in Breakpoint::BreakpointEventData