[Lldb-commits] [PATCH] D106553: [LLDB][GUI] Resolve paths in	file/directory fields
    Omar Emara via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Sat Jul 24 00:41:51 PDT 2021
    
    
  
OmarEmaraDev added inline comments.
================
Comment at: lldb/source/Core/IOHandlerCursesGUI.cpp:1308
     }
     if (FileSystem::Instance().IsDirectory(file)) {
       SetError("Not a file!");
----------------
clayborg wrote:
> This is checking for a directory, not a file
Not sure what you mean. It is setting an error if the file was in fact a directory,
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106553/new/
https://reviews.llvm.org/D106553
    
    
More information about the lldb-commits
mailing list