[lldb] Convert "LLDB" log channel to the new API

This commit is contained in:
Pavel Labath
2022-01-31 15:57:48 +01:00
parent 574ad2a846
commit a007a6d844
214 changed files with 960 additions and 1118 deletions

View File

@@ -127,7 +127,7 @@ void BreakpointResolverFileLine::FilterContexts(SymbolContextList &sc_list,
if (is_relative)
relative_path = m_location_spec.GetFileSpec().GetDirectory().GetStringRef();
Log * log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS);
Log *log = GetLog(LLDBLog::Breakpoints);
for(uint32_t i = 0; i < sc_list.GetSize(); ++i) {
SymbolContext sc;
sc_list.GetContextAtIndex(i, sc);