[all-commits] [llvm/llvm-project] 2da99a: [lldb] Expose Platform::Attach through the SB API ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Oct 3 10:34:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2da99a11196246ab5f9787117f01b2251480607a
https://github.com/llvm/llvm-project/commit/2da99a11196246ab5f9787117f01b2251480607a
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M lldb/include/lldb/API/SBAttachInfo.h
M lldb/include/lldb/API/SBDebugger.h
M lldb/include/lldb/API/SBPlatform.h
M lldb/include/lldb/API/SBProcess.h
M lldb/packages/Python/lldbsuite/test/gdbclientutils.py
M lldb/source/API/SBPlatform.cpp
A lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
Log Message:
-----------
[lldb] Expose Platform::Attach through the SB API (#68050)
Expose Platform::Attach through the SB API.
rdar://116188959
More information about the All-commits
mailing list