aboutsummaryrefslogtreecommitdiff
path: root/gdb/m68hc11-tdep.c
AgeCommit message (Collapse)AuthorFilesLines
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-1/+2
2000-12-022000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>Stephane Carrez1-12/+1
* m68hc11-tdep.c (m68hc11_gdbarch_init): Remove elf_flags, cleanup. (gdbarch_tdep): Likewise.
2000-12-022000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>Stephane Carrez1-2/+3
* m68hc11-tdep.c (SOFT_D1_REGNUM): Soft registers start at 14. (m68hc11_register_names): Add null for register 13.
2000-12-022000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>Stephane Carrez1-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-24Support 68HC12 arch in GdbStephane Carrez1-1/+11
2000-11-24Use gdbarch_tdep for 68hc11 specific data (stack_correction global)Stephane Carrez1-14/+30
2000-09-06Fix gdb calling a function for 68hc11Stephane Carrez1-16/+59
2000-09-05Fix frame unwinding for 68hc11Stephane Carrez1-0/+10
2000-08-29Fix stack offset correction for 68hc11Stephane Carrez1-13/+24
2000-08-26Multi-arch support for 68hc11Stephane Carrez1-355/+641
2000-07-30Protoization.Kevin Buettner1-3/+3
2000-07-27From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:Andrew Cagney1-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.