[Lldb-commits] [PATCH] Correct a standalone debug file path

Ed Maste emaste at freebsd.org
Wed Nov 13 06:58:15 PST 2013



================
Comment at: source/Host/common/Symbols.cpp:82
@@ -81,3 +81,3 @@
         files.push_back (dirname + "/.build-id/" + uuid_str);
-        files.push_back (dirname + module_filename);
 
----------------
I opened the review specifically for comment this entry.  I suspect this is just a misinterpretation of what GDB does, but I wanted confirmation that nothing in the Linux world actually expects this before I remove it.


http://llvm-reviews.chandlerc.com/D2169



More information about the lldb-commits mailing list