[all-commits] [llvm/llvm-project] 134d7f: Store a by name list of signals with their actions...
jimingham via All-commits
all-commits at lists.llvm.org
Thu May 26 14:50:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 134d7f9a4b97e9035150d970bd9e376043c4577e
https://github.com/llvm/llvm-project/commit/134d7f9a4b97e9035150d970bd9e376043c4577e
Author: Jim Ingham <jingham at apple.com>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M lldb/include/lldb/Target/Target.h
M lldb/include/lldb/Target/UnixSignals.h
M lldb/packages/Python/lldbsuite/test/lldbutil.py
M lldb/source/Commands/CommandObjectProcess.cpp
M lldb/source/Commands/Options.td
M lldb/source/Target/Process.cpp
M lldb/source/Target/Target.cpp
M lldb/source/Target/UnixSignals.cpp
A lldb/test/API/commands/process/handle/Makefile
A lldb/test/API/commands/process/handle/TestProcessHandle.py
A lldb/test/API/commands/process/handle/main.cpp
M lldb/test/API/functionalities/signal/raise/TestRaise.py
M lldb/unittests/Signals/UnixSignalsTest.cpp
Log Message:
-----------
Store a by name list of signals with their actions in the Target
so that they can be used to prime new Process runs. "process handle"
was also changed to populate the dummy target if there's no selected
target, so that the settings will get copied into new targets.
Differential Revision: https://reviews.llvm.org/D126259
More information about the All-commits
mailing list