Fernando Nasser
2bef607561
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-16 19:01:23 +00:00
Zdenek Radouch
517b49896a
Changed ABI to match a GCC change. Structs passed by value are always
...
passed using a pointer.
1999-01-15 22:17:00 +00:00
Fernando Nasser
7269d43e10
1999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
* target.h: added entry for target queries (to_query)
target.c: ditto.
1999-01-15 17:30:25 +00:00
David Taylor
1206c6599d
fix stream arguments to fprintf_unfiltered, gdb_flush, print_address_numeric,
...
and fwrite.
1999-01-14 23:40:25 +00:00
Michael Snyder
dab43dfdcd
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.
1999-01-14 18:46:54 +00:00
David Taylor
320d5bd8b6
insert_breakpoints -- insert cast to eliminate warning.
1999-01-14 00:37:26 +00:00
David Taylor
9e309e8341
change by Edie.
1999-01-13 17:18:32 +00:00
Jason Molenda
642c5be775
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:49:33 +00:00
Jason Molenda
9d4010dcac
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.
PR 18735
1999-01-13 01:45:04 +00:00
Stan Shebs
7110ccc127
* 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 22:58:18 +00:00
Michael Snyder
98c5c19292
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-12 00:44:30 +00:00
Jason Molenda
897ccbb084
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 23:22:25 +00:00
Stu Grossman
4cffc916c1
* dwarf2read.c (dump_die): Change stderr gdb_stderr.
...
* 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 21:51:39 +00:00
David Taylor
776fb68dfc
print_spaces -- fix arg to strcat (broken by 1.165.6.4 change to utils.c).
1999-01-11 18:58:07 +00:00
Stan Shebs
4d8f8e121a
* exec.c (exec_ops): Don't initialize statically.
...
(init_exec_ops): New function, fills in exec_ops.
(_initialize_exec): Use it.
1999-01-08 20:03:11 +00:00
Zdenek Radouch
1c3101060c
Beta version of the FR30 port.
1999-01-07 22:54:18 +00:00
David Taylor
460845ab29
HP merge related changes; TUI stuff; new configs for 10.20 and 11.00; new files.
1999-01-06 23:10:48 +00:00
Stan Shebs
7517f04bc4
* 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 20:14:30 +00:00
David Taylor
3473370194
HP merge changes by eepstein and ezannoni; added external flag
...
hp_som_som_object_present; added true and false tokens; changed some of
the template processing code for handling HP aCC templates.
1999-01-06 16:52:17 +00:00
Michael Snyder
b53a15146c
* remote.c (record_curthread): Must not modify inferior_pid when
...
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.
(remote_start_remote): on connecting, attempt to get the current
thread id for inferior_pid. (remote_resume): If pid == -1,
then resume any-thread (not the current thread specifically).
* thread.c (info_threads_command): don't initialize current_pid
until after call to FIND_NEW_THREADS (which may change inferior_pid).
1999-01-06 03:08:10 +00:00
David Taylor
490825560e
target.c (noprocess): terminate sentence with a period.
...
breakpoint.c (catch_command_1): ditto.
1999-01-05 22:01:26 +00:00
David Taylor
eceede3100
c_value_print -- remove hack^2 from HP -- it causes testsuite losses with
...
no real gain.
1999-01-05 17:08:19 +00:00
David Taylor
2819d3d65f
restore START_INFERIOR_TRAPS_EXPECTED if not already defined by tm-*.h
1999-01-05 16:58:28 +00:00
Jason Molenda
d951f9e4f9
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
...
* configure.in: Fix whitespace indentation for --help.
* configure: Regenerated.
1999-01-05 01:42:38 +00:00
Jason Molenda
d7f71863da
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:50:49 +00:00
Jason Molenda
f240337a6f
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-05 00:17:07 +00:00
Stan Shebs
73ec6020e5
Split the ChangeLog by year
1999-01-04 21:06:51 +00:00
Stan Shebs
64aa82eb77
* 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 21:01:58 +00:00
David Taylor
97bff53b38
delete redundant definition of STARTUP_INFERIOR_TRAPS_EXPECTED.
1999-01-04 20:21:16 +00:00
David Taylor
3e1d3d67b9
change <sys/unistd.h> to <unistd.h> and conditionalize its inclusion.
1999-01-04 20:07:59 +00:00
Stan Shebs
4c49748e82
* corelow.c (core_ops): Don't initialize statically.
...
(init_core_ops): New function, fills in core_ops.
(_initialize_corelow): Use it.
1998-12-31 23:28:57 +00:00
Stan Shebs
b5c7e12253
Add a sky sanitization, cosmetic changes for consistency
1998-12-31 23:25:34 +00:00
David Taylor
65b07ddca8
all remaining *.c *.h files from hp merge.
1998-12-31 21:58:30 +00:00
Stan Shebs
c4b2310000
From J.T. Conklin <jtc@redbacknetworks.com>:
...
* i386-stub.c: Fix error string in last change.
1998-12-31 01:50:43 +00:00
Jason Molenda
adcb1e06ef
1998-12-30 Jason Molenda (jsm@bugshack.cygnus.com)
...
* utils.c: <readline/readline.h> instead of "readline/readline.h".
* configure.in (TERM_LIB): Search for the appropriate term library
on the host system.
* configure: Regenerated.
* Makefile.in (TERMCAP): Set based on autoconf check.
* config/*/*.mh: Don't override TERMCAP setting.
1998-12-31 01:30:52 +00:00
Mark Alexander
1b0df0adcb
* value.c (value_virtual_fn_field): Handle the situation where
...
vtbl is a pointer to a structure instead of a pointer to an array.
1998-12-31 01:29:30 +00:00
David Taylor
4ef1f46773
hp merge changes -- too numerous to mention here; see ChangeLog and
...
ChangeLog-gdbtk for details.
1998-12-28 23:06:13 +00:00
Per Bothner
0bf2ba41ef
* Makefile.in (READLINE_CFLAGS): Search $(READLINE_SRC)/.. rather
...
than $(READLINE_SRC) so #include <readline/readline.h> will work.
* top.c: #include <readline/history.h> instead of "history.h".
* tracepoint.c: Likewise.
* mac-xdep.c: Likewise.
1998-12-23 23:06:11 +00:00
Andrew Cagney
30ce5223b8
* defs.h (TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT): Define using
...
TARGET_BYTE_ORDER and not target_byte_order.
1998-12-23 02:13:37 +00:00
Elena Zannoni
83e2dcc014
Tue Dec 22 10:51:33 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* config/i386/cygwin.mh (TERMCAP): define.
(from Chris Faylor, cgf@cygnus.com )
1998-12-22 22:10:23 +00:00
Elena Zannoni
57ac5cfff1
Tue Dec 22 10:51:33 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* top.c: specify directory name for including readline.h
* tracepoint.c: ditto.
* utils.c: ditto.
1998-12-22 22:06:48 +00:00
Mark Alexander
4a1b8bb277
Fix for PR 18470:
...
* value.c (value_virtual_fn_field): Handle the situation where
vtbl is a pointer to a structure instead of a pointer to an array.
1998-12-21 21:34:39 +00:00
Andrew Cagney
6535b1df92
1998-12-17 J.T. Conklin <jtc@redbacknetworks.com>
...
* blockframe.c (get_frame_saved_regs): If the saved_regs_addr ptr
is null, ensure that saved registers are copied from the local
variable that was used to obtain them.
1998-12-20 23:04:45 +00:00
Stu Grossman
0e52a532e4
* mips-tdep.c (mips32_heuristic_proc_desc): Clear temp_saved_regs
...
on restart. Fixes problem with backtracing through functions that
use virtual frame pointers.
1998-12-19 17:56:40 +00:00
Andrew Cagney
1fe2e66a01
CARP/vr4xxx:
...
Rewrite ``set mipsfpu'' command so that it works with the multi-arch
framework. For vr4111 and vr4121 disable the FPU.
1998-12-18 05:14:06 +00:00
Andrew Cagney
2e64ee9aae
CARP:
...
Pass gdbarch_info by value to the arch init function.
Review doco.
Update mips-tdep.c
1998-12-18 03:21:45 +00:00
Andrew Cagney
ff6f2f5786
CARP:
...
For MIPS, multi-arch MIPS_EABI, MIPS_LAST_FP_ARG_REGNUM,
MIPS_LAST_ARG_REGNUM.
1998-12-16 15:13:55 +00:00
Andrew Cagney
115c338d20
CARP:
...
Swap the GDB builtin types when ever the architecture changes.
1998-12-16 15:05:19 +00:00
Andrew Cagney
dcf46491d8
CARP:
...
Add multi-arch code!
1998-12-16 15:01:03 +00:00
Andrew Cagney
e81bad50a8
* gdbtypes.c (build_gdbtypes): New function.
...
(_initialize_gdbtypes): Call.
1998-12-16 14:57:08 +00:00