[Lldb-commits] [PATCH] D147045: [lldb] Drop RegisterInfoInterface::GetDynamicRegisterInfo

2023-04-05 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG933d3ee60007: [lldb] Drop RegisterInfoInterface::GetDynamicRegisterInfo (authored by labath). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D147045/new/ http

[Lldb-commits] [PATCH] D147045: [lldb] Drop RegisterInfoInterface::GetDynamicRegisterInfo

2023-04-03 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett accepted this revision. DavidSpickett added a comment. This revision is now accepted and ready to land. LGTM I have no idea about the specific use case but less code is good. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D147045/new/

[Lldb-commits] [PATCH] D147045: [lldb] Drop RegisterInfoInterface::GetDynamicRegisterInfo

2023-03-28 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added a reviewer: DavidSpickett. Herald added a subscriber: pengfei. Herald added a project: All. labath requested review of this revision. Herald added a project: LLDB. "Dynamic register info" is a very overloaded term, and this particular instance of it was o