[LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format strings
authorMartin Storsjo <martin@martin.st>
Sat, 21 Sep 2019 19:10:00 +0000 (19:10 +0000)
committerMartin Storsjo <martin@martin.st>
Sat, 21 Sep 2019 19:10:00 +0000 (19:10 +0000)
commited78dc8e4371b573e3daca3ee6d39231df218918
tree338d3fe56531f4b75078a01c868e52254b36955c
parent5c38730dbd002a9f669bf3fb3c0a8b19e84bdd97
[LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format strings

SetErrorStringWithFormat only supports normal printf style format
strings.

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

llvm-svn: 372485
lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp