Use cleanup machinery to invoke ui_out_list_end().
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
d493eb33
KB
12001-04-08 Kevin Buettner <kevinb@redhat.com>
2
3 * printcmd.c (print_frame_args): Use a cleanup to invoke
4 ui_out_list_end() so that the list count nesting flag will
5 be decremented properly when an error occurs.
6 * stack.c (print_frame): Likewise.
7
af471f3c
C
82001-04-06 J.T. Conklin <jtc@redback.com>
9
c839c4db
C
10 * dcache.c (dcache_write_line): Fixed bugs where cache line was
11 not written to target correctly.
12
af471f3c
C
13 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
14 void return value;
15 * gdbserver/low-nbsd.c: Likewise.
16 * gdbserver/low-sparc.c: Likewise.
17 * gdbserver/low-sun3.c: Likewise.
18
d8e275b4
GK
192001-04-06 Geoffrey Keating <geoffk@redhat.com>
20
21 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
22 (PTRACE_DETACH): Don't define.
23
e02bc4cc
DS
242001-04-06 David Smith <dsmith@redhat.com>
25
26 * arch-utils.c (default_prepare_to_proceed)
27 (generic_prepare_to_proceed): Added new functions.
28 * arch-utils.h: New function declarations for
29 default_prepare_to_proceed() and generic_prepare_to_proceed().
30 * gdbarch.sh: Added PREPARE_TO_PROCEED.
31 * gdbarch.c: Regenerated.
32 * gdbarch.h: Regenerated.
33 * inferior.h: Added get_last_target_status() declaration.
34 * infrun.c (get_last_target_status): Added new function.
35 (handle_inferior_event): Saves last pid and waitstatus, which will
36 get returned by get_last_target_status().
37
38 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
39 prepare_to_proceed() is potentially redundant since
40 default_prepare_to_proceed() has been added.
41 * linux-thread.c (prepare_to_proceed): Ditto.
42 * lin-lwp.c (prepare_to_proceed): Ditto.
43 * m3-nat.c (prepare_to_proceed): Ditto.
44
1b2b2c16
AC
452001-04-05 Andrew Cagney <ac131313@redhat.com>
46
47 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
48 and powerpc-*-netware* target.
49 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
50 Obsolete.
51 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
52 (powerpcle-*-solaris*): Obsolete.
53 * config/powerpc/tm-cygwin.h: Obsolete.
54 * config/powerpc/cygwin.mt: Obsolete.
55 * config/powerpc/xm-cygwin.h: Obsolete.
56 * config/powerpc/cygwin.mh: Obsolete.
57 * config/powerpc/nm-solaris.h: Obsolete.
58 * config/powerpc/xm-solaris.h: Obsolete.
59 * config/powerpc/tm-solaris.h: Obsolete.
60 * config/powerpc/solaris.mt: Obsolete.
61 * config/powerpc/tm-ppc-nw.h: Obsolete.
62 * config/powerpc/ppc-nw.mt: Obsolete.
63 * TODO: Update.
64 * NEWS: Update.
65
063fd668
FN
662001-04-06 Fernando Nasser <fnasser@redhat.com>
67
68 * buildsym.c (record_line): Turn off unused addr bits.
69
a250df2e
FN
702001-04-06 Fernando Nasser <fnasser@redhat.com>
71
72 From David Deephanphongs <deephan@telocity.com>
73 * inferior.h: Fix declarations of get_inferior_args and
74 set_inferior_args, which were missing the trailing 's'.
75
1fcef334
JH
762001-04-05 Jeff Holcomb <jeffh@redhat.com>
77
78 * monitor.c (monitor_supply_register): Only report an error if we
79 don't get a valid value.
80
f032fb6e
EZ
812001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
82
83 * README: Don't mention gdba.el.
84
0191bed7
EZ
852001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
86
87 From Jimmy Guo <guo@cup.hp.com>
88 * top.c (init_main): set prompt if annotation_level>1,
89 this is necessary when annotation_level is set to 2 via
90 --annotate=2 command line option.
91
4a1968f4
AC
922001-04-04 Andrew Cagney <ac131313@redhat.com>
93
94 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
95 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
96 * configure.host (a29k-*-*): Obsolete.
97 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
98 ultra3-xdep.c.
99 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
100 * config/a29k/tm-ultra3.h: Obsolete.
101 * config/a29k/ultra3.mt: Obsolete.
102 * config/a29k/ultra3.mh: Obsolete.
103 * config/a29k/nm-ultra3.h: Obsolete.
104 * config/a29k/xm-ultra3.h: Obsolete.
105 * ultra3-xdep.c: Obsolete.
106 * ultra3-nat.c: Obsolete.
107 * config/a29k/a29k-kern.mt: Obsolete.
108 * NEWS: Update.
109 * TODO: Update.
110
608506ed
CF
111Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
112
113 * main.c: Remove windows.h use.
114 (gdbtk_test): Use PATH_MAX for home var calculation.
115 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
116 Win32 in colon test.
117 * ser-tcp.c: Use modern __CYGWIN__ conditional.
118 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
119 (openp): Ditto.
120 * symfile.c (symfile_bfd_open): Ditto.
608506ed 121
6457bd47
MH
1222001-04-04 Martin M. Hunt <hunt@redhat.com>
123
124 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
125 Handle all stream setup in gdbtk_init
126
3df1b9b4
MK
1272001-04-04 Mark Kettenis <kettenis@gnu.org>
128
129 * i386-tdep.c (i386_extract_return_value): Don't return the return
130 value of a void function.
131 (i386_store_return_value): Likewise.
132
76f4ea53
AC
1332001-04-03 Andrew Cagney <ac131313@redhat.com>
134
135 Obsolete w65-*-* target.
136 * configure.tgt (w65-*-*): Obsolete.
137 * config/w65/w65.mt: Obsolete.
138 * config/w65/tm-w65.h: Obsolete.
139 * w65-tdep.c: Obsolete.
140 * NEWS: Update. Fix TiC80 description.
141 * TODO: Update.
142
52071915
AC
1432001-04-03 Andrew Cagney <ac131313@redhat.com>
144
145 Obsolete tic80-*-* target.
146 * configure.tgt (tic80-*-*): Obsolete.
147 * config/tic80/tic80.mt: Obsolete.
148 * config/tic80/tm-tic80.h: Obsolete.
149 * tic80-tdep.c: Obsolete.
150 * TODO: Update
151 * NEWS: Update.
152
44eaed12
C
1532001-04-02 J.T. Conklin <jtc@redback.com>
154
ba79cc81
C
155 * remote-mips.c (S_IROTH): Moved definition from here.
156 * gdb_stat.h (S_IROTH): to here.
157
44eaed12
C
158 * remote.c (remote_protocol_e, remote_protocol_E): Define.
159 (set_remote_protocol_e_packet_cmd)
160 (set_remote_protocol_E_packet_cmd)
161 (show_remote_protocol_e_packet_command)
162 (show_remote_protocol_E_packet_command): New functions.
163 (init_all_packet_configs): Initialize remote_protocol_e and
164 remote_protocol_E.
165 (remote_resume, remote_async_resume): Support e/E command
166 packets.
167 (show_remote_cmd): Show state of remote_protocol_e and
168 remote_protocol_E.
169 (_initialize_remote): Add "set remote step-over-range-packet"
170 and "set remote step-over-range-w-signal-packet" to CLI.
171
bb19ff3b
AC
1722001-04-01 Andrew Cagney <ac131313@redhat.com>
173
174 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
175 ns32k-utek-*.
176 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
177 (umax-xdep.o, ns32km3-nat.o): Obsolete.
178 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
179 Obsolete.
180 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
181 Obsolete.
182 * config/ns32k/merlin.mh: Obsolete.
183 * config/ns32k/merlin.mt: Obsolete.
184 * config/ns32k/xm-merlin.h: Obsolete.
185 * config/ns32k/tm-merlin.h: Obsolete.
186 * config/ns32k/nm-umax.h: Obsolete.
187 * config/ns32k/umax.mh: Obsolete.
188 * config/ns32k/umax.mt: Obsolete.
189 * config/ns32k/xm-umax.h: Obsolete.
190 * umax-xdep.c: Obsolete.
191 * config/ns32k/ns32km3.mh: Obsolete.
192 * config/ns32k/ns32km3.mt: Obsolete.
193 * config/ns32k/tm-ns32km3.h: Obsolete.
194 * config/ns32k/xm-ns32km3.h: Obsolete.
195 * ns32km3-nat.c: Obsolete.
196 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
197 (merlin_frame_num_args): Ditto.
198 * NEWS: Update.
199 * TODO: Update.
200
d6259d75
EZ
2012001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
202
203 * config/djgpp/fnchange.lst: Tweak due to
204 expect/example/chesslib.c.
205
971ff545
KB
2062001-04-02 Kevin Buettner <kevinb@redhat.com>
207
208 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
209 unsigned int to unsigned long. Also, fix format string.
210 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
211 use an undeclared variable. Also, delete declaration and
212 initialization of ``fp'' because it is otherwise unused.
213 * remote-bug.c (sleep): Delete declaration.
214 (bug_store_register, bug_write_memory, bug_read_memory)
215 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
216 format statements and cast certain sprintf() arguments to
217 eliminate warnings.
218 (bug_load): Likewise for call to printf_filtered().
219 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
220 assignment to ``pc''. The necessary assignment is done in
221 hand_function_call() after the invocation of FIX_CALL_DUMMY().
222
4e4f46a1
DB
2232001-03-20 Daniel Berlin <dberlin@redhat.com>
224
225 * symtab.c (completion_list_add_name): Remove duplicate string checks,
226 readline already does this, and it's much faster at it, too.
227
ba8629a9
EZ
2282001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
229
230 * go32-nat.c: Minor tweaks, to pacify the ari script.
231
7bf0983e
MK
2322001-04-01 Mark Kettenis <kettenis@gnu.org>
233
f7af9647
MK
234 * i386-tdep.c (i386_extract_struct_value_address): New function.
235 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
236 in terms of i386_extract_struct_value_address.
237 (i386_extract_struct_value_address): New prototype.
238
7bf0983e
MK
239 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
240 value to `unsigned long'. Change type of `value' to `unsigned
241 long'.
242 (i386_linux_dr_set): Change type of second argument to `unsigned
243 long'.
244 (i386_linux_dr_set_control): Change type of first argument to
245 `unsigned long'.
246 (i386_linux_dr_get_status): Change type of return value to
247 unsigned long.
248 * config/i386/nm-linux.h (i386_linux_dr_set_control,
249 i386_linux_dr_get_status): Adjust prototypes accordingly.
250
6e4862ff
KB
2512001-03-31 Kevin Buettner <kevinb@redhat.com>
252
253 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
254 TRAP_HWBKPT constant to match that in the kernel headers for
255 Linux/IA-64.
521f1f96 256
1e8d0a7b
MK
2572001-03-31 Mark Kettenis <kettenis@gnu.org>
258
0afdd437
MK
259 * i386bsd-nat.c: Include "gdb_assert.h".
260 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
261 already defined.
262 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
263 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
264 i386bsd_dr_get_status): New functions.
265 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
266 (I386_USE_GENERIC_WATCHPOINTS): Define.
267 Include "i386/nm-i386.h".
268 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
269 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
270 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
271 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
272 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
273 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
274 ptrace request.
275 * config.in, configure: Regenerate.
276
4bcc3944
MK
277 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
278 register before enabling it by setting the control register.
279 (i386_remove_aligned_watchpoint): Reset address register after
280 disabling it by setting the control register.
281
1e8d0a7b
MK
282 * i386-tdep.c (i386_extract_return_value): If the type of the
283 return value is TYPE_STRUCT and the number of fields is one, call
284 ourselves with TYPE set tp the type of the first field.
285 (i386_store_return_value): Likewise.
286 This fixes a problem with returning structs consisting of a single
287 `float' or `double' on *BSD.
288
95a85621
MK
2892001-03-30 Mark Kettenis <kettenis@gnu.org>
290
40564aca
MK
291 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
292 we're absolutely sure we're going to resume it.
293
95a85621
MK
294 * thread-db.c (check_event): Don't report an error if we encounter
295 a thread creation event for a thread that's already in the thread
296 list, since that may legitemately happen. Instead only call
297 attach_thread if it's not already in the thread list.
298
2e94c453
AC
2992001-03-28 Andrew Cagney <ac131313@redhat.com>
300
301 * config/pa/xm-hppah.h (malloc): Really delete declaration
302 (MALLOC_INCOMPATIBLE): Really delete macro.
303 * cli/cli-cmds.c (apropos_command): Use xcalloc.
304
93d56215
AC
3052001-03-28 Andrew Cagney <ac131313@redhat.com>
306
307 * configure.in (build_warnings): Add -Wuninitialized.
308 * configure: Regenerate.
309
310 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
311 * sparc-tdep.c (sparc64_push_arguments): Add default case to
312 switch.
313 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
314 expression with if statement.
315 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
316 ``stack_size''.
317 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
318 (mips_dump_tdep): Fix setting of ef_mips_arch.
319 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
320 * dsrec.c (make_srec): Always initialize ``binbuf''.
321 * monitor.c (monitor_read_memory_single): Do not pass an
322 uninitialized buffer to monitor_error. Make ``i'' more local.
323
381bab78
AC
3242001-03-28 Andrew Cagney <ac131313@redhat.com>
325
326 * MAINTAINERS: Change ns32k target to ,-Werror.
327
328 * ns32k-tdep.c: Include "gdbcore.h"
329 (flip_bytes): Change first argument to void*. Add forward
330 declaration.
331 (sign_extend): Add declaration.
332 (merlin_frame_num_args): Add final else clause to if-else chain.
333 (umax_frame_num_args): Ditto.
334 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
335 (flip_bytes): Ditto.
336
b9511b9a
MK
3372001-03-28 Mark Kettenis <kettenis@gnu.org>
338
b05f2432
MK
339 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
340 config/i386/nm-linux.h (including comment).
341 (i386_linux_frame_chain): New function implementing guts of the
342 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
343 instead of read_memory_integer.
344 (i386_linux_frame_saved_pc): Removed doc pointing to
345 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
346 now lives in this file.
347 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
348 i386-linux-tdep.c (including comment).
349 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
350 (i386_linux_frame_chain): New prototype.
351
0eebe06a
MK
352 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
353 make it work again.
354 (NUM_FREGS): Redefine to 0.
355 (NUM_REGS): Redefine as NUM_GREGS.
356 (i386_register_byte, i386_register_raw_size): Update from
357 i386-tdep.c. Add comment about their origin.
358 (regmap, register_u_addr): Take these from i386-linux-nat.c.
359 (i386_register_u_addr): Removed.
360
b9511b9a
MK
361 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
362 fails instead of calling perror_with_name. This should fix
363 debugging remote i386 targets with a native Linux/x86 GDB. Add
364 FIXME for this hack.
365
3172dc30
C
3662001-03-19 J.T. Conklin <jtc@redback.com>
367
368 * arch-utils.c (#include "gdbthread.h"): Removed.
369 (#include "symfile.h"): Removed.
370 (XMALLOC): Removed unused macro.
371 * breakpoint.c (tbreak_command): Removed local declaration.
372 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
373 Remove duplicate declarations.
374 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
375 (remove_solib_event_breakpoints): Fix indentation botch.
376 * c-typeprint.c (#include "command.h"): Removed.
377 (#include "gdbcmd.h"): Removed.
378 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
379 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
380 Removed duplicate declarations.
381 * ch-typeprint.c (#include "command.h"): Removed.
382 (#include "gdbcmd.h"): Removed.
383 * corefile.c (#include "frame.h"): Removed
384 (#include "symfile.h"): Removed.
385 (#include "language.h"): Removed.
386 * dbxread.c (#include "command.h"): Removed.
387 * environ.c (#include "gdbcore.h"): Removed.
388 * event-loop.c (#include "top.h"): Removed.
389 * f-typeprint.c (#include "command.h"): Removed.
390 (#include "gdbcmd.h"): Removed.
391 (#include "language.h"): Removed.
392 (#include "typeprint.h"): Removed.
393 (#include "frame.h"): Removed.
394 * gdbtypes.h (print_type_scalar): Removed declaration.
395 * infcmd.c (#include "completer.h"): Removed.
396 * language.c (#include "frame.h"): Removed.
397 * m2-typeprint.c (#include "command.h"): Removed.
398 (#include "gdbcmd.h"): Removed.
399 (#include "language.h"): Removed.
400 * m2-valprint.c (#include "valprint.h"): Removed.
401 * p-typeprint.c (#include "command.h"): Removed.
402 (#include "gdbcmd.h"): Removed.
403 * p-valprint.c (#include "typeprint.h"): Removed.
404 * parse.c (#include "linespec.h"): Removed.
405 * regcache.c (#include "frame.h"): Removed.
406 * remote.c (#include "frame.h"): Removed.
407 (getpkt_sane): Make static.
408 * source.c (#include "completer.h"): Removed.
409 * stack.c (#include "symfile.h"): Removed.
410 (#include "objfiles.h"): Removed.
411 * symfile.c (#include "completer.h"): Removed.
412 * tracepoint.c (#include "completer.h"): Removed.
413 * values.c (#include "frame.h"): Removed.
414 * varobj.c (#include "valprint.h"): Removed.
415 * wrapper.c (#include "frame.h"): Removed.
416
417 * memattr.c (create_mem_region): Removed unused variable.
418 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
419
397b41ad
NC
4202001-03-27 Nick Clifton <nickc@redhat.com>
421
422 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
423
ed817e68
KB
4242001-03-27 Kevin Buettner <kevinb@redhat.com>
425
426 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
427 of free().
428
b75e0a6b
EZ
4292001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
430
431 * TODO (Cleanups): Remove the item about converting docs to GFDL.
432
2fc3ac7e
KB
4332001-03-26 Kevin Buettner <kevinb@redhat.com>
434
435 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
436 type of ``bundle'' from unsigned char * to char *.
437 (ia64_get_saved_register): Use alloca() to allocate register
438 buffers.
439
224d8953
KB
440 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
441
37de36c6
KB
4422001-03-26 Kevin Buettner <kevinb@redhat.com>
443
444 * proc-utils.h (procfs_ctl_t): New typedef.
445 * proc-api.c (write_with_trace): Change type of ``opcode'' from
446 long to procfs_ctl_t. Don't assume that the target has defined
447 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
448 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
449 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
450 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
451 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
452 Conditionally define as appropriate for AIX/non-AIX systems. Use
453 these defines/typedefs as appropriate elsewhere in file.
454 (struct procinfo): Change type of saved_sigset and saved_sighold
455 from sigset_t to gdb_sigset_t. Make saved_exitset and
456 saved_entryset pointer variables. Add two new fields, num_syscalls
457 and syscall_names.
458 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
459 (sysset_t_size, sysset_t_alloc): New functions.
460 (load_syscalls, free_syscalls, find_syscall): New functions for
461 platforms which define DYNAMIC_SYSCALLS.
462 (create_procinfo): Call load_syscalls.
463 (destroy_one_procinfo): Call free_syscalls.
464 (GDBRESET): Don't define twice.
465 (proc_modify_flag): Change type of operation code array `arg'
466 from long to procfs_ctl_t.
467 (proc_stop_process, proc_wait_for_stop, proc_run_process)
468 (proc_set_traced_signals, proc_set_traced_faults)
469 (proc_set_traced_sysentry, proc_set_traced_sysexit)
470 (proc_set_held_signals, proc_clear_current_fault)
471 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
472 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
473 (proc_set_traced_sysentry): Dynamically allocate variable sized
474 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
475 (proc_set_traced_sysexit): Dynamically allocate variable
476 sized struct gdb_proc_ctl_pcsexit. Also, free it at
477 function exit.
478 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
479 for reading the sysset_t struct on AIX5.
480 (procfs_debug_inferior): Don't assume that SYS_exit will be
481 defined. Add new code for finding certain syscalls on AIX5.
482 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
483 (syscall_is_lwp_create): New functions.
484 (procfs_wait): Restructured code which checks for certain
485 system calls to use the new syscall_is_... functions.
486 (procfs_notice_signals): Account for the fact that saved_entryset
487 and saved_exitset in struct procinfo are now pointers.
488
25d53da1
KB
4892001-03-26 Kevin Buettner <kevinb@redhat.com>
490
491 * symtab.c (find_pc_sect_line): Revise method used for finding
492 the ending pc.
493
50e27f84
MK
4942001-03-26 Mark Kettenis <kettenis@gnu.org>
495
496 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
497 i386_linux_sigtramp_saved_sp): Make static.
498 (i386_linux_frame_saved_pc): New function based on the old
499 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
500 of read_memory_integer.
501 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
502 (i386_linux_sigtramp_saved_pc): Remove prototype.
503 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
504 (i386_linux_frame_saved_pc): New prototype.
505
1a5cef06
AC
5062001-03-26 Andrew Cagney <ac131313@redhat.com>
507
508 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
509 * TODO (GDB 5.1 - Cleanups): Update.
510
af802127
AC
5112001-03-26 Andrew Cagney <ac131313@redhat.com>
512
513 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
514 HAVE_VFORK.
515
22f8ba57
MK
5162001-03-26 Mark Kettenis <kettenis@gnu.org>
517
5b31405b
MK
518 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
519
22f8ba57
MK
520 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
521 functions.
522 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
523 (STORE_STRUCT_RETURN): Redefine in terms of
524 i386_store_struct_return.
525 (i386_push_arguments, i386_store_struct_return): New prototypes.
526 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
527 definition was identical to the definition in "i386/tm-i386.h" so
528 the new definition should suffice too.
529
49baf819 5302001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
4d277981 531
b78a4f26
EZ
532 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
533 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
534
4d277981
EZ
535 * config/djgpp/djconfig.sh: Add copyright notice.
536
537 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
538 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
539 (top level) <string.h>: Include gdb_string.h instead.
540 (dos_noop, dos_raw, dos_noflush_set_tty_state)
541 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
542
543 * go32-nat.c (go32_create_inferior): Move the declaration of
544 `environ' to here from the top level.
545 (top level) <_initialize_go32_nat>: Remove redundant prototype.
546 <gdb_string.h>: Include it instead of string.h.
547 (store_register): Call register_buffer instead of accessing
548 registers[] directly.
549 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
550 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
551 the function names at the start of the line.
552 (go32_set_dr): Throw internal_error if the argument is not a valid
553 debug register number.
554 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
555 (go32_wait, go32_xfer_memory, go32_files_info)
556 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
557
8f3ee2ae
JB
5582001-03-25 Jim Blandy <jimb@redhat.com>
559
560 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
561
6ec4c4bd
EZ
5622001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
563
564 From Andrew Cagney <ac131313@redhat.com>
565
566 * coffread.c: Include "gdb_assert.h".
567 (coff_symtab_read): Cast the integer s_sclass to a long before
568 casting it to a pointer.
569
b9179dbc
EZ
5702001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
571
572 From Andrew Cagney <ac131313@redhat.com>
573
574 * coffread.c (coff_symtab_read): Initialize
575 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
576 the ``.ef'' info.
577 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
578
64c4637f
AC
5792001-03-23 Andrew Cagney <ac131313@redhat.com>
580
581 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
582 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
583 multi-arch.
584
585 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
586 * gdbarch.h, gdbarch.c: Re-generate.
587
588 * target.h (SOFTWARE_SINGLE_STEP_P)
589 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
590
61a0eb5b
AC
5912001-03-23 Andrew Cagney <ac131313@redhat.com>
592
593 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
594 * gdbarch.h, gdbarch.c: Regenerate.
595
596 * regcache.h (regcache_read, regcache_write): Declare.
597 (registers, register_valid, register_buffer): Add note that these
598 interfaces are deprecated.
599
600 * regcache.c: Include "gdb_assert.h".
601 (legacy_write_register_gen): Rename write_register_gen.
602 (legacy_read_register_gen): Rename read_register_gen.
603 (regcache_read, regcache_write): New function.
604 (read_register_gen, write_register_gen): New function.
605 (write_register): Simplify. Use write_register_gen.
606 (read_register): Ditto using read_register_gen.
607 (read_signed_register): Ditto.
608 (read_register_bytes): Ditto!!!!
609 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
610 replaced by gdbarch_register_read.
611
612 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
613 deprecate.
614
c2bd2ed9
JB
6152001-03-23 Jim Blandy <jimb@redhat.com>
616
f34754ee
JB
617 Fix from Dan Berlin:
618
c2bd2ed9
JB
619 * stabsread.c (read_cpp_abbrev): Properly construct the names of
620 virtual function table pointer fields.
621
c0e61796
AC
6222001-03-19 Andrew Cagney <ac131313@redhat.com>
623
624 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
625 xmrealloc): Move existing declarations to the one place and
626 re-order to be consistent.
627 (xmcalloc, xmfree): Declare.
628 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
629 declaration.
630
631 * utils.c (size_t): Delete #ifdef defining size_t.
632 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
633 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
634 corresponding malloc, realloc, calloc.
635 (mfree): Call free directly.
636 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
637 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
638 function bodies to here.
639 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
640
c65ecaf3
AC
6412001-03-23 Andrew Cagney <ac131313@redhat.com>
642
643 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
644 ``shell_file'' static locals.
645
646 * jv-lang.c (java_link_class_type): Initialize ``field'' and
647 ``method''.
648
649 * jv-valprint.c (java_value_print): Initialize ``next_element''.
650
207e433e
MK
6512001-03-23 Mark Kettenis <kettenis@gnu.org>
652
653 * config/i386/nm-i386.h: Fix formatting and change reference to
654 i386-tdep.c to i386-nat.c.
655
6c5cfe5b
DS
6562001-03-23 David Smith <dsmith@redhat.com>
657
658 * configure.in: Corrected spelling errors.
659 * configure: Regenerated.
660
5300940c
AC
6612001-03-22 Andrew Cagney <ac131313@redhat.com>
662
663 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
664
17e78a56
AC
6652001-03-22 Andrew Cagney <ac131313@redhat.com>
666
667 * Makefile.in (NTSSTART): Delete.
668 (NTSOBS): Delete.
669 (kdb): Delete target.
670 * kdb-start.c, stuff.c: Mark as obsolete.
671 * NEWS: Update.
672
41899c04
AC
6732001-03-22 Andrew Cagney <ac131313@redhat.com>
674
675 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
676 compiles using an ISO-C compiler.
677 (MALLOC_INCOMPATIBLE): Ditto.
678 * linespec.c (decode_line_1): Delete hack to work around
679 HPPA_COMPILER_BUG.
680
88665544
AC
6812001-03-22 Andrew Cagney <ac131313@redhat.com>
682
683 * exec.c (xfer_memory): Always initialize section.
684 * infrun.c (normal_stop): Always initialize source_flag.
685
a2061976
AC
6862001-03-22 Andrew Cagney <ac131313@redhat.com>
687
688 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
689 non-use of a continue address and typical use of ``q'' packet.
690
e24d4c64
EZ
6912001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
692
693 Make DJGPP use the new unified support for hardware
694 breakpoints and watchpoints on x86 targets:
695
696 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
697 include nm-i386.h instead.
698 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
699 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
700 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
701 (target_stopped_data_address, target_insert_watchpoint)
702 (target_remove_watchpoint, target_insert_hw_breakpoint)
703 (target_remove_hw_breakpoint): Don't define.
704 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
705 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
706 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
707 functions from go32-nat.c.
708
709 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
710
711 * go32-nat.c <top level>: Remove prototypes for watchpoint-
712 related functions. Remove definitions of watchpoint-related
713 macros.
714 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
715 private cleanup_dregs function.
716 (cleanup_dregs, go32_insert_watchpoint)
717 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
718 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
719 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
720 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
721 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
722
c26e1c2b
KB
7232001-03-21 Kevin Buettner <kevinb@redhat.com>
724
725 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
726 than two instead of generating an error.
727
272ba48f
JB
7282001-03-21 Jim Blandy <jimb@redhat.com>
729
730 * cp-valprint.c: Reformat to bring into line with GNU coding
731 standards.
732
84346e11
MK
7332001-03-21 Mark Kettenis <kettenis@gnu.org>
734
735 Make Linux use the new unified support for hardware breakpoints
736 and watchpoints on x86 targets.
737 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
738 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
739 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
740 appropriate value if not already defined.
741 (register_u_addr): New function.
742 (kernel_u_size): New function.
743 (i386_linux_dr_get, i386_linux_dr_set): New functions.
744 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
745 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
746 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
747 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
748 (TARGET_HAS_HARDWARE_WATCHPOINTS,
749 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
750 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
751 target_remove_watchpoint): Remove macros.
752 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
753 i386_remove_watchpoint): Remove prototypes.
754 (register_u_addr): New prototype.
755 (REGISTER_U_ADDR): Define in terms of register_u_addr.
756 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
757 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
758 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
759 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
760 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
761 i386-nat.o.
762
13b57657
JB
7632001-03-21 Jim Blandy <jimb@redhat.com>
764
f34754ee
JB
765 Fix from Dan Berlin:
766
13b57657
JB
767 * linespec.c (find_methods): Whitespace differences aren't
768 significant in *un*mangled method names. Use strcmp_iw to compare
f34754ee 769 them, not STREQ.
13b57657 770
eee30e78
AC
7712001-03-21 Andrew Cagney <ac131313@redhat.com>
772
773 * gdbarch.sh: Allow a non- multi-arch target to override a
774 predicate.
775 * gdbarch.h: Regenerate.
776
b77be6cf
AC
7772001-03-21 Andrew Cagney <ac131313@redhat.com>
778
779 * gdbarch.sh: Avoid use of ``!''.
780
379d08a1
AC
7812001-03-20 Andrew Cagney <ac131313@redhat.com>
782
783 * target.h (enum target_signal): Move definition from here.
784 * defs.h (enum target_signal): To here.
785
786 * config/arc/tm-arc.h (arc_software_single_step): Change type of
787 first parameter to enum target_signal.
788 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
789 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
790 * rs6000-tdep.c (rs6000_software_single_step): Update.
791
64485362
AC
7922001-03-20 Andrew Cagney <ac131313@redhat.com>
793
794 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
795 already defined.
796
797 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
798 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
799 or a reference ('a') can be in a pseudo register.
800 * infcmd.c (do_registers_info): Must take into account the pseudo
801 registers to print their value.
802 (registers_info): Likewise.
803 * stack.c (frame_info): Likewise.
804 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
805
52b98211
EZ
8062001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
807
808 Unified support for hardware breakpoints and watchpoints on
809 x86 targets:
810
811 * config/i386/nm-i386.h: New file.
812
813 * config/i386/nm-i386.h: (i386_cleanup_dregs)
814 (i386_insert_watchpoint, i386_remove_watchpoint)
815 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
816 (i386_stopped_data_address, i386_insert_hw_breakpoint)
817 (i386_remove_hw_breakpoint): Declare prototypes.
818 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
819 Define if not already defined.
820 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
821 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
822 (target_insert_watchpoint, target_remove_watchpoint)
823 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
824 to call the appropriate i386_* functions.
825
826 * i386-nat.c: New file.
827
828 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
829 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
830 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
831 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
832 (maint_show_dr): New variables.
833 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
834 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
835 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
836 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
837 (i386_stopped_data_address, i386_stopped_by_hwbp)
838 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
839 functions.
840 (_initialize_i386_nat): New function.
841 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
842 `show-debug-regs', sets maint_show_dr to non-zero value and
843 activates debugging print-outs in functions which insert, remove,
844 and test watchpoints and hardware breakpoints.
845
846 * Makefile.in (i386-nat.o): New target.
847 (ALLDEPFILES): Add i386-nat.o.
848
28e9e0f0
MK
8492001-03-21 Mark Kettenis <kettenis@gnu.org>
850
851 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
852 appropriate comment.
853
e40eccb4
KB
8542001-03-20 Kevin Buettner <kevinb@redhat.com>
855
856 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
857 thread-db.o, and lin-lwp.o for thread support instead of
858 linux-thread.o and lin-thread.o.
859 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
860 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
861 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
862 (lin_lwp_attach_lwp): Declare.
863
bea7bb93
JB
8642001-03-20 Jim Blandy <jimb@redhat.com>
865
f34754ee
JB
866 Fix from Dan Berlin:
867
bea7bb93
JB
868 * Makefile.in: Clean up dependencies on ../include/demangle.h.
869 (demangle_h): New variable.
870 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
871
b0ed3589
AC
8722001-03-20 Andrew Cagney <ac131313@redhat.com>
873
874 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
875 * breakpoint.c (bpstat_stop_status): Update.
876 * infrun.c (handle_inferior_event): Ditto.
877 * mips-tdep.c (mips_dump_tdep): Ditto.
878 * infrun.c (resume): Ditto.
879 * infptrace.c (child_resume): Ditto.
880 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
881 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
882 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
883 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
884 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
885 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
886 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
887
df087c62
AC
8882001-03-20 Andrew Cagney <ac131313@redhat.com>
889
890 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
891 with internal_error.
892
8bd1f2c6
JB
8932001-03-20 Jim Blandy <jimb@redhat.com>
894
f34754ee
JB
895 Fix from Dan Berlin:
896
8bd1f2c6
JB
897 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
898 than asking for sym_class's type; that's circuitous. Remove
899 sym_class, since the last use of it is gone.
900
c97fe386
EZ
9012001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
902
903 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
904 Correct the order of calls to ui_out_field_string and
905 ui_out_list_begin when bs->old_val is NULL.
906
486363b6
KB
9072001-03-19 Kevin Buettner <kevinb@redhat.com>
908
909 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
910 * configure: Regenerate.
911 * config.in: Regenerate.
912 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
913
087bb2e2
KB
9142001-03-19 Kevin Buettner <kevinb@redhat.com>
915
916 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
917 same line to avoid problems with Unixware 7's make when building
918 a cross debugger.
919
3c37485b
AC
9202001-03-19 Andrew Cagney <ac131313@redhat.com>
921
922 * defs.h (malloc): Move declaration from here.
923 * utils.c (malloc): To here.
924 * config/pa/xm-hppah.h (malloc): Delete declaration.
925
926 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
927 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
928 (hpread_quick_traverse): Ditto.
929 * infttrace.c (create_thread_info): Ditto.
930 (kill_inferior): Ditto.
931 * gnu-nat.c (make_inf): Ditto, and don't check return value.
932 * procfs.c (proc_update_threads): Ditto.
933 * valprint.c (print_decimal_chars): Ditto.
934 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
935 malloc and sprintf.
936 * remote-rdp.c (rdp_set_command_line): Ditto.
937
0e52036f
AC
9382001-03-19 Andrew Cagney <ac131313@redhat.com>
939
940 * defs.h (realloc): Move declaration from here.
941 * utils.c (realloc): To here.
942 * config/pa/xm-hppah.h (realloc): Delete declaration.
943 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
944 * symfile.c (add_filename_language): Ditto.
945 * event-loop.c (create_file_handler): Ditto.
946
81b8eb80
AC
9472001-03-19 Andrew Cagney <ac131313@redhat.com>
948
949 * defs.h (free): Move declaration from here.
950 * utils.c (free): To here.
951 (xfree): Document as the only call to free().
952 * config/pa/xm-hppah.h (free): Delete declaration.
953
8cca004a
KB
9542001-03-19 Kevin Buettner <kevinb@redhat.com>
955
956 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
957 this list.
958
cf4eee44
AC
9592001-03-19 Andrew Cagney <ac131313@redhat.com>
960
961 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
962 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
963 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
964
1c5b31ef
AC
9652001-03-19 Andrew Cagney <ac131313@redhat.com>
966
967 * TODO: List known problems with TUI.
968
3a0c66d4
AC
9692001-03-19 Andrew Cagney <ac131313@redhat.com>
970
971 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
972 gdb.hp).
973
ce359b09
AC
9742001-03-19 Andrew Cagney <ac131313@redhat.com>
975
976 * remote.c (remote_cisco_section_offsets): Do not cast result from
977 bfd_get_section_name.
978 (compare_sections_command): Ditto.
979 (remote_cisco_section_offsets): Make ``p'' a const pointer.
980 (compare_sections_command): Ditto for ``sectname''.
981
0b3f98d3
AC
9822001-03-19 Andrew Cagney <ac131313@redhat.com>
983
984 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
985 * valops.c (hand_function_call): Simplify computation of the
986 address of the pushed argument.
987
7451d027
AC
9882001-03-17 Andrew Cagney <ac131313@redhat.com>
989
990 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
991 Code copied from c-exp.y.
992
fb70ab0c
KB
9932001-03-18 Kevin Buettner <kevinb@redhat.com>
994
995 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
996 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
997 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
998 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
999 of the Solaris procfs testing section. Instead, group with...
1000 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
1001 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
1002 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
1003 * configure: Regenerate.
1004 * config.in: Regenerate.
1005
1006 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
1007 new configure macros to choose which (if any) code to
1008 compile in. Added code to explicitly handle *BSD systems;
1009 these systems were previously handled only through macro
1010 redefinition. Also, due to the way the autoconf tests are set
1011 up, this function will no longer return a non-zero value when
1012 GDB is configured as a cross debugger. I.e, cross debuggers
1013 will no longer be able to "accidentally" get the host system's
1014 link map offsets.
1015
8aa16b78
KB
10162001-03-18 Kevin Buettner <kevinb@redhat.com>
1017
1018 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
1019 line to avoid build problem on NetBSD 1.4.
1020
559e75c0
MC
10212001-03-17 Michael Chastain <chastain@redhat.com>
1022
1023 * win32-nat.c (child_attach): check args for NULL before passing
1024 to strtoul. This fixes PR gdb/43.
1025
fc338970
MK
10262001-03-17 Mark Kettenis <kettenis@gnu.org>
1027
7daede3b
MK
1028 * i387-nat.h: Doc Fix.
1029
fc338970
MK
1030 * i386-tdep.c: Fix formatting.
1031 (i386_get_frame_setup, i386_follow_jump, codestream_read,
1032 codestream_seek, codestream_fill, skip_trampoline_code,
1033 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
1034 prototypoes.
1035
e3c6d36d
MK
10362001-03-17 Mark Kettenis <kettenis@gnu.org>
1037
1038 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
1039 no longer used. Also remove associated FIXME.
1040
4a5c6a1d
AC
10412001-03-16 Andrew Cagney <ac131313@redhat.com>
1042
1043 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
1044 not generate macro wrappers for multi-arch functions or
1045 predicates.
1046 (class_is_info_p, class_is_predicate_p): Update.
1047 (class_is_function_p, class_is_variable_p): Ditto.
1048 (class_is_multiarch_p): New class function.
1049
7256e1a5
C
10502001-03-16 J.T. Conklin <jtc@redback.com>
1051
1052 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
1053 h8300_frame_args_address from frame_args_address.
1054 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
1055 from frame_locals_address.
1056 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
1057 from print_register_hook.
1058 (h8300_frame_args_address): Declare.
1059 (h8300_frame_find_saved_regs): Declare.
1060 (h8300_frame_locals_address): Declare.
1061 (h8300_frame_saved_pc): Declare.
1062 (h8300_pop_frame): Declare.
1063 (h8300_print_register_hook): Declare.
1064 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
1065 (h8300_frame_args_address): Renamed from frame_args_address.
1066 (h8300_frame_locals_address): Renamed from frame_locals_address.
1067 (h8300_pop_frame): Renamed from pop_frame.
1068 (h8300_print_register_hook): Renamed from print_register_hook.
1069
435b259c
KB
10702001-03-16 Kevin Buettner <kevinb@redhat.com>
1071
1072 * solib-svr4.c (bfd_lookup_symbol): Change type of
1073 ``storage_needed'' from unsigned int to long in order to
1074 match return type of bfd_get_symtab_upper_bound() and
1075 bfd_get_dynamic_symtab_upper_bound().
1076 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
1077 REASONABLE_LIMIT hack which had been added to work around this
1078 problem.
1079
80117be2
KB
10802001-03-15 Kevin Buettner <kevinb@redhat.com>
1081
1082 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
1083 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
1084 to free() with calls to xfree().
1085 (bfd_lookup_symbol): Eliminate use of PTR.
1086 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
1087
77cd5909
MH
10882001-03-15 Martin Hunt <hunt@redhat.com>
1089
1090 * linespec.c (decode_line_1): Remove trailing quote
1091 when parsing double quotes.
1092
f7f5a202
KB
10932001-03-15 Kevin Buettner <kevinb@redhat.com>
1094
1095 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
1096 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
1097 argument in the to_xfer_memory calls.
1098
0d35ddba
AC
10992001-03-15 Andrew Cagney <ac131313@redhat.com>
1100
1101 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
1102 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
1103
043780a1
AC
11042001-03-15 Andrew Cagney <ac131313@redhat.com>
1105
1106 * wince.c (child_xfer_memory): Add attrib parameter.
1107 * symm-nat.c (child_xfer_memory): Ditto.
1108 * mac-nat.c (child_xfer_memory): Ditto.
1109 * infttrace.c (child_xfer_memory): Ditto.
1110 * procfs.c (procfs_xfer_memory): Ditto.
1111 * lin-thread.c (thread_db_xfer_memory): Ditto.
1112 * gnu-nat.c (gnu_xfer_memory): Ditto.
1113
9b9c068d
AC
11142001-03-14 Andrew Cagney <ac131313@redhat.com>
1115
1116 * NEWS: Mention that Harris/CXUX m88k is obsolete.
1117
f88e2c52
AC
11182001-03-13 Andrew Cagney <ac131313@redhat.com>
1119
1120 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
1121 to regcache functions.
1122 * config/m68k/tm-m68k.h: Ditto.
1123 * config/i386/tm-i386v.h: Ditto.
1124 * config/mcore/tm-mcore.h: Ditto.
1125 * config/m88k/tm-m88k.h: Ditto.
1126 * config/m68k/tm-news.h: Ditto.
1127 * config/m68k/tm-linux.h: Ditto.
1128 * config/m68k/tm-delta68.h: Ditto.
1129 * config/m68k/nm-sun3.h: Ditto.
1130 * config/m32r/tm-m32r.h: Ditto.
1131 * config/i386/tm-symmetry.h: Ditto.
1132 * config/i386/tm-sun386.h: Ditto.
1133 * config/i386/tm-i386.h: Ditto.
1134 * config/i386/nm-symmetry.h: Ditto.
1135 * config/i386/nm-sun386.h: Ditto.
1136 * config/i386/nm-ptx4.h: Ditto.
1137 * config/i386/nm-i386mach.h: Ditto.
1138 * config/h8500/tm-h8500.h: Ditto.
1139 * config/h8300/tm-h8300.h: Ditto.
1140 * config/fr30/tm-fr30.h: Ditto.
1141 * config/d30v/tm-d30v.h: Ditto.
1142 * config/arm/tm-arm.h: Ditto.
1143 * config/arc/tm-arc.h: Ditto.
1144 * config/alpha/tm-alpha.h: Ditto.
1145 * config/a29k/tm-vx29k.h: Ditto.
1146 * config/a29k/tm-a29k.h: Ditto.
1147 * config/w65/tm-w65.h: Ditto.
1148 * config/vax/tm-vax.h: Ditto.
1149 * config/v850/tm-v850.h: Ditto.
1150 * config/tic80/tm-tic80.h: Ditto.
1151 * config/sparc/tm-sparclite.h: Ditto.
1152 * config/sparc/tm-sparclet.h: Ditto.
1153 * config/sparc/tm-sparc.h: Ditto.
1154 * config/sparc/nm-sun4sol2.h: Ditto.
1155 * config/sparc/nm-sun4os4.h: Ditto.
1156 * config/sparc/nm-nbsd.h: Ditto.
1157 * config/powerpc/nm-solaris.h: Ditto.
1158 * config/pa/tm-hppao.h: Ditto.
1159 * config/pa/tm-hppa.h: Ditto.
1160 * config/pa/nm-hppab.h: Ditto.
1161 * config/ns32k/tm-umax.h: Ditto.
1162 * config/ns32k/tm-merlin.h: Ditto.
1163 * config/nm-m3.h: Ditto.
1164 * config/nm-gnu.h: Ditto.
1165
0981ead9
AC
11662001-03-14 Andrew Cagney <ac131313@redhat.com>
1167
1168 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
1169 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
1170 Specify an m88k target. Include sample GAWK script to generate
1171 target list. Delete non-existant romp target.
1172 * TODO (GDB 5.1 - Cleanups): Update.
1173
91c1720e
KS
11742001-03-14 Keith Seitz <keiths@cygnus.com>
1175
1176 * linespec.c (decode_line_1): Skip argptr over a leading
1177 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
1178
3cc122b3
KB
11792001-03-14 Kevin Buettner <kevinb@redhat.com>
1180
1181 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
1182
5bb367b1
AC
11832001-03-13 Andrew Cagney <ac131313@redhat.com>
1184
1185 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
1186 * m3-nat.c: Ditto.
1187 * p-lang.h: Ditto.
1188 * printcmd.c (printf_command): Ditto.
1189 * ch-exp.c (match_integer_literal): Ditto.
1190 * scm-tags.h: Ditto.
1191 * ser-go32.c: Ditto.
1192 * hppa-tdep.c (unwind_command): Ditto.
1193 * defs.h (volatile): Delete macro definition. Assume __STDC__.
1194 * remote-adapt.c (volatile): Ditto.
1195 * remote-eb.c (volatile): Ditto.
1196 * remote-mm.c (volatile): Ditto.
1197 * defs.h (alloca): Assume __STDC__, declare returning void *.
1198
a728f042
AC
11992001-03-08 Andrew Cagney <ac131313@redhat.com>
1200
1201 * inferior.h (ARCH_NUM_REGS): Delete definition.
1202 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
1203 * regcache.c (registers_changed): Ditto.
1204 (registers_fetched): Ditto.
1205 * infptrace.c (fetch_inferior_registers): Ditto.
1206 (store_inferior_registers): Ditto.
1207 * infcmd.c (do_registers_info): Ditto.
1208 (registers_info): Ditto.
1209 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
1210 (old_store_inferior_registers): Ditto.
1211 * gdbserver/low-linux.c (register_addr): Ditto.
1212 * gdbserver/low-hppabsd.c (register_addr): Ditto.
1213 * core-aout.c: Don't include "inferior.h".
1214 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
1215 (register_addr): Ditto.
1216
f48ff60a
FN
12172001-03-13 Fernando Nasser <fnasser@redhat.com>
1218
1219 From Steven Johnson <sjohnson@neurizon.net>
1220 * cli/cli-script.c (define_command): Fix setting of post hooks.
1221
305d65ca
MK
12222001-03-13 Mark Kettenis <kettenis@gnu.org>
1223
1224 * i386-linux-tdep.c: Fix formatting and clarify comments.
1225 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
1226 where appropriate.
1227
bf62e5b4
AC
12282001-03-12 Andrew Cagney <ac131313@redhat.com>
1229
1230 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
1231 (proc_update_sc): Use gdb_assert instead of assert.
1232 (proc_abort): Ditto.
1233 (inf_set_step_thread): Ditto.
1234 (gnu_wait): Ditto.
1235 (S_exception_raise_request): Ditto.
1236 (gnu_terminal_init_inferior): Ditto.
1237
21479ded
KB
12382001-03-09 Kevin Buettner <kevinb@redhat.com>
1239
1240 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
1241 (solib-legacy.o): New makefile target.
1242 * solib-legacy.c: New file.
1243 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
1244 (default_svr4_fetch_link_map_offsets): Delete.
1245 (set_solib_svr4_fetch_link_map_offsets): Declare.
1246 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
1247 * solib-svr4.c (elf/common.h): Include.
1248 (link.h): Only include for SunOS shared library support.
1249 (_SYSCALL32): Don't define.
1250 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
1251 (default_svr4_fetch_link_map_offsets): Made static; added forward
1252 declaration.
1253 (fetch_link_map_offsets): New static global.
1254 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
1255 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
1256 of what used to be in this function now reside in
1257 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
1258 (open_symbol_file_object): Fix declaration in SunOS section
1259 of the code.
1260 (set_solib_svr4_fetch_link_map_offsets): New extern function.
1261 (init_fetch_link_map_offsets): New static function.
1262 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
1263 under multiarch control.
1264
1265 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
1266 list.
1267 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
1268 * config/arm/linux.mt (TDEPFILES): Likewise.
1269 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
1270 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
1271 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
1272 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
1273 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
1274 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
1275 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
1276 * config/i386/linux.mt (TDEPFILES): Likewise.
1277 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
1278 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1279 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
1280 * config/i386/ptx4.mh (XDEPFILES): Likewise.
1281 * config/i386/sun386.mt (TDEPFILES): Likewise.
1282 * config/ia64/linux.mt (TDEPFILES): Likewise.
1283 * config/m68k/linux.mt (TDEPFILES): Likewise.
1284 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
1285 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1286 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
1287 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
1288 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
1289 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
1290 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1291 * config/powerpc/linux.mt (TDEPFILES): Likewise.
1292 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
1293 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
1294 * config/sh/linux.mt (TDEPFILES): Likewise.
1295 * config/sparc/linux.mt (TDEPFILES): Likewise.
1296 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1297 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
1298 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
1299 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
1300 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
1301
d7fa9de0
KB
13022001-03-09 Kevin Buettner <kevinb@redhat.com>
1303
1304 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
1305
f8241bd1
AC
13062001-03-09 Andrew Cagney <ac131313@redhat.com>
1307
1308 * MAINTAINERS (Write After Approval): Update Philip Blundell.
1309
e6b4b0c2
KS
13102001-03-09 Keith Seitz <keiths@cygnus.com>
1311
1312 * MAINTAINERS: Add myself to write after approval list.
1313
96836138
MK
13142001-03-09 Mark Kettenis <kettenis@gnu.org>
1315
1316 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
1317 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
1318
1b594327
AC
13192001-03-08 Andrew Cagney <ac131313@redhat.com>
1320
1321 * configure.host (m88*-harris-cxux*): Mark as obsolete.
1322 * configure.tgt: Ditto.
1323 * config/m88k/xm-cxux.h: Ditto.
1324 * config/m88k/tm-cxux.h: Ditto.
1325 * config/m88k/nm-cxux.h: Ditto.
1326 * config/m88k/cxux.mt: Ditto.
1327 * config/m88k/cxux.mh: Ditto.
1328
4a32a1e4
AC
13292001-03-08 Andrew Cagney <ac131313@redhat.com>
1330
1331 * Makefile.in: Delete rules for obsolete files.
1332
ec9a3449
DT
1333Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
1334
1335 * stack.c (parse_frame_specification): For one argument case,
1336 handle the situation where the argument is an integer, not an
1337 address -- arguably the most common case. This matters on
1338 targets where pointers and addresses are different.
1339
a50c34dc
AC
13402001-03-08 Andrew Cagney <ac131313@redhat.com>
1341
1342 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
1343 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
1344 general.
1345
cfc046cf
AC
13462001-03-07 Andrew Cagney <ac131313@redhat.com>
1347
1348 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
1349 with SID on Solaris 8.
1350
39424bef
MK
13512001-03-07 Mark Kettenis <kettenis@gnu.org>
1352
1353 * defs.h: Provide prototypes for floatformat_is_negative,
1354 floatformat_is_nan and floatformat_mantissa.
1355 * utils.c: Include "gdb_assert.h".
1356 (floatformat_is_negative): New function.
1357 (floatformat_is_nan): New function.
1358 (floatformat_mantissa): New function.
1359 * valprint.c: Include "floatformat.h".
1360 (print_floating): Get rid of the Linux-specific
1361 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
1362 help these new functions. Print NaN's in a format conforming to
1363 ISO C99.
1364
7a1bd56a
EZ
13652001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1366
1367 * top.c (init_main): Make `set history file name' complete on file
1368 names.
1369
5565b556
C
13702001-03-06 J.T. Conklin <jtc@redback.com>
1371
21a12a30
C
1372 * Makefile.in (LINTFLAGS): Update to contain all of the macros
1373 which define include paths used when compiling.
1374
1375 * util.c (savestring, msavestring): Change type of length argument.
1376 * defs.h (savestring, msavestring): Update to match.
1377
5565b556
C
1378 * symtab.h (decode_line_1): Removed declaration.
1379
1380 * symfile.c (#include <assert.h>): Removed.
1381
1382 * arch-utils.c (#include <ctype.h>): Removed.
1383 * c-typeprint.c: Likewise.
1384 * dbxread.c: Likewise.
1385 * gdbtypes.c: Likewise.
1386 * target.c: Likewise.
1387 * os9kread.c: Likewise.
1388
1389 * c-valprint.c (#include "demangle.h"): Removed.
1390 * ch-typeprint.c: Likewise.
1391 * eval.c: Likewise.
1392 * f-typeprint.c: Likewise.
1393 * f-valprint.c: Likewise.
1394 * m2-typeprint.c: Likewise.
1395 * typeprint.c: Likewise.
1396 * p-typeprint.c: Likewise.
1397 * valarith.c: Likewise.
1398 * valprint.c: Likewise.
1399
1400 * m2-typeprint.c (#include "gdb_string.h"): Removed.
1401 * nlmread.c: Likewise.
1402
1403 * mdebugread.c (#include "gdb-stabs.h"): Removed.
1404 * minsyms.c: Likewise.
1405 * mipsread.c: Likewise.
1406 * nlmread.c: Likewise.
1407
1408 * m2-typeprint.c (#include "obstack.h"): Removed.
1409 * m2-valprint.c: Likewise.
1410
1411 * event-loop.c (#include <setjmp.h>): Removed.
1412
e8be95ae
SS
14132001-03-06 Stan Shebs <shebs@apple.com>
1414
1415 * MAINTAINERS: Remove self from specific maintenance domains
1416 (macos, gdbserver, documentation, testsuite).
1417
b6ba6518
KB
14182001-03-06 Kevin Buettner <kevinb@redhat.com>
1419
1420 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
1421 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
1422 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
1423 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
1424 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
1425 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
1426 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
1427 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
1428 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
1429 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
1430 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
1431 coff-solib.h, coffread.c, command.h, complaints.c,
1432 complaints.h, completer.c, completer.h,
1433 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
1434 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
1435 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
1436 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
1437 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
1438 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
1439 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
1440 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
1441 config/arm/nm-linux.h, config/arm/tm-arm.h,
1442 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
1443 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
1444 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
1445 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
1446 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
1447 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
1448 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
1449 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
1450 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
1451 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
1452 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
1453 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
1454 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
1455 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
1456 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
1457 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
1458 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
1459 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
1460 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
1461 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
1462 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
1463 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
1464 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
1465 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
1466 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
1467 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
1468 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
1469 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
1470 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
1471 config/i960/tm-i960.h, config/i960/tm-mon960.h,
1472 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
1473 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
1474 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
1475 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
1476 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
1477 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
1478 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
1479 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
1480 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
1481 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
1482 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
1483 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
1484 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
1485 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
1486 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
1487 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
1488 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
1489 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
1490 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
1491 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
1492 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
1493 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
1494 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
1495 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
1496 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
1497 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
1498 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
1499 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
1500 config/mips/nm-irix5.h, config/mips/nm-mips.h,
1501 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
1502 config/mips/tm-embed.h, config/mips/tm-embed64.h,
1503 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
1504 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
1505 config/mips/tm-mips.h, config/mips/tm-mips64.h,
1506 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
1507 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
1508 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
1509 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
1510 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
1511 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
1512 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
1513 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
1514 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
1515 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
1516 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
1517 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
1518 config/nm-sysv4.h, config/none/nm-none.h,
1519 config/none/tm-none.h, config/none/xm-none.h,
1520 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
1521 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
1522 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
1523 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
1524 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
1525 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
1526 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
1527 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
1528 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
1529 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
1530 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
1531 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
1532 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
1533 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
1534 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
1535 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
1536 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
1537 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
1538 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
1539 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
1540 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
1541 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
1542 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
1543 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
1544 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
1545 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
1546 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
1547 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
1548 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
1549 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
1550 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
1551 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
1552 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
1553 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
1554 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
1555 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
1556 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
1557 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
1558 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
1559 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
1560 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
1561 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
1562 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
1563 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
1564 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
1565 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
1566 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
1567 gdbserver/low-sim.c, gdbserver/low-sparc.c,
1568 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
1569 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
1570 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
1571 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
1572 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
1573 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
1574 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
1575 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
1576 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
1577 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
1578 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
1579 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
1580 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
1581 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
1582 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
1583 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
1584 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
1585 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
1586 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
1587 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
1588 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
1589 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
1590 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
1591 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
1592 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
1593 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
1594 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
1595 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
1596 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
1597 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
1598 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
1599 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
1600 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
1601 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
1602 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1603 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
1604 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
1605 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
1606 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
1607 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
1608 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
1609 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
1610 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
1611 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
1612 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
1613 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
1614 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
1615 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
1616 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
1617 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
1618 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
1619 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
1620 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
1621 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
1622 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
1623 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
1624 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
1625 notices.
1626
596c9d4b
KB
16272001-03-05 Kevin Buettner <kevinb@redhat.com>
1628
1629 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
1630 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
1631 macros.
1632 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
1633 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
1634 (sys/fault.h, sys/select.h): Test for presence of these
1635 header files.
1636 (ia64-*-aix*): Define NEW_PROC_API for this host.
1637 * configure: Regenerate.
1638 * config.in: Regenerate.
1639
1640 * configure.host (ia64-*-aix*): New host.
1641 * configure.tgt (ia64-*-aix*): New target.
8a5c92d3 1642
eccbb20d
AC
16432001-03-05 Andrew Cagney <ac131313@redhat.com>
1644
1645 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
1646
9ff2efe5
CF
1647Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
1648
1649 * wince.c: Change realloc to xrealloc throughout.
61e2d1f3 1650 (handle_load_dll): Use void * rather than PTR in argument.
9ff2efe5 1651
58841d58
AC
16522001-03-04 Andrew Cagney <ac131313@redhat.com>
1653
1654 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
1655 * ocd.c (ocd_xfer_memory): Ditto.
1656 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
1657 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
1658 buildable with ,-Werror.
1659
1660 * Makefile.in (symfile_h): Define.
1661 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
1662 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
1663 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
1664 ,-Werror.
1665
1666 * dsrec.c (make_srec): Fix internal_error fmt arg.
1667 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
1668
3cad1ac9
KB
16692001-03-03 Kevin Buettner <kevinb@redhat.com>
1670
1671 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
1672 as an lvalue.
1673
b9fa2e73
AC
16742001-03-02 Andrew Cagney <ac131313@redhat.com>
1675
130c39e6
AC
1676 * MAINTAINERS (paper trail): Update.
1677
b9fa2e73
AC
1678 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
1679
c53efe6e
AC
16802001-03-02 Andrew Cagney <ac131313@redhat.com>
1681
1682 From 2001-03-01 Tom Rix <trix@redhat.com>:
1683 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
1684 parameter to mn10200_analyze_prologue.
1685
1686 * config/mn10200/tm-mn10200.h: Include "regcache.h".
1687 * MAINTAINERS: Document that mn10200-elf target is buildable.
1688
52b5c2eb
KB
16892001-03-02 Kevin Buettner <kevinb@redhat.com>
1690
1691 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
1692 from here...
1693 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
1694 (MONTEREY): Don't define.
1695 (AIX5): Define.
1696
2edb46b1
MH
16972001-03-02 Matt Hiller <hiller@redhat.com>
1698
1699 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
1700
92c71a3e
KB
17012001-03-02 Kevin Buettner <kevinb@redhat.com>
1702
82a2886f 1703 * sparc-nat.c (sparc-nat.c): Don't include self.
92c71a3e 1704
e2a4c6c1
C
17052001-03-01 J.T. Conklin <jtc@redback.com>
1706
3a644c8d
C
1707 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
1708 if __CYGWIN32__ is set from here.
1709 * config/i386/xm-cygwin.h: To here.
1710 * config/powerpc/xm-cygwin.h: To here.
1711
e2a4c6c1
C
1712 * i386-stub.c (handle_exception): Use 'T' response packet.
1713
4b33390a
MS
17142001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1715
1716 * m32r-tdep.c: Fix cut and paste error in comment.
1717
17182001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1719
1720 * symtab.c (print_msymbol_info): Print addresses by portable method
1721 longest_local_hex_string_custom. Allow for 64-bit addresses.
1722
ba41d549
C
17232001-03-01 J.T. Conklin <jtc@redback.com>
1724
1725 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
1726 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
1727 (MIN_OF_TYPE): Likewise.
1728
1729 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
1730
088d891f
AC
17312001-03-01 Andrew Cagney <ac131313@redhat.com>
1732
1733 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
1734 * os9kread.c (os9k_process_one_symbol): Add assert to detect
1735 ``loses if sizeof (char *) > sizeof (int)''.
1736
38266776
AC
17372001-03-01 Andrew Cagney <ac131313@redhat.com>
1738
1739 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
1740
2ad43c4f
AC
17412001-03-01 Andrew Cagney <ac131313@redhat.com>
1742
1743 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
1744 lists.
1745 (mi-main.o): Ditto.
1746
367e21d8
AC
17472001-03-01 Andrew Cagney <ac131313@redhat.com>
1748
1749 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
1750 dependency lists.
1751
d85310f7
MS
17522001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1753
c0d8fd9a
MS
1754 * printcmd.c (print_address_numeric): Update comments to refer
1755 to sizeof addr, not sizeof pointer.
1756 (x_command): Remove needless whitespace (shorten long line).
1757
d85310f7
MS
1758 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
1759 (read_memory_nobpt): Ditto.
1760 (ep_is_catchpoint): Ditto.
1761 (ep_is_shlib_catchpoint): Ditto.
1762 (ep_is_exception_catchpoint): Ditto.
1763 (describe_other_breakpoints): Ditto.
1764
97900206
AC
1765Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
1766
1767 * regcache.h (register_valid): Fix comment documenting valid
1768 states.
1769
4e052eda
AC
1770Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
1771
1772 From Steven Johnson:
1773 * regcache.h: New file.
1774
1775 * value.h (read_register_bytes, read_register_gen)
1776 (write_register_gen, write_register_bytes)
1777 (read_register, read_register_pid)
1778 (read_signed_register, read_signed_register_pid)
1779 (write_register, write_register_pid)
1780 (register_cached, set_register_cached)
1781 (register_changed, register_buffer)
1782 (registers_changed, supply_register): Move declaration from here.
1783 * regcache.h: To here.
1784 * gdbcore.h (registers_fetched): Ditto.
1785 * inferior.h (registers, registers_valid): Ditto.
1786
1787 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
1788 generic_target_write_pc, write_pc_pid, write_pc,
1789 generic_target_read_sp, read_sp, generic_target_write_sp,
1790 write_sp, generic_target_read_fp, read_fp,
1791 generic_target_write_fp, write_fp): Add note that these functions
1792 will be moved from this file.
1793
1794 * a29k-tdep.c: Include "regcache.h".
1795 * a68v-nat.c: Ditto.
1796 * abug-rom.c: Ditto.
1797 * alpha-nat.c: Ditto.
1798 * alpha-tdep.c: Ditto.
1799 * alphabsd-nat.c: Ditto.
1800 * arc-tdep.c: Ditto.
1801 * arm-linux-nat.c: Ditto.
1802 * arm-linux-tdep.c: Ditto.
1803 * arm-tdep.c: Ditto.
1804 * blockframe.c: Ditto.
1805 * core-aout.c: Ditto.
1806 * core-sol2.c: Ditto.
1807 * corelow.c: Ditto.
1808 * cpu32bug-rom.c: Ditto.
1809 * cxux-nat.c: Ditto.
1810 * d10v-tdep.c: Ditto.
1811 * d30v-tdep.c: Ditto.
1812 * dbug-rom.c: Ditto.
1813 * dink32-rom.c: Ditto.
1814 * dve3900-rom.c: Ditto.
1815 * findvar.c: Ditto.
1816 * fr30-tdep.c: Ditto.
1817 * frame.c: Ditto.
1818 * go32-nat.c: Ditto.
1819 * h8300-tdep.c: Ditto.
1820 * h8500-tdep.c: Ditto.
1821 * hp300ux-nat.c: Ditto.
1822 * hppa-tdep.c: Ditto.
1823 * hppab-nat.c: Ditto.
1824 * hppah-nat.c: Ditto.
1825 * hppam3-nat.c: Ditto.
1826 * hpux-thread.c: Ditto.
1827 * i386-linux-nat.c: Ditto.
1828 * i386-linux-tdep.c: Ditto.
1829 * i386-tdep.c: Ditto.
1830 * i386aix-nat.c: Ditto.
1831 * i386b-nat.c: Ditto.
1832 * i386bsd-nat.c: Ditto.
1833 * i386gnu-nat.c: Ditto.
1834 * i386ly-tdep.c: Ditto.
1835 * i386m3-nat.c: Ditto.
1836 * i386mach-nat.c: Ditto.
1837 * i386nbsd-nat.c: Ditto.
1838 * i386v4-nat.c: Ditto.
1839 * i387-nat.c: Ditto.
1840 * i387-tdep.c: Ditto.
1841 * i960-tdep.c: Ditto.
1842 * ia64-aix-nat.c: Ditto.
1843 * ia64-linux-nat.c: Ditto.
1844 * ia64-tdep.c: Ditto.
1845 * infptrace.c: Ditto.
1846 * infrun.c: Ditto.
1847 * irix4-nat.c: Ditto.
1848 * irix5-nat.c: Ditto.
1849 * lin-lwp.c: Ditto.
1850 * lin-thread.c: Ditto.
1851 * lynx-nat.c: Ditto.
1852 * m3-nat.c: Ditto.
1853 * m32r-rom.c: Ditto.
1854 * m32r-tdep.c: Ditto.
1855 * m68hc11-tdep.c: Ditto.
1856 * m68k-tdep.c: Ditto.
1857 * m68klinux-nat.c: Ditto.
1858 * m68knbsd-nat.c: Ditto.
1859 * m68knbsd-tdep.c: Ditto.
1860 * m88k-nat.c: Ditto.
1861 * m88k-tdep.c: Ditto.
1862 * mac-nat.c: Ditto.
1863 * mcore-rom.c: Ditto.
1864 * mcore-tdep.c: Ditto.
1865 * mi/mi-main.c: Ditto.
1866 * mips-nat.c: Ditto.
1867 * mips-tdep.c: Ditto.
1868 * mipsm3-nat.c: Ditto.
1869 * mipsv4-nat.c: Ditto.
1870 * mn10200-tdep.c: Ditto.
1871 * mn10300-tdep.c: Ditto.
1872 * monitor.c: Ditto.
1873 * ns32km3-nat.c: Ditto.
1874 * ns32knbsd-nat.c: Ditto.
1875 * ocd.c: Ditto.
1876 * pa64solib.c: Ditto.
1877 * ppc-bdm.c: Ditto.
1878 * ppc-linux-nat.c: Ditto.
1879 * ppc-linux-tdep.c: Ditto.
1880 * ppcbug-rom.c: Ditto.
1881 * ppcnbsd-nat.c: Ditto.
1882 * ptx4-nat.c: Ditto.
1883 * regcache.c: Ditto.
1884 * remote-adapt.c: Ditto.
1885 * remote-array.c: Ditto.
1886 * remote-bug.c: Ditto.
1887 * remote-e7000.c: Ditto.
1888 * remote-eb.c: Ditto.
1889 * remote-es.c: Ditto.
1890 * remote-est.c: Ditto.
1891 * remote-hms.c: Ditto.
1892 * remote-mips.c: Ditto.
1893 * remote-mm.c: Ditto.
1894 * remote-nindy.c: Ditto.
1895 * remote-os9k.c: Ditto.
1896 * remote-rdi.c: Ditto.
1897 * remote-rdp.c: Ditto.
1898 * remote-sds.c: Ditto.
1899 * remote-sim.c: Ditto.
1900 * remote-st.c: Ditto.
1901 * remote-udi.c: Ditto.
1902 * remote-utils.c: Ditto.
1903 * remote-vx.c: Ditto.
1904 * remote-vx29k.c: Ditto.
1905 * remote-vx68.c: Ditto.
1906 * remote-vx960.c: Ditto.
1907 * remote-vxmips.c: Ditto.
1908 * remote-vxsparc.c: Ditto.
1909 * remote.c: Ditto.
1910 * rom68k-rom.c: Ditto.
1911 * rs6000-nat.c: Ditto.
1912 * rs6000-tdep.c: Ditto.
1913 * sh-tdep.c: Ditto.
1914 * sh3-rom.c: Ditto.
1915 * sol-thread.c: Ditto.
1916 * solib-svr4.c: Ditto.
1917 * somsolib.c: Ditto.
1918 * sparc-nat.c: Ditto.
1919 * sparc-tdep.c: Ditto.
1920 * sparcl-tdep.c: Ditto.
1921 * sparclet-rom.c: Ditto.
1922 * sun3-nat.c: Ditto.
1923 * sun386-nat.c: Ditto.
1924 * symm-nat.c: Ditto.
1925 * target.c: Ditto.
1926 * thread-db.c: Ditto.
1927 * thread.c: Ditto.
1928 * tic80-tdep.c: Ditto.
1929 * tracepoint.c: Ditto.
1930 * ultra3-nat.c: Ditto.
1931 * umax-xdep.c: Ditto.
1932 * uw-thread.c: Ditto.
1933 * v850-tdep.c: Ditto.
1934 * v850ice.c: Ditto.
1935 * valops.c: Ditto.
1936 * w65-tdep.c: Ditto.
1937 * w89k-rom.c: Ditto.
1938 * win32-nat.c: Ditto.
1939 * wince.c: Ditto.
1940 * z8k-tdep.c: Ditto.
1941
07d48ebc
MH
19422001-02-28 Matt Hiller <hiller@redhat.com>
1943
1944 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
1945
2edb46b1
MH
19462001-02-27 Matt Hiller <hiller@redhat.com>
1947
1948 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
1949 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
1950 mn10300_stab_reg_to_regnum.
1951
993f3aa5
DT
1952Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
1953
1954 * symtab.c (search_symbols): Fix off by one error in test for
1955 error.
1956
86168def
AC
19572001-02-23 Andrew Cagney <ac131313@redhat.com>
1958
1959 * config/sparc/sp64linux.mt: New file.
1960 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
1961 * configure.host: Recognize sparc64-*-linux* as a linux host.
1962
1963 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
1964 * config/sparc/tm-sp64linux.h: New file.
1965
e1e9e218
KB
19662001-02-24 Kevin Buettner <kevinb@redhat.com>
1967
1968 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
1969 with call to internal_error().
1970 * dbxread.c (process_one_symbol): Likewise.
1971 * exec.c (build_section_table, xfer_memory): Likewise.
1972 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
1973 Likewise.
1974 * hpread.c (hpread_type_translate, hpread_read_array_type)
1975 (hpread_type_lookup): Likewise.
1976 * i386-tdep.c (gdb_print_insn_i386): Likewise.
1977 * i960-tdep.c (mem): Likewise
1978 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
1979 * infptrace.c (child_resume): Likewise.
1980 * infttrace.c (_initialize_infttrace): Likewise.
1981 * language.c (binop_result_type, add_language): Likewise.
1982 * lynx-nat.c (store_inferior_registers): Likewise.
1983 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
1984 * mdebugread.c (parse_partial_symbols): Likewise.
1985 * monitor.c (monitor_printf_noecho, monitor_printf)
1986 (monitor_dump_regs): Likewise.
1987 * ocd.c (stu_put_packet): Likewise.
1988 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
1989 * remote-bug.c (bug_open): Likewise.
1990 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
1991 * remote-es.c (es1800_read_bytes): Likewise.
1992 * remote-mips.c (common_breakpoint): Likewise.
1993 * remote-rdp.c (send_rdp): Likewise.
1994 * remote-sds.c (putmessage): Likewise.
1995 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
1996 Likewise.
1997 * sparcl-tdep.c (sparclite_download): Likewise.
1998 * symtab.c (lookup_partial_symbol): Likewise.
1999 * target.c (push_target, pop_target, initialize_targets): Likewise.
2000 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
2001 Likewise.
2002 * valprint.c (print_decimal, print_longest, print_longest)
2003 (strcat_longest): Likewise.
2004 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
2005 * xmodem.c (xmodem_send_packet): Likewise.
2006 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
2007 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
2008 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
2009 (STORE_RETURN_VALUE): Likewise.
2010 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
2011 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
2012 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
2013 Likewise.
2014
17fceda3
AC
20152001-02-23 Andrew Cagney <ac131313@redhat.com>
2016
2126d5fb
AC
2017 * CONTRIBUTE: Document how to cite a problem report.
2018 * TODO: Note need to replace CONTRIBUTE with generated file.
2019
17fceda3
AC
2020 * CONTRIBUTE: Mention that patches do not need to include the
2021 generated files gdbarch.h and gdbarch.c.
2022
60edd51d
AC
20232001-02-21 Andrew Cagney <ac131313@redhat.com>
2024
2025 * value.h (get_saved_register): Move from here.
2026 * frame.h: To here.
2027
d7fa2ae2
KB
20282001-02-21 Kevin Buettner <kevinb@redhat.com>
2029
2030 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
2031 (in_solib_dynsym_resolve_code): Add declaration.
2032 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
2033 in_solib_dynsym_resolve_code() rather than
2034 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
2035 which caused this macro to only be defined when
2036 SVR4_SHARED_LIBS is defined.
2037 * solib.c (in_solib_dynsym_resolve_code): New function.
2038 * solist.h (struct target_so_ops): Add new member
2039 in_dynsym_resolve_code.
2040 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
2041 in_svr4_dynsym_resolve_code. Also, made static.
2042 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
2043 member in aix5_so_ops.
2044 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
2045 in_svr4_dynsym_resolve_code. Also, added second version
2046 of this function which will be used when SVR4_SHARED_LIBS
2047 is not defined.
2048 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
2049 member in svr4_so_ops.
2050
2051 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
2052 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
2053 config/ia64/xm-aix.h: New files.
2054 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
2055 (ia64_aix_sigcontext_register_address): New declaration.
aacc1edd 2056 (ia64_gdbarch_init): Provide for initialization of
d7fa2ae2
KB
2057 sigcontext_register_address member of struct tdep when
2058 on target is detected to be running AIX.
2059 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
2060 this list.
2061
fbad0893
KB
20622001-02-20 Kevin Buettner <kevinb@redhat.com>
2063
2064 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
2065 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
2066 for thread support instead of linux-thread.o and lin-thread.o.
2067 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
2068 ATTACH_LWP): Define to use the following lin-lwp.c functions...
2069 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
2070 lin_lwp_attach_lwp): Declare.
2071
1adad886
AC
20722001-02-20 Andrew Cagney <ac131313@redhat.com>
2073
2074 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
2075 formatting.
2076
0579d647
KB
20772001-02-20 Kevin Buettner <kevinb@redhat.com>
2078
2079 * solib-aix5.c (solib-svr4.h): Remove include.
2080 (solib_break_names): Delete names which aren't actually
2081 used by AIX5.
2082 (bkpt_names): Remove.
2083 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
2084 to STREQ() with equivalent calls to strcmp().
2085 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
2086 aix5_solib_create_inferior_hook): Revise comments.
2087 (enable_break): Remove old ``bkpt_names'' code.
2088
d65fe839
AC
20892001-02-19 Andrew Cagney <ac131313@redhat.com>
2090
2091 * Makefile.in (SFILES): Add frame.c .
2092 (COMMON_OBS): Add frame.o .
2093 (frame.o): New target.
2094
2095 * frame.c (find_saved_register):
2096 (default_get_saved_register):
2097 (get_saved_register):
2098 (read_relative_register_raw_bytes_for_frame):
2099 (read_relative_register_raw_bytes): Moved to here.
2100 * regcache.c: From here.
2101
60cf7a85
KB
21022001-02-20 Kevin Buettner <kevinb@redhat.com>
2103
2104 * solib-aix5.c: New file.
2105
291b7e04
MH
21062001-02-20 Martin M. Hunt <hunt@redhat.com>
2107
a43ad351
MH
2108 * solib.c (info_sharedlibrary_command): Don't assume pointers
2109 are the same size of long, call longest_local_hex_string_custom().
2110
58bc91c9
MH
2111 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
2112 extract_signed_integer() should be called instead of
2113 extract_address().
2114
21152001-02-20 Martin M. Hunt <hunt@redhat.com>
2116
291b7e04
MH
2117 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
2118
d02ee681
AC
21192001-02-19 Andrew Cagney <ac131313@redhat.com>
2120
2121 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
2122 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
2123 then floating point registers are 8 bytes.
2124
a858089e
MS
21252001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2126
2127 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
2128 accomodate 64-bit addresses.
2129
23cc649f
EZ
21302001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2131
2132 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
2133 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
2134 lookup_symbol, when trying to find a symbol with a mangled name,
2135 to avoid infinite recursion.
2136
0db23c95
AC
21372001-02-18 Andrew Cagney <ac131313@redhat.com>
2138
2139 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
2140
911413e6
JL
21412001-02-19 Jonathan Larmour <jlarmour@redhat.com>
2142
2143 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
2144 (save_prologue_cache): Ditto.
2145
8d1de4b7
EZ
21462001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2147
2148 From: innadadadavida@yahoo.com:
2149 * partial-stab.h (switch): Check that pst is not null
2150 before dereferencing it.
2151
3017564a
EZ
21522001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2153
2154 From Andrew Cagney <cagney@b1.cygnus.com>:
2155 * symfile.c (add_symbol_file_command): Always initialize
2156 my_cleanup using a NULL cleanup.
2157
fa58ee11
EZ
21582001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
2159
2160 * demangle.c (demangling_style_names): New variable.
2161 (_initialize_demangler): Fill demangling_style_names with the
2162 names of known demangling styles from libiberty_demanglers[]. Use
2163 add_set_enum_cmd instead of add_set_cmd, to get completion on
2164 demangling style names.
2165
2166 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
2167 file-name completion.
2168
2169 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
2170
2171 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
2172 `solib-absolute-prefix'.
2173
2174 * tracepoint.c (_initialize_tracepoint): Ditto for
2175 `save-tracepoints'.
2176
2177 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
2178
2179 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
2180 file-name completion.
2181
2182 * infcmd.c (_initialize_infcmd): Make the following commands use
2183 the file-name completer: `tty', `args', `path', `paths', and
2184 `run'.
2185
7830cf6f
EZ
21862001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
2187
89dea5aa
EZ
2188 * go32-nat.c: Include i387-nat.h.
2189 (fetch_register): New function, uses some of the guts of
2190 go32_fetch_registers and calls i387_supply_register.
2191 (go32_fetch_registers): Most of the code moved into
2192 fetch_register. Use i387_supply_fsave.
2193 (store_register): Use i387_fill_fsave instead of custom code.
2194 (go32_store_registers): Use i387_fill_fsave.
2195
2196 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
2197
2198 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
2199
7830cf6f
EZ
2200 * completer.c (gdb_completer_file_name_break_characters): Remove
2201 slash from file-name break characters.
2202 [__MSDOS__]: Special definition for DOS/Windows file names.
2203 (line_completion_function): When completing on file names, bump
2204 `p' to the first file-name constituent character of `word', before
2205 invoking the completer.
2206
f31e928c
MK
22072001-02-17 Mark Kettenis <kettenis@gnu.org>
2208
2209 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
2210 consistently for parameter names. Fix comments accordingly.
2211 (i387_supply_register): New function.
2212 (i387_supply_fsave): Implement using i387_supply_register.
2213 * i387-nat.h: Use regnum instead of regno consistently for
2214 parameter names. Fix comments accordingly.
2215 (i387_supply_register): New prototype.
2216
d696208f
MS
22172001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2218
2219 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
2220 instead of TARGET_PTR_BIT (to support Harvard architectures).
2221
971429b4
AC
22222001-02-16 Andrew Cagney <ac131313@redhat.com>
2223
2224 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
2225 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
2226 argument to parameter list and to call in order to conform to
2227 to_xfer_memory field of struct target_ops.
2228
9ca0e47c
MC
22292001-02-12 Michael Chastain <chastain@redhat.com>
2230
da7dd56f 2231 * somsolib.c (som_solib_add_solib_objfile): Do not use
9ca0e47c
MC
2232 section relocation feature of syms_from_objfile. Do my own
2233 section relocation, offsetting each section of the som by
2234 either text_addr - text_link_addr or data_start.
2235
7d65bd2d
AC
22362001-02-16 Andrew Cagney <ac131313@redhat.com>
2237
2238 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
2239
e33e9692
AC
22402001-02-16 Andrew Cagney <ac131313@redhat.com>
2241
2242 * MAINTAINERS (paper trail): Update.
2243
17dee195
MK
22442001-02-16 Mark Kettenis <kettenis@gnu.org>
2245
2246 * target.h (target_fetch_registers): Fix comment.
2247
0f6e1ba6
AC
22482001-02-15 Andrew Cagney <ac131313@redhat.com>
2249
2250 * f-exp.y: Include <ctype.h>.
2251 (parse_number): Ensure that ``i'' is always initialized.
2252
9a069618
JK
22532001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
2254
2255 * MAINTAINERS: Add myself to paper trail section.
2256
fc24370e
MS
22572001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2258
2259 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
2260 * configure, config.in: Regenerate.
2261 * corelow.c: Include <sys/file.h> if present.
2262
4b69c284
AC
22632001-02-14 Andrew Cagney <ac131313@redhat.com>
2264
2265 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
2266 declare when have SIGTTOU.
2267
7904f322
EZ
22682001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
2269
2270 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
2271
9e798668
JK
22722001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
2273
2274 * MAINTAINERS: Update my email address.
2275
65d5a54a
EZ
22762001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
2277
2278 * NEWS: Document that "info symbol" works with COFF debug info and
2279 its variants.
2280
2281 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
2282 symbols whose SYMBOL_BFD_SECTION is NULL.
2283
0cff82d9 22842001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
a8079a9b
PS
2285
2286 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
2287 * xcoffsolib.c (xcoff_solib_address): Renamed from
2288 pc_load_segment_name. Return NULL if address is not in a shared
2289 library. Cleanup shared library name construction, using xasprintf.
2290 Format shared library member names consistent with format in exec.c.
2291 (solib_info): Format shared library member names consistent with
2292 format in exec.c.
2293 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
2294 using xcoff_solib_address for PC_SOLIB definition.
2295 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
2296 needed.
2297
0cff82d9 22982001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4b2e4867
PS
2299
2300 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
2301 with xmalloc calls and cleanups.
2302
0cff82d9 23032001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
d737ece6
PS
2304
2305 * rs6000-nat.c (child_xfer_memory): Add missing parameter
2306 'struct mem_attrib *' required by 2001-01-23 change.
2307
c5bb1243
JK
23082001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
2309
2310 Updates to "make TAGS":
2311 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
2312 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
2313 tahoe-tdep.c.
2314 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
2315
c799ae7b
EZ
23162001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
2317
2318 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
2319
12685e01
AC
2320Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
2321
2322 From Dean Luick <luick@cray.com>:
2323 * defs.h (continuation): Remove unused global variable.
2324
7fcca85b
AC
2325Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
2326
2327 * configure.tgt: Remove references to convex, pyramid, altos and
2328 tahoe.
2329 * configure.host: Ditto.
2330 * MAINTAINERS: Ditto.
2331 * NEWS: Update.
2332
2333 * tahoe-tdep.c: Delete obsolete file.
2334 * pyr-xdep.c: Ditto.
2335 * pyr-tdep.c: Ditto.
2336 * convex-tdep.c: Ditto.
2337 * convex-xdep.c: Ditto.
2338 * config/tahoe/xm-tahoe.h: Ditto.
2339 * config/tahoe/tm-tahoe.h: Ditto.
2340 * config/tahoe/tahoe.mt: Ditto.
2341 * config/tahoe/tahoe.mh: Ditto.
2342 * config/pyr/xm-pyr.h: Ditto.
2343 * config/pyr/tm-pyr.h: Ditto.
2344 * config/pyr/pyramid.mt: Ditto.
2345 * config/pyr/pyramid.mh: Ditto.
2346 * config/m68k/xm-altos.h: Ditto.
2347 * config/m68k/tm-altos.h: Ditto.
2348 * config/m68k/altos.mt: Ditto.
2349 * config/m68k/altos.mh: Ditto.
2350 * config/convex/xm-convex.h: Ditto.
2351 * config/convex/tm-convex.h: Ditto.
2352 * config/convex/convex.mt: Ditto.
2353 * config/convex/convex.mh: Ditto.
2354 * config/convex/Convex.notes: Ditto.
2355 * config/arm/xm-arm.h: Ditto.
2356 * config/arm/nm-arm.h: Ditto.
2357 * config/arm/arm.mt: Ditto.
2358 * config/arm/arm.mh: Ditto.
2359 * arm-convert.s: Ditto.
2360 * arm-xdep.c: Ditto.
2361 * altos-xdep.c: Ditto.
2362
8e65ff28
AC
2363Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
2364
2365 * defs.h (internal_error, internal_verror): Add __FILE__ and
2366 __LINE__ parameter.
2367 * utils.c (internal_error, internal_verror): Update.
2368
2369 * v850-tdep.c: Update calls to internal_error.
2370 * utils.c: Ditto.
2371 * ui-out.c: Ditto.
2372 * ui-file.c: Ditto.
2373 * target.h: Ditto.
2374 * symtab.h: Ditto.
2375 * symm-nat.c: Ditto.
2376 * sparc-tdep.c: Ditto.
2377 * source.c: Ditto.
2378 * serial.c: Ditto.
2379 * rs6000-tdep.c: Ditto.
2380 * rs6000-nat.c: Ditto.
2381 * remote.c: Ditto.
2382 * remote-vx.c: Ditto.
2383 * remote-sim.c: Ditto.
2384 * remote-mips.c: Ditto.
2385 * regcache.c: Ditto.
2386 * objfiles.h: Ditto.
2387 * objfiles.c: Ditto.
2388 * mn10300-tdep.c: Ditto.
2389 * mips-tdep.c: Ditto.
2390 * maint.c: Ditto.
2391 * m68k-tdep.c: Ditto.
2392 * m3-nat.c: Ditto.
2393 * language.c: Ditto.
2394 * infptrace.c: Ditto.
2395 * inferior.h: Ditto.
2396 * infcmd.c: Ditto.
2397 * ia64-tdep.c: Ditto.
2398 * i386-tdep.c: Ditto.
2399 * i386-linux-nat.c: Ditto.
2400 * hppah-nat.c: Ditto.
2401 * go32-nat.c: Ditto.
2402 * findvar.c: Ditto.
2403 * f-lang.c: Ditto.
2404 * elfread.c: Ditto.
2405 * event-loop.c: Ditto.
2406 * dwarf2read.c: Ditto.
2407 * dsrec.c: Ditto.
2408 * d30v-tdep.c: Ditto.
2409 * d10v-tdep.c: Ditto.
2410 * cli/cli-setshow.c: Ditto.
2411 * cli/cli-script.c: Ditto.
2412 * ch-exp.c: Ditto.
2413 * breakpoint.c: Ditto.
2414 * ax-gdb.c: Ditto.
2415 * arch-utils.c: Ditto.
2416 * a29k-tdep.c: Ditto.
2417 * gdb_assert.h: Ditto.
2418 * gdbarch.sh: Ditto.
2419 * gdbarch.h, gdbarch.c: Re-generate.
2420
72290732
AC
24212001-02-07 Andrew Cagney <ac131313@redhat.com>
2422
2423 From Mark Kettenis <kettenis@gnu.org>:
2424 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
2425
a6da1910
AC
24262001-02-07 Andrew Cagney <ac131313@redhat.com>
2427
2428 * remote-sim.c (dump_mem): Cleanup printf format argument.
2429 * MAINTAINERS: Update, mn10300-elf now builds.
2430
153f9905
MK
24312001-02-07 Mark Kettenis <kettenis@gnu.org>
2432
2433 * event-top.c: Remove duplicate #include <signal.h>.
2434
f042532c
AC
24352001-02-06 Andrew Cagney <ac131313@redhat.com>
2436
2437 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
2438 allocated buffer.
2439 (save_inferior_pid): Restore the PID from that tempoary
2440 buffer. Delete the buffer.
2441 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
2442
58cfabe6
AC
24432001-02-06 Andrew Cagney <ac131313@redhat.com>
2444
2445 * MAINTAINERS: Add ``The Obvious Fix Rule''.
2446
ea8a41b8
AC
24472001-02-06 Andrew Cagney <ac131313@redhat.com>
2448
2449 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
2450
95160752
AC
24512001-02-06 Andrew Cagney <ac131313@cygnus.com>
2452
2453 * gdbarch.sh: Include "gdb_assert.h".
2454 (struct gdbarch): Change ``nr_data'' to unsigned.
2455 (alloc_gdbarch_data, free_gdbarch_data): New functions.
2456 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
2457 architecture vector.
2458 (struct gdbarch_data, struct gdbarch_data_registration): Move init
2459 method to gdbarch_data. Add free method, make index unsigned.
2460 (struct gdbarch_data_registry): Make nr unsigned.
2461 (register_gdbarch_data): Add free parameter. Store in
2462 gdbarch_data.
2463 (init_gdbarch_data): Use set_gdbarch_data.
2464 (set_gdbarch_data): New function.
2465
2466 * gdbarch.h, gdbarch.c: Re-generate.
2467
64122a8b
MS
24682001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2469
2470 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
2471 fprintf_filtered with correct arguments.
2472
e6cbd02a
MS
24732001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
2474 Submitted by Paul Hilfinger (hilfingr@gnat.com)
2475 and Andrei Petrov (and@genesyslab.com).
2476 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
2477 must be allocated dynamically, since these are no longer constants.
2478 * infcmd.c: Ditto.
2479 * regcache.c: Ditto.
2480 * remote.c: Ditto.
2481 * sol-thread.c: Ditto.
2482 * valops.c: Ditto.
2483 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
2484 work-around for a missing Sun header file in solaris for sparc64.
2485
713f0374
PB
24862001-02-04 Philip Blundell <philb@gnu.org>
2487
2488 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
2489 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
2490 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
2491 GET_THREAD_SIGNALS): Define.
2492 * arm-linux-nat.c (fill_gregset): Correct type of argument.
2493 (supply_gregset): Likewise.
2494 (fill_fpregset): Likewise.
2495 (supply_fpregset): Likewise.
2496
4603e466
DT
2497Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
2498
2499 * valops.c (value_cast): If casting a scalar to a pointer, do not
2500 issue a message about truncation unless it exceeds the length of
2501 an address, not the length of a pointer. This is because what the
2502 user gives us is an address, not a pointer, and we will ultimately
2503 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
2504 to a pointer. This allows things like "print *(int *)0x01000234"
2505 to work without generating a misleading message on a target having
2506 two byte pointers and four byte addresses.
2507
554cb486
CF
25082001-02-05 Christopher Faylor <cgf@cygnus.com>
2509
2510 * win32-nat.c: Change PTR to void * throughout.
2511
042be3a9
C
25122001-02-05 J.T. Conklin <jtc@redback.com>
2513
2514 * signals.h: Removed.
2515 * event-top.c (#include <signal.h>): Changed from signals.h.
2516 * inflow.c: Likewise.
2517 * mac-xdep.c: Likewise.
2518 * ser-pipe.c: Likewise.
2519 * ser-tcp.c: Likewise.
2520 * standalone.c: Likewise.
2521 * top.c: Likewise.
2522 * utils.c: Likewise.
2523 * Makefile.in: Removed signals.h from dependencies.
2524
a4acd088
CF
25252001-02-05 Christopher Faylor <cgf@cygnus.com>
2526
2527 Change suggested by Dean Luick <luick@cray.com>
2528 * inferior.h (step_over_calls_kind): Remove trailing comma from
2529 last enum element.
2530 (step_over_calls): Declare as extern rather than global.
2531
3116c80a
EZ
25322001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2533
2534 * sh-tdep.c: Update copyright.
2535 (sh_extract_return_value): Rewrite.
2536 (sh3e_sh4_extract_return_value): New function.
2537 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
2538 version of the function for sh3e and sh4 CPUs.
2539
240be855
MC
25402001-02-05 Michael Chastain <chastain@redhat.com>
2541
2542 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
2543 to conform with interface change.
2544
a17b5c4e
EZ
25452001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
2546
32fe0950
EZ
2547 * config/djgpp/fnchange.lst: Tweak to make consistent with the
2548 new files.
2549
619cbaf7
EZ
2550 * config/djgpp/djconfig.sh: Use explicit absolute file name when
2551 invoking `find'.
2552
cd42d3a8
EZ
2553 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
2554 UART_FIFO_WORKS is defined. Otherwise use outportb.
2555 From Francisco Pastor <fpastor.etra-id@etra.es>
2556
a17b5c4e
EZ
2557 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
2558 with target.h's `to_xfer_memory' member.
2559
86ddecc5
C
25602001-02-02 J.T. Conklin <jtc@redback.com>
2561
2562 * ppc-bdm.c (#include <signal.h>): Removed.
2563 * remote-array.c: Likewise.
2564 * remote-bug.c: Likewise.
2565 * remote-e7000.c: Likewise.
2566 * remote-mips.c: Likewise.
2567 * remote-os9k.c: Likewise.
2568 * remote-st.c: Likewise.
2569 * remote-udi.c: Likewise.
2570 * remote-vx29k.c: Likewise.
2571 * remote-vx68.c: Likewise.
2572 * remote-vx960.c: Likewise.
2573 * remote-vxmips.c: Likewise.
2574 * remote-vxsparc.c: Likewise.
2575
338d7c5c
JM
25762001-02-02 John Moore <jmoore@redhat.com>
2577
2578 * remote-utils.h (sr_set_device): Changed free() to xfree() where
2579 appropriate. Also changed Copyright to include 2001.
2580 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
2581 * value.h (value_free): Likewise.
2582 * gdbarch.sh (gdbarch_free): Likewise.
2583 * gdbarch.c, gdbarch.h: Regenerated.
2584
2b5436af
JM
25852001-02-02 John Moore <jmoore@redhat.com>
2586
2587 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
338d7c5c 2588 xfree(). Also changed Copyright to include 2001.
2b5436af 2589
82467003
C
25902001-02-02 J.T. Conklin <jtc@redback.com>
2591
2592 * monitor.c (#include "gdb_wait.h"): Removed.
2593 * ocd.c: Likewise.
2594 * ppc-bdm.c: Likewise.
2595 * remote-adapt.c: Likewise.
2596 * remote-array.c: Likewise.
2597 * remote-bug.c: Likewise.
2598 * remote-e7000.c: Likewise.
2599 * remote-eb.c: Likewise.
2600 * remote-es.c: Likewise.
2601 * remote-mips.c: Likewise.
2602 * remote-mm.c: Likewise.
2603 * remote-nindy.c: Likewise.
2604 * remote-os9k.c: Likewise.
2605 * remote-rdi.c: Likewise.
2606 * remote-rdp.c: Likewise.
2607 * remote-sds.c: Likewise.
2608 * remote-sim.c: Likewise.
2609 * remote-st.c: Likewise.
2610 * remote-udi.c: Likewise.
2611 * remote-vx.c: Likewise.
2612 * remote-vx29k.c: Likewise.
2613 * remote-vx68.c: Likewise.
2614 * remote-vx960.c: Likewise.
2615 * remote-vxmips.c: Likewise.
2616 * remote-vxsparc.c: Likewise.
2617 * remote.c: Likewise.
2618 * ser-pipe.c: Likewise.
2619 * ser-unix.c: Likewise.
2620 * Makefile.in: Updated dependencies.
2621
27b82ed2
DS
26222001-01-31 David Smith <dsmith@redhat.com>
2623
2624 * event-loop.c: Change inclusion of string.h to gdb_string.h and
2625 updated the copyright notice.
2626 * ser-pipe.c: Ditto.
2627 * mi/mi-cmds.c: Ditto.
2628 * mi/mi-console.c: Ditto.
2629 * mi/mi-getopt.c: Ditto.
2630 * mi/mi-parse.c: Ditto.
2631
ab9cc815
DS
26322001-01-31 David Smith <dsmith@redhat.com>
2633
2634 * MAINTAINERS: Add David Smith to Write After Approval list.
2635
d1f4cff8
AC
2636Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
2637
2638 * cli/cli-utils.c (putchar_filtered): Move function from here.
2639 * utils.c (putchar_filtered): To here.
2640 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
2641 * defs.h (putchar_filtered): To here.
2642
74c1b268
AC
2643Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
2644
2645 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
2646 AC_FUNC_VFORK macro.
2647 * config.in, configure: Re-generate.
2648
2649 * gdb_vfork.h: New file.
2650 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
2651 * fork-child.c (fork_inferior): Ditto.
2652
4fcf66da
AC
2653Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
2654
2655 * defs.h (strsave): Delete declaration.
2656 * utils.c (strsave): Delete definition.
2657 * TODO (strsave): Update
2658
2659 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
2660 * sparcl-tdep.c (sparclite_open): Ditto.
2661 * mips-tdep.c (mips_set_processor_type_command): Ditto.
2662 (_initialize_mips_tdep): Ditto.
2663 * solib.c (solib_open): Ditto.
2664 * symfile.c (add_filename_language): Ditto.
2665 (set_ext_lang_command): Ditto.
2666 * source.c (init_source_path): Ditto.
2667 (mod_path): Ditto.
2668 * sh3-rom.c (sh3_open): Ditto.
2669 (sh3e_open): Ditto.
2670 * serial.c (serial_open): Ditto.
2671 * remote-mips.c (common_open): Ditto.
2672 * monitor.c (monitor_open): Ditto.
2673 * m32r-rom.c (m32r_upload_command): Ditto.
2674 * infcmd.c (path_command): Ditto.
2675 * f-exp.y (parse_number): Ditto.
2676 * breakpoint.c (create_longjmp_breakpoint): Ditto.
2677 (create_thread_event_breakpoint): Ditto.
2678 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
2679 (_initialize_arc_tdep): Ditto.
2680
e191e0ab
AC
2681Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
2682
2683 * cli/cli-script.c (define_command): Check for a bad hook value in
2684 switch statement.
2685
10214f55
C
26862001-01-30 J.T. Conklin <jtc@redback.com>
2687
2688 * configure/sh/embed.mt: New file.
2689 * configure/sh/linux.mt: New file.
2690 * configure/sh/sh.mt: Removed.
2691 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
2692 (sh-*-*): Removed.
2693
c9049fc9
MC
26942001-01-29 Michael Chastain <chastain@redhat.com>
2695
2696 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
2697 symbol comparisons in binary search.
2698
0cff82d9 26992001-01-27 Christopher Faylor <cgf@cygnus.com>
aea02b6b
CF
2700
2701 * win32-nat.c (child_xfer_memory): Add missing argument required by
2702 2001-01-23 change.
2703
e6e0bfab
MK
27042001-01-27 Mark Kettenis <kettenis@gnu.org>
2705
2706 * ui-out.c (do_list_end): New function.
2707 (make_cleanup_ui_out_list_end): New function.
2708 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
2709 * stack.c (print_frame) [UI_OUT]: Call
2710 make_cleanup_ui_out_list_end to make sure we mark the end of the
2711 list if we do a non-local exit. At the end of the function,
2712 instead of calling ui_out_list_end directly, let do_cleanups
2713 handle it.
2714
1adeb98a
FN
27152001-01-26 Fernando Nasser <fnasser@redhat.com>
2716
2717 Fix double parsing of filenames passed as command line arguments
2718 to GDB (causes weird handling of escape characters).
2719 Also, remove dependencies on the CLI from libgdb.
2720 * call-cmds.h: Remove declaration of exec_file_command().
2721 * gdbcore.h: Remove declaration of exec_file_command().
2722 Add declarations for exec_open() and exec_file_clear().
2723 * symfile.h: Add declarations for symbol_file_add_main() and
2724 symbol_file_clear().
2725 * exec.c (exec_open): New function. Implements to_open for exec
2726 targets.
2727 (exec_file_clear): New function. Makes GDB forget about a previously
2728 specified executable file.
2729 (exec_file_attach): Move parsing of arguments from here ...
2730 (exec_file_command): ... to here.
2731 (init_exec_ops): Use exec_open(), not exec_file_command() to
2732 implement to_open for exec targets.
2733 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
2734 with default values. Used when the file name has already been parsed.
2735 (symbol_file_clear): New function. Makes GDB forget about previously
2736 read symbols.
2737 (symbol_file_command): Call the above function instead of inline code.
2738 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
2739 "call-cmds.h".
2740 (captured_main): Call exec_file_attach() and symbol_file_add_main()
2741 instead of exec_file_command() and symbol_file_command().
2742 (captured_main): Add comment.
2743 * corefile.c: Include "symfile.h".
2744 (core_file_command): Call symbol_file_add_main() instead of
2745 symbol_file_command().
2746 (reopen_exec_file): Call exec_open() instead of exec_file_command().
2747 * infcmd.c: Include "symfile.h".
2748 (attach_command): Call symbol_file_add_main() instead of
2749 symbol_file_command().
2750 * infrun.c: Remove comment about the inclusion of "symfile.h",
2751 not any longer appropriate.
2752 (follow_exec): Call symbol_file_add_main() instead of
2753 symbol_file_command().
2754 * remote-es.c: Include "symfile.h".
2755 (es1800_load): Call symbol_file_add_main() instead of
2756 symbol_file_command().
2757 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
2758 not any longer appropriate.
2759 (vx-wait): Call symbol_file_add_main() instead of
2760 symbol_file_command().
2761 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
2762 instead of symbol_file_command().
2763 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
2764 symbol_file_add_main() instead of exec_file_command() and
2765 symbol_file_command().
2766 * Makefile.in: Update dependencies.
2767
5b616ba1
JH
27682001-01-26 Jeff Holcomb <jeffh@redhat.com>
2769
2770 * remote-udi.c (udi_open): Change strdup to xstrdup.
2771 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
2772 Update copyright message.
2773 * varobj.c (delete_variable_1): Likewise.
2774
2775 * gdb_string.h: Remove declaration of strdup. Update copyright
2776 message.
2777 * config/xm-mpw.h: Likewise.
2778 * config/i386/xm-i386mach.h: Likewise.
2779 * config/m68k/xm-apollo68b.h: Likewise.
2780 * config/m68k/xm-hp300bsd.h: Likewise.
2781 * config/rs6000/xm-rs6000.h: Likewise.
2782 * config/vax/xm-vaxult.h: Remove declaration of strdup.
2783 * config/vax/xm-vaxult2.h: Likewise.
2784
b91d87cf
JH
27852001-01-26 Jeff Holcomb <jeffh@redhat.com>
2786
2787 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
2788
873406a6
C
27892001-01-25 J.T. Conklin <jtc@redback.com>
2790
2791 * target.c (target_xfer_memory_partial): Return -1 on failure due
2792 to invalid access mode attribute.
2793
0613c401
CF
27942001-01-25 Christopher Faylor <cgf@cygnus.com>
2795
2796 * win32-nat.c (_initialize_core_win32): Prototype correctly.
2797
efd59e3f
MK
27982001-01-25 Mark Kettenis <kettenis@gnu.org>
2799
2800 * config/alpha/tm-fbsd.h: Update copyright.
2801 (USE_STRUCT_CONVENTION): Define in terms of
2802 alphabsd_use_struct_convention.
2803 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
2804 * alphafbsd-tdep.c: New file.
2805
388e1ff2
FN
28062001-01-24 Fernando Nasser <fnasser@redhat.com>
2807
2808 * top.c (print_gdb_version): Update Copyright year.
2809
f4d650ec
C
28102001-01-24 J.T. Conklin <jtc@redback.com>
2811
2812 * dcache.c (dcache_write_line): Fix typo.
2813
2814 * memattr.c (delete_mem_region): Replace free() with xfree().
2815 (mem_number): Add explicit type.
2816
2817 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
2818 (rw_common): Likewise.
2819
07091751
FN
28202001-01-24 Fernando Nasser <fnasser@redhat.com>
2821
2822 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
2823 for the inferior program arguments.
2824 (run_command, run_no_args_command, init_infcmd)): Use accessor
2825 functions to set the inferior program arguments.
2826 * inferior.h: Add definitions to the accessor functions above.
2827
090c42a4
JB
28282001-01-23 Jim Blandy <jimb@redhat.com>
2829
2830 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
2831 Implement these correctly, using make_cv_type.
2832
f29d9b6d 28332001-01-23 J.T. Conklin <jtc@redback.com>
29e57380
C
2834
2835 * exec.c (xfer_memory): Add attrib argument.
2836 * infptrace.c (child_xfer_memory): Likewise.
e5da8f38 2837 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
29e57380
C
2838 * monitor.c (monitor_xfer_memory): Likewise.
2839 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
2840 * remote-array.c (array_xfer_memory): Likewise.
2841 * remote-bug.c (bug_xfer_memory): Likewise.
2842 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
2843 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
2844 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
2845 * remote-mips.c (mips_xfer_memory): Likewise.
2846 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
2847 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
2848 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
2849 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
2850 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
2851 * remote-sds.c (sds_xfer_memory): Likewise.
2852 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
2853 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
2854 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
2855 * remote-vx.c (vx_xfer_memory): Likewise.
2856 * remote.c (remote_xfer_memory): Likewise.
2857 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
2858 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
e5da8f38 2859 * thread-db.c (thread_db_xfer_memory): Likewise.
29e57380
C
2860
2861 * target.h (#include "memattr.h"): Added.
2862 (target_ops.to_xfer_memory): Add attrib argument.
2863
2864 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
2865 * dcache.h (set_dcache_state): Removed declaration.
2866 * dcache.c (set_dcache_state): Removed definition
2867
2868 * dcache.c: Update module comment, as dcache is now enabled and
2869 disabled with memory region attributes instead of by the global
2870 variable "remotecache". Add comment describing the interaction
2871 between dcache and memory region attributes.
2872 (dcache_xfer_memory): Add comment describing benefits of moving
2873 cache writeback to a higher level.
2874 (dcache_struct): Removed cache_has_stuff field. This was used to
2875 record whether the cache had been accessed in order to invalidate
2876 it when it was disabled. However, this is not needed because the
2877 cache is write through and the code that enables, disables, and
2878 deletes memory regions invalidate the cache. Add comment which
2879 suggests that we could be more selective and only invalidate those
2880 cache lines containing data from those memory regions.
2881 (dcache_invalidate): Updated.
2882 (dcache_xfer_memory): Updated.
f29d9b6d 2883
29e57380
C
2884 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
2885 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
2886 perform a uncached transfer if dcache_enabled_p was clear. This
2887 function is now only called if caching is enabled for the memory
2888 region.
2889 (dcache_info): Always print cache info.
2890
2891 * target.c (do_xfer_memory): Add attrib argument.
2892 (target_xfer_memory, target_xfer_memory_partial): Break transfer
2893 into chunks defined by memory regions, pass region attributes to
2894 do_xfer_memory().
2895 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
2896
2897 * Makefile.in (SFILES): Add memattr.c.
2898 (COMMON_OBS): Add memattr.o.
2899 (dcache.o): Add target.h to dependencies.
2900 * memattr.c: New file.
2901 * memattr.h: Likewise.
2902
f29d9b6d
C
2903 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
2904 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
2905 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
2906 * gdbserver/low-sim.c (#include "defs.h"): Removed.
2907 (mygeneric_load): Rename from generic_load.
2908
2909 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
2910 (#include "defs.h"): Removed.
2911 (inferior_pid, perror_with_name): Remove declarations.
2912 * gdbserver/low-linux.c: Likewise.
2913 * gdbserver/low-nbsd.c: Likewise.
2914 * gdbserver/low-sparc.c: Likewise.
2915 * gdbserver/low-sun3.c: Likewise.
2916
2917 * i386-stub.c: Re-indent.
2918 * m68k-stub.c: Re-indent.
2919
58d5518e
ND
29202001-01-22 Nicholas Duffek <nsd@redhat.com>
2921
2922 * gdbarch.sh (PARM_BOUNDARY): Define.
2923 * gdbarch.c: Regenerate.
2924 * gdbarch.h: Regenerate.
2925
f6427ade
C
29262001-01-22 J.T. Conklin <jtc@redback.com>
2927
2928 * ns32k-tdep.c: #include "frame.h"
2929 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
2930 appears to have been inadvertantly removed sometime in May 1999.
2931
2932 * Revert 2000-11-09 changes where shared library objects were
2933 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
2934 we'd like to be able to debug dynamically linked executables,
2935 this makes it impossible to build a cross debugger on a many
2936 hosts.
2937
2938 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
2939 * config/i386/nbsdelf.mt: Likewise.
2940 * config/m68k/nbsd.mt: Likewise.
2941 * config/ns32k/nbsd.mt: Likewise.
2942 * config/powerpc/nbsd.mt: Likewise.
2943 * config/sparc/nbsd.mt: Likewise.
2944 * config/sparc/nbsdelf.mt: Likewise.
2945 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
2946 * config/i386/nbsdelf.mh: Likewise.
2947 * config/m68k/nbsd.mh: Likewise.
2948 * config/ns32k/nbsd.mh: Likewise.
2949 * config/powerpc/nbsd.mh: Likewise.
2950 * config/sparc/nbsd.mh: Likewise.
2951
8052a17a
JM
29522001-01-19 Jason Merrill <jason@redhat.com>
2953
2954 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
2955 (process_one_symbol): Likewise.
2956 * dwarfread.c (handle_producer): Likewise.
2957
21a6f6bb
AC
2958Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
2959
2960 * configure.in (build_warnings): Disable -Wuninitialized until GDB
2961 compiles with -Wuninitialized,-Werror.
2962 * configure: Regenerate.
2963
2964 * MAINTAINERS: Add list of buildable targets.
2965
494b7ec9
AC
2966Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
2967
2968 * defs.h (STRCMP): Delete macro.
2969
2970 * objfiles.c (objfile_relocate): Replace STRCMP with call to
2971 strcmp.
2972 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
2973 * symfile.c (compare_symbols): Ditto.
2974 * standalone.c (open): Ditto.
2975 * remote-es.c (verify_break): Ditto.
2976 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
2977
2978 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
2979
8038e1e2
AC
2980Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
2981
2982 * varobj.c (FREEIF): Delete macro.
2983 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
2984 call.
2985
ea8d0b28
NC
29862001-01-18 Nick Clifton <nickc@redhat.com>
2987
2988 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
2989 (arc_print_insn): No bfd available, so pass NULL to
2990 arc_get_disassembler.
2991
5dbd9048
JB
29922001-01-09 James Ingham <jingham@inghji.apple.com>
2993
2994 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
2995 a mangled symbol rather than recursing into lookup_symbol, since
2996 this will just re-unmangle the name & call lookup_symbol_aux -
2997 leading to an infinite recursion.
2998
28ae27b1
MK
29992001-01-18 Mark Kettenis <kettenis@gnu.org>
3000
3001 * infcmd.c (print_return_value): Restore another space lost by
3002 switch to UIOUT. ``$NN='' should be ``$NN =''.
3003
6ab3a9c9
AC
3004Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
3005
3006 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
3007 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
3008 definition in parenthesis.
3009
ad6525fc
AC
3010Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
3011
3012 From 2000-10-27 Mark Salter <msalter@redhat.com>:
3013 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
3014 packet.
3015 (remote_insert_hw_breakpoint): Ditto.
3016
6259c7e2
C
30172001-01-17 J.T. Conklin <jtc@redback.com>
3018
3019 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9c95b27f 3020 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6259c7e2
C
3021 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
3022 * m68knbsd-tdep.c: New file.
3023
3024 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
3025
3026 * m68knbsd-nat.c: #include gdbcore.h.
3027
abdcb2a5
AC
3028Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
3029
3030 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
3031
e7a8479f
MS
30322001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
3033
aaeb7efa
MS
3034 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
3035 goes away -- just return false (ie. not stopped by watchpoint).
e7a8479f
MS
3036 * source.c (openp): Fix typo in comment.
3037
7036d6ce
ND
30382001-01-12 Nicholas Duffek <nsd@redhat.com>
3039
3040 * blockframe.c (generic_get_saved_register): Spelling fix.
3041 * frame.h (FRAME_FP): Spelling fix.
3042
9549d9c1
AC
3043Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
3044
3045 * infcmd.c (print_return_value): Restore space lost by switch to
3046 UIOUT. ``$NN='' should be ``$NN =''.
3047
7302a204
ND
30482001-01-08 Nicholas Duffek <nsd@redhat.com>
3049
3050 * regcache.c (set_register_cached, register_buffer,
3051 real_register, pseudo_register fetch_register, store_register):
3052 New functions.
3053 (register_changed, read_relative_register_raw_bytes_for_frame,
3054 registers_changed, registers_fetched, read_register_bytes,
3055 read_register_gen, write_register_gen, read_register,
3056 read_signed_register, write_register, supply_register): Replace
3057 register_valid[] with register_cached() and
3058 set_register_cached().
3059 (read_register_bytes, read_register_gen, write_register_gen,
3060 read_register, read_signed_register, write_register,
3061 supply_register): Replace registers[] with register_buffer().
3062 (read_register_bytes, read_register_gen, read_register,
3063 read_signed_register): Call fetch_register().
3064 (write_register_gen, write_register): Call real_register() and
3065 store_register().
3066 (write_register_bytes): Call store_register().
3067 * value.h (set_register_cached, register_buffer): Prototype.
3068 * remote.c (remote_fetch_registers): Allocate regs[] with a
3069 run-time size. Replace register_valid[] with
3070 set_register_cached().
3071 (store_register_using_P, remote_store_registers): Replace
3072 registers[] with register_buffer().
3073
5ebd2499
ND
30742001-01-08 Nicholas Duffek <nsd@redhat.com>
3075
3076 * regcache.c: Change "write-back" comment to "write-through".
3077 Change "regno" to "regnum".
3078 (read_register, read_signed_register): Remove "raw" from return
3079 value description.
3080 (supply_register): Spelling fix.
3081 * value.h: Change "regno" to "regnum".
3082
1302fd5e
FN
30832001-01-08 Fernando Nasser <fnasser@redhat.com>
3084
3085 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
3086 to be installed.
3087
9dcb560c
MS
30882001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3089
3090 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
3091
0e2fb98e
ND
30922001-01-04 Nicholas Duffek <nsd@redhat.com>
3093
3094 * valops.c (VALUE_SUBSTRING_START): Delete.
3095
12cf3f1b
ND
30962001-01-04 Nicholas Duffek <nsd@redhat.com>
3097
3098 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
3099 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
3100 (cli_utils_h): New variable.
3101 (cli/cli-utils.o): New rule.
3102 * cli/cli-utils.c: New file.
3103 * cli/cli-utils.h: New file.
3104
cc533b9d
ND
31052001-01-04 Nicholas Duffek <nsd@redhat.com>
3106
3107 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
3108 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
3109
ad2a4d09
C
31102001-01-03 J.T. Conklin <jtc@redback.com>
3111
3112 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
3113 comment.
3114
8140e7ac
MS
31152001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
3116
3116c80a
EZ
3117 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
3118 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
d19b71be 3119 non-float types.
779e876b 3120 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
72e22353
MS
3121 Update copyright notice.
3122
15f33b66 3123For older changes see ChangeLog-2000
c906108c
SS
3124\f
3125Local Variables:
3126mode: change-log
3127left-margin: 8
3128fill-column: 74
3129version-control: never
3130End:
This page took 0.304469 seconds and 4 git commands to generate.