[all-commits] [llvm/llvm-project] 1c046c: [lldb] Fixed PlatformPOSIX::DoLoadImage() in case ...

Dmitry Vasilyev via All-commits all-commits at lists.llvm.org
Sun May 26 23:52:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c046ca3f3254944483251bdc9c843e72d7f7796
      https://github.com/llvm/llvm-project/commit/1c046ca3f3254944483251bdc9c843e72d7f7796
  Author: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp

  Log Message:
  -----------
  [lldb] Fixed PlatformPOSIX::DoLoadImage() in case of the Windows host (#93345)

Do not denormalize the path. This patch fixes #93092.

BTW, it would be great to be able to pass the style or triple to
SBFileSpec. Currently it is impossible to create a posix SBFileSpec on
the Windows host.



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