This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

No set_gdbarch_* functions for hardware watchpoints


Hello,

I'm implementing hardware watchpoints for m32r target and
I found that there was no set_gdbarch_* functions for hardware
watchpoints.

I can use macros instead of set_gdbarch_* functions like other
targets, but it means m32r target becomes MULTI_ARCH_PARTIAL.
I don't think it's a good implementation.

Would anyone add set_gdbarch_* functions for hardware watchpoints?

===
Kei Sakamoto
Renesas Technology Corp.
sakamoto.kei@renesas.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]