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.