-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[LLDB][Process/Utility] Introduce NativeRegisterContextDBReg class #118043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
a7cba7e
9459652
d92113b
96a2af6
43fa015
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -234,9 +234,9 @@ class NativeRegisterContextLinux_arm64 | |
|
|
||
| size_t GetFPMRBufferSize() { return sizeof(m_fpmr_reg); } | ||
|
|
||
| llvm::Error ReadHardwareDebugInfo() override; | ||
| Status ReadHardwareDebugInfo() override; | ||
|
||
|
|
||
| llvm::Error WriteHardwareDebugRegs(DREGType hwbType) override; | ||
| Status WriteHardwareDebugRegs(DREGType hwbType) override; | ||
|
|
||
| uint32_t CalculateFprOffset(const RegisterInfo *reg_info) const; | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.