[all-commits] [llvm/llvm-project] 89826f: [lldb] Fix compilation errors from #138896 (#139711)

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue May 13 06:06:15 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89826f04589af9d309319b3651b609fdd8978631
      https://github.com/llvm/llvm-project/commit/89826f04589af9d309319b3651b609fdd8978631
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    M lldb/source/Host/windows/ProcessLauncherWindows.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/tools/lldb-server/lldb-platform.cpp

  Log Message:
  -----------
  [lldb] Fix compilation errors from #138896 (#139711)

- s/size_t/SIZE_T to match the windows API
- case HANDLE to int64_t to avoid cast-to-int-of-different-size
errors/warnings



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list