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