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