2001-07-16 Orjan Friberg <orjanf@axis.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2001-07-16 Orjan Friberg <orjanf@axis.com>
2
3 * configure.tgt: Recognise the CRIS architecture.
4 * config/cris/cris.mt: New file for CRIS target.
5 * cris-tdep.c: New file for CRIS target.
6
7 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
8
9 * top.c (quit_cover, float_handler): Move definition up before use.
10 (gdb_init): Move to end of file, to avoid calls to not yet defined
11 functions.
12 Delete prototypes.
13
14 2001-07-14 Andrew Cagney <ac131313@redhat.com>
15
16 * serial.h (SERIAL_ASYNC): Delete.
17 (DEPRECATED_SERIAL_FD): Delete.
18 (SERIAL_DEBUG): Delete.
19 (SERIAL_DEBUG_P): Delete.
20 (SERIAL_DRAIN_OUTPUT): Delete.
21 (SERIAL_FLUSH_OUTPUT): Delete.
22 (SERIAL_FLUSH_INPUT): Delete.
23 (SERIAL_SEND_BREAK): Delete.
24 (SERIAL_RAW): Delete.
25 (SERIAL_GET_TTY_STATE): Delete.
26 (SERIAL_SET_TTY_STATE): Delete.
27 (SERIAL_PRINT_TTY_STATE): Delete.
28 (SERIAL_NOFLUSH_SET_TTY_STATE): Delete.
29 (SERIAL_SETBAUDRATE): Delete.
30 (SERIAL_SETSTOPBITS): Delete.
31 (SERIAL_CAN_ASYNC_P): Delete.
32 (SERIAL_IS_ASYNC_P): Delete.
33 (SERIAL_UN_FDOPEN): Delete.
34 (SERIAL_READCHAR): Delete.
35 (SERIAL_CLOSE): Delete.
36 (SERIAL_FDOPEN): Delete.
37 (SERIAL_OPEN): Delete.
38 * ser-unix.c: Update.
39 * sparclet-rom.c: Update.
40 * remote-bug.c: Update.
41 * dsrec.c: Update.
42 * xmodem.c: Update.
43 * nindy-share/ttyflush.c: Update.
44 * nindy-share/Onindy.c: Update.
45 * utils.c: Update.
46 * serial.c: Update.
47 * remote-nindy.c: Update.
48 * inflow.c: Update.
49 * sparcl-tdep.c: Update.
50 * sh3-rom.c: Update.
51 * remote.c: Update.
52 * remote-utils.c: Update.
53 * remote-st.c: Update.
54 * remote-sds.c: Update.
55 * remote-rdp.c: Update.
56 * remote-os9k.c: Update.
57 * remote-nrom.c: Update.
58 * remote-mips.c: Update.
59 * remote-es.c: Update.
60 * remote-e7000.c: Update.
61 * remote-array.c: Update.
62 * ocd.c: Update.
63 * nindy-share/nindy.c: Update.
64 * monitor.c: Update.
65
66 2001-07-14 Andrew Cagney <ac131313@redhat.com>
67
68 * mn10200-tdep.c: Replace value_ptr with ``struct value *''.
69 * mcore-tdep.c: Ditto.
70 * sparc-tdep.c: Ditto.
71 * sh-tdep.c: Ditto.
72 * rs6000-tdep.c: Ditto.
73 * ppc-linux-tdep.c: Ditto.
74 * m68hc11-tdep.c: Ditto.
75 * ia64-tdep.c: Ditto.
76 * i386-tdep.c: Ditto.
77 * arm-linux-tdep.c: Ditto.
78 * hppa-tdep.c: Ditto.
79 * h8500-tdep.c: Ditto.
80 * fr30-tdep.c: Ditto.
81 * arm-tdep.c: Ditto.
82 * alpha-tdep.c: Ditto.
83 * d30v-tdep.c: Ditto.
84 * d10v-tdep.c: Ditto.
85 * m32r-tdep.c: Ditto.
86 * mips-tdep.c: Ditto.
87 * v850-tdep.c: Ditto.
88
89 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
90
91 * top.c (readline_line_completion_function, noop_completer): Move
92 from here...
93 * completer.c (readline_line_completion_function, noop_completer):
94 ...to here.
95 * gdbcmd.h (readline_line_completion_function, noop_completer):
96 Move declarations from here...
97 * completer.h (readline_line_completion_function, noop_completer):
98 ...to here.
99 * corefile.c: Include completer.h.
100 * source.c: Ditto.
101 * symfile.c: Ditto.
102 * Makefile.in: Update dependencies.
103
104 2001-07-15 Eli Zaretskii <eliz@is.elta.co.il>
105
106 * go32-nat.c (go32_create_inferior): Support command lines longer
107 than 126 characters.
108
109 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
110
111 * NEWS: New target 68HC11/68HC12.
112
113 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
114
115 * utils.c (query): Remove tui hacks; tui must use the query_hook.
116 * top.c (command_loop): Remove tui insert_mode hacks; don't call
117 tuiCleanUp because this must be made with atexit by tui.
118 * symfile.c (symbol_file_command): Remove call to TUIDO
119 * stack.c (show_and_print_stack_frame_stub): Remove tui check;
120 not necessary when using the selected frame hooks.
121 (print_stack_frame_stub): Likewise.
122 (print_frame_info_base): Likewise.
123 (print_frame_info): Likewise.
124 (up_silently_command): Likewise.
125 (down_silently_command): Likewise.
126 (show_stack_frame): Likewise for TUIDO.
127 (select_frame): Likewise.
128 (select_and_print_frame): Likewise.
129 (stack_publish_stopped_with_no_frame): Remove.
130 (select_and_maybe_print_frame): Remove.
131 * main.c (captured_main): Remove tui_fileopen and tuiInit; tui
132 must use the initialize ui hook.
133 * infrun.c (normal_stop): Remove call to TUIDO; tui must use the
134 selected frame hooks.
135 * event-top.c (command_handler): Remove tui insert_mode hack.
136 * defs.h: Remove TUIDO; Only include tui.h.
137 * breakpoint.c (mention): Remove calls to TUIDO.
138 (delete_breakpoint): Remove tui hacks; tui must install
139 the breakpoint hooks.
140
141 2001-07-14 Mark Kettenis <kettenis@gnu.org>
142
143 * config/i386/xm-linux.h (KERNEL_U_ADDR): Move from here...
144 * config/i386/nm-linux.h: ...to here. Change comments about user
145 area/struct a bit.
146
147 * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
148
149 * Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c
150 (i386bsd-tdep.o, i386bsd-nat.o): New targets.
151
152 2001-07-13 Elena Zannoni <ezannoni@redhat.com>
153
154 * remote-e7000.c (fetch_regs_from_dump): If register set is null,
155 generate an internal error.
156 (e7000_fetch_registers): Initialize variable 'wanted'.
157 (e7000_wait): Initialize variable 'wanted_nopc'.
158 (e7000_store_register): Fix sprintf compiler warnings.
159 (sub2_from_pc): Ditto.
160 (e7000_open): Close the descriptor, not the name.
161 (e7000_load): Fix compiler warnings.
162 (sub2_from_pc): Ditto.
163 * Makefile.in (remote-e7000.o): Can now compile with -Werror.
164
165 2001-07-13 Mark Kettenis <kettenis@gnu.org>
166
167 * i386bsd-nat.c: Include <signal.h>, <stddef.h> and
168 <sys/sysctl.h>.
169 (store_inferior_registers): Wrap long line.
170 (i386bsd_dr_get_status): Fix typo in comment.
171 (_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New
172 file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
173 (i386bsd_in_sigtramp): New prototype.
174 (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
175 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
176 (external) variables.
177 (SIGCONTEXT_PC_OFFSET): Removed.
178 (FRAME_SAVED_PC): New define.
179 (i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt
180 (TDEPFILES): Add i386bsd-tdep.o.
181
182 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
183
184 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C
185 definition.
186
187 2001-07-13 Mark Kettenis <kettenis@gnu.org>
188
189 * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there
190 are no registered LWPs yet.
191
192 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
193
194 * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER): Call the right
195 function.
196 (CANNOT_STORE_REGISTER): Likewise.
197
198 2001-07-12 Keith Seitz <keiths@redhat.com>
199
200 * remote-rdp.c: Include "serial.h"
201
202 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
203
204 * gdbserver/remote-utils.c (remote_open): Set VMIN to 1
205 in HAVE_TERMIO/HAVE_TERMIOS cases.
206
207 2001-07-12 Mark Kettenis <kettenis@gnu.org>
208
209 * lin-lwp.c (stop_wait_callback): Add support for flushing
210 signals. Use that in favour of the old code to get rid of
211 superfluous SIGINTs.
212 (lin_lwp_wait): Use the new support in stop_wait_callback to
213 flush all but one SIGINT.
214
215 * i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changes
216 to comment.
217 (i386_store_return_value): Improve comments about storing
218 floating-point return values.
219
220 * config/arm/xm-linux.h, config/i386/xm-linux.h,
221 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
222 config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
223 Removed. Taken care of by autoconf and terminal.h.
224
225 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
226
227 * mips-tdep.c (mips_type_needs_double_align): New function.
228 (mips_push_arguments): Align o32 structs to even argument
229 registers if necessary.
230
231 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
232
233 * config/djgpp/fnchange.lst: Add entries for
234 mips-linux-nat.c and mips-linux-tdep.c.
235
236 2001-07-12 Mark Kettenis <kettenis@gnu.org>
237
238 * config/powerpc/xm-linux.h: Fix corrupted file.
239
240 * configure.in: Add check for sigsetjmp.
241 * config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed.
242 * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed.
243 * configure, config.in: Regenerated.
244
245 2001-07-11 Elena Zannoni <ezannoni@redhat.com>
246
247 * config/sh/tm-sh.h (struct gdbarch_tdep): Add
248 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
249 PR_REGNUM fields.
250
251 * sh-tdep.c (sh_skip_prologue_hard_way): Rename from
252 skip_prologue_hard_way().
253 (skip_prologue_hard_way): Make it a function pointer.
254 (sh_print_register): Use function pointer do_pseudo_register,
255 instead of sh_do_pseudo_register.
256 (sh_do_registers_info): Ditto.
257 (sh_gdbarch_init): Initialize do_pseudo_register.
258 (IS_MOV_TO_R14): Rename from IS_MOV_R14.
259 (skip_prologue_hard_way): Update.
260 (sh_gdbarch_init): Move setting of frame_chain,
261 get_saved_register, init_extra_frame_info, push_arguments,
262 extract_return_value, pop_frame, store_struct_return,
263 extract_struct_value_address, use_struct_convention,
264 init_extra_frame_info to before target specific settings.
265 (sh_gdbarch_init): Initialize new tdep fields
266 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
267 PR_REGNUM.
268 (sh_push_arguments): Use new gdbarch_tdep fields
269 {ARG0,ARGLAST}_REGNUM.
270 (sh_saved_pc_after_call, sh_nofp_frame_init_saved_regs,
271 sh_init_extra_frame_info, sh_push_return_address,
272 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
273 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update to use
274 gdbarch_tdep->PR_REGNUM.
275 (dr_reg_base_num, fv_reg_base_num): Move to earlier in the file.
276
277 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
278
279 * config/mips/tm-linux.h: Include "tm-linux.h" instead of copying
280 from it. Move definitions of REALTIME_LO and REALTIME_HI above
281 include.
282
283 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
284
285 * MAINTAINERS: List myself for MIPS/Linux
286 port.
287
288 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
289
290 * gdbserver/remote-utils.c (remote_open): Only
291 check for F_SETOWN if we had F_SETFL and FASYNC.
292
293 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
294
295 From Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>:
296
297 * config/m68k/linux.mh: Remove core-regset.o.
298 * m68klinux-nat.c: Fix comment.
299 (supply_gregset): Change argument to elf_gregset_t *.
300 (supply_fpregset): Change argument to elf_fpregset_t *.
301 (fetch_core_registers): New function.
302 (linux_elf_core_fns): Define.
303 (_initialize_m68k_linux_nat): New function.
304
305 2001-07-11 Andrew Cagney <ac131313@redhat.com>
306
307 * configure.tgt: Mark d10v as pure multi-arch.
308 * config/d10v/tm-d10v.h: Delete file.
309 * config/d10v/d10v.mt (TM_FILE): Delete.
310
311 2001-07-10 Andrew Cagney <ac131313@redhat.com>
312
313 * serial.h (typedef serial_t): Delete. Replace all references to
314 serial_t with `struct serial *'.
315 * serial.c: Update.
316 * nindy-share/ttyflush.c: Update.
317 * nindy-share/ttyflush.c: Update.
318 * nindy-share/Onindy.c: Update.
319 * nindy-share/nindy.c: Update.
320 * remote-rdp.c: Update.
321 * remote-sds.c: Update.
322 * remote-st.c: Update.
323 * remote-nindy.c: Update.
324 * remote-mips.c: Update.
325 * remote-e7000.c: Update.
326 * remote-os9k.c: Update.
327 * remote-nrom.c: Update.
328 * remote-es.c: Update.
329 * remote-array.c: Update.
330 * ocd.c: Update.
331 * mon960-rom.c: Update.
332 * dsrec.c: Update.
333 * inflow.c: Update.
334 * ser-e7kpc.c: Update.
335 * sparclet-rom.c: Update.
336 * srec.h: Update.
337 * ser-tcp.c: Update.
338 * ser-go32.c: Update.
339 * sparcl-tdep.c: Update.
340 * w89k-rom.c: Update.
341 * utils.c: Update.
342 * sh3-rom.c: Update.
343 * remote.c: Update.
344 * ser-pipe.c: Update.
345 * ser-unix.c: Update.
346 * ser-unix.h: Update.
347 * xmodem.c: Update.
348 * xmodem.h: Update.
349
350 2001-07-11 J.T. Conklin <jtc@redback.com>
351
352 From Greg McGary <greg@mcgary.org>:
353 * gdbserver/remote-utils.c (remote_open): Set gdbserver as "owner"
354 of SIGIO.
355 (input_interrupt): Don't block on read, in case we got redundant
356 SIGIO. Don't gripe about redundant SIGIO.
357 * gdbserver/low-hppabsd.c (mywait): Use waitpid(). Enable SIGIO
358 handler while waiting.
359 * gdbserver/low-linux.c (mywait): Likewise.
360 * gdbserver/low-nbsd.c (mywait): Likewise.
361 * gdbserver/low-sparc.c (mywait): Likewise.
362
363 2001-07-11 Keith Seitz <keiths@redhat.com>
364
365 * infrun.c (print_stop_reason): Add missing uiout field
366 "reason" for SIGNAL_RECEIVED case.
367
368 2001-07-11 Mark Kettenis <kettenis@gnu.org>
369
370 * config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
371 Remove unused macro's.
372
373 * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
374 used.
375
376 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
377
378 * go32-nat.c (info_dos_cmdlist): New variable.
379 (go32_info_dos_command): New function.
380 (_initialize_go32_nat): Convert all DOS-specific commands into
381 subcommands of "info dos". Suggested by Andrew Cagney
382 <ac131313@redhat.com>.
383
384 2001-07-11 Mark Kettenis <kettenis@gnu.org>
385
386 * config/nm-linux.h: Fix comments.
387
388 * thread-db.c (enable_thread_event_reporting): Correct warning
389 message about getting thread death breakpoint.
390 Reported by John S Kallal <jskallal@home.com>.
391
392 * i386-tdep.c (i386_extract_return_value): "Fix" comment.
393 (i386_store_return_value): Frob FPU status and tag word to make
394 sure the return value is the only value on the FPU stack.
395
396 * config/tm-linux.h: Do not include <signal.h>. Instead provide
397 reasonable defaults for REALTIME_LO and REALTIME_HI if they're not
398 already defined.
399 * config/nm-linux.h: Include <signal.h>.
400 [__SIGRTMIN] (REALTIME_LO, REALTIME_HI): Define to __SIGRTMIN and
401 (__SIGRTMAX + 1) respectively.
402
403 2001-07-10 Andrew Cagney <ac131313@redhat.com>
404
405 * mcore-rom.c: Include "serial.h".
406 * Makefile.in (mcore-rom.o): Depends on "serial.h".
407
408 2001-07-10 Andrew Cagney <ac131313@redhat.com>
409
410 * Makefile.in (remote-bug.o): Depends on serial.h.
411 * remote-bug.c: Include "serial.h".
412 * MAINTAINERS: Mark m88k target as buildable.
413 * TODO: Update.
414
415 2001-07-10 Jim Blandy <jimb@redhat.com>
416
417 Clean up the D10V port so that GDB and the target program no
418 longer disagree on how big pointers are.
419 * findvar.c (value_from_register): Remove special case code for D10V.
420 * printcmd.c (print_frame_args): Same.
421 * valops.c (value_at, value_fetch_lazy): Same.
422 * values.c (unpack_long): Same.
423 * gdbarch.sh: Changes to effect the following:
424 * gdbarch.h (GDB_TARGET_IS_D10V, D10V_MAKE_DADDR,
425 gdbarch_d10v_make_daddr_ftype, gdbarch_d10v_make_daddr,
426 set_gdbarch_d10v_make_daddr, D10V_MAKE_IADDR,
427 gdbarch_d10v_make_iaddr_ftype, gdbarch_d10v_make_iaddr,
428 set_gdbarch_d10v_make_iaddr, D10V_DADDR_P,
429 gdbarch_d10v_daddr_p_ftype, gdbarch_d10v_daddr_p,
430 set_gdbarch_d10v_daddr_p, D10V_IADDR_P,
431 gdbarch_d10v_iaddr_p_ftype, gdbarch_d10v_iaddr_p,
432 set_gdbarch_d10v_iaddr_p, D10V_CONVERT_DADDR_TO_RAW,
433 gdbarch_d10v_convert_daddr_to_raw_ftype,
434 gdbarch_d10v_convert_daddr_to_raw,
435 set_gdbarch_d10v_convert_daddr_to_raw, D10V_CONVERT_IADDR_TO_RAW,
436 gdbarch_d10v_convert_iaddr_to_raw_ftype,
437 gdbarch_d10v_convert_iaddr_to_raw,
438 set_gdbarch_d10v_convert_iaddr_to_raw): Delete declarations.
439 * gdbarch.c: Delete the corresponding definitions.
440 (struct gdbarch): Delete members d10v_make_daddr,
441 d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
442 d10v_convert_daddr_to_raw, and d10v_convert_iaddr_to_raw.
443 (startup_gdbarch): Remove initializers for the above.
444 (verify_gdbarch, gdbarch_dump): Don't verify or dump them any
445 more.
446 * d10v-tdep.c (d10v_register_virtual_type): Rather that
447 claiming the stack pointer and PC are 32 bits long (which they
448 aren't), say that the stack pointer is an int16_t, and the
449 program counter is a function pointer. This allows the rest
450 of GDB to make the appropriate conversions between the code
451 pointer format and real addresses.
452 (d10v_register_convertible, d10v_register_convert_to_virtual,
453 d10v_register_convert_to_raw): Delete function; no registers
454 are convertible now, so we use
455 generic_register_convertible_not instead.
456 (d10v_address_to_pointer, d10v_pointer_to_address): New gdbarch
457 methods.
458 (d10v_push_arguments, d10v_extract_return_value): Remove special
459 cases for code and data pointers.
460 (d10v_gdbarch_init): Set gdbarch_ptr_bit to 16, so that GDB and
461 the target agree on how large pointers are. Say that addresses
462 are 32 bits long. Register the address_to_pointer and
463 pointer_to_address conversion functions. Since no registers are
464 convertible now, register generic_register_convertible_not as the
465 gdbarch_register_convertible method instead of
466 d10v_register_convertible. Remove registrations for
467 d10v_register_convert_to_virtual,
468 d10v_register_convert_to_raw, gdbarch_d10v_make_daddr,
469 gdbarch_d10v_make_iaddr, gdbarch_d10v_daddr_p,
470 gdbarch_d10v_iaddr_p, gdbarch_d10v_convert_daddr_to_raw, and
471 gdbarch_d10v_convert_iaddr_to_raw.
472
473 * printcmd.c (print_scalar_formatted): If we are printing an
474 address, remember that TARGET_ADDR_BIT is not always equal to
475 TARGET_PTR_BIT.
476
477 * valops.c (value_cast): When casting a pointer to an integer,
478 don't convert it to an address.
479
480 2001-07-10 Andrew Cagney <ac131313@redhat.com>
481
482 * remote-utils.h (struct serial): Declare as opaque. Remove
483 include of "serial.h".
484 * Makefile.in (remote_utils_h): Update.
485
486 * monitor.h (struct serial): Declare as opaque. Remove include of
487 "serial.h".
488 (struct monitor_ops): Replace serial_t with `struct serial *'.
489 * monitor.c (monitor_desc): Ditto.
490
491 2001-07-10 Daniel Jacobowitz <drow@mvista.com>
492
493 * mips-linux-tdep.c: New file.
494 * mips-linux-nat.c: New file.
495 * config/mips/linux.mh: New file.
496 * config/mips/linux.mt: New file.
497 * config/mips/xm-linux.h: New file.
498 * config/mips/nm-linux.h: New file.
499 * config/mips/tm-linux.h: New file.
500 * configure.host: Recognize mips*-*-linux*.
501 * configure.tgt: Likewise.
502 * NEWS: Mention mips*-*-linux* port.
503
504 2001-07-09 Andrew Cagney <ac131313@redhat.com>
505
506 * serial.h (struct serial): Rename `struct _serial_t'.
507 * serial.c (XMALLOC): Define.
508 (serial_open): Update. Use XMALLOC.
509 (serial_fdopen): Ditto.
510
511 2001-07-07 Andrew Cagney <ac131313@redhat.com>
512
513 * gdbtypes.h (builtin_type_void_data_ptr): Rename
514 builtin_type_ptr.
515 * gdbtypes.c (builtin_type_void_data_ptr): Update.
516 (build_gdbtypes): Update.
517 (_initialize_gdbtypes): Update.
518 * values.c (value_as_pointer): Update.
519 * utils.c (host_pointer_to_address): Update.
520 (address_to_host_pointer): Update.
521
522 2001-07-08 Andrew Cagney <ac131313@redhat.com>
523
524 * remote-udi.c (udi_wait): Make type, instead of name, of first
525 parameter a ptid_t.
526
527 2001-07-07 Andrew Cagney <ac131313@redhat.com>
528
529 * ser-mac.c: Make obsolete.
530 * Makefile.in (ser-mac.o): Ditto.
531
532 2001-07-08 Eli Zaretskii <eliz@is.elta.co.il>
533
534 * go32-nat.c (go32_get_windows_version, print_mem, go32_sysinfo)
535 (read_memory_region, get_descriptor, display_descriptor)
536 (go32_sldt, go32_sgdt, go32_sidt): New functions.
537 (top-level): Include ctype.h, utsname.h, dos.h, and go32.h. Ifdef
538 away `disable' from dos.h, since breakpoint.h defines an enum
539 member of the same name, and GCC 2.7.2 barfs.
540 (_initialize_go32_nat): Provide new commands dos-sysinfo, dos-ldt,
541 dos-gdt, and dos-idt, all of them in the "info" class
542
543 2001-07-07 Kevin Buettner <kevinb@redhat.com>
544
545 * procfs.c (create_procinfo): Allocate space for saved_entryset
546 and saved_exitset.
547 (destroy_one_procinfo): Free space allocated to saved_entryset
548 and saved_exitset.
549
550 2001-07-07 Andrew Cagney <ac131313@redhat.com>
551
552 * TODO (5.1): Update.
553
554 2001-07-07 Andrew Cagney <ac131313@redhat.com>
555
556 * symtab.c (main_name): New function.
557 (set_main_name): New function.
558 * symtab.h: Declare.
559 * TODO: Update
560
561 From 2000-03-05 Anthony Green <green@redhat.com>:
562 * dbxread.c (process_one_symbol): Handle the N_MAIN stab by
563 setting main_name.
564 * blockframe.c (inside_main_func): Use main_name instead of
565 "main".
566 * symtab.c (find_main_psymtab): Ditto.
567 * source.c (select_source_symtab): Ditto.
568 * nlmread.c (nlm_symfile_read): Ditto.
569 * rs6000-tdep.c (skip_prologue): Ditto.
570
571 2001-07-07 Andrew Cagney <ac131313@redhat.com>
572
573 * TODO: Convert most items into PRs.
574
575 2001-07-07 Mark Kettenis <kettenis@gnu.org>
576
577 * lin-lwp.c (status_to_str): New function.
578 (lin_lwp_wait): Use it to print debug messages where appropriate.
579
580 2001-07-06 Michael Chastain <chastain@redhat.com>
581
582 * i387-tdep.c (print_i387_value): Fix pointer glitch.
583
584 2001-07-07 Mark Kettenis <kettenis@gnu.org>
585
586 * lin-lwp.c (count_events_callback): Fix formatting. Turn check
587 commented with "paranoia" into gdb_assert.
588 (select_event_lwp_callback): Likewise.
589 (cancel_breakpoints_callback): Bail out early if LP is the event
590 LWP. Add comment about backup up breakpoints. Fix formatting and
591 debug message.
592 (select_event_lwp): Make solely repsonsible for switching event
593 LWP. Fix formatting and remove bogus "ERROR" debug message.
594 Don't backup breakpoints from here.
595 (lin_lwp_wait): Don't touch LP->status, let select_event_lwp
596 handle that. Only call select_event_lwp if we're not waiting for
597 a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
598
599 2001-07-06 Michael Snyder <msnyder@redhat.com>
600
601 * procfs.c (procfs_resume): Silence noisy warning.
602
603 2001-06-12 Michael Snyder <msnyder@redhat.com>
604
605 * lin-lwp.c: Prevent thread starvation by using a monte carlo
606 method to choose which of several event threads to handle next.
607
608 (stop_wait_callback): Defer pushback of breakpoint events until
609 later; add SIGTRAP events to the queue of unhandled events.
610 Keep calling waitpid until SIGSTOP retrieved. If more than one
611 non-SIGSTOP event is retrieved, push them back onto the process
612 queue using kill.
613 (count_events_callback, select_singlestep_lwp_callback,
614 select_event_lwp_callback, cancel_breakpoints_callback,
615 select_event_lwp): New functions. Implement monte carlo method
616 for selecting which of several SIGTRAP threads to handle next.
617 Push back the breakpoint event for all threads other than the
618 selected one.
619 (lin_lwp_wait): Call select_event_lwp to decide which of several
620 sigtrapped lwps to handle next.
621 (resume_callback): Disable code that attempts to handle
622 step_resume breakpoints. Let core gdb handle this.
623
624 2001-07-06 Jim Blandy <jimb@redhat.com>
625
626 * gdbtypes.h (builtin_type_void_func_ptr): New builtin type.
627 * gdbtypes.c (builtin_type_void_func_ptr): Define the variable.
628 (build_gdbtypes): Initialize it.
629 (_initialize_gdbtypes): Swap it.
630
631 2001-07-04 Daniel Jacobowitz <drow@mvista.com>
632
633 * mips-tdep.c (mips32_op): Correct offset.
634 (itype_op): Likewise.
635 (itype_rs): Fix formatting.
636 (itype_immediate): Fix formatting.
637 (jtype_op): Correct offset.
638 (jtype_target): Fix formatting.
639 (rtype_op): Correct offset.
640 (rtype_rs): Fix formatting.
641 (rtype_rt): Likewise.
642 (rtype_rd): Likewise.
643 (rtype_shamt): Likewise.
644 (rtype_funct): Likewise.
645
646 (mips32_next_pc): Fix formatting and comments. Recognize
647 coprocessor 1 branches. Check the correct field for BLT family
648 branches. Use itype_rt instead of itype_rs for the second register
649 of a BNE or BNEL branch. Move (unreachable) default case.
650
651 2001-07-04 Andrew Cagney <ac131313@redhat.com>
652
653 * ui-out.h (struct ui_out_impl): Add field is_mi_like_p.
654 (ui_out_is_mi_like_p): Declare.
655 * ui-out.c (ui_out_is_mi_like_p): Define.
656 (default_ui_out_impl): Initialize is_mi_like_p to zero.
657 * cli-out.c (cli_ui_out_impl): Ditto.
658 * breakpoint.c (print_it_typical): Use ui_out_is_mi_like_p.
659 (watchpoint_check, print_one_breakpoint, mention): Ditto.
660 * infrun.c (print_stop_reason, normal_stop): Ditto.
661
662 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
663
664 * mips-tdep.c (mips_software_single_step): New function.
665 * config/mips/tm-mips.h: Add prototype for
666 mips_software_single_step.
667
668 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
669
670 * ppc-linux-nat.c (supply_gregset): Use elf_greg_t instead
671 of greg_t.
672 (fill_gregset): Likewise.
673
674 2001-07-05 Andrew Cagney <ac131313@redhat.com>
675
676 * objfiles.c (open_mapped_file): Use lbasename instead of
677 basename.
678
679 2001-07-05 Jim Blandy <jimb@redhat.com>
680
681 * d10v-tdep.c (d10v_frame_chain, d10v_frame_init_saved_regs,
682 show_regs, d10v_read_pc, d10v_write_pc, d10v_read_sp,
683 d10v_write_sp, d10v_write_fp, d10v_read_fp,
684 d10v_push_return_address): Call the functions d10v_make_daddr,
685 d10v_make_iaddr, d10v_convert_iaddr_to_raw, and
686 d10v_convert_daddr_to_raw, not the global macros D10V_MAKE_DADDR,
687 D10V_MAKE_IADDR, D10V_CONVERT_IADDR_TO_RAW, and
688 D10V_CONVERT_DADDR_TO_RAW.
689
690 * dwarf2read (dwarf2_build_psymtabs_hard): Doc fix.
691
692 2001-07-05 Mark Kettenis <kettenis@gnu.org>
693
694 * config/i386/xm-go32.h (HOST_I386): Removed.
695 * config/i386/xm-linux.h (HOST_I386): Removed.
696
697 2001-07-04 Mark Kettenis <kettenis@gnu.org>
698
699 * i387-tdep.c (print_i387_value): Add extra space after final full
700 stop in comment.
701
702 2001-07-04 Andrew Cagney <ac131313@redhat.com>
703
704 * TODO (5.1): Update. Doco changes committed.
705
706 2001-06-29 Andrew Cagney <ac131313@redhat.com>
707
708 * config/arm/tm-arm.h: Include "floatformat.h".
709
710 2001-06-29 Andrew Cagney <ac131313@redhat.com>
711
712 * i387-tdep.c: Include "gdb_assert.h".
713 (print_i387_value): Use extract_floating to extract the FP value
714 from a zero padded local buffer.
715
716 2001-06-28 Andrew Cagney <ac131313@redhat.com>
717
718 * TODO: Delete all thread items. The thread code was overhauled.
719
720 2001-07-04 Elena Zannoni <ezannoni@redhat.com>
721
722 * memattr.c (create_mem_region): Move n to next memory region,
723 to avoid infinite loop.
724
725 * memattr.h: Add copyright statement.
726 * memattr.c: Ditto.
727
728 2001-07-04 Jim Blandy <jimb@redhat.com>
729
730 * dwarf2read.c (struct partial_die_info): New member: has_pc_info.
731 (read_partial_die): Delete fourth argument; we return this info in
732 the struct partial_die_info object itself now.
733 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the
734 has_pc_info field of the partial die struct, rather than passing a
735 variable by reference to read_partial_die.
736
737 * dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneous
738 code in loop condition.
739
740 2001-07-03 Michael Snyder <msnyder@redhat.com>
741
742 * thread_db (find_new_threads_callback, thread_db_thread_alive,
743 attach_thread): Update comments.
744
745 2001-06-29 Ken Whaley <ken@believe.com>
746
747 * thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition
748 to TD_THR_UNKNOWN when looking for defunct zombie threads.
749 (thread_db_thread_alive): Ditto.
750 (find_new_threads_callback): Ditto.
751
752 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
753
754 * MAINTAINERS: Add myself to the write-after-approval list.
755
756 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
757
758 * solib-svr4.c: Include "elf/mips.h".
759 (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
760
761 2001-07-02 Jim Blandy <jimb@redhat.com>
762
763 * dwarf2read.c (read_comp_unit, sibling_die, dump_die,
764 dump_die_list, store_in_ref_table, follow_die_ref): Make these
765 static; they're private functions.
766
767 2001-07-01 Mark Elbrecht <snowball@bigfoot.com>
768
769 * coffread.c (coff_symfile_read): Parse DWARF2 info if present.
770
771 2001-06-28 Elena Zannoni <ezannoni@redhat.com>
772
773 * TODO: Add import of readline 4.2 as a gdb 5.2 task.
774
775 2001-06-29 Andrew Cagney <ac131313@redhat.com>
776
777 * config/djgpp/fnchange.lst: Sort.
778
779 2001-06-28 Andrew Cagney <ac131313@redhat.com>
780
781 * config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
782 mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
783
784 2001-06-29 Andreas Jaeger <aj@suse.de>
785
786 * MAINTAINERS: Add myself to the write-after-approval list.
787
788 2001-06-28 Andrew Cagney <ac131313@redhat.com>
789
790 * remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.
791 (get_hex_word): Don't use HOST_BYTE_ORDER.
792 (array_fetch_registers): Add variable ``reg''. Use
793 store_unsigned_integer to byte-swap the register. Delete unused
794 local ``regs''.
795
796 2001-06-28 Andrew Cagney <ac131313@redhat.com>
797
798 * MAINTAINERS: Add Per Bothner to Java maintainers.
799
800 2001-06-28 Andrew Cagney <ac131313@redhat.com>
801
802 * rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
803 * rdi-share/hostchan.h (__unix): Hack, provide a default value.
804 * rdi-share/host.h (__unix): Hack, define when __NetBSD__.
805 * TODO: Update.
806 * MAINTAINERS: Update. arm-elf builds.
807
808 2001-06-28 Jim Blandy <jimb@redhat.com>
809
810 * d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.
811
812 * d10v-tdep.c (d10v_frame_chain_valid, d10v_use_struct_convention,
813 d10v_breakpoint_from_pc, d10v_register_byte,
814 d10v_register_raw_size, d10v_register_virtual_size,
815 d10v_register_virtual_type, d10v_register_convertible,
816 d10v_register_convert_to_virtual, d10v_register_convert_to_raw,
817 d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
818 d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
819 d10v_store_struct_return, d10v_store_return_value,
820 d10v_extract_struct_value_address, d10v_frame_saved_pc,
821 d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue,
822 d10v_frame_chain, d10v_frame_init_saved_regs,
823 d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc,
824 d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp,
825 d10v_push_return_address, d10v_push_arguments,
826 d10v_extract_return_value): Make these functions static.
827
828 2001-06-28 Andrew Cagney <ac131313@redhat.com>
829
830 From Fernando Nasser:
831 * infrun.c (handle_inferior_event): Handle "nexti" inside function
832 prologues.
833
834 2001-06-28 Michael Snyder <msnyder@redhat.com>
835
836 * infrun.c (handle_inferior_event): Replace prev_pc test in all
837 calls to bpstat_stop_status (removed in 1999-09-24). This test
838 helps distinguish stepping over a breakpoint trap from stepping
839 thru a jump to the instruction after a breakpoint trap.
840 (handle_inferior_event): Don't bother writing the PC if
841 DECR_PC_AFTER_BREAK is zero (optimization).
842 * breakpoint.c (bpstat_stop_status): Add comment explaining the
843 purpose and usage of the "not_a_breakpoint" argument in computing
844 the breakpoint address.
845
846 2001-06-28 Andrew Cagney <ac131313@redhat.com>
847
848 From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
849 * monitor.c (setmem_resp_delim_pattern): New regexp pattern.
850 (setreg_resp_delim_pattern): Likewise.
851 (setmem_resp_delim_fastmap): New buffer.
852 (setreg_resp_delim_fastmap): Likewise.
853 (monitor_open): Initialize above regexp if they are defined.
854 (monitor_write_memory): Use regexp to check the result of write.
855 (monitor_store_register): Likewise to check result of register set.
856
857 2001-06-28 Andrew Cagney <ac131313@redhat.com>
858
859 From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
860 * coff-solib.c: Include symfile.h and objfiles.h to make
861 OBJF_SHARED visible.
862
863 2001-06-28 Andrew Cagney <ac131313@redhat.com>
864
865 * configure.in (--enable-gdbmi): Enable by default.
866 * configure: Regenerate.
867 * TODO: Update.
868 * NEWS: Update
869
870 2001-06-28 Joel Brobecker <brobecker@act-europe.fr>
871
872 * solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
873 explaining the consequences of always returning zero. No code
874 change.
875
876 2001-06-28 Andrew Cagney <ac131313@redhat.com>
877
878 From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
879 * defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
880 to TARGET_SIGNAL_REALTIME_127.
881 * target.c (struct signals): Add SIG63 to SIG127.
882 (target_signal_from_host): Handle up to 127 signals.
883 (do_target_signal_to_host): Likewise.
884
885 2001-06-27 Andrew Cagney <ac131313@redhat.com>
886
887 * remote-sds.c (sds_start_remote): Change type of ``c'' to int
888 from possibly unsigned char.
889
890 2001-06-27 Andrew Cagney <ac131313@redhat.com>
891
892 * ser-ocd.c: Delete file.
893 * Makefile.in (ALLDEPFILES): Remove ser-ocd.c
894 (ser-ocd.o): Delete target.
895 * TODO: Update.
896 * NEWS: Update.
897
898 2001-06-27 Andrew Cagney <ac131313@redhat.com>
899
900 * MAINTAINERS (Write After Approval): Sort.
901 (Past Maintainers): Daniel Berlin stepped down as C++ maintainer.
902
903 2001-06-26 Andrew Cagney <ac131313@redhat.com>
904
905 * breakpoint.c (breakpoint_1): Always output the breakpoint
906 headings. Leave it to ui-out to decide which
907
908 2001-06-25 Andrew Cagney <ac131313@redhat.com>
909
910 * stack.c (print_frame): For ui_out, output a list of arguments.
911
912 2001-06-25 Kevin Buettner <kevinb@redhat.com>
913
914 * MAINTAINERS (paper trail): Update.
915
916 2001-06-25 Michael Snyder <msnyder@redhat.com>
917
918 * infrun.c: Eliminate the "thread_step_needed" state variable,
919 and replace it with a relatively simple test in resume.
920 (resume): Replace thread_step_needed logic with a test for
921 stepping, breakpoint_here_p and breakpoints_inserted.
922 Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
923 (proceed): Discard thread_step_needed logic.
924 (wait_for_inferior, fetch_inferior_event, handle_inferior_event):
925 Discard thread_step_needed logic.
926
927 2001-06-24 Fernando Nasser <fnasser@redhat.com>
928
929 * remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
930 * rdi-share/host.h: Add missing parenthesis in conditional.
931
932 2001-06-22 J.T. Conklin <jtc@redback.com>
933
934 * configure.in: include nlist.h when checking for member som_addr
935 in struct so_map.
936 * configure: regenerate.
937
938 2001-06-21 Keith Seitz <keiths@redhat.com>
939
940 * cli-out.c (cli_out_new): Initialize new structure member
941 "suppress_output".
942
943 2001-06-20 Andrew Cagney <ac131313@redhat.com>
944
945 * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
946 (table_header_ftype): Ditto.
947 * cli-out.c (cli_table_header): Update.
948 * ui-out.c (ui_out_table_header): Update.
949 (uo_table_header): Update.
950 (default_table_header): Update.
951 (append_header_to_list): Update.
952 (struct ui_out_header): Add field ``col_name''.
953 (append_header_to_list): Use xstrdup. Initialize col_name.
954 * breakpoint.c (breakpoint_1): Pass COL_NAME to
955 ui_out_table_header.
956
957 2001-06-19 Andrew Cagney <ac131313@redhat.com>
958
959 * cli-out.c: Include "gdb_assert.h'.
960 (struct ui_out_data): Add field ``suppress_output.
961 (cli_table_begin): When NR_ROWS is zero, suppress_output.
962 (cli_table_end): Clear suppress_output.
963 (cli_table_body): Check suppress_output.
964 (cli_table_header, cli_begin): Ditto.
965 (cli_end, cli_field_int, cli_field_skip): Ditto.
966 (cli_field_string, cli_field_fmt, cli_spaces): Ditto.
967 (cli_text, cli_message, cli_wrap_hint): Ditto.
968 * breakpoint.c (breakpoint_1): Close the ui_out table before
969 printing the breakpoint not found message.
970
971 2001-06-18 Andrew Cagney <ac131313@redhat.com>
972
973 * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
974 (default_table_begin): Ditto.
975 (uo_table_begin): Ditto.
976 * cli-out.c (cli_table_begin): Ditto.
977 * ui-out.h (ui_out_table_begin): Update
978 (table_begin_ftype): Update.
979 * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to
980 ui_out_table_begin.
981
982 2001-06-16 Andrew Cagney <ac131313@redhat.com>
983
984 * breakpoint.c (breakpoint_1): Restructure. Compute the
985 nr_printable_breakpoints. Move the header output to before the
986 main print breakpoints loop.
987 (user_settable_breakpoint): New function.
988
989 2001-06-18 Andrew Cagney <ac131313@redhat.com>
990
991 * infrun.c, breakpoint.c: Use strncmp as the "mi" test. Allow,
992 "mi", "mi0" and "mi1".
993
994 2001-06-17 Andrew Cagney <ac131313@redhat.com>
995
996 * gdbarch.sh: Generate an error when conflicting macro
997 definitions. Generate an error when both pure multi-arch and
998 "tm.h".
999 * gdbarch.h, gdbarch.c: Regenerate.
1000 * defs.h (GDB_MULTI_ARCH_TM): Rewrite definition.
1001
1002 2001-06-17 Andrew Cagney <ac131313@redhat.com>
1003
1004 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Down grade to
1005 GDB_MULTI_ARCH_PARTIAL from two.
1006
1007 2001-06-17 Fernando Nasser <fnasser@redhat.com>
1008
1009 From 2001-06-15 Eirik Fuller <eirik@hackrat.com>
1010 * cli/cli-script.c (free_command_lines): Reset list pointer.
1011
1012 2001-06-16 Andrew Cagney <ac131313@redhat.com>
1013
1014 * arch-utils.c (init_frame_pc_default): New function
1015 * arch-utils.h (init_frame_pc_default): Declare.
1016 * gdbarch.sh (INIT_FRAME_PC): Default to init_frame_pc_default and
1017 not init_frame_pc_noop.
1018 * gdbarch.h, gdbarch.c: Re-generate.
1019 * blockframe.c (INIT_FRAME_PC): Delete macro definition.
1020 * mips-tdep.c (mips_gdbarch_init): Set init_frame_pc to
1021 init_frame_pc_noop.
1022
1023 2001-06-16 Andrew Cagney <ac131313@redhat.com>
1024
1025 * gdbarch.c: Regenerate. Out-of-sync with gdbarch.sh.
1026
1027 2001-06-15 Andrew Cagney <ac131313@redhat.com>
1028
1029 * gdbarch.sh (CANNOT_FETCH_REGISTER): Multi-arch.
1030 (CANNOT_STORE_REGISTER): Ditto.
1031 * infptrace.c (CANNOT_FETCH_REGISTER): Delete definition.
1032 (CANNOT_STORE_REGISTER): Ditto.
1033 * regcache.c (CANNOT_STORE_REGISTER): Ditto.
1034 * lynx-nat.c (CANNOT_STORE_REGISTER): Ditto.
1035 * arch-utils.h (cannot_register_not): Define.
1036 * arch-utils.c (cannot_register_not): Declare.
1037
1038 2001-06-15 Andrew Cagney <ac131313@redhat.com>
1039
1040 * gdbarch.sh: Clarify pre/post default
1041 (INIT_FRAME_PC_FIRST, INIT_FRAME_PC): Multiarch.
1042 * blockframe.c (get_prev_frame): Remove #ifdef from around
1043 INIT_FRAME_PC_FIRST call.
1044 * arch-utils.c (init_frame_pc_noop): Define.
1045 * arch-utils.h (init_frame_pc_noop): Declare.
1046 * config/mips/tm-mips.h (INIT_FRAME_PC_FIRST): Delete.
1047 (INIT_FRAME_PC, mips_init_frame_pc_first): Ditto.
1048 * mips-tdep.c (mips_init_frame_pc_first): Make static.
1049 (mips_gdbarch_init): Initialize init_frame_pc_first.
1050 (mips_dump_tdep): Update.
1051
1052 2001-06-15 Michael Snyder <msnyder@redhat.com>
1053
1054 * infrun.c (context_switch): New function. Abstract the operation
1055 of saving and restoring infrun's state when switching threads.
1056 (handle_inferior_event): Normalize the handling of the 'thread hop'
1057 event (when the wrong thread hits a thread-specific breakpoint,
1058 and we need to solo-step that thread past the breakpoint).
1059 Call keep_going, instead of target_resume. Handle the subsequent
1060 singlestep-trap as a normal event instead of just resuming.
1061
1062 2001-06-15 Andrew Cagney <ac131313@redhat.com>
1063
1064 * arch-utils.c (core_addr_identity): New function. Rename
1065 default_convert_from_func_ptr_addr.
1066 * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Update.
1067 (ADDR_BITS_REMOVE): Define. Default to core_addr_identity.
1068 * defs.h (ADDR_BITS_REMOVE): Delete macro definition.
1069 * config/mips/tm-mips.h (ADDR_BITS_REMOVE): Delete definition.
1070 * mips-tdep.c (mips_addr_bits_remove): Make static.
1071 (mips_gdbarch_init): Initialize addr_bits_remove.
1072
1073 2001-06-15 Andrew Cagney <ac131313@redhat.com>
1074
1075 From 2001-02-26 D.J. Barrow <djbarrow@de.ibm.com>:
1076 * configure.tgt: Add S/390 31 & 64 bit target configuration.
1077 * configure.host: Ditto for host.
1078
1079 2001-06-15 Andrew Cagney <ac131313@redhat.com>
1080
1081 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
1082 (EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
1083 predicate.
1084 * gdbarch.h, gdbarch.c: Regenerate.
1085 * values.c (value_being_returned): Change the reference to
1086 EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.
1087
1088 2001-06-15 Joel Brobecker <brobecker@act-europe.fr>
1089
1090 * MAINTAINERS: Add Paul Hilfinger and Joel Brobecker to the
1091 Write After Approval list.
1092
1093 2001-06-14 Michael Snyder <msnyder@redhat.com>
1094
1095 * remote.c (show_remote_protocol_qSymbol_packet_cmd,
1096 set_remote_protocol_qSymbol_packet_cmd): New functions.
1097 (init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
1098 (remote_check_symbols): New function. Implement qSymbol packet,
1099 allowing target to request symbol lookup service from gdb.
1100 (remote_open_1, remote_async_open_1): Call remote_check_symbols,
1101 allowing symbol lookup from exec_bfd on connection to target.
1102 (remote_new_objfile): New function. Catch new objfile notifications
1103 from shared library module, and call remote_check_symbols.
1104 (_initialize_remote): Hook remote_new_objfile into the shared
1105 library notification chain. Add "set remote symbol-lookup" command.
1106
1107 2001-06-14 Keith Seitz <keiths@redhat.com>
1108
1109 * tracepoint.c (trace_command): We now have tracepoint
1110 events. Get rid of those ugly hooks.
1111 (tracepoint_operation): Likewise.
1112 (trace_pass_command): Likewise.
1113
1114 2001-06-13 Michael Snyder <msnyder@redhat.com>
1115
1116 * gdbthread.h (struct thread_info): Add new fields:
1117 current_line, current_symtab, step_sp, for saved infrun state.
1118 * thread.c (save_infrun_state, load_infrun_state): Save and
1119 restore current_line, current_symtab, and step_sp.
1120 (add_thread): Rather than adding assignments to initialize
1121 the new fields, just use memset (tp, 0, sizeof (*tp).
1122 This way future new fields will not be overlooked.
1123 * infrun.c (handle_inferior_event): Save and restore save_sp,
1124 current_line, and current_symtab when switching threads.
1125
1126 2001-06-13 Elena Zannoni <ezannoni@redhat.com>
1127
1128 * MAINTAINERS: Add Andrew Cagney as co-maintainer of
1129 testsuite/gdb.mi.
1130
1131 2001-06-11 Andrew Cagney <ac131313@redhat.com>
1132
1133 * symtab.c (lookup_symtab_1): Replace basename with lbasename.
1134 (lookup_partial_symtab, file_matches): Ditto.
1135 (make_source_files_completion_list): Ditto.
1136 (make_file_symbol_completion_list): Ditto. Make local char*
1137 variable ``tail'' constant.
1138 (make_source_files_completion_list): Ditto with ``base_name''.
1139 * source.c (open_source_file): Use lbasename. Make ``p'' const
1140 char *.
1141
1142 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
1143
1144 * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
1145 (SLASH_STRING): Remove unised definitions.
1146 * config/i386/xm-cygwin.h: Likewise.
1147
1148 2001-06-12 Andrew Cagney <ac131313@redhat.com>
1149
1150 * ui-out.c (ui_out_list_begin): Add parameter ``id''.
1151 (make_cleanup_ui_out_list_begin_end): Ditto. Open the list.
1152 * ui-out.h: Update declarations.
1153
1154 Mon Jun 11 17:26:43 2001 Andrew Cagney <cagney@b1.cygnus.com>
1155
1156 * source.c (openp): Make parameters ``path'' and ``string''
1157 constant.
1158 (openp): Use alloca to safely duplicate ``string''. Make local
1159 variables ``p'' and ``p1'' constant. Delete char* casts.
1160 * defs.h: Update.
1161
1162 * symtab.c (lookup_symtab_1): Make parameter ``name'' constant.
1163 (lookup_symtab, lookup_partial_symtab): Ditto.
1164 * symtab.h (lookup_symtab, lookup_partial_symtab): Update.
1165
1166 2001-06-11 Andrew Cagney <ac131313@redhat.com>
1167
1168 * ui-out.h (ui_out_table_begin): Make char* parameters constant.
1169 (ui_out_table_header, ui_out_field_int): Ditto.
1170 (ui_out_field_core_addr, ui_out_field_string): Ditto.
1171 (ui_out_field_stream, ui_out_field_fmt): Ditto.
1172 (ui_out_field_skip, ui_out_text, ui_out_message): Ditto.
1173 * ui-out.c (ui_out_table_begin, ui_out_table_header): Update.
1174 (ui_out_field_core_addr, ui_out_field_stream): Update.
1175 (ui_out_field_string, ui_out_field_fmt): Update.
1176 (ui_out_text, ui_out_message): Update.
1177 (append_header_to_list): Make char* parameters constant.
1178 (uo_table_header, uo_table_begin): Ditto.
1179 (uo_field_int, uo_field_skip): Ditto.
1180 (uo_field_string, uo_field_fmt): Ditto.
1181 (uo_text, uo_message): Ditto.
1182
1183 2001-06-11 Eli Zaretskii <eliz@is.elta.co.il>
1184
1185 * completer.c (gdb_completer_loc_break_characters): New variable.
1186 (line_completion_function): If we are completing on locations,
1187 back up the start of word pointer past all characters which can
1188 appear in a location spec.
1189 (location_completer): New function.
1190
1191 * completer.h: Add prototype for location_completer.
1192
1193 * symtab.c (make_source_files_completion_list)
1194 (add_filename_to_list, not_interesting_fname): New functions.
1195 (filename_seen): New function, body extracted from
1196 output_source_filename.
1197 (output_source_filename): Call filename_seen to check if the file
1198 was already printed.
1199 (make_symbol_completion_list): If TEXT includes a
1200 double-quoted string, return an empty list, not NULL.
1201 (make_file_symbol_completion_list): New function, similar to
1202 make_symbol_completion_list but with an additional argument
1203 SRCFILE.
1204
1205 * symtab.h (make_file_symbol_completion_list)
1206 (make_source_files_completion_list): Add prototypes.
1207
1208 * breakpoint.c (_initialize_breakpoint): Make location_completer
1209 be the completion function for all commands which set breakpoints
1210 and watchpoints.
1211 (top-level): #include "completer.h".
1212
1213 * tracepoint.c (_initialize_tracepoint): Make location_completer
1214 be the completion function for the "trace" command.
1215 (top-level): #include "completer.h".
1216
1217 * printcmd.c (_initialize_printcmd): Make location_completer be
1218 the completion function for the "print", "inspect", "call", and
1219 "disassemble" commands.
1220 (top-level): #include "completer.h".
1221
1222 * infcmd.c (_initialize_infcmd): Make location_completer be the
1223 completion function for the "go", "jump", and "until" commands.
1224 (top-level): #include "completer.h".
1225
1226 2001-06-10 Christopher Faylor <cgf@redhat.com>
1227
1228 * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
1229 * utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
1230 * values.c (unpack_double): Remove obsolete check for _MSC_VER.
1231 * defs.h: Ditto.
1232 * m32r-rom.c: Ditto.
1233 * p-exp.y: Ditto.
1234 * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for
1235 faster compilation.
1236 (get_ds_base): Remove _MSC_VER version of this function.
1237 * nindy-share/ttyflush.c: Ditto.
1238 * rdi-share/host.h: Ditto.
1239 * ser-go32.c (dos_readchar): Remove call to obsolete function.
1240 * remote-sim.c (gdb_os_poll_quit): Ditto.
1241 * remote-e7000.c (expect): Remove obsolete #if 0'ed code.
1242
1243 * main.c (captured_main): Eliminate special Cygwin checks.
1244 * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
1245
1246 2001-06-09 Andrew Cagney <ac131313@redhat.com>
1247
1248 * Makefile.in (gdbcmd_h): Add ui_out_h.
1249 (breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
1250 (thread.o, top.o): Ditto.
1251
1252 * ui-out.h (table_begin_ftype): Make string parameters constant.
1253 (table_header_ftype): Ditto.
1254 (field_int_ftype): Ditto.
1255 (field_skip_ftype): Ditto.
1256 (field_string_ftype): Ditto.
1257 (field_fmt_ftype): Ditto.
1258 (text_ftype): Ditto.
1259 (message_ftype): Ditto.
1260 * cli-out.c (cli_table_begin): Ditto.
1261 (cli_table_header): Ditto.
1262 (cli_field_int): Ditto.
1263 (cli_field_skip): Ditto.
1264 (cli_field_string): Ditto.
1265 (cli_field_fmt): Ditto.
1266 (cli_text): Ditto.
1267 (cli_message): Ditto.
1268 (out_field_fmt): Ditto.
1269 * ui-out.c (default_table_begin): Ditto.
1270 (default_table_header): Ditto.
1271 (default_field_int): Ditto.
1272 (default_field_skip): Ditto.
1273 (default_field_string): Ditto.
1274 (default_field_fmt): Ditto.
1275 (default_text): Ditto.
1276 (default_message): Ditto.
1277
1278 2001-06-08 Michael Snyder <msnyder@redhat.com>
1279
1280 * breakpoint.c (delete_breakpoint): Pass mark_inserted to
1281 remove_breakpoint, so that the subsequent test for
1282 bpt->inserted will succeed, and duplicates will be fixed up.
1283
1284 2001-06-08 Per Bothner <per@bothner.com>
1285
1286 * dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
1287
1288 2001-06-07 Keith Seitz <keiths@redhat.com>
1289
1290 * tracepoint.c (tracepoint_opertation): Add ui event
1291 notifications.
1292 (trace_pass_command): Ditto.
1293
1294 2001-06-07 Andrew Cagney <ac131313@redhat.com>
1295
1296 * MAINTAINERS (Write After Approval): Note the entry criteria.
1297 (HP/PA): Jeff Law stepped down
1298
1299 2001-06-07 Jim Blandy <jimb@redhat.com>
1300
1301 * gdbarch.sh: Make sure that '[' doesn't interpret interesting
1302 variable values as operators.
1303
1304 2001-06-07 Keith Seitz <keiths@redhat.com>
1305
1306 * gdb-events.sh: Fix quote escaping which was obsoleted
1307 by last patch.
1308
1309 2001-06-07 Keith Seitz <keiths@redhat.com>
1310
1311 * gdb-events.sh: Make if statements and tests
1312 a little more portable.
1313 Don't use shell's echo command to put strings containing
1314 escaped characeters into a file -- different flavors of /bin/sh
1315 require differnt levels of escaping. Use cat <<EOF instead.
1316 Our internal field separator is a colon. Change all
1317 commands which assume it is a space.
1318
1319 2001-06-06 Mark Kettenis <kettenis@gnu.org>
1320
1321 * lin-lwp.c (struct lwp_info): Add member `resumed'.
1322 (iterate_over_lwps): Make sure we can handle CALLBACK deleting the
1323 LWP it's called for.
1324 (lin_lwp_attach): Mark LWP as resumed to make sure the fake
1325 SIGSTOP is reported.
1326 (resume_clear_callback): New function.
1327 (resume_set_callback): New function.
1328 (lin_lwp_resume): Mark all LWP's that we're going to resume as
1329 resumed, and unmark all others.
1330 (status_callback): Only report a pending wait status if we pretend
1331 that LP has been resumed.
1332 (resumed_callback): New function.
1333 (lin_lwp_wait): Add assertions to check that LWP's are properly
1334 marked as resumed. Partially revert 2001-05-25 patch by Michael
1335 Snyder: do not resume all threads. Add comment explaining the
1336 problems associated with this bit of code.
1337
1338 2001-06-07 Keith Seitz <keiths@redhat.com>
1339
1340 * MAINTAINTERS: Syd Polk is stepping down from
1341 maintaining libgui. I am replacing him.
1342
1343 2001-06-07 Eli Zaretskii <elis@is.elta.co.il>
1344
1345 * config/mips/tm-irix6.h: New file.
1346
1347 * config/mips/irix6.mh: New file.
1348
1349 * config/mips/irix6.mt: New file.
1350
1351 * config/mips/xm-irix6.h: New file.
1352
1353 * config/mips/nm-irix6.h: New file.
1354
1355 * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
1356 disassembler info in tm_print_insn_info as appropriate for the N32
1357 ABI. Force N32 ABI to be the default if the CPU is R8000 or
1358 R10000.
1359
1360 * configure.tgt (mips*-sgi-irix6*): Map to irix6.
1361
1362 * configure.host (mips*-sgi-irix6*): Ditto.
1363
1364 2001-06-07 Andrew Cagney <ac131313@redhat.com>
1365
1366 * gnu-v3-abi.c: Include "gdb_assert.h".
1367 (build_gdb_vtable_type): Replace abort() with gdb_assert().
1368
1369 2001-06-06 Jim Blandy <jimb@redhat.com>
1370
1371 * cp-abi.h: Rearrange code to put documentation comments above the
1372 functions we export. The actual function table itself simply
1373 refers to those functions. Minor doc fixes.
1374
1375 * gdbarch.sh: Changes to effect the following:
1376 * gdbarch.c (initialize_non_multiarch): New function.
1377 * gdbarch.h (initialize_non_multiarch): New declaration.
1378 * arch-utils.c (initialize_current_architecture): For
1379 non-multiarch configurations, call initialize_non_multiarch.
1380
1381 2001-06-06 Andrew Cagney <ac131313@redhat.com>
1382
1383 * symfile.c (compare_psymbols): Replace PTR with void*. Delete
1384 declaration.
1385 (compare_symbols): Ditto.
1386
1387 2001-06-06 Jonathan Larmour <jlarmour@redhat.com>
1388
1389 * arch-utils.c (generic_prepare_to_proceed): Allow for having
1390 stopped due to a Ctrl-C as well as breakpoints.
1391
1392 * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
1393 support thread switches after Ctrl-C.
1394 * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
1395 * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
1396 * m3-nat.c (mach3_prepare_to_proceed): Ditto.
1397
1398 2001-06-06 Jim Blandy <jimb@redhat.com>
1399
1400 * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
1401 per-architecture data should be registered at initialization time,
1402 before any gdbarch objects get used, so the generality is
1403 unnecessary.
1404
1405 2001-06-06 Keith Seitz <keiths@redhat.com>
1406
1407 * gdb-events.sh (function_list): Add tracepoint_create,
1408 tracepoint_delete, and tracepoint_modify events.
1409 * gdb-events.c: Regenerated.
1410 * gdb-events.h: Regenerated.
1411
1412 2001-06-06 Keith Seitz <keiths@redhat.com>
1413
1414 * gdb-events.sh: Update copyrights.
1415 Change free to xfree.
1416 * gdb-events.c: Regenerated.
1417 * gdb-events.h: Regenerated.
1418
1419 2001-06-06 Eli Zaretskii <eliz@is.elta.co.il>
1420
1421 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM
1422 instead of #if HAVE_DOS_BASED_FILE_SYSTEM.
1423 * completer.c: Ditto.
1424 * cli/cli-cmds.c (cd_command): Ditto.
1425
1426 2001-06-04 Eli Zaretskii <eliz@is.elta.co.il>
1427
1428 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
1429 (mips_set_processor_type_command): Remove unused variable j.
1430 (mips_breakpoint_from_pc): Declare breakpoint instruction
1431 sequences as unsigned char, to avoid compiler warnings.
1432
1433 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
1434 instead of system-specific define's like _WIN32 and __MSDOS__.
1435 Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
1436 ROOTED_P.
1437 (top-level): #include "filenames.h".
1438
1439 * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
1440 instead of SLASH_CHAR, ROOTED_P and SLASH_P.
1441 (top-level): #include "filenames.h".
1442
1443 * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
1444 (SLASH_STRING): Define only for _WIN32.
1445
1446 * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
1447 __MSDOS_.
1448
1449 * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
1450 IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace
1451 system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
1452 (top-level): #include "filenames.h".
1453
1454 * go32-nat.c (go32_wait): Change the return value to ptid_t.
1455
1456 * config/djgpp/fnchange.lst: Add two new files in the
1457 gdb/testsuite/gdb.c++/ directory to the remapped names.
1458
1459 * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
1460
1461 2001-06-01 Jim Blandy <jimb@redhat.com>
1462
1463 Expand the gdbarch per-architecture data vector as needed, rather
1464 than requiring that all per-architecture data be registered before
1465 the first gdbarch object is allocated.
1466 * gdbarch.sh: Changes to effect the following:
1467 * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
1468 declarations and definitions.
1469 (check_gdbarch_data): New function, and declaration.
1470 (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
1471 zero is good enough.
1472 (free_gdbarch_data): Tolerate a null data pointer. Free only
1473 those data items gdbarch->data actually has allocated.
1474 (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
1475 (gdbarch_update_p): No need to call init_gdbarch_data.
1476
1477 2001-06-01 Kevin Buettner <kevinb@redhat.com>
1478
1479 * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
1480 on types that we wish to recurse on.
1481 (slot_alignment_is_next_even): New function.
1482 (ia64_push_arguments): Call slot_alignment_is_next_even() to
1483 examine the type in order to decide if it's necessary to skip
1484 an odd slot.
1485
1486 2001-06-01 Michael Snyder <msnyder@redhat.com>
1487
1488 * thread.c (delete_step_resume_breakpoint): New function.
1489 Maintain internal consistency of the thread list while deleting
1490 a step_resume_breakpoint.
1491 * gdbthread.h (delete_step_resume_breakpoint): Export.
1492 * breakpoint.c (bpstat_find_step_resume_breakpoint):
1493 Make thread-aware: don't return a step_resume_breakpoint
1494 for the wrong thread.
1495 * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
1496 instead of delete_breakpoint_current_contents.
1497 (fetch_inferior_event): Ditto.
1498 (handle_inferior_event): Call delete_step_resume_breakpoint
1499 instead of delete_breakpoint.
1500 * infrun.c (handle_inferior_event): After singlestepping over a
1501 thread-specific breakpoint, use currently_stepping() to decide
1502 whether to step or continue.
1503
1504 2001-06-01 Jim Blandy <jimb@redhat.com>
1505
1506 * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
1507 these static --- there's no reason other files should use these.
1508
1509 * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
1510 Fix memory leak.
1511
1512 * partial-stab.h: New complaint: function_outside_compilation_unit.
1513 (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
1514 complain, and don't try to set pst's start address.
1515
1516 2001-05-31 Kevin Buettner <kevinb@redhat.com>
1517
1518 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
1519 match the location at which the kernel is placing the sigcontext
1520 struct.
1521
1522 * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
1523 (refine_prologue_limit): New function.
1524 (examine_prologue): Further limit number of instructions
1525 scanned by calling refine_prologue_limit(). Revise way in
1526 which the end of prologue address is computed for frameless
1527 functions.
1528
1529 2001-05-29 Christopher Faylor <cgf@redhat.com>
1530
1531 * partial-stab.h: Revert previous patch.
1532
1533 2001-05-29 Christopher Faylor <cgf@redhat.com>
1534
1535 * partial-stab.h: Consistently guard against pst being NULL.
1536
1537 2001-05-29 Alexandre Oliva <aoliva@redhat.com>
1538
1539 * symfile.c (compare_psymbols, compare_symbols): Declare using
1540 PTR, as in the definition.
1541 * minsyms.c (compare_minimal_symbols): Likewise.
1542 * coffread.c (find_targ_sec): Likewise.
1543 * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
1544 * mipsread.c (alphacoff_locate_sections): Likewise.
1545 * mdebugread.c (compare_blocks): Likewise.
1546
1547 2001-05-25 Nick Duffek <nsd@redhat.com>
1548
1549 * solib.c (update_solib_list): Move target_resize_to_sections()
1550 into solib_map_sections() loop.
1551 (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
1552 bfd_get_arch_size() fails.
1553
1554 2001-05-25 Nick Duffek <nsd@redhat.com>
1555
1556 * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
1557 solib-osf.o.
1558 * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
1559 with solib-osf.o and solib.o.
1560 * config/alpha/alpha-osf2.mh: Likewise.
1561 * config/alpha/alpha-osf3.mh: Likewise.
1562 * solib-osf.c: New file, renamed and largely rewritten from
1563 osfsolib.c.
1564
1565 2001-05-25 Michael Snyder <msnyder@redhat.com>
1566
1567 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
1568 to consume the SIGSTOP generated by PTRACE_ATTACH.
1569 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
1570 try again to get the SIGSTOP event.
1571 (lin_lwp_wait): Resume all threads when ignoring a signal.
1572 This will insure that newly attached threads get resumed.
1573 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
1574 * remote.c (remote_write_bytes): Update 'p' packet pointer.
1575
1576 2001-05-25 Jim Blandy <jimb@redhat.com>
1577
1578 * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
1579 VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
1580 useful value, then we should fix that instead.
1581
1582 2001-05-24 Nick Duffek <nsd@redhat.com>
1583
1584 * solist.h (struct so_list): Document the requirement that
1585 current_sos initialize some fields to 0.
1586
1587 2001-05-24 Mark Kettenis <kettenis@gnu.org>
1588
1589 * gnu-nat.c: Include <ctype.h>.
1590 (gnu_pid_to_exec_file): Add PID parameter.
1591 (set_sig_thread_cmd): Use PIDGET on return value from
1592 thread_id_to_pid.
1593 (proc_string): Use MERGEPID to construct argument to
1594 pid_to_thread_id.
1595
1596 2001-05-22 Kevin Buettner <kevinb@redhat.com>
1597
1598 * breakpoint.c (breakpoint_address_is_meaningful): New function.
1599 (check_duplicates): Don't compare non-meaningful addresses.
1600
1601 2001-05-22 Michael Snyder <msnyder@redhat.com>
1602
1603 * thread-db.c: Allow for defunct zombie threads.
1604 (attach_thread): Do not attempt to attach zombie thread.
1605 (thread_db_thread_alive): Return false for defunct zombie thread.
1606 (find_new_threads_callback): Don't add defunct zombie thread to list.
1607
1608 2001-05-22 Jim Blandy <jimb@redhat.com>
1609
1610 Add support for the GNU V3 C++ ABI.
1611 (Includes changes by Dan Berlin.)
1612
1613 * gnu-v3-abi.c: New file.
1614 * minsyms.c: #include "value.h" and "cp-abi.h".
1615 (install_minimal_symbols): Check the minimal symbol table for
1616 symbols that look mangled in the V3 style, and select the V3 ABI
1617 if we find any.
1618 * Makefile.in (SFILES): Add gnu-v3-abi.c.
1619 (COMMON_OBS): Add gnu-v3-abi.o.
1620 (gnu-v3-abi.o): Add new rule.
1621 (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
1622
1623 2001-05-21 Jim Blandy <jimb@redhat.com>
1624
1625 * values.c (value_primitive_field): If we're extracting a base
1626 class, then the type of the result should be the base class being
1627 extracted, not the type of which it is a base class.
1628
1629 * value.h (struct value): Doc fix, and rearrange members to place
1630 them near their explanations.
1631
1632 2001-05-21 Michael Snyder <msnyder@redhat.com>
1633
1634 * remote.c (remote_async_wait): Added new variable fieldsize.
1635 Add fieldsize (return value of hex2bin) to string pointer p.
1636
1637 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1638
1639 * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
1640 (m68hc11_analyze_instruction): Update the pc correctly.
1641 (m68hc11_guess_from_prologue): Take into account the stack correction
1642 for the saving address.
1643
1644 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
1645
1646 Changes by Jim Ingham:
1647
1648 * values.c (value_change_enclosing_type): New function. If the
1649 new enclosing type is larger than the old one, we need to allocate
1650 more space.
1651 * value.h: Add value_change_enclosing_type prototype.
1652 * valops.c (value_cast): Use it.
1653 (value_assign): Use it.
1654 (value_addr): Use it.
1655 (value_ind): Use it.
1656 (value_full_object): Use it.
1657
1658 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
1659
1660 * values.c (value_static_field): Handle static fields that have a
1661 constant value.
1662
1663 2001-05-17 Michael Snyder <msnyder@redhat.com>
1664
1665 * blockframe.c (create_new_frame): Zero all the fields via memset,
1666 rather than zeroing them one by one.
1667
1668 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1669
1670 * top.c (user_args): Remove unused declaration.
1671
1672 2001-05-16 Michael Snyder <msnyder@redhat.com>
1673
1674 * infcmd.c (do_registers_info): Move alloca outside of loop.
1675
1676 2001-05-15 John S Kallal <jskallal@home.com>
1677
1678 * remote.c (remote_wait): Added new variable fieldsize.
1679 Add fieldsize (return value of hex2bin) to string pointer p.
1680
1681 2001-05-15 Mark Kettenis <kettenis@gnu.org>
1682
1683 * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
1684 info.bfd_arch_info.
1685
1686 2001-05-14 Kevin Buettner <kevinb@redhat.com>
1687
1688 * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
1689 Adjust format strings for printing LWPs to account for the fact
1690 that the type returned by GET_LWP() is now a long instead of an
1691 int.
1692
1693 2001-05-14 Kevin Buettner <kevinb@redhat.com>
1694
1695 * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
1696 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
1697 (ptid_get_tid, ptid_equal): New function declarations.
1698 * infrun.c (null_ptid, minus_one_ptid): New variables.
1699 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
1700 (ptid_get_tid, ptid_equal): New functions.
1701 (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
1702 inferior_ptid, and target_last_wait_ptid.
1703
1704 * defs.h (ptid_t): Redefine to be a struct rather than an int.
1705 (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
1706 (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
1707 new ptid accessors and constructor.
1708
1709 * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
1710 MKLID, MKTID, ISTID): Provide new definitions for these macros.
1711 The old macros are retained, but disabled via #if 0 in order
1712 to aid in future restructuring. See FIXME.
1713
1714 * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
1715 * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
1716 * infptrace.c (PIDGET, TIDGET): Likewise.
1717 * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
1718 * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
1719 * proc-service.c (MERGEPID): Likewise.
1720 * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
1721 * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
1722 * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
1723 * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
1724 Likewise.
1725 * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
1726 Likewise.
1727
1728 * lin-lwp.c (THREAD_FLAG): Delete macro definition.
1729 (GET_LWP): Redefine in terms of ptid_get_lwp().
1730 (GET_PID): Redefine in terms of ptid_get_pid().
1731 (is_lwp): Redefine without the need for THREAD_FLAG.
1732 (BUILD_LWP): Redefine in terms of ptid_build().
1733 * lin-thread.c (THREAD_FLAG): Delete macro definition.
1734 (GET_LWP): Redefine in terms of ptid_get_lwp().
1735 (GET_PID): Redefine in terms of ptid_get_pid().
1736 (GET_THREAD): Redefine in terms of ptid_get_tid().
1737 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
1738 (is_lwp, is_thread): Redefine.
1739 (linux_child_wait, check_all_signal_numbers)
1740 (linuxthreads_discard_global_state, attach_thread): Declare these
1741 functions to squash warnings about missing declarations.
1742 * sol-thread.c (THREAD_FLAG): Delete macro definition.
1743 (GET_PID): Redefine in terms of ptid_get_pid().
1744 (GET_LWP): Redefine in terms of ptid_get_lwp().
1745 (GET_THREAD): Redefine in terms of ptid_get_tid().
1746 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
1747 (is_lwp, is_thread): Redefine.
1748 * thread-db.c (THREAD_FLAG): Delete macro definition.
1749 (GET_PID): Redefine in terms of ptid_get_pid().
1750 (GET_LWP): Redefine in terms of ptid_get_lwp().
1751 (GET_THREAD): Redefine in terms of ptid_get_tid().
1752 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
1753 (is_lwp, is_thread): Redefine.
1754
1755 * corelow.c (add_to_thread_list, get_core_register_section):
1756 Eliminate hacks needed to prevent regressions when inferior_ptid
1757 wasn't wide enough to hold the core file thread id in the pid
1758 component of inferior_ptid.
1759
1760 2001-05-14 Michael Snyder <msnyder@redhat.com>
1761
1762 * remote.c (hex2bin): Make first argument const.
1763 Require explicit count, don't accept null-terminated str.
1764 (remote_resume, remote_async_resume): White space fix-up.
1765 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
1766
1767 2001-05-13 Mark Kettenis <kettenis@gnu.org>
1768
1769 * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
1770 basename (NAME). The FreeBSD basename returns a pointer to a
1771 static buffer, even if it's simply returning a string identical to
1772 its argument.
1773 (lookup_partial_symtab): Likewise.
1774
1775 2001-05-14 Michael Snyder <msnyder@redhat.com>
1776
1777 * solib.c, solib.h: Add comment for function no_shared_libraries.
1778
1779 2001-05-14 Kevin Buettner <kevinb@redhat.com>
1780
1781 * solib.h (no_shared_libraries): Make declaration match definition
1782 in solib.c.
1783
1784 2001-05-14 Andrew Cagney <ac131313@redhat.com>
1785
1786 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
1787 * solib.h (no_shared_libraries): Declare.
1788
1789 2001-05-12 Andrew Cagney <ac131313@redhat.com>
1790
1791 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
1792 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
1793 user specified values when available.
1794 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
1795 architecture from info.bfd_arch_info.
1796 * gdbarch.c, gdbarch.h: Regenerate.
1797
1798 2001-05-12 Fernando Nasser <fnasser@redhat.com>
1799
1800 * remote-e7000.c (e7000_open): Check for bad baud rate.
1801 * remote-st.c (st2000_open): Ditto.
1802
1803 2001-05-11 Jim Blandy <jimb@redhat.com>
1804
1805 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
1806 and ui_out_tuple_end instead of ui_out_list_begin and
1807 ui_out_list_end.
1808
1809 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
1810 dependencies. Reorder dependencies to match #includes in file,
1811 for easier verification.
1812
1813 Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
1814
1815 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
1816 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
1817 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
1818 * cli/cli-setshow.c: Ditto.
1819 * printcmd.c: Ditto.
1820 * stack.c: Ditto.
1821
1822 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
1823 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
1824 (ui_out_tuple_begin): New function.
1825 (ui_out_tuple_end): New function.
1826 (ui_out_tuple_begin_end): New function.
1827 (make_cleanup_ui_out_list_begin_end): Replace
1828 make_cleanup_ui_out_list_end function.
1829 * ui-out.h (ui_out_list_begin): Update declaration.
1830 (make_cleanup_ui_out_list_begin_end): Replace
1831 make_cleanup_ui_out_list_end declaration.
1832 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
1833 (ui_out_tuple_begin_end): Declare.
1834
1835 2001-05-11 Jim Blandy <jimb@redhat.com>
1836
1837 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
1838
1839 2001-05-11 Andrew Cagney <ac131313@redhat.com>
1840
1841 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
1842 * config/pa/tm-hppa.h: Remove trigraph.
1843 * hp-symtab-read.c (hpread_type_translate): Provide return value.
1844 (hpread_read_struct_type): Remove trigraph. Add parameter in
1845 `warning'.
1846 (hpread_read_array_type): Provide return value.
1847 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
1848 value.
1849 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
1850 trigraph.
1851
1852 2001-05-11 Jim Blandy <jimb@redhat.com>
1853
1854 * mips-tdep.c (mips_store_return_value,
1855 mips_extract_return_value): Pass arguments to
1856 return_value_location in the proper order.
1857
1858 2001-05-11 Andrew Cagney <ac131313@redhat.com>
1859
1860 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
1861 (version.c): Depends on file ``version.in''. Extract version
1862 number from ``version.in'' file.
1863 (clean mostlyclean): Update.
1864 * version.in: New file.
1865 * NEWS: Update.
1866
1867 2001-05-11 Kevin Buettner <kevinb@redhat.com>
1868
1869 * breakpoint.c (set_raw_breakpoint): Add new parameter
1870 representing the breakpoint's type. Adjust all callers.
1871 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
1872 (create_thread_event_breakpoint): Don't test for zero return
1873 value from set_raw_breakpoint(). It can never be zero.
1874 (create_exception_catchpoint, watch_command_1): Move logic
1875 which calculates the breakpoint type prior to the call to
1876 set_raw_breakpoint().
1877
1878 2001-05-11 Fernando Nasser <fnasser@redhat.com>
1879
1880 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
1881 (hardwire_setbaudrate): Set errno to EINVAL and return with error
1882 if the conversion of the baud rate to code fails.
1883
1884 2001-05-10 Andrew Cagney <ac131313@redhat.com>
1885
1886 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
1887 * ui-out.c (struct ui_out_end_cleanup_data): Define.
1888 (do_cleanup_end): New function. Replace do_list_end.
1889 (make_cleanup_ui_out_end): New function.
1890 (make_cleanup_ui_out_begin_end): New function.
1891 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
1892
1893 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
1894
1895 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
1896 and make Kevin Buettner (kevinb@redhat.com) the reference person.
1897
1898 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
1899
1900 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
1901
1902 2001-05-10 Fernando Nasser <fnasser@redhat.com>
1903
1904 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
1905
1906 Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
1907
1908 * Makefile.in (mi-main.o): Compile with -Werror.
1909
1910 2001-05-10 Michael Snyder <msnyder@redhat.com>
1911
1912 * remote.c (remote_open_1): Call no_shared_libraries, so that
1913 symbols for shared libraries can be reloaded per session.
1914 (remote_async_open_1): Ditto.
1915 * remote.c (bin2hex, hex2bin): New functions. Factor out these
1916 two conversions which are coded for repeatedly in this module.
1917 (remote_threads_extra_info, remote_wait, remote_async_wait,
1918 store_register_using_P, remote_store_registers, remote_write_bytes,
1919 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
1920 of coding the conversions inline.
1921 (fromhex): Not exported, change from extern to static.
1922
1923 2001-05-10 Andrew Cagney <ac131313@redhat.com>
1924
1925 * arch-utils.c (initialize_current_architecture): Delete obsolete
1926 ``info architecture'' command.
1927 (info_architecture): Delete function.
1928
1929 2001-05-10 Andrew Cagney <ac131313@redhat.com>
1930
1931 * TODO (5.1, 5.2): Update.
1932
1933 2001-05-09 Andrew Cagney <ac131313@redhat.com>
1934
1935 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
1936 stuff.
1937
1938 2001-05-10 Keith Seitz <keiths@cygnus.com>
1939
1940 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
1941 and gdbtk-stack.o.
1942 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
1943 (gdbtk-bp.o): New rule.
1944 (gdbtk-register.o): New rule.
1945 (gdbtk-stack.o): New rule.
1946 (gdbtk-cmds.o): Update dependencies.
1947 (gdbtk.o): Ditto.
1948 (gdbtk-hooks.o): Ditto.
1949 (gdbtk-varobj.o): Ditto.
1950
1951 2001-05-10 Fernando Nasser <fnasser@redhat.com>
1952
1953 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
1954 variables, not just unregister them.
1955
1956 2001-05-10 Fernando Nasser <fnasser@redhat.com>
1957
1958 * varobj.c (c_number_of_children): Check for target type of void*,
1959 not the target type name. Allow dereferencing char*.
1960
1961 2001-05-10 Fernando Nasser <fnasser@redhat.com>
1962
1963 * symfile.c (symbol_file_add_main_1): New static function.
1964 Passes the flags arguments to symbol_file_add() and takes care
1965 of any necessary reinitializations.
1966 (symbol_file_command): Call symbol_file_add_main_1() instead of
1967 symbol_file_add().
1968 (symbol_file_add_main): Ditto.
1969
1970 2001-05-09 Kevin Buettner <kevinb@redhat.com>
1971
1972 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
1973 string change in 2001-05-03 changes.
1974 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
1975 changes.
1976
1977 2001-05-09 Kevin Buettner <kevinb@redhat.com>
1978
1979 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
1980 component from inferior_ptid.
1981 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
1982 ptid.
1983
1984 2001-05-09 Elena Zannoni <ezannoni@redhat.com>
1985
1986 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
1987 conditional for help with connections through parallel ports,
1988 given that the actual code for downloading through a parallel port
1989 is not conditionalized.
1990
1991 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
1992 unmaintaned, and probably on its way to obsolescence.
1993
1994 2001-05-09 Mark Kettenis <kettenis@gnu.org>
1995
1996 * i386-tdep.c (i386_frame_saved_pc): New function.
1997 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
1998 i386_frame_saved_pc.
1999 (i386_frame_saved_pc): New prototype.
2000
2001 * i386-tdep.c (i386_register_virtual_type): New function.
2002 (i386_register_convertible): New function.
2003 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
2004 of i386_register_virtual_type.
2005 (REGISTER_CONVERTIBLE): Redefine in terms of
2006 i386_register_convertible.
2007 (i386_register_virtual_type, i386_register_convertible): New
2008 prototypes.
2009
2010 2001-05-08 Jim Blandy <jimb@redhat.com>
2011
2012 * Makefile.in (mn10300-tdep.o): New rule.
2013
2014 * Makefile.in (gdb_string_h): Define. Use it throughout.
2015 Some rules were already using this, even though it isn't defined.
2016
2017 * Makefile.in (obstack_h, target_h): Define; these are already
2018 used elsewhere, but have been expanding to the empty string.
2019 (memattr_h): Define; needed by target_h.
2020
2021 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
2022 static. (This was accidentally omitted from the earlier patch.)
2023
2024 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
2025 (mn10300_gdbarch_init): Register it as the architecture's
2026 dwarf2_reg_to_regnum method.
2027
2028 Correct and expand handling of `movm' instruction, and register
2029 saves in general.
2030 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
2031 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
2032 (enum movm_register_bits): New enum.
2033 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
2034 bits, not hex literals. Handle the `other', `exreg0', and
2035 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
2036 r6, and r7, not r2, r3, r4, and r5.
2037 (saved_regs_size): New function.
2038 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
2039 of computing the same thing inline, incorrectly.
2040
2041 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
2042 dummy_breakpoint_offset; it's zero.
2043
2044 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
2045 stuff out into mn10300_pop_frame_regular, and use
2046 generic_pop_current_frame. This lets us share code, and also
2047 makes this function's prototype match that expected by gdbarch.
2048 Make this function static.
2049 (mn10300_pop_frame_regular): New function.
2050 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
2051 gdbarch's pop_frame method.
2052 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
2053 (mn10300_pop_frame): Delete declaration.
2054
2055 * mn10300-tdep.c (mn10300_saved_pc_after_call,
2056 mn10300_extract_return_value,
2057 mn10300_extract_struct_value_address, mn10300_store_return_value,
2058 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
2059 mn10300_frame_chain, mn10300_skip_prologue,
2060 mn10300_push_arguments, mn10300_push_return_address,
2061 mn10300_store_struct_return, mn10300_frame_saved_pc,
2062 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
2063 Make these functions static; they should only be visible to the
2064 outside world as gdbarch methods.
2065
2066 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
2067 unused declaration.
2068
2069 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
2070 in some rational order.
2071
2072 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
2073 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
2074
2075 Use gdbarch for most target parameters for the MN10300, rather
2076 than the tm-*.h file.
2077 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
2078 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
2079 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
2080 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
2081 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
2082 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
2083 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
2084 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2085 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
2086 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2087 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
2088 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2089 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
2090 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
2091 Delete definitions. We register gdbarch methods for these now.
2092 (struct frame_info, struct type, struct value): Delete forward
2093 declarations of these types; they're no longer necessary, since we
2094 don't have function declarations here any more.
2095 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
2096 some default gdbarch methods.
2097 (mn10300_store_struct_return): Return void, as expected by
2098 gdbarch.
2099 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
2100 as expected by gdbarch.
2101 (mn10300_frame_init_saved_regs): Provide dummy definition for
2102 this, as required by gdbarch.
2103 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
2104 by gdbarch. Register gdbarch methods or values for all the stuff
2105 removed from tm-10300.h, listed above.
2106
2107 2001-05-08 Andrew Cagney <ac131313@redhat.com>
2108
2109 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
2110 cli_list_end.
2111 (cli_ui_out_impl): Update.
2112
2113 * ui-out.c (default_begin, default_end): Replace
2114 default_list_begin and default_list_end.
2115 (default_ui_out_impl): Update.
2116 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
2117 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
2118 ui_out_list_end.
2119 (ui_out_list_begin, ui_out_list_end): New. Compatibility
2120 functions.
2121 (struct ui_out_level): Add field type.
2122 (push_level, pop_level): Update. Add type parameter.
2123
2124 * ui-out.h (enum ui_out_type): Declare.
2125 (ui_out_begin, ui_out_end): Declare.
2126 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
2127 and list_end_ftype.
2128 (struct ui_out_impl): Update.
2129
2130 2001-05-07 Andrew Cagney <ac131313@redhat.com>
2131
2132 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
2133 ``list_flag'' to ``depth''.
2134 * ui-out.c (default_list_begin, default_list_end): Update.
2135 (uo_list_begin, uo_list_end): Update.
2136 (MAX_UI_OUT_LEVELS): Define.
2137 (struct ui_out_level): Define.
2138 (top-level): Include "gdb_assert.h".
2139 (struct ui_out): Add fields ``level'' and ``levels''. Delete
2140 fields ``list_flag'' and ``field_count''.
2141 (ui_out_new): Update.
2142 (verify_field_proper_position): Update.
2143 (current_level, push_level, pop_level): New functions.
2144 (ui_out_list_begin): Use push_level.
2145 (ui_out_list_end): Use pop_level.
2146 (ui_out_field_int): Use current_level.
2147 (ui_out_field_skip): Ditto.
2148 (ui_out_field_fmt): Ditto.
2149
2150 2001-05-08 Michael Snyder <msnyder@redhat.com>
2151
2152 * language.c (longest_local_hex_string_custom): Strlen test is
2153 inverted -- reverse the sense of the test.
2154
2155 2001-05-08 Mark Kettenis <kettenis@gnu.org>
2156
2157 * config/i386/tm-i386v.h (struct frame_info, struct
2158 frame_saved_regs): Remove declarations.
2159 (i386_frame_num_args): Remove prototype.
2160
2161 2001-05-07 Andrew Cagney <ac131313@redhat.com>
2162
2163 * MAINTAINERS: I'm no longer actively maintaining the mn10300
2164 target.
2165
2166 2001-05-04 Andrew Cagney <ac131313@redhat.com>
2167
2168 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
2169 WinGDB.
2170
2171 2001-05-06 Kevin Buettner <kevinb@redhat.com>
2172
2173 * inferior.h (save_inferior_ptid): Declare.
2174 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
2175
2176 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
2177 Delete these functions.
2178 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
2179 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
2180 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
2181 Likewise.
2182 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
2183 Likewise.
2184 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
2185 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
2186
2187 * somsolib.c (reset_inferior_ptid): Delete.
2188 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
2189 build the cleanup struct.
2190
2191 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
2192 a cleanup to save/restore inferior_ptid.
2193
2194 2001-05-06 Mark Kettenis <kettenis@gnu.org>
2195
2196 Implement attach/detach for multi-threaded programs on Linux.
2197 * thread-db.c (keep_thread_db): Adjust comment.
2198 (deactivate_target): Removed.
2199 (thread_db_new_objfile): Don't call deactivate_target. Implement
2200 guts of deactivate_target inline instead.
2201 (attach_thread): Call ATTACH_LWP unconditionally if defined.
2202 (thread_db_attach): New function.
2203 (thread_db_detach): Don't call deactivate_target. Do necessary
2204 cleanup inline instead. Set inferior_ptid to LWP corresponding to
2205 the current user-level thread.
2206 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
2207 current user-level thread.
2208 (thread_db_create_inferior): Deactivate target vector if
2209 KEEP_THREAD_DB is zero.
2210 (thread_db_mourn_inferior): Don't call deactivate_target. Do
2211 necessary cleanup inline instead.
2212 (init_thread_db_ops): Initialize to_attach field to
2213 thread_db_attach.
2214 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
2215 (stop_wait_callback): Add prototype.
2216 (init_lwp_list): Add comment about when to re-initialize the LWP
2217 list.
2218 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
2219 Avoid adding publicates to the LWP list. Only mark an LWP as
2220 signalled if it doesn't correspond to a cloned process.
2221 (lin_lwp_attach): Add initial process to the LWP list. Make sure
2222 it's stopped and fake a SIGSTOP.
2223 (detach_callback): New function.
2224 (lin_lwp_detach): Implement.
2225 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
2226 Call child_ops.to_create_inferior directly instead of via
2227 target_beneath local.
2228 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
2229 directly instead of via target_beneath local.
2230
2231 2001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
2232
2233 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
2234 instead of non-portable search for `/'. Use FILENAME_CMP instead
2235 of STREQ, to account for case-insensitive filesystems.
2236 (top-level): #include "filenames.h".
2237
2238 2001-05-05 Jim Blandy <jimb@redhat.com>
2239
2240 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
2241 its address, to decide whether it's a watchpoint or not. Zero
2242 is a valid code address.
2243 (update_breakpoints_after_exec): Admonishing comments.
2244 * breakpoint.h (struct breakpoint): Doc fixes.
2245
2246 * breakpoint.c (check_duplicates): Take a breakpoint object as an
2247 argument, rather than an address and section. All callers changed.
2248
2249 2001-05-03 Kevin Buettner <kevinb@redhat.com>
2250
2251 * defs.h (ptid_t): New typedef.
2252 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
2253
2254 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
2255 blockframe.c, breakpoint.c, breakpoint.h,
2256 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
2257 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
2258 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
2259 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
2260 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
2261 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
2262 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
2263 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
2264 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
2265 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
2266 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
2267 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
2268 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
2269 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
2270 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
2271 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
2272 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
2273 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
2274 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
2275 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
2276 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
2277 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
2278 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
2279 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
2280 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
2281 (inferior_pid): Rename to inferior_ptid everywhere - even in
2282 comments and obsolete ports. In cases where this variable
2283 really is supposed to be used as a process id, use PIDGET() to
2284 extract the process id component from inferior_ptid. The
2285 other cases, either involving other variables whose types had
2286 to be changed or functions whose signatures had to changed
2287 are listed separately below.
2288
2289 * arm-linux-nat.c (get_thread_id): Change type of argument
2290 representing a combined process/thread id from ``int'' to
2291 ``ptid_t''. Also change parameter name to ptid.
2292 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
2293 * corelow.c (core_file_thread_alive): Likewise.
2294 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
2295 * defs.h (*target_wait_hook): Likewise.
2296 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
2297 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
2298 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
2299 (gnu_resume): Likewise.
2300 * go32-nat.c (go32_wait, go32_resume): Likewise.
2301 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
2302 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
2303 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
2304 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
2305 (child_thread_alive): Likewise.
2306 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
2307 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
2308 * i386-linux-nat.c (child_resume): Likewise.
2309 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
2310 (store_debug_register, fetch_debug_register_pair)
2311 (store_debug_register_pair, ia64_linux_insert_watchpoint)
2312 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
2313 Likewise.
2314 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
2315 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
2316 (generic_target_write_pc, ptrace_wait, child_resume)
2317 (get_last_target_status): Likewise.
2318 * infptrace.c (ptrace_wait, child_resume): Likewise.
2319 * inftarg.c (child_wait, child_post_wait, child_thread_live)
2320 (child_pid_to_str): Likewise.
2321 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
2322 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
2323 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
2324 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
2325 (lin_lwp_pid_to_str): Likewise.
2326 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
2327 (thread_db_resume, thread_db_wait): Likewise.
2328 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
2329 (linuxthreads_resume, linuxthreads_wait): Likewise.
2330 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
2331 (child_pid_to_str): Likewise.
2332 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
2333 * mac-nat.c (child_wait, child_resume): Likewise.
2334 * mips-tdep.c (mips_read_pc): Likewise.
2335 * monitor.c (monitor_wait, monitor_resume): Likewise.
2336 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
2337 * ppc-bdm.c (bdm_ppc_wait): Likewise.
2338 * procfs.c (do_attach, procfs_wait, procfs_resume)
2339 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
2340 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
2341 (procfs_find_LDT_entry): Likewise.
2342 * regcache.c (read_register_pid, read_signed_register_pid)
2343 (write_register_pid, generic_target_read_pc, read_pc_pid)
2344 (generic_target_write_pc, write_pc_pid): Likewise.
2345 * regcache.h (read_register_pid, read_signed_register_pid)
2346 (write_register_pid): Likewise.
2347 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
2348 * remote-array.c (array_wait, array_resume): Likewise.
2349 * remote-bug.c (bug_wait, bug_resume): Likewise.
2350 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
2351 * remote-eb.c (eb_wait, eb_resume): Likewise.
2352 * remote-es.c (es1800_wait, es1800_resume): Likewise.
2353 * remote-mips.c (mips_wait, mips_resume): Likewise.
2354 * remote-mm.c (mm_wait, mm_resume): Likewise.
2355 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
2356 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
2357 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
2358 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
2359 * remote-sds.c (sds_wait, sds_resume): Likewise.
2360 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
2361 * remote-st.c (st2000_wait, st2000_resume): Likewise.
2362 * remote-udi.c (udi_wait, udi_resume): Likewise.
2363 * remote-vx.c (vx_wait, vx_resume): Likewise.
2364 * remote.c (remote_current_thread, remote_resume, remote_wait)
2365 (remote_async_resume, remote_async_wait, remote_cisco_wait)
2366 (remote_thread_alive): Likewise.
2367 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
2368 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
2369 (solaris_pid_to_str): Likewise.
2370 * symm-nat.c (child_wait, child_resume): Likewise.
2371 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
2372 (debug_to_notice_signals, debug_to_thread_alive)
2373 (normal_target_post_startup_inferior, normal_pid_to_str)
2374 (debug_to_post_startup_inferior): Likewise.
2375 * target.h (to_resume, to_wait, to_post_wait)
2376 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
2377 (to_pid_to_str [all in struct target_ops]): Likewise.
2378 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
2379 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
2380 (attach_thread, detach_thread, thread_db_resume, check_event)
2381 (thread_db_post_startup_inferior, thread_db_thread_alive)
2382 (thread_db_pid_to_str): Likewise.
2383 * thread.c (add_thread, delete_thread, find_thread_pid)
2384 (pid_to_thread_id, in_thread_list, load_infrun_state)
2385 (save_infrun_state, switch_to_thread, restore_current_thread)
2386 (make_cleanup_restore_current_thread): Likewise.
2387 * top.c (target_wait_hook): Likewise.
2388 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
2389 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
2390 (uw_thread_pid_to_str): Likewise.
2391 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
2392 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
2393 (cywin_pid_to_str): Likewise.
2394 * wince.c (child_wait, child_resume, win32_child_thread_alive):
2395 Likewise.
2396 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
2397 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
2398 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
2399 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
2400 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
2401 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
2402 (procfs_set_watchpoint): Likewise.
2403 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
2404 * config/i386/nm-ptx4.h (child_wait): Likewise.
2405 * config/i386/nm-symmetry.h (child_wait): Likewise.
2406 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
2407 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
2408 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
2409 (lin_lwp_attach_lwp): Likewise.
2410 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
2411 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
2412 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
2413 (hppa_pid_or_tid_to_str): Likewise.
2414 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
2415 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
2416 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
2417 (procfs_set_watchpoint): Likewise.
2418
2419 * gdbthread.h (thread_id_to_pid): Change return type which
2420 represents a combined process/thread id from ``int'' to
2421 ``ptid_t''.
2422 * gnu-nat.c (gnu_wait): Likewise.
2423 * go32-nat.c (go32_wait): Likewise.
2424 * hpux-thread.c (hpux_thread_wait): Likewise.
2425 * inferior.h (procfs_first_available): Likewise.
2426 * inftarg.c (child_wait): Likewise.
2427 * infttrace.c (ptrace_wait): Likewise.
2428 * lin-lwp.c (lin_lwp_wait): Likewise.
2429 * lin-thread.c (thread_db_wait): Likewise.
2430 * linux-thread.c (linuxthreads_wait): Likewise.
2431 * lynx-nat.c (child_wait): Likewise.
2432 * m3-nat.c (mach_really_wait): Likewise.
2433 * mac-nat.c (child_wait): Likewise.
2434 * monitor.c (monitor_wait): Likewise.
2435 * ppc-bdm.c (bdm_ppc_wait): Likewise.
2436 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
2437 * remote-adapt.c (adapt_wait): Likewise.
2438 * remote-array.c (array_wait): Likewise.
2439 * remote-bug.c (bug_wait): Likewise.
2440 * remote-e7000.c (e7000_wait): Likewise.
2441 * remote-eb.c (eb_wait): Likewise.
2442 * remote-es.c (es1800_wait): Likewise.
2443 * remote-mips.c (mips_wait): Likewise.
2444 * remote-mm.c (mm_wait): Likewise.
2445 * remote-nindy.c (nindy_wait): Likewise.
2446 * remote-os9k (rombug_wait): Likewise.
2447 * remote-rdi.c (arm_rdi_wait): Likewise.
2448 * remote-rdp.c (remote_rdp_wait): Likewise.
2449 * remote-sds.c (sds_wait): Likewise.
2450 * remote-sim.c (gdbsim_wait): Likewise.
2451 * remote-st.c (st2000_wait): Likewise.
2452 * remote-udi.c (udi_wait): Likewise.
2453 * remote-vx.c (vx_wait): Likewise.
2454 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
2455 (remote_cisco_wait): Likewise.
2456 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
2457 Likewise.
2458 * symm-nat.c (child_wait): Likewise.
2459 * target.c (debug_to_wait): Likewise.
2460 * target.h (to_wait [in struct target_ops]): Likewise.
2461 * thread.c (thread_id_to_pid): Likewise.
2462 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
2463 Likewise.
2464 * top.c (*target_wait_hook): Likewise.
2465 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
2466 * v850ice.c (v850ice_wait): Likewise.
2467 * win32-nat.c (child_wait): Likewise.
2468 * wince.c (child_wait): Likewise.
2469 * config/nm-lynx.h (child_wait): Likewise.
2470 * config/i386/nm-ptx4.h (child_wait): Likewise.
2471 * config/i386/nm-symmetry.h (child_wait): Likewise.
2472
2473 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
2474 to wait_ptid and change its type from ``int'' to ``ptid_t''.
2475 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
2476 but rename saved_inferior_pid to saved_inferior_ptid.
2477 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
2478 save_pid to save_ptid.
2479 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
2480 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
2481 saved_inferior_pid to saved_inferior_ptid.
2482 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
2483 * infrun.c (previous_inferior_pid [static global]): Likewise,
2484 but rename to previous_inferior_ptid.
2485 (resume): Likewise, but rename resume_pid to resume_ptid.
2486 (struct execution_control_state): Likewise, but rename
2487 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
2488 and waiton_pid to waiton_ptid.
2489 (target_last_wait_pid): Likewise, but rename to
2490 target_last_wait_ptid.
2491 * infttrace.c (saved_real_pid): Likewise, but rename to
2492 saved_real_ptid.
2493 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
2494 to saved_inferior_ptid.
2495 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
2496 (trap_ptid): Likewise, but renamed from trap_pid.
2497 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
2498 to gdb_ptid.
2499 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
2500 (thread_db_wait): Likewise, but rename ret_pid to retptid.
2501 * procfs.c (procfs_wait): Likewise, for retval whose name
2502 doesn't change. Also, ``temp'' becomes two separate variables,
2503 one named temp_tid (an int) and the other temp_ptid.
2504 (procfs_notice_thread): Likewise (type change) for gdb_threadid
2505 whose name does not change.
2506 * regcache.c (registers_ptid): Likewise, but renamed from
2507 registers_pid.
2508 (read_register_pid, read_signed_register_pid, write_register_pid):
2509 Likewise, but rename save_pid to save_ptid.
2510 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
2511 to saved_inferior_ptid.
2512 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
2513 * sol-thread.c (struct ps_prochandle): Likewise.
2514 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
2515 (sol_thread_wait): Likewise, for rtnval whose name does not
2516 change, and for save_pid which becomes save_ptid.
2517 (solaris_pid_to_str): Likewise for lwp whose name does not change.
2518 (sol_find_new_threads_callback): Likewise, for pid which becomes
2519 ptid.
2520 * target.h (target_resume, target_wait, target_post_wait)
2521 (target_post_startup_inferior, target_notice_signals)
2522 (target_thread_alive): Likewise.
2523 * thread.c (info_threads_command): Likewise, but rename
2524 current_pid to current_ptid.
2525 (struct current_thread_cleanup): Likewise, but rename field
2526 inferior_pid to inferior_ptid.
2527 * thread-db.c (find_new_threads_callback): Likewise, but rename
2528 pid to ptid.
2529 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
2530 change.
2531 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
2532 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
2533 but rename pid to ptid.
2534 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
2535 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
2536 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
2537 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
2538 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
2539 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
2540
2541 * arch-utils.c (generic_prepare_to_proceed): Test for the
2542 "zero" ptid by using ptid_equal() to test to see if variable
2543 in question is the same as null_ptid. This replaces a direct
2544 test against zero.
2545 * cxux-nat.c (add_shared_symbol_files): Likewise.
2546 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
2547 * infcmd.c (run_command): Likewise.
2548 * inflow.c (kill_command): Likewise.
2549 * infttrace.c (call_ttrace): Likewise.
2550 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
2551 * lin-thread.c (thread_db_kill): Likewise.
2552 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
2553 * remote-es.c (es1800_kill): Likewise.
2554 * sol-thread.c (sol_thread_create_inferior): Likewise.
2555 * solib.c (locate_base): Likewise.
2556 * target.c (nosupport_runtime): Likewise.
2557 * thread-db.c (thread_db_wait): Likewise.
2558 * top.c (quit_confirm, quit_force): Likewise.
2559 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
2560
2561 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
2562 Use ptid_equal to compare value of process/thread ids instead of
2563 ``=='' and ``!='' operators.
2564 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
2565 (stop_wait_callback, lin_lwp_wait): Likewise.
2566 * procfs.c (procfs_wait): Likewise.
2567 * regcache.c (read_register_bytes, read_register_gen)
2568 (write_register_gen, read_register, read_register_pid)
2569 (read_signed_register, read_signed_register_pid, write_register)
2570 (write_register_pid, supply_register): Likewise.
2571 * remote-vx.c (vx_resume): Likewise.
2572 * sol-thread.c (sol_thread_wait): Likewise.
2573 * symm-nat.c (kill_inferior): Likewise.
2574 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
2575 (in_thread_list, info_threads_command, switch_to_thread)
2576 (restore_current_thread): Likewise.
2577 * uw-thread (libtread_stub): Likewise.
2578
2579 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
2580
2581 * corelow.c (add_to_thread_list): Convert argument in add_thread()
2582 call to a ptid_t.
2583 * gnu-nat.c (inf_validate_procs): Likewise.
2584 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
2585 * remote.c (record_currthread, remote_threads_info): Likewise.
2586 * win32-nat.c (child_add_thread): Likewise.
2587
2588 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
2589 respectively, to save_inferior_ptid() and restore_inferior_ptid().
2590 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
2591 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
2592 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
2593 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
2594 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
2595 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
2596 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
2597
2598 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
2599 to be passed to target_resume() when all threads should resume.
2600 (resume): Set resume_ptid to RESUME_ALL rather than -1.
2601 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
2602 instead of -1.
2603 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
2604 a ptid_t in target_resume() call.
2605 * osfsolib.c (solib_create_inferior_hook): Likewise.
2606 * solib-svr4.c (solib_create_inferior_hook): Likewise.
2607
2608 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
2609 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
2610 difference being that the 0xffff pattern will be interpreted
2611 as -1.
2612 * lin-thread.c (PIDGET, PIDGET0): Likewise.
2613 * thread-db.c (PIDGET, PIDGET0): Likewise.
2614 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
2615 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
2616 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
2617 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
2618
2619 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
2620 mach_really_wait rather than mach_really__wait.
2621 * lin-thread.c (check_for_thread_event): Fix warning; make function
2622 actually return a value.
2623
2624 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
2625 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
2626 pid to ptid.
2627 * gdbarch.h, gdbarch.c: Regenerated.
2628
2629 2001-05-03 Jonathan Larmour <jlarmour@redhat.com>
2630
2631 * rdi-share/devsw.c: Include <time.h> for struct tm
2632
2633 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2634
2635 * config/djgpp/fnchange.lst: Add mappings for the new
2636 opcodes/openrisc-* files.
2637
2638 2001-05-01 Michael Snyder <msnyder@redhat.com>
2639
2640 * lin-lwp.c: Change printf to fprintf_unfiltered.
2641 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
2642
2643 2001-05-01 Nicholas Duffek <nsd@redhat.com>
2644
2645 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
2646 (rs6000_in_solib_return_trampoline): Declare.
2647 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
2648 function.
2649 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
2650 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
2651 check after the CSECT check rather than before it. Allocate
2652 separate symtabs for CSECTs whose names begin with '@'.
2653 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
2654 Activate the misc_func_recorded mechanism for whose names begin
2655 with '@'.
2656
2657 2001-04-30 J.T. Conklin <jtc@redback.com>
2658
2659 * ppcnbsd-nat.c (fetch_inferior_registers)
2660 (store_inferior_registers, fetch_core_registers): Changed to use
2661 fpreg[] instead of r_regs[] to access floating point registers.
2662
2663 2001-04-30 Elena Zannoni <ezannoni@redhat.com>
2664
2665 * sh-tdep.c: Get rid of the function prototypes.
2666 (sh_sh4_build_float_register_type): Move earlier in file.
2667 (fv_reg_base_num): Ditto.
2668 (dr_reg_base_num): Ditto.
2669
2670 2001-04-30 Michael Snyder <msnyder@redhat.com>
2671
2672 * thread-db.c: Revert 2001-04-26 change for debugging output.
2673 * lin-lwp.c: Ditto.
2674 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
2675 command to turn extra debugging output on / off.
2676
2677 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2678
2679 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
2680 (top-level): #include filenames.h.
2681
2682 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
2683 FILENAME_CMP, to DTRT on non-Posix platforms.
2684 (top-level): #include filenames.h.
2685
2686
2687 2001-04-27 Andrew Cagney <ac131313@redhat.com>
2688
2689 * gdbtypes.c (check_stub_method): Always initialize ``p''.
2690
2691 2001-04-27 Andrew Cagney <ac131313@redhat.com>
2692
2693 * configure.host: Delete romp host.
2694 * TODO: Update.
2695
2696 2001-04-27 Andrew Cagney <ac131313@redhat.com>
2697
2698 * TODO: Updates to 5.1. No more targets to obsolete.
2699
2700 2001-04-27 Don Howard <dhoward@redhat.com>
2701
2702 (Changes from Kevin Buettner, with minor update by Don Howard.)
2703
2704 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
2705 typos in which hexadecimal constants were really intended to be
2706 binary constants.
2707 (i387_tag): Swap logic regarding zero vs non-zero exponents.
2708 * MAINTAINERS (Misc): Added myself to the write-after-approval
2709 list.
2710
2711 2001-04-26 Jim Blandy <jimb@redhat.com>
2712
2713 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
2714
2715 Abstract out operations specific to particular C++ ABI's, and
2716 invoke them through a function table. This removes the C++ ABI
2717 dependencies scattered throughout the code, and allows us to
2718 cleanly add support for new C++ ABI's.
2719 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
2720 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
2721 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
2722 #include "cp-abi.h". These files all use functions now declared
2723 there.
2724 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
2725 Deleted. These services are now provided by functions declared in
2726 cp-abi.h.
2727 * value.h (value_rtti_type, value_virtual_fn_field): Same.
2728 * values.c (value_virtual_fn_field): Same, for this definition.
2729 * valops.c (value_rtti_type): Same.
2730 * c-typeprint.c (c_type_print_base): Use the functions from
2731 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
2732 tests.
2733 * dbxread.c (record_minimal_symbol): Same.
2734 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
2735 virtual_base_index_skip_primaries): Same.
2736 * jv-typeprint.c (java_type_print_base): Same.
2737 * linespec.c (find_methods, decode_line_1): Same.
2738 * symtab.c (gdb_mangle_name): Same.
2739 * Makefile.in (SFILES): Add the new .c files mentioned above.
2740 (cp_abi_h): New variable.
2741 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
2742 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
2743 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
2744 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
2745 dependency on $(cp_abi_h).
2746
2747 2001-04-26 Michael Snyder <msnyder@redhat.com>
2748
2749 * thread-db.c (_initialize_thread_db): Add set/show command
2750 "debug-linux-threads" for debugging output.
2751 * lin-lwp.c (various): Use global "debug_linux_threads to
2752 turn on extra debugging output.
2753 * lin-lwp.c: Minor cleanups in comments.
2754 * target.c (normal_pid_to_str): Get rid of an ancient hack.
2755 * remote.c (remote_pid_to_str): New function for remote target.
2756
2757 2001-04-24 Jim Blandy <jimb@redhat.com>
2758
2759 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
2760 qualifier on C++ references; all references are innately const.
2761
2762 2001-04-20 Mark Kettenis <kettenis@gnu.org>
2763
2764 * event-top.h: Fix formatting.
2765
2766 2001-04-17 Andrew Cagney <ac131313@redhat.com>
2767
2768 * source.c (openp): Obsolete #ifdef MPW code.
2769 (open_source_file): Ditto.
2770 * event-top.c (display_gdb_prompt): Ditto.
2771 * utils.c (query): Ditto.
2772 (init_page_info): Ditto.
2773 (init_page_info): Delete #ifndef MPW.
2774 * top.c (gdb_readline): Ditto.
2775 * mac-xdep.c: Obsolete.
2776 * mac-gdb.r: Obsolete.
2777 * config/powerpc/xm-mpw.h: Obsolete.
2778 * config/xm-mpw.h: Obsolete.
2779 * mpw-make.sed: Obsolete.
2780 * mpw-config.in: Obsolete.
2781 * TODO: Update
2782 * NEWS: Update
2783
2784 2001-04-19 Mark Kettenis <kettenis@gnu.org>
2785
2786 * i386-tdep.c (i386_frameless_function_invocation): New function.
2787 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
2788 in terms of i386_frameless_function_invocation. Adjust comment.
2789 (i386_frameless_function_invocation): New prototype.
2790
2791 2001-04-18 Martin M. Hunt <hunt@redhat.com>
2792
2793 * top.c (gdb_init): Don't call cli_out_new() to
2794 create global uiout if init_ui_hook is set. uiout will
2795 have to be initialized there.
2796
2797 2001-04-18 Andrew Cagney <ac131313@redhat.com>
2798
2799 * arch-utils.c: Include "regcache.h".
2800
2801 2001-04-18 Mark Kettenis <kettenis@gnu.org>
2802
2803 * i386-tdep.c (i386_saved_pc_after_call): New function.
2804 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
2805 of i386_saved_pc_after_call.
2806 (i386_saved_pc_after_call): New prototype.
2807
2808 2001-04-17 Michael Snyder <msnyder@redhat.com>
2809
2810 * i386-nat.c: Fix typo in comment.
2811 * solib.c (no_shared_libraries): New function. Discard all symbols
2812 from shared libraries.
2813 (_initialize_solib): Add command "nosharedlibrary" as complement
2814 to the command "sharedlibrary". Unloads symbols for all solibs.
2815
2816 2001-04-16 Andrew Cagney <ac131313@redhat.com>
2817
2818 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
2819 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
2820 (m68*-est-*, m68*-sony-*, m68*-isi-*):
2821 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
2822 * config/m68k/xm-news.h: Obsolete.
2823 * config/m68k/tm-news.h:
2824 * config/m68k/xm-news1000.h: Obsolete.
2825 * config/m68k/news.mh: Obsolete.
2826 * config/m68k/news.mt: Obsolete.
2827 * config/m68k/nm-news.h: Obsolete.
2828 * config/m68k/news1000.mh: Obsolete.
2829 * news-xdep.c: Obsolete.
2830 * Makefile.in (isi-xdep.o): Obsolete.
2831 (ALLDEPFILES): Delete isi-xdep.c.
2832 (tm-isi.h): Obsolete.
2833 * m68k-tdep.c (altos_skip_prologue): Update comments.
2834 (isi_skip_prologue): Obsolete.
2835 * isi-xdep.c: Obsolete.
2836 * config/m68k/xm-isi.h: Obsolete.
2837 * config/m68k/isi.mh: Obsolete.
2838 * config/m68k/tm-isi.h: Obsolete.
2839 * config/m68k/isi.mt: Obsolete.
2840
2841 * TODO: Update.
2842 * NEWS: Update.
2843
2844 2001-04-17 Michael Snyder <msnyder@redhat.com>
2845
2846 * remote.c (remote_open_1): On opening the remote target, activate
2847 the solib_create_inferior_hook, so that it can detect when the
2848 target loads shared libraries.
2849 (remote_async_open_1): Ditto.
2850
2851 2001-04-17 Michael Snyder <msnyder@redhat.com>
2852
2853 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
2854 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
2855 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
2856 * testsuite/gdb.trace/infotrace.exp: Ditto.
2857 * testsuite/gdb.trace/passcount.exp: Ditto.
2858 * testsuite/gdb.trace/while-stepping.exp: Ditto.
2859
2860 2001-04-17 Michael Snyder <msnyder@redhat.com>
2861
2862 * thread-db.c (check_thread_signals): When looping over all
2863 signals, ignore signal zero.
2864 (disable_thread_signals): Ditto.
2865
2866 2001-04-17 Eirik Fuller <eirik@netapp.com>
2867
2868 * thread.c (do_captured_thread_select): Allow the argument to the
2869 thread command to be an expression rather than a literal integer.
2870
2871 2001-04-17 Mark Kettenis <kettenis@gnu.org>
2872
2873 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
2874 read_memory_unsigned_integer instead of read_memory_integer.
2875
2876 2001-04-16 Kevin Buettner <kevinb@redhat.com>
2877
2878 * solib-aix5.c (map_index_vs_section_name_okay): New function.
2879 (aix5_relocate_main_executable): Don't use file offsets for
2880 determining corresponding sections and map file entries. Call
2881 map_index_vs_section_name_okay() to do this instead.
2882
2883 2001-04-16 Kevin Buettner <kevinb@redhat.com>
2884
2885 * procfs.c (open_with_retry): New function.
2886 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
2887 (proc_get_LDT_entry): Call open_with_retry() instead of open().
2888
2889 2001-04-16 Kevin Buettner <kevinb@redhat.com>
2890
2891 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
2892 comparison against TRAP_HWBKPT constant yet again to account
2893 for the various values used by different kernel versions.
2894
2895 2001-04-16 Daniel Berlin <dan@cgsoftware.com>
2896
2897 * demangle.c (_initialize_demangler): Use xcalloc on the
2898 demangling_style_names, and make it a null terminated array of
2899 names, to avoid a crash.
2900
2901 2001-04-16 Mark Kettenis <kettenis@gnu.org>
2902
2903 * i386-tdep.c (i386_frame_chain): New function.
2904 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
2905 i386_frame_chain.
2906 (i386_frame_chain): New prototype.
2907
2908 2001-04-14 J.T. Conklin <jtc@redback.com>
2909
2910 * target.h (target_ops): Removed to_core_file_to_sym_file vector
2911 function.
2912 * corelow.c (core_ops): Updated for above change.
2913 * gnu-nat.c (core_ops): Likewise.
2914 * inftarg.c (child_ops): Likewise.
2915 * monitor.c (monitor_ops): Likewise.
2916 * ppc-bdm.c (bdm_ppc_ops): Likewise.
2917 * remote-adapt.c (adapt_ops): Likewise.
2918 * remote-bug.c (bug_ops): Likewise.
2919 * remote-e7000.c (e7000_ops): Likewise.
2920 * remote-eb.c (eb_ops): Likewise.
2921 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
2922 * remote-mm.c (mm_ops): Likewise.
2923 * remote-nindy.c (nindy_ops): Likewise.
2924 * remote-nrom.c (nrom_ops): Likewise.
2925 * remote-os9k.c (rombug_ops): Likewise.
2926 * remote-rdp.c (remote_rdp_ops): Likewise.
2927 * remote-sim.c (gdbsim_ops): Likewise.
2928 * remote-st.c (st2000_ops): Likewise.
2929 * v850ice.c (v850ice_ops): Likewise.
2930 * target.c (cleanup_target): Likewise
2931 (update_current_target): Likewise.
2932 (setup_target_debug): Likewise
2933 (debug_to_core_file_to_sym_file): Removed.
2934
2935 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
2936 sets symbol file from information obtained from the core file.
2937 * corelow.c (core_file_to_sym_file): Removed.
2938
2939 2001-04-13 Fernando Nasser <fnasser@redhat.com>
2940
2941 From Adam Mirowski <Adam.Mirowski@Sun.COM>
2942 Fixed Insight on Solaris. It was not possible to debug a process
2943 because of EINTR "errors".
2944 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
2945 with EINTR, retry the call.
2946
2947 2001-04-12 Kevin Buettner <kevinb@redhat.com>
2948
2949 * solib-aix5.c (enum maptype): Delete.
2950 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
2951 member a pointer instead of a statically sized array.
2952 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
2953 array.
2954 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
2955 aix5_find_global_pointer): Search for correct mapping to use
2956 based on file offset instead of knowledge of whether the section
2957 is read-only or read/write.
2958 (aix5_find_gate_addresses): Use the first mapping instead of
2959 the (now defunct) MT_READONLY mapping.
2960
2961 2001-04-12 Nicholas Duffek <nsd@redhat.com>
2962
2963 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
2964 "@".
2965
2966 2001-04-12 Kevin Buettner <kevinb@redhat.com>
2967
2968 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
2969
2970 2001-04-09 Andrew Cagney <ac131313@redhat.com>
2971
2972 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
2973 * config/i386/sun386.mh: Obsolete.
2974 * config/i386/sun386.mt: Obsolete.
2975 * config/i386/xm-sun386.h: Obsolete.
2976 * config/i386/tm-sun386.h: Obsolete.
2977 * config/i386/nm-sun386.h: Obsolete.
2978 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
2979 (sun386-nat.o): Target is obsolete.
2980 * sun386-nat.c: Obsolete.
2981 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
2982 * configure.host (i[3456]86-*-sunos*): Obsolete.
2983 * NEWS: Update.
2984 * TODO: Update.
2985
2986 2001-04-10 J.T. Conklin <jtc@redback.com>
2987
2988 * maint.c: Fix typo in comment.
2989
2990 2001-04-09 Keith Seitz <keiths@cygnus.com>
2991
2992 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
2993
2994 2001-04-08 Kevin Buettner <kevinb@redhat.com>
2995
2996 * fork-child.c (fork_inferior, clone_and_follow_inferior):
2997 Document fact that apparent call to vfork() might actually be
2998 a call to fork() instead.
2999 * ser-pipe.c (pipe_open): Likewise.
3000
3001 2001-04-08 Kevin Buettner <kevinb@redhat.com>
3002
3003 * printcmd.c (print_frame_args): Use a cleanup to invoke
3004 ui_out_list_end() so that the list count nesting flag will
3005 be decremented properly when an error occurs.
3006 * stack.c (print_frame): Likewise.
3007
3008 2001-04-06 J.T. Conklin <jtc@redback.com>
3009
3010 * dcache.c (dcache_write_line): Fixed bugs where cache line was
3011 not written to target correctly.
3012
3013 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
3014 void return value;
3015 * gdbserver/low-nbsd.c: Likewise.
3016 * gdbserver/low-sparc.c: Likewise.
3017 * gdbserver/low-sun3.c: Likewise.
3018
3019 2001-04-06 Geoffrey Keating <geoffk@redhat.com>
3020
3021 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
3022 (PTRACE_DETACH): Don't define.
3023
3024 2001-04-06 David Smith <dsmith@redhat.com>
3025
3026 * arch-utils.c (default_prepare_to_proceed)
3027 (generic_prepare_to_proceed): Added new functions.
3028 * arch-utils.h: New function declarations for
3029 default_prepare_to_proceed() and generic_prepare_to_proceed().
3030 * gdbarch.sh: Added PREPARE_TO_PROCEED.
3031 * gdbarch.c: Regenerated.
3032 * gdbarch.h: Regenerated.
3033 * inferior.h: Added get_last_target_status() declaration.
3034 * infrun.c (get_last_target_status): Added new function.
3035 (handle_inferior_event): Saves last pid and waitstatus, which will
3036 get returned by get_last_target_status().
3037
3038 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
3039 prepare_to_proceed() is potentially redundant since
3040 default_prepare_to_proceed() has been added.
3041 * linux-thread.c (prepare_to_proceed): Ditto.
3042 * lin-lwp.c (prepare_to_proceed): Ditto.
3043 * m3-nat.c (prepare_to_proceed): Ditto.
3044
3045 2001-04-05 Andrew Cagney <ac131313@redhat.com>
3046
3047 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
3048 and powerpc-*-netware* target.
3049 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
3050 Obsolete.
3051 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
3052 (powerpcle-*-solaris*): Obsolete.
3053 * config/powerpc/tm-cygwin.h: Obsolete.
3054 * config/powerpc/cygwin.mt: Obsolete.
3055 * config/powerpc/xm-cygwin.h: Obsolete.
3056 * config/powerpc/cygwin.mh: Obsolete.
3057 * config/powerpc/nm-solaris.h: Obsolete.
3058 * config/powerpc/xm-solaris.h: Obsolete.
3059 * config/powerpc/tm-solaris.h: Obsolete.
3060 * config/powerpc/solaris.mt: Obsolete.
3061 * config/powerpc/tm-ppc-nw.h: Obsolete.
3062 * config/powerpc/ppc-nw.mt: Obsolete.
3063 * TODO: Update.
3064 * NEWS: Update.
3065
3066 2001-04-06 Fernando Nasser <fnasser@redhat.com>
3067
3068 * buildsym.c (record_line): Turn off unused addr bits.
3069
3070 2001-04-06 Fernando Nasser <fnasser@redhat.com>
3071
3072 From David Deephanphongs <deephan@telocity.com>
3073 * inferior.h: Fix declarations of get_inferior_args and
3074 set_inferior_args, which were missing the trailing 's'.
3075
3076 2001-04-05 Jeff Holcomb <jeffh@redhat.com>
3077
3078 * monitor.c (monitor_supply_register): Only report an error if we
3079 don't get a valid value.
3080
3081 2001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
3082
3083 * README: Don't mention gdba.el.
3084
3085 2001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3086
3087 From Jimmy Guo <guo@cup.hp.com>
3088 * top.c (init_main): set prompt if annotation_level>1,
3089 this is necessary when annotation_level is set to 2 via
3090 --annotate=2 command line option.
3091
3092 2001-04-04 Andrew Cagney <ac131313@redhat.com>
3093
3094 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
3095 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
3096 * configure.host (a29k-*-*): Obsolete.
3097 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
3098 ultra3-xdep.c.
3099 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
3100 * config/a29k/tm-ultra3.h: Obsolete.
3101 * config/a29k/ultra3.mt: Obsolete.
3102 * config/a29k/ultra3.mh: Obsolete.
3103 * config/a29k/nm-ultra3.h: Obsolete.
3104 * config/a29k/xm-ultra3.h: Obsolete.
3105 * ultra3-xdep.c: Obsolete.
3106 * ultra3-nat.c: Obsolete.
3107 * config/a29k/a29k-kern.mt: Obsolete.
3108 * NEWS: Update.
3109 * TODO: Update.
3110
3111 Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
3112
3113 * main.c: Remove windows.h use.
3114 (gdbtk_test): Use PATH_MAX for home var calculation.
3115 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
3116 Win32 in colon test.
3117 * ser-tcp.c: Use modern __CYGWIN__ conditional.
3118 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
3119 (openp): Ditto.
3120 * symfile.c (symfile_bfd_open): Ditto.
3121
3122 2001-04-04 Martin M. Hunt <hunt@redhat.com>
3123
3124 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
3125 Handle all stream setup in gdbtk_init
3126
3127 2001-04-04 Mark Kettenis <kettenis@gnu.org>
3128
3129 * i386-tdep.c (i386_extract_return_value): Don't return the return
3130 value of a void function.
3131 (i386_store_return_value): Likewise.
3132
3133 2001-04-03 Andrew Cagney <ac131313@redhat.com>
3134
3135 Obsolete w65-*-* target.
3136 * configure.tgt (w65-*-*): Obsolete.
3137 * config/w65/w65.mt: Obsolete.
3138 * config/w65/tm-w65.h: Obsolete.
3139 * w65-tdep.c: Obsolete.
3140 * NEWS: Update. Fix TiC80 description.
3141 * TODO: Update.
3142
3143 2001-04-03 Andrew Cagney <ac131313@redhat.com>
3144
3145 Obsolete tic80-*-* target.
3146 * configure.tgt (tic80-*-*): Obsolete.
3147 * config/tic80/tic80.mt: Obsolete.
3148 * config/tic80/tm-tic80.h: Obsolete.
3149 * tic80-tdep.c: Obsolete.
3150 * TODO: Update
3151 * NEWS: Update.
3152
3153 2001-04-02 J.T. Conklin <jtc@redback.com>
3154
3155 * remote-mips.c (S_IROTH): Moved definition from here.
3156 * gdb_stat.h (S_IROTH): to here.
3157
3158 * remote.c (remote_protocol_e, remote_protocol_E): Define.
3159 (set_remote_protocol_e_packet_cmd)
3160 (set_remote_protocol_E_packet_cmd)
3161 (show_remote_protocol_e_packet_command)
3162 (show_remote_protocol_E_packet_command): New functions.
3163 (init_all_packet_configs): Initialize remote_protocol_e and
3164 remote_protocol_E.
3165 (remote_resume, remote_async_resume): Support e/E command
3166 packets.
3167 (show_remote_cmd): Show state of remote_protocol_e and
3168 remote_protocol_E.
3169 (_initialize_remote): Add "set remote step-over-range-packet"
3170 and "set remote step-over-range-w-signal-packet" to CLI.
3171
3172 2001-04-01 Andrew Cagney <ac131313@redhat.com>
3173
3174 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
3175 ns32k-utek-*.
3176 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
3177 (umax-xdep.o, ns32km3-nat.o): Obsolete.
3178 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
3179 Obsolete.
3180 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
3181 Obsolete.
3182 * config/ns32k/merlin.mh: Obsolete.
3183 * config/ns32k/merlin.mt: Obsolete.
3184 * config/ns32k/xm-merlin.h: Obsolete.
3185 * config/ns32k/tm-merlin.h: Obsolete.
3186 * config/ns32k/nm-umax.h: Obsolete.
3187 * config/ns32k/umax.mh: Obsolete.
3188 * config/ns32k/umax.mt: Obsolete.
3189 * config/ns32k/xm-umax.h: Obsolete.
3190 * umax-xdep.c: Obsolete.
3191 * config/ns32k/ns32km3.mh: Obsolete.
3192 * config/ns32k/ns32km3.mt: Obsolete.
3193 * config/ns32k/tm-ns32km3.h: Obsolete.
3194 * config/ns32k/xm-ns32km3.h: Obsolete.
3195 * ns32km3-nat.c: Obsolete.
3196 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
3197 (merlin_frame_num_args): Ditto.
3198 * NEWS: Update.
3199 * TODO: Update.
3200
3201 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3202
3203 * config/djgpp/fnchange.lst: Tweak due to
3204 expect/example/chesslib.c.
3205
3206 2001-04-02 Kevin Buettner <kevinb@redhat.com>
3207
3208 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
3209 unsigned int to unsigned long. Also, fix format string.
3210 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
3211 use an undeclared variable. Also, delete declaration and
3212 initialization of ``fp'' because it is otherwise unused.
3213 * remote-bug.c (sleep): Delete declaration.
3214 (bug_store_register, bug_write_memory, bug_read_memory)
3215 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
3216 format statements and cast certain sprintf() arguments to
3217 eliminate warnings.
3218 (bug_load): Likewise for call to printf_filtered().
3219 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
3220 assignment to ``pc''. The necessary assignment is done in
3221 hand_function_call() after the invocation of FIX_CALL_DUMMY().
3222
3223 2001-03-20 Daniel Berlin <dberlin@redhat.com>
3224
3225 * symtab.c (completion_list_add_name): Remove duplicate string checks,
3226 readline already does this, and it's much faster at it, too.
3227
3228 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * go32-nat.c: Minor tweaks, to pacify the ari script.
3231
3232 2001-04-01 Mark Kettenis <kettenis@gnu.org>
3233
3234 * i386-tdep.c (i386_extract_struct_value_address): New function.
3235 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
3236 in terms of i386_extract_struct_value_address.
3237 (i386_extract_struct_value_address): New prototype.
3238
3239 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
3240 value to `unsigned long'. Change type of `value' to `unsigned
3241 long'.
3242 (i386_linux_dr_set): Change type of second argument to `unsigned
3243 long'.
3244 (i386_linux_dr_set_control): Change type of first argument to
3245 `unsigned long'.
3246 (i386_linux_dr_get_status): Change type of return value to
3247 unsigned long.
3248 * config/i386/nm-linux.h (i386_linux_dr_set_control,
3249 i386_linux_dr_get_status): Adjust prototypes accordingly.
3250
3251 2001-03-31 Kevin Buettner <kevinb@redhat.com>
3252
3253 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
3254 TRAP_HWBKPT constant to match that in the kernel headers for
3255 Linux/IA-64.
3256
3257 2001-03-31 Mark Kettenis <kettenis@gnu.org>
3258
3259 * i386bsd-nat.c: Include "gdb_assert.h".
3260 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
3261 already defined.
3262 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
3263 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
3264 i386bsd_dr_get_status): New functions.
3265 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
3266 (I386_USE_GENERIC_WATCHPOINTS): Define.
3267 Include "i386/nm-i386.h".
3268 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
3269 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
3270 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
3271 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
3272 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
3273 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
3274 ptrace request.
3275 * config.in, configure: Regenerate.
3276
3277 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
3278 register before enabling it by setting the control register.
3279 (i386_remove_aligned_watchpoint): Reset address register after
3280 disabling it by setting the control register.
3281
3282 * i386-tdep.c (i386_extract_return_value): If the type of the
3283 return value is TYPE_STRUCT and the number of fields is one, call
3284 ourselves with TYPE set tp the type of the first field.
3285 (i386_store_return_value): Likewise.
3286 This fixes a problem with returning structs consisting of a single
3287 `float' or `double' on *BSD.
3288
3289 2001-03-30 Mark Kettenis <kettenis@gnu.org>
3290
3291 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
3292 we're absolutely sure we're going to resume it.
3293
3294 * thread-db.c (check_event): Don't report an error if we encounter
3295 a thread creation event for a thread that's already in the thread
3296 list, since that may legitemately happen. Instead only call
3297 attach_thread if it's not already in the thread list.
3298
3299 2001-03-28 Andrew Cagney <ac131313@redhat.com>
3300
3301 * config/pa/xm-hppah.h (malloc): Really delete declaration
3302 (MALLOC_INCOMPATIBLE): Really delete macro.
3303 * cli/cli-cmds.c (apropos_command): Use xcalloc.
3304
3305 2001-03-28 Andrew Cagney <ac131313@redhat.com>
3306
3307 * configure.in (build_warnings): Add -Wuninitialized.
3308 * configure: Regenerate.
3309
3310 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
3311 * sparc-tdep.c (sparc64_push_arguments): Add default case to
3312 switch.
3313 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
3314 expression with if statement.
3315 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
3316 ``stack_size''.
3317 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
3318 (mips_dump_tdep): Fix setting of ef_mips_arch.
3319 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
3320 * dsrec.c (make_srec): Always initialize ``binbuf''.
3321 * monitor.c (monitor_read_memory_single): Do not pass an
3322 uninitialized buffer to monitor_error. Make ``i'' more local.
3323
3324 2001-03-28 Andrew Cagney <ac131313@redhat.com>
3325
3326 * MAINTAINERS: Change ns32k target to ,-Werror.
3327
3328 * ns32k-tdep.c: Include "gdbcore.h"
3329 (flip_bytes): Change first argument to void*. Add forward
3330 declaration.
3331 (sign_extend): Add declaration.
3332 (merlin_frame_num_args): Add final else clause to if-else chain.
3333 (umax_frame_num_args): Ditto.
3334 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
3335 (flip_bytes): Ditto.
3336
3337 2001-03-28 Mark Kettenis <kettenis@gnu.org>
3338
3339 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
3340 config/i386/nm-linux.h (including comment).
3341 (i386_linux_frame_chain): New function implementing guts of the
3342 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
3343 instead of read_memory_integer.
3344 (i386_linux_frame_saved_pc): Removed doc pointing to
3345 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
3346 now lives in this file.
3347 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
3348 i386-linux-tdep.c (including comment).
3349 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
3350 (i386_linux_frame_chain): New prototype.
3351
3352 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
3353 make it work again.
3354 (NUM_FREGS): Redefine to 0.
3355 (NUM_REGS): Redefine as NUM_GREGS.
3356 (i386_register_byte, i386_register_raw_size): Update from
3357 i386-tdep.c. Add comment about their origin.
3358 (regmap, register_u_addr): Take these from i386-linux-nat.c.
3359 (i386_register_u_addr): Removed.
3360
3361 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
3362 fails instead of calling perror_with_name. This should fix
3363 debugging remote i386 targets with a native Linux/x86 GDB. Add
3364 FIXME for this hack.
3365
3366 2001-03-19 J.T. Conklin <jtc@redback.com>
3367
3368 * arch-utils.c (#include "gdbthread.h"): Removed.
3369 (#include "symfile.h"): Removed.
3370 (XMALLOC): Removed unused macro.
3371 * breakpoint.c (tbreak_command): Removed local declaration.
3372 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
3373 Remove duplicate declarations.
3374 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
3375 (remove_solib_event_breakpoints): Fix indentation botch.
3376 * c-typeprint.c (#include "command.h"): Removed.
3377 (#include "gdbcmd.h"): Removed.
3378 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
3379 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
3380 Removed duplicate declarations.
3381 * ch-typeprint.c (#include "command.h"): Removed.
3382 (#include "gdbcmd.h"): Removed.
3383 * corefile.c (#include "frame.h"): Removed
3384 (#include "symfile.h"): Removed.
3385 (#include "language.h"): Removed.
3386 * dbxread.c (#include "command.h"): Removed.
3387 * environ.c (#include "gdbcore.h"): Removed.
3388 * event-loop.c (#include "top.h"): Removed.
3389 * f-typeprint.c (#include "command.h"): Removed.
3390 (#include "gdbcmd.h"): Removed.
3391 (#include "language.h"): Removed.
3392 (#include "typeprint.h"): Removed.
3393 (#include "frame.h"): Removed.
3394 * gdbtypes.h (print_type_scalar): Removed declaration.
3395 * infcmd.c (#include "completer.h"): Removed.
3396 * language.c (#include "frame.h"): Removed.
3397 * m2-typeprint.c (#include "command.h"): Removed.
3398 (#include "gdbcmd.h"): Removed.
3399 (#include "language.h"): Removed.
3400 * m2-valprint.c (#include "valprint.h"): Removed.
3401 * p-typeprint.c (#include "command.h"): Removed.
3402 (#include "gdbcmd.h"): Removed.
3403 * p-valprint.c (#include "typeprint.h"): Removed.
3404 * parse.c (#include "linespec.h"): Removed.
3405 * regcache.c (#include "frame.h"): Removed.
3406 * remote.c (#include "frame.h"): Removed.
3407 (getpkt_sane): Make static.
3408 * source.c (#include "completer.h"): Removed.
3409 * stack.c (#include "symfile.h"): Removed.
3410 (#include "objfiles.h"): Removed.
3411 * symfile.c (#include "completer.h"): Removed.
3412 * tracepoint.c (#include "completer.h"): Removed.
3413 * values.c (#include "frame.h"): Removed.
3414 * varobj.c (#include "valprint.h"): Removed.
3415 * wrapper.c (#include "frame.h"): Removed.
3416
3417 * memattr.c (create_mem_region): Removed unused variable.
3418 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
3419
3420 2001-03-27 Nick Clifton <nickc@redhat.com>
3421
3422 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
3423
3424 2001-03-27 Kevin Buettner <kevinb@redhat.com>
3425
3426 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
3427 of free().
3428
3429 2001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
3430
3431 * TODO (Cleanups): Remove the item about converting docs to GFDL.
3432
3433 2001-03-26 Kevin Buettner <kevinb@redhat.com>
3434
3435 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
3436 type of ``bundle'' from unsigned char * to char *.
3437 (ia64_get_saved_register): Use alloca() to allocate register
3438 buffers.
3439
3440 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
3441
3442 2001-03-26 Kevin Buettner <kevinb@redhat.com>
3443
3444 * proc-utils.h (procfs_ctl_t): New typedef.
3445 * proc-api.c (write_with_trace): Change type of ``opcode'' from
3446 long to procfs_ctl_t. Don't assume that the target has defined
3447 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
3448 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
3449 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
3450 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
3451 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
3452 Conditionally define as appropriate for AIX/non-AIX systems. Use
3453 these defines/typedefs as appropriate elsewhere in file.
3454 (struct procinfo): Change type of saved_sigset and saved_sighold
3455 from sigset_t to gdb_sigset_t. Make saved_exitset and
3456 saved_entryset pointer variables. Add two new fields, num_syscalls
3457 and syscall_names.
3458 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
3459 (sysset_t_size, sysset_t_alloc): New functions.
3460 (load_syscalls, free_syscalls, find_syscall): New functions for
3461 platforms which define DYNAMIC_SYSCALLS.
3462 (create_procinfo): Call load_syscalls.
3463 (destroy_one_procinfo): Call free_syscalls.
3464 (GDBRESET): Don't define twice.
3465 (proc_modify_flag): Change type of operation code array `arg'
3466 from long to procfs_ctl_t.
3467 (proc_stop_process, proc_wait_for_stop, proc_run_process)
3468 (proc_set_traced_signals, proc_set_traced_faults)
3469 (proc_set_traced_sysentry, proc_set_traced_sysexit)
3470 (proc_set_held_signals, proc_clear_current_fault)
3471 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
3472 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
3473 (proc_set_traced_sysentry): Dynamically allocate variable sized
3474 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
3475 (proc_set_traced_sysexit): Dynamically allocate variable
3476 sized struct gdb_proc_ctl_pcsexit. Also, free it at
3477 function exit.
3478 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
3479 for reading the sysset_t struct on AIX5.
3480 (procfs_debug_inferior): Don't assume that SYS_exit will be
3481 defined. Add new code for finding certain syscalls on AIX5.
3482 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
3483 (syscall_is_lwp_create): New functions.
3484 (procfs_wait): Restructured code which checks for certain
3485 system calls to use the new syscall_is_... functions.
3486 (procfs_notice_signals): Account for the fact that saved_entryset
3487 and saved_exitset in struct procinfo are now pointers.
3488
3489 2001-03-26 Kevin Buettner <kevinb@redhat.com>
3490
3491 * symtab.c (find_pc_sect_line): Revise method used for finding
3492 the ending pc.
3493
3494 2001-03-26 Mark Kettenis <kettenis@gnu.org>
3495
3496 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
3497 i386_linux_sigtramp_saved_sp): Make static.
3498 (i386_linux_frame_saved_pc): New function based on the old
3499 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
3500 of read_memory_integer.
3501 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
3502 (i386_linux_sigtramp_saved_pc): Remove prototype.
3503 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
3504 (i386_linux_frame_saved_pc): New prototype.
3505
3506 2001-03-26 Andrew Cagney <ac131313@redhat.com>
3507
3508 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
3509 * TODO (GDB 5.1 - Cleanups): Update.
3510
3511 2001-03-26 Andrew Cagney <ac131313@redhat.com>
3512
3513 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
3514 HAVE_VFORK.
3515
3516 2001-03-26 Mark Kettenis <kettenis@gnu.org>
3517
3518 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
3519
3520 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
3521 functions.
3522 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
3523 (STORE_STRUCT_RETURN): Redefine in terms of
3524 i386_store_struct_return.
3525 (i386_push_arguments, i386_store_struct_return): New prototypes.
3526 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
3527 definition was identical to the definition in "i386/tm-i386.h" so
3528 the new definition should suffice too.
3529
3530 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
3531
3532 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
3533 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
3534
3535 * config/djgpp/djconfig.sh: Add copyright notice.
3536
3537 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
3538 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
3539 (top level) <string.h>: Include gdb_string.h instead.
3540 (dos_noop, dos_raw, dos_noflush_set_tty_state)
3541 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
3542
3543 * go32-nat.c (go32_create_inferior): Move the declaration of
3544 `environ' to here from the top level.
3545 (top level) <_initialize_go32_nat>: Remove redundant prototype.
3546 <gdb_string.h>: Include it instead of string.h.
3547 (store_register): Call register_buffer instead of accessing
3548 registers[] directly.
3549 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
3550 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
3551 the function names at the start of the line.
3552 (go32_set_dr): Throw internal_error if the argument is not a valid
3553 debug register number.
3554 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
3555 (go32_wait, go32_xfer_memory, go32_files_info)
3556 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
3557
3558 2001-03-25 Jim Blandy <jimb@redhat.com>
3559
3560 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
3561
3562 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3563
3564 From Andrew Cagney <ac131313@redhat.com>
3565
3566 * coffread.c: Include "gdb_assert.h".
3567 (coff_symtab_read): Cast the integer s_sclass to a long before
3568 casting it to a pointer.
3569
3570 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3571
3572 From Andrew Cagney <ac131313@redhat.com>
3573
3574 * coffread.c (coff_symtab_read): Initialize
3575 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
3576 the ``.ef'' info.
3577 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
3578
3579 2001-03-23 Andrew Cagney <ac131313@redhat.com>
3580
3581 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
3582 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
3583 multi-arch.
3584
3585 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
3586 * gdbarch.h, gdbarch.c: Re-generate.
3587
3588 * target.h (SOFTWARE_SINGLE_STEP_P)
3589 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
3590
3591 2001-03-23 Andrew Cagney <ac131313@redhat.com>
3592
3593 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
3594 * gdbarch.h, gdbarch.c: Regenerate.
3595
3596 * regcache.h (regcache_read, regcache_write): Declare.
3597 (registers, register_valid, register_buffer): Add note that these
3598 interfaces are deprecated.
3599
3600 * regcache.c: Include "gdb_assert.h".
3601 (legacy_write_register_gen): Rename write_register_gen.
3602 (legacy_read_register_gen): Rename read_register_gen.
3603 (regcache_read, regcache_write): New function.
3604 (read_register_gen, write_register_gen): New function.
3605 (write_register): Simplify. Use write_register_gen.
3606 (read_register): Ditto using read_register_gen.
3607 (read_signed_register): Ditto.
3608 (read_register_bytes): Ditto!!!!
3609 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
3610 replaced by gdbarch_register_read.
3611
3612 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
3613 deprecate.
3614
3615 2001-03-23 Jim Blandy <jimb@redhat.com>
3616
3617 Fix from Dan Berlin:
3618
3619 * stabsread.c (read_cpp_abbrev): Properly construct the names of
3620 virtual function table pointer fields.
3621
3622 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3623
3624 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
3625 xmrealloc): Move existing declarations to the one place and
3626 re-order to be consistent.
3627 (xmcalloc, xmfree): Declare.
3628 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
3629 declaration.
3630
3631 * utils.c (size_t): Delete #ifdef defining size_t.
3632 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
3633 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
3634 corresponding malloc, realloc, calloc.
3635 (mfree): Call free directly.
3636 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
3637 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
3638 function bodies to here.
3639 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
3640
3641 2001-03-23 Andrew Cagney <ac131313@redhat.com>
3642
3643 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
3644 ``shell_file'' static locals.
3645
3646 * jv-lang.c (java_link_class_type): Initialize ``field'' and
3647 ``method''.
3648
3649 * jv-valprint.c (java_value_print): Initialize ``next_element''.
3650
3651 2001-03-23 Mark Kettenis <kettenis@gnu.org>
3652
3653 * config/i386/nm-i386.h: Fix formatting and change reference to
3654 i386-tdep.c to i386-nat.c.
3655
3656 2001-03-23 David Smith <dsmith@redhat.com>
3657
3658 * configure.in: Corrected spelling errors.
3659 * configure: Regenerated.
3660
3661 2001-03-22 Andrew Cagney <ac131313@redhat.com>
3662
3663 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
3664
3665 2001-03-22 Andrew Cagney <ac131313@redhat.com>
3666
3667 * Makefile.in (NTSSTART): Delete.
3668 (NTSOBS): Delete.
3669 (kdb): Delete target.
3670 * kdb-start.c, stuff.c: Mark as obsolete.
3671 * NEWS: Update.
3672
3673 2001-03-22 Andrew Cagney <ac131313@redhat.com>
3674
3675 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
3676 compiles using an ISO-C compiler.
3677 (MALLOC_INCOMPATIBLE): Ditto.
3678 * linespec.c (decode_line_1): Delete hack to work around
3679 HPPA_COMPILER_BUG.
3680
3681 2001-03-22 Andrew Cagney <ac131313@redhat.com>
3682
3683 * exec.c (xfer_memory): Always initialize section.
3684 * infrun.c (normal_stop): Always initialize source_flag.
3685
3686 2001-03-22 Andrew Cagney <ac131313@redhat.com>
3687
3688 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
3689 non-use of a continue address and typical use of ``q'' packet.
3690
3691 2001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
3692
3693 Make DJGPP use the new unified support for hardware
3694 breakpoints and watchpoints on x86 targets:
3695
3696 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
3697 include nm-i386.h instead.
3698 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
3699 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
3700 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
3701 (target_stopped_data_address, target_insert_watchpoint)
3702 (target_remove_watchpoint, target_insert_hw_breakpoint)
3703 (target_remove_hw_breakpoint): Don't define.
3704 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
3705 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
3706 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
3707 functions from go32-nat.c.
3708
3709 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
3710
3711 * go32-nat.c <top level>: Remove prototypes for watchpoint-
3712 related functions. Remove definitions of watchpoint-related
3713 macros.
3714 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
3715 private cleanup_dregs function.
3716 (cleanup_dregs, go32_insert_watchpoint)
3717 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
3718 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
3719 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
3720 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
3721 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
3722
3723 2001-03-21 Kevin Buettner <kevinb@redhat.com>
3724
3725 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
3726 than two instead of generating an error.
3727
3728 2001-03-21 Jim Blandy <jimb@redhat.com>
3729
3730 * cp-valprint.c: Reformat to bring into line with GNU coding
3731 standards.
3732
3733 2001-03-21 Mark Kettenis <kettenis@gnu.org>
3734
3735 Make Linux use the new unified support for hardware breakpoints
3736 and watchpoints on x86 targets.
3737 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
3738 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
3739 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
3740 appropriate value if not already defined.
3741 (register_u_addr): New function.
3742 (kernel_u_size): New function.
3743 (i386_linux_dr_get, i386_linux_dr_set): New functions.
3744 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
3745 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
3746 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
3747 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
3748 (TARGET_HAS_HARDWARE_WATCHPOINTS,
3749 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
3750 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
3751 target_remove_watchpoint): Remove macros.
3752 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
3753 i386_remove_watchpoint): Remove prototypes.
3754 (register_u_addr): New prototype.
3755 (REGISTER_U_ADDR): Define in terms of register_u_addr.
3756 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
3757 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
3758 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
3759 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
3760 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
3761 i386-nat.o.
3762
3763 2001-03-21 Jim Blandy <jimb@redhat.com>
3764
3765 Fix from Dan Berlin:
3766
3767 * linespec.c (find_methods): Whitespace differences aren't
3768 significant in *un*mangled method names. Use strcmp_iw to compare
3769 them, not STREQ.
3770
3771 2001-03-21 Andrew Cagney <ac131313@redhat.com>
3772
3773 * gdbarch.sh: Allow a non- multi-arch target to override a
3774 predicate.
3775 * gdbarch.h: Regenerate.
3776
3777 2001-03-21 Andrew Cagney <ac131313@redhat.com>
3778
3779 * gdbarch.sh: Avoid use of ``!''.
3780
3781 2001-03-20 Andrew Cagney <ac131313@redhat.com>
3782
3783 * target.h (enum target_signal): Move definition from here.
3784 * defs.h (enum target_signal): To here.
3785
3786 * config/arc/tm-arc.h (arc_software_single_step): Change type of
3787 first parameter to enum target_signal.
3788 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
3789 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
3790 * rs6000-tdep.c (rs6000_software_single_step): Update.
3791
3792 2001-03-20 Andrew Cagney <ac131313@redhat.com>
3793
3794 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
3795 already defined.
3796
3797 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
3798 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
3799 or a reference ('a') can be in a pseudo register.
3800 * infcmd.c (do_registers_info): Must take into account the pseudo
3801 registers to print their value.
3802 (registers_info): Likewise.
3803 * stack.c (frame_info): Likewise.
3804 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
3805
3806 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
3807
3808 Unified support for hardware breakpoints and watchpoints on
3809 x86 targets:
3810
3811 * config/i386/nm-i386.h: New file.
3812
3813 * config/i386/nm-i386.h: (i386_cleanup_dregs)
3814 (i386_insert_watchpoint, i386_remove_watchpoint)
3815 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
3816 (i386_stopped_data_address, i386_insert_hw_breakpoint)
3817 (i386_remove_hw_breakpoint): Declare prototypes.
3818 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3819 Define if not already defined.
3820 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
3821 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
3822 (target_insert_watchpoint, target_remove_watchpoint)
3823 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
3824 to call the appropriate i386_* functions.
3825
3826 * i386-nat.c: New file.
3827
3828 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
3829 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
3830 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
3831 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
3832 (maint_show_dr): New variables.
3833 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
3834 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
3835 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
3836 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
3837 (i386_stopped_data_address, i386_stopped_by_hwbp)
3838 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
3839 functions.
3840 (_initialize_i386_nat): New function.
3841 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
3842 `show-debug-regs', sets maint_show_dr to non-zero value and
3843 activates debugging print-outs in functions which insert, remove,
3844 and test watchpoints and hardware breakpoints.
3845
3846 * Makefile.in (i386-nat.o): New target.
3847 (ALLDEPFILES): Add i386-nat.o.
3848
3849 2001-03-21 Mark Kettenis <kettenis@gnu.org>
3850
3851 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
3852 appropriate comment.
3853
3854 2001-03-20 Kevin Buettner <kevinb@redhat.com>
3855
3856 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
3857 thread-db.o, and lin-lwp.o for thread support instead of
3858 linux-thread.o and lin-thread.o.
3859 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
3860 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
3861 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
3862 (lin_lwp_attach_lwp): Declare.
3863
3864 2001-03-20 Jim Blandy <jimb@redhat.com>
3865
3866 Fix from Dan Berlin:
3867
3868 * Makefile.in: Clean up dependencies on ../include/demangle.h.
3869 (demangle_h): New variable.
3870 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
3871
3872 2001-03-20 Andrew Cagney <ac131313@redhat.com>
3873
3874 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
3875 * breakpoint.c (bpstat_stop_status): Update.
3876 * infrun.c (handle_inferior_event): Ditto.
3877 * mips-tdep.c (mips_dump_tdep): Ditto.
3878 * infrun.c (resume): Ditto.
3879 * infptrace.c (child_resume): Ditto.
3880 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
3881 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
3882 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
3883 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
3884 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
3885 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
3886 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
3887
3888 2001-03-20 Andrew Cagney <ac131313@redhat.com>
3889
3890 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
3891 with internal_error.
3892
3893 2001-03-20 Jim Blandy <jimb@redhat.com>
3894
3895 Fix from Dan Berlin:
3896
3897 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
3898 than asking for sym_class's type; that's circuitous. Remove
3899 sym_class, since the last use of it is gone.
3900
3901 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
3902
3903 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
3904 Correct the order of calls to ui_out_field_string and
3905 ui_out_list_begin when bs->old_val is NULL.
3906
3907 2001-03-19 Kevin Buettner <kevinb@redhat.com>
3908
3909 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
3910 * configure: Regenerate.
3911 * config.in: Regenerate.
3912 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
3913
3914 2001-03-19 Kevin Buettner <kevinb@redhat.com>
3915
3916 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
3917 same line to avoid problems with Unixware 7's make when building
3918 a cross debugger.
3919
3920 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3921
3922 * defs.h (malloc): Move declaration from here.
3923 * utils.c (malloc): To here.
3924 * config/pa/xm-hppah.h (malloc): Delete declaration.
3925
3926 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
3927 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
3928 (hpread_quick_traverse): Ditto.
3929 * infttrace.c (create_thread_info): Ditto.
3930 (kill_inferior): Ditto.
3931 * gnu-nat.c (make_inf): Ditto, and don't check return value.
3932 * procfs.c (proc_update_threads): Ditto.
3933 * valprint.c (print_decimal_chars): Ditto.
3934 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
3935 malloc and sprintf.
3936 * remote-rdp.c (rdp_set_command_line): Ditto.
3937
3938 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3939
3940 * defs.h (realloc): Move declaration from here.
3941 * utils.c (realloc): To here.
3942 * config/pa/xm-hppah.h (realloc): Delete declaration.
3943 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
3944 * symfile.c (add_filename_language): Ditto.
3945 * event-loop.c (create_file_handler): Ditto.
3946
3947 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3948
3949 * defs.h (free): Move declaration from here.
3950 * utils.c (free): To here.
3951 (xfree): Document as the only call to free().
3952 * config/pa/xm-hppah.h (free): Delete declaration.
3953
3954 2001-03-19 Kevin Buettner <kevinb@redhat.com>
3955
3956 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
3957 this list.
3958
3959 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3960
3961 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
3962 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
3963 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
3964
3965 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3966
3967 * TODO: List known problems with TUI.
3968
3969 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3970
3971 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
3972 gdb.hp).
3973
3974 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3975
3976 * remote.c (remote_cisco_section_offsets): Do not cast result from
3977 bfd_get_section_name.
3978 (compare_sections_command): Ditto.
3979 (remote_cisco_section_offsets): Make ``p'' a const pointer.
3980 (compare_sections_command): Ditto for ``sectname''.
3981
3982 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3983
3984 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
3985 * valops.c (hand_function_call): Simplify computation of the
3986 address of the pushed argument.
3987
3988 2001-03-17 Andrew Cagney <ac131313@redhat.com>
3989
3990 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
3991 Code copied from c-exp.y.
3992
3993 2001-03-18 Kevin Buettner <kevinb@redhat.com>
3994
3995 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
3996 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
3997 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
3998 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
3999 of the Solaris procfs testing section. Instead, group with...
4000 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
4001 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
4002 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
4003 * configure: Regenerate.
4004 * config.in: Regenerate.
4005
4006 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
4007 new configure macros to choose which (if any) code to
4008 compile in. Added code to explicitly handle *BSD systems;
4009 these systems were previously handled only through macro
4010 redefinition. Also, due to the way the autoconf tests are set
4011 up, this function will no longer return a non-zero value when
4012 GDB is configured as a cross debugger. I.e, cross debuggers
4013 will no longer be able to "accidentally" get the host system's
4014 link map offsets.
4015
4016 2001-03-18 Kevin Buettner <kevinb@redhat.com>
4017
4018 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
4019 line to avoid build problem on NetBSD 1.4.
4020
4021 2001-03-17 Michael Chastain <chastain@redhat.com>
4022
4023 * win32-nat.c (child_attach): check args for NULL before passing
4024 to strtoul. This fixes PR gdb/43.
4025
4026 2001-03-17 Mark Kettenis <kettenis@gnu.org>
4027
4028 * i387-nat.h: Doc Fix.
4029
4030 * i386-tdep.c: Fix formatting.
4031 (i386_get_frame_setup, i386_follow_jump, codestream_read,
4032 codestream_seek, codestream_fill, skip_trampoline_code,
4033 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
4034 prototypoes.
4035
4036 2001-03-17 Mark Kettenis <kettenis@gnu.org>
4037
4038 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
4039 no longer used. Also remove associated FIXME.
4040
4041 2001-03-16 Andrew Cagney <ac131313@redhat.com>
4042
4043 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
4044 not generate macro wrappers for multi-arch functions or
4045 predicates.
4046 (class_is_info_p, class_is_predicate_p): Update.
4047 (class_is_function_p, class_is_variable_p): Ditto.
4048 (class_is_multiarch_p): New class function.
4049
4050 2001-03-16 J.T. Conklin <jtc@redback.com>
4051
4052 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
4053 h8300_frame_args_address from frame_args_address.
4054 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
4055 from frame_locals_address.
4056 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
4057 from print_register_hook.
4058 (h8300_frame_args_address): Declare.
4059 (h8300_frame_find_saved_regs): Declare.
4060 (h8300_frame_locals_address): Declare.
4061 (h8300_frame_saved_pc): Declare.
4062 (h8300_pop_frame): Declare.
4063 (h8300_print_register_hook): Declare.
4064 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
4065 (h8300_frame_args_address): Renamed from frame_args_address.
4066 (h8300_frame_locals_address): Renamed from frame_locals_address.
4067 (h8300_pop_frame): Renamed from pop_frame.
4068 (h8300_print_register_hook): Renamed from print_register_hook.
4069
4070 2001-03-16 Kevin Buettner <kevinb@redhat.com>
4071
4072 * solib-svr4.c (bfd_lookup_symbol): Change type of
4073 ``storage_needed'' from unsigned int to long in order to
4074 match return type of bfd_get_symtab_upper_bound() and
4075 bfd_get_dynamic_symtab_upper_bound().
4076 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
4077 REASONABLE_LIMIT hack which had been added to work around this
4078 problem.
4079
4080 2001-03-15 Kevin Buettner <kevinb@redhat.com>
4081
4082 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
4083 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
4084 to free() with calls to xfree().
4085 (bfd_lookup_symbol): Eliminate use of PTR.
4086 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
4087
4088 2001-03-15 Martin Hunt <hunt@redhat.com>
4089
4090 * linespec.c (decode_line_1): Remove trailing quote
4091 when parsing double quotes.
4092
4093 2001-03-15 Kevin Buettner <kevinb@redhat.com>
4094
4095 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
4096 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
4097 argument in the to_xfer_memory calls.
4098
4099 2001-03-15 Andrew Cagney <ac131313@redhat.com>
4100
4101 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
4102 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
4103
4104 2001-03-15 Andrew Cagney <ac131313@redhat.com>
4105
4106 * wince.c (child_xfer_memory): Add attrib parameter.
4107 * symm-nat.c (child_xfer_memory): Ditto.
4108 * mac-nat.c (child_xfer_memory): Ditto.
4109 * infttrace.c (child_xfer_memory): Ditto.
4110 * procfs.c (procfs_xfer_memory): Ditto.
4111 * lin-thread.c (thread_db_xfer_memory): Ditto.
4112 * gnu-nat.c (gnu_xfer_memory): Ditto.
4113
4114 2001-03-14 Andrew Cagney <ac131313@redhat.com>
4115
4116 * NEWS: Mention that Harris/CXUX m88k is obsolete.
4117
4118 2001-03-13 Andrew Cagney <ac131313@redhat.com>
4119
4120 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
4121 to regcache functions.
4122 * config/m68k/tm-m68k.h: Ditto.
4123 * config/i386/tm-i386v.h: Ditto.
4124 * config/mcore/tm-mcore.h: Ditto.
4125 * config/m88k/tm-m88k.h: Ditto.
4126 * config/m68k/tm-news.h: Ditto.
4127 * config/m68k/tm-linux.h: Ditto.
4128 * config/m68k/tm-delta68.h: Ditto.
4129 * config/m68k/nm-sun3.h: Ditto.
4130 * config/m32r/tm-m32r.h: Ditto.
4131 * config/i386/tm-symmetry.h: Ditto.
4132 * config/i386/tm-sun386.h: Ditto.
4133 * config/i386/tm-i386.h: Ditto.
4134 * config/i386/nm-symmetry.h: Ditto.
4135 * config/i386/nm-sun386.h: Ditto.
4136 * config/i386/nm-ptx4.h: Ditto.
4137 * config/i386/nm-i386mach.h: Ditto.
4138 * config/h8500/tm-h8500.h: Ditto.
4139 * config/h8300/tm-h8300.h: Ditto.
4140 * config/fr30/tm-fr30.h: Ditto.
4141 * config/d30v/tm-d30v.h: Ditto.
4142 * config/arm/tm-arm.h: Ditto.
4143 * config/arc/tm-arc.h: Ditto.
4144 * config/alpha/tm-alpha.h: Ditto.
4145 * config/a29k/tm-vx29k.h: Ditto.
4146 * config/a29k/tm-a29k.h: Ditto.
4147 * config/w65/tm-w65.h: Ditto.
4148 * config/vax/tm-vax.h: Ditto.
4149 * config/v850/tm-v850.h: Ditto.
4150 * config/tic80/tm-tic80.h: Ditto.
4151 * config/sparc/tm-sparclite.h: Ditto.
4152 * config/sparc/tm-sparclet.h: Ditto.
4153 * config/sparc/tm-sparc.h: Ditto.
4154 * config/sparc/nm-sun4sol2.h: Ditto.
4155 * config/sparc/nm-sun4os4.h: Ditto.
4156 * config/sparc/nm-nbsd.h: Ditto.
4157 * config/powerpc/nm-solaris.h: Ditto.
4158 * config/pa/tm-hppao.h: Ditto.
4159 * config/pa/tm-hppa.h: Ditto.
4160 * config/pa/nm-hppab.h: Ditto.
4161 * config/ns32k/tm-umax.h: Ditto.
4162 * config/ns32k/tm-merlin.h: Ditto.
4163 * config/nm-m3.h: Ditto.
4164 * config/nm-gnu.h: Ditto.
4165
4166 2001-03-14 Andrew Cagney <ac131313@redhat.com>
4167
4168 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
4169 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
4170 Specify an m88k target. Include sample GAWK script to generate
4171 target list. Delete non-existant romp target.
4172 * TODO (GDB 5.1 - Cleanups): Update.
4173
4174 2001-03-14 Keith Seitz <keiths@cygnus.com>
4175
4176 * linespec.c (decode_line_1): Skip argptr over a leading
4177 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
4178
4179 2001-03-14 Kevin Buettner <kevinb@redhat.com>
4180
4181 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
4182
4183 2001-03-13 Andrew Cagney <ac131313@redhat.com>
4184
4185 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
4186 * m3-nat.c: Ditto.
4187 * p-lang.h: Ditto.
4188 * printcmd.c (printf_command): Ditto.
4189 * ch-exp.c (match_integer_literal): Ditto.
4190 * scm-tags.h: Ditto.
4191 * ser-go32.c: Ditto.
4192 * hppa-tdep.c (unwind_command): Ditto.
4193 * defs.h (volatile): Delete macro definition. Assume __STDC__.
4194 * remote-adapt.c (volatile): Ditto.
4195 * remote-eb.c (volatile): Ditto.
4196 * remote-mm.c (volatile): Ditto.
4197 * defs.h (alloca): Assume __STDC__, declare returning void *.
4198
4199 2001-03-08 Andrew Cagney <ac131313@redhat.com>
4200
4201 * inferior.h (ARCH_NUM_REGS): Delete definition.
4202 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
4203 * regcache.c (registers_changed): Ditto.
4204 (registers_fetched): Ditto.
4205 * infptrace.c (fetch_inferior_registers): Ditto.
4206 (store_inferior_registers): Ditto.
4207 * infcmd.c (do_registers_info): Ditto.
4208 (registers_info): Ditto.
4209 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
4210 (old_store_inferior_registers): Ditto.
4211 * gdbserver/low-linux.c (register_addr): Ditto.
4212 * gdbserver/low-hppabsd.c (register_addr): Ditto.
4213 * core-aout.c: Don't include "inferior.h".
4214 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
4215 (register_addr): Ditto.
4216
4217 2001-03-13 Fernando Nasser <fnasser@redhat.com>
4218
4219 From Steven Johnson <sjohnson@neurizon.net>
4220 * cli/cli-script.c (define_command): Fix setting of post hooks.
4221
4222 2001-03-13 Mark Kettenis <kettenis@gnu.org>
4223
4224 * i386-linux-tdep.c: Fix formatting and clarify comments.
4225 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
4226 where appropriate.
4227
4228 2001-03-12 Andrew Cagney <ac131313@redhat.com>
4229
4230 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
4231 (proc_update_sc): Use gdb_assert instead of assert.
4232 (proc_abort): Ditto.
4233 (inf_set_step_thread): Ditto.
4234 (gnu_wait): Ditto.
4235 (S_exception_raise_request): Ditto.
4236 (gnu_terminal_init_inferior): Ditto.
4237
4238 2001-03-09 Kevin Buettner <kevinb@redhat.com>
4239
4240 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
4241 (solib-legacy.o): New makefile target.
4242 * solib-legacy.c: New file.
4243 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4244 (default_svr4_fetch_link_map_offsets): Delete.
4245 (set_solib_svr4_fetch_link_map_offsets): Declare.
4246 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
4247 * solib-svr4.c (elf/common.h): Include.
4248 (link.h): Only include for SunOS shared library support.
4249 (_SYSCALL32): Don't define.
4250 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
4251 (default_svr4_fetch_link_map_offsets): Made static; added forward
4252 declaration.
4253 (fetch_link_map_offsets): New static global.
4254 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
4255 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
4256 of what used to be in this function now reside in
4257 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
4258 (open_symbol_file_object): Fix declaration in SunOS section
4259 of the code.
4260 (set_solib_svr4_fetch_link_map_offsets): New extern function.
4261 (init_fetch_link_map_offsets): New static function.
4262 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
4263 under multiarch control.
4264
4265 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
4266 list.
4267 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
4268 * config/arm/linux.mt (TDEPFILES): Likewise.
4269 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
4270 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
4271 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
4272 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
4273 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
4274 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
4275 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
4276 * config/i386/linux.mt (TDEPFILES): Likewise.
4277 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
4278 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4279 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
4280 * config/i386/ptx4.mh (XDEPFILES): Likewise.
4281 * config/i386/sun386.mt (TDEPFILES): Likewise.
4282 * config/ia64/linux.mt (TDEPFILES): Likewise.
4283 * config/m68k/linux.mt (TDEPFILES): Likewise.
4284 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
4285 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
4286 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
4287 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
4288 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
4289 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
4290 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
4291 * config/powerpc/linux.mt (TDEPFILES): Likewise.
4292 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
4293 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
4294 * config/sh/linux.mt (TDEPFILES): Likewise.
4295 * config/sparc/linux.mt (TDEPFILES): Likewise.
4296 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
4297 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
4298 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
4299 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
4300 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
4301
4302 2001-03-09 Kevin Buettner <kevinb@redhat.com>
4303
4304 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
4305
4306 2001-03-09 Andrew Cagney <ac131313@redhat.com>
4307
4308 * MAINTAINERS (Write After Approval): Update Philip Blundell.
4309
4310 2001-03-09 Keith Seitz <keiths@cygnus.com>
4311
4312 * MAINTAINERS: Add myself to write after approval list.
4313
4314 2001-03-09 Mark Kettenis <kettenis@gnu.org>
4315
4316 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
4317 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
4318
4319 2001-03-08 Andrew Cagney <ac131313@redhat.com>
4320
4321 * configure.host (m88*-harris-cxux*): Mark as obsolete.
4322 * configure.tgt: Ditto.
4323 * config/m88k/xm-cxux.h: Ditto.
4324 * config/m88k/tm-cxux.h: Ditto.
4325 * config/m88k/nm-cxux.h: Ditto.
4326 * config/m88k/cxux.mt: Ditto.
4327 * config/m88k/cxux.mh: Ditto.
4328
4329 2001-03-08 Andrew Cagney <ac131313@redhat.com>
4330
4331 * Makefile.in: Delete rules for obsolete files.
4332
4333 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
4334
4335 * stack.c (parse_frame_specification): For one argument case,
4336 handle the situation where the argument is an integer, not an
4337 address -- arguably the most common case. This matters on
4338 targets where pointers and addresses are different.
4339
4340 2001-03-08 Andrew Cagney <ac131313@redhat.com>
4341
4342 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
4343 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
4344 general.
4345
4346 2001-03-07 Andrew Cagney <ac131313@redhat.com>
4347
4348 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
4349 with SID on Solaris 8.
4350
4351 2001-03-07 Mark Kettenis <kettenis@gnu.org>
4352
4353 * defs.h: Provide prototypes for floatformat_is_negative,
4354 floatformat_is_nan and floatformat_mantissa.
4355 * utils.c: Include "gdb_assert.h".
4356 (floatformat_is_negative): New function.
4357 (floatformat_is_nan): New function.
4358 (floatformat_mantissa): New function.
4359 * valprint.c: Include "floatformat.h".
4360 (print_floating): Get rid of the Linux-specific
4361 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
4362 help these new functions. Print NaN's in a format conforming to
4363 ISO C99.
4364
4365 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4366
4367 * top.c (init_main): Make `set history file name' complete on file
4368 names.
4369
4370 2001-03-06 J.T. Conklin <jtc@redback.com>
4371
4372 * Makefile.in (LINTFLAGS): Update to contain all of the macros
4373 which define include paths used when compiling.
4374
4375 * util.c (savestring, msavestring): Change type of length argument.
4376 * defs.h (savestring, msavestring): Update to match.
4377
4378 * symtab.h (decode_line_1): Removed declaration.
4379
4380 * symfile.c (#include <assert.h>): Removed.
4381
4382 * arch-utils.c (#include <ctype.h>): Removed.
4383 * c-typeprint.c: Likewise.
4384 * dbxread.c: Likewise.
4385 * gdbtypes.c: Likewise.
4386 * target.c: Likewise.
4387 * os9kread.c: Likewise.
4388
4389 * c-valprint.c (#include "demangle.h"): Removed.
4390 * ch-typeprint.c: Likewise.
4391 * eval.c: Likewise.
4392 * f-typeprint.c: Likewise.
4393 * f-valprint.c: Likewise.
4394 * m2-typeprint.c: Likewise.
4395 * typeprint.c: Likewise.
4396 * p-typeprint.c: Likewise.
4397 * valarith.c: Likewise.
4398 * valprint.c: Likewise.
4399
4400 * m2-typeprint.c (#include "gdb_string.h"): Removed.
4401 * nlmread.c: Likewise.
4402
4403 * mdebugread.c (#include "gdb-stabs.h"): Removed.
4404 * minsyms.c: Likewise.
4405 * mipsread.c: Likewise.
4406 * nlmread.c: Likewise.
4407
4408 * m2-typeprint.c (#include "obstack.h"): Removed.
4409 * m2-valprint.c: Likewise.
4410
4411 * event-loop.c (#include <setjmp.h>): Removed.
4412
4413 2001-03-06 Stan Shebs <shebs@apple.com>
4414
4415 * MAINTAINERS: Remove self from specific maintenance domains
4416 (macos, gdbserver, documentation, testsuite).
4417
4418 2001-03-06 Kevin Buettner <kevinb@redhat.com>
4419
4420 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
4421 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
4422 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
4423 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
4424 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
4425 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
4426 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
4427 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
4428 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
4429 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
4430 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
4431 coff-solib.h, coffread.c, command.h, complaints.c,
4432 complaints.h, completer.c, completer.h,
4433 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
4434 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
4435 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
4436 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
4437 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
4438 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
4439 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
4440 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
4441 config/arm/nm-linux.h, config/arm/tm-arm.h,
4442 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
4443 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
4444 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
4445 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
4446 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
4447 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
4448 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
4449 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
4450 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
4451 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
4452 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
4453 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
4454 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
4455 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
4456 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
4457 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
4458 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
4459 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
4460 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
4461 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
4462 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
4463 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
4464 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
4465 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
4466 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
4467 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
4468 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
4469 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
4470 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
4471 config/i960/tm-i960.h, config/i960/tm-mon960.h,
4472 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
4473 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
4474 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
4475 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
4476 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
4477 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
4478 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
4479 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
4480 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
4481 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
4482 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
4483 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
4484 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
4485 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
4486 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
4487 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
4488 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
4489 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
4490 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
4491 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
4492 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
4493 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
4494 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
4495 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
4496 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
4497 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
4498 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
4499 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
4500 config/mips/nm-irix5.h, config/mips/nm-mips.h,
4501 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
4502 config/mips/tm-embed.h, config/mips/tm-embed64.h,
4503 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
4504 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
4505 config/mips/tm-mips.h, config/mips/tm-mips64.h,
4506 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
4507 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
4508 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
4509 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
4510 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
4511 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
4512 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
4513 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
4514 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
4515 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
4516 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
4517 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
4518 config/nm-sysv4.h, config/none/nm-none.h,
4519 config/none/tm-none.h, config/none/xm-none.h,
4520 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
4521 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
4522 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
4523 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
4524 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
4525 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
4526 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
4527 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
4528 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
4529 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
4530 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
4531 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
4532 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
4533 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
4534 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
4535 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
4536 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
4537 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
4538 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
4539 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
4540 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
4541 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
4542 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
4543 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
4544 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
4545 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
4546 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
4547 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
4548 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
4549 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
4550 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
4551 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
4552 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
4553 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
4554 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
4555 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
4556 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
4557 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
4558 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
4559 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
4560 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
4561 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
4562 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
4563 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
4564 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
4565 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
4566 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
4567 gdbserver/low-sim.c, gdbserver/low-sparc.c,
4568 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
4569 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
4570 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
4571 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
4572 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
4573 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
4574 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
4575 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
4576 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
4577 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
4578 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
4579 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
4580 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
4581 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
4582 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
4583 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
4584 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
4585 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
4586 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
4587 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
4588 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
4589 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
4590 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
4591 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
4592 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
4593 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
4594 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
4595 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
4596 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
4597 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
4598 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
4599 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
4600 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
4601 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
4602 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
4603 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
4604 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
4605 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
4606 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
4607 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
4608 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
4609 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
4610 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
4611 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
4612 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
4613 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
4614 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
4615 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
4616 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
4617 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
4618 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
4619 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
4620 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
4621 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
4622 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
4623 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
4624 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
4625 notices.
4626
4627 2001-03-05 Kevin Buettner <kevinb@redhat.com>
4628
4629 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
4630 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
4631 macros.
4632 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
4633 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
4634 (sys/fault.h, sys/select.h): Test for presence of these
4635 header files.
4636 (ia64-*-aix*): Define NEW_PROC_API for this host.
4637 * configure: Regenerate.
4638 * config.in: Regenerate.
4639
4640 * configure.host (ia64-*-aix*): New host.
4641 * configure.tgt (ia64-*-aix*): New target.
4642
4643 2001-03-05 Andrew Cagney <ac131313@redhat.com>
4644
4645 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
4646
4647 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
4648
4649 * wince.c: Change realloc to xrealloc throughout.
4650 (handle_load_dll): Use void * rather than PTR in argument.
4651
4652 2001-03-04 Andrew Cagney <ac131313@redhat.com>
4653
4654 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
4655 * ocd.c (ocd_xfer_memory): Ditto.
4656 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
4657 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
4658 buildable with ,-Werror.
4659
4660 * Makefile.in (symfile_h): Define.
4661 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
4662 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
4663 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
4664 ,-Werror.
4665
4666 * dsrec.c (make_srec): Fix internal_error fmt arg.
4667 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
4668
4669 2001-03-03 Kevin Buettner <kevinb@redhat.com>
4670
4671 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
4672 as an lvalue.
4673
4674 2001-03-02 Andrew Cagney <ac131313@redhat.com>
4675
4676 * MAINTAINERS (paper trail): Update.
4677
4678 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
4679
4680 2001-03-02 Andrew Cagney <ac131313@redhat.com>
4681
4682 From 2001-03-01 Tom Rix <trix@redhat.com>:
4683 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
4684 parameter to mn10200_analyze_prologue.
4685
4686 * config/mn10200/tm-mn10200.h: Include "regcache.h".
4687 * MAINTAINERS: Document that mn10200-elf target is buildable.
4688
4689 2001-03-02 Kevin Buettner <kevinb@redhat.com>
4690
4691 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
4692 from here...
4693 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
4694 (MONTEREY): Don't define.
4695 (AIX5): Define.
4696
4697 2001-03-02 Matt Hiller <hiller@redhat.com>
4698
4699 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
4700
4701 2001-03-02 Kevin Buettner <kevinb@redhat.com>
4702
4703 * sparc-nat.c (sparc-nat.c): Don't include self.
4704
4705 2001-03-01 J.T. Conklin <jtc@redback.com>
4706
4707 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
4708 if __CYGWIN32__ is set from here.
4709 * config/i386/xm-cygwin.h: To here.
4710 * config/powerpc/xm-cygwin.h: To here.
4711
4712 * i386-stub.c (handle_exception): Use 'T' response packet.
4713
4714 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
4715
4716 * m32r-tdep.c: Fix cut and paste error in comment.
4717
4718 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
4719
4720 * symtab.c (print_msymbol_info): Print addresses by portable method
4721 longest_local_hex_string_custom. Allow for 64-bit addresses.
4722
4723 2001-03-01 J.T. Conklin <jtc@redback.com>
4724
4725 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
4726 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
4727 (MIN_OF_TYPE): Likewise.
4728
4729 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
4730
4731 2001-03-01 Andrew Cagney <ac131313@redhat.com>
4732
4733 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
4734 * os9kread.c (os9k_process_one_symbol): Add assert to detect
4735 ``loses if sizeof (char *) > sizeof (int)''.
4736
4737 2001-03-01 Andrew Cagney <ac131313@redhat.com>
4738
4739 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
4740
4741 2001-03-01 Andrew Cagney <ac131313@redhat.com>
4742
4743 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
4744 lists.
4745 (mi-main.o): Ditto.
4746
4747 2001-03-01 Andrew Cagney <ac131313@redhat.com>
4748
4749 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
4750 dependency lists.
4751
4752 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
4753
4754 * printcmd.c (print_address_numeric): Update comments to refer
4755 to sizeof addr, not sizeof pointer.
4756 (x_command): Remove needless whitespace (shorten long line).
4757
4758 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
4759 (read_memory_nobpt): Ditto.
4760 (ep_is_catchpoint): Ditto.
4761 (ep_is_shlib_catchpoint): Ditto.
4762 (ep_is_exception_catchpoint): Ditto.
4763 (describe_other_breakpoints): Ditto.
4764
4765 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
4766
4767 * regcache.h (register_valid): Fix comment documenting valid
4768 states.
4769
4770 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
4771
4772 From Steven Johnson:
4773 * regcache.h: New file.
4774
4775 * value.h (read_register_bytes, read_register_gen)
4776 (write_register_gen, write_register_bytes)
4777 (read_register, read_register_pid)
4778 (read_signed_register, read_signed_register_pid)
4779 (write_register, write_register_pid)
4780 (register_cached, set_register_cached)
4781 (register_changed, register_buffer)
4782 (registers_changed, supply_register): Move declaration from here.
4783 * regcache.h: To here.
4784 * gdbcore.h (registers_fetched): Ditto.
4785 * inferior.h (registers, registers_valid): Ditto.
4786
4787 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
4788 generic_target_write_pc, write_pc_pid, write_pc,
4789 generic_target_read_sp, read_sp, generic_target_write_sp,
4790 write_sp, generic_target_read_fp, read_fp,
4791 generic_target_write_fp, write_fp): Add note that these functions
4792 will be moved from this file.
4793
4794 * a29k-tdep.c: Include "regcache.h".
4795 * a68v-nat.c: Ditto.
4796 * abug-rom.c: Ditto.
4797 * alpha-nat.c: Ditto.
4798 * alpha-tdep.c: Ditto.
4799 * alphabsd-nat.c: Ditto.
4800 * arc-tdep.c: Ditto.
4801 * arm-linux-nat.c: Ditto.
4802 * arm-linux-tdep.c: Ditto.
4803 * arm-tdep.c: Ditto.
4804 * blockframe.c: Ditto.
4805 * core-aout.c: Ditto.
4806 * core-sol2.c: Ditto.
4807 * corelow.c: Ditto.
4808 * cpu32bug-rom.c: Ditto.
4809 * cxux-nat.c: Ditto.
4810 * d10v-tdep.c: Ditto.
4811 * d30v-tdep.c: Ditto.
4812 * dbug-rom.c: Ditto.
4813 * dink32-rom.c: Ditto.
4814 * dve3900-rom.c: Ditto.
4815 * findvar.c: Ditto.
4816 * fr30-tdep.c: Ditto.
4817 * frame.c: Ditto.
4818 * go32-nat.c: Ditto.
4819 * h8300-tdep.c: Ditto.
4820 * h8500-tdep.c: Ditto.
4821 * hp300ux-nat.c: Ditto.
4822 * hppa-tdep.c: Ditto.
4823 * hppab-nat.c: Ditto.
4824 * hppah-nat.c: Ditto.
4825 * hppam3-nat.c: Ditto.
4826 * hpux-thread.c: Ditto.
4827 * i386-linux-nat.c: Ditto.
4828 * i386-linux-tdep.c: Ditto.
4829 * i386-tdep.c: Ditto.
4830 * i386aix-nat.c: Ditto.
4831 * i386b-nat.c: Ditto.
4832 * i386bsd-nat.c: Ditto.
4833 * i386gnu-nat.c: Ditto.
4834 * i386ly-tdep.c: Ditto.
4835 * i386m3-nat.c: Ditto.
4836 * i386mach-nat.c: Ditto.
4837 * i386nbsd-nat.c: Ditto.
4838 * i386v4-nat.c: Ditto.
4839 * i387-nat.c: Ditto.
4840 * i387-tdep.c: Ditto.
4841 * i960-tdep.c: Ditto.
4842 * ia64-aix-nat.c: Ditto.
4843 * ia64-linux-nat.c: Ditto.
4844 * ia64-tdep.c: Ditto.
4845 * infptrace.c: Ditto.
4846 * infrun.c: Ditto.
4847 * irix4-nat.c: Ditto.
4848 * irix5-nat.c: Ditto.
4849 * lin-lwp.c: Ditto.
4850 * lin-thread.c: Ditto.
4851 * lynx-nat.c: Ditto.
4852 * m3-nat.c: Ditto.
4853 * m32r-rom.c: Ditto.
4854 * m32r-tdep.c: Ditto.
4855 * m68hc11-tdep.c: Ditto.
4856 * m68k-tdep.c: Ditto.
4857 * m68klinux-nat.c: Ditto.
4858 * m68knbsd-nat.c: Ditto.
4859 * m68knbsd-tdep.c: Ditto.
4860 * m88k-nat.c: Ditto.
4861 * m88k-tdep.c: Ditto.
4862 * mac-nat.c: Ditto.
4863 * mcore-rom.c: Ditto.
4864 * mcore-tdep.c: Ditto.
4865 * mi/mi-main.c: Ditto.
4866 * mips-nat.c: Ditto.
4867 * mips-tdep.c: Ditto.
4868 * mipsm3-nat.c: Ditto.
4869 * mipsv4-nat.c: Ditto.
4870 * mn10200-tdep.c: Ditto.
4871 * mn10300-tdep.c: Ditto.
4872 * monitor.c: Ditto.
4873 * ns32km3-nat.c: Ditto.
4874 * ns32knbsd-nat.c: Ditto.
4875 * ocd.c: Ditto.
4876 * pa64solib.c: Ditto.
4877 * ppc-bdm.c: Ditto.
4878 * ppc-linux-nat.c: Ditto.
4879 * ppc-linux-tdep.c: Ditto.
4880 * ppcbug-rom.c: Ditto.
4881 * ppcnbsd-nat.c: Ditto.
4882 * ptx4-nat.c: Ditto.
4883 * regcache.c: Ditto.
4884 * remote-adapt.c: Ditto.
4885 * remote-array.c: Ditto.
4886 * remote-bug.c: Ditto.
4887 * remote-e7000.c: Ditto.
4888 * remote-eb.c: Ditto.
4889 * remote-es.c: Ditto.
4890 * remote-est.c: Ditto.
4891 * remote-hms.c: Ditto.
4892 * remote-mips.c: Ditto.
4893 * remote-mm.c: Ditto.
4894 * remote-nindy.c: Ditto.
4895 * remote-os9k.c: Ditto.
4896 * remote-rdi.c: Ditto.
4897 * remote-rdp.c: Ditto.
4898 * remote-sds.c: Ditto.
4899 * remote-sim.c: Ditto.
4900 * remote-st.c: Ditto.
4901 * remote-udi.c: Ditto.
4902 * remote-utils.c: Ditto.
4903 * remote-vx.c: Ditto.
4904 * remote-vx29k.c: Ditto.
4905 * remote-vx68.c: Ditto.
4906 * remote-vx960.c: Ditto.
4907 * remote-vxmips.c: Ditto.
4908 * remote-vxsparc.c: Ditto.
4909 * remote.c: Ditto.
4910 * rom68k-rom.c: Ditto.
4911 * rs6000-nat.c: Ditto.
4912 * rs6000-tdep.c: Ditto.
4913 * sh-tdep.c: Ditto.
4914 * sh3-rom.c: Ditto.
4915 * sol-thread.c: Ditto.
4916 * solib-svr4.c: Ditto.
4917 * somsolib.c: Ditto.
4918 * sparc-nat.c: Ditto.
4919 * sparc-tdep.c: Ditto.
4920 * sparcl-tdep.c: Ditto.
4921 * sparclet-rom.c: Ditto.
4922 * sun3-nat.c: Ditto.
4923 * sun386-nat.c: Ditto.
4924 * symm-nat.c: Ditto.
4925 * target.c: Ditto.
4926 * thread-db.c: Ditto.
4927 * thread.c: Ditto.
4928 * tic80-tdep.c: Ditto.
4929 * tracepoint.c: Ditto.
4930 * ultra3-nat.c: Ditto.
4931 * umax-xdep.c: Ditto.
4932 * uw-thread.c: Ditto.
4933 * v850-tdep.c: Ditto.
4934 * v850ice.c: Ditto.
4935 * valops.c: Ditto.
4936 * w65-tdep.c: Ditto.
4937 * w89k-rom.c: Ditto.
4938 * win32-nat.c: Ditto.
4939 * wince.c: Ditto.
4940 * z8k-tdep.c: Ditto.
4941
4942 2001-02-28 Matt Hiller <hiller@redhat.com>
4943
4944 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
4945
4946 2001-02-27 Matt Hiller <hiller@redhat.com>
4947
4948 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
4949 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
4950 mn10300_stab_reg_to_regnum.
4951
4952 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
4953
4954 * symtab.c (search_symbols): Fix off by one error in test for
4955 error.
4956
4957 2001-02-23 Andrew Cagney <ac131313@redhat.com>
4958
4959 * config/sparc/sp64linux.mt: New file.
4960 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
4961 * configure.host: Recognize sparc64-*-linux* as a linux host.
4962
4963 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
4964 * config/sparc/tm-sp64linux.h: New file.
4965
4966 2001-02-24 Kevin Buettner <kevinb@redhat.com>
4967
4968 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
4969 with call to internal_error().
4970 * dbxread.c (process_one_symbol): Likewise.
4971 * exec.c (build_section_table, xfer_memory): Likewise.
4972 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
4973 Likewise.
4974 * hpread.c (hpread_type_translate, hpread_read_array_type)
4975 (hpread_type_lookup): Likewise.
4976 * i386-tdep.c (gdb_print_insn_i386): Likewise.
4977 * i960-tdep.c (mem): Likewise
4978 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
4979 * infptrace.c (child_resume): Likewise.
4980 * infttrace.c (_initialize_infttrace): Likewise.
4981 * language.c (binop_result_type, add_language): Likewise.
4982 * lynx-nat.c (store_inferior_registers): Likewise.
4983 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
4984 * mdebugread.c (parse_partial_symbols): Likewise.
4985 * monitor.c (monitor_printf_noecho, monitor_printf)
4986 (monitor_dump_regs): Likewise.
4987 * ocd.c (stu_put_packet): Likewise.
4988 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
4989 * remote-bug.c (bug_open): Likewise.
4990 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
4991 * remote-es.c (es1800_read_bytes): Likewise.
4992 * remote-mips.c (common_breakpoint): Likewise.
4993 * remote-rdp.c (send_rdp): Likewise.
4994 * remote-sds.c (putmessage): Likewise.
4995 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
4996 Likewise.
4997 * sparcl-tdep.c (sparclite_download): Likewise.
4998 * symtab.c (lookup_partial_symbol): Likewise.
4999 * target.c (push_target, pop_target, initialize_targets): Likewise.
5000 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
5001 Likewise.
5002 * valprint.c (print_decimal, print_longest, print_longest)
5003 (strcat_longest): Likewise.
5004 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
5005 * xmodem.c (xmodem_send_packet): Likewise.
5006 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
5007 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
5008 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
5009 (STORE_RETURN_VALUE): Likewise.
5010 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
5011 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
5012 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
5013 Likewise.
5014
5015 2001-02-23 Andrew Cagney <ac131313@redhat.com>
5016
5017 * CONTRIBUTE: Document how to cite a problem report.
5018 * TODO: Note need to replace CONTRIBUTE with generated file.
5019
5020 * CONTRIBUTE: Mention that patches do not need to include the
5021 generated files gdbarch.h and gdbarch.c.
5022
5023 2001-02-21 Andrew Cagney <ac131313@redhat.com>
5024
5025 * value.h (get_saved_register): Move from here.
5026 * frame.h: To here.
5027
5028 2001-02-21 Kevin Buettner <kevinb@redhat.com>
5029
5030 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
5031 (in_solib_dynsym_resolve_code): Add declaration.
5032 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
5033 in_solib_dynsym_resolve_code() rather than
5034 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
5035 which caused this macro to only be defined when
5036 SVR4_SHARED_LIBS is defined.
5037 * solib.c (in_solib_dynsym_resolve_code): New function.
5038 * solist.h (struct target_so_ops): Add new member
5039 in_dynsym_resolve_code.
5040 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
5041 in_svr4_dynsym_resolve_code. Also, made static.
5042 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
5043 member in aix5_so_ops.
5044 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
5045 in_svr4_dynsym_resolve_code. Also, added second version
5046 of this function which will be used when SVR4_SHARED_LIBS
5047 is not defined.
5048 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
5049 member in svr4_so_ops.
5050
5051 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
5052 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
5053 config/ia64/xm-aix.h: New files.
5054 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
5055 (ia64_aix_sigcontext_register_address): New declaration.
5056 (ia64_gdbarch_init): Provide for initialization of
5057 sigcontext_register_address member of struct tdep when
5058 on target is detected to be running AIX.
5059 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
5060 this list.
5061
5062 2001-02-20 Kevin Buettner <kevinb@redhat.com>
5063
5064 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
5065 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
5066 for thread support instead of linux-thread.o and lin-thread.o.
5067 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
5068 ATTACH_LWP): Define to use the following lin-lwp.c functions...
5069 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
5070 lin_lwp_attach_lwp): Declare.
5071
5072 2001-02-20 Andrew Cagney <ac131313@redhat.com>
5073
5074 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
5075 formatting.
5076
5077 2001-02-20 Kevin Buettner <kevinb@redhat.com>
5078
5079 * solib-aix5.c (solib-svr4.h): Remove include.
5080 (solib_break_names): Delete names which aren't actually
5081 used by AIX5.
5082 (bkpt_names): Remove.
5083 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
5084 to STREQ() with equivalent calls to strcmp().
5085 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
5086 aix5_solib_create_inferior_hook): Revise comments.
5087 (enable_break): Remove old ``bkpt_names'' code.
5088
5089 2001-02-19 Andrew Cagney <ac131313@redhat.com>
5090
5091 * Makefile.in (SFILES): Add frame.c .
5092 (COMMON_OBS): Add frame.o .
5093 (frame.o): New target.
5094
5095 * frame.c (find_saved_register):
5096 (default_get_saved_register):
5097 (get_saved_register):
5098 (read_relative_register_raw_bytes_for_frame):
5099 (read_relative_register_raw_bytes): Moved to here.
5100 * regcache.c: From here.
5101
5102 2001-02-20 Kevin Buettner <kevinb@redhat.com>
5103
5104 * solib-aix5.c: New file.
5105
5106 2001-02-20 Martin M. Hunt <hunt@redhat.com>
5107
5108 * solib.c (info_sharedlibrary_command): Don't assume pointers
5109 are the same size of long, call longest_local_hex_string_custom().
5110
5111 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
5112 extract_signed_integer() should be called instead of
5113 extract_address().
5114
5115 2001-02-20 Martin M. Hunt <hunt@redhat.com>
5116
5117 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
5118
5119 2001-02-19 Andrew Cagney <ac131313@redhat.com>
5120
5121 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
5122 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
5123 then floating point registers are 8 bytes.
5124
5125 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
5126
5127 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
5128 accomodate 64-bit addresses.
5129
5130 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5131
5132 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
5133 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
5134 lookup_symbol, when trying to find a symbol with a mangled name,
5135 to avoid infinite recursion.
5136
5137 2001-02-18 Andrew Cagney <ac131313@redhat.com>
5138
5139 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
5140
5141 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
5142
5143 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
5144 (save_prologue_cache): Ditto.
5145
5146 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5147
5148 From: innadadadavida@yahoo.com:
5149 * partial-stab.h (switch): Check that pst is not null
5150 before dereferencing it.
5151
5152 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5153
5154 From Andrew Cagney <cagney@b1.cygnus.com>:
5155 * symfile.c (add_symbol_file_command): Always initialize
5156 my_cleanup using a NULL cleanup.
5157
5158 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
5159
5160 * demangle.c (demangling_style_names): New variable.
5161 (_initialize_demangler): Fill demangling_style_names with the
5162 names of known demangling styles from libiberty_demanglers[]. Use
5163 add_set_enum_cmd instead of add_set_cmd, to get completion on
5164 demangling style names.
5165
5166 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
5167 file-name completion.
5168
5169 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
5170
5171 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
5172 `solib-absolute-prefix'.
5173
5174 * tracepoint.c (_initialize_tracepoint): Ditto for
5175 `save-tracepoints'.
5176
5177 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
5178
5179 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
5180 file-name completion.
5181
5182 * infcmd.c (_initialize_infcmd): Make the following commands use
5183 the file-name completer: `tty', `args', `path', `paths', and
5184 `run'.
5185
5186 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
5187
5188 * go32-nat.c: Include i387-nat.h.
5189 (fetch_register): New function, uses some of the guts of
5190 go32_fetch_registers and calls i387_supply_register.
5191 (go32_fetch_registers): Most of the code moved into
5192 fetch_register. Use i387_supply_fsave.
5193 (store_register): Use i387_fill_fsave instead of custom code.
5194 (go32_store_registers): Use i387_fill_fsave.
5195
5196 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
5197
5198 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
5199
5200 * completer.c (gdb_completer_file_name_break_characters): Remove
5201 slash from file-name break characters.
5202 [__MSDOS__]: Special definition for DOS/Windows file names.
5203 (line_completion_function): When completing on file names, bump
5204 `p' to the first file-name constituent character of `word', before
5205 invoking the completer.
5206
5207 2001-02-17 Mark Kettenis <kettenis@gnu.org>
5208
5209 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
5210 consistently for parameter names. Fix comments accordingly.
5211 (i387_supply_register): New function.
5212 (i387_supply_fsave): Implement using i387_supply_register.
5213 * i387-nat.h: Use regnum instead of regno consistently for
5214 parameter names. Fix comments accordingly.
5215 (i387_supply_register): New prototype.
5216
5217 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
5218
5219 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
5220 instead of TARGET_PTR_BIT (to support Harvard architectures).
5221
5222 2001-02-16 Andrew Cagney <ac131313@redhat.com>
5223
5224 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
5225 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
5226 argument to parameter list and to call in order to conform to
5227 to_xfer_memory field of struct target_ops.
5228
5229 2001-02-12 Michael Chastain <chastain@redhat.com>
5230
5231 * somsolib.c (som_solib_add_solib_objfile): Do not use
5232 section relocation feature of syms_from_objfile. Do my own
5233 section relocation, offsetting each section of the som by
5234 either text_addr - text_link_addr or data_start.
5235
5236 2001-02-16 Andrew Cagney <ac131313@redhat.com>
5237
5238 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
5239
5240 2001-02-16 Andrew Cagney <ac131313@redhat.com>
5241
5242 * MAINTAINERS (paper trail): Update.
5243
5244 2001-02-16 Mark Kettenis <kettenis@gnu.org>
5245
5246 * target.h (target_fetch_registers): Fix comment.
5247
5248 2001-02-15 Andrew Cagney <ac131313@redhat.com>
5249
5250 * f-exp.y: Include <ctype.h>.
5251 (parse_number): Ensure that ``i'' is always initialized.
5252
5253 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
5254
5255 * MAINTAINERS: Add myself to paper trail section.
5256
5257 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5258
5259 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
5260 * configure, config.in: Regenerate.
5261 * corelow.c: Include <sys/file.h> if present.
5262
5263 2001-02-14 Andrew Cagney <ac131313@redhat.com>
5264
5265 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
5266 declare when have SIGTTOU.
5267
5268 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
5269
5270 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
5271
5272 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
5273
5274 * MAINTAINERS: Update my email address.
5275
5276 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
5277
5278 * NEWS: Document that "info symbol" works with COFF debug info and
5279 its variants.
5280
5281 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
5282 symbols whose SYMBOL_BFD_SECTION is NULL.
5283
5284 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5285
5286 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
5287 * xcoffsolib.c (xcoff_solib_address): Renamed from
5288 pc_load_segment_name. Return NULL if address is not in a shared
5289 library. Cleanup shared library name construction, using xasprintf.
5290 Format shared library member names consistent with format in exec.c.
5291 (solib_info): Format shared library member names consistent with
5292 format in exec.c.
5293 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
5294 using xcoff_solib_address for PC_SOLIB definition.
5295 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
5296 needed.
5297
5298 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5299
5300 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
5301 with xmalloc calls and cleanups.
5302
5303 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5304
5305 * rs6000-nat.c (child_xfer_memory): Add missing parameter
5306 'struct mem_attrib *' required by 2001-01-23 change.
5307
5308 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
5309
5310 Updates to "make TAGS":
5311 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
5312 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
5313 tahoe-tdep.c.
5314 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
5315
5316 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
5317
5318 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
5319
5320 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
5321
5322 From Dean Luick <luick@cray.com>:
5323 * defs.h (continuation): Remove unused global variable.
5324
5325 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
5326
5327 * configure.tgt: Remove references to convex, pyramid, altos and
5328 tahoe.
5329 * configure.host: Ditto.
5330 * MAINTAINERS: Ditto.
5331 * NEWS: Update.
5332
5333 * tahoe-tdep.c: Delete obsolete file.
5334 * pyr-xdep.c: Ditto.
5335 * pyr-tdep.c: Ditto.
5336 * convex-tdep.c: Ditto.
5337 * convex-xdep.c: Ditto.
5338 * config/tahoe/xm-tahoe.h: Ditto.
5339 * config/tahoe/tm-tahoe.h: Ditto.
5340 * config/tahoe/tahoe.mt: Ditto.
5341 * config/tahoe/tahoe.mh: Ditto.
5342 * config/pyr/xm-pyr.h: Ditto.
5343 * config/pyr/tm-pyr.h: Ditto.
5344 * config/pyr/pyramid.mt: Ditto.
5345 * config/pyr/pyramid.mh: Ditto.
5346 * config/m68k/xm-altos.h: Ditto.
5347 * config/m68k/tm-altos.h: Ditto.
5348 * config/m68k/altos.mt: Ditto.
5349 * config/m68k/altos.mh: Ditto.
5350 * config/convex/xm-convex.h: Ditto.
5351 * config/convex/tm-convex.h: Ditto.
5352 * config/convex/convex.mt: Ditto.
5353 * config/convex/convex.mh: Ditto.
5354 * config/convex/Convex.notes: Ditto.
5355 * config/arm/xm-arm.h: Ditto.
5356 * config/arm/nm-arm.h: Ditto.
5357 * config/arm/arm.mt: Ditto.
5358 * config/arm/arm.mh: Ditto.
5359 * arm-convert.s: Ditto.
5360 * arm-xdep.c: Ditto.
5361 * altos-xdep.c: Ditto.
5362
5363 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
5364
5365 * defs.h (internal_error, internal_verror): Add __FILE__ and
5366 __LINE__ parameter.
5367 * utils.c (internal_error, internal_verror): Update.
5368
5369 * v850-tdep.c: Update calls to internal_error.
5370 * utils.c: Ditto.
5371 * ui-out.c: Ditto.
5372 * ui-file.c: Ditto.
5373 * target.h: Ditto.
5374 * symtab.h: Ditto.
5375 * symm-nat.c: Ditto.
5376 * sparc-tdep.c: Ditto.
5377 * source.c: Ditto.
5378 * serial.c: Ditto.
5379 * rs6000-tdep.c: Ditto.
5380 * rs6000-nat.c: Ditto.
5381 * remote.c: Ditto.
5382 * remote-vx.c: Ditto.
5383 * remote-sim.c: Ditto.
5384 * remote-mips.c: Ditto.
5385 * regcache.c: Ditto.
5386 * objfiles.h: Ditto.
5387 * objfiles.c: Ditto.
5388 * mn10300-tdep.c: Ditto.
5389 * mips-tdep.c: Ditto.
5390 * maint.c: Ditto.
5391 * m68k-tdep.c: Ditto.
5392 * m3-nat.c: Ditto.
5393 * language.c: Ditto.
5394 * infptrace.c: Ditto.
5395 * inferior.h: Ditto.
5396 * infcmd.c: Ditto.
5397 * ia64-tdep.c: Ditto.
5398 * i386-tdep.c: Ditto.
5399 * i386-linux-nat.c: Ditto.
5400 * hppah-nat.c: Ditto.
5401 * go32-nat.c: Ditto.
5402 * findvar.c: Ditto.
5403 * f-lang.c: Ditto.
5404 * elfread.c: Ditto.
5405 * event-loop.c: Ditto.
5406 * dwarf2read.c: Ditto.
5407 * dsrec.c: Ditto.
5408 * d30v-tdep.c: Ditto.
5409 * d10v-tdep.c: Ditto.
5410 * cli/cli-setshow.c: Ditto.
5411 * cli/cli-script.c: Ditto.
5412 * ch-exp.c: Ditto.
5413 * breakpoint.c: Ditto.
5414 * ax-gdb.c: Ditto.
5415 * arch-utils.c: Ditto.
5416 * a29k-tdep.c: Ditto.
5417 * gdb_assert.h: Ditto.
5418 * gdbarch.sh: Ditto.
5419 * gdbarch.h, gdbarch.c: Re-generate.
5420
5421 2001-02-07 Andrew Cagney <ac131313@redhat.com>
5422
5423 From Mark Kettenis <kettenis@gnu.org>:
5424 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
5425
5426 2001-02-07 Andrew Cagney <ac131313@redhat.com>
5427
5428 * remote-sim.c (dump_mem): Cleanup printf format argument.
5429 * MAINTAINERS: Update, mn10300-elf now builds.
5430
5431 2001-02-07 Mark Kettenis <kettenis@gnu.org>
5432
5433 * event-top.c: Remove duplicate #include <signal.h>.
5434
5435 2001-02-06 Andrew Cagney <ac131313@redhat.com>
5436
5437 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
5438 allocated buffer.
5439 (save_inferior_pid): Restore the PID from that tempoary
5440 buffer. Delete the buffer.
5441 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
5442
5443 2001-02-06 Andrew Cagney <ac131313@redhat.com>
5444
5445 * MAINTAINERS: Add ``The Obvious Fix Rule''.
5446
5447 2001-02-06 Andrew Cagney <ac131313@redhat.com>
5448
5449 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
5450
5451 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
5452
5453 * gdbarch.sh: Include "gdb_assert.h".
5454 (struct gdbarch): Change ``nr_data'' to unsigned.
5455 (alloc_gdbarch_data, free_gdbarch_data): New functions.
5456 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
5457 architecture vector.
5458 (struct gdbarch_data, struct gdbarch_data_registration): Move init
5459 method to gdbarch_data. Add free method, make index unsigned.
5460 (struct gdbarch_data_registry): Make nr unsigned.
5461 (register_gdbarch_data): Add free parameter. Store in
5462 gdbarch_data.
5463 (init_gdbarch_data): Use set_gdbarch_data.
5464 (set_gdbarch_data): New function.
5465
5466 * gdbarch.h, gdbarch.c: Re-generate.
5467
5468 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5469
5470 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
5471 fprintf_filtered with correct arguments.
5472
5473 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
5474 Submitted by Paul Hilfinger (hilfingr@gnat.com)
5475 and Andrei Petrov (and@genesyslab.com).
5476 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
5477 must be allocated dynamically, since these are no longer constants.
5478 * infcmd.c: Ditto.
5479 * regcache.c: Ditto.
5480 * remote.c: Ditto.
5481 * sol-thread.c: Ditto.
5482 * valops.c: Ditto.
5483 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
5484 work-around for a missing Sun header file in solaris for sparc64.
5485
5486 2001-02-04 Philip Blundell <philb@gnu.org>
5487
5488 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
5489 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
5490 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
5491 GET_THREAD_SIGNALS): Define.
5492 * arm-linux-nat.c (fill_gregset): Correct type of argument.
5493 (supply_gregset): Likewise.
5494 (fill_fpregset): Likewise.
5495 (supply_fpregset): Likewise.
5496
5497 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
5498
5499 * valops.c (value_cast): If casting a scalar to a pointer, do not
5500 issue a message about truncation unless it exceeds the length of
5501 an address, not the length of a pointer. This is because what the
5502 user gives us is an address, not a pointer, and we will ultimately
5503 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
5504 to a pointer. This allows things like "print *(int *)0x01000234"
5505 to work without generating a misleading message on a target having
5506 two byte pointers and four byte addresses.
5507
5508 2001-02-05 Christopher Faylor <cgf@cygnus.com>
5509
5510 * win32-nat.c: Change PTR to void * throughout.
5511
5512 2001-02-05 J.T. Conklin <jtc@redback.com>
5513
5514 * signals.h: Removed.
5515 * event-top.c (#include <signal.h>): Changed from signals.h.
5516 * inflow.c: Likewise.
5517 * mac-xdep.c: Likewise.
5518 * ser-pipe.c: Likewise.
5519 * ser-tcp.c: Likewise.
5520 * standalone.c: Likewise.
5521 * top.c: Likewise.
5522 * utils.c: Likewise.
5523 * Makefile.in: Removed signals.h from dependencies.
5524
5525 2001-02-05 Christopher Faylor <cgf@cygnus.com>
5526
5527 Change suggested by Dean Luick <luick@cray.com>
5528 * inferior.h (step_over_calls_kind): Remove trailing comma from
5529 last enum element.
5530 (step_over_calls): Declare as extern rather than global.
5531
5532 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5533
5534 * sh-tdep.c: Update copyright.
5535 (sh_extract_return_value): Rewrite.
5536 (sh3e_sh4_extract_return_value): New function.
5537 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
5538 version of the function for sh3e and sh4 CPUs.
5539
5540 2001-02-05 Michael Chastain <chastain@redhat.com>
5541
5542 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
5543 to conform with interface change.
5544
5545 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
5546
5547 * config/djgpp/fnchange.lst: Tweak to make consistent with the
5548 new files.
5549
5550 * config/djgpp/djconfig.sh: Use explicit absolute file name when
5551 invoking `find'.
5552
5553 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
5554 UART_FIFO_WORKS is defined. Otherwise use outportb.
5555 From Francisco Pastor <fpastor.etra-id@etra.es>
5556
5557 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
5558 with target.h's `to_xfer_memory' member.
5559
5560 2001-02-02 J.T. Conklin <jtc@redback.com>
5561
5562 * ppc-bdm.c (#include <signal.h>): Removed.
5563 * remote-array.c: Likewise.
5564 * remote-bug.c: Likewise.
5565 * remote-e7000.c: Likewise.
5566 * remote-mips.c: Likewise.
5567 * remote-os9k.c: Likewise.
5568 * remote-st.c: Likewise.
5569 * remote-udi.c: Likewise.
5570 * remote-vx29k.c: Likewise.
5571 * remote-vx68.c: Likewise.
5572 * remote-vx960.c: Likewise.
5573 * remote-vxmips.c: Likewise.
5574 * remote-vxsparc.c: Likewise.
5575
5576 2001-02-02 John Moore <jmoore@redhat.com>
5577
5578 * remote-utils.h (sr_set_device): Changed free() to xfree() where
5579 appropriate. Also changed Copyright to include 2001.
5580 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
5581 * value.h (value_free): Likewise.
5582 * gdbarch.sh (gdbarch_free): Likewise.
5583 * gdbarch.c, gdbarch.h: Regenerated.
5584
5585 2001-02-02 John Moore <jmoore@redhat.com>
5586
5587 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
5588 xfree(). Also changed Copyright to include 2001.
5589
5590 2001-02-02 J.T. Conklin <jtc@redback.com>
5591
5592 * monitor.c (#include "gdb_wait.h"): Removed.
5593 * ocd.c: Likewise.
5594 * ppc-bdm.c: Likewise.
5595 * remote-adapt.c: Likewise.
5596 * remote-array.c: Likewise.
5597 * remote-bug.c: Likewise.
5598 * remote-e7000.c: Likewise.
5599 * remote-eb.c: Likewise.
5600 * remote-es.c: Likewise.
5601 * remote-mips.c: Likewise.
5602 * remote-mm.c: Likewise.
5603 * remote-nindy.c: Likewise.
5604 * remote-os9k.c: Likewise.
5605 * remote-rdi.c: Likewise.
5606 * remote-rdp.c: Likewise.
5607 * remote-sds.c: Likewise.
5608 * remote-sim.c: Likewise.
5609 * remote-st.c: Likewise.
5610 * remote-udi.c: Likewise.
5611 * remote-vx.c: Likewise.
5612 * remote-vx29k.c: Likewise.
5613 * remote-vx68.c: Likewise.
5614 * remote-vx960.c: Likewise.
5615 * remote-vxmips.c: Likewise.
5616 * remote-vxsparc.c: Likewise.
5617 * remote.c: Likewise.
5618 * ser-pipe.c: Likewise.
5619 * ser-unix.c: Likewise.
5620 * Makefile.in: Updated dependencies.
5621
5622 2001-01-31 David Smith <dsmith@redhat.com>
5623
5624 * event-loop.c: Change inclusion of string.h to gdb_string.h and
5625 updated the copyright notice.
5626 * ser-pipe.c: Ditto.
5627 * mi/mi-cmds.c: Ditto.
5628 * mi/mi-console.c: Ditto.
5629 * mi/mi-getopt.c: Ditto.
5630 * mi/mi-parse.c: Ditto.
5631
5632 2001-01-31 David Smith <dsmith@redhat.com>
5633
5634 * MAINTAINERS: Add David Smith to Write After Approval list.
5635
5636 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
5637
5638 * cli/cli-utils.c (putchar_filtered): Move function from here.
5639 * utils.c (putchar_filtered): To here.
5640 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
5641 * defs.h (putchar_filtered): To here.
5642
5643 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
5644
5645 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
5646 AC_FUNC_VFORK macro.
5647 * config.in, configure: Re-generate.
5648
5649 * gdb_vfork.h: New file.
5650 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
5651 * fork-child.c (fork_inferior): Ditto.
5652
5653 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
5654
5655 * defs.h (strsave): Delete declaration.
5656 * utils.c (strsave): Delete definition.
5657 * TODO (strsave): Update
5658
5659 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
5660 * sparcl-tdep.c (sparclite_open): Ditto.
5661 * mips-tdep.c (mips_set_processor_type_command): Ditto.
5662 (_initialize_mips_tdep): Ditto.
5663 * solib.c (solib_open): Ditto.
5664 * symfile.c (add_filename_language): Ditto.
5665 (set_ext_lang_command): Ditto.
5666 * source.c (init_source_path): Ditto.
5667 (mod_path): Ditto.
5668 * sh3-rom.c (sh3_open): Ditto.
5669 (sh3e_open): Ditto.
5670 * serial.c (serial_open): Ditto.
5671 * remote-mips.c (common_open): Ditto.
5672 * monitor.c (monitor_open): Ditto.
5673 * m32r-rom.c (m32r_upload_command): Ditto.
5674 * infcmd.c (path_command): Ditto.
5675 * f-exp.y (parse_number): Ditto.
5676 * breakpoint.c (create_longjmp_breakpoint): Ditto.
5677 (create_thread_event_breakpoint): Ditto.
5678 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
5679 (_initialize_arc_tdep): Ditto.
5680
5681 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
5682
5683 * cli/cli-script.c (define_command): Check for a bad hook value in
5684 switch statement.
5685
5686 2001-01-30 J.T. Conklin <jtc@redback.com>
5687
5688 * configure/sh/embed.mt: New file.
5689 * configure/sh/linux.mt: New file.
5690 * configure/sh/sh.mt: Removed.
5691 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
5692 (sh-*-*): Removed.
5693
5694 2001-01-29 Michael Chastain <chastain@redhat.com>
5695
5696 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
5697 symbol comparisons in binary search.
5698
5699 2001-01-27 Christopher Faylor <cgf@cygnus.com>
5700
5701 * win32-nat.c (child_xfer_memory): Add missing argument required by
5702 2001-01-23 change.
5703
5704 2001-01-27 Mark Kettenis <kettenis@gnu.org>
5705
5706 * ui-out.c (do_list_end): New function.
5707 (make_cleanup_ui_out_list_end): New function.
5708 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
5709 * stack.c (print_frame) [UI_OUT]: Call
5710 make_cleanup_ui_out_list_end to make sure we mark the end of the
5711 list if we do a non-local exit. At the end of the function,
5712 instead of calling ui_out_list_end directly, let do_cleanups
5713 handle it.
5714
5715 2001-01-26 Fernando Nasser <fnasser@redhat.com>
5716
5717 Fix double parsing of filenames passed as command line arguments
5718 to GDB (causes weird handling of escape characters).
5719 Also, remove dependencies on the CLI from libgdb.
5720 * call-cmds.h: Remove declaration of exec_file_command().
5721 * gdbcore.h: Remove declaration of exec_file_command().
5722 Add declarations for exec_open() and exec_file_clear().
5723 * symfile.h: Add declarations for symbol_file_add_main() and
5724 symbol_file_clear().
5725 * exec.c (exec_open): New function. Implements to_open for exec
5726 targets.
5727 (exec_file_clear): New function. Makes GDB forget about a previously
5728 specified executable file.
5729 (exec_file_attach): Move parsing of arguments from here ...
5730 (exec_file_command): ... to here.
5731 (init_exec_ops): Use exec_open(), not exec_file_command() to
5732 implement to_open for exec targets.
5733 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
5734 with default values. Used when the file name has already been parsed.
5735 (symbol_file_clear): New function. Makes GDB forget about previously
5736 read symbols.
5737 (symbol_file_command): Call the above function instead of inline code.
5738 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
5739 "call-cmds.h".
5740 (captured_main): Call exec_file_attach() and symbol_file_add_main()
5741 instead of exec_file_command() and symbol_file_command().
5742 (captured_main): Add comment.
5743 * corefile.c: Include "symfile.h".
5744 (core_file_command): Call symbol_file_add_main() instead of
5745 symbol_file_command().
5746 (reopen_exec_file): Call exec_open() instead of exec_file_command().
5747 * infcmd.c: Include "symfile.h".
5748 (attach_command): Call symbol_file_add_main() instead of
5749 symbol_file_command().
5750 * infrun.c: Remove comment about the inclusion of "symfile.h",
5751 not any longer appropriate.
5752 (follow_exec): Call symbol_file_add_main() instead of
5753 symbol_file_command().
5754 * remote-es.c: Include "symfile.h".
5755 (es1800_load): Call symbol_file_add_main() instead of
5756 symbol_file_command().
5757 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
5758 not any longer appropriate.
5759 (vx-wait): Call symbol_file_add_main() instead of
5760 symbol_file_command().
5761 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
5762 instead of symbol_file_command().
5763 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
5764 symbol_file_add_main() instead of exec_file_command() and
5765 symbol_file_command().
5766 * Makefile.in: Update dependencies.
5767
5768 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
5769
5770 * remote-udi.c (udi_open): Change strdup to xstrdup.
5771 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
5772 Update copyright message.
5773 * varobj.c (delete_variable_1): Likewise.
5774
5775 * gdb_string.h: Remove declaration of strdup. Update copyright
5776 message.
5777 * config/xm-mpw.h: Likewise.
5778 * config/i386/xm-i386mach.h: Likewise.
5779 * config/m68k/xm-apollo68b.h: Likewise.
5780 * config/m68k/xm-hp300bsd.h: Likewise.
5781 * config/rs6000/xm-rs6000.h: Likewise.
5782 * config/vax/xm-vaxult.h: Remove declaration of strdup.
5783 * config/vax/xm-vaxult2.h: Likewise.
5784
5785 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
5786
5787 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
5788
5789 2001-01-25 J.T. Conklin <jtc@redback.com>
5790
5791 * target.c (target_xfer_memory_partial): Return -1 on failure due
5792 to invalid access mode attribute.
5793
5794 2001-01-25 Christopher Faylor <cgf@cygnus.com>
5795
5796 * win32-nat.c (_initialize_core_win32): Prototype correctly.
5797
5798 2001-01-25 Mark Kettenis <kettenis@gnu.org>
5799
5800 * config/alpha/tm-fbsd.h: Update copyright.
5801 (USE_STRUCT_CONVENTION): Define in terms of
5802 alphabsd_use_struct_convention.
5803 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
5804 * alphafbsd-tdep.c: New file.
5805
5806 2001-01-24 Fernando Nasser <fnasser@redhat.com>
5807
5808 * top.c (print_gdb_version): Update Copyright year.
5809
5810 2001-01-24 J.T. Conklin <jtc@redback.com>
5811
5812 * dcache.c (dcache_write_line): Fix typo.
5813
5814 * memattr.c (delete_mem_region): Replace free() with xfree().
5815 (mem_number): Add explicit type.
5816
5817 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
5818 (rw_common): Likewise.
5819
5820 2001-01-24 Fernando Nasser <fnasser@redhat.com>
5821
5822 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
5823 for the inferior program arguments.
5824 (run_command, run_no_args_command, init_infcmd)): Use accessor
5825 functions to set the inferior program arguments.
5826 * inferior.h: Add definitions to the accessor functions above.
5827
5828 2001-01-23 Jim Blandy <jimb@redhat.com>
5829
5830 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
5831 Implement these correctly, using make_cv_type.
5832
5833 2001-01-23 J.T. Conklin <jtc@redback.com>
5834
5835 * exec.c (xfer_memory): Add attrib argument.
5836 * infptrace.c (child_xfer_memory): Likewise.
5837 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
5838 * monitor.c (monitor_xfer_memory): Likewise.
5839 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
5840 * remote-array.c (array_xfer_memory): Likewise.
5841 * remote-bug.c (bug_xfer_memory): Likewise.
5842 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
5843 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
5844 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
5845 * remote-mips.c (mips_xfer_memory): Likewise.
5846 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
5847 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
5848 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
5849 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
5850 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
5851 * remote-sds.c (sds_xfer_memory): Likewise.
5852 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
5853 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
5854 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
5855 * remote-vx.c (vx_xfer_memory): Likewise.
5856 * remote.c (remote_xfer_memory): Likewise.
5857 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
5858 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
5859 * thread-db.c (thread_db_xfer_memory): Likewise.
5860
5861 * target.h (#include "memattr.h"): Added.
5862 (target_ops.to_xfer_memory): Add attrib argument.
5863
5864 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
5865 * dcache.h (set_dcache_state): Removed declaration.
5866 * dcache.c (set_dcache_state): Removed definition
5867
5868 * dcache.c: Update module comment, as dcache is now enabled and
5869 disabled with memory region attributes instead of by the global
5870 variable "remotecache". Add comment describing the interaction
5871 between dcache and memory region attributes.
5872 (dcache_xfer_memory): Add comment describing benefits of moving
5873 cache writeback to a higher level.
5874 (dcache_struct): Removed cache_has_stuff field. This was used to
5875 record whether the cache had been accessed in order to invalidate
5876 it when it was disabled. However, this is not needed because the
5877 cache is write through and the code that enables, disables, and
5878 deletes memory regions invalidate the cache. Add comment which
5879 suggests that we could be more selective and only invalidate those
5880 cache lines containing data from those memory regions.
5881 (dcache_invalidate): Updated.
5882 (dcache_xfer_memory): Updated.
5883
5884 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
5885 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
5886 perform a uncached transfer if dcache_enabled_p was clear. This
5887 function is now only called if caching is enabled for the memory
5888 region.
5889 (dcache_info): Always print cache info.
5890
5891 * target.c (do_xfer_memory): Add attrib argument.
5892 (target_xfer_memory, target_xfer_memory_partial): Break transfer
5893 into chunks defined by memory regions, pass region attributes to
5894 do_xfer_memory().
5895 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
5896
5897 * Makefile.in (SFILES): Add memattr.c.
5898 (COMMON_OBS): Add memattr.o.
5899 (dcache.o): Add target.h to dependencies.
5900 * memattr.c: New file.
5901 * memattr.h: Likewise.
5902
5903 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
5904 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
5905 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
5906 * gdbserver/low-sim.c (#include "defs.h"): Removed.
5907 (mygeneric_load): Rename from generic_load.
5908
5909 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
5910 (#include "defs.h"): Removed.
5911 (inferior_pid, perror_with_name): Remove declarations.
5912 * gdbserver/low-linux.c: Likewise.
5913 * gdbserver/low-nbsd.c: Likewise.
5914 * gdbserver/low-sparc.c: Likewise.
5915 * gdbserver/low-sun3.c: Likewise.
5916
5917 * i386-stub.c: Re-indent.
5918 * m68k-stub.c: Re-indent.
5919
5920 2001-01-22 Nicholas Duffek <nsd@redhat.com>
5921
5922 * gdbarch.sh (PARM_BOUNDARY): Define.
5923 * gdbarch.c: Regenerate.
5924 * gdbarch.h: Regenerate.
5925
5926 2001-01-22 J.T. Conklin <jtc@redback.com>
5927
5928 * ns32k-tdep.c: #include "frame.h"
5929 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
5930 appears to have been inadvertantly removed sometime in May 1999.
5931
5932 * Revert 2000-11-09 changes where shared library objects were
5933 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
5934 we'd like to be able to debug dynamically linked executables,
5935 this makes it impossible to build a cross debugger on a many
5936 hosts.
5937
5938 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
5939 * config/i386/nbsdelf.mt: Likewise.
5940 * config/m68k/nbsd.mt: Likewise.
5941 * config/ns32k/nbsd.mt: Likewise.
5942 * config/powerpc/nbsd.mt: Likewise.
5943 * config/sparc/nbsd.mt: Likewise.
5944 * config/sparc/nbsdelf.mt: Likewise.
5945 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
5946 * config/i386/nbsdelf.mh: Likewise.
5947 * config/m68k/nbsd.mh: Likewise.
5948 * config/ns32k/nbsd.mh: Likewise.
5949 * config/powerpc/nbsd.mh: Likewise.
5950 * config/sparc/nbsd.mh: Likewise.
5951
5952 2001-01-19 Jason Merrill <jason@redhat.com>
5953
5954 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
5955 (process_one_symbol): Likewise.
5956 * dwarfread.c (handle_producer): Likewise.
5957
5958 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
5959
5960 * configure.in (build_warnings): Disable -Wuninitialized until GDB
5961 compiles with -Wuninitialized,-Werror.
5962 * configure: Regenerate.
5963
5964 * MAINTAINERS: Add list of buildable targets.
5965
5966 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
5967
5968 * defs.h (STRCMP): Delete macro.
5969
5970 * objfiles.c (objfile_relocate): Replace STRCMP with call to
5971 strcmp.
5972 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
5973 * symfile.c (compare_symbols): Ditto.
5974 * standalone.c (open): Ditto.
5975 * remote-es.c (verify_break): Ditto.
5976 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
5977
5978 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
5979
5980 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
5981
5982 * varobj.c (FREEIF): Delete macro.
5983 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
5984 call.
5985
5986 2001-01-18 Nick Clifton <nickc@redhat.com>
5987
5988 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
5989 (arc_print_insn): No bfd available, so pass NULL to
5990 arc_get_disassembler.
5991
5992 2001-01-09 James Ingham <jingham@inghji.apple.com>
5993
5994 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
5995 a mangled symbol rather than recursing into lookup_symbol, since
5996 this will just re-unmangle the name & call lookup_symbol_aux -
5997 leading to an infinite recursion.
5998
5999 2001-01-18 Mark Kettenis <kettenis@gnu.org>
6000
6001 * infcmd.c (print_return_value): Restore another space lost by
6002 switch to UIOUT. ``$NN='' should be ``$NN =''.
6003
6004 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
6005
6006 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
6007 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
6008 definition in parenthesis.
6009
6010 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
6011
6012 From 2000-10-27 Mark Salter <msalter@redhat.com>:
6013 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
6014 packet.
6015 (remote_insert_hw_breakpoint): Ditto.
6016
6017 2001-01-17 J.T. Conklin <jtc@redback.com>
6018
6019 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
6020 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6021 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
6022 * m68knbsd-tdep.c: New file.
6023
6024 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
6025
6026 * m68knbsd-nat.c: #include gdbcore.h.
6027
6028 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
6029
6030 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
6031
6032 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
6033
6034 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
6035 goes away -- just return false (ie. not stopped by watchpoint).
6036 * source.c (openp): Fix typo in comment.
6037
6038 2001-01-12 Nicholas Duffek <nsd@redhat.com>
6039
6040 * blockframe.c (generic_get_saved_register): Spelling fix.
6041 * frame.h (FRAME_FP): Spelling fix.
6042
6043 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
6044
6045 * infcmd.c (print_return_value): Restore space lost by switch to
6046 UIOUT. ``$NN='' should be ``$NN =''.
6047
6048 2001-01-08 Nicholas Duffek <nsd@redhat.com>
6049
6050 * regcache.c (set_register_cached, register_buffer,
6051 real_register, pseudo_register fetch_register, store_register):
6052 New functions.
6053 (register_changed, read_relative_register_raw_bytes_for_frame,
6054 registers_changed, registers_fetched, read_register_bytes,
6055 read_register_gen, write_register_gen, read_register,
6056 read_signed_register, write_register, supply_register): Replace
6057 register_valid[] with register_cached() and
6058 set_register_cached().
6059 (read_register_bytes, read_register_gen, write_register_gen,
6060 read_register, read_signed_register, write_register,
6061 supply_register): Replace registers[] with register_buffer().
6062 (read_register_bytes, read_register_gen, read_register,
6063 read_signed_register): Call fetch_register().
6064 (write_register_gen, write_register): Call real_register() and
6065 store_register().
6066 (write_register_bytes): Call store_register().
6067 * value.h (set_register_cached, register_buffer): Prototype.
6068 * remote.c (remote_fetch_registers): Allocate regs[] with a
6069 run-time size. Replace register_valid[] with
6070 set_register_cached().
6071 (store_register_using_P, remote_store_registers): Replace
6072 registers[] with register_buffer().
6073
6074 2001-01-08 Nicholas Duffek <nsd@redhat.com>
6075
6076 * regcache.c: Change "write-back" comment to "write-through".
6077 Change "regno" to "regnum".
6078 (read_register, read_signed_register): Remove "raw" from return
6079 value description.
6080 (supply_register): Spelling fix.
6081 * value.h: Change "regno" to "regnum".
6082
6083 2001-01-08 Fernando Nasser <fnasser@redhat.com>
6084
6085 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
6086 to be installed.
6087
6088 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
6089
6090 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
6091
6092 2001-01-04 Nicholas Duffek <nsd@redhat.com>
6093
6094 * valops.c (VALUE_SUBSTRING_START): Delete.
6095
6096 2001-01-04 Nicholas Duffek <nsd@redhat.com>
6097
6098 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
6099 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
6100 (cli_utils_h): New variable.
6101 (cli/cli-utils.o): New rule.
6102 * cli/cli-utils.c: New file.
6103 * cli/cli-utils.h: New file.
6104
6105 2001-01-04 Nicholas Duffek <nsd@redhat.com>
6106
6107 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
6108 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
6109
6110 2001-01-03 J.T. Conklin <jtc@redback.com>
6111
6112 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
6113 comment.
6114
6115 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
6116
6117 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
6118 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
6119 non-float types.
6120 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
6121 Update copyright notice.
6122
6123 For older changes see ChangeLog-2000
6124 \f
6125 Local Variables:
6126 mode: change-log
6127 left-margin: 8
6128 fill-column: 74
6129 version-control: never
6130 End: