Fred Fish
8f1cc6c6ff
* Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o.
1993-05-31 03:40:06 +00:00
Fred Fish
c701c14c41
* {dbxread.c, dwarfread.c} (read_ofile_symtab): Rewrite to take
...
single parameter, the pointer to the partial symtab, rather than
a bunch of args that are derived from the partial symtab. Change
prototypes and callers to match.
1993-05-31 00:21:41 +00:00
Fred Fish
2707b48a61
* dbxread.c (read_ofile_symtab): Remove "#if 1" around code to
...
set demangling style automatically.
* defs.h (CPLUS_MARKER): Clarify comment that this is only for
GNU C++, not C++ in general.
* symtab.h (general_symbol_info): Simplify by eliminating one
structure level for the language dependent info.
1993-05-30 22:41:52 +00:00
Fred Fish
88db2febc8
* gdb.t00/default.exp: Start with a fresh gdb.
1993-05-30 01:33:31 +00:00
Fred Fish
dd294fc006
* configure.in (configdirs): Remove gdb.t31 until the chill
...
compiler works again. It no longer is able to find chillrt0
since it isn't in libchill.a anymore.
1993-05-30 01:14:47 +00:00
Fred Fish
150ab4401d
* gdb.stabs/wierd.exp: Rewrite to properly handling a missing
...
wierd.o, make more modular.
1993-05-30 01:09:32 +00:00
Fred Fish
35c254be70
* gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
...
spurious newlines that caused problems.
1993-05-30 00:58:55 +00:00
Fred Fish
86e3a5e40f
* c-typeprint.c (c_type_print_base): Avoid dereferencing NULL
...
names for TYPE_CODE_STRUCT and TYPE_CODE_UNION types.
TYPE_CODE_ENUM was already testing for this.
1993-05-30 00:03:59 +00:00
Stu Grossman
69b2f0fe81
Use getprotobyname instead of hardwired number (in tcp_open).
1993-05-29 03:14:45 +00:00
Stu Grossman
22aa3d61b8
Add README.
1993-05-29 02:36:03 +00:00
Stu Grossman
17f087a80c
Doc for gdbserver!
1993-05-29 02:31:00 +00:00
Stu Grossman
4d551aa31d
Add ser-tcp.c.
1993-05-29 01:33:55 +00:00
Stu Grossman
38dc5e123f
* Makefile.in: Add new file ser-tcp.c.
...
* defs.h (memcmp): Add decl for memcmp to #ifndef MEM_FNS_DECLARED.
* findvar.c (write_register): See if we are writing back the same
value that's already in the register. If so, don't bother.
* remote.c (putpkt, getpkt): Improve handling of communication
problems.
* ser-go32.c: Prototype it to death. Update serial_ops and add
dummy routines where appropriate.
* ser-tcp.c: New module to implement serial I/O via TCP
connections.
* ser-unix.c: Clean up getting/setting of tty state. Get rid of
SERIAL_RESTORE, add SERIAL_{GET|SET}_TTY_STATE interfaces.
* serial.c: Add start of support for connect command.
(serial_open): Distinguish between tcp and local devices.
* serial.h (struct serial_ops): Get rid of restore, add
get_tty_state and set_tty_state. Define protoypes and macros for
this mess.
* gdbserver/remote-utils.c: Add tcp support. (readchar): Do
some real buffering. Handle error conditions gracefully.
* gdbserver/remote-inflow-sparc.c: Update to remote-inflow.c
(Lynx), remove lots of cruft.
1993-05-29 01:33:36 +00:00
David D. Zuhn
633c8b0a9d
* printcmd.c (print_address_symbolic): turn this into an assigment
...
instead of an initialization (many compilers don't accept
structure initialization).
1993-05-29 00:26:49 +00:00
Rob Savoye
47a488df26
Add a blank install target so the top level makefile won't die.
1993-05-28 04:31:51 +00:00
Jim Kingdon
860b4da38b
* xcoffread.c (read_xcoff_symtab): If several program csects in one
...
source file, give them all the name of the source file, rather than
the 2nd and subsequent ones having NULL names.
1993-05-27 22:06:12 +00:00
Peter Schauer
37ff799b81
* gdb.texinfo: Add `set print symbol-filename' doc.
1993-05-27 13:23:56 +00:00
Peter Schauer
b7ccd8e069
* printcmd.c (print_address_symbolic): Append source filename and
...
linenumber of the symbol if print symbol-filename is on.
(initialize_printcmd): `set print symbol-filename'.
1993-05-27 13:19:26 +00:00
K. Richard Pixley
87756e15db
added things-to-lose sections
1993-05-27 06:44:29 +00:00
Stu Grossman
6a936870d6
Remove debugging stuff...
1993-05-26 22:23:56 +00:00
Jim Kingdon
a03f27c32c
misc fixes
1993-05-26 22:15:49 +00:00
Stu Grossman
799d5b6a5b
Sparc version of remote-inflow.c. Hasn't been made portable yet.
1993-05-26 21:47:57 +00:00
Stu Grossman
b8f64f2068
Keep appropriate files in gdbserver directory.
1993-05-26 21:47:00 +00:00
Stu Grossman
5fa46c427a
* configure.in: Add config for Lynx target. Configure gdbserver
...
only for Lynx. Re-do selective configuration of sparclite.
1993-05-26 20:55:47 +00:00
Stu Grossman
e20520b8f9
* gdbserver/{remote-gutils.c remote-server.c Makefile.in
...
configure.in remote-inflow.c remote-utils.c}: New files to
support GDB remote server. Currently only works for Lynx.
1993-05-26 20:49:21 +00:00
Stu Grossman
185a1705bb
blah blah blah
1993-05-26 20:48:44 +00:00
Jim Kingdon
5bd22ca87b
* Move test with enums and partial symbols from gdb.t03/ptype.exp
...
to gdb.stabs/wierd.exp since GCC has worked around the bug.
1993-05-26 20:06:59 +00:00
Jim Kingdon
12a0960387
* Move test with enums and partial symbols from gdb.t02/ptype.exp
...
to gdb.stabs/wierd.exp since GCC has worked around the bug.
gdb.stabs/wierd.{exp,def}: Many new tests.
1993-05-26 20:04:50 +00:00
Jim Kingdon
3d4cf72099
formatting fixes
1993-05-26 18:16:28 +00:00
Jim Kingdon
ee59134ee7
* stabs.texinfo (Arrays): Talk about type definition vs. type
...
information.
1993-05-26 17:20:50 +00:00
Jim Kingdon
59d69506fb
* stabsread.c (define_symbol, case 't'): Only set the name if it
...
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 17:17:02 +00:00
Jim Kingdon
18ef91468f
* gdb.t00/default.exp: update info line for new message.
...
* gdb.t02/{whatis.exp,gdbme.c}:
Test that "char *" doesn't print as "caddr_t".
1993-05-26 17:06:40 +00:00
Jim Kingdon
3a594d72e5
* mipsread.c (parse_symbol, parse_partial_symbols): Deal with Fortran
...
common blocks.
1993-05-26 15:33:07 +00:00
Jim Kingdon
466bdeb266
minor fixes (e.g. typos). Update table of non-stab values for n_type
1993-05-26 06:09:53 +00:00
Jim Kingdon
e9f687d59b
* stabs.texinfo (Builtin Type Descriptors): Talk about omitting
...
the trailing semicolon.
1993-05-26 05:30:12 +00:00
Jim Kingdon
8abe819439
punctuation fixes
1993-05-26 05:24:25 +00:00
Jim Kingdon
43795ece80
* printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here.
...
* source.c (line_info): Change "pc" to "address" in messages and
use print_address for addresses.
1993-05-26 04:56:02 +00:00
Jim Kingdon
2f2a70e585
* source.c (line_info): If we don't find a symtab, print more useful
...
output, including the symbolic address.
1993-05-26 04:29:38 +00:00
Jim Kingdon
b9298844e5
* source.c (line_info): If --fullname, display the source.
...
(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-26 03:27:32 +00:00
Rob Savoye
b64d5e491a
configure.in template that supports *only* make check. (for releases)
1993-05-26 01:55:00 +00:00
Rob Savoye
2a775d5158
Makefile fragment that supports *only* make check. (for releases)
1993-05-26 01:44:49 +00:00
Jim Kingdon
63cef7d78f
* stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
...
and merge in other parts of the document addressing these subjects.
gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
1993-05-26 01:31:02 +00:00
Brendan Kehoe
aea2312bde
* breakpoint.c (catch_command_1): Fix typo in error msg.
1993-05-25 22:31:38 +00:00
Ken Raeburn
6b346f512e
elf, bfd_vma-cast changes
1993-05-25 20:22:09 +00:00
Ken Raeburn
2084a17668
* elfread.c (elf_symfile_read): Update ELF structure and routine
...
names to specify 32-bit versions.
(elf_symtab_read): Retrieve size field directly from symbol,
instead of using old kludge.
1993-05-25 20:21:06 +00:00
Ken Raeburn
337fd0067c
print_insn_* routines want bfd_vma, not CORE_ADDR
1993-05-25 20:12:59 +00:00
Jim Kingdon
29b34f10a9
* gdb.t00/help.exp: Use .* in place of some help messages which
...
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 19:57:38 +00:00
Jim Kingdon
8cfe3bebde
* stabs.texinfo (Subranges): "A offset" and "T offset" are not
...
AIX extensions.
1993-05-25 19:56:22 +00:00
Jim Kingdon
ea753d03d6
* stabsread.c: Remove all uses of error(). Make error_type and
...
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-25 19:39:41 +00:00
Jim Kingdon
2d10304ee6
x
1993-05-25 19:35:02 +00:00