Re: Why enforcing sw_breakpoint_from_kind() implementation in GDBserver targets
Shahab Vahedi via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Tankut, Thank you for your clear response. I have only one remark: On Fri, Jun 12, 2020 at 11:04:08AM +0000, Aktemur, Tankut Baris wrote: > So, the base linux target delegates the op to the low target and enforces > an implementation. What about scenarios that "sw_breakpoint_from_kind" for the linux is defined by the target? There would be no execution of base-linux-target flavour of "sw_breakpoint_from_kind". Hence, not a mandatory dependency to the low target's "sw_breakpoint_from_kind". This scenario is actally not far fetched. That's what's happening in ARC port. Shahab