aboutsummaryrefslogtreecommitdiff
path: root/gdb/d30v-tdep.c
AgeCommit message (Collapse)AuthorFilesLines
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-1/+1
2001-09-052001-09-05 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-1/+1
* gdbarch.sh: Move include of dis-asm.h so it is generated earlier in gdbarch.h. (TARGET_PRINT_INSN): Multiarch. * gdbarch.h: Regenerate. * gdbarch.c: Regenerate. * arch-utils.c (legacy_print_insn): New function. * arch-utils.h (legacy_print_insn): Export. * cris-tdep.c (cris_delayed_get_disassembler): Use TARGET_PRINT_INSN, instead of tm_print_insn. * d10v-tdep.c (print_insn): Ditto. * d30v-tdep.c (print_insn): Ditto. * m32r-tdep.c (dump_insn): Ditto. * v850-tdep.c (v850_scan_prologue): Ditto. * mcore-tdep.c (mcore_dump_insn): Ditto. * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
2001-07-15s/value_ptr/struct value */Andrew Cagney1-4/+5
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-0/+1
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-2/+3
internal_verror().
2000-12-15Replace free() with xfree().Kevin Buettner1-1/+1
2000-08-13Protoization.Kevin Buettner1-7/+3
2000-07-30Protoization.Kevin Buettner1-70/+30
2000-06-04Eliminate PARAMS from function pointer declarations.Kevin Buettner1-2/+2
2000-05-28PARAMS removal.Kevin Buettner1-13/+13
2000-02-02import gdb-2000-02-01 snapshotJason Molenda1-2/+2
1999-11-09import gdb-1999-11-08 snapshotJason Molenda1-1/+1
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-6/+11
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-183/+186
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1396
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1396/+0
1998-12-28hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1-2/+2
ChangeLog-gdbtk for details.
1998-12-10CARP:Andrew Cagney1-2/+2
Rename REGISTER_NAMES{} -> REGISTER_NAME().
1998-11-30CARP:Andrew Cagney1-0/+13
Cleanup FRAME_CHAIN_VALID. Replace all macro's with functions.
1998-01-14Remove GCC-ismsMichael Meissner1-0/+2
1997-12-21Got backtrace working when calling from framefull routines into framelessDavid Taylor1-6/+77
routines.
1997-12-19improved end-of-stack handling.David Taylor1-2/+21
1997-12-16back trace now works when using external memory and frameless functions; allDavid Taylor1-19/+33
arguments are passed in args registers until we run out; finding saved regs now has two offsets not just one doing double duty. TARGET_READ_SP / TARGET_WRITE_SP are (temporarily?) commented out.
1997-12-11changed d10v instruction patterns to d30v ones and made them defines ratherDavid Taylor1-121/+333
than sprinkled throughout the code. changes to several functions; backtraces now work and calling functions in the inferior partially works. Registers do not yet track the frame.
1997-11-13Add comment about code that is actually d10v specific instead of d30vMichael Meissner1-0/+6
1997-11-13Add info command to print out flags valuesMichael Meissner1-0/+38
1997-09-25 * The following block of changes add support for debugging assemblyStu Grossman1-0/+1021
source files. * breakpoint.c (resolve_sal_pc): Prevent crash when pc isn't associated with a function. * buildsym.c (record_line start_symtab end_symtab): Don't delete symtabs which only have line numbers (but no other debug symbols). * dbxread.c (read_dbx_symtab end_psymtab): Ditto. * remote-sim.c: New functions gdbsim_insert/remove_breakpoint. Use intrinsic simulator breakpoints if available, otherwise do it the hard way. * configure.tgt: Add d30v. * d30v-tdep.c: New file. * config/d30v/d30v.mt, config/d30v/tm-d30v.h: New files.