2002-04-24 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f43845b3
MS
12002-04-24 Michael Snyder <msnyder@redhat.com>
2
3 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
4 loop. Add handling for "str lr, [sp, #-4]!" and for saves
5 of argument regs ("str r(0123), [r11, #-nn"]).
6 (arm_skip_prologue): Better handling for frameless functions.
7 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9
a0abec03
AC
10Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
11
12 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
13 NUM_PSEUDO_REGS can be used.
14
d7bd68ca
AC
152002-04-24 Andrew Cagney <ac131313@redhat.com>
16
17 * arch-utils.h: Update copyright.
18
19 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
20 * gdbarch.h, gdbarch.c: Re-generate.
21
22 * inferior.h (IN_SIGTRAMP): Delete definition.
23 * arch-utils.c (legacy_pc_in_sigtramp): New function.
24 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
25
26 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
27 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
28 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
29 (find_proc_framesize): Ditto.
30 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
31 (alpha_init_extra_frame_info): Ditto.
32 * infrun.c (handle_inferior_event): Ditto.
33 (handle_inferior_event): Ditto.
34 (check_sigtramp2): Ditto.
35 * blockframe.c (create_new_frame): Ditto.
36 (get_prev_frame): Ditto.
37 * ppc-linux-tdep.c: Update comments.
38 * i386-linux-tdep.c: Update comments.
39 * breakpoint.c (bpstat_what): Update comment.
40
d06f167a
ML
412002-04-24 Michal Ludvig <mludvig@suse.cz>
42
43 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
44 (regsets_store_inferior_registers): Removed cast to int from
45 ptrace() calls.
46 * gdbserver/regcache.h: Added declaration of struct inferior_info.
47
4867e41e
DM
482002-04-24 David S. Miller <davem@redhat.com>
49
21d83aa5
DM
50 * i960-tdep.c (register_in_window_p): New function.
51 (i960_find_saved_register): Use it instead of
52 REGISTER_IN_WINDOW_P.
53 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
54
4867e41e
DM
55 * symtab.h (find_stab_function_addr): Kill extern.
56 * minsyms.c (find_stab_function_addr): Remove from here...
57 * dbxread.c: ... to here, and mark it static.
58
69cdf6a2
DM
592002-04-20 David S. Miller <davem@redhat.com>
60
61 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
62 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
63
5a595886
DM
642002-04-21 David S. Miller <davem@redhat.com>
65
66 * remote-vxsparc.c (vx_read_register): Fix typo, we want
67 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
68 (vx_write_register): Likewise.
69
f43845b3 70>>>>>>> 1.2500
1da1a192
JB
712002-04-23 J. Brobecker <brobecker@gnat.com>
72
73 * source.c (is_regular_file): New function.
74 (openp): Check wether file to open is a regular file
75 to avoid opening directories.
76
baa6f10b
JT
772002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
78
79 * findvar.c (extract_signed_integer): Cast printf argument
80 to suppress format warning.
81 (extract_unsigned_integer): Likewise.
82 * infcmd.c (registers_info): Likewise.
83 * top.c (get_prompt_1): Likewise.
84 * valops.c (value_assign): Likewise.
85 * valprint.c (print_decimal): Likewise.
86
b2c4da81
L
872002-04-22 H.J. Lu (hjl@gnu.org)
88
89 * c-exp.y (typebase): Support
90
91 [long|long long|short] [signed|unsigned] [int|]
92
93 and
94
95 signed [long|long long|short] int
96
f267bd6a
JT
972002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
98
99 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
100 and vax-tdep.h.
101 * vax-tdep.h: New file.
102 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
103 Make several routines static.
104 (vax_get_saved_register): New function.
105 (vax_gdbarch_init): New function.
106 (_initialize_vax_tdep): Register vax_gdbarch_init.
107 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
108 Remove macros now under the control of gdbarch.
109
da3c6d4a
MS
1102002-04-22 Michael Snyder <msnyder@redhat.com>
111
11d3b27d
MS
112 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
113 Some whitespace and coding standards tweaks.
da3c6d4a 114
a33f7558
JT
1152002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
116
117 * vax-tdep.c: Include regcache.h.
118 (vax_call_dummy_words): New.
119 (sizeof_vax_call_dummy_words): New.
120 (vax_fix_call_dummy): New function.
121 (vax_saved_pc_after_call): Ditto.
122 * config/vax/tm-vax.h: Don't include regcache.h.
123 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
124 (CALL_DUMMY): Remove.
125 (CALL_DUMMY_WORDS): Define.
126 (SIZEOF_CALL_DUMMY_WORDS): Define.
127 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
128
47a73475
MS
1292002-04-18 Michael Snyder <msnyder@redhat.com>
130
131 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
132
52efde73
JT
1332002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
134
135 * vax-tdep.c (vax_frame_chain): New function.
136 (vax_push_dummy_frame): Ditto.
137 (vax_pop_frame): Ditto.
138 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
139 (FRAMELESS_FUNCTION_INVOCATION): Use
140 generic_frameless_function_invocation_not.
141 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
142 (POP_FRAME): Use vax_pop_frame.
143
ea74468c
JT
1442002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
145
146 * vax-tdep.c (vax_store_struct_return): New function.
147 (vax_extract_return_value): Ditto.
148 (vax_store_return_value): Ditto.
149 (vax_extract_struct_value_address): Ditto.
150 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
151 vax_store_struct_return.
152 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
153 (STORE_RETURN_VALUE): Use vax_store_return_value.
154 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
155
5516aa92
JT
1562002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
157
158 * vax-tdep.c (vax_frame_saved_pc): New function.
159 (vax_frame_args_address_correct): Ditto.
160 (vax_frame_args_address): Ditto.
161 (vax_frame_locals_address): Ditto.
162 (vax_frame_num_args): Move code to be in proximity to
163 other frame-related functions.
164 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
165 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
166 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
167 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
168 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
169
36af0b35
L
1702002-04-22 H.J. Lu (hjl@gnu.org)
171
172 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
173 includedir.
174
ab62c900
JT
1752002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
176
177 * vax-tdep.c (vax_frame_init_saved_regs): New function.
178 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
179 (FRAME_INIT_SAVED_REGS): New macro.
180
7232b100
JT
1812002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
182
183 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
184
b70d2aee
JT
1852002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
186
187 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
188 where needed.
189 (fetch_osf_core_registers): Likewise.
190 (supply_gregset): Likewise.
191
a0e8a2d1
JB
1922002-04-22 J. Brobecker <brobecker@gnat.com>
193
194 * symfile.h (get_section_index): Define.
195 * symfile.c (get_section_index): New function.
196 * mdebugread.c (SC_IS_SBSS): New macro.
197 (SC_IS_BSS): Return true for the scBss storage class only, as
198 the scSBss storage class refers to the .sbss section.
199 (parse_partial_symbols): Discard the symbols which associated
200 section does not exist.
201 Make sure to use the .sbss section index for symbols which
202 storage class is scBss, rather than using the .bss section index.
203
51eb8b08
JT
2042002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
205
206 * vax-tdep.c: Update copyright years.
207 (vax_register_name): New function.
208 (vax_register_byte): Ditto.
209 (vax_register_raw_size): Ditto.
210 (vax_register_virtual_size): Ditto.
211 (vax_register_virtual_type): Ditto.
212 * config/vax/tm-vax.h: Update copyright years.
213 (REGISTER_NAMES): Remove.
214 (REGISTER_NAME): Define.
215 (REGISTER_BYTE): Use vax_register_byte.
216 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
217 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
218 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
219
6cc1c0a8
AC
2202002-04-21 Andrew Cagney <ac131313@redhat.com>
221
222 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
223 declaration
224 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
225
9319a2fe
DM
2262002-04-21 David S. Miller <davem@redhat.com>
227
228 * arch-utils.c (generic_prologue_frameless_p): Kill
229 SKIP_PROLOGUE_FRAMELESS_P code.
230 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
231 references.
232 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
233 * arc-tdep.c (arc_prologue_frameless_p): Implement.
234 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
235 references.
236 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
237 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
238 (sparc_gdbarch_init): Pass it to
239 set_gdbarch_prologue_frameless_p.
a0e8a2d1 240
e9ed6d01
JT
2412002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
242
243 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
244 (alphabsd-nat.o): New dependency list.
245
36012033
JT
2462002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
247
248 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
249 alphafbsd-tdep.c.
250 (alpha-linux-tdep.o): New dependency list.
251 (alphafbsd-tdep.o): Likewise.
252
3379287a
JT
2532002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
254
255 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
256 to here...
257 * alpha-tdep.c: ...from here.
258 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
259
4bcbd6cb
JT
2602002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
261
262 * config/alpha/tm-alpha.h: Move alpha_software_single_step
263 prototype from here...
264 * alpha-tdep.h: ...to here.
265
b31da25e
AC
2662002-04-21 Andrew Cagney <ac131313@redhat.com>
267
268 * frame.h (selected_frame_level): Document as deprecated.
269 (frame_relative_level): Declare.
270 * stack.c (frame_relative_level): New function.
271 (selected_frame_level): Document as deprecated.
272 (select_frame): Do not set the selected_frame_level.
273
274 * stack.c (frame_info, record_selected_frame): Update.
275 (frame_command, current_frame_command): Update.
276 (up_silently_base, up_command, down_silently_base): Update.
277 (down_command): Update.
278 * inflow.c (kill_command): Update.
279 * tracepoint.c (finish_tfind_command): Update.
280 * corelow.c (core_open): Update.
281 * thread.c (info_threads_command): Update.
282 (do_captured_thread_select): Update.
283 * infcmd.c (finish_command): Update.
284 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
285
9c1d6fe5
JT
2862002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
287
288 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
289
ab89facf
AC
2902002-04-21 Andrew Cagney <ac131313@redhat.com>
291
292 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
293 type const.
294
82a4efa1
JT
2952002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
296
297 * alphafbsd-tdep.c: Update copyright years. Include
298 alpha-tdep.h.
299 (alphafbsd_use_struct_convention): Make static.
300 (alphafbsd_init_abi): New function.
301 (_initialize_alphafbsd_tdep): New function.
302 * config/alpha/tm-fbsd.h: Update copyright years.
303 (USE_STRUCT_CONVENTION): Remove.
304
44dffaac
JT
3052002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
306
307 * alpha-tdep.c (alpha_abi_handler): New structure to describe
308 an Alpha ABI variant.
309 (alpha_abi_handler_list): Declare.
310 (alpha_gdbarch_register_os_abi): New function.
311 (alpha_gdbarch_init): Give registered ABI variant handlers a
312 chance to tweak the gdbarch once we have set up defaults.
313 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
314
65585be4
JT
3152002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
316
317 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
318 to standard_coerce_float_to_double.
319 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
320
d9b023cc
JT
3212002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
322
323 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
324 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
325 from gdbarch_tdep rather than a constant.
326 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
327 the default text address for all Alpha Unix ABIs.
328 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
329 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
330
dc129d82
JT
3312002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
332
333 * alpha-tdep.h: New file. Includes several Alpha target constants
334 taken from...
335 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
336 let gdbarch deal with.
337 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
338 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
339 to dependency list.
340 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
341 Alpha target register names.
342 * alphabsd-nat.c: Likewise.
343 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
344 Alpha target register names. Make serveral routines static.
345 (alpha_get_saved_register): New function.
346 (alpha_abi_names): New.
347 (process_note_abi_tag_sections): New function.
348 (get_elfosabi): New function.
349 (alpha_gdbarch_init): New function.
350 (alpha_dump_tdep): New function.
351 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
352
d49d1e0a
AC
3532002-04-21 Andrew Cagney <ac131313@redhat.com>
354
355 * frame.c (find_saved_register): Delete #ifdef
356 HAVE_REGISTER_WINDOWS code.
357 * config/sparc/tm-sparc.h: Update comments.
358 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
359
92e8c9ed
AC
3602002-04-21 Andrew Cagney <ac131313@redhat.com>
361
362 * i960-tdep.c (i960_find_saved_register): New function.
363 (i960_get_saved_register): New function.
364 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
365 (i960_get_saved_register): Declare.
366 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
367
e1925118
DM
3682002-04-20 David S. Miller <davem@redhat.com>
369
370 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
371
29673b29
AC
3722002-04-20 Andrew Cagney <ac131313@redhat.com>
373
374 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
375 instead of NUM_PSEUDO_REGS.
376
6c86dcd5
DM
3772002-04-20 David S. Miller <davem@redhat.com>
378
379 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
380 GDB_MULTI_ARCH_PARTIAL
381 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
382 define, let tm-sp64.h do it.
383
aa40ec90
JT
3842002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
385
386 * frame.c (find_saved_register): Avoid a NULL pointer
387 dereference and actually walk the frame list.
388
0f79675b
AC
3892002-04-20 Andrew Cagney <ac131313@redhat.com>
390
391 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
392 sorted in most most-recent-used order. Document.
393 * gdbarch.h, gdbarch.c: Regenerate.
394
c04a1aa8
DJ
3952002-04-20 Daniel Jacobowitz <drow@mvista.com>
396
397 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
398 (add_inferior): Call create_register_cache.
399 (clear_inferiors): Call free_register_cache.
400 (inferior_regcache_data, set_inferior_regcache_data): New functions.
401 * gdbserver/regcache.c (struct inferior_regcache_data): New.
402 (registers): Remove.
403 (get_regcache): New function.
404 (create_register_cache, free_register_cache): New functions.
405 (set_register_cache): Don't initialize the register cache here.
406 (registers_to_string, registers_from_string, register_data): Call
407 get_regcache.
408 * gdbserver/regcache.h: Add prototypes.
409 * gdbserver/server.h: Likewise.
410
611cb4a5
DJ
4112002-04-20 Daniel Jacobowitz <drow@mvista.com>
412
413 * gdbserver/mem-break.c: New file.
414 * gdbserver/mem-break.h: New file.
415 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
416 dependencies.
417 * gdbserver/inferiors.c (struct inferior_info): Add target_data
418 member.
419 (clear_inferiors): Free target_data member if set.
420 (inferior_target_data, set_inferior_target_data): New functions.
421 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
422 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
423 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
424 (struct inferior_linux_data): New.
425 (linux_create_inferior): Use set_inferior_target_data.
426 (linux_attach): Likewise. Call add_inferior.
427 (linux_wait_for_one_inferior): New function.
428 (linux_wait): Call it.
429 (linux_write_memory): Add const.
430 (initialize_low): Call set_breakpoint_data.
431 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
432 handling members.
433 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
434 call.
435 * gdbserver/server.h: Include mem-break.h. Update inferior.c
436 prototypes.
437 * gdbserver/target.c (read_inferior_memory)
438 (write_inferior_memory): New functions.
439 * gdbserver/target.h (read_inferior_memory)
440 (write_inferior_memory): Change macros to prototypes.
441 (struct target_ops): Update comments. Add const to write_memory
442 definition.
443
f91305dd 4442002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
445
446 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
447 instead of ->prev.
448 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
449 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
450 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
451 instead of ->prev.
452
73d322b1
EZ
4532002-04-19 Elena Zannoni <ezannoni@redhat.com>
454
455 Fix PR gdb/471.
456 * gdbtypes.c (init_simd_type): Rewrite using new functions.
457 (build_builtin_type_vec128): Ditto.
458 (append_composite_type_field): Fix calculation of type length in
459 union case.
460
ccd9a834
EZ
4612002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
462
463 * config/djgpp/README: Update.
464
465 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
466 compiler warnings.
467
a57f9e49
JT
4682002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
469
470 * alpha-tdep.c (setup_arbitrary_frame): Rename...
471 (alpha_setup_arbitrary_frame): ...to this.
472 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
473 for alpha_setup_arbitrary_frame.
474
f4f9705a
AC
4752002-04-18 Andrew Cagney <cagney@redhat.com>
476
477 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
478 * gdbarch.h, gdbarch.c: Regenerate.
479
480 * defs.h (breakpoint_from_pc_fn): Delete type definition.
481 * target.h (memory_breakpoint_from_pc): Update declaration.
482 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
483
484 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
485 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
486 * mem-break.c (memory_breakpoint_from_pc): Ditto.
487 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
488 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
489 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
490 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
491 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
492 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
493 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
494 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
495 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
496
497 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
498 const pointer.
499 * monitor.c (monitor_insert_breakpoint): Ditto.
500 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
501
502 * config/mcore/tm-mcore.h: Update copyright.
503 * mem-break.c: Ditto.
504 * xstormy16-tdep.c: Ditto.
505
29f319b8
PM
5062002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
507
508 * p-exp.y: Add precedence rule for '^' token.
509 This removes the shift/reduce conflicts.
510 Remove the comment concerning these shift/reduce conflicts.
511
ebeac11a
EZ
5122002-04-18 Elena Zannoni <ezannoni@redhat.com>
513
514 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
515 (registers_powerpc_nofp): New register set for processors
516 without floating point unit.
517
27c31547
DM
5182002-04-18 David S. Miller <davem@redhat.com>
519
520 * MAINTAINERS: Add myself to write-after-approval.
521
47a73475
MS
5222002-04-17 Michael Snyder <msnyder@redhat.com>
523
524 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
525
953836b2
AC
5262002-04-17 Andrew Cagney <ac131313@redhat.com>
527
528 * rs6000-tdep.c (frame_initial_stack_address): Use
529 frame_register_read to read the alloca_reg.
530
8b0d4340
AC
5312002-04-17 Andrew Cagney <ac131313@redhat.com>
532
533 * frame.c (find_saved_register): Find saved registers in the next
534 not prev frame.
535 Fix PR gdb/365.
536
d8864532
AC
5372002-04-17 Andrew Cagney <ac131313@redhat.com>
538
539 * gdbarch.sh (LANG): Set to ``c''.
540
36cc83a3
AC
5412002-04-15 Andrew Cagney <ac131313@redhat.com>
542
543 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
544
2f4150cc 5452002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
546
547 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
548 Update copyright.
549
628703c6 550 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc
AC
551 Also fix PR gdb/391.
552
56157b4a
AC
5532002-04-14 Andrew Cagney <ac131313@redhat.com>
554
555 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
556 * aclocal.m4, configure: Re-generate.
557 Fix PR gdb/391.
558
6d1e3329
EZ
5592002-04-14 Elena Zannoni <ezannoni@redhat.com>
560
561 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
562 instead of tm_print_insn.
563
cb06fa07
EZ
5642002-04-14 Elena Zannoni <ezannoni@redhat.com>
565
566 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
567
f208ba17
AC
5682002-04-14 Andrew Cagney <ac131313@redhat.com>
569
570 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
571 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
572 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
573
20f01a46
DH
5742002-04-12 Don Howard <dhoward@redhat.com>
575
576 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
577 max_user_call_depth.
578 (init_cmd_lists): Initialize the new value;
579 * cli/cli-script.c (execute_user_command): Limit the call depth of
580 user defined commands. This avoids a core-dump when user commands
581 are infinitly recursive.
582
a88376a3
KB
5832002-04-12 Kevin Buettner <kevinb@redhat.com>
584
585 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
586 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
587 from tdep struct instead of DEFAULT_LR_SAVE.
588 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
589 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
590 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
591
f2172603
MS
5922002-04-12 Michael Snyder <msnyder@redhat.com>
593
694f61fb 594 * Remote.c: Spelling fix.
20fe79c8
MS
595 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
596 If no symbol found for "sbrk", try "_sbrk".
597 (make_output_phdrs): Use bfd_section_name.
598 (gcore_copy_callback): Use bfd_section_name.
62995fc4 599 * eval.c: Indentation fix-ups.
169a7369
MS
600 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
601 in case it gets applied to an address that is already
602 in the instruction space.
de74f71f
MS
603 * cli/cli-decode.c (help_list): Allow long lines to wrap.
604 * symfile.c: Fix indentation, long lines.
f2172603
MS
605 * source.c: White space fix-up.
606
cda5a58a
AC
6072002-04-12 Andrew Cagney <cagney@redhat.com>
608
609 * defs.h (read_relative_register_raw_bytes): Delete declaration.
610 * frame.c (frame_register_read): New function. Return non-zero on
611 success.
612 (read_relative_register_raw_bytes_for_frame): Delete.
613 (read_relative_register_raw_bytes): Delete.
614 * frame.h (frame_register_read): Declare.
615 * d30v-tdep.c: Update Copyright. Use frame_register_read.
616 * sh-tdep.c: Ditto.
617 * infcmd.c (do_registers_info): Ditto.
618 * hppa-tdep.c: Ditto.
619 * rs6000-tdep.c: Ditto.
620 * h8500-tdep.c: Ditto.
621 * mips-tdep.c: Ditto.
622 * h8300-tdep.c: Ditto.
623 * z8k-tdep.c: Ditto.
624
2ea5f656
KB
6252002-04-12 Kevin Buettner <kevinb@redhat.com>
626
627 From Jimi X <jimix@watson.ibm.com>:
628 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
629 64-bit SysV ABI.
630
27b15785
KB
6312002-04-12 Kevin Buettner <kevinb@redhat.com>
632
633 From Jimi X <jimix@watson.ibm.com>:
634 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
635 bfd info.
636
5d57ee30
KB
6372002-04-12 Kevin Buettner <kevinb@redhat.com>
638
639 From Jimi X <jimix@watson.ibm.com>:
640 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
641 register sets for these processor variants.
642
bc1e36ca
DJ
6432002-04-11 Daniel Jacobowitz <drow@mvista.com>
644
645 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
646 registers which are allowed to fail to store.
647 * gdbserver/linux-low.h (linux_target_ops): Likewise.
648 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
649 (ppc_cannot_store_register): FPSCR may not be storable.
650 * regformats/reg-ppc.dat: Support FPSCR.
651
e3f36dbd
KB
6522002-04-11 Kevin Buettner <kevinb@redhat.com>
653
654 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
655 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
656 Add fpscr as an invalid/unfetchable register.
657 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
658 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
659 (fill_fpregset): Add support for register fpscr.
660 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
661 (fill_gregset): Account for the fact that register ``mq'' might
662 not exist.
663 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
664 (registers_power): Add fpscr to register set at slot 71.
665 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
666 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
667
943c9c25
MS
6682002-04-11 Michael Snyder <msnyder@redhat.com>
669
670 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
671 * configure: Regenerate.
672 * config.in: Regenerate.
673 * acconfig.h: Add define for _SYSCALL32.
674 * core-sol2.c: Remove #define _SYSCALL32.
675 * solib-legacy.c: Remove #define _SYSCALL32.
676
d8c0a2e7
AC
6772002-04-10 Andrew Cagney <ac131313@redhat.com>
678
679 * stack.c (select_frame): Cleanup internal error message, do not
680 use %p.
681
7cc19214
AC
6822002-04-10 Andrew Cagney <ac131313@redhat.com>
683
684 * stack.c (select_frame): Check that selected_frame and the
685 specified level are as expected.
686 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
687 Update copyright.
688 * frame.h (struct frame_info): Add field `level'. Update
689 copyright.
690 Work-in-progress PR gdb/464.
691
67a2b77e
AC
6922002-04-10 Andrew Cagney <ac131313@redhat.com>
693
694 * maint.c (maint_print_section_info): Rename print_section_info.
695 (print_bfd_section_info, print_objfile_section_info): Update.
696 * inferior.h (struct gdbarch): Add opaque declaration.
697 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
698 * gdbarch.h: Regenerate.
699
8cfda98c
ML
7002002-04-10 Michal Ludvig <mludvig@suse.cz>
701
702 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
703 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
704 (kernel_u_size): Added.
705 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
706 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
707
ca439ad2
JI
7082002-04-04 Jim Ingham <jingham@apple.com>
709
710 * valarith.c (find_size_for_pointer_math): New function, either returns
711 the size for a pointer's target, returns 1 for void *, or errors for
712 incomplete types.
713 (value_add, value_sub): use find_size_for_pointer_math.
714
2f2893d9
DJ
7152002-04-09 Daniel Jacobowitz <drow@mvista.com>
716
717 * linux-low.c (linux_look_up_symbols): New hook.
718 (linux_target_ops): Add linux_look_up_symbols.
719 * remote-utils.c (decode_address): New function.
720 (look_up_one_symbol): New function.
721 * server.c (handle_query): Call target look_up_symbols hook.
722 * server.h (look_up_one_symbol): Add prototype.
723 * target.h (struct target_ops): Add look_up_symbols hook.
724
2ec06d2e
DJ
7252002-04-09 Daniel Jacobowitz <drow@mvista.com>
726
d64b8841
DJ
727 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
728 * ChangeLog: Correct paths in last ChangeLog entry.
729
7302002-04-09 Daniel Jacobowitz <drow@mvista.com>
731
732 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
733 (struct linux_target_ops): New.
734 (extern the_low_target): New.
d64b8841 735 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
736 (register_addr): Use the_low_target explicitly.
737 (fetch_register): Likewise.
738 (usr_fetch_inferior_registers): Likewise.
739 (usr_store_inferior_registers): Likewise.
d64b8841 740 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
741 (arm_num_regs): Define.
742 (arm_regmap): Renamed from regmap, made static.
743 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
744 made static.
745 (arm_cannot_store_register): Renamed from cannot_store_register,
746 made static.
747 (the_low_target): New.
d64b8841 748 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
749 (i386_num_regs): Define.
750 (i386_regmap): Renamed from regmap, made static.
751 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
752 made static.
753 (i386_cannot_store_register): Renamed from cannot_store_register,
754 made static.
755 (the_low_target): New.
d64b8841 756 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
757 (ia64_num_regs): Define.
758 (ia64_regmap): Renamed from regmap, made static.
759 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
760 made static.
761 (ia64_cannot_store_register): Renamed from cannot_store_register,
762 made static.
763 (the_low_target): New.
d64b8841 764 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
765 (m68k_num_regs): Define.
766 (m68k_regmap): Renamed from regmap, made static.
767 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
768 made static.
769 (m68k_cannot_store_register): Renamed from cannot_store_register,
770 made static.
771 (the_low_target): New.
d64b8841 772 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
773 (mips_num_regs): Define.
774 (mips_regmap): Renamed from regmap, made static.
775 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
776 made static.
777 (mips_cannot_store_register): Renamed from cannot_store_register,
778 made static.
779 (the_low_target): New.
d64b8841 780 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
781 (ppc_num_regs): Define.
782 (ppc_regmap): Renamed from regmap, made static.
783 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
784 made static.
785 (ppc_cannot_store_register): Renamed from cannot_store_register,
786 made static.
787 (the_low_target): New.
d64b8841 788 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
789 (s390_num_regs): Define.
790 (s390_regmap): Renamed from regmap, made static.
791 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
792 made static.
793 (s390_cannot_store_register): Renamed from cannot_store_register,
794 made static.
795 (the_low_target): New.
d64b8841 796 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
797 (sh_num_regs): Define.
798 (sh_regmap): Renamed from regmap, made static.
799 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
800 made static.
801 (sh_cannot_store_register): Renamed from cannot_store_register,
802 made static.
803 (the_low_target): New.
d64b8841 804 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
805 (the_low_target): New.
806
96cb11df
AC
8072002-04-09 Andrew Cagney <ac131313@redhat.com>
808
809 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
810 override FP_REGNUM with frame->fp. Update copyright.
811 * parse.c (num_std_regs, std_regs): Delete.
812 (target_map_name_to_register): Do not search std_regs. Update
813 function description.
814 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
815 declarations. Update copyright.
816 Fix PR gdb/251.
817
c3a3ccc7
DJ
8182002-04-09 Daniel Jacobowitz <drow@mvista.com>
819
820 * gdbserver/Makefile.in: Add stamp-h target.
821 * gdbserver/configure.in: Create stamp-h.
822 * gdbserver/configure: Regenerated.
823
ce3a066d
DJ
8242002-04-09 Daniel Jacobowitz <drow@mvista.com>
825
826 * gdbserver/inferiors.c: New file.
827 * gdbserver/target.c: New file.
828 * gdbserver/target.h: New file.
829 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
830 dependencies.
831 * gdbserver/linux-low.c (inferior_pid): New static variable,
832 moved from server.c.
833 (linux_create_inferior): Renamed from create_inferior.
834 Call add_inferior. Return 0 on success instead of a PID.
835 (linux_attach): Renamed from myattach.
836 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
837 (linux_thread_alive): Renamed from mythread_alive.
838 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
839 child dies.
840 (linux_resume): Renamed from myresume. Add missing ``return 0''.
841 (regsets_store_inferior_registers): Correct error message.
842 Add missing ``return 0''.
843 (linux_fetch_registers): Renamed from fetch_inferior_registers.
844 (linux_store_registers): Renamed from store_inferior_registers.
845 (linux_read_memory): Renamed from read_inferior_memory.
846 (linux_write_memory): Renamed from write_inferior_memory.
847 (linux_target_ops): New structure.
848 (initialize_low): Call set_target_ops ().
849 * gdbserver/remote-utils.c (unhexify): New function.
850 (hexify): New function.
851 (input_interrupt): Send signals to ``signal_pid''.
852 * gdbserver/server.c (inferior_pid): Remove.
853 (start_inferior): Update create_inferior call.
854 (attach_inferior): Call add_inferior.
855 (handle_query): New function.
856 (main): Call handle_query for `q' packets.
857 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
858 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
859
0729219d
DJ
8602002-04-09 Daniel Jacobowitz <drow@mvista.com>
861
862 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
863 dependencies.
864 * gdbserver/configure.in: Check for <string.h>
865 * gdbserver/configure: Regenerate.
866 * gdbserver/config.in: Regenerate.
867 * gdbserver/gdbreplay.c: Include needed system headers.
868 (remote_open): Remove strchr prototype.
869 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
870 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
871 (supply_register_by_name): Likewise.
872 (collect_register): Change buf argument to void *.
873 (collect_register_by_name): Likewise.
874 * gdbserver/regcache.h: Add missing prototypes.
875 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
876 * gdbserver/server.c (handle_query): New function.
877 (attached): New static variable, moved out of main.
878 (main): Quiet longjmp clobber warnings.
879 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
880 * gdbserver/utils.c (error): Remove NORETURN.
881 (fatal): Likewise.
882
97658e92
DJ
8832002-04-09 Daniel Jacobowitz <drow@mvista.com>
884
885 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
886 after the last symbol in a block.
887
6044e3eb
PM
8882002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
889
890 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
891 is non zero as a found symbol.
892
0406ec40
AC
8932002-04-08 Andrew Cagney <ac131313@redhat.com>
894
895 * findvar.c: Include "builtin-regs.h".
896 (value_of_register): Call value_of_builtin_reg when applicable.
897 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
898 (target_map_name_to_register): Call
899 builtin_reg_map_name_to_regnum.
900 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
901 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
902 (builtin_regs_h): Define.
903 (builtin-regs.o): New target.
904 (findvar.o): Add $(builtin_regs_h).
905 * builtin-regs.c, builtin-regs.h: New files.
906 * std-regs.c: New file.
907 Partial fix for PR gdb/251.
908
56a6dfb9
KB
9092002-04-08 Kevin Buettner <kevinb@redhat.com>
910
911 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
912 it's no longer required.
913
3a808432
AC
9142002-04-08 Andrew Cagney <ac131313@redhat.com>
915
916 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
917
7c40d541
KB
9182002-04-08 Kevin Buettner <kevinb@redhat.com>
919
920 From Jimi X <jimix@watson.ibm.com>:
921 * rs6000-tdep.c (rs6000_software_single_step): Use
922 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
923 and size. Use target_insert_breakpoint() and
924 target_remove_breakpoint() to insert and remove breakpoints
925 instead of explicit memory reads and writes.
926
cc9836a8
KB
9272002-04-08 Kevin Buettner <kevinb@redhat.com>
928
929 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
930 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
931 ELF_OBJECT_FORMAT ifdef.
932
7495d1dc
KB
9332002-04-08 Kevin Buettner <kevinb@redhat.com>
934
935 From Jimi X <jimix@watson.ibm.com>:
936 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
937
4288e836
KB
9382002-04-08 Kevin Buettner <kevinb@redhat.com>
939
940 From Jimi X <jimix@watson.ibm.com>:
941 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
942 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
943
a4e4e501
MK
9442002-04-07 Mark Kettenis <kettenis@gnu.org>
945
946 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
947 s/asprintf/xasprintf/.
948 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
949
006defba
AC
9502002-04-07 Andrew Cagney <ac131313@redhat.com>
951
952 I believe Jeff Law denies responsability for this one:
953 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
954 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
955 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
956 Work-around for PR gdb/366.
957
7aa83cac
EZ
9582002-04-07 Elena Zannoni <ezannoni@redhat.com>
959
960 * remote-e7000.c (write_small, e7000_read_inferior_memory,
961 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
962 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
963
cf1fcca1
EZ
9642002-04-07 Elena Zannoni <ezannoni@redhat.com>
965
966 * sh-tdep.c (sh_fp_frame_init_saved_regs,
967 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
968 information.
969
3f289e6f
AC
9702002-04-07 Andrew Cagney <ac131313@redhat.com>
971
972 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
973 maintainer.
974
129188f6
AC
9752002-04-07 Andrew Cagney <ac131313@redhat.com>
976
977 * README (Reporting Bugs in GDB): Document the bug web page as the
978 prefered way of submitting bugs.
979 Fix PR gdb/402.
980
1200cd6e
AC
9812002-04-06 Andrew Cagney <ac131313@redhat.com>
982
983 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
984 -1. Update comment.
985 * gdbarch.h, gdbarch.c: Re-generate.
986
2853c33c
AS
9872002-04-07 Andreas Schwab <schwab@suse.de>
988
989 * m68klinux-nat.c (fill_fpregset): Properly pass address of
990 buffer to regcache_collect.
991
c2169756
AC
9922002-04-06 Andrew Cagney <ac131313@redhat.com>
993
994 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
995 * gdbarch.c, gdbarch.h: Re-generate.
996
25f1b008
AC
9972002-04-06 Andrew Cagney <ac131313@redhat.com>
998
999 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
1000 declaration. Fix -Werror.
1001
59263426
DJ
10022002-04-05 Daniel Jacobowitz <drow@mvista.com>
1003
1004 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
1005 * gdbarch.c: Regenerate.
1006
f5db4da3
MS
10072002-04-05 Michael Snyder <msnyder@redhat.com>
1008
80f8a6eb
MS
1009 * breakpoint.c (clear_command): Rewrite middle section to
1010 combine two loops with identical control conditions.
1011 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
1012 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
1013
ad3dcc5c
L
10142002-04-05 H.J. Lu (hjl@gnu.org)
1015
1016 * solib-svr4.c (bkpt_names): Add "__start".
1017
f32e7a74
AC
10182002-04-04 Andrew Cagney <ac131313@redhat.com>
1019
1020 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
1021 as test for 64 bit target.
1022
8227c0ff
AC
10232002-04-05 Andrew Cagney <ac131313@redhat.com>
1024
1025 * h8500-tdep.c (h8500_write_fp): Delete function.
1026 * dwarf2cfi.c (cfi_write_fp): Document as not used.
1027 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
1028 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
1029 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
1030 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
1031 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
1032 (s390_write_fp):
1033 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
1034 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
1035 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
1036 (d10v_write_fp): Delete function.
1037 * inferior.h (write_fp, generic_target_write_fp): Delete
1038 declarations.
1039 * regcache.c (generic_target_write_fp): Delete function.
1040 (write_fp): Delete function.
1041 * gdbarch.sh (TARGET_WRITE_FP): Delete.
1042 * gdbarch.h, gdbarch.c: Regenerate.
1043 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
1044 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
1045 (sparc64_write_fp): Delete declaration.
1046 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
1047 (h8500_write_fp): Delete declaration.
1048
2757dd86
AC
10492002-04-04 Andrew Cagney <ac131313@redhat.com>
1050
1051 * sparc-tdep.c (sparc64_write_fp): Delete.
1052 (sparc_push_dummy_frame): Replace write_fp call with code to store
1053 the FP directly.
1054 (sparc_gdbarch_init): Do not initialize write_fp.
1055
c69255e1
KB
10562002-04-05 Kevin Buettner <kevinb@redhat.com>
1057
1058 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
1059 clause.
1060
ae767bfb
JB
10612002-03-29 Jim Blandy <jimb@redhat.com>
1062
1063 * stack.c (get_selected_block): Add new argument `addr_in_block',
1064 used to return the exact code address we used to select the block,
1065 not just the block.
1066 * blockframe.c (get_frame_block, get_current_block): Same.
1067 * frame.h (get_frame_block, get_current_block,
1068 get_selected_block): Update declarations.
1069 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
1070 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
1071
84d2ac95
MS
10722002-04-05 Michael Snyder <msnyder@redhat.com>
1073
1074 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
1075 warning message.
1076
596aa3bf
JB
10772002-04-05 J. Brobecker <brobecker@gnat.com>
1078
1079 * utils.c (xfullpath): New function.
1080 * defs.h (xfullpath): Add declaration.
1081 * source.c (openp): Use xfullpath in place of gdb_realpath to
1082 avoid resolving the basename part of filenames when the
1083 associated file is a symbolic link. This fixes a potential
1084 inconsistency between the filenames known to GDB and the
1085 filenames it prints in the annotations.
1086 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
1087 to be able to match a filename with either the real filename, or
1088 the name of any symbolic link to this file.
1089 (lookup_partial_symtab): Ditto.
1090
c02f5703
MS
10912002-04-04 Michael Snyder <msnyder@redhat.com>
1092
1093 * breakpoint.c: Add support for hardware breakpoints in overlays.
1094 (overlay_events_enabled): New state variable.
1095 (insert_breakpoints): Use overlay_events_enabled to decide
1096 whether to attempt to set a breakpoint at the overlay load addr.
1097 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1098 (remove_breakpoint): Use overlay_events_enabled to decide
1099 whether breakpoints need to be removed from overlay load addr.
1100 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1101 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
1102 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
1103 disable_overlay_breakpoints): Update overlay_events_enabled.
1104
5fb290d7
DJ
11052002-04-04 Daniel Jacobowitz <drow@mvista.com>
1106
1107 * dwarf2read.c (struct function_range): New.
1108 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
1109 (check_cu_functions): New.
1110 (read_file_scope): Initialize global function lists.
1111 Call dwarf_decode_line after processing children.
1112 (read_func_scope): Add to global function list.
1113 (dwarf_decode_lines): Call check_cu_functions everywhere
1114 record_line is called. Call record_line with a linenumber
1115 of 0 to mark sequence ends.
1116
7b3fabf0
ML
11172002-04-04 Michal Ludvig <mludvig@suse.cz>
1118
1119 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
1120 change sync with glibc.
1121
bce58c09
JB
11222002-04-03 Jim Blandy <jimb@redhat.com>
1123
1124 * configure.in: Call AC_C_INLINE.
1125 * configure: Regenerated.
1126
2fccf04a
DJ
11272002-04-01 Daniel Jacobowitz <drow@mvista.com>
1128
1129 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
1130 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
1131
2d1bfe2e
MK
11322002-03-31 Mark Kettenis <kettenis@gnu.org>
1133
a5941fbf
MK
1134 * NEWS: Mention gcore support on FreeBSD/i386.
1135
a90cd31d
MK
1136 * fbsd-proc.c: New file.
1137 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
1138 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
1139
2d1bfe2e
MK
1140 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
1141 while statement.
1142
9eb6e5a1
JB
11432002-03-29 Jim Blandy <jimb@redhat.com>
1144
1145 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
1146 unescaped newlines in string literals, but newer ones don't. So
1147 escape them.
1148
f02df580
MS
11492002-03-26 Michael Snyder <msnyder@redhat.com>
1150 Andrew Cagney <cagney@redhat.com>
1151
1152 * cli/cli-dump.c: New file. Dump memory to file,
1153 restore file to memory.
1154 * cli/cli-dump.h: New file.
1155 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 1156 * NEWS: Mention new commands.
f02df580 1157
109f874e
MS
11582002-03-28 Michael Snyder <msnyder@redhat.com>
1159
1160 * symfile.c (symbol_file_add): Move test for null symbols to later.
1161
520f6ade
AC
11622002-03-27 Andrew Cagney <ac131313@redhat.com>
1163
1164 From veksler at il.ibm.com:
1165 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
1166 the xstrduped original path.
1167 Fix PR gdb/417.
1168
d4654627
MS
11692002-03-27 Michael Snyder <msnyder@redhat.com>
1170
1171 * breakpoint.c (_initialize_breakpoint): Clean up help string.
1172 * infcmd.c (_initialize_infcmd): Ditto.
1173 * language.c (_initialize_language): Ditto.
1174 * symfile.c (_initialize_symfile): Ditto.
1175 * top.c (_init_main): Ditto.
1176 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1177
6be8bc0c
EZ
11782002-03-27 Elena Zannoni <ezannoni@redhat.com>
1179
1180 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
1181 vector registers handling.
1182 (skip_prologue): Handle new AltiVec instructions. Fill in new
1183 fields of frame data.
1184 (frame_get_saved_regs): Fill in information for AltiVec registers.
1185
12af6855
JB
11862002-03-27 Jim Blandy <jimb@redhat.com>
1187
1188 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
1189 a function; leave this macro here to invoke that function.
1190 (symbol_init_mangled_name): Declaration for that function.
1191 * symtab.c (symbol_init_mangled_name): New function.
1192
dc672865
AC
11932002-03-27 Andrew Cagney <ac131313@redhat.com>
1194
1195 * valarith.c: Replace strerror with safe_strerror.
1196 * tracepoint.c: Ditto.
1197 * lin-lwp.c: Ditto.
1198 * go32-nat.c: Ditto.
1199 * inflow.c: Ditto.
1200 * gnu-nat.c: Ditto.
1201
d96429cd
AS
12022002-03-27 Andreas Schwab <schwab@suse.de>
1203
1204 * event-top.c (command_line_handler): Remove useless if.
1205
7e336ba1
AJ
12062002-03-27 Andreas Jaeger <aj@suse.de>
1207
1208 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
1209 comment.
1210
de220d0f
ML
12112002-03-27 Michal Ludvig <mludvig@suse.cz>
1212
1213 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
1214 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
1215 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
1216 (x86_64_linux_dr_get_status, supply_gregset),
1217 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
1218 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
1219 (x86_64_register_info_table): Add.
1220 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
1221 (x86_64_register_raw_size, x86_64_register_virtual_type),
1222 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
1223 general x86_64_register_info_table.
1224 (i386_gdbarch_init): gdbarch_register_bytes is now set
1225 dynamicaly during initialization.
1226 * regformats/reg-x86-64.dat: Synced with changes to registers above.
1227 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 1228
0e98d0a7
DJ
12292002-03-27 Daniel Jacobowitz <drow@mvista.com>
1230
1231 * gdbserver/server.c (main): Call target_signal_to_host_p
1232 and target_signal_to_host on signals received from the remote.
1233 * gdbserver/remote-utils.c (prepare_resume_reply): Call
1234 target_signal_from_host on signals sent to the remote.
1235 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
1236 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
1237
3130066b
DJ
12382002-03-27 Daniel Jacobowitz <drow@mvista.com>
1239
1240 * signals/signals.c: Include "server.h" in gdbserver build.
1241 (target_signal_from_name): Don't use STREQ.
1242 (_initialize_signals): Likewise. Don't include function in
1243 gdbserver build.
1244
9aedf4f4
DJ
12452002-03-27 Daniel Jacobowitz <drow@mvista.com>
1246
1247 * signals.c: Moved to...
1248 * signals/signals.c: Here.
7e336ba1 1249 * Makefile (signals.o): Update.
9aedf4f4 1250
3fa41cdb
JL
12512002-03-26 Jeff Law (law@redhat.com)
1252
1253 * somread.c (som_symtab_read): Remove some commented out code and
1254 updated related comments. Do not set the minimal symbol table to
1255 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
1256 in a dynamic executable.
1257 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
1258 where we are unable to find the minimal symbol for the given
1259 PC value.
1260
ee677e8d
MS
12612002-03-25 Jeff Law (law@redhat.com)
1262
1263 * linux-proc.c (read_mapping): Scan up to end of line for filename.
1264
e76e1718
ML
12652002-03-25 Michal Ludvig <mludvig@suse.cz>
1266
1267 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
1268
18a642a1
AC
12692002-03-23 Andrew Cagney <ac131313@redhat.com>
1270
1271 * command.h: Update copyright.
1272 (struct cmd_list_element): Replace definition with opaque
1273 declaration.
1274 (enum cmd_types): Document that it will eventually be moved to
1275 cli/cli-decode.h
1276 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
1277 (MALLOCED_REPLACEMENT): Delete macro.
1278 * Makefile.in (cli_decode_h): Add $(command_h).
1279 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 1280 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
1281 * completer.c: Include "cli/cli-decode.h".
1282 * maint.c: Include "cli/cli-decode.h".
1283 * cli/cli-decode.h: Include "command.h".
1284 (enum command_class): Delete.
1285 (enum cmd_types): Comment out.
1286 (enum cmd_auto_boolean): Delete.
1287 (enum var_types): Delete.
1288
b2875cc0
AC
12892002-03-23 Andrew Cagney <ac131313@redhat.com>
1290
1291 * cli/cli-decode.c: Include "gdb_assert.h".
1292 (add_set_or_show_cmd): New static function.
1293 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
1294 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
1295 all fields, such as func, from the set command.
1296
3b45974e
AC
12972002-03-23 Andrew Cagney <ac131313@redhat.com>
1298
1299 * MAINTAINERS (sh-elf): Change warning flag to -w.
1300
823ca731
AC
13012002-03-23 Andrew Cagney <cagney@redhat.com>
1302
1303 * defs.h (error): Add printf format attribute.
1304 * thread-db.c (thread_from_lwp): Fix error format string.
1305 * stack.c (parse_frame_specification): Ditto.
1306 * cli/cli-decode.c (undef_cmd_error): Ditto.
1307 * scm-lang.c (scm_lookup_name): Ditto.
1308 * tracepoint.c (trace_error): Ditto.
1309 * remote-utils.c (usage): Ditto.
1310 * remote.c (compare_sections_command): Ditto.
1311 Fix PR gdb/328.
1312
0e101458
AC
13132002-03-22 Andrew Cagney <ac131313@redhat.com>
1314
1315 * gdbtypes.c (append_composite_type_field): New function.
1316 (init_composite_type): New function.
1317 * gdbtypes.h (append_composite_type_field): Declare.
1318 (init_composite_type): Ditto.
1319
8e0662df
EZ
13202002-03-22 Elena Zannoni <ezannoni@redhat.com>
1321
1322 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 1323 function.
8e0662df
EZ
1324 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
1325 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
1326 structure returning convention for SYSV ABI case, but not
1327 for GNU/Linux, FreeBSD, or NetBSD.
1328
3121eff0
DJ
13292002-03-22 Daniel Jacobowitz <drow@mvista.com>
1330
1331 * symtab.h (lookup_block_symbol): Add mangled_name argument
1332 to prototype.
1333
1334 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
1335 with new mangled_name argument.
1336 * linespec.c (decode_line_1): Likewise.
1337 * valops (value_of_this): Likewise.
1338 * symtab.c (lookup_transparent_type): Likewise.
1339 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
1340 (lookup_symbol): If we are given a mangled name, pass it down
1341 to lookup_symbol_aux.
1342 (lookup_block_symbol): If we are given a mangled name to check
1343 against, only return symbols which match it.
1344
349b409f
CF
13452002-03-22 Christopher Faylor <cgf@redhat.com>
1346
1347 * win32-nat.c (child_create_inferior): Check for proper shell to use
1348 here, in case the user changes it on the fly.
1349 (_initialize_inftarg): Remove shell path considerations.
1350
2a873819
EZ
13512002-03-21 Elena Zannoni <ezannoni@redhat.com>
1352
1353 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
1354 for gdbarch_max_register_raw_size and max_register_virtual_size.
1355 Adjust copyright year.
1356
a1b9830c
DJ
13572002-03-21 Daniel Jacobowitz <drow@mvista.com>
1358
1359 * dbxread.c (process_one_symbol): Extend the first N_SLINE
1360 in a function to cover the entire beginning of the function
1361 as well if it does not already.
1362
8b5790f2
TR
13632002-03-21 Tom Rix <trix@redhat.com>
1364
1365 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
1366 (rs6000_ptrace64): Renamed from ptrace64.
1367
bdbe5747
MH
13682002-03-20 Martin M. Hunt <hunt@redhat.com>
1369
1370 * gdbserver/remote-utils.c (remote_open): Don't call
1371 getprotobyname, we're all using TCP here so just use
1372 IPPROTO_TCP.
7e336ba1 1373 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
1374
13752002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 1376
bdbe5747
MH
1377 * regcache.c (_initialize_regcache): No need to call
1378 build_regcache() at this time; it gets called whenever
1379 the gdbarch changes.
1380
7781cd62
DB
13812002-03-20 David O'Brien <obrien@FreeBSD.org>
1382
1383 * sparc-nat.c: Include sys/param.h where possible.
1384
f65ca430
DJ
13852002-03-20 Daniel Jacobowitz <drow@mvista.com>
1386
1387 Fix PR gdb/422.
1388 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
1389 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
1390 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
1391 complex types.
1392 * stabsread.c (rs6000_builtin_type): Likewise.
1393 (read_sun_floating_type): Likewise.
1394
0c867556
PS
13952002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1396
1397 * stabsread.c (read_member_functions): Remove skip code for duplicate
1398 constructor/destructor methods. Use standard parsing for these
1399 methods and just do not chain them to the list of methods after
1400 parsing.
1401
12b9c64f
AO
14022002-03-19 Alexandre Oliva <aoliva@redhat.com>
1403
1404 * coffread.c: Remove redundant static declarations. Replace
1405 occurrences of `PTR' with `void *'.
1406 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
1407 * top.h (quit_cover): Likewise.
1408 * defs.h (catch_errors): Likewise.
1409
349c5d5f
AC
14102002-03-18 Andrew Cagney <ac131313@redhat.com>
1411
1412 * defs.h (XMALLOC): Define.
1413 * gdb-events.sh (XMALLOC): Delete macro.
1414 * gdb-events.c, gdb-events.h: Regenerate.
1415 * gdbarch.sh (XMALLOC): Delete macro.
1416 * gdbarch.c: Regenerate.
1417 * serial.c (XMALLOC): Delete macro.
1418 * ui-file.c (XMALLOC): Ditto.
1419 * ser-unix.h (XMALLOC): Ditto.
1420 * sh-tdep.c (XMALLOC): Ditto.
1421 * ui-out.c (XMALLOC): Ditto.
1422 * utils.c (XMALLOC): Ditto.
1423 * i386-tdep.c (XMALLOC): Ditto.
1424 * gdb-events.c (XMALLOC): Ditto.
1425 * d10v-tdep.c (XMALLOC): Ditto.
1426 * cli-out.c (XMALLOC): Ditto.
1427
1428 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
1429 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
1430 * ui-file.c, ui-out.c: Ditto.
1431
7d0766f3
AC
14322002-03-18 Andrew Cagney <ac131313@redhat.com>
1433
1434 * command.h (struct cmd_list_element): Add field context.
1435 (set_cmd_context, get_cmd_context): Declare.
1436 * cli/cli-decode.h: Ditto.
1437 * cli/cli-decode.c (get_cmd_context): New function.
1438 (set_cmd_context): New function.
1439 (add_cmd): Initialize context.
1440 Part of fixing PR gdb/145 and PR gdb/146.
1441
5913bcb0
AC
14422002-03-17 Andrew Cagney <ac131313@redhat.com>
1443
1868c04e
AC
1444 * cli/cli-decode.c (cmd_type): New function.
1445 * command.h (cmd_type): Declare.
1446 * infrun.c (set_schedlock_func): Call function cmd_type.
1447 * kod.c (kod_set_os): Call cmd_type.
1448 * cris-tdep.c (cris_version_update): Use function cmd_type.
1449 (cris_mode_update, cris_abi_update): Ditto.
1450
5913bcb0
AC
1451 * command.h: (execute_cmd_post_hook): Declare.
1452 (execute_cmd_pre_hook): Declare.
1453 * cli/cli-script.c (clear_hook_in_cleanup): New function.
1454 (execute_cmd_post_hook, execute_cmd_pre_hook): New
1455 functions. Execute pre/post hook while ensuring that afterwords
1456 hook_in is cleared.
1457 * top.c (execute_command): Use execute_cmd_post_hook, and
1458 execute_cmd_pre_hook to execute pre/post commands.
1459 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
1460 hook_stop_stub.
1461 (hook_stop_stub): Call execute_cmd_pre_hook.
1462
b51450c9
AC
14632002-03-17 Andrew Cagney <ac131313@redhat.com>
1464
1465 * kod.c (kod_set_os): Revert previous change. Is called by ``info
1466 set'' and this leads to a core dump. Move xstrdup of
1467 operating_system to after check that it is not NULL.
1468
f66c9f11
AC
14692002-03-17 Andrew Cagney <ac131313@redhat.com>
1470
8e694ecf
AC
1471 * kod.c (kod_set_os): Remove unnecessary check that
1472 ``command->type'' is set_cmd.
1473
f66c9f11
AC
1474 * valprint.c (set_input_radix): Use input_radix.
1475 (set_output_radix): Use output_radix.
1476 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
1477 isn't reverted.
1478
9d01611c
AC
14792002-03-16 Andrew Cagney <ac131313@redhat.com>
1480
1481 * value.h (struct value): Delete field ``substring_addr''. Change
1482 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
1483 force_core_addr_align and force_pointer_aligh.
1484
1485 * value.h (struct value): Fix typo in above change.
9d01611c 1486
4156bb53
PS
14872002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1488
1489 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
1490 to fix internal_error from ``maintenance print architecture''.
1491
0e5e3ea6
PS
14922002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1493
1494 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
1495 for gcc versions after gcc-2.8.1.
1496
9b013045
PS
14972002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1498
1499 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
1500 for method resolution. Restore adjustment of ``this'' pointer after
1501 calling value_struct_elt, which was accidentally removed during the
1502 HP merge.
1503
376c9600
AC
15042002-03-15 Andrew Cagney <ac131313@redhat.com>
1505
1506 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
1507 value_of_register.
1508 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
1509 get_saved_register.
1510 * value.h (value_of_register): Update.
1511
a4db0f07
RH
15122002-03-14 Richard Henderson <rth@redhat.com>
1513
1514 * configure.in: Detect declaration for canonicalize_file_name.
1515 * utils.c (canonicalize_file_name): Declare, if needed.
1516 (gdb_realpath): Prefer realpath if available and usable.
1517 * config.in, configure: Rebuild.
1518
96383835
RH
15192002-03-14 Richard Henderson <rth@redhat.com>
1520
1521 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
1522 a constant array bound.
1523
1524 * MAINTAINERS: Add myself to write-after-approval.
1525
75245b24
MS
15262002-03-14 Michael Snyder <msnyder@redhat.com>
1527
1528 * symfile.c (syms_from_objfile): Return immediately if no syms.
1529 (symbol_file_add): Return immediately if no syms.
1530 (find_sym_fns): Return immediately if no syms.
1531
e641a1ca
ML
15322002-03-13 Michal Ludvig <mludvig@suse.cz>
1533
1534 * gdbserver/remote-util.c (remote_open): Print remote-side's
1535 IP address when remote debugging over the network.
7e336ba1 1536
df08bfec
DB
15372002-03-12 David O'Brien <obrien@FreeBSD.org>
1538
1539 * config/sparc/fbsd.mh: Fix copyright.
1540 * config/sparc/fbsd.mt: Likewise.
1541
9a57864f
RE
15422002-03-11 Richard Earnshaw <rearnsha@arm.com>
1543
1544 * MAINTAINERS: Fix typo in name of gdb warnings option.
1545 (x86-64): Fix formating so that this can be parsed by awk.
1546
dd7bf85e
DJ
15472002-03-10 Daniel Jacobowitz <drow@mvista.com>
1548
1549 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
1550 * defs.h: Include "gdb/signals.h".
1551 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
1552
33a0a2ac
ML
15532002-03-10 Michal Ludvig <mludvig@suse.cz>
1554
1555 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 1556 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
1557 from x86-64-tdep.h
1558
dd824b04
DJ
15592002-03-10 Daniel Jacobowitz <drow@mvista.com>
1560 Don Howard <dhoward@redhat.com>
1561
1562 * mips-tdep.c (ST0_FR): Define.
1563 (mips2_fp_compat): New function, temporarily disabled.
1564 (mips_read_fp_register_single): New function.
1565 (mips_read_fp_register_double): New function.
1566 (mips_print_register): Use them.
1567 (do_fp_register_row): Likewise.
1568
6a41ff59
AC
15692002-03-09 Andrew Cagney <ac131313@redhat.com>
1570
1571 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
1572 approval''.
1573
4ea09c10
PS
15742002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1575
1576 * stabsread.c (read_member_functions): Fix is_stub test for
1577 static member functions, improve comment.
1578
6ccc741d
RE
15792002-03-07 Richard Earnshaw <rearnsha@arm.com>
1580
1581 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
1582 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
1583 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
1584 commands that set boolean values.
1585 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
1586 (arm_rdi_resume): Always initialize PC.
1587 (arm_rdi_open): Don't use rslt as a boolean.
1588 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
1589 (arm_rdi_fetch_registers, arm_rdi_store_registers)
1590 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
1591 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
1592
438013df
AO
15932002-03-06 Alexandre Oliva <aoliva@redhat.com>
1594
1595 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
1596 * configure: Rebuilt.
1597
70ed8774
SC
15982002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1599
1600 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
1601 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
1602
5ba2abeb
AC
16032002-03-06 Andrew Cagney <ac131313@redhat.com>
1604
1605 * cli/cli-decode.c (set_cmd_completer): New function.
1606 * command.h (set_cmd_completer): Declare.
1607 * cli/cli-decode.h (set_cmd_completer): Ditto.
1608
1609 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
1610 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1611 * win32-nat.c (_initialize_inftarg): Ditto.
1612 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1613 * proc-api.c (_initialize_proc_api): Ditto.
1614 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
1615 * source.c (_initialize_source): Ditto.
1616 * exec.c (_initialize_exec): Ditto.
1617 * solib.c (_initialize_solib): Ditto.
1618 * top.c (init_main): Ditto.
1619 * tracepoint.c (_initialize_tracepoint): Ditto.
1620 * symfile.c (_initialize_symfile): Ditto.
1621 * printcmd.c (_initialize_printcmd): Ditto.
1622 * infcmd.c (_initialize_infcmd): Ditto.
1623 * corefile.c (_initialize_core): Ditto.
1624
f779ca99
AC
16252002-03-05 Andrew Cagney <ac131313@redhat.com>
1626
1627 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
1628
01a3934b
AC
16292002-03-05 Andrew Cagney <ac131313@redhat.com>
1630
1631 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
1632
37057839
AC
16332002-03-05 Andrew Cagney <ac131313@redhat.com>
1634
1635 * NEWS: Update headings, 5.2 has branched.
1636
c6ecbae5
DJ
16372002-03-04 Daniel Jacobowitz <drow@mvista.com>
1638
1639 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
1640 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
1641 (register_addr, REGISTER_RAW_SIZE): Likewise.
1642 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
1643 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
1644
e9f30c21
ML
16452002-03-03 Michal Ludvig <mludvig@suse.cz>
1646
1647 * MAINTAINERS (x86-64): Add myself.
1648 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
1649 changed value_ptr -> struct value *
1650
54394ac3
DB
16512002-03-01 David O'Brien <obrien@FreeBSD.org>
1652
1653 * configure.host (sparc64-*-freebsd): Add.
1654 * configure.tgt: Likewise.
1655 * config/sparc/fbsd.mh: New file.
1656 * config/sparc/fbsd.mt: Likewise.
1657 * config/sparc/nm-fbsd.h: Likewise.
1658 * config/sparc/tm-fbsd.h: Likewise.
1659
bfe95955
DJ
16602002-03-01 Daniel Jacobowitz <drow@mvista.com>
1661
1662 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
1663 regformats/reg-s390x.dat.
1664
f33c6cbf
AC
16652002-03-01 Andrew Cagney <ac131313@redhat.com>
1666
1667 * utils.c: Add FIXME explaining true/false problem.
1668
5ecaa7dd
AC
16692002-02-28 Andrew Cagney <ac131313@redhat.com>
1670
1671 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
1672
2a251cc2
MC
16732002-02-28 Michael Chastain <mec@shout.net>
1674
1675 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
1676
6a8031a3 16772002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
1678
1679 * gdbserver/linux-s390-low.c: New file.
1680 * regformats/reg-s390.dat: New file.
1681 * regformats/reg-s390x.dat: New file.
1682 * gdbserver/configure.srv: Add S/390.
1683 * gdbserver/Makefile.in: Add S/390.
1684 * configure.tgt: Enable gdbserver for S/390.
1685
ac469903
EZ
16862002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
1687
1688 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
1689 first line of the doc string for "info dos", except at the end of
1690 the sentence, since the short help stops at the first period.
1691
985cb1a3
JM
16922002-02-28 Jason Merrill <jason@redhat.com>
1693
1694 * dwarf2read.c (dwarf_cfi_name): Add new codes.
1695
c570663e
FF
16962002-02-27 Fred Fish <fnf@redhat.com>
1697
1698 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
1699 comment (dumy -> dummy).
1700
43630227
PS
17012002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1702
1703 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
1704
b84911e8
RB
17052002-02-27 Rodney Brown <rbrown64@csc.com.au>
1706
1707 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
1708
58caa3dc
DJ
17092002-02-27 Daniel Jacobowitz <drow@mvista.com>
1710
1711 * gdbserver/acconfig.h: New file.
1712 * gdbserver/i387-fp.c: New file.
1713 * gdbserver/i387-fp.h: New file.
1714 * gdbserver/linux-x86-64.c: New file.
1715 * regformats/reg-x86-64.dat: New file.
1716 * configure.tgt: Add x86_64-*-linux* gdbserver support.
1717 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
1718 * gdbserver/configure.in: Add support for regsets.
1719 * gdbserver/config.in: Regenerate.
1720 * gdbserver/configure: Regenerate.
1721 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
1722 * gdbserver/linux-low.h: New file.
1723 * gdbserver/linux-low.c: Include "linux-low.h". Add support
1724 for regsets.
1725 * gdbserver/linux-arm-low.c: Include "linux-low.h".
1726 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
1727 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
1728 * gdbserver/linux-mips-low.c: Include "linux-low.h".
1729 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
1730 * gdbserver/linux-sh-low.c: Include "linux-low.h".
1731 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
1732 "i387-fp.h". Add PTRACE_GETREGS and friends.
1733 * gdbserver/regcache.c (supply_register): New function.
1734 (supply_register_by_name): New function.
1735 (collect_register): New function.
1736 (collect_register_by_name): New function.
1737
93652174
DJ
17382002-02-27 Daniel Jacobowitz <drow@mvista.com>
1739
1740 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
1741 (config.status): Add configure.srv dependency.
1742 (server_h): Add config.h dependency.
1743
a02e4a61
DJ
17442002-02-27 Daniel Jacobowitz <drow@mvista.com>
1745
1746 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
1747 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
1748 * gdbserver/configure.srv: Change i386-*-linux* to use
1749 reg-i386-linux.o.
1750
ce0eebec
AC
17512002-02-26 Andrew Cagney <ac131313@redhat.com>
1752
1753 * x86-64-tdep.c: Re-indent. Update copyright date.
1754
82dbc5f7
AC
17552002-02-26 Andrew Cagney <ac131313@redhat.com>
1756
1757 From Michal Ludvig <mludvig@suse.cz>:
1758 * x86-64-tdep.c (value.h): Delete.
1759 (gdb_assert.h): Include.
1760 (x86_64_register_convert_to_virtual,
1761 x86_64_register_convert_to_raw ): Add check which lets only
1762 floating-point values to be converted.
1763 (value_push): Delete.
1764 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
1765 (i386_gdbarch_init): Number of register_bytes fixed.
1766
e4621584
AC
17672002-02-26 Andrew Cagney <ac131313@redhat.com>
1768
1769 * MAINTAINERS: Add x86-64 target.
1770
81a9a963
AC
17712002-02-26 Andrew Cagney <ac131313@redhat.com>
1772
1773 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
1774 * osfsolib.c (solib_map_sections): Ditto.
1775 * irix5-nat.c (solib_map_sections): Ditto.
1776 * corelow.c (gdb_check_format): Ditto.
1777 * symfile.c (symfile_bfd_open): Ditto.
1778 * solib.c (solib_map_sections): Ditto.
1779 Fix PR gdb/354.
7e336ba1 1780
0f017ab9
AC
17812002-02-26 Andrew Cagney <ac131313@redhat.com>
1782
1783 * remote.c (_initialize_remote): By default, disable ``e'' and
1784 ``E'' step out-of-range packets.
1785
75738c29
AS
17862002-02-26 Andreas Schwab <schwab@suse.de>
1787
1788 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
1789 m68k_linux_frame_saved_pc.
1790 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
1791 in_sigtramp.
1792 (SIGCONTEXT_PC_OFFSET): Remove.
1793 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
1794 m68k_linux_sigtramp_saved_pc): New functions.
1795 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
1796 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
1797 (UCONTEXT_PC_OFFSET): Define.
1798 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
1799 non-RT and RT signal trampolines.
1800
7e8ed687
RE
18012002-02-26 Richard Earnshaw <rearnsha@arm.com>
1802
1803 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
1804 (TARGET_NBPG, STACK_END_ADDR): Delete
1805 (VARIABLES_INSIDE_BLOCK): Delete.
1806
6972bc8b
AC
18072002-02-25 Andrew Cagney <ac131313@redhat.com>
1808
1809 * utils.c (perror_with_name): Make string parameter constant.
1810 (print_sys_errmsg): Ditto.
1811 (query): Ditto.
1812 * defs.h (perror_with_name): Update.
1813 (print_sys_errmsg): Update.
1814 (query): Update.
1815
aa32f823
DJ
18162002-02-25 Daniel Jacobowitz <drow@mvista.com>
1817
1818 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
1819 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
1820
19caaa45
PS
18212002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1822
1823 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
1824 if it already matches the current architecture from the exec file.
1825 Include arch-utils.h for gdbarch_info_init prototype.
1826 * Makefile.in (rs6000-nat.o): Update dependencies.
1827
d951901f
EZ
18282002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
1829
1830 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
1831 list of exported variables.
1832
7ea81414
DJ
18332002-02-24 Daniel Jacobowitz <drow@mvista.com>
1834
1835 * gdbserver/configure.srv: New file.
1836 * gdbserver/configure.in: Use configure.srv instead
1837 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
1838 from it.
1839 * gdbserver/configure: Regenerated.
1840 * gdbserver/terminal.h: New file.
1841 * gdbserver/Makefile.in: Update for configure changes. Remove
1842 more unneeded include paths.
1843
080fe24b
AC
18442002-02-24 Andrew Cagney <ac131313@redhat.com>
1845
1846 From wiz at danbala:
1847 * config/sparc/tm-sp64.h: Fix grammar and typos.
1848 Fix PR gdb/287.
1849
8605d56e
AC
18502002-02-24 Andrew Cagney <ac131313@redhat.com>
1851
1852 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
1853 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
1854 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
1855 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
1856 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
1857 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
1858 * s390-tdep.c: Ditto.
92362027
AC
1859 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
1860 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
1861 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
1862 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
1863 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
1864 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
1865 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
1866 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
1867 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
1868 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 1869 Fix PR gdb/378.
7e336ba1 1870
8ed32cc0
AC
18712002-02-23 Andrew Cagney <ac131313@redhat.com>
1872
a3007b6f
AC
1873 * lin-thread.c: Delete file.
1874 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
1875 to gdb_proc_service.h.
1876 * configure: Re-generate.
1877
50a9e2f1
AC
1878 * ocd.c (ocd_open): Do not try to open the "ocd" device.
1879 * serial.c (serial_open): Delete check for "ocd".
1880 Fix PR gdb/349.
1881
8b6e7932
AC
1882 * Makefile.in (linux-thread.o): Delete target.
1883 * linux-thread.c: Delete file.
1884
d155c46b
AC
1885 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
1886 renamed SH files to be consistent.
1887
8ed32cc0
AC
1888 * symtab.c (sort_search_symbols): Use xfree.
1889
0e18d038
RE
18902002-02-23 Richard Earnshaw <rearnsha@arm.com>
1891
1892 * arm-linux-tdep.c (arm_linux_init_abi): Register
1893 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
1894 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
1895 definition with undef, since we don't want the sysvr4 definition.
1896 (SKIP_TRAMPOLINE_CODE): Likewise.
1897
27aac7ff
AC
18982002-02-23 Andrew Cagney <ac131313@redhat.com>
1899
1900 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
1901
1902 * configure.in: (AC_CHECK_FUNCS) Added test for
1903 canonicalize_file_name Regenerated.
1904 * config.in, configure: Regenerated.
1905 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
1906 defined use canonicalize_file_name.
7e336ba1 1907
65a6e0ee
MC
19082002-02-23 Michael Chastain <mec@shout.net>
1909
1910 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
1911
47b95330
AC
19122002-02-23 Andrew Cagney <ac131313@redhat.com>
1913
1914 * README: Remove references to cygnus.com.
1915 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
1916 dot com'' form. Remove references to cygnus.com and sourceware.
1917
696f451b
AC
19182002-02-23 Andrew Cagney <ac131313@redhat.com>
1919
1920 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
1921 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
1922 1003.1-2001 no longer allows "head -1".
1923 * gdb/Makefile.in (version.c): Likewise.
1924 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
1925 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
1926 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
1927
bbaca940
AC
19282002-02-23 Andrew Cagney <ac131313@redhat.com>
1929
1930 * cli/cli-decode.c (cmd_cfunc_eq): New function.
1931 * command.h (cmd_cfunc_eq): Declare.
1932 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
1933
1934 * cli/cli-cmds.h (is_complete_command): Change parameter to a
1935 ``struct cmd_list_element *''.
1936 * cli/cli-cmds.c (is_complete_command): Update. Use
1937 cmd_cfunc_eq.
1938 * top.c (execute_command): Pass the command to
1939 is_complete_command.
1940 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
1941
b8b8b047
AC
19422002-02-23 Andrew Cagney <ac131313@redhat.com>
1943
1944 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
1945 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
1946 architecture defines.
1947 * s390-tdep.c (s390_gdbarch_init): Likewise.
1948
19d3fc80
RE
19492002-02-23 Richard Earnshaw <rearnsha@arm.com>
1950
1951 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
1952 (arm_linux_push_arguments): Likewise.
1953 (arm_linux_init_abi): Register them. Also register linux-specific
1954 call_dummy_words.
1955 (find_minsym_and_objfile): Use strcmp, not STREQ.
1956 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
1957 (arm_linux_call_dummy_words): Delete declaration.
1958 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
1959 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
1960 declarations.
1961 (LOWEST_PC): Delete.
1962
3ab13650
PS
19632002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1964
1965 * maint.c (print_section_info): Do not prepend `0x' to filepos
1966 output, it will be handled by local_hex_string_custom.
1967
19d3fc80 19682002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
1969
1970 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
1971 (store_newfpe_double, store_newfpe_extended, store_fpregister)
1972 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
1973
d85a5daf
JB
19742002-02-22 Jim Blandy <jimb@redhat.com>
1975
1976 Indicate that the bcache functions don't change the strings
1977 they're passed.
1978 * bcache.h (bcache, hash): Add `const' keywords to declarations.
1979 * bcache.c (bcache, hash): Add `const' keywords to definitions.
1980
eeb25b8a
PM
19812002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
1982
1983 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
1984
6badb179
CF
19852002-02-21 Christopher Faylor <cgf@redhat.com>
1986
1987 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
1988 find the complete path to a loaded DLL.
1989
e8717518
FF
19902002-02-21 Fred Fish <fnf@redhat.com>
1991
1992 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
1993 that marks the end of the range of a function, enter a line number
1994 entry that has a line number of zero and a PC offset that matches
1995 the end of the function. This starts a range of PC's for which no
1996 line number information is known.
1997 * symtab.c (find_pc_sect_line): If our best fit is in a range of
1998 PC's for which no line number info is found (line number is zero)
1999 then we didn't find any valid line information.
2000 * symtab.h: Document use of zero line number entry.
2001
9abe5450
EZ
20022002-02-21 Elena Zannoni <ezannoni@redhat.com>
2003
2004 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
2005 (have_ptrace_getvrregs): Define for run time checks.
2006 (gdb_vrregset_t): New type for Altivec register handling.
2007 (fetch_register, store_register): Fetch/store altivec register
2008 when needed.
2009 (fetch_altivec_register, store_altivec_register): New functions.
2010 (supply_vrregset, fill_vrregset): New functions.
2011 (fetch_altivec_registers, store_altivec_registers): New functions.
2012 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
2013 registers as well.
2014
aaa38bb5
AJ
20152002-02-21 Jiri Smid <smid@suse.cz>
2016
2017 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
2018
b34db576
RE
20192002-02-21 Richard Earnshaw <rearnsha@arm.com>
2020
2021 * Makefile.in (armnbsd-nat.o): Update dependencies.
2022 * armnbsd-nat.c (supply_gregset): New function. Common code to
2023 supply the integer register set.
2024 (supply_fparegset): New function. Similar for FPA registers.
2025 (fetch_regs, fetch_fp_regs): Use them.
2026 (fetch_core_registers): Likewise.
2027 (fetch_elfcore_registers): New function.
2028 (arm_netbsd_elfcore_fns): New core-file type specification.
2029 (_initialize_arm_netbsd_nat): Register it.
2030
3e56fc4b
RE
20312002-02-21 Richard Earnshaw <rearnsha@arm.com>
2032
2033 * armnbsd-nat.c: Include gdbcore.h.
2034 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
2035 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
2036 'void' to declaration, to shut up ARI.
2037 (fetch_core_registers): Make static. Rewrite using supply_register.
2038 (arm_netbsd_core_fns): New core-file type specification.
2039 (_initialize_arm_netbsd_nat): New function.
2040
097f6b0b
CF
20412002-02-21 Christopher Faylor <cgf@redhat.com>
2042
2043 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
2044 value.
2045
c914e0cc
CF
20462002-02-20 Christopher Faylor <cgf@redhat.com>
2047
2048 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
2049 fails.
2050
385fa495
DJ
20512002-02-20 Daniel Jacobowitz <drow@mvista.com>
2052
2053 * jv-exp.y (parse_number): Change type of implicit longs
2054 to builtin_type_uint64.
2055
e5f1222d
DJ
20562002-02-20 Daniel Jacobowitz <drow@mvista.com>
2057
2058 * gdbserver/linux-low.c (mywait): Change argument to waitpid
2059 to be an integer instead of a `union wait'.
2060
75c9abc6
DJ
20612002-02-20 Daniel Jacobowitz <drow@mvista.com>
2062
2063 * mips-linux-nat.c: Call the operating system GNU/Linux.
2064 * mips-linux-tdep.c: Likewise.
2065 * mips-tdep.c: Likewise.
2066
551792a5
DJ
20672002-02-20 Daniel Jacobowitz <drow@mvista.com>
2068
2069 Fix PR gdb/265.
2070 * jv-exp.y (parse_number): Handle 64-bit integers.
2071
ee6e2b82
DJ
20722002-02-20 Daniel Jacobowitz <drow@mvista.com>
2073
2074 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
2075 AC_STDC_HEADERS to AC_HEADER_STDC.
2076 * gdbserver/configure: Regenerated.
2077
a48442a0
RE
20782002-02-20 Richard Earnshaw <rearnsha@arm.com>
2079
2080 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
2081 is defined.
2082 * sparc-tdep.c (get_longjmp_target): Likewise.
2083
fe419ffc
RE
20842002-02-20 Richard Earnshaw <rearnsha@arm.com>
2085
2086 * News: Add news about ARM and Multi-arch. Mention the new target
2087 arm*-*-netbsd*.
2088
5832ed7e
JB
20892002-02-19 Jim Blandy <jimb@redhat.com>
2090
2091 * stabsread.c (error_type_complaint): Improve error message.
2092
84563040
DJ
20932002-02-19 Daniel Jacobowitz <drow@mvista.com>
2094
2095 * gdbserver/README: Update documentation.
2096 * gdbserver/configure.in: Update configury to match documentation.
2097 * gdbserver/Makefile.in: Likewise.
2098 * gdbserver/configure: Regenerated.
2099 * gdbserver/aclocal.m4: New file, generated by aclocal.
2100 * gdbserver/config.in: New file, generated by autoheader.
2101
375fd65b
RE
21022002-02-19 Richard Earnshaw <rearnsha@arm.com>
2103
2104 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
2105 armnbsd-nat.c.
2106
08216dd7
RE
21072002-02-19 Richard Earnshaw <rearnsha@arm.com>
2108
2109 * arm-tdep.h (enum arm_float_model): New enum.
2110 (struct gdbarch_tdep): Add fp_model.
2111 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
2112 up floating-point conversions until we know the floating-point model
2113 in use by the inferior. Don't complain about being unable to
2114 determine the ABI of the inferior when we don't have one.
2115 (arm_extract_return_value): Support different floating-point models.
2116 (arm_store_return_value): Likewise.
aaa38bb5 2117 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
2118 ARM_FLOAT_SOFT.
2119 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
2120
65d6d66a
PS
21212002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2122
2123 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
2124 of ``current_gdbarch''.
2125
47221191
RE
21262002-02-19 Richard Earnshaw <rearnsha@arm.com>
2127
2128 * armnbsd-nat.c : ANSIfy all function declarations.
2129 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
2130 (fetch_inferior_registers): Re-implement in terms of above.
2131 (store_register, store_regs, store_fp_register, store_fp_regs): New.
2132 (store_inferior_registers): Re-implement in terms of above.
2133
fdf39c9a
RE
21342002-02-19 Richard Earnshaw <rearnsha@arm.com>
2135
aaa38bb5 2136 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
2137 kernel.
2138 * arm-linux-tdep.c: Likewise.
2139 * config/arm/tm-linux.h: Likewise.
2140
93247f88
RE
21412002-02-19 Richard Earnshaw <rearnsha@arm.com>
2142
2143 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
2144 * config/arm/nbsd.mt (TM_FILE): Delete.
2145 * config/arm/tm-nbsd.h: Delete.
2146
d7b486e7
RE
21472002-02-19 Richard Earnshaw <rearnsha@arm.com>
2148
2149 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
2150 Initialize CALL_DUMMY_LENGTH.
2151
41d39a95
RE
21522002-02-19 Richard Earnshaw <rearnsha@arm.com>
2153
2154 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
2155 function.
2156 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 2157 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
2158 defines one thing and that is incorrect for this port.
2159 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
2160
e1195560
PM
21612002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2162
2163 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
2164
c1748f97
PM
21652002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2166
2167 * win32-nat.c (display_selector): New function. Displays information
2168 about the information returned by GetThreadSelectorEntry API function.
2169 (display_selectors): New function. Displays the infomation of
2170 the selector given as argument, or of CS, DS ans FS selectors
2171 if no argument is given.
2172 ( _initialize_inftarg): Add "w32" as info prefix command.
2173 Add "info w32 selector" as command calling display_selectors.
2174
e41e6bbf
PM
21752002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2176
2177 * i386-tdep.c (get_longjmp_target): Fix compilation failure
2178 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
2179 if not defined.
2180
0d3a9f48
RE
21812002-02-18 Richard Earnshaw <rearnsha@arm.com>
2182
2183 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
2184
3fb4b924
RE
21852002-02-18 Richard Earnshaw <rearnsha@arm.com>
2186
2187 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
2188 (arm_fix_call_dummy): Call it.
2189 (arm_call_dummy_breakpoint_offset): Delete.
2190 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
2191 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2192
7f55af32
AC
21932002-02-18 Andrew Cagney <ac131313@redhat.com>
2194
2195 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
2196 Default to func_frame_chain_valid.
2197 * gdbarch.h, gdbarch.c: Re-generate.
2198 * frame.h (FRAME_CHAIN_VALID): Delete definition.
2199
05f13b9c
EZ
22002002-02-18 Elena Zannoni <ezannoni@redhat.com>
2201
2202 * ppc-linux-nat.c: Update copyright.
2203 (fetch_register, store_register): Add tid parameter, don't compute
2204 tid here.
2205 (fetch_ppc_registers, store_ppc_registers): Add tid
2206 parameter. Pass it along to callees.
2207 (fetch_inferior_registers, store_inferior_registers): Compute tid
2208 here, and pass it to calleed functions.
2209 (fill_gregset, supply_fpregset): Clean up formatting.
2210
d7afb4c9
RE
22112002-02-18 Richard Earnshaw <rearnsha@arm.com>
2212
2213 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
2214 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
2215
9df628e0
RE
22162002-02-18 Richard Earnshaw <rearnsha@arm.com>
2217
2218 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
2219 * gdbarch.c gdbarch.h: Regenerate.
2220 * breakpoint.c (create_longjmp_breakpoint): Always compile this
2221 function.
2222 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
2223 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
2224 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
2225
2226 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
2227 * arm-tdep.c (arm_get_longjmp_target): New function.
2228 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
2229 this to a positive value register arm_get_longjmp_target as the
2230 longjmp handler.
2231 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
2232 (arm_linux_init_abi): Set up longjmp description in tdep.
2233 * armnbsd-nat.c (get_longjmp_target): Delete.
2234 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
2235 description in tdep.
2236 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
2237 (get_longjmp_target): Delete declaration.
2238 (GET_LONGJMP_TARGET): Delete.
2239 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
2240 (GET_LONGJMP_TARGET): Delete.
2241
57bc8964
KB
22422002-02-17 Kevin Buettner <kevinb@redhat.com>
2243
2244 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
2245 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
2246 of ``current_gdbarch''.
2247
83d31a92
TT
22482002-02-17 Tom Tromey <tromey@redhat.com>
2249
2250 * cli/cli-cmds.c (compare_strings): New function.
2251 (complete_command): Only print each unique item once.
2252 * completer.h (complete_line): Declare.
2253 * completer.c (complete_line): New function.
2254 (line_completion_function): Use it.
2255
17ef5d92
AC
22562002-02-16 Andrew Cagney <ac131313@redhat.com>
2257
2258 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
2259 * gdbarch.h, gdbarch.c: Re-generate.
2260
491b8946
DJ
22612002-02-16 Daniel Jacobowitz <drow@mvista.com>
2262
2263 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
2264
22652002-02-16 Daniel Jacobowitz <drow@mvista.com>
2266
2267 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2268 * valops.c (value_arg_coerce): Don't take the address of a reference
2269 to convert an argument to a reference.
2270
dfe7f3ac
CF
22712002-02-15 Christopher Faylor <cgf@redhat.com>
2272
2273 * win32-nat.c (get_image_name): New function.
2274 (handle_load_dll): Use get_image_name function.
2275 (get_child_debug_event): Avoid registering debug events until possibly
2276 execed process is started.
2277 (child_create_inferior): Allow invocation via shell so that command
2278 line redirection, etc. works ok.
2279 (_initialize_inftarg): Add new command: "set shell" to control whether
2280 a shell is used to start a process.
2281
1d33e73a
DJ
22822002-02-15 Daniel Jacobowitz <drow@mvista.com>
2283
2284 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
2285 instead of find_register_by_number.
2286 (cannot_store_register): Likewise.
2287
48cd0caa
PM
22882002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2289
aaa38bb5 2290 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
2291 fprintf_unfiltered (gdb_stderr, ...).
2292
8656e7d8
DJ
22932002-02-15 Daniel Jacobowitz <drow@mvista.com>
2294
2295 * gdbserver/gdbserver.1: Document --attach.
2296
66e810cd
RE
22972002-02-15 Richard Earnshaw <rearnsha@arm.com>
2298
2299 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
2300 descriptions.
2301 * arm-tdep.c (arm_default_arm_le_breakpoint)
2302 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
2303 (arm_default_thumb_be_breakpoint): New. Initialize them from
2304 traditional breakpoint defines.
2305 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
2306 (arm_gdbarch_init): Initialize new breakpoint variables.
2307 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
2308 (arm_linux_init_abi): Initialize linux-specific breakpoint.
2309 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
2310 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
2311 code out to ...
2312 (arm_netbsd_init_abi_common): ... here; new function.
2313 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
2314 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
2315 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
2316 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
2317
97e03143
RE
23182002-02-15 Richard Earnshaw <rearnsha@arm.com>
2319
2320 * arm-tdep.h (enum arm_abi): New enum.
2321 (struct gdbarch_tdep): New structure.
2322 (LOWEST_PC): Provide a default.
2323 (arm_gdbarch_register_os_abi): Declare new function.
2324 * arm-tdep.c (arm_abi_names): New array.
2325 (process_note_abi_tag_sections): New function.
2326 (get_elfosabi): New function.
2327 (arm_gdbarch_register_os_abi): New function.
2328 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
2329 support for that ABI has been built in, then call the appropriate
2330 configuration routine. Use gdbarch_num_regs() to get the number
2331 of registers.
2332 (arm_dump_tdep): New function.
2333 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
2334 place-holder functions.
2335 (_initialize_arm_tdep): Register them.
2336 * config/arm/tm-arm.h (LOWEST_PC): Delete.
2337
2338 * armnbsd-tdep.c: New file.
2339 * Makefile.in (armnbsd-tdep.o): Add dependencies.
2340 * config/arm/nbsd.mt (TDEPFILES): Add it.
2341 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
2342
2343 * armnbsd-nat.c: Include regcache.h.
2344 * Makefile.in (armnbsd-nat.o): Update dependency list.
2345
2346 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
2347
ad68be46
DJ
23482002-02-14 Daniel Jacobowitz <drow@mvista.com>
2349
2350 * gdbserver/Makefile.in: Fix typos in target rules.
2351
003d6d1d
DJ
23522002-02-14 Daniel Jacobowitz <drow@mvista.com>
2353
aaa38bb5 2354 Fix part of PR gdb/267.
003d6d1d
DJ
2355 * linespec.c (find_methods): Handle constructors specially for now.
2356
6b230f1b
CV
23572002-02-14 Corinna Vinschen <vinschen@redhat.com>
2358
2359 * arm-tdep.c (arm_push_arguments): Eliminate special float type
2360 handling.
2361 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
2362 standard_coerce_float_to_double().
2363
1ea98d12
CF
23642002-02-14 Christopher Faylor <cgf@redhat.com>
2365
2366 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
2367 GDBINIT_FILENAME.
2368
dd47e6fd
EZ
23692002-02-14 Elena Zannoni <ezannoni@redhat.com>
2370
2371 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
2372 find_variant_by_name, because it confuses the multiarch
2373 framework. Return NULL if there isn't an architecture with the
2374 user supplied name, instead of forcing a different one without
2375 recording the change with the multiarch machinery.
2376 (find_variant_by_name): Delete.
2377
d7e39b9e
PS
23782002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2379
2380 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
2381 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
2382
76e42a4f
MH
23832002-02-13 Martin M. Hunt <hunt@redhat.com>
2384
aaa38bb5 2385 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
2386 print_frame_info_listing_hook, set current_source_symtab.
2387
0a30fbc4
DJ
23882002-02-14 Daniel Jacobowitz <drow@mvista.com>
2389
2390 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
2391 and remove unused $(INCLUDE_DIR).
2392 Add regcache.c to OBS.
2393 Add generated register protocol files to clean target.
2394 Update dependencies for new objects, obsolete old target code.
2395
2396 * gdbserver/linux-low.c: Remove all platform-specific code to
2397 new files. Remove various dead code. Update to use regcache
2398 functionality.
2399 * gdbserver/remote-utils.c (fromhex): Add return statement
2400 to quiet warning.
2401 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
2402 constant.
2403 (input_interrupt): Add integer parameter to match prototype
2404 of a signal handler.
2405 (outreg): Use register_data ().
2406 (prepare_resume_reply): Use gdbserver_expedite_regs.
2407 * gdbserver/server.c (main): Dynamically allocate own_buf because
2408 PBUFSIZ is no longer constant. Use registers_to_string () and
2409 registers_from_string ().
2410 * gdbserver/server.h: No longer include "defs.h". Add prototypes
2411 for error (), fatal (), and warning (). Update definition of
2412 PBUFSIZ to use regcache functionality. Add include guard.
2413 * gdbserver/utils.c (fatal): Add missing ``const''.
2414 (warning): New function.
2415
2416 * regformats/regdat.sh: Include "regcache.h" in generated files.
2417 Provide init_registers () function.
2418 * regformats/regdef.h: Add prototype for set_register_cache ().
2419 Add include guard.
2420
2421 * gdbserver/linux-arm-low.c: New file.
2422 * gdbserver/linux-i386-low.c: New file.
2423 * gdbserver/linux-ia64-low.c: New file.
2424 * gdbserver/linux-m68k-low.c: New file.
2425 * gdbserver/linux-mips-low.c: New file.
2426 * gdbserver/linux-ppc-low.c: New file.
2427 * gdbserver/linux-sh-low.c: New file.
2428
2429 * gdbserver/regcache.c: New file.
2430 * gdbserver/regcache.h: New file.
2431
2432 * gdbserver/low-linux.c: Removed obsolete file.
2433
4cc841d0
DJ
24342002-02-14 Daniel Jacobowitz <drow@mvista.com>
2435
2436 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
2437 * config/i386/linux.mt: Likewise.
2438 * config/ia64/linux.mt: Likewise.
2439 * config/m68k/linux.mh: Likewise.
2440 * config/powerpc/linux.mh: Likewise.
2441 * config/mips/linux.mt: Likewise.
2442
2443 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
2444
2445 * config/i386/i386lynx.mh: Mark gdbserver variables
2446 as (currently) obsolete for this target.
2447 * config/i386/nbsd.mt: Likewise.
2448 * config/i386/nbsdelf.mt: Likewise.
2449 * config/m32r/m32r.mt: Likewise.
2450 * config/m68k/m68klynx.mh: Likewise.
2451 * config/m68k/nbsd.mt: Likewise.
2452 * config/m68k/sun3os4.mh: Likewise.
2453 * config/mips/vr5000.mt: Likewise.
2454 * config/ns32k/nbsd.mt: Likewise.
2455 * config/pa/hppabsd.mh: Likewise.
2456 * config/pa/hppaosf.mh: Likewise.
2457 * config/powerpc/nbsd.mt: Likewise.
2458 * config/rs6000/rs6000lynx.mh: Likewise.
2459 * config/s390/s390.mt: Likewise.
2460 * config/s390/s390x.mt: Likewise.
2461 * config/sparc/sparclynx.mh: Likewise.
2462 * config/sparc/sun4os4.mh: Likewise.
2463 * config/i386/x86-64linux.mt: Likewise.
2464 * config/sparc/linux.mh: Likewise.
2465
a85f51e7
DJ
24662002-02-14 Daniel Jacobowitz <drow@mvista.com>
2467
2468 * configure.tgt: Configure gdbserver only for known working
2469 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
2470 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
2471 SUBDIRS if it is configured. Update comment for ${nativefile}.
2472 * configure: Regenerated.
2473
65554fef
MS
24742002-02-13 Michael Snyder <msnyder@redhat.com>
2475
670a52db
MS
2476 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
2477
6dbdc4a3
MS
2478 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
2479 (default_gcore_mach): Just return 0, work around a problem in bfd.
2480 (default_gcore_target): OK to return NULL if exec_bfd is null.
2481 (make_mem_sec): Use a cast, avoid a warning.
2482
2483 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 2484 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
2485 sizeof (host pointer) != sizeof (target pointer)).
2486 (procfs_make_note_section): Avoid overflow in psargs string.
2487
aaa38bb5 2488 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
2489 implementation return an error.
2490
24912002-02-13 Rodney Brown <rbrown64@csc.com.au>
2492
2493 * procfs.c (procfs_make_note_section): Provide a default definition
2494 (for alpha-dec-osf4.0f). Fix typos.
2495
1e4d76e7
EZ
24962002-02-13 Elena Zannoni <ezannoni@redhat.com>
2497
2498 * linux-proc.c: Add include of regcache.h.
2499 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
2500
b6d1a1d5
AC
25012002-02-13 Andrew Cagney <ac131313@redhat.com>
2502
2503 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
2504 * memattr.c (create_mem_region): Disallow useless empty region.
2505 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 2506 non-overlapping.
b6d1a1d5 2507
6c6ea35e
MC
25082002-02-13 Michael Chastain <mec@shout.net>
2509
2510 * defs.h: Kill CONST_PTR.
2511 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
2512 * c-lang.c (c_builtin_types): Likewise.
2513 * ch-lang.c (ch_builtin_types): Likewise.
2514 * f-lang.c (f_builtin_types): Likewise.
2515 * language.c (unknown_builtin_types): Likewise.
2516 * m2-lang.c (m2_builtin_types): Likewise.
2517 * p-lang.c (pascal_builtin_types): Likewise.
2518 * scm-lang.c (c_builtin_types): Likewise.
2519
3e0b0f48
KS
25202002-02-13 Keith Seitz <keiths@redhat.com>
2521
2522 * arm-tdep.h (arm_get_next_pc): Add declaration.
2523
67255d04
RE
25242002-02-13 Richard Earnshaw <rearnsha@arm.com>
2525
2526 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
2527 with other related struct-returning functions.
2528 (arm_extract_struct_value_address): New function.
2529 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
2530 initialize float_format, double_format and long_double_format as
2531 appropriate to the endianness of the target.
2532 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
2533 (arm_use_struct_convention): Delete declaration.
2534 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2535
079777f6
KS
25362002-02-13 Keith Seitz <keiths@redhat.com>
2537
2538 * defs.h (core_addr_to_string_nz): New function.
2539
34588f23
MK
25402002-02-13 Mark Kettenis <kettenis@gnu.org>
2541
2542 Apply missing bits of 2002-01-15 patch.
2543 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
2544 (fill_fpregset): Use i387_fill_fsave.
2545
49b563f9
KS
25462002-02-12 Keith Seitz <keiths@redhat.com>
2547
49b563f9
KS
2548 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
2549 (core_addr_to_string_nz): New function.
2550
aeb98c60
RE
25512002-02-11 Richard Earnshaw <rearnsha@arm.com>
2552
2553 * arm-linux-nat.c: Really include arm-tdep.h.
2554 * config/arm/tm-linux.h (struct type, struct value): Declare.
2555
65554fef
MS
25562002-02-11 Michael Snyder <msnyder@redhat.com>
2557
2558 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
2559 (gcore section): Ifdef for Solaris and Unixware only.
2560 (procfs_do_thread_registers): Unixware needs one lwpstatus
2561 per thread (not one prstatus or pstatus).
2562 (procfs_make_note_section): Iterate only over kernel threads (lwps),
2563 not over all gdb threads. For unixware, call elfcore_write_pstatus
2564 once before iterating over threads.
2565
34e8f22d
RE
25662002-02-11 Richard Earnshaw <rearnsha@arm.com>
2567
2568 * arm-tdep.h: New file.
2569 * arm-tdep.c: Include arm-tdep.h.
2570 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2571 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2572 (arm_print_float_info, arm_register_type, convert_to_extended)
2573 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2574 (arm_extract_return_value, arm_register_name): Make static.
2575 (arm_software_single_step): Similarly. Fix types in declaration.
2576 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
2577 (arm_store_return_value, arm_store_struct_return): New functions.
2578 (arm_gdbarch_init): Register the above functions. Also register
2579 call_dummy_start_offset, sizeof_call_dummy_words,
2580 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
2581 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 2582 max_register_virtual_size, register_size. Set up
34e8f22d
RE
2583 prologue_cache.saved_regs here, rather than ...
2584 (_initialize_arm_tdep): ... here.
2585 * config/arm/tm-arm.h (struct type, struct value): Delete forward
2586 declarations.
2587 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2588 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2589 (arm_print_float_info, arm_register_type, convert_to_extended)
2590 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2591 (arm_extract_return_value, arm_register_name): Delete declarations.
2592 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
2593 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
2594 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
2595 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
2596 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2597 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
2598 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
2599 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
2600 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
2601 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
2602 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
2603 (arm_get_next_pc): No-longer static -- these are needed by the RDI
2604 interface.
2605 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
2606 * remote-rdi.c remote-rdp.c: Likewise.
2607 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
2608 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
2609 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
2610 definition.
2611
2612 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
2613 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
2614 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
2615 from non-ARM_ prefixed definitions.
2616 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
2617 all uses of above.
2618 * remote-rdi.c remote-rdp.c: Likewise.
2619 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
2620
148754e5
RE
26212002-02-11 Richard Earnshaw <rearnsha@arm.com>
2622
2623 * arm-tdep.c (arm_frameless_function_invocation)
2624 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2625 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2626 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2627 (arm_pop_frame, arm_get_next_pc): Make static.
2628 (arm_gdbarch_init): Register above in gdbarch structure.
2629 (arm_read_fp): Renamed from arm_target_read_fp.
2630 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
2631 * config/arm/tm-arm.h (arm_frameless_function_invocation)
2632 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2633 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2634 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2635 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
2636 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
2637 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
2638 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
2639 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
2640 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 2641
434d2d4f
DJ
26422002-02-10 Daniel Jacobowitz <drow@mvista.com>
2643
2644 * symtab.c (compare_search_syms): New function.
2645 (sort_search_symbols): New function.
2646 (search_symbols): Sort symbols after searching rather than
2647 before.
2648
55241689
AC
26492002-02-10 Andrew Cagney <ac131313@redhat.com>
2650
2651 * NEWS: Linux -> GNU/Linux.
2652
028c194b
AC
26532002-02-10 Andrew Cagney <ac131313@redhat.com>
2654
2655 * gdbarch.sh: For for level one methods, disallow a definition
2656 when partially multi-arched. Add comments explaining rationale.
2657 * gdbarch.h: Re-generate.
2658
6acf50cd
AC
26592002-02-10 Andrew Cagney <ac131313@redhat.com>
2660
2661 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
2662 multi-arch partial.
aaa38bb5 2663
50248794
AC
26642002-02-10 Andrew Cagney <ac131313@redhat.com>
2665
2666 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
2667 field. Use diff -u.
2668 * gdbarch.c: Re-generate.
2669
c30e0066
AC
26702002-02-10 Andrew Cagney <ac131313@redhat.com>
2671
9b56c5f3 2672 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
2673 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
2674 partial.
2675
6e6d6484
AC
26762002-02-10 Andrew Cagney <ac131313@redhat.com>
2677
2678 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
2679 multi-arch partial.
2680 (PUSH_ARGUMENTS): Switch to using predefault.
2681 * gdbarch.c: Regenerate.
2682
c203844d
AC
26832002-02-10 Andrew Cagney <ac131313@redhat.com>
2684
2685 * valops.c (PUSH_ARGUMENTS): Delete definition.
2686 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
2687 partial. Default to default_push_arguments.
2688 * gdbarch.h, gdbarch.c: Regenerate.
2689
b5a2688f
AC
26902002-02-09 Andrew Cagney <ac131313@redhat.com>
2691
2692 * defs.h (throw_exception): Rename return_to_top_level. Update
2693 comments.
2694 * utils.c (error_stream, internal_verror, quit): Ditto.
2695 * top.c (throw_exception, catcher): Ditto.
2696 * sparclet-rom.c (sparclet_load): Ditto.
2697 * remote.c (interrupt_query, minitelnet): Ditto.
2698 * remote-sds.c (interrupt_query): Ditto.
2699 * remote-mips.c (mips_error, mips_kill): Ditto.
2700 * ocd.c (interrupt_query): Ditto.
2701 * monitor.c (monitor_interrupt_query): Ditto.
2702 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
2703 * target.h: Update comment.
aaa38bb5 2704
b5a2688f 2705 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 2706
2fa5c1e0
AC
27072002-02-09 Andrew Cagney <ac131313@redhat.com>
2708
2709 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
2710 default_double_format.
2711 * gdbarch.h, gdbarch.c: Re-generate.
2712 * findvar.c (floatformat_unknown): Delete variable definition.
2713 * doublest.h (floatformat_unknown): Delete variable declaration.
2714
da966255
JB
27152002-02-09 Jim Blandy <jimb@redhat.com>
2716
2717 * stabsread.c (read_type): Add code to parse Sun's syntax for
2718 prototyped function types.
2719
123a4891
AC
27202002-02-09 Andrew Cagney <ac131313@redhat.com>
2721
2722 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
2723 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
2724
fb39c8f3
PS
27252002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2726
2727 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
2728 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
2729 now _initialize_xcoffsolib gets called again and overrides the
2730 commands from solib.c in a native configuration.
2731
0b87a11d
MK
27322002-02-09 Mark Kettenis <kettenis@gnu.org>
2733
2734 * doublest.c (store_typed_floating): Don't try to return a value.
2735 Fixes PR gdb/290.
2736
bdc2fc72
JB
27372002-02-08 Jim Blandy <jimb@redhat.com>
2738
2739 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
2740 is prototyped and has no arguments, print its argument list as
2741 `(void)'.
2742
da69bbcf
CD
27432002-02-08 Chris Demetriou <cgd@broadcom.com>
2744
2745 * MAINTAINERS (write-after-approval): Add myself.
2746 (paper-trail): I've escaped!
aaa38bb5 2747
b69571f5
CF
27482002-02-08 Christopher Faylor <cgf@redhat.com>
2749
2750 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
2751 changes.
2752 (_initialize_check_for_gdb_ini): Ditto.
2753
f6871398
MH
27542002-02-08 Martin M. Hunt <hunt@redhat.com>
2755
2756 * win32-nat.c (cygwin_pid_to_str): Fix typo.
2757 xaprintf -> xasprintf.
2758
4e52d31c
PM
27592002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
2760
2761 * win32-nat.c: Remove use of printf and sprintf functions.
2762
39bbf761
RE
27632002-02-08 Richard Earnshaw <rearnsha@arm.com>
2764
2765 * arm-tdep.c (arm_frame_chain_valid): Make static.
2766 (arm_push_arguments): Likewise.
2767 (arm_gdbarch_init): New function.
2768 (_initialize_arm_tdep): Call it.
2769 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
2770 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
2771 (FRAME_CHAIN_VALID): Delete.
2772 (arm_frame_chain_valid): Delete declaration.
2773 (PUSH_ARGUMENTS): Delete.
2774 (arm_push_arguments): Delete declaration.
2775 (CALL_DUMMY_P): Delete.
2776
9c9532c9
CV
27772002-02-08 Andrew Cagney <ac131313@redhat.com>
2778 Corinna Vinschen <vinschen@redhat.com>
2779
2780 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
2781 on builtin float types.
2782
4e8f7a8b
DJ
27832002-02-08 Daniel Jacobowitz <drow@mvista.com>
2784
2785 * utils.c: Include <curses.h> before "bfd.h".
2786 * tui/tui-hooks.c: Likewise.
2787 * tui/tui.c: Likewise.
2788 * tui/tuiCommand.c: Likewise.
2789 * tui/tuiData.c: Likewise.
2790 * tui/tuiDataWin.c: Likewise.
2791 * tui/tuiDisassem.c: Likewise.
2792 * tui/tuiGeneralWin.c: Likewise.
2793 * tui/tuiIO.c: Likewise.
2794 * tui/tuiLayout.c: Likewise.
2795 * tui/tuiRegs.c: Likewise.
2796 * tui/tuiSource.c: Likewise.
2797 * tui/tuiSourceWin.c: Likewise.
2798 * tui/tuiStack.c: Likewise.
2799 * tui/tuiWin.c: Likewise.
2800
cd4bffcf
EZ
28012002-02-07 Elena Zannoni <ezannoni@redhat.com>
2802
2803 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
2804 to include space for pseudoregs as well. Update loops accordingly.
2805 (sh_fp_frame_init_saved_regs): Ditto.
2806 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
2807
26806ce2
AC
28082002-02-07 Andrew Cagney <ac131313@redhat.com>
2809
2810 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
2811 Add Richard Earnshaw to Arm maintainers.
2812
97fdab62
AC
28132002-02-07 Andrew Cagney <ac131313@redhat.com>
2814
a6b98203
AC
2815 * defs.h (warning_begin): Delete declaration.
2816
97fdab62
AC
2817 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
2818 Delete macro.
2819
78b29b40
MS
28202002-02-07 Michael Snyder <msnyder@redhat.com>
2821
aaa38bb5 2822 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
2823 Logic bug, remove misplaced else.
2824
d8849953
KD
28252002-02-07 Klee Dienes <klee@apple.com>
2826
2827 * fork-inferior.c (fork_inferior): Add '!' to the list of
2828 characters that need to be quoted when building a string for the
2829 shell. Quote '!' specifically with a backslash, since CSH chokes
2830 when trying to evaluate "str!str".
aaa38bb5 2831
095778a0
NC
28322002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
2833
2834 * rdi-share/host.h: Only provide a typedef for bool if it is not
2835 defined.
2836
1900040c
MS
28372002-02-04 Michael Snyder <msnyder@redhat.com>
2838
2839 * breakpoint.h (enum bptype): Add new overlay event bp type.
2840 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 2841
1900040c
MS
2842 * breakpoint.c (create_internal_breakpoint): New function.
2843 (internal_breakpoint_number): Moved into create_internal_breakpoint.
2844 (create_longjmp_breakpoint): Use create_internal_breakpoint.
2845 (create_thread_event_breakpoint): Ditto.
2846 (create_solib_event_breakpoint): Ditto.
2847 (create_overlay_event_breakpoint): New function.
2848 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
2849 (update_breakpoints_after_exec): Delete and re-initialize
2850 overlay event breakpoints after an exec. Add FIXME comment
2851 about longjmp breakpoint.
2852 (print_it_typical): Ignore overlay event breakpoints.
2853 (print_one_breakpoint): Ditto.
2854 (mention): Ditto.
2855 (bpstat_what): Do not stop for overlay event breakpoints.
2856 (delete_breakpoint): Don't delete overlay event breakpoints.
2857 (breakpoint_re_set_one): Delete the overlay event breakpoint.
2858 (breakpoint_re_set): Re-create overlay event breakpoint.
2859
2860 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
2861 (overlay_manual_command): Disable overlay breakpoints.
2862 (overlay_off_command): Disable overlay breakpoints.
2863
082fc60d
RE
28642002-02-06 Richard Earnshaw <rearnsha@arm.com>
2865
2866 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
2867 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
2868 to here from config/tm-arm.h.
2869 (coff_sym_is_thumb): Make static.
2870 (arm_elf_make_msymbol_special): New function.
2871 (arm_coff_make_msymbol_special): New function.
2872 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
2873 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
2874 (coff_sym_is_thumb): Delete declaration.
2875 (arm_elf_make_msymbol_special): Declare.
2876 (arm_coff_make_msymbol_special): Declare.
2877 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
2878 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
2879
039c5766
RE
28802002-02-06 Richard Earnshaw <rearnsha@arm.com>
2881
2882 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
2883
28842002-02-06 Richard Earnshaw <rearnsha@arm.com>
2885
2886 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
2887 * gdbarch.c gdbarch.h: Regenerate.
2888 * arch-utils.c (default_print_float_info): New function.
2889 * arch-utils.h (default_print_float_info): Prototype it.
2890 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
2891 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
2892 (PRINT_FLOAT_INFO): Document it.
2893
2894 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
2895 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
2896 (PRINT_FLOAT_INFO): Define.
2897
58fa08f0
PM
28982002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
2899
aaa38bb5 2900 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
2901 Add typecast to sprintf argument to suppress a warning.
2902
7393af7c
PM
29032002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
2904
58fa08f0 2905 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
2906 to allow easier handling of pass state.
2907 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
2908 that gives exception name and address.
2909 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 2910 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 2911 exceptions added.
aaa38bb5
AJ
2912 (child_continue): Correctly report continue_status.
2913 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 2914 TARGET_SIGNAL_0 (new default value).
aaa38bb5 2915 (child_resume): consider sig argument passed to decide if
7393af7c
PM
2916 the exception should be passed to debuggee or not.
2917
6af4589c
MS
29182002-02-05 Michael Snyder <msnyder@redhat.com>
2919
2920 * regcache.c (fetch_register): Call target_fetch_register
2921 only if we don't call FETCH_PSEUDO_REGISTER.
2922 (store_register): Call target_store_register only if we
2923 don't call STORE_PSEUDO_REGISTER.
2924
a2cf933a
EZ
29252002-02-05 Elena Zannoni <ezannoni@redhat.com>
2926
2927 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
2928 ELF_MAKE_MSYMBOL_SPECIAL.
2929 * gdbarch.c, gdbarch.h: Regenerate.
2930 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 2931 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
2932 * elfread.c (elf_symtab_read): Compile use of
2933 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
2934 multiarched.
2935 * coffread.c (coff_symtab_read): Ditto, for
2936 COFF_MAKE_MSYMBOL_SPECIAL.
2937
6bb7be43
JB
29382002-02-05 Jim Blandy <jimb@redhat.com>
2939
2940 * solib-svr4.c (svr4_truncate_ptr): New function.
2941 (svr4_relocate_section_addresses): Do the address arithmetic with
2942 the appropriate truncation for target addresses, even when
2943 CORE_ADDR is larger than a target address.
2944
e18651ec
DJ
29452002-02-05 Daniel Jacobowitz <drow@mvista.com>
2946
2947 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
2948 to (int *).
2949
6b2725be
DJ
29502002-02-05 Daniel Jacobowitz <drow@mvista.com>
2951
2952 * gdbserver/linux-low.c (kill_inferior): Remove commented out
2953 code.
2954
fca9e603
DJ
29552002-02-05 Daniel Jacobowitz <drow@mvista.com>
2956
2957 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
2958
6c537a52
DJ
29592002-02-05 Daniel Jacobowitz <drow@mvista.com>
2960
2961 * gdbserver/linux-low.c: Remove unused include files.
2962
d844cde6
DJ
29632002-02-05 Daniel Jacobowitz <drow@mvista.com>
2964
2965 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
2966 (read_inferior_memory): Use it.
2967 (write_inferior_memory): Likewise.
2968
d07c63e7
DJ
29692002-02-05 Daniel Jacobowitz <drow@mvista.com>
2970
2971 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
2972 grubbing through sys_errlist.
2973
da6d8c04
DJ
29742002-02-05 Daniel Jacobowitz <drow@mvista.com>
2975
2976 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
2977
5b421780
PM
29782002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
2979 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
2980
9f60d481
AC
29812002-02-04 Andrew Cagney <ac131313@redhat.com>
2982
2983 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
2984 (do_sfunc, set_cmd_sfunc): New functions.
2985
2986 * command.h (struct cmd_list_element): Add field func.
2987 * cli/cli-decode.h (struct cmd_list_element): Ditto.
2988 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
2989 * cli/cli-decode.h: Ditto.
2990
2991 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
2992 (help_all, help_cmd_list): Ditto.
2993 (find_cmd, complete_on_cmdlist): Ditto.
2994 * top.c (execute_command): Ditto.
2995
2996 * cli/cli-setshow.c (do_setshow_command): Call func instead of
2997 function.sfunc.
2998
2999 * infcmd.c (notice_args_read): Fix function signature.
3000
3001 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
3002 * cli/cli-decode.c (add_set_cmd): Ditto.
3003 * utils.c (initialize_utils): Ditto.
3004 * maint.c (_initialize_maint_cmds): Ditto.
3005 * infrun.c (_initialize_infrun): Ditto.
3006 * demangle.c (_initialize_demangler): Ditto.
3007 * remote.c (add_packet_config_cmd): Ditto.
3008 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3009 * cris-tdep.c (_initialize_cris_tdep): Ditto.
3010 * proc-api.c (_initialize_proc_api): Ditto.
3011 * kod.c (_initialize_kod): Ditto.
3012 * valprint.c (_initialize_valprint): Ditto.
3013 * top.c (init_main): Ditto.
3014 * infcmd.c (_initialize_infcmd): Ditto.
3015 * corefile.c (_initialize_core): Ditto.
3016 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3017 * arch-utils.c (initialize_current_architecture): Ditto.
3018 (_initialize_gdbarch_utils): Ditto.
3019 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
3020
3021 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
3022 * wince.c (_initialize_inftarg): Ditto.
3023 * symfile.c (_initialize_symfile): Ditto.
3024 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3025 * language.c (_initialize_language): Ditto.
3026 * arc-tdep.c (_initialize_arc_tdep): Ditto.
3027
f9ba0717
MS
30282002-02-04 Michael Snyder <msnyder@redhat.com>
3029
3030 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
3031
0c74b2a7
DJ
30322002-02-04 Daniel Jacobowitz <drow@mvista.com>
3033
3034 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
3035 Add rules for building the register data files.
3036
c638789f
DJ
30372002-02-04 Daniel Jacobowitz <drow@mvista.com>
3038
3039 * regformats/regdat.sh: Add braces to the definition of
3040 expedite_regs_${arch}.
3041
db253027
DJ
30422002-02-04 Daniel Jacobowitz <drow@mvista.com>
3043
3044 * regformats/regdef.h (struct reg): Add comment describing the
3045 requirements for offset and size fields.
3046
206be19c
AS
30472002-02-04 Andreas Schwab <schwab@suse.de>
3048
3049 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
3050 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
3051
181c1381
RE
30522002-02-04 Richard Earnshaw <rearnsha@arm.com>
3053
3054 * gdbarch.sh (copyright): Update years in generated header.
3055 (SMASH_TEXT_ADDRESS): Add rule.
db253027 3056 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
3057 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
3058 * dbxread.c: Likewise.
3059 * dwarfread.c: Likewise.
3060 * elfread.c: Likewise.
3061 * somread.c: Likewise.
3062
3063 * arm-tdep.c (arm_smash_text_address): New function.
3064 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
3065
fa4ba8da
PM
30662002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
3067
3068 Add support for hardware watchpoints on win32 native.
aaa38bb5 3069 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 3070 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 3071 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
3072 of debug registers.
3073 (debug_registers_changed): New variable. Reflects when debug registers
3074 are changed and need to be written to inferior.
aaa38bb5 3075 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
3076 was set, used when new threads are created.
3077 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
3078 i386-nat code.
3079 (thread_rec): Set dr array if id is the thread of current_event .
3080 (child_continue, child_resume): Change the debug registers for all
3081 threads if debug_registers_changed.
3082 (child_add_thread): Change the debug registers if debug_registers_used.
3083 * config/i386/cygwin.mh: Add use of i386-nat.o file.
3084 Link nm.h to new nm-cygwin.h file.
3085 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
3086 of hardware registers.
3087
a73c86fb
AC
30882002-02-03 Andrew Cagney <ac131313@redhat.com>
3089
3090 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
3091 Restore behavour broken by 2002-01-20 Andrew Cagney
3092 <ac131313@redhat.com> IEEE_FLOAT removal.
3093
acf5ed49
DJ
30942002-02-03 Daniel Jacobowitz <drow@mvista.com>
3095
3096 * c-valprint.c (c_val_print): Pass a proper valaddr to
3097 cp_print_class_method.
3098 * valops.c (search_struct_method): If there is only one method
3099 and args is NULL, return that method.
3100
493d28d5
DJ
31012002-02-03 Daniel Jacobowitz <drow@mvista.com>
3102
3103 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
3104 accessing tag_name directly.
3105
7495dfdb
DJ
31062002-02-03 Daniel Jacobowitz <drow@mvista.com>
3107
3108 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
3109 of accessing tag_name directly.
3110
dd6bda65
DJ
31112002-02-03 Daniel Jacobowitz <drow@mvista.com>
3112
3113 PR gdb/280
3114 * gdbtypes.c (replace_type): New function.
3115 * gdbtypes.h (replace_type): Add prototype.
3116 * stabsread.c (read_type): Use replace_type.
3117
88fe217c
RE
31182002-02-03 Richard Earnshaw <rearnsha@arm.com>
3119
3120 * Makefile.in (memattr.o): Add missing dependencies rule.
3121
e5d66720
PS
31222002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3123
3124 * breakpoint.c (break_at_finish_command): Really export.
3125 (break_at_finish_at_depth_command): Ditto.
3126 (tbreak_at_finish_command): Ditto.
3127 * hppa-tdep.c: Include completer.h.
3128 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
3129 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
3130
fffee0be
AC
31312002-02-01 Andrew Cagney <ac131313@redhat.com>
3132
3133 * utils.c (do_write): New function.
3134 (error_stream): Rewrite combining the code from error_begin and
3135 verror.
3136 (verror): Rewrite using error_stream.
3137 (error_begin): Delete function.
3138
255e7dbf
AC
31392002-02-01 Andrew Cagney <ac131313@redhat.com>
3140
3141 * utils.c (error_begin): Make static.
3142 * defs.h (error_begin): Delete declaration.
3143
3144 * linespec.c (cplusplus_error): Replace cplusplus_hint.
3145 (decode_line_1): Use cplusplus_error instead of error_begin,
3146 cplusplus_hint and return_to_top_level.
3147 * coffread.c (coff_symfile_read): Use error instead of error_begin
3148 and return_to_top_level.
3149 * infrun.c (default_skip_permanent_breakpoint): Ditto.
3150
ddfe3c15
AC
31512002-02-01 Andrew Cagney <ac131313@redhat.com>
3152
3153 * language.h (type_error, range_error): Make string parameter
3154 constant.
3155 * language.c (warning_pre_print): Delete extern declaration.
3156 * dwarfread.c (warning_pre_print): Ditto.
3157 * language.c (type_error, range_error): Rewrite to use verror and
3158 vwarning instead of warning_begin.
3159
03ac34d5
MS
31602002-02-01 Michael Snyder <msnyder@redhat.com>
3161
261c4ca2
MS
3162 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
3163 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 3164
e00d1dc8
AC
31652002-02-01 Andrew Cagney <ac131313@redhat.com>
3166
3167 * command.h (NO_FUNCTION): Delete macro.
3168 * cli/cli-decode.h (NO_FUNCTION): Ditto.
3169 * top.c (execute_command): Replace NO_FUNCTION with NULL.
3170 * tracepoint.c (_initialize_tracepoint): Ditto.
3171 * cli/cli-decode.c (add_set_cmd): Ditto.
3172 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 3173
76b79d6e
DJ
31742002-02-01 Daniel Jacobowitz <drow@mvista.com>
3175
3176 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
3177 Update ``this'' pointer when calling virtual functions.
3178
799f9e91
MS
31792002-02-01 Michael Snyder <msnyder@redhat.com>
3180
c7bd442c 3181 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
3182 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
3183
3cf384d4
DJ
31842002-02-01 Daniel Jacobowitz <drow@mvista.com>
3185
3186 * regformats/reg-arm.dat: New file.
3187 * regformats/reg-i386.dat: New file.
3188 * regformats/reg-ia64.dat: New file.
3189 * regformats/reg-m68k.dat: New file.
3190 * regformats/reg-mips.dat: New file.
3191 * regformats/reg-ppc.dat: New file.
3192 * regformats/reg-sh.dat: New file.
3193 * regformats/regdef.h: New file.
3194 * regformats/regdat.sh: New file.
3195
0defa245
RE
31962002-02-01 Richard Earnshaw <reanrsha@arm.com>
3197
3198 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
3199 (arm_frame_args_address, arm_frame_locals_address): New functions.
3200 (arm_frame_num_args): New function.
3201 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
3202 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
3203 (FRMA_NUM_ARGS): Call arm_frame_num_args.
3204
405f26e6
MS
32052002-01-31 Michael Snyder <msnyder@redhat.com>
3206
502fd408
MS
3207 * breakpoint.c (break_at_finish_command): Export.
3208 (break_at_finish_at_depth_command): Export.
3209 (tbreak_at_finish_command): Export.
3210 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
3211 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
3212 "tbreak" commands, which are HPPA specific.
3213
7d35e135
MS
3214 * printcmd.c (disassemble_command): Remove an ancient
3215 artifact of an old merge.
3216
aaa38bb5 3217 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
3218 Define enum constant values for overlay mode.
3219 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
3220 (overlay_is_mapped, overlay_auto_command,
3221 overlay_manual_command): Ditto.
d874f1e2 3222
aaa38bb5
AJ
3223 * breakpoint.c (insert_breakpoints, remove_breakpoint,
3224 breakpoint_here_p, breakpoint_inserted_here_p,
3225 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
3226 describe_other_breakpoints, check_duplicates, clear_command):
3227 Coding standard fixes.
3228
8add0441 3229 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 3230 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
3231 code: check bfd SEC_READONLY flag for section.
3232
e351066e
AC
32332002-01-31 Andrew Cagney <ac131313@redhat.com>
3234
7d35e135 3235 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 3236
8a48e967
DJ
32372002-01-30 Daniel Jacobowitz <drow@mvista.com>
3238
3239 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
3240 data symbols, since we search based on textlow and texthigh.
3241 (find_pc_sect_symtab): Likewise.
3242
f5a96129
AC
32432002-01-30 Andrew Cagney <ac131313@redhat.com>
3244
3245 * defs.h (vwarning): Declare.
f5a96129
AC
3246 * utils.c (vwarning): New function.
3247 (warning): Call vwarning.
3248 (warning_begin): Delete function.
3249
3250 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
3251 the warning message.
3252 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
3253 warning_begin.
3254
cefd4ef5
MS
32552002-01-30 Michael Snyder <msnyder@redhat.com>
3256
1a703748
MS
3257 * NEWS: Mention "set trust-readonly-sections" command.
3258 Mention generate-core-file command.
cefd4ef5 3259
3a11626d
MS
32602002-01-15 Michael Snyder <msnyder@redhat.com>
3261
3262 * target.c: New command, "set trust-readonly-sections on".
3263 (do_xfer_memory): Honor the suggestion to trust readonly sections
3264 by reading them from the object file instead of from the target.
3265 (initialize_targets): Register command "set trust-readonly-sections".
3266
d1c7e53b
AC
32672002-01-29 Andrew Cagney <ac131313@redhat.com>
3268
3269 * parse.c (target_map_name_to_register): Simplify, search regs and
3270 pseudo-regs using a single loop.
3271
e2c9a72c
AC
32722002-01-30 Andrew Cagney <ac131313@redhat.com>
3273
3274 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
3275
69824b4e
MK
32762002-01-15 Rodney Brown <rbrown64@csc.com.au>
3277
3278 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
3279 * config/i386/i386v42mp.mh: Add i387-nat.o .
3280 * i386v4-nat.c: Include i387-nat.h.
3281 (supply_fpregset): Use i387_supply_fsave.
3282 (fill_fpregset): Use i387_fill_fsave.
3283
6eb69eab
RE
32842002-01-30 Richard Earnshaw <rearnsha@arm.com>
3285
3286 * arm-tdep.c (arm_call_dummy_words): Define.
3287 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
3288 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
3289 (CALL_DUMMY_WORDS): Define.
3290 (arm_call_dummy_words): Declare.
3291 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
3292 (arm_linux_call_dummy_words): Declare.
3293
9852326a
AS
32942002-01-30 Andreas Schwab <schwab@suse.de>
3295
3296 * m68klinux-nat.c: Fix last change to use regcache_collect
3297 instead of referencing registers[] directly.
3298
977a3030
AC
32992002-01-29 Andrew Cagney <ac131313@redhat.com>
3300
3301 * parse.c (target_map_name_to_register): Delete code wrapped in
3302 #ifdef REGISTER_NAME_ALIAS_HOOK.
3303
2076c72b
MS
33042002-01-28 Michael Snyder <msnyder@redhat.com>
3305
3306 * regcache.c (legacy_read_register_gen): Need to be able to
3307 read pseudo-register as well as real register.
3308 (legacy_write_register_gen): Ditto.
3309
8fcc723b
AC
33102002-01-28 Andrew Cagney <ac131313@redhat.com>
3311
3312 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3313 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
3314 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
3315 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
3316 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
3317 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
3318 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
3319 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
3320 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
3321 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3322 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
3323 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
3324 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
3325 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
3326 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
3327 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
3328 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
3329 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
3330 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
3331 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
3332
afe64c1a
AC
33332002-01-28 Andrew Cagney <ac131313@redhat.com>
3334
3335 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
3336 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
3337 (initialize_current_architecture): Update target_byte_order using
3338 information from BFD.
aaa38bb5 3339 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
3340 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
3341
75bc7ddf
AC
33422002-01-28 Andrew Cagney <ac131313@redhat.com>
3343
3344 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
3345 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
3346
3347 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
3348 #ifdef INVALID_FLOAT.
3349 * infcmd.c (do_registers_info): Ditto.
3350 * values.c (unpack_double): Ditto. Add comment.
3351
3352 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
3353 already commented out.
3354
0280a90a
AS
33552002-01-26 Andreas Schwab <schwab@suse.de>
3356
3357 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
3358 * m68klinux-nat.c: Update ptrace interface for fetching/storing
3359 registers and add support for PTRACE_GETREGS.
3360
7072a954
AC
33612002-01-24 Andrew Cagney <ac131313@redhat.com>
3362
3363 GDB 5.1.1 released from 5.1 branch.
3364 * NEWS: Add 5.1.1 news.
3365 * README: Sync with 5.1 branch.
3366
86f902e0
FF
33672002-01-23 Fred Fish <fnf@redhat.com>
3368
3369 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
3370 stabstring on initial malloc. Reallocing will copy it for us,
3371 if necessary.
3372
8af51c36
EZ
33732002-01-23 Elena Zannoni <ezannoni@redhat.com>
3374
aaa38bb5 3375 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
3376 (HFILES_NO_SRCDIR): Remove hpread.h.
3377 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
3378 (hpread.o): Update dependencies.
3379 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
3380
3381 * hp-psymtab-read.c: Remove file.
3382 * hp-symtab-read.c: Remove file.
3383 * hpread.h: Remove file.
3384
3385 * hpread.c: Merge all contents of hp-psymtab-read.c,
3386 hp-symtab-read.c and hpread.h into this file, as it was prior to
3387 January 1999.
3388
3389 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 3390 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
3391 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
3392 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
3393
dc5cfeb6
EZ
33942002-01-23 Elena Zannoni <ezannoni@redhat.com>
3395
3396 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
3397 fill_gregset): Call gdbarch_tdep() just once, assign result to
3398 variable and use that, instead of calling the function several
3399 times.
3400
ea87b71b
AO
34012002-01-24 Alexandre Oliva <aoliva@redhat.com>
3402
3403 * configure.host: Accept sparcv9 as alias for sparc64.
3404 * configure.tgt: Likewise.
3405
13fc0c2f
KB
34062002-01-22 Kevin Buettner <kevinb@redhat.com>
3407
3408 * solib-aix5.c (build_so_list_from_mapfile)
3409 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
3410 arguments is not reversed.
3411 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
3412 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 3413
7bd872fe
EZ
34142002-01-22 Elena Zannoni <ezannoni@redhat.com>
3415
3416 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
3417 modified version of obsolete sh_fetch_pseudo_register.
3418 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
3419 (sh4_register_read): New function.
3420 (sh_pseudo_register_write): New function. Renamed and modified
3421 version of obsolete sh_store_pseudo_register.
3422 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
3423 (sh4_register_write): New function.
3424 (sh_gdbarch_init): Remove setting of gdbarch function
3425 fetch_pseudo_register and store_pseudo_register. Remove setting of
3426 register_convert_to_raw, register_convert_to_virtual,
3427 register_convertible.
3428 (sh_sh4_register_convertible): Delete. No longer needed. All is
3429 taken care by architecture specific functions
3430 register_read/register_write.
3431 (sh_sh4_register_convert_to_virtual): Make static.
3432 (sh_sh4_register_convert_to_raw): Ditto.
3433
069e84fd
AC
34342002-01-22 Andrew Cagney <ac131313@redhat.com>
3435
3436 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
3437 (floatformat_is_nan, floatformat_mantissa): Ditto.
3438
3439 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
3440 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
3441 builtin_type_ieee_double_little,
3442 builtin_type_ieee_double_littlebyte_bigword,
3443 builtin_type_m68881_ext, builtin_type_i960_ext,
3444 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
3445 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
3446 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
3447 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
3448
211a4f69
CV
34492002-01-22 Corinna Vinschen <vinschen@redhat.com>
3450
3451 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
3452 parameter. Set frameless flag if it exists and depended of
3453 whether the scanned function is frameless or not.
3454 (xstormy16_skip_prologue): If function is frameless, return
3455 result of xstormy16_scan_prologue().
3456 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
3457 call.
3458
f81353e4
EZ
34592002-01-21 Elena Zannoni <ezannoni@redhat.com>
3460
3461 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
3462 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
3463 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
3464 sh_sh4_register_byte, sh_sh4_register_raw_size,
3465 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
3466 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
3467 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
3468 sh_store_pseudo_register, sh_do_pseudo_register): Call
3469 gdbarch_tdep() just once, assign result to variable and use that,
3470 instead of calling the function several times.
3471
63c73a17
MK
34722002-01-20 Mark Kettenis <kettenis@gnu.org>
3473
3474 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
3475 macros instead of LAST_FPU_CTRL_REGNUM.
3476 (store_register): Likewise.
3477
39ad761d
JB
34782002-01-21 Jim Blandy <jimb@redhat.com>
3479
3480 * infcmd.c (run_command): Check that the `exec' target layer's BFD
3481 is up-to-date before running the program, not just when a program
3482 exits.
3483
3d74b771
FF
34842002-01-21 Fred Fish <fnf@redhat.com>
3485
3486 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
3487 when we have found all instructions we are looking for.
3488
966fbf70
RE
34892002-01-21 Richard Earnshaw <rearnsha@arm.com>
3490
3491 * arm-tdep.c (arm_register_name): New function.
3492 (arm_registers_names): Make static.
3493 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
3494 (arm_register_name): Declare.
3495 (REGISTER_NAME): Use it.
3496
c3b4394c
RE
34972002-01-21 Richard Earnshaw <rearnsha@arm.com>
3498 Kevin Buettner <kevinb@redhat.com>
3499
3500 Convert arm targets to new FRAME interface.
3501 * arm-tdep.c (struct frame_extra_info): Remove fsr.
3502 (arm_frame_find_save_regs): Delete.
3503 (arm_frame_init_saved_regs): New.
3504 (arm_init_extra_frame_info): Alloacte saved_regs as required.
3505 Allocate extra_info as required. Convert all uses of fsr.regs
3506 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
3507 to use extra_info.
3508 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
3509 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
3510 (check_prologue_cache, save_prologue_cache): Likewise.
3511 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
3512 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
3513 (FRAME_FIND_SAVED_REGS): Delete.
3514 (arm_frame_find_saved_regs): Delete prototype.
3515 (arm_frame_init_saved_regs): New prototype.
3516 (FRAME_INIT_SAVED_REGS): Define.
3517
61d99182
AC
35182002-01-20 Andrew Cagney <ac131313@redhat.com>
3519
3520 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
3521
6aaea291
AC
35222002-01-20 Andrew Cagney <ac131313@redhat.com>
3523
3524 From Jeff Law <law@redhat.com>:
3525 * infttrace.c: Include <sys/pstat.h>.
3526 (child_pid_to_exec_file): Revamp. Use pstat call to get the
3527 exec file if the ttrace equivalent fails.
3528
15f698d2
AC
35292002-01-20 Andrew Cagney <ac131313@redhat.com>
3530
3531 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
3532 (closeLogFile): Ditto.
3533
f86ddd7c
MC
35342002-01-20 Michael Chastain <mec@shout.net>
3535
3536 * top.c (print_gdb_version): Bump copyright year to 2002.
3537
904507ce
AC
35382002-01-20 Andrew Cagney <ac131313@redhat.com>
3539
3540 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
3541 Zannoni and Eli Zaretskii.
3542
d7f0b9ce
DJ
35432002-01-20 Daniel Jacobowitz <drow@mvista.com>
3544
3545 * buildsym.c: Update copyright years.
3546 * c-typeprint.c: Likewise.
3547 * dwarf2read.c: Likewise.
3548 * f-typeprint.c: Likewise.
3549 * gdbtypes.c: Likewise.
3550 * gdbtypes.h: Likewise.
3551 * hp-symtab-read.c: Likewise.
3552 * hpread.c: Likewise.
3553 * mdebugread.c: Likewise.
3554 * p-typeprint.c: Likewise.
3555
3fd3d7d2
AC
35562002-01-20 Andrew Cagney <ac131313@redhat.com>
3557
3558 * remote-sim.c (gdbsim_open): Simplify code testing the macro
3559 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
3560 byte-order selectable.
3561 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
3562 * arch-utils.c: Ditto.
3563 (set_endian): Ditto.
3564 (set_endian_from_file): Ditto.
3565 * gdbserver/low-sim.c (create_inferior): Ditto.
3566 * gdbarch.sh: Ditto.
3567 * gdbarch.h: Re-generate.
aaa38bb5
AJ
3568 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3569 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
3570 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
3571 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3572 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3573 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3574 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
3575 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
3576 macro definition.
3577 * config/mips/tm-wince.h: Remove #undef of macro
3578 TARGET_BYTE_ORDER_SELECTABLE.
3579 * config/sh/tm-wince.h: Ditto.
3580
b02dede2
DJ
35812002-01-20 Daniel Jacobowitz <drow@mvista.com>
3582
3583 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
3584 member function fields. Add accessor macro
3585 TYPE_FN_FIELD_ARTIFICIAL.
3586 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
3587 * c-typeprint.c (c_type_print_base): Skip artificial member
3588 functions.
3589
c3643761
DJ
35902002-01-20 Daniel Jacobowitz <drow@mvista.com>
3591
3592 * f-typeprint.c: Delete unused function f_type_print_args.
3593 * p-typeprint.c: Delete unused function pascal_type_print_args.
3594
8176bb6d
DJ
35952002-01-20 Daniel Jacobowitz <drow@mvista.com>
3596
3597 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
3598 comment. Add ``artificial'' to ``union field_location''.
3599
3600 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
3601
3602 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
3603 * mdebugread.c (parse_symbol): Likewise.
3604 * stabsread.c (define_symbol): Likewise.
3605 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
3606 initializing TYPE_FIELD_BITPOS to n (obsolete).
3607 (hpread_doc_function_type): Likewise.
3608 * hpread.c (hpread_function_type): Likewise.
3609
7fd60527
AC
36102002-01-20 Andrew Cagney <ac131313@redhat.com>
3611
3612 * configure.in (host_makefile_frag): Only require a host makefile
3613 fragment when a native build.
3614 * configure: Re-generate.
3615
c2f05ac9
AC
36162002-01-20 Andrew Cagney <ac131313@redhat.com>
3617
3618 * doublest.h (floatformat_from_type): Declare.
3619 * doublest.c (floatformat_from_type): New function.
3620 (convert_typed_floating): Use.
3621
3622 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
3623 call to function floatformat_from_type.
3624
3625 * gdbarch.sh (IEEE_FLOAT): Delete.
3626 * gdbarch.h, gdbarch.c: Re-generate.
3627 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
3628 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
3629 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
3630 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
3631 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
3632 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
3633 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
3634 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
3635 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
3636 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
3637 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
3638 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
3639
3640 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
3641 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
3642 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3643 * sh-tdep.c (sh_gdbarch_init): Ditto.
3644 * mips-tdep.c (mips_gdbarch_init): Ditto.
3645 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3646 * cris-tdep.c (cris_gdbarch_init): Ditto.
3647
abf22e64
AJ
36482002-01-20 Jiri Smid <smid@suse.cz>
3649
3650 * configure.host, configure.tgt: Support x86-64.
3651 * NEWS: Note new target x86-64.
3652
b7c4cbf8
AJ
3653 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
3654 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
3655 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
3656 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
3657 x86-64-linux-nat.o): Fix dependencies.
3658
82600034
AC
36592002-01-19 Andrew Cagney <ac131313@redhat.com>
3660
3661 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
3662 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
3663 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
3664 * config/sparc/xm-sun4os4.h: Delete file.
3665 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 3666
bbe5c628
AC
36672002-01-19 Andrew Cagney <ac131313@redhat.com>
3668
3669 * config/sparc/sparclynx.mh (XM_FILE): Delete.
3670 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
3671 * config/m68k/m68klynx.mh (XM_FILE): Delete.
3672 * config/i386/i386lynx.mh (XM_FILE): Delete.
3673 * config/rs6000/xm-rs6000ly.h: Delete file.
3674 * config/sparc/xm-sparclynx.h: Delete file.
3675 * config/m68k/xm-m68klynx.h: Delete file.
3676 * config/i386/xm-i386lynx.h: Delete file.
3677 * config/xm-lynx.h: Delete file.
3678 * config/djgpp/fnchange.lst: Update.
3679
f8453e34
JT
36802002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3681
3682 * alpha-tdep.c (alpha_register_byte): New function.
3683 (alpha_register_raw_size): Ditto.
3684 (alpha_register_virtual_size): Ditto.
3685 (alpha_skip_prologue_internal): Renamed from
3686 alpha_skip_prologue.
3687 (alpha_skip_prologue): New version that calls
3688 alpha_skip_prologue_internal.
3689 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
3690 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
3691 second argument from alpha_skip_prologue.
3692 (REGISTER_BYTE): Use alpha_register_byte.
3693 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
3694 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
3695 (FRAMELESS_FUNCTION_INVOCATION): Use
3696 generic_frameless_function_invocation_not.
3697 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
3698 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
3699
52d9e613
AC
37002002-01-19 Andrew Cagney <ac131313@redhat.com>
3701
3702 * config/mips/xm-news-mips.h: Delete file.
3703 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
3704
3705 * config/m88k/xm-m88k.h: Delete file.
3706 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
3707 * config/m88k/xm-delta88v4.h: Ditto.
3708 * config/m88k/xm-delta88.h: Ditto.
3709
3710 * config/alpha/xm-fbsd.h: Delete file.
3711 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
3712
3713 * config/sparc/xm-sparc.h: Delete file.
3714 * Makefile.in (xm-sun4os4.h): Delete dependency.
3715 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
3716 * config/sparc/xm-sun4os4.h: Ditto.
3717 * config/sparc/xm-linux.h: Ditto.
3718
3719 * config/i386/xm-windows.h: Delete file.
3720
2d1b2124
AC
37212002-01-19 Andrew Cagney <ac131313@redhat.com>
3722
3723 * utils.c: Include <sys/param.h> for MAXPATHLEN.
3724 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
3725
ee1f65f0
JT
37262002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3727
3728 * alpha-tdep.c (alpha_call_dummy_words): New.
3729 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
3730 (CALL_DUMMY_P): Define.
3731 (CALL_DUMMY_WORDS): Define.
3732 (SIZEOF_CALL_DUMMY_WORDS): Define.
3733
98081e55
PB
37342002-01-19 Per Bothner <per@bothner.com>
3735
3736 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
3737 isn't NULL, which can happen with some gcj-3.x-produced code.
3738
0d056799
JT
37392002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3740
3741 * alpha-tdep.c (alpha_register_virtual_type): New function.
3742 (alpha_init_frame_pc_first): Ditto.
3743 (alpha_fix_call_dummy): Ditto.
3744 (alpha_store_struct_return): Ditto.
3745 (alpha_extract_struct_value_address): Ditto.
3746 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
3747 alpha_register_virtual_type.
3748 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
3749 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
3750 alpha_extract_struct_value_address.
3751 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
3752 (INIT_FRAME_PC): Use init_frame_pc_noop.
3753 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
3754
4604bcad
MK
37552002-01-19 Mark Kettenis <kettenis@gnu.org>
3756
3757 * i386gnu-nat.c: Include "i386-tdep.h".
3758 (fetch_fpregs): Simplify code dealing with uninitialized floating
3759 point states such that it doesn't require FP7_REGNUM.
3760
140f9984
JT
37612002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3762
abf22e64
AJ
3763 * alpha-tdep.c (frame_extra_info): New.
3764 (alpha_find_saved_regs): Make static. Use
140f9984
JT
3765 frame->extra_info.
3766 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
3767 (alpha_frame_saved_pc): Use frame->extra_info.
3768 (temp_saved_regs): Don't declare as struct frame_saved_regs.
3769 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
3770 (init_extra_frame_info): Rename to...
3771 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 3772 (alpha_print_extra_frame_info): New function.
140f9984
JT
3773 (alpha_frame_locals_address): Ditto.
3774 (alpha_frame_args_address): Ditto.
abf22e64 3775 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
3776 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
3777 alpha_frame_args_address.
abf22e64 3778 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 3779 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
3780 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
3781 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
3782 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
3783 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
3784
d734c450
JT
37852002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3786
3787 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
3788 (alpha_cannot_fetch_register): Ditto.
3789 (alpha_cannot_store_register): Ditto.
3790 (alpha_register_convertible): Ditto.
3791 (alpha_use_struct_convention): Ditto.
3792 * config/alpha/tm-alpha.h: Update copyright years.
3793 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
3794 (INNER_THAN): Use core_addr_lessthan.
3795 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
3796 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
3797 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
3798 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
3799 (FRAME_CHAIN): Remove unnecessary cast.
3800
b4ceaee6
AC
38012002-01-18 Andrew Cagney <ac131313@redhat.com>
3802
3803 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
3804 obsolete.
3805
0a65a603
AC
38062002-01-18 Andrew Cagney <ac131313@redhat.com>
3807
3808 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
3809 * monitor.c, remote-array.c, remote-bug.c: Ditto.
3810 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
3811 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
3812 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
3813 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
3814 * x86-64-linux-nat.c: Ditto.
3815
636a6dfc
JT
38162002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3817
abf22e64 3818 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
3819 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
3820 (REGISTER_NAME): Define.
3821
acceddb6
JT
38222002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3823
3824 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
3825
ec32e4be
JT
38262002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3827
3828 * alpha-tdep.c: Update copyright years.
3829 (alpha_next_pc): New function.
3830 (alpha_software_single_step): Ditto.
3831 * config/alpha/tm-alpha.h: Add prototype for
3832 alpha_software_single_step.
3833
e771a871
JT
38342002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3835
3836 * alphabsd-nat.c: Update copyright years.
3837 (fill_gregset): Use regcache_collect.
3838 (fill_fpregset): Likewise.
3839 (fetch_inferior_registers): Only fetch integer registers
3840 if requested to do so.
3841 (store_inferior_registers): Only store integer registers
3842 if requested to do so.
3843
7708fa01
AC
38442002-01-17 Andrew Cagney <ac131313@redhat.com>
3845
3846 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
3847 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
3848 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
3849 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
3850 * config/alpha/fbsd.mh (XDEPFILES): Delete.
3851 * config/arm/linux.mh (XDEPFILES): Delete.
3852 * config/arm/nbsd.mh (XDEPFILES): Delete.
3853 * config/i386/i386dgux.mh (XDEPFILES): Delete.
3854 * config/i386/i386sol2.mh (XDEPFILES): Delete.
3855 * config/i386/i386m3.mh (XDEPFILES): Delete.
3856 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
3857 * config/i386/i386gnu.mh (XDEPFILES): Delete.
3858 * config/i386/fbsd.mh (XDEPFILES): Delete.
3859 * config/i386/i386bsd.mh (XDEPFILES): Delete.
3860 * config/i386/i386sco5.mh (XDEPFILES): Delete.
3861 * config/i386/i386v4.mh (XDEPFILES): Delete.
3862 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
3863 * config/i386/i386sco4.mh (XDEPFILES): Delete.
3864 * config/i386/i386aix.mh (XDEPFILES): Delete.
3865 * config/i386/go32.mh (XDEPFILES): Delete.
3866 * config/i386/cygwin.mh (XDEPFILES): Delete.
3867 * config/i386/i386lynx.mh (XDEPFILES): Delete.
3868 * config/i386/i386mach.mh (XDEPFILES): Delete.
3869 * config/i386/i386v32.mh (XDEPFILES): Delete.
3870 * config/i386/linux.mh (XDEPFILES): Delete.
3871 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
3872 * config/i386/ncr3000.mh (XDEPFILES): Delete.
3873 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
3874 * config/i386/i386sco.mh (XDEPFILES): Delete.
3875 * config/i386/i386v.mh (XDEPFILES): Delete.
3876 * config/i386/nbsd.mh (XDEPFILES): Delete.
3877 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
3878 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
3879 * config/i386/symmetry.mh (XDEPFILES): Delete.
3880 * config/i386/obsd.mh (XDEPFILES): Delete.
3881 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
3882 * config/ia64/linux.mh (XDEPFILES): Delete.
3883 * config/ia64/aix.mh (XDEPFILES): Delete.
3884 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
3885 * config/m68k/dpx2.mh (XDEPFILES): Delete.
3886 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
3887 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
3888 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
3889 * config/m68k/linux.mh (XDEPFILES): Delete.
3890 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
3891 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
3892 * config/m68k/nbsd.mh (XDEPFILES): Delete.
3893 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
3894 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
3895 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
3896 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
3897 * config/m88k/delta88.mh (XDEPFILES): Delete.
3898 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
3899 * config/m88k/m88k.mh (XDEPFILES): Delete.
3900 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
3901 * config/mips/linux.mh (XDEPFILES): Delete.
3902 * config/mips/irix6.mh (XDEPFILES): Delete.
3903 * config/mips/irix5.mh (XDEPFILES): Delete.
3904 * config/mips/irix4.mh (XDEPFILES): Delete.
3905 * config/mips/irix3.mh (XDEPFILES): Delete.
3906 * config/mips/decstation.mh (XDEPFILES): Delete.
3907 * config/mips/mipsm3.mh (XDEPFILES): Delete.
3908 (NATDEPFILES): Move core-aout.o to here.
3909 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
3910 * config/pa/hpux1020.mh (XDEPFILES): Delete.
3911 * config/pa/hppabsd.mh (XDEPFILES): Delete.
3912 * config/pa/hppahpux.mh (XDEPFILES): Delete.
3913 * config/pa/hpux11w.mh (XDEPFILES): Delete.
3914 * config/pa/hppaosf.mh (XDEPFILES): Delete.
3915 * config/pa/hpux11.mh (XDEPFILES): Delete.
3916 * config/powerpc/aix.mh (XDEPFILES): Delete.
3917 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
3918 * config/powerpc/linux.mh (XDEPFILES): Delete.
3919 * config/romp/rtbsd.mh: Rename XDEPFILES.
3920 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
3921 * config/rs6000/aix4.mh (XDEPFILES): Delete.
3922 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
3923 * config/s390/s390.mh (XDEPFILES): Delete.
3924 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
3925 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
3926 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
3927 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
3928 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
3929 * config/sparc/nbsd.mh (XDEPFILES): Delete.
3930 * config/sparc/linux.mh (XDEPFILES): Delete.
3931 * config/vax/vaxult.mh (XDEPFILES): Delete.
3932 * config/vax/vaxult2.mh (XDEPFILES): Delete.
3933 * Makefile.in (DEPFILES): Remove XDEPFILES.
3934
375fc983
AC
39352002-01-17 Andrew Cagney <ac131313@redhat.com>
3936
3937 * utils.c (internal_verror): Fix comments, default is yes not no.
3938 Update queries to match. Default to quit and dump core.
3939
8926118c
AC
39402002-01-17 Andrew Cagney <ac131313@redhat.com>
3941
3942 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
3943 copyright.
3944 * defs.h, event-top.c, gdbcmd.h: Ditto.
3945 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
3946 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
3947 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
3948 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
3949 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
3950 * mi/mi-main.c:Ditto.
3951
3952 * stack.c, symfile.c: Update copyright.
3953
45b7b345
DJ
39542002-01-17 Daniel Jacobowitz <drow@mvista.com>
3955
db728ff7
DJ
3956 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
3957 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
3958 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
3959 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 3960
db728ff7
DJ
39612002-01-17 Daniel Jacobowitz <drow@mvista.com>
3962
3963 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
3964 * gdbserver/low-lynx.c (myattach): Likewise.
3965 * gdbserver/low-nbsd.c (myattach): Likewise.
3966 * gdbserver/low-sim.c (myattach): Likewise.
3967 * gdbserver/low-sparc.c (myattach): Likewise.
3968 * gdbserver/low-sun3.c (myattach): Likewise.
3969
3970 * gdbserver/low-linux.c (myattach): New function.
45b7b345 3971
db728ff7 3972 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
3973 (main): Handle "--attach".
3974
8de3c354
AC
39752002-01-16 Andrew Cagney <ac131313@redhat.com>
3976
3977 * MAINTAINERS (language support): Daniel Jacobwitz is C++
3978 maintainer.
3979
b0129042
DJ
39802002-01-15 Daniel Jacobowitz <drow@mvista.com>
3981
3982 * c-typeprint.c (is_type_conversion_operator): Add additional
3983 check for non-conversion operators.
3984
ba8679fb 39852002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
3986
3987 * linux-proc.c: Add "info proc" command, a la procfs.c.
3988 (read_mapping): New function, abstract and re-use code.
3989 (linux_find_memory_regions): Use new func read_mapping.
3990 (linux_info_proc_cmd): New function, implement "info proc".
3991 (_initialize_linux_proc): Add new command "info proc".
3992
e4f9b4d5
MS
39932002-01-15 Michael Snyder <msnyder@redhat.com>
3994
3995 * symfile.c (generic_load): Use bfd_map_over_sections method
3996 instead of manipulating bfd structure members directly.
3997 (add_section_size_callback): New function, bfd sections callback
3998 used by generic_load.
3999 (load_sections_callback): New function, bfd sections callback
4000 used by generic_load.
4001
08cf96df
EZ
40022002-01-15 Elena Zannoni <ezannoni@redhat.com>
4003
abf22e64 4004 [Based on work by Jim Blandy]
08cf96df
EZ
4005 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
4006 (builtin_type_vec128): Export.
4007 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
4008 types.
4009 (builtin_type_vec128): New builtin type for 128 bit vector
4010 registers.
4011 (build_gdbtypes): Initialize builtin_type_v16qi and
4012 builtin_type_v8hi. Create the vec128 register builtin type
4013 structure.
4014 (build_builtin_type_vec128): New function.
abf22e64 4015 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
4016 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
4017 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
4018 AltiVec register to new builtin type.
4019
d7242108
DJ
40202001-01-15 Daniel Jacobowitz <drow@mvista.com>
4021
4022 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
4023 to make_cv_type.
4024
4ee3352d
AC
40252002-01-14 Andrew Cagney <ac131313@redhat.com>
4026
4027 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
4028 CLEAN_UP_REGISTER_VALUE.
4029 * regcache.c (supply_register): Update only call.
4030
f015b2e7
AC
40312002-01-14 Andrew Cagney <ac131313@redhat.com>
4032
4033 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4034 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4035 a29k-*-vxworks* targets as obsolete.
4036
356ae49d
MS
40372002-01-14 Michael Snyder <msnyder@redhat.com>
4038
4039 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
4040 until we can resolve portability issues.
4041 * gregset.h: Remove references to fpxregs.
4042 * gcore.c (gcore_command): Initialize note_sec to NULL.
4043
ade8f45e
AC
40442002-01-13 Andrew Cagney <ac131313@redhat.com>
4045
4046 * signals.c (target_signal_to_name): Rewrite. Only use
4047 signals[].name when in bounds and non-NULL.
abf22e64 4048
89c49e7a
AC
40492002-01-13 Andrew Cagney <ac131313@redhat.com>
4050
4051 From Petr Ledvina <ledvinap@kae.zcu.cz>:
4052 * signals.c (target_signal_to_name): Verify that SIG is within the
4053 bounds of the signals array.
4054
4daa9f9f
AC
40552002-01-13 Andrew Cagney <ac131313@redhat.com>
4056
4057 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
4058
ba4bbdcb
KS
40592002-01-13 Keith Seitz <keiths@redhat.com>
4060
4061 * stack.c (print_frame_info_base): Print the frame's pc
4062 only if when print_frame_info_listing_hook is not defined.
4063
575bbeb6
KS
40642002-01-13 Keith Seitz <keiths@redhat.com>
4065
4066 * varobj.c (varobj_set_value): Make sure that there were no
4067 errors evaluating the object before attempting to set its
4068 value.
4069 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
4070 so this offset adjustment is no longer necessary.
4071 (create_child): Don't set the error flag if the child is
4072 a CPLUS_FAKE_CHILD.
4073 (value_of_child): If value_fetch_lazy fails, return NULL
4074 so that callers will be notified that an error occurred.
4075 (c_value_of_variable): Delay check of variable's validity
4076 until later. We actually want all structs and unions to have
4077 the value "{...}".
4078 Do not return "???" for variables which could not be evaluated.
4079 This error condition must be returned to the caller so that it
4080 can get the error condition from gdb.
4081 (cplus_name_of_child): Adjust index for vptr before figuring
4082 out the name of the child.
4083 (cplus_value_of_child): If a child's (real) parent is not valid,
4084 don't even bother trying to give a value for it. Just return
4085 an error. Change all instances in this function.
4086 (cplus_type_of_child): If our parent is one of the "fake"
4087 parents, we need to get at the type of the real parent, and
4088 derive the child's true type using this information.
4089
b76898ab
AC
40902002-01-13 Andrew Cagney <ac131313@redhat.com>
4091
4092 From 2002-01-09 John Marshall <johnm@falch.net>:
4093 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
4094 sources.redhat.com, and tweak some related URLs which had
4095 suffered from linkrot.
4096
b6649e88
AC
40972002-01-13 Andrew Cagney <ac131313@redhat.com>
4098
4099 From Jeff law:
4100 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
4101 structures passed in registers.
4102
82cc5033
EZ
41032002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
4104
4105 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
4106 white space which prevented compilation. Reported by DSK
4107 <dsk@student.unsw.edu.au>.
4108
ba5f2f8a
MS
41092002-01-11 Michael Snyder <msnyder@redhat.com>
4110
fbd35540
MS
4111 * symfile.c (build_section_addr_info_from_section_tab):
4112 Use bfd access method instead of manipulating bfd directly.
4113 (syms_from_objfile): Ditto.
4114 (simple_overlay_update_1): Ditto.
4115 (simple_overlay_update): Ditto.
4116 (generic_load): Ditto.
4117 (overlay_unmapped_address): FIXME comment, bfd access methods.
4118 (sections_overlap): FIXME comment, bfd access methods.
4119 (pc_in_mapped_range): FIXME comment, bfd access methods.
4120 (pc_in_unmapped_range): FIXME comment, bfd access methods.
4121 (section_is_mapped): FIXME comment, bfd access methods.
4122 (section_is_overlay): FIXME comment, bfd access methods.
4123
ba5f2f8a
MS
4124 * symfile.c (generic_load): Whitespace and long line cleanups.
4125 Remove duplicate variable, change several local variables to
4126 more appropriate data types.
4127 (print_transfer_performance): Use %lu instead of %ld for ulongs.
4128
17df2af6
AC
41292002-01-12 Andrew Cagney <ac131313@redhat.com>
4130
4131 From Peter Schauer:
4132 * language.c (longest_local_hex_string_custom): Use phex_nz to
4133 convert NUM to a hex string.
4134
ec920329
EZ
41352002-01-12 Elena Zannoni <ezannoni@redhat.com>
4136
4137 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
4138 the function.
538a76d6 4139 Update Copyright year.
ec920329 4140
3abd2e01
AC
41412002-01-12 Andrew Cagney <ac131313@redhat.com>
4142
4143 * language.c (longest_raw_hex_string): Delete unused function.
4144
b21b22e0
PS
41452002-01-11 Petr Sorfa <petrs@caldera.com>
4146
4147 * MAINTAINERS (write-after-approval): Add myself.
4148 * dwarf2read.c (read_tag_string_type): Handling of
4149 DW_AT_byte_size.
4150 (read_tag_string_type): FORTRAN fix to prevent propagation of
4151 first string size.
4152 (set_cu_language): Handling of DW_LANG_Fortran95
4153
747fe712
RE
41542002-01-11 Richard Earnshaw <rearnsha@arm.com>
4155
4156 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
4157 GETPID(inferior_ptid).
4158 (store_inferior_registers): Likewise.
4159
f1bea926
JM
41602002-01-10 Jason Merrill <jason@redhat.com>
4161
4162 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
4163 Fix DW_OP_minus.
4164
ae940673
AC
41652002-01-10 Andrew Cagney <ac131313@redhat.com>
4166
4167 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
4168 and bfd/elf32-sh-nbsd.c.
4169
00546b04
MS
41702002-01-10 Michael Snyder <msnyder@redhat.com>
4171
352ed7b4
MS
4172 * NEWS: Mention --pid and corefile/proc-id behavior change.
4173
c18be923
MS
4174 * Makefile.in: Add rules for gcore.o and linux-proc.o.
4175 * gcore.c: Include cli/cli-decode.h instead of command.h.
4176
00546b04
MS
4177 * main.c (captured_main): Add new command line option "--pid".
4178 If the second command line argument (following the symbol-file)
4179 begins with a digit, try to attach to it before trying to open
4180 it as a corefile.
4181 (print_gdb_help): Document the "--pid" argument.
4182
db60ec62
EZ
41832002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
4184
4185 * completer.c (command_completer): New function.
4186
4187 * completer.h <command_completer>: Add prototype.
4188
4189 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
4190 completer for the "help" command.
4191
39c22d1a
JM
41922002-01-09 Jason Merrill <jason@redhat.com>
4193
4194 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
4195
c564377f
MS
41962002-01-09 Michael Snyder <msnyder@redhat.com>
4197
975aec09
MS
4198 * i386-linux-nat.c (fill_fpxregset): Make global.
4199 (store_fpxregset): Ditto.
4200
db4a10fa
MS
4201 * gregset.h (gdb_fpxregset_t): Define.
4202 (supply_fpxregset): Prototype.
4203 (fill_fpxregset): Prototype.
4204
c564377f
MS
4205 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
4206
c3d45d70
RE
42072002-01-09 Richard Earnshaw <rearnsha@arm.com>
4208
4209 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
4210 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
4211 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
4212
fcc87af1
AC
42132002-01-09 Andrew Cagney <ac131313@redhat.com>
4214
4215 * MAINTAINERS: Update target maintainer rules so that any
4216 Maintainer can approve a tested patch for a maintenance-only
4217 target.
4218
dd96c05b
RE
42192002-01-09 Richard Earnshaw <rearnsha@arm.com>
4220
d4297db9 4221 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 4222
d4297db9 4223 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
4224 IN_SIGTRAMP.
4225
145fdc6e
MS
42262002-01-08 Michael Snyder <msnyder@redhat.com>
4227
4228 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
4229 real name of the executable, rather than the /proc name.
4230
be4d1333
MS
42312002-01-03 Michael Snyder <msnyder@redhat.com>
4232
4233 Implement a "generate-core-file" command in gdb, save target state.
4234 * gcore.c: New file. Implement new command 'generate-core-file'.
4235 Save a corefile image of the current state of the inferior.
4236 * linux-proc.c: Add linux-specific code for saving corefiles.
4237 * target.h (struct target_ops): Add new target vectors for saving
4238 corefiles; to_find_memory_regions and to_make_corefile_notes.
4239 (target_find_memory_regions): New macro.
4240 (target_make_corefile_notes): New macro.
4241 * target.c (update_current_target): Inherit new target methods.
4242 (dummy_find_memory_regions): New place-holder method.
4243 (dummy_make_corefile_notes): New place-holder method.
4244 (init_dummy_target): Initialize new dummy target vectors.
4245 * exec.c (exec_set_find_memory_regions): New function.
4246 Allow the exec_ops vector for memory regions to be taken over.
4247 (exec_make_note_section): New function, target vector method.
4248 * defs.h (exec_set_find_memory_regions): Export prototype.
4249 * procfs.c (proc_find_memory_regions): New function, corefile method.
4250 (procfs_make_note_section): New function, corefile method.
4251 (init_procfs_ops): Set new target vector pointers.
4252 (find_memory_regions_callback): New function.
4253 (procfs_do_thread_registers): New function.
4254 (procfs_corefile_thread_callback): New function.
4255 * sol-thread.c (sol_find_memory_regions): New function.
4256 (sol_make_note_section): New function.
4257 (init_sol_thread_ops): Initialize new target vectors.
4258 * inftarg.c (inftarg_set_find_memory_regions): New function.
4259 Allow to_find_memory_regions vector to be taken over.
4260 (inftarg_set_make_corefile_notes): New function.
4261 Allow to_make_corefile_notes vector to be taken over.
4262 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
4263 interface layer if not target_has_execution (may be a corefile).
4264 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
4265 * config/sparc/sun4sol2.mh: Ditto.
4266 * config/alpha/alpha-linux.mh: Ditto.
4267 * config/arm/linux.mh: Ditto.
4268 * config/i386/x86-64linux.mh: Ditto.
4269 * config/ia64/linux.mh: Ditto.
4270 * config/m68k/linux.mh: Ditto.
4271 * config/mips/linux.mh: Ditto.
4272 * config/powerpc/linux.mh: Ditto.
4273 * config/sparc/linux.mh: Ditto.
4274
c6b92abd
MS
42752002-01-07 Michael Snyder <msnyder@redhat.com>
4276
4277 * arm-linux-nat.c: Remove references to regcache.c internal data
4278 (registers[] and register_valid[]).
4279
4b09dc8c
MS
42802002-01-07 Michael Snyder <msnyder@redhat.com>
4281
abf22e64
AJ
4282 * linux-proc.c: New file. Implement child_pid_to_exec_file,
4283 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
4284 symbol file and shlibs.
4285 * Makefile.in: Add rule for linux-proc.o.
4286 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
4287 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
4288 * config/arm/linux.mh: Ditto.
4289 * config/i386/linux.mh: Ditto.
4290 * config/i386/x86-64linux.mh: Ditto.
4291 * config/ia64/linux.mh: Ditto.
4292 * config/m68k/linux.mh: Ditto.
4293 * config/mips/linux.mh: Ditto.
4294 * config/powerpc/linux.mh: Ditto.
4295 * config/sparc/linux.mh: Ditto.
4296
c25b74ac
PM
42972002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
4298
4299 * win32-nat.c: Add i386-tdep.h dependency.
4300
94cd915f
MS
43012002-01-07 Michael Snyder <msnyder@redhat.com>
4302
c7cccb76
MS
4303 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
4304 instead of bfd_get_arch_size. Don't bail out just because
4305 there's no exec_bfd.
abf22e64 4306
34c0bd93
MS
4307 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
4308 * p-valprint.c (pascal_object_print_value): Ditto.
4309 * somread.c (som_symtab_read): Ditto.
4310 * symfile.c (simple_free_overlay_region_table): Ditto.
4311 * valops.c (value_assign): Ditto.
4312
21c1c920
MS
4313 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
4314 use tilde_expand and strerror for opening save-tracepoints file.
4315
5bbd998e
MS
4316 * thread-db.c (thread_db_new_objfile): Indendation fix.
4317
94cd915f
MS
4318 * infptrace.c (GDB_MAX_ALLOCA): New define.
4319 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 4320 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
4321 can be overridden with whatever value is appropriate to the host).
4322 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
4323 alloca to allocate potentially large buffer.
4324 * rs6000-nat.c (child_xfer_memory): Ditto.
4325 * symm-nat.c (child_xfer_memory): Ditto.
4326 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
4327
494e8a93
JSC
43282002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
4329
4330 From Nick Clifton <nickc@redhat.com>
4331 * d10v-tdep.c: Set STACK_START to 0x200bffe.
4332
d0e1d48e
MS
43332002-01-07 Michael Snyder <msnyder@redhat.com>
4334
abf22e64 4335 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
4336 Don't use exec_bfd if it's NULL.
4337
290b2c7a
MK
43382002-01-06 Mark Kettenis <kettenis@gnu.org>
4339
abf22e64 4340 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 4341
aef21287
AC
43422002-01-06 Andrew Cagney <ac131313@redhat.com>
4343
4344 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
4345 * gnu-nat.c: Ditto.
4346
30efa627
AC
43472002-01-06 Andrew Cagney <ac131313@redhat.com>
4348
4349 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
4350 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
4351 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
4352 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
4353 z8k-coff have not been multi-arched. Update z8k-coff build
4354 status.
4355
9b4ff276
AC
43562002-01-06 Andrew Cagney <ac131313@redhat.com>
4357
4358 * MAINTAINERS: Mark a29k target as obsolete.
4359 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
4360 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
4361 comments.
4362 * NEWS: Note that a29k targets are obsolete.
4363 * a29k-tdep.c: Mark as obsolete.
4364 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4365 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4366 a29k-*-vxworks* targets as obsolete.
4367 * remote-adapt.c: Obsolete.
4368 * remote-eb.c: Obsolete.
4369 * remote-mm.c: Obsolete.
4370 * remote-udi.c: Obsolete.
4371 * config/a29k/a29k-udi.mt: Obsolete.
4372 * config/a29k/a29k.mt: Obsolete.
4373 * config/a29k/tm-a29k.h: Obsolete.
4374 * config/a29k/tm-vx29k.h: Obsolete.
4375 * config/a29k/vx29k.mt: Obsolete.
4376
a9011d31
AC
43772002-01-05 Andrew Cagney <ac131313@redhat.com>
4378
4379 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
4380 with BFD_ENDIAN_BIG.
4381
9299404e
AC
43822002-01-05 Andrew Cagney <ac131313@redhat.com>
4383
4384 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
4385 * configure, config.in: Re-generate.
4386 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
4387 * defs.h: Do not include <endian.h>.
4388
7e89e357
JT
43892002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
4390
4391 * acconfig.h (HAVE_PT_GETXMMREGS): New.
4392 * config.in: Regenerate.
4393 * configure.in: Update copyright years.
4394 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
4395 * configure: Regenerate.
4396 * i386bsd-nat.c: Update copyright years.
4397 (fill_gregset): Use regcache_collect.
4398 (fetch_inferior_registers): Only fetch integer registers
4399 if requested to do so. Add support for XMM registers
4400 using PT_GETXMMREGS.
4401 (store_inferior_registers): Only store integer registers
4402 if requested to do so. Add support for XMM registers
4403 using PT_SETXMMREGS.
4404 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
4405 (store_inferior_registers): Remove.
4406 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
4407 (fetch_elfcore_registers): New function.
4408 (i386nbsd_elfcore_fns): New.
4409 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
4410 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
4411 i386bsd-nat.o.
4412 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4413 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
4414 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
4415 * config/i386/tm-nbsd.h: Update copyright years.
4416 (HAVE_SSE_REGS): Define.
4417 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
4418 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
4419 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
4420 (SIGCONTEXT_PC_OFFSET): Remove.
4421 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
4422
a752853e
AC
44232002-01-05 Andrew Cagney <ac131313@redhat.com>
4424
4425 * configure.tgt: Remove powerpc-*-macos* target.
4426 * config/m68k/xm-mpw.h: Delete file.
4427 * config/xm-mpw.h: Delete file.
4428 * ser-mac.c: Delete file.
4429 * mpw-make.sed: Delete file.
4430 * mpw-config.in: Delete file.
4431 * mac-xdep.c: Delete file.
4432 * mac-gdb.r: Delete file.
4433 * mac-defs.h: Delete file.
4434 * mac-nat.c: Delete file.
4435 * config/powerpc/macos.mh: Delete file.
4436 * config/powerpc/macos.mt: Delete file.
4437 * config/powerpc/nm-macos.h: Delete file.
4438 * config/powerpc/tm-macos.h: Delete file.
4439 * source.c (openp, open_source_file): Remove obsolete code.
4440 * top.c (gdb_readline): Ditto.
4441 * utils.c (query): Ditto.
4442 * event-top.c (display_gdb_prompt): Ditto.
4443 * Makefile.in (ser-mac.o): Delete obsolete target.
4444 * NEWS: Update.
4445
d7449b42
AC
44462002-01-04 Andrew Cagney <ac131313@redhat.com>
4447
4448 * defs.h (BIG_ENDIAN): Delete macro definition.
4449 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
4450 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
4451 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
4452 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
4453 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
4454 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
4455 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
4456 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
4457 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
4458 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
4459 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
4460 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
4461 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4462 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4463 * gdbarch.c: Re-generate.
4464
356374e8
DJ
44652002-01-04 Daniel Jacobowitz <drow@mvista.com>
4466
4467 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
4468 for core files.
4469
a2b8f8f8
JT
44702002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4471
4472 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
4473
12466af9
AC
44742002-01-04 Andrew Cagney <ac131313@redhat.com>
4475
4476 * value.h (value_ptr): Delete typedef.
4477
3549ab40
JT
44782002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4479
4480 * i386nbsd-nat.c: Update copyright years.
4481 Include i386-tdep.h.
4482
fedbd091
EZ
44832002-01-04 Elena Zannoni <ezannoni@redhat.com>
4484
4485 * stabsread.c: Update copyright years.
4486
4487 From Debashis Mahata <debashis.mahata@wipro.com>:
4488 (read_struct_fields): Deal with Sun C compiler erroneous stab
4489 output for structs and unions.
fec8b34f 4490 Fix PR gdb/269.
fedbd091 4491
eb43544b
DJ
44922002-01-04 Daniel Jacobowitz <drow@mvista.com>
4493
4494 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
4495 prototype.
4496
1514d34e
DJ
44972002-01-04 Daniel Jacobowitz <drow@mvista.com>
4498
4499 * cp-abi.c: Fix whitespace.
4500 (baseclass_offset): New wrapper function.
4501 * cp-abi.h (baseclass_offset): Add prototype.
4502 (struct cp_abi_ops): Add baseclass_offset pointer.
4503
4504 * valops.c (vb_match): Move to...
4505 * gnu-v2-abi.c (vb_match): here.
4506 * valops.c (baseclass_offset): Move to...
4507 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
4508
4509 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
4510
4511 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
4512 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
4513 * hpacc-abi.c (init_hpacc_ops): Likewise.
4514
7f8c9282
DJ
45152002-01-04 Daniel Jacobowitz <drow@mvista.com>
4516
4517 * valops.c (find_overload_match): Accept obj as a
4518 reference parameter. Update it before returning.
4519 * value.h (find_overload_match): Update prototype.
4520 * eval.c (evaluate_subexp_standard): Pass object to
4521 find_overload_match by reference.
4522
f23631e4
AC
45232002-01-03 Andrew Cagney <ac131313@redhat.com>
4524
4525 * valarith.c: Replace value_ptr with struct value pointer. Remove
4526 register attribute from value declarations.
4527 * valops.c: Ditto.
4528 * value.h: Ditto.
4529 * scm-lang.c (scm_lookup_name): Ditto.
4530
79e10fab 45312002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 4532
79e10fab
AC
4533 Abstract the functionality of iterating over mapped memory
4534 regions into a general purpose iterator function.
abf22e64 4535 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
4536 iterator for memory sections.
4537 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
4538 (solib_mappings_callback): New function, callback for above.
4539 (info_proc_mappings): Reimpliment using iterate_over_mappings.
4540 (info_mappings_callback): New function, callback for above.
4541
4542 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
4543
c5ad026a
MK
45442002-01-01 Mark Kettenis <kettenis@gnu.org>
4545
d2a7c97a
MK
4546 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
4547 * i386-tdep.c: Include "elf-bfd.h".
4548 (process_note_abi_tag_sections): New function.
4549 (i386_gdbarch_init): Add code to recognize various OS/ABI
4550 combinations.
4551
c5ad026a
MK
4552 * maint.c (_initialize_maint_cmds): Add missing \ in
4553 string-literal.
4554
a1a5b71e 4555For older changes see ChangeLog-2001
c906108c
SS
4556\f
4557Local Variables:
4558mode: change-log
4559left-margin: 8
4560fill-column: 74
4561version-control: never
4562End:
This page took 0.455936 seconds and 4 git commands to generate.