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