aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/d30v
AgeCommit message (Collapse)AuthorFilesLines
2001-03-14Include regcache.hAndrew Cagney1-0/+2
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2000-05-28PARAMS removal.Kevin Buettner1-13/+14
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-0/+2
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-2/+1
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-41/+42
1999-06-01import gdb-1999-06-01 snapshotJason Molenda1-2/+0
1999-05-25import gdb-1999-05-25 snapshotJason Molenda1-4/+4
1999-05-05import gdb-19990504 snapshotStan Shebs1-3/+2
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs2-0/+330
1999-04-16Initial creation of sourceware repositoryStan Shebs3-363/+0
1998-11-30CARP:Andrew Cagney1-7/+2
Cleanup FRAME_CHAIN_VALID. Replace all macro's with functions.
1998-11-28CARP:Andrew Cagney1-1/+1
Rewrite INNER_THAN so that it takes parameters.
1998-05-16* Bringing over patches for PR 15870, 15653 from chill/d30v branches.Frank Ch. Eigler1-1/+2
Also, fixed a small third-party sanitize typo in ChangeLog.
1998-03-24 * Makefile.in: Derive SHELL from configure.Stu Grossman1-2/+1
* config/d10v/d10v.mt config/d30v/d30v.mt config/m32r/m32r.mt config/mn10200/mn10200.mt config/mn10300/mn10300.mt : Remove -lm from SIM. This prevents dependency checking of -lm (under NT native builds). (It is automatically added by configure if it exists.) * doc/configure mswin/configure nlm/configure testsuite/gdb.base/configure testsuite/gdb.c++/configure testsuite/gdb.chill/configure testsuite/gdb.disasm/configure testsuite/gdb.stabs/configure testsuite/gdb.threads/configure: Regenerate with autoconf 2.12.1 to fix shell issues for NT native builds.
1998-01-14Remove GCC-ismsMichael Meissner1-1/+1
1997-12-19improved end-of-stack handling.David Taylor1-7/+2
1997-12-16back trace now works when using external memory and frameless functions; allDavid Taylor1-3/+10
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-15/+23
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-13fix spacingMichael Meissner1-1/+1
1997-11-13Add info command to print out flags valuesMichael Meissner1-2/+17
1997-09-25 * The following block of changes add support for debugging assemblyStu Grossman3-0/+343
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.