[Lldb-commits] [PATCH] D129338: Tell the user which pathname was invalid...

Will Hawkins via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 7 19:53:43 PDT 2022


hawkinsw added inline comments.


================
Comment at: lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp:2717
       if (module_file.GetDirectory().IsEmpty()) {
         error.SetErrorString("invalid directory name");
         return false;
----------------
Sorry for dropping in unsolicited, but would this be another error that we would want to add more specificity for?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129338/new/

https://reviews.llvm.org/D129338



More information about the lldb-commits mailing list