Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-20 | GDB: S12Z: new function s12z_extract_return_value | John Darrington | 1 | -1/+58 | |
Make gdb aware of the return values of functions which return in registers. gdb/ChangeLog: * s12z-tdep.c (s12z_extract_return_value): New function. (inv_reg_perm) New array. (s12z_return_value): Populate readbuf if non-null. | |||||
2018-11-20 | GDB: S12Z: Add assertion | John Darrington | 1 | -0/+1 | |
gdb/ChangeLog: * s12z-tdep.c (s12z_frame_cache): Add an assertion. | |||||
2018-10-23 | GDB: New target s12z | John Darrington | 1 | -0/+544 | |
gdb/ * configure.tgt: Add configuration for s12z. * s12z-tdep.c: New file. * NEWS: Mention new target. |