Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-10-25 | frame-select command. Cross funcalls to sun3. Build *.tab.c files in | John Gilmore | 4 | -19/+62 | |
target dir. | |||||
1991-10-24 | Add "amix". | Fred Fish | 1 | -2/+3 | |
1991-10-24 | Add new DWARF, ELF, SVR4 /proc, Amiga UNIX, etc files. | Fred Fish | 1 | -0/+8 | |
1991-10-24 | Use <varargs.h>, since <stdarg.h> is not portable. | John Gilmore | 2 | -3/+10 | |
1991-10-24 | Roll VERSION to 4.2.2. | John Gilmore | 1 | -1/+1 | |
1991-10-24 | Initial revision | Fred Fish | 2 | -0/+9 | |
1991-10-24 | New files for DWARF debugging format support, ELF object file support, SVR4 | Fred Fish | 9 | -0/+4966 | |
/proc (process file system) support, Amiga UNIX target and host defines, SVR4 target and host defines, and m68k hosts defines. | |||||
1991-10-24 | Add dwarfread.c, dwarfread.o, elfread.c, elfread.o to source and object | Fred Fish | 2 | -4/+12 | |
file macros. Other obvious dwarf/elf tweaks. | |||||
1991-10-24 | Add "elf" to list of supported debugging formats in comment. | Fred Fish | 1 | -22/+12 | |
1991-10-24 | Add three new builtin types (builtin_type_long_double, builtin_type_complex, | Fred Fish | 5 | -61/+163 | |
and builtin_type_double_complex). Also add and use various TARGET_<TYPE>_BIT macros to indicate the sizes of various types on the target machine. | |||||
1991-10-24 | Add machine dependent support routines for SVR4 /proc interface. | Fred Fish | 1 | -0/+10 | |
1991-10-24 | When using SVR4 /proc interface, call proc_set_exec_trap() rather than | Fred Fish | 1 | -0/+4 | |
ptrace(), to arrange for child to stop on first instruction. | |||||
1991-10-24 | Add new function warning() which behaves the same as error() but returns | Fred Fish | 2 | -28/+81 | |
rather than jumping back to command level. Modules that want to print their own warnings without calling warning() can call warning_setup() to handle the terminal compatibly with warning() and error(). | |||||
1991-10-24 | Make internal errors produce more useful messages. | Fred Fish | 2 | -6/+8 | |
1991-10-24 | Move code duplicated in almost every single m68k based machine to the | Fred Fish | 2 | -1/+57 | |
common target file tm-68k.h. Duplications still need to be removed (FIXME). | |||||
1991-10-24 | System V versions must call setpgrp() with no arguments, to comply with | Fred Fish | 2 | -0/+8 | |
prototyping typically in <unistd.h>. Otherwise the compile fails, at least with gcc. | |||||
1991-10-24 | Add support for SVR4 style nm output. Not claimed to be optimal, I'm not | Fred Fish | 2 | -1/+7 | |
a sed hacker. It does seem to work fine. | |||||
1991-10-24 | Remove the object file specific fields from the partial symbol table | Fred Fish | 5 | -112/+280 | |
structure and replace them with a pointer to private data for each different flavor of object file reader to initialize appropriately. | |||||
1991-10-23 | Add note about strstr botch on sunos4.0.3c and previous. | John Gilmore | 2 | -0/+4 | |
1991-10-23 | * infrun.c (wait_for_inferior): Check return value from | Stu Grossman | 1 | -2/+3 | |
find_pc_line. | |||||
1991-10-23 | *** empty log message *** | Stu Grossman | 1 | -0/+5 | |
1991-10-22 | *** empty log message *** | Stu Grossman | 1 | -0/+5 | |
1991-10-22 | * infrun.c (wait_for_inferior): fix stepi/nexti that was broken | Stu Grossman | 1 | -3/+32 | |
by my last edit to this routine. | |||||
1991-10-21 | * configure.in: added ebmon target. | Steve Chamberlain | 2 | -0/+6 | |
1991-10-17 | Final touchups for release | John Gilmore | 2 | -7/+25 | |
1991-10-17 | More last minute gdb-4.2 changes. | John Gilmore | 1 | -1/+8 | |
1991-10-17 | * coredep.c: Add <sys/types.h> for SCOnix. | John Gilmore | 2 | -12/+7 | |
* dbxread.c (read_dbx_symntab): Avoid coredump on malformed file. * printcmd.c (print_formatted): Flush output before disassembly. * xm-mips.h: Update KERNEL_U_ADDR for new scheme. Cleanup a bit. | |||||
1991-10-17 | * xconfig/i386sco: Add HAVE_STRSTR to avoid ANSI bdeath. | John Gilmore | 2 | -0/+3 | |
* xconfig/tahoe: Add REGEX, which seems to be missing. | |||||
1991-10-16 | *** empty log message *** | Roland Pesch | 1 | -3/+5 | |
1991-10-16 | More updates due to Picard refcard comments. | Roland Pesch | 1 | -16/+17 | |
1991-10-16 | GDB-4.2 release! | John Gilmore | 2 | -2/+21 | |
* Makefile.in: Roll VERSION to 4.2. * tm-i386v.h: #endif guck. * xconfig/i386*: Remove -Dgetpagesize()=4096 kludge. | |||||
1991-10-16 | Clarifications and rephrasings, largely due to Pinard's comments on | Roland Pesch | 1 | -26/+36 | |
refcard. | |||||
1991-10-16 | * core.c (core_open): Improve error message for bad file. | John Gilmore | 2 | -11/+37 | |
Pass .reg virtual memory address to fetch_core_registers to help it find the registers in the core-file header. * coredep.c (fetch_core_registers): Take new argument, use it, and pass it to register_addr to locate the block of registers. | |||||
1991-10-16 | Remove -Dgetpagesize()=4096 kludge. | John Gilmore | 5 | -10/+0 | |
1991-10-16 | * dbxread.c (read_dbx_symtab, process_one_symbol): Handle | John Gilmore | 1 | -1/+4 | |
Sequent N_FN_SEQ like everybody else's N_FN. | |||||
1991-10-16 | * doc/refcard.tex (sec "Working Files"): consistent metavars, due | Roland Pesch | 1 | -0/+3 | |
to Franc,ois Pinard (pinard@iro.umontreal.ca) | |||||
1991-10-16 | Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): several | Roland Pesch | 1 | -57/+45 | |
instances of *name* in "Working Files" s.b. *file*. | |||||
1991-10-16 | Another revision of "Installing" appendix, for GDB 4.2. Table of config | Roland Pesch | 1 | -279/+292 | |
name segments now updated. | |||||
1991-10-16 | * doc/gdb.texinfo (appendix "Installing GDB"): changes in configure. | Roland Pesch | 1 | -0/+4 | |
1991-10-16 | Update appendix "Installing GDB". (not yet updated: list of host-vendor-os). | Roland Pesch | 1 | -64/+60 | |
1991-10-16 | Further evolution. Remove hp-include pending real HP support. | John Gilmore | 2 | -4/+2 | |
1991-10-16 | Configure isn't here any more. | John Gilmore | 1 | -5/+4 | |
1991-10-16 | Remove configure and config.sub to ../ | John Gilmore | 1 | -2/+0 | |
1991-10-16 | * configure.in, tconfig/decstation, xconfig/decstation: Rename | John Gilmore | 3 | -33/+5 | |
dec3100 to decstation. | |||||
1991-10-15 | Changes from Fred Fish: | John Gilmore | 7 | -64/+118 | |
* tm-68k.h (FPI_REGNUM): Add. * infrun.c (child_create_inferior): flush stdout and stderr before forking. * configure.in: Handle amigados, amix hosts and targets. * inflow.c: Handle TIOCGLTC_BROKEN for Amiga. From Andreas Schwab: * values.c (show_convenience): Use printf_filtered. * main.c (define_command): Check result of lookup_command for exact match. (echo_command): Use printf_filtered, and force output out. * dbxread.c (read_enum_type): Avoid Modula-2 kludge that breaks C programs. * i387-tdep.c (double_to_i387): Fix typo for double_to_ieee_extended. * utils.c (_initialize_utils): If !ISATTY, don't paginate. | |||||
1991-10-15 | * doc/gdb.texinfo | Roland Pesch | 1 | -0/+6 | |
(nodes Continuing and Stepping; Memory; Targets) clarifications due to Larry Breed | |||||
1991-10-15 | Clarifications to "stepping", "Displaying Memory", and "Targets" due largely | Roland Pesch | 1 | -142/+110 | |
to Larry Breed | |||||
1991-10-14 | Catch up to changes recorded in GDB ChangeLog, to wit: | Roland Pesch | 1 | -22/+28 | |
1) "show copying" and "show warranty" in sample output (instead of obs. "info") 2) new command "printpsyms" 3) Complaint "const/volatile indicator missing" re-enabled 4) Complaint "C++ type mismatch..." now "info mismatch..." | |||||
1991-10-12 | Assorted patches from Fred Fish, Peter Schauer. | John Gilmore | 1 | -0/+11 | |
1991-10-12 | * tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move | John Gilmore | 10 | -149/+133 | |
REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer. |