Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 1 | -1/+2 | |
2000-12-02 | 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr> | Stephane Carrez | 1 | -12/+1 | |
* m68hc11-tdep.c (m68hc11_gdbarch_init): Remove elf_flags, cleanup. (gdbarch_tdep): Likewise. | |||||
2000-12-02 | 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr> | Stephane Carrez | 1 | -2/+3 | |
* m68hc11-tdep.c (SOFT_D1_REGNUM): Soft registers start at 14. (m68hc11_register_names): Add null for register 13. | |||||
2000-12-02 | 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr> | Stephane Carrez | 1 | -168/+217 | |
* m68hc11-tdep.c (m68hc11_frame_args_address): Fix args address computation. (m68hc11_frame_init_saved_regs): Frame pointer is saved only if the symbol exist. (m68hc11_analyze_instruction): New function. (m6811_prologue, m6812_prologue): New prologue description tables. (m68hc11_guess_from_prologue): Use the above. (m68hc11_gdbarch_init): Setup gdbarch_tdep for the prologue descriptions. | |||||
2000-11-24 | Support 68HC12 arch in Gdb | Stephane Carrez | 1 | -1/+11 | |
2000-11-24 | Use gdbarch_tdep for 68hc11 specific data (stack_correction global) | Stephane Carrez | 1 | -14/+30 | |
2000-09-06 | Fix gdb calling a function for 68hc11 | Stephane Carrez | 1 | -16/+59 | |
2000-09-05 | Fix frame unwinding for 68hc11 | Stephane Carrez | 1 | -0/+10 | |
2000-08-29 | Fix stack offset correction for 68hc11 | Stephane Carrez | 1 | -13/+24 | |
2000-08-26 | Multi-arch support for 68hc11 | Stephane Carrez | 1 | -355/+641 | |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -3/+3 | |
2000-07-27 | From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>: | Andrew Cagney | 1 | -0/+754 | |
* configure.tgt: Recognize the 68hc11. * m68hc11-tdep.c: New file for 68hc11 target. * config/m68hc11/m68hc11.mt: New file for 68hc11 port. * configure.tgt: When 68hc11, set gdb_multi_arch. |