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