[Lldb-commits] [PATCH] D103675: [LLDB/API] Expose args and env from SBProcessInfo.
Bruce Mitchener via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 4 01:34:02 PDT 2021
brucem created this revision.
brucem requested review of this revision.
Herald added a project: LLDB.
This is another step towards implementing the equivalent of
`platform process list` and related functionality.
`uint32_t` is used for the argument count and index despite the
underlying value being `size_t` to be consistent with other
index-based access to arguments.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D103675
Files:
lldb/bindings/interface/SBProcessInfo.i
lldb/include/lldb/API/SBEnvironment.h
lldb/include/lldb/API/SBProcessInfo.h
lldb/source/API/SBProcessInfo.cpp
lldb/test/API/python_api/process/TestProcessAPI.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103675.349787.patch
Type: text/x-patch
Size: 5218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210604/ce823148/attachment.bin>
More information about the lldb-commits
mailing list