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