FreeBSD Bugzilla – Attachment 234165 Details for
Bug 264095
devel/gdb: no member named 'debug_regs_probed' on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
build_fix.patch
file_264095.txt (text/plain), 495 bytes, created by
John Baldwin
on 2022-05-23 22:20:17 UTC
(
hide
)
Description:
build_fix.patch
Filename:
MIME Type:
Creator:
John Baldwin
Created:
2022-05-23 22:20:17 UTC
Size:
495 bytes
patch
obsolete
>diff --git a/gdb/aarch64-fbsd-nat.c b/gdb/aarch64-fbsd-nat.c >index fb7a29b5afb..65516015e69 100644 >--- a/gdb/aarch64-fbsd-nat.c >+++ b/gdb/aarch64-fbsd-nat.c >@@ -76,7 +76,9 @@ struct aarch64_fbsd_nat_target final : public fbsd_nat_target > }; > > static aarch64_fbsd_nat_target the_aarch64_fbsd_nat_target; >+#ifdef HAVE_DBREG > bool aarch64_fbsd_nat_target::debug_regs_probed; >+#endif > > /* Fetch register REGNUM from the inferior. If REGNUM is -1, do this > for all registers. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264095
:
234046
| 234165 |
234177