[all-commits] [llvm/llvm-project] 12504f: Revert "[lldb] [gdb-remote] Use local regnos for v...
Michał Górny via All-commits
all-commits at lists.llvm.org
Thu Sep 23 09:17:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12504f50729a338fb37c1c1863e7125b607e11d7
https://github.com/llvm/llvm-project/commit/12504f50729a338fb37c1c1863e7125b607e11d7
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Log Message:
-----------
Revert "[lldb] [gdb-remote] Use local regnos for value_regs/invalidate_regs"
This reverts commit 6fbed33d4a7de2229c40e6318f223092d3a23848.
The prerequisite commit is causing regressions.
Commit: bcb6b97cde84b6acd67d5551302683234c09337c
https://github.com/llvm/llvm-project/commit/bcb6b97cde84b6acd67d5551302683234c09337c
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Log Message:
-----------
Revert "[lldb] [gdb-remote] Refactor getting remote regs to use local vector"
This reverts commit b03e701c145365ba339657ead54a2e0cc5c02776. This is
causing regressions when XML support is disabled.
Compare: https://github.com/llvm/llvm-project/compare/8229cb741253...bcb6b97cde84
More information about the All-commits
mailing list