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