mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
[lldb] Convert "LLDB" log channel to the new API
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user