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