date and time created 83/08/05 13:34:37 by sam
[unix-history] / usr / src / old / dbx /
1983-08-05 Mark Lintonundid last change -- whether or not to print a VARNT is
1983-08-05 Mark Lintonchanged should_print so that C unions (VARNTs) aren...
1983-08-05 Mark Lintona few fixes of printing float data, and now generates
1983-08-05 Mark Lintonmoved edit procedure here, changed it to use "sourcepath",
1983-08-05 Mark Lintonfixed problem with not clearing input on an EOF (^D...
1983-07-16 Mark Lintonfixed a problem with addresses of globals created by...
1983-07-16 Mark Lintonchanged the offset for finding the calling address...
1983-07-16 Mark Lintonfixed "clean" so that extraneous files are now removed
1983-07-08 Mark Lintonfixed problem with the "cond" function popping a "Boolean"
1983-07-08 Mark Lintonfixed problem with "stop at <line> if <cond>"
1983-07-08 Mark Lintonupped the maximum number of arguments on a command...
1983-07-08 Mark Lintonadded WHEREIS to list of keywords, fixing a problem...
1983-07-08 Mark Lintonfixed slight problem with operations on C doubles,...
1983-07-08 Mark Lintonchanged size of "t_real" from 4 to 8; this made printing of
1983-07-04 Sam Lefflerinclude fix
1983-05-21 Alastair Fyfespecial cased printrtn for voids and printv for arrays
1983-05-21 Alastair Fyfesubroutines become void functions so printrtn won't
1983-05-21 Mark Lintonfixed problem with size of enumerated types in C
1983-05-21 Mark Lintonfixed problem with opening absolute pathnames
1983-05-19 Alastair Fyfefixed missing typedef
1983-05-19 Alastair Fyfeadded sccs id
1983-05-19 Alastair Fyfesccsid
1983-05-19 Alastair Fyfesccs id
1983-05-19 Alastair Fyfeadded sccs id
1983-05-19 Alastair Fyfedate and time created 83/05/18 23:10:35 by csvaf
1983-05-19 Alastair Fyfedate and time created 83/05/18 23:09:54 by csvaf
1983-05-19 Alastair Fyfeadded DEBUG operator
1983-05-19 Alastair Fyfesupport for f77 : rangetypes; ref parameters; typematch
1983-05-19 Alastair Fyfeadded code to recognize non-standard frames put on...
1983-05-19 Alastair Fyfeput back display of variable size in psym
1983-05-19 Alastair Fyfeprint range type in psym, add common class
1983-05-19 Alastair Fyfeadded DEBUG operator
1983-05-19 Alastair Fyfevarious changes to support f77 object files : N_BCOMM...
1983-05-19 Alastair Fyfeadded dumpfunctab
1983-05-19 Alastair Fyfeadded fortran_init and array build/evaluate operators
1983-05-19 Alastair Fyfeadded debug keyword
1983-05-19 Alastair Fyfechanges to which whereis and STACKSIZE for fortran...
1983-05-19 Alastair FyfeDEBUG command and actions
1983-05-19 Alastair Fyfelanguage specific functions to build and evaluate array...
1983-05-19 Alastair FyfeAdded fortran and debugger source files
1983-05-19 Mark Lintonfixed problems with parsing first command-line argument...
1983-05-18 Mark Lintonnow installs with symbol table (helpful for debugging...
1983-05-18 Mark Lintonnow computes source position for a core dump so that...
1983-05-18 Mark Lintonchanged way curfunc is set to handle core dumps appropr...
1983-05-18 Mark Lintonfixed syntax of "call" command for functions with no...
1983-05-18 Mark Lintonfixed problem with setting curchar in getstring
1983-04-30 Mark Lintonchanged parameter size calculation
1983-04-30 Mark Lintonfixed problem with numeric arguments to run
1983-04-26 Mark Lintonfixed problem with line number of top stack frame
1983-04-26 Mark Lintonchanged an inaccurate comment
1983-04-26 Mark Lintonfixed size computation for small variables
1983-04-26 Mark Lintonchanged psym to print the size of variables
1983-04-08 Mark Lintonnow recognizes whether a function has source line infor...
1983-04-08 Mark Lintonadded a call to bpact after seeing a return instruction
1983-04-08 Mark Lintonfixed a problem with the "func" command, changed it...
1983-04-08 Mark Lintonthe "cont" command now has an optional argument to...
1983-04-08 Mark Lintonadded a routine to determine if any breakpoints lie...
1983-04-08 Mark Lintonprints some more information before prompting now
1983-04-08 Mark Lintoncont now takes an argument which is the signal that...
1983-04-08 Mark Lintonfixed a very annoying bug, the routine "findframe"...
1983-04-08 Mark Lintonadded information to tell if a function had source...
1983-04-08 Mark Lintonadded some smarts to avoid single-stepping through...
1983-04-08 Mark Lintonput an upper limit on the number of arguments to be...
1983-04-08 Mark Lintonadded an argument to the continue command to allow...
1983-04-05 Mark Lintonfixed setting of cursrcline so it doesn't become 0
1983-04-04 Mark Lintonchanged execvp to execv
1983-03-31 Mark Lintondate and time created 83/03/31 00:22:53 by linton
1983-03-31 Mark Lintonchanged way "date.c" is created
1983-03-30 Mark Lintonfixed "trace <line number>"
1983-03-30 Mark Lintonput in a temporary fix for subscripting with pointers...
1983-03-30 Mark Lintonnow assigns location 2 for modules and the main program
1983-03-30 Mark Lintonnow saves/restores process' tty state before/after...
1983-03-30 Mark Lintonno longer prompts initially before beginning reading
1983-03-14 Mark Lintonchanged error handling for illegal addresses
1983-03-14 Mark Lintoncleaned up character constant processing
1983-03-14 Mark Lintonfixed forward references of the form "typedef struct...
1983-02-22 Mark Lintonchanged DEST and DESTDIR interaction so installed in...
1983-02-21 Mark Lintonadded type-rename operator and option to examine operator
1983-02-21 Mark Lintonchanged printing of source location, added "printvalue...
1983-02-21 Mark Lintonchanged type-renaming syntax from "type(expr)" to ...
1983-02-21 Mark Lintonnow uses vfork instead for fork, also has central routine
1983-02-21 Mark Lintonnow uses "bzero" instead of static sympool structure,
1983-02-21 Mark Lintonadded type-rename operator
1983-02-18 Mark Lintonfixed string/character constant glitch
1983-02-17 Mark Lintonchanged "pc - 1" to "pc" in getsrcpos, the source modul...
1983-02-17 Mark Lintonfixed handling of global symbols
1983-02-17 Mark Lintonchanged allocation stuff to use bzero rather than have...
1983-02-12 Sam Lefflerdate and time created 83/02/11 13:03:57 by sam
1983-01-26 Mark Lintonfixed dostep when no source line information is present
1983-01-26 Mark Lintonfixed fclose(coredump) which should have been fclose...
1983-01-25 Mark Lintonfixed large line number / seek address bug
1983-01-24 Mark Lintonfixed recognizing of core dump arguments
1982-12-21 Mark Lintonfixed tracing functions
1982-12-19 Mark Lintonchanged <sys/reg.h> to <machine/reg.h> include
1982-12-19 Mark Lintonnow assumes in printerror that source info has been...
1982-12-19 Mark Lintonuses srcline(pc - 1) rather than srcline(pc) since...
1982-12-19 Mark Lintonnow ignores old style N_LENG, used to complain about...
1982-12-19 Mark Lintonchanged several include <sys/...> to <machine/...>
1982-12-19 Mark Lintonchanged include name from vaxops to ops
1982-12-15 Mark Lintonchanged "vaxops" to "ops"
next