J.T. Conklin
998b321b93
* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): If using newlib,
...
set the -L and -B directory prefixes so we can link with it.
1994-07-29 17:08:25 +00:00
J.T. Conklin
b933a608ed
Obsolete file.
1994-07-29 00:41:04 +00:00
J.T. Conklin
af1fa5e7ca
* config/mt-slite (LDFLAGS): If using the newlib in the tree, set
...
the -B and -L prefixes so we can find the debugging stub.
1994-07-28 23:00:42 +00:00
Stu Grossman
754e5da26e
* Makefile.in (INSTALLED_LIBS, CLIBS, DEPFILES): Add support for
...
--enable-xxx configure option by adding ENABLE_{CLIBS DEPFILES}
where appropriate.
* General hackery to support alternate user-interface.
* breakpoint.c (mention, delete_breakpoint, enable_breakpoint,
disable_breakpoint): Call hooks for alternate user-interface.
* defs.h: Add declarations for alternate user-interface hooks.
* main.c (main): Add --nw (and --nowindows) options to disable
the GUI.
* (near call to command_loop): Call command_loop_hook if set.
* (fputs_unfiltered): Call fputs_unfiltered_hook if set.
* stack.c: Call print_frame_info_listing_hook if set.
* top.c (gdb_init): Initialize targets.c and utils.c prior to
other files to make sure that calls to error and warning will
work. Call init_ui_hook after everything else.
* utils.c (query): Call query_hook if set.
* (gdb_flush): Call flush_hook if set.
* Change _initialize_utils to initialize_utils cuz we don't use
automatic initialization of utils.c anymore.
* Support for TK GUI.
* Makefile.in: Add rule for gdbtk.o.
* configure.in: Add support for --enable-gdbtk.
* gdbtk.c: New file. Contains support routines for TK interface.
* gdbtk.tcl: New file. Implements GUI policy.
* remote.c: Get rid of #ifdef DONT_USE_REMOTE. It's no longer
necessary.
1994-07-28 22:07:02 +00:00
J.T. Conklin
b98612f1fd
* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
...
there and we are using the gcc from the tree.
(LD_FOR_TARGET): Look for ld in ../ld/ld.new.
1994-07-28 21:57:31 +00:00
J.T. Conklin
d18245ea9a
Fix typo
1994-07-28 21:33:56 +00:00
J.T. Conklin
c2926ab7fc
* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
...
there and we are using the gcc from the tree.
* gdb.base/types.c: Removed.
1994-07-28 21:23:28 +00:00
J.T. Conklin
9f70e45075
* gdb.base/configure.in: Look for makefile fragments in ../config.
...
Recognize i386-*-netware.
* gdb.c++/configure.in: Likewise.
1994-07-28 20:38:45 +00:00
Fred Fish
8aa8690c8b
* Makefile.in (annotate.o): Add dependencies.
1994-07-28 18:24:07 +00:00
J.T. Conklin
ff59855b7d
* sparclite/aload.c: Added new -q (quiet) option.
...
return 0 exit status if file was successfully downloaded.
1994-07-28 01:33:45 +00:00
J.T. Conklin
1e47d512c5
* nlm/gdbserve.c: merge in command line argument parsing changes
...
and bug fixes made to i386-nlmstub.c.
1994-07-27 22:05:46 +00:00
J.T. Conklin
e356aae315
* i386-nlmstub.c: The returnLength field must be initialized
...
before portConfig is passed to AIOGetPortConfiguration.
Compare command line arguments with strnicmp(); args are
case insensitive on netware.
1994-07-27 21:46:06 +00:00
Fred Fish
de19d1ed53
* Makefile.in (DISTSTUFF): Add definition.
...
(diststuff): Add for new distribution support.
(gdb.tar.Z, make-proto-gdb.dir, setup-to-dist,
gdb-$(VERSION).tar.Z, make-proto-gdb-1, make-proto-testsuite.dir):
Remove old distribution building rules, now uses standard
distribution support in parent directory Makefile.in.
1994-07-27 16:32:01 +00:00
Jim Kingdon
f6d5d0061c
* target.c (push_target): Cast result from xmalloc.
1994-07-27 05:10:52 +00:00
Stan Shebs
beb773f39f
* gdbint.texinfo: Removed mentions of many obsolete conditionals,
...
described or fixed the descriptions of many others.
1994-07-27 01:35:46 +00:00
Stan Shebs
d54b2c5069
Tue Jul 26 18:20:46 1994 Paul Flinders (ptf@smee)
...
* elfread.c (elf_symtab_read): Discard compiler labels generated
by the Solaris 2.1/Intel SunPro compiler.
1994-07-26 22:22:38 +00:00
Peter Schauer
d938d0f96a
* gdb.base/corefile.exp: Change else if' to
elseif', which is
...
the correct TCL syntax.
1994-07-26 06:52:38 +00:00
Stu Grossman
4fc5969d1d
* target.c (nomemory): Fix prototype and routine to take correct
...
args.
1994-07-26 01:21:04 +00:00
J.T. Conklin
08104d73b8
* gdb.base/opaque.exp: use runto instead of messing around with
...
breakpoints.
* gdb.base/bitfields.exp: restart between tests on netware targets
because breakpoints aren't relocated after target death. Run
processes to completion.
* gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
1994-07-25 23:35:10 +00:00
J.T. Conklin
a488d496ec
* gdb.base/opaque.exp: use runto instead of messing around with
...
breakpoints.
1994-07-25 23:34:23 +00:00
Jim Kingdon
1ded65d1aa
* Makefile.in (clean): Remove libgdb-files.
1994-07-25 22:43:29 +00:00
Stan Shebs
9a989b1f61
* coredep.c: Include inferior.h.
1994-07-25 18:55:22 +00:00
J.T. Conklin
159f3816fd
* Makefile.in (LD_FOR_TARGET): Look for ld in ../ld/ld.new.
...
* i386-nlmstub.c: Add support for NODE, PORT and BAUD command
line arguments.
1994-07-25 18:45:14 +00:00
Fred Fish
dedd81f159
* Makefile.in: Remove extra tabs that confuse some versions
...
of "make". Use the newly built gdb to test with by default,
rather than the first one in the tester's search path.
1994-07-24 16:56:45 +00:00
Stan Shebs
73e484b44a
* gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
1994-07-23 23:24:05 +00:00
Stan Shebs
9e38b2fa8d
* symfile.c (deduce_language_from_filename): Recognize .S as asm,
...
.cp as C++, alphabetize better.
1994-07-23 22:56:46 +00:00
Stan Shebs
a924cf196d
* gdb.base/help.exp: Update expected add-symbol-file, ignore, and
...
condition help.
1994-07-23 22:09:34 +00:00
Stan Shebs
557f3a0e60
* breakpoint.c (ignore, condition): Move usage note into body of
...
help text, so first line can be one-line summary.
1994-07-23 22:01:44 +00:00
Stu Grossman
67e947deb2
* target.c (unpush_target): Fix handling of removal of top target.
1994-07-23 08:01:09 +00:00
Stu Grossman
cad1498f8a
* Makefile.in: Add stuff to build nlmstub.
...
* Add rule for annotate.o to keep Sun make happy.
* configure.in: Add config for powerpc/Netware.
* partial-stab.h (near N_SO): Don't call START_PSYMTAB with null
filename. This speeds up handling of trailing N_SO stabs (they
mark the end of a .o file).
* target.c, target.h: Change the way pushing and popping of
targets work to support target overlays and inheritance.
* corelow.c, hppa-tdep.c, inflow.c, remote-nindy.c, utils.c:
Fixup references to current_target, due to previous changes.
* config/i386/tm-i386nw.h: Enable longjmp support. More work is
needed to get the address of longjmp out of the target.
1994-07-23 00:53:28 +00:00
J.T. Conklin
316567f0ff
Upgraded to use gdb_test.
1994-07-22 21:14:03 +00:00
J.T. Conklin
fafc71bab7
Use gdb_run_cmd
1994-07-20 17:38:05 +00:00
J.T. Conklin
959fea03b5
Changed pattern in gdb_run_cmd to match up to the first newline only.
...
The old pattern used ".*$", which could, and did, swallow up output
that we were attempting to match elsewhere.
1994-07-20 17:29:02 +00:00
J.T. Conklin
4f2ec2eeb8
New implementation of gdb_run_cmd which fixes some subtle bugs.
1994-07-20 16:40:08 +00:00
J.T. Conklin
412c988b1d
Temporarily back out last change
1994-07-20 01:03:24 +00:00
J.T. Conklin
b34c14fb19
* lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
1994-07-19 22:57:49 +00:00
J.T. Conklin
27b4d34f08
* gdb.base/funcargs.exp: Use gdb_run_cmd to start program.
1994-07-19 22:57:29 +00:00
J.T. Conklin
4704ece79f
* lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
...
* gdb.base/funcargs.exp: Use gdb_run_cmd to start program.
1994-07-19 22:57:13 +00:00
J.T. Conklin
809943cfa9
* lib/gdb.exp (gdb_run_cmd): New function, used to start program
...
running.
1994-07-19 22:19:41 +00:00
J.T. Conklin
c5ea7f99a4
* gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
1994-07-19 22:19:25 +00:00
J.T. Conklin
3236e9849d
* lib/gdb.exp (gdb_run_cmd): New function, used to start program
...
running.
* gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
1994-07-19 22:18:48 +00:00
J.T. Conklin
940423347b
Mostly converted to use gdb_test proc.
1994-07-19 21:42:58 +00:00
J.T. Conklin
7e63dc5fb2
This config file didn't belong here
1994-07-19 21:33:15 +00:00
Stan Shebs
844750e31e
* main.c: Include <ctype.h>.
1994-07-19 20:28:00 +00:00
J.T. Conklin
3e304ddfab
* gdb.base/bitfields.exp: Simplify by using delete_breakpoints and
...
gdb_test.
* lib/gdb.exp (gdb_test): if match times out, don't call fail if
message is "".
1994-07-19 17:33:52 +00:00
Kung Hsu
b0a0ee5272
Modified Files:
...
remote-mips.c ChangeLog
* remote-mips.c (mips_readchar): Fix a bug in checking <IDT>
prompt.
1994-07-18 22:35:33 +00:00
J.T. Conklin
98f6da4f02
* gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
...
return,signals,twice}.exp: Handle non-existant binaries
consistantly.
1994-07-18 22:27:07 +00:00
Stan Shebs
b0fbe5a26d
(is there an echo in here?)
...
* solib.c (look_for_base): Don't deref exec_bfd if NULL.
1994-07-18 21:37:18 +00:00
J.T. Conklin
8f2d75fcf4
* gdb.base/corefile.exp: Execute coremaker to generate core dump.
...
* gdb.base/Makefile.in: Don't try to generate a core dump, we
might testing a cross development system.
1994-07-18 19:25:50 +00:00
Fred Fish
005234f563
(This is the change that should have gone in the main tree ...)
...
* Makefile.in (VERSION): Bump to 4.12.4.
1994-07-17 23:08:07 +00:00