[Lldb-commits] [PATCH] D109101: [lldb] Add an option to specify a VFS overlay

2021-11-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere abandoned this revision. JDevlieghere added a comment. Looks like there's an easier way to test this, so no need to add another SB API. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D109101/new/ https://reviews.llvm.org/D109101

[Lldb-commits] [PATCH] D109101: [lldb] Add an option to specify a VFS overlay

2021-09-07 Thread Jim Ingham via Phabricator via lldb-commits
jingham accepted this revision. jingham added a comment. This revision is now accepted and ready to land. LGTM Comment at: lldb/source/API/SBDebugger.cpp:878 // call the target triple version. - error = m_opaque_sp->GetTargetList().CreateTarget(*m_opaque_sp,

[Lldb-commits] [PATCH] D109101: [lldb] Add an option to specify a VFS overlay

2021-09-01 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: jingham, clayborg, teemperor, labath. Herald added a subscriber: dang. JDevlieghere requested review of this revision. Add the ability to specify a VFS overlay to the command line driver. The motivation for this functionality is