[all-commits] [llvm/llvm-project] 8402ad: Add a generic Process method to dump plugin history.
jimingham via All-commits
all-commits at lists.llvm.org
Tue Jul 11 12:33:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8402ad23104b6b20f07596738b02a4ab101a8af9
https://github.com/llvm/llvm-project/commit/8402ad23104b6b20f07596738b02a4ab101a8af9
Author: Jim Ingham <jingham at apple.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M lldb/include/lldb/Target/Process.h
M lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Log Message:
-----------
Add a generic Process method to dump plugin history.
I need to call this to figure out why the assert in
StopInfoMachException::CreateStopReasonWithMachException is triggering, but
it isn't appropriate to directly access the GDBRemoteCommunication there. And
dumping whatever history the process plugin has collected during the run isn't
gdb-remote specific...
Differential Revision: https://reviews.llvm.org/D154992
More information about the All-commits
mailing list