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