Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-06-16 | remove parentdir support | David D. Zuhn | 2 | -14/+9 | |
1993-06-16 | don't set INSTALL=cp anymore | David D. Zuhn | 6 | -6/+0 | |
1993-06-16 | remove parentdir support; use INSTALL_XFORM | David D. Zuhn | 3 | -47/+90 | |
1993-06-16 | remove parentdir support | David D. Zuhn | 1 | -9/+5 | |
1993-06-15 | update install usage | David D. Zuhn | 2 | -13/+18 | |
1993-06-15 | Second try at getting elfNAME macros right. | Ken Raeburn | 1 | -6/+17 | |
Under ANSI C, "32_" is not a valid pp-token... | |||||
1993-06-15 | a portable install script, also creates parent directories | David D. Zuhn | 1 | -0/+184 | |
1993-06-15 | (elfNAME, ElfNAME): Use CAT directly rather than going through NAME. | Ken Raeburn | 1 | -3/+5 | |
(bfd_elf32_new_section_hook): Declare. | |||||
1993-06-15 | Changes from Jeff Law, law@cs.utah.edu: | Stu Grossman | 2 | -3/+10 | |
* hppa-dis.c: Fix typo. 'a' and 'd' were reversed. Do not print a space before the completers specified by 'a' and 'd'. | |||||
1993-06-15 | make rpcTimeout user settable | K. Richard Pixley | 2 | -1/+15 | |
1993-06-15 | protect against multiple inclusions | Ken Raeburn | 3 | -9/+23 | |
1993-06-15 | * hppa.c (hppa_get_symbol_info): Remove redundant copy. | Stu Grossman | 2 | -17/+13 | |
* Expurgate random DEFUNs that have crept in. | |||||
1993-06-14 | add isi-xdep.c | Jim Kingdon | 1 | -0/+1 | |
1993-06-14 | * main.c, symfile.c, source.c, exec.c, core.c: Use it for | Jim Kingdon | 3 | -13/+18 | |
"directory", "source", "cd", "symbol-file" "add-symbol-file", "load", "file", "exec-file", "core-file" commands. | |||||
1993-06-14 | o - size | Ian Lance Taylor | 1 | -0/+5 | |
Currently assumes that the only relevant sections are named .text, .data and either .bss or .stack. This is not very general, and it doesn't work for ECOFF. | |||||
1993-06-14 | * main.c, gdbcmd.h: Add function filename_completer. | Jim Kingdon | 2 | -0/+53 | |
source.c: Use it for "directory" command. (But '/' is a word break, limiting usefulness; see comments). * source.c (mod_path): Warning not error if can't find directory. | |||||
1993-06-14 | Corrected if test for build native, and added else true for Ultrix. | Ian Lance Taylor | 1 | -1/+3 | |
1993-06-14 | * coff-mips.c (ecoff_set_symbol_info): Constructor sections should | Ian Lance Taylor | 2 | -2/+14 | |
only be aligned to a 4 byte boundary. | |||||
1993-06-14 | * gdb.t12/scope.exp: Test printing of variables before run. | Jim Kingdon | 1 | -0/+2 | |
1993-06-14 | * isi-xdep.c: New file. | Jim Kingdon | 3 | -1/+26 | |
* config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o | |||||
1993-06-14 | * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are | Jim Kingdon | 1 | -0/+5 | |
printed in wrong order due to sorting. | |||||
1993-06-13 | * config/m68k/xm-news.h: Include <sys/param.h>. | Jim Kingdon | 2 | -0/+6 | |
1993-06-13 | * Makefile.in: Add distclean, realclean, and mostlyclean targets. | Jim Kingdon | 1 | -11/+13 | |
1993-06-13 | * Makefile.in ({real,dist}clean): Remove sysdep.h. | Jim Kingdon | 2 | -31/+53 | |
1993-06-13 | * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames. | Jim Kingdon | 1 | -2/+2 | |
1993-06-13 | * Makefile.in (realclean): Remove info and dvi files too. | Jim Kingdon | 2 | -1/+5 | |
1993-06-13 | * m88k-tdep.c (IEEE_isNAN): Remove. | Jim Kingdon | 3 | -34/+6 | |
config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same broken isNAN as on the mips. | |||||
1993-06-13 | * valprint.c (_initialize_valprint): Use c->function.sfunc not just | Jim Kingdon | 1 | -0/+3 | |
c->function. | |||||
1993-06-13 | * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0. | Jim Kingdon | 1 | -0/+3 | |
1993-06-13 | * dbxread.c (process_one_symbol): If SUN_FIXED_LBRAC_BUG is not | Jim Kingdon | 2 | -10/+33 | |
defined, don't worry about Sun's silly LBRAC bug. * dbxread.c (process_one_symbol): If there's a symbol before an N_SO, don't error(). (case N_BCOMM): complain () not error (). | |||||
1993-06-13 | * defs.h, main.c (catch_errors): Add return_mask arg. | Jim Kingdon | 11 | -50/+128 | |
stack.c (print_frame_info): Pass RETURN_MASK_ERROR. other callers: Pass RETURN_MASK_ALL. (return_to_top_level), callers: Add return_reason arg. * utils.c (quit): Use return_to_top_level (RETURN_QUIT) instead of error (). * main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER): Use SET_TOP_LEVEL not setjmp (to_top_level). * remote-nindy.c: Use catch_errors not setjmp (to_top_level). | |||||
1993-06-13 | Add .Sanitize file. | Fred Fish | 1 | -0/+42 | |
1993-06-13 | * solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]: | Jim Kingdon | 2 | -1/+9 | |
Don't try to get the debug base yet. | |||||
1993-06-13 | * valprint.c (print_hex_chars): Use local_hex_format_{pre,suf}fix. | Jim Kingdon | 2 | -33/+22 | |
* printcmd.c (print_scalar_formatted): Use val_print_type_code_int. | |||||
1993-06-13 | * dbxread.c (process_one_symbol): Set n_opt_found based on whether | Jim Kingdon | 4 | -19/+49 | |
a non-gcc N_OPT symbol is found. Make SUN_FIXED_LBRAC_BUG a macro which returns 0 or 1 to say whether to do it. * config/sparc/sun4{sol2,os4}.h (SUN_FIXED_LBRAC_BUG,VARIABLES_INSIDE_BLOCK): Use n_opt_found so the right thing happens for both acc and SunOS4 /bin/cc. | |||||
1993-06-13 | * gdb.texinfo: Change accordingly. | Jim Kingdon | 2 | -1/+2 | |
1993-06-13 | * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames. | Jim Kingdon | 6 | -156/+159 | |
* Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi. | |||||
1993-06-12 | * hosts/std-host.h (struct int64e_struct): Remove needless typedef | Jim Kingdon | 2 | -1/+11 | |
keyword. | |||||
1993-06-12 | * gdb.t00/teststrategy.exp: Fix expected results for printing | Fred Fish | 1 | -0/+4 | |
user entered string constant. Is array of char, prints with no address. | |||||
1993-06-12 | * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of | Jim Kingdon | 2 | -77/+27 | |
N_{L,R}BRAC,N_SLINE are relative to. | |||||
1993-06-12 | x | Jim Kingdon | 1 | -0/+7 | |
1993-06-12 | * mips-tdep.c: Remove isa_NAN; it assumed sizeof(host int) == 4 and | Jim Kingdon | 1 | -2/+2 | |
probably contained byte-order sins too. config/mips/tm-mips.h (INVALID_FLOAT): Define to 0 like most machines. The IEEE_FLOAT code in print_floating takes care of it. | |||||
1993-06-12 | * gdb.t00/{default.exp, help.exp}: Account for changes to radix | Fred Fish | 1 | -0/+10 | |
commands. * gdb.t16/gdbme.c: Add and use struct containing arrays of char. * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *". * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing of struct of char arrays. * gdb.t00/radix.exp: New tests for radix commands. | |||||
1993-06-12 | * Makefile.in (VERSION): Bump to 4.9.2. | Fred Fish | 5 | -140/+257 | |
* c-valprint.c (c_val_print): For array of chars printed with string syntax, don't print the address of the array. From bothner@cygnus.com. * c-exp.y (yylex): Recognize '.' as indicating a floating point number regardless of the radix. From wilson@cygnus.com. * valprint.c (set_input_radix_1, set_output_radix_1): New prototypes and functions that do the actual radix setting work. * valprint.c (set_radix, set_output_radix, set_input_radix): Rewrite to use set_input_radix_1 and set_output_radix_1. * valprint.c (initialize_valprint): Enable commands to independently set and show input and output radices. * valprint.c (show_radix): New prototype and function that handles separate input and output radices. | |||||
1993-06-11 | mips-dis.c needn't choke on HOST_64_BIT | Ken Raeburn | 1 | -0/+3 | |
1993-06-11 | Lots of changes from Jeff Law for HPPA support: | Ken Raeburn | 4 | -426/+645 | |
Clean up cruft in opcode table; improve opcodes library disassembler; make gdb use opcodes library disassembler. | |||||
1993-06-11 | revised format for config info | K. Richard Pixley | 2 | -3/+21 | |
1993-06-11 | * Makefile.in (GDBvn.texi): Update atomically. | Jim Kingdon | 2 | -1/+9 | |
1993-06-11 | * dbxread.c (process_one_symbol): Rather than having | Jim Kingdon | 3 | -57/+69 | |
BLOCK_ADDRESS_FUNCTION_RELATIVE a macro, make it a variable which is true if we are doing stabs-in-elf, false otherwise. config/sparc/tm-sun4sol2.h: Don't define it. | |||||
1993-06-11 | update to new automatically built version | Jim Kingdon | 1 | -2/+4 | |