Add cross platform SVR4 shared library support for PowerPC.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2001-11-30 Kevin Buettner <kevinb@redhat.com>
2
3 * ppc-linux-tdep.c (solib-svr4.h): Include.
4 (ppc_linux_svr4_fetch_link_map_offsets): New function.
5 * ppc-tdep.h (ppc_linux_svr4_fetch_link_map_offsets): Declare.
6 * rs6000-tdep.c (solib-svr4.h): Include.
7 (rs6000_gdbarch_init): Set up ppc_linux_svr4_fetch_link_map_offsets()
8 as the link map offsets fetcher.
9
10 * config/powerpc/aix.mt (TDEPFILES): Add solib-svr4.o.
11 * config/powerpc/macos.mt (TDEPFILES): Likewise.
12 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
13 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
14 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
15 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
16 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
17 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
18 * config/rs6000/aix4.mt (TDEPFILES): Likewise.
19 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
20 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
21
22 2001-11-30 Kevin Buettner <kevinb@redhat.com>
23
24 From Louis Hamilton <hamilton@redhat.com>:
25 * arm-tdep.c (solib-svr4.h): Include.
26 (arm_linux_svr4_fetch_link_map_offsets): New function.
27 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
28 (arm_linux_svr4_fetch_link_map_offsets): Declare.
29
30 2001-11-30 Daniel Jacobowitz <drow@mvista.com>
31
32 * values.c (value_primitive_field): Add embedded_offset to the
33 address of structure members.
34 * gnu-v3-abi.c (gnuv3_rtti_type): Cast to base type before
35 attempting to access vtable pointer. Set using_enc_p if we cast.
36 (gnuv3_virtual_fn_field): Call value_cast with structure rather than
37 structure pointer. Cast to base type before attempting to access
38 vtable pointer.
39
40 2001-11-29 Elena Zannoni <ezannoni@redhat.com>
41
42 * Makefile.in (ppc-linux-nat.o): Add dependency on ppc-tdep.h.
43
44 * ppc-tdep.h (PPC_GPLAST_REGNUM): Define.
45
46 * ppc-linux-nat.c: Include ppc-tdep.h.
47 (ppc_register_u_addr): Don't use the static array regmap[],
48 dynamically define the mapping instead.
49 (supply_gregset): Ditto.
50 (fill_gregset): Ditto.
51 (COPY_REG): Delete macro defintion.
52 (regmap): Delete array.
53
54 2001-11-29 Jim Blandy <jimb@redhat.com>
55
56 Tighten up GDB's support for returning structs by value.
57 * s390-tdep.c (s390_use_struct_convention): New function.
58 (s390_gdbarch_init): Register it as the S/390's
59 USE_STRUCT_CONVENTION method. Register
60 generic_cannot_extract_struct_value_address as our
61 EXTRACT_STRUCT_VALUE_ADDRESS method.
62 * arch-utils.c (generic_cannot_extract_struct_value_address): New
63 function.
64 * arch-utils.h: Add corresponding prototype.
65
66 * values.c (value_being_returned): Make error message a proper
67 sentence.
68
69 2001-11-27 Keith Walker <keith.walker@arm.com>
70
71 * dwarf2read.c (read_attribute_value): New function to handle
72 DW_FORM_indirect
73 (read_attribute): uses read_attribute_value
74
75 2001-11-29 Jim Blandy <jimb@redhat.com>
76
77 * s390-tdep.c (s390_frame_saved_pc_nofix): If the prologue didn't
78 save the return address register, assume that the return address
79 is still in there.
80
81 2001-11-27 Andrew Cagney <ac131313@redhat.com>
82
83 * MAINTAINERS: Clarify obvious fix a little (as suggested by Eli
84 Zaretskii).
85
86 2001-11-25 Jim Blandy <jimb@redhat.com>
87
88 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
89
90 2001-11-27 Jim Blandy <jimb@redhat.com>
91
92 * s390-tdep.c: Get frame chains and saved pc values properly from
93 dummy frames.
94 (s390_frame_saved_pc_nofix): if `*fi' is a dummy frame, get the
95 saved PC from the dummy frame's registers.
96 (s390_frame_chain): Same for the saved SP.
97 (s390_gdbarch_init): Register `generic_save_dummy_frame_tos' as
98 the `SAVE_DUMMY_FRAME_TOS' method, so the dummy frame's `top' gets
99 set correctly.
100
101 * s390-tdep.c (s390_frame_chain): Remember that the SP's element
102 of the frame's saved_regs array is special.
103
104 * s390-tdep.c (register_names): Call the general-purpose registers
105 `r0' -- `r15', and the floating-point registers `f0' -- `f15', to
106 match the assembly language.
107
108 2001-11-26 Pierre Muller <muller@ics.u-strasbg.fr>
109
110 * config/i386/tm-cygwin.h: Define HAVE_SSE_REGS if
111 HAVE_CONTEXT_EXTENDED_REGISTERS is defined.
112 * win32-nat.c: Define CONTEXT_DEBUGGER_DR that will also include
113 extended registers if HAVE_SSE_REGS is defined.
114 (mappings array): Add offset of extended registers.
115 (thread_rec): Use new CONTEXT_DEBUGGER_DR macro.
116
117 2001-11-26 Tom Tromey <tromey@redhat.com>
118
119 * NEWS: Updated.
120 * event-loop.c (start_event_loop): Call
121 after_char_processing_hook.
122 * event-top.h (after_char_processing_hook): Declare.
123 * event-top.c (rl_callback_read_char_wrapper): Call
124 after_char_processing_hook.
125 (after_char_processing_hook): New global.
126 * top.c (operate_saved_history): New global.
127 (gdb_rl_operate_and_get_next): New function.
128 (init_main): Add the operate-and-get-next defun.
129 (gdb_rl_operate_and_get_next_completion): New function.
130
131 2001-11-26 Tom Tromey <tromey@redhat.com>
132
133 * NEWS: Update for --args.
134 * infcmd.c (construct_inferior_arguments): Moved from ...
135 * fork-child.c: ... here.
136
137 2001-11-26 Jim Blandy <jimb@redhat.com>
138
139 * symtab.c (find_pc_sect_line): Revert change of 2001-11-13; add
140 comment explaining that hand-written assembly code can have line
141 number info but no debug info for an enclosing function.
142
143 2001-11-26 Jakub Jelinek <jakub@redhat.com>
144
145 * sparc-nat.c (fetch_inferior_registers): Don't rely
146 on CORE_ADDR being 32-bit.
147 (store_inferior_registers): Likewise.
148
149 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
150
151 * config/djgpp/config.sed: Fix an error in etc/ at "make install"
152 time on non-LFN systems where standards*.inf* expands to nothing.
153
154 * go32-nat.c (save_npx): Avoid a warning from GCC 3.x.
155
156 2001-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
157 Christopher Faylor <cgf@redhat.com>
158
159 * win32-nat.c (struct so_stuff): Add objfile *objfile field needed to
160 be able to remove the DLL when unloaded. Remove unused last field.
161 (handle_unload_dll): New function to handle unloading of DLL.
162 (solib_symbols_add): Change return type to struct objfile *.
163 (get_child_debug_event): Call handle_unload_dll function.
164
165 2001-11-24 Christopher Faylor <cgf@redhat.com>
166
167 * win32-nat.c (_initialize_check_for_gdb_ini): New function.
168 * config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__.
169 (GDBINIT_FILENAME): Remove.
170
171 2001-11-23 Mark Kettenis <kettenis@gnu.org>
172
173 Add x86 OpenBSD native configuration.
174 * config/i386/obsd.mt, config/i386/tm-obsd.h, config/i386/obsd.mh,
175 config/i386/nm-obsd.h: New files.
176 * configure.host (i[3456]86-*-openbsd*): New host.
177 * configure.tgt (i[3456]86-*-openbsd*): New target.
178 * NEWS: Update.
179
180 2001-11-21 GDB Administrator <gdbadmin@sourceware.cygnus.com>
181
182 * GDB 5.1 was released.
183
184 2001-11-21 Tom Tromey <tromey@redhat.com>
185
186 Fix for PR gdb/209, PR gdb/156:
187 * gdbarch.c, gdbarch.h: Rebuilt.
188 * gdbarch.sh: Added `construct_inferior_arguments'.
189 * cli/cli-decode.h (cmd_list_element): Added pre_show_hook.
190 Typo fix.
191 * cli/cli-setshow.c (do_setshow_command): Call the pre_show_hook.
192 * infcmd.c (_initialize_infcmd): Set sfunc on `set args' command.
193 (inferior_argc, inferior_argv): New globals.
194 (notice_args_set): New function.
195 (set_inferior_args): Clear inferior_argc and inferior_argv.
196 (set_inferior_args_vector): New function.
197 (get_inferior_args): Handle inferior argument vector.
198 (run_command): Use get_inferior_args().
199 (notice_args_read): New function.
200 (_initialize_infcmd): Don't call set_inferior_args.
201 * command.h: Typo fix.
202 (cmd_list_element): Added pre_show_hook.
203 * main.c (captured_main): Added --args option.
204 (print_gdb_help): Document --args.
205 * inferior.h (construct_inferior_arguments): Declare.
206 (set_inferior_args_vector): Likewise.
207 * fork-child.c (construct_inferior_arguments): New function.
208
209 2001-11-21 Kevin Buettner <kevinb@redhat.com>
210
211 * lin-lwp.c (lin_lwp_attach_lwp): Make sure SIGCHLD is in set of
212 blocked signals.
213
214 * lin-lwp.c (lin_lwp_attach_lwp): Mark main thread as stopped.
215
216 2001-11-20 Jim Blandy <jimb@redhat.com>
217
218 * target.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): Delete
219 default definition; this is never used.
220
221 2001-11-20 Keith Seitz <keiths@redhat.com>
222
223 * varobj.c (c_value_of_child): Release memory for "name" when
224 finshed using it.
225 (c_type_of_child): Likewise.
226 (cplus_value_of_child): Isolate the use of name_of_child to
227 one case that needs it.
228 Release memory for "name" when finished using it.
229
230 2001-11-20 Keith Seitz <keiths@redhat.com>
231
232 * top.c (gdb_init): Call init_ui_hook before initializing
233 the default UI.
234
235 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
236
237 * config/powerpc/nm-linux.h (ppc_register_u_addr): Add extern
238 declaration.
239
240 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
241
242 * ppc-linux-nat.c (COPY_REG): Use regcache_collect instead of
243 accessing registers[].
244 (fill_fpregset): Ditto.
245
246 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
247
248 * infptrace.c (fetch_register): Dynamically allocate buffer for
249 register.
250 (store_register): Use regcache_collect, instead of accessing the
251 register buffer directly.
252
253 2001-11-19 Daniel Jacobowitz <drow@mvista.com>
254
255 * mips-tdep.c (find_proc_desc): Add cur_frame argument. Pass
256 cur_frame to heuristic_proc_desc.
257 (heuristic_proc_desc): Add cur_frame argument. Do not read SP
258 if cur_frame == 0.
259 (after_prologue): Pass cur_frame == 0 to find_proc_desc.
260 (mips_frame_chain): Pass cur_frame == 1 to find_proc_desc.
261 (mips_init_extra_frame_info): Likewise.
262
263 2001-11-19 Andrew Cagney <ac131313@redhat.com>
264
265 * defs.h (return_to_top_level): Comment.
266
267 Mon Nov 19 14:58:52 2001 Andrew Cagney <cagney@redhat.com>
268
269 * remote.c (remote_open_1, remote_async_open_1): Use ISO C string
270 concatenation for error parameter.
271 (remote_cisco_open): Ditto.
272
273 2001-11-19 Keith Seitz <keiths@redhat.com>
274
275 * varobj.c (c_value_of_child): Use the wrapper function,
276 gdb_value_struct_elt.
277 (cplus_value_of_child): Likewise.
278
279 2001-11-18 Andrew Cagney <ac131313@redhat.com>
280
281 * i386-tdep.c (i386_gdbarch_init): Initialize num_regs.
282 * config/i386/tm-i386.h (NUM_REGS): Delete.
283
284 2001-11-18 Kevin Buettner <kevinb@redhat.com>
285
286 * i386-linux-nat.c (fill_gregset): Fix botched regcache_collect()
287 conversion for I386_LINUX_ORIG_EAX_REGNUM.
288
289 2001-11-18 Andrew Cagney <ac131313@redhat.com>
290
291 * config/i386/embed.mt (TM_FILE): Set to tm-i386.h.
292 * config/i386/tm-embed.h: Delete.
293
294 2001-11-17 Andrew Cagney <ac131313@redhat.com>
295
296 * Makefile.in (distclean): Explicitly delete Makefile et.al. in
297 gdbserver sub directory.
298
299 2001-11-17 Andrew Cagney <ac131313@redhat.com>
300
301 * README: Mention need for alloca(). Mention problems with
302 alpha-dec-osf4.0e. Clarify that comments refer to GDB 5.1.
303
304 2001-11-17 Kevin Buettner <kevinb@redhat.com>
305
306 * i386-linux-nat.c (fill_gregset): Use regcache_collect() instead
307 of accessing registers[] directly.
308
309 2001-11-17 Kevin Buettner <kevinb@redhat.com>
310
311 * i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()
312 when fetching ORIG_EAX.
313
314 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
315
316 * arm-linux-nat.c: Don't include <asm/ptrace.h>.
317 (fetch_register): Use elf_gregset_t instead of struct pt_regs.
318 (fetch_regs): Likewise.
319 (store_register): Likewise.
320 (store_regs): Likewise.
321
322 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
323
324 * sparc-linux-nat.c (fill_gregset): Replace read_register_gen
325 with regcache_collect.
326 (fill_fpregset): Likewise.
327
328 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
329
330 * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c,
331 and sparc-linux-nat.c to ALLDEPFILES. Add dependencies.
332 * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES.
333 * sparc-linux-nat.c: New file, from Mark Kettenis.
334
335 2001-11-16 Jakub Jelinek <jakub@redhat.com>
336
337 * dwarf2read.c (dwarf_str_buffer): New.
338 (struct dwarf2_pinfo): Add dwarf_str_buffer and dwarf_str_size.
339 (DWARF_STR_BUFFER, DWARF_STR_SIZE): Define.
340 (dwarf2_has_info): Clear dwarf_str_offset.
341 (dwarf2_build_psymtabs): Read .debug_str section if present.
342 (dwarf2_build_psymtabs_hard): Save DWARF_STR_BUFFER and
343 DWARF_STR_SIZE.
344 (psymtab_to_symtab_1): Restore DWARF_STR_BUFFER and DWARF_STR_SIZE.
345 (read_attribute): Handle DW_FORM_strp.
346 (read_n_bytes, read_string): Remove HOST_CHAR_BIT != 8
347 handling code.
348 (read_indirect_string): New.
349 (dump_die): Handle DW_FORM_strp.
350
351 2001-11-16 Jim Blandy <jimb@redhat.com>
352
353 * s390-tdep.c: Tweak argument-passing to match GCC bugs.
354 (is_float_singleton, is_struct_like, is_float_like): New
355 functions, that isolate the weirdness.
356 (is_double_or_float, is_simple_arg, pass_by_copy_ref,
357 is_double_arg): Use is_struct_like and is_float_like, rather than
358 testing the type codes ourselves.
359 (s390_push_arguments): When passing args on the stack, align each
360 on to a four-byte boundary, regardless of what the type itself
361 needs.
362
363 2001-11-16 Ben Harris <bjh21@netbsd.org>
364
365 * Makefile.in (os9kread.o): Replace $< with autoconf-approved
366 $(srcdir)/....
367 (procfs.o): Ditto.
368 (z8k-tdep.o): Ditto.
369
370 2001-11-16 Ben Harris <bjh21@netbsd.org>
371
372 * MAINTAINERS (write-after-approval): Add self.
373
374 2001-11-15 Jim Blandy <jimb@redhat.com>
375
376 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
377 bytes long should be handled as DOUBLE_ARGs; don't recognize them
378 as SIMPLE_ARGs.
379
380 2001-11-12 Andrew Cagney <ac131313@redhat.com>
381
382 * remote.c (struct packet_reg): Declare.
383 (struct remote_state): Add fields sizeof_g_packet and g_packet.
384 (init_remote_state): Initialize sizeof_g_packet and g_packet.
385 (free_remote_state): Free g_packet.
386 (packet_reg_from_pnum, packet_reg_by_regnum): New functions.
387 (remote_wait): Use above instead of gdbarch methods
388 REGISTER_RAW_SIZE and REGISTER_BYTES.
389 (remote_async_wait): Ditto.
390 (remote_fetch_registers, remote_store_registers): Ditto.
391 (store_register_using_P): Ditto.
392
393 2001-11-15 Andrew Cagney <ac131313@redhat.com>
394
395 * remote.c (_initialize_remote): Don't multi-arch swap tty_input.
396 Second attempt.
397
398 2001-11-15 Andrew Cagney <ac131313@redhat.com>
399
400 * utils.c (phex_nz): For default case, set str to phex_nz return
401 value.
402 (phex): Ditto.
403
404 2001-11-15 Andrew Cagney <ac131313@redhat.com>
405
406 * TODO (register_buffer): Delete.
407 * regcache.c (register_buffer): Make static.
408 (regcache_collect): New function.
409 * regcache.h (register_buffer): Delete declaration.
410 (regcache_collect): Declare.
411 * remote.c (store_register_using_P): Rewrite using
412 regcache_collect.
413 (remote_store_registers): Ditto.
414 * go32-nat.c (store_register): Ditto.
415
416 2001-11-14 Andrew Cagney <ac131313@redhat.com>
417
418 * remote.c (struct remote_state): Declare.
419 (get_remote_state): New function.
420 (init_remote_state): New function.
421 (remote_gdbarch_data_handle): New global.
422 (build_remote_packet_sizes): Delete function, moved to
423 init_remote_state.
424 (register_remote_packet_sizes): Delete function.
425 (actual_register_packet_size, remote_packet_size): Moved to
426 ``struct remote_state''.
427 (PBUFSIZE): Delete. Replaced by rs->remote_packet_size.
428 (free_remote_state): New function.
429 (get_memory_packet_size, get_memory_read_packet_size)
430 (set_thread, remote_unpack_thread_info_response)
431 (remote_get_threadinfo, parse_threadlist_response)
432 (remote_get_threadlist, remote_current_thread)
433 (remote_threads_info, remote_threads_extra_info)
434 (extended_remote_restart, get_offsets)
435 (get_offsets, remote_check_symbols, remote_open_1)
436 (remote_async_open_1, remote_detach, remote_async_detach)
437 (remote_resume, remote_async_resume, remote_wait)
438 (remote_async_wait, remote_fetch_registers)
439 (store_register_using_P, remote_store_registers)
440 (check_binary_download, putpkt_binary)
441 (remote_insert_breakpoint, remote_remove_breakpoint)
442 (remote_insert_watchpoint, remote_remove_watchpoint)
443 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
444 (compare_sections_command, remote_query)
445 (remote_rcmd, remote_rcmd, packet_command)
446 (remote_info_process): Update.
447
448 2001-11-14 Andrew Cagney <ac131313@redhat.com>
449
450 * remote.c: Include "gdb_assert.h".
451 (tty_input): Wire buffer to 400 bytes.
452 (readsocket): Check tty_input doesn't overflow.
453 (build_remote_gdbarch_data, _initialize_remote): Don't multi-arch
454 tty_input.
455
456 2001-11-14 Michael Snyder <msnyder@redhat.com>
457
458 * d10v-tdep.c (d10v_pointer_to_address): Use new type flag
459 TYPE_FLAG_CODE_SPACE to recognize a pointer that has been cast
460 into the instruction address space.
461 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
462
463 2001-11-14 Michael Snyder <msnyder@redhat.com>
464 Add address space identifiers to expression language for types.
465 * c-exp.y (space_identifier, cv_with_space_id,
466 const_or_volatile_or_space_identifier_noopt,
467 const_or_volatile_or_space_identifier): New terminals.
468 (ptype): Accept const_or_volatile_or_space_identifier.
469 (typebase): Accept const_or_volatile_or_space_identifier.
470 * c-typeprint.c (c_type_print_cv_qualifier): Rename to
471 c_type_print_modifier. Handle address space modified types.
472 * gdbtypes.h (TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE):
473 New type flags.
474 (struct type): Add new field as_type for addr-space qualified types.
475 (TYPE_AS_TYPE): New macro, retrieves the chain of types that are
476 identical to this one except for address-space qualification.
477 * gdbtypes.c (alloc_type): Initialize new field 'as_type'.
478 (address_space_name_to_int): New function.
479 (address_space_int_to_name): New function.
480 (make_type_with_address_space): New function.
481 (make_cv_type): Handle as_type field of new struct type object.
482 * parse.c (check_type_stack_depth): New function.
483 (push_type_address_space): New function.
484 (follow_types): Handle types with address-space qualifier.
485 * parser-defs.h (enum type_pieces): Add enum tp_space_identifier.
486
487 2001-11-14 Jim Blandy <jimb@redhat.com>
488
489 * s390-tdep.c (s390_pop_frame_regular): On the S/390, the frame
490 pointer and the SP are often the same, so we can't pop the frame
491 by setting the SP to the FP; we need to get the old SP from
492 saved_regs.
493
494 * s390-tdep.c (s390_extract_return_value): Returned `float' values
495 can simply be copied bitwise from the registers into the value
496 object's buffer.
497
498 * s390-tdep.c (s390_get_frame_info): Initialize SP's element of
499 the frame's saved_regs array correctly.
500
501 * symfile.c (simple_read_overlay_table): Make sure we can find
502 both `_novlys' and `_ovly_table' before we try anything else;
503 print a helpful error message.
504 (simple_overlay_update): No need to print error message here.
505
506 2001-11-14 Michael Snyder <msnyder@redhat.com>
507
508 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
509
510 2001-11-10 Andrew Cagney <ac131313@redhat.com>
511
512 * arm-tdep.c (arm_register_type): New function.
513 (arm_register_convertible): Delete.
514 (arm_register_convert_to_virtual): Delete.
515 (arm_register_convert_to_raw): Delete.
516 * config/arm/tm-arm.h (REGISTER_CONVERTIBLE): Delete.
517 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
518 (REGISTER_CONVERT_TO_RAW): Delete.
519 (REGISTER_VIRTUAL_TYPE): Redefine as call to arm_register_type.
520 (arm_register_type): Declare.
521
522 2001-11-13 Elena Zannoni <ezannoni@redhat.com>
523
524 From Andrew Cagney <cagney@redhat.com>:
525 * gdbtypes.h (builtin_type_int128, builtin_type_uint128): Declare.
526 * gdbtypes.c (_initialize_gdbtypes, build_gdbtypes): Initialize
527 new builtin types.
528
529 2001-11-13 Jim Blandy <jimb@redhat.com>
530
531 * s390-tdep.c: Rewrite inferior function call code. This may
532 break zSeries support; that should be fixed soon.
533 #include "gdb_assert.h".
534 (is_integer_like, is_pointer_like, is_simple_arg,
535 pass_by_copy_ref, extend_simple_arg, is_double_arg, round_up,
536 round_down, alignment_of): New functions.
537 (s390_push_arguments): Rewritten to handle passing large arguments
538 by value, and to make more readable.
539
540 * s390-tdep.c (s390_pop_frame): Call generic_pop_current_frame, to
541 interact correctly with generic dummy frames.
542 (s390_pop_frame_regular): Move the guts of the frame-popping code
543 to here, to be called by generic_pop_current_frame. Use the
544 frame's saved_regs array; this works for `return' as well as
545 inferior function calls.
546
547 * s390-tdep.c (s390_gdbarch_init): Register the function
548 `standard_coerce_float_to_double', since GCC for the S/390 follows
549 the standard rules for passing floats.
550
551 * valops.c (default_coerce_float_to_double,
552 standard_coerce_float_to_double): Doc fixes.
553
554 Patch from Peter Schauer:
555
556 * symtab.c (find_pc_sect_line): If we can't find the function
557 containing PC, we certainly won't have line number information for
558 that location, so return zero immediately.
559
560 2001-11-10 Andrew Cagney <ac131313@redhat.com>
561
562 * config/i960/tm-nindy960.h (REGISTER_CONVERTIBLE)
563 (REGISTER_CONVERT_TO_RAW, REGISTER_CONVERT_TO_VIRTUAL): Delete
564 undef.
565 * i960-tdep.c (i960_register_type): New function.
566 * config/i960/tm-i960.h (REGISTER_CONVERTIBLE): Delete.
567 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
568 (REGISTER_CONVERT_TO_RAW): Delete.
569 (REGISTER_VIRTUAL_TYPE): Update. Call i960_register_type.
570
571 2001-11-10 Andrew Cagney <ac131313@redhat.com>
572
573 * m88k-tdep.c (m88k_register_type): New function.
574 * config/m88k/tm-m88k.h (REGISTER_CONVERTIBLE): Delete.
575 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
576 (REGISTER_CONVERT_TO_RAW): Delete.
577 (m88k_register_type): Declare.
578 (REGISTER_VIRTUAL_TYPE): Update. Call m88k_register_type.
579
580 2001-11-11 Mark Kettenis <kettenis@elgar.my.domain>
581
582 * i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.
583 * i387-nat.c, i387-tdep.c: Unconditionally include "i386-tdep.h".
584 * config/i386/tm-i386.h (FPU_REG_RAW_SIZE): Removed.
585 (SIZEOF_FPU_REGS): Don't use FPU_REG_RAW_SIZE here.
586
587 2001-11-12 Jim Blandy <jimb@redhat.com>
588
589 Patch from Andreas Schwab <schwab@suse.de>:
590 * eval.c (evaluate_subexp_standard): Fix memory leak: use alloca
591 instead of xmalloc.
592
593 2001-11-12 Jim Blandy <jimb@redhat.com>
594
595 * corefile.c (write_memory_unsigned_integer,
596 write_memory_signed_integer): New functions.
597 (write_memory): Move to be with other write_memory_* functions.
598 * gdbcore.h (write_memory_unsigned_integer,
599 write_memory_signed_integer): New declarations.
600
601 2001-11-11 Geoffrey Keating <geoffk@redhat.com>
602
603 * dwarf2read.c (dwarf_decode_lines): Properly deal with
604 unknown standard opcodes.
605
606 2001-11-11 Andrew Cagney <ac131313@redhat.com>
607
608 * README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
609 (sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x.
610 (i586-sco-sysv5uw7.1.1): Mention problem with threads.
611
612 2001-11-11 Andrew Cagney <ac131313@redhat.com>
613
614 From Mark Kettenis <kettenis@gnu.org>:
615 * breakpoint.c (breakpoint_re_set_one): Don't discard SHLIB
616 breakpoints when they fail.
617
618 2001-11-10 Andrew Cagney <ac131313@redhat.com>
619
620 * printcmd.c, valprint.c, language.c, linespec.c, infcmd.c,
621 gnu-nat.c, findvar.c, expprint.c, typeprint.c, stack.c, top.c:
622 Replace value_ptr with struct value.
623
624 2001-11-10 Andrew Cagney <ac131313@redhat.com>
625
626 * c-valprint.c, ch-lang.c, ch-valprint.c, cp-valprint.c,
627 p-valprint.c, scm-exp.c, scm-lang.c, scm-valprint.c: Replace
628 value_ptr with struct value.
629
630 2001-11-10 Andrew Cagney <ac131313@redhat.com>
631
632 * eval.c: Replace most occurances of value_ptr with struct value.
633
634 2001-11-09 Jim Blandy <jimb@redhat.com>
635
636 * s390-tdep.c: Don't use a call dummy.
637 (s390_fix_call_dummy, s390_pc_in_call_dummy): Delete.
638 (s390_push_return_address): Put the address of the inferior call
639 breakpoint in r14.
640 (s390_gdbarch_init):
641 - Provide trivial definition of s390_call_dummy_words; register it
642 with the gdbarch appropriately.
643 - Delete S390x_call_dummy_words.
644 - Gather inferior-call-related settings into a group.
645 - Use generic dummy frames.
646 - Put the inferior call breakpoint at the entry point.
647 - Use generic gdbarch methods: pc_in_call_dummy_at_entry_point,
648 generic_push_dummy_frame, generic_fix_call_dummy.
649 - There is a call dummy breakpoint offset; it's zero.
650
651 * s390-tdep.c: (s390_push_arguments): Write a back chain pointer
652 into the dummy frame, to help us get backtraces.
653
654 * values.c (value_as_address): If VAL is a function or method,
655 just return its address; don't let COERCE_ARRAY convert its
656 address to a pointer, and then have unpack_long convert it back to
657 an address.
658
659 2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
660
661 * p-lang.c (is_pascal_string_type): New function to determine if a
662 type is a string type.
663 * p-lang.h: Add prototype for is_pascal_string_type.
664 * p-valprint.c (pascal_val_print) : Use is_pascal_string_type function
665 to display strings nicely.
666
667 2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
668
669 * p-exp.y (yylex): Only change case of expression if symbol is found.
670 Also check for GPC standard name form.
671
672 2001-11-08 Andrew Cagney <ac131313@redhat.com>
673
674 * gdb_indent.sh: New file.
675
676 2001-11-08 Jim Blandy <jimb@redhat.com>
677
678 * s390-tdep.c (s390_get_frame_info): Initialize got_load_addr and
679 got_load_len, to placate compiler.
680
681 2001-11-08 Mark Kettenis <kettenis@gnu.org>
682
683 * i386-tdep.c (i386_gdbarch_init): Fix typo.
684
685 2001-11-08 Jim Blandy <jimb@redhat.com>
686
687 * s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
688 file_frame_chain_valid.
689
690 * s390-tdep.c (s390_get_frame_info): If the prologue loads r12
691 from the constant pool, but doesn't add in the constant pool's
692 address to it, then this function probably isn't using r12 as a
693 GOT pointer, and that load probably wasn't part of the prologue.
694
695 * s390-tdep.c (s390_gdbarch_init): Use the default
696 prepare_to_proceed function established by config/nm-linux.h;
697 don't try to set it to linuxthreads_prepare_to_proceed.
698
699 Wed Nov 7 20:38:14 2001 Andrew Cagney <cagney@redhat.com>
700
701 * i386-tdep.c: Include "i386-tdep.h".
702 (XMALLOC): Define.
703 (i386_gdbarch_init): New function.
704 (_initialize_i386_tdep): Register bfd_arch_i386.
705 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Define as
706 GDB_MULTI_ARCH_PARTIAL.
707 * i386-tdep.h: When partially multi-arch, conditionally define
708 all macros.
709
710 Wed Nov 7 20:45:32 2001 Andrew Cagney <cagney@redhat.com>
711
712 * i386-tdep.c (set_disassembly_flavor): Delete function.
713 (set_disassembly_flavor_sfunc): Delete function.
714
715 2001-11-07 Elena Zannoni <ezannoni@redhat.com>
716
717 * dbxread.c (set_namestring): New function, replacing the
718 SET_NAMESTRING macro.
719 (SET_NAMESTRING, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE,
720 CUR_SYMBOL_STRX, DBXREAD_ONLY, START_PSYMTAB, END_PSYMTAB): Delete
721 definitions.
722 (read_dbx_symtab): Don't include partial-stab.h any more. Don't
723 reuse code in partial-stab.h, include the code directly, instead.
724
725 * Makefile.in (dbxread.o): Remove dependency on partial-stab.h.
726 (HFILES_NO_SRCDIR): Remove partial-stab.h.
727
728 * partial-stab.h: Remove file.
729
730 2001-11-07 Andrew Cagney <ac131313@redhat.com>
731
732 * gdbarch.sh: For multi-arch functions, check there is a
733 predefault and use it as the static default.
734 * gdbarch.c: Re-generate.
735
736 2001-11-08 Mark Kettenis <kettenis@gnu.org>
737
738 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Define in
739 terms of NUM_GREGS, NUM_FREGS and NUM_SSE_REGS instead of
740 hardcoding the register number.
741
742 2001-11-07 Andrew Cagney <ac131313@redhat.com>
743
744 * gdbarch.sh (USE_STRUCT_CONVENTION): Default to
745 generic_use_struct_convention.
746 * gdbarch.h, gdbarch.c: Regenerate.
747 * values.c (USE_STRUCT_CONVENTION): Delete definition, moved to
748 gdbarch.h.
749
750 2001-11-06 Andrew Cagney <ac131313@redhat.com>
751
752 * gdbarch.sh (PC_IN_CALL_DUMMY): Require a value.
753 * gdbarch.c: Regenerate.
754
755 2001-11-06 Fred Fish <fnf@redhat.com>
756
757 * complaints.c (info_verbose): Remove unneeded decl, is in defs.h.
758 * dbxread.c: Ditto
759 * dwarf2read.c: Ditto.
760 * dwarfread.c: Ditto.
761 * exec.c: Ditto.
762 * hpread.c: Ditto.
763 * hpread.h: Ditto.
764 * mdebugread.c: Ditto.
765 * os9kread.c: Ditto.
766 * stack.c: Ditto.
767 * symfile.c: Ditto.
768 * tracepoint.c: Ditto.
769
770 2001-11-06 Andrew Cagney <ac131313@redhat.com>
771
772 * MAINTAINERS: Update Andrew Cagney's responsibilities. Mention
773 David Taylor and Nick Duffek in past maintainers.
774
775 2001-11-06 Elena Zannoni <ezannoni@redhat.com>
776
777 * mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB,
778 END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions.
779 (parse_partial_symbols): Don't include partial-stab.h any
780 more. Don't reuse code in partial-stab.h, include the code
781 directly, instead. Simplify code from partial-stab.h eliminating
782 ifdef DBXREAD_ONLY code.
783
784 * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.
785
786 2001-11-06 Jim Blandy <jimb@redhat.com>
787
788 * s390-nat.c: #include "regcache.h", to get declaration for
789 `supply_register'. (The last change already added the dependency
790 of s390-nat.o on regcache.h. Oops.)
791
792 * Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
793 (s390-tdep.o, s390-nat.o): New rules.
794
795 * s390-nat.c (s390_register_u_addr): Pass proper arguments to
796 internal_error.
797
798 2001-11-06 Andrew Cagney <ac131313@redhat.com>
799
800 * gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
801 * gdbarch.c: Regenerate.
802
803 2001-11-06 Andrew Cagney <ac131313@redhat.com>
804
805 * blockframe.c (get_prev_frame): Replace #ifdef
806 INIT_EXTRA_FRAME_INFO with run-time test.
807
808 2001-11-05 Andrew Cagney <ac131313@redhat.com>
809
810 * gdbarch.sh (push_return_address): Change to a function with
811 predicate.
812 * gdbarch.h, gdbarch.c: Re-generate.
813 * valops.c (hand_function_call): Replace #ifdef
814 PUSH_RETURN_ADDRESS with run-time test of PUSH_RETURN_ADDRESS_P.
815
816 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
817
818 * arch-utils.c (generic_in_function_epilogue_p): New function.
819 * arch-utils.h (generic_in_function_epilogue_p): Declare extern.
820 * breakpoint.c (watchpoint_check): Add test whether the pc is
821 currently in the epilogue of a function.
822 * gdbarch.c: Autogenerated from gdbarch.sh.
823 * gdbarch.h: Ditto.
824 * gdbarch.sh (function_list): Add `in_function_epilogue_p' definition.
825
826 2001-11-05 Jim Blandy <jimb@redhat.com>
827
828 * config/s390/s390.mh (NATDEPFILES): Don't split this across
829 several lines with backslashes; the `sed' command in
830 configure.in's AC_OUTPUT clause that comments out the NATDEPFILES
831 assignment doesn't handle lines extended with backslashes.
832
833 * configure.in (AC_OUTPUT): Handle assignments to NATDEPFILES
834 using `+=' as well as `='.
835 * configure: Regenerated.
836
837 2001-11-05 Andrew Cagney <ac131313@redhat.com>
838
839 * gdbarch.sh (init_extra_frame_info): Change to a function with
840 predicate.
841 * gdbarch.h, gdbarch.c: Re-generate.
842 * blockframe.c (create_new_frame): Replace #ifdef
843 INIT_EXTRA_FRAME_INFO with run-time test of
844 INIT_EXTRA_FRAME_INFO_P.
845
846 2001-11-05 Andrew Cagney <ac131313@redhat.com>
847
848 * gdbarch.sh (verify_gdbarch): Use a mem_file to accumulate all
849 error messages. Print in a single batch.
850 * gdbarch.c: Re-generate.
851
852 2001-11-04 Mark Kettenis <kettenis@gnu.org>
853
854 * i386-linux-nat.c (GETREGS_SUPPLIES, supply_gregset,
855 fill_gregset): Add support for "orig_eax" register.
856
857 Add support for "orig_eax" pseudo register on Linux/x86.
858 * i386-linux-tdep.c: Include "inferior.h".
859 (i386_linux_register_name, i386_linux_register_byte,
860 i386_linux_register_raw_size): New functions.
861 (i386_linux_write_pc): New function.
862 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): New define.
863 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
864 REGISTER_BYTE, REGISTER_RAW_SIZE): Define to deal with additional
865 register.
866 (i386_linux_register_name, i386_linux_register_byte,
867 i386_linux_register_raw_size): New prototypes.
868 (TARGET_WRITE_PC): New define.
869 (i386_linux_write_pc): New prototype.
870
871 * i386-tdep.c (i386_register_offset): Renamed from
872 i386_register_byte. Made static.
873 (i386_register_size): Renamed from i386_register_raw_size. Made
874 static.
875 (i386_register_virtual_size): Removed.
876 (i386_register_byte, i386_register_raw_size,
877 i386_register_virtual_size): New functions.
878 (_initialize_i386_tdep): Initialize i386_register_offset instead
879 of i386_register_byte. Remove code to initialize
880 i386_register_virtual_size.
881 * config/i386/tm-i386.h (REGISTER_BYTE): Redefine to use
882 i386_register_byte function.
883 (REGISTER_RAW_SIZE): Redefine to use i386_register_raw_size
884 function.
885 (REGISTER_VIRTUAL_SIZE): Redefine to use
886 i386_register_virtual_size function.
887 (i386_register_byte, i386_register_raw_size,
888 i386_register_virtual_size): New functions.
889
890 * Makefile.in (ALLDEPFILES): Add i387-nat.c.
891 (i387-nat.o): Add dependencies.
892
893 2001-11-02 Andrew Cagney <ac131313@redhat.com>
894
895 * README: Mention problem with alpha-dec-osf5.1.
896
897 2001-11-02 Andrew Cagney <ac131313@redhat.com>
898
899 * utils.c (internal_verror): Restore calls to abort().
900 Fix PR gdb/219.
901
902 2001-11-02 Michael Chastain <mec@shout.net>
903
904 * MAINTAINERS: Update my entry.
905
906 2001-11-01 Michael Snyder <msnyder@redhat.com>
907
908 * symtab.c (operator_chars): Allow '*' and '[' to be quoted in
909 operator names, to avoid regexp expansion.
910 (search_symbols): Alloca buffer is too small, may get clobbered.
911
912 2001-11-01 Fred Fish <fnf@redhat.com>
913
914 * coff-solib.c (coff_solib_add): Add new readsyms arg.
915 * irix5-nat.c (solib_add): Ditto.
916 * osfsolib.c (solib_add): Ditto.
917 * pa64solib.c (pa64_solib_add): Ditto.
918 * pa64solib.c (add_to_solist): Ditto.
919 * pa64solib.c (read_dld_descriptor): Ditto.
920 * solib.c (solib_add): Ditto.
921 * somsolib.c (som_solib_add): Ditto.
922 * win32-nat.c (child_solib_add): Ditto.
923 * xcoffsolib.c (solib_add): Ditto.
924
925 * coff-solib.h (coff_solib_add): Add new readsyms arg to prototype.
926 * pa64solib.c (add_to_solist): Ditto.
927 * pa64solib.c (read_dld_descriptor): Ditto.
928 * pa64solib.h (pa64_solib_add): Ditto.
929 * solib.h (solib_add): Ditto.
930 * somsolib.h (som_solib_add): Ditto.
931 * config/i386/tm-cygwin.h (child_solib_add): Ditto.
932
933 * coff-solib.c (coff_solib_add): If readsyms is zero don't read
934 symbols but do any other needed work for shared libs.
935 * irix5-nat.c: Ditto.
936 * osfsolib.c (solib_add): Ditto.
937 * solib.c (solib_add): Ditto.
938 * win32-nat.c (child_solib_add): Ditto.
939 * xcoffsolib.c (solib_add): Ditto.
940
941 * irix5-nat.c (sharedlibrary_command): Pass 1 as readsyms to
942 solib_add to force reading of shared library symbols.
943 * osfsolib.c (sharedlibrary_command;): Ditto.
944 * pa64solib.c (pa64_solib_sharedlibrary_command): Ditto.
945 * solib.c (sharedlibrary_command): Ditto.
946 * somsolib.c (som_solib_sharedlibrary_command): Ditto.
947 * xcoffsolib.c (sharedlibrary_command): Ditto.
948
949 * coff-solib.c (coff_solib_create_inferior_hook): Call solib_add
950 unconditionally with auto_solib_add.
951 * irix5-nat.c (solib_create_inferior_hook): Ditto.
952 * osfsolib.c (solib_create_inferior_hook): Ditto.
953 * solib.c (solib_create_inferior_hook): Ditto.
954 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
955 * solib-svr4.c (enable_break): Ditto.
956 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
957
958 * corelow.c (solib_add_stub): Add auto_solib_add to args passed
959 via SOLIB_ADD.
960 * sol-thread.c (sol_thread_attach): Ditto.
961 * config/rs6000/nm-rs6000.h (SOLIB_ADD): Ditto.
962
963 * infcmd.c (attach_command): Remove auto_solib_add decl.
964 Call SOLIB_ADD directly with auto_solib_add.
965 * infrun.c (handle_inferior_event): Ditto.
966
967 * coff-solib.h (SOLIB_ADD): Add readsyms arg.
968 * pa64solib.h (SOLIB_ADD): Ditto.
969 * solib.h (SOLIB_ADD): Ditto.
970 * somsolib.h (SOLIB_ADD): Ditto.
971 * config/i386/tm-cygwin.h (SOLIB_ADD): Ditto.
972
973 * fork-child.c (clone_and_follow_inferior): Remove unused
974 auto_solib_add decl.
975
976 * pa64solib.c (pa64_solib_add): Call add_to_solist with readsyms.
977 (read_dld_descriptor): Ditto.
978 (pa64_solib_add): Call read_dld_descriptor with readsyms.
979 (pa64_solib_in_dynamic_linker): Ditto.
980
981 * corelow.c (symfile.h): Need this for auto_solib_add declaration.
982 * sol-thread.c (symfile.h): Ditto.
983
984 2001-10-31 Andrew Cagney <ac131313@redhat.com>
985
986 * s390-nat.c (s390_remove_watchpoint): Use xfree.
987 (s390_insert_watchpoint): Use xmalloc.
988
989 2001-10-31 Andrew Cagney <ac131313@redhat.com>
990
991 * varobj.c: Replace value_ptr with ``struct value *''.
992
993 2001-10-31 Andrew Cagney <ac131313@redhat.com>
994
995 * varobj.c: Re-indent.
996
997 2001-10-31 Andrew Cagney <ac131313@redhat.com>
998
999 * x86-64-tdep.c (value_push, x86_64_push_arguments): Replace
1000 ``value_ptr'' with ``struct value *''.
1001 * s390-tdep.c (s390_push_arguments): Ditto.
1002
1003 2001-10-30 Andrew Cagney <ac131313@redhat.com>
1004
1005 * ppc-tdep.h: Add #ifndef wrapper. Replace value_ptr with
1006 ``struct value *''.
1007 (struct frame_info, struct value): Add opaque declarations.
1008
1009 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
1010
1011 * arch-utils.c (generic_in_solib_call_trampoline): New function.
1012 * arch-utils.h (generic_in_solib_call_trampoline): Extern declaration.
1013 * gdbarch.c: Regenerated from gdbarch.sh.
1014 * gdbarch.h: Ditto.
1015 * gdbarch.sh (function_list): Add `IN_SOLIB_CALL_TRAMPOLINE' definition.
1016 * infrun.c (IN_SOLIB_CALL_TRAMPOLINE): Remove macro.
1017
1018 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1019
1020 From DJ Barrow.
1021 * s390-tdep.c: (s390_gdbarch_init): Don't initialize
1022 find_solib_trampoline_target.
1023
1024 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1025
1026 * remote-vx.c (net_wait): Fix typo from PIDGET change.
1027
1028 2001-10-31 Mark Kettenis <kettenis@gnu.org>
1029
1030 * config/i386/tm-i386.h (REGISTER_NAMES): Remove.
1031 (REGISTER_NAME): New define.
1032 (i386_register_name): New prototype.
1033 * i386-tdep.c (i386_register_names): New variable.
1034 (i386_register_name): New function.
1035 * config/i386/tm-i386os9k.h, config/i386/tm-ptx.h,
1036 config/i386/tm-symmetry.h: Undefine REGISTER_NAME instead of
1037 REGISTER_NAMES.
1038
1039 2001-10-31 Christopher Faylor <cgf@redhat.com>
1040
1041 * win32-nat.c (register_loaded_dll): Attempt to ensure that the case of
1042 the loaded DLL matches the on-disk case since the debugging API does
1043 not seem to ensure this. Calculate max name length here.
1044 (handle_load_dll): Move max name length calculation to
1045 register_loaded_dll.
1046
1047 2001-10-31 Daniel Jacobowitz <drow@mvista.com>
1048
1049 * arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
1050
1051 2001-10-30 Keith Seitz <keiths@redhat.com>
1052
1053 * wrapper.h (gdb_value_struct_elt): New function.
1054 * wrapper.c (gdb_value_struct_elt): Ditto.
1055 (do_captured_value_struct_elt): Ditto.
1056
1057 2001-10-30 Andrew Cagney <ac131313@redhat.com>
1058
1059 * README, NEWS: Update for 5.1.
1060
1061 2001-10-30 Andrew Cagney <ac131313@redhat.com>
1062
1063 * configure.in (WERROR_CFLAGS): Use AC_TRY_COMPILE to test the
1064 -W... flags.
1065 * configure: Re-generate.
1066
1067 2001-10-30 Fred Fish <fnf@redhat.com>
1068
1069 * somsolib.c (som_solib_add): A megabyte is 1024*1024 bytes.
1070 * pa64solib.c (add_to_solist): Ditto.
1071 * win32-nat.c (_initialize_inftarg): Remove unnecessary
1072 initialization of auto_solib_add, it defaults to 1.
1073
1074 2001-10-27 Fred Fish <fnf@redhat.com>
1075
1076 * symfile.c (auto_solib_add): Update comment to note that
1077 this variable is now just used as a boolean to control shlib
1078 autoloading, and clarify when it is used.
1079 * symfile.h (auto_solib_add): Ditto.
1080
1081 * symfile.c (auto_solib_limit): New variable that holds the
1082 autoloading threshold instead of overloading auto_solib_add.
1083 * symfile.h (auto_solib_limit): Ditto.
1084
1085 * irix5-nat.c (_initialize_solib): Change auto-solib-add
1086 variable from var_zinteger to var_boolean and update help.
1087 * osfsolib.c (_initialize_solib): Ditto.
1088 * pa64solib.c (_initialize_pa64_solib): Ditto.
1089 * solib.c (_initialize_solib): Ditto.
1090 * somsolib.c (_initialize_som_solib): Ditto.
1091 * xcoffsolib.c (_initialize_solib): Ditto.
1092
1093 * pa64solib.c (pa64_solib_total_st_size): Update comment to
1094 note that the new auto_solib_limit variable is used instead
1095 of overloading auto_solib_add variable.
1096 (_initialize_pa64_solib): Ditto.
1097 * somsolib.c (som_solib_total_st_size): Ditto.
1098 (_initialize_som_solib): Ditto.
1099
1100 * pa64solib.c (_initialize_pa64_solib): Add new set/show
1101 commands for auto-solib-limit variable.
1102 * somsolib.c (_initialize_som_solib): Ditto
1103
1104 * pa64solib.c (add_to_solist): Check that auto_solib_add is
1105 set and use auto_solib_limit as the threshold size instead
1106 of auto_solib_add.
1107 * somsolib.c (som_solib_add): Ditto, and also change warning
1108 text about size threshold exceeded.
1109
1110 2001-10-21 Mark Kettenis <kettenis@gnu.org>
1111
1112 * config/i386/tm-i386v.h: Don't include "regcache.h".
1113 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, FRAME_CHAIN,
1114 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_NUM_ARGS):
1115 Remove macros. The versions from "tm-i386.h" should work fine
1116 (and in most cases even better).
1117
1118 2001-10-30 Mark Kettenis <kettenis@gnu.org>
1119
1120 * i386-tdep.c (i386_extract_return_value): Use
1121 convert_typed_floating to extract floating-point value from
1122 register buffer.
1123 (i386_store_return_value): Use convert_typed_floating to store
1124 floating-point return balue in register buffer
1125 (i386_register_virtual_type): Change type of floating-point
1126 registers to builtin_type_i387_ext.
1127 (i386_register_convert_to_virtual): Use convert_typed_floating to
1128 do the conversion.
1129 (i386_register_convert_to_raw): Likewise.
1130
1131 2001-10-29 Mark Kettenis <kettenis@gnu.org>
1132
1133 * doublest.h (convert_typed_floating): New prototype.
1134 * doublest.c (convert_typed_floating): New function.
1135
1136 2001-10-28 Mark Kettenis <kettenis@gnu.org>
1137
1138 * doublest.c: Improve comments a bit.
1139 (floatformat_from_length): New function.
1140 (NAN): Define to 0.0 if not already defined.
1141 (extract_floating): Rewrite to use floatformat_from_length. Warn
1142 instead of error if LEN doesn't match a known floating-point type,
1143 and return NaN (or 0.0 if NaN isn't available) in that case.
1144 (store_floating): Likewise, but zero out the target byte-stream if
1145 LEN doesn't match a known floating-point type.
1146 (extract_typed_floating): Reformat a bit.
1147 (store_typed_floating): Reformat a bit. Add comment about zeroing
1148 out padding in the target buffer.
1149 * doublest.h (extract_floating, store_floating): Fix comment about
1150 deprecation of these functions. Add parameter names to prototypes.
1151
1152 2001-10-28 Mark Kettenis <kettenis@gnu.org>
1153
1154 * i387-tdep.c (print_i387_value): Use extract_typed_floating to
1155 convert RAW to a DOUBLEST instead of extract_floating.
1156
1157 * gdbtypes.c (_initialize_gdbtypes): Set floating-point type for
1158 builtin_type_i387_ext to floatformat_i387_ext.
1159
1160 2001-10-24 Daniel Jacobowitz <drow@mvista.com>
1161
1162 * arm-linux-nat.c (fill_gregset): Do not check register_valid[].
1163 (fill_fpregset): Likewise.
1164
1165 2001-10-26 Orjan Friberg <orjanf@axis.com>
1166
1167 * cris-tdep.c (constraint): Loop through the whole cris_spec_regs
1168 struct, not just the NUM_SPECREGS first entries.
1169 (bdap_prefix): Read PC before autoincrement.
1170
1171 2001-10-24 Corinna Vinschen <vinschen@redhat.com>
1172
1173 * win32-nat.c (DebugSetProcessKillOnExit): New static function
1174 pointer to Windows' DebugSetProcessKillOnExit() function.
1175 (DebugActiveProcessStop): Ditto for DebugActiveProcessStop().
1176 (has_detach_ability): New function.
1177 (child_attach): If system has detach ability, enable it.
1178 (child_detach): If system has detach ability, actually
1179 detach from process.
1180 Change tty output to Linux format.
1181
1182 2001-10-23 Jim Blandy <jimb@redhat.com>
1183
1184 Isolate STABS readers' use of the `textlow' and `texthigh' fields
1185 of `struct partial_symtab' to only a few locations. This change
1186 is not supposed to affect the way the values are computed, only
1187 where they live.
1188
1189 * dbxread.c (struct symloc): Add `textlow' and `texthigh' fields
1190 to the reader-specific structure.
1191 * mdebugread.c (struct symloc): Same.
1192 * dbxread.c (TEXTLOW, TEXTHIGH): New accessor macros.
1193 * mdebugread.c (TEXTLOW, TEXTHIGH): Same.
1194 * dbxread.c (dbx_symfile_read): After we've built all our partial
1195 symbol tables, set each partial symtab's `textlow' and `texthigh'
1196 fields from our reader-specific structure.
1197 * mdebugread.c (mdebug_build_psymtabs): Same.
1198 * dbxread.c (start_psymtab): Initialize the reader-specific
1199 structure's `textlow' and `texthigh' from the new psymtab's.
1200 * mdebugread.c (parse_partial_symbols, new_psymtab): Same.
1201 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab): Use
1202 the reader-specific `textlow' and `texthigh', not the generic
1203 psymtab fields.
1204 * mdebugread.c (parse_lines, parse_partial_symbols,
1205 psymtab_to_symtab_1): Same.
1206 * partial-stab.h: Same.
1207
1208 Tue Oct 23 18:59:42 2001 Andrew Cagney <cagney@redhat.com>
1209
1210 * hp-psymtab-read.c, hppah-nat.c, hppa-tdep.c: Fix -Wformat
1211 problems.
1212
1213 Tue Oct 23 14:16:10 2001 Andrew Cagney <cagney@redhat.com>
1214
1215 * somsolib.c (som_solib_add): Use core_addr_to_host_pointer.
1216 (som_solib_desire_dynamic_linker_symbols): Compare integers with
1217 zero not NULL.
1218 * hp-psymtab-read.c (hpread_call_pxdb): Make parameter constant.
1219
1220 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1221
1222 * top.c (print_gdb_version): Do not print ``(MI_OUT)''. MI
1223 interface is always enabled.
1224
1225 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1226
1227 * Makefile.in: Replace top.h with $(top_h). Replace expression.h
1228 with $(expression_h). Replace command.h with $(command_h).
1229 (language_h): Define. Replace language.h with $(language_h).
1230 Replace call-cmds.h with $(call_cmds_h). Replace varobj.h with
1231 $(varobj_h).
1232 (wrapper_h, valprint_h, objfiles_h, complaints_h): Ditto.
1233 (serial_h, hpread_h, buildsym_h, stabsread_h): Ditto.
1234 (xcoffsolib_h, gdb_stabs_h, linespec_h): Ditto.
1235 (bcache_h, gdb_events_h, monitor_h): Ditto.
1236 (ser_unix_h, source_h): Ditto.
1237 (varobj_h): Update list.
1238
1239 * call-cmds.h: Add CALL_CMDS_H macro wrapper.
1240 * solist.h: Add SOLIST_H macro wrapper.
1241 * monitor.h: Add MONITOR_H macro wrapper.
1242 * typeprint.h: Add TYPEPRINT_H macro wrapper.
1243 * xcoffsolib.h: Add XCOFFSOLIB_H macro wrapper.
1244 * valprint.h: Add VALPRINT_H macro wrapper.
1245 * top.h: Add TOP_H macro wrapper.
1246
1247 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1248
1249 * config/a29k/tm-vx29k.h, i386-tdep.c: Include "value.h".
1250 * arm-tdep.c, exec.c, ia64-tdep.c, infrun.c: Ditto.
1251 * ppc-linux-tdep.c, remote-es.c, remote.c: Ditto.
1252 * rs6000-tdep.c, s390-tdep.c, x86-64-tdep.c: Ditto.
1253 * Makefile.in (arm-tdep.o, exec.o, i386-tdep.o, ia64-tdep.o)
1254 (infrun.o, ppc-linux-tdep.o, remote.o, rs6000-tdep.o)
1255 (x86-64-tdep.o): Update dependencies.
1256 * gdbarch.sh [!GDB_MULTI_ARCH]: Include "value.h".
1257 * gdbarch.h, gdbarch.c: Re-generate.
1258
1259 2001-10-21 Mark Kettenis <kettenis@gnu.org>
1260
1261 * infptrace.c (child_xfer_memory): Fix a few coding standards
1262 violations.
1263
1264 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1265
1266 * config/djgpp/README: Fix a typo and tweak for GDB 5.1.
1267
1268 2001-10-20 Andrew Cagney <ac131313@redhat.com>
1269
1270 * jv-lang.h: Add #ifndef JV_LANG_H wrapper.
1271 (struct value): Add opaque declaration. Replace value_ptr with
1272 ``struct value *''.
1273 * jv-valprint.c, jv-lang.c: Replace value_ptr with equivalent
1274 struct.
1275
1276 * wrapper.h (struct value): Add opaque declaration. Replace
1277 value_ptr with ``struct value *''.
1278 * wrapper.c: Replace value_ptr with ``struct value *''.
1279 * breakpoint.h, breakpoint.c: Ditto.
1280 * cp-abi.h, hpacc-abi.c, gnu-v2-abi.c, cp-abi.c: Ditto.
1281
1282 2001-10-20 Andrew Cagney <ac131313@redhat.com>
1283
1284 * alpha-nat.c: Include <alpha/coreregs.h> instead of
1285 <machine/reg.h>.
1286 (fetch_osf_core_registers): Define core_reg_mapping in a way that
1287 works on OSF5 as well as previous OSF versions.
1288
1289 2001-10-20 Christopher Faylor <cgf@redhat.com>
1290
1291 * win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin
1292 may not be able to read them in certain situations.
1293
1294 2001-10-18 Andrew Cagney <ac131313@redhat.com>
1295
1296 * config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
1297 * config/powerpc/linux.mt (SIM, SIM_OBS): Ditto
1298
1299 2001-10-18 Andrew Cagney <ac131313@redhat.com>
1300
1301 * README: Mention problems with HP/UX.
1302
1303 2001-10-16 Andrew Cagney <ac131313@redhat.com>
1304
1305 Based on code by John Moore <jmore@redhat.com>:
1306
1307 * utils.c (core_addr_to_string): New function for conversion of
1308 CORE_ADDR to string.
1309 (string_to_core_addr): New function to convert from string to
1310 CORE_ADDR.
1311 * defs.h: Added extern statements for the above.
1312
1313 2001-10-17 Jason Molenda (jason-cl@molenda.com)
1314
1315 * symtab.c (lookup_block_symbol): Break out of linear search
1316 if we're past the range of possible matches.
1317
1318 2001-10-16 Christopher Faylor <cgf@redhat.com>
1319
1320 * win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding
1321 load of already loaded DLL.
1322 (register_loaded_dll): Convert loaded DLL name to "posix" format or it
1323 will confuse subsequent opening of the filename due to dos paths.
1324 (dll_symbol_command): Pass from_tty parameter to safe_symbol_file_add.
1325
1326 2001-10-15 Elena Zannoni <ezannoni@redhat.com>
1327
1328 * symtab.c (lookup_block_symbol): Update comment.
1329
1330 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1331
1332 * value.h (value_as_address): Rename value_as_pointer.
1333 * eval.c, findvar.c, gnu-v2-abi.c, gnu-v3-abi.c, jv-lang.c,
1334 jv-valprint.c, printcmd.c, stack.c, top.c, valarith.c, valops.c,
1335 values.c: Update.
1336
1337 202001-10-15 Jim Ingham <jingham@inghji.apple.com>
1338
1339 * valarith.c (value_sub): Don't pass a raw type to
1340 value_from_pointer, it has to go through check_typedef first.
1341
1342 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1343
1344 * gdbarch.sh (fallbackdefault): Set to one when predefault is
1345 empty.
1346 * gdbarch.h: Regenerate.
1347
1348 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1349
1350 * mips-tdep.c (mips_integer_to_address): New function.
1351 (mips_gdbarch_init): Initialize pointer_to_address,
1352 address_to_pointer and integer_to_address.
1353
1354 * config/mips/tm-mips.h (POINTER_TO_ADDRESS): Delete
1355 (ADDRESS_TO_POINTER): Delete.
1356
1357 * d10v-tdep.c (d10v_integer_to_address): New function.
1358 (d10v_gdbarch_init): Initialize integer_to_address.
1359
1360 * values.c (value_as_pointer): Use INTEGER_TO_ADDRESS when
1361 available.
1362
1363 * gdbarch.sh (INTEGER_TO_ADDRESS): New predicate and function.
1364 * gdbarch.h, gdbarch.c: Regenerate.
1365
1366 2001-10-14 Mark Kettenis <kettenis@gnu.org>
1367
1368 * config/s390/nm-linux.h: Don't include <signal.h>.
1369 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1370 GET_THREAD_SIGNAL): Remove.
1371
1372 * config/nm-linux.h (struct objfile): Remove forward declaration.
1373 (linuxthreads_new_objfile): Remove prototype.
1374 (linuxthreads_pid_to_str): Remove prototype.
1375 (PREPARE_TO_PROCEED): Redefine in terms of
1376 lin_lwp_prepare_to_proceed.
1377 (struct target_waitstatus): Forward declaration.
1378 (child_wait): New prototype.
1379 (CHILD_WAIT): Define.
1380 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1381 GET_THREAD_SIGNAL): Moved here from arch-specific files.
1382 * config/alpha/nm-linux.h, config/arm/nm-linux.h,
1383 config/ia64/nm-linux.h, config/mips/nm-linux.h,
1384 config/powerpc/nm-linux.h: Don't include <signal.h>.
1385 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1386 GET_THREAD_SIGNAL): Remove.
1387 * config/i386/nm-linux.h: Likewise.
1388 (struct target_waitstatus, child_wait, CHILD_WAIT): Remove.
1389 * config/m68k/linux.mh, config/sparc/linux.mh (NATDEPFILES):
1390 Remove linux-thread.o. Add proc-service.o, thread-db.o and
1391 lin-lwp.o.
1392 (LOADLIBES): New variable.
1393
1394 * sparc-nat.c (fetch_core_registers): Remove redundant prototype.
1395
1396 * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.
1397
1398 Fix attaching to cloned processes. This fixes PR gdb/61.
1399 * lin-lwp.c (struct lwp_info): Add new member `cloned'.
1400 (is_cloned) Removed.
1401 (lin_lwp_attach_lwp): Don't call stop_wait_callback. Instead call
1402 waitpid explicitly. Mark the LWP as cloned if waitpid fails and
1403 retry with __WCLONE flag.
1404 (lin_lwp_attach): Likewise. Warn if attaching to a cloned process.
1405 (detach_callback): Replace use of is_cloned with explicit check on
1406 LWP id and process id.
1407 (stop_wait_callback): Replace use of is_cloned with check if LWP
1408 is marked as cloned.
1409 [CHILD_WAIT] (child_wait): New function.
1410 (lin_lwp_wait): Replace use of is_cloned with check if LWP is
1411 marked as cloned. Mark newly detected LWPs as cloned if detected
1412 by waitpid with __WCLONE flag.
1413 (kill_wait_callback): Replace use of is_cloned with check if LWP
1414 is marked as cloned.
1415 * config/i386/nm-linux.h (struct target_waitstatus): Add forward
1416 declaration.
1417 (child_wait): Add prototype.
1418 (CHILD_WAIT): Define.
1419
1420 2001-10-13 Andrew Cagney <ac131313@redhat.com>
1421
1422 S/390 31 & 64 bit target and GNU/Linux native support.
1423 Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM.
1424 * s390-nat.c, s390-tdep.c: New file.
1425 * config/s390/nm-linux.h, config/s390/s390.mh: New file.
1426 * config/s390/s390.mt, config/s390/s390x.mt: New file.
1427 * config/s390/tm-linux.h, config/s390/tm-s390.h: New file.
1428 * config/s390/xm-linux.h: New file.
1429 * NEWS: Update.
1430 * MAINTAINERS: Update.
1431
1432 2001-10-13 Andrew Cagney <ac131313@redhat.com>
1433
1434 From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>:
1435 * gdbarch.sh: Fixed CALL_DUMMY_BREAKPOINT_OFFSET to check
1436 CALL_DUMMY_BREAKPOINT_OFFSET_P.
1437 * gdbarch.c: Regenerate.
1438
1439 2001-10-13 Mark Kettenis <kettenis@gnu.org>
1440
1441 * thread-db.c: Fix a few formatting mistakes.
1442
1443 2001-10-12 Christopher Faylor <cgf@redhat.com>
1444
1445 * win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked
1446 list pointer to beginning rather than one beyond beginning.
1447
1448 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
1449
1450 * symtab.h (struct block): (ALL_BLOCK_SYMBOLS): New macro.
1451
1452 * symtab.c (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1453 (make_symbol_completion_list): Likewise.
1454 (make_symbol_overload_list): Likewise.
1455 * buildsym.c (finish_block): Likewise.
1456 * breakpoint.c (get_catch_sals): Likewise.
1457 * mdebugread.c (mylookup_symbol): Likewise.
1458 * objfiles.c (objfile_relocate): Likewise.
1459 * printcmd.c (print_frame_args): Likewise.
1460 * stack.c (print_block_frame_locals): Likewise.
1461 (print_block_frame_labels): Likewise.
1462 (print_frame_arg_vars): Likewise.
1463 * symmisc.c (dump_symtab): Likewise.
1464 * tracepoint.c (add_local_symbols): Likewise.
1465 (scope_info): Likewise.
1466
1467 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
1468
1469 * minsyms.c (msymbol_hash): Use better hash function.
1470 (msymbol_hash_iw): Likewise. Terminate loop at '(' properly.
1471
1472 * objfiles.h: Increase MINIMAL_SYMBOL_HASH_SIZE to match modern
1473 binaries.
1474
1475 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
1476
1477 * printcmd.c (print_frame_args): Move symbol iteration explicitly
1478 inside the func != NULL block.
1479
1480 2001-10-12 Fernando Nasser <fnasser@redhat.com>
1481
1482 * MAINTAINERS (Misc): Add Ian Roxborough as tcl/, tk/ and itcl/
1483 maintainer.
1484
1485 2001-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
1486
1487 * config/i386/tm-cygwin.h: Include tm-i386.h instead of tm-i386v.h.
1488 This fixes errors in "long long" handling for 'finish' and 'return'
1489 commands.
1490
1491 2001-10-12 Christopher Faylor <cgf@redhat.com>
1492
1493 * win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared
1494 library if it has already been loaded.
1495 (safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see
1496 any error messages.
1497 (safe_symbol_file_add): Ditto.
1498 (solib_symbols_add): Make static. Accept 'from_tty' parameter. Pass
1499 it to safe_symbol_file_add.
1500 (core_dll_symbols_add): Accomodate extra solib_symbols_add parameter.
1501 (child_solib_add): Ditto.
1502
1503 * win32-nat.c (handle_exception): Don't print "first chance"
1504 exceptions.
1505 (get_child_debug_event): Continue from exceptions if !handle_exception.
1506
1507 2001-10-11 Tom Tromey <tromey@redhat.com>
1508
1509 * symtab.c (lookup_symtab): Removed.
1510 (lookup_symtab_1): Renamed to lookup_symtab.
1511
1512 2001-10-10 Christopher Faylor <cgf@redhat.com>
1513
1514 * win32-nat.c (get_child_debug_event): Close file handles created after
1515 process creation and DLL load.
1516 (child_create_inferior): Close unneeded process/thread handle after
1517 thread creation.
1518
1519 2001-10-10 Jim Blandy <jimb@redhat.com>
1520
1521 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
1522
1523 2001-10-10 Keith Seitz <keiths@redhat.com>
1524
1525 * varobj.c (cplus_value_of_child): Deal with a failure
1526 to dereference a pointer object.
1527
1528 2001-10-08 J. Brobecker <brobecker@gnat.com>
1529
1530 * hpux-thread.c: rewrite find_active_thread() and find_tcb()
1531 to use ptid_t, instead of overloading the thread and the pid
1532 into the same 32-bit value. Make associated necessary adaptations.
1533 Also remove unused variable cached_active_thread.
1534
1535 2001-10-08 Nicholas Duffek <nsd@redhat.com>
1536
1537 * MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove my
1538 entries.
1539
1540 2001-10-06 Mark Kettenis <kettenis@beast.freebsd.org>
1541
1542 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.
1543
1544 2001-10-04 Tom Tromey <tromey@redhat.com>
1545
1546 * main.c (enable_external_editor): Don't declare.
1547 (captured_main): Don't set enable_external_editor.
1548
1549 2001-10-02 Kevin Buettner <kevinb@redhat.com>
1550
1551 * Makefile.in (ALLDEPFILES): Add solib-svr4.c and solib-sunos.c
1552 to this list.
1553 (solib-sunos.o): Add dependencies.
1554 (solib-svr4.o): Revise dependencies.
1555 * solib-svr4.c: Remove SunOS shared library support.
1556 * solib-sunos.c: New file, created from solib-svr4.c, which still
1557 contains SunOS shared library support, but no SVR4 support.
1558
1559 * config/i386/nbsd.mh (NATDEPFILES): Remove solib-svr4.o and
1560 solib-legacy.o from this list. Add solib-sunos.o.
1561 * config/i386/sun386.mt (TDEPFILES): Likewise.
1562 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1563 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
1564 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
1565 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1566 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1567 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
1568
1569 2001-10-01 Elena Zannoni <ezannoni@redhat.com>
1570
1571 * Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.
1572
1573 2001-10-01 Elena Zannoni <ezannoni@redhat.com>
1574
1575 * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
1576 N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
1577 CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
1578 SET_NAMESTRING): Delete definitions.
1579 Don't include language.h any more.
1580 Don't include partial-stab.h any more.
1581 (scan_xcoff_symtab): Don't jump through hoops to reuse code in
1582 partial-stab.h, include the code directly, instead.
1583
1584 * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
1585
1586 2001-10-01 Andrew Cagney <ac131313@redhat.com>
1587
1588 * infcmd.c (do_registers_info): Delete code dumping large
1589 registers. Handled by val_print.
1590
1591 2001-09-30 Andrew Cagney <ac131313@redhat.com>
1592
1593 * gdbarch.sh (gdbarch_alloc): Name the new architecture
1594 ``current_gdbarch'' so that it, and not the identically named
1595 global is refered to by macros.
1596 * gdbarch.c: Regenerate.
1597
1598 2001-09-29 Andrew Cagney <ac131313@redhat.com>
1599
1600 * cli/cli-decode.c (add_set_boolean_cmd): Define.
1601 * cli/cli-decode.h (add_set_boolean_cmd): Declare.
1602 * command.h (add_set_boolean_cmd): Ditto.
1603 * remote.c (_initialize_remote): Use add_set_boolean_cmd for "set
1604 remotebreak"
1605
1606 2001-09-29 Andrew Cagney <ac131313@redhat.com>
1607
1608 * gdbarch.sh (gdbarch_dump): Sort output.
1609 * gdbarch.c: Regenerate.
1610
1611 2001-09-29 Andrew Cagney <ac131313@redhat.com>
1612
1613 * rs6000-tdep.c (rs6000_gdbarch_init): Don't use the previous
1614 architecture to infer the wordsize. Previous architecture may not
1615 be a PowerPC.
1616
1617 2001-09-27 J. Brobecker <brobecker@gnat.com>
1618
1619 * infttrace.c (kill_inferior): Issue a TT_PROC_EXIT request rather
1620 than a TT_PROC_STOP request to kill the inferior and its child
1621 processes. Otherwise, the inferior is not killed on HPUX 11.0.
1622 Removed the code that detaches the child processes since we just
1623 killed them.
1624
1625 2001-09-26 Andrew Cagney <ac131313@redhat.com>
1626
1627 * serial.c (serial_set_cmdlist, serial_show_cmdlist): New
1628 variables.
1629 (serial_set_cmd, serial_show_cmd): New functions.
1630 (_initialize_serial): Add "set/show serial" command.
1631
1632 2001-09-26 Andrew Cagney <ac131313@redhat.com>
1633
1634 * CONTRIBUTE: Update.
1635
1636 2001-09-26 Kevin Buettner <kevinb@redhat.com>
1637
1638 * solib-svr4.h (set_solib_svr4_fetch_link_map_offsets): Add
1639 argument ``gdbarch''.
1640 * solib-svr4.c (SVR4_FETCH_LINK_MAP_OFFSETS): Change default value.
1641 (default_svr4_fetch_link_map_offsets): Rename to
1642 legacy_fetch_link_map_offsets().
1643 (svr4_fetch_link_map_offsets): New function.
1644 (fetch_link_map_offsets, fetch_link_map_offsets_init): Deleted.
1645 (fetch_link_map_offsets_gdbarch_data): New static global.
1646 (set_solib_svr4_fetch_link_map_offsets): Add argument ``gdbarch''.
1647 Revise to invoke set_gdbarch_data().
1648 (init_fetch_link_map_offsets): Change return type and add an
1649 argument so that it may be used as a gdbarch_data initializer.
1650 (_initialize_svr4_solib): Eliminate use of gdbarch swap mechanism.
1651 Use gdbarch data mechanism instead.
1652
1653 2001-09-25 Jiri Smid <smid@suse.cz>
1654
1655 * x86-64-linux-tdep.c (LINUX_SIGINFO_SIZE): Add.
1656 (x86_64_linux_sigcontext_addr): Replace `sizeof (struct siginfo)'
1657 by LINUX_SIGINFO_SIZE.
1658
1659 2001-09-24 Andrew Cagney <ac131313@redhat.com>
1660
1661 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1662 variables.
1663 (maintenance_set_profile_cmd): New function.
1664 (maintenance_show_cmd, maintenance_set_cmd): New functions.
1665 (_initialize_maint_cmds): Add "maintenance set" and "maintenance
1666 show" and, commented out, "maintenance set/show profile" commands.
1667
1668 2001-09-24 Andrew Cagney <ac131313@redhat.com>
1669
1670 * findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARG
1671 convert the pointer into a CORE_ADDRs.
1672
1673 2001-09-24 Andrew Cagney <ac131313@redhat.com>
1674
1675 * doublest.h (store_floating, extract_floating): Add comment
1676 indicating these functions are deprecated.
1677 (extract_typed_floating, store_typed_floating): Declare.
1678 * doublest.c: Include "gdbtypes.h".
1679 (extract_typed_floating, store_typed_floating): Define.
1680
1681 * stabsread.c (define_symbol): Use store_typed_floating.
1682 * valarith.c (value_binop): Ditto.
1683 * values.c (unpack_long): Use extract_typed_floating.
1684 (unpack_double): Ditto.
1685
1686 2001-09-24 Orjan Friberg <orjanf@axis.com>
1687
1688 * cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1
1689 from correct register.
1690
1691 2001-09-22 Mark Kettenis <kettenis@gnu.org>
1692
1693 * x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.
1694
1695 2001-09-21 Jiri Smid <smid@suse.cz>
1696
1697 * config/i386/x86-64linux.mh: New file.
1698 * config/i386/x86-64linux.mt: New file.
1699 * config/i386/nm-x86_64.h: New file.
1700 * x86-64-linux-tdep.c: New file.
1701 * x86-64-linux-nat.c: New file.
1702 * x86-64-tdep.c: New file.
1703 * x86-64-tdep.h: New file.
1704 * i386-tdep.h: New file.
1705 * i387-nat.c: Include i386-tdep.h when multiarch.
1706 * i387-tdep.c: Ditto.
1707 * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c
1708 and x86_64-linux-nat.c
1709 * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o,
1710 x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
1711
1712 2001-09-21 Jiri Smid <smid@suse.cz>
1713
1714 * MAINTAINERS: Add myself to the write-after-approval list.
1715 * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.
1716 (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint,
1717 i386_insert_watchpoint, i386_remove_watchpoint): Add support for
1718 8-byte wide watchpoints.
1719 (i386_show_dr): Debug message format string change.
1720
1721 2001-09-21 Michael Snyder <msnyder@redhat.com>
1722
1723 * c-exp.y (typebase): Accept (signed long long) as a type expr.
1724
1725 2001-09-20 Michael Snyder <msnyder@redhat.com>
1726 Changes by Daniel Berlin <dan@cgsoftware.com>, to support
1727 better parsing of const and volatile type expressions.
1728 * c-exp.y (const_and_volatile, const_or_volatile_noopt,
1729 const_or_volatile): New non-terminals.
1730 (ptype): Use new rule for const_or_volatile.
1731 (typebase): Use new rule for const_or_volatile_noopt.
1732 * parser-defs.h (enum type_pieces): New values tp_const, tp_volatile.
1733 * parse.c (follow_types): Handle tp_const and tp_volatile on the
1734 type stack: call make_cv_type to create new const/volatile type.
1735
1736 2001-09-20 Kevin Buettner <kevinb@redhat.com>
1737
1738 * solib-svr4.c (fetch_link_map_offsets): Add comment.
1739 (fetch_link_map_offsets_init): New static global.
1740 (set_solib_svr4_fetch_link_map_offsets, init_fetch_link_map_offsets):
1741 Revise implementation to use ``fetch_link_map_offsets_init''
1742 instead of ``fetch_link_map_offsets''.
1743
1744 2001-09-20 Alan Modra <amodra@bigpond.net.au>
1745
1746 * coffread.c: Replace all occurrences of bfd_read with bfd_bread.
1747 * dbxread.c: Likewise.
1748 * dwarf2read.c: Likewise.
1749 * dwarfread.c: Likewise.
1750 * somread.c: Likewise.
1751 * ultra3-nat.c: Likewise.
1752 * xcoffread.c: Likewise.
1753
1754 2001-09-19 Andrew Cagney <ac131313@redhat.com>
1755
1756 * cris-tdep.c (cris_get_signed_offset): Change return type to an
1757 explicitly signed char.
1758
1759 * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
1760 function signature to match recent tracepoint.c:encode_actions
1761 changes.
1762 * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
1763
1764 2001-09-18 Andrew Cagney <ac131313@redhat.com>
1765
1766 * thread.c (do_captured_thread_select): Add uiout parameter.
1767 (do_captured_list_thread_ids): Ditto.
1768 * breakpoint.c (do_captured_breakpoint_query): Ditto.
1769
1770 * breakpoint.c (gdb_breakpoint_query): Update. Use
1771 catch_exceptions.
1772 * thread.c (gdb_list_thread_ids): Ditto.
1773 (gdb_thread_select): Ditto.
1774 (thread_command): Pass uiout to gdb_thread_select.
1775
1776 * gdb.h (gdb_breakpoint_query): Add parameter ui_out.
1777 (gdb_thread_select, gdb_list_thread_ids): Ditto.
1778
1779 2001-09-13 Kevin Buettner <kevinb@redhat.com>
1780
1781 From Ilya Golubev <gin@mo.msk.ru>:
1782 * solib.c (clear_solib): Call `remove_target_sections' to fix
1783 stale pointers in `struct target_ops'.
1784 * irix5-nat.c (clear_solib): Likewise.
1785 * osfsolib.c (clear_solib): Likewise.
1786
1787 2001-09-13 Jim Blandy <jimb@redhat.com>
1788
1789 * monitor.c (monitor_load): Don't delete symtab users, or reset
1790 inferior_ptid.
1791
1792 * monitor.c (monitor_load): Fix indentation.
1793
1794 2001-09-11 Jim Blandy <jimb@redhat.com>
1795
1796 * printcmd.c (print_scalar_formatted): Compare the length of the
1797 value against the lengths of the target's floating-point types,
1798 not the host's. Add support for `long double'.
1799
1800 * printcmd.c (print_scalar_formatted): Fix indentation.
1801
1802 2001-09-10 Jim Blandy <jimb@redhat.com>
1803
1804 * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that
1805 programs running on the board can produce output.
1806
1807 2001-09-10 Jason Molenda (jmolenda@apple.com)
1808
1809 * NEWS: "ANS/ISO C" -> "ISO C".
1810 * MAINTAINERS (write-after-approval): Update my entry.
1811
1812 2001-09-08 Mark Kettenis <kettenis@gnu.org>
1813
1814 * config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
1815
1816 * config/arm/xm-linux.h, config/ia64/xm-linux.h,
1817 config/m68k/xm-linux.h, config/mips/xm-linux.h,
1818 config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
1819 redundant inclusion of <unistd.h>.
1820
1821 * gdbtypes.h (struct block): Add forward declaration.
1822
1823 2001-09-07 Andrew Cagney <ac131313@redhat.com>
1824
1825 * defs.h (enum return_reason): Renumber so that all values are
1826 negative.
1827 (RETURN_MASK): Negate reason.
1828 (catch_exception_ftype): Declare.
1829 (catch_exceptions): Declare.
1830 * top.c (catcher): New function, based on catch_errors. Add in
1831 parameter func_uiout and out parameters func_val, func_caught and
1832 func_cleanup. Change type of func to catch_exceptions_ftype.
1833 Save/restore uiout.
1834 (struct catch_errors_args): Define.
1835 (do_catch_errors): New function.
1836 (catch_errors): Rewrite, use do_catch_errors and catcher.
1837 (catch_exceptions): New function, use catcher.
1838
1839 2001-09-07 Jim Blandy <jimb@redhat.com>
1840
1841 Correctly parse register values provided by the monitor.
1842 * rom68k-rom.c: #include "value.h".
1843 (is_hex_digit, hex_digit_value, is_whitespace,
1844 rom68k_supply_one_register): New static functions.
1845 (rom68k_supply_register): Call rom68k_supply_one_register, instead
1846 of monitor_supply_register; the latter was incorrectly parsing
1847 the values.
1848 * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
1849
1850 2001-09-07 Mark Kettenis <kettenis@gnu.org>
1851
1852 * config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
1853 to using setpgid if available now.
1854
1855 2001-09-06 Keith Seitz <keiths@redhat.com>
1856
1857 From Ian Roxborough <irox@redhat.com>
1858 * configure.in: Use ITCL_LIB_FULL_PATH and
1859 ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
1860 for gdb.
1861 * configure: Regenerated.
1862
1863 2001-09-06 Kevin Buettner <kevinb@redhat.com>
1864
1865 * dbxread.c (process_one_symbol): Don't use error result from
1866 find_stab_function_addr().
1867 * partial-stab.h (case 'F'): Likewise.
1868
1869 * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING
1870 code match that used for case 'F'. This fixes the divergence
1871 that was introduced by my 1999-09-14 changes to partial-stab.h.
1872
1873 2001-09-05 Elena Zannoni <ezannoni@redhat.com>
1874
1875 * gdbarch.sh: Move include of dis-asm.h so it is generated earlier
1876 in gdbarch.h.
1877 (TARGET_PRINT_INSN): Multiarch.
1878 * gdbarch.h: Regenerate.
1879 * gdbarch.c: Regenerate.
1880
1881 * arch-utils.c (legacy_print_insn): New function.
1882 * arch-utils.h (legacy_print_insn): Export.
1883
1884 * cris-tdep.c (cris_delayed_get_disassembler): Use
1885 TARGET_PRINT_INSN, instead of tm_print_insn.
1886 * d10v-tdep.c (print_insn): Ditto.
1887 * d30v-tdep.c (print_insn): Ditto.
1888 * m32r-tdep.c (dump_insn): Ditto.
1889 * v850-tdep.c (v850_scan_prologue): Ditto.
1890 * mcore-tdep.c (mcore_dump_insn): Ditto.
1891 * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
1892
1893 2001-09-05 Jim Blandy <jimb@redhat.com>
1894
1895 * gdbtypes.h (struct type): Doc fix.
1896
1897 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
1898
1899 From Daniel Jacobowitz <drow@mvista.com>
1900 * dbxread.c (free_header_files): Make global.
1901 (init_header_files): Likewise.
1902 * stabsread.h (free_header_files): Add prototype.
1903 (init_header_files): Likewise.
1904 * mdebugread.c (mdebug_build_psymtabs): Initialize
1905 properly before using the stabs debug reader.
1906
1907 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
1908
1909 From Daniel Jacobowitz <drow@mvista.com>
1910 * dbxread.c (dbx_symfile_read): Only reinitialize
1911 the psymbol list if mainline or if both static
1912 and global lists are empty.
1913 * dwarf2read.c (dwarf2_build_psymtabs): Likewise.
1914 * dwarfread.c (dwarf_build_psymtabs): Likewise.
1915 * xcoffread.c (xcoff_initial_scan): Likewise.
1916 * os9kread.c (os9k_symfile_read): Likewise.
1917
1918 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
1919
1920 From Daniel Jacobowitz <drow@mvista.com>
1921 * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
1922 a name specially.
1923
1924 2001-09-01 Mark Kettenis <kettenis@gnu.org>
1925
1926 Make GDB use libiberty regex implementation.
1927 * gdb_regex.h: Normalize protection against multiple inclusion.
1928 Include "xregex.h" instead of "gnu-regex.h".
1929 * cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
1930 * cli/cli-decode.c: Likewise.
1931 * Makefile.in (REGEX): Remove.
1932 (GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
1933 (ADD_FILES, ADD_DEPS): Remove $(REGEX).
1934 (POSSLIBS): Remove.
1935 (TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
1936 (irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
1937 xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
1938 gdb_regex.h in list of dependencies.
1939 (gnu-regex.o): Remove rule.
1940 * gnu-regex.c, gnu-regex.h: Remove files.
1941
1942 2001-08-31 Jason Molenda (jmolenda@apple.com)
1943
1944 * c-valprint.c (c_val_print): Second call to check_typedef ()
1945 is no longer necessary.
1946
1947 2001-08-31 Kevin Buettner <kevinb@redhat.com>
1948
1949 * ia64-tdep.c (examine_prologue): Don't let a branch unit nop
1950 terminate the prologue scan.
1951
1952 2001-08-30 Jim Blandy <jimb@redhat.com>
1953
1954 * symfile.c (sections_overlap): New function.
1955 (map_overlay_command): Call sections_overlap, instead of using
1956 incorrect logic to recognize overlapping sections.
1957
1958 * symfile.c (load_command): Invalidate the overlay cache.
1959
1960 2001-08-30 Mark Kettenis <kettenis@gnu.org>
1961
1962 * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
1963
1964 2001-08-29 Kevin Buettner <kevinb@redhat.com>
1965
1966 From 2001-08-07 Daniel Jacobowitz <drow@mvista.com>:
1967 * solib-svr4.c (enable_break): Check the inferior link map
1968 before assuming the inferior PC is at the start of the dynamic
1969 loader.
1970
1971 2001-08-28 Andrew Cagney <cagney@toribio.toronto.redhat.com>
1972
1973 * frame.h (struct frame_info): Fix documentation on fields
1974 saved_regs, next and prev.
1975
1976 2001-08-23 Mark Kettenis <kettenis@gnu.org>
1977
1978 * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
1979 gratuitious whitespace changes.
1980 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined.
1981 * top.c: Remove redundant logic to define HAVE_SIGSETMASK.
1982 (sigsetmask) Don't define macro.
1983 (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from
1984 async_stop_sig from event-top.c.
1985 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is
1986 defined.
1987 * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical
1988 order. Add sigsetmask.
1989 (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in
1990 alphabetical order.
1991 * config/xm-aix4.h, config/alpha/xm-alphalinux.h,
1992 config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h
1993 (HAVE_SIGSETMASK): Remove.
1994 * aclocal.m4, config.in, configure: Regenerated.
1995
1996 2001-08-26 Andrew Cagney <ac131313@redhat.com>
1997
1998 From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:
1999 * config/powerpc/nbsd.mh (XM_FILE): Delete.
2000
2001 2001-08-21 Andrew Cagney <ac131313@redhat.com>
2002
2003 * doublest.h (HOST_FLOAT_FORMAT): Delete macro.
2004 (HOST_DOUBLE_FORMAT): Delete macro.
2005
2006 2001-08-24 Mark Kettenis <kettenis@gnu.org>
2007
2008 * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
2009 config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
2010 inclusion of <limits.h>.
2011
2012 2001-08-24 Andrew Cagney <ac131313@redhat.com>
2013
2014 * regcache.c (read_register_bytes): When REGISTER_NAME indicates
2015 that a register should be ignored, supply a value for the register
2016 from the raw registers[] buffer.
2017
2018 2001-08-24 Andrew Cagney <ac131313@redhat.com>
2019
2020 * go32-nat.c (go32_create_inferior): Use xfree instead of free.
2021 * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
2022 i386bsd-nat.c.
2023
2024 2001-08-21 Andrew Cagney <ac131313@redhat.com>
2025
2026 * gdbtypes.h (builtin_type_ieee_single_big)
2027 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
2028 (builtin_type_ieee_double_little)
2029 (builtin_type_ieee_double_littlebyte_bigword)
2030 (builtin_type_i387_ext, builtin_type_m68881_ext)
2031 (builtin_type_i960_ext, builtin_type_m88110_ext)
2032 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
2033 (builtin_type_arm_ext_littlebyte_bigword)
2034 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
2035 (builtin_type_ia64_quad_big)
2036 (builtin_type_ia64_quad_little): Declare.
2037 * gdbtypes.c (builtin_type_ieee_single_big)
2038 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
2039 (builtin_type_ieee_double_little)
2040 (builtin_type_ieee_double_littlebyte_bigword)
2041 (builtin_type_i387_ext, builtin_type_m68881_ext)
2042 (builtin_type_i960_ext, builtin_type_m88110_ext)
2043 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
2044 (builtin_type_arm_ext_littlebyte_bigword)
2045 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
2046 (builtin_type_ia64_quad_big)
2047 (builtin_type_ia64_quad_little): Define.
2048 (_initialize_gdbtypes): Initialize builtin floatformat types.
2049
2050 2001-08-23 Mark Kettenis <kettenis@gnu.org>
2051
2052 * tracepoint.c (read_actions): Add FIXME for code depending on
2053 STOP_SIGNAL.
2054
2055 2001-08-23 Martin M. Hunt <hunt@redhat.com>
2056
2057 * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
2058 to download loop.
2059 (mips_load_srec): Ditto.
2060
2061 2001-08-22 Andrew Cagney <ac131313@redhat.com>
2062
2063 * gdbtypes.c (build_gdbtypes): Initialize TYPE_FLOATFORMAT field
2064 of builtin_type_float, builtin_type_double and
2065 builtin_type_long_double.
2066 (recursive_dump_type): Print the floatformat name.
2067 * gdbtypes.h (struct type): Add type_specific field floatformat.
2068 (TYPE_FLOATFORMAT): Define
2069
2070 2001-08-21 Keith Seitz <keiths@redhat.com>
2071
2072 * printcmd.c (print_insn): Use the given stream for
2073 output.
2074
2075 2001-07-24 Andrew Cagney <ac131313@redhat.com>
2076
2077 * arm-tdep.c (convert_from_extended, convert_to_extended): Delete
2078 assembler version of function.
2079 (convert_from_extended, convert_to_extended): Rewrite. Use
2080 floatformat_to_doublest, floatformat_from_doublest,
2081 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword.
2082 (arm_push_arguments): Use extract_floating and store_floating to
2083 perform floating point conversions.
2084 (SWAP_TARGET_AND_HOST): Delete macro.
2085 * arm-linux-tdep.c (arm_linux_push_arguments): Use
2086 extract_floating and store_floating to perform floating point
2087 conversions.
2088
2089 2001-08-20 Andrew Cagney <ac131313@redhat.com>
2090
2091 * gdbtypes.h (struct type): Clarify meaning of field ``length''.
2092
2093 2001-08-17 Keith Seitz <keiths@redhat.com>
2094
2095 * varobj.c (varobj_update): Change first parameter to
2096 pointer to struct varobj*. This function can delete
2097 varobjs, so we need to give callers the new varobj
2098 when this happens.
2099 (value_of_root): Update "var", too, if "var_handle"
2100 changes.
2101 * varobj.h (varobj_update): Likewise.
2102
2103 2001-08-17 Keith Seitz <keiths@redhat.com>
2104
2105 * Makefile.in (varobj_h): Define.
2106 (mi-cmd-var.o): Depends on varobj_h.
2107 (gdbtk-varobj.o): Change varobj.h to $(varobj_h).
2108
2109 2001-08-16 Keith Seitz <keiths@redhat.com>
2110
2111 * configure.in (GDBTK_SRC_DIR): We must have autoconf
2112 give us the absolute path to the source directory.
2113 * configure: Regenerated.
2114 * Makefile.in (GDBTK_SRC_DIR): Add variable so that
2115 autoconf can substitue it in for us.
2116 (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We
2117 really do need an absolute pathname.
2118
2119 2001-08-15 Keith Seitz <keiths@redhat.com>
2120
2121 * Makefile.in (GDBTK_VERSION): Set a version number.
2122 (GDBTK_LIBRARY): New variable to point to location where
2123 gdbtk will install its tcl library. Changed all refereneces
2124 to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
2125 (SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
2126 (SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
2127 (all-gdbtk): Remove.
2128 (install-gdbtk): Remove.
2129 (gdbtk.o): Pass srcdir to file when compiling.
2130
2131 2001-08-15 Ian Roxborough <irox@redhat.com>
2132
2133 * Makefile.in: Changed all references to the install directory
2134 "gdbtcl" to read "insight1.0".
2135
2136 2001-08-15 Corinna Vinschen <vinschen@redhat.com>
2137
2138 * arch-utils.c (generic_skip_trampoline_code): New function.
2139 * arch-utils.h (generic_skip_trampoline_code): Declare external.
2140 * gdbarch.c: Regeberated from gdbarch.sh.
2141 * gdbarch.h: Ditto.
2142 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch.
2143 * infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
2144
2145 2001-08-14 Daniel Jacobowitz <drow@mvista.com>
2146 H.J. Lu (hjl@gnu.org)
2147
2148 * partial-stab.h: valu should be a CORE_ADDR.
2149
2150 2001-08-14 H.J. Lu (hjl@gnu.org)
2151
2152 * dbxread.c (SWAP_SYMBOL): Removed.
2153 (INTERNALIZE_SYMBOL): Check sign extended vma.
2154
2155 2001-08-13 Christopher Faylor <cgf@cygnus.com>
2156
2157 * top.c (SIGSETJMP): Protect env argument with parentheses.
2158 (SIGLONGJMP): Protect env argument with parentheses.
2159
2160 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2161
2162 * config/mn10300/mn10300.mt (TM_FILE): Delete.
2163 * configure.tgt: Add mn10300 to list of mulit-arch targets.
2164 * config/mn10300/tm-mn10300.h: Delete file. Move contents ...
2165 * mn10300-tdep.c: To here.
2166
2167 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2168
2169 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_VIRTUAL): Make
2170 val a DOUBLEST. Use floatformat_to_doublest.
2171 (REGISTER_CONVERT_TO_RAW): Ditto. Use foatformat_from_doublest.
2172 * config/m88k/tm-m88k.h (REGISTER_CONVERT_TO_VIRTUAL): Ditto.
2173 (REGISTER_CONVERT_TO_RAW): Ditto.
2174
2175 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2176
2177 * config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
2178 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
2179 sp_regnum.
2180
2181 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2182
2183 * doublest.c (convert_doublest_to_floatformat): Rename
2184 floatformat_from_doublest. Make static.
2185 (convert_floatformat_to_doublest): Rename floatformat_to_doublest.
2186 Make static.
2187 (floatformat_to_doublest): New function.
2188 (floatformat_from_doublest): New function.
2189 (host_float_format, host_double_format, host_long_double_format):
2190 New static variables.
2191 (store_floating, extract_floating): Always use
2192 floatformat_to_doublest and floatformat_from_doublest.
2193 * doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2194
2195 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2196
2197 * config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.
2198 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
2199
2200 2001-08-07 Andrew Cagney <ac131313@redhat.com>
2201
2202 * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
2203 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
2204 * gdbarch.h, gdbarch.c: Regenerate.
2205
2206 * arch-utils.h (legacy_virtual_frame_pointer): Declare.
2207 * arch-utils.c: Include "gdb_assert.h".
2208 (legacy_virtual_frame_pointer): Define.
2209 * Makefile.in (arch-utils.o): Depends on gdb_assert.h.
2210
2211 * tracepoint.c (encode_actions): Make frame_reg an int. Make
2212 frame_offset a LONGEST.
2213 * ax-gdb.c (gen_frame_args_address): Ditto.
2214 (gen_frame_locals_address): Ditto.
2215 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize
2216 virtual_frame_pointer.
2217 (mn10300_virtual_frame_pointer): Make static. Update parameter
2218 list to match function signature.
2219 * config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
2220
2221 2001-08-10 Keith Seitz <keiths@redhat.com>
2222
2223 * gdb-events.sh: Add architecture_changed event.
2224 * gdbarch.sh: Include gdb-event.h.
2225 (gdbarch_update_p): Notify UIs when architecture changes.
2226 * gdb-events.h: Regenerated.
2227 * gdb-events.c: Regenerated.
2228 * gdbarch.c: Regenerated.
2229
2230 2001-08-10 Michael Snyder <msnyder@redhat.com>
2231
2232 * regcache.c (legacy_write_register_gen): Don't 'optimize out'
2233 a write_register to a pseudo-reg. Target_store_pseudo_register
2234 needs to get called, because these regs may be computed and may
2235 have side-effects.
2236
2237 2001-08-10 Keith Seitz <keiths@redhat.com>
2238
2239 * gdb-events.sh: Deal with event notifications with no
2240 arguments.
2241
2242 2001-08-10 Orjan Friberg <orjanf@axis.com>
2243
2244 * remote.c (read_frame): Correct off-by-one error in condition.
2245
2246 2001-08-08 Don Howard <dhoward@redhat.com>
2247
2248 * stabsread.c (read_type): Add support for const and volatile
2249 modifiers.
2250
2251 2001-08-02 Daniel Jacobowitz <drow@mvista.com>
2252
2253 * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_T
2254 and HAVE_FPREGSET_T checks. Use gdb_gregset_t and gdb_fpregset_t.
2255
2256 2001-08-02 Keith Seitz <keiths@redhat.com>
2257
2258 * defs.h (SLASH_STRING): If not defined, set
2259 to "/", regardless of _WIN32, __CYGWIN__, or
2260 whatnot.
2261
2262 2001-08-02 Mark Kettenis <kettenis@gnu.org>
2263
2264 * cli/cli-decode.h: Include "gdb_regex.h" instead of
2265 "gnu-regex.h".
2266
2267 * NEWS: Update.
2268
2269 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
2270
2271 * config/i386/xm-go32.h: Include xm-i386.h.
2272 (HOST_BYTE_ORDER, HOST_LONG_DOUBLE_FORMAT): Remove definitions.
2273
2274 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
2275
2276 The following changes avoid polluting global namespace with the
2277 `enable' and `disable' identifiers, because some platforms define
2278 in their system headers symbols with global scope that go by those
2279 names.
2280
2281 * breakpoint.h (enum enable_state): Rename from `enum enable'.
2282 Also rename all the enum members to have the "bp_" prefix.
2283 (struct breakpoint): Rename the `enable' member to `enable_state'.
2284 (enum bpdisp): Rename all members to have the "disp_" prefix.
2285
2286 * breakpoint.c: All users of `enum enable' and `enum bpdisp'
2287 changed.
2288 (args_for_catchpoint_enable): Rename the `enable' member to
2289 `enable_p'. All users changed.
2290
2291 * tracepoint.h (enum enable): Remove.
2292 (struct tracepoint): The member `enabled' is now `int enabled_p'.
2293
2294 * tracepoint.c: All users of the `enabled' member changed.
2295
2296 * printcmd.c (struct display): The `status' member is now an int.
2297
2298 * memattr.h (struct mem_region): Rename the `status' member to
2299 `enabled_p'.
2300 (enum enable): Remove.
2301
2302 * memattr.c: Change all users of the `status' member of struct
2303 mem_region to use `enabled_p' instead.
2304
2305 * infcmd.c (run_stack_dummy): Use disp_del instead of del.
2306
2307 * go32-nat.c: Remove the kludgey work-around for conflicts between
2308 <dos.h> and "breakpoint.h".
2309
2310 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
2311
2312 * MAINTAINERS: Add myself to the write-after-approval list.
2313 * ser-tcp.c (tcp_open): Use `localhost' as default host if no
2314 hostname is given.
2315
2316 2001-08-01 Andrew Cagney <ac131313@redhat.com>
2317
2318 * doublest.h (store_floating, floatformat_to_doublest): Make IN
2319 paramter a const void pointer.
2320 (floatformat_from_doublest): Make IN const, Make OUT a void
2321 pointer.
2322 * doublest.c (floatformat_to_doublest): Update.
2323 (floatformat_from_doublest): Update.
2324 (extract_floating): Update.
2325
2326 2001-07-31 Andrew Cagney <ac131313@redhat.com>
2327
2328 * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2329 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2330 (HOST_LONG_DOUBLE_FORMAT, DOUBLEST)
2331 (floatformat_to_doublest, floatformat_from_doublest)
2332 (floatformat_is_negative, floatformat_is_nan)
2333 (floatformat_mantissa, store_floating)
2334 (extract_floating): Move declaration from here.
2335 * doublest.h: To here. New file.
2336 * utils.c (get_field, floatformat_to_doublest, put_field)
2337 (ldfrexp, floatformat_from_doublest, floatformat_is_negative)
2338 (floatformat_is_nan, floatformat_mantissa)
2339 (FLOATFORMAT_CHAR_BIT): Move from here.
2340 * doublest.c: To here. New file.
2341 * findvar.c (store_floating, extract_floating): Move from here.
2342 * doublest.c: To here.
2343 * Makefile.in (SFILES): Add doublest.c.
2344 (COMMON_OBS): Add doublest.o.
2345 (doublest.o): Specify dependencies.
2346 (doublest_h): Define.
2347
2348 * config/m88k/tm-m88k.h: Include "doublest.h".
2349 * config/i960/tm-i960.h: Ditto.
2350 * config/i386/tm-symmetry.h: Ditto.
2351 * rs6000-tdep.c, valarith.c: Ditto.
2352 * valprint.c, stabsread.c, sh-tdep.c: Ditto.
2353 * ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto.
2354 * values.c, arm-tdep.c, arm-linux-tdep.c: Ditto.
2355 * alpha-tdep.c, ax.h, expression.h: Ditto.
2356 * sh-tdep.c, parse.c, top.c, value.h: Ditto.
2357
2358 * Makefile.in (arm-tdep.o): Add $(doublest_h).
2359 (i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto.
2360 (rs6000-tdep.o, stabsread.o, valarith.o): Ditto.
2361 (values.o, valprint.o, arm-linux-tdep.o): Ditto.
2362 (alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto.
2363 (parser_defs_h): Ditto.
2364 (expression_h): Add $(doublest_h) and $(symtab_h).
2365
2366 2001-08-01 Andrew Cagney <ac131313@redhat.com>
2367
2368 * Makefile.in: Sort header definitions.
2369 (parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define.
2370 Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h)
2371 and $(dis-asm.h) with $(dis_asm_h). Replace annotate.h with
2372 $(annotate_h). Replace target.h with $(target_h). Replace
2373 gdbthread.h with $(gdb_thread_h). Replace symfile.h with $(symfile_h).
2374
2375 2001-07-31 Mark Kettenis <kettenis@gnu.org>
2376
2377 * config/i386/xm-i386.h: New file.
2378 * config/i386/xm-fbsd.h: Removed.
2379 * config/i386/xm-linux.h: Removed.
2380 * config/i386/fbsd.mh: Reorganize a bit.
2381 (XM_FILE): Set to xm-i386.h instead of xm-fbsd.h.
2382 * config/i386/linux.mh (XM_FILE): Set to xm-i386.h insread of
2383 xm-linux.h.
2384
2385 2001-07-30 Jim Blandy <jimb@redhat.com>
2386
2387 * dwarf2read.c (dwarf2_build_psymtabs_hard): Doc fix.
2388
2389 2001-07-27 Daniel Jacobowitz <drow@mvista.com>
2390
2391 * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
2392 Check for SETPGRP_VOID separately if cross-compiling and ISO C
2393 headers are available.
2394
2395 2001-07-30 Mark Kettenis <kettenis@gnu.org>
2396
2397 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to call
2398 i386_dwarf_reg_to_regnum.
2399
2400 * i386-tdep.c (i386_register_convert_to_virtual): Replace
2401 assertion with a warning if we're asked to convert towards a
2402 non-floating-point type. Zero out the the buffer where the data
2403 is supposed to be stored in that case.
2404
2405 2001-07-29 Eli Zaretskii <eliz@is.elta.co.il>
2406
2407 * config/djgpp/djconfig.sh: Unset CDPATH.
2408
2409 * go32-nat.c (get_cr3): Temporary disable support for page tables
2410 in UMBs, as it is incomplete.
2411
2412 Support for stepping through longjmp in DJGPP programs:
2413
2414 * config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
2415 (GET_LONGJMP_TARGET): Define to call get_longjmp_target.
2416 (get_longjmp_target): Add prototype.
2417
2418 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2419
2420 Fix some PID/TPID fallout for HP/UX.
2421 From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>:
2422 * infttrace.c (ptrace_wait): Match external declaration,
2423 and match target_post_wait declaration.
2424
2425 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2426
2427 * MAINTAINERS: Add Orjan Friberg as cris target maintainer.
2428 (cris): Set --enable-gdb-build-warnings flag to -w.
2429
2430 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2431
2432 From 2001-07-23 Andreas Schwab <schwab@suse.de>:
2433 * config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define.
2434 (TARGET_LONG_DOUBLE_BIT): Define.
2435 (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers.
2436 (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12.
2437 (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for
2438 floating point registers.
2439 (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL)
2440 (REGISTER_CONVERT_TO_RAW): Remove.
2441 * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
2442
2443 2001-07-26 Andrew Cagney <ac131313@redhat.com>
2444
2445 * thread.c, breakpoint.c: Include "gdb.h".
2446 * Makefile.in (gdb_h): Define.
2447 (HFILES_NO_SRCDIR): Add gdb.h.
2448 (mi-cmd-break.o, mi-main.o, thread.o)
2449 (breakpoint.o): Add dependency on $(gdb_h).
2450
2451 * defs.h (enum gdb_rc, gdb_breakpoint_query)
2452 (gdb_breakpoint, gdb_thread_select)
2453 (gdb_list_thread_ids): Move declaration from here ...
2454 * gdb.h: To here. New file.
2455
2456 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2457
2458 * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.
2459 (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c
2460 (SFILES): Likewise.
2461 (tui-out.o): Define dependencies.
2462 (tui-hooks.o): Likewise.
2463
2464 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2465
2466 * MAINTAINERS: Update e-mail address of active @cygnus.com
2467 maintainers to @redhat.com.
2468
2469 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2470
2471 * README (Known bugs): Delete section.
2472 (Kernel debugging): Delete section.
2473 (Languages other than C): Delete section.
2474 (Host/target specific installation notes) New section.
2475
2476 2001-07-28 Mark Kettenis <kettenis@gnu.org>
2477
2478 * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
2479 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines.
2480 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New
2481 prototypes.
2482 * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h,
2483 config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call
2484 i386_dwarf_reg_to_regnum.
2485 * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum):
2486 New functions.
2487
2488 * i386-tdep.c: Include "gdb_assert.h"
2489 (i386_register_convert_to_virtual): Fix such that it can handle
2490 conversion to any floating-point type. Assert that we are dealing
2491 with a floating-point first.
2492 (i386_register_convert_to_raw): Assert that TYPE is a
2493 floating-point type with length 12.
2494
2495 2001-07-27 John R. Moore <jmoore@redhat.com>
2496
2497 * configure.in: Added dependency of gdb on tcl/tk libraries.
2498 * Makefile.in: Likewise.
2499 * configure: Regenerated with the above using autoconf.
2500
2501 2001-07-26 Elena Zannoni <ezannoni@redhat.com>
2502
2503 * sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of
2504 NUM_REGS.
2505 (SH_DEFAULT_NUM_REGS): Define.
2506
2507 2001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
2508
2509 * go32-nat.c (read_memory_region): Make sure the segment limit was
2510 indeed set, to work around a Windows 2000 bug.
2511
2512 2001-07-25 Daniel Jacobowitz <drow@mvista.com>
2513
2514 * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR.
2515 * infttrace.c (child_xfer_memory): Likewise.
2516 * symm-nat.c (child_xfer_memory): Likewise.
2517 * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise.
2518 (write_inferior_memory): Likewise.
2519 * gdbserver/low-linux.c (read_inferior_memory): Likewise.
2520 (write_inferior_memory): Likewise.
2521 * gdbserver/low-lynx.c (read_inferior_memory): Likewise.
2522 (write_inferior_memory): Likewise.
2523 * gdbserver/low-nbsd.c (read_inferior_memory): Likewise.
2524 (write_inferior_memory): Likewise.
2525 * gdbserver/low-sparc.c (read_inferior_memory): Likewise.
2526 (write_inferior_memory): Likewise.
2527 * gdbserver/low-sun3.c (read_inferior_memory): Likewise.
2528 (write_inferior_memory): Likewise.
2529
2530 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2531
2532 * README: Mention how to make gdb.pdf.
2533
2534 * NEWS: Update.
2535
2536 2001-07-24 Stephen P. Smith <ischis2@home.com>
2537
2538 * MAINTAINERS (Stephen P. Smith): Added to write after approval
2539 list.
2540
2541 2001-07-23 Andrew Cagney <ac131313@redhat.com>
2542
2543 * mips-tdep.c (mips_push_arguments): Add comment explaining
2544 problem with LE o32 GCC.
2545
2546 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
2547
2548 * config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
2549 doesn't understand them.
2550
2551 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
2552
2553 * memattr.c (mem_info_command): Reformat output to look more like
2554 'info break' output.
2555 (_initialize_mem): Improve help.
2556
2557 2001-07-23 Mark Kettenis <kettenis@gnu.org>
2558
2559 * configure.in (AC_CHECK_FUNCS): Add setpggrp.
2560 (AC_FUNC_SETPGRP): Add.
2561 * aclocal.m4, configure, config.in: Regenerated.
2562 * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and
2563 SETPGRP_ARGS. Always use setpgid if it is available, fall back on
2564 setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to
2565 distinguish between the two setpgrp flavours.
2566 * config/xm-sysv4.h, config/arm/xm-linux.h,
2567 config/i386/xm-i386aix.h, config/i386/xm-sco.h,
2568 config/i386/xm-linux.h, config/i386/xm-ptx.h,
2569 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
2570 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h,
2571 config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove.
2572 * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
2573
2574 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2575
2576 * go32-nat.c (read_memory_region): Set the granularity bit of the
2577 allocated segment according to its size, and adjust the limit to
2578 be page-aligned if the segment is page-granular.
2579
2580 * (get_cr3, get_pde, get_pte, display_ptable_entry, go32_pde)
2581 (display_page_table, go32_pte, go32_pte_for_address): New functions.
2582 (_initialize_go32_nat): Initialize and document them.
2583
2584 2001-07-22 Mark Kettenis <kettenis@gnu.org>
2585
2586 * i386gnu-nat.c: Include "i387-nat.h".
2587 (struct env387): Removed.
2588 (reg_offset): Fix comment.
2589 (fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of
2590 FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM. Rewrite to
2591 use i387_supply_fsave.
2592 (gnu_fetch_registers): Remove spurious whitespace.
2593 (convert_to_env387): Remove.
2594 (store_fpregs): Add argument regno. Use i387_fill_fsave instead
2595 of convert_to_env387.
2596 (gnu_store_registers): Remove spurious whitespace. Pass REGNO to
2597 store_fpregs.
2598 * config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o.
2599 * config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o.
2600 (NATDEPFILES): Add i387-nat.o.
2601
2602 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2603
2604 * Makefile.in (ALLDEPFILES): Add m68hc11-tdep.c.
2605 (m68hc11-tdep.o): Define dependencies.
2606
2607 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2608
2609 * m68hc11-tdep.c (m68hc11_gdbarch_init): Define int at 16-bits.
2610
2611 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2612
2613 * utils.c (init_page_info): Use tui_get_command_dimension.
2614 * printcmd.c (disassemble_command): Simplify tui specific code,
2615 use tui_is_window_visible, tui_show_assembly.
2616
2617 2001-07-21 Mark Kettenis <kettenis@gnu.org>
2618
2619 * i386bsd-nat.c: Do not include <sys/sysctl.h>.
2620 (_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific
2621 code to ...
2622 * i386fbsd-nat.c: ... here. New file.
2623 * config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o.
2624 * config/i386/nm-fbsd.h (CHILD_RESUME): Define.
2625 * Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c.
2626 (i386fbsd-nat.o): Add dependencies.
2627
2628 2001-07-19 Daniel Jacobowitz <drow@mvista.com>
2629
2630 * signals.c: New file.
2631 * Makefile.in: Add signals.o.
2632 * target.c (struct signals, target_signal_to_name)
2633 (target_signal_from_name, target_signal_from_host)
2634 (do_target_signal_to_host, target_signal_to_host_p)
2635 (target_signal_to_host, target_signal_from_command): Move to
2636 signals.c.
2637 (initialize_targets): Move check of struct signals to...
2638 * signals.c (_initialize_signals): Here.
2639
2640 2001-07-19 Andrew Cagney <ac131313@redhat.com>
2641
2642 * MAINTAINERS: Add Michael Chastain as C++ testsuite maintainer.
2643
2644 2001-07-19 Andrew Cagney <ac131313@redhat.com>
2645
2646 From Stephen Smith:
2647 * configure.tgt (i*86-*-pe*): New target.
2648
2649 2001-07-19 Andrew Cagney <ac131313@redhat.com>
2650
2651 From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
2652 * infttrace.c (child_thread_alive): Fix gdb_tid typo.
2653 * somsolib.c (no_shared_libraries): Provide stub.
2654 * xcoffsolib.c (no_shared_libraries): Provide stub.
2655
2656 2001-07-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2657
2658 * Makefile.in (COMMON_OBS): Remove tui-file.o.
2659 (SUBDIR_TUI_OBS): Add it here.
2660 (SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here.
2661 (main.o): Remove dependency with tui-file.h.
2662
2663 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
2664
2665 * Makefile.in (tui-file.o): Update dependencies.
2666
2667 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
2668
2669 * top.c (catch_errors): Convert PTR to void * in parameters list.
2670 (quit_cover): Ditto.
2671
2672 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2673
2674 * source.c (find_source_lines): Remove tui test, must be replaced
2675 by appropriate warning hook.
2676 (print_source_lines): Remove tui hacks, must be replaced by cli.
2677 (forward_search_command): Remove tui hacks, can be replaced by
2678 appropriate calls to identify_source_line when tui scrolls.
2679 (reverse_search_command): Likewise.
2680
2681 2001-07-16 Nick Duffek <nsd@redhat.com>
2682
2683 * remote.c (init_remote_ops, init_remote_cisco_ops,
2684 init_remote_async_ops): Set to_pid_to_str and
2685 to_extra_thread_info correctly and in the same order as declared
2686 in target.h.
2687
2688 2001-07-16 Andrew Cagney <ac131313@redhat.com>
2689
2690 * remote.c: Revert below. Included more than intended.
2691
2692 2001-07-16 Nick Duffek <nsd@redhat.com>
2693
2694 * remote.c (init_remote_ops, init_remote_cisco_ops,
2695 init_remote_async_ops): Set to_pid_to_str and
2696 to_extra_thread_info correctly and in the same order as declared
2697 in target.h.
2698
2699 2001-07-16 Nick Duffek <nsd@redhat.com>
2700
2701 * findvar.c (read_var_value): Apply value_as_pointer() to
2702 addresses retrieved from the target for LOC_BASEREG and
2703 LOC_BASEREG_ARG variables.
2704
2705 2001-07-16 Orjan Friberg <orjanf@axis.com>
2706
2707 * NEWS: New target CRIS.
2708
2709 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
2710
2711 * top.c (show_commands): Remove extern decl of history_get, it's
2712 already in readline/history.h.
2713
2714 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
2715
2716 * top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
2717 execute_user_command, do_setshow_command, get_prompt, init_proc,
2718 serial_log_command): Remove extern declarations. Include
2719 cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h.
2720 * gdbcmd.h (execute_user_command): Remove declaration, it's already
2721 in cli/cli-script.h.
2722 * command.h (do_setshow_command): Remove declaration, it's already
2723 in cli/cli-setshow.h.
2724 * infrun.c: Include "cli/cli-script.h" for execute_user_command.
2725 * Makefile.in (infrun.o): Update dependencies.
2726 (top.o): Ditto.
2727 * cli/cli-setshow.h: Add comment for do_setshow_command.
2728
2729 2001-07-16 Eli Zaretskii <eliz@is.elta.co.il>
2730
2731 * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the
2732 call to chdir on this symbol rather than on __DJGPP__.
2733 (CANT_FORK) [__MSDOS__]: Move from here...
2734 * defs.h (CANT_FORK) [__MSDOS__]: ...to here.
2735 (GLOBAL_CURDIR) [__MSDOS__]: Define.
2736
2737 2001-07-16 Orjan Friberg <orjanf@axis.com>
2738
2739 * configure.tgt: Recognise the CRIS architecture.
2740 * config/cris/cris.mt: New file for CRIS target.
2741 * cris-tdep.c: New file for CRIS target.
2742
2743 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
2744
2745 * top.c (quit_cover, float_handler): Move definition up before use.
2746 (gdb_init): Move to end of file, to avoid calls to not yet defined
2747 functions.
2748 Delete prototypes.
2749
2750 2001-07-14 Andrew Cagney <ac131313@redhat.com>
2751
2752 * serial.h (SERIAL_ASYNC): Delete.
2753 (DEPRECATED_SERIAL_FD): Delete.
2754 (SERIAL_DEBUG): Delete.
2755 (SERIAL_DEBUG_P): Delete.
2756 (SERIAL_DRAIN_OUTPUT): Delete.
2757 (SERIAL_FLUSH_OUTPUT): Delete.
2758 (SERIAL_FLUSH_INPUT): Delete.
2759 (SERIAL_SEND_BREAK): Delete.
2760 (SERIAL_RAW): Delete.
2761 (SERIAL_GET_TTY_STATE): Delete.
2762 (SERIAL_SET_TTY_STATE): Delete.
2763 (SERIAL_PRINT_TTY_STATE): Delete.
2764 (SERIAL_NOFLUSH_SET_TTY_STATE): Delete.
2765 (SERIAL_SETBAUDRATE): Delete.
2766 (SERIAL_SETSTOPBITS): Delete.
2767 (SERIAL_CAN_ASYNC_P): Delete.
2768 (SERIAL_IS_ASYNC_P): Delete.
2769 (SERIAL_UN_FDOPEN): Delete.
2770 (SERIAL_READCHAR): Delete.
2771 (SERIAL_CLOSE): Delete.
2772 (SERIAL_FDOPEN): Delete.
2773 (SERIAL_OPEN): Delete.
2774 * ser-unix.c: Update.
2775 * sparclet-rom.c: Update.
2776 * remote-bug.c: Update.
2777 * dsrec.c: Update.
2778 * xmodem.c: Update.
2779 * nindy-share/ttyflush.c: Update.
2780 * nindy-share/Onindy.c: Update.
2781 * utils.c: Update.
2782 * serial.c: Update.
2783 * remote-nindy.c: Update.
2784 * inflow.c: Update.
2785 * sparcl-tdep.c: Update.
2786 * sh3-rom.c: Update.
2787 * remote.c: Update.
2788 * remote-utils.c: Update.
2789 * remote-st.c: Update.
2790 * remote-sds.c: Update.
2791 * remote-rdp.c: Update.
2792 * remote-os9k.c: Update.
2793 * remote-nrom.c: Update.
2794 * remote-mips.c: Update.
2795 * remote-es.c: Update.
2796 * remote-e7000.c: Update.
2797 * remote-array.c: Update.
2798 * ocd.c: Update.
2799 * nindy-share/nindy.c: Update.
2800 * monitor.c: Update.
2801
2802 2001-07-14 Andrew Cagney <ac131313@redhat.com>
2803
2804 * mn10200-tdep.c: Replace value_ptr with ``struct value *''.
2805 * mcore-tdep.c: Ditto.
2806 * sparc-tdep.c: Ditto.
2807 * sh-tdep.c: Ditto.
2808 * rs6000-tdep.c: Ditto.
2809 * ppc-linux-tdep.c: Ditto.
2810 * m68hc11-tdep.c: Ditto.
2811 * ia64-tdep.c: Ditto.
2812 * i386-tdep.c: Ditto.
2813 * arm-linux-tdep.c: Ditto.
2814 * hppa-tdep.c: Ditto.
2815 * h8500-tdep.c: Ditto.
2816 * fr30-tdep.c: Ditto.
2817 * arm-tdep.c: Ditto.
2818 * alpha-tdep.c: Ditto.
2819 * d30v-tdep.c: Ditto.
2820 * d10v-tdep.c: Ditto.
2821 * m32r-tdep.c: Ditto.
2822 * mips-tdep.c: Ditto.
2823 * v850-tdep.c: Ditto.
2824
2825 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
2826
2827 * top.c (readline_line_completion_function, noop_completer): Move
2828 from here...
2829 * completer.c (readline_line_completion_function, noop_completer):
2830 ...to here.
2831 * gdbcmd.h (readline_line_completion_function, noop_completer):
2832 Move declarations from here...
2833 * completer.h (readline_line_completion_function, noop_completer):
2834 ...to here.
2835 * corefile.c: Include completer.h.
2836 * source.c: Ditto.
2837 * symfile.c: Ditto.
2838 * Makefile.in: Update dependencies.
2839
2840 2001-07-15 Eli Zaretskii <eliz@is.elta.co.il>
2841
2842 * go32-nat.c (go32_create_inferior): Support command lines longer
2843 than 126 characters.
2844
2845 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2846
2847 * NEWS: New target 68HC11/68HC12.
2848
2849 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2850
2851 * utils.c (query): Remove tui hacks; tui must use the query_hook.
2852 * top.c (command_loop): Remove tui insert_mode hacks; don't call
2853 tuiCleanUp because this must be made with atexit by tui.
2854 * symfile.c (symbol_file_command): Remove call to TUIDO
2855 * stack.c (show_and_print_stack_frame_stub): Remove tui check;
2856 not necessary when using the selected frame hooks.
2857 (print_stack_frame_stub): Likewise.
2858 (print_frame_info_base): Likewise.
2859 (print_frame_info): Likewise.
2860 (up_silently_command): Likewise.
2861 (down_silently_command): Likewise.
2862 (show_stack_frame): Likewise for TUIDO.
2863 (select_frame): Likewise.
2864 (select_and_print_frame): Likewise.
2865 (stack_publish_stopped_with_no_frame): Remove.
2866 (select_and_maybe_print_frame): Remove.
2867 * main.c (captured_main): Remove tui_fileopen and tuiInit; tui
2868 must use the initialize ui hook.
2869 * infrun.c (normal_stop): Remove call to TUIDO; tui must use the
2870 selected frame hooks.
2871 * event-top.c (command_handler): Remove tui insert_mode hack.
2872 * defs.h: Remove TUIDO; Only include tui.h.
2873 * breakpoint.c (mention): Remove calls to TUIDO.
2874 (delete_breakpoint): Remove tui hacks; tui must install
2875 the breakpoint hooks.
2876
2877 2001-07-14 Mark Kettenis <kettenis@gnu.org>
2878
2879 * config/i386/xm-linux.h (KERNEL_U_ADDR): Move from here...
2880 * config/i386/nm-linux.h: ...to here. Change comments about user
2881 area/struct a bit.
2882
2883 * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
2884
2885 * Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c
2886 (i386bsd-tdep.o, i386bsd-nat.o): New targets.
2887
2888 2001-07-13 Elena Zannoni <ezannoni@redhat.com>
2889
2890 * remote-e7000.c (fetch_regs_from_dump): If register set is null,
2891 generate an internal error.
2892 (e7000_fetch_registers): Initialize variable 'wanted'.
2893 (e7000_wait): Initialize variable 'wanted_nopc'.
2894 (e7000_store_register): Fix sprintf compiler warnings.
2895 (sub2_from_pc): Ditto.
2896 (e7000_open): Close the descriptor, not the name.
2897 (e7000_load): Fix compiler warnings.
2898 (sub2_from_pc): Ditto.
2899 * Makefile.in (remote-e7000.o): Can now compile with -Werror.
2900
2901 2001-07-13 Mark Kettenis <kettenis@gnu.org>
2902
2903 * i386bsd-nat.c: Include <signal.h>, <stddef.h> and
2904 <sys/sysctl.h>.
2905 (store_inferior_registers): Wrap long line.
2906 (i386bsd_dr_get_status): Fix typo in comment.
2907 (_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New
2908 file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
2909 (i386bsd_in_sigtramp): New prototype.
2910 (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
2911 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
2912 (external) variables.
2913 (SIGCONTEXT_PC_OFFSET): Removed.
2914 (FRAME_SAVED_PC): New define.
2915 (i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt
2916 (TDEPFILES): Add i386bsd-tdep.o.
2917
2918 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
2919
2920 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C
2921 definition.
2922
2923 2001-07-13 Mark Kettenis <kettenis@gnu.org>
2924
2925 * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there
2926 are no registered LWPs yet.
2927
2928 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
2929
2930 * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER): Call the right
2931 function.
2932 (CANNOT_STORE_REGISTER): Likewise.
2933
2934 2001-07-12 Keith Seitz <keiths@redhat.com>
2935
2936 * remote-rdp.c: Include "serial.h"
2937
2938 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
2939
2940 * gdbserver/remote-utils.c (remote_open): Set VMIN to 1
2941 in HAVE_TERMIO/HAVE_TERMIOS cases.
2942
2943 2001-07-12 Mark Kettenis <kettenis@gnu.org>
2944
2945 * lin-lwp.c (stop_wait_callback): Add support for flushing
2946 signals. Use that in favour of the old code to get rid of
2947 superfluous SIGINTs.
2948 (lin_lwp_wait): Use the new support in stop_wait_callback to
2949 flush all but one SIGINT.
2950
2951 * i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changes
2952 to comment.
2953 (i386_store_return_value): Improve comments about storing
2954 floating-point return values.
2955
2956 * config/arm/xm-linux.h, config/i386/xm-linux.h,
2957 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
2958 config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
2959 Removed. Taken care of by autoconf and terminal.h.
2960
2961 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
2962
2963 * mips-tdep.c (mips_type_needs_double_align): New function.
2964 (mips_push_arguments): Align o32 structs to even argument
2965 registers if necessary.
2966
2967 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
2968
2969 * config/djgpp/fnchange.lst: Add entries for
2970 mips-linux-nat.c and mips-linux-tdep.c.
2971
2972 2001-07-12 Mark Kettenis <kettenis@gnu.org>
2973
2974 * config/powerpc/xm-linux.h: Fix corrupted file.
2975
2976 * configure.in: Add check for sigsetjmp.
2977 * config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed.
2978 * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed.
2979 * configure, config.in: Regenerated.
2980
2981 2001-07-11 Elena Zannoni <ezannoni@redhat.com>
2982
2983 * config/sh/tm-sh.h (struct gdbarch_tdep): Add
2984 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
2985 PR_REGNUM fields.
2986
2987 * sh-tdep.c (sh_skip_prologue_hard_way): Rename from
2988 skip_prologue_hard_way().
2989 (skip_prologue_hard_way): Make it a function pointer.
2990 (sh_print_register): Use function pointer do_pseudo_register,
2991 instead of sh_do_pseudo_register.
2992 (sh_do_registers_info): Ditto.
2993 (sh_gdbarch_init): Initialize do_pseudo_register.
2994 (IS_MOV_TO_R14): Rename from IS_MOV_R14.
2995 (skip_prologue_hard_way): Update.
2996 (sh_gdbarch_init): Move setting of frame_chain,
2997 get_saved_register, init_extra_frame_info, push_arguments,
2998 extract_return_value, pop_frame, store_struct_return,
2999 extract_struct_value_address, use_struct_convention,
3000 init_extra_frame_info to before target specific settings.
3001 (sh_gdbarch_init): Initialize new tdep fields
3002 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
3003 PR_REGNUM.
3004 (sh_push_arguments): Use new gdbarch_tdep fields
3005 {ARG0,ARGLAST}_REGNUM.
3006 (sh_saved_pc_after_call, sh_nofp_frame_init_saved_regs,
3007 sh_init_extra_frame_info, sh_push_return_address,
3008 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
3009 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update to use
3010 gdbarch_tdep->PR_REGNUM.
3011 (dr_reg_base_num, fv_reg_base_num): Move to earlier in the file.
3012
3013 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3014
3015 * config/mips/tm-linux.h: Include "tm-linux.h" instead of copying
3016 from it. Move definitions of REALTIME_LO and REALTIME_HI above
3017 include.
3018
3019 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3020
3021 * MAINTAINERS: List myself for MIPS/Linux
3022 port.
3023
3024 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3025
3026 * gdbserver/remote-utils.c (remote_open): Only
3027 check for F_SETOWN if we had F_SETFL and FASYNC.
3028
3029 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3030
3031 From Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>:
3032
3033 * config/m68k/linux.mh: Remove core-regset.o.
3034 * m68klinux-nat.c: Fix comment.
3035 (supply_gregset): Change argument to elf_gregset_t *.
3036 (supply_fpregset): Change argument to elf_fpregset_t *.
3037 (fetch_core_registers): New function.
3038 (linux_elf_core_fns): Define.
3039 (_initialize_m68k_linux_nat): New function.
3040
3041 2001-07-11 Andrew Cagney <ac131313@redhat.com>
3042
3043 * configure.tgt: Mark d10v as pure multi-arch.
3044 * config/d10v/tm-d10v.h: Delete file.
3045 * config/d10v/d10v.mt (TM_FILE): Delete.
3046
3047 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3048
3049 * serial.h (typedef serial_t): Delete. Replace all references to
3050 serial_t with `struct serial *'.
3051 * serial.c: Update.
3052 * nindy-share/ttyflush.c: Update.
3053 * nindy-share/ttyflush.c: Update.
3054 * nindy-share/Onindy.c: Update.
3055 * nindy-share/nindy.c: Update.
3056 * remote-rdp.c: Update.
3057 * remote-sds.c: Update.
3058 * remote-st.c: Update.
3059 * remote-nindy.c: Update.
3060 * remote-mips.c: Update.
3061 * remote-e7000.c: Update.
3062 * remote-os9k.c: Update.
3063 * remote-nrom.c: Update.
3064 * remote-es.c: Update.
3065 * remote-array.c: Update.
3066 * ocd.c: Update.
3067 * mon960-rom.c: Update.
3068 * dsrec.c: Update.
3069 * inflow.c: Update.
3070 * ser-e7kpc.c: Update.
3071 * sparclet-rom.c: Update.
3072 * srec.h: Update.
3073 * ser-tcp.c: Update.
3074 * ser-go32.c: Update.
3075 * sparcl-tdep.c: Update.
3076 * w89k-rom.c: Update.
3077 * utils.c: Update.
3078 * sh3-rom.c: Update.
3079 * remote.c: Update.
3080 * ser-pipe.c: Update.
3081 * ser-unix.c: Update.
3082 * ser-unix.h: Update.
3083 * xmodem.c: Update.
3084 * xmodem.h: Update.
3085
3086 2001-07-11 J.T. Conklin <jtc@redback.com>
3087
3088 From Greg McGary <greg@mcgary.org>:
3089 * gdbserver/remote-utils.c (remote_open): Set gdbserver as "owner"
3090 of SIGIO.
3091 (input_interrupt): Don't block on read, in case we got redundant
3092 SIGIO. Don't gripe about redundant SIGIO.
3093 * gdbserver/low-hppabsd.c (mywait): Use waitpid(). Enable SIGIO
3094 handler while waiting.
3095 * gdbserver/low-linux.c (mywait): Likewise.
3096 * gdbserver/low-nbsd.c (mywait): Likewise.
3097 * gdbserver/low-sparc.c (mywait): Likewise.
3098
3099 2001-07-11 Keith Seitz <keiths@redhat.com>
3100
3101 * infrun.c (print_stop_reason): Add missing uiout field
3102 "reason" for SIGNAL_RECEIVED case.
3103
3104 2001-07-11 Mark Kettenis <kettenis@gnu.org>
3105
3106 * config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
3107 Remove unused macro's.
3108
3109 * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
3110 used.
3111
3112 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3113
3114 * go32-nat.c (info_dos_cmdlist): New variable.
3115 (go32_info_dos_command): New function.
3116 (_initialize_go32_nat): Convert all DOS-specific commands into
3117 subcommands of "info dos". Suggested by Andrew Cagney
3118 <ac131313@redhat.com>.
3119
3120 2001-07-11 Mark Kettenis <kettenis@gnu.org>
3121
3122 * config/nm-linux.h: Fix comments.
3123
3124 * thread-db.c (enable_thread_event_reporting): Correct warning
3125 message about getting thread death breakpoint.
3126 Reported by John S Kallal <jskallal@home.com>.
3127
3128 * i386-tdep.c (i386_extract_return_value): "Fix" comment.
3129 (i386_store_return_value): Frob FPU status and tag word to make
3130 sure the return value is the only value on the FPU stack.
3131
3132 * config/tm-linux.h: Do not include <signal.h>. Instead provide
3133 reasonable defaults for REALTIME_LO and REALTIME_HI if they're not
3134 already defined.
3135 * config/nm-linux.h: Include <signal.h>.
3136 [__SIGRTMIN] (REALTIME_LO, REALTIME_HI): Define to __SIGRTMIN and
3137 (__SIGRTMAX + 1) respectively.
3138
3139 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3140
3141 * mcore-rom.c: Include "serial.h".
3142 * Makefile.in (mcore-rom.o): Depends on "serial.h".
3143
3144 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3145
3146 * Makefile.in (remote-bug.o): Depends on serial.h.
3147 * remote-bug.c: Include "serial.h".
3148 * MAINTAINERS: Mark m88k target as buildable.
3149 * TODO: Update.
3150
3151 2001-07-10 Jim Blandy <jimb@redhat.com>
3152
3153 Clean up the D10V port so that GDB and the target program no
3154 longer disagree on how big pointers are.
3155 * findvar.c (value_from_register): Remove special case code for D10V.
3156 * printcmd.c (print_frame_args): Same.
3157 * valops.c (value_at, value_fetch_lazy): Same.
3158 * values.c (unpack_long): Same.
3159 * gdbarch.sh: Changes to effect the following:
3160 * gdbarch.h (GDB_TARGET_IS_D10V, D10V_MAKE_DADDR,
3161 gdbarch_d10v_make_daddr_ftype, gdbarch_d10v_make_daddr,
3162 set_gdbarch_d10v_make_daddr, D10V_MAKE_IADDR,
3163 gdbarch_d10v_make_iaddr_ftype, gdbarch_d10v_make_iaddr,
3164 set_gdbarch_d10v_make_iaddr, D10V_DADDR_P,
3165 gdbarch_d10v_daddr_p_ftype, gdbarch_d10v_daddr_p,
3166 set_gdbarch_d10v_daddr_p, D10V_IADDR_P,
3167 gdbarch_d10v_iaddr_p_ftype, gdbarch_d10v_iaddr_p,
3168 set_gdbarch_d10v_iaddr_p, D10V_CONVERT_DADDR_TO_RAW,
3169 gdbarch_d10v_convert_daddr_to_raw_ftype,
3170 gdbarch_d10v_convert_daddr_to_raw,
3171 set_gdbarch_d10v_convert_daddr_to_raw, D10V_CONVERT_IADDR_TO_RAW,
3172 gdbarch_d10v_convert_iaddr_to_raw_ftype,
3173 gdbarch_d10v_convert_iaddr_to_raw,
3174 set_gdbarch_d10v_convert_iaddr_to_raw): Delete declarations.
3175 * gdbarch.c: Delete the corresponding definitions.
3176 (struct gdbarch): Delete members d10v_make_daddr,
3177 d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
3178 d10v_convert_daddr_to_raw, and d10v_convert_iaddr_to_raw.
3179 (startup_gdbarch): Remove initializers for the above.
3180 (verify_gdbarch, gdbarch_dump): Don't verify or dump them any
3181 more.
3182 * d10v-tdep.c (d10v_register_virtual_type): Rather that
3183 claiming the stack pointer and PC are 32 bits long (which they
3184 aren't), say that the stack pointer is an int16_t, and the
3185 program counter is a function pointer. This allows the rest
3186 of GDB to make the appropriate conversions between the code
3187 pointer format and real addresses.
3188 (d10v_register_convertible, d10v_register_convert_to_virtual,
3189 d10v_register_convert_to_raw): Delete function; no registers
3190 are convertible now, so we use
3191 generic_register_convertible_not instead.
3192 (d10v_address_to_pointer, d10v_pointer_to_address): New gdbarch
3193 methods.
3194 (d10v_push_arguments, d10v_extract_return_value): Remove special
3195 cases for code and data pointers.
3196 (d10v_gdbarch_init): Set gdbarch_ptr_bit to 16, so that GDB and
3197 the target agree on how large pointers are. Say that addresses
3198 are 32 bits long. Register the address_to_pointer and
3199 pointer_to_address conversion functions. Since no registers are
3200 convertible now, register generic_register_convertible_not as the
3201 gdbarch_register_convertible method instead of
3202 d10v_register_convertible. Remove registrations for
3203 d10v_register_convert_to_virtual,
3204 d10v_register_convert_to_raw, gdbarch_d10v_make_daddr,
3205 gdbarch_d10v_make_iaddr, gdbarch_d10v_daddr_p,
3206 gdbarch_d10v_iaddr_p, gdbarch_d10v_convert_daddr_to_raw, and
3207 gdbarch_d10v_convert_iaddr_to_raw.
3208
3209 * printcmd.c (print_scalar_formatted): If we are printing an
3210 address, remember that TARGET_ADDR_BIT is not always equal to
3211 TARGET_PTR_BIT.
3212
3213 * valops.c (value_cast): When casting a pointer to an integer,
3214 don't convert it to an address.
3215
3216 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3217
3218 * remote-utils.h (struct serial): Declare as opaque. Remove
3219 include of "serial.h".
3220 * Makefile.in (remote_utils_h): Update.
3221
3222 * monitor.h (struct serial): Declare as opaque. Remove include of
3223 "serial.h".
3224 (struct monitor_ops): Replace serial_t with `struct serial *'.
3225 * monitor.c (monitor_desc): Ditto.
3226
3227 2001-07-10 Daniel Jacobowitz <drow@mvista.com>
3228
3229 * mips-linux-tdep.c: New file.
3230 * mips-linux-nat.c: New file.
3231 * config/mips/linux.mh: New file.
3232 * config/mips/linux.mt: New file.
3233 * config/mips/xm-linux.h: New file.
3234 * config/mips/nm-linux.h: New file.
3235 * config/mips/tm-linux.h: New file.
3236 * configure.host: Recognize mips*-*-linux*.
3237 * configure.tgt: Likewise.
3238 * NEWS: Mention mips*-*-linux* port.
3239
3240 2001-07-09 Andrew Cagney <ac131313@redhat.com>
3241
3242 * serial.h (struct serial): Rename `struct _serial_t'.
3243 * serial.c (XMALLOC): Define.
3244 (serial_open): Update. Use XMALLOC.
3245 (serial_fdopen): Ditto.
3246
3247 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3248
3249 * gdbtypes.h (builtin_type_void_data_ptr): Rename
3250 builtin_type_ptr.
3251 * gdbtypes.c (builtin_type_void_data_ptr): Update.
3252 (build_gdbtypes): Update.
3253 (_initialize_gdbtypes): Update.
3254 * values.c (value_as_pointer): Update.
3255 * utils.c (host_pointer_to_address): Update.
3256 (address_to_host_pointer): Update.
3257
3258 2001-07-08 Andrew Cagney <ac131313@redhat.com>
3259
3260 * remote-udi.c (udi_wait): Make type, instead of name, of first
3261 parameter a ptid_t.
3262
3263 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3264
3265 * ser-mac.c: Make obsolete.
3266 * Makefile.in (ser-mac.o): Ditto.
3267
3268 2001-07-08 Eli Zaretskii <eliz@is.elta.co.il>
3269
3270 * go32-nat.c (go32_get_windows_version, print_mem, go32_sysinfo)
3271 (read_memory_region, get_descriptor, display_descriptor)
3272 (go32_sldt, go32_sgdt, go32_sidt): New functions.
3273 (top-level): Include ctype.h, utsname.h, dos.h, and go32.h. Ifdef
3274 away `disable' from dos.h, since breakpoint.h defines an enum
3275 member of the same name, and GCC 2.7.2 barfs.
3276 (_initialize_go32_nat): Provide new commands dos-sysinfo, dos-ldt,
3277 dos-gdt, and dos-idt, all of them in the "info" class
3278
3279 2001-07-07 Kevin Buettner <kevinb@redhat.com>
3280
3281 * procfs.c (create_procinfo): Allocate space for saved_entryset
3282 and saved_exitset.
3283 (destroy_one_procinfo): Free space allocated to saved_entryset
3284 and saved_exitset.
3285
3286 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3287
3288 * TODO (5.1): Update.
3289
3290 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3291
3292 * symtab.c (main_name): New function.
3293 (set_main_name): New function.
3294 * symtab.h: Declare.
3295 * TODO: Update
3296
3297 From 2000-03-05 Anthony Green <green@redhat.com>:
3298 * dbxread.c (process_one_symbol): Handle the N_MAIN stab by
3299 setting main_name.
3300 * blockframe.c (inside_main_func): Use main_name instead of
3301 "main".
3302 * symtab.c (find_main_psymtab): Ditto.
3303 * source.c (select_source_symtab): Ditto.
3304 * nlmread.c (nlm_symfile_read): Ditto.
3305 * rs6000-tdep.c (skip_prologue): Ditto.
3306
3307 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3308
3309 * TODO: Convert most items into PRs.
3310
3311 2001-07-07 Mark Kettenis <kettenis@gnu.org>
3312
3313 * lin-lwp.c (status_to_str): New function.
3314 (lin_lwp_wait): Use it to print debug messages where appropriate.
3315
3316 2001-07-06 Michael Chastain <chastain@redhat.com>
3317
3318 * i387-tdep.c (print_i387_value): Fix pointer glitch.
3319
3320 2001-07-07 Mark Kettenis <kettenis@gnu.org>
3321
3322 * lin-lwp.c (count_events_callback): Fix formatting. Turn check
3323 commented with "paranoia" into gdb_assert.
3324 (select_event_lwp_callback): Likewise.
3325 (cancel_breakpoints_callback): Bail out early if LP is the event
3326 LWP. Add comment about backup up breakpoints. Fix formatting and
3327 debug message.
3328 (select_event_lwp): Make solely repsonsible for switching event
3329 LWP. Fix formatting and remove bogus "ERROR" debug message.
3330 Don't backup breakpoints from here.
3331 (lin_lwp_wait): Don't touch LP->status, let select_event_lwp
3332 handle that. Only call select_event_lwp if we're not waiting for
3333 a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
3334
3335 2001-07-06 Michael Snyder <msnyder@redhat.com>
3336
3337 * procfs.c (procfs_resume): Silence noisy warning.
3338
3339 2001-06-12 Michael Snyder <msnyder@redhat.com>
3340
3341 * lin-lwp.c: Prevent thread starvation by using a monte carlo
3342 method to choose which of several event threads to handle next.
3343
3344 (stop_wait_callback): Defer pushback of breakpoint events until
3345 later; add SIGTRAP events to the queue of unhandled events.
3346 Keep calling waitpid until SIGSTOP retrieved. If more than one
3347 non-SIGSTOP event is retrieved, push them back onto the process
3348 queue using kill.
3349 (count_events_callback, select_singlestep_lwp_callback,
3350 select_event_lwp_callback, cancel_breakpoints_callback,
3351 select_event_lwp): New functions. Implement monte carlo method
3352 for selecting which of several SIGTRAP threads to handle next.
3353 Push back the breakpoint event for all threads other than the
3354 selected one.
3355 (lin_lwp_wait): Call select_event_lwp to decide which of several
3356 sigtrapped lwps to handle next.
3357 (resume_callback): Disable code that attempts to handle
3358 step_resume breakpoints. Let core gdb handle this.
3359
3360 2001-07-06 Jim Blandy <jimb@redhat.com>
3361
3362 * gdbtypes.h (builtin_type_void_func_ptr): New builtin type.
3363 * gdbtypes.c (builtin_type_void_func_ptr): Define the variable.
3364 (build_gdbtypes): Initialize it.
3365 (_initialize_gdbtypes): Swap it.
3366
3367 2001-07-04 Daniel Jacobowitz <drow@mvista.com>
3368
3369 * mips-tdep.c (mips32_op): Correct offset.
3370 (itype_op): Likewise.
3371 (itype_rs): Fix formatting.
3372 (itype_immediate): Fix formatting.
3373 (jtype_op): Correct offset.
3374 (jtype_target): Fix formatting.
3375 (rtype_op): Correct offset.
3376 (rtype_rs): Fix formatting.
3377 (rtype_rt): Likewise.
3378 (rtype_rd): Likewise.
3379 (rtype_shamt): Likewise.
3380 (rtype_funct): Likewise.
3381
3382 (mips32_next_pc): Fix formatting and comments. Recognize
3383 coprocessor 1 branches. Check the correct field for BLT family
3384 branches. Use itype_rt instead of itype_rs for the second register
3385 of a BNE or BNEL branch. Move (unreachable) default case.
3386
3387 2001-07-04 Andrew Cagney <ac131313@redhat.com>
3388
3389 * ui-out.h (struct ui_out_impl): Add field is_mi_like_p.
3390 (ui_out_is_mi_like_p): Declare.
3391 * ui-out.c (ui_out_is_mi_like_p): Define.
3392 (default_ui_out_impl): Initialize is_mi_like_p to zero.
3393 * cli-out.c (cli_ui_out_impl): Ditto.
3394 * breakpoint.c (print_it_typical): Use ui_out_is_mi_like_p.
3395 (watchpoint_check, print_one_breakpoint, mention): Ditto.
3396 * infrun.c (print_stop_reason, normal_stop): Ditto.
3397
3398 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
3399
3400 * mips-tdep.c (mips_software_single_step): New function.
3401 * config/mips/tm-mips.h: Add prototype for
3402 mips_software_single_step.
3403
3404 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
3405
3406 * ppc-linux-nat.c (supply_gregset): Use elf_greg_t instead
3407 of greg_t.
3408 (fill_gregset): Likewise.
3409
3410 2001-07-05 Andrew Cagney <ac131313@redhat.com>
3411
3412 * objfiles.c (open_mapped_file): Use lbasename instead of
3413 basename.
3414
3415 2001-07-05 Jim Blandy <jimb@redhat.com>
3416
3417 * d10v-tdep.c (d10v_frame_chain, d10v_frame_init_saved_regs,
3418 show_regs, d10v_read_pc, d10v_write_pc, d10v_read_sp,
3419 d10v_write_sp, d10v_write_fp, d10v_read_fp,
3420 d10v_push_return_address): Call the functions d10v_make_daddr,
3421 d10v_make_iaddr, d10v_convert_iaddr_to_raw, and
3422 d10v_convert_daddr_to_raw, not the global macros D10V_MAKE_DADDR,
3423 D10V_MAKE_IADDR, D10V_CONVERT_IADDR_TO_RAW, and
3424 D10V_CONVERT_DADDR_TO_RAW.
3425
3426 * dwarf2read (dwarf2_build_psymtabs_hard): Doc fix.
3427
3428 2001-07-05 Mark Kettenis <kettenis@gnu.org>
3429
3430 * config/i386/xm-go32.h (HOST_I386): Removed.
3431 * config/i386/xm-linux.h (HOST_I386): Removed.
3432
3433 2001-07-04 Mark Kettenis <kettenis@gnu.org>
3434
3435 * i387-tdep.c (print_i387_value): Add extra space after final full
3436 stop in comment.
3437
3438 2001-07-04 Andrew Cagney <ac131313@redhat.com>
3439
3440 * TODO (5.1): Update. Doco changes committed.
3441
3442 2001-06-29 Andrew Cagney <ac131313@redhat.com>
3443
3444 * config/arm/tm-arm.h: Include "floatformat.h".
3445
3446 2001-06-29 Andrew Cagney <ac131313@redhat.com>
3447
3448 * i387-tdep.c: Include "gdb_assert.h".
3449 (print_i387_value): Use extract_floating to extract the FP value
3450 from a zero padded local buffer.
3451
3452 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3453
3454 * TODO: Delete all thread items. The thread code was overhauled.
3455
3456 2001-07-04 Elena Zannoni <ezannoni@redhat.com>
3457
3458 * memattr.c (create_mem_region): Move n to next memory region,
3459 to avoid infinite loop.
3460
3461 * memattr.h: Add copyright statement.
3462 * memattr.c: Ditto.
3463
3464 2001-07-04 Jim Blandy <jimb@redhat.com>
3465
3466 * dwarf2read.c (struct partial_die_info): New member: has_pc_info.
3467 (read_partial_die): Delete fourth argument; we return this info in
3468 the struct partial_die_info object itself now.
3469 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the
3470 has_pc_info field of the partial die struct, rather than passing a
3471 variable by reference to read_partial_die.
3472
3473 * dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneous
3474 code in loop condition.
3475
3476 2001-07-03 Michael Snyder <msnyder@redhat.com>
3477
3478 * thread_db (find_new_threads_callback, thread_db_thread_alive,
3479 attach_thread): Update comments.
3480
3481 2001-06-29 Ken Whaley <ken@believe.com>
3482
3483 * thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition
3484 to TD_THR_UNKNOWN when looking for defunct zombie threads.
3485 (thread_db_thread_alive): Ditto.
3486 (find_new_threads_callback): Ditto.
3487
3488 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
3489
3490 * MAINTAINERS: Add myself to the write-after-approval list.
3491
3492 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
3493
3494 * solib-svr4.c: Include "elf/mips.h".
3495 (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
3496
3497 2001-07-02 Jim Blandy <jimb@redhat.com>
3498
3499 * dwarf2read.c (read_comp_unit, sibling_die, dump_die,
3500 dump_die_list, store_in_ref_table, follow_die_ref): Make these
3501 static; they're private functions.
3502
3503 2001-07-01 Mark Elbrecht <snowball@bigfoot.com>
3504
3505 * coffread.c (coff_symfile_read): Parse DWARF2 info if present.
3506
3507 2001-06-28 Elena Zannoni <ezannoni@redhat.com>
3508
3509 * TODO: Add import of readline 4.2 as a gdb 5.2 task.
3510
3511 2001-06-29 Andrew Cagney <ac131313@redhat.com>
3512
3513 * config/djgpp/fnchange.lst: Sort.
3514
3515 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3516
3517 * config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
3518 mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
3519
3520 2001-06-29 Andreas Jaeger <aj@suse.de>
3521
3522 * MAINTAINERS: Add myself to the write-after-approval list.
3523
3524 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3525
3526 * remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.
3527 (get_hex_word): Don't use HOST_BYTE_ORDER.
3528 (array_fetch_registers): Add variable ``reg''. Use
3529 store_unsigned_integer to byte-swap the register. Delete unused
3530 local ``regs''.
3531
3532 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3533
3534 * MAINTAINERS: Add Per Bothner to Java maintainers.
3535
3536 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3537
3538 * rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
3539 * rdi-share/hostchan.h (__unix): Hack, provide a default value.
3540 * rdi-share/host.h (__unix): Hack, define when __NetBSD__.
3541 * TODO: Update.
3542 * MAINTAINERS: Update. arm-elf builds.
3543
3544 2001-06-28 Jim Blandy <jimb@redhat.com>
3545
3546 * d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.
3547
3548 * d10v-tdep.c (d10v_frame_chain_valid, d10v_use_struct_convention,
3549 d10v_breakpoint_from_pc, d10v_register_byte,
3550 d10v_register_raw_size, d10v_register_virtual_size,
3551 d10v_register_virtual_type, d10v_register_convertible,
3552 d10v_register_convert_to_virtual, d10v_register_convert_to_raw,
3553 d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
3554 d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
3555 d10v_store_struct_return, d10v_store_return_value,
3556 d10v_extract_struct_value_address, d10v_frame_saved_pc,
3557 d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue,
3558 d10v_frame_chain, d10v_frame_init_saved_regs,
3559 d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc,
3560 d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp,
3561 d10v_push_return_address, d10v_push_arguments,
3562 d10v_extract_return_value): Make these functions static.
3563
3564 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3565
3566 From Fernando Nasser:
3567 * infrun.c (handle_inferior_event): Handle "nexti" inside function
3568 prologues.
3569
3570 2001-06-28 Michael Snyder <msnyder@redhat.com>
3571
3572 * infrun.c (handle_inferior_event): Replace prev_pc test in all
3573 calls to bpstat_stop_status (removed in 1999-09-24). This test
3574 helps distinguish stepping over a breakpoint trap from stepping
3575 thru a jump to the instruction after a breakpoint trap.
3576 (handle_inferior_event): Don't bother writing the PC if
3577 DECR_PC_AFTER_BREAK is zero (optimization).
3578 * breakpoint.c (bpstat_stop_status): Add comment explaining the
3579 purpose and usage of the "not_a_breakpoint" argument in computing
3580 the breakpoint address.
3581
3582 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3583
3584 From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
3585 * monitor.c (setmem_resp_delim_pattern): New regexp pattern.
3586 (setreg_resp_delim_pattern): Likewise.
3587 (setmem_resp_delim_fastmap): New buffer.
3588 (setreg_resp_delim_fastmap): Likewise.
3589 (monitor_open): Initialize above regexp if they are defined.
3590 (monitor_write_memory): Use regexp to check the result of write.
3591 (monitor_store_register): Likewise to check result of register set.
3592
3593 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3594
3595 From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
3596 * coff-solib.c: Include symfile.h and objfiles.h to make
3597 OBJF_SHARED visible.
3598
3599 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3600
3601 * configure.in (--enable-gdbmi): Enable by default.
3602 * configure: Regenerate.
3603 * TODO: Update.
3604 * NEWS: Update
3605
3606 2001-06-28 Joel Brobecker <brobecker@act-europe.fr>
3607
3608 * solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
3609 explaining the consequences of always returning zero. No code
3610 change.
3611
3612 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3613
3614 From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
3615 * defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
3616 to TARGET_SIGNAL_REALTIME_127.
3617 * target.c (struct signals): Add SIG63 to SIG127.
3618 (target_signal_from_host): Handle up to 127 signals.
3619 (do_target_signal_to_host): Likewise.
3620
3621 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3622
3623 * remote-sds.c (sds_start_remote): Change type of ``c'' to int
3624 from possibly unsigned char.
3625
3626 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3627
3628 * ser-ocd.c: Delete file.
3629 * Makefile.in (ALLDEPFILES): Remove ser-ocd.c
3630 (ser-ocd.o): Delete target.
3631 * TODO: Update.
3632 * NEWS: Update.
3633
3634 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3635
3636 * MAINTAINERS (Write After Approval): Sort.
3637 (Past Maintainers): Daniel Berlin stepped down as C++ maintainer.
3638
3639 2001-06-26 Andrew Cagney <ac131313@redhat.com>
3640
3641 * breakpoint.c (breakpoint_1): Always output the breakpoint
3642 headings. Leave it to ui-out to decide which
3643
3644 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3645
3646 * stack.c (print_frame): For ui_out, output a list of arguments.
3647
3648 2001-06-25 Kevin Buettner <kevinb@redhat.com>
3649
3650 * MAINTAINERS (paper trail): Update.
3651
3652 2001-06-25 Michael Snyder <msnyder@redhat.com>
3653
3654 * infrun.c: Eliminate the "thread_step_needed" state variable,
3655 and replace it with a relatively simple test in resume.
3656 (resume): Replace thread_step_needed logic with a test for
3657 stepping, breakpoint_here_p and breakpoints_inserted.
3658 Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
3659 (proceed): Discard thread_step_needed logic.
3660 (wait_for_inferior, fetch_inferior_event, handle_inferior_event):
3661 Discard thread_step_needed logic.
3662
3663 2001-06-24 Fernando Nasser <fnasser@redhat.com>
3664
3665 * remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
3666 * rdi-share/host.h: Add missing parenthesis in conditional.
3667
3668 2001-06-22 J.T. Conklin <jtc@redback.com>
3669
3670 * configure.in: include nlist.h when checking for member som_addr
3671 in struct so_map.
3672 * configure: regenerate.
3673
3674 2001-06-21 Keith Seitz <keiths@redhat.com>
3675
3676 * cli-out.c (cli_out_new): Initialize new structure member
3677 "suppress_output".
3678
3679 2001-06-20 Andrew Cagney <ac131313@redhat.com>
3680
3681 * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
3682 (table_header_ftype): Ditto.
3683 * cli-out.c (cli_table_header): Update.
3684 * ui-out.c (ui_out_table_header): Update.
3685 (uo_table_header): Update.
3686 (default_table_header): Update.
3687 (append_header_to_list): Update.
3688 (struct ui_out_header): Add field ``col_name''.
3689 (append_header_to_list): Use xstrdup. Initialize col_name.
3690 * breakpoint.c (breakpoint_1): Pass COL_NAME to
3691 ui_out_table_header.
3692
3693 2001-06-19 Andrew Cagney <ac131313@redhat.com>
3694
3695 * cli-out.c: Include "gdb_assert.h'.
3696 (struct ui_out_data): Add field ``suppress_output.
3697 (cli_table_begin): When NR_ROWS is zero, suppress_output.
3698 (cli_table_end): Clear suppress_output.
3699 (cli_table_body): Check suppress_output.
3700 (cli_table_header, cli_begin): Ditto.
3701 (cli_end, cli_field_int, cli_field_skip): Ditto.
3702 (cli_field_string, cli_field_fmt, cli_spaces): Ditto.
3703 (cli_text, cli_message, cli_wrap_hint): Ditto.
3704 * breakpoint.c (breakpoint_1): Close the ui_out table before
3705 printing the breakpoint not found message.
3706
3707 2001-06-18 Andrew Cagney <ac131313@redhat.com>
3708
3709 * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
3710 (default_table_begin): Ditto.
3711 (uo_table_begin): Ditto.
3712 * cli-out.c (cli_table_begin): Ditto.
3713 * ui-out.h (ui_out_table_begin): Update
3714 (table_begin_ftype): Update.
3715 * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to
3716 ui_out_table_begin.
3717
3718 2001-06-16 Andrew Cagney <ac131313@redhat.com>
3719
3720 * breakpoint.c (breakpoint_1): Restructure. Compute the
3721 nr_printable_breakpoints. Move the header output to before the
3722 main print breakpoints loop.
3723 (user_settable_breakpoint): New function.
3724
3725 2001-06-18 Andrew Cagney <ac131313@redhat.com>
3726
3727 * infrun.c, breakpoint.c: Use strncmp as the "mi" test. Allow,
3728 "mi", "mi0" and "mi1".
3729
3730 2001-06-17 Andrew Cagney <ac131313@redhat.com>
3731
3732 * gdbarch.sh: Generate an error when conflicting macro
3733 definitions. Generate an error when both pure multi-arch and
3734 "tm.h".
3735 * gdbarch.h, gdbarch.c: Regenerate.
3736 * defs.h (GDB_MULTI_ARCH_TM): Rewrite definition.
3737
3738 2001-06-17 Andrew Cagney <ac131313@redhat.com>
3739
3740 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Down grade to
3741 GDB_MULTI_ARCH_PARTIAL from two.
3742
3743 2001-06-17 Fernando Nasser <fnasser@redhat.com>
3744
3745 From 2001-06-15 Eirik Fuller <eirik@hackrat.com>
3746 * cli/cli-script.c (free_command_lines): Reset list pointer.
3747
3748 2001-06-16 Andrew Cagney <ac131313@redhat.com>
3749
3750 * arch-utils.c (init_frame_pc_default): New function
3751 * arch-utils.h (init_frame_pc_default): Declare.
3752 * gdbarch.sh (INIT_FRAME_PC): Default to init_frame_pc_default and
3753 not init_frame_pc_noop.
3754 * gdbarch.h, gdbarch.c: Re-generate.
3755 * blockframe.c (INIT_FRAME_PC): Delete macro definition.
3756 * mips-tdep.c (mips_gdbarch_init): Set init_frame_pc to
3757 init_frame_pc_noop.
3758
3759 2001-06-16 Andrew Cagney <ac131313@redhat.com>
3760
3761 * gdbarch.c: Regenerate. Out-of-sync with gdbarch.sh.
3762
3763 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3764
3765 * gdbarch.sh (CANNOT_FETCH_REGISTER): Multi-arch.
3766 (CANNOT_STORE_REGISTER): Ditto.
3767 * infptrace.c (CANNOT_FETCH_REGISTER): Delete definition.
3768 (CANNOT_STORE_REGISTER): Ditto.
3769 * regcache.c (CANNOT_STORE_REGISTER): Ditto.
3770 * lynx-nat.c (CANNOT_STORE_REGISTER): Ditto.
3771 * arch-utils.h (cannot_register_not): Define.
3772 * arch-utils.c (cannot_register_not): Declare.
3773
3774 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3775
3776 * gdbarch.sh: Clarify pre/post default
3777 (INIT_FRAME_PC_FIRST, INIT_FRAME_PC): Multiarch.
3778 * blockframe.c (get_prev_frame): Remove #ifdef from around
3779 INIT_FRAME_PC_FIRST call.
3780 * arch-utils.c (init_frame_pc_noop): Define.
3781 * arch-utils.h (init_frame_pc_noop): Declare.
3782 * config/mips/tm-mips.h (INIT_FRAME_PC_FIRST): Delete.
3783 (INIT_FRAME_PC, mips_init_frame_pc_first): Ditto.
3784 * mips-tdep.c (mips_init_frame_pc_first): Make static.
3785 (mips_gdbarch_init): Initialize init_frame_pc_first.
3786 (mips_dump_tdep): Update.
3787
3788 2001-06-15 Michael Snyder <msnyder@redhat.com>
3789
3790 * infrun.c (context_switch): New function. Abstract the operation
3791 of saving and restoring infrun's state when switching threads.
3792 (handle_inferior_event): Normalize the handling of the 'thread hop'
3793 event (when the wrong thread hits a thread-specific breakpoint,
3794 and we need to solo-step that thread past the breakpoint).
3795 Call keep_going, instead of target_resume. Handle the subsequent
3796 singlestep-trap as a normal event instead of just resuming.
3797
3798 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3799
3800 * arch-utils.c (core_addr_identity): New function. Rename
3801 default_convert_from_func_ptr_addr.
3802 * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Update.
3803 (ADDR_BITS_REMOVE): Define. Default to core_addr_identity.
3804 * defs.h (ADDR_BITS_REMOVE): Delete macro definition.
3805 * config/mips/tm-mips.h (ADDR_BITS_REMOVE): Delete definition.
3806 * mips-tdep.c (mips_addr_bits_remove): Make static.
3807 (mips_gdbarch_init): Initialize addr_bits_remove.
3808
3809 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3810
3811 From 2001-02-26 D.J. Barrow <djbarrow@de.ibm.com>:
3812 * configure.tgt: Add S/390 31 & 64 bit target configuration.
3813 * configure.host: Ditto for host.
3814
3815 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3816
3817 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
3818 (EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
3819 predicate.
3820 * gdbarch.h, gdbarch.c: Regenerate.
3821 * values.c (value_being_returned): Change the reference to
3822 EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.
3823
3824 2001-06-15 Joel Brobecker <brobecker@act-europe.fr>
3825
3826 * MAINTAINERS: Add Paul Hilfinger and Joel Brobecker to the
3827 Write After Approval list.
3828
3829 2001-06-14 Michael Snyder <msnyder@redhat.com>
3830
3831 * remote.c (show_remote_protocol_qSymbol_packet_cmd,
3832 set_remote_protocol_qSymbol_packet_cmd): New functions.
3833 (init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
3834 (remote_check_symbols): New function. Implement qSymbol packet,
3835 allowing target to request symbol lookup service from gdb.
3836 (remote_open_1, remote_async_open_1): Call remote_check_symbols,
3837 allowing symbol lookup from exec_bfd on connection to target.
3838 (remote_new_objfile): New function. Catch new objfile notifications
3839 from shared library module, and call remote_check_symbols.
3840 (_initialize_remote): Hook remote_new_objfile into the shared
3841 library notification chain. Add "set remote symbol-lookup" command.
3842
3843 2001-06-14 Keith Seitz <keiths@redhat.com>
3844
3845 * tracepoint.c (trace_command): We now have tracepoint
3846 events. Get rid of those ugly hooks.
3847 (tracepoint_operation): Likewise.
3848 (trace_pass_command): Likewise.
3849
3850 2001-06-13 Michael Snyder <msnyder@redhat.com>
3851
3852 * gdbthread.h (struct thread_info): Add new fields:
3853 current_line, current_symtab, step_sp, for saved infrun state.
3854 * thread.c (save_infrun_state, load_infrun_state): Save and
3855 restore current_line, current_symtab, and step_sp.
3856 (add_thread): Rather than adding assignments to initialize
3857 the new fields, just use memset (tp, 0, sizeof (*tp).
3858 This way future new fields will not be overlooked.
3859 * infrun.c (handle_inferior_event): Save and restore save_sp,
3860 current_line, and current_symtab when switching threads.
3861
3862 2001-06-13 Elena Zannoni <ezannoni@redhat.com>
3863
3864 * MAINTAINERS: Add Andrew Cagney as co-maintainer of
3865 testsuite/gdb.mi.
3866
3867 2001-06-11 Andrew Cagney <ac131313@redhat.com>
3868
3869 * symtab.c (lookup_symtab_1): Replace basename with lbasename.
3870 (lookup_partial_symtab, file_matches): Ditto.
3871 (make_source_files_completion_list): Ditto.
3872 (make_file_symbol_completion_list): Ditto. Make local char*
3873 variable ``tail'' constant.
3874 (make_source_files_completion_list): Ditto with ``base_name''.
3875 * source.c (open_source_file): Use lbasename. Make ``p'' const
3876 char *.
3877
3878 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
3879
3880 * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
3881 (SLASH_STRING): Remove unused definitions.
3882 * config/i386/xm-cygwin.h: Likewise.
3883
3884 2001-06-12 Andrew Cagney <ac131313@redhat.com>
3885
3886 * ui-out.c (ui_out_list_begin): Add parameter ``id''.
3887 (make_cleanup_ui_out_list_begin_end): Ditto. Open the list.
3888 * ui-out.h: Update declarations.
3889
3890 Mon Jun 11 17:26:43 2001 Andrew Cagney <cagney@b1.cygnus.com>
3891
3892 * source.c (openp): Make parameters ``path'' and ``string''
3893 constant.
3894 (openp): Use alloca to safely duplicate ``string''. Make local
3895 variables ``p'' and ``p1'' constant. Delete char* casts.
3896 * defs.h: Update.
3897
3898 * symtab.c (lookup_symtab_1): Make parameter ``name'' constant.
3899 (lookup_symtab, lookup_partial_symtab): Ditto.
3900 * symtab.h (lookup_symtab, lookup_partial_symtab): Update.
3901
3902 2001-06-11 Andrew Cagney <ac131313@redhat.com>
3903
3904 * ui-out.h (ui_out_table_begin): Make char* parameters constant.
3905 (ui_out_table_header, ui_out_field_int): Ditto.
3906 (ui_out_field_core_addr, ui_out_field_string): Ditto.
3907 (ui_out_field_stream, ui_out_field_fmt): Ditto.
3908 (ui_out_field_skip, ui_out_text, ui_out_message): Ditto.
3909 * ui-out.c (ui_out_table_begin, ui_out_table_header): Update.
3910 (ui_out_field_core_addr, ui_out_field_stream): Update.
3911 (ui_out_field_string, ui_out_field_fmt): Update.
3912 (ui_out_text, ui_out_message): Update.
3913 (append_header_to_list): Make char* parameters constant.
3914 (uo_table_header, uo_table_begin): Ditto.
3915 (uo_field_int, uo_field_skip): Ditto.
3916 (uo_field_string, uo_field_fmt): Ditto.
3917 (uo_text, uo_message): Ditto.
3918
3919 2001-06-11 Eli Zaretskii <eliz@is.elta.co.il>
3920
3921 * completer.c (gdb_completer_loc_break_characters): New variable.
3922 (line_completion_function): If we are completing on locations,
3923 back up the start of word pointer past all characters which can
3924 appear in a location spec.
3925 (location_completer): New function.
3926
3927 * completer.h: Add prototype for location_completer.
3928
3929 * symtab.c (make_source_files_completion_list)
3930 (add_filename_to_list, not_interesting_fname): New functions.
3931 (filename_seen): New function, body extracted from
3932 output_source_filename.
3933 (output_source_filename): Call filename_seen to check if the file
3934 was already printed.
3935 (make_symbol_completion_list): If TEXT includes a
3936 double-quoted string, return an empty list, not NULL.
3937 (make_file_symbol_completion_list): New function, similar to
3938 make_symbol_completion_list but with an additional argument
3939 SRCFILE.
3940
3941 * symtab.h (make_file_symbol_completion_list)
3942 (make_source_files_completion_list): Add prototypes.
3943
3944 * breakpoint.c (_initialize_breakpoint): Make location_completer
3945 be the completion function for all commands which set breakpoints
3946 and watchpoints.
3947 (top-level): #include "completer.h".
3948
3949 * tracepoint.c (_initialize_tracepoint): Make location_completer
3950 be the completion function for the "trace" command.
3951 (top-level): #include "completer.h".
3952
3953 * printcmd.c (_initialize_printcmd): Make location_completer be
3954 the completion function for the "print", "inspect", "call", and
3955 "disassemble" commands.
3956 (top-level): #include "completer.h".
3957
3958 * infcmd.c (_initialize_infcmd): Make location_completer be the
3959 completion function for the "go", "jump", and "until" commands.
3960 (top-level): #include "completer.h".
3961
3962 2001-06-10 Christopher Faylor <cgf@redhat.com>
3963
3964 * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
3965 * utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
3966 * values.c (unpack_double): Remove obsolete check for _MSC_VER.
3967 * defs.h: Ditto.
3968 * m32r-rom.c: Ditto.
3969 * p-exp.y: Ditto.
3970 * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for
3971 faster compilation.
3972 (get_ds_base): Remove _MSC_VER version of this function.
3973 * nindy-share/ttyflush.c: Ditto.
3974 * rdi-share/host.h: Ditto.
3975 * ser-go32.c (dos_readchar): Remove call to obsolete function.
3976 * remote-sim.c (gdb_os_poll_quit): Ditto.
3977 * remote-e7000.c (expect): Remove obsolete #if 0'ed code.
3978
3979 * main.c (captured_main): Eliminate special Cygwin checks.
3980 * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
3981
3982 2001-06-09 Andrew Cagney <ac131313@redhat.com>
3983
3984 * Makefile.in (gdbcmd_h): Add ui_out_h.
3985 (breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
3986 (thread.o, top.o): Ditto.
3987
3988 * ui-out.h (table_begin_ftype): Make string parameters constant.
3989 (table_header_ftype): Ditto.
3990 (field_int_ftype): Ditto.
3991 (field_skip_ftype): Ditto.
3992 (field_string_ftype): Ditto.
3993 (field_fmt_ftype): Ditto.
3994 (text_ftype): Ditto.
3995 (message_ftype): Ditto.
3996 * cli-out.c (cli_table_begin): Ditto.
3997 (cli_table_header): Ditto.
3998 (cli_field_int): Ditto.
3999 (cli_field_skip): Ditto.
4000 (cli_field_string): Ditto.
4001 (cli_field_fmt): Ditto.
4002 (cli_text): Ditto.
4003 (cli_message): Ditto.
4004 (out_field_fmt): Ditto.
4005 * ui-out.c (default_table_begin): Ditto.
4006 (default_table_header): Ditto.
4007 (default_field_int): Ditto.
4008 (default_field_skip): Ditto.
4009 (default_field_string): Ditto.
4010 (default_field_fmt): Ditto.
4011 (default_text): Ditto.
4012 (default_message): Ditto.
4013
4014 2001-06-08 Michael Snyder <msnyder@redhat.com>
4015
4016 * breakpoint.c (delete_breakpoint): Pass mark_inserted to
4017 remove_breakpoint, so that the subsequent test for
4018 bpt->inserted will succeed, and duplicates will be fixed up.
4019
4020 2001-06-08 Per Bothner <per@bothner.com>
4021
4022 * dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
4023
4024 2001-06-07 Keith Seitz <keiths@redhat.com>
4025
4026 * tracepoint.c (tracepoint_opertation): Add ui event
4027 notifications.
4028 (trace_pass_command): Ditto.
4029
4030 2001-06-07 Andrew Cagney <ac131313@redhat.com>
4031
4032 * MAINTAINERS (Write After Approval): Note the entry criteria.
4033 (HP/PA): Jeff Law stepped down
4034
4035 2001-06-07 Jim Blandy <jimb@redhat.com>
4036
4037 * gdbarch.sh: Make sure that '[' doesn't interpret interesting
4038 variable values as operators.
4039
4040 2001-06-07 Keith Seitz <keiths@redhat.com>
4041
4042 * gdb-events.sh: Fix quote escaping which was obsoleted
4043 by last patch.
4044
4045 2001-06-07 Keith Seitz <keiths@redhat.com>
4046
4047 * gdb-events.sh: Make if statements and tests
4048 a little more portable.
4049 Don't use shell's echo command to put strings containing
4050 escaped characeters into a file -- different flavors of /bin/sh
4051 require differnt levels of escaping. Use cat <<EOF instead.
4052 Our internal field separator is a colon. Change all
4053 commands which assume it is a space.
4054
4055 2001-06-06 Mark Kettenis <kettenis@gnu.org>
4056
4057 * lin-lwp.c (struct lwp_info): Add member `resumed'.
4058 (iterate_over_lwps): Make sure we can handle CALLBACK deleting the
4059 LWP it's called for.
4060 (lin_lwp_attach): Mark LWP as resumed to make sure the fake
4061 SIGSTOP is reported.
4062 (resume_clear_callback): New function.
4063 (resume_set_callback): New function.
4064 (lin_lwp_resume): Mark all LWP's that we're going to resume as
4065 resumed, and unmark all others.
4066 (status_callback): Only report a pending wait status if we pretend
4067 that LP has been resumed.
4068 (resumed_callback): New function.
4069 (lin_lwp_wait): Add assertions to check that LWP's are properly
4070 marked as resumed. Partially revert 2001-05-25 patch by Michael
4071 Snyder: do not resume all threads. Add comment explaining the
4072 problems associated with this bit of code.
4073
4074 2001-06-07 Keith Seitz <keiths@redhat.com>
4075
4076 * MAINTAINTERS: Syd Polk is stepping down from
4077 maintaining libgui. I am replacing him.
4078
4079 2001-06-07 Eli Zaretskii <elis@is.elta.co.il>
4080
4081 * config/mips/tm-irix6.h: New file.
4082
4083 * config/mips/irix6.mh: New file.
4084
4085 * config/mips/irix6.mt: New file.
4086
4087 * config/mips/xm-irix6.h: New file.
4088
4089 * config/mips/nm-irix6.h: New file.
4090
4091 * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
4092 disassembler info in tm_print_insn_info as appropriate for the N32
4093 ABI. Force N32 ABI to be the default if the CPU is R8000 or
4094 R10000.
4095
4096 * configure.tgt (mips*-sgi-irix6*): Map to irix6.
4097
4098 * configure.host (mips*-sgi-irix6*): Ditto.
4099
4100 2001-06-07 Andrew Cagney <ac131313@redhat.com>
4101
4102 * gnu-v3-abi.c: Include "gdb_assert.h".
4103 (build_gdb_vtable_type): Replace abort() with gdb_assert().
4104
4105 2001-06-06 Jim Blandy <jimb@redhat.com>
4106
4107 * cp-abi.h: Rearrange code to put documentation comments above the
4108 functions we export. The actual function table itself simply
4109 refers to those functions. Minor doc fixes.
4110
4111 * gdbarch.sh: Changes to effect the following:
4112 * gdbarch.c (initialize_non_multiarch): New function.
4113 * gdbarch.h (initialize_non_multiarch): New declaration.
4114 * arch-utils.c (initialize_current_architecture): For
4115 non-multiarch configurations, call initialize_non_multiarch.
4116
4117 2001-06-06 Andrew Cagney <ac131313@redhat.com>
4118
4119 * symfile.c (compare_psymbols): Replace PTR with void*. Delete
4120 declaration.
4121 (compare_symbols): Ditto.
4122
4123 2001-06-06 Jonathan Larmour <jlarmour@redhat.com>
4124
4125 * arch-utils.c (generic_prepare_to_proceed): Allow for having
4126 stopped due to a Ctrl-C as well as breakpoints.
4127
4128 * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
4129 support thread switches after Ctrl-C.
4130 * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
4131 * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
4132 * m3-nat.c (mach3_prepare_to_proceed): Ditto.
4133
4134 2001-06-06 Jim Blandy <jimb@redhat.com>
4135
4136 * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
4137 per-architecture data should be registered at initialization time,
4138 before any gdbarch objects get used, so the generality is
4139 unnecessary.
4140
4141 2001-06-06 Keith Seitz <keiths@redhat.com>
4142
4143 * gdb-events.sh (function_list): Add tracepoint_create,
4144 tracepoint_delete, and tracepoint_modify events.
4145 * gdb-events.c: Regenerated.
4146 * gdb-events.h: Regenerated.
4147
4148 2001-06-06 Keith Seitz <keiths@redhat.com>
4149
4150 * gdb-events.sh: Update copyrights.
4151 Change free to xfree.
4152 * gdb-events.c: Regenerated.
4153 * gdb-events.h: Regenerated.
4154
4155 2001-06-06 Eli Zaretskii <eliz@is.elta.co.il>
4156
4157 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM
4158 instead of #if HAVE_DOS_BASED_FILE_SYSTEM.
4159 * completer.c: Ditto.
4160 * cli/cli-cmds.c (cd_command): Ditto.
4161
4162 2001-06-04 Eli Zaretskii <eliz@is.elta.co.il>
4163
4164 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
4165 (mips_set_processor_type_command): Remove unused variable j.
4166 (mips_breakpoint_from_pc): Declare breakpoint instruction
4167 sequences as unsigned char, to avoid compiler warnings.
4168
4169 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
4170 instead of system-specific define's like _WIN32 and __MSDOS__.
4171 Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
4172 ROOTED_P.
4173 (top-level): #include "filenames.h".
4174
4175 * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
4176 instead of SLASH_CHAR, ROOTED_P and SLASH_P.
4177 (top-level): #include "filenames.h".
4178
4179 * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
4180 (SLASH_STRING): Define only for _WIN32.
4181
4182 * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
4183 __MSDOS_.
4184
4185 * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
4186 IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace
4187 system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
4188 (top-level): #include "filenames.h".
4189
4190 * go32-nat.c (go32_wait): Change the return value to ptid_t.
4191
4192 * config/djgpp/fnchange.lst: Add two new files in the
4193 gdb/testsuite/gdb.c++/ directory to the remapped names.
4194
4195 * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
4196
4197 2001-06-01 Jim Blandy <jimb@redhat.com>
4198
4199 Expand the gdbarch per-architecture data vector as needed, rather
4200 than requiring that all per-architecture data be registered before
4201 the first gdbarch object is allocated.
4202 * gdbarch.sh: Changes to effect the following:
4203 * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
4204 declarations and definitions.
4205 (check_gdbarch_data): New function, and declaration.
4206 (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
4207 zero is good enough.
4208 (free_gdbarch_data): Tolerate a null data pointer. Free only
4209 those data items gdbarch->data actually has allocated.
4210 (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
4211 (gdbarch_update_p): No need to call init_gdbarch_data.
4212
4213 2001-06-01 Kevin Buettner <kevinb@redhat.com>
4214
4215 * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
4216 on types that we wish to recurse on.
4217 (slot_alignment_is_next_even): New function.
4218 (ia64_push_arguments): Call slot_alignment_is_next_even() to
4219 examine the type in order to decide if it's necessary to skip
4220 an odd slot.
4221
4222 2001-06-01 Michael Snyder <msnyder@redhat.com>
4223
4224 * thread.c (delete_step_resume_breakpoint): New function.
4225 Maintain internal consistency of the thread list while deleting
4226 a step_resume_breakpoint.
4227 * gdbthread.h (delete_step_resume_breakpoint): Export.
4228 * breakpoint.c (bpstat_find_step_resume_breakpoint):
4229 Make thread-aware: don't return a step_resume_breakpoint
4230 for the wrong thread.
4231 * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
4232 instead of delete_breakpoint_current_contents.
4233 (fetch_inferior_event): Ditto.
4234 (handle_inferior_event): Call delete_step_resume_breakpoint
4235 instead of delete_breakpoint.
4236 * infrun.c (handle_inferior_event): After singlestepping over a
4237 thread-specific breakpoint, use currently_stepping() to decide
4238 whether to step or continue.
4239
4240 2001-06-01 Jim Blandy <jimb@redhat.com>
4241
4242 * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
4243 these static --- there's no reason other files should use these.
4244
4245 * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
4246 Fix memory leak.
4247
4248 * partial-stab.h: New complaint: function_outside_compilation_unit.
4249 (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
4250 complain, and don't try to set pst's start address.
4251
4252 2001-05-31 Kevin Buettner <kevinb@redhat.com>
4253
4254 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
4255 match the location at which the kernel is placing the sigcontext
4256 struct.
4257
4258 * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
4259 (refine_prologue_limit): New function.
4260 (examine_prologue): Further limit number of instructions
4261 scanned by calling refine_prologue_limit(). Revise way in
4262 which the end of prologue address is computed for frameless
4263 functions.
4264
4265 2001-05-29 Christopher Faylor <cgf@redhat.com>
4266
4267 * partial-stab.h: Revert previous patch.
4268
4269 2001-05-29 Christopher Faylor <cgf@redhat.com>
4270
4271 * partial-stab.h: Consistently guard against pst being NULL.
4272
4273 2001-05-29 Alexandre Oliva <aoliva@redhat.com>
4274
4275 * symfile.c (compare_psymbols, compare_symbols): Declare using
4276 PTR, as in the definition.
4277 * minsyms.c (compare_minimal_symbols): Likewise.
4278 * coffread.c (find_targ_sec): Likewise.
4279 * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
4280 * mipsread.c (alphacoff_locate_sections): Likewise.
4281 * mdebugread.c (compare_blocks): Likewise.
4282
4283 2001-05-25 Nick Duffek <nsd@redhat.com>
4284
4285 * solib.c (update_solib_list): Move target_resize_to_sections()
4286 into solib_map_sections() loop.
4287 (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
4288 bfd_get_arch_size() fails.
4289
4290 2001-05-25 Nick Duffek <nsd@redhat.com>
4291
4292 * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
4293 solib-osf.o.
4294 * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
4295 with solib-osf.o and solib.o.
4296 * config/alpha/alpha-osf2.mh: Likewise.
4297 * config/alpha/alpha-osf3.mh: Likewise.
4298 * solib-osf.c: New file, renamed and largely rewritten from
4299 osfsolib.c.
4300
4301 2001-05-25 Michael Snyder <msnyder@redhat.com>
4302
4303 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
4304 to consume the SIGSTOP generated by PTRACE_ATTACH.
4305 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
4306 try again to get the SIGSTOP event.
4307 (lin_lwp_wait): Resume all threads when ignoring a signal.
4308 This will insure that newly attached threads get resumed.
4309 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
4310 * remote.c (remote_write_bytes): Update 'p' packet pointer.
4311
4312 2001-05-25 Jim Blandy <jimb@redhat.com>
4313
4314 * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
4315 VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
4316 useful value, then we should fix that instead.
4317
4318 2001-05-24 Nick Duffek <nsd@redhat.com>
4319
4320 * solist.h (struct so_list): Document the requirement that
4321 current_sos initialize some fields to 0.
4322
4323 2001-05-24 Mark Kettenis <kettenis@gnu.org>
4324
4325 * gnu-nat.c: Include <ctype.h>.
4326 (gnu_pid_to_exec_file): Add PID parameter.
4327 (set_sig_thread_cmd): Use PIDGET on return value from
4328 thread_id_to_pid.
4329 (proc_string): Use MERGEPID to construct argument to
4330 pid_to_thread_id.
4331
4332 2001-05-22 Kevin Buettner <kevinb@redhat.com>
4333
4334 * breakpoint.c (breakpoint_address_is_meaningful): New function.
4335 (check_duplicates): Don't compare non-meaningful addresses.
4336
4337 2001-05-22 Michael Snyder <msnyder@redhat.com>
4338
4339 * thread-db.c: Allow for defunct zombie threads.
4340 (attach_thread): Do not attempt to attach zombie thread.
4341 (thread_db_thread_alive): Return false for defunct zombie thread.
4342 (find_new_threads_callback): Don't add defunct zombie thread to list.
4343
4344 2001-05-22 Jim Blandy <jimb@redhat.com>
4345
4346 Add support for the GNU V3 C++ ABI.
4347 (Includes changes by Dan Berlin.)
4348
4349 * gnu-v3-abi.c: New file.
4350 * minsyms.c: #include "value.h" and "cp-abi.h".
4351 (install_minimal_symbols): Check the minimal symbol table for
4352 symbols that look mangled in the V3 style, and select the V3 ABI
4353 if we find any.
4354 * Makefile.in (SFILES): Add gnu-v3-abi.c.
4355 (COMMON_OBS): Add gnu-v3-abi.o.
4356 (gnu-v3-abi.o): Add new rule.
4357 (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
4358
4359 2001-05-21 Jim Blandy <jimb@redhat.com>
4360
4361 * values.c (value_primitive_field): If we're extracting a base
4362 class, then the type of the result should be the base class being
4363 extracted, not the type of which it is a base class.
4364
4365 * value.h (struct value): Doc fix, and rearrange members to place
4366 them near their explanations.
4367
4368 2001-05-21 Michael Snyder <msnyder@redhat.com>
4369
4370 * remote.c (remote_async_wait): Added new variable fieldsize.
4371 Add fieldsize (return value of hex2bin) to string pointer p.
4372
4373 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4374
4375 * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
4376 (m68hc11_analyze_instruction): Update the pc correctly.
4377 (m68hc11_guess_from_prologue): Take into account the stack correction
4378 for the saving address.
4379
4380 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
4381
4382 Changes by Jim Ingham:
4383
4384 * values.c (value_change_enclosing_type): New function. If the
4385 new enclosing type is larger than the old one, we need to allocate
4386 more space.
4387 * value.h: Add value_change_enclosing_type prototype.
4388 * valops.c (value_cast): Use it.
4389 (value_assign): Use it.
4390 (value_addr): Use it.
4391 (value_ind): Use it.
4392 (value_full_object): Use it.
4393
4394 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
4395
4396 * values.c (value_static_field): Handle static fields that have a
4397 constant value.
4398
4399 2001-05-17 Michael Snyder <msnyder@redhat.com>
4400
4401 * blockframe.c (create_new_frame): Zero all the fields via memset,
4402 rather than zeroing them one by one.
4403
4404 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4405
4406 * top.c (user_args): Remove unused declaration.
4407
4408 2001-05-16 Michael Snyder <msnyder@redhat.com>
4409
4410 * infcmd.c (do_registers_info): Move alloca outside of loop.
4411
4412 2001-05-15 John S Kallal <jskallal@home.com>
4413
4414 * remote.c (remote_wait): Added new variable fieldsize.
4415 Add fieldsize (return value of hex2bin) to string pointer p.
4416
4417 2001-05-15 Mark Kettenis <kettenis@gnu.org>
4418
4419 * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
4420 info.bfd_arch_info.
4421
4422 2001-05-14 Kevin Buettner <kevinb@redhat.com>
4423
4424 * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
4425 Adjust format strings for printing LWPs to account for the fact
4426 that the type returned by GET_LWP() is now a long instead of an
4427 int.
4428
4429 2001-05-14 Kevin Buettner <kevinb@redhat.com>
4430
4431 * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
4432 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4433 (ptid_get_tid, ptid_equal): New function declarations.
4434 * infrun.c (null_ptid, minus_one_ptid): New variables.
4435 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4436 (ptid_get_tid, ptid_equal): New functions.
4437 (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
4438 inferior_ptid, and target_last_wait_ptid.
4439
4440 * defs.h (ptid_t): Redefine to be a struct rather than an int.
4441 (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
4442 (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
4443 new ptid accessors and constructor.
4444
4445 * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
4446 MKLID, MKTID, ISTID): Provide new definitions for these macros.
4447 The old macros are retained, but disabled via #if 0 in order
4448 to aid in future restructuring. See FIXME.
4449
4450 * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
4451 * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
4452 * infptrace.c (PIDGET, TIDGET): Likewise.
4453 * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4454 * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4455 * proc-service.c (MERGEPID): Likewise.
4456 * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
4457 * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4458 * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4459 * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
4460 Likewise.
4461 * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
4462 Likewise.
4463
4464 * lin-lwp.c (THREAD_FLAG): Delete macro definition.
4465 (GET_LWP): Redefine in terms of ptid_get_lwp().
4466 (GET_PID): Redefine in terms of ptid_get_pid().
4467 (is_lwp): Redefine without the need for THREAD_FLAG.
4468 (BUILD_LWP): Redefine in terms of ptid_build().
4469 * lin-thread.c (THREAD_FLAG): Delete macro definition.
4470 (GET_LWP): Redefine in terms of ptid_get_lwp().
4471 (GET_PID): Redefine in terms of ptid_get_pid().
4472 (GET_THREAD): Redefine in terms of ptid_get_tid().
4473 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4474 (is_lwp, is_thread): Redefine.
4475 (linux_child_wait, check_all_signal_numbers)
4476 (linuxthreads_discard_global_state, attach_thread): Declare these
4477 functions to squash warnings about missing declarations.
4478 * sol-thread.c (THREAD_FLAG): Delete macro definition.
4479 (GET_PID): Redefine in terms of ptid_get_pid().
4480 (GET_LWP): Redefine in terms of ptid_get_lwp().
4481 (GET_THREAD): Redefine in terms of ptid_get_tid().
4482 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4483 (is_lwp, is_thread): Redefine.
4484 * thread-db.c (THREAD_FLAG): Delete macro definition.
4485 (GET_PID): Redefine in terms of ptid_get_pid().
4486 (GET_LWP): Redefine in terms of ptid_get_lwp().
4487 (GET_THREAD): Redefine in terms of ptid_get_tid().
4488 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4489 (is_lwp, is_thread): Redefine.
4490
4491 * corelow.c (add_to_thread_list, get_core_register_section):
4492 Eliminate hacks needed to prevent regressions when inferior_ptid
4493 wasn't wide enough to hold the core file thread id in the pid
4494 component of inferior_ptid.
4495
4496 2001-05-14 Michael Snyder <msnyder@redhat.com>
4497
4498 * remote.c (hex2bin): Make first argument const.
4499 Require explicit count, don't accept null-terminated str.
4500 (remote_resume, remote_async_resume): White space fix-up.
4501 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
4502
4503 2001-05-13 Mark Kettenis <kettenis@gnu.org>
4504
4505 * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
4506 basename (NAME). The FreeBSD basename returns a pointer to a
4507 static buffer, even if it's simply returning a string identical to
4508 its argument.
4509 (lookup_partial_symtab): Likewise.
4510
4511 2001-05-14 Michael Snyder <msnyder@redhat.com>
4512
4513 * solib.c, solib.h: Add comment for function no_shared_libraries.
4514
4515 2001-05-14 Kevin Buettner <kevinb@redhat.com>
4516
4517 * solib.h (no_shared_libraries): Make declaration match definition
4518 in solib.c.
4519
4520 2001-05-14 Andrew Cagney <ac131313@redhat.com>
4521
4522 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
4523 * solib.h (no_shared_libraries): Declare.
4524
4525 2001-05-12 Andrew Cagney <ac131313@redhat.com>
4526
4527 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
4528 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
4529 user specified values when available.
4530 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
4531 architecture from info.bfd_arch_info.
4532 * gdbarch.c, gdbarch.h: Regenerate.
4533
4534 2001-05-12 Fernando Nasser <fnasser@redhat.com>
4535
4536 * remote-e7000.c (e7000_open): Check for bad baud rate.
4537 * remote-st.c (st2000_open): Ditto.
4538
4539 2001-05-11 Jim Blandy <jimb@redhat.com>
4540
4541 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
4542 and ui_out_tuple_end instead of ui_out_list_begin and
4543 ui_out_list_end.
4544
4545 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
4546 dependencies. Reorder dependencies to match #includes in file,
4547 for easier verification.
4548
4549 Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
4550
4551 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
4552 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
4553 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
4554 * cli/cli-setshow.c: Ditto.
4555 * printcmd.c: Ditto.
4556 * stack.c: Ditto.
4557
4558 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
4559 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
4560 (ui_out_tuple_begin): New function.
4561 (ui_out_tuple_end): New function.
4562 (ui_out_tuple_begin_end): New function.
4563 (make_cleanup_ui_out_list_begin_end): Replace
4564 make_cleanup_ui_out_list_end function.
4565 * ui-out.h (ui_out_list_begin): Update declaration.
4566 (make_cleanup_ui_out_list_begin_end): Replace
4567 make_cleanup_ui_out_list_end declaration.
4568 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
4569 (ui_out_tuple_begin_end): Declare.
4570
4571 2001-05-11 Jim Blandy <jimb@redhat.com>
4572
4573 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
4574
4575 2001-05-11 Andrew Cagney <ac131313@redhat.com>
4576
4577 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
4578 * config/pa/tm-hppa.h: Remove trigraph.
4579 * hp-symtab-read.c (hpread_type_translate): Provide return value.
4580 (hpread_read_struct_type): Remove trigraph. Add parameter in
4581 `warning'.
4582 (hpread_read_array_type): Provide return value.
4583 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
4584 value.
4585 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
4586 trigraph.
4587
4588 2001-05-11 Jim Blandy <jimb@redhat.com>
4589
4590 * mips-tdep.c (mips_store_return_value,
4591 mips_extract_return_value): Pass arguments to
4592 return_value_location in the proper order.
4593
4594 2001-05-11 Andrew Cagney <ac131313@redhat.com>
4595
4596 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
4597 (version.c): Depends on file ``version.in''. Extract version
4598 number from ``version.in'' file.
4599 (clean mostlyclean): Update.
4600 * version.in: New file.
4601 * NEWS: Update.
4602
4603 2001-05-11 Kevin Buettner <kevinb@redhat.com>
4604
4605 * breakpoint.c (set_raw_breakpoint): Add new parameter
4606 representing the breakpoint's type. Adjust all callers.
4607 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
4608 (create_thread_event_breakpoint): Don't test for zero return
4609 value from set_raw_breakpoint(). It can never be zero.
4610 (create_exception_catchpoint, watch_command_1): Move logic
4611 which calculates the breakpoint type prior to the call to
4612 set_raw_breakpoint().
4613
4614 2001-05-11 Fernando Nasser <fnasser@redhat.com>
4615
4616 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
4617 (hardwire_setbaudrate): Set errno to EINVAL and return with error
4618 if the conversion of the baud rate to code fails.
4619
4620 2001-05-10 Andrew Cagney <ac131313@redhat.com>
4621
4622 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
4623 * ui-out.c (struct ui_out_end_cleanup_data): Define.
4624 (do_cleanup_end): New function. Replace do_list_end.
4625 (make_cleanup_ui_out_end): New function.
4626 (make_cleanup_ui_out_begin_end): New function.
4627 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
4628
4629 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4630
4631 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
4632 and make Kevin Buettner (kevinb@redhat.com) the reference person.
4633
4634 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4635
4636 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
4637
4638 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4639
4640 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
4641
4642 Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
4643
4644 * Makefile.in (mi-main.o): Compile with -Werror.
4645
4646 2001-05-10 Michael Snyder <msnyder@redhat.com>
4647
4648 * remote.c (remote_open_1): Call no_shared_libraries, so that
4649 symbols for shared libraries can be reloaded per session.
4650 (remote_async_open_1): Ditto.
4651 * remote.c (bin2hex, hex2bin): New functions. Factor out these
4652 two conversions which are coded for repeatedly in this module.
4653 (remote_threads_extra_info, remote_wait, remote_async_wait,
4654 store_register_using_P, remote_store_registers, remote_write_bytes,
4655 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
4656 of coding the conversions inline.
4657 (fromhex): Not exported, change from extern to static.
4658
4659 2001-05-10 Andrew Cagney <ac131313@redhat.com>
4660
4661 * arch-utils.c (initialize_current_architecture): Delete obsolete
4662 ``info architecture'' command.
4663 (info_architecture): Delete function.
4664
4665 2001-05-10 Andrew Cagney <ac131313@redhat.com>
4666
4667 * TODO (5.1, 5.2): Update.
4668
4669 2001-05-09 Andrew Cagney <ac131313@redhat.com>
4670
4671 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
4672 stuff.
4673
4674 2001-05-10 Keith Seitz <keiths@cygnus.com>
4675
4676 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
4677 and gdbtk-stack.o.
4678 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
4679 (gdbtk-bp.o): New rule.
4680 (gdbtk-register.o): New rule.
4681 (gdbtk-stack.o): New rule.
4682 (gdbtk-cmds.o): Update dependencies.
4683 (gdbtk.o): Ditto.
4684 (gdbtk-hooks.o): Ditto.
4685 (gdbtk-varobj.o): Ditto.
4686
4687 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4688
4689 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
4690 variables, not just unregister them.
4691
4692 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4693
4694 * varobj.c (c_number_of_children): Check for target type of void*,
4695 not the target type name. Allow dereferencing char*.
4696
4697 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4698
4699 * symfile.c (symbol_file_add_main_1): New static function.
4700 Passes the flags arguments to symbol_file_add() and takes care
4701 of any necessary reinitializations.
4702 (symbol_file_command): Call symbol_file_add_main_1() instead of
4703 symbol_file_add().
4704 (symbol_file_add_main): Ditto.
4705
4706 2001-05-09 Kevin Buettner <kevinb@redhat.com>
4707
4708 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
4709 string change in 2001-05-03 changes.
4710 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
4711 changes.
4712
4713 2001-05-09 Kevin Buettner <kevinb@redhat.com>
4714
4715 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
4716 component from inferior_ptid.
4717 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
4718 ptid.
4719
4720 2001-05-09 Elena Zannoni <ezannoni@redhat.com>
4721
4722 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
4723 conditional for help with connections through parallel ports,
4724 given that the actual code for downloading through a parallel port
4725 is not conditionalized.
4726
4727 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
4728 unmaintaned, and probably on its way to obsolescence.
4729
4730 2001-05-09 Mark Kettenis <kettenis@gnu.org>
4731
4732 * i386-tdep.c (i386_frame_saved_pc): New function.
4733 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
4734 i386_frame_saved_pc.
4735 (i386_frame_saved_pc): New prototype.
4736
4737 * i386-tdep.c (i386_register_virtual_type): New function.
4738 (i386_register_convertible): New function.
4739 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
4740 of i386_register_virtual_type.
4741 (REGISTER_CONVERTIBLE): Redefine in terms of
4742 i386_register_convertible.
4743 (i386_register_virtual_type, i386_register_convertible): New
4744 prototypes.
4745
4746 2001-05-08 Jim Blandy <jimb@redhat.com>
4747
4748 * Makefile.in (mn10300-tdep.o): New rule.
4749
4750 * Makefile.in (gdb_string_h): Define. Use it throughout.
4751 Some rules were already using this, even though it isn't defined.
4752
4753 * Makefile.in (obstack_h, target_h): Define; these are already
4754 used elsewhere, but have been expanding to the empty string.
4755 (memattr_h): Define; needed by target_h.
4756
4757 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
4758 static. (This was accidentally omitted from the earlier patch.)
4759
4760 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
4761 (mn10300_gdbarch_init): Register it as the architecture's
4762 dwarf2_reg_to_regnum method.
4763
4764 Correct and expand handling of `movm' instruction, and register
4765 saves in general.
4766 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
4767 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
4768 (enum movm_register_bits): New enum.
4769 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
4770 bits, not hex literals. Handle the `other', `exreg0', and
4771 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
4772 r6, and r7, not r2, r3, r4, and r5.
4773 (saved_regs_size): New function.
4774 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
4775 of computing the same thing inline, incorrectly.
4776
4777 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
4778 dummy_breakpoint_offset; it's zero.
4779
4780 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
4781 stuff out into mn10300_pop_frame_regular, and use
4782 generic_pop_current_frame. This lets us share code, and also
4783 makes this function's prototype match that expected by gdbarch.
4784 Make this function static.
4785 (mn10300_pop_frame_regular): New function.
4786 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
4787 gdbarch's pop_frame method.
4788 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
4789 (mn10300_pop_frame): Delete declaration.
4790
4791 * mn10300-tdep.c (mn10300_saved_pc_after_call,
4792 mn10300_extract_return_value,
4793 mn10300_extract_struct_value_address, mn10300_store_return_value,
4794 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
4795 mn10300_frame_chain, mn10300_skip_prologue,
4796 mn10300_push_arguments, mn10300_push_return_address,
4797 mn10300_store_struct_return, mn10300_frame_saved_pc,
4798 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
4799 Make these functions static; they should only be visible to the
4800 outside world as gdbarch methods.
4801
4802 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
4803 unused declaration.
4804
4805 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
4806 in some rational order.
4807
4808 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
4809 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
4810
4811 Use gdbarch for most target parameters for the MN10300, rather
4812 than the tm-*.h file.
4813 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
4814 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
4815 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
4816 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
4817 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
4818 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
4819 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
4820 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
4821 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
4822 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
4823 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
4824 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
4825 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
4826 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
4827 Delete definitions. We register gdbarch methods for these now.
4828 (struct frame_info, struct type, struct value): Delete forward
4829 declarations of these types; they're no longer necessary, since we
4830 don't have function declarations here any more.
4831 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
4832 some default gdbarch methods.
4833 (mn10300_store_struct_return): Return void, as expected by
4834 gdbarch.
4835 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
4836 as expected by gdbarch.
4837 (mn10300_frame_init_saved_regs): Provide dummy definition for
4838 this, as required by gdbarch.
4839 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
4840 by gdbarch. Register gdbarch methods or values for all the stuff
4841 removed from tm-10300.h, listed above.
4842
4843 2001-05-08 Andrew Cagney <ac131313@redhat.com>
4844
4845 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
4846 cli_list_end.
4847 (cli_ui_out_impl): Update.
4848
4849 * ui-out.c (default_begin, default_end): Replace
4850 default_list_begin and default_list_end.
4851 (default_ui_out_impl): Update.
4852 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
4853 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
4854 ui_out_list_end.
4855 (ui_out_list_begin, ui_out_list_end): New. Compatibility
4856 functions.
4857 (struct ui_out_level): Add field type.
4858 (push_level, pop_level): Update. Add type parameter.
4859
4860 * ui-out.h (enum ui_out_type): Declare.
4861 (ui_out_begin, ui_out_end): Declare.
4862 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
4863 and list_end_ftype.
4864 (struct ui_out_impl): Update.
4865
4866 2001-05-07 Andrew Cagney <ac131313@redhat.com>
4867
4868 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
4869 ``list_flag'' to ``depth''.
4870 * ui-out.c (default_list_begin, default_list_end): Update.
4871 (uo_list_begin, uo_list_end): Update.
4872 (MAX_UI_OUT_LEVELS): Define.
4873 (struct ui_out_level): Define.
4874 (top-level): Include "gdb_assert.h".
4875 (struct ui_out): Add fields ``level'' and ``levels''. Delete
4876 fields ``list_flag'' and ``field_count''.
4877 (ui_out_new): Update.
4878 (verify_field_proper_position): Update.
4879 (current_level, push_level, pop_level): New functions.
4880 (ui_out_list_begin): Use push_level.
4881 (ui_out_list_end): Use pop_level.
4882 (ui_out_field_int): Use current_level.
4883 (ui_out_field_skip): Ditto.
4884 (ui_out_field_fmt): Ditto.
4885
4886 2001-05-08 Michael Snyder <msnyder@redhat.com>
4887
4888 * language.c (longest_local_hex_string_custom): Strlen test is
4889 inverted -- reverse the sense of the test.
4890
4891 2001-05-08 Mark Kettenis <kettenis@gnu.org>
4892
4893 * config/i386/tm-i386v.h (struct frame_info, struct
4894 frame_saved_regs): Remove declarations.
4895 (i386_frame_num_args): Remove prototype.
4896
4897 2001-05-07 Andrew Cagney <ac131313@redhat.com>
4898
4899 * MAINTAINERS: I'm no longer actively maintaining the mn10300
4900 target.
4901
4902 2001-05-04 Andrew Cagney <ac131313@redhat.com>
4903
4904 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
4905 WinGDB.
4906
4907 2001-05-06 Kevin Buettner <kevinb@redhat.com>
4908
4909 * inferior.h (save_inferior_ptid): Declare.
4910 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
4911
4912 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
4913 Delete these functions.
4914 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4915 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4916 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
4917 Likewise.
4918 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
4919 Likewise.
4920 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4921 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4922
4923 * somsolib.c (reset_inferior_ptid): Delete.
4924 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
4925 build the cleanup struct.
4926
4927 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
4928 a cleanup to save/restore inferior_ptid.
4929
4930 2001-05-06 Mark Kettenis <kettenis@gnu.org>
4931
4932 Implement attach/detach for multi-threaded programs on Linux.
4933 * thread-db.c (keep_thread_db): Adjust comment.
4934 (deactivate_target): Removed.
4935 (thread_db_new_objfile): Don't call deactivate_target. Implement
4936 guts of deactivate_target inline instead.
4937 (attach_thread): Call ATTACH_LWP unconditionally if defined.
4938 (thread_db_attach): New function.
4939 (thread_db_detach): Don't call deactivate_target. Do necessary
4940 cleanup inline instead. Set inferior_ptid to LWP corresponding to
4941 the current user-level thread.
4942 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
4943 current user-level thread.
4944 (thread_db_create_inferior): Deactivate target vector if
4945 KEEP_THREAD_DB is zero.
4946 (thread_db_mourn_inferior): Don't call deactivate_target. Do
4947 necessary cleanup inline instead.
4948 (init_thread_db_ops): Initialize to_attach field to
4949 thread_db_attach.
4950 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
4951 (stop_wait_callback): Add prototype.
4952 (init_lwp_list): Add comment about when to re-initialize the LWP
4953 list.
4954 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
4955 Avoid adding publicates to the LWP list. Only mark an LWP as
4956 signalled if it doesn't correspond to a cloned process.
4957 (lin_lwp_attach): Add initial process to the LWP list. Make sure
4958 it's stopped and fake a SIGSTOP.
4959 (detach_callback): New function.
4960 (lin_lwp_detach): Implement.
4961 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
4962 Call child_ops.to_create_inferior directly instead of via
4963 target_beneath local.
4964 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
4965 directly instead of via target_beneath local.
4966
4967 2001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
4968
4969 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
4970 instead of non-portable search for `/'. Use FILENAME_CMP instead
4971 of STREQ, to account for case-insensitive filesystems.
4972 (top-level): #include "filenames.h".
4973
4974 2001-05-05 Jim Blandy <jimb@redhat.com>
4975
4976 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
4977 its address, to decide whether it's a watchpoint or not. Zero
4978 is a valid code address.
4979 (update_breakpoints_after_exec): Admonishing comments.
4980 * breakpoint.h (struct breakpoint): Doc fixes.
4981
4982 * breakpoint.c (check_duplicates): Take a breakpoint object as an
4983 argument, rather than an address and section. All callers changed.
4984
4985 2001-05-03 Kevin Buettner <kevinb@redhat.com>
4986
4987 * defs.h (ptid_t): New typedef.
4988 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
4989
4990 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
4991 blockframe.c, breakpoint.c, breakpoint.h,
4992 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
4993 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
4994 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
4995 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
4996 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
4997 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
4998 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
4999 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
5000 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
5001 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
5002 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
5003 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
5004 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
5005 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
5006 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
5007 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
5008 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
5009 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
5010 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5011 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
5012 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
5013 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
5014 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
5015 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
5016 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
5017 (inferior_pid): Rename to inferior_ptid everywhere - even in
5018 comments and obsolete ports. In cases where this variable
5019 really is supposed to be used as a process id, use PIDGET() to
5020 extract the process id component from inferior_ptid. The
5021 other cases, either involving other variables whose types had
5022 to be changed or functions whose signatures had to changed
5023 are listed separately below.
5024
5025 * arm-linux-nat.c (get_thread_id): Change type of argument
5026 representing a combined process/thread id from ``int'' to
5027 ``ptid_t''. Also change parameter name to ptid.
5028 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
5029 * corelow.c (core_file_thread_alive): Likewise.
5030 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
5031 * defs.h (*target_wait_hook): Likewise.
5032 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
5033 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
5034 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
5035 (gnu_resume): Likewise.
5036 * go32-nat.c (go32_wait, go32_resume): Likewise.
5037 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
5038 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
5039 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
5040 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
5041 (child_thread_alive): Likewise.
5042 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
5043 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
5044 * i386-linux-nat.c (child_resume): Likewise.
5045 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
5046 (store_debug_register, fetch_debug_register_pair)
5047 (store_debug_register_pair, ia64_linux_insert_watchpoint)
5048 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
5049 Likewise.
5050 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
5051 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
5052 (generic_target_write_pc, ptrace_wait, child_resume)
5053 (get_last_target_status): Likewise.
5054 * infptrace.c (ptrace_wait, child_resume): Likewise.
5055 * inftarg.c (child_wait, child_post_wait, child_thread_live)
5056 (child_pid_to_str): Likewise.
5057 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
5058 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
5059 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
5060 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
5061 (lin_lwp_pid_to_str): Likewise.
5062 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
5063 (thread_db_resume, thread_db_wait): Likewise.
5064 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
5065 (linuxthreads_resume, linuxthreads_wait): Likewise.
5066 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
5067 (child_pid_to_str): Likewise.
5068 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
5069 * mac-nat.c (child_wait, child_resume): Likewise.
5070 * mips-tdep.c (mips_read_pc): Likewise.
5071 * monitor.c (monitor_wait, monitor_resume): Likewise.
5072 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
5073 * ppc-bdm.c (bdm_ppc_wait): Likewise.
5074 * procfs.c (do_attach, procfs_wait, procfs_resume)
5075 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
5076 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
5077 (procfs_find_LDT_entry): Likewise.
5078 * regcache.c (read_register_pid, read_signed_register_pid)
5079 (write_register_pid, generic_target_read_pc, read_pc_pid)
5080 (generic_target_write_pc, write_pc_pid): Likewise.
5081 * regcache.h (read_register_pid, read_signed_register_pid)
5082 (write_register_pid): Likewise.
5083 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
5084 * remote-array.c (array_wait, array_resume): Likewise.
5085 * remote-bug.c (bug_wait, bug_resume): Likewise.
5086 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
5087 * remote-eb.c (eb_wait, eb_resume): Likewise.
5088 * remote-es.c (es1800_wait, es1800_resume): Likewise.
5089 * remote-mips.c (mips_wait, mips_resume): Likewise.
5090 * remote-mm.c (mm_wait, mm_resume): Likewise.
5091 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
5092 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
5093 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
5094 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
5095 * remote-sds.c (sds_wait, sds_resume): Likewise.
5096 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
5097 * remote-st.c (st2000_wait, st2000_resume): Likewise.
5098 * remote-udi.c (udi_wait, udi_resume): Likewise.
5099 * remote-vx.c (vx_wait, vx_resume): Likewise.
5100 * remote.c (remote_current_thread, remote_resume, remote_wait)
5101 (remote_async_resume, remote_async_wait, remote_cisco_wait)
5102 (remote_thread_alive): Likewise.
5103 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
5104 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
5105 (solaris_pid_to_str): Likewise.
5106 * symm-nat.c (child_wait, child_resume): Likewise.
5107 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
5108 (debug_to_notice_signals, debug_to_thread_alive)
5109 (normal_target_post_startup_inferior, normal_pid_to_str)
5110 (debug_to_post_startup_inferior): Likewise.
5111 * target.h (to_resume, to_wait, to_post_wait)
5112 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
5113 (to_pid_to_str [all in struct target_ops]): Likewise.
5114 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
5115 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
5116 (attach_thread, detach_thread, thread_db_resume, check_event)
5117 (thread_db_post_startup_inferior, thread_db_thread_alive)
5118 (thread_db_pid_to_str): Likewise.
5119 * thread.c (add_thread, delete_thread, find_thread_pid)
5120 (pid_to_thread_id, in_thread_list, load_infrun_state)
5121 (save_infrun_state, switch_to_thread, restore_current_thread)
5122 (make_cleanup_restore_current_thread): Likewise.
5123 * top.c (target_wait_hook): Likewise.
5124 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
5125 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
5126 (uw_thread_pid_to_str): Likewise.
5127 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
5128 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
5129 (cywin_pid_to_str): Likewise.
5130 * wince.c (child_wait, child_resume, win32_child_thread_alive):
5131 Likewise.
5132 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
5133 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
5134 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5135 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5136 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
5137 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
5138 (procfs_set_watchpoint): Likewise.
5139 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5140 * config/i386/nm-ptx4.h (child_wait): Likewise.
5141 * config/i386/nm-symmetry.h (child_wait): Likewise.
5142 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
5143 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
5144 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
5145 (lin_lwp_attach_lwp): Likewise.
5146 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
5147 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
5148 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
5149 (hppa_pid_or_tid_to_str): Likewise.
5150 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
5151 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5152 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
5153 (procfs_set_watchpoint): Likewise.
5154
5155 * gdbthread.h (thread_id_to_pid): Change return type which
5156 represents a combined process/thread id from ``int'' to
5157 ``ptid_t''.
5158 * gnu-nat.c (gnu_wait): Likewise.
5159 * go32-nat.c (go32_wait): Likewise.
5160 * hpux-thread.c (hpux_thread_wait): Likewise.
5161 * inferior.h (procfs_first_available): Likewise.
5162 * inftarg.c (child_wait): Likewise.
5163 * infttrace.c (ptrace_wait): Likewise.
5164 * lin-lwp.c (lin_lwp_wait): Likewise.
5165 * lin-thread.c (thread_db_wait): Likewise.
5166 * linux-thread.c (linuxthreads_wait): Likewise.
5167 * lynx-nat.c (child_wait): Likewise.
5168 * m3-nat.c (mach_really_wait): Likewise.
5169 * mac-nat.c (child_wait): Likewise.
5170 * monitor.c (monitor_wait): Likewise.
5171 * ppc-bdm.c (bdm_ppc_wait): Likewise.
5172 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
5173 * remote-adapt.c (adapt_wait): Likewise.
5174 * remote-array.c (array_wait): Likewise.
5175 * remote-bug.c (bug_wait): Likewise.
5176 * remote-e7000.c (e7000_wait): Likewise.
5177 * remote-eb.c (eb_wait): Likewise.
5178 * remote-es.c (es1800_wait): Likewise.
5179 * remote-mips.c (mips_wait): Likewise.
5180 * remote-mm.c (mm_wait): Likewise.
5181 * remote-nindy.c (nindy_wait): Likewise.
5182 * remote-os9k (rombug_wait): Likewise.
5183 * remote-rdi.c (arm_rdi_wait): Likewise.
5184 * remote-rdp.c (remote_rdp_wait): Likewise.
5185 * remote-sds.c (sds_wait): Likewise.
5186 * remote-sim.c (gdbsim_wait): Likewise.
5187 * remote-st.c (st2000_wait): Likewise.
5188 * remote-udi.c (udi_wait): Likewise.
5189 * remote-vx.c (vx_wait): Likewise.
5190 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
5191 (remote_cisco_wait): Likewise.
5192 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
5193 Likewise.
5194 * symm-nat.c (child_wait): Likewise.
5195 * target.c (debug_to_wait): Likewise.
5196 * target.h (to_wait [in struct target_ops]): Likewise.
5197 * thread.c (thread_id_to_pid): Likewise.
5198 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
5199 Likewise.
5200 * top.c (*target_wait_hook): Likewise.
5201 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
5202 * v850ice.c (v850ice_wait): Likewise.
5203 * win32-nat.c (child_wait): Likewise.
5204 * wince.c (child_wait): Likewise.
5205 * config/nm-lynx.h (child_wait): Likewise.
5206 * config/i386/nm-ptx4.h (child_wait): Likewise.
5207 * config/i386/nm-symmetry.h (child_wait): Likewise.
5208
5209 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
5210 to wait_ptid and change its type from ``int'' to ``ptid_t''.
5211 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
5212 but rename saved_inferior_pid to saved_inferior_ptid.
5213 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
5214 save_pid to save_ptid.
5215 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
5216 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
5217 saved_inferior_pid to saved_inferior_ptid.
5218 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
5219 * infrun.c (previous_inferior_pid [static global]): Likewise,
5220 but rename to previous_inferior_ptid.
5221 (resume): Likewise, but rename resume_pid to resume_ptid.
5222 (struct execution_control_state): Likewise, but rename
5223 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
5224 and waiton_pid to waiton_ptid.
5225 (target_last_wait_pid): Likewise, but rename to
5226 target_last_wait_ptid.
5227 * infttrace.c (saved_real_pid): Likewise, but rename to
5228 saved_real_ptid.
5229 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
5230 to saved_inferior_ptid.
5231 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
5232 (trap_ptid): Likewise, but renamed from trap_pid.
5233 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
5234 to gdb_ptid.
5235 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
5236 (thread_db_wait): Likewise, but rename ret_pid to retptid.
5237 * procfs.c (procfs_wait): Likewise, for retval whose name
5238 doesn't change. Also, ``temp'' becomes two separate variables,
5239 one named temp_tid (an int) and the other temp_ptid.
5240 (procfs_notice_thread): Likewise (type change) for gdb_threadid
5241 whose name does not change.
5242 * regcache.c (registers_ptid): Likewise, but renamed from
5243 registers_pid.
5244 (read_register_pid, read_signed_register_pid, write_register_pid):
5245 Likewise, but rename save_pid to save_ptid.
5246 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
5247 to saved_inferior_ptid.
5248 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
5249 * sol-thread.c (struct ps_prochandle): Likewise.
5250 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
5251 (sol_thread_wait): Likewise, for rtnval whose name does not
5252 change, and for save_pid which becomes save_ptid.
5253 (solaris_pid_to_str): Likewise for lwp whose name does not change.
5254 (sol_find_new_threads_callback): Likewise, for pid which becomes
5255 ptid.
5256 * target.h (target_resume, target_wait, target_post_wait)
5257 (target_post_startup_inferior, target_notice_signals)
5258 (target_thread_alive): Likewise.
5259 * thread.c (info_threads_command): Likewise, but rename
5260 current_pid to current_ptid.
5261 (struct current_thread_cleanup): Likewise, but rename field
5262 inferior_pid to inferior_ptid.
5263 * thread-db.c (find_new_threads_callback): Likewise, but rename
5264 pid to ptid.
5265 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
5266 change.
5267 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
5268 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
5269 but rename pid to ptid.
5270 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
5271 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
5272 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
5273 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
5274 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
5275 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
5276
5277 * arch-utils.c (generic_prepare_to_proceed): Test for the
5278 "zero" ptid by using ptid_equal() to test to see if variable
5279 in question is the same as null_ptid. This replaces a direct
5280 test against zero.
5281 * cxux-nat.c (add_shared_symbol_files): Likewise.
5282 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
5283 * infcmd.c (run_command): Likewise.
5284 * inflow.c (kill_command): Likewise.
5285 * infttrace.c (call_ttrace): Likewise.
5286 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
5287 * lin-thread.c (thread_db_kill): Likewise.
5288 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
5289 * remote-es.c (es1800_kill): Likewise.
5290 * sol-thread.c (sol_thread_create_inferior): Likewise.
5291 * solib.c (locate_base): Likewise.
5292 * target.c (nosupport_runtime): Likewise.
5293 * thread-db.c (thread_db_wait): Likewise.
5294 * top.c (quit_confirm, quit_force): Likewise.
5295 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
5296
5297 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
5298 Use ptid_equal to compare value of process/thread ids instead of
5299 ``=='' and ``!='' operators.
5300 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
5301 (stop_wait_callback, lin_lwp_wait): Likewise.
5302 * procfs.c (procfs_wait): Likewise.
5303 * regcache.c (read_register_bytes, read_register_gen)
5304 (write_register_gen, read_register, read_register_pid)
5305 (read_signed_register, read_signed_register_pid, write_register)
5306 (write_register_pid, supply_register): Likewise.
5307 * remote-vx.c (vx_resume): Likewise.
5308 * sol-thread.c (sol_thread_wait): Likewise.
5309 * symm-nat.c (kill_inferior): Likewise.
5310 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
5311 (in_thread_list, info_threads_command, switch_to_thread)
5312 (restore_current_thread): Likewise.
5313 * uw-thread (libtread_stub): Likewise.
5314
5315 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
5316
5317 * corelow.c (add_to_thread_list): Convert argument in add_thread()
5318 call to a ptid_t.
5319 * gnu-nat.c (inf_validate_procs): Likewise.
5320 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
5321 * remote.c (record_currthread, remote_threads_info): Likewise.
5322 * win32-nat.c (child_add_thread): Likewise.
5323
5324 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
5325 respectively, to save_inferior_ptid() and restore_inferior_ptid().
5326 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
5327 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
5328 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5329 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5330 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
5331 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5332 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
5333
5334 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
5335 to be passed to target_resume() when all threads should resume.
5336 (resume): Set resume_ptid to RESUME_ALL rather than -1.
5337 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
5338 instead of -1.
5339 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
5340 a ptid_t in target_resume() call.
5341 * osfsolib.c (solib_create_inferior_hook): Likewise.
5342 * solib-svr4.c (solib_create_inferior_hook): Likewise.
5343
5344 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
5345 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
5346 difference being that the 0xffff pattern will be interpreted
5347 as -1.
5348 * lin-thread.c (PIDGET, PIDGET0): Likewise.
5349 * thread-db.c (PIDGET, PIDGET0): Likewise.
5350 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
5351 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
5352 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
5353 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
5354
5355 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
5356 mach_really_wait rather than mach_really__wait.
5357 * lin-thread.c (check_for_thread_event): Fix warning; make function
5358 actually return a value.
5359
5360 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
5361 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
5362 pid to ptid.
5363 * gdbarch.h, gdbarch.c: Regenerated.
5364
5365 2001-05-03 Jonathan Larmour <jlarmour@redhat.com>
5366
5367 * rdi-share/devsw.c: Include <time.h> for struct tm
5368
5369 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5370
5371 * config/djgpp/fnchange.lst: Add mappings for the new
5372 opcodes/openrisc-* files.
5373
5374 2001-05-01 Michael Snyder <msnyder@redhat.com>
5375
5376 * lin-lwp.c: Change printf to fprintf_unfiltered.
5377 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
5378
5379 2001-05-01 Nicholas Duffek <nsd@redhat.com>
5380
5381 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
5382 (rs6000_in_solib_return_trampoline): Declare.
5383 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
5384 function.
5385 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
5386 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
5387 check after the CSECT check rather than before it. Allocate
5388 separate symtabs for CSECTs whose names begin with '@'.
5389 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
5390 Activate the misc_func_recorded mechanism for whose names begin
5391 with '@'.
5392
5393 2001-04-30 J.T. Conklin <jtc@redback.com>
5394
5395 * ppcnbsd-nat.c (fetch_inferior_registers)
5396 (store_inferior_registers, fetch_core_registers): Changed to use
5397 fpreg[] instead of r_regs[] to access floating point registers.
5398
5399 2001-04-30 Elena Zannoni <ezannoni@redhat.com>
5400
5401 * sh-tdep.c: Get rid of the function prototypes.
5402 (sh_sh4_build_float_register_type): Move earlier in file.
5403 (fv_reg_base_num): Ditto.
5404 (dr_reg_base_num): Ditto.
5405
5406 2001-04-30 Michael Snyder <msnyder@redhat.com>
5407
5408 * thread-db.c: Revert 2001-04-26 change for debugging output.
5409 * lin-lwp.c: Ditto.
5410 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
5411 command to turn extra debugging output on / off.
5412
5413 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5414
5415 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
5416 (top-level): #include filenames.h.
5417
5418 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
5419 FILENAME_CMP, to DTRT on non-Posix platforms.
5420 (top-level): #include filenames.h.
5421
5422
5423 2001-04-27 Andrew Cagney <ac131313@redhat.com>
5424
5425 * gdbtypes.c (check_stub_method): Always initialize ``p''.
5426
5427 2001-04-27 Andrew Cagney <ac131313@redhat.com>
5428
5429 * configure.host: Delete romp host.
5430 * TODO: Update.
5431
5432 2001-04-27 Andrew Cagney <ac131313@redhat.com>
5433
5434 * TODO: Updates to 5.1. No more targets to obsolete.
5435
5436 2001-04-27 Don Howard <dhoward@redhat.com>
5437
5438 (Changes from Kevin Buettner, with minor update by Don Howard.)
5439
5440 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
5441 typos in which hexadecimal constants were really intended to be
5442 binary constants.
5443 (i387_tag): Swap logic regarding zero vs non-zero exponents.
5444 * MAINTAINERS (Misc): Added myself to the write-after-approval
5445 list.
5446
5447 2001-04-26 Jim Blandy <jimb@redhat.com>
5448
5449 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
5450
5451 Abstract out operations specific to particular C++ ABI's, and
5452 invoke them through a function table. This removes the C++ ABI
5453 dependencies scattered throughout the code, and allows us to
5454 cleanly add support for new C++ ABI's.
5455 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
5456 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
5457 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
5458 #include "cp-abi.h". These files all use functions now declared
5459 there.
5460 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
5461 Deleted. These services are now provided by functions declared in
5462 cp-abi.h.
5463 * value.h (value_rtti_type, value_virtual_fn_field): Same.
5464 * values.c (value_virtual_fn_field): Same, for this definition.
5465 * valops.c (value_rtti_type): Same.
5466 * c-typeprint.c (c_type_print_base): Use the functions from
5467 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
5468 tests.
5469 * dbxread.c (record_minimal_symbol): Same.
5470 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
5471 virtual_base_index_skip_primaries): Same.
5472 * jv-typeprint.c (java_type_print_base): Same.
5473 * linespec.c (find_methods, decode_line_1): Same.
5474 * symtab.c (gdb_mangle_name): Same.
5475 * Makefile.in (SFILES): Add the new .c files mentioned above.
5476 (cp_abi_h): New variable.
5477 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
5478 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
5479 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
5480 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
5481 dependency on $(cp_abi_h).
5482
5483 2001-04-26 Michael Snyder <msnyder@redhat.com>
5484
5485 * thread-db.c (_initialize_thread_db): Add set/show command
5486 "debug-linux-threads" for debugging output.
5487 * lin-lwp.c (various): Use global "debug_linux_threads to
5488 turn on extra debugging output.
5489 * lin-lwp.c: Minor cleanups in comments.
5490 * target.c (normal_pid_to_str): Get rid of an ancient hack.
5491 * remote.c (remote_pid_to_str): New function for remote target.
5492
5493 2001-04-24 Jim Blandy <jimb@redhat.com>
5494
5495 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
5496 qualifier on C++ references; all references are innately const.
5497
5498 2001-04-20 Mark Kettenis <kettenis@gnu.org>
5499
5500 * event-top.h: Fix formatting.
5501
5502 2001-04-17 Andrew Cagney <ac131313@redhat.com>
5503
5504 * source.c (openp): Obsolete #ifdef MPW code.
5505 (open_source_file): Ditto.
5506 * event-top.c (display_gdb_prompt): Ditto.
5507 * utils.c (query): Ditto.
5508 (init_page_info): Ditto.
5509 (init_page_info): Delete #ifndef MPW.
5510 * top.c (gdb_readline): Ditto.
5511 * mac-xdep.c: Obsolete.
5512 * mac-gdb.r: Obsolete.
5513 * config/powerpc/xm-mpw.h: Obsolete.
5514 * config/xm-mpw.h: Obsolete.
5515 * mpw-make.sed: Obsolete.
5516 * mpw-config.in: Obsolete.
5517 * TODO: Update
5518 * NEWS: Update
5519
5520 2001-04-19 Mark Kettenis <kettenis@gnu.org>
5521
5522 * i386-tdep.c (i386_frameless_function_invocation): New function.
5523 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
5524 in terms of i386_frameless_function_invocation. Adjust comment.
5525 (i386_frameless_function_invocation): New prototype.
5526
5527 2001-04-18 Martin M. Hunt <hunt@redhat.com>
5528
5529 * top.c (gdb_init): Don't call cli_out_new() to
5530 create global uiout if init_ui_hook is set. uiout will
5531 have to be initialized there.
5532
5533 2001-04-18 Andrew Cagney <ac131313@redhat.com>
5534
5535 * arch-utils.c: Include "regcache.h".
5536
5537 2001-04-18 Mark Kettenis <kettenis@gnu.org>
5538
5539 * i386-tdep.c (i386_saved_pc_after_call): New function.
5540 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
5541 of i386_saved_pc_after_call.
5542 (i386_saved_pc_after_call): New prototype.
5543
5544 2001-04-17 Michael Snyder <msnyder@redhat.com>
5545
5546 * i386-nat.c: Fix typo in comment.
5547 * solib.c (no_shared_libraries): New function. Discard all symbols
5548 from shared libraries.
5549 (_initialize_solib): Add command "nosharedlibrary" as complement
5550 to the command "sharedlibrary". Unloads symbols for all solibs.
5551
5552 2001-04-16 Andrew Cagney <ac131313@redhat.com>
5553
5554 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
5555 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
5556 (m68*-est-*, m68*-sony-*, m68*-isi-*):
5557 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
5558 * config/m68k/xm-news.h: Obsolete.
5559 * config/m68k/tm-news.h:
5560 * config/m68k/xm-news1000.h: Obsolete.
5561 * config/m68k/news.mh: Obsolete.
5562 * config/m68k/news.mt: Obsolete.
5563 * config/m68k/nm-news.h: Obsolete.
5564 * config/m68k/news1000.mh: Obsolete.
5565 * news-xdep.c: Obsolete.
5566 * Makefile.in (isi-xdep.o): Obsolete.
5567 (ALLDEPFILES): Delete isi-xdep.c.
5568 (tm-isi.h): Obsolete.
5569 * m68k-tdep.c (altos_skip_prologue): Update comments.
5570 (isi_skip_prologue): Obsolete.
5571 * isi-xdep.c: Obsolete.
5572 * config/m68k/xm-isi.h: Obsolete.
5573 * config/m68k/isi.mh: Obsolete.
5574 * config/m68k/tm-isi.h: Obsolete.
5575 * config/m68k/isi.mt: Obsolete.
5576
5577 * TODO: Update.
5578 * NEWS: Update.
5579
5580 2001-04-17 Michael Snyder <msnyder@redhat.com>
5581
5582 * remote.c (remote_open_1): On opening the remote target, activate
5583 the solib_create_inferior_hook, so that it can detect when the
5584 target loads shared libraries.
5585 (remote_async_open_1): Ditto.
5586
5587 2001-04-17 Michael Snyder <msnyder@redhat.com>
5588
5589 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
5590 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
5591 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
5592 * testsuite/gdb.trace/infotrace.exp: Ditto.
5593 * testsuite/gdb.trace/passcount.exp: Ditto.
5594 * testsuite/gdb.trace/while-stepping.exp: Ditto.
5595
5596 2001-04-17 Michael Snyder <msnyder@redhat.com>
5597
5598 * thread-db.c (check_thread_signals): When looping over all
5599 signals, ignore signal zero.
5600 (disable_thread_signals): Ditto.
5601
5602 2001-04-17 Eirik Fuller <eirik@netapp.com>
5603
5604 * thread.c (do_captured_thread_select): Allow the argument to the
5605 thread command to be an expression rather than a literal integer.
5606
5607 2001-04-17 Mark Kettenis <kettenis@gnu.org>
5608
5609 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
5610 read_memory_unsigned_integer instead of read_memory_integer.
5611
5612 2001-04-16 Kevin Buettner <kevinb@redhat.com>
5613
5614 * solib-aix5.c (map_index_vs_section_name_okay): New function.
5615 (aix5_relocate_main_executable): Don't use file offsets for
5616 determining corresponding sections and map file entries. Call
5617 map_index_vs_section_name_okay() to do this instead.
5618
5619 2001-04-16 Kevin Buettner <kevinb@redhat.com>
5620
5621 * procfs.c (open_with_retry): New function.
5622 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
5623 (proc_get_LDT_entry): Call open_with_retry() instead of open().
5624
5625 2001-04-16 Kevin Buettner <kevinb@redhat.com>
5626
5627 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
5628 comparison against TRAP_HWBKPT constant yet again to account
5629 for the various values used by different kernel versions.
5630
5631 2001-04-16 Daniel Berlin <dan@cgsoftware.com>
5632
5633 * demangle.c (_initialize_demangler): Use xcalloc on the
5634 demangling_style_names, and make it a null terminated array of
5635 names, to avoid a crash.
5636
5637 2001-04-16 Mark Kettenis <kettenis@gnu.org>
5638
5639 * i386-tdep.c (i386_frame_chain): New function.
5640 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
5641 i386_frame_chain.
5642 (i386_frame_chain): New prototype.
5643
5644 2001-04-14 J.T. Conklin <jtc@redback.com>
5645
5646 * target.h (target_ops): Removed to_core_file_to_sym_file vector
5647 function.
5648 * corelow.c (core_ops): Updated for above change.
5649 * gnu-nat.c (core_ops): Likewise.
5650 * inftarg.c (child_ops): Likewise.
5651 * monitor.c (monitor_ops): Likewise.
5652 * ppc-bdm.c (bdm_ppc_ops): Likewise.
5653 * remote-adapt.c (adapt_ops): Likewise.
5654 * remote-bug.c (bug_ops): Likewise.
5655 * remote-e7000.c (e7000_ops): Likewise.
5656 * remote-eb.c (eb_ops): Likewise.
5657 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
5658 * remote-mm.c (mm_ops): Likewise.
5659 * remote-nindy.c (nindy_ops): Likewise.
5660 * remote-nrom.c (nrom_ops): Likewise.
5661 * remote-os9k.c (rombug_ops): Likewise.
5662 * remote-rdp.c (remote_rdp_ops): Likewise.
5663 * remote-sim.c (gdbsim_ops): Likewise.
5664 * remote-st.c (st2000_ops): Likewise.
5665 * v850ice.c (v850ice_ops): Likewise.
5666 * target.c (cleanup_target): Likewise
5667 (update_current_target): Likewise.
5668 (setup_target_debug): Likewise
5669 (debug_to_core_file_to_sym_file): Removed.
5670
5671 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
5672 sets symbol file from information obtained from the core file.
5673 * corelow.c (core_file_to_sym_file): Removed.
5674
5675 2001-04-13 Fernando Nasser <fnasser@redhat.com>
5676
5677 From Adam Mirowski <Adam.Mirowski@Sun.COM>
5678 Fixed Insight on Solaris. It was not possible to debug a process
5679 because of EINTR "errors".
5680 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
5681 with EINTR, retry the call.
5682
5683 2001-04-12 Kevin Buettner <kevinb@redhat.com>
5684
5685 * solib-aix5.c (enum maptype): Delete.
5686 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
5687 member a pointer instead of a statically sized array.
5688 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
5689 array.
5690 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
5691 aix5_find_global_pointer): Search for correct mapping to use
5692 based on file offset instead of knowledge of whether the section
5693 is read-only or read/write.
5694 (aix5_find_gate_addresses): Use the first mapping instead of
5695 the (now defunct) MT_READONLY mapping.
5696
5697 2001-04-12 Nicholas Duffek <nsd@redhat.com>
5698
5699 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
5700 "@".
5701
5702 2001-04-12 Kevin Buettner <kevinb@redhat.com>
5703
5704 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
5705
5706 2001-04-09 Andrew Cagney <ac131313@redhat.com>
5707
5708 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
5709 * config/i386/sun386.mh: Obsolete.
5710 * config/i386/sun386.mt: Obsolete.
5711 * config/i386/xm-sun386.h: Obsolete.
5712 * config/i386/tm-sun386.h: Obsolete.
5713 * config/i386/nm-sun386.h: Obsolete.
5714 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
5715 (sun386-nat.o): Target is obsolete.
5716 * sun386-nat.c: Obsolete.
5717 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
5718 * configure.host (i[3456]86-*-sunos*): Obsolete.
5719 * NEWS: Update.
5720 * TODO: Update.
5721
5722 2001-04-10 J.T. Conklin <jtc@redback.com>
5723
5724 * maint.c: Fix typo in comment.
5725
5726 2001-04-09 Keith Seitz <keiths@cygnus.com>
5727
5728 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
5729
5730 2001-04-08 Kevin Buettner <kevinb@redhat.com>
5731
5732 * fork-child.c (fork_inferior, clone_and_follow_inferior):
5733 Document fact that apparent call to vfork() might actually be
5734 a call to fork() instead.
5735 * ser-pipe.c (pipe_open): Likewise.
5736
5737 2001-04-08 Kevin Buettner <kevinb@redhat.com>
5738
5739 * printcmd.c (print_frame_args): Use a cleanup to invoke
5740 ui_out_list_end() so that the list count nesting flag will
5741 be decremented properly when an error occurs.
5742 * stack.c (print_frame): Likewise.
5743
5744 2001-04-06 J.T. Conklin <jtc@redback.com>
5745
5746 * dcache.c (dcache_write_line): Fixed bugs where cache line was
5747 not written to target correctly.
5748
5749 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
5750 void return value;
5751 * gdbserver/low-nbsd.c: Likewise.
5752 * gdbserver/low-sparc.c: Likewise.
5753 * gdbserver/low-sun3.c: Likewise.
5754
5755 2001-04-06 Geoffrey Keating <geoffk@redhat.com>
5756
5757 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
5758 (PTRACE_DETACH): Don't define.
5759
5760 2001-04-06 David Smith <dsmith@redhat.com>
5761
5762 * arch-utils.c (default_prepare_to_proceed)
5763 (generic_prepare_to_proceed): Added new functions.
5764 * arch-utils.h: New function declarations for
5765 default_prepare_to_proceed() and generic_prepare_to_proceed().
5766 * gdbarch.sh: Added PREPARE_TO_PROCEED.
5767 * gdbarch.c: Regenerated.
5768 * gdbarch.h: Regenerated.
5769 * inferior.h: Added get_last_target_status() declaration.
5770 * infrun.c (get_last_target_status): Added new function.
5771 (handle_inferior_event): Saves last pid and waitstatus, which will
5772 get returned by get_last_target_status().
5773
5774 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
5775 prepare_to_proceed() is potentially redundant since
5776 default_prepare_to_proceed() has been added.
5777 * linux-thread.c (prepare_to_proceed): Ditto.
5778 * lin-lwp.c (prepare_to_proceed): Ditto.
5779 * m3-nat.c (prepare_to_proceed): Ditto.
5780
5781 2001-04-05 Andrew Cagney <ac131313@redhat.com>
5782
5783 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
5784 and powerpc-*-netware* target.
5785 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
5786 Obsolete.
5787 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
5788 (powerpcle-*-solaris*): Obsolete.
5789 * config/powerpc/tm-cygwin.h: Obsolete.
5790 * config/powerpc/cygwin.mt: Obsolete.
5791 * config/powerpc/xm-cygwin.h: Obsolete.
5792 * config/powerpc/cygwin.mh: Obsolete.
5793 * config/powerpc/nm-solaris.h: Obsolete.
5794 * config/powerpc/xm-solaris.h: Obsolete.
5795 * config/powerpc/tm-solaris.h: Obsolete.
5796 * config/powerpc/solaris.mt: Obsolete.
5797 * config/powerpc/tm-ppc-nw.h: Obsolete.
5798 * config/powerpc/ppc-nw.mt: Obsolete.
5799 * TODO: Update.
5800 * NEWS: Update.
5801
5802 2001-04-06 Fernando Nasser <fnasser@redhat.com>
5803
5804 * buildsym.c (record_line): Turn off unused addr bits.
5805
5806 2001-04-06 Fernando Nasser <fnasser@redhat.com>
5807
5808 From David Deephanphongs <deephan@telocity.com>
5809 * inferior.h: Fix declarations of get_inferior_args and
5810 set_inferior_args, which were missing the trailing 's'.
5811
5812 2001-04-05 Jeff Holcomb <jeffh@redhat.com>
5813
5814 * monitor.c (monitor_supply_register): Only report an error if we
5815 don't get a valid value.
5816
5817 2001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
5818
5819 * README: Don't mention gdba.el.
5820
5821 2001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5822
5823 From Jimmy Guo <guo@cup.hp.com>
5824 * top.c (init_main): set prompt if annotation_level>1,
5825 this is necessary when annotation_level is set to 2 via
5826 --annotate=2 command line option.
5827
5828 2001-04-04 Andrew Cagney <ac131313@redhat.com>
5829
5830 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
5831 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
5832 * configure.host (a29k-*-*): Obsolete.
5833 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
5834 ultra3-xdep.c.
5835 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
5836 * config/a29k/tm-ultra3.h: Obsolete.
5837 * config/a29k/ultra3.mt: Obsolete.
5838 * config/a29k/ultra3.mh: Obsolete.
5839 * config/a29k/nm-ultra3.h: Obsolete.
5840 * config/a29k/xm-ultra3.h: Obsolete.
5841 * ultra3-xdep.c: Obsolete.
5842 * ultra3-nat.c: Obsolete.
5843 * config/a29k/a29k-kern.mt: Obsolete.
5844 * NEWS: Update.
5845 * TODO: Update.
5846
5847 Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
5848
5849 * main.c: Remove windows.h use.
5850 (gdbtk_test): Use PATH_MAX for home var calculation.
5851 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
5852 Win32 in colon test.
5853 * ser-tcp.c: Use modern __CYGWIN__ conditional.
5854 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
5855 (openp): Ditto.
5856 * symfile.c (symfile_bfd_open): Ditto.
5857
5858 2001-04-04 Martin M. Hunt <hunt@redhat.com>
5859
5860 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
5861 Handle all stream setup in gdbtk_init
5862
5863 2001-04-04 Mark Kettenis <kettenis@gnu.org>
5864
5865 * i386-tdep.c (i386_extract_return_value): Don't return the return
5866 value of a void function.
5867 (i386_store_return_value): Likewise.
5868
5869 2001-04-03 Andrew Cagney <ac131313@redhat.com>
5870
5871 Obsolete w65-*-* target.
5872 * configure.tgt (w65-*-*): Obsolete.
5873 * config/w65/w65.mt: Obsolete.
5874 * config/w65/tm-w65.h: Obsolete.
5875 * w65-tdep.c: Obsolete.
5876 * NEWS: Update. Fix TiC80 description.
5877 * TODO: Update.
5878
5879 2001-04-03 Andrew Cagney <ac131313@redhat.com>
5880
5881 Obsolete tic80-*-* target.
5882 * configure.tgt (tic80-*-*): Obsolete.
5883 * config/tic80/tic80.mt: Obsolete.
5884 * config/tic80/tm-tic80.h: Obsolete.
5885 * tic80-tdep.c: Obsolete.
5886 * TODO: Update
5887 * NEWS: Update.
5888
5889 2001-04-02 J.T. Conklin <jtc@redback.com>
5890
5891 * remote-mips.c (S_IROTH): Moved definition from here.
5892 * gdb_stat.h (S_IROTH): to here.
5893
5894 * remote.c (remote_protocol_e, remote_protocol_E): Define.
5895 (set_remote_protocol_e_packet_cmd)
5896 (set_remote_protocol_E_packet_cmd)
5897 (show_remote_protocol_e_packet_command)
5898 (show_remote_protocol_E_packet_command): New functions.
5899 (init_all_packet_configs): Initialize remote_protocol_e and
5900 remote_protocol_E.
5901 (remote_resume, remote_async_resume): Support e/E command
5902 packets.
5903 (show_remote_cmd): Show state of remote_protocol_e and
5904 remote_protocol_E.
5905 (_initialize_remote): Add "set remote step-over-range-packet"
5906 and "set remote step-over-range-w-signal-packet" to CLI.
5907
5908 2001-04-01 Andrew Cagney <ac131313@redhat.com>
5909
5910 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
5911 ns32k-utek-*.
5912 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
5913 (umax-xdep.o, ns32km3-nat.o): Obsolete.
5914 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
5915 Obsolete.
5916 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
5917 Obsolete.
5918 * config/ns32k/merlin.mh: Obsolete.
5919 * config/ns32k/merlin.mt: Obsolete.
5920 * config/ns32k/xm-merlin.h: Obsolete.
5921 * config/ns32k/tm-merlin.h: Obsolete.
5922 * config/ns32k/nm-umax.h: Obsolete.
5923 * config/ns32k/umax.mh: Obsolete.
5924 * config/ns32k/umax.mt: Obsolete.
5925 * config/ns32k/xm-umax.h: Obsolete.
5926 * umax-xdep.c: Obsolete.
5927 * config/ns32k/ns32km3.mh: Obsolete.
5928 * config/ns32k/ns32km3.mt: Obsolete.
5929 * config/ns32k/tm-ns32km3.h: Obsolete.
5930 * config/ns32k/xm-ns32km3.h: Obsolete.
5931 * ns32km3-nat.c: Obsolete.
5932 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
5933 (merlin_frame_num_args): Ditto.
5934 * NEWS: Update.
5935 * TODO: Update.
5936
5937 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5938
5939 * config/djgpp/fnchange.lst: Tweak due to
5940 expect/example/chesslib.c.
5941
5942 2001-04-02 Kevin Buettner <kevinb@redhat.com>
5943
5944 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
5945 unsigned int to unsigned long. Also, fix format string.
5946 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
5947 use an undeclared variable. Also, delete declaration and
5948 initialization of ``fp'' because it is otherwise unused.
5949 * remote-bug.c (sleep): Delete declaration.
5950 (bug_store_register, bug_write_memory, bug_read_memory)
5951 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
5952 format statements and cast certain sprintf() arguments to
5953 eliminate warnings.
5954 (bug_load): Likewise for call to printf_filtered().
5955 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
5956 assignment to ``pc''. The necessary assignment is done in
5957 hand_function_call() after the invocation of FIX_CALL_DUMMY().
5958
5959 2001-03-20 Daniel Berlin <dberlin@redhat.com>
5960
5961 * symtab.c (completion_list_add_name): Remove duplicate string checks,
5962 readline already does this, and it's much faster at it, too.
5963
5964 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
5965
5966 * go32-nat.c: Minor tweaks, to pacify the ari script.
5967
5968 2001-04-01 Mark Kettenis <kettenis@gnu.org>
5969
5970 * i386-tdep.c (i386_extract_struct_value_address): New function.
5971 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
5972 in terms of i386_extract_struct_value_address.
5973 (i386_extract_struct_value_address): New prototype.
5974
5975 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
5976 value to `unsigned long'. Change type of `value' to `unsigned
5977 long'.
5978 (i386_linux_dr_set): Change type of second argument to `unsigned
5979 long'.
5980 (i386_linux_dr_set_control): Change type of first argument to
5981 `unsigned long'.
5982 (i386_linux_dr_get_status): Change type of return value to
5983 unsigned long.
5984 * config/i386/nm-linux.h (i386_linux_dr_set_control,
5985 i386_linux_dr_get_status): Adjust prototypes accordingly.
5986
5987 2001-03-31 Kevin Buettner <kevinb@redhat.com>
5988
5989 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
5990 TRAP_HWBKPT constant to match that in the kernel headers for
5991 Linux/IA-64.
5992
5993 2001-03-31 Mark Kettenis <kettenis@gnu.org>
5994
5995 * i386bsd-nat.c: Include "gdb_assert.h".
5996 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
5997 already defined.
5998 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
5999 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
6000 i386bsd_dr_get_status): New functions.
6001 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
6002 (I386_USE_GENERIC_WATCHPOINTS): Define.
6003 Include "i386/nm-i386.h".
6004 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
6005 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
6006 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
6007 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
6008 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
6009 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
6010 ptrace request.
6011 * config.in, configure: Regenerate.
6012
6013 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
6014 register before enabling it by setting the control register.
6015 (i386_remove_aligned_watchpoint): Reset address register after
6016 disabling it by setting the control register.
6017
6018 * i386-tdep.c (i386_extract_return_value): If the type of the
6019 return value is TYPE_STRUCT and the number of fields is one, call
6020 ourselves with TYPE set tp the type of the first field.
6021 (i386_store_return_value): Likewise.
6022 This fixes a problem with returning structs consisting of a single
6023 `float' or `double' on *BSD.
6024
6025 2001-03-30 Mark Kettenis <kettenis@gnu.org>
6026
6027 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
6028 we're absolutely sure we're going to resume it.
6029
6030 * thread-db.c (check_event): Don't report an error if we encounter
6031 a thread creation event for a thread that's already in the thread
6032 list, since that may legitemately happen. Instead only call
6033 attach_thread if it's not already in the thread list.
6034
6035 2001-03-28 Andrew Cagney <ac131313@redhat.com>
6036
6037 * config/pa/xm-hppah.h (malloc): Really delete declaration
6038 (MALLOC_INCOMPATIBLE): Really delete macro.
6039 * cli/cli-cmds.c (apropos_command): Use xcalloc.
6040
6041 2001-03-28 Andrew Cagney <ac131313@redhat.com>
6042
6043 * configure.in (build_warnings): Add -Wuninitialized.
6044 * configure: Regenerate.
6045
6046 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
6047 * sparc-tdep.c (sparc64_push_arguments): Add default case to
6048 switch.
6049 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
6050 expression with if statement.
6051 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
6052 ``stack_size''.
6053 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
6054 (mips_dump_tdep): Fix setting of ef_mips_arch.
6055 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
6056 * dsrec.c (make_srec): Always initialize ``binbuf''.
6057 * monitor.c (monitor_read_memory_single): Do not pass an
6058 uninitialized buffer to monitor_error. Make ``i'' more local.
6059
6060 2001-03-28 Andrew Cagney <ac131313@redhat.com>
6061
6062 * MAINTAINERS: Change ns32k target to ,-Werror.
6063
6064 * ns32k-tdep.c: Include "gdbcore.h"
6065 (flip_bytes): Change first argument to void*. Add forward
6066 declaration.
6067 (sign_extend): Add declaration.
6068 (merlin_frame_num_args): Add final else clause to if-else chain.
6069 (umax_frame_num_args): Ditto.
6070 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
6071 (flip_bytes): Ditto.
6072
6073 2001-03-28 Mark Kettenis <kettenis@gnu.org>
6074
6075 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
6076 config/i386/nm-linux.h (including comment).
6077 (i386_linux_frame_chain): New function implementing guts of the
6078 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
6079 instead of read_memory_integer.
6080 (i386_linux_frame_saved_pc): Removed doc pointing to
6081 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
6082 now lives in this file.
6083 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
6084 i386-linux-tdep.c (including comment).
6085 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
6086 (i386_linux_frame_chain): New prototype.
6087
6088 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
6089 make it work again.
6090 (NUM_FREGS): Redefine to 0.
6091 (NUM_REGS): Redefine as NUM_GREGS.
6092 (i386_register_byte, i386_register_raw_size): Update from
6093 i386-tdep.c. Add comment about their origin.
6094 (regmap, register_u_addr): Take these from i386-linux-nat.c.
6095 (i386_register_u_addr): Removed.
6096
6097 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
6098 fails instead of calling perror_with_name. This should fix
6099 debugging remote i386 targets with a native Linux/x86 GDB. Add
6100 FIXME for this hack.
6101
6102 2001-03-19 J.T. Conklin <jtc@redback.com>
6103
6104 * arch-utils.c (#include "gdbthread.h"): Removed.
6105 (#include "symfile.h"): Removed.
6106 (XMALLOC): Removed unused macro.
6107 * breakpoint.c (tbreak_command): Removed local declaration.
6108 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
6109 Remove duplicate declarations.
6110 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
6111 (remove_solib_event_breakpoints): Fix indentation botch.
6112 * c-typeprint.c (#include "command.h"): Removed.
6113 (#include "gdbcmd.h"): Removed.
6114 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
6115 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
6116 Removed duplicate declarations.
6117 * ch-typeprint.c (#include "command.h"): Removed.
6118 (#include "gdbcmd.h"): Removed.
6119 * corefile.c (#include "frame.h"): Removed
6120 (#include "symfile.h"): Removed.
6121 (#include "language.h"): Removed.
6122 * dbxread.c (#include "command.h"): Removed.
6123 * environ.c (#include "gdbcore.h"): Removed.
6124 * event-loop.c (#include "top.h"): Removed.
6125 * f-typeprint.c (#include "command.h"): Removed.
6126 (#include "gdbcmd.h"): Removed.
6127 (#include "language.h"): Removed.
6128 (#include "typeprint.h"): Removed.
6129 (#include "frame.h"): Removed.
6130 * gdbtypes.h (print_type_scalar): Removed declaration.
6131 * infcmd.c (#include "completer.h"): Removed.
6132 * language.c (#include "frame.h"): Removed.
6133 * m2-typeprint.c (#include "command.h"): Removed.
6134 (#include "gdbcmd.h"): Removed.
6135 (#include "language.h"): Removed.
6136 * m2-valprint.c (#include "valprint.h"): Removed.
6137 * p-typeprint.c (#include "command.h"): Removed.
6138 (#include "gdbcmd.h"): Removed.
6139 * p-valprint.c (#include "typeprint.h"): Removed.
6140 * parse.c (#include "linespec.h"): Removed.
6141 * regcache.c (#include "frame.h"): Removed.
6142 * remote.c (#include "frame.h"): Removed.
6143 (getpkt_sane): Make static.
6144 * source.c (#include "completer.h"): Removed.
6145 * stack.c (#include "symfile.h"): Removed.
6146 (#include "objfiles.h"): Removed.
6147 * symfile.c (#include "completer.h"): Removed.
6148 * tracepoint.c (#include "completer.h"): Removed.
6149 * values.c (#include "frame.h"): Removed.
6150 * varobj.c (#include "valprint.h"): Removed.
6151 * wrapper.c (#include "frame.h"): Removed.
6152
6153 * memattr.c (create_mem_region): Removed unused variable.
6154 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
6155
6156 2001-03-27 Nick Clifton <nickc@redhat.com>
6157
6158 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
6159
6160 2001-03-27 Kevin Buettner <kevinb@redhat.com>
6161
6162 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
6163 of free().
6164
6165 2001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
6166
6167 * TODO (Cleanups): Remove the item about converting docs to GFDL.
6168
6169 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6170
6171 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
6172 type of ``bundle'' from unsigned char * to char *.
6173 (ia64_get_saved_register): Use alloca() to allocate register
6174 buffers.
6175
6176 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
6177
6178 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6179
6180 * proc-utils.h (procfs_ctl_t): New typedef.
6181 * proc-api.c (write_with_trace): Change type of ``opcode'' from
6182 long to procfs_ctl_t. Don't assume that the target has defined
6183 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
6184 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
6185 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
6186 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
6187 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
6188 Conditionally define as appropriate for AIX/non-AIX systems. Use
6189 these defines/typedefs as appropriate elsewhere in file.
6190 (struct procinfo): Change type of saved_sigset and saved_sighold
6191 from sigset_t to gdb_sigset_t. Make saved_exitset and
6192 saved_entryset pointer variables. Add two new fields, num_syscalls
6193 and syscall_names.
6194 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
6195 (sysset_t_size, sysset_t_alloc): New functions.
6196 (load_syscalls, free_syscalls, find_syscall): New functions for
6197 platforms which define DYNAMIC_SYSCALLS.
6198 (create_procinfo): Call load_syscalls.
6199 (destroy_one_procinfo): Call free_syscalls.
6200 (GDBRESET): Don't define twice.
6201 (proc_modify_flag): Change type of operation code array `arg'
6202 from long to procfs_ctl_t.
6203 (proc_stop_process, proc_wait_for_stop, proc_run_process)
6204 (proc_set_traced_signals, proc_set_traced_faults)
6205 (proc_set_traced_sysentry, proc_set_traced_sysexit)
6206 (proc_set_held_signals, proc_clear_current_fault)
6207 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
6208 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
6209 (proc_set_traced_sysentry): Dynamically allocate variable sized
6210 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
6211 (proc_set_traced_sysexit): Dynamically allocate variable
6212 sized struct gdb_proc_ctl_pcsexit. Also, free it at
6213 function exit.
6214 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
6215 for reading the sysset_t struct on AIX5.
6216 (procfs_debug_inferior): Don't assume that SYS_exit will be
6217 defined. Add new code for finding certain syscalls on AIX5.
6218 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
6219 (syscall_is_lwp_create): New functions.
6220 (procfs_wait): Restructured code which checks for certain
6221 system calls to use the new syscall_is_... functions.
6222 (procfs_notice_signals): Account for the fact that saved_entryset
6223 and saved_exitset in struct procinfo are now pointers.
6224
6225 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6226
6227 * symtab.c (find_pc_sect_line): Revise method used for finding
6228 the ending pc.
6229
6230 2001-03-26 Mark Kettenis <kettenis@gnu.org>
6231
6232 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
6233 i386_linux_sigtramp_saved_sp): Make static.
6234 (i386_linux_frame_saved_pc): New function based on the old
6235 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
6236 of read_memory_integer.
6237 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
6238 (i386_linux_sigtramp_saved_pc): Remove prototype.
6239 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
6240 (i386_linux_frame_saved_pc): New prototype.
6241
6242 2001-03-26 Andrew Cagney <ac131313@redhat.com>
6243
6244 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
6245 * TODO (GDB 5.1 - Cleanups): Update.
6246
6247 2001-03-26 Andrew Cagney <ac131313@redhat.com>
6248
6249 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
6250 HAVE_VFORK.
6251
6252 2001-03-26 Mark Kettenis <kettenis@gnu.org>
6253
6254 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
6255
6256 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
6257 functions.
6258 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
6259 (STORE_STRUCT_RETURN): Redefine in terms of
6260 i386_store_struct_return.
6261 (i386_push_arguments, i386_store_struct_return): New prototypes.
6262 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
6263 definition was identical to the definition in "i386/tm-i386.h" so
6264 the new definition should suffice too.
6265
6266 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
6267
6268 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
6269 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
6270
6271 * config/djgpp/djconfig.sh: Add copyright notice.
6272
6273 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
6274 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
6275 (top level) <string.h>: Include gdb_string.h instead.
6276 (dos_noop, dos_raw, dos_noflush_set_tty_state)
6277 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
6278
6279 * go32-nat.c (go32_create_inferior): Move the declaration of
6280 `environ' to here from the top level.
6281 (top level) <_initialize_go32_nat>: Remove redundant prototype.
6282 <gdb_string.h>: Include it instead of string.h.
6283 (store_register): Call register_buffer instead of accessing
6284 registers[] directly.
6285 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
6286 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
6287 the function names at the start of the line.
6288 (go32_set_dr): Throw internal_error if the argument is not a valid
6289 debug register number.
6290 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
6291 (go32_wait, go32_xfer_memory, go32_files_info)
6292 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
6293
6294 2001-03-25 Jim Blandy <jimb@redhat.com>
6295
6296 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
6297
6298 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6299
6300 From Andrew Cagney <ac131313@redhat.com>
6301
6302 * coffread.c: Include "gdb_assert.h".
6303 (coff_symtab_read): Cast the integer s_sclass to a long before
6304 casting it to a pointer.
6305
6306 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6307
6308 From Andrew Cagney <ac131313@redhat.com>
6309
6310 * coffread.c (coff_symtab_read): Initialize
6311 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
6312 the ``.ef'' info.
6313 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
6314
6315 2001-03-23 Andrew Cagney <ac131313@redhat.com>
6316
6317 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
6318 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
6319 multi-arch.
6320
6321 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
6322 * gdbarch.h, gdbarch.c: Re-generate.
6323
6324 * target.h (SOFTWARE_SINGLE_STEP_P)
6325 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
6326
6327 2001-03-23 Andrew Cagney <ac131313@redhat.com>
6328
6329 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
6330 * gdbarch.h, gdbarch.c: Regenerate.
6331
6332 * regcache.h (regcache_read, regcache_write): Declare.
6333 (registers, register_valid, register_buffer): Add note that these
6334 interfaces are deprecated.
6335
6336 * regcache.c: Include "gdb_assert.h".
6337 (legacy_write_register_gen): Rename write_register_gen.
6338 (legacy_read_register_gen): Rename read_register_gen.
6339 (regcache_read, regcache_write): New function.
6340 (read_register_gen, write_register_gen): New function.
6341 (write_register): Simplify. Use write_register_gen.
6342 (read_register): Ditto using read_register_gen.
6343 (read_signed_register): Ditto.
6344 (read_register_bytes): Ditto!!!!
6345 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
6346 replaced by gdbarch_register_read.
6347
6348 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
6349 deprecate.
6350
6351 2001-03-23 Jim Blandy <jimb@redhat.com>
6352
6353 Fix from Dan Berlin:
6354
6355 * stabsread.c (read_cpp_abbrev): Properly construct the names of
6356 virtual function table pointer fields.
6357
6358 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6359
6360 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
6361 xmrealloc): Move existing declarations to the one place and
6362 re-order to be consistent.
6363 (xmcalloc, xmfree): Declare.
6364 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
6365 declaration.
6366
6367 * utils.c (size_t): Delete #ifdef defining size_t.
6368 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
6369 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
6370 corresponding malloc, realloc, calloc.
6371 (mfree): Call free directly.
6372 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
6373 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
6374 function bodies to here.
6375 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
6376
6377 2001-03-23 Andrew Cagney <ac131313@redhat.com>
6378
6379 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
6380 ``shell_file'' static locals.
6381
6382 * jv-lang.c (java_link_class_type): Initialize ``field'' and
6383 ``method''.
6384
6385 * jv-valprint.c (java_value_print): Initialize ``next_element''.
6386
6387 2001-03-23 Mark Kettenis <kettenis@gnu.org>
6388
6389 * config/i386/nm-i386.h: Fix formatting and change reference to
6390 i386-tdep.c to i386-nat.c.
6391
6392 2001-03-23 David Smith <dsmith@redhat.com>
6393
6394 * configure.in: Corrected spelling errors.
6395 * configure: Regenerated.
6396
6397 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6398
6399 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
6400
6401 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6402
6403 * Makefile.in (NTSSTART): Delete.
6404 (NTSOBS): Delete.
6405 (kdb): Delete target.
6406 * kdb-start.c, stuff.c: Mark as obsolete.
6407 * NEWS: Update.
6408
6409 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6410
6411 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
6412 compiles using an ISO-C compiler.
6413 (MALLOC_INCOMPATIBLE): Ditto.
6414 * linespec.c (decode_line_1): Delete hack to work around
6415 HPPA_COMPILER_BUG.
6416
6417 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6418
6419 * exec.c (xfer_memory): Always initialize section.
6420 * infrun.c (normal_stop): Always initialize source_flag.
6421
6422 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6423
6424 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
6425 non-use of a continue address and typical use of ``q'' packet.
6426
6427 2001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
6428
6429 Make DJGPP use the new unified support for hardware
6430 breakpoints and watchpoints on x86 targets:
6431
6432 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
6433 include nm-i386.h instead.
6434 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
6435 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
6436 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
6437 (target_stopped_data_address, target_insert_watchpoint)
6438 (target_remove_watchpoint, target_insert_hw_breakpoint)
6439 (target_remove_hw_breakpoint): Don't define.
6440 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
6441 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
6442 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
6443 functions from go32-nat.c.
6444
6445 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
6446
6447 * go32-nat.c <top level>: Remove prototypes for watchpoint-
6448 related functions. Remove definitions of watchpoint-related
6449 macros.
6450 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
6451 private cleanup_dregs function.
6452 (cleanup_dregs, go32_insert_watchpoint)
6453 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
6454 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
6455 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
6456 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
6457 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
6458
6459 2001-03-21 Kevin Buettner <kevinb@redhat.com>
6460
6461 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
6462 than two instead of generating an error.
6463
6464 2001-03-21 Jim Blandy <jimb@redhat.com>
6465
6466 * cp-valprint.c: Reformat to bring into line with GNU coding
6467 standards.
6468
6469 2001-03-21 Mark Kettenis <kettenis@gnu.org>
6470
6471 Make Linux use the new unified support for hardware breakpoints
6472 and watchpoints on x86 targets.
6473 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
6474 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
6475 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
6476 appropriate value if not already defined.
6477 (register_u_addr): New function.
6478 (kernel_u_size): New function.
6479 (i386_linux_dr_get, i386_linux_dr_set): New functions.
6480 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
6481 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
6482 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
6483 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
6484 (TARGET_HAS_HARDWARE_WATCHPOINTS,
6485 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
6486 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
6487 target_remove_watchpoint): Remove macros.
6488 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
6489 i386_remove_watchpoint): Remove prototypes.
6490 (register_u_addr): New prototype.
6491 (REGISTER_U_ADDR): Define in terms of register_u_addr.
6492 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
6493 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
6494 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
6495 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
6496 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
6497 i386-nat.o.
6498
6499 2001-03-21 Jim Blandy <jimb@redhat.com>
6500
6501 Fix from Dan Berlin:
6502
6503 * linespec.c (find_methods): Whitespace differences aren't
6504 significant in *un*mangled method names. Use strcmp_iw to compare
6505 them, not STREQ.
6506
6507 2001-03-21 Andrew Cagney <ac131313@redhat.com>
6508
6509 * gdbarch.sh: Allow a non- multi-arch target to override a
6510 predicate.
6511 * gdbarch.h: Regenerate.
6512
6513 2001-03-21 Andrew Cagney <ac131313@redhat.com>
6514
6515 * gdbarch.sh: Avoid use of ``!''.
6516
6517 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6518
6519 * target.h (enum target_signal): Move definition from here.
6520 * defs.h (enum target_signal): To here.
6521
6522 * config/arc/tm-arc.h (arc_software_single_step): Change type of
6523 first parameter to enum target_signal.
6524 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
6525 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
6526 * rs6000-tdep.c (rs6000_software_single_step): Update.
6527
6528 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6529
6530 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
6531 already defined.
6532
6533 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
6534 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
6535 or a reference ('a') can be in a pseudo register.
6536 * infcmd.c (do_registers_info): Must take into account the pseudo
6537 registers to print their value.
6538 (registers_info): Likewise.
6539 * stack.c (frame_info): Likewise.
6540 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
6541
6542 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
6543
6544 Unified support for hardware breakpoints and watchpoints on
6545 x86 targets:
6546
6547 * config/i386/nm-i386.h: New file.
6548
6549 * config/i386/nm-i386.h: (i386_cleanup_dregs)
6550 (i386_insert_watchpoint, i386_remove_watchpoint)
6551 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
6552 (i386_stopped_data_address, i386_insert_hw_breakpoint)
6553 (i386_remove_hw_breakpoint): Declare prototypes.
6554 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
6555 Define if not already defined.
6556 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
6557 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
6558 (target_insert_watchpoint, target_remove_watchpoint)
6559 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
6560 to call the appropriate i386_* functions.
6561
6562 * i386-nat.c: New file.
6563
6564 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
6565 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
6566 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
6567 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
6568 (maint_show_dr): New variables.
6569 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
6570 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
6571 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
6572 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
6573 (i386_stopped_data_address, i386_stopped_by_hwbp)
6574 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
6575 functions.
6576 (_initialize_i386_nat): New function.
6577 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
6578 `show-debug-regs', sets maint_show_dr to non-zero value and
6579 activates debugging print-outs in functions which insert, remove,
6580 and test watchpoints and hardware breakpoints.
6581
6582 * Makefile.in (i386-nat.o): New target.
6583 (ALLDEPFILES): Add i386-nat.o.
6584
6585 2001-03-21 Mark Kettenis <kettenis@gnu.org>
6586
6587 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
6588 appropriate comment.
6589
6590 2001-03-20 Kevin Buettner <kevinb@redhat.com>
6591
6592 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
6593 thread-db.o, and lin-lwp.o for thread support instead of
6594 linux-thread.o and lin-thread.o.
6595 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
6596 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
6597 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
6598 (lin_lwp_attach_lwp): Declare.
6599
6600 2001-03-20 Jim Blandy <jimb@redhat.com>
6601
6602 Fix from Dan Berlin:
6603
6604 * Makefile.in: Clean up dependencies on ../include/demangle.h.
6605 (demangle_h): New variable.
6606 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
6607
6608 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6609
6610 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
6611 * breakpoint.c (bpstat_stop_status): Update.
6612 * infrun.c (handle_inferior_event): Ditto.
6613 * mips-tdep.c (mips_dump_tdep): Ditto.
6614 * infrun.c (resume): Ditto.
6615 * infptrace.c (child_resume): Ditto.
6616 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6617 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6618 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6619 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6620 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6621 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6622 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6623
6624 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6625
6626 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
6627 with internal_error.
6628
6629 2001-03-20 Jim Blandy <jimb@redhat.com>
6630
6631 Fix from Dan Berlin:
6632
6633 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
6634 than asking for sym_class's type; that's circuitous. Remove
6635 sym_class, since the last use of it is gone.
6636
6637 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
6638
6639 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
6640 Correct the order of calls to ui_out_field_string and
6641 ui_out_list_begin when bs->old_val is NULL.
6642
6643 2001-03-19 Kevin Buettner <kevinb@redhat.com>
6644
6645 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
6646 * configure: Regenerate.
6647 * config.in: Regenerate.
6648 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
6649
6650 2001-03-19 Kevin Buettner <kevinb@redhat.com>
6651
6652 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
6653 same line to avoid problems with Unixware 7's make when building
6654 a cross debugger.
6655
6656 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6657
6658 * defs.h (malloc): Move declaration from here.
6659 * utils.c (malloc): To here.
6660 * config/pa/xm-hppah.h (malloc): Delete declaration.
6661
6662 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
6663 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
6664 (hpread_quick_traverse): Ditto.
6665 * infttrace.c (create_thread_info): Ditto.
6666 (kill_inferior): Ditto.
6667 * gnu-nat.c (make_inf): Ditto, and don't check return value.
6668 * procfs.c (proc_update_threads): Ditto.
6669 * valprint.c (print_decimal_chars): Ditto.
6670 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
6671 malloc and sprintf.
6672 * remote-rdp.c (rdp_set_command_line): Ditto.
6673
6674 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6675
6676 * defs.h (realloc): Move declaration from here.
6677 * utils.c (realloc): To here.
6678 * config/pa/xm-hppah.h (realloc): Delete declaration.
6679 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
6680 * symfile.c (add_filename_language): Ditto.
6681 * event-loop.c (create_file_handler): Ditto.
6682
6683 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6684
6685 * defs.h (free): Move declaration from here.
6686 * utils.c (free): To here.
6687 (xfree): Document as the only call to free().
6688 * config/pa/xm-hppah.h (free): Delete declaration.
6689
6690 2001-03-19 Kevin Buettner <kevinb@redhat.com>
6691
6692 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
6693 this list.
6694
6695 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6696
6697 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
6698 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
6699 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
6700
6701 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6702
6703 * TODO: List known problems with TUI.
6704
6705 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6706
6707 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
6708 gdb.hp).
6709
6710 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6711
6712 * remote.c (remote_cisco_section_offsets): Do not cast result from
6713 bfd_get_section_name.
6714 (compare_sections_command): Ditto.
6715 (remote_cisco_section_offsets): Make ``p'' a const pointer.
6716 (compare_sections_command): Ditto for ``sectname''.
6717
6718 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6719
6720 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6721 * valops.c (hand_function_call): Simplify computation of the
6722 address of the pushed argument.
6723
6724 2001-03-17 Andrew Cagney <ac131313@redhat.com>
6725
6726 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
6727 Code copied from c-exp.y.
6728
6729 2001-03-18 Kevin Buettner <kevinb@redhat.com>
6730
6731 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
6732 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
6733 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
6734 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
6735 of the Solaris procfs testing section. Instead, group with...
6736 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
6737 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
6738 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
6739 * configure: Regenerate.
6740 * config.in: Regenerate.
6741
6742 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
6743 new configure macros to choose which (if any) code to
6744 compile in. Added code to explicitly handle *BSD systems;
6745 these systems were previously handled only through macro
6746 redefinition. Also, due to the way the autoconf tests are set
6747 up, this function will no longer return a non-zero value when
6748 GDB is configured as a cross debugger. I.e, cross debuggers
6749 will no longer be able to "accidentally" get the host system's
6750 link map offsets.
6751
6752 2001-03-18 Kevin Buettner <kevinb@redhat.com>
6753
6754 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
6755 line to avoid build problem on NetBSD 1.4.
6756
6757 2001-03-17 Michael Chastain <chastain@redhat.com>
6758
6759 * win32-nat.c (child_attach): check args for NULL before passing
6760 to strtoul. This fixes PR gdb/43.
6761
6762 2001-03-17 Mark Kettenis <kettenis@gnu.org>
6763
6764 * i387-nat.h: Doc Fix.
6765
6766 * i386-tdep.c: Fix formatting.
6767 (i386_get_frame_setup, i386_follow_jump, codestream_read,
6768 codestream_seek, codestream_fill, skip_trampoline_code,
6769 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
6770 prototypoes.
6771
6772 2001-03-17 Mark Kettenis <kettenis@gnu.org>
6773
6774 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
6775 no longer used. Also remove associated FIXME.
6776
6777 2001-03-16 Andrew Cagney <ac131313@redhat.com>
6778
6779 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
6780 not generate macro wrappers for multi-arch functions or
6781 predicates.
6782 (class_is_info_p, class_is_predicate_p): Update.
6783 (class_is_function_p, class_is_variable_p): Ditto.
6784 (class_is_multiarch_p): New class function.
6785
6786 2001-03-16 J.T. Conklin <jtc@redback.com>
6787
6788 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
6789 h8300_frame_args_address from frame_args_address.
6790 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
6791 from frame_locals_address.
6792 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
6793 from print_register_hook.
6794 (h8300_frame_args_address): Declare.
6795 (h8300_frame_find_saved_regs): Declare.
6796 (h8300_frame_locals_address): Declare.
6797 (h8300_frame_saved_pc): Declare.
6798 (h8300_pop_frame): Declare.
6799 (h8300_print_register_hook): Declare.
6800 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
6801 (h8300_frame_args_address): Renamed from frame_args_address.
6802 (h8300_frame_locals_address): Renamed from frame_locals_address.
6803 (h8300_pop_frame): Renamed from pop_frame.
6804 (h8300_print_register_hook): Renamed from print_register_hook.
6805
6806 2001-03-16 Kevin Buettner <kevinb@redhat.com>
6807
6808 * solib-svr4.c (bfd_lookup_symbol): Change type of
6809 ``storage_needed'' from unsigned int to long in order to
6810 match return type of bfd_get_symtab_upper_bound() and
6811 bfd_get_dynamic_symtab_upper_bound().
6812 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
6813 REASONABLE_LIMIT hack which had been added to work around this
6814 problem.
6815
6816 2001-03-15 Kevin Buettner <kevinb@redhat.com>
6817
6818 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
6819 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
6820 to free() with calls to xfree().
6821 (bfd_lookup_symbol): Eliminate use of PTR.
6822 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
6823
6824 2001-03-15 Martin Hunt <hunt@redhat.com>
6825
6826 * linespec.c (decode_line_1): Remove trailing quote
6827 when parsing double quotes.
6828
6829 2001-03-15 Kevin Buettner <kevinb@redhat.com>
6830
6831 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
6832 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
6833 argument in the to_xfer_memory calls.
6834
6835 2001-03-15 Andrew Cagney <ac131313@redhat.com>
6836
6837 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
6838 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
6839
6840 2001-03-15 Andrew Cagney <ac131313@redhat.com>
6841
6842 * wince.c (child_xfer_memory): Add attrib parameter.
6843 * symm-nat.c (child_xfer_memory): Ditto.
6844 * mac-nat.c (child_xfer_memory): Ditto.
6845 * infttrace.c (child_xfer_memory): Ditto.
6846 * procfs.c (procfs_xfer_memory): Ditto.
6847 * lin-thread.c (thread_db_xfer_memory): Ditto.
6848 * gnu-nat.c (gnu_xfer_memory): Ditto.
6849
6850 2001-03-14 Andrew Cagney <ac131313@redhat.com>
6851
6852 * NEWS: Mention that Harris/CXUX m88k is obsolete.
6853
6854 2001-03-13 Andrew Cagney <ac131313@redhat.com>
6855
6856 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
6857 to regcache functions.
6858 * config/m68k/tm-m68k.h: Ditto.
6859 * config/i386/tm-i386v.h: Ditto.
6860 * config/mcore/tm-mcore.h: Ditto.
6861 * config/m88k/tm-m88k.h: Ditto.
6862 * config/m68k/tm-news.h: Ditto.
6863 * config/m68k/tm-linux.h: Ditto.
6864 * config/m68k/tm-delta68.h: Ditto.
6865 * config/m68k/nm-sun3.h: Ditto.
6866 * config/m32r/tm-m32r.h: Ditto.
6867 * config/i386/tm-symmetry.h: Ditto.
6868 * config/i386/tm-sun386.h: Ditto.
6869 * config/i386/tm-i386.h: Ditto.
6870 * config/i386/nm-symmetry.h: Ditto.
6871 * config/i386/nm-sun386.h: Ditto.
6872 * config/i386/nm-ptx4.h: Ditto.
6873 * config/i386/nm-i386mach.h: Ditto.
6874 * config/h8500/tm-h8500.h: Ditto.
6875 * config/h8300/tm-h8300.h: Ditto.
6876 * config/fr30/tm-fr30.h: Ditto.
6877 * config/d30v/tm-d30v.h: Ditto.
6878 * config/arm/tm-arm.h: Ditto.
6879 * config/arc/tm-arc.h: Ditto.
6880 * config/alpha/tm-alpha.h: Ditto.
6881 * config/a29k/tm-vx29k.h: Ditto.
6882 * config/a29k/tm-a29k.h: Ditto.
6883 * config/w65/tm-w65.h: Ditto.
6884 * config/vax/tm-vax.h: Ditto.
6885 * config/v850/tm-v850.h: Ditto.
6886 * config/tic80/tm-tic80.h: Ditto.
6887 * config/sparc/tm-sparclite.h: Ditto.
6888 * config/sparc/tm-sparclet.h: Ditto.
6889 * config/sparc/tm-sparc.h: Ditto.
6890 * config/sparc/nm-sun4sol2.h: Ditto.
6891 * config/sparc/nm-sun4os4.h: Ditto.
6892 * config/sparc/nm-nbsd.h: Ditto.
6893 * config/powerpc/nm-solaris.h: Ditto.
6894 * config/pa/tm-hppao.h: Ditto.
6895 * config/pa/tm-hppa.h: Ditto.
6896 * config/pa/nm-hppab.h: Ditto.
6897 * config/ns32k/tm-umax.h: Ditto.
6898 * config/ns32k/tm-merlin.h: Ditto.
6899 * config/nm-m3.h: Ditto.
6900 * config/nm-gnu.h: Ditto.
6901
6902 2001-03-14 Andrew Cagney <ac131313@redhat.com>
6903
6904 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
6905 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
6906 Specify an m88k target. Include sample GAWK script to generate
6907 target list. Delete non-existant romp target.
6908 * TODO (GDB 5.1 - Cleanups): Update.
6909
6910 2001-03-14 Keith Seitz <keiths@cygnus.com>
6911
6912 * linespec.c (decode_line_1): Skip argptr over a leading
6913 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
6914
6915 2001-03-14 Kevin Buettner <kevinb@redhat.com>
6916
6917 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
6918
6919 2001-03-13 Andrew Cagney <ac131313@redhat.com>
6920
6921 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
6922 * m3-nat.c: Ditto.
6923 * p-lang.h: Ditto.
6924 * printcmd.c (printf_command): Ditto.
6925 * ch-exp.c (match_integer_literal): Ditto.
6926 * scm-tags.h: Ditto.
6927 * ser-go32.c: Ditto.
6928 * hppa-tdep.c (unwind_command): Ditto.
6929 * defs.h (volatile): Delete macro definition. Assume __STDC__.
6930 * remote-adapt.c (volatile): Ditto.
6931 * remote-eb.c (volatile): Ditto.
6932 * remote-mm.c (volatile): Ditto.
6933 * defs.h (alloca): Assume __STDC__, declare returning void *.
6934
6935 2001-03-08 Andrew Cagney <ac131313@redhat.com>
6936
6937 * inferior.h (ARCH_NUM_REGS): Delete definition.
6938 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
6939 * regcache.c (registers_changed): Ditto.
6940 (registers_fetched): Ditto.
6941 * infptrace.c (fetch_inferior_registers): Ditto.
6942 (store_inferior_registers): Ditto.
6943 * infcmd.c (do_registers_info): Ditto.
6944 (registers_info): Ditto.
6945 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
6946 (old_store_inferior_registers): Ditto.
6947 * gdbserver/low-linux.c (register_addr): Ditto.
6948 * gdbserver/low-hppabsd.c (register_addr): Ditto.
6949 * core-aout.c: Don't include "inferior.h".
6950 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
6951 (register_addr): Ditto.
6952
6953 2001-03-13 Fernando Nasser <fnasser@redhat.com>
6954
6955 From Steven Johnson <sjohnson@neurizon.net>
6956 * cli/cli-script.c (define_command): Fix setting of post hooks.
6957
6958 2001-03-13 Mark Kettenis <kettenis@gnu.org>
6959
6960 * i386-linux-tdep.c: Fix formatting and clarify comments.
6961 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
6962 where appropriate.
6963
6964 2001-03-12 Andrew Cagney <ac131313@redhat.com>
6965
6966 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
6967 (proc_update_sc): Use gdb_assert instead of assert.
6968 (proc_abort): Ditto.
6969 (inf_set_step_thread): Ditto.
6970 (gnu_wait): Ditto.
6971 (S_exception_raise_request): Ditto.
6972 (gnu_terminal_init_inferior): Ditto.
6973
6974 2001-03-09 Kevin Buettner <kevinb@redhat.com>
6975
6976 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
6977 (solib-legacy.o): New makefile target.
6978 * solib-legacy.c: New file.
6979 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6980 (default_svr4_fetch_link_map_offsets): Delete.
6981 (set_solib_svr4_fetch_link_map_offsets): Declare.
6982 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
6983 * solib-svr4.c (elf/common.h): Include.
6984 (link.h): Only include for SunOS shared library support.
6985 (_SYSCALL32): Don't define.
6986 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
6987 (default_svr4_fetch_link_map_offsets): Made static; added forward
6988 declaration.
6989 (fetch_link_map_offsets): New static global.
6990 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
6991 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
6992 of what used to be in this function now reside in
6993 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
6994 (open_symbol_file_object): Fix declaration in SunOS section
6995 of the code.
6996 (set_solib_svr4_fetch_link_map_offsets): New extern function.
6997 (init_fetch_link_map_offsets): New static function.
6998 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
6999 under multiarch control.
7000
7001 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
7002 list.
7003 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
7004 * config/arm/linux.mt (TDEPFILES): Likewise.
7005 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
7006 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
7007 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7008 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
7009 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
7010 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
7011 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7012 * config/i386/linux.mt (TDEPFILES): Likewise.
7013 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7014 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7015 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
7016 * config/i386/ptx4.mh (XDEPFILES): Likewise.
7017 * config/i386/sun386.mt (TDEPFILES): Likewise.
7018 * config/ia64/linux.mt (TDEPFILES): Likewise.
7019 * config/m68k/linux.mt (TDEPFILES): Likewise.
7020 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
7021 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7022 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
7023 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
7024 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
7025 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
7026 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7027 * config/powerpc/linux.mt (TDEPFILES): Likewise.
7028 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7029 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
7030 * config/sh/linux.mt (TDEPFILES): Likewise.
7031 * config/sparc/linux.mt (TDEPFILES): Likewise.
7032 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7033 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7034 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
7035 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
7036 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
7037
7038 2001-03-09 Kevin Buettner <kevinb@redhat.com>
7039
7040 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
7041
7042 2001-03-09 Andrew Cagney <ac131313@redhat.com>
7043
7044 * MAINTAINERS (Write After Approval): Update Philip Blundell.
7045
7046 2001-03-09 Keith Seitz <keiths@cygnus.com>
7047
7048 * MAINTAINERS: Add myself to write after approval list.
7049
7050 2001-03-09 Mark Kettenis <kettenis@gnu.org>
7051
7052 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
7053 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
7054
7055 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7056
7057 * configure.host (m88*-harris-cxux*): Mark as obsolete.
7058 * configure.tgt: Ditto.
7059 * config/m88k/xm-cxux.h: Ditto.
7060 * config/m88k/tm-cxux.h: Ditto.
7061 * config/m88k/nm-cxux.h: Ditto.
7062 * config/m88k/cxux.mt: Ditto.
7063 * config/m88k/cxux.mh: Ditto.
7064
7065 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7066
7067 * Makefile.in: Delete rules for obsolete files.
7068
7069 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
7070
7071 * stack.c (parse_frame_specification): For one argument case,
7072 handle the situation where the argument is an integer, not an
7073 address -- arguably the most common case. This matters on
7074 targets where pointers and addresses are different.
7075
7076 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7077
7078 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
7079 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
7080 general.
7081
7082 2001-03-07 Andrew Cagney <ac131313@redhat.com>
7083
7084 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
7085 with SID on Solaris 8.
7086
7087 2001-03-07 Mark Kettenis <kettenis@gnu.org>
7088
7089 * defs.h: Provide prototypes for floatformat_is_negative,
7090 floatformat_is_nan and floatformat_mantissa.
7091 * utils.c: Include "gdb_assert.h".
7092 (floatformat_is_negative): New function.
7093 (floatformat_is_nan): New function.
7094 (floatformat_mantissa): New function.
7095 * valprint.c: Include "floatformat.h".
7096 (print_floating): Get rid of the Linux-specific
7097 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
7098 help these new functions. Print NaN's in a format conforming to
7099 ISO C99.
7100
7101 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7102
7103 * top.c (init_main): Make `set history file name' complete on file
7104 names.
7105
7106 2001-03-06 J.T. Conklin <jtc@redback.com>
7107
7108 * Makefile.in (LINTFLAGS): Update to contain all of the macros
7109 which define include paths used when compiling.
7110
7111 * util.c (savestring, msavestring): Change type of length argument.
7112 * defs.h (savestring, msavestring): Update to match.
7113
7114 * symtab.h (decode_line_1): Removed declaration.
7115
7116 * symfile.c (#include <assert.h>): Removed.
7117
7118 * arch-utils.c (#include <ctype.h>): Removed.
7119 * c-typeprint.c: Likewise.
7120 * dbxread.c: Likewise.
7121 * gdbtypes.c: Likewise.
7122 * target.c: Likewise.
7123 * os9kread.c: Likewise.
7124
7125 * c-valprint.c (#include "demangle.h"): Removed.
7126 * ch-typeprint.c: Likewise.
7127 * eval.c: Likewise.
7128 * f-typeprint.c: Likewise.
7129 * f-valprint.c: Likewise.
7130 * m2-typeprint.c: Likewise.
7131 * typeprint.c: Likewise.
7132 * p-typeprint.c: Likewise.
7133 * valarith.c: Likewise.
7134 * valprint.c: Likewise.
7135
7136 * m2-typeprint.c (#include "gdb_string.h"): Removed.
7137 * nlmread.c: Likewise.
7138
7139 * mdebugread.c (#include "gdb-stabs.h"): Removed.
7140 * minsyms.c: Likewise.
7141 * mipsread.c: Likewise.
7142 * nlmread.c: Likewise.
7143
7144 * m2-typeprint.c (#include "obstack.h"): Removed.
7145 * m2-valprint.c: Likewise.
7146
7147 * event-loop.c (#include <setjmp.h>): Removed.
7148
7149 2001-03-06 Stan Shebs <shebs@apple.com>
7150
7151 * MAINTAINERS: Remove self from specific maintenance domains
7152 (macos, gdbserver, documentation, testsuite).
7153
7154 2001-03-06 Kevin Buettner <kevinb@redhat.com>
7155
7156 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
7157 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
7158 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
7159 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
7160 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
7161 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
7162 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
7163 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
7164 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
7165 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
7166 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
7167 coff-solib.h, coffread.c, command.h, complaints.c,
7168 complaints.h, completer.c, completer.h,
7169 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
7170 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
7171 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
7172 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
7173 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
7174 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
7175 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
7176 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
7177 config/arm/nm-linux.h, config/arm/tm-arm.h,
7178 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
7179 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
7180 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
7181 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
7182 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
7183 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
7184 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
7185 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
7186 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
7187 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
7188 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
7189 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
7190 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
7191 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
7192 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
7193 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
7194 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
7195 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
7196 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
7197 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
7198 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
7199 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
7200 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
7201 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
7202 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
7203 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
7204 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
7205 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
7206 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
7207 config/i960/tm-i960.h, config/i960/tm-mon960.h,
7208 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
7209 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
7210 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
7211 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
7212 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
7213 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
7214 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
7215 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
7216 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
7217 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
7218 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
7219 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
7220 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
7221 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
7222 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
7223 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
7224 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
7225 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
7226 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
7227 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
7228 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
7229 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
7230 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
7231 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
7232 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
7233 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
7234 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
7235 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
7236 config/mips/nm-irix5.h, config/mips/nm-mips.h,
7237 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
7238 config/mips/tm-embed.h, config/mips/tm-embed64.h,
7239 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
7240 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
7241 config/mips/tm-mips.h, config/mips/tm-mips64.h,
7242 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
7243 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
7244 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
7245 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
7246 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
7247 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
7248 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
7249 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
7250 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
7251 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
7252 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
7253 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
7254 config/nm-sysv4.h, config/none/nm-none.h,
7255 config/none/tm-none.h, config/none/xm-none.h,
7256 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
7257 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
7258 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
7259 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
7260 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
7261 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
7262 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
7263 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
7264 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
7265 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
7266 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
7267 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
7268 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
7269 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
7270 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
7271 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
7272 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
7273 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
7274 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
7275 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
7276 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
7277 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
7278 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
7279 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
7280 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
7281 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
7282 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
7283 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
7284 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
7285 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
7286 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
7287 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
7288 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
7289 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
7290 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
7291 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
7292 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
7293 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
7294 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
7295 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
7296 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
7297 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
7298 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
7299 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
7300 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
7301 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
7302 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
7303 gdbserver/low-sim.c, gdbserver/low-sparc.c,
7304 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
7305 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
7306 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
7307 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
7308 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
7309 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
7310 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
7311 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
7312 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
7313 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
7314 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
7315 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
7316 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
7317 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
7318 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
7319 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
7320 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
7321 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
7322 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
7323 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
7324 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
7325 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
7326 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
7327 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
7328 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
7329 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
7330 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
7331 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
7332 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
7333 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
7334 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
7335 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
7336 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
7337 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
7338 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
7339 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
7340 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
7341 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
7342 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
7343 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
7344 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
7345 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
7346 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
7347 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
7348 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
7349 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
7350 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
7351 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
7352 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
7353 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
7354 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
7355 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
7356 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
7357 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
7358 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
7359 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
7360 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
7361 notices.
7362
7363 2001-03-05 Kevin Buettner <kevinb@redhat.com>
7364
7365 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
7366 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
7367 macros.
7368 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
7369 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
7370 (sys/fault.h, sys/select.h): Test for presence of these
7371 header files.
7372 (ia64-*-aix*): Define NEW_PROC_API for this host.
7373 * configure: Regenerate.
7374 * config.in: Regenerate.
7375
7376 * configure.host (ia64-*-aix*): New host.
7377 * configure.tgt (ia64-*-aix*): New target.
7378
7379 2001-03-05 Andrew Cagney <ac131313@redhat.com>
7380
7381 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
7382
7383 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
7384
7385 * wince.c: Change realloc to xrealloc throughout.
7386 (handle_load_dll): Use void * rather than PTR in argument.
7387
7388 2001-03-04 Andrew Cagney <ac131313@redhat.com>
7389
7390 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
7391 * ocd.c (ocd_xfer_memory): Ditto.
7392 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
7393 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
7394 buildable with ,-Werror.
7395
7396 * Makefile.in (symfile_h): Define.
7397 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
7398 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
7399 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
7400 ,-Werror.
7401
7402 * dsrec.c (make_srec): Fix internal_error fmt arg.
7403 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
7404
7405 2001-03-03 Kevin Buettner <kevinb@redhat.com>
7406
7407 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
7408 as an lvalue.
7409
7410 2001-03-02 Andrew Cagney <ac131313@redhat.com>
7411
7412 * MAINTAINERS (paper trail): Update.
7413
7414 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
7415
7416 2001-03-02 Andrew Cagney <ac131313@redhat.com>
7417
7418 From 2001-03-01 Tom Rix <trix@redhat.com>:
7419 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
7420 parameter to mn10200_analyze_prologue.
7421
7422 * config/mn10200/tm-mn10200.h: Include "regcache.h".
7423 * MAINTAINERS: Document that mn10200-elf target is buildable.
7424
7425 2001-03-02 Kevin Buettner <kevinb@redhat.com>
7426
7427 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
7428 from here...
7429 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
7430 (MONTEREY): Don't define.
7431 (AIX5): Define.
7432
7433 2001-03-02 Matt Hiller <hiller@redhat.com>
7434
7435 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
7436
7437 2001-03-02 Kevin Buettner <kevinb@redhat.com>
7438
7439 * sparc-nat.c (sparc-nat.c): Don't include self.
7440
7441 2001-03-01 J.T. Conklin <jtc@redback.com>
7442
7443 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
7444 if __CYGWIN32__ is set from here.
7445 * config/i386/xm-cygwin.h: To here.
7446 * config/powerpc/xm-cygwin.h: To here.
7447
7448 * i386-stub.c (handle_exception): Use 'T' response packet.
7449
7450 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7451
7452 * m32r-tdep.c: Fix cut and paste error in comment.
7453
7454 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7455
7456 * symtab.c (print_msymbol_info): Print addresses by portable method
7457 longest_local_hex_string_custom. Allow for 64-bit addresses.
7458
7459 2001-03-01 J.T. Conklin <jtc@redback.com>
7460
7461 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
7462 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
7463 (MIN_OF_TYPE): Likewise.
7464
7465 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
7466
7467 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7468
7469 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
7470 * os9kread.c (os9k_process_one_symbol): Add assert to detect
7471 ``loses if sizeof (char *) > sizeof (int)''.
7472
7473 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7474
7475 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
7476
7477 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7478
7479 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
7480 lists.
7481 (mi-main.o): Ditto.
7482
7483 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7484
7485 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
7486 dependency lists.
7487
7488 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7489
7490 * printcmd.c (print_address_numeric): Update comments to refer
7491 to sizeof addr, not sizeof pointer.
7492 (x_command): Remove needless whitespace (shorten long line).
7493
7494 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
7495 (read_memory_nobpt): Ditto.
7496 (ep_is_catchpoint): Ditto.
7497 (ep_is_shlib_catchpoint): Ditto.
7498 (ep_is_exception_catchpoint): Ditto.
7499 (describe_other_breakpoints): Ditto.
7500
7501 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
7502
7503 * regcache.h (register_valid): Fix comment documenting valid
7504 states.
7505
7506 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
7507
7508 From Steven Johnson:
7509 * regcache.h: New file.
7510
7511 * value.h (read_register_bytes, read_register_gen)
7512 (write_register_gen, write_register_bytes)
7513 (read_register, read_register_pid)
7514 (read_signed_register, read_signed_register_pid)
7515 (write_register, write_register_pid)
7516 (register_cached, set_register_cached)
7517 (register_changed, register_buffer)
7518 (registers_changed, supply_register): Move declaration from here.
7519 * regcache.h: To here.
7520 * gdbcore.h (registers_fetched): Ditto.
7521 * inferior.h (registers, registers_valid): Ditto.
7522
7523 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
7524 generic_target_write_pc, write_pc_pid, write_pc,
7525 generic_target_read_sp, read_sp, generic_target_write_sp,
7526 write_sp, generic_target_read_fp, read_fp,
7527 generic_target_write_fp, write_fp): Add note that these functions
7528 will be moved from this file.
7529
7530 * a29k-tdep.c: Include "regcache.h".
7531 * a68v-nat.c: Ditto.
7532 * abug-rom.c: Ditto.
7533 * alpha-nat.c: Ditto.
7534 * alpha-tdep.c: Ditto.
7535 * alphabsd-nat.c: Ditto.
7536 * arc-tdep.c: Ditto.
7537 * arm-linux-nat.c: Ditto.
7538 * arm-linux-tdep.c: Ditto.
7539 * arm-tdep.c: Ditto.
7540 * blockframe.c: Ditto.
7541 * core-aout.c: Ditto.
7542 * core-sol2.c: Ditto.
7543 * corelow.c: Ditto.
7544 * cpu32bug-rom.c: Ditto.
7545 * cxux-nat.c: Ditto.
7546 * d10v-tdep.c: Ditto.
7547 * d30v-tdep.c: Ditto.
7548 * dbug-rom.c: Ditto.
7549 * dink32-rom.c: Ditto.
7550 * dve3900-rom.c: Ditto.
7551 * findvar.c: Ditto.
7552 * fr30-tdep.c: Ditto.
7553 * frame.c: Ditto.
7554 * go32-nat.c: Ditto.
7555 * h8300-tdep.c: Ditto.
7556 * h8500-tdep.c: Ditto.
7557 * hp300ux-nat.c: Ditto.
7558 * hppa-tdep.c: Ditto.
7559 * hppab-nat.c: Ditto.
7560 * hppah-nat.c: Ditto.
7561 * hppam3-nat.c: Ditto.
7562 * hpux-thread.c: Ditto.
7563 * i386-linux-nat.c: Ditto.
7564 * i386-linux-tdep.c: Ditto.
7565 * i386-tdep.c: Ditto.
7566 * i386aix-nat.c: Ditto.
7567 * i386b-nat.c: Ditto.
7568 * i386bsd-nat.c: Ditto.
7569 * i386gnu-nat.c: Ditto.
7570 * i386ly-tdep.c: Ditto.
7571 * i386m3-nat.c: Ditto.
7572 * i386mach-nat.c: Ditto.
7573 * i386nbsd-nat.c: Ditto.
7574 * i386v4-nat.c: Ditto.
7575 * i387-nat.c: Ditto.
7576 * i387-tdep.c: Ditto.
7577 * i960-tdep.c: Ditto.
7578 * ia64-aix-nat.c: Ditto.
7579 * ia64-linux-nat.c: Ditto.
7580 * ia64-tdep.c: Ditto.
7581 * infptrace.c: Ditto.
7582 * infrun.c: Ditto.
7583 * irix4-nat.c: Ditto.
7584 * irix5-nat.c: Ditto.
7585 * lin-lwp.c: Ditto.
7586 * lin-thread.c: Ditto.
7587 * lynx-nat.c: Ditto.
7588 * m3-nat.c: Ditto.
7589 * m32r-rom.c: Ditto.
7590 * m32r-tdep.c: Ditto.
7591 * m68hc11-tdep.c: Ditto.
7592 * m68k-tdep.c: Ditto.
7593 * m68klinux-nat.c: Ditto.
7594 * m68knbsd-nat.c: Ditto.
7595 * m68knbsd-tdep.c: Ditto.
7596 * m88k-nat.c: Ditto.
7597 * m88k-tdep.c: Ditto.
7598 * mac-nat.c: Ditto.
7599 * mcore-rom.c: Ditto.
7600 * mcore-tdep.c: Ditto.
7601 * mi/mi-main.c: Ditto.
7602 * mips-nat.c: Ditto.
7603 * mips-tdep.c: Ditto.
7604 * mipsm3-nat.c: Ditto.
7605 * mipsv4-nat.c: Ditto.
7606 * mn10200-tdep.c: Ditto.
7607 * mn10300-tdep.c: Ditto.
7608 * monitor.c: Ditto.
7609 * ns32km3-nat.c: Ditto.
7610 * ns32knbsd-nat.c: Ditto.
7611 * ocd.c: Ditto.
7612 * pa64solib.c: Ditto.
7613 * ppc-bdm.c: Ditto.
7614 * ppc-linux-nat.c: Ditto.
7615 * ppc-linux-tdep.c: Ditto.
7616 * ppcbug-rom.c: Ditto.
7617 * ppcnbsd-nat.c: Ditto.
7618 * ptx4-nat.c: Ditto.
7619 * regcache.c: Ditto.
7620 * remote-adapt.c: Ditto.
7621 * remote-array.c: Ditto.
7622 * remote-bug.c: Ditto.
7623 * remote-e7000.c: Ditto.
7624 * remote-eb.c: Ditto.
7625 * remote-es.c: Ditto.
7626 * remote-est.c: Ditto.
7627 * remote-hms.c: Ditto.
7628 * remote-mips.c: Ditto.
7629 * remote-mm.c: Ditto.
7630 * remote-nindy.c: Ditto.
7631 * remote-os9k.c: Ditto.
7632 * remote-rdi.c: Ditto.
7633 * remote-rdp.c: Ditto.
7634 * remote-sds.c: Ditto.
7635 * remote-sim.c: Ditto.
7636 * remote-st.c: Ditto.
7637 * remote-udi.c: Ditto.
7638 * remote-utils.c: Ditto.
7639 * remote-vx.c: Ditto.
7640 * remote-vx29k.c: Ditto.
7641 * remote-vx68.c: Ditto.
7642 * remote-vx960.c: Ditto.
7643 * remote-vxmips.c: Ditto.
7644 * remote-vxsparc.c: Ditto.
7645 * remote.c: Ditto.
7646 * rom68k-rom.c: Ditto.
7647 * rs6000-nat.c: Ditto.
7648 * rs6000-tdep.c: Ditto.
7649 * sh-tdep.c: Ditto.
7650 * sh3-rom.c: Ditto.
7651 * sol-thread.c: Ditto.
7652 * solib-svr4.c: Ditto.
7653 * somsolib.c: Ditto.
7654 * sparc-nat.c: Ditto.
7655 * sparc-tdep.c: Ditto.
7656 * sparcl-tdep.c: Ditto.
7657 * sparclet-rom.c: Ditto.
7658 * sun3-nat.c: Ditto.
7659 * sun386-nat.c: Ditto.
7660 * symm-nat.c: Ditto.
7661 * target.c: Ditto.
7662 * thread-db.c: Ditto.
7663 * thread.c: Ditto.
7664 * tic80-tdep.c: Ditto.
7665 * tracepoint.c: Ditto.
7666 * ultra3-nat.c: Ditto.
7667 * umax-xdep.c: Ditto.
7668 * uw-thread.c: Ditto.
7669 * v850-tdep.c: Ditto.
7670 * v850ice.c: Ditto.
7671 * valops.c: Ditto.
7672 * w65-tdep.c: Ditto.
7673 * w89k-rom.c: Ditto.
7674 * win32-nat.c: Ditto.
7675 * wince.c: Ditto.
7676 * z8k-tdep.c: Ditto.
7677
7678 2001-02-28 Matt Hiller <hiller@redhat.com>
7679
7680 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
7681
7682 2001-02-27 Matt Hiller <hiller@redhat.com>
7683
7684 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
7685 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
7686 mn10300_stab_reg_to_regnum.
7687
7688 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
7689
7690 * symtab.c (search_symbols): Fix off by one error in test for
7691 error.
7692
7693 2001-02-23 Andrew Cagney <ac131313@redhat.com>
7694
7695 * config/sparc/sp64linux.mt: New file.
7696 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
7697 * configure.host: Recognize sparc64-*-linux* as a linux host.
7698
7699 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
7700 * config/sparc/tm-sp64linux.h: New file.
7701
7702 2001-02-24 Kevin Buettner <kevinb@redhat.com>
7703
7704 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
7705 with call to internal_error().
7706 * dbxread.c (process_one_symbol): Likewise.
7707 * exec.c (build_section_table, xfer_memory): Likewise.
7708 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
7709 Likewise.
7710 * hpread.c (hpread_type_translate, hpread_read_array_type)
7711 (hpread_type_lookup): Likewise.
7712 * i386-tdep.c (gdb_print_insn_i386): Likewise.
7713 * i960-tdep.c (mem): Likewise
7714 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
7715 * infptrace.c (child_resume): Likewise.
7716 * infttrace.c (_initialize_infttrace): Likewise.
7717 * language.c (binop_result_type, add_language): Likewise.
7718 * lynx-nat.c (store_inferior_registers): Likewise.
7719 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
7720 * mdebugread.c (parse_partial_symbols): Likewise.
7721 * monitor.c (monitor_printf_noecho, monitor_printf)
7722 (monitor_dump_regs): Likewise.
7723 * ocd.c (stu_put_packet): Likewise.
7724 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
7725 * remote-bug.c (bug_open): Likewise.
7726 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
7727 * remote-es.c (es1800_read_bytes): Likewise.
7728 * remote-mips.c (common_breakpoint): Likewise.
7729 * remote-rdp.c (send_rdp): Likewise.
7730 * remote-sds.c (putmessage): Likewise.
7731 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
7732 Likewise.
7733 * sparcl-tdep.c (sparclite_download): Likewise.
7734 * symtab.c (lookup_partial_symbol): Likewise.
7735 * target.c (push_target, pop_target, initialize_targets): Likewise.
7736 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
7737 Likewise.
7738 * valprint.c (print_decimal, print_longest, print_longest)
7739 (strcat_longest): Likewise.
7740 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
7741 * xmodem.c (xmodem_send_packet): Likewise.
7742 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
7743 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
7744 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
7745 (STORE_RETURN_VALUE): Likewise.
7746 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
7747 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
7748 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
7749 Likewise.
7750
7751 2001-02-23 Andrew Cagney <ac131313@redhat.com>
7752
7753 * CONTRIBUTE: Document how to cite a problem report.
7754 * TODO: Note need to replace CONTRIBUTE with generated file.
7755
7756 * CONTRIBUTE: Mention that patches do not need to include the
7757 generated files gdbarch.h and gdbarch.c.
7758
7759 2001-02-21 Andrew Cagney <ac131313@redhat.com>
7760
7761 * value.h (get_saved_register): Move from here.
7762 * frame.h: To here.
7763
7764 2001-02-21 Kevin Buettner <kevinb@redhat.com>
7765
7766 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
7767 (in_solib_dynsym_resolve_code): Add declaration.
7768 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
7769 in_solib_dynsym_resolve_code() rather than
7770 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
7771 which caused this macro to only be defined when
7772 SVR4_SHARED_LIBS is defined.
7773 * solib.c (in_solib_dynsym_resolve_code): New function.
7774 * solist.h (struct target_so_ops): Add new member
7775 in_dynsym_resolve_code.
7776 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
7777 in_svr4_dynsym_resolve_code. Also, made static.
7778 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
7779 member in aix5_so_ops.
7780 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
7781 in_svr4_dynsym_resolve_code. Also, added second version
7782 of this function which will be used when SVR4_SHARED_LIBS
7783 is not defined.
7784 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
7785 member in svr4_so_ops.
7786
7787 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
7788 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
7789 config/ia64/xm-aix.h: New files.
7790 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
7791 (ia64_aix_sigcontext_register_address): New declaration.
7792 (ia64_gdbarch_init): Provide for initialization of
7793 sigcontext_register_address member of struct tdep when
7794 on target is detected to be running AIX.
7795 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
7796 this list.
7797
7798 2001-02-20 Kevin Buettner <kevinb@redhat.com>
7799
7800 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
7801 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
7802 for thread support instead of linux-thread.o and lin-thread.o.
7803 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
7804 ATTACH_LWP): Define to use the following lin-lwp.c functions...
7805 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
7806 lin_lwp_attach_lwp): Declare.
7807
7808 2001-02-20 Andrew Cagney <ac131313@redhat.com>
7809
7810 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
7811 formatting.
7812
7813 2001-02-20 Kevin Buettner <kevinb@redhat.com>
7814
7815 * solib-aix5.c (solib-svr4.h): Remove include.
7816 (solib_break_names): Delete names which aren't actually
7817 used by AIX5.
7818 (bkpt_names): Remove.
7819 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
7820 to STREQ() with equivalent calls to strcmp().
7821 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
7822 aix5_solib_create_inferior_hook): Revise comments.
7823 (enable_break): Remove old ``bkpt_names'' code.
7824
7825 2001-02-19 Andrew Cagney <ac131313@redhat.com>
7826
7827 * Makefile.in (SFILES): Add frame.c .
7828 (COMMON_OBS): Add frame.o .
7829 (frame.o): New target.
7830
7831 * frame.c (find_saved_register):
7832 (default_get_saved_register):
7833 (get_saved_register):
7834 (read_relative_register_raw_bytes_for_frame):
7835 (read_relative_register_raw_bytes): Moved to here.
7836 * regcache.c: From here.
7837
7838 2001-02-20 Kevin Buettner <kevinb@redhat.com>
7839
7840 * solib-aix5.c: New file.
7841
7842 2001-02-20 Martin M. Hunt <hunt@redhat.com>
7843
7844 * solib.c (info_sharedlibrary_command): Don't assume pointers
7845 are the same size of long, call longest_local_hex_string_custom().
7846
7847 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
7848 extract_signed_integer() should be called instead of
7849 extract_address().
7850
7851 2001-02-20 Martin M. Hunt <hunt@redhat.com>
7852
7853 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
7854
7855 2001-02-19 Andrew Cagney <ac131313@redhat.com>
7856
7857 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
7858 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
7859 then floating point registers are 8 bytes.
7860
7861 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7862
7863 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
7864 accomodate 64-bit addresses.
7865
7866 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7867
7868 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
7869 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
7870 lookup_symbol, when trying to find a symbol with a mangled name,
7871 to avoid infinite recursion.
7872
7873 2001-02-18 Andrew Cagney <ac131313@redhat.com>
7874
7875 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
7876
7877 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
7878
7879 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
7880 (save_prologue_cache): Ditto.
7881
7882 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7883
7884 From: innadadadavida@yahoo.com:
7885 * partial-stab.h (switch): Check that pst is not null
7886 before dereferencing it.
7887
7888 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7889
7890 From Andrew Cagney <cagney@b1.cygnus.com>:
7891 * symfile.c (add_symbol_file_command): Always initialize
7892 my_cleanup using a NULL cleanup.
7893
7894 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
7895
7896 * demangle.c (demangling_style_names): New variable.
7897 (_initialize_demangler): Fill demangling_style_names with the
7898 names of known demangling styles from libiberty_demanglers[]. Use
7899 add_set_enum_cmd instead of add_set_cmd, to get completion on
7900 demangling style names.
7901
7902 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
7903 file-name completion.
7904
7905 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
7906
7907 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
7908 `solib-absolute-prefix'.
7909
7910 * tracepoint.c (_initialize_tracepoint): Ditto for
7911 `save-tracepoints'.
7912
7913 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
7914
7915 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
7916 file-name completion.
7917
7918 * infcmd.c (_initialize_infcmd): Make the following commands use
7919 the file-name completer: `tty', `args', `path', `paths', and
7920 `run'.
7921
7922 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
7923
7924 * go32-nat.c: Include i387-nat.h.
7925 (fetch_register): New function, uses some of the guts of
7926 go32_fetch_registers and calls i387_supply_register.
7927 (go32_fetch_registers): Most of the code moved into
7928 fetch_register. Use i387_supply_fsave.
7929 (store_register): Use i387_fill_fsave instead of custom code.
7930 (go32_store_registers): Use i387_fill_fsave.
7931
7932 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
7933
7934 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
7935
7936 * completer.c (gdb_completer_file_name_break_characters): Remove
7937 slash from file-name break characters.
7938 [__MSDOS__]: Special definition for DOS/Windows file names.
7939 (line_completion_function): When completing on file names, bump
7940 `p' to the first file-name constituent character of `word', before
7941 invoking the completer.
7942
7943 2001-02-17 Mark Kettenis <kettenis@gnu.org>
7944
7945 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
7946 consistently for parameter names. Fix comments accordingly.
7947 (i387_supply_register): New function.
7948 (i387_supply_fsave): Implement using i387_supply_register.
7949 * i387-nat.h: Use regnum instead of regno consistently for
7950 parameter names. Fix comments accordingly.
7951 (i387_supply_register): New prototype.
7952
7953 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7954
7955 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
7956 instead of TARGET_PTR_BIT (to support Harvard architectures).
7957
7958 2001-02-16 Andrew Cagney <ac131313@redhat.com>
7959
7960 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
7961 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
7962 argument to parameter list and to call in order to conform to
7963 to_xfer_memory field of struct target_ops.
7964
7965 2001-02-12 Michael Chastain <chastain@redhat.com>
7966
7967 * somsolib.c (som_solib_add_solib_objfile): Do not use
7968 section relocation feature of syms_from_objfile. Do my own
7969 section relocation, offsetting each section of the som by
7970 either text_addr - text_link_addr or data_start.
7971
7972 2001-02-16 Andrew Cagney <ac131313@redhat.com>
7973
7974 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
7975
7976 2001-02-16 Andrew Cagney <ac131313@redhat.com>
7977
7978 * MAINTAINERS (paper trail): Update.
7979
7980 2001-02-16 Mark Kettenis <kettenis@gnu.org>
7981
7982 * target.h (target_fetch_registers): Fix comment.
7983
7984 2001-02-15 Andrew Cagney <ac131313@redhat.com>
7985
7986 * f-exp.y: Include <ctype.h>.
7987 (parse_number): Ensure that ``i'' is always initialized.
7988
7989 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
7990
7991 * MAINTAINERS: Add myself to paper trail section.
7992
7993 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7994
7995 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
7996 * configure, config.in: Regenerate.
7997 * corelow.c: Include <sys/file.h> if present.
7998
7999 2001-02-14 Andrew Cagney <ac131313@redhat.com>
8000
8001 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
8002 declare when have SIGTTOU.
8003
8004 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
8005
8006 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
8007
8008 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
8009
8010 * MAINTAINERS: Update my email address.
8011
8012 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
8013
8014 * NEWS: Document that "info symbol" works with COFF debug info and
8015 its variants.
8016
8017 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
8018 symbols whose SYMBOL_BFD_SECTION is NULL.
8019
8020 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8021
8022 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
8023 * xcoffsolib.c (xcoff_solib_address): Renamed from
8024 pc_load_segment_name. Return NULL if address is not in a shared
8025 library. Cleanup shared library name construction, using xasprintf.
8026 Format shared library member names consistent with format in exec.c.
8027 (solib_info): Format shared library member names consistent with
8028 format in exec.c.
8029 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
8030 using xcoff_solib_address for PC_SOLIB definition.
8031 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
8032 needed.
8033
8034 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8035
8036 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
8037 with xmalloc calls and cleanups.
8038
8039 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8040
8041 * rs6000-nat.c (child_xfer_memory): Add missing parameter
8042 'struct mem_attrib *' required by 2001-01-23 change.
8043
8044 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
8045
8046 Updates to "make TAGS":
8047 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
8048 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
8049 tahoe-tdep.c.
8050 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
8051
8052 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
8053
8054 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
8055
8056 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
8057
8058 From Dean Luick <luick@cray.com>:
8059 * defs.h (continuation): Remove unused global variable.
8060
8061 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
8062
8063 * configure.tgt: Remove references to convex, pyramid, altos and
8064 tahoe.
8065 * configure.host: Ditto.
8066 * MAINTAINERS: Ditto.
8067 * NEWS: Update.
8068
8069 * tahoe-tdep.c: Delete obsolete file.
8070 * pyr-xdep.c: Ditto.
8071 * pyr-tdep.c: Ditto.
8072 * convex-tdep.c: Ditto.
8073 * convex-xdep.c: Ditto.
8074 * config/tahoe/xm-tahoe.h: Ditto.
8075 * config/tahoe/tm-tahoe.h: Ditto.
8076 * config/tahoe/tahoe.mt: Ditto.
8077 * config/tahoe/tahoe.mh: Ditto.
8078 * config/pyr/xm-pyr.h: Ditto.
8079 * config/pyr/tm-pyr.h: Ditto.
8080 * config/pyr/pyramid.mt: Ditto.
8081 * config/pyr/pyramid.mh: Ditto.
8082 * config/m68k/xm-altos.h: Ditto.
8083 * config/m68k/tm-altos.h: Ditto.
8084 * config/m68k/altos.mt: Ditto.
8085 * config/m68k/altos.mh: Ditto.
8086 * config/convex/xm-convex.h: Ditto.
8087 * config/convex/tm-convex.h: Ditto.
8088 * config/convex/convex.mt: Ditto.
8089 * config/convex/convex.mh: Ditto.
8090 * config/convex/Convex.notes: Ditto.
8091 * config/arm/xm-arm.h: Ditto.
8092 * config/arm/nm-arm.h: Ditto.
8093 * config/arm/arm.mt: Ditto.
8094 * config/arm/arm.mh: Ditto.
8095 * arm-convert.s: Ditto.
8096 * arm-xdep.c: Ditto.
8097 * altos-xdep.c: Ditto.
8098
8099 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
8100
8101 * defs.h (internal_error, internal_verror): Add __FILE__ and
8102 __LINE__ parameter.
8103 * utils.c (internal_error, internal_verror): Update.
8104
8105 * v850-tdep.c: Update calls to internal_error.
8106 * utils.c: Ditto.
8107 * ui-out.c: Ditto.
8108 * ui-file.c: Ditto.
8109 * target.h: Ditto.
8110 * symtab.h: Ditto.
8111 * symm-nat.c: Ditto.
8112 * sparc-tdep.c: Ditto.
8113 * source.c: Ditto.
8114 * serial.c: Ditto.
8115 * rs6000-tdep.c: Ditto.
8116 * rs6000-nat.c: Ditto.
8117 * remote.c: Ditto.
8118 * remote-vx.c: Ditto.
8119 * remote-sim.c: Ditto.
8120 * remote-mips.c: Ditto.
8121 * regcache.c: Ditto.
8122 * objfiles.h: Ditto.
8123 * objfiles.c: Ditto.
8124 * mn10300-tdep.c: Ditto.
8125 * mips-tdep.c: Ditto.
8126 * maint.c: Ditto.
8127 * m68k-tdep.c: Ditto.
8128 * m3-nat.c: Ditto.
8129 * language.c: Ditto.
8130 * infptrace.c: Ditto.
8131 * inferior.h: Ditto.
8132 * infcmd.c: Ditto.
8133 * ia64-tdep.c: Ditto.
8134 * i386-tdep.c: Ditto.
8135 * i386-linux-nat.c: Ditto.
8136 * hppah-nat.c: Ditto.
8137 * go32-nat.c: Ditto.
8138 * findvar.c: Ditto.
8139 * f-lang.c: Ditto.
8140 * elfread.c: Ditto.
8141 * event-loop.c: Ditto.
8142 * dwarf2read.c: Ditto.
8143 * dsrec.c: Ditto.
8144 * d30v-tdep.c: Ditto.
8145 * d10v-tdep.c: Ditto.
8146 * cli/cli-setshow.c: Ditto.
8147 * cli/cli-script.c: Ditto.
8148 * ch-exp.c: Ditto.
8149 * breakpoint.c: Ditto.
8150 * ax-gdb.c: Ditto.
8151 * arch-utils.c: Ditto.
8152 * a29k-tdep.c: Ditto.
8153 * gdb_assert.h: Ditto.
8154 * gdbarch.sh: Ditto.
8155 * gdbarch.h, gdbarch.c: Re-generate.
8156
8157 2001-02-07 Andrew Cagney <ac131313@redhat.com>
8158
8159 From Mark Kettenis <kettenis@gnu.org>:
8160 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
8161
8162 2001-02-07 Andrew Cagney <ac131313@redhat.com>
8163
8164 * remote-sim.c (dump_mem): Cleanup printf format argument.
8165 * MAINTAINERS: Update, mn10300-elf now builds.
8166
8167 2001-02-07 Mark Kettenis <kettenis@gnu.org>
8168
8169 * event-top.c: Remove duplicate #include <signal.h>.
8170
8171 2001-02-06 Andrew Cagney <ac131313@redhat.com>
8172
8173 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
8174 allocated buffer.
8175 (save_inferior_pid): Restore the PID from that tempoary
8176 buffer. Delete the buffer.
8177 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
8178
8179 2001-02-06 Andrew Cagney <ac131313@redhat.com>
8180
8181 * MAINTAINERS: Add ``The Obvious Fix Rule''.
8182
8183 2001-02-06 Andrew Cagney <ac131313@redhat.com>
8184
8185 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
8186
8187 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
8188
8189 * gdbarch.sh: Include "gdb_assert.h".
8190 (struct gdbarch): Change ``nr_data'' to unsigned.
8191 (alloc_gdbarch_data, free_gdbarch_data): New functions.
8192 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
8193 architecture vector.
8194 (struct gdbarch_data, struct gdbarch_data_registration): Move init
8195 method to gdbarch_data. Add free method, make index unsigned.
8196 (struct gdbarch_data_registry): Make nr unsigned.
8197 (register_gdbarch_data): Add free parameter. Store in
8198 gdbarch_data.
8199 (init_gdbarch_data): Use set_gdbarch_data.
8200 (set_gdbarch_data): New function.
8201
8202 * gdbarch.h, gdbarch.c: Re-generate.
8203
8204 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8205
8206 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
8207 fprintf_filtered with correct arguments.
8208
8209 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
8210 Submitted by Paul Hilfinger (hilfingr@gnat.com)
8211 and Andrei Petrov (and@genesyslab.com).
8212 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
8213 must be allocated dynamically, since these are no longer constants.
8214 * infcmd.c: Ditto.
8215 * regcache.c: Ditto.
8216 * remote.c: Ditto.
8217 * sol-thread.c: Ditto.
8218 * valops.c: Ditto.
8219 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
8220 work-around for a missing Sun header file in solaris for sparc64.
8221
8222 2001-02-04 Philip Blundell <philb@gnu.org>
8223
8224 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
8225 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
8226 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
8227 GET_THREAD_SIGNALS): Define.
8228 * arm-linux-nat.c (fill_gregset): Correct type of argument.
8229 (supply_gregset): Likewise.
8230 (fill_fpregset): Likewise.
8231 (supply_fpregset): Likewise.
8232
8233 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
8234
8235 * valops.c (value_cast): If casting a scalar to a pointer, do not
8236 issue a message about truncation unless it exceeds the length of
8237 an address, not the length of a pointer. This is because what the
8238 user gives us is an address, not a pointer, and we will ultimately
8239 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
8240 to a pointer. This allows things like "print *(int *)0x01000234"
8241 to work without generating a misleading message on a target having
8242 two byte pointers and four byte addresses.
8243
8244 2001-02-05 Christopher Faylor <cgf@cygnus.com>
8245
8246 * win32-nat.c: Change PTR to void * throughout.
8247
8248 2001-02-05 J.T. Conklin <jtc@redback.com>
8249
8250 * signals.h: Removed.
8251 * event-top.c (#include <signal.h>): Changed from signals.h.
8252 * inflow.c: Likewise.
8253 * mac-xdep.c: Likewise.
8254 * ser-pipe.c: Likewise.
8255 * ser-tcp.c: Likewise.
8256 * standalone.c: Likewise.
8257 * top.c: Likewise.
8258 * utils.c: Likewise.
8259 * Makefile.in: Removed signals.h from dependencies.
8260
8261 2001-02-05 Christopher Faylor <cgf@cygnus.com>
8262
8263 Change suggested by Dean Luick <luick@cray.com>
8264 * inferior.h (step_over_calls_kind): Remove trailing comma from
8265 last enum element.
8266 (step_over_calls): Declare as extern rather than global.
8267
8268 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8269
8270 * sh-tdep.c: Update copyright.
8271 (sh_extract_return_value): Rewrite.
8272 (sh3e_sh4_extract_return_value): New function.
8273 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
8274 version of the function for sh3e and sh4 CPUs.
8275
8276 2001-02-05 Michael Chastain <chastain@redhat.com>
8277
8278 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
8279 to conform with interface change.
8280
8281 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
8282
8283 * config/djgpp/fnchange.lst: Tweak to make consistent with the
8284 new files.
8285
8286 * config/djgpp/djconfig.sh: Use explicit absolute file name when
8287 invoking `find'.
8288
8289 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
8290 UART_FIFO_WORKS is defined. Otherwise use outportb.
8291 From Francisco Pastor <fpastor.etra-id@etra.es>
8292
8293 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
8294 with target.h's `to_xfer_memory' member.
8295
8296 2001-02-02 J.T. Conklin <jtc@redback.com>
8297
8298 * ppc-bdm.c (#include <signal.h>): Removed.
8299 * remote-array.c: Likewise.
8300 * remote-bug.c: Likewise.
8301 * remote-e7000.c: Likewise.
8302 * remote-mips.c: Likewise.
8303 * remote-os9k.c: Likewise.
8304 * remote-st.c: Likewise.
8305 * remote-udi.c: Likewise.
8306 * remote-vx29k.c: Likewise.
8307 * remote-vx68.c: Likewise.
8308 * remote-vx960.c: Likewise.
8309 * remote-vxmips.c: Likewise.
8310 * remote-vxsparc.c: Likewise.
8311
8312 2001-02-02 John Moore <jmoore@redhat.com>
8313
8314 * remote-utils.h (sr_set_device): Changed free() to xfree() where
8315 appropriate. Also changed Copyright to include 2001.
8316 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
8317 * value.h (value_free): Likewise.
8318 * gdbarch.sh (gdbarch_free): Likewise.
8319 * gdbarch.c, gdbarch.h: Regenerated.
8320
8321 2001-02-02 John Moore <jmoore@redhat.com>
8322
8323 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
8324 xfree(). Also changed Copyright to include 2001.
8325
8326 2001-02-02 J.T. Conklin <jtc@redback.com>
8327
8328 * monitor.c (#include "gdb_wait.h"): Removed.
8329 * ocd.c: Likewise.
8330 * ppc-bdm.c: Likewise.
8331 * remote-adapt.c: Likewise.
8332 * remote-array.c: Likewise.
8333 * remote-bug.c: Likewise.
8334 * remote-e7000.c: Likewise.
8335 * remote-eb.c: Likewise.
8336 * remote-es.c: Likewise.
8337 * remote-mips.c: Likewise.
8338 * remote-mm.c: Likewise.
8339 * remote-nindy.c: Likewise.
8340 * remote-os9k.c: Likewise.
8341 * remote-rdi.c: Likewise.
8342 * remote-rdp.c: Likewise.
8343 * remote-sds.c: Likewise.
8344 * remote-sim.c: Likewise.
8345 * remote-st.c: Likewise.
8346 * remote-udi.c: Likewise.
8347 * remote-vx.c: Likewise.
8348 * remote-vx29k.c: Likewise.
8349 * remote-vx68.c: Likewise.
8350 * remote-vx960.c: Likewise.
8351 * remote-vxmips.c: Likewise.
8352 * remote-vxsparc.c: Likewise.
8353 * remote.c: Likewise.
8354 * ser-pipe.c: Likewise.
8355 * ser-unix.c: Likewise.
8356 * Makefile.in: Updated dependencies.
8357
8358 2001-01-31 David Smith <dsmith@redhat.com>
8359
8360 * event-loop.c: Change inclusion of string.h to gdb_string.h and
8361 updated the copyright notice.
8362 * ser-pipe.c: Ditto.
8363 * mi/mi-cmds.c: Ditto.
8364 * mi/mi-console.c: Ditto.
8365 * mi/mi-getopt.c: Ditto.
8366 * mi/mi-parse.c: Ditto.
8367
8368 2001-01-31 David Smith <dsmith@redhat.com>
8369
8370 * MAINTAINERS: Add David Smith to Write After Approval list.
8371
8372 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
8373
8374 * cli/cli-utils.c (putchar_filtered): Move function from here.
8375 * utils.c (putchar_filtered): To here.
8376 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
8377 * defs.h (putchar_filtered): To here.
8378
8379 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
8380
8381 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
8382 AC_FUNC_VFORK macro.
8383 * config.in, configure: Re-generate.
8384
8385 * gdb_vfork.h: New file.
8386 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
8387 * fork-child.c (fork_inferior): Ditto.
8388
8389 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
8390
8391 * defs.h (strsave): Delete declaration.
8392 * utils.c (strsave): Delete definition.
8393 * TODO (strsave): Update
8394
8395 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
8396 * sparcl-tdep.c (sparclite_open): Ditto.
8397 * mips-tdep.c (mips_set_processor_type_command): Ditto.
8398 (_initialize_mips_tdep): Ditto.
8399 * solib.c (solib_open): Ditto.
8400 * symfile.c (add_filename_language): Ditto.
8401 (set_ext_lang_command): Ditto.
8402 * source.c (init_source_path): Ditto.
8403 (mod_path): Ditto.
8404 * sh3-rom.c (sh3_open): Ditto.
8405 (sh3e_open): Ditto.
8406 * serial.c (serial_open): Ditto.
8407 * remote-mips.c (common_open): Ditto.
8408 * monitor.c (monitor_open): Ditto.
8409 * m32r-rom.c (m32r_upload_command): Ditto.
8410 * infcmd.c (path_command): Ditto.
8411 * f-exp.y (parse_number): Ditto.
8412 * breakpoint.c (create_longjmp_breakpoint): Ditto.
8413 (create_thread_event_breakpoint): Ditto.
8414 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
8415 (_initialize_arc_tdep): Ditto.
8416
8417 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
8418
8419 * cli/cli-script.c (define_command): Check for a bad hook value in
8420 switch statement.
8421
8422 2001-01-30 J.T. Conklin <jtc@redback.com>
8423
8424 * configure/sh/embed.mt: New file.
8425 * configure/sh/linux.mt: New file.
8426 * configure/sh/sh.mt: Removed.
8427 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
8428 (sh-*-*): Removed.
8429
8430 2001-01-29 Michael Chastain <chastain@redhat.com>
8431
8432 * symtab.c (lookup_block_symbol): Use 'namespace' parameter in
8433 symbol comparisons in binary search.
8434
8435 2001-01-27 Christopher Faylor <cgf@cygnus.com>
8436
8437 * win32-nat.c (child_xfer_memory): Add missing argument required by
8438 2001-01-23 change.
8439
8440 2001-01-27 Mark Kettenis <kettenis@gnu.org>
8441
8442 * ui-out.c (do_list_end): New function.
8443 (make_cleanup_ui_out_list_end): New function.
8444 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
8445 * stack.c (print_frame) [UI_OUT]: Call
8446 make_cleanup_ui_out_list_end to make sure we mark the end of the
8447 list if we do a non-local exit. At the end of the function,
8448 instead of calling ui_out_list_end directly, let do_cleanups
8449 handle it.
8450
8451 2001-01-26 Fernando Nasser <fnasser@redhat.com>
8452
8453 Fix double parsing of filenames passed as command line arguments
8454 to GDB (causes weird handling of escape characters).
8455 Also, remove dependencies on the CLI from libgdb.
8456 * call-cmds.h: Remove declaration of exec_file_command().
8457 * gdbcore.h: Remove declaration of exec_file_command().
8458 Add declarations for exec_open() and exec_file_clear().
8459 * symfile.h: Add declarations for symbol_file_add_main() and
8460 symbol_file_clear().
8461 * exec.c (exec_open): New function. Implements to_open for exec
8462 targets.
8463 (exec_file_clear): New function. Makes GDB forget about a previously
8464 specified executable file.
8465 (exec_file_attach): Move parsing of arguments from here ...
8466 (exec_file_command): ... to here.
8467 (init_exec_ops): Use exec_open(), not exec_file_command() to
8468 implement to_open for exec targets.
8469 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
8470 with default values. Used when the file name has already been parsed.
8471 (symbol_file_clear): New function. Makes GDB forget about previously
8472 read symbols.
8473 (symbol_file_command): Call the above function instead of inline code.
8474 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
8475 "call-cmds.h".
8476 (captured_main): Call exec_file_attach() and symbol_file_add_main()
8477 instead of exec_file_command() and symbol_file_command().
8478 (captured_main): Add comment.
8479 * corefile.c: Include "symfile.h".
8480 (core_file_command): Call symbol_file_add_main() instead of
8481 symbol_file_command().
8482 (reopen_exec_file): Call exec_open() instead of exec_file_command().
8483 * infcmd.c: Include "symfile.h".
8484 (attach_command): Call symbol_file_add_main() instead of
8485 symbol_file_command().
8486 * infrun.c: Remove comment about the inclusion of "symfile.h",
8487 not any longer appropriate.
8488 (follow_exec): Call symbol_file_add_main() instead of
8489 symbol_file_command().
8490 * remote-es.c: Include "symfile.h".
8491 (es1800_load): Call symbol_file_add_main() instead of
8492 symbol_file_command().
8493 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
8494 not any longer appropriate.
8495 (vx-wait): Call symbol_file_add_main() instead of
8496 symbol_file_command().
8497 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
8498 instead of symbol_file_command().
8499 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
8500 symbol_file_add_main() instead of exec_file_command() and
8501 symbol_file_command().
8502 * Makefile.in: Update dependencies.
8503
8504 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
8505
8506 * remote-udi.c (udi_open): Change strdup to xstrdup.
8507 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
8508 Update copyright message.
8509 * varobj.c (delete_variable_1): Likewise.
8510
8511 * gdb_string.h: Remove declaration of strdup. Update copyright
8512 message.
8513 * config/xm-mpw.h: Likewise.
8514 * config/i386/xm-i386mach.h: Likewise.
8515 * config/m68k/xm-apollo68b.h: Likewise.
8516 * config/m68k/xm-hp300bsd.h: Likewise.
8517 * config/rs6000/xm-rs6000.h: Likewise.
8518 * config/vax/xm-vaxult.h: Remove declaration of strdup.
8519 * config/vax/xm-vaxult2.h: Likewise.
8520
8521 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
8522
8523 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
8524
8525 2001-01-25 J.T. Conklin <jtc@redback.com>
8526
8527 * target.c (target_xfer_memory_partial): Return -1 on failure due
8528 to invalid access mode attribute.
8529
8530 2001-01-25 Christopher Faylor <cgf@cygnus.com>
8531
8532 * win32-nat.c (_initialize_core_win32): Prototype correctly.
8533
8534 2001-01-25 Mark Kettenis <kettenis@gnu.org>
8535
8536 * config/alpha/tm-fbsd.h: Update copyright.
8537 (USE_STRUCT_CONVENTION): Define in terms of
8538 alphabsd_use_struct_convention.
8539 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
8540 * alphafbsd-tdep.c: New file.
8541
8542 2001-01-24 Fernando Nasser <fnasser@redhat.com>
8543
8544 * top.c (print_gdb_version): Update Copyright year.
8545
8546 2001-01-24 J.T. Conklin <jtc@redback.com>
8547
8548 * dcache.c (dcache_write_line): Fix typo.
8549
8550 * memattr.c (delete_mem_region): Replace free() with xfree().
8551 (mem_number): Add explicit type.
8552
8553 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
8554 (rw_common): Likewise.
8555
8556 2001-01-24 Fernando Nasser <fnasser@redhat.com>
8557
8558 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
8559 for the inferior program arguments.
8560 (run_command, run_no_args_command, init_infcmd)): Use accessor
8561 functions to set the inferior program arguments.
8562 * inferior.h: Add definitions to the accessor functions above.
8563
8564 2001-01-23 Jim Blandy <jimb@redhat.com>
8565
8566 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
8567 Implement these correctly, using make_cv_type.
8568
8569 2001-01-23 J.T. Conklin <jtc@redback.com>
8570
8571 * exec.c (xfer_memory): Add attrib argument.
8572 * infptrace.c (child_xfer_memory): Likewise.
8573 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
8574 * monitor.c (monitor_xfer_memory): Likewise.
8575 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
8576 * remote-array.c (array_xfer_memory): Likewise.
8577 * remote-bug.c (bug_xfer_memory): Likewise.
8578 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
8579 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
8580 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
8581 * remote-mips.c (mips_xfer_memory): Likewise.
8582 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
8583 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
8584 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
8585 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
8586 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
8587 * remote-sds.c (sds_xfer_memory): Likewise.
8588 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
8589 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
8590 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
8591 * remote-vx.c (vx_xfer_memory): Likewise.
8592 * remote.c (remote_xfer_memory): Likewise.
8593 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
8594 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
8595 * thread-db.c (thread_db_xfer_memory): Likewise.
8596
8597 * target.h (#include "memattr.h"): Added.
8598 (target_ops.to_xfer_memory): Add attrib argument.
8599
8600 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
8601 * dcache.h (set_dcache_state): Removed declaration.
8602 * dcache.c (set_dcache_state): Removed definition
8603
8604 * dcache.c: Update module comment, as dcache is now enabled and
8605 disabled with memory region attributes instead of by the global
8606 variable "remotecache". Add comment describing the interaction
8607 between dcache and memory region attributes.
8608 (dcache_xfer_memory): Add comment describing benefits of moving
8609 cache writeback to a higher level.
8610 (dcache_struct): Removed cache_has_stuff field. This was used to
8611 record whether the cache had been accessed in order to invalidate
8612 it when it was disabled. However, this is not needed because the
8613 cache is write through and the code that enables, disables, and
8614 deletes memory regions invalidate the cache. Add comment which
8615 suggests that we could be more selective and only invalidate those
8616 cache lines containing data from those memory regions.
8617 (dcache_invalidate): Updated.
8618 (dcache_xfer_memory): Updated.
8619
8620 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
8621 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
8622 perform a uncached transfer if dcache_enabled_p was clear. This
8623 function is now only called if caching is enabled for the memory
8624 region.
8625 (dcache_info): Always print cache info.
8626
8627 * target.c (do_xfer_memory): Add attrib argument.
8628 (target_xfer_memory, target_xfer_memory_partial): Break transfer
8629 into chunks defined by memory regions, pass region attributes to
8630 do_xfer_memory().
8631 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
8632
8633 * Makefile.in (SFILES): Add memattr.c.
8634 (COMMON_OBS): Add memattr.o.
8635 (dcache.o): Add target.h to dependencies.
8636 * memattr.c: New file.
8637 * memattr.h: Likewise.
8638
8639 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
8640 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
8641 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
8642 * gdbserver/low-sim.c (#include "defs.h"): Removed.
8643 (mygeneric_load): Rename from generic_load.
8644
8645 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
8646 (#include "defs.h"): Removed.
8647 (inferior_pid, perror_with_name): Remove declarations.
8648 * gdbserver/low-linux.c: Likewise.
8649 * gdbserver/low-nbsd.c: Likewise.
8650 * gdbserver/low-sparc.c: Likewise.
8651 * gdbserver/low-sun3.c: Likewise.
8652
8653 * i386-stub.c: Re-indent.
8654 * m68k-stub.c: Re-indent.
8655
8656 2001-01-22 Nicholas Duffek <nsd@redhat.com>
8657
8658 * gdbarch.sh (PARM_BOUNDARY): Define.
8659 * gdbarch.c: Regenerate.
8660 * gdbarch.h: Regenerate.
8661
8662 2001-01-22 J.T. Conklin <jtc@redback.com>
8663
8664 * ns32k-tdep.c: #include "frame.h"
8665 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
8666 appears to have been inadvertantly removed sometime in May 1999.
8667
8668 * Revert 2000-11-09 changes where shared library objects were
8669 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
8670 we'd like to be able to debug dynamically linked executables,
8671 this makes it impossible to build a cross debugger on a many
8672 hosts.
8673
8674 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
8675 * config/i386/nbsdelf.mt: Likewise.
8676 * config/m68k/nbsd.mt: Likewise.
8677 * config/ns32k/nbsd.mt: Likewise.
8678 * config/powerpc/nbsd.mt: Likewise.
8679 * config/sparc/nbsd.mt: Likewise.
8680 * config/sparc/nbsdelf.mt: Likewise.
8681 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
8682 * config/i386/nbsdelf.mh: Likewise.
8683 * config/m68k/nbsd.mh: Likewise.
8684 * config/ns32k/nbsd.mh: Likewise.
8685 * config/powerpc/nbsd.mh: Likewise.
8686 * config/sparc/nbsd.mh: Likewise.
8687
8688 2001-01-19 Jason Merrill <jason@redhat.com>
8689
8690 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
8691 (process_one_symbol): Likewise.
8692 * dwarfread.c (handle_producer): Likewise.
8693
8694 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
8695
8696 * configure.in (build_warnings): Disable -Wuninitialized until GDB
8697 compiles with -Wuninitialized,-Werror.
8698 * configure: Regenerate.
8699
8700 * MAINTAINERS: Add list of buildable targets.
8701
8702 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
8703
8704 * defs.h (STRCMP): Delete macro.
8705
8706 * objfiles.c (objfile_relocate): Replace STRCMP with call to
8707 strcmp.
8708 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8709 * symfile.c (compare_symbols): Ditto.
8710 * standalone.c (open): Ditto.
8711 * remote-es.c (verify_break): Ditto.
8712 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
8713
8714 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
8715
8716 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
8717
8718 * varobj.c (FREEIF): Delete macro.
8719 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
8720 call.
8721
8722 2001-01-18 Nick Clifton <nickc@redhat.com>
8723
8724 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
8725 (arc_print_insn): No bfd available, so pass NULL to
8726 arc_get_disassembler.
8727
8728 2001-01-09 James Ingham <jingham@inghji.apple.com>
8729
8730 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
8731 a mangled symbol rather than recursing into lookup_symbol, since
8732 this will just re-unmangle the name & call lookup_symbol_aux -
8733 leading to an infinite recursion.
8734
8735 2001-01-18 Mark Kettenis <kettenis@gnu.org>
8736
8737 * infcmd.c (print_return_value): Restore another space lost by
8738 switch to UIOUT. ``$NN='' should be ``$NN =''.
8739
8740 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
8741
8742 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
8743 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
8744 definition in parenthesis.
8745
8746 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
8747
8748 From 2000-10-27 Mark Salter <msalter@redhat.com>:
8749 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
8750 packet.
8751 (remote_insert_hw_breakpoint): Ditto.
8752
8753 2001-01-17 J.T. Conklin <jtc@redback.com>
8754
8755 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
8756 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
8757 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
8758 * m68knbsd-tdep.c: New file.
8759
8760 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
8761
8762 * m68knbsd-nat.c: #include gdbcore.h.
8763
8764 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
8765
8766 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
8767
8768 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
8769
8770 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
8771 goes away -- just return false (ie. not stopped by watchpoint).
8772 * source.c (openp): Fix typo in comment.
8773
8774 2001-01-12 Nicholas Duffek <nsd@redhat.com>
8775
8776 * blockframe.c (generic_get_saved_register): Spelling fix.
8777 * frame.h (FRAME_FP): Spelling fix.
8778
8779 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
8780
8781 * infcmd.c (print_return_value): Restore space lost by switch to
8782 UIOUT. ``$NN='' should be ``$NN =''.
8783
8784 2001-01-08 Nicholas Duffek <nsd@redhat.com>
8785
8786 * regcache.c (set_register_cached, register_buffer,
8787 real_register, pseudo_register fetch_register, store_register):
8788 New functions.
8789 (register_changed, read_relative_register_raw_bytes_for_frame,
8790 registers_changed, registers_fetched, read_register_bytes,
8791 read_register_gen, write_register_gen, read_register,
8792 read_signed_register, write_register, supply_register): Replace
8793 register_valid[] with register_cached() and
8794 set_register_cached().
8795 (read_register_bytes, read_register_gen, write_register_gen,
8796 read_register, read_signed_register, write_register,
8797 supply_register): Replace registers[] with register_buffer().
8798 (read_register_bytes, read_register_gen, read_register,
8799 read_signed_register): Call fetch_register().
8800 (write_register_gen, write_register): Call real_register() and
8801 store_register().
8802 (write_register_bytes): Call store_register().
8803 * value.h (set_register_cached, register_buffer): Prototype.
8804 * remote.c (remote_fetch_registers): Allocate regs[] with a
8805 run-time size. Replace register_valid[] with
8806 set_register_cached().
8807 (store_register_using_P, remote_store_registers): Replace
8808 registers[] with register_buffer().
8809
8810 2001-01-08 Nicholas Duffek <nsd@redhat.com>
8811
8812 * regcache.c: Change "write-back" comment to "write-through".
8813 Change "regno" to "regnum".
8814 (read_register, read_signed_register): Remove "raw" from return
8815 value description.
8816 (supply_register): Spelling fix.
8817 * value.h: Change "regno" to "regnum".
8818
8819 2001-01-08 Fernando Nasser <fnasser@redhat.com>
8820
8821 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
8822 to be installed.
8823
8824 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8825
8826 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
8827
8828 2001-01-04 Nicholas Duffek <nsd@redhat.com>
8829
8830 * valops.c (VALUE_SUBSTRING_START): Delete.
8831
8832 2001-01-04 Nicholas Duffek <nsd@redhat.com>
8833
8834 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
8835 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
8836 (cli_utils_h): New variable.
8837 (cli/cli-utils.o): New rule.
8838 * cli/cli-utils.c: New file.
8839 * cli/cli-utils.h: New file.
8840
8841 2001-01-04 Nicholas Duffek <nsd@redhat.com>
8842
8843 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
8844 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
8845
8846 2001-01-03 J.T. Conklin <jtc@redback.com>
8847
8848 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
8849 comment.
8850
8851 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
8852
8853 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
8854 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
8855 non-float types.
8856 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
8857 Update copyright notice.
8858
8859 For older changes see ChangeLog-2000
8860 \f
8861 Local Variables:
8862 mode: change-log
8863 left-margin: 8
8864 fill-column: 74
8865 version-control: never
8866 End:
This page took 0.241357 seconds and 4 git commands to generate.