[all-commits] [llvm/llvm-project] 1410a4: [lldb] Remove vasprintf windows-compat implementation
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Mar 30 00:33:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1410a4860eb2355f0c6e3274a937f7e382a59e5c
https://github.com/llvm/llvm-project/commit/1410a4860eb2355f0c6e3274a937f7e382a59e5c
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M lldb/include/lldb/Host/windows/PosixApi.h
M lldb/source/Host/CMakeLists.txt
M lldb/source/Host/common/File.cpp
R lldb/source/Host/windows/Windows.cpp
M lldb/source/Target/RegisterContextUnwind.cpp
Log Message:
-----------
[lldb] Remove vasprintf windows-compat implementation
We already have a VASprintf function for this purpose, so I'm switching
the remaining few users to that.
More information about the All-commits
mailing list