[all-commits] [llvm/llvm-project] 1fa702: [LLDB] dotest.py set selected_platform on remote c...

Muhammad Omair Javaid via All-commits all-commits at lists.llvm.org
Mon Jun 28 14:37:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fa70235856962fae723d97cb39b47da6eb9666e
      https://github.com/llvm/llvm-project/commit/1fa70235856962fae723d97cb39b47da6eb9666e
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/dotest.py

  Log Message:
  -----------
  [LLDB] dotest.py set selected_platform on remote connection

This patch fixes a bug in dotest.py where lldb.selected_platform was
being set to host platform even after a successful connection to a
remote platform via platform url. This patch fixes this behavior and
sets selected_platform to remote_platform after a successful connection.

This patch also removes target_platform variable from run_suite.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D105060




More information about the All-commits mailing list