<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I also tried to obj2yaml the good DWARF and change it, but once you add bytes all of the section sizes and offsets are off so that was not very fruitful, so I ran into errors when trying to convert the yaml back to and ELF file.<div class=""><br class=""></div><div class="">Greg</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Aug 5, 2019, at 10:01 AM, Greg Clayton <<a href="mailto:clayborg@gmail.com" class="">clayborg@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">The issue is found when parsing the "hb_font_make_immutable" function:</div><div class=""><div class=""><br class=""></div><div class=""><br class=""></div><div class="">0x00084270: DW_TAG_subprogram<br class="">              DW_AT_low_pc<span class="Apple-tab-span" style="white-space:pre">  </span>(0x0000000000002fb0)<br class="">              DW_AT_high_pc<span class="Apple-tab-span" style="white-space:pre">        </span>(0x0000000000002fe4)<br class="">              DW_AT_frame_base<span class="Apple-tab-span" style="white-space:pre">     </span>(DW_OP_reg29 W29)<br class="">              DW_AT_name<span class="Apple-tab-span" style="white-space:pre">      </span>("hb_font_make_immutable")<br class="">              DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">      </span>(".harfbuzz/src/<a href="http://hb-font.cc/" class="">hb-font.cc</a>")<br class="">              DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">  </span>(1514)<br class="">              DW_AT_external<span class="Apple-tab-span" style="white-space:pre">     </span>(0x01)<br class="">              DW_AT_APPLE_optimized<span class="Apple-tab-span" style="white-space:pre">      </span>(0x01)<br class=""><br class="">0x0008428d:   DW_TAG_formal_parameter<br class="">                DW_AT_location<span class="Apple-tab-span" style="white-space:pre">        </span>(0x00008852<br class="">                   [0x0000000000002fb0,  0x0000000000002fc0): DW_OP_reg0 W0<br class="">                   [0x0000000000002fc0,  0x0000000000002fe0): DW_OP_reg19 W19)<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">  </span>("font")<br class="">                DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre"> </span>(".harfbuzz/src/<a href="http://hb-font.cc/" class="">hb-font.cc</a>")<br class="">                DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">   </span>(1514)<br class="">                DW_AT_type<span class="Apple-tab-span" style="white-space:pre">  </span>(0x0008431c "hb_font_t*")<br class=""><br class=""><div class=""><br class=""></div><div class="">The parameter has type 0x0008431c:</div><div class=""><br class=""></div><div class="">0x0008431c: DW_TAG_pointer_type<br class="">              DW_AT_type<span class="Apple-tab-span" style="white-space:pre">    </span>(0x00084322 "hb_font_t")<br class=""><br class=""></div><div class="">Which points to 0x00084322:</div><div class=""><br class=""></div><div class="">0x00084322: DW_TAG_typedef<br class="">              DW_AT_type<span class="Apple-tab-span" style="white-space:pre"> </span>(0x00084202 "hb_font_t")<br class="">              DW_AT_name<span class="Apple-tab-span" style="white-space:pre">        </span>("hb_font_t")<br class="">              DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">   </span>(".harfbuzz/src/hb-font.h")<br class="">              DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">     </span>(40)<br class=""><br class=""></div><div class="">which points to:</div><div class=""><br class=""></div><div class="">0x00084202: DW_TAG_structure_type<br class="">              DW_AT_calling_convention<span class="Apple-tab-span" style="white-space:pre">  </span>(DW_CC_pass_by_value)<br class="">              DW_AT_name<span class="Apple-tab-span" style="white-space:pre">  </span>("hb_font_t")<br class="">              DW_AT_byte_size<span class="Apple-tab-span" style="white-space:pre">   </span>(0x68)<br class="">              DW_AT_declaration<span class="Apple-tab-span" style="white-space:pre">  </span>(0x01)<br class=""><br class=""></div><div class="">Boom we crash when parsing the function type. This was compiled with a derivative of clang version 6.0.0.</div><div class=""><br class=""></div><div class="">My attempt at a minimal test case was:</div><div class=""><br class=""></div><div class="">$ cat main.cpp</div><div class="">#include "ByValue.h"<br class=""><br class="">void f(ByValueTD *arg) {}<br class=""><br class="">int main() {<br class="">  return 0;<br class="">}<br class="">$ cat ByValue.h</div><div class="">struct ByValue {<br class="">   ~ByValue() = default;<br class="">};<br class="">typedef ByValue ByValueTD;<br class=""><br class=""></div><div class=""><br class=""></div><div class="">The I try to compile with:</div><div class=""><br class=""></div><div class="">$ clang++ -g -O0 -std=gnu++11 -stdlib=libc++ -flimit-debug-info main.cpp</div><div class=""><br class=""></div><div class="">But the DWARF from more recent clangs will remove the DW_CC_pass_by_value from the ByValue. See the DIE at 0x00000082 in the DWARF below, it doesn't contain the "DW_AT_calling_convention<span class="Apple-tab-span" style="white-space: pre;">      </span>(DW_CC_pass_by_value)" anymore.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">0x0000000b: DW_TAG_compile_unit<br class="">              DW_AT_producer<span class="Apple-tab-span" style="white-space:pre">   </span>("Apple LLVM version 10.0.1 (clang-1001.0.46.4)")<br class="">              DW_AT_language<span class="Apple-tab-span" style="white-space:pre">        </span>(DW_LANG_C_plus_plus)<br class="">              DW_AT_name<span class="Apple-tab-span" style="white-space:pre">  </span>("main.cpp")<br class="">              DW_AT_stmt_list<span class="Apple-tab-span" style="white-space:pre">    </span>(0x00000000)<br class="">              DW_AT_comp_dir<span class="Apple-tab-span" style="white-space:pre">       </span>("/Users/gclayton/Documents/src/cc_calling")<br class="">              DW_AT_low_pc<span class="Apple-tab-span" style="white-space:pre">       </span>(0x0000000100000f90)<br class="">              DW_AT_high_pc<span class="Apple-tab-span" style="white-space:pre">        </span>(0x0000000100000faf)<br class=""><br class="">0x0000002a:   DW_TAG_subprogram<br class="">                DW_AT_low_pc<span class="Apple-tab-span" style="white-space:pre">  </span>(0x0000000100000f90)<br class="">                DW_AT_high_pc<span class="Apple-tab-span" style="white-space:pre"> </span>(0x0000000100000f9a)<br class="">                DW_AT_frame_base<span class="Apple-tab-span" style="white-space:pre">      </span>(DW_OP_reg6 RBP)<br class="">                DW_AT_linkage_name<span class="Apple-tab-span" style="white-space:pre">        </span>("_Z1fP7ByValue")<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">     </span>("f")<br class="">                DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">    </span>("/Users/gclayton/Documents/src/cc_calling/main.cpp")<br class="">                DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">    </span>(3)<br class="">                DW_AT_external<span class="Apple-tab-span" style="white-space:pre"> </span>(true)<br class=""><br class="">0x00000043:     DW_TAG_formal_parameter<br class="">                  DW_AT_location<span class="Apple-tab-span" style="white-space:pre">  </span>(DW_OP_fbreg -8)<br class="">                  DW_AT_name<span class="Apple-tab-span" style="white-space:pre"> </span>("arg")<br class="">                  DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">   </span>("/Users/gclayton/Documents/src/cc_calling/main.cpp")<br class="">                  DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">     </span>(3)<br class="">                  DW_AT_type<span class="Apple-tab-span" style="white-space:pre">      </span>(0x0000000000000072 "ByValueTD*")<br class=""><br class="">0x00000051:     NULL<br class=""><br class="">0x00000052:   DW_TAG_subprogram<br class="">                DW_AT_low_pc<span class="Apple-tab-span" style="white-space:pre"> </span>(0x0000000100000fa0)<br class="">                DW_AT_high_pc<span class="Apple-tab-span" style="white-space:pre"> </span>(0x0000000100000faf)<br class="">                DW_AT_frame_base<span class="Apple-tab-span" style="white-space:pre">      </span>(DW_OP_reg6 RBP)<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">        </span>("main")<br class="">                DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre"> </span>("/Users/gclayton/Documents/src/cc_calling/main.cpp")<br class="">                DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">    </span>(5)<br class="">                DW_AT_type<span class="Apple-tab-span" style="white-space:pre">     </span>(0x000000000000006b "int")<br class="">                DW_AT_external<span class="Apple-tab-span" style="white-space:pre">        </span>(true)<br class=""><br class="">0x0000006b:   DW_TAG_base_type<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">   </span>("int")<br class="">                DW_AT_encoding<span class="Apple-tab-span" style="white-space:pre">   </span>(DW_ATE_signed)<br class="">                DW_AT_byte_size<span class="Apple-tab-span" style="white-space:pre">    </span>(0x04)<br class=""><br class="">0x00000072:   DW_TAG_pointer_type<br class="">                DW_AT_type<span class="Apple-tab-span" style="white-space:pre">        </span>(0x0000000000000077 "ByValueTD")<br class=""><br class="">0x00000077:   DW_TAG_typedef<br class="">                DW_AT_type<span class="Apple-tab-span" style="white-space:pre"> </span>(0x0000000000000082 "ByValue")<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">        </span>("ByValueTD")<br class="">                DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">    </span>("/Users/gclayton/Documents/src/cc_calling/./ByValue.h")<br class="">                DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre"> </span>(4)<br class=""><br class="">0x00000082:   DW_TAG_structure_type<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre"> </span>("ByValue")<br class="">                DW_AT_declaration<span class="Apple-tab-span" style="white-space:pre">    </span>(true)<br class=""><br class="">0x00000087:   NULL<br class=""><br class=""></div><div class=""><br class=""></div><div class="">If we compile with -fno-limit-debug-info we get the "DW_AT_calling_convention (DW_CC_pass_by_value)":</div><div class=""><br class=""></div><div class="">0x0000000b: DW_TAG_compile_unit<br class="">              DW_AT_producer<span class="Apple-tab-span" style="white-space:pre">      </span>("Apple LLVM version 10.0.1 (clang-1001.0.46.4)")<br class="">              DW_AT_language<span class="Apple-tab-span" style="white-space:pre">        </span>(DW_LANG_C_plus_plus)<br class="">              DW_AT_name<span class="Apple-tab-span" style="white-space:pre">  </span>("main.cpp")<br class="">              DW_AT_stmt_list<span class="Apple-tab-span" style="white-space:pre">    </span>(0x00000000)<br class="">              DW_AT_comp_dir<span class="Apple-tab-span" style="white-space:pre">       </span>("/Users/gclayton/Documents/src/cc_calling")<br class="">              DW_AT_low_pc<span class="Apple-tab-span" style="white-space:pre">       </span>(0x0000000100000f90)<br class="">              DW_AT_high_pc<span class="Apple-tab-span" style="white-space:pre">        </span>(0x0000000100000faf)<br class=""><br class="">0x0000002a:   DW_TAG_subprogram<br class="">                DW_AT_low_pc<span class="Apple-tab-span" style="white-space:pre">  </span>(0x0000000100000f90)<br class="">                DW_AT_high_pc<span class="Apple-tab-span" style="white-space:pre"> </span>(0x0000000100000f9a)<br class="">                DW_AT_frame_base<span class="Apple-tab-span" style="white-space:pre">      </span>(DW_OP_reg6 RBP)<br class="">                DW_AT_linkage_name<span class="Apple-tab-span" style="white-space:pre">        </span>("_Z1fP7ByValue")<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">     </span>("f")<br class="">                DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">    </span>("/Users/gclayton/Documents/src/cc_calling/main.cpp")<br class="">                DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">    </span>(3)<br class="">                DW_AT_external<span class="Apple-tab-span" style="white-space:pre"> </span>(true)<br class=""><br class="">0x00000043:     DW_TAG_formal_parameter<br class="">                  DW_AT_location<span class="Apple-tab-span" style="white-space:pre">  </span>(DW_OP_fbreg -8)<br class="">                  DW_AT_name<span class="Apple-tab-span" style="white-space:pre"> </span>("arg")<br class="">                  DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">   </span>("/Users/gclayton/Documents/src/cc_calling/main.cpp")<br class="">                  DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">     </span>(3)<br class="">                  DW_AT_type<span class="Apple-tab-span" style="white-space:pre">      </span>(0x0000000000000072 "ByValueTD*")<br class=""><br class="">0x00000051:     NULL<br class=""><br class="">0x00000052:   DW_TAG_subprogram<br class="">                DW_AT_low_pc<span class="Apple-tab-span" style="white-space:pre"> </span>(0x0000000100000fa0)<br class="">                DW_AT_high_pc<span class="Apple-tab-span" style="white-space:pre"> </span>(0x0000000100000faf)<br class="">                DW_AT_frame_base<span class="Apple-tab-span" style="white-space:pre">      </span>(DW_OP_reg6 RBP)<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">        </span>("main")<br class="">                DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre"> </span>("/Users/gclayton/Documents/src/cc_calling/main.cpp")<br class="">                DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">    </span>(5)<br class="">                DW_AT_type<span class="Apple-tab-span" style="white-space:pre">     </span>(0x000000000000006b "int")<br class="">                DW_AT_external<span class="Apple-tab-span" style="white-space:pre">        </span>(true)<br class=""><br class="">0x0000006b:   DW_TAG_base_type<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">   </span>("int")<br class="">                DW_AT_encoding<span class="Apple-tab-span" style="white-space:pre">   </span>(DW_ATE_signed)<br class="">                DW_AT_byte_size<span class="Apple-tab-span" style="white-space:pre">    </span>(0x04)<br class=""><br class="">0x00000072:   DW_TAG_pointer_type<br class="">                DW_AT_type<span class="Apple-tab-span" style="white-space:pre">        </span>(0x0000000000000077 "ByValueTD")<br class=""><br class="">0x00000077:   DW_TAG_typedef<br class="">                DW_AT_type<span class="Apple-tab-span" style="white-space:pre"> </span>(0x0000000000000082 "ByValue")<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">        </span>("ByValueTD")<br class="">                DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">    </span>("/Users/gclayton/Documents/src/cc_calling/./ByValue.h")<br class="">                DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre"> </span>(4)<br class=""><br class="">0x00000082:   DW_TAG_structure_type<br class="">                DW_AT_calling_convention<span class="Apple-tab-span" style="white-space:pre">   </span>(DW_CC_pass_by_value)<br class="">                DW_AT_name<span class="Apple-tab-span" style="white-space:pre">   </span>("ByValue")<br class="">                DW_AT_byte_size<span class="Apple-tab-span" style="white-space:pre">      </span>(0x01)<br class="">                DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">     </span>("/Users/gclayton/Documents/src/cc_calling/./ByValue.h")<br class="">                DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre"> </span>(1)<br class=""><br class="">0x0000008b:     DW_TAG_subprogram<br class="">                  DW_AT_name<span class="Apple-tab-span" style="white-space:pre">       </span>("~ByValue")<br class="">                  DW_AT_decl_file<span class="Apple-tab-span" style="white-space:pre">      </span>("/Users/gclayton/Documents/src/cc_calling/./ByValue.h")<br class="">                  DW_AT_decl_line<span class="Apple-tab-span" style="white-space:pre">  </span>(2)<br class="">                  DW_AT_declaration<span class="Apple-tab-span" style="white-space:pre">       </span>(true)<br class="">                  DW_AT_external<span class="Apple-tab-span" style="white-space:pre">       </span>(true)<br class=""><br class="">0x00000092:       DW_TAG_formal_parameter<br class="">                    DW_AT_type<span class="Apple-tab-span" style="white-space:pre">        </span>(0x0000000000000099 "ByValue*")<br class="">                    DW_AT_artificial<span class="Apple-tab-span" style="white-space:pre">   </span>(true)<br class=""><br class="">0x00000097:       NULL<br class=""><br class="">0x00000098:     NULL<br class=""><br class="">0x00000099:   DW_TAG_pointer_type<br class="">                DW_AT_type<span class="Apple-tab-span" style="white-space:pre">     </span>(0x0000000000000082 "ByValue")<br class=""><br class="">0x0000009e:   NULL<br class=""><br class=""></div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">On Aug 4, 2019, at 11:28 AM, Saleem Abdulrasool <<a href="mailto:compnerd@compnerd.org" class="">compnerd@compnerd.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="caret-color: rgb(0, 0, 0); font-family: Menlo-Regular; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div dir="ltr" class="">On Wed, Jul 31, 2019 at 11:29 AM Greg Clayton via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org" class="">lldb-commits@lists.llvm.org</a>> wrote:<br class=""></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;"><br class=""><br class="">> On Jul 31, 2019, at 10:57 AM, Raphael Isemann <<a href="mailto:teemperor@gmail.com" target="_blank" class="">teemperor@gmail.com</a>> wrote:<br class="">><span class="Apple-converted-space"> </span><br class="">> It seems that patch is lacking a test (which doesn't seem too hard to provide).<br class=""><br class="">I am not the original author of this patch that was causing the crash, just fixing a crash that was introduced by the patch. <br class=""></blockquote><div class=""><br class=""></div><div class="">Perhaps we should identify the original change and revert that instead?</div><div class=""> </div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;">I am all ears for anyone that can provide me with DWARF to help reproduce this scenario where we have a DW_CC_pass_by_value struct with no definition. Not sure how you would have a compiler that is passing a struct to a function as a parameter and yet does not emit debug info for that struct it is clearly using in the debug info.<br class=""></blockquote><div class=""><br class=""></div><div class="">Was this something that you noticed by inspection?  It doesn't sound like it, so we should be able to reduce something from what caused it to be triggered.  lldb has been better about adding test coverage, and I think that we should be encouraging that.  It really does help make it easier to make changes to the project where we can be sure that we don't cause regressions.</div><div class=""> </div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;"><br class="">><span class="Apple-converted-space"> </span><br class="">> Am Mi., 31. Juli 2019 um 18:24 Uhr schrieb Greg Clayton via<br class="">> lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org" target="_blank" class="">lldb-commits@lists.llvm.org</a>>:<br class="">>><span class="Apple-converted-space"> </span><br class="">>> Author: gclayton<br class="">>> Date: Wed Jul 31 09:24:55 2019<br class="">>> New Revision: 367441<br class="">>><span class="Apple-converted-space"> </span><br class="">>> URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=367441&view=rev" target="_blank" rel="noreferrer" class="">http://llvm.org/viewvc/llvm-project?rev=367441&view=rev</a><br class="">>> Log:<br class="">>> Don't crash when pass by value struct has no definition.<br class="">>><span class="Apple-converted-space"> </span><br class="">>><span class="Apple-converted-space"> </span><br class="">>> Modified:<br class="">>>    lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp<br class="">>><span class="Apple-converted-space"> </span><br class="">>> Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp<br class="">>> URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp?rev=367441&r1=367440&r2=367441&view=diff" target="_blank" rel="noreferrer" class="">http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp?rev=367441&r1=367440&r2=367441&view=diff</a><br class="">>> ==============================================================================<br class="">>> --- lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp (original)<br class="">>> +++ lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp Wed Jul 31 09:24:55 2019<br class="">>> @@ -1010,7 +1010,7 @@ TypeSP DWARFASTParserClang::ParseTypeFro<br class="">>>     if (attrs.calling_convention == llvm::dwarf::DW_CC_pass_by_value) {<br class="">>>       clang::CXXRecordDecl *record_decl =<br class="">>>           m_ast.GetAsCXXRecordDecl(clang_type.GetOpaqueQualType());<br class="">>> -      if (record_decl) {<br class="">>> +      if (record_decl && record_decl->getDefinition()) {<br class="">>>         record_decl->setHasTrivialSpecialMemberForCall();<br class="">>>       }<br class="">>>     }<br class="">>><span class="Apple-converted-space"> </span><br class="">>><span class="Apple-converted-space"> </span><br class="">>> _______________________________________________<br class="">>> lldb-commits mailing list<br class="">>><span class="Apple-converted-space"> </span><a href="mailto:lldb-commits@lists.llvm.org" target="_blank" class="">lldb-commits@lists.llvm.org</a><br class="">>><span class="Apple-converted-space"> </span><a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" target="_blank" rel="noreferrer" class="">https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br class=""><br class="">_______________________________________________<br class="">lldb-commits mailing list<br class=""><a href="mailto:lldb-commits@lists.llvm.org" target="_blank" class="">lldb-commits@lists.llvm.org</a><br class=""><a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" target="_blank" rel="noreferrer" class="">https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br class=""></blockquote></div><br clear="all" class=""><br class="">--<span class="Apple-converted-space"> </span><br class=""><div class="gmail_signature" dir="ltr">Saleem Abdulrasool<br class="">compnerd (at) compnerd (dot) org</div></div></div></blockquote></div><br class=""></div></div></div></div></blockquote></div><br class=""></div></body></html>