[lldb-vscode] correctly handle multiple sourceMap entries
authorAlex Langford <apl@fb.com>
Thu, 26 Sep 2019 21:18:37 +0000 (21:18 +0000)
committerAlex Langford <apl@fb.com>
Thu, 26 Sep 2019 21:18:37 +0000 (21:18 +0000)
commit7dfb095b882d6b3ec42c7b9c4391ce3e30d37375
tree7e0966b7878f90ecaa0770a54eb2daaa445b7d7b
parent486cd9a90dee3b482ab151d45936c51dc91bf11c
[lldb-vscode] correctly handle multiple sourceMap entries

Summary:
`lldb-vscode` concatenates a string of sourceMap entries
specified in the config, but fails to put a space between
each entry, which causes the settings command to fail.
This patch adds a space between each mapping.

Patch by Richard Howell

Differential Revision: https://reviews.llvm.org/D67569

llvm-svn: 373016
lldb/tools/lldb-vscode/lldb-vscode.cpp