Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -1/+1 | |
2000-08-13 | Protoization. | Kevin Buettner | 1 | -7/+3 | |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -70/+30 | |
2000-06-04 | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 1 | -2/+2 | |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -13/+13 | |
2000-02-02 | import gdb-2000-02-01 snapshot | Jason Molenda | 1 | -2/+2 | |
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -6/+11 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -183/+186 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+1396 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -1396/+0 | |
1998-12-28 | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1 | -2/+2 | |
ChangeLog-gdbtk for details. | |||||
1998-12-10 | CARP: | Andrew Cagney | 1 | -2/+2 | |
Rename REGISTER_NAMES{} -> REGISTER_NAME(). | |||||
1998-11-30 | CARP: | Andrew Cagney | 1 | -0/+13 | |
Cleanup FRAME_CHAIN_VALID. Replace all macro's with functions. | |||||
1998-01-14 | Remove GCC-isms | Michael Meissner | 1 | -0/+2 | |
1997-12-21 | Got backtrace working when calling from framefull routines into frameless | David Taylor | 1 | -6/+77 | |
routines. | |||||
1997-12-19 | improved end-of-stack handling. | David Taylor | 1 | -2/+21 | |
1997-12-16 | back trace now works when using external memory and frameless functions; all | David Taylor | 1 | -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-11 | changed d10v instruction patterns to d30v ones and made them defines rather | David Taylor | 1 | -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-13 | Add comment about code that is actually d10v specific instead of d30v | Michael Meissner | 1 | -0/+6 | |
1997-11-13 | Add info command to print out flags values | Michael Meissner | 1 | -0/+38 | |
1997-09-25 | * The following block of changes add support for debugging assembly | Stu Grossman | 1 | -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. |