[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
Fri Jul 21 21:21:39 PDT 2017
enlight created this revision.
enlight added a project: LLDB.
The available platform list was previously only accessible via the `platform list` command, this patch makes it possible to access that list via the SBDebugger API. The active platform list has likewise been exposed via the SBDebugger API.
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
scripts/interface/SBDebugger.i
source/API/SBDebugger.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35760.107774.patch
Type: text/x-patch
Size: 7501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170722/3aa56ddb/attachment.bin>
More information about the lldb-commits
mailing list