[all-commits] [llvm/llvm-project] 8f378f: [lldb] Expose SBPlatform::GetAllProcesses to the S...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Oct 6 10:43:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f378ff7a0a36137619a446b0bb13b8bc0ef6721
https://github.com/llvm/llvm-project/commit/8f378ff7a0a36137619a446b0bb13b8bc0ef6721
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M lldb/bindings/headers.swig
A lldb/bindings/interface/SBProcessInfoListExtensions.i
M lldb/bindings/interfaces.swig
M lldb/include/lldb/API/LLDB.h
M lldb/include/lldb/API/SBDefines.h
M lldb/include/lldb/API/SBPlatform.h
M lldb/include/lldb/API/SBProcessInfo.h
A lldb/include/lldb/API/SBProcessInfoList.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/Utility/ProcessInfo.h
M lldb/source/API/CMakeLists.txt
M lldb/source/API/SBPlatform.cpp
A lldb/source/API/SBProcessInfoList.cpp
M lldb/source/Target/Platform.cpp
A lldb/test/API/functionalities/gdb_remote_client/TestPlatformListProcesses.py
Log Message:
-----------
[lldb] Expose SBPlatform::GetAllProcesses to the SB API (#68378)
Add the ability to list all processes through the SB API.
rdar://116188959
More information about the All-commits
mailing list