[Lldb-commits] [PATCH] D35760: Expose active and available platform lists via SBDebugger API

Vadim Macagon via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 26 07:34:29 PDT 2017


enlight updated this revision to Diff 108276.
enlight added a comment.

- Renamed `SBDebugger::GetAvailablePlatformAtIndex()` to `GetAvailablePlatformInfoAtIndex()`.
- Changed `PlatformPythonTestCase.test_platform_list` to select one of the available platforms instead of hardcoding the `remote-linux` platform.


Repository:
  rL LLVM

https://reviews.llvm.org/D35760

Files:
  include/lldb/API/SBDebugger.h
  include/lldb/API/SBStructuredData.h
  packages/Python/lldbsuite/test/functionalities/platform/TestPlatformPython.py
  packages/Python/lldbsuite/test/python_api/default-constructor/sb_debugger.py
  scripts/interface/SBDebugger.i
  source/API/SBDebugger.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35760.108276.patch
Type: text/x-patch
Size: 9432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170726/e9fe1555/attachment.bin>


More information about the lldb-commits mailing list