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
Andrew Cagney
5036d102ed
* gdbarch.c (show_architecture): Use TARGET_ARCHITECTURE.
...
* gdbarch.h, gdbarch.c: Fix typo's. Use struct's in preference to
types.
* gdbarch.h, gdbarch.c (gdbarch_debug): Add ``set archdebug'' to
command set.
1998-12-16 01:17:50 +00:00
Stan Shebs
91e14aa9a7
Fix sanitization mistake, move gdbtk change entries to right place
1998-12-15 19:44:29 +00:00
Andrew Cagney
759181e384
config/mips/tm-*.h: (TARGET_BYTE_ORDER_DEFAULT,
...
TARGET_BYTE_ORDER_SELECTABLE_P): Replace TARGET_BYTE_ORDER and
TARGET_BYTE_ORDER_SELECTABLE.
1998-12-15 13:35:50 +00:00
Jason Molenda
fc5b254aa6
1998-12-14 Anthony Thompson (athompso@cambridge.arm.com)
...
* remote-rdp.c (rdp_init): Don't discard first character on reset.
(translate_open_mode): Define table.
(exec_swi): Handle SWI_Clock. SWI_Open now handles stdin/stdout.
SWI_Write returns number of bytes not written. SWI_Read does the
same. SWI_Seek should return success/failure flag. Fix SWI_Flen.
A patch from PR 15841 for the RDP (Demon) interface.
1998-12-14 23:55:25 +00:00
Stan Shebs
6d2743e5ec
1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
...
* config/i386/nbsd.mh, config/m68k/nbsd.mh, config/ns32k/nbsd.mh
(XDEPFILES): Add ser-tcp.o.
1998-12-14 23:42:19 +00:00
Andrew Cagney
f0b5151401
Fix typo TM_PRINT_INSN_INFO -> TARGET_PRINT_INSN_INFO
...
Move gdbtk stuff to gdbtk file.
1998-12-14 23:17:16 +00:00
Andrew Cagney
456c9134ae
Always compile EXTRA_MDEBUG code (even when it is disabled).
1998-12-14 04:54:13 +00:00
Andrew Cagney
14a15da3a5
Fix C-Style in init function.
1998-12-14 03:47:38 +00:00
Andrew Cagney
20dd6c3bb8
* monitor.c (monitor_printable_string): New function to convert a into
...
a printable representation.
(monitor_error): Call error after converting string into printable
format.
(monitor_printf{,_noecho}): If EXTRA_RDEBUG is defined, convert string
into printable form before printing.
(monitor_expect): Ditto.
(monitor_read_memory{,_single}): Call monitor_error, not error.
(monitor_read_memory): Return immediately if length is 0.
* ppcbug-rom.c (init_ppc_cmds): Fill in dump_registers field, which is
now required.
1998-12-14 03:29:52 +00:00
Andrew Cagney
f7e85b1bc1
CARP:
...
Consolidate the semi-dynamic target system dependant GDB parameters
moving them all into a new file.
1998-12-14 02:37:16 +00:00