aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-05-27honor verbose flagK. Richard Pixley5-19/+83
1993-05-27 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.Ian Lance Taylor3-1/+9
1993-05-27Correct all-cross target for release-info stuff.Ian Lance Taylor1-2/+2
1993-05-26 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE forIan Lance Taylor2-1/+6
the processor rather than assuming i486.
1993-05-26Remove debugging stuff...Stu Grossman1-2/+1
1993-05-26misc fixesJim Kingdon1-15/+26
1993-05-26Sparc version of remote-inflow.c. Hasn't been made portable yet.Stu Grossman1-0/+451
1993-05-26Keep appropriate files in gdbserver directory.Stu Grossman1-0/+35
1993-05-26 * configure.in: Add config for Lynx target. Configure gdbserverStu Grossman2-5/+11
only for Lynx. Re-do selective configuration of sparclite.
1993-05-26 * gdbserver/{remote-gutils.c remote-server.c Makefile.inStu Grossman5-0/+1599
configure.in remote-inflow.c remote-utils.c}: New files to support GDB remote server. Currently only works for Lynx.
1993-05-26blah blah blahStu Grossman1-0/+6
1993-05-26 * Move test with enums and partial symbols from gdb.t03/ptype.expJim Kingdon1-1/+1
to gdb.stabs/wierd.exp since GCC has worked around the bug.
1993-05-26 * Move test with enums and partial symbols from gdb.t02/ptype.expJim Kingdon3-2/+149
to gdb.stabs/wierd.exp since GCC has worked around the bug. gdb.stabs/wierd.{exp,def}: Many new tests.
1993-05-26formatting fixesJim Kingdon1-127/+224
1993-05-26 * stabs.texinfo (Arrays): Talk about type definition vs. typeJim Kingdon2-0/+13
information.
1993-05-26 * stabsread.c (define_symbol, case 't'): Only set the name if itJim Kingdon2-73/+123
is not a pointer type. * stabsread.c (define_symbol): Clean up logic; move the read_type calls to inside the switch statement (this improves the error handling).
1993-05-26 * gdb.t00/default.exp: update info line for new message.Jim Kingdon1-0/+7
* gdb.t02/{whatis.exp,gdbme.c}: Test that "char *" doesn't print as "caddr_t".
1993-05-26 * mipsread.c (parse_symbol, parse_partial_symbols): Deal with FortranJim Kingdon1-0/+5
common blocks.
1993-05-26 * config.guess: Recognize SunOS6 as Solaris3.Jim Kingdon2-0/+10
1993-05-26minor fixes (e.g. typos). Update table of non-stab values for n_typeJim Kingdon1-24/+33
1993-05-26 * config.guess: Fix typo. Avoid #elif (not in K&R 1).Per Bothner2-4/+10
Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
1993-05-26 * stabs.texinfo (Builtin Type Descriptors): Talk about omittingJim Kingdon2-0/+9
the trailing semicolon.
1993-05-26punctuation fixesJim Kingdon1-2/+2
1993-05-26 * printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here.Jim Kingdon2-1/+11
* source.c (line_info): Change "pc" to "address" in messages and use print_address for addresses.
1993-05-26 * source.c (line_info): If we don't find a symtab, print more usefulJim Kingdon2-7/+23
output, including the symbolic address.
1993-05-26 * source.c (line_info): If --fullname, display the source.Jim Kingdon3-23/+63
(identify_source_line), callers: Take pc as argument, rather than assuming innermost frame (emacs doesn't use this, so no one ever noticed). * symtab.h: Declare frame_file_full_name. * main.c: Don't.
1993-05-26configure.in template that supports *only* make check. (for releases)Rob Savoye3-0/+48
1993-05-26Makefile fragment that supports *only* make check. (for releases)Rob Savoye3-0/+240
1993-05-26 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodesJim Kingdon2-217/+134
and merge in other parts of the document addressing these subjects. gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
1993-05-25 * Makefile.in: configure looks for ####, so remove lines with manyIan Lance Taylor5-10/+39
'#' characters. * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0 and HOSTING_LIBS correctly so that ``make check'' will work.
1993-05-25 * breakpoint.c (catch_command_1): Fix typo in error msg.Brendan Kehoe1-0/+4
1993-05-25elf32 updatesKen Raeburn2-4/+6
1993-05-25elf, cleanup changesKen Raeburn1-0/+36
1993-05-25elf, bfd_vma-cast changesKen Raeburn1-0/+11
1993-05-25* elfread.c (elf_symfile_read): Update ELF structure and routineKen Raeburn1-7/+9
names to specify 32-bit versions. (elf_symtab_read): Retrieve size field directly from symbol, instead of using old kludge.
1993-05-25(elf64.c): Add to list of sources.Ken Raeburn1-8/+24
(elf64.o): List dependencies; don't build by default. (elf32.o): Update dependencies. (archures.o, targets.o): Depend on Makefile, for MINIMIZE &c.
1993-05-25print_insn_* routines want bfd_vma, not CORE_ADDRKen Raeburn2-4/+4
1993-05-25Updated for new macro, type, and structure names.Ken Raeburn3-76/+98
Cleaned up some namespace pollution; renamed elf vectors.
1993-05-25 * gdb.t00/help.exp: Use .* in place of some help messages whichJim Kingdon1-0/+1
just changed. gdb.t00/default.exp: Update "info frame" test for new message. * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test. Remove some xfails
1993-05-25 * stabs.texinfo (Subranges): "A offset" and "T offset" are notJim Kingdon2-1/+6
AIX extensions.
1993-05-25 * build-all.mk (all-cross): New target for Canadian Cross.Ian Lance Taylor2-0/+37
Added Q2 go32 targets. * test-build.mk: Configure go32 cross sparclite-aout and mips-idt-ecoff -with-gnu-ld. Moved build binary directory from PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
1993-05-25(COERCE64): Avoid out-of-range numbersKen Raeburn1-19/+41
1993-05-25 * stabsread.c: Remove all uses of error(). Make error_type andJim Kingdon5-242/+238
read_type_number static. (define_symbol): Don't try to deal with a missing symbol descriptor which isn't followed by digit, '(', or '-'. * stabsread.h: Don't declare read_type_number here. * gdbtypes.h: Don't declare error_type here. * xcoffread.c: Remove NO_TYPEDEFS code.
1993-05-25xJim Kingdon1-0/+8
1993-05-25 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.Jim Kingdon1-25/+6
Remove some xfails
1993-05-25add elf64 structures/macros/types, rename some old elf->elf32Ken Raeburn1-0/+19
1993-05-25 * config/obj-bout.h (S_GET_VALUE): Removed unnecessary cast.Ian Lance Taylor2-1/+10
1993-05-25begin reorganization to support 64-bit elfKen Raeburn1-0/+22
1993-05-25 * mips-tdep.c: Removed #include of many header files, and #defineIan Lance Taylor1-0/+5
of MIPSMAGIC; no longer used.
1993-05-25 * Many places: replace "the inferior" in messages with "the program"Jim Kingdon13-97/+68
or "the program being debugged". * inflow.c (try_writing_regs): Remove; it's been #if 0'd forever and I'm getting sick of maintaining it.