Jonas Devlieghere
4c2b0a6366
[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': [ ... ]
}
2020-01-22 15:01:53 -08:00
..
2019-12-10 11:18:57 -08:00
2019-10-29 09:41:22 -07:00
2019-04-10 20:48:55 +00:00
2019-10-14 20:15:34 +00:00
2020-01-22 15:01:53 -08:00
2019-05-21 19:35:06 +00:00
2019-11-15 11:52:13 -08:00
2020-01-07 10:50:59 +01:00
2019-07-24 17:56:10 +00:00
2019-07-08 07:07:05 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-10-08 15:43:29 +00:00
2019-12-10 12:37:26 -08:00
2019-07-08 07:07:05 +00:00
2020-01-07 13:03:56 +01:00
2019-07-24 17:56:10 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-07-10 17:09:47 +00:00
2019-01-19 08:50:56 +00:00
2019-07-08 07:07:05 +00:00
2019-05-23 11:14:47 +00:00
2019-12-13 10:00:59 -08:00
2019-12-13 10:00:59 -08:00
2019-11-12 14:39:47 +01:00
2019-01-19 08:50:56 +00:00
2019-07-05 17:42:08 +00:00
2019-12-13 10:00:59 -08:00
2019-12-13 10:00:59 -08:00
2019-07-09 18:41:31 +00:00
2019-12-13 10:00:59 -08:00
2019-12-12 09:28:56 -08:00