[all-commits] [llvm/llvm-project] 251a5d: [lldb/API] Expose triple for SBProcessInfo.

Bruce Mitchener via All-commits all-commits at lists.llvm.org
Tue Jun 1 21:35:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 251a5d9d5239c0402e0ab68718aa194c2b4f04bb
      https://github.com/llvm/llvm-project/commit/251a5d9d5239c0402e0ab68718aa194c2b4f04bb
  Author: Bruce Mitchener <bruce.mitchener at gmail.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M lldb/bindings/interface/SBProcessInfo.i
    M lldb/include/lldb/API/SBProcessInfo.h
    M lldb/source/API/SBProcessInfo.cpp
    M lldb/test/API/python_api/process/TestProcessAPI.py

  Log Message:
  -----------
  [lldb/API] Expose triple for SBProcessInfo.

This is present when doing a `platform process list` and is
tracked by the underlying code. To do something like the
process list via the SB API in the future, this must be
exposed.

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




More information about the All-commits mailing list