[all-commits] [llvm/llvm-project] a98f39: [LLDB][GUI] Resolve paths in file/directory fields
Omar Emara via All-commits
all-commits at lists.llvm.org
Mon Jul 26 11:05:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a98f394e81f4dd70dc2a4a3a6640b10a6144cc3f
https://github.com/llvm/llvm-project/commit/a98f394e81f4dd70dc2a4a3a6640b10a6144cc3f
Author: Omar Emara <mail at OmarEmara.dev>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M lldb/source/Core/IOHandlerCursesGUI.cpp
Log Message:
-----------
[LLDB][GUI] Resolve paths in file/directory fields
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.
Reviewed By: clayborg
Differential Revision: https://reviews.llvm.org/D106553
More information about the All-commits
mailing list