[Lldb-commits] [PATCH] D45977: Always normalize FileSpec paths.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 23 11:41:51 PDT 2018


aprantl added inline comments.


================
Comment at: lldb.xcodeproj/xcshareddata/xcschemes/darwin-debug.xcscheme:29
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
+      language = ""
       shouldUseLaunchSchemeArgsEnv = "YES">
----------------
Is this an accidental change or is it relevant to the patch?


================
Comment at: lldb.xcodeproj/xcshareddata/xcschemes/desktop.xcscheme:68
+         <CommandLineArgument
+            argument = "-o 'command script import ~/Dropbox/bin/dwarfgen.py' -o dwarfgen"
+            isEnabled = "YES">
----------------
This looks like an accidental commit?


https://reviews.llvm.org/D45977





More information about the lldb-commits mailing list