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