summaryrefslogtreecommitdiff
path: root/include/gdb
Commit message (Collapse)AuthorAgeFilesLines
* sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_Andrey Volkov2002-07-292-28/+36
|
* sim-h8300.h new fileAndrey Volkov2002-07-232-0/+79
|
* Index: sim/common/ChangeLogAndrew Cagney2002-07-172-59/+10
| | | | | | | | | | | | | | | | | 2002-07-17 Andrew Cagney <cagney@redhat.com> * run-sim.h: Add #ifdef RUN_SIM_H wrapper. (sim_set_callbacks, sim_size, sim_trace) (sim_set_trace, sim_set_profile_size, sim_kill): Declare. Moved to here from "gdb/remote-sim.h". Index: include/gdb/ChangeLog 2002-07-17 Andrew Cagney <cagney@redhat.com> * remote-sim.h: Update copyright. (sim_set_callbacks, sim_size, sim_trace) (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to "sim/common/run-sim.h".
* include/gdb:Joern Rennecke2002-07-172-18/+130
| | | | | | | | | | | | * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp, renumbering the sh-dsp registers to use distinct numbers. sim/sh: * Makefile.in (interp.o): Depend on $(srcroot)/include/gdb/sim-sh.h. * interp.c: Include "gdb/sim-sh.h". (sim_store_register, sim_fetch_register): Use constants defined there. gdb: * sh-tdep.c (sh_dsp_register_sim_regno): New function. (sh_gdbarch_init): Use it for sh-dsp.
* * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.Andrew Cagney2002-06-152-1/+5
|
* Add the file include/gdb/sim-arm.h defining an enum that specifies theAndrew Cagney2002-06-122-0/+69
| | | | register numbering used by the GDB<->SIM interface.
* Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney2002-06-093-0/+629
| | | | Update accordingly.
* Fill-out d10v enum so that there are no ``=''.Andrew Cagney2002-06-012-20/+61
|
* * sim-d10v.h: Delete file. Moved to include/gdb/.Andrew Cagney2002-05-242-0/+107
| | | | | | | | | | * sim-d10v.h: New file. Moved from include/sim-d10v.h. * Makefile.in (INCLUDE): Add "gdb/sim-d10v.h". * interp.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h". * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h". * Makefile.in (sim_d10v_h): Update definition.
* 2002-05-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-102-0/+58
| | | | * sim-sh.h: New file, for sh gdb<->sim interface.
* 2002-05-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-092-10/+20
| | | | | | * signals.h: Update comments. (enum target_signal): Remove conditional compilation around Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
* gdb/:Daniel Jacobowitz2002-03-112-0/+244
2002-03-10 Daniel Jacobowitz <drow@mvista.com> * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h. * defs.h: Include "gdb/signals.h". (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h. include/gdb: 2002-03-10 Daniel Jacobowitz <drow@mvista.com> * signals.h: New file, split from gdb/defs.h.