Author: Michał Górny
Date: 2020-10-24T09:17:53+02:00
New Revision: d96cb52830fd7109cead60956a9b108935988e5c
URL:
https://github.com/llvm/llvm-project/commit/d96cb52830fd7109cead60956a9b108935988e5c
DIFF:
https://github.com/llvm/llvm-project/commit/d96cb52830fd7109cead60956a9b108935988e5c.diff
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd96cb52830fd: [lldb] [Process/NetBSD] Use XStateRegSet for
all FPU registers (authored by mgorny).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://
mgorny created this revision.
mgorny added reviewers: labath, emaste, krytarowski.
Herald added subscribers: pengfei, arichardson.
Herald added a reviewer: JDevlieghere.
mgorny requested review of this revision.
Replace the inline x86 watchpoint handling code with the reusable
NativeRegisterContex
mgorny created this revision.
mgorny added reviewers: labath, krytarowski.
mgorny requested review of this revision.
Ensure that xs_xstate_bv is set correctly before calling
WriteRegisterSet(). The bit can be clear if the relevant registers
were at their initial state when they were read, and it
mgorny planned changes to this revision.
mgorny added a comment.
Hmm, I have an idea how to avoid all this repetition.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90105/new/
https://reviews.llvm.org/D90105
___
lldb-commits mailing list
lldb
mgorny updated this revision to Diff 300505.
mgorny added a comment.
Reduce the repetition by bringing the most common case out.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90105/new/
https://reviews.llvm.org/D90105
Files:
lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNet
mgorny updated this revision to Diff 300506.
mgorny added a comment.
Moved stuff into mixin-style class. Changing return types is next on the list.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89335/new/
https://reviews.llvm.org/D89335
Files:
lldb/source/Plugins/Process/NetBSD/Nativ