[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 30 12:54:27 PST 2023


================
@@ -1451,7 +1451,8 @@ static lldb::SectionType GetSectionType(uint32_t flags,
   static ConstString g_sect_name_dwarf_debug_line_str("__debug_line_str");
   static ConstString g_sect_name_dwarf_debug_loc("__debug_loc");
   static ConstString g_sect_name_dwarf_debug_loclists("__debug_loclists");
-  static ConstString g_sect_name_dwarf_debug_loclists_dwo("__debug_loclists.dwo");
+  static ConstString g_sect_name_dwarf_debug_loclists_dwo(
+      "__debug_loclists.dwo");
----------------
bulbazord wrote:

Is this change (and the one below it) related?

https://github.com/llvm/llvm-project/pull/69516


More information about the lldb-commits mailing list