1999-01-18 00:46:13 +00:00
|
|
|
|
Mon Jan 18 10:46:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* stack.c (print_frame_info_base): Don't cast call to
|
|
|
|
|
catch_errors.
|
|
|
|
|
(print_args_stub): Change char* arg to PTR.
|
|
|
|
|
* symmisc.c (print_symbol): Ditto.
|
|
|
|
|
* top.c (quit_cover): Ditto.
|
|
|
|
|
* remote.c (remote_open_1, remote_start_remote): Ditto.
|
|
|
|
|
* infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
|
|
|
|
|
Ditto.
|
|
|
|
|
|
|
|
|
|
* stack.c (backtrace_command): Cast first arg of make_cleanup to
|
|
|
|
|
make_cleanup_func.
|
|
|
|
|
* remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
|
|
|
|
|
|
1999-01-17 23:23:42 +00:00
|
|
|
|
Mon Jan 18 08:47:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* defs.h (catch_errors_ftype): Define.
|
|
|
|
|
(catch_errors): Replace char* arg with PTR arg.
|
|
|
|
|
* top.c (catch_errors): Update
|
|
|
|
|
|
|
|
|
|
* breakpoint.c (bpstat_stop_status, bpstat_stop_status,
|
|
|
|
|
delete_breakpoint, breakpoint_re_set): Delete all casts in call to
|
|
|
|
|
catch_errors.
|
|
|
|
|
(breakpoint_cond_eval, watchpoint_check,
|
|
|
|
|
cover_target_enable_exception_callback, breakpoint_re_set_one):
|
|
|
|
|
Arg is PTR not char*.
|
|
|
|
|
|
|
|
|
|
* breakpoint.c (cover_target_enable_exception_callback): Change
|
|
|
|
|
type to int. Check for cast values of 0 and -1. Return a result!
|
|
|
|
|
(insert_breakpoints): Move declaration of SAL and ARGS to where
|
|
|
|
|
they are used.
|
|
|
|
|
|
1999-01-16 19:01:23 +00:00
|
|
|
|
1999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote.c (remote_query): new function - creates proper interface
|
|
|
|
|
to the remote protocol "q" command.
|
1999-01-15 22:17:00 +00:00
|
|
|
|
|
|
|
|
|
Fri Jan 15 17:11:48 EST 1999 Zdenek Radouch (radouch@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* config/fr30/tm-fr30.h: Changed ABI to match GCC change
|
|
|
|
|
(always use pointer for structs passed by value).
|
|
|
|
|
|
1999-01-15 17:30:25 +00:00
|
|
|
|
1999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* target.h: added entry for target queries (to_query)
|
|
|
|
|
target.c: ditto.
|
|
|
|
|
|
1999-01-14 23:40:25 +00:00
|
|
|
|
Thu Jan 14 18:29:17 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
|
|
|
|
start-sanitize-carp start-sanitize-vr4xxx
|
|
|
|
|
* mips-tdep.c (mips_gdbarch_init): fix stream arg in
|
|
|
|
|
fprintf_unfiltered calls.
|
|
|
|
|
end-sanitize-carp end-sanitize-vr4xxx
|
|
|
|
|
* remote-mm.c (mm_wait): fix stream arg to gdb_flush.
|
|
|
|
|
* remote-udi.c (udi_wait): fix stream arg to fwrite.
|
|
|
|
|
* symmisc.c (maintenance_check_symtabs): fix stream argument to
|
|
|
|
|
print_address_numeric.
|
|
|
|
|
|
1999-01-14 00:37:26 +00:00
|
|
|
|
Wed Jan 13 19:33:16 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* breakpoint.c (insert_breakpoints): insert cast to eliminate
|
|
|
|
|
warning.
|
|
|
|
|
|
1999-01-14 18:46:54 +00:00
|
|
|
|
Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* infrun.c (set/show scheduler-locking) New command. Set a
|
|
|
|
|
mode bit that will control how GDB attempts to control thread
|
|
|
|
|
scheduling for step, continue, etc. (resume): make use of
|
|
|
|
|
the schedule-locking mode.
|
|
|
|
|
* target.h (struct target_ops): new field to_has_thread_control.
|
|
|
|
|
* sol-thread.c: initialize target_ops to_has_thread_control.
|
|
|
|
|
* procfs.c: ditto.
|
|
|
|
|
* target.c: ditto.
|
|
|
|
|
* m3-nat.c: ditto.
|
|
|
|
|
* remote.c: ditto.
|
|
|
|
|
* hpux-thread.c: ditto.
|
|
|
|
|
* thread.c: cull duplicate prototypes. Move prototypes to top.
|
|
|
|
|
* serial.c: indentation cleanup.
|
|
|
|
|
* breakpoint.c: add casts to eliminate compiler warnings.
|
|
|
|
|
|
1999-01-13 17:18:32 +00:00
|
|
|
|
Tue Jan 12 17:00:00 1999 Edith Epstein <eepstein@sophia.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* inftarg.c (child_create_inferior): fixed HPUXHPPA specific
|
|
|
|
|
call to fork_inferior. The shell param is now NULL.
|
|
|
|
|
|
1999-01-13 01:49:33 +00:00
|
|
|
|
1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* monitor.c (init_base_monitor_ops): Whitespace cleanup.
|
|
|
|
|
(_initialize_remote_monitors): Same.
|
|
|
|
|
|
1999-01-13 01:45:04 +00:00
|
|
|
|
1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* monitor.c (init_monitor_ops): Initialize the monitor_ops
|
|
|
|
|
structure if it hasn't already been done.
|
|
|
|
|
|
1999-01-12 22:58:18 +00:00
|
|
|
|
Tue Jan 12 14:50:10 1999 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* inftarg.c (child_ops): Don't initialize statically.
|
|
|
|
|
(init_child_ops): New function, fills in child_ops.
|
|
|
|
|
(_initialize_inftarg): Use it.
|
|
|
|
|
(child_post_attach): Declare extern.
|
|
|
|
|
(child_wait): Fix ambiguous parens.
|
|
|
|
|
(child_attach_to_process): Remove unused local wstatus.
|
|
|
|
|
(child_insert_fork_catchpoint, child_remove_fork_catchpoint,
|
|
|
|
|
child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
|
|
|
|
|
child_has_forked, child_insert_exec_catchpoint,
|
|
|
|
|
child_remove_exec_catchpoint): Return a value.
|
|
|
|
|
|
1999-01-12 00:44:30 +00:00
|
|
|
|
Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote.c (remote_wait): Add inferior_pid to thread list only
|
|
|
|
|
if it is not already there.
|
|
|
|
|
|
1999-01-11 23:22:25 +00:00
|
|
|
|
1999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* scm-tags.h: Update FSF's address on copyright notice.
|
|
|
|
|
* ser-e7kpc.c: Same.
|
|
|
|
|
* gnu-nat.h: Same.
|
|
|
|
|
|
1999-01-11 21:51:39 +00:00
|
|
|
|
Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
|
|
|
|
|
|
1999-01-12 22:58:18 +00:00
|
|
|
|
* dwarf2read.c (dump_die): Change stderr to gdb_stderr.
|
1999-01-11 21:51:39 +00:00
|
|
|
|
* expprint.c (print_subexp): fprintf => fprintf_unfiltered.
|
|
|
|
|
* jv-typeprint.c (java_type_print_base): fputs => fputs_filtered.
|
|
|
|
|
* stack.c (struct function_bounds): Remove superfluous `typedef'.
|
|
|
|
|
* symfile.c (list_overlays_command): stdout => gdb_stdout.
|
|
|
|
|
* symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout.
|
|
|
|
|
* utils.c (print_spaces): Make more efficient.
|
|
|
|
|
|
1999-01-11 18:58:07 +00:00
|
|
|
|
Mon Jan 11 13:55:51 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* utils (print_spaces): fix arg to strcat; fix formatting.
|
|
|
|
|
|
1999-01-08 20:03:11 +00:00
|
|
|
|
Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* exec.c (exec_ops): Don't initialize statically.
|
|
|
|
|
(init_exec_ops): New function, fills in exec_ops.
|
|
|
|
|
(_initialize_exec): Use it.
|
1999-01-07 22:54:18 +00:00
|
|
|
|
|
|
|
|
|
Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com)
|
1999-01-08 20:03:11 +00:00
|
|
|
|
|
1999-01-07 22:54:18 +00:00
|
|
|
|
Beta FR30 port.
|
|
|
|
|
* fr30-tdep.c
|
|
|
|
|
* config/fr30/tm-fr30.h
|
|
|
|
|
|
1999-01-06 23:10:48 +00:00
|
|
|
|
Wed Jan 6 12:28:35 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* configure.in: Add an --enable-tui argument. Construct
|
|
|
|
|
tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we
|
|
|
|
|
have the GUI, then we need this to process libgui.h.
|
|
|
|
|
(ENABLE_CFLAGS): define and export BUILD_TUI.
|
|
|
|
|
(AC_CHECK_HEADERS): Add check for term.h.
|
|
|
|
|
|
|
|
|
|
* configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
|
|
|
|
|
|
|
|
|
|
* config.in, configure : regenerated.
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Allow the TUI code to be conditionally enabled.
|
|
|
|
|
(TUI_LIBRARY): New variable, value are set by the configuration
|
|
|
|
|
script. Set to the empty string when the TUI isn't enabled.
|
|
|
|
|
(gdb$(GDBEXT)): Use those, instead of referring to all-tui and
|
|
|
|
|
tui/libtui.a directly.
|
|
|
|
|
(BUILD_TUI): build the tui -- only when configured with
|
|
|
|
|
--enable-tui.
|
|
|
|
|
(YLWRAP): use ylwrap to avoid problems on systems w/o bison.
|
|
|
|
|
(gdb$(EXEEXT)): make it dependent on BUILD_TUI.
|
|
|
|
|
(all-tui): remove dependency from phony target.
|
|
|
|
|
(c-exp.tab.c): use ylwrap instead of bison.
|
|
|
|
|
(jv-exp.tab.c): ditto.
|
|
|
|
|
(f-exp.tab.c): ditto.
|
|
|
|
|
(m2-exp.tab.c): ditto.
|
|
|
|
|
(ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
|
|
|
|
|
(SFILES): remove the above files
|
|
|
|
|
(COMMON_OBS): remove somread.o
|
|
|
|
|
(SFILES): Add the tui files to this, so they get included in etags
|
|
|
|
|
tables.
|
|
|
|
|
(gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
|
|
|
|
|
tui/libtui.a to the link list.
|
|
|
|
|
(all-tui): New rule, which does a recursive make in the tui
|
|
|
|
|
subdir.
|
|
|
|
|
(tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}. And
|
|
|
|
|
don't echo the make command. This is closer to what the other
|
|
|
|
|
recursions do.
|
|
|
|
|
(HFILES_NO_SRCDIR): add hpread.h
|
|
|
|
|
(COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
|
|
|
|
|
(SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
|
|
|
|
|
the new files. Remove hpread.c, hpread.o
|
|
|
|
|
(gdb$(EXEEXT)): Depend on the actual tui library, not on a
|
|
|
|
|
fictitious target. Since the fictitious target never existed,
|
|
|
|
|
make would always relink.
|
|
|
|
|
(tui/libtui.a): Always recurse to make sure the library is up to
|
|
|
|
|
date.
|
|
|
|
|
|
1999-01-06 20:14:30 +00:00
|
|
|
|
Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote.c: Pacify --enable-build-warnings, reformat code
|
|
|
|
|
to conform to standards, fix spelling errors.
|
|
|
|
|
(ishex, stubhex, record_currthread, etc): Declare.
|
|
|
|
|
(ishex, stubhex): Declare char arg as int.
|
|
|
|
|
(pack_string): Comment out, never used but possibly useful.
|
|
|
|
|
(threadref_to_int, remote_get_threadinfo, etc): Make static.
|
|
|
|
|
|
1999-01-06 16:52:17 +00:00
|
|
|
|
Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
|
|
|
|
The following changes were made by Elena Zannoni
|
|
|
|
|
<ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
|
|
|
|
|
part of a project to merge in changes made by HP.
|
|
|
|
|
|
|
|
|
|
* c-exp.y: use external flag hp_som_som_object_present to decide
|
|
|
|
|
whether code was compiled by HP's compilers. Add two new C++
|
|
|
|
|
tokens for true and false.
|
|
|
|
|
(yylex): check for template name is done differently for the
|
|
|
|
|
HP/aCC compiler case. Change some of the template processing code
|
|
|
|
|
for handling HP aCC templates. Handle true and false tokens.
|
|
|
|
|
|
1999-01-06 03:08:10 +00:00
|
|
|
|
Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote.c (record_curthread): Must not modify inferior_pid when
|
1999-01-06 20:14:30 +00:00
|
|
|
|
called from wait_for_inferior. Instead, if a new thread-id is
|
|
|
|
|
detected, call add_thread.
|
|
|
|
|
(MAGIC_NULL_PID): new macro, use instead of the magic number
|
|
|
|
|
"42000".
|
|
|
|
|
(remote_find_new_threads): if inferior_pid is unknown, get and use
|
|
|
|
|
the current thread id.
|
1999-01-06 03:08:10 +00:00
|
|
|
|
(remote_start_remote): on connecting, attempt to get the current
|
1999-01-06 20:14:30 +00:00
|
|
|
|
thread id for inferior_pid.
|
|
|
|
|
(remote_resume): If pid == -1, then resume any-thread (not the
|
|
|
|
|
current thread specifically). Also some cosmetic fixups.
|
1999-01-06 03:08:10 +00:00
|
|
|
|
|
|
|
|
|
* thread.c (info_threads_command): don't initialize current_pid
|
|
|
|
|
until after call to FIND_NEW_THREADS (which may change inferior_pid).
|
|
|
|
|
Also some cosmetic fixups.
|
|
|
|
|
* infrun.c: cosmetic fixups and casts to avoid warnings.
|
|
|
|
|
* infcmd.c: cosmetic fixups, mainly long lines.
|
|
|
|
|
|
1999-01-05 16:58:28 +00:00
|
|
|
|
Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
1999-01-05 22:01:26 +00:00
|
|
|
|
* target.c (noprocess): terminate sentence with a period.
|
|
|
|
|
* breakpoint.c (catch_command_1): ditto.
|
|
|
|
|
|
1999-01-05 17:08:19 +00:00
|
|
|
|
* c-valprint.c (c_value_print): remove hack^2 from HP; it causes
|
|
|
|
|
testsuite losses with no real gain.
|
|
|
|
|
|
1999-01-05 16:58:28 +00:00
|
|
|
|
* inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
|
|
|
|
|
if tm-*.h hasn't overridden default value.
|
|
|
|
|
|
1999-01-05 01:42:38 +00:00
|
|
|
|
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: Fix whitespace indentation for --help.
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
|
1999-01-05 00:50:49 +00:00
|
|
|
|
1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
|
|
|
|
|
|
|
|
|
|
* main.c: Add --write command line option, document -w.
|
|
|
|
|
* gdb.1: Document --write.
|
|
|
|
|
|
1999-01-05 00:17:07 +00:00
|
|
|
|
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: Require autoconf 2.12.1 or higher.
|
|
|
|
|
* doc/configure.in: Ditto.
|
|
|
|
|
* nlm/configure.in: Ditto.
|
|
|
|
|
* rdi-share/configure.in: Ditto.
|
|
|
|
|
* testsuite/configure.in: Ditto.
|
|
|
|
|
* doc/Makefile.in: Don't hardcode $(SHELL).
|
|
|
|
|
* nlm/Makefile.in: Ditto.
|
|
|
|
|
* rdi-share/Makefile.in: Ditto.
|
|
|
|
|
* testsuite/Makefile.in: Ditto.
|
|
|
|
|
|
1999-01-04 21:01:58 +00:00
|
|
|
|
Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
|
|
|
|
|
inits of new fields, including ref to bogus field.
|
|
|
|
|
(vx_ops, vx_run_ops): Make static.
|
|
|
|
|
|
1999-01-04 20:07:59 +00:00
|
|
|
|
Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
|
|
|
|
|
|
1999-01-04 20:21:16 +00:00
|
|
|
|
* inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
|
|
|
|
|
already defined in tm.h.
|
|
|
|
|
|
1999-01-04 20:07:59 +00:00
|
|
|
|
* inftarg.c: change <sys/unistd.h> to <unistd.h> and
|
|
|
|
|
conditionalize its inclusion.
|
|
|
|
|
* infttrace.c: ditto.
|
|
|
|
|
|
1999-01-04 21:06:51 +00:00
|
|
|
|
For older changes see ChangeLog-98
|
1991-03-28 16:26:26 +00:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
1998-07-27 20:23:32 +00:00
|
|
|
|
mode: change-log
|
1991-03-28 16:26:26 +00:00
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|