[Lldb-commits] [PATCH] D76111: Create basic SBEnvironment class

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 19 14:15:16 PDT 2020


wallace updated this revision to Diff 251470.
wallace added a comment.

- Added both kinds of APIs we were discussing. It will come handy for all different kind of usages
- Added an SBEnvironment API for SBLaunchInfo, which will be used in https://reviews.llvm.org/D74636
- Address all sorts of comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76111/new/

https://reviews.llvm.org/D76111

Files:
  lldb/bindings/headers.swig
  lldb/bindings/interface/SBEnvironment.i
  lldb/bindings/interface/SBLaunchInfo.i
  lldb/bindings/interface/SBPlatform.i
  lldb/bindings/interface/SBTarget.i
  lldb/bindings/interfaces.swig
  lldb/include/lldb/API/LLDB.h
  lldb/include/lldb/API/SBDefines.h
  lldb/include/lldb/API/SBEnvironment.h
  lldb/include/lldb/API/SBLaunchInfo.h
  lldb/include/lldb/API/SBPlatform.h
  lldb/include/lldb/API/SBTarget.h
  lldb/include/lldb/Utility/Environment.h
  lldb/include/lldb/lldb-forward.h
  lldb/source/API/CMakeLists.txt
  lldb/source/API/SBEnvironment.cpp
  lldb/source/API/SBLaunchInfo.cpp
  lldb/source/API/SBPlatform.cpp
  lldb/source/API/SBTarget.cpp
  lldb/test/API/python_api/sbenvironment/TestSBEnvironment.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76111.251470.patch
Type: text/x-patch
Size: 27780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200319/780d39ed/attachment-0001.bin>


More information about the lldb-commits mailing list