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