Skip to content

Sending files from Linux lldb to Windows lldb-server doesn't work #64313

Closed
llvm/llvm-project-release-prs
#667
@yshui

Description

@yshui

The server replies with a F-1,16, and lldb reacts with reporting "error: invalid argument".

This is because lldb-server uses _wsopen_s to open files on Windows. _wsopen_s rejects mode arguments that contain anything other than _S_IREAD | _S_IWRITE.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions