[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 30 14:09:17 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");
----------------
chelcassanova wrote:
They aren't, giant formatting issue on my part.
https://github.com/llvm/llvm-project/pull/69516
More information about the lldb-commits
mailing list