teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client
Pavel Labath f7174ef573 [LLDB] Fix TestTargetXMLArch's expected arch
Summary:
When running on an architecture other than x86_64, the
target.ConnectRemote() part of the test may add platform information to
the target triple.

It was observed that this happens at Process::CompleteAttach() method,
after the platform_sp->IsCompatibleArchitecture() check fails.
This method then calls platform_sp->GetPlatformForArchitecture(), that
on a Linux machine ends up returning a generic Linux platform, that then
ends up getting added to the original target architecture.

Reviewers: clayborg, labath, jasonmolenda

Reviewed By: labath

Subscribers: alexandreyy, lbianc

Differential Revision: https://reviews.llvm.org/D44022
Patch by Leandro Lupori <leandro.lupori@gmail.com>.

llvm-svn: 327981
2018-03-20 13:46:05 +00:00
..
a.yaml
gdbclientutils.py Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions 2018-03-20 11:56:24 +00:00
TestGDBRemoteClient.py
TestGDBRemoteLoad.py Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions 2018-03-20 11:56:24 +00:00
TestRestartBug.py Rewrite the flaky test_restart_bug test in a more deterministic way 2018-02-08 10:37:23 +00:00
TestTargetXMLArch.py [LLDB] Fix TestTargetXMLArch's expected arch 2018-03-20 13:46:05 +00:00