diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-22 14:51:26 -0800 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-22 15:01:53 -0800 |
| commit | 4c2b0a63661576c1849862bad3978050fc6a2ff7 (patch) | |
| tree | 8c31a879bd06074def8df2978f4001c9369d652b /lldb/test/Shell/ScriptInterpreter/Python | |
| parent | b32013baec1d9d6adcebdd9b523d308e8a1af856 (diff) | |
| download | llvm-4c2b0a63661576c1849862bad3978050fc6a2ff7.zip llvm-4c2b0a63661576c1849862bad3978050fc6a2ff7.tar.gz llvm-4c2b0a63661576c1849862bad3978050fc6a2ff7.tar.bz2 | |
[lldb/Utility] Don't forward directories to the file collector
The VFS mapping writer assumes that all the paths it gets are files.
When passed a directory, it ends up as a file in the VFS mapping twice,
once as a file and once as a directory.
{
'type': 'file',
'name': "Output",
'external-contents': "/root/path/to/Output"
},
{
'type': 'directory',
'name': "Output",
'contents': [ ... ]
}
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
