[Bug 36193] New: LoadUnloadTestCase.test_lldb_process_load_and_unload_commands_dwarf fails when debugging from windows to android

Bug ID 36193
Summary LoadUnloadTestCase.test_lldb_process_load_and_unload_commands_dwarf fails when debugging from windows to android
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter labath@google.com
CC llvm-bugs@lists.llvm.org

This happens because the path in the "process load --install=<path>" command is
parsed as a host path, so we end up sending the file name to the target with
backslashes and everything, and things go south from there.

labath@google.com changed bug 36193

What | Removed | Added |

  • | - | - |
    Resolution | — | DUPLICATE |
    Status | NEW | RESOLVED |

Comment # 1 on bug 36193 from labath@google.com

Actually, this seems to be a duplicate of 25805.

It's not clear to me why this started failing on some configurations only after
the out-of-tree patch landed, but in any case, the root cause seems to be the
same.

*** This bug has been marked as a duplicate of bug 25805 ***