[all-commits] [llvm/llvm-project] 2b0c88: Refine the reporting mechanism for interruption.
jimingham via All-commits
all-commits at lists.llvm.org
Thu Jul 6 16:19:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b0c8865421287a30ddda0f459f17f76bfeb1358
https://github.com/llvm/llvm-project/commit/2b0c8865421287a30ddda0f459f17f76bfeb1358
Author: Jim Ingham <jingham at apple.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
M lldb/include/lldb/Target/TargetList.h
M lldb/source/API/SBFrame.cpp
M lldb/source/Commands/CommandCompletions.cpp
M lldb/source/Commands/CommandObjectFrame.cpp
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Commands/CommandObjectThread.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/Module.cpp
M lldb/source/Interpreter/CommandInterpreter.cpp
M lldb/source/Target/StackFrameList.cpp
M lldb/source/Target/Target.cpp
M lldb/source/Target/TargetList.cpp
Log Message:
-----------
Refine the reporting mechanism for interruption.
Also, make it possible for new Targets which haven't been added to
the TargetList yet to check for interruption, and add a few more
places in building modules where we can check for interruption.
Differential Revision: https://reviews.llvm.org/D154542
More information about the All-commits
mailing list