clayborg marked 13 inline comments as done. clayborg added inline comments.
================ Comment at: tools/lldb-vscode/JSONUtils.cpp:472 + char path[PATH_MAX] = ""; + file.GetPath(path, sizeof(path)); + if (path[0]) { ---------------- This is a SBFileSpec. We don't allow any STL to be used in API. https://reviews.llvm.org/D50365 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits