This patch resolves the paths in the file/directory fields before
performing checks. Those checks are applied on the file system if
m_need_to_exist is true, so remote files can set this to false to avoid
performing host-side file system checks. Additionally, methods to get
a resolved and a direct file specs were added to be used by client code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Core/IOHandlerCursesGUI.cpp | ||
---|---|---|
1311 | This is checking for a directory, not a file |
lldb/source/Core/IOHandlerCursesGUI.cpp | ||
---|---|---|
1311 | Not sure what you mean. It is setting an error if the file was in fact a directory, |
lldb/source/Core/IOHandlerCursesGUI.cpp | ||
---|---|---|
1311 | Woops! You are right... |
Comment Actions
Just committed that one and also the one that selects the right frame (https://reviews.llvm.org/D100243). We should be all up to date now.
This is checking for a directory, not a file