New test cases for java support.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
91fd20f7
ML
12002-04-29 Michal Ludvig <mludvig@suse.cz>
2
3 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
4 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5 (x86_64_register_info_table): Added comments with register numbers.
6
2dc5091b
EZ
72002-04-29 Elena Zannoni <ezannoni@redhat.com>
8
9 * rs6000-tdep.c (rs6000_extract_return_value,
10 rs6000_store_return_value): Handle returning vectors.
11 (rs6000_gdbarch_init): Use
12 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
13 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
14 New function.
15 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
16 vectors.
17 (ppc_sysv_abi_push_arguments): Handle vector parameters.
18 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
19
2b9848d8
PM
202002-04-24 Pierre Muller <ics.u-strasbg.fr>
21
22 * hpread.c (hpread_psymtab_to_symtab_1,
23 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
24 with fprintf_unfiltered (gdb_stderr,...).
25
f8d17dc5
PM
262002-04-24 Pierre Muller <ics.u-strasbg.fr>
27
28 * remote-array.c (printf_monitor, write_monitor,
29 array_insert_breakpoint, array_remove_breakpoint ):
30 Replace fprintf (stderr,...
31 with fprintf_unfiltered (gdb_stderr,....
32 * remote-es.c: Likewise.
33 * remote-os9k.c: Likewise.
34 * remote-st.c: Likewise.
35
2f2f1ad1
AS
362002-04-28 Andreas Schwab <schwab@suse.de>
37
38 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
39 linux-proc.o and gcore.o.
40
b6779aa2
AC
412002-04-26 Michal Ludvig <mludvig@suse.cz>
42
43 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
44 code without frame pointers.
45
7e57f5f4
AC
462002-04-26 Andrew Cagney <ac131313@redhat.com>
47
48 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
49 ON_STACK is needed.
50
2ceb85d0
BE
512002-04-26 Ben Elliston <bje@redhat.com>
52
53 * target.c (do_xfer_memory): Correct reference to the new option
54 "trust-readonly-sections".
55
f5f8a009
EZ
562002-04-26 Elena Zannoni <ezannoni@redhat.com>
57
58 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
59 * gdbtypes.c (recursive_dump_type): Output the vector flag.
60 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
61 vectors.
62 (read_array_type): Record the fact that this array type is really a
63 vector (i.e. are passed in by value).
64
5868c862
JT
652002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
66
67 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
68 * alpha-tdep.c (alpha_sigcontext_addr): New function.
69 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
70 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
71 * alpha-linux-tdep.c: Include frame.h.
72 (alpha_linux_sigcontext_addr): New function.
73 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
74 alpha_linux_sigcontext_addr.
75 * alpha-osf1-tdep.c: Include gdbcore.h.
76 (alpha_osf1_sigcontext_addr): New function.
77 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
78 alpha_osf1_sigcontext_addr.
79 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
80 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
81
bfb01f37
AC
822002-04-26 Andrew Cagney <ac131313@redhat.com>
83
84 * stack.c (selected_frame_level):
85 (select_frame): Do not set selected_frame_level.
86 * frame.h (selected_frame_level): Delete declaration.
87
15813d3f
AC
882002-04-26 Andrew Cagney <ac131313@redhat.com>
89
90 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
91 convert_from_func_ptr-addr when AIX / PowerOpen.
92
6096c27a
AC
932002-04-25 Andrew Cagney <ac131313@redhat.com>
94
95 * valops.c (hand_function_call): Call
96 generic_save_call_dummy_addr.
97 * frame.h (generic_save_call_dummy_addr): Declare.
98 * blockframe.c (struct dummy_frame): Add fields call_lo and
99 call_hi.
100 (generic_find_dummy_frame): Check for PC in range call_lo to
101 call_hi instead of entry_point_address.
102 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
103 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
104 (generic_save_call_dummy_addr): New function.
105
f510d44e
DM
1062002-04-24 David S. Miller <davem@redhat.com>
107
108 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
109 sparc_skip_prologue.
110 (sparc_skip_prologue): Kill frameless_p arg, and use line number
111 information to find prologue when possible.
112 (sparc_prologue_frameless_p): Call examine_prologue directly.
113 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
114 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
115 second argument.
116 (SKIP_PROLOGUE): Likewise.
117
15d72a92
JT
1182002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
119
120 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
121 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
122 indicate that the condition it was testing is always true.
123 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
124 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
125 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
126
accc6d1f
JT
1272002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
128
129 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
130 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
131 tdep->jb_pc and tdep->jb_elt_size.
132 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
133 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
134 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
135 * alpha-nat.c (get_longjmp_target): Remove.
136 (JB_ELEMENT_SIZE): Ditto.
137 (JB_PC): Ditto.
138 * alpha-tdep.c (alpha_get_longjmp_target): New function.
139 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
140 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
141 to alpha_get_longjmp_target.
142 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
143 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
144 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
145
1bfdc549
AC
1462002-04-25 Andrew Cagney <ac131313@redhat.com>
147
148 * README: Update to GDB 5.2.
149
1bd316f0
AC
1502002-04-25 Andrew Cagney <ac131313@redhat.com>
151
152 * gdbarch.sh (LC_ALL): Set to `c'.
153
2e5ff58c
TR
1542002-04-25 Theodore A. Roth <troth@verinet.com>
155
156 * avr-tdep.c: Ran through gdb_indent.sh.
157
e33ce519
TR
1582002-04-25 Theodore A. Roth <troth@verinet.com>
159
160 * MAINTAINERS: Add myself as AVR maintainer.
161 * NEWS: Note new target avr.
162
8818c391
TR
1632002-04-25 Theodore A. Roth <troth@verinet.com>
164
165 * Makefile.in: Add support for AVR target.
166 * configure.tgt: Add support for AVR target.
167 * avr-tdep.c: New file
168 * config/avr/avr.mt: New file.
169
79509c2d
TR
1702002-04-25 Theodore A. Roth <troth@verinet.com>
171
172 * MAINTAINERS: Add myself to write-after-approval.
173
dac8068e
PM
1742002-04-24 Pierre Muller <ics.u-strasbg.fr>
175
176 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
177 with fprintf_unfiltered (gdb_stderr,....
178
25bf3106
PM
1792002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
180
181 Fix PR gdb/508.
182 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
183
24467a86
PM
1842002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
185
186 * p-exp.y: Also use new prev_lexptr variable
187 to improve error reporting. Based on Michael Snyder
188 2002-04-24 dated patch to c-exp.y.
189
95b80706
JT
1902002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
191
192 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
193 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
194 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
195 to 0.
196 * config/alpha/tm-alpha.h: Remove forward decls of struct type
197 and struct value.
198 (FUNCTION_START_OFFSET): Remove.
199 (BREAKPOINT): Ditto.
200
e90cc612
JT
2012002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
202
203 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
204 * NEWS: Ditto.
205
6c72f9f9
JT
2062002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
207
208 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
209 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
210 alpha_linux_pc_in_sigtramp.
211 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
212 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
213 alpha_osf1_pc_in_sigtramp.
214 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
215 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
216 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
217 alphafbsd_pc_in_sigtramp.
218 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
219 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
220 alphanbsd_pc_in_sigtramp.
221 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
222 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
223
5e4f3379
JT
2242002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
225
226 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
227
da8ca43d
JT
2282002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
229
230 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
231 alphanbsd-tdep.c.
232 (alphanbsd-nat.o): New dependency list.
233 (alphanbsd-tdep.o): Ditto.
234 * NEWS: Note new native NetBSD/alpha configuration.
235 * alphanbsd-nat.c: New file.
236 * alphanbsd-tdep.c: Ditto.
237 * configure.host (alpha*-*-netbsd*): New host.
238 * configure.tgt (alpha*-*-netbsd*): New target.
239 * config/alpha/nbsd.mh: New file.
240 * config/alpha/nbsd.mt: Ditto.
241 * config/alpha/nm-nbsd.h: Ditto.
242 * config/alpha/tm-nbsd.h: Ditto.
243
36a6271d
JT
2442002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
245
246 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
247 (alpha-osf1-tdep.o): New dependency list.
248 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
249 and skip_sigtramp_frame members.
250 * alpha-linux-tdep.c: Include gdbcore.h.
251 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
252 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
253 * alpha-osf1-tdep.c: New file.
254 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
255 alpha-osf1-dep.c.
256 (alpha_frame_past_sigtramp_frame): New function.
257 (alpha_dynamic_sigtramp_offset): Ditto.
258 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
259 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
260 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
261 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
262 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
263 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
264 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
265 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
266 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
267 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
268 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
269 to find_solib_trampoline_target.
270 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
271 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
272 (SKIP_TRAMPOLINE_CODE): Remove.
273 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
274 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
275 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
276 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
277 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
278 (PROC_SIGTRAMP_MAGIC): Ditto.
279 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
280 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
281 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
282 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
283 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
284
2f4bc57b
JT
2852002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
286
287 * NEWS: Note that Alpha targets are now multi-arch.
288
665132f9
MS
2892002-04-24 Michael Snyder <msnyder@redhat.com>
290
291 * parser-defs.h (prev_lexptr): New external variable.
292 * parse.c (parse_exp_1): Set prev_lexptr to null before
293 calling the language-specific parser.
294 * c-exp.y (yylex): Set prev_lexptr to start of current token.
295 (yyerror): Use prev_lexptr in error reporting.
296
32872fa7
DJ
2972002-04-24 Daniel Jacobowitz <drow@mvista.com>
298
299 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
300 * gregset.h: If FILL_FPXREGSET is defined, provide
301 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
302 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
303 is defined, call fill_fpxregset.
304
57e76fac
MS
3052002-04-24 Roland McGrath <roland@frob.com>
306
307 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
308 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
309 (supply_gregset, supply_fpregset): New functions.
310
311 * gnu-nat.c (gnu_find_memory_regions): New function.
312 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
313 (gnu_xfer_memory): Add a cast.
314
f43845b3
MS
3152002-04-24 Michael Snyder <msnyder@redhat.com>
316
317 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
318 loop. Add handling for "str lr, [sp, #-4]!" and for saves
319 of argument regs ("str r(0123), [r11, #-nn"]).
320 (arm_skip_prologue): Better handling for frameless functions.
321 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
322 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
323
a0abec03
AC
324Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
325
326 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
327 NUM_PSEUDO_REGS can be used.
328
d7bd68ca
AC
3292002-04-24 Andrew Cagney <ac131313@redhat.com>
330
331 * arch-utils.h: Update copyright.
332
333 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
334 * gdbarch.h, gdbarch.c: Re-generate.
335
336 * inferior.h (IN_SIGTRAMP): Delete definition.
337 * arch-utils.c (legacy_pc_in_sigtramp): New function.
338 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
339
340 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
341 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
342 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
343 (find_proc_framesize): Ditto.
344 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
345 (alpha_init_extra_frame_info): Ditto.
346 * infrun.c (handle_inferior_event): Ditto.
347 (handle_inferior_event): Ditto.
348 (check_sigtramp2): Ditto.
349 * blockframe.c (create_new_frame): Ditto.
350 (get_prev_frame): Ditto.
351 * ppc-linux-tdep.c: Update comments.
352 * i386-linux-tdep.c: Update comments.
353 * breakpoint.c (bpstat_what): Update comment.
354
d06f167a
ML
3552002-04-24 Michal Ludvig <mludvig@suse.cz>
356
357 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
358 (regsets_store_inferior_registers): Removed cast to int from
359 ptrace() calls.
360 * gdbserver/regcache.h: Added declaration of struct inferior_info.
361
4867e41e
DM
3622002-04-24 David S. Miller <davem@redhat.com>
363
21d83aa5
DM
364 * i960-tdep.c (register_in_window_p): New function.
365 (i960_find_saved_register): Use it instead of
366 REGISTER_IN_WINDOW_P.
367 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
368
4867e41e
DM
369 * symtab.h (find_stab_function_addr): Kill extern.
370 * minsyms.c (find_stab_function_addr): Remove from here...
371 * dbxread.c: ... to here, and mark it static.
372
69cdf6a2
DM
3732002-04-20 David S. Miller <davem@redhat.com>
374
375 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
376 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
377
5a595886
DM
3782002-04-21 David S. Miller <davem@redhat.com>
379
380 * remote-vxsparc.c (vx_read_register): Fix typo, we want
381 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
382 (vx_write_register): Likewise.
383
1da1a192
JB
3842002-04-23 J. Brobecker <brobecker@gnat.com>
385
386 * source.c (is_regular_file): New function.
387 (openp): Check wether file to open is a regular file
388 to avoid opening directories.
389
baa6f10b
JT
3902002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
391
392 * findvar.c (extract_signed_integer): Cast printf argument
393 to suppress format warning.
394 (extract_unsigned_integer): Likewise.
395 * infcmd.c (registers_info): Likewise.
396 * top.c (get_prompt_1): Likewise.
397 * valops.c (value_assign): Likewise.
398 * valprint.c (print_decimal): Likewise.
399
b2c4da81
L
4002002-04-22 H.J. Lu (hjl@gnu.org)
401
402 * c-exp.y (typebase): Support
403
404 [long|long long|short] [signed|unsigned] [int|]
405
406 and
407
408 signed [long|long long|short] int
409
f267bd6a
JT
4102002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
411
412 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
413 and vax-tdep.h.
414 * vax-tdep.h: New file.
415 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
416 Make several routines static.
417 (vax_get_saved_register): New function.
418 (vax_gdbarch_init): New function.
419 (_initialize_vax_tdep): Register vax_gdbarch_init.
420 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
421 Remove macros now under the control of gdbarch.
422
da3c6d4a
MS
4232002-04-22 Michael Snyder <msnyder@redhat.com>
424
11d3b27d
MS
425 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
426 Some whitespace and coding standards tweaks.
da3c6d4a 427
a33f7558
JT
4282002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
429
430 * vax-tdep.c: Include regcache.h.
431 (vax_call_dummy_words): New.
432 (sizeof_vax_call_dummy_words): New.
433 (vax_fix_call_dummy): New function.
434 (vax_saved_pc_after_call): Ditto.
435 * config/vax/tm-vax.h: Don't include regcache.h.
436 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
437 (CALL_DUMMY): Remove.
438 (CALL_DUMMY_WORDS): Define.
439 (SIZEOF_CALL_DUMMY_WORDS): Define.
440 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
441
47a73475
MS
4422002-04-18 Michael Snyder <msnyder@redhat.com>
443
444 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
445
52efde73
JT
4462002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
447
448 * vax-tdep.c (vax_frame_chain): New function.
449 (vax_push_dummy_frame): Ditto.
450 (vax_pop_frame): Ditto.
451 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
452 (FRAMELESS_FUNCTION_INVOCATION): Use
453 generic_frameless_function_invocation_not.
454 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
455 (POP_FRAME): Use vax_pop_frame.
456
ea74468c
JT
4572002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
458
459 * vax-tdep.c (vax_store_struct_return): New function.
460 (vax_extract_return_value): Ditto.
461 (vax_store_return_value): Ditto.
462 (vax_extract_struct_value_address): Ditto.
463 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
464 vax_store_struct_return.
465 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
466 (STORE_RETURN_VALUE): Use vax_store_return_value.
467 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
468
5516aa92
JT
4692002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
470
471 * vax-tdep.c (vax_frame_saved_pc): New function.
472 (vax_frame_args_address_correct): Ditto.
473 (vax_frame_args_address): Ditto.
474 (vax_frame_locals_address): Ditto.
475 (vax_frame_num_args): Move code to be in proximity to
476 other frame-related functions.
477 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
478 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
479 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
480 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
481 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
482
36af0b35
L
4832002-04-22 H.J. Lu (hjl@gnu.org)
484
485 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
486 includedir.
487
ab62c900
JT
4882002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
489
490 * vax-tdep.c (vax_frame_init_saved_regs): New function.
491 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
492 (FRAME_INIT_SAVED_REGS): New macro.
493
7232b100
JT
4942002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
495
496 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
497
b70d2aee
JT
4982002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
499
500 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
501 where needed.
502 (fetch_osf_core_registers): Likewise.
503 (supply_gregset): Likewise.
504
a0e8a2d1
JB
5052002-04-22 J. Brobecker <brobecker@gnat.com>
506
507 * symfile.h (get_section_index): Define.
508 * symfile.c (get_section_index): New function.
509 * mdebugread.c (SC_IS_SBSS): New macro.
510 (SC_IS_BSS): Return true for the scBss storage class only, as
511 the scSBss storage class refers to the .sbss section.
512 (parse_partial_symbols): Discard the symbols which associated
513 section does not exist.
514 Make sure to use the .sbss section index for symbols which
515 storage class is scBss, rather than using the .bss section index.
516
51eb8b08
JT
5172002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
518
519 * vax-tdep.c: Update copyright years.
520 (vax_register_name): New function.
521 (vax_register_byte): Ditto.
522 (vax_register_raw_size): Ditto.
523 (vax_register_virtual_size): Ditto.
524 (vax_register_virtual_type): Ditto.
525 * config/vax/tm-vax.h: Update copyright years.
526 (REGISTER_NAMES): Remove.
527 (REGISTER_NAME): Define.
528 (REGISTER_BYTE): Use vax_register_byte.
529 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
530 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
531 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
532
6cc1c0a8
AC
5332002-04-21 Andrew Cagney <ac131313@redhat.com>
534
535 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
536 declaration
537 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
538
9319a2fe
DM
5392002-04-21 David S. Miller <davem@redhat.com>
540
541 * arch-utils.c (generic_prologue_frameless_p): Kill
542 SKIP_PROLOGUE_FRAMELESS_P code.
543 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
544 references.
545 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
546 * arc-tdep.c (arc_prologue_frameless_p): Implement.
547 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
548 references.
549 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
550 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
551 (sparc_gdbarch_init): Pass it to
552 set_gdbarch_prologue_frameless_p.
a0e8a2d1 553
e9ed6d01
JT
5542002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
555
556 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
557 (alphabsd-nat.o): New dependency list.
558
36012033
JT
5592002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
560
561 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
562 alphafbsd-tdep.c.
563 (alpha-linux-tdep.o): New dependency list.
564 (alphafbsd-tdep.o): Likewise.
565
3379287a
JT
5662002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
567
568 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
569 to here...
570 * alpha-tdep.c: ...from here.
571 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
572
4bcbd6cb
JT
5732002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
574
575 * config/alpha/tm-alpha.h: Move alpha_software_single_step
576 prototype from here...
577 * alpha-tdep.h: ...to here.
578
b31da25e
AC
5792002-04-21 Andrew Cagney <ac131313@redhat.com>
580
581 * frame.h (selected_frame_level): Document as deprecated.
582 (frame_relative_level): Declare.
583 * stack.c (frame_relative_level): New function.
584 (selected_frame_level): Document as deprecated.
585 (select_frame): Do not set the selected_frame_level.
586
587 * stack.c (frame_info, record_selected_frame): Update.
588 (frame_command, current_frame_command): Update.
589 (up_silently_base, up_command, down_silently_base): Update.
590 (down_command): Update.
591 * inflow.c (kill_command): Update.
592 * tracepoint.c (finish_tfind_command): Update.
593 * corelow.c (core_open): Update.
594 * thread.c (info_threads_command): Update.
595 (do_captured_thread_select): Update.
596 * infcmd.c (finish_command): Update.
597 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
598
9c1d6fe5
JT
5992002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
600
601 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
602
ab89facf
AC
6032002-04-21 Andrew Cagney <ac131313@redhat.com>
604
605 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
606 type const.
607
82a4efa1
JT
6082002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
609
610 * alphafbsd-tdep.c: Update copyright years. Include
611 alpha-tdep.h.
612 (alphafbsd_use_struct_convention): Make static.
613 (alphafbsd_init_abi): New function.
614 (_initialize_alphafbsd_tdep): New function.
615 * config/alpha/tm-fbsd.h: Update copyright years.
616 (USE_STRUCT_CONVENTION): Remove.
617
44dffaac
JT
6182002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
619
620 * alpha-tdep.c (alpha_abi_handler): New structure to describe
621 an Alpha ABI variant.
622 (alpha_abi_handler_list): Declare.
623 (alpha_gdbarch_register_os_abi): New function.
624 (alpha_gdbarch_init): Give registered ABI variant handlers a
625 chance to tweak the gdbarch once we have set up defaults.
626 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
627
65585be4
JT
6282002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
629
630 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
631 to standard_coerce_float_to_double.
632 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
633
d9b023cc
JT
6342002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
635
636 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
637 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
638 from gdbarch_tdep rather than a constant.
639 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
640 the default text address for all Alpha Unix ABIs.
641 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
642 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
643
dc129d82
JT
6442002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
645
646 * alpha-tdep.h: New file. Includes several Alpha target constants
647 taken from...
648 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
649 let gdbarch deal with.
650 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
651 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
652 to dependency list.
653 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
654 Alpha target register names.
655 * alphabsd-nat.c: Likewise.
656 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
657 Alpha target register names. Make serveral routines static.
658 (alpha_get_saved_register): New function.
659 (alpha_abi_names): New.
660 (process_note_abi_tag_sections): New function.
661 (get_elfosabi): New function.
662 (alpha_gdbarch_init): New function.
663 (alpha_dump_tdep): New function.
664 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
665
d49d1e0a
AC
6662002-04-21 Andrew Cagney <ac131313@redhat.com>
667
668 * frame.c (find_saved_register): Delete #ifdef
669 HAVE_REGISTER_WINDOWS code.
670 * config/sparc/tm-sparc.h: Update comments.
671 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
672
92e8c9ed
AC
6732002-04-21 Andrew Cagney <ac131313@redhat.com>
674
675 * i960-tdep.c (i960_find_saved_register): New function.
676 (i960_get_saved_register): New function.
677 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
678 (i960_get_saved_register): Declare.
679 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
680
e1925118
DM
6812002-04-20 David S. Miller <davem@redhat.com>
682
683 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
684
29673b29
AC
6852002-04-20 Andrew Cagney <ac131313@redhat.com>
686
687 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
688 instead of NUM_PSEUDO_REGS.
689
6c86dcd5
DM
6902002-04-20 David S. Miller <davem@redhat.com>
691
692 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
693 GDB_MULTI_ARCH_PARTIAL
694 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
695 define, let tm-sp64.h do it.
696
aa40ec90
JT
6972002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
698
699 * frame.c (find_saved_register): Avoid a NULL pointer
700 dereference and actually walk the frame list.
701
0f79675b
AC
7022002-04-20 Andrew Cagney <ac131313@redhat.com>
703
704 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
705 sorted in most most-recent-used order. Document.
706 * gdbarch.h, gdbarch.c: Regenerate.
707
c04a1aa8
DJ
7082002-04-20 Daniel Jacobowitz <drow@mvista.com>
709
710 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
711 (add_inferior): Call create_register_cache.
712 (clear_inferiors): Call free_register_cache.
713 (inferior_regcache_data, set_inferior_regcache_data): New functions.
714 * gdbserver/regcache.c (struct inferior_regcache_data): New.
715 (registers): Remove.
716 (get_regcache): New function.
717 (create_register_cache, free_register_cache): New functions.
718 (set_register_cache): Don't initialize the register cache here.
719 (registers_to_string, registers_from_string, register_data): Call
720 get_regcache.
721 * gdbserver/regcache.h: Add prototypes.
722 * gdbserver/server.h: Likewise.
723
611cb4a5
DJ
7242002-04-20 Daniel Jacobowitz <drow@mvista.com>
725
726 * gdbserver/mem-break.c: New file.
727 * gdbserver/mem-break.h: New file.
728 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
729 dependencies.
730 * gdbserver/inferiors.c (struct inferior_info): Add target_data
731 member.
732 (clear_inferiors): Free target_data member if set.
733 (inferior_target_data, set_inferior_target_data): New functions.
734 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
735 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
736 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
737 (struct inferior_linux_data): New.
738 (linux_create_inferior): Use set_inferior_target_data.
739 (linux_attach): Likewise. Call add_inferior.
740 (linux_wait_for_one_inferior): New function.
741 (linux_wait): Call it.
742 (linux_write_memory): Add const.
743 (initialize_low): Call set_breakpoint_data.
744 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
745 handling members.
746 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
747 call.
748 * gdbserver/server.h: Include mem-break.h. Update inferior.c
749 prototypes.
750 * gdbserver/target.c (read_inferior_memory)
751 (write_inferior_memory): New functions.
752 * gdbserver/target.h (read_inferior_memory)
753 (write_inferior_memory): Change macros to prototypes.
754 (struct target_ops): Update comments. Add const to write_memory
755 definition.
756
f91305dd 7572002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
758
759 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
760 instead of ->prev.
761 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
762 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
763 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
764 instead of ->prev.
765
73d322b1
EZ
7662002-04-19 Elena Zannoni <ezannoni@redhat.com>
767
768 Fix PR gdb/471.
769 * gdbtypes.c (init_simd_type): Rewrite using new functions.
770 (build_builtin_type_vec128): Ditto.
771 (append_composite_type_field): Fix calculation of type length in
772 union case.
773
ccd9a834
EZ
7742002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
775
776 * config/djgpp/README: Update.
777
778 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
779 compiler warnings.
780
a57f9e49
JT
7812002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
782
783 * alpha-tdep.c (setup_arbitrary_frame): Rename...
784 (alpha_setup_arbitrary_frame): ...to this.
785 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
786 for alpha_setup_arbitrary_frame.
787
f4f9705a
AC
7882002-04-18 Andrew Cagney <cagney@redhat.com>
789
790 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
791 * gdbarch.h, gdbarch.c: Regenerate.
792
793 * defs.h (breakpoint_from_pc_fn): Delete type definition.
794 * target.h (memory_breakpoint_from_pc): Update declaration.
795 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
796
797 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
798 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
799 * mem-break.c (memory_breakpoint_from_pc): Ditto.
800 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
801 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
802 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
803 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
804 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
805 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
806 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
807 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
808 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
809
810 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
811 const pointer.
812 * monitor.c (monitor_insert_breakpoint): Ditto.
813 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
814
815 * config/mcore/tm-mcore.h: Update copyright.
816 * mem-break.c: Ditto.
817 * xstormy16-tdep.c: Ditto.
818
29f319b8
PM
8192002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
820
821 * p-exp.y: Add precedence rule for '^' token.
822 This removes the shift/reduce conflicts.
823 Remove the comment concerning these shift/reduce conflicts.
824
ebeac11a
EZ
8252002-04-18 Elena Zannoni <ezannoni@redhat.com>
826
827 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
828 (registers_powerpc_nofp): New register set for processors
829 without floating point unit.
830
27c31547
DM
8312002-04-18 David S. Miller <davem@redhat.com>
832
833 * MAINTAINERS: Add myself to write-after-approval.
834
47a73475
MS
8352002-04-17 Michael Snyder <msnyder@redhat.com>
836
837 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
838
953836b2
AC
8392002-04-17 Andrew Cagney <ac131313@redhat.com>
840
841 * rs6000-tdep.c (frame_initial_stack_address): Use
842 frame_register_read to read the alloca_reg.
843
8b0d4340
AC
8442002-04-17 Andrew Cagney <ac131313@redhat.com>
845
846 * frame.c (find_saved_register): Find saved registers in the next
847 not prev frame.
848 Fix PR gdb/365.
849
d8864532
AC
8502002-04-17 Andrew Cagney <ac131313@redhat.com>
851
852 * gdbarch.sh (LANG): Set to ``c''.
853
36cc83a3
AC
8542002-04-15 Andrew Cagney <ac131313@redhat.com>
855
856 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
857
2f4150cc 8582002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
859
860 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
861 Update copyright.
862
628703c6 863 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc
AC
864 Also fix PR gdb/391.
865
56157b4a
AC
8662002-04-14 Andrew Cagney <ac131313@redhat.com>
867
868 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
869 * aclocal.m4, configure: Re-generate.
870 Fix PR gdb/391.
871
6d1e3329
EZ
8722002-04-14 Elena Zannoni <ezannoni@redhat.com>
873
874 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
875 instead of tm_print_insn.
876
cb06fa07
EZ
8772002-04-14 Elena Zannoni <ezannoni@redhat.com>
878
879 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
880
f208ba17
AC
8812002-04-14 Andrew Cagney <ac131313@redhat.com>
882
883 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
884 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
885 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
886
20f01a46
DH
8872002-04-12 Don Howard <dhoward@redhat.com>
888
889 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
890 max_user_call_depth.
891 (init_cmd_lists): Initialize the new value;
892 * cli/cli-script.c (execute_user_command): Limit the call depth of
893 user defined commands. This avoids a core-dump when user commands
894 are infinitly recursive.
895
a88376a3
KB
8962002-04-12 Kevin Buettner <kevinb@redhat.com>
897
898 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
899 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
900 from tdep struct instead of DEFAULT_LR_SAVE.
901 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
902 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
903 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
904
f2172603
MS
9052002-04-12 Michael Snyder <msnyder@redhat.com>
906
694f61fb 907 * Remote.c: Spelling fix.
20fe79c8
MS
908 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
909 If no symbol found for "sbrk", try "_sbrk".
910 (make_output_phdrs): Use bfd_section_name.
911 (gcore_copy_callback): Use bfd_section_name.
62995fc4 912 * eval.c: Indentation fix-ups.
169a7369
MS
913 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
914 in case it gets applied to an address that is already
915 in the instruction space.
de74f71f
MS
916 * cli/cli-decode.c (help_list): Allow long lines to wrap.
917 * symfile.c: Fix indentation, long lines.
f2172603
MS
918 * source.c: White space fix-up.
919
cda5a58a
AC
9202002-04-12 Andrew Cagney <cagney@redhat.com>
921
922 * defs.h (read_relative_register_raw_bytes): Delete declaration.
923 * frame.c (frame_register_read): New function. Return non-zero on
924 success.
925 (read_relative_register_raw_bytes_for_frame): Delete.
926 (read_relative_register_raw_bytes): Delete.
927 * frame.h (frame_register_read): Declare.
928 * d30v-tdep.c: Update Copyright. Use frame_register_read.
929 * sh-tdep.c: Ditto.
930 * infcmd.c (do_registers_info): Ditto.
931 * hppa-tdep.c: Ditto.
932 * rs6000-tdep.c: Ditto.
933 * h8500-tdep.c: Ditto.
934 * mips-tdep.c: Ditto.
935 * h8300-tdep.c: Ditto.
936 * z8k-tdep.c: Ditto.
937
2ea5f656
KB
9382002-04-12 Kevin Buettner <kevinb@redhat.com>
939
940 From Jimi X <jimix@watson.ibm.com>:
941 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
942 64-bit SysV ABI.
943
27b15785
KB
9442002-04-12 Kevin Buettner <kevinb@redhat.com>
945
946 From Jimi X <jimix@watson.ibm.com>:
947 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
948 bfd info.
949
5d57ee30
KB
9502002-04-12 Kevin Buettner <kevinb@redhat.com>
951
952 From Jimi X <jimix@watson.ibm.com>:
953 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
954 register sets for these processor variants.
955
bc1e36ca
DJ
9562002-04-11 Daniel Jacobowitz <drow@mvista.com>
957
958 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
959 registers which are allowed to fail to store.
960 * gdbserver/linux-low.h (linux_target_ops): Likewise.
961 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
962 (ppc_cannot_store_register): FPSCR may not be storable.
963 * regformats/reg-ppc.dat: Support FPSCR.
964
e3f36dbd
KB
9652002-04-11 Kevin Buettner <kevinb@redhat.com>
966
967 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
968 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
969 Add fpscr as an invalid/unfetchable register.
970 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
971 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
972 (fill_fpregset): Add support for register fpscr.
973 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
974 (fill_gregset): Account for the fact that register ``mq'' might
975 not exist.
976 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
977 (registers_power): Add fpscr to register set at slot 71.
978 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
979 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
980
943c9c25
MS
9812002-04-11 Michael Snyder <msnyder@redhat.com>
982
983 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
984 * configure: Regenerate.
985 * config.in: Regenerate.
986 * acconfig.h: Add define for _SYSCALL32.
987 * core-sol2.c: Remove #define _SYSCALL32.
988 * solib-legacy.c: Remove #define _SYSCALL32.
989
d8c0a2e7
AC
9902002-04-10 Andrew Cagney <ac131313@redhat.com>
991
992 * stack.c (select_frame): Cleanup internal error message, do not
993 use %p.
994
7cc19214
AC
9952002-04-10 Andrew Cagney <ac131313@redhat.com>
996
997 * stack.c (select_frame): Check that selected_frame and the
998 specified level are as expected.
999 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
1000 Update copyright.
1001 * frame.h (struct frame_info): Add field `level'. Update
1002 copyright.
1003 Work-in-progress PR gdb/464.
1004
67a2b77e
AC
10052002-04-10 Andrew Cagney <ac131313@redhat.com>
1006
1007 * maint.c (maint_print_section_info): Rename print_section_info.
1008 (print_bfd_section_info, print_objfile_section_info): Update.
1009 * inferior.h (struct gdbarch): Add opaque declaration.
1010 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
1011 * gdbarch.h: Regenerate.
1012
8cfda98c
ML
10132002-04-10 Michal Ludvig <mludvig@suse.cz>
1014
1015 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
1016 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
1017 (kernel_u_size): Added.
1018 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
1019 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
1020
ca439ad2
JI
10212002-04-04 Jim Ingham <jingham@apple.com>
1022
1023 * valarith.c (find_size_for_pointer_math): New function, either returns
1024 the size for a pointer's target, returns 1 for void *, or errors for
1025 incomplete types.
1026 (value_add, value_sub): use find_size_for_pointer_math.
1027
2f2893d9
DJ
10282002-04-09 Daniel Jacobowitz <drow@mvista.com>
1029
1030 * linux-low.c (linux_look_up_symbols): New hook.
1031 (linux_target_ops): Add linux_look_up_symbols.
1032 * remote-utils.c (decode_address): New function.
1033 (look_up_one_symbol): New function.
1034 * server.c (handle_query): Call target look_up_symbols hook.
1035 * server.h (look_up_one_symbol): Add prototype.
1036 * target.h (struct target_ops): Add look_up_symbols hook.
1037
2ec06d2e
DJ
10382002-04-09 Daniel Jacobowitz <drow@mvista.com>
1039
d64b8841
DJ
1040 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
1041 * ChangeLog: Correct paths in last ChangeLog entry.
1042
10432002-04-09 Daniel Jacobowitz <drow@mvista.com>
1044
1045 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
1046 (struct linux_target_ops): New.
1047 (extern the_low_target): New.
d64b8841 1048 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
1049 (register_addr): Use the_low_target explicitly.
1050 (fetch_register): Likewise.
1051 (usr_fetch_inferior_registers): Likewise.
1052 (usr_store_inferior_registers): Likewise.
d64b8841 1053 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
1054 (arm_num_regs): Define.
1055 (arm_regmap): Renamed from regmap, made static.
1056 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
1057 made static.
1058 (arm_cannot_store_register): Renamed from cannot_store_register,
1059 made static.
1060 (the_low_target): New.
d64b8841 1061 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
1062 (i386_num_regs): Define.
1063 (i386_regmap): Renamed from regmap, made static.
1064 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
1065 made static.
1066 (i386_cannot_store_register): Renamed from cannot_store_register,
1067 made static.
1068 (the_low_target): New.
d64b8841 1069 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
1070 (ia64_num_regs): Define.
1071 (ia64_regmap): Renamed from regmap, made static.
1072 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
1073 made static.
1074 (ia64_cannot_store_register): Renamed from cannot_store_register,
1075 made static.
1076 (the_low_target): New.
d64b8841 1077 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
1078 (m68k_num_regs): Define.
1079 (m68k_regmap): Renamed from regmap, made static.
1080 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
1081 made static.
1082 (m68k_cannot_store_register): Renamed from cannot_store_register,
1083 made static.
1084 (the_low_target): New.
d64b8841 1085 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
1086 (mips_num_regs): Define.
1087 (mips_regmap): Renamed from regmap, made static.
1088 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
1089 made static.
1090 (mips_cannot_store_register): Renamed from cannot_store_register,
1091 made static.
1092 (the_low_target): New.
d64b8841 1093 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
1094 (ppc_num_regs): Define.
1095 (ppc_regmap): Renamed from regmap, made static.
1096 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
1097 made static.
1098 (ppc_cannot_store_register): Renamed from cannot_store_register,
1099 made static.
1100 (the_low_target): New.
d64b8841 1101 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
1102 (s390_num_regs): Define.
1103 (s390_regmap): Renamed from regmap, made static.
1104 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
1105 made static.
1106 (s390_cannot_store_register): Renamed from cannot_store_register,
1107 made static.
1108 (the_low_target): New.
d64b8841 1109 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
1110 (sh_num_regs): Define.
1111 (sh_regmap): Renamed from regmap, made static.
1112 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
1113 made static.
1114 (sh_cannot_store_register): Renamed from cannot_store_register,
1115 made static.
1116 (the_low_target): New.
d64b8841 1117 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
1118 (the_low_target): New.
1119
96cb11df
AC
11202002-04-09 Andrew Cagney <ac131313@redhat.com>
1121
1122 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
1123 override FP_REGNUM with frame->fp. Update copyright.
1124 * parse.c (num_std_regs, std_regs): Delete.
1125 (target_map_name_to_register): Do not search std_regs. Update
1126 function description.
1127 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
1128 declarations. Update copyright.
1129 Fix PR gdb/251.
1130
c3a3ccc7
DJ
11312002-04-09 Daniel Jacobowitz <drow@mvista.com>
1132
1133 * gdbserver/Makefile.in: Add stamp-h target.
1134 * gdbserver/configure.in: Create stamp-h.
1135 * gdbserver/configure: Regenerated.
1136
ce3a066d
DJ
11372002-04-09 Daniel Jacobowitz <drow@mvista.com>
1138
1139 * gdbserver/inferiors.c: New file.
1140 * gdbserver/target.c: New file.
1141 * gdbserver/target.h: New file.
1142 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
1143 dependencies.
1144 * gdbserver/linux-low.c (inferior_pid): New static variable,
1145 moved from server.c.
1146 (linux_create_inferior): Renamed from create_inferior.
1147 Call add_inferior. Return 0 on success instead of a PID.
1148 (linux_attach): Renamed from myattach.
1149 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
1150 (linux_thread_alive): Renamed from mythread_alive.
1151 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
1152 child dies.
1153 (linux_resume): Renamed from myresume. Add missing ``return 0''.
1154 (regsets_store_inferior_registers): Correct error message.
1155 Add missing ``return 0''.
1156 (linux_fetch_registers): Renamed from fetch_inferior_registers.
1157 (linux_store_registers): Renamed from store_inferior_registers.
1158 (linux_read_memory): Renamed from read_inferior_memory.
1159 (linux_write_memory): Renamed from write_inferior_memory.
1160 (linux_target_ops): New structure.
1161 (initialize_low): Call set_target_ops ().
1162 * gdbserver/remote-utils.c (unhexify): New function.
1163 (hexify): New function.
1164 (input_interrupt): Send signals to ``signal_pid''.
1165 * gdbserver/server.c (inferior_pid): Remove.
1166 (start_inferior): Update create_inferior call.
1167 (attach_inferior): Call add_inferior.
1168 (handle_query): New function.
1169 (main): Call handle_query for `q' packets.
1170 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
1171 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
1172
0729219d
DJ
11732002-04-09 Daniel Jacobowitz <drow@mvista.com>
1174
1175 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
1176 dependencies.
1177 * gdbserver/configure.in: Check for <string.h>
1178 * gdbserver/configure: Regenerate.
1179 * gdbserver/config.in: Regenerate.
1180 * gdbserver/gdbreplay.c: Include needed system headers.
1181 (remote_open): Remove strchr prototype.
1182 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
1183 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
1184 (supply_register_by_name): Likewise.
1185 (collect_register): Change buf argument to void *.
1186 (collect_register_by_name): Likewise.
1187 * gdbserver/regcache.h: Add missing prototypes.
1188 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
1189 * gdbserver/server.c (handle_query): New function.
1190 (attached): New static variable, moved out of main.
1191 (main): Quiet longjmp clobber warnings.
1192 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
1193 * gdbserver/utils.c (error): Remove NORETURN.
1194 (fatal): Likewise.
1195
97658e92
DJ
11962002-04-09 Daniel Jacobowitz <drow@mvista.com>
1197
1198 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
1199 after the last symbol in a block.
1200
6044e3eb
PM
12012002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
1202
1203 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
1204 is non zero as a found symbol.
1205
0406ec40
AC
12062002-04-08 Andrew Cagney <ac131313@redhat.com>
1207
1208 * findvar.c: Include "builtin-regs.h".
1209 (value_of_register): Call value_of_builtin_reg when applicable.
1210 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
1211 (target_map_name_to_register): Call
1212 builtin_reg_map_name_to_regnum.
1213 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
1214 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
1215 (builtin_regs_h): Define.
1216 (builtin-regs.o): New target.
1217 (findvar.o): Add $(builtin_regs_h).
1218 * builtin-regs.c, builtin-regs.h: New files.
1219 * std-regs.c: New file.
1220 Partial fix for PR gdb/251.
1221
56a6dfb9
KB
12222002-04-08 Kevin Buettner <kevinb@redhat.com>
1223
1224 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
1225 it's no longer required.
1226
3a808432
AC
12272002-04-08 Andrew Cagney <ac131313@redhat.com>
1228
1229 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
1230
7c40d541
KB
12312002-04-08 Kevin Buettner <kevinb@redhat.com>
1232
1233 From Jimi X <jimix@watson.ibm.com>:
1234 * rs6000-tdep.c (rs6000_software_single_step): Use
1235 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
1236 and size. Use target_insert_breakpoint() and
1237 target_remove_breakpoint() to insert and remove breakpoints
1238 instead of explicit memory reads and writes.
1239
cc9836a8
KB
12402002-04-08 Kevin Buettner <kevinb@redhat.com>
1241
1242 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
1243 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
1244 ELF_OBJECT_FORMAT ifdef.
1245
7495d1dc
KB
12462002-04-08 Kevin Buettner <kevinb@redhat.com>
1247
1248 From Jimi X <jimix@watson.ibm.com>:
1249 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
1250
4288e836
KB
12512002-04-08 Kevin Buettner <kevinb@redhat.com>
1252
1253 From Jimi X <jimix@watson.ibm.com>:
1254 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
1255 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
1256
a4e4e501
MK
12572002-04-07 Mark Kettenis <kettenis@gnu.org>
1258
1259 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
1260 s/asprintf/xasprintf/.
1261 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
1262
006defba
AC
12632002-04-07 Andrew Cagney <ac131313@redhat.com>
1264
1265 I believe Jeff Law denies responsability for this one:
1266 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
1267 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
1268 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
1269 Work-around for PR gdb/366.
1270
7aa83cac
EZ
12712002-04-07 Elena Zannoni <ezannoni@redhat.com>
1272
1273 * remote-e7000.c (write_small, e7000_read_inferior_memory,
1274 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
1275 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
1276
cf1fcca1
EZ
12772002-04-07 Elena Zannoni <ezannoni@redhat.com>
1278
1279 * sh-tdep.c (sh_fp_frame_init_saved_regs,
1280 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
1281 information.
1282
3f289e6f
AC
12832002-04-07 Andrew Cagney <ac131313@redhat.com>
1284
1285 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
1286 maintainer.
1287
129188f6
AC
12882002-04-07 Andrew Cagney <ac131313@redhat.com>
1289
1290 * README (Reporting Bugs in GDB): Document the bug web page as the
1291 prefered way of submitting bugs.
1292 Fix PR gdb/402.
1293
1200cd6e
AC
12942002-04-06 Andrew Cagney <ac131313@redhat.com>
1295
1296 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
1297 -1. Update comment.
1298 * gdbarch.h, gdbarch.c: Re-generate.
1299
2853c33c
AS
13002002-04-07 Andreas Schwab <schwab@suse.de>
1301
1302 * m68klinux-nat.c (fill_fpregset): Properly pass address of
1303 buffer to regcache_collect.
1304
c2169756
AC
13052002-04-06 Andrew Cagney <ac131313@redhat.com>
1306
1307 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
1308 * gdbarch.c, gdbarch.h: Re-generate.
1309
25f1b008
AC
13102002-04-06 Andrew Cagney <ac131313@redhat.com>
1311
1312 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
1313 declaration. Fix -Werror.
1314
59263426
DJ
13152002-04-05 Daniel Jacobowitz <drow@mvista.com>
1316
1317 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
1318 * gdbarch.c: Regenerate.
1319
f5db4da3
MS
13202002-04-05 Michael Snyder <msnyder@redhat.com>
1321
80f8a6eb
MS
1322 * breakpoint.c (clear_command): Rewrite middle section to
1323 combine two loops with identical control conditions.
1324 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
1325 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
1326
ad3dcc5c
L
13272002-04-05 H.J. Lu (hjl@gnu.org)
1328
1329 * solib-svr4.c (bkpt_names): Add "__start".
1330
f32e7a74
AC
13312002-04-04 Andrew Cagney <ac131313@redhat.com>
1332
1333 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
1334 as test for 64 bit target.
1335
8227c0ff
AC
13362002-04-05 Andrew Cagney <ac131313@redhat.com>
1337
1338 * h8500-tdep.c (h8500_write_fp): Delete function.
1339 * dwarf2cfi.c (cfi_write_fp): Document as not used.
1340 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
1341 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
1342 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
1343 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
1344 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
1345 (s390_write_fp):
1346 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
1347 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
1348 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
1349 (d10v_write_fp): Delete function.
1350 * inferior.h (write_fp, generic_target_write_fp): Delete
1351 declarations.
1352 * regcache.c (generic_target_write_fp): Delete function.
1353 (write_fp): Delete function.
1354 * gdbarch.sh (TARGET_WRITE_FP): Delete.
1355 * gdbarch.h, gdbarch.c: Regenerate.
1356 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
1357 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
1358 (sparc64_write_fp): Delete declaration.
1359 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
1360 (h8500_write_fp): Delete declaration.
1361
2757dd86
AC
13622002-04-04 Andrew Cagney <ac131313@redhat.com>
1363
1364 * sparc-tdep.c (sparc64_write_fp): Delete.
1365 (sparc_push_dummy_frame): Replace write_fp call with code to store
1366 the FP directly.
1367 (sparc_gdbarch_init): Do not initialize write_fp.
1368
c69255e1
KB
13692002-04-05 Kevin Buettner <kevinb@redhat.com>
1370
1371 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
1372 clause.
1373
ae767bfb
JB
13742002-03-29 Jim Blandy <jimb@redhat.com>
1375
1376 * stack.c (get_selected_block): Add new argument `addr_in_block',
1377 used to return the exact code address we used to select the block,
1378 not just the block.
1379 * blockframe.c (get_frame_block, get_current_block): Same.
1380 * frame.h (get_frame_block, get_current_block,
1381 get_selected_block): Update declarations.
1382 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
1383 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
1384
84d2ac95
MS
13852002-04-05 Michael Snyder <msnyder@redhat.com>
1386
1387 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
1388 warning message.
1389
596aa3bf
JB
13902002-04-05 J. Brobecker <brobecker@gnat.com>
1391
1392 * utils.c (xfullpath): New function.
1393 * defs.h (xfullpath): Add declaration.
1394 * source.c (openp): Use xfullpath in place of gdb_realpath to
1395 avoid resolving the basename part of filenames when the
1396 associated file is a symbolic link. This fixes a potential
1397 inconsistency between the filenames known to GDB and the
1398 filenames it prints in the annotations.
1399 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
1400 to be able to match a filename with either the real filename, or
1401 the name of any symbolic link to this file.
1402 (lookup_partial_symtab): Ditto.
1403
c02f5703
MS
14042002-04-04 Michael Snyder <msnyder@redhat.com>
1405
1406 * breakpoint.c: Add support for hardware breakpoints in overlays.
1407 (overlay_events_enabled): New state variable.
1408 (insert_breakpoints): Use overlay_events_enabled to decide
1409 whether to attempt to set a breakpoint at the overlay load addr.
1410 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1411 (remove_breakpoint): Use overlay_events_enabled to decide
1412 whether breakpoints need to be removed from overlay load addr.
1413 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1414 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
1415 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
1416 disable_overlay_breakpoints): Update overlay_events_enabled.
1417
5fb290d7
DJ
14182002-04-04 Daniel Jacobowitz <drow@mvista.com>
1419
1420 * dwarf2read.c (struct function_range): New.
1421 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
1422 (check_cu_functions): New.
1423 (read_file_scope): Initialize global function lists.
1424 Call dwarf_decode_line after processing children.
1425 (read_func_scope): Add to global function list.
1426 (dwarf_decode_lines): Call check_cu_functions everywhere
1427 record_line is called. Call record_line with a linenumber
1428 of 0 to mark sequence ends.
1429
7b3fabf0
ML
14302002-04-04 Michal Ludvig <mludvig@suse.cz>
1431
1432 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
1433 change sync with glibc.
1434
bce58c09
JB
14352002-04-03 Jim Blandy <jimb@redhat.com>
1436
1437 * configure.in: Call AC_C_INLINE.
1438 * configure: Regenerated.
1439
2fccf04a
DJ
14402002-04-01 Daniel Jacobowitz <drow@mvista.com>
1441
1442 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
1443 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
1444
2d1bfe2e
MK
14452002-03-31 Mark Kettenis <kettenis@gnu.org>
1446
a5941fbf
MK
1447 * NEWS: Mention gcore support on FreeBSD/i386.
1448
a90cd31d
MK
1449 * fbsd-proc.c: New file.
1450 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
1451 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
1452
2d1bfe2e
MK
1453 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
1454 while statement.
1455
9eb6e5a1
JB
14562002-03-29 Jim Blandy <jimb@redhat.com>
1457
1458 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
1459 unescaped newlines in string literals, but newer ones don't. So
1460 escape them.
1461
f02df580
MS
14622002-03-26 Michael Snyder <msnyder@redhat.com>
1463 Andrew Cagney <cagney@redhat.com>
1464
1465 * cli/cli-dump.c: New file. Dump memory to file,
1466 restore file to memory.
1467 * cli/cli-dump.h: New file.
1468 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 1469 * NEWS: Mention new commands.
f02df580 1470
109f874e
MS
14712002-03-28 Michael Snyder <msnyder@redhat.com>
1472
1473 * symfile.c (symbol_file_add): Move test for null symbols to later.
1474
520f6ade
AC
14752002-03-27 Andrew Cagney <ac131313@redhat.com>
1476
1477 From veksler at il.ibm.com:
1478 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
1479 the xstrduped original path.
1480 Fix PR gdb/417.
1481
d4654627
MS
14822002-03-27 Michael Snyder <msnyder@redhat.com>
1483
1484 * breakpoint.c (_initialize_breakpoint): Clean up help string.
1485 * infcmd.c (_initialize_infcmd): Ditto.
1486 * language.c (_initialize_language): Ditto.
1487 * symfile.c (_initialize_symfile): Ditto.
1488 * top.c (_init_main): Ditto.
1489 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1490
6be8bc0c
EZ
14912002-03-27 Elena Zannoni <ezannoni@redhat.com>
1492
1493 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
1494 vector registers handling.
1495 (skip_prologue): Handle new AltiVec instructions. Fill in new
1496 fields of frame data.
1497 (frame_get_saved_regs): Fill in information for AltiVec registers.
1498
12af6855
JB
14992002-03-27 Jim Blandy <jimb@redhat.com>
1500
1501 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
1502 a function; leave this macro here to invoke that function.
1503 (symbol_init_mangled_name): Declaration for that function.
1504 * symtab.c (symbol_init_mangled_name): New function.
1505
dc672865
AC
15062002-03-27 Andrew Cagney <ac131313@redhat.com>
1507
1508 * valarith.c: Replace strerror with safe_strerror.
1509 * tracepoint.c: Ditto.
1510 * lin-lwp.c: Ditto.
1511 * go32-nat.c: Ditto.
1512 * inflow.c: Ditto.
1513 * gnu-nat.c: Ditto.
1514
d96429cd
AS
15152002-03-27 Andreas Schwab <schwab@suse.de>
1516
1517 * event-top.c (command_line_handler): Remove useless if.
1518
7e336ba1
AJ
15192002-03-27 Andreas Jaeger <aj@suse.de>
1520
1521 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
1522 comment.
1523
de220d0f
ML
15242002-03-27 Michal Ludvig <mludvig@suse.cz>
1525
1526 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
1527 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
1528 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
1529 (x86_64_linux_dr_get_status, supply_gregset),
1530 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
1531 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
1532 (x86_64_register_info_table): Add.
1533 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
1534 (x86_64_register_raw_size, x86_64_register_virtual_type),
1535 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
1536 general x86_64_register_info_table.
1537 (i386_gdbarch_init): gdbarch_register_bytes is now set
1538 dynamicaly during initialization.
1539 * regformats/reg-x86-64.dat: Synced with changes to registers above.
1540 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 1541
0e98d0a7
DJ
15422002-03-27 Daniel Jacobowitz <drow@mvista.com>
1543
1544 * gdbserver/server.c (main): Call target_signal_to_host_p
1545 and target_signal_to_host on signals received from the remote.
1546 * gdbserver/remote-utils.c (prepare_resume_reply): Call
1547 target_signal_from_host on signals sent to the remote.
1548 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
1549 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
1550
3130066b
DJ
15512002-03-27 Daniel Jacobowitz <drow@mvista.com>
1552
1553 * signals/signals.c: Include "server.h" in gdbserver build.
1554 (target_signal_from_name): Don't use STREQ.
1555 (_initialize_signals): Likewise. Don't include function in
1556 gdbserver build.
1557
9aedf4f4
DJ
15582002-03-27 Daniel Jacobowitz <drow@mvista.com>
1559
1560 * signals.c: Moved to...
1561 * signals/signals.c: Here.
7e336ba1 1562 * Makefile (signals.o): Update.
9aedf4f4 1563
3fa41cdb
JL
15642002-03-26 Jeff Law (law@redhat.com)
1565
1566 * somread.c (som_symtab_read): Remove some commented out code and
1567 updated related comments. Do not set the minimal symbol table to
1568 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
1569 in a dynamic executable.
1570 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
1571 where we are unable to find the minimal symbol for the given
1572 PC value.
1573
ee677e8d
MS
15742002-03-25 Jeff Law (law@redhat.com)
1575
1576 * linux-proc.c (read_mapping): Scan up to end of line for filename.
1577
e76e1718
ML
15782002-03-25 Michal Ludvig <mludvig@suse.cz>
1579
1580 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
1581
18a642a1
AC
15822002-03-23 Andrew Cagney <ac131313@redhat.com>
1583
1584 * command.h: Update copyright.
1585 (struct cmd_list_element): Replace definition with opaque
1586 declaration.
1587 (enum cmd_types): Document that it will eventually be moved to
1588 cli/cli-decode.h
1589 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
1590 (MALLOCED_REPLACEMENT): Delete macro.
1591 * Makefile.in (cli_decode_h): Add $(command_h).
1592 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 1593 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
1594 * completer.c: Include "cli/cli-decode.h".
1595 * maint.c: Include "cli/cli-decode.h".
1596 * cli/cli-decode.h: Include "command.h".
1597 (enum command_class): Delete.
1598 (enum cmd_types): Comment out.
1599 (enum cmd_auto_boolean): Delete.
1600 (enum var_types): Delete.
1601
b2875cc0
AC
16022002-03-23 Andrew Cagney <ac131313@redhat.com>
1603
1604 * cli/cli-decode.c: Include "gdb_assert.h".
1605 (add_set_or_show_cmd): New static function.
1606 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
1607 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
1608 all fields, such as func, from the set command.
1609
3b45974e
AC
16102002-03-23 Andrew Cagney <ac131313@redhat.com>
1611
1612 * MAINTAINERS (sh-elf): Change warning flag to -w.
1613
823ca731
AC
16142002-03-23 Andrew Cagney <cagney@redhat.com>
1615
1616 * defs.h (error): Add printf format attribute.
1617 * thread-db.c (thread_from_lwp): Fix error format string.
1618 * stack.c (parse_frame_specification): Ditto.
1619 * cli/cli-decode.c (undef_cmd_error): Ditto.
1620 * scm-lang.c (scm_lookup_name): Ditto.
1621 * tracepoint.c (trace_error): Ditto.
1622 * remote-utils.c (usage): Ditto.
1623 * remote.c (compare_sections_command): Ditto.
1624 Fix PR gdb/328.
1625
0e101458
AC
16262002-03-22 Andrew Cagney <ac131313@redhat.com>
1627
1628 * gdbtypes.c (append_composite_type_field): New function.
1629 (init_composite_type): New function.
1630 * gdbtypes.h (append_composite_type_field): Declare.
1631 (init_composite_type): Ditto.
1632
8e0662df
EZ
16332002-03-22 Elena Zannoni <ezannoni@redhat.com>
1634
1635 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 1636 function.
8e0662df
EZ
1637 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
1638 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
1639 structure returning convention for SYSV ABI case, but not
1640 for GNU/Linux, FreeBSD, or NetBSD.
1641
3121eff0
DJ
16422002-03-22 Daniel Jacobowitz <drow@mvista.com>
1643
1644 * symtab.h (lookup_block_symbol): Add mangled_name argument
1645 to prototype.
1646
1647 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
1648 with new mangled_name argument.
1649 * linespec.c (decode_line_1): Likewise.
1650 * valops (value_of_this): Likewise.
1651 * symtab.c (lookup_transparent_type): Likewise.
1652 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
1653 (lookup_symbol): If we are given a mangled name, pass it down
1654 to lookup_symbol_aux.
1655 (lookup_block_symbol): If we are given a mangled name to check
1656 against, only return symbols which match it.
1657
349b409f
CF
16582002-03-22 Christopher Faylor <cgf@redhat.com>
1659
1660 * win32-nat.c (child_create_inferior): Check for proper shell to use
1661 here, in case the user changes it on the fly.
1662 (_initialize_inftarg): Remove shell path considerations.
1663
2a873819
EZ
16642002-03-21 Elena Zannoni <ezannoni@redhat.com>
1665
1666 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
1667 for gdbarch_max_register_raw_size and max_register_virtual_size.
1668 Adjust copyright year.
1669
a1b9830c
DJ
16702002-03-21 Daniel Jacobowitz <drow@mvista.com>
1671
1672 * dbxread.c (process_one_symbol): Extend the first N_SLINE
1673 in a function to cover the entire beginning of the function
1674 as well if it does not already.
1675
8b5790f2
TR
16762002-03-21 Tom Rix <trix@redhat.com>
1677
1678 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
1679 (rs6000_ptrace64): Renamed from ptrace64.
1680
bdbe5747
MH
16812002-03-20 Martin M. Hunt <hunt@redhat.com>
1682
1683 * gdbserver/remote-utils.c (remote_open): Don't call
1684 getprotobyname, we're all using TCP here so just use
1685 IPPROTO_TCP.
7e336ba1 1686 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
1687
16882002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 1689
bdbe5747
MH
1690 * regcache.c (_initialize_regcache): No need to call
1691 build_regcache() at this time; it gets called whenever
1692 the gdbarch changes.
1693
7781cd62
DB
16942002-03-20 David O'Brien <obrien@FreeBSD.org>
1695
1696 * sparc-nat.c: Include sys/param.h where possible.
1697
f65ca430
DJ
16982002-03-20 Daniel Jacobowitz <drow@mvista.com>
1699
1700 Fix PR gdb/422.
1701 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
1702 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
1703 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
1704 complex types.
1705 * stabsread.c (rs6000_builtin_type): Likewise.
1706 (read_sun_floating_type): Likewise.
1707
0c867556
PS
17082002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1709
1710 * stabsread.c (read_member_functions): Remove skip code for duplicate
1711 constructor/destructor methods. Use standard parsing for these
1712 methods and just do not chain them to the list of methods after
1713 parsing.
1714
12b9c64f
AO
17152002-03-19 Alexandre Oliva <aoliva@redhat.com>
1716
1717 * coffread.c: Remove redundant static declarations. Replace
1718 occurrences of `PTR' with `void *'.
1719 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
1720 * top.h (quit_cover): Likewise.
1721 * defs.h (catch_errors): Likewise.
1722
349c5d5f
AC
17232002-03-18 Andrew Cagney <ac131313@redhat.com>
1724
1725 * defs.h (XMALLOC): Define.
1726 * gdb-events.sh (XMALLOC): Delete macro.
1727 * gdb-events.c, gdb-events.h: Regenerate.
1728 * gdbarch.sh (XMALLOC): Delete macro.
1729 * gdbarch.c: Regenerate.
1730 * serial.c (XMALLOC): Delete macro.
1731 * ui-file.c (XMALLOC): Ditto.
1732 * ser-unix.h (XMALLOC): Ditto.
1733 * sh-tdep.c (XMALLOC): Ditto.
1734 * ui-out.c (XMALLOC): Ditto.
1735 * utils.c (XMALLOC): Ditto.
1736 * i386-tdep.c (XMALLOC): Ditto.
1737 * gdb-events.c (XMALLOC): Ditto.
1738 * d10v-tdep.c (XMALLOC): Ditto.
1739 * cli-out.c (XMALLOC): Ditto.
1740
1741 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
1742 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
1743 * ui-file.c, ui-out.c: Ditto.
1744
7d0766f3
AC
17452002-03-18 Andrew Cagney <ac131313@redhat.com>
1746
1747 * command.h (struct cmd_list_element): Add field context.
1748 (set_cmd_context, get_cmd_context): Declare.
1749 * cli/cli-decode.h: Ditto.
1750 * cli/cli-decode.c (get_cmd_context): New function.
1751 (set_cmd_context): New function.
1752 (add_cmd): Initialize context.
1753 Part of fixing PR gdb/145 and PR gdb/146.
1754
5913bcb0
AC
17552002-03-17 Andrew Cagney <ac131313@redhat.com>
1756
1868c04e
AC
1757 * cli/cli-decode.c (cmd_type): New function.
1758 * command.h (cmd_type): Declare.
1759 * infrun.c (set_schedlock_func): Call function cmd_type.
1760 * kod.c (kod_set_os): Call cmd_type.
1761 * cris-tdep.c (cris_version_update): Use function cmd_type.
1762 (cris_mode_update, cris_abi_update): Ditto.
1763
5913bcb0
AC
1764 * command.h: (execute_cmd_post_hook): Declare.
1765 (execute_cmd_pre_hook): Declare.
1766 * cli/cli-script.c (clear_hook_in_cleanup): New function.
1767 (execute_cmd_post_hook, execute_cmd_pre_hook): New
1768 functions. Execute pre/post hook while ensuring that afterwords
1769 hook_in is cleared.
1770 * top.c (execute_command): Use execute_cmd_post_hook, and
1771 execute_cmd_pre_hook to execute pre/post commands.
1772 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
1773 hook_stop_stub.
1774 (hook_stop_stub): Call execute_cmd_pre_hook.
1775
b51450c9
AC
17762002-03-17 Andrew Cagney <ac131313@redhat.com>
1777
1778 * kod.c (kod_set_os): Revert previous change. Is called by ``info
1779 set'' and this leads to a core dump. Move xstrdup of
1780 operating_system to after check that it is not NULL.
1781
f66c9f11
AC
17822002-03-17 Andrew Cagney <ac131313@redhat.com>
1783
8e694ecf
AC
1784 * kod.c (kod_set_os): Remove unnecessary check that
1785 ``command->type'' is set_cmd.
1786
f66c9f11
AC
1787 * valprint.c (set_input_radix): Use input_radix.
1788 (set_output_radix): Use output_radix.
1789 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
1790 isn't reverted.
1791
9d01611c
AC
17922002-03-16 Andrew Cagney <ac131313@redhat.com>
1793
1794 * value.h (struct value): Delete field ``substring_addr''. Change
1795 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
1796 force_core_addr_align and force_pointer_aligh.
1797
1798 * value.h (struct value): Fix typo in above change.
9d01611c 1799
4156bb53
PS
18002002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1801
1802 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
1803 to fix internal_error from ``maintenance print architecture''.
1804
0e5e3ea6
PS
18052002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1806
1807 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
1808 for gcc versions after gcc-2.8.1.
1809
9b013045
PS
18102002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1811
1812 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
1813 for method resolution. Restore adjustment of ``this'' pointer after
1814 calling value_struct_elt, which was accidentally removed during the
1815 HP merge.
1816
376c9600
AC
18172002-03-15 Andrew Cagney <ac131313@redhat.com>
1818
1819 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
1820 value_of_register.
1821 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
1822 get_saved_register.
1823 * value.h (value_of_register): Update.
1824
a4db0f07
RH
18252002-03-14 Richard Henderson <rth@redhat.com>
1826
1827 * configure.in: Detect declaration for canonicalize_file_name.
1828 * utils.c (canonicalize_file_name): Declare, if needed.
1829 (gdb_realpath): Prefer realpath if available and usable.
1830 * config.in, configure: Rebuild.
1831
96383835
RH
18322002-03-14 Richard Henderson <rth@redhat.com>
1833
1834 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
1835 a constant array bound.
1836
1837 * MAINTAINERS: Add myself to write-after-approval.
1838
75245b24
MS
18392002-03-14 Michael Snyder <msnyder@redhat.com>
1840
1841 * symfile.c (syms_from_objfile): Return immediately if no syms.
1842 (symbol_file_add): Return immediately if no syms.
1843 (find_sym_fns): Return immediately if no syms.
1844
e641a1ca
ML
18452002-03-13 Michal Ludvig <mludvig@suse.cz>
1846
1847 * gdbserver/remote-util.c (remote_open): Print remote-side's
1848 IP address when remote debugging over the network.
7e336ba1 1849
df08bfec
DB
18502002-03-12 David O'Brien <obrien@FreeBSD.org>
1851
1852 * config/sparc/fbsd.mh: Fix copyright.
1853 * config/sparc/fbsd.mt: Likewise.
1854
9a57864f
RE
18552002-03-11 Richard Earnshaw <rearnsha@arm.com>
1856
1857 * MAINTAINERS: Fix typo in name of gdb warnings option.
1858 (x86-64): Fix formating so that this can be parsed by awk.
1859
dd7bf85e
DJ
18602002-03-10 Daniel Jacobowitz <drow@mvista.com>
1861
1862 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
1863 * defs.h: Include "gdb/signals.h".
1864 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
1865
33a0a2ac
ML
18662002-03-10 Michal Ludvig <mludvig@suse.cz>
1867
1868 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 1869 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
1870 from x86-64-tdep.h
1871
dd824b04
DJ
18722002-03-10 Daniel Jacobowitz <drow@mvista.com>
1873 Don Howard <dhoward@redhat.com>
1874
1875 * mips-tdep.c (ST0_FR): Define.
1876 (mips2_fp_compat): New function, temporarily disabled.
1877 (mips_read_fp_register_single): New function.
1878 (mips_read_fp_register_double): New function.
1879 (mips_print_register): Use them.
1880 (do_fp_register_row): Likewise.
1881
6a41ff59
AC
18822002-03-09 Andrew Cagney <ac131313@redhat.com>
1883
1884 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
1885 approval''.
1886
4ea09c10
PS
18872002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1888
1889 * stabsread.c (read_member_functions): Fix is_stub test for
1890 static member functions, improve comment.
1891
6ccc741d
RE
18922002-03-07 Richard Earnshaw <rearnsha@arm.com>
1893
1894 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
1895 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
1896 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
1897 commands that set boolean values.
1898 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
1899 (arm_rdi_resume): Always initialize PC.
1900 (arm_rdi_open): Don't use rslt as a boolean.
1901 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
1902 (arm_rdi_fetch_registers, arm_rdi_store_registers)
1903 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
1904 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
1905
438013df
AO
19062002-03-06 Alexandre Oliva <aoliva@redhat.com>
1907
1908 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
1909 * configure: Rebuilt.
1910
70ed8774
SC
19112002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1912
1913 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
1914 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
1915
5ba2abeb
AC
19162002-03-06 Andrew Cagney <ac131313@redhat.com>
1917
1918 * cli/cli-decode.c (set_cmd_completer): New function.
1919 * command.h (set_cmd_completer): Declare.
1920 * cli/cli-decode.h (set_cmd_completer): Ditto.
1921
1922 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
1923 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1924 * win32-nat.c (_initialize_inftarg): Ditto.
1925 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1926 * proc-api.c (_initialize_proc_api): Ditto.
1927 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
1928 * source.c (_initialize_source): Ditto.
1929 * exec.c (_initialize_exec): Ditto.
1930 * solib.c (_initialize_solib): Ditto.
1931 * top.c (init_main): Ditto.
1932 * tracepoint.c (_initialize_tracepoint): Ditto.
1933 * symfile.c (_initialize_symfile): Ditto.
1934 * printcmd.c (_initialize_printcmd): Ditto.
1935 * infcmd.c (_initialize_infcmd): Ditto.
1936 * corefile.c (_initialize_core): Ditto.
1937
f779ca99
AC
19382002-03-05 Andrew Cagney <ac131313@redhat.com>
1939
1940 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
1941
01a3934b
AC
19422002-03-05 Andrew Cagney <ac131313@redhat.com>
1943
1944 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
1945
37057839
AC
19462002-03-05 Andrew Cagney <ac131313@redhat.com>
1947
1948 * NEWS: Update headings, 5.2 has branched.
1949
c6ecbae5
DJ
19502002-03-04 Daniel Jacobowitz <drow@mvista.com>
1951
1952 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
1953 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
1954 (register_addr, REGISTER_RAW_SIZE): Likewise.
1955 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
1956 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
1957
e9f30c21
ML
19582002-03-03 Michal Ludvig <mludvig@suse.cz>
1959
1960 * MAINTAINERS (x86-64): Add myself.
1961 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
1962 changed value_ptr -> struct value *
1963
54394ac3
DB
19642002-03-01 David O'Brien <obrien@FreeBSD.org>
1965
1966 * configure.host (sparc64-*-freebsd): Add.
1967 * configure.tgt: Likewise.
1968 * config/sparc/fbsd.mh: New file.
1969 * config/sparc/fbsd.mt: Likewise.
1970 * config/sparc/nm-fbsd.h: Likewise.
1971 * config/sparc/tm-fbsd.h: Likewise.
1972
bfe95955
DJ
19732002-03-01 Daniel Jacobowitz <drow@mvista.com>
1974
1975 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
1976 regformats/reg-s390x.dat.
1977
f33c6cbf
AC
19782002-03-01 Andrew Cagney <ac131313@redhat.com>
1979
1980 * utils.c: Add FIXME explaining true/false problem.
1981
5ecaa7dd
AC
19822002-02-28 Andrew Cagney <ac131313@redhat.com>
1983
1984 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
1985
2a251cc2
MC
19862002-02-28 Michael Chastain <mec@shout.net>
1987
1988 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
1989
6a8031a3 19902002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
1991
1992 * gdbserver/linux-s390-low.c: New file.
1993 * regformats/reg-s390.dat: New file.
1994 * regformats/reg-s390x.dat: New file.
1995 * gdbserver/configure.srv: Add S/390.
1996 * gdbserver/Makefile.in: Add S/390.
1997 * configure.tgt: Enable gdbserver for S/390.
1998
ac469903
EZ
19992002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
2000
2001 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
2002 first line of the doc string for "info dos", except at the end of
2003 the sentence, since the short help stops at the first period.
2004
985cb1a3
JM
20052002-02-28 Jason Merrill <jason@redhat.com>
2006
2007 * dwarf2read.c (dwarf_cfi_name): Add new codes.
2008
c570663e
FF
20092002-02-27 Fred Fish <fnf@redhat.com>
2010
2011 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
2012 comment (dumy -> dummy).
2013
43630227
PS
20142002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2015
2016 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
2017
b84911e8
RB
20182002-02-27 Rodney Brown <rbrown64@csc.com.au>
2019
2020 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
2021
58caa3dc
DJ
20222002-02-27 Daniel Jacobowitz <drow@mvista.com>
2023
2024 * gdbserver/acconfig.h: New file.
2025 * gdbserver/i387-fp.c: New file.
2026 * gdbserver/i387-fp.h: New file.
2027 * gdbserver/linux-x86-64.c: New file.
2028 * regformats/reg-x86-64.dat: New file.
2029 * configure.tgt: Add x86_64-*-linux* gdbserver support.
2030 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
2031 * gdbserver/configure.in: Add support for regsets.
2032 * gdbserver/config.in: Regenerate.
2033 * gdbserver/configure: Regenerate.
2034 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
2035 * gdbserver/linux-low.h: New file.
2036 * gdbserver/linux-low.c: Include "linux-low.h". Add support
2037 for regsets.
2038 * gdbserver/linux-arm-low.c: Include "linux-low.h".
2039 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
2040 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
2041 * gdbserver/linux-mips-low.c: Include "linux-low.h".
2042 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
2043 * gdbserver/linux-sh-low.c: Include "linux-low.h".
2044 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
2045 "i387-fp.h". Add PTRACE_GETREGS and friends.
2046 * gdbserver/regcache.c (supply_register): New function.
2047 (supply_register_by_name): New function.
2048 (collect_register): New function.
2049 (collect_register_by_name): New function.
2050
93652174
DJ
20512002-02-27 Daniel Jacobowitz <drow@mvista.com>
2052
2053 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
2054 (config.status): Add configure.srv dependency.
2055 (server_h): Add config.h dependency.
2056
a02e4a61
DJ
20572002-02-27 Daniel Jacobowitz <drow@mvista.com>
2058
2059 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
2060 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
2061 * gdbserver/configure.srv: Change i386-*-linux* to use
2062 reg-i386-linux.o.
2063
ce0eebec
AC
20642002-02-26 Andrew Cagney <ac131313@redhat.com>
2065
2066 * x86-64-tdep.c: Re-indent. Update copyright date.
2067
82dbc5f7
AC
20682002-02-26 Andrew Cagney <ac131313@redhat.com>
2069
2070 From Michal Ludvig <mludvig@suse.cz>:
2071 * x86-64-tdep.c (value.h): Delete.
2072 (gdb_assert.h): Include.
2073 (x86_64_register_convert_to_virtual,
2074 x86_64_register_convert_to_raw ): Add check which lets only
2075 floating-point values to be converted.
2076 (value_push): Delete.
2077 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
2078 (i386_gdbarch_init): Number of register_bytes fixed.
2079
e4621584
AC
20802002-02-26 Andrew Cagney <ac131313@redhat.com>
2081
2082 * MAINTAINERS: Add x86-64 target.
2083
81a9a963
AC
20842002-02-26 Andrew Cagney <ac131313@redhat.com>
2085
2086 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
2087 * osfsolib.c (solib_map_sections): Ditto.
2088 * irix5-nat.c (solib_map_sections): Ditto.
2089 * corelow.c (gdb_check_format): Ditto.
2090 * symfile.c (symfile_bfd_open): Ditto.
2091 * solib.c (solib_map_sections): Ditto.
2092 Fix PR gdb/354.
7e336ba1 2093
0f017ab9
AC
20942002-02-26 Andrew Cagney <ac131313@redhat.com>
2095
2096 * remote.c (_initialize_remote): By default, disable ``e'' and
2097 ``E'' step out-of-range packets.
2098
75738c29
AS
20992002-02-26 Andreas Schwab <schwab@suse.de>
2100
2101 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
2102 m68k_linux_frame_saved_pc.
2103 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
2104 in_sigtramp.
2105 (SIGCONTEXT_PC_OFFSET): Remove.
2106 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
2107 m68k_linux_sigtramp_saved_pc): New functions.
2108 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
2109 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
2110 (UCONTEXT_PC_OFFSET): Define.
2111 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
2112 non-RT and RT signal trampolines.
2113
7e8ed687
RE
21142002-02-26 Richard Earnshaw <rearnsha@arm.com>
2115
2116 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
2117 (TARGET_NBPG, STACK_END_ADDR): Delete
2118 (VARIABLES_INSIDE_BLOCK): Delete.
2119
6972bc8b
AC
21202002-02-25 Andrew Cagney <ac131313@redhat.com>
2121
2122 * utils.c (perror_with_name): Make string parameter constant.
2123 (print_sys_errmsg): Ditto.
2124 (query): Ditto.
2125 * defs.h (perror_with_name): Update.
2126 (print_sys_errmsg): Update.
2127 (query): Update.
2128
aa32f823
DJ
21292002-02-25 Daniel Jacobowitz <drow@mvista.com>
2130
2131 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
2132 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
2133
19caaa45
PS
21342002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2135
2136 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
2137 if it already matches the current architecture from the exec file.
2138 Include arch-utils.h for gdbarch_info_init prototype.
2139 * Makefile.in (rs6000-nat.o): Update dependencies.
2140
d951901f
EZ
21412002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
2142
2143 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
2144 list of exported variables.
2145
7ea81414
DJ
21462002-02-24 Daniel Jacobowitz <drow@mvista.com>
2147
2148 * gdbserver/configure.srv: New file.
2149 * gdbserver/configure.in: Use configure.srv instead
2150 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
2151 from it.
2152 * gdbserver/configure: Regenerated.
2153 * gdbserver/terminal.h: New file.
2154 * gdbserver/Makefile.in: Update for configure changes. Remove
2155 more unneeded include paths.
2156
080fe24b
AC
21572002-02-24 Andrew Cagney <ac131313@redhat.com>
2158
2159 From wiz at danbala:
2160 * config/sparc/tm-sp64.h: Fix grammar and typos.
2161 Fix PR gdb/287.
2162
8605d56e
AC
21632002-02-24 Andrew Cagney <ac131313@redhat.com>
2164
2165 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
2166 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
2167 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
2168 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
2169 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
2170 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
2171 * s390-tdep.c: Ditto.
92362027
AC
2172 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
2173 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
2174 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
2175 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
2176 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
2177 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
2178 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
2179 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
2180 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
2181 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 2182 Fix PR gdb/378.
7e336ba1 2183
8ed32cc0
AC
21842002-02-23 Andrew Cagney <ac131313@redhat.com>
2185
a3007b6f
AC
2186 * lin-thread.c: Delete file.
2187 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
2188 to gdb_proc_service.h.
2189 * configure: Re-generate.
2190
50a9e2f1
AC
2191 * ocd.c (ocd_open): Do not try to open the "ocd" device.
2192 * serial.c (serial_open): Delete check for "ocd".
2193 Fix PR gdb/349.
2194
8b6e7932
AC
2195 * Makefile.in (linux-thread.o): Delete target.
2196 * linux-thread.c: Delete file.
2197
d155c46b
AC
2198 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
2199 renamed SH files to be consistent.
2200
8ed32cc0
AC
2201 * symtab.c (sort_search_symbols): Use xfree.
2202
0e18d038
RE
22032002-02-23 Richard Earnshaw <rearnsha@arm.com>
2204
2205 * arm-linux-tdep.c (arm_linux_init_abi): Register
2206 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
2207 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
2208 definition with undef, since we don't want the sysvr4 definition.
2209 (SKIP_TRAMPOLINE_CODE): Likewise.
2210
27aac7ff
AC
22112002-02-23 Andrew Cagney <ac131313@redhat.com>
2212
2213 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
2214
2215 * configure.in: (AC_CHECK_FUNCS) Added test for
2216 canonicalize_file_name Regenerated.
2217 * config.in, configure: Regenerated.
2218 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
2219 defined use canonicalize_file_name.
7e336ba1 2220
65a6e0ee
MC
22212002-02-23 Michael Chastain <mec@shout.net>
2222
2223 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
2224
47b95330
AC
22252002-02-23 Andrew Cagney <ac131313@redhat.com>
2226
2227 * README: Remove references to cygnus.com.
2228 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
2229 dot com'' form. Remove references to cygnus.com and sourceware.
2230
696f451b
AC
22312002-02-23 Andrew Cagney <ac131313@redhat.com>
2232
2233 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
2234 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
2235 1003.1-2001 no longer allows "head -1".
2236 * gdb/Makefile.in (version.c): Likewise.
2237 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
2238 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
2239 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
2240
bbaca940
AC
22412002-02-23 Andrew Cagney <ac131313@redhat.com>
2242
2243 * cli/cli-decode.c (cmd_cfunc_eq): New function.
2244 * command.h (cmd_cfunc_eq): Declare.
2245 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
2246
2247 * cli/cli-cmds.h (is_complete_command): Change parameter to a
2248 ``struct cmd_list_element *''.
2249 * cli/cli-cmds.c (is_complete_command): Update. Use
2250 cmd_cfunc_eq.
2251 * top.c (execute_command): Pass the command to
2252 is_complete_command.
2253 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
2254
b8b8b047
AC
22552002-02-23 Andrew Cagney <ac131313@redhat.com>
2256
2257 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
2258 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
2259 architecture defines.
2260 * s390-tdep.c (s390_gdbarch_init): Likewise.
2261
19d3fc80
RE
22622002-02-23 Richard Earnshaw <rearnsha@arm.com>
2263
2264 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
2265 (arm_linux_push_arguments): Likewise.
2266 (arm_linux_init_abi): Register them. Also register linux-specific
2267 call_dummy_words.
2268 (find_minsym_and_objfile): Use strcmp, not STREQ.
2269 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
2270 (arm_linux_call_dummy_words): Delete declaration.
2271 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
2272 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
2273 declarations.
2274 (LOWEST_PC): Delete.
2275
3ab13650
PS
22762002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2277
2278 * maint.c (print_section_info): Do not prepend `0x' to filepos
2279 output, it will be handled by local_hex_string_custom.
2280
19d3fc80 22812002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
2282
2283 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
2284 (store_newfpe_double, store_newfpe_extended, store_fpregister)
2285 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
2286
d85a5daf
JB
22872002-02-22 Jim Blandy <jimb@redhat.com>
2288
2289 Indicate that the bcache functions don't change the strings
2290 they're passed.
2291 * bcache.h (bcache, hash): Add `const' keywords to declarations.
2292 * bcache.c (bcache, hash): Add `const' keywords to definitions.
2293
eeb25b8a
PM
22942002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
2295
2296 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
2297
6badb179
CF
22982002-02-21 Christopher Faylor <cgf@redhat.com>
2299
2300 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
2301 find the complete path to a loaded DLL.
2302
e8717518
FF
23032002-02-21 Fred Fish <fnf@redhat.com>
2304
2305 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
2306 that marks the end of the range of a function, enter a line number
2307 entry that has a line number of zero and a PC offset that matches
2308 the end of the function. This starts a range of PC's for which no
2309 line number information is known.
2310 * symtab.c (find_pc_sect_line): If our best fit is in a range of
2311 PC's for which no line number info is found (line number is zero)
2312 then we didn't find any valid line information.
2313 * symtab.h: Document use of zero line number entry.
2314
9abe5450
EZ
23152002-02-21 Elena Zannoni <ezannoni@redhat.com>
2316
2317 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
2318 (have_ptrace_getvrregs): Define for run time checks.
2319 (gdb_vrregset_t): New type for Altivec register handling.
2320 (fetch_register, store_register): Fetch/store altivec register
2321 when needed.
2322 (fetch_altivec_register, store_altivec_register): New functions.
2323 (supply_vrregset, fill_vrregset): New functions.
2324 (fetch_altivec_registers, store_altivec_registers): New functions.
2325 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
2326 registers as well.
2327
aaa38bb5
AJ
23282002-02-21 Jiri Smid <smid@suse.cz>
2329
2330 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
2331
b34db576
RE
23322002-02-21 Richard Earnshaw <rearnsha@arm.com>
2333
2334 * Makefile.in (armnbsd-nat.o): Update dependencies.
2335 * armnbsd-nat.c (supply_gregset): New function. Common code to
2336 supply the integer register set.
2337 (supply_fparegset): New function. Similar for FPA registers.
2338 (fetch_regs, fetch_fp_regs): Use them.
2339 (fetch_core_registers): Likewise.
2340 (fetch_elfcore_registers): New function.
2341 (arm_netbsd_elfcore_fns): New core-file type specification.
2342 (_initialize_arm_netbsd_nat): Register it.
2343
3e56fc4b
RE
23442002-02-21 Richard Earnshaw <rearnsha@arm.com>
2345
2346 * armnbsd-nat.c: Include gdbcore.h.
2347 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
2348 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
2349 'void' to declaration, to shut up ARI.
2350 (fetch_core_registers): Make static. Rewrite using supply_register.
2351 (arm_netbsd_core_fns): New core-file type specification.
2352 (_initialize_arm_netbsd_nat): New function.
2353
097f6b0b
CF
23542002-02-21 Christopher Faylor <cgf@redhat.com>
2355
2356 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
2357 value.
2358
c914e0cc
CF
23592002-02-20 Christopher Faylor <cgf@redhat.com>
2360
2361 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
2362 fails.
2363
385fa495
DJ
23642002-02-20 Daniel Jacobowitz <drow@mvista.com>
2365
2366 * jv-exp.y (parse_number): Change type of implicit longs
2367 to builtin_type_uint64.
2368
e5f1222d
DJ
23692002-02-20 Daniel Jacobowitz <drow@mvista.com>
2370
2371 * gdbserver/linux-low.c (mywait): Change argument to waitpid
2372 to be an integer instead of a `union wait'.
2373
75c9abc6
DJ
23742002-02-20 Daniel Jacobowitz <drow@mvista.com>
2375
2376 * mips-linux-nat.c: Call the operating system GNU/Linux.
2377 * mips-linux-tdep.c: Likewise.
2378 * mips-tdep.c: Likewise.
2379
551792a5
DJ
23802002-02-20 Daniel Jacobowitz <drow@mvista.com>
2381
2382 Fix PR gdb/265.
2383 * jv-exp.y (parse_number): Handle 64-bit integers.
2384
ee6e2b82
DJ
23852002-02-20 Daniel Jacobowitz <drow@mvista.com>
2386
2387 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
2388 AC_STDC_HEADERS to AC_HEADER_STDC.
2389 * gdbserver/configure: Regenerated.
2390
a48442a0
RE
23912002-02-20 Richard Earnshaw <rearnsha@arm.com>
2392
2393 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
2394 is defined.
2395 * sparc-tdep.c (get_longjmp_target): Likewise.
2396
fe419ffc
RE
23972002-02-20 Richard Earnshaw <rearnsha@arm.com>
2398
2399 * News: Add news about ARM and Multi-arch. Mention the new target
2400 arm*-*-netbsd*.
2401
5832ed7e
JB
24022002-02-19 Jim Blandy <jimb@redhat.com>
2403
2404 * stabsread.c (error_type_complaint): Improve error message.
2405
84563040
DJ
24062002-02-19 Daniel Jacobowitz <drow@mvista.com>
2407
2408 * gdbserver/README: Update documentation.
2409 * gdbserver/configure.in: Update configury to match documentation.
2410 * gdbserver/Makefile.in: Likewise.
2411 * gdbserver/configure: Regenerated.
2412 * gdbserver/aclocal.m4: New file, generated by aclocal.
2413 * gdbserver/config.in: New file, generated by autoheader.
2414
375fd65b
RE
24152002-02-19 Richard Earnshaw <rearnsha@arm.com>
2416
2417 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
2418 armnbsd-nat.c.
2419
08216dd7
RE
24202002-02-19 Richard Earnshaw <rearnsha@arm.com>
2421
2422 * arm-tdep.h (enum arm_float_model): New enum.
2423 (struct gdbarch_tdep): Add fp_model.
2424 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
2425 up floating-point conversions until we know the floating-point model
2426 in use by the inferior. Don't complain about being unable to
2427 determine the ABI of the inferior when we don't have one.
2428 (arm_extract_return_value): Support different floating-point models.
2429 (arm_store_return_value): Likewise.
aaa38bb5 2430 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
2431 ARM_FLOAT_SOFT.
2432 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
2433
65d6d66a
PS
24342002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2435
2436 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
2437 of ``current_gdbarch''.
2438
47221191
RE
24392002-02-19 Richard Earnshaw <rearnsha@arm.com>
2440
2441 * armnbsd-nat.c : ANSIfy all function declarations.
2442 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
2443 (fetch_inferior_registers): Re-implement in terms of above.
2444 (store_register, store_regs, store_fp_register, store_fp_regs): New.
2445 (store_inferior_registers): Re-implement in terms of above.
2446
fdf39c9a
RE
24472002-02-19 Richard Earnshaw <rearnsha@arm.com>
2448
aaa38bb5 2449 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
2450 kernel.
2451 * arm-linux-tdep.c: Likewise.
2452 * config/arm/tm-linux.h: Likewise.
2453
93247f88
RE
24542002-02-19 Richard Earnshaw <rearnsha@arm.com>
2455
2456 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
2457 * config/arm/nbsd.mt (TM_FILE): Delete.
2458 * config/arm/tm-nbsd.h: Delete.
2459
d7b486e7
RE
24602002-02-19 Richard Earnshaw <rearnsha@arm.com>
2461
2462 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
2463 Initialize CALL_DUMMY_LENGTH.
2464
41d39a95
RE
24652002-02-19 Richard Earnshaw <rearnsha@arm.com>
2466
2467 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
2468 function.
2469 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 2470 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
2471 defines one thing and that is incorrect for this port.
2472 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
2473
e1195560
PM
24742002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2475
2476 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
2477
c1748f97
PM
24782002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2479
2480 * win32-nat.c (display_selector): New function. Displays information
2481 about the information returned by GetThreadSelectorEntry API function.
2482 (display_selectors): New function. Displays the infomation of
2483 the selector given as argument, or of CS, DS ans FS selectors
2484 if no argument is given.
2485 ( _initialize_inftarg): Add "w32" as info prefix command.
2486 Add "info w32 selector" as command calling display_selectors.
2487
e41e6bbf
PM
24882002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2489
2490 * i386-tdep.c (get_longjmp_target): Fix compilation failure
2491 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
2492 if not defined.
2493
0d3a9f48
RE
24942002-02-18 Richard Earnshaw <rearnsha@arm.com>
2495
2496 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
2497
3fb4b924
RE
24982002-02-18 Richard Earnshaw <rearnsha@arm.com>
2499
2500 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
2501 (arm_fix_call_dummy): Call it.
2502 (arm_call_dummy_breakpoint_offset): Delete.
2503 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
2504 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2505
7f55af32
AC
25062002-02-18 Andrew Cagney <ac131313@redhat.com>
2507
2508 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
2509 Default to func_frame_chain_valid.
2510 * gdbarch.h, gdbarch.c: Re-generate.
2511 * frame.h (FRAME_CHAIN_VALID): Delete definition.
2512
05f13b9c
EZ
25132002-02-18 Elena Zannoni <ezannoni@redhat.com>
2514
2515 * ppc-linux-nat.c: Update copyright.
2516 (fetch_register, store_register): Add tid parameter, don't compute
2517 tid here.
2518 (fetch_ppc_registers, store_ppc_registers): Add tid
2519 parameter. Pass it along to callees.
2520 (fetch_inferior_registers, store_inferior_registers): Compute tid
2521 here, and pass it to calleed functions.
2522 (fill_gregset, supply_fpregset): Clean up formatting.
2523
d7afb4c9
RE
25242002-02-18 Richard Earnshaw <rearnsha@arm.com>
2525
2526 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
2527 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
2528
9df628e0
RE
25292002-02-18 Richard Earnshaw <rearnsha@arm.com>
2530
2531 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
2532 * gdbarch.c gdbarch.h: Regenerate.
2533 * breakpoint.c (create_longjmp_breakpoint): Always compile this
2534 function.
2535 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
2536 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
2537 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
2538
2539 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
2540 * arm-tdep.c (arm_get_longjmp_target): New function.
2541 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
2542 this to a positive value register arm_get_longjmp_target as the
2543 longjmp handler.
2544 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
2545 (arm_linux_init_abi): Set up longjmp description in tdep.
2546 * armnbsd-nat.c (get_longjmp_target): Delete.
2547 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
2548 description in tdep.
2549 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
2550 (get_longjmp_target): Delete declaration.
2551 (GET_LONGJMP_TARGET): Delete.
2552 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
2553 (GET_LONGJMP_TARGET): Delete.
2554
57bc8964
KB
25552002-02-17 Kevin Buettner <kevinb@redhat.com>
2556
2557 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
2558 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
2559 of ``current_gdbarch''.
2560
83d31a92
TT
25612002-02-17 Tom Tromey <tromey@redhat.com>
2562
2563 * cli/cli-cmds.c (compare_strings): New function.
2564 (complete_command): Only print each unique item once.
2565 * completer.h (complete_line): Declare.
2566 * completer.c (complete_line): New function.
2567 (line_completion_function): Use it.
2568
17ef5d92
AC
25692002-02-16 Andrew Cagney <ac131313@redhat.com>
2570
2571 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
2572 * gdbarch.h, gdbarch.c: Re-generate.
2573
491b8946
DJ
25742002-02-16 Daniel Jacobowitz <drow@mvista.com>
2575
2576 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
2577
25782002-02-16 Daniel Jacobowitz <drow@mvista.com>
2579
2580 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2581 * valops.c (value_arg_coerce): Don't take the address of a reference
2582 to convert an argument to a reference.
2583
dfe7f3ac
CF
25842002-02-15 Christopher Faylor <cgf@redhat.com>
2585
2586 * win32-nat.c (get_image_name): New function.
2587 (handle_load_dll): Use get_image_name function.
2588 (get_child_debug_event): Avoid registering debug events until possibly
2589 execed process is started.
2590 (child_create_inferior): Allow invocation via shell so that command
2591 line redirection, etc. works ok.
2592 (_initialize_inftarg): Add new command: "set shell" to control whether
2593 a shell is used to start a process.
2594
1d33e73a
DJ
25952002-02-15 Daniel Jacobowitz <drow@mvista.com>
2596
2597 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
2598 instead of find_register_by_number.
2599 (cannot_store_register): Likewise.
2600
48cd0caa
PM
26012002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2602
aaa38bb5 2603 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
2604 fprintf_unfiltered (gdb_stderr, ...).
2605
8656e7d8
DJ
26062002-02-15 Daniel Jacobowitz <drow@mvista.com>
2607
2608 * gdbserver/gdbserver.1: Document --attach.
2609
66e810cd
RE
26102002-02-15 Richard Earnshaw <rearnsha@arm.com>
2611
2612 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
2613 descriptions.
2614 * arm-tdep.c (arm_default_arm_le_breakpoint)
2615 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
2616 (arm_default_thumb_be_breakpoint): New. Initialize them from
2617 traditional breakpoint defines.
2618 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
2619 (arm_gdbarch_init): Initialize new breakpoint variables.
2620 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
2621 (arm_linux_init_abi): Initialize linux-specific breakpoint.
2622 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
2623 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
2624 code out to ...
2625 (arm_netbsd_init_abi_common): ... here; new function.
2626 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
2627 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
2628 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
2629 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
2630
97e03143
RE
26312002-02-15 Richard Earnshaw <rearnsha@arm.com>
2632
2633 * arm-tdep.h (enum arm_abi): New enum.
2634 (struct gdbarch_tdep): New structure.
2635 (LOWEST_PC): Provide a default.
2636 (arm_gdbarch_register_os_abi): Declare new function.
2637 * arm-tdep.c (arm_abi_names): New array.
2638 (process_note_abi_tag_sections): New function.
2639 (get_elfosabi): New function.
2640 (arm_gdbarch_register_os_abi): New function.
2641 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
2642 support for that ABI has been built in, then call the appropriate
2643 configuration routine. Use gdbarch_num_regs() to get the number
2644 of registers.
2645 (arm_dump_tdep): New function.
2646 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
2647 place-holder functions.
2648 (_initialize_arm_tdep): Register them.
2649 * config/arm/tm-arm.h (LOWEST_PC): Delete.
2650
2651 * armnbsd-tdep.c: New file.
2652 * Makefile.in (armnbsd-tdep.o): Add dependencies.
2653 * config/arm/nbsd.mt (TDEPFILES): Add it.
2654 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
2655
2656 * armnbsd-nat.c: Include regcache.h.
2657 * Makefile.in (armnbsd-nat.o): Update dependency list.
2658
2659 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
2660
ad68be46
DJ
26612002-02-14 Daniel Jacobowitz <drow@mvista.com>
2662
2663 * gdbserver/Makefile.in: Fix typos in target rules.
2664
003d6d1d
DJ
26652002-02-14 Daniel Jacobowitz <drow@mvista.com>
2666
aaa38bb5 2667 Fix part of PR gdb/267.
003d6d1d
DJ
2668 * linespec.c (find_methods): Handle constructors specially for now.
2669
6b230f1b
CV
26702002-02-14 Corinna Vinschen <vinschen@redhat.com>
2671
2672 * arm-tdep.c (arm_push_arguments): Eliminate special float type
2673 handling.
2674 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
2675 standard_coerce_float_to_double().
2676
1ea98d12
CF
26772002-02-14 Christopher Faylor <cgf@redhat.com>
2678
2679 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
2680 GDBINIT_FILENAME.
2681
dd47e6fd
EZ
26822002-02-14 Elena Zannoni <ezannoni@redhat.com>
2683
2684 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
2685 find_variant_by_name, because it confuses the multiarch
2686 framework. Return NULL if there isn't an architecture with the
2687 user supplied name, instead of forcing a different one without
2688 recording the change with the multiarch machinery.
2689 (find_variant_by_name): Delete.
2690
d7e39b9e
PS
26912002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2692
2693 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
2694 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
2695
76e42a4f
MH
26962002-02-13 Martin M. Hunt <hunt@redhat.com>
2697
aaa38bb5 2698 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
2699 print_frame_info_listing_hook, set current_source_symtab.
2700
0a30fbc4
DJ
27012002-02-14 Daniel Jacobowitz <drow@mvista.com>
2702
2703 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
2704 and remove unused $(INCLUDE_DIR).
2705 Add regcache.c to OBS.
2706 Add generated register protocol files to clean target.
2707 Update dependencies for new objects, obsolete old target code.
2708
2709 * gdbserver/linux-low.c: Remove all platform-specific code to
2710 new files. Remove various dead code. Update to use regcache
2711 functionality.
2712 * gdbserver/remote-utils.c (fromhex): Add return statement
2713 to quiet warning.
2714 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
2715 constant.
2716 (input_interrupt): Add integer parameter to match prototype
2717 of a signal handler.
2718 (outreg): Use register_data ().
2719 (prepare_resume_reply): Use gdbserver_expedite_regs.
2720 * gdbserver/server.c (main): Dynamically allocate own_buf because
2721 PBUFSIZ is no longer constant. Use registers_to_string () and
2722 registers_from_string ().
2723 * gdbserver/server.h: No longer include "defs.h". Add prototypes
2724 for error (), fatal (), and warning (). Update definition of
2725 PBUFSIZ to use regcache functionality. Add include guard.
2726 * gdbserver/utils.c (fatal): Add missing ``const''.
2727 (warning): New function.
2728
2729 * regformats/regdat.sh: Include "regcache.h" in generated files.
2730 Provide init_registers () function.
2731 * regformats/regdef.h: Add prototype for set_register_cache ().
2732 Add include guard.
2733
2734 * gdbserver/linux-arm-low.c: New file.
2735 * gdbserver/linux-i386-low.c: New file.
2736 * gdbserver/linux-ia64-low.c: New file.
2737 * gdbserver/linux-m68k-low.c: New file.
2738 * gdbserver/linux-mips-low.c: New file.
2739 * gdbserver/linux-ppc-low.c: New file.
2740 * gdbserver/linux-sh-low.c: New file.
2741
2742 * gdbserver/regcache.c: New file.
2743 * gdbserver/regcache.h: New file.
2744
2745 * gdbserver/low-linux.c: Removed obsolete file.
2746
4cc841d0
DJ
27472002-02-14 Daniel Jacobowitz <drow@mvista.com>
2748
2749 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
2750 * config/i386/linux.mt: Likewise.
2751 * config/ia64/linux.mt: Likewise.
2752 * config/m68k/linux.mh: Likewise.
2753 * config/powerpc/linux.mh: Likewise.
2754 * config/mips/linux.mt: Likewise.
2755
2756 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
2757
2758 * config/i386/i386lynx.mh: Mark gdbserver variables
2759 as (currently) obsolete for this target.
2760 * config/i386/nbsd.mt: Likewise.
2761 * config/i386/nbsdelf.mt: Likewise.
2762 * config/m32r/m32r.mt: Likewise.
2763 * config/m68k/m68klynx.mh: Likewise.
2764 * config/m68k/nbsd.mt: Likewise.
2765 * config/m68k/sun3os4.mh: Likewise.
2766 * config/mips/vr5000.mt: Likewise.
2767 * config/ns32k/nbsd.mt: Likewise.
2768 * config/pa/hppabsd.mh: Likewise.
2769 * config/pa/hppaosf.mh: Likewise.
2770 * config/powerpc/nbsd.mt: Likewise.
2771 * config/rs6000/rs6000lynx.mh: Likewise.
2772 * config/s390/s390.mt: Likewise.
2773 * config/s390/s390x.mt: Likewise.
2774 * config/sparc/sparclynx.mh: Likewise.
2775 * config/sparc/sun4os4.mh: Likewise.
2776 * config/i386/x86-64linux.mt: Likewise.
2777 * config/sparc/linux.mh: Likewise.
2778
a85f51e7
DJ
27792002-02-14 Daniel Jacobowitz <drow@mvista.com>
2780
2781 * configure.tgt: Configure gdbserver only for known working
2782 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
2783 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
2784 SUBDIRS if it is configured. Update comment for ${nativefile}.
2785 * configure: Regenerated.
2786
65554fef
MS
27872002-02-13 Michael Snyder <msnyder@redhat.com>
2788
670a52db
MS
2789 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
2790
6dbdc4a3
MS
2791 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
2792 (default_gcore_mach): Just return 0, work around a problem in bfd.
2793 (default_gcore_target): OK to return NULL if exec_bfd is null.
2794 (make_mem_sec): Use a cast, avoid a warning.
2795
2796 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 2797 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
2798 sizeof (host pointer) != sizeof (target pointer)).
2799 (procfs_make_note_section): Avoid overflow in psargs string.
2800
aaa38bb5 2801 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
2802 implementation return an error.
2803
28042002-02-13 Rodney Brown <rbrown64@csc.com.au>
2805
2806 * procfs.c (procfs_make_note_section): Provide a default definition
2807 (for alpha-dec-osf4.0f). Fix typos.
2808
1e4d76e7
EZ
28092002-02-13 Elena Zannoni <ezannoni@redhat.com>
2810
2811 * linux-proc.c: Add include of regcache.h.
2812 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
2813
b6d1a1d5
AC
28142002-02-13 Andrew Cagney <ac131313@redhat.com>
2815
2816 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
2817 * memattr.c (create_mem_region): Disallow useless empty region.
2818 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 2819 non-overlapping.
b6d1a1d5 2820
6c6ea35e
MC
28212002-02-13 Michael Chastain <mec@shout.net>
2822
2823 * defs.h: Kill CONST_PTR.
2824 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
2825 * c-lang.c (c_builtin_types): Likewise.
2826 * ch-lang.c (ch_builtin_types): Likewise.
2827 * f-lang.c (f_builtin_types): Likewise.
2828 * language.c (unknown_builtin_types): Likewise.
2829 * m2-lang.c (m2_builtin_types): Likewise.
2830 * p-lang.c (pascal_builtin_types): Likewise.
2831 * scm-lang.c (c_builtin_types): Likewise.
2832
3e0b0f48
KS
28332002-02-13 Keith Seitz <keiths@redhat.com>
2834
2835 * arm-tdep.h (arm_get_next_pc): Add declaration.
2836
67255d04
RE
28372002-02-13 Richard Earnshaw <rearnsha@arm.com>
2838
2839 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
2840 with other related struct-returning functions.
2841 (arm_extract_struct_value_address): New function.
2842 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
2843 initialize float_format, double_format and long_double_format as
2844 appropriate to the endianness of the target.
2845 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
2846 (arm_use_struct_convention): Delete declaration.
2847 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2848
079777f6
KS
28492002-02-13 Keith Seitz <keiths@redhat.com>
2850
2851 * defs.h (core_addr_to_string_nz): New function.
2852
34588f23
MK
28532002-02-13 Mark Kettenis <kettenis@gnu.org>
2854
2855 Apply missing bits of 2002-01-15 patch.
2856 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
2857 (fill_fpregset): Use i387_fill_fsave.
2858
49b563f9
KS
28592002-02-12 Keith Seitz <keiths@redhat.com>
2860
49b563f9
KS
2861 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
2862 (core_addr_to_string_nz): New function.
2863
aeb98c60
RE
28642002-02-11 Richard Earnshaw <rearnsha@arm.com>
2865
2866 * arm-linux-nat.c: Really include arm-tdep.h.
2867 * config/arm/tm-linux.h (struct type, struct value): Declare.
2868
65554fef
MS
28692002-02-11 Michael Snyder <msnyder@redhat.com>
2870
2871 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
2872 (gcore section): Ifdef for Solaris and Unixware only.
2873 (procfs_do_thread_registers): Unixware needs one lwpstatus
2874 per thread (not one prstatus or pstatus).
2875 (procfs_make_note_section): Iterate only over kernel threads (lwps),
2876 not over all gdb threads. For unixware, call elfcore_write_pstatus
2877 once before iterating over threads.
2878
34e8f22d
RE
28792002-02-11 Richard Earnshaw <rearnsha@arm.com>
2880
2881 * arm-tdep.h: New file.
2882 * arm-tdep.c: Include arm-tdep.h.
2883 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2884 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2885 (arm_print_float_info, arm_register_type, convert_to_extended)
2886 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2887 (arm_extract_return_value, arm_register_name): Make static.
2888 (arm_software_single_step): Similarly. Fix types in declaration.
2889 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
2890 (arm_store_return_value, arm_store_struct_return): New functions.
2891 (arm_gdbarch_init): Register the above functions. Also register
2892 call_dummy_start_offset, sizeof_call_dummy_words,
2893 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
2894 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 2895 max_register_virtual_size, register_size. Set up
34e8f22d
RE
2896 prologue_cache.saved_regs here, rather than ...
2897 (_initialize_arm_tdep): ... here.
2898 * config/arm/tm-arm.h (struct type, struct value): Delete forward
2899 declarations.
2900 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2901 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2902 (arm_print_float_info, arm_register_type, convert_to_extended)
2903 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2904 (arm_extract_return_value, arm_register_name): Delete declarations.
2905 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
2906 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
2907 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
2908 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
2909 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2910 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
2911 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
2912 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
2913 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
2914 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
2915 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
2916 (arm_get_next_pc): No-longer static -- these are needed by the RDI
2917 interface.
2918 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
2919 * remote-rdi.c remote-rdp.c: Likewise.
2920 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
2921 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
2922 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
2923 definition.
2924
2925 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
2926 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
2927 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
2928 from non-ARM_ prefixed definitions.
2929 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
2930 all uses of above.
2931 * remote-rdi.c remote-rdp.c: Likewise.
2932 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
2933
148754e5
RE
29342002-02-11 Richard Earnshaw <rearnsha@arm.com>
2935
2936 * arm-tdep.c (arm_frameless_function_invocation)
2937 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2938 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2939 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2940 (arm_pop_frame, arm_get_next_pc): Make static.
2941 (arm_gdbarch_init): Register above in gdbarch structure.
2942 (arm_read_fp): Renamed from arm_target_read_fp.
2943 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
2944 * config/arm/tm-arm.h (arm_frameless_function_invocation)
2945 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2946 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2947 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2948 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
2949 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
2950 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
2951 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
2952 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
2953 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 2954
434d2d4f
DJ
29552002-02-10 Daniel Jacobowitz <drow@mvista.com>
2956
2957 * symtab.c (compare_search_syms): New function.
2958 (sort_search_symbols): New function.
2959 (search_symbols): Sort symbols after searching rather than
2960 before.
2961
55241689
AC
29622002-02-10 Andrew Cagney <ac131313@redhat.com>
2963
2964 * NEWS: Linux -> GNU/Linux.
2965
028c194b
AC
29662002-02-10 Andrew Cagney <ac131313@redhat.com>
2967
2968 * gdbarch.sh: For for level one methods, disallow a definition
2969 when partially multi-arched. Add comments explaining rationale.
2970 * gdbarch.h: Re-generate.
2971
6acf50cd
AC
29722002-02-10 Andrew Cagney <ac131313@redhat.com>
2973
2974 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
2975 multi-arch partial.
aaa38bb5 2976
50248794
AC
29772002-02-10 Andrew Cagney <ac131313@redhat.com>
2978
2979 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
2980 field. Use diff -u.
2981 * gdbarch.c: Re-generate.
2982
c30e0066
AC
29832002-02-10 Andrew Cagney <ac131313@redhat.com>
2984
9b56c5f3 2985 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
2986 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
2987 partial.
2988
6e6d6484
AC
29892002-02-10 Andrew Cagney <ac131313@redhat.com>
2990
2991 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
2992 multi-arch partial.
2993 (PUSH_ARGUMENTS): Switch to using predefault.
2994 * gdbarch.c: Regenerate.
2995
c203844d
AC
29962002-02-10 Andrew Cagney <ac131313@redhat.com>
2997
2998 * valops.c (PUSH_ARGUMENTS): Delete definition.
2999 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
3000 partial. Default to default_push_arguments.
3001 * gdbarch.h, gdbarch.c: Regenerate.
3002
b5a2688f
AC
30032002-02-09 Andrew Cagney <ac131313@redhat.com>
3004
3005 * defs.h (throw_exception): Rename return_to_top_level. Update
3006 comments.
3007 * utils.c (error_stream, internal_verror, quit): Ditto.
3008 * top.c (throw_exception, catcher): Ditto.
3009 * sparclet-rom.c (sparclet_load): Ditto.
3010 * remote.c (interrupt_query, minitelnet): Ditto.
3011 * remote-sds.c (interrupt_query): Ditto.
3012 * remote-mips.c (mips_error, mips_kill): Ditto.
3013 * ocd.c (interrupt_query): Ditto.
3014 * monitor.c (monitor_interrupt_query): Ditto.
3015 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
3016 * target.h: Update comment.
aaa38bb5 3017
b5a2688f 3018 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 3019
2fa5c1e0
AC
30202002-02-09 Andrew Cagney <ac131313@redhat.com>
3021
3022 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
3023 default_double_format.
3024 * gdbarch.h, gdbarch.c: Re-generate.
3025 * findvar.c (floatformat_unknown): Delete variable definition.
3026 * doublest.h (floatformat_unknown): Delete variable declaration.
3027
da966255
JB
30282002-02-09 Jim Blandy <jimb@redhat.com>
3029
3030 * stabsread.c (read_type): Add code to parse Sun's syntax for
3031 prototyped function types.
3032
123a4891
AC
30332002-02-09 Andrew Cagney <ac131313@redhat.com>
3034
3035 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
3036 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
3037
fb39c8f3
PS
30382002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3039
3040 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
3041 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
3042 now _initialize_xcoffsolib gets called again and overrides the
3043 commands from solib.c in a native configuration.
3044
0b87a11d
MK
30452002-02-09 Mark Kettenis <kettenis@gnu.org>
3046
3047 * doublest.c (store_typed_floating): Don't try to return a value.
3048 Fixes PR gdb/290.
3049
bdc2fc72
JB
30502002-02-08 Jim Blandy <jimb@redhat.com>
3051
3052 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
3053 is prototyped and has no arguments, print its argument list as
3054 `(void)'.
3055
da69bbcf
CD
30562002-02-08 Chris Demetriou <cgd@broadcom.com>
3057
3058 * MAINTAINERS (write-after-approval): Add myself.
3059 (paper-trail): I've escaped!
aaa38bb5 3060
b69571f5
CF
30612002-02-08 Christopher Faylor <cgf@redhat.com>
3062
3063 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
3064 changes.
3065 (_initialize_check_for_gdb_ini): Ditto.
3066
f6871398
MH
30672002-02-08 Martin M. Hunt <hunt@redhat.com>
3068
3069 * win32-nat.c (cygwin_pid_to_str): Fix typo.
3070 xaprintf -> xasprintf.
3071
4e52d31c
PM
30722002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
3073
3074 * win32-nat.c: Remove use of printf and sprintf functions.
3075
39bbf761
RE
30762002-02-08 Richard Earnshaw <rearnsha@arm.com>
3077
3078 * arm-tdep.c (arm_frame_chain_valid): Make static.
3079 (arm_push_arguments): Likewise.
3080 (arm_gdbarch_init): New function.
3081 (_initialize_arm_tdep): Call it.
3082 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
3083 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
3084 (FRAME_CHAIN_VALID): Delete.
3085 (arm_frame_chain_valid): Delete declaration.
3086 (PUSH_ARGUMENTS): Delete.
3087 (arm_push_arguments): Delete declaration.
3088 (CALL_DUMMY_P): Delete.
3089
9c9532c9
CV
30902002-02-08 Andrew Cagney <ac131313@redhat.com>
3091 Corinna Vinschen <vinschen@redhat.com>
3092
3093 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
3094 on builtin float types.
3095
4e8f7a8b
DJ
30962002-02-08 Daniel Jacobowitz <drow@mvista.com>
3097
3098 * utils.c: Include <curses.h> before "bfd.h".
3099 * tui/tui-hooks.c: Likewise.
3100 * tui/tui.c: Likewise.
3101 * tui/tuiCommand.c: Likewise.
3102 * tui/tuiData.c: Likewise.
3103 * tui/tuiDataWin.c: Likewise.
3104 * tui/tuiDisassem.c: Likewise.
3105 * tui/tuiGeneralWin.c: Likewise.
3106 * tui/tuiIO.c: Likewise.
3107 * tui/tuiLayout.c: Likewise.
3108 * tui/tuiRegs.c: Likewise.
3109 * tui/tuiSource.c: Likewise.
3110 * tui/tuiSourceWin.c: Likewise.
3111 * tui/tuiStack.c: Likewise.
3112 * tui/tuiWin.c: Likewise.
3113
cd4bffcf
EZ
31142002-02-07 Elena Zannoni <ezannoni@redhat.com>
3115
3116 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
3117 to include space for pseudoregs as well. Update loops accordingly.
3118 (sh_fp_frame_init_saved_regs): Ditto.
3119 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
3120
26806ce2
AC
31212002-02-07 Andrew Cagney <ac131313@redhat.com>
3122
3123 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
3124 Add Richard Earnshaw to Arm maintainers.
3125
97fdab62
AC
31262002-02-07 Andrew Cagney <ac131313@redhat.com>
3127
a6b98203
AC
3128 * defs.h (warning_begin): Delete declaration.
3129
97fdab62
AC
3130 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
3131 Delete macro.
3132
78b29b40
MS
31332002-02-07 Michael Snyder <msnyder@redhat.com>
3134
aaa38bb5 3135 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
3136 Logic bug, remove misplaced else.
3137
d8849953
KD
31382002-02-07 Klee Dienes <klee@apple.com>
3139
3140 * fork-inferior.c (fork_inferior): Add '!' to the list of
3141 characters that need to be quoted when building a string for the
3142 shell. Quote '!' specifically with a backslash, since CSH chokes
3143 when trying to evaluate "str!str".
aaa38bb5 3144
095778a0
NC
31452002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
3146
3147 * rdi-share/host.h: Only provide a typedef for bool if it is not
3148 defined.
3149
1900040c
MS
31502002-02-04 Michael Snyder <msnyder@redhat.com>
3151
3152 * breakpoint.h (enum bptype): Add new overlay event bp type.
3153 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 3154
1900040c
MS
3155 * breakpoint.c (create_internal_breakpoint): New function.
3156 (internal_breakpoint_number): Moved into create_internal_breakpoint.
3157 (create_longjmp_breakpoint): Use create_internal_breakpoint.
3158 (create_thread_event_breakpoint): Ditto.
3159 (create_solib_event_breakpoint): Ditto.
3160 (create_overlay_event_breakpoint): New function.
3161 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
3162 (update_breakpoints_after_exec): Delete and re-initialize
3163 overlay event breakpoints after an exec. Add FIXME comment
3164 about longjmp breakpoint.
3165 (print_it_typical): Ignore overlay event breakpoints.
3166 (print_one_breakpoint): Ditto.
3167 (mention): Ditto.
3168 (bpstat_what): Do not stop for overlay event breakpoints.
3169 (delete_breakpoint): Don't delete overlay event breakpoints.
3170 (breakpoint_re_set_one): Delete the overlay event breakpoint.
3171 (breakpoint_re_set): Re-create overlay event breakpoint.
3172
3173 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
3174 (overlay_manual_command): Disable overlay breakpoints.
3175 (overlay_off_command): Disable overlay breakpoints.
3176
082fc60d
RE
31772002-02-06 Richard Earnshaw <rearnsha@arm.com>
3178
3179 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
3180 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
3181 to here from config/tm-arm.h.
3182 (coff_sym_is_thumb): Make static.
3183 (arm_elf_make_msymbol_special): New function.
3184 (arm_coff_make_msymbol_special): New function.
3185 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
3186 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
3187 (coff_sym_is_thumb): Delete declaration.
3188 (arm_elf_make_msymbol_special): Declare.
3189 (arm_coff_make_msymbol_special): Declare.
3190 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
3191 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
3192
039c5766
RE
31932002-02-06 Richard Earnshaw <rearnsha@arm.com>
3194
3195 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
3196
31972002-02-06 Richard Earnshaw <rearnsha@arm.com>
3198
3199 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
3200 * gdbarch.c gdbarch.h: Regenerate.
3201 * arch-utils.c (default_print_float_info): New function.
3202 * arch-utils.h (default_print_float_info): Prototype it.
3203 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
3204 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
3205 (PRINT_FLOAT_INFO): Document it.
3206
3207 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
3208 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
3209 (PRINT_FLOAT_INFO): Define.
3210
58fa08f0
PM
32112002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3212
aaa38bb5 3213 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
3214 Add typecast to sprintf argument to suppress a warning.
3215
7393af7c
PM
32162002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
3217
58fa08f0 3218 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
3219 to allow easier handling of pass state.
3220 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
3221 that gives exception name and address.
3222 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 3223 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 3224 exceptions added.
aaa38bb5
AJ
3225 (child_continue): Correctly report continue_status.
3226 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 3227 TARGET_SIGNAL_0 (new default value).
aaa38bb5 3228 (child_resume): consider sig argument passed to decide if
7393af7c
PM
3229 the exception should be passed to debuggee or not.
3230
6af4589c
MS
32312002-02-05 Michael Snyder <msnyder@redhat.com>
3232
3233 * regcache.c (fetch_register): Call target_fetch_register
3234 only if we don't call FETCH_PSEUDO_REGISTER.
3235 (store_register): Call target_store_register only if we
3236 don't call STORE_PSEUDO_REGISTER.
3237
a2cf933a
EZ
32382002-02-05 Elena Zannoni <ezannoni@redhat.com>
3239
3240 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
3241 ELF_MAKE_MSYMBOL_SPECIAL.
3242 * gdbarch.c, gdbarch.h: Regenerate.
3243 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 3244 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
3245 * elfread.c (elf_symtab_read): Compile use of
3246 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
3247 multiarched.
3248 * coffread.c (coff_symtab_read): Ditto, for
3249 COFF_MAKE_MSYMBOL_SPECIAL.
3250
6bb7be43
JB
32512002-02-05 Jim Blandy <jimb@redhat.com>
3252
3253 * solib-svr4.c (svr4_truncate_ptr): New function.
3254 (svr4_relocate_section_addresses): Do the address arithmetic with
3255 the appropriate truncation for target addresses, even when
3256 CORE_ADDR is larger than a target address.
3257
e18651ec
DJ
32582002-02-05 Daniel Jacobowitz <drow@mvista.com>
3259
3260 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
3261 to (int *).
3262
6b2725be
DJ
32632002-02-05 Daniel Jacobowitz <drow@mvista.com>
3264
3265 * gdbserver/linux-low.c (kill_inferior): Remove commented out
3266 code.
3267
fca9e603
DJ
32682002-02-05 Daniel Jacobowitz <drow@mvista.com>
3269
3270 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
3271
6c537a52
DJ
32722002-02-05 Daniel Jacobowitz <drow@mvista.com>
3273
3274 * gdbserver/linux-low.c: Remove unused include files.
3275
d844cde6
DJ
32762002-02-05 Daniel Jacobowitz <drow@mvista.com>
3277
3278 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
3279 (read_inferior_memory): Use it.
3280 (write_inferior_memory): Likewise.
3281
d07c63e7
DJ
32822002-02-05 Daniel Jacobowitz <drow@mvista.com>
3283
3284 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
3285 grubbing through sys_errlist.
3286
da6d8c04
DJ
32872002-02-05 Daniel Jacobowitz <drow@mvista.com>
3288
3289 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
3290
5b421780
PM
32912002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
3292 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
3293
9f60d481
AC
32942002-02-04 Andrew Cagney <ac131313@redhat.com>
3295
3296 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
3297 (do_sfunc, set_cmd_sfunc): New functions.
3298
3299 * command.h (struct cmd_list_element): Add field func.
3300 * cli/cli-decode.h (struct cmd_list_element): Ditto.
3301 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
3302 * cli/cli-decode.h: Ditto.
3303
3304 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
3305 (help_all, help_cmd_list): Ditto.
3306 (find_cmd, complete_on_cmdlist): Ditto.
3307 * top.c (execute_command): Ditto.
3308
3309 * cli/cli-setshow.c (do_setshow_command): Call func instead of
3310 function.sfunc.
3311
3312 * infcmd.c (notice_args_read): Fix function signature.
3313
3314 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
3315 * cli/cli-decode.c (add_set_cmd): Ditto.
3316 * utils.c (initialize_utils): Ditto.
3317 * maint.c (_initialize_maint_cmds): Ditto.
3318 * infrun.c (_initialize_infrun): Ditto.
3319 * demangle.c (_initialize_demangler): Ditto.
3320 * remote.c (add_packet_config_cmd): Ditto.
3321 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3322 * cris-tdep.c (_initialize_cris_tdep): Ditto.
3323 * proc-api.c (_initialize_proc_api): Ditto.
3324 * kod.c (_initialize_kod): Ditto.
3325 * valprint.c (_initialize_valprint): Ditto.
3326 * top.c (init_main): Ditto.
3327 * infcmd.c (_initialize_infcmd): Ditto.
3328 * corefile.c (_initialize_core): Ditto.
3329 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3330 * arch-utils.c (initialize_current_architecture): Ditto.
3331 (_initialize_gdbarch_utils): Ditto.
3332 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
3333
3334 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
3335 * wince.c (_initialize_inftarg): Ditto.
3336 * symfile.c (_initialize_symfile): Ditto.
3337 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3338 * language.c (_initialize_language): Ditto.
3339 * arc-tdep.c (_initialize_arc_tdep): Ditto.
3340
f9ba0717
MS
33412002-02-04 Michael Snyder <msnyder@redhat.com>
3342
3343 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
3344
0c74b2a7
DJ
33452002-02-04 Daniel Jacobowitz <drow@mvista.com>
3346
3347 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
3348 Add rules for building the register data files.
3349
c638789f
DJ
33502002-02-04 Daniel Jacobowitz <drow@mvista.com>
3351
3352 * regformats/regdat.sh: Add braces to the definition of
3353 expedite_regs_${arch}.
3354
db253027
DJ
33552002-02-04 Daniel Jacobowitz <drow@mvista.com>
3356
3357 * regformats/regdef.h (struct reg): Add comment describing the
3358 requirements for offset and size fields.
3359
206be19c
AS
33602002-02-04 Andreas Schwab <schwab@suse.de>
3361
3362 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
3363 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
3364
181c1381
RE
33652002-02-04 Richard Earnshaw <rearnsha@arm.com>
3366
3367 * gdbarch.sh (copyright): Update years in generated header.
3368 (SMASH_TEXT_ADDRESS): Add rule.
db253027 3369 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
3370 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
3371 * dbxread.c: Likewise.
3372 * dwarfread.c: Likewise.
3373 * elfread.c: Likewise.
3374 * somread.c: Likewise.
3375
3376 * arm-tdep.c (arm_smash_text_address): New function.
3377 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
3378
fa4ba8da
PM
33792002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
3380
3381 Add support for hardware watchpoints on win32 native.
aaa38bb5 3382 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 3383 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 3384 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
3385 of debug registers.
3386 (debug_registers_changed): New variable. Reflects when debug registers
3387 are changed and need to be written to inferior.
aaa38bb5 3388 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
3389 was set, used when new threads are created.
3390 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
3391 i386-nat code.
3392 (thread_rec): Set dr array if id is the thread of current_event .
3393 (child_continue, child_resume): Change the debug registers for all
3394 threads if debug_registers_changed.
3395 (child_add_thread): Change the debug registers if debug_registers_used.
3396 * config/i386/cygwin.mh: Add use of i386-nat.o file.
3397 Link nm.h to new nm-cygwin.h file.
3398 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
3399 of hardware registers.
3400
a73c86fb
AC
34012002-02-03 Andrew Cagney <ac131313@redhat.com>
3402
3403 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
3404 Restore behavour broken by 2002-01-20 Andrew Cagney
3405 <ac131313@redhat.com> IEEE_FLOAT removal.
3406
acf5ed49
DJ
34072002-02-03 Daniel Jacobowitz <drow@mvista.com>
3408
3409 * c-valprint.c (c_val_print): Pass a proper valaddr to
3410 cp_print_class_method.
3411 * valops.c (search_struct_method): If there is only one method
3412 and args is NULL, return that method.
3413
493d28d5
DJ
34142002-02-03 Daniel Jacobowitz <drow@mvista.com>
3415
3416 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
3417 accessing tag_name directly.
3418
7495dfdb
DJ
34192002-02-03 Daniel Jacobowitz <drow@mvista.com>
3420
3421 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
3422 of accessing tag_name directly.
3423
dd6bda65
DJ
34242002-02-03 Daniel Jacobowitz <drow@mvista.com>
3425
3426 PR gdb/280
3427 * gdbtypes.c (replace_type): New function.
3428 * gdbtypes.h (replace_type): Add prototype.
3429 * stabsread.c (read_type): Use replace_type.
3430
88fe217c
RE
34312002-02-03 Richard Earnshaw <rearnsha@arm.com>
3432
3433 * Makefile.in (memattr.o): Add missing dependencies rule.
3434
e5d66720
PS
34352002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3436
3437 * breakpoint.c (break_at_finish_command): Really export.
3438 (break_at_finish_at_depth_command): Ditto.
3439 (tbreak_at_finish_command): Ditto.
3440 * hppa-tdep.c: Include completer.h.
3441 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
3442 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
3443
fffee0be
AC
34442002-02-01 Andrew Cagney <ac131313@redhat.com>
3445
3446 * utils.c (do_write): New function.
3447 (error_stream): Rewrite combining the code from error_begin and
3448 verror.
3449 (verror): Rewrite using error_stream.
3450 (error_begin): Delete function.
3451
255e7dbf
AC
34522002-02-01 Andrew Cagney <ac131313@redhat.com>
3453
3454 * utils.c (error_begin): Make static.
3455 * defs.h (error_begin): Delete declaration.
3456
3457 * linespec.c (cplusplus_error): Replace cplusplus_hint.
3458 (decode_line_1): Use cplusplus_error instead of error_begin,
3459 cplusplus_hint and return_to_top_level.
3460 * coffread.c (coff_symfile_read): Use error instead of error_begin
3461 and return_to_top_level.
3462 * infrun.c (default_skip_permanent_breakpoint): Ditto.
3463
ddfe3c15
AC
34642002-02-01 Andrew Cagney <ac131313@redhat.com>
3465
3466 * language.h (type_error, range_error): Make string parameter
3467 constant.
3468 * language.c (warning_pre_print): Delete extern declaration.
3469 * dwarfread.c (warning_pre_print): Ditto.
3470 * language.c (type_error, range_error): Rewrite to use verror and
3471 vwarning instead of warning_begin.
3472
03ac34d5
MS
34732002-02-01 Michael Snyder <msnyder@redhat.com>
3474
261c4ca2
MS
3475 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
3476 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 3477
e00d1dc8
AC
34782002-02-01 Andrew Cagney <ac131313@redhat.com>
3479
3480 * command.h (NO_FUNCTION): Delete macro.
3481 * cli/cli-decode.h (NO_FUNCTION): Ditto.
3482 * top.c (execute_command): Replace NO_FUNCTION with NULL.
3483 * tracepoint.c (_initialize_tracepoint): Ditto.
3484 * cli/cli-decode.c (add_set_cmd): Ditto.
3485 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 3486
76b79d6e
DJ
34872002-02-01 Daniel Jacobowitz <drow@mvista.com>
3488
3489 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
3490 Update ``this'' pointer when calling virtual functions.
3491
799f9e91
MS
34922002-02-01 Michael Snyder <msnyder@redhat.com>
3493
c7bd442c 3494 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
3495 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
3496
3cf384d4
DJ
34972002-02-01 Daniel Jacobowitz <drow@mvista.com>
3498
3499 * regformats/reg-arm.dat: New file.
3500 * regformats/reg-i386.dat: New file.
3501 * regformats/reg-ia64.dat: New file.
3502 * regformats/reg-m68k.dat: New file.
3503 * regformats/reg-mips.dat: New file.
3504 * regformats/reg-ppc.dat: New file.
3505 * regformats/reg-sh.dat: New file.
3506 * regformats/regdef.h: New file.
3507 * regformats/regdat.sh: New file.
3508
0defa245
RE
35092002-02-01 Richard Earnshaw <reanrsha@arm.com>
3510
3511 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
3512 (arm_frame_args_address, arm_frame_locals_address): New functions.
3513 (arm_frame_num_args): New function.
3514 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
3515 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
3516 (FRMA_NUM_ARGS): Call arm_frame_num_args.
3517
405f26e6
MS
35182002-01-31 Michael Snyder <msnyder@redhat.com>
3519
502fd408
MS
3520 * breakpoint.c (break_at_finish_command): Export.
3521 (break_at_finish_at_depth_command): Export.
3522 (tbreak_at_finish_command): Export.
3523 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
3524 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
3525 "tbreak" commands, which are HPPA specific.
3526
7d35e135
MS
3527 * printcmd.c (disassemble_command): Remove an ancient
3528 artifact of an old merge.
3529
aaa38bb5 3530 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
3531 Define enum constant values for overlay mode.
3532 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
3533 (overlay_is_mapped, overlay_auto_command,
3534 overlay_manual_command): Ditto.
d874f1e2 3535
aaa38bb5
AJ
3536 * breakpoint.c (insert_breakpoints, remove_breakpoint,
3537 breakpoint_here_p, breakpoint_inserted_here_p,
3538 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
3539 describe_other_breakpoints, check_duplicates, clear_command):
3540 Coding standard fixes.
3541
8add0441 3542 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 3543 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
3544 code: check bfd SEC_READONLY flag for section.
3545
e351066e
AC
35462002-01-31 Andrew Cagney <ac131313@redhat.com>
3547
7d35e135 3548 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 3549
8a48e967
DJ
35502002-01-30 Daniel Jacobowitz <drow@mvista.com>
3551
3552 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
3553 data symbols, since we search based on textlow and texthigh.
3554 (find_pc_sect_symtab): Likewise.
3555
f5a96129
AC
35562002-01-30 Andrew Cagney <ac131313@redhat.com>
3557
3558 * defs.h (vwarning): Declare.
f5a96129
AC
3559 * utils.c (vwarning): New function.
3560 (warning): Call vwarning.
3561 (warning_begin): Delete function.
3562
3563 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
3564 the warning message.
3565 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
3566 warning_begin.
3567
cefd4ef5
MS
35682002-01-30 Michael Snyder <msnyder@redhat.com>
3569
1a703748
MS
3570 * NEWS: Mention "set trust-readonly-sections" command.
3571 Mention generate-core-file command.
cefd4ef5 3572
3a11626d
MS
35732002-01-15 Michael Snyder <msnyder@redhat.com>
3574
3575 * target.c: New command, "set trust-readonly-sections on".
3576 (do_xfer_memory): Honor the suggestion to trust readonly sections
3577 by reading them from the object file instead of from the target.
3578 (initialize_targets): Register command "set trust-readonly-sections".
3579
d1c7e53b
AC
35802002-01-29 Andrew Cagney <ac131313@redhat.com>
3581
3582 * parse.c (target_map_name_to_register): Simplify, search regs and
3583 pseudo-regs using a single loop.
3584
e2c9a72c
AC
35852002-01-30 Andrew Cagney <ac131313@redhat.com>
3586
3587 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
3588
69824b4e
MK
35892002-01-15 Rodney Brown <rbrown64@csc.com.au>
3590
3591 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
3592 * config/i386/i386v42mp.mh: Add i387-nat.o .
3593 * i386v4-nat.c: Include i387-nat.h.
3594 (supply_fpregset): Use i387_supply_fsave.
3595 (fill_fpregset): Use i387_fill_fsave.
3596
6eb69eab
RE
35972002-01-30 Richard Earnshaw <rearnsha@arm.com>
3598
3599 * arm-tdep.c (arm_call_dummy_words): Define.
3600 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
3601 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
3602 (CALL_DUMMY_WORDS): Define.
3603 (arm_call_dummy_words): Declare.
3604 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
3605 (arm_linux_call_dummy_words): Declare.
3606
9852326a
AS
36072002-01-30 Andreas Schwab <schwab@suse.de>
3608
3609 * m68klinux-nat.c: Fix last change to use regcache_collect
3610 instead of referencing registers[] directly.
3611
977a3030
AC
36122002-01-29 Andrew Cagney <ac131313@redhat.com>
3613
3614 * parse.c (target_map_name_to_register): Delete code wrapped in
3615 #ifdef REGISTER_NAME_ALIAS_HOOK.
3616
2076c72b
MS
36172002-01-28 Michael Snyder <msnyder@redhat.com>
3618
3619 * regcache.c (legacy_read_register_gen): Need to be able to
3620 read pseudo-register as well as real register.
3621 (legacy_write_register_gen): Ditto.
3622
8fcc723b
AC
36232002-01-28 Andrew Cagney <ac131313@redhat.com>
3624
3625 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3626 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
3627 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
3628 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
3629 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
3630 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
3631 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
3632 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
3633 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
3634 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3635 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
3636 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
3637 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
3638 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
3639 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
3640 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
3641 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
3642 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
3643 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
3644 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
3645
afe64c1a
AC
36462002-01-28 Andrew Cagney <ac131313@redhat.com>
3647
3648 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
3649 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
3650 (initialize_current_architecture): Update target_byte_order using
3651 information from BFD.
aaa38bb5 3652 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
3653 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
3654
75bc7ddf
AC
36552002-01-28 Andrew Cagney <ac131313@redhat.com>
3656
3657 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
3658 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
3659
3660 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
3661 #ifdef INVALID_FLOAT.
3662 * infcmd.c (do_registers_info): Ditto.
3663 * values.c (unpack_double): Ditto. Add comment.
3664
3665 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
3666 already commented out.
3667
0280a90a
AS
36682002-01-26 Andreas Schwab <schwab@suse.de>
3669
3670 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
3671 * m68klinux-nat.c: Update ptrace interface for fetching/storing
3672 registers and add support for PTRACE_GETREGS.
3673
7072a954
AC
36742002-01-24 Andrew Cagney <ac131313@redhat.com>
3675
3676 GDB 5.1.1 released from 5.1 branch.
3677 * NEWS: Add 5.1.1 news.
3678 * README: Sync with 5.1 branch.
3679
86f902e0
FF
36802002-01-23 Fred Fish <fnf@redhat.com>
3681
3682 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
3683 stabstring on initial malloc. Reallocing will copy it for us,
3684 if necessary.
3685
8af51c36
EZ
36862002-01-23 Elena Zannoni <ezannoni@redhat.com>
3687
aaa38bb5 3688 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
3689 (HFILES_NO_SRCDIR): Remove hpread.h.
3690 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
3691 (hpread.o): Update dependencies.
3692 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
3693
3694 * hp-psymtab-read.c: Remove file.
3695 * hp-symtab-read.c: Remove file.
3696 * hpread.h: Remove file.
3697
3698 * hpread.c: Merge all contents of hp-psymtab-read.c,
3699 hp-symtab-read.c and hpread.h into this file, as it was prior to
3700 January 1999.
3701
3702 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 3703 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
3704 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
3705 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
3706
dc5cfeb6
EZ
37072002-01-23 Elena Zannoni <ezannoni@redhat.com>
3708
3709 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
3710 fill_gregset): Call gdbarch_tdep() just once, assign result to
3711 variable and use that, instead of calling the function several
3712 times.
3713
ea87b71b
AO
37142002-01-24 Alexandre Oliva <aoliva@redhat.com>
3715
3716 * configure.host: Accept sparcv9 as alias for sparc64.
3717 * configure.tgt: Likewise.
3718
13fc0c2f
KB
37192002-01-22 Kevin Buettner <kevinb@redhat.com>
3720
3721 * solib-aix5.c (build_so_list_from_mapfile)
3722 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
3723 arguments is not reversed.
3724 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
3725 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 3726
7bd872fe
EZ
37272002-01-22 Elena Zannoni <ezannoni@redhat.com>
3728
3729 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
3730 modified version of obsolete sh_fetch_pseudo_register.
3731 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
3732 (sh4_register_read): New function.
3733 (sh_pseudo_register_write): New function. Renamed and modified
3734 version of obsolete sh_store_pseudo_register.
3735 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
3736 (sh4_register_write): New function.
3737 (sh_gdbarch_init): Remove setting of gdbarch function
3738 fetch_pseudo_register and store_pseudo_register. Remove setting of
3739 register_convert_to_raw, register_convert_to_virtual,
3740 register_convertible.
3741 (sh_sh4_register_convertible): Delete. No longer needed. All is
3742 taken care by architecture specific functions
3743 register_read/register_write.
3744 (sh_sh4_register_convert_to_virtual): Make static.
3745 (sh_sh4_register_convert_to_raw): Ditto.
3746
069e84fd
AC
37472002-01-22 Andrew Cagney <ac131313@redhat.com>
3748
3749 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
3750 (floatformat_is_nan, floatformat_mantissa): Ditto.
3751
3752 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
3753 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
3754 builtin_type_ieee_double_little,
3755 builtin_type_ieee_double_littlebyte_bigword,
3756 builtin_type_m68881_ext, builtin_type_i960_ext,
3757 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
3758 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
3759 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
3760 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
3761
211a4f69
CV
37622002-01-22 Corinna Vinschen <vinschen@redhat.com>
3763
3764 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
3765 parameter. Set frameless flag if it exists and depended of
3766 whether the scanned function is frameless or not.
3767 (xstormy16_skip_prologue): If function is frameless, return
3768 result of xstormy16_scan_prologue().
3769 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
3770 call.
3771
f81353e4
EZ
37722002-01-21 Elena Zannoni <ezannoni@redhat.com>
3773
3774 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
3775 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
3776 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
3777 sh_sh4_register_byte, sh_sh4_register_raw_size,
3778 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
3779 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
3780 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
3781 sh_store_pseudo_register, sh_do_pseudo_register): Call
3782 gdbarch_tdep() just once, assign result to variable and use that,
3783 instead of calling the function several times.
3784
63c73a17
MK
37852002-01-20 Mark Kettenis <kettenis@gnu.org>
3786
3787 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
3788 macros instead of LAST_FPU_CTRL_REGNUM.
3789 (store_register): Likewise.
3790
39ad761d
JB
37912002-01-21 Jim Blandy <jimb@redhat.com>
3792
3793 * infcmd.c (run_command): Check that the `exec' target layer's BFD
3794 is up-to-date before running the program, not just when a program
3795 exits.
3796
3d74b771
FF
37972002-01-21 Fred Fish <fnf@redhat.com>
3798
3799 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
3800 when we have found all instructions we are looking for.
3801
966fbf70
RE
38022002-01-21 Richard Earnshaw <rearnsha@arm.com>
3803
3804 * arm-tdep.c (arm_register_name): New function.
3805 (arm_registers_names): Make static.
3806 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
3807 (arm_register_name): Declare.
3808 (REGISTER_NAME): Use it.
3809
c3b4394c
RE
38102002-01-21 Richard Earnshaw <rearnsha@arm.com>
3811 Kevin Buettner <kevinb@redhat.com>
3812
3813 Convert arm targets to new FRAME interface.
3814 * arm-tdep.c (struct frame_extra_info): Remove fsr.
3815 (arm_frame_find_save_regs): Delete.
3816 (arm_frame_init_saved_regs): New.
3817 (arm_init_extra_frame_info): Alloacte saved_regs as required.
3818 Allocate extra_info as required. Convert all uses of fsr.regs
3819 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
3820 to use extra_info.
3821 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
3822 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
3823 (check_prologue_cache, save_prologue_cache): Likewise.
3824 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
3825 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
3826 (FRAME_FIND_SAVED_REGS): Delete.
3827 (arm_frame_find_saved_regs): Delete prototype.
3828 (arm_frame_init_saved_regs): New prototype.
3829 (FRAME_INIT_SAVED_REGS): Define.
3830
61d99182
AC
38312002-01-20 Andrew Cagney <ac131313@redhat.com>
3832
3833 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
3834
6aaea291
AC
38352002-01-20 Andrew Cagney <ac131313@redhat.com>
3836
3837 From Jeff Law <law@redhat.com>:
3838 * infttrace.c: Include <sys/pstat.h>.
3839 (child_pid_to_exec_file): Revamp. Use pstat call to get the
3840 exec file if the ttrace equivalent fails.
3841
15f698d2
AC
38422002-01-20 Andrew Cagney <ac131313@redhat.com>
3843
3844 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
3845 (closeLogFile): Ditto.
3846
f86ddd7c
MC
38472002-01-20 Michael Chastain <mec@shout.net>
3848
3849 * top.c (print_gdb_version): Bump copyright year to 2002.
3850
904507ce
AC
38512002-01-20 Andrew Cagney <ac131313@redhat.com>
3852
3853 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
3854 Zannoni and Eli Zaretskii.
3855
d7f0b9ce
DJ
38562002-01-20 Daniel Jacobowitz <drow@mvista.com>
3857
3858 * buildsym.c: Update copyright years.
3859 * c-typeprint.c: Likewise.
3860 * dwarf2read.c: Likewise.
3861 * f-typeprint.c: Likewise.
3862 * gdbtypes.c: Likewise.
3863 * gdbtypes.h: Likewise.
3864 * hp-symtab-read.c: Likewise.
3865 * hpread.c: Likewise.
3866 * mdebugread.c: Likewise.
3867 * p-typeprint.c: Likewise.
3868
3fd3d7d2
AC
38692002-01-20 Andrew Cagney <ac131313@redhat.com>
3870
3871 * remote-sim.c (gdbsim_open): Simplify code testing the macro
3872 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
3873 byte-order selectable.
3874 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
3875 * arch-utils.c: Ditto.
3876 (set_endian): Ditto.
3877 (set_endian_from_file): Ditto.
3878 * gdbserver/low-sim.c (create_inferior): Ditto.
3879 * gdbarch.sh: Ditto.
3880 * gdbarch.h: Re-generate.
aaa38bb5
AJ
3881 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3882 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
3883 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
3884 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3885 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3886 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3887 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
3888 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
3889 macro definition.
3890 * config/mips/tm-wince.h: Remove #undef of macro
3891 TARGET_BYTE_ORDER_SELECTABLE.
3892 * config/sh/tm-wince.h: Ditto.
3893
b02dede2
DJ
38942002-01-20 Daniel Jacobowitz <drow@mvista.com>
3895
3896 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
3897 member function fields. Add accessor macro
3898 TYPE_FN_FIELD_ARTIFICIAL.
3899 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
3900 * c-typeprint.c (c_type_print_base): Skip artificial member
3901 functions.
3902
c3643761
DJ
39032002-01-20 Daniel Jacobowitz <drow@mvista.com>
3904
3905 * f-typeprint.c: Delete unused function f_type_print_args.
3906 * p-typeprint.c: Delete unused function pascal_type_print_args.
3907
8176bb6d
DJ
39082002-01-20 Daniel Jacobowitz <drow@mvista.com>
3909
3910 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
3911 comment. Add ``artificial'' to ``union field_location''.
3912
3913 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
3914
3915 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
3916 * mdebugread.c (parse_symbol): Likewise.
3917 * stabsread.c (define_symbol): Likewise.
3918 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
3919 initializing TYPE_FIELD_BITPOS to n (obsolete).
3920 (hpread_doc_function_type): Likewise.
3921 * hpread.c (hpread_function_type): Likewise.
3922
7fd60527
AC
39232002-01-20 Andrew Cagney <ac131313@redhat.com>
3924
3925 * configure.in (host_makefile_frag): Only require a host makefile
3926 fragment when a native build.
3927 * configure: Re-generate.
3928
c2f05ac9
AC
39292002-01-20 Andrew Cagney <ac131313@redhat.com>
3930
3931 * doublest.h (floatformat_from_type): Declare.
3932 * doublest.c (floatformat_from_type): New function.
3933 (convert_typed_floating): Use.
3934
3935 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
3936 call to function floatformat_from_type.
3937
3938 * gdbarch.sh (IEEE_FLOAT): Delete.
3939 * gdbarch.h, gdbarch.c: Re-generate.
3940 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
3941 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
3942 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
3943 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
3944 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
3945 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
3946 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
3947 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
3948 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
3949 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
3950 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
3951 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
3952
3953 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
3954 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
3955 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3956 * sh-tdep.c (sh_gdbarch_init): Ditto.
3957 * mips-tdep.c (mips_gdbarch_init): Ditto.
3958 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3959 * cris-tdep.c (cris_gdbarch_init): Ditto.
3960
abf22e64
AJ
39612002-01-20 Jiri Smid <smid@suse.cz>
3962
3963 * configure.host, configure.tgt: Support x86-64.
3964 * NEWS: Note new target x86-64.
3965
b7c4cbf8
AJ
3966 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
3967 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
3968 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
3969 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
3970 x86-64-linux-nat.o): Fix dependencies.
3971
82600034
AC
39722002-01-19 Andrew Cagney <ac131313@redhat.com>
3973
3974 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
3975 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
3976 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
3977 * config/sparc/xm-sun4os4.h: Delete file.
3978 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 3979
bbe5c628
AC
39802002-01-19 Andrew Cagney <ac131313@redhat.com>
3981
3982 * config/sparc/sparclynx.mh (XM_FILE): Delete.
3983 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
3984 * config/m68k/m68klynx.mh (XM_FILE): Delete.
3985 * config/i386/i386lynx.mh (XM_FILE): Delete.
3986 * config/rs6000/xm-rs6000ly.h: Delete file.
3987 * config/sparc/xm-sparclynx.h: Delete file.
3988 * config/m68k/xm-m68klynx.h: Delete file.
3989 * config/i386/xm-i386lynx.h: Delete file.
3990 * config/xm-lynx.h: Delete file.
3991 * config/djgpp/fnchange.lst: Update.
3992
f8453e34
JT
39932002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3994
3995 * alpha-tdep.c (alpha_register_byte): New function.
3996 (alpha_register_raw_size): Ditto.
3997 (alpha_register_virtual_size): Ditto.
3998 (alpha_skip_prologue_internal): Renamed from
3999 alpha_skip_prologue.
4000 (alpha_skip_prologue): New version that calls
4001 alpha_skip_prologue_internal.
4002 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
4003 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
4004 second argument from alpha_skip_prologue.
4005 (REGISTER_BYTE): Use alpha_register_byte.
4006 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
4007 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
4008 (FRAMELESS_FUNCTION_INVOCATION): Use
4009 generic_frameless_function_invocation_not.
4010 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
4011 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
4012
52d9e613
AC
40132002-01-19 Andrew Cagney <ac131313@redhat.com>
4014
4015 * config/mips/xm-news-mips.h: Delete file.
4016 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
4017
4018 * config/m88k/xm-m88k.h: Delete file.
4019 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
4020 * config/m88k/xm-delta88v4.h: Ditto.
4021 * config/m88k/xm-delta88.h: Ditto.
4022
4023 * config/alpha/xm-fbsd.h: Delete file.
4024 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
4025
4026 * config/sparc/xm-sparc.h: Delete file.
4027 * Makefile.in (xm-sun4os4.h): Delete dependency.
4028 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
4029 * config/sparc/xm-sun4os4.h: Ditto.
4030 * config/sparc/xm-linux.h: Ditto.
4031
4032 * config/i386/xm-windows.h: Delete file.
4033
2d1b2124
AC
40342002-01-19 Andrew Cagney <ac131313@redhat.com>
4035
4036 * utils.c: Include <sys/param.h> for MAXPATHLEN.
4037 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
4038
ee1f65f0
JT
40392002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
4040
4041 * alpha-tdep.c (alpha_call_dummy_words): New.
4042 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
4043 (CALL_DUMMY_P): Define.
4044 (CALL_DUMMY_WORDS): Define.
4045 (SIZEOF_CALL_DUMMY_WORDS): Define.
4046
98081e55
PB
40472002-01-19 Per Bothner <per@bothner.com>
4048
4049 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
4050 isn't NULL, which can happen with some gcj-3.x-produced code.
4051
0d056799
JT
40522002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
4053
4054 * alpha-tdep.c (alpha_register_virtual_type): New function.
4055 (alpha_init_frame_pc_first): Ditto.
4056 (alpha_fix_call_dummy): Ditto.
4057 (alpha_store_struct_return): Ditto.
4058 (alpha_extract_struct_value_address): Ditto.
4059 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
4060 alpha_register_virtual_type.
4061 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
4062 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
4063 alpha_extract_struct_value_address.
4064 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
4065 (INIT_FRAME_PC): Use init_frame_pc_noop.
4066 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
4067
4604bcad
MK
40682002-01-19 Mark Kettenis <kettenis@gnu.org>
4069
4070 * i386gnu-nat.c: Include "i386-tdep.h".
4071 (fetch_fpregs): Simplify code dealing with uninitialized floating
4072 point states such that it doesn't require FP7_REGNUM.
4073
140f9984
JT
40742002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4075
abf22e64
AJ
4076 * alpha-tdep.c (frame_extra_info): New.
4077 (alpha_find_saved_regs): Make static. Use
140f9984
JT
4078 frame->extra_info.
4079 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
4080 (alpha_frame_saved_pc): Use frame->extra_info.
4081 (temp_saved_regs): Don't declare as struct frame_saved_regs.
4082 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
4083 (init_extra_frame_info): Rename to...
4084 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 4085 (alpha_print_extra_frame_info): New function.
140f9984
JT
4086 (alpha_frame_locals_address): Ditto.
4087 (alpha_frame_args_address): Ditto.
abf22e64 4088 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
4089 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
4090 alpha_frame_args_address.
abf22e64 4091 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 4092 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
4093 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
4094 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
4095 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
4096 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
4097
d734c450
JT
40982002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4099
4100 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
4101 (alpha_cannot_fetch_register): Ditto.
4102 (alpha_cannot_store_register): Ditto.
4103 (alpha_register_convertible): Ditto.
4104 (alpha_use_struct_convention): Ditto.
4105 * config/alpha/tm-alpha.h: Update copyright years.
4106 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
4107 (INNER_THAN): Use core_addr_lessthan.
4108 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
4109 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
4110 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
4111 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
4112 (FRAME_CHAIN): Remove unnecessary cast.
4113
b4ceaee6
AC
41142002-01-18 Andrew Cagney <ac131313@redhat.com>
4115
4116 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
4117 obsolete.
4118
0a65a603
AC
41192002-01-18 Andrew Cagney <ac131313@redhat.com>
4120
4121 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
4122 * monitor.c, remote-array.c, remote-bug.c: Ditto.
4123 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
4124 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
4125 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
4126 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
4127 * x86-64-linux-nat.c: Ditto.
4128
636a6dfc
JT
41292002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4130
abf22e64 4131 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
4132 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
4133 (REGISTER_NAME): Define.
4134
acceddb6
JT
41352002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4136
4137 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
4138
ec32e4be
JT
41392002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4140
4141 * alpha-tdep.c: Update copyright years.
4142 (alpha_next_pc): New function.
4143 (alpha_software_single_step): Ditto.
4144 * config/alpha/tm-alpha.h: Add prototype for
4145 alpha_software_single_step.
4146
e771a871
JT
41472002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4148
4149 * alphabsd-nat.c: Update copyright years.
4150 (fill_gregset): Use regcache_collect.
4151 (fill_fpregset): Likewise.
4152 (fetch_inferior_registers): Only fetch integer registers
4153 if requested to do so.
4154 (store_inferior_registers): Only store integer registers
4155 if requested to do so.
4156
7708fa01
AC
41572002-01-17 Andrew Cagney <ac131313@redhat.com>
4158
4159 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
4160 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
4161 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
4162 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
4163 * config/alpha/fbsd.mh (XDEPFILES): Delete.
4164 * config/arm/linux.mh (XDEPFILES): Delete.
4165 * config/arm/nbsd.mh (XDEPFILES): Delete.
4166 * config/i386/i386dgux.mh (XDEPFILES): Delete.
4167 * config/i386/i386sol2.mh (XDEPFILES): Delete.
4168 * config/i386/i386m3.mh (XDEPFILES): Delete.
4169 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
4170 * config/i386/i386gnu.mh (XDEPFILES): Delete.
4171 * config/i386/fbsd.mh (XDEPFILES): Delete.
4172 * config/i386/i386bsd.mh (XDEPFILES): Delete.
4173 * config/i386/i386sco5.mh (XDEPFILES): Delete.
4174 * config/i386/i386v4.mh (XDEPFILES): Delete.
4175 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
4176 * config/i386/i386sco4.mh (XDEPFILES): Delete.
4177 * config/i386/i386aix.mh (XDEPFILES): Delete.
4178 * config/i386/go32.mh (XDEPFILES): Delete.
4179 * config/i386/cygwin.mh (XDEPFILES): Delete.
4180 * config/i386/i386lynx.mh (XDEPFILES): Delete.
4181 * config/i386/i386mach.mh (XDEPFILES): Delete.
4182 * config/i386/i386v32.mh (XDEPFILES): Delete.
4183 * config/i386/linux.mh (XDEPFILES): Delete.
4184 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
4185 * config/i386/ncr3000.mh (XDEPFILES): Delete.
4186 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
4187 * config/i386/i386sco.mh (XDEPFILES): Delete.
4188 * config/i386/i386v.mh (XDEPFILES): Delete.
4189 * config/i386/nbsd.mh (XDEPFILES): Delete.
4190 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
4191 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
4192 * config/i386/symmetry.mh (XDEPFILES): Delete.
4193 * config/i386/obsd.mh (XDEPFILES): Delete.
4194 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
4195 * config/ia64/linux.mh (XDEPFILES): Delete.
4196 * config/ia64/aix.mh (XDEPFILES): Delete.
4197 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
4198 * config/m68k/dpx2.mh (XDEPFILES): Delete.
4199 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
4200 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
4201 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
4202 * config/m68k/linux.mh (XDEPFILES): Delete.
4203 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
4204 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
4205 * config/m68k/nbsd.mh (XDEPFILES): Delete.
4206 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
4207 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
4208 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
4209 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
4210 * config/m88k/delta88.mh (XDEPFILES): Delete.
4211 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
4212 * config/m88k/m88k.mh (XDEPFILES): Delete.
4213 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
4214 * config/mips/linux.mh (XDEPFILES): Delete.
4215 * config/mips/irix6.mh (XDEPFILES): Delete.
4216 * config/mips/irix5.mh (XDEPFILES): Delete.
4217 * config/mips/irix4.mh (XDEPFILES): Delete.
4218 * config/mips/irix3.mh (XDEPFILES): Delete.
4219 * config/mips/decstation.mh (XDEPFILES): Delete.
4220 * config/mips/mipsm3.mh (XDEPFILES): Delete.
4221 (NATDEPFILES): Move core-aout.o to here.
4222 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
4223 * config/pa/hpux1020.mh (XDEPFILES): Delete.
4224 * config/pa/hppabsd.mh (XDEPFILES): Delete.
4225 * config/pa/hppahpux.mh (XDEPFILES): Delete.
4226 * config/pa/hpux11w.mh (XDEPFILES): Delete.
4227 * config/pa/hppaosf.mh (XDEPFILES): Delete.
4228 * config/pa/hpux11.mh (XDEPFILES): Delete.
4229 * config/powerpc/aix.mh (XDEPFILES): Delete.
4230 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
4231 * config/powerpc/linux.mh (XDEPFILES): Delete.
4232 * config/romp/rtbsd.mh: Rename XDEPFILES.
4233 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
4234 * config/rs6000/aix4.mh (XDEPFILES): Delete.
4235 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
4236 * config/s390/s390.mh (XDEPFILES): Delete.
4237 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
4238 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
4239 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
4240 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
4241 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
4242 * config/sparc/nbsd.mh (XDEPFILES): Delete.
4243 * config/sparc/linux.mh (XDEPFILES): Delete.
4244 * config/vax/vaxult.mh (XDEPFILES): Delete.
4245 * config/vax/vaxult2.mh (XDEPFILES): Delete.
4246 * Makefile.in (DEPFILES): Remove XDEPFILES.
4247
375fc983
AC
42482002-01-17 Andrew Cagney <ac131313@redhat.com>
4249
4250 * utils.c (internal_verror): Fix comments, default is yes not no.
4251 Update queries to match. Default to quit and dump core.
4252
8926118c
AC
42532002-01-17 Andrew Cagney <ac131313@redhat.com>
4254
4255 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
4256 copyright.
4257 * defs.h, event-top.c, gdbcmd.h: Ditto.
4258 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
4259 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
4260 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
4261 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
4262 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
4263 * mi/mi-main.c:Ditto.
4264
4265 * stack.c, symfile.c: Update copyright.
4266
45b7b345
DJ
42672002-01-17 Daniel Jacobowitz <drow@mvista.com>
4268
db728ff7
DJ
4269 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
4270 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
4271 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
4272 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 4273
db728ff7
DJ
42742002-01-17 Daniel Jacobowitz <drow@mvista.com>
4275
4276 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
4277 * gdbserver/low-lynx.c (myattach): Likewise.
4278 * gdbserver/low-nbsd.c (myattach): Likewise.
4279 * gdbserver/low-sim.c (myattach): Likewise.
4280 * gdbserver/low-sparc.c (myattach): Likewise.
4281 * gdbserver/low-sun3.c (myattach): Likewise.
4282
4283 * gdbserver/low-linux.c (myattach): New function.
45b7b345 4284
db728ff7 4285 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
4286 (main): Handle "--attach".
4287
8de3c354
AC
42882002-01-16 Andrew Cagney <ac131313@redhat.com>
4289
4290 * MAINTAINERS (language support): Daniel Jacobwitz is C++
4291 maintainer.
4292
b0129042
DJ
42932002-01-15 Daniel Jacobowitz <drow@mvista.com>
4294
4295 * c-typeprint.c (is_type_conversion_operator): Add additional
4296 check for non-conversion operators.
4297
ba8679fb 42982002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
4299
4300 * linux-proc.c: Add "info proc" command, a la procfs.c.
4301 (read_mapping): New function, abstract and re-use code.
4302 (linux_find_memory_regions): Use new func read_mapping.
4303 (linux_info_proc_cmd): New function, implement "info proc".
4304 (_initialize_linux_proc): Add new command "info proc".
4305
e4f9b4d5
MS
43062002-01-15 Michael Snyder <msnyder@redhat.com>
4307
4308 * symfile.c (generic_load): Use bfd_map_over_sections method
4309 instead of manipulating bfd structure members directly.
4310 (add_section_size_callback): New function, bfd sections callback
4311 used by generic_load.
4312 (load_sections_callback): New function, bfd sections callback
4313 used by generic_load.
4314
08cf96df
EZ
43152002-01-15 Elena Zannoni <ezannoni@redhat.com>
4316
abf22e64 4317 [Based on work by Jim Blandy]
08cf96df
EZ
4318 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
4319 (builtin_type_vec128): Export.
4320 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
4321 types.
4322 (builtin_type_vec128): New builtin type for 128 bit vector
4323 registers.
4324 (build_gdbtypes): Initialize builtin_type_v16qi and
4325 builtin_type_v8hi. Create the vec128 register builtin type
4326 structure.
4327 (build_builtin_type_vec128): New function.
abf22e64 4328 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
4329 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
4330 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
4331 AltiVec register to new builtin type.
4332
d7242108
DJ
43332001-01-15 Daniel Jacobowitz <drow@mvista.com>
4334
4335 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
4336 to make_cv_type.
4337
4ee3352d
AC
43382002-01-14 Andrew Cagney <ac131313@redhat.com>
4339
4340 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
4341 CLEAN_UP_REGISTER_VALUE.
4342 * regcache.c (supply_register): Update only call.
4343
f015b2e7
AC
43442002-01-14 Andrew Cagney <ac131313@redhat.com>
4345
4346 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4347 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4348 a29k-*-vxworks* targets as obsolete.
4349
356ae49d
MS
43502002-01-14 Michael Snyder <msnyder@redhat.com>
4351
4352 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
4353 until we can resolve portability issues.
4354 * gregset.h: Remove references to fpxregs.
4355 * gcore.c (gcore_command): Initialize note_sec to NULL.
4356
ade8f45e
AC
43572002-01-13 Andrew Cagney <ac131313@redhat.com>
4358
4359 * signals.c (target_signal_to_name): Rewrite. Only use
4360 signals[].name when in bounds and non-NULL.
abf22e64 4361
89c49e7a
AC
43622002-01-13 Andrew Cagney <ac131313@redhat.com>
4363
4364 From Petr Ledvina <ledvinap@kae.zcu.cz>:
4365 * signals.c (target_signal_to_name): Verify that SIG is within the
4366 bounds of the signals array.
4367
4daa9f9f
AC
43682002-01-13 Andrew Cagney <ac131313@redhat.com>
4369
4370 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
4371
ba4bbdcb
KS
43722002-01-13 Keith Seitz <keiths@redhat.com>
4373
4374 * stack.c (print_frame_info_base): Print the frame's pc
4375 only if when print_frame_info_listing_hook is not defined.
4376
575bbeb6
KS
43772002-01-13 Keith Seitz <keiths@redhat.com>
4378
4379 * varobj.c (varobj_set_value): Make sure that there were no
4380 errors evaluating the object before attempting to set its
4381 value.
4382 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
4383 so this offset adjustment is no longer necessary.
4384 (create_child): Don't set the error flag if the child is
4385 a CPLUS_FAKE_CHILD.
4386 (value_of_child): If value_fetch_lazy fails, return NULL
4387 so that callers will be notified that an error occurred.
4388 (c_value_of_variable): Delay check of variable's validity
4389 until later. We actually want all structs and unions to have
4390 the value "{...}".
4391 Do not return "???" for variables which could not be evaluated.
4392 This error condition must be returned to the caller so that it
4393 can get the error condition from gdb.
4394 (cplus_name_of_child): Adjust index for vptr before figuring
4395 out the name of the child.
4396 (cplus_value_of_child): If a child's (real) parent is not valid,
4397 don't even bother trying to give a value for it. Just return
4398 an error. Change all instances in this function.
4399 (cplus_type_of_child): If our parent is one of the "fake"
4400 parents, we need to get at the type of the real parent, and
4401 derive the child's true type using this information.
4402
b76898ab
AC
44032002-01-13 Andrew Cagney <ac131313@redhat.com>
4404
4405 From 2002-01-09 John Marshall <johnm@falch.net>:
4406 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
4407 sources.redhat.com, and tweak some related URLs which had
4408 suffered from linkrot.
4409
b6649e88
AC
44102002-01-13 Andrew Cagney <ac131313@redhat.com>
4411
4412 From Jeff law:
4413 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
4414 structures passed in registers.
4415
82cc5033
EZ
44162002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
4417
4418 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
4419 white space which prevented compilation. Reported by DSK
4420 <dsk@student.unsw.edu.au>.
4421
ba5f2f8a
MS
44222002-01-11 Michael Snyder <msnyder@redhat.com>
4423
fbd35540
MS
4424 * symfile.c (build_section_addr_info_from_section_tab):
4425 Use bfd access method instead of manipulating bfd directly.
4426 (syms_from_objfile): Ditto.
4427 (simple_overlay_update_1): Ditto.
4428 (simple_overlay_update): Ditto.
4429 (generic_load): Ditto.
4430 (overlay_unmapped_address): FIXME comment, bfd access methods.
4431 (sections_overlap): FIXME comment, bfd access methods.
4432 (pc_in_mapped_range): FIXME comment, bfd access methods.
4433 (pc_in_unmapped_range): FIXME comment, bfd access methods.
4434 (section_is_mapped): FIXME comment, bfd access methods.
4435 (section_is_overlay): FIXME comment, bfd access methods.
4436
ba5f2f8a
MS
4437 * symfile.c (generic_load): Whitespace and long line cleanups.
4438 Remove duplicate variable, change several local variables to
4439 more appropriate data types.
4440 (print_transfer_performance): Use %lu instead of %ld for ulongs.
4441
17df2af6
AC
44422002-01-12 Andrew Cagney <ac131313@redhat.com>
4443
4444 From Peter Schauer:
4445 * language.c (longest_local_hex_string_custom): Use phex_nz to
4446 convert NUM to a hex string.
4447
ec920329
EZ
44482002-01-12 Elena Zannoni <ezannoni@redhat.com>
4449
4450 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
4451 the function.
538a76d6 4452 Update Copyright year.
ec920329 4453
3abd2e01
AC
44542002-01-12 Andrew Cagney <ac131313@redhat.com>
4455
4456 * language.c (longest_raw_hex_string): Delete unused function.
4457
b21b22e0
PS
44582002-01-11 Petr Sorfa <petrs@caldera.com>
4459
4460 * MAINTAINERS (write-after-approval): Add myself.
4461 * dwarf2read.c (read_tag_string_type): Handling of
4462 DW_AT_byte_size.
4463 (read_tag_string_type): FORTRAN fix to prevent propagation of
4464 first string size.
4465 (set_cu_language): Handling of DW_LANG_Fortran95
4466
747fe712
RE
44672002-01-11 Richard Earnshaw <rearnsha@arm.com>
4468
4469 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
4470 GETPID(inferior_ptid).
4471 (store_inferior_registers): Likewise.
4472
f1bea926
JM
44732002-01-10 Jason Merrill <jason@redhat.com>
4474
4475 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
4476 Fix DW_OP_minus.
4477
ae940673
AC
44782002-01-10 Andrew Cagney <ac131313@redhat.com>
4479
4480 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
4481 and bfd/elf32-sh-nbsd.c.
4482
00546b04
MS
44832002-01-10 Michael Snyder <msnyder@redhat.com>
4484
352ed7b4
MS
4485 * NEWS: Mention --pid and corefile/proc-id behavior change.
4486
c18be923
MS
4487 * Makefile.in: Add rules for gcore.o and linux-proc.o.
4488 * gcore.c: Include cli/cli-decode.h instead of command.h.
4489
00546b04
MS
4490 * main.c (captured_main): Add new command line option "--pid".
4491 If the second command line argument (following the symbol-file)
4492 begins with a digit, try to attach to it before trying to open
4493 it as a corefile.
4494 (print_gdb_help): Document the "--pid" argument.
4495
db60ec62
EZ
44962002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
4497
4498 * completer.c (command_completer): New function.
4499
4500 * completer.h <command_completer>: Add prototype.
4501
4502 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
4503 completer for the "help" command.
4504
39c22d1a
JM
45052002-01-09 Jason Merrill <jason@redhat.com>
4506
4507 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
4508
c564377f
MS
45092002-01-09 Michael Snyder <msnyder@redhat.com>
4510
975aec09
MS
4511 * i386-linux-nat.c (fill_fpxregset): Make global.
4512 (store_fpxregset): Ditto.
4513
db4a10fa
MS
4514 * gregset.h (gdb_fpxregset_t): Define.
4515 (supply_fpxregset): Prototype.
4516 (fill_fpxregset): Prototype.
4517
c564377f
MS
4518 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
4519
c3d45d70
RE
45202002-01-09 Richard Earnshaw <rearnsha@arm.com>
4521
4522 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
4523 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
4524 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
4525
fcc87af1
AC
45262002-01-09 Andrew Cagney <ac131313@redhat.com>
4527
4528 * MAINTAINERS: Update target maintainer rules so that any
4529 Maintainer can approve a tested patch for a maintenance-only
4530 target.
4531
dd96c05b
RE
45322002-01-09 Richard Earnshaw <rearnsha@arm.com>
4533
d4297db9 4534 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 4535
d4297db9 4536 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
4537 IN_SIGTRAMP.
4538
145fdc6e
MS
45392002-01-08 Michael Snyder <msnyder@redhat.com>
4540
4541 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
4542 real name of the executable, rather than the /proc name.
4543
be4d1333
MS
45442002-01-03 Michael Snyder <msnyder@redhat.com>
4545
4546 Implement a "generate-core-file" command in gdb, save target state.
4547 * gcore.c: New file. Implement new command 'generate-core-file'.
4548 Save a corefile image of the current state of the inferior.
4549 * linux-proc.c: Add linux-specific code for saving corefiles.
4550 * target.h (struct target_ops): Add new target vectors for saving
4551 corefiles; to_find_memory_regions and to_make_corefile_notes.
4552 (target_find_memory_regions): New macro.
4553 (target_make_corefile_notes): New macro.
4554 * target.c (update_current_target): Inherit new target methods.
4555 (dummy_find_memory_regions): New place-holder method.
4556 (dummy_make_corefile_notes): New place-holder method.
4557 (init_dummy_target): Initialize new dummy target vectors.
4558 * exec.c (exec_set_find_memory_regions): New function.
4559 Allow the exec_ops vector for memory regions to be taken over.
4560 (exec_make_note_section): New function, target vector method.
4561 * defs.h (exec_set_find_memory_regions): Export prototype.
4562 * procfs.c (proc_find_memory_regions): New function, corefile method.
4563 (procfs_make_note_section): New function, corefile method.
4564 (init_procfs_ops): Set new target vector pointers.
4565 (find_memory_regions_callback): New function.
4566 (procfs_do_thread_registers): New function.
4567 (procfs_corefile_thread_callback): New function.
4568 * sol-thread.c (sol_find_memory_regions): New function.
4569 (sol_make_note_section): New function.
4570 (init_sol_thread_ops): Initialize new target vectors.
4571 * inftarg.c (inftarg_set_find_memory_regions): New function.
4572 Allow to_find_memory_regions vector to be taken over.
4573 (inftarg_set_make_corefile_notes): New function.
4574 Allow to_make_corefile_notes vector to be taken over.
4575 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
4576 interface layer if not target_has_execution (may be a corefile).
4577 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
4578 * config/sparc/sun4sol2.mh: Ditto.
4579 * config/alpha/alpha-linux.mh: Ditto.
4580 * config/arm/linux.mh: Ditto.
4581 * config/i386/x86-64linux.mh: Ditto.
4582 * config/ia64/linux.mh: Ditto.
4583 * config/m68k/linux.mh: Ditto.
4584 * config/mips/linux.mh: Ditto.
4585 * config/powerpc/linux.mh: Ditto.
4586 * config/sparc/linux.mh: Ditto.
4587
c6b92abd
MS
45882002-01-07 Michael Snyder <msnyder@redhat.com>
4589
4590 * arm-linux-nat.c: Remove references to regcache.c internal data
4591 (registers[] and register_valid[]).
4592
4b09dc8c
MS
45932002-01-07 Michael Snyder <msnyder@redhat.com>
4594
abf22e64
AJ
4595 * linux-proc.c: New file. Implement child_pid_to_exec_file,
4596 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
4597 symbol file and shlibs.
4598 * Makefile.in: Add rule for linux-proc.o.
4599 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
4600 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
4601 * config/arm/linux.mh: Ditto.
4602 * config/i386/linux.mh: Ditto.
4603 * config/i386/x86-64linux.mh: Ditto.
4604 * config/ia64/linux.mh: Ditto.
4605 * config/m68k/linux.mh: Ditto.
4606 * config/mips/linux.mh: Ditto.
4607 * config/powerpc/linux.mh: Ditto.
4608 * config/sparc/linux.mh: Ditto.
4609
c25b74ac
PM
46102002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
4611
4612 * win32-nat.c: Add i386-tdep.h dependency.
4613
94cd915f
MS
46142002-01-07 Michael Snyder <msnyder@redhat.com>
4615
c7cccb76
MS
4616 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
4617 instead of bfd_get_arch_size. Don't bail out just because
4618 there's no exec_bfd.
abf22e64 4619
34c0bd93
MS
4620 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
4621 * p-valprint.c (pascal_object_print_value): Ditto.
4622 * somread.c (som_symtab_read): Ditto.
4623 * symfile.c (simple_free_overlay_region_table): Ditto.
4624 * valops.c (value_assign): Ditto.
4625
21c1c920
MS
4626 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
4627 use tilde_expand and strerror for opening save-tracepoints file.
4628
5bbd998e
MS
4629 * thread-db.c (thread_db_new_objfile): Indendation fix.
4630
94cd915f
MS
4631 * infptrace.c (GDB_MAX_ALLOCA): New define.
4632 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 4633 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
4634 can be overridden with whatever value is appropriate to the host).
4635 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
4636 alloca to allocate potentially large buffer.
4637 * rs6000-nat.c (child_xfer_memory): Ditto.
4638 * symm-nat.c (child_xfer_memory): Ditto.
4639 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
4640
494e8a93
JSC
46412002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
4642
4643 From Nick Clifton <nickc@redhat.com>
4644 * d10v-tdep.c: Set STACK_START to 0x200bffe.
4645
d0e1d48e
MS
46462002-01-07 Michael Snyder <msnyder@redhat.com>
4647
abf22e64 4648 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
4649 Don't use exec_bfd if it's NULL.
4650
290b2c7a
MK
46512002-01-06 Mark Kettenis <kettenis@gnu.org>
4652
abf22e64 4653 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 4654
aef21287
AC
46552002-01-06 Andrew Cagney <ac131313@redhat.com>
4656
4657 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
4658 * gnu-nat.c: Ditto.
4659
30efa627
AC
46602002-01-06 Andrew Cagney <ac131313@redhat.com>
4661
4662 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
4663 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
4664 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
4665 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
4666 z8k-coff have not been multi-arched. Update z8k-coff build
4667 status.
4668
9b4ff276
AC
46692002-01-06 Andrew Cagney <ac131313@redhat.com>
4670
4671 * MAINTAINERS: Mark a29k target as obsolete.
4672 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
4673 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
4674 comments.
4675 * NEWS: Note that a29k targets are obsolete.
4676 * a29k-tdep.c: Mark as obsolete.
4677 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4678 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4679 a29k-*-vxworks* targets as obsolete.
4680 * remote-adapt.c: Obsolete.
4681 * remote-eb.c: Obsolete.
4682 * remote-mm.c: Obsolete.
4683 * remote-udi.c: Obsolete.
4684 * config/a29k/a29k-udi.mt: Obsolete.
4685 * config/a29k/a29k.mt: Obsolete.
4686 * config/a29k/tm-a29k.h: Obsolete.
4687 * config/a29k/tm-vx29k.h: Obsolete.
4688 * config/a29k/vx29k.mt: Obsolete.
4689
a9011d31
AC
46902002-01-05 Andrew Cagney <ac131313@redhat.com>
4691
4692 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
4693 with BFD_ENDIAN_BIG.
4694
9299404e
AC
46952002-01-05 Andrew Cagney <ac131313@redhat.com>
4696
4697 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
4698 * configure, config.in: Re-generate.
4699 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
4700 * defs.h: Do not include <endian.h>.
4701
7e89e357
JT
47022002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
4703
4704 * acconfig.h (HAVE_PT_GETXMMREGS): New.
4705 * config.in: Regenerate.
4706 * configure.in: Update copyright years.
4707 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
4708 * configure: Regenerate.
4709 * i386bsd-nat.c: Update copyright years.
4710 (fill_gregset): Use regcache_collect.
4711 (fetch_inferior_registers): Only fetch integer registers
4712 if requested to do so. Add support for XMM registers
4713 using PT_GETXMMREGS.
4714 (store_inferior_registers): Only store integer registers
4715 if requested to do so. Add support for XMM registers
4716 using PT_SETXMMREGS.
4717 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
4718 (store_inferior_registers): Remove.
4719 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
4720 (fetch_elfcore_registers): New function.
4721 (i386nbsd_elfcore_fns): New.
4722 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
4723 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
4724 i386bsd-nat.o.
4725 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4726 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
4727 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
4728 * config/i386/tm-nbsd.h: Update copyright years.
4729 (HAVE_SSE_REGS): Define.
4730 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
4731 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
4732 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
4733 (SIGCONTEXT_PC_OFFSET): Remove.
4734 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
4735
a752853e
AC
47362002-01-05 Andrew Cagney <ac131313@redhat.com>
4737
4738 * configure.tgt: Remove powerpc-*-macos* target.
4739 * config/m68k/xm-mpw.h: Delete file.
4740 * config/xm-mpw.h: Delete file.
4741 * ser-mac.c: Delete file.
4742 * mpw-make.sed: Delete file.
4743 * mpw-config.in: Delete file.
4744 * mac-xdep.c: Delete file.
4745 * mac-gdb.r: Delete file.
4746 * mac-defs.h: Delete file.
4747 * mac-nat.c: Delete file.
4748 * config/powerpc/macos.mh: Delete file.
4749 * config/powerpc/macos.mt: Delete file.
4750 * config/powerpc/nm-macos.h: Delete file.
4751 * config/powerpc/tm-macos.h: Delete file.
4752 * source.c (openp, open_source_file): Remove obsolete code.
4753 * top.c (gdb_readline): Ditto.
4754 * utils.c (query): Ditto.
4755 * event-top.c (display_gdb_prompt): Ditto.
4756 * Makefile.in (ser-mac.o): Delete obsolete target.
4757 * NEWS: Update.
4758
d7449b42
AC
47592002-01-04 Andrew Cagney <ac131313@redhat.com>
4760
4761 * defs.h (BIG_ENDIAN): Delete macro definition.
4762 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
4763 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
4764 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
4765 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
4766 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
4767 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
4768 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
4769 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
4770 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
4771 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
4772 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
4773 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
4774 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4775 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4776 * gdbarch.c: Re-generate.
4777
356374e8
DJ
47782002-01-04 Daniel Jacobowitz <drow@mvista.com>
4779
4780 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
4781 for core files.
4782
a2b8f8f8
JT
47832002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4784
4785 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
4786
12466af9
AC
47872002-01-04 Andrew Cagney <ac131313@redhat.com>
4788
4789 * value.h (value_ptr): Delete typedef.
4790
3549ab40
JT
47912002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4792
4793 * i386nbsd-nat.c: Update copyright years.
4794 Include i386-tdep.h.
4795
fedbd091
EZ
47962002-01-04 Elena Zannoni <ezannoni@redhat.com>
4797
4798 * stabsread.c: Update copyright years.
4799
4800 From Debashis Mahata <debashis.mahata@wipro.com>:
4801 (read_struct_fields): Deal with Sun C compiler erroneous stab
4802 output for structs and unions.
fec8b34f 4803 Fix PR gdb/269.
fedbd091 4804
eb43544b
DJ
48052002-01-04 Daniel Jacobowitz <drow@mvista.com>
4806
4807 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
4808 prototype.
4809
1514d34e
DJ
48102002-01-04 Daniel Jacobowitz <drow@mvista.com>
4811
4812 * cp-abi.c: Fix whitespace.
4813 (baseclass_offset): New wrapper function.
4814 * cp-abi.h (baseclass_offset): Add prototype.
4815 (struct cp_abi_ops): Add baseclass_offset pointer.
4816
4817 * valops.c (vb_match): Move to...
4818 * gnu-v2-abi.c (vb_match): here.
4819 * valops.c (baseclass_offset): Move to...
4820 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
4821
4822 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
4823
4824 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
4825 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
4826 * hpacc-abi.c (init_hpacc_ops): Likewise.
4827
7f8c9282
DJ
48282002-01-04 Daniel Jacobowitz <drow@mvista.com>
4829
4830 * valops.c (find_overload_match): Accept obj as a
4831 reference parameter. Update it before returning.
4832 * value.h (find_overload_match): Update prototype.
4833 * eval.c (evaluate_subexp_standard): Pass object to
4834 find_overload_match by reference.
4835
f23631e4
AC
48362002-01-03 Andrew Cagney <ac131313@redhat.com>
4837
4838 * valarith.c: Replace value_ptr with struct value pointer. Remove
4839 register attribute from value declarations.
4840 * valops.c: Ditto.
4841 * value.h: Ditto.
4842 * scm-lang.c (scm_lookup_name): Ditto.
4843
79e10fab 48442002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 4845
79e10fab
AC
4846 Abstract the functionality of iterating over mapped memory
4847 regions into a general purpose iterator function.
abf22e64 4848 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
4849 iterator for memory sections.
4850 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
4851 (solib_mappings_callback): New function, callback for above.
4852 (info_proc_mappings): Reimpliment using iterate_over_mappings.
4853 (info_mappings_callback): New function, callback for above.
4854
4855 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
4856
c5ad026a
MK
48572002-01-01 Mark Kettenis <kettenis@gnu.org>
4858
d2a7c97a
MK
4859 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
4860 * i386-tdep.c: Include "elf-bfd.h".
4861 (process_note_abi_tag_sections): New function.
4862 (i386_gdbarch_init): Add code to recognize various OS/ABI
4863 combinations.
4864
c5ad026a
MK
4865 * maint.c (_initialize_maint_cmds): Add missing \ in
4866 string-literal.
4867
a1a5b71e 4868For older changes see ChangeLog-2001
c906108c
SS
4869\f
4870Local Variables:
4871mode: change-log
4872left-margin: 8
4873fill-column: 74
4874version-control: never
4875End:
This page took 0.59712 seconds and 4 git commands to generate.