John Gilmore [Wed, 11 Sep 1991 01:49:50 +0000 (01:49 +0000)]
* core.c (core_file_command): Print frame at coredump with
its level number, by calling print_stack_frame.
* frame.h: Add selected_frame_level, print_stack_frame.
* frame.h, stack.c: Remove print_sel_frame, print_selected_frame.
* convex-tdep.c, convex-xdep.c, infcmd.c, inflow.c, infrun.c:
Change print_sel_frame and print_selected_frame callers to
print_stack_frame.
* dbxread.c (read_ofile_symtab): Avoid empty else clause.
* symfile.c (free_named_symtabs): Ditto.
* main.c (main): wrap_here needs an arg.
* solib.c (find_solib): Avoid memory access if _DYNAMIC is zero.
(solib_add): Avoid noise.
(solib_create_inferior_hook): Lint.
(sharedlibrary_command): Move dont_repeat to here.
* utils.c (error): Call wrap_here to force buffered output.
Small patches from Peter Schauer:
* coffread.c (start_symtab): Free any existing line_vector before
malloc-ing new one.
(read_coff_symtab): Ditto for type_vector.
* source.c (lines_to_list): New variable, replacing function.
(all uses): Use as variable.
(_initialize_source): Add 'set listsize' and 'show listsize'.
* utils.c (lines_to_list): Remove function.
* stack.c (print_frame_info): Use as variable.
* defs.h (lines_to_list): Remove declaration.
John Gilmore [Tue, 10 Sep 1991 17:13:21 +0000 (17:13 +0000)]
* i386coff.h (LINESZ): Always 6, not based on sizeof().
John Gilmore [Tue, 10 Sep 1991 08:56:09 +0000 (08:56 +0000)]
* utils.c (error): if error_pre_print is set, print the string
first.
* main.c (main, print_gnu_advertisement, print_gdb_version):
Reformat legalese so it always prints, but acts as an "I'm here"
message while symbols are being read. If any errors occur,
print a few newlines to set off the message and start it at the
left margin. Remove mention of "help" command, and don't yak about
symbol reading.
(catch_errors): Error string is now printed first in case of
error, not last.
* command.c (undef_cmd_error, lookup_cmd): On undefined command,
suggest the "help" command.
* Makefile.in (VERSION): Set to 4.0.2.
Steve Chamberlain [Mon, 9 Sep 1991 21:13:28 +0000 (21:13 +0000)]
Added delta88
John Gilmore [Mon, 9 Sep 1991 20:49:08 +0000 (20:49 +0000)]
* breakpoint.c (insert_breakpoints): Restore warning about
the program might be running in another process, but only for
systems with this brain death (#ifdef ONE_PROCESS_WRITETEXT).
* xm-hp300bsd.h, xm-mips.h, xm-vax.h: Define it.
K. Richard Pixley [Sat, 7 Sep 1991 03:23:39 +0000 (03:23 +0000)]
Alphabetize aliases; add v9 things.
John Gilmore [Fri, 6 Sep 1991 07:19:03 +0000 (07:19 +0000)]
Host and targets with different sized types. &others.
John Gilmore [Fri, 6 Sep 1991 07:13:38 +0000 (07:13 +0000)]
Fix some infrastructure to be able to cope with host and target
machines with different sized basic types (ints, ptrs, etc).
(Idea from pierre@la.tce.com (Pierre Willard).)
* values.c (value_from_longest): Rename from value_from_long.
Handle pointer types as well as integers, so that targets with
different pointer sizes from the host can be accomodated.
* breakpoint.c, convex-tdep.c, eval.c, expprint.c, printcmd.c,
valarith.c, valops.c, valprint.c, value.h, values.c: Rename
uses of value_from_long to value_from_longest.
John Gilmore [Fri, 6 Sep 1991 07:09:40 +0000 (07:09 +0000)]
Fix some infrastructure to be able to cope with host and target
machines with different sized basic types (ints, ptrs, etc).
(Idea from pierre@la.tce.com (Pierre Willard).)
* value.c (value_from_longest): Rename from value_from_long.
Handle pointer types as well as integers, so that targets with
different pointer sizes from the host can be accomodated.
* breakpoint.c, convex-tdep.c, eval.c, expprint.c, printcmd.c,
valarith.c, valops.c, valprint.c, value.h, values.c: Rename
uses of value_from_long to value_from_longest.
* eval.c, findvar.c, printcmd.c, valarith.c, valops.c: Pass
the correct pointer type to value_from_long{est}.
* remote-vx.c: Remove obsolete code for calling functions via
vxworks kludge interface (it referenced value_from_long).
* valops.c (value_string): Find malloc with lookup_misc_func, not
raw search.
* breakpoint.c, remote-vx.c: Reword strings printed by
catch_errors callers.
John Gilmore [Fri, 6 Sep 1991 06:52:38 +0000 (06:52 +0000)]
* .gdbinit: Remove useless "rr" command. Set complaints
to 1 for people debugging gdb.
John Gilmore [Fri, 6 Sep 1991 06:50:40 +0000 (06:50 +0000)]
* WHATS.NEW: "history write -> history save". Doc "write on/off".
(Fix from kenc@viewlogic.com.)
John Gilmore [Wed, 4 Sep 1991 16:03:52 +0000 (16:03 +0000)]
* a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E,
to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib
support.
* stab.def: Add N_COMM to table, fix overlap comment.
John Gilmore [Wed, 4 Sep 1991 07:52:46 +0000 (07:52 +0000)]
Allow GDB to patch object files.
Makefile.in: Add crude dependencies.
John Gilmore [Wed, 4 Sep 1991 07:43:50 +0000 (07:43 +0000)]
Make writing to files work properly. (Fixes to BFD are also needed.)
* core.c (core_open): Open file ourselves, read or r/w, depending on
write_files. Use bfd_fdopenr.
* gdbcore.h (write_files): New variable.
* exec.c (write_files): Define variable, add set&show for it.
(exec_file_command): Use write_files to open for read or r/write.
Make shared library reading happen automatically. These changes
are mostly from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>.
* inferior.h (stop_soon_quietly): Add to exported variables.
* infrun.c (child_create_inferior): call solib hook, if defined.
(child_attach): call solib hook, if defined.
* solib.c: Include inferior.h. Add from_tty to so_list as kludge.
(find_solib): Use lookup_misc_func rather than hand-rolled.
(symbol_add_stub): New stub for catch_errors.
(solib_add): Avoid output if !from_tty. Catch errors rather
than just calling symbol_file_add and bombing.
(solib_create_inferior_hook): Interface with the target process
to let it read and alloc shared libs, then figure out what it did.
* core.c (validate_files): Fix typo, soften warning.
(Fix from Hiroto Kagotani <kagotani@cs.titech.ac.jp>.)
* utils.c (fputs_demangled): Avoid duplicate printing if
demangling is off. (Fix from J.T. Conklin <jtc@cayenne.com>.)
* infrun.c (proceed): Cast -1 to (CORE_ADDR) before comparing.
(Fix from pierre@la.tce.com (Pierre Willard).)
* main.c (catch_errors): Change argument to a char * from an int,
since a char * can point to a struct full of glop, but an int
is not guaranteed to be able to hold a pointer.
* breakpoint.c (breakpoint_cond_eval, bpstat_stop_status,
breakpoint_re_set_one, breakpoint_re_set): Adapt.
* core.c (core_open, solib_add_stub): Adapt.
* remote-vx.c (symbol_stub, add_symbol_stub, callers): Adapt.
K. Richard Pixley [Wed, 4 Sep 1991 04:21:09 +0000 (04:21 +0000)]
Don't keep ldgram.h. Isn't even checked in.
K. Richard Pixley [Wed, 4 Sep 1991 03:59:15 +0000 (03:59 +0000)]
Added "recover"'ability.
K. Richard Pixley [Wed, 4 Sep 1991 02:51:18 +0000 (02:51 +0000)]
Adding "recover"'ability.
K. Richard Pixley [Wed, 4 Sep 1991 02:28:15 +0000 (02:28 +0000)]
Bugs john noticed.
K. Richard Pixley [Wed, 4 Sep 1991 01:55:53 +0000 (01:55 +0000)]
test & recover a better way.
Steve Chamberlain [Tue, 3 Sep 1991 22:43:19 +0000 (22:43 +0000)]
Fixed the line break as a test for cvs ci.
K. Richard Pixley [Tue, 3 Sep 1991 22:21:30 +0000 (22:21 +0000)]
"recover" aoutx.h
Steve Chamberlain [Tue, 3 Sep 1991 21:14:14 +0000 (21:14 +0000)]
*** empty log message ***
Steve Chamberlain [Tue, 3 Sep 1991 21:14:13 +0000 (21:14 +0000)]
*** empty log message ***
Steve Chamberlain [Tue, 3 Sep 1991 21:12:23 +0000 (21:12 +0000)]
Initial revision
Steve Chamberlain [Tue, 3 Sep 1991 21:04:24 +0000 (21:04 +0000)]
*** empty log message ***
Steve Chamberlain [Tue, 3 Sep 1991 21:01:03 +0000 (21:01 +0000)]
Initial revision
Steve Chamberlain [Tue, 3 Sep 1991 20:48:27 +0000 (20:48 +0000)]
*** empty log message ***
John Gilmore [Tue, 3 Sep 1991 13:35:35 +0000 (13:35 +0000)]
Merge with FSF.
John Gilmore [Tue, 3 Sep 1991 13:32:50 +0000 (13:32 +0000)]
Merge with latest FSF versions.
K. Richard Pixley [Mon, 2 Sep 1991 22:19:49 +0000 (22:19 +0000)]
Updated list of Sanitizable directories.
K. Richard Pixley [Mon, 2 Sep 1991 21:26:15 +0000 (21:26 +0000)]
"recover" tc-sparc.c
K. Richard Pixley [Mon, 2 Sep 1991 21:21:47 +0000 (21:21 +0000)]
Recover the editted files.
K. Richard Pixley [Mon, 2 Sep 1991 01:12:42 +0000 (01:12 +0000)]
dump the obsolete INSTALL.
K. Richard Pixley [Mon, 2 Sep 1991 01:05:04 +0000 (01:05 +0000)]
Correcting some things.
K. Richard Pixley [Mon, 2 Sep 1991 01:03:38 +0000 (01:03 +0000)]
Correct a few things.
K. Richard Pixley [Mon, 2 Sep 1991 01:03:06 +0000 (01:03 +0000)]
Initial revision
K. Richard Pixley [Sun, 1 Sep 1991 23:45:00 +0000 (23:45 +0000)]
m68040 support.
K. Richard Pixley [Sun, 1 Sep 1991 23:40:56 +0000 (23:40 +0000)]
hack around memset().
K. Richard Pixley [Sun, 1 Sep 1991 23:39:31 +0000 (23:39 +0000)]
prototype for decode_local_label_name(), better definition of
obstack_chunk_fns.
K. Richard Pixley [Sun, 1 Sep 1991 23:38:30 +0000 (23:38 +0000)]
Link via as.new to avoid what might be some other cross assembler for
people with '.' in their paths.
Also, push as.new into as.old in an attempt to catch a couple gdb
bugs.
K. Richard Pixley [Sun, 1 Sep 1991 23:36:56 +0000 (23:36 +0000)]
Patch around gcc builtin memory functions.
Steve Chamberlain [Sun, 1 Sep 1991 03:47:07 +0000 (03:47 +0000)]
Added config.sub
Steve Chamberlain [Sun, 1 Sep 1991 03:42:05 +0000 (03:42 +0000)]
Changed the word binutils to 'the linker'
K. Richard Pixley [Sat, 31 Aug 1991 03:54:38 +0000 (03:54 +0000)]
Welcome emacs to the mess.
Stu Grossman [Sat, 31 Aug 1991 02:01:17 +0000 (02:01 +0000)]
Retract last edit. System type should determine whether this file gets loaded
at all.
Stu Grossman [Sat, 31 Aug 1991 01:43:19 +0000 (01:43 +0000)]
Undo edit 1.5. Easier to let abort be of unspecified type than to claim a type
and be wrong half the time.
Stu Grossman [Sat, 31 Aug 1991 01:38:08 +0000 (01:38 +0000)]
Add in sysv configuration stuff.
Stu Grossman [Sat, 31 Aug 1991 00:59:29 +0000 (00:59 +0000)]
Merge in irix support.
Stu Grossman [Sat, 31 Aug 1991 00:54:16 +0000 (00:54 +0000)]
Merge in irix support.
Stu Grossman [Sat, 31 Aug 1991 00:43:36 +0000 (00:43 +0000)]
Merge in irix support.
Stu Grossman [Sat, 31 Aug 1991 00:31:30 +0000 (00:31 +0000)]
Merge in irix support.
Stu Grossman [Fri, 30 Aug 1991 23:18:06 +0000 (23:18 +0000)]
Merge in irix support.
John Gilmore [Thu, 29 Aug 1991 00:35:06 +0000 (00:35 +0000)]
paperwork handled for AMD Coff.
John Gilmore [Thu, 29 Aug 1991 00:34:45 +0000 (00:34 +0000)]
Paperwork handled for AMD Coff.
K. Richard Pixley [Wed, 28 Aug 1991 21:56:58 +0000 (21:56 +0000)]
Backing out last round of changes.
K. Richard Pixley [Wed, 28 Aug 1991 21:49:12 +0000 (21:49 +0000)]
Update to current standards.
K. Richard Pixley [Wed, 28 Aug 1991 21:38:48 +0000 (21:38 +0000)]
Better error reporting on missing local labels.
K. Richard Pixley [Tue, 27 Aug 1991 23:10:19 +0000 (23:10 +0000)]
Error out on unrecognized options.
Steve Chamberlain [Tue, 27 Aug 1991 00:21:34 +0000 (00:21 +0000)]
Added config.sub
K. Richard Pixley [Mon, 26 Aug 1991 04:45:57 +0000 (04:45 +0000)]
Correcting install target when gcc not present.
K. Richard Pixley [Mon, 26 Aug 1991 04:29:33 +0000 (04:29 +0000)]
Welcome cvs to the big time.
K. Richard Pixley [Sun, 25 Aug 1991 23:40:24 +0000 (23:40 +0000)]
rcs enters the soup.
K. Richard Pixley [Sun, 25 Aug 1991 21:48:40 +0000 (21:48 +0000)]
Adding diff to the fray.
K. Richard Pixley [Sun, 25 Aug 1991 20:18:21 +0000 (20:18 +0000)]
Adding grep to the fray.
John Gilmore [Sat, 24 Aug 1991 00:15:18 +0000 (00:15 +0000)]
Update README.
John Gilmore [Fri, 23 Aug 1991 23:32:34 +0000 (23:32 +0000)]
Add none
John Gilmore [Fri, 23 Aug 1991 23:31:39 +0000 (23:31 +0000)]
Add none.
Roland Pesch [Fri, 23 Aug 1991 23:23:47 +0000 (23:23 +0000)]
*** empty log message ***
John Gilmore [Fri, 23 Aug 1991 23:13:03 +0000 (23:13 +0000)]
Add info about porting to new hosts and targets.
Roland Pesch [Fri, 23 Aug 1991 22:47:36 +0000 (22:47 +0000)]
* Makefile.in: generate "gdb-all.texi" rather than "gdb-all.texinfo"
Roland Pesch [Fri, 23 Aug 1991 22:46:53 +0000 (22:46 +0000)]
generate "gdb-all.texi" rather than "gdb-all.texinfo"
Roland Pesch [Fri, 23 Aug 1991 22:39:16 +0000 (22:39 +0000)]
*** empty log message ***
K. Richard Pixley [Fri, 23 Aug 1991 22:38:25 +0000 (22:38 +0000)]
add email address for bugs and additions.
Roland Pesch [Fri, 23 Aug 1991 22:37:49 +0000 (22:37 +0000)]
Reflect name change (doc/rdl-apps.texi)
Roland Pesch [Fri, 23 Aug 1991 22:35:42 +0000 (22:35 +0000)]
* rdl-apps.texi: renamed from rdl-apps.texinfo
* Makefile, .Sanitize, gdb.texinfo: reflect above name change
K. Richard Pixley [Fri, 23 Aug 1991 21:45:08 +0000 (21:45 +0000)]
Coupla minor typos.
K. Richard Pixley [Fri, 23 Aug 1991 21:42:01 +0000 (21:42 +0000)]
Minor vintage gcc lints.
Roland Pesch [Fri, 23 Aug 1991 21:10:02 +0000 (21:10 +0000)]
* WHATS.NEW: correct pointer to refcard.
Roland Pesch [Fri, 23 Aug 1991 21:09:33 +0000 (21:09 +0000)]
* doc/gdb.texinfo: update New Features, Installing
* doc/gdbint.texinfo: add short description of configure +template
John Gilmore [Fri, 23 Aug 1991 20:57:17 +0000 (20:57 +0000)]
Fix the sun3 segment size rounding value.
John Gilmore [Fri, 23 Aug 1991 20:55:23 +0000 (20:55 +0000)]
* configure.in: Tix typo.
* ecoff.c: If compiling for
DEC3100, use trad_unix core files,
else dummy out the core file support.
* trad-core.c (trad_unix_core_file_p): If HOST_DATA_START_ADDR is
specified, use it to locate the data section.
* coffcode.h (coff_write_symbols): Declare buffer as bfd_bytes
rather than as chars (lint).
John Gilmore [Fri, 23 Aug 1991 20:48:14 +0000 (20:48 +0000)]
* GDB-4.0 release!
* Makefile.in (VERSION): Roll to 4.0.
(gdb.tar.Z): Make refcard.ps as well, for shipment.
Roland Pesch [Fri, 23 Aug 1991 18:48:44 +0000 (18:48 +0000)]
note doc/gdb.texinfo changed.
John Gilmore [Fri, 23 Aug 1991 09:06:52 +0000 (09:06 +0000)]
Initial revision
John Gilmore [Fri, 23 Aug 1991 08:56:39 +0000 (08:56 +0000)]
* a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to depend
on the particular a.out being examined.
* a.out.sun4.h: Define segment sizes for Sun-3's and Sun-4's.
* FIXME: a.out.gnu.h is almost obsolete.
* FIXME: a.out.sun4.h should be renamed a.out.sun.h now.
John Gilmore [Fri, 23 Aug 1991 08:48:29 +0000 (08:48 +0000)]
Fix Makefile.in to build 4.0 rel.
John Gilmore [Fri, 23 Aug 1991 07:24:32 +0000 (07:24 +0000)]
Make SunOS core files work right -- from both sun3 and sun4.
Also, make them work on any other host system.
John Gilmore [Fri, 23 Aug 1991 07:15:55 +0000 (07:15 +0000)]
Make README stick...
Stu Grossman [Fri, 23 Aug 1991 05:26:06 +0000 (05:26 +0000)]
saber
K. Richard Pixley [Fri, 23 Aug 1991 04:50:56 +0000 (04:50 +0000)]
Minor config polish.
Roland Pesch [Fri, 23 Aug 1991 04:38:47 +0000 (04:38 +0000)]
Document ChangeLog catchup.
K. Richard Pixley [Fri, 23 Aug 1991 03:31:44 +0000 (03:31 +0000)]
Minor polish & config mapping.
Roland Pesch [Fri, 23 Aug 1991 03:08:36 +0000 (03:08 +0000)]
*** empty log message ***
Roland Pesch [Thu, 22 Aug 1991 23:38:40 +0000 (23:38 +0000)]
* doc/refcard.tex: permuted Essential Commands sec
Roland Pesch [Thu, 22 Aug 1991 23:25:16 +0000 (23:25 +0000)]
Record new C++ chapter in gdb.texinfo
Stu Grossman [Thu, 22 Aug 1991 23:19:58 +0000 (23:19 +0000)]
lint
Stu Grossman [Thu, 22 Aug 1991 22:50:50 +0000 (22:50 +0000)]
lint
Roland Pesch [Thu, 22 Aug 1991 21:25:20 +0000 (21:25 +0000)]
Make info file compileable and (barely) navigable. More cleanup needed.
Roland Pesch [Thu, 22 Aug 1991 21:25:16 +0000 (21:25 +0000)]
Initial revision
Stu Grossman [Thu, 22 Aug 1991 21:04:25 +0000 (21:04 +0000)]
lint