Issue 164771
Summary [lldb] unable to set sourcemap containg forward slash /
Labels new issue
Assignees
Reporter aag-norbert-lange
    I have an SDK build on Linux using mingw, and for debugging these paths need to be mapped. On Windows,
it seems impossible to remap those paths, they will always be converted to Windows separators and then wont apply.

Example using lldb 21.1.4:

```
settings set target.source-map "/opt/src" "D:\\sourcen"
settings show target.source-map
```

```
[0] "\opt\src" -> "D:\sourcen"
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to