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