Re: RISC-V: decr_pc_after_break causing problems
Jim Wilson <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAFyWVaZ2_CTM2rL0OMv2V8R_0L52rUVOTgxuZ5Er9mW+Qw-+Jw@mail.gmail.com> |
On Mon, Jun 25, 2018 at 7:54 PM, Jim Wilson <[email protected]> wrote: > The RISC-V port in the riscv-tdep.c file has > set_gdbarch_decr_pc_after_break (gdbarch, (has_compressed_isa ? 2 : 4)); I'm still hoping to get a response to this. I need to make coordinated fixes to both gdb and the linux kernel to get breakpoints working correctly. Jim