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