[all-commits] [llvm/llvm-project] 35ef89: [lldb/python] Fix scripted_platform python module ...

Med Ismail Bennani via All-commits all-commits at lists.llvm.org
Thu Feb 2 15:23:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35ef899f94eb3c52b9ba5671be606d755053d90e
      https://github.com/llvm/llvm-project/commit/35ef899f94eb3c52b9ba5671be606d755053d90e
  Author: Med Ismail Bennani <medismail.bennani at gmail.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M lldb/bindings/python/CMakeLists.txt

  Log Message:
  -----------
  [lldb/python] Fix scripted_platform python module creation

This patch should fix the creation and addition of the `scripted_platform`
python module into the `lldb.plugins` module.

Previously, we were creating the `plugins` submodule, each time with a
different source file (either `scripted_process` or `scripted_platform`).

The removes the redundant `create_python_package` call and group both
python source files toghether.

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

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>


  Commit: 2403fa46b9e19b02f17ffd315e49110b7b2ebdea
      https://github.com/llvm/llvm-project/commit/2403fa46b9e19b02f17ffd315e49110b7b2ebdea
  Author: Med Ismail Bennani <medismail.bennani at gmail.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M lldb/examples/python/scripted_process/scripted_process.py

  Log Message:
  -----------
  [lldb] Fix typo in ScriptedProcess python docstrings (NFC)

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>


Compare: https://github.com/llvm/llvm-project/compare/0480748ea672...2403fa46b9e1


More information about the All-commits mailing list