[all-commits] [llvm/llvm-project] e9fbdd: [lldb] Expose SBProcess::IsLiveDebugSession() (#20...
Alexandre Perez via All-commits
all-commits at lists.llvm.org
Wed Jun 10 15:49:42 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9fbddf223976da11f40291a310d3308c61ea778
https://github.com/llvm/llvm-project/commit/e9fbddf223976da11f40291a310d3308c61ea778
Author: Alexandre Perez <alexandreperez at meta.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M lldb/include/lldb/API/SBProcess.h
M lldb/source/API/SBProcess.cpp
M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
M lldb/test/API/python_api/process/TestProcessAPI.py
Log Message:
-----------
[lldb] Expose SBProcess::IsLiveDebugSession() (#203111)
Expose the existing `Process::IsLiveDebugSession()` through the SB API
as `SBProcess::IsLiveDebugSession()`, letting clients distinguish a live
debuggee from a post-mortem session such as a core file or minidump. It
returns `false` when there is no underlying process, consistent with
other `SBProcess` query methods.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list