]> Git Repo - binutils.git/blame_incremental - gdb/ChangeLog
* i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
[binutils.git] / gdb / ChangeLog
... / ...
CommitLineData
12002-07-04 Mark Kettenis <[email protected]>
2
3 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4
5 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
6 New variables.
7 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
8 and tdep->sigtramp_end.
9 * i386obsd-nat.c: New file.
10 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
11
12 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
13 Don't call get_current_frame().
14
152002-07-04 Pierre Muller <[email protected]>
16
17 * i386-nat.c (child_post_startup_inferior): New function
18 calling i386_cleanup_dregs if
19 I386_USE_GENERIC_WATCHPOINTS is defined.
20 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
21 conditional to acknowledge that i386-nat.c has its
22 own child_post_startup_inferior function.
23
242002-07-04 Mark Kettenis <[email protected]>
25
26 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
27 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
28 instead of MAX_REGISTER_RAW_SIZE.
29 (i386_extract_return_value, i386_extract_struct_value_address):
30 Convert to use regcache.
31 (i386_gdbarch_init): Set max_register_raw_size and
32 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
33 Set extract_return_value and extract_struct_value_address instead
34 of their deprecated variants.
35
36 Convert i386 target to generic dummy frames.
37 * i386-tdep.c: Include "symfile.h".
38 (i386_frameless_signal_p): Consider a function to be frameless if
39 the pc points at the first instruction of the function.
40 (i386_frame_chain): Handle (generic) call dummies.
41 (i386_frame_saved_pc): Likewise.
42 (i386_frame_init_saved_regs): Remove code dealing with call
43 dummies on the stack.
44 (i386_push_dummy_frame): Removed.
45 (i386_call_dummy_words): Removed.
46 (i386_fix_call_dummy): Removed.
47 (i386_push_return_address): New function.
48 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
49 parameter, and don't call get_current_frame.
50 (i386_pop_frame): New function.
51 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
52 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
53 entry_point_address, set call_dummy_breakpoint_offset to 0, set
54 call_dummy_length to 0, set call_dummy_words to NULL, set
55 sizeof_call_dummy_words to 0, set fix_call_dummy to
56 generic_fix_call_dummy, set pc_in_call_dummy to
57 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
58 generic_push_dummy_frame, set push_return_address to
59 i386_push_return_address and set frame_chain_valid to
60 generic_file_frame_chain_valid.
61
622002-07-04 Michal Ludvig <[email protected]>
63
64 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
65 byte offsets instead of an array of indexes.
66 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
67
682002-07-03 Andrew Cagney <[email protected]>
69
70 * gdbarch.sh (struct regcache): Add opaque declaration.
71 (EXTRACT_RETURN_VALUE): New architecture method.
72 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
73 * gdbarch.h, gdbarch.c: Regenerate.
74 * arch-utils.c (legacy_extract_return_value): New function.
75 * arch-utils.h (legacy_extract_return_value): Declare.
76 * values.c (value_being_returned): Re-enable code handling
77 EXTRACT_STRUCT_VALUE_ADDRESS. Move
78 deprecated_grub_regcache_for_registers call to block handling
79 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
80 (EXTRACT_RETURN_VALUE): Do not define.
81
822002-07-03 Grace Sainsbury <[email protected]>
83
84 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
85 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
86 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
87 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
88 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
89 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
90 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
91 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
92 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
93 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
94 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
95 argument so the function fits the prototype in the architecture
96 vector.
97 (mcore_pop_frame): Remove argument so the function fits the
98 prototype. Use get_current_frame instead of the argument.
99 (mcore_push_arguments): Change type of struct_return so the
100 function can be used in the architecture vector.
101 (mcore_store_struct_return): Add.
102 (mcore_frame_init_saved_regs): Add.
103 (mcore_gdbarch_init): Add function calls to replace the macros
104 removed from tm-mcore.h
105
1062002-07-03 Andrew Cagney <[email protected]>
107
108 * infcmd.c (print_return_value): Remove compatibility code calling
109 deprecated_grub_regcache_for_registers.
110
111 * values.c: Include "regcache.h".
112 (value_being_returned): Update. Use
113 deprecated_grub_regcache_for_registers to extract the register
114 buffer address.
115 * value.h (value_being_returned): Change ``retbuf'' parameter to a
116 ``struct regcache''.
117 * Makefile.in (values.o): Add dependency on $(regcache_h).
118
119 * inferior.h (run_stack_dummy): Change type of second parameter to
120 a ``struct regcache''.
121 * valops.c (hand_function_call): Change type of retbuf to ``struct
122 regcache''. Allocate using regcache_xmalloc, clean using
123 make_cleanup_regcache_xfree.
124 * infcmd.c (run_stack_dummy): Update. Use
125 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
126
127 * regcache.c (do_regcache_xfree): New function.
128 (make_cleanup_regcache_xfree): New function.
129 * regcache.h (make_cleanup_regcache_xfree): Declare.
130
1312002-07-03 Martin M. Hunt <[email protected]>
132
133 * event-top.c (command_line_handler): Don't read past
134 beginning of buffer.
135
1362002-07-03 Martin M. Hunt <[email protected]>
137
138 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
139 struct frame_id.
140 (varobj_create): Store frame_id for root.
141 (varobj_gen_name): Use xasprintf.
142 (varobj_update): Save and restore frame using get_frame_id() and
143 frame_find_by_id().
144 (create_child): Use xasprintf.
145 (new_root_variable): Initialize frame_id.
146 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
147 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
148 to prevent memory leak.
149
1502002-07-03 Andrew Cagney <[email protected]>
151
152 * valops.c (hand_function_call): Move declaration of retbuf to
153 start of function, allocate using malloc, add a cleanup but before
154 the inf_status cleanup, cleanup the buffer. Rename local variable
155 old_chain to inf_status_cleanup.
156
1572002-07-03 Martin M. Hunt <[email protected]>
158
159 * top.c (execute_command): Use cmd_func() and cmd_func_p().
160
161 * cli/cli-decode.c (cmd_func_p): New function.
162 (cmd_func): New function.
163
164 * command.h: Add cmd_func() and cmd_func_p().
165
1662002-07-03 Grace Sainsbury <[email protected]>
167
168 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
169 (REGISTER_SIZE): Remove.
170 (MAX_REGISTER_RAW_SIZE): Remove.
171 (REGISTER_VIRTUAL_TYPE): Remove.
172 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
173 (REGISTER_NAME): Remove.
174 (USE_GENERIC_DUMMY_FRAMES): Remove.
175 (CALL_DUMMY): Remove.
176 (CALL_DUMMY_START_OFFSET): Remove.
177 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
178 (CALL_DUMMY_LOCATION): Remove.
179 (FIX_CALL_DUMMY): Remove.
180 (CALL_DUMMY_ADDRESS): Remove.
181 (SIZEOF_CALL_DUMMY_WORDS): Remove.
182 (SAVE_DUMMY_FRAME_TOS): Remove.
183 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
184 (mcore_register_virtual_type): New function.
185 (mcore_register_byte): New function.
186 (mcore_register_size): New function.
187 (mcore_register_name): New function.
188 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
189 macros removed from tm-mcore.h.
190 (mcore_dump_tdep): Add.
191 (_initialize_mcore_tdep): Add gdbarch_register call.
192
1932002-07-03 Mark Kettenis <[email protected]>
194
195 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
196 frameless_look_for_prologue, such that we actually call this
197 function.
198
1992002-07-02 Joel Brobecker <[email protected]>
200
201 * frame.h (frame_address_in_block): New function.
202
203 * blockframe.c (frame_address_in_block): New function extracted
204 from get_frame_block().
205 (get_frame_block): Use frame_address_in_block().
206 (block_innermost_frame): Use frame_address_in_block() to match
207 the frame pc address against the block boundaries rather than
208 the frame pc directly. This prevents a failure when a frame pc
209 is actually a return-address pointing immediately after the end
210 of the given block.
211
2122002-07-02 Grace Sainsbury <[email protected]>
213
214 * MAINTAINERS: Add self under write after approval.
215
2162002-07-02 Grace Sainsbury <[email protected]>
217
218 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
219 used in architecture vector. The default is
220 m68k_local_breakpoint_from_pc.
221 (m68k_local_breakpoint_from_pc): Add.
222 (enum): Add register numbers from tm-m68k.h.
223 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
224 vector.
225 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
226 GDB_MULTI_ARCH_PARTIAL.
227 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
228 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
229 m68k-tdep.c.
230 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
231 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
232 to enum in m68k-tdep.c
233
2342002-07-02 Joel Brobecker <[email protected]>
235
236 * solib-osf.c (open_map): Compute the list of shared libraries
237 loaded by the inferior, rather than the list of libraries loaded
238 by GDB itself. Otherwise, GDB ends up reading the symbols from
239 the wrong shared libraries...
240
2412002-07-02 Mark Kettenis <[email protected]>
242
243 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
244 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
245 macros.
246 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
247 Remove functions.
248 (FRAMELESS_SIGNAL): Remove function.
249 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
250 i386_linux_saved_pc_after_call): Removed.
251 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
252 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
253 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
254
255 * i386-tdep.c (i386_frameless_signal_p): New function.
256 (i386_frame_chain): Deal with frameless signals.
257 (i386_sigtramp_saved_sp): New function.
258 (i386_frame_saved_pc): Deal with frameless signals.
259 (i386_saved_pc_after_call): Make sure the correct value is
260 returned just after entry into a sigtramp.
261 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
262 i386fbsd4_sc_sp_offset): New variables.
263 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
264 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
265 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
266 similiar to what we already did for sc_pc_offset.
267 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
268 tdep->sc_sp_offset.
269
270 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
271
2722002-07-02 Michal Ludvig <[email protected]>
273
274 * config/i386/tm-x86-64linux.h: New.
275 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
276 definitions.
277 * config/i386/nm-x86-64.h: Rename to ...
278 * config/i386/nm-x86-64linux.h: ... this one.
279 * config/i386/x86-64linux.mh: Reflect the above change.
280
2812002-07-01 Mark Kettenis <[email protected]>
282
283 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
284 with sigcontext_addr. Add sc_sp_offset.
285 (i386bsd_sigtramp_saved_pc): Remove prototype.
286 (i386bsd_sicontext_addr): Add prototype.
287 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
288 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
289 (i386_svr4_sigtramp_saved_pc): Removed.
290 (i386_svr4_sigcontext_addr): New function.
291 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
292 Initialize tdep->sigcontext_addr instead. Initialize
293 tdep->sc_pc_offset and tdep->sc_sp_offset.
294 (i386_gdbarch_init): Likewise.
295 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
296 any more.
297 (i386bsd_sigtramp_saved_pc): Remove function.
298 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
299 Initialize tdep->sigcontext_addr instead. Initialize
300 tdep->sc_pc_offset.
301 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
302 of tdep->sigtramp_saved_pc.
303 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
304 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
305 instead.
306
307 * i386-tdep.c (i386_frameless_function_invocation,
308 i386_frame_num_args, i386_frame_init_saved_regs,
309 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
310 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
311 i386_extract_return_value, i386_store_return_value,
312 i386_extract_struct_value_address, i386_register_virtual_type,
313 i386_register_convertible, i386_register_convert_to_virtual,
314 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
315 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
316 static.
317
3182002-07-01 Mark Kettenis <[email protected]>
319
320 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
321
322 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
323 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
324 this macro. Include "value.h".
325
3262002-06-30 Aidan Skinner <[email protected]>
327
328 * ada-exp.tab.c: remove as it's a generated file
329 * ada-lex.c: remove as it's a generated file
330
3312002-06-30 Mark Kettenis <[email protected]>
332
333 * config/i386/tm-i386.h (struct frame_info, struct
334 frame_saved_regs, struct value, struct type): Remove forward
335 declarations.
336
337 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
338 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
339 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
340 (FILL_FPXREGSET): Define.
341
342 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
343
344 * configure.tgt (i[3456]86-*-openbsd*): Fold into
345 i[3456]86-*-netbsd* case.
346 * config/i386/tm-obsd.h: Removed.
347 * config/i386/obsd.mt: Removed.
348 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
349 core-aout.o.
350 (MH_CFLAGS): Add -DYYDEBUG=0.
351
352 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
353 i386nbsd_sc_pc_offset on OpenBSD too.
354
355 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
356 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
357 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
358 define.
359 * i386bsd-tdep.c: Include "arch-utils.h".
360 (i386bsd_aout_in_solib_call_trampoline): New function.
361 (i386bsd_init_abi): Set in_solib_call_trampoline to
362 i386bsd_aout_in_solib_call_trampoline.
363 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
364 in_solib_call_trampoline to generic_in_solib_call_trampoline.
365
3662002-06-28 Andrew Cagney <[email protected]>
367
368 * macrotab.h: Do not include "obstack.h" or "bcache.h".
369 (struct obstack, struct bcache): Add opaque declarations.
370 * Makefile.in (macrotab_h): Update
371
3722002-06-28 Andrew Cagney <[email protected]>
373
374 * blockframe.c (generic_find_dummy_frame): Change return type to
375 ``struct regcache''.
376 (struct dummy_frame): Replace field ``registers'' with regcache, a
377 struct regcache object.
378 (generic_find_dummy_frame): Update.
379 (generic_push_dummy_frame): Update. Use regcache_xfree,
380 regcache_xmalloc and regcache_cpy.
381 (generic_pop_dummy_frame): Update. Use regcache_cpy and
382 regcache_xfree.
383 (deprecated_generic_find_dummy_frame): Update.
384 (generic_read_register_dummy): Update. Use
385 regcache_read_as_address.
386 (generic_call_dummy_register_unwind): Update. Use regcache_read.
387 (generic_get_saved_register): Update. Use regcache_read.
388
3892002-06-28 Andrew Cagney <[email protected]>
390
391 * Makefile.in (objfiles_h): Add $(bcache_h).
392 * objfiles.h: Include "bcache.h".
393
394 * Makefile.in (symtab_h): Remove $(bcache_h).
395 * symtab.h: Do not include "bcache.h".
396
3972002-06-28 Andrew Cagney <[email protected]>
398
399 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
400 generic_func_frame_chain_valid.
401
4022002-06-28 David O'Brien <[email protected]>
403
404 * config/i386/nm-fbsd.h: Include <sys/param.h>.
405 * config/i386/tm-fbsd.h: Likewise.
406
4072002-06-28 Andrew Cagney <[email protected]>
408
409 * rs6000-tdep.c (rs6000_gdbarch_init): Use
410 generic_unwind_get_saved_register.
411
4122002-06-27 Andrew Cagney <[email protected]>
413
414 From 2002-06-27 John David Anglin <[email protected]>:
415 * regcache.c (supply_register): Add missing argument to
416 register_buffer call.
417
4182002-06-27 Andrew Cagney <[email protected]>
419
420 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
421 Solaris /bin/grep does not not like it. From Peter Schauer.
422
4232002-06-26 Tom Tromey <[email protected]>
424
425 * command.h (add_setshow_cmd): Declare.
426 (add_setshow_cmd_full): Declare.
427 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
428 returns void. Use add_setshow_cmd_full.
429 (add_setshow_cmd_full): New function.
430 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
431 (add_setshow_boolean_cmd): Likewise.
432
4332002-06-26 Jason Thorpe <[email protected]>
434
435 * config/vax/tm-vax.h: Protect from multiple inclusion.
436 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
437 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
438 * config/vax/tm-vaxbsd.h: ...here. New file.
439 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
440
4412002-06-26 Jason Thorpe <[email protected]>
442
443 * config/vax/tm-vax.h (BREAKPOINT): Remove.
444 (BELIEVE_PCC_PROMOTION): Remove.
445 (AP_REGNUM): Move to...
446 * config/vax/nm-vax.h: ...here.
447 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
448 (vax_breakpoint_from_pc): New function.
449 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
450 and gdbarch_believe_pcc_promotion.
451
4522002-06-26 Jason Thorpe <[email protected]>
453
454 * Makefile.in (vax_tdep_h): Define.
455 (vax-tdep.o): Use $(vax_tdep_h).
456 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
457 (vax_dump_tdep): New function.
458 (_initialize_vax_tdep): Register vax_dump_tdep.
459 * vax-tdep.h: Include osabi.h.
460 (struct gdbarch_tdep): New.
461
4622002-06-26 Andrew Cagney <[email protected]>
463
464 * frame.h (deprecated_generic_find_dummy_frame): Rename
465 generic_find_dummy_frame.
466 * blockframe.c (generic_find_dummy_frame): Make static.
467 (deprecated_generic_find_dummy_frame): New function.
468 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
469 generic_find_dummy_frame with deprecated_find_dummy_frame.
470 (sh64_nofp_frame_init_saved_regs): Ditto.
471 (sh_fp_frame_init_saved_regs): Ditto.
472 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
473 (s390_frame_chain): Ditto.
474 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
475
4762002-06-26 Grace Sainsbury <[email protected]>
477
478 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
479 gdbarch vector are at the top.
480 (NUM_REGS): Remove.
481 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
482 (FRAME_ARGS_ADDRESS): Remove.
483 (FRAME_LOCALS_ADDRESS): Remove.
484 (FRAME_NUM_ARGS): Remove.
485 (FRAME_ARGS_SKIP): Remove.
486 * m68k-tdep.c (enum): Add eumeration of special register numbers.
487 (m68k_gdbarch_init): Add gdbarch initializations for macros
488 undefined in tm-m68k.h
489
4902002-06-26 Grace Sainsbury <[email protected]>
491
492 * monitor.h: Add the function regname to monitor_ops
493 structure. This way NUM_REGS does not have to be a constant.
494 * monitor.c (monitor_fetch_register): Added support for regname
495 function. The function is called if the array regnames is NULL.
496 (monitor_store_register): Same.
497 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
498 regnames array.
499 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
500 cpu32bug_cmds.regname to point to new function.
501 * abug-rom.c (abug_regname): Same as above.
502 (init_abug_cmds): Same.
503 * dbug-rom.c (dbug_regname): Same as above.
504 (init_dbug_cmds): Same.
505 * remote-est.c (est_regname): Same.
506 (init_est_cmds): Same.
507 * rom68k-rom.c (rom68k_regname): Same.
508 (init_rom68k_cmds): Same.
509
5102002-06-25 Tom Tromey <[email protected]>
511
512 * breakpoint.c (delete_command): Don't repeat `delete' commands.
513
5142002-06-25 Andrew Cagney <[email protected]>
515
516 * infrun.c (stop_registers): Change variable's type to ``struct
517 regcache'''.
518 (xmalloc_inferior_status): Delete function.
519 (free_inferior_status): Delete function.
520 (normal_stop): Use regcache_cpy.
521 (struct inferior_status): Change type of fields ``stop_registers''
522 and ``registers'' to ``struct regcache''.
523 (write_inferior_status_register): Use regcache_write.
524 (save_inferior_status): Instead of calling
525 xmalloc_inferior_status, allocate the inf_status buffer directly.
526 Use regcache_dup_no_passthrough and regcache_dup to save the
527 buffers.
528 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
529 Replace the stop_registers regcache instead of overriding it. Use
530 regcache_xfree. Instead of calling free_inferior_status, xfree
531 the buffer directly.
532 (discard_inferior_status): Use regcache_xfree. Instead of calling
533 free_inferior_status, xfree the buffer directly.
534 (build_infrun): Use regcache_xmalloc.
535 (_initialize_infrun): Delete redundant call to build_infrun.
536
537 * Makefile.in (infcmd.o): Add $(regcache_h).
538
539 * infcmd.c: Include "regcache.h".
540 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
541 obtain the address of `stop_registers' register buffer.
542 (print_return_value): Ditto.
543
544 * inferior.h (struct regcache): Add opaque declaration.
545 (stop_registers): Change variable's declared type to ``struct
546 regcache''.
547
5482002-06-24 Tom Tromey <[email protected]>
549
550 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
551 * target.c (initialize_targets): Fixed typo in
552 trust-readonly-sections `show' documentation.
553
554 * main.c: Marked all strings with _().
555
5562002-06-24 Don Howard <[email protected]>
557
558 * memattr.c (create_mem_region): Treat hi == 0 as a special case
559 that means max CORE_ADDR+1.
560 (lookup_mem_region): Ditto.
561 (mem_info_command): Ditto.
562
5632002-06-24 Grace Sainsbury <[email protected]>
564
565 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
566 (REGISTER_BYTES_OK): Remove.
567 (REGISTER_BYTES): Remove.
568 (STORE_STRUCT_RETURN): Remove.
569 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
570 (STORE_RETURN_VALUE): Remove.
571 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
572 (FRAME_CHAIN): Remove.
573 (FRAMELESS_FUNCTION_INVOCATION): Remove.
574 (FRAME_SAVED_PC): Remove.
575 * m68k-tdep.c (m68k_register_bytes_ok):Add.
576 (m68k_store_struct_return): Add.
577 (m68k_deprecated_extract_return_value): Add.
578 (m68k_deprecated_extract_struct_value_address): Add.
579 (m68k_store_return_value): Add.
580 (m68k_frame_chain): Add.
581 (m68k_frameless_function_invocation): Add.
582 (m68k_frame_saved_pc): Add.
583 (m68k_gdbarch_init): added set_gdbarch calls for new
584 functions and deleted macros.
585
5862002-06-23 Tom Tromey <[email protected]>
587
588 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
589 (ALLDEPFILES): Likewise.
590 (udiheaders): Removed.
591 (udip2soc.o): Likewise.
592 (udi2go32.o): Likewise.
593 (udr.o): Likewise.
594 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
595
5962002-06-22 Andrew Cagney <[email protected]>
597
598 * infrun.c (_initialize_infrun): Delete unnecessary call to
599 build_infrun.
600
601 * regcache.h: Update comments describing the regcache_cpy family
602 of functions.
603 (regcache_save, regcache_restore): Delete declaration.
604 (regcache_save_no_passthrough): Delete declaration.
605 (regcache_restore_no_passthrough): Delete declaration.
606 * regcache.c (regcache_save): Delete function.
607 (regcache_save_no_passthrough): Delete function.
608 (regcache_restore): Delete function.
609 (regcache_restore_no_passthrough): Delete function.
610
6112002-06-21 Andrew Cagney <[email protected]>
612
613 * config/m68k/tm-m68k.h: Fix typo.
614 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
615 (m68k_frame_init_saved_regs): Declare.
616
6172002-06-21 Jim Blandy <[email protected]>
618
619 Remove some vestiges of Harris 88k support.
620 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
621 register numbering quirk.
622 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
623 odd symbols occurring in Harris 88k ELF targets.
624
6252002-06-21 Tom Tromey <[email protected]>
626
627 * gdb_locale.h: New file.
628 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
629 (defs_h): Added gdb_locale.h.
630 * configure, config.in: Rebuilt.
631 * configure.in (PACKAGE): Define.
632 * defs.h: Include gdb_locale.h.
633 * main.c (captured_main): Call setlocale, bindtextdomain,
634 textdomain.
635
6362002-06-21 Dave Brolley <[email protected]>
637
638 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
639 * config/frv/frv.mt: New file.
640 * config/frv/tm-frv.h: New file.
641 * configure.tgt: Support frv-*-*.
642 * Makefile.in (frv-tdep.o): New target.
643 * frv-tdep.c: New file.
644 * NEWS: Mention frv.
645
6462002-06-21 Dave Brolley <[email protected]>
647
648 * MAINTAINERS: Add self to "Write After Approval" list.
649
6502002-06-21 Grace Sainsbury <[email protected]>
651
652 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
653 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
654 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
655 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
656 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
657
658 * m68k-tdep.c: Include arch-utils.h
659 (m68k_register_raw_size): Add.
660 (m68k_register_virtual_size): Add.
661 (m68k_register_virtual_type): Add.
662 (m68k_register_name): Add.
663 (m68k_stack_align): Add.
664 (m68k_register_byte): Add.
665 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
666 tm-m68k.h.
667
6682002-06-21 Grace Sainsbury <[email protected]>
669
670 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
671 m68k_find_saved_regs.
672 (m68k_pop_frame): Removed saved_regs structure, and replaced
673 references to it with frame->saved_regs.
674 (m68k_gdbarch_init): Added function calls to initialize the
675 gdbarch structure.
676 (m68k_fix_call_dummy): Add.
677 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
678 (CALL_DUMMY): Remove.
679 (CALL_DUMMY_LENGTH): Remove.
680 (CALL_DUMMY_START_OFFSET): Remove.
681 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
682 (FIX_CALL_DUMMY): Remove.
683 (PUSH_DUMMY_FRAME): Remove.
684 (POP_FRAME): Remove.
685
6862002-06-19 Pierre Muller <[email protected]>
687
688 * parse.c (parse_fprintf): New function used to avoid calls to
689 fprintf in bison parser generated debug code.
690 * parser-defs.h: Declaration of new parse_fprintf function.
691 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
692 Set YYDEBUG to 1 by default.
693 Set YYFPRINTF as parse_fprintf.
694
6952002-06-21 Michal Ludvig <[email protected]>
696
697 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
698 encoding anymore.
699 (pointer_encoding, enum ptr_encoding): New.
700 (execute_cfa_program): Take care about pointer encoding.
701 (dwarf2_build_frame_info): Only call parse_frame_info for
702 .debug_frame and .eh_frame.
703 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
704 fixed augmentation handling, added relative addressing,
705 ignore duplicate FDEs. Added comments.
706 * dwarf2cfi.c: Reindented.
707
7082002-06-20 Elena Zannoni <[email protected]>
709
710 * event-top.c (command_handler): Don't use space_at_cmd_start
711 unless there is sbrk() on the host. Assign time and space data
712 to union fields of the appropriate length.
713
7142002-06-20 Michal Ludvig <[email protected]>
715
716 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
717 x86_64_register_name. Return type changed to 'const char *'.
718 (x86_64_register_name2nr): Rename to x86_64_register_number.
719 (x86_64_gdbarch_init): Update to reflect the change.
720 * x86-64-tdep.h: Ditto.
721 * x86-64-linux-nat.c (x86_64_fxsave_offset)
722 (supply_fpregset): Ditto.
723
7242002-06-19 Andrew Cagney <[email protected]>
725
726 * regcache.h: Update copyright.
727 (struct regcache, struct gdbarch): Add opaque declarations.
728 (current_regcache): Declare global variable.
729 (regcache_read, regcache_write): Add gdbarch parameter.
730 (regcache_save, regcache_save_no_passthrough)
731 (regcache_restore, regcache_restore_no_passthrough)
732 (regcache_dup, regcache_dup_no_passthrough)
733 (regcache_cpy, regcache_cpy_no_passthrough)
734 (deprecated_grub_regcache_for_registers)
735 (deprecated_grub_regcache_for_register_valid)
736 (regcache_valid_p): Add function declarations.
737
738 * regcache.c: Update copyright.
739 (regcache_descr_handle): New global variable.
740 (struct regcache_descr): Define.
741 (init_legacy_regcache_descr, init_regcache_descr): New functions.
742 (regcache_descr, xfree_regcache_descr): New functions.
743 (struct regcache): Define.
744 (regcache_xmalloc, regcache_xfree): New functions.
745 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
746 (regcache_dup, regcache_dup_no_passthrough): New functions.
747 (regcache_valid_p, regcache_read_as_address): New functions.
748 (deprecated_grub_regcache_for_registers): New function.
749 (deprecated_grub_regcache_for_register_valid): New function.
750 (current_regcache): New global variable.
751 (register_buffer): Add regcache parameter. Update calls.
752 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
753 (read_register_gen, write_register_gen): Update register_buffer
754 call. Test for legacy_p instead of gdbarch_register_read_p or
755 gdbarch_register_write_p.
756 (regcache_collect): Update register_buffer call.
757 (build_regcache): Rewrite. Use deprecated grub functions.
758 (regcache_save, regcache_save_no_passthrough): New functions.
759 (regcache_restore, regcache_restore_no_passthrough): New
760 functions.
761 (_initialize_regcache): Create the regcache_data_handle. Swap
762 current_regcache global variable.
763
764 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
765 parameter to regcache_read and regcache_write calls.
766 (sh4_register_read): Ditto.
767 (sh64_pseudo_register_read): Ditto.
768 (sh64_register_read): Ditto.
769 (sh_pseudo_register_write): Ditto.
770 (sh4_register_write): Ditto.
771 (sh64_pseudo_register_write): Ditto.
772 (sh64_register_write): Ditto.
773
774 * defs.h (XCALLOC): Define.
775
7762002-06-19 Grace Sainsbury <[email protected]>
777
778 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
779 * m68k-tdep.c (m68k_gdbarch_init): Added.
780 (m68k_dump_tdep): Added.
781
7822002-06-19 Daniel Jacobowitz <[email protected]>
783
784 * ada-lang.c (fill_in_ada_prototype): Update comment.
785
7862002-06-19 Daniel Jacobowitz <[email protected]>
787
788 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
789 MIPS_ABI_LAST.
790 (mips_abi_string, mips_abi_strings): New.
791 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
792 (mips_gdbarch_init): Set tdep->found_abi. Don't set
793 tdep->mips_abi_string. Honor mips_abi_string. Default to
794 O32 if no ABI is found.
795 (mips_dump_tdep): Use mips_abi_strings.
796 (mips_abi_update): New function.
797 (_initialize_mips_tdep): Initialize mips_abi_string. Add
798 ``set mips abi'' and ``show mips abi''. Check the size of
799 mips_abi_strings.
800
8012002-06-19 Andrew Cagney <[email protected]>
802
803 * i386-linux-tdep.c (i386_linux_register_name): Make return type
804 constant.
805
8062002-06-18 Joel Brobecker <[email protected]>
807
808 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
809 current frame using only the first stack size adjustment. All
810 subsequent size adjustments are not considered to be part of
811 the "static" part of the current frame.
812 Compute the address of the saved registers relative to the
813 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
814 in use in this frame.
815
8162002-06-18 Don Howard <[email protected]>
817
818 * valops.c (value_ind): Use value_at_lazy() when dereferencing
819 type int expressions. Thanks to Jim Blandy <[email protected]> for
820 suggesting this solution.
821
8222002-06-18 Andrew Cagney <[email protected]>
823
824 * config/romp/xm-rtbsd.h: Delete file.
825 * config/romp/rtbsd.mh: Delete file.
826
8272002-06-18 Keith Seitz <[email protected]>
828
829 * breakpoint.c (condition_command): Post breakpoint_modify
830 when a condition is added to an existing breakpoint.
831 (commands_command): Likewise for commands.
832 (set_ignore_count): Likewise for ignore counts.
833 If no tty, do not simply return, still need to send event
834 notification.
835 (ignore_command): Only print a newline if the command came
836 from a tty.
837 Don't call breakpoints_changed, since this is now properly
838 handled by set_ignore_count.
839
8402002-06-18 Andrew Cagney <[email protected]>
841
842 * MAINTAINERS: Note that cris-elf target can be compiled with
843 -Werror.
844 * cris-tdep.c (cris_register_name): Make return type constant.
845 (cris_breakpoint_from_pc): Ditto.
846
8472002-06-18 Michal Ludvig <[email protected]>
848
849 * frame.h (struct frame_info): Change type of context to
850 'struct context'.
851
8522002-06-17 Andrew Cagney <[email protected]>
853
854 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
855 pointer.
856 * gdbarch.h, gdbarch.c: Regenerate.
857 * config/mips/tm-mips.h (mips_register_name): Update.
858 * i386-tdep.h (i386_register_name): Update.
859 * mips-tdep.c (mips_register_name): Update
860 * alpha-tdep.c (alpha_register_name): Update.
861 * arch-utils.c (legacy_register_name): Update.
862 * arch-utils.h (legacy_register_name): Update.
863 * avr-tdep.c (avr_register_name): Update.
864 * ia64-tdep.c (ia64_register_name): Update.
865 * i386-tdep.c (i386_register_name): Update.
866 * sparc-tdep.c (sparc32_register_name): Update.
867 (sparc64_register_name): Update.
868 (sparclite_register_name): Update.
869 (sparclet_register_name): Update.
870 * sh-tdep.c (sh_generic_register_name): Update.
871 (sh_sh_register_name): Update.
872 (sh_sh3_register_name): Update.
873 (sh_sh3e_register_name): Update.
874 (sh_sh_dsp_register_name): Update.
875 (sh_sh3_dsp_register_name): Update.
876 (sh_sh4_register_name): Update.
877 (sh_sh64_register_name): Update.
878 * s390-tdep.c (s390_register_name): Update.
879 * rs6000-tdep.c (rs6000_register_name): Update.
880 * ns32k-tdep.c (ns32k_register_name_32082): Update.
881 (ns32k_register_name_32382): Update.
882 * d10v-tdep.c (d10v_ts2_register_name): Update.
883 (d10v_ts3_register_name): Update.
884 * xstormy16-tdep.c (xstormy16_register_name): Update.
885 * vax-tdep.c (vax_register_name): Update.
886 * v850-tdep.c (v850_register_name): Update.
887 * m68hc11-tdep.c (m68hc11_register_name): Update.
888 * mn10300-tdep.c (mn10300_generic_register_name): Update.
889 (am33_register_name): Update.
890
8912002-06-17 Grace Sainsbury <[email protected]>
892
893 * m68k-tdep.c: Reindented.
894
8952002-06-17 Andrew Cagney <[email protected]>
896
897 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
898 list of predefined types.
899
9002002-06-16 Mark Kettenis <[email protected]>
901
902 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
903 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
904 REGISTER_CONVERT_TO_RAW): Remove defines.
905 (i386_register_virtual_type, i386_register_convertible,
906 i386_register_convert_to_virtual, i386_register_convert_to_raw):
907 Remove prototypes.
908 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
909 macros mentioned above.
910
911 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
912 (i386lynx_saved_pc_after_call): Remove prototype.
913 * i386ly-tdep.c: Include "i386-tdep.h".
914 (i386lynx_saved_pc_after_call): Make static. Use
915 read_memory_nobpt instead of read_memory. Use
916 read_memory_unsigned_integer instead of read_memory_integer.
917 (i386lynx_init_abi): New function.
918 (i386lynx_coff_osabi_sniffer): New function.
919 (_initialize_i386bsd_tdep): New function.
920
921 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
922 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
923 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
924 (i386_fix_call_dummy): Remove prototype.
925 * i386-tdep.c (i386_call_dummy_words): New variable.
926 (i386_gdbarch_init): Adjust for removal of the
927 macros mentioned above.
928
9292002-06-15 Andrew Cagney <[email protected]>
930
931 * command.h (add_setshow_auto_boolean_cmd): Replace
932 add_set_auto_boolean_cmd.
933 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
934 add_set_auto_boolean_cmd.
935 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
936 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
937 mask-address'' command.
938 (show_mask_address): Add cmd parameter.
939 * remote.c (add_packet_config_cmd): Update. Change type of
940 set_func and show_func to cmd_sfunc_ftype.
941 (_initialize_remote): Update `set remote Z-packet'
942 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
943 (show_remote_protocol_e_packet_cmd): Ditto.
944 (show_remote_protocol_E_packet_cmd): Ditto.
945 (show_remote_protocol_P_packet_cmd): Ditto.
946 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
947 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
948 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
949 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
950 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
951 (show_remote_protocol_Z_packet_cmd): Ditto.
952 (show_remote_protocol_binary_download_cmd): Ditto.
953 (show_remote_cmd): Pass NULL to all of above.
954
9552002-06-15 Mark Kettenis <[email protected]>
956
957 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
958 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
959 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
960 POP_FRAME): Remove defines.
961 (i386_push_arguments, i386_store_struct_return,
962 i386_extract_return_value, i386_store_return_value,
963 i386_extract_struct_value_address, i386_push_dummy_frame,
964 i386_pop_frame): Renove prototypes.
965 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
966 macros mentioned above.
967
9682002-06-15 Andrew Cagney <[email protected]>
969
970 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
971 add_set_boolean_cmd.
972 (add_setshow_cmd): New function.
973 * command.h (add_setshow_boolean_cmd): Replace
974 add_set_boolean_cmd.
975 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
976 and ``set rdiromatzero''.
977 * maint.c (_initialize_maint_cmds): Update commented out code.
978 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
979 * target.c (initialize_targets): Update `set
980 trust-readonly-sections'.
981 * remote.c (_initialize_remote): Update `set remotebreak'.
982
9832002-06-15 Mark Kettenis <[email protected]>
984
985 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
986 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
987 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
988 fit into multi-arch framework.
989 (i386_breakpoint_from_pc): New function.
990 (i386_gdbarch_init): Adjust for removal of the macros mentioned
991 above.
992
993 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
994 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
995 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
996 (i386_frameless_function_invocation, i386_frame_num_args,
997 i386_frame_init_saved_regs): Remove prototypes.
998 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
999 macros mentioned above.
1000
10012002-06-15 Andrew Cagney <[email protected]>
1002
1003 * cli/cli-decode.c (set_cmd_cfunc): Update.
1004 (set_cmd_sfunc): Update.
1005 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
1006 (set_cmd_sfunc, set_cmd_cfunc): Update.
1007 * cli/cli-decode.h: Update.
1008
10092002-06-15 Mark Kettenis <[email protected]>
1010
1011 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
1012 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
1013
10142002-06-15 Andrew Cagney <[email protected]>
1015
1016 * defs.h (auto_boolean): Declare enum.
1017 * command.h (cmd_auto_boolean): Delete enum.
1018 * mips-tdep.c (mask_address_var): Update.
1019 (mips_mask_address_p): Update.
1020 (show_mask_address): Update.
1021 * remote.c (struct packet_config): Update.
1022 (update_packet_config): Update.
1023 (show_packet_config_cmd): Update.
1024 (packet_ok): Update.
1025 (add_packet_config_cmd): Update.
1026 (_initialize_remote):
1027 * command.h: Update.
1028 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
1029 (do_setshow_command): Update.
1030 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
1031 * cli/cli-decode.h: Update.
1032
10332002-06-15 Mark Kettenis <[email protected]>
1034
1035 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
1036 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
1037 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
1038 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
1039 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
1040 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
1041
1042 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
1043 list of DJGPP COFF targets.
1044
1045 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
1046 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
1047 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
1048 (FP0_REGNUM): Remove define.
1049 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
1050 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
1051 (i386_register_virtual_size): Remove protoype.
1052 * i386-tdep.c (i386_register_virtual_size): Removed.
1053 (i386_extract_return_value, i386_store_return_value): Use
1054 FP0_REGNUM instead of NUM_FREGS to determine whether the
1055 floating-point registers are available.
1056 (i386_gdbarch_init): Tweak FIXME about FPU registers.
1057 Adjust for removal of macros mentioned above.
1058
10592002-06-15 Mark Kettenis <[email protected]>
1060
1061 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
1062 comments.
1063 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
1064 Remove prototypes.
1065 (supply_gregset, fill_gregset): Remove use of register keyword and
1066 remove declaration for regmap. Use I386_NUM_GREGS instead of
1067 NUM_REGS and NUM_FREGS.
1068 (FPREGSET_FSAVE_OFFSET): Remove.
1069 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
1070 NUM_FREGS to determine whether the floating-point registers are
1071 available.
1072
1073 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
1074 gnu_store_registers): Replace usage of NUM_GREGS with
1075 I386_NUM_GREGS.
1076
1077 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
1078 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
1079 usage of NUM_GREGS with I386_NUM_GREGS.
1080
1081 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
1082
1083 * i386bsd-nat.c: Include "i386-tdep.h".
1084 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
1085 I386_NUM_GREGS.
1086
1087 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
1088 and associated comment. They no longer make any sense, since we
1089 don't use this file anymore on Linux.
1090
1091 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
1092 * i386-tdep.c (i386_register_offset, i386_register_size): Use
1093 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
1094 elements in these arrays.
1095 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
1096 MAX_NUM_REGS.
1097
10982002-06-15 Mark Kettenis <[email protected]>
1099
1100 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
1101 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
1102
11032002-06-14 Andrew Cagney <[email protected]>
1104
1105 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
1106 EXTRACT_RETURN_VALUE.
1107 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
1108 EXTRACT_STRUCT_VALUE_ADDRESS.
1109 * gdbarch.h, gdbarch.c: Regenerate.
1110
1111 * values.c (value_being_returned): Handle
1112 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
1113 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
1114
1115 * arm-linux-tdep.c (arm_linux_init_abi): Update.
1116 * arm-tdep.c (arm_gdbarch_init): Update.
1117 * avr-tdep.c (avr_gdbarch_init): Update.
1118 * cris-tdep.c (cris_gdbarch_init): Update.
1119 * d10v-tdep.c (d10v_gdbarch_init): Update.
1120 * ia64-tdep.c (ia64_gdbarch_init): Update.
1121 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1122 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1123 * s390-tdep.c (s390_gdbarch_init): Update.
1124 * sh-tdep.c (sh_gdbarch_init): Update.
1125 * s390-tdep.c (s390_gdbarch_init): Update.
1126 * sparc-tdep.c (sparc_gdbarch_init): Update.
1127 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1128 * v850-tdep.c (v850_gdbarch_init): Update.
1129 * vax-tdep.c (vax_gdbarch_init): Update.
1130 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1131 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1132
1133 * config/arc/tm-arc.h: Update.
1134 * config/d30v/tm-d30v.h: Update.
1135 * config/fr30/tm-fr30.h: Update.
1136 * config/h8300/tm-h8300.h: Update.
1137 * config/h8500/tm-h8500.h: Update.
1138 * config/i386/tm-i386.h: Update.
1139 * config/i386/tm-ptx.h: Update.
1140 * config/i386/tm-symmetry.h: Update.
1141 * config/i960/tm-i960.h: Update.
1142 * config/m32r/tm-m32r.h: Update.
1143 * config/m68k/tm-delta68.h: Update.
1144 * config/m68k/tm-linux.h: Update.
1145 * config/m68k/tm-m68k.h: Update.
1146 * config/m88k/tm-m88k.h: Update.
1147 * config/mcore/tm-mcore.h: Update.
1148 * config/mips/tm-mips.h: Update.
1149 * config/mn10200/tm-mn10200.h: Update.
1150 * config/pa/tm-hppa.h: Update.
1151 * config/pa/tm-hppa64.h: Update.
1152 * config/sparc/tm-sp64.h: Update.
1153 * config/sparc/tm-sparc.h: Update.
1154 * config/sparc/tm-sparclet.h: Update.
1155 * config/z8k/tm-z8k.h: Update.
1156
11572002-06-14 Andrew Cagney <[email protected]>
1158
1159 * Makefile.in (i386_linux_tdep_h): Define.
1160 (i386_tdep_h, i387_tdep_h): Define.
1161 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
1162 $(i386_tdep_h) and $(i387_tdep_h).
1163 * i386-linux-nat.c: Include "i386-linux-tdep.h".
1164
11652002-06-14 Mark Kettenis <[email protected]>
1166
1167 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
1168 Already covered by the default.
1169
1170 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
1171 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
1172 (i386_gdbarch_init): Initialize long_double_format and long_double
1173 bit.
1174
1175 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
1176 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
1177 Move these to ...
1178 * config/i386/i386sol2.mh: ... here.
1179 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
1180 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
1181 (SIGCONTEXT_PC_OFFSET): Remove define.
1182 (IN_SIGTRAMP): Remove define.
1183 * i386-sol2-tdep.c: New file.
1184
1185 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
1186 * config/i386/tm-i386nw.h: Removed.
1187
1188 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
1189 USE_STRUCT_CONVENTION): Remove defines.
1190 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
1191 (get_longjmp_target): Remove prototype.
1192 (IN_SIGTRAMP): Remove define.
1193 (i386bsd_in_sigtramp): Remove prototype.
1194 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
1195 function. Update comment accordingly
1196 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
1197 (FRAME_SAVED_PC): Remove define.
1198 (i386bsd_frame_saved_pc): Remove prototype.
1199 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
1200 GET_LONGJMP_TARGET): Remove defines.
1201 (get_longjmp_target): Remove prototype.
1202 (IN_SIGTRAMP): Remove define.
1203 (i386bsd_in_sigtramp): Remove prototype.
1204 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
1205 function. Update comment accordingly
1206 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
1207 (FRAME_SAVED_PC): Remove define.
1208 (i386bsd_frame_saved_pc): Remove prototype.
1209 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
1210 Remove prototype.
1211 (USE_STRUCT_CONVENTION): Remove prototype.
1212 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
1213 declaration.
1214 (_initialize_i386bsd_nat): Revise logic to determine some
1215 constants at compile time when compiling a native GDB. Warn if
1216 things don't match up with what we expect.
1217 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
1218 Remove variables.
1219 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
1220 to use date stored in `struct gdbarch_tdep'.
1221 (i386bsd_sigcontext_offset): Remove varaible.
1222 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
1223 stored in `struct gdbarch_tdep'.
1224 (i386bsd_frame_saved_pc): Make static.
1225 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
1226 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
1227 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1228 i386fbsd4_sc_pc_offset): New variables.
1229 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
1230 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
1231 functions.
1232 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
1233 functions.
1234 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
1235 Modify the value of i386fbsd_sigtramp_start and
1236 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
1237 i386fbsd_sigtramp_end.
1238 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
1239 function.
1240
1241 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
1242 define to i386-linux-tdep.h.
1243 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
1244 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
1245 defines.
1246 (i386_linux_register_name, i386_linux_register_byte,
1247 i386_linux_register_raw_size): Remove prototypes.
1248 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
1249 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
1250 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
1251 TARGET_WRITE_PC): Remove defines.
1252 (i386_linux_in_sigtramp, i386_linux_frame_chain,
1253 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
1254 i386_linux_write_pc): Remove prototypes.
1255 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
1256 (get_longjmp_target): Remove prototype.
1257 * i386-linux-tdep.h: New file.
1258 * i386-linux-nat.c: Include "i386-linux-tdep.h".
1259 * i386-linux-tdep.c: Include "i386-tdep.h" and
1260 "i386-linux-tdep.h".
1261 (i386_linux_register_name, i386_linux_register_byte,
1262 i386_linux_register_raw_size, i386_linux_in_sigtramp,
1263 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
1264 Make static.
1265 (i386_linux_init_abi): New function.
1266 (_initialize_i386_linux_tdep): New function.
1267
1268 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
1269 (i386_saved_pc_after_call): Remove prototype.
1270 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
1271 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
1272 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
1273 (i386_register_name, i386_stab_reg_to_regnum,
1274 i386_dwarf_reg_to_regnum): Remove prototypes.
1275 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
1276 SIZEOF_SSE_REGS): Remove defines.
1277 (REGISTER_BYTES): Remove define.
1278 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
1279 (i386_register_byte, i386_register_raw_size): Remove prototypes.
1280 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
1281 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
1282 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
1283 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
1284 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
1285 (get_longjmp_target): Remove prototype.
1286 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
1287 (sigtramp_saved_pc): Remove define.
1288 (i386v4_sigtramp_saved_pc): Remove prototype.
1289 * config/i386/tm-go32.h (FRAME_CHAIN,
1290 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
1291 (i386go32_frame_saved_pc): Remove prototype.
1292 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
1293 (get_longjmp_target): Remove prototype.
1294 * i386-tdep.h: Include "osabi.h".
1295 (enum i386_abi): Removed.
1296 (enum struct_return): New enum.
1297 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
1298 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
1299 sc_pc_offset members.
1300 (i386_gdbarch_register_os_abi): Remove prototype.
1301 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
1302 I386_SSE_NUM_REGS): New defines.
1303 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
1304 I386_SSE_SIZEOF_REGS): New defines.
1305 (i386_register_name, i386_register_byte, i386_register_raw_size):
1306 New prototypes.
1307 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
1308 (i386bsd_sigtramp_saved_pc): New prototype.
1309 * i386-tdep.c: Don't include "elf-bfd.h".
1310 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
1311 i386_frame_chain, i386_saved_pc_after_call): Make static.
1312 (i386_frame_saved_pc): Rewrite to call architecture dependent
1313 function to deal with signal handlers. Make static.
1314 (i386go32_frame_saved_pc): Removed.
1315 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
1316 Removed.
1317 (i386_get_longjmp_target): New function.
1318 (default_struct_convention, pcc_struct_convention,
1319 reg_struct_convention, valid_conventions, struct_convention): New
1320 variables.
1321 (i386_use_struct_convention): New function.
1322 (i386v4_sigtramp_saved_pc): Renamed to
1323 i386_svr4_sigtramp_saved_pc. Made static. Moved.
1324 (i386_pc_in_sigtramp): New function.
1325 (i386_abi_names): Removed.
1326 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
1327 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
1328 Removed.
1329 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
1330 i386_gdbarch_register_os_abi): Removed.
1331 (struct i386_abi_handler): Removed.
1332 (i386_abi_handler_list): Removed.
1333 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
1334 functions.
1335 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
1336 i386_nw_init_abi): New functions.
1337 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
1338 Use set_gdbarch_xxx() calls instead of relying on macros for a
1339 number of calls.
1340 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
1341 (_initialize_i386_tdep): Add new 'struct-convcention' command.
1342 Register the various architecture variants defined in this file.
1343
13442002-06-14 Daniel Jacobowitz <[email protected]>
1345
1346 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
1347 (struct main_type): Remove arg_types member. Update comments for
1348 struct field.
1349 (TYPE_ARG_TYPES): Remove.
1350 (TYPE_FN_FIELD_ARGS): Update.
1351 (smash_to_method_type): Update prototype.
1352
1353 * c-typeprint.c (cp_type_print_method_args): Take method type
1354 instead of argument list. Use new argument layout. Simplify.
1355 (c_type_print_args): Use new argument layout. Simplify.
1356 (c_type_print_base): Update call to cp_type_print_method_args.
1357 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
1358 argument; use die->type instead. Update call to
1359 smash_to_method_type.
1360 (read_structure_scope): Update call to dwarf2_add_member_fn.
1361 * gdbtypes.c (allocate_stub_method): Update comment.
1362 (smash_to_method_type): Take new NARGS and VARARGS arguments.
1363 Use new argument layout.
1364 (check_stub_method): Use new argument layout. Don't count
1365 void as an argument.
1366 (print_arg_types): Update comments. Use new argument layout.
1367 (recursive_dump_type): Don't print arg_types member.
1368 * hpread.c (hpread_read_struct_type): Use new argument layout.
1369 (fixup_class_method_type): Likewise.
1370 (hpread_type_lookup): Likewise.
1371 * stabsread.c (read_type): Update calls to read_args and
1372 smash_to_method_type.
1373 (read_args): Use new argument layout. Simplify.
1374 * valops.c (typecmp): Use new argument layout. Update parameters
1375 and comments. Simplify.
1376 (hand_function_call): Use new argument layout.
1377 (search_struct_method): Update call to typecmp.
1378 (find_overload_match): Use new argument layout.
1379
13802002-06-13 Daniel Jacobowitz <[email protected]>
1381
1382 * NEWS: Mention multithreaded debug support for gdbserver.
1383
13842002-06-13 Daniel Jacobowitz <[email protected]>
1385
1386 * MAINTAINERS: Mention NEWS.
1387
13882002-06-13 Daniel Jacobowitz <[email protected]>
1389
1390 * gdbserver/regcache.c: Add comment.
1391
13922002-06-13 Daniel Jacobowitz <[email protected]>
1393
1394 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
1395 (struct mips_objfile_private, compare_pdr_entries): New.
1396 (non_heuristic_proc_desc): Read the ".pdr" section if it
1397 is present.
1398
13992002-06-12 Andrew Cagney <[email protected]>
1400
1401 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
1402 (arm_debug): New static variable.
1403 (_initialize_arm_tdep): Add ``set debug arm'' command.
1404
14052002-06-12 Andrew Cagney <[email protected]>
1406
1407 * Makefile.in (sim_arm_h): Define.
1408 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
1409 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
1410 (arm_register_sim_regno): New function, map an internal REGNUM
1411 onto a simulator register number.
1412 (arm_gdbarch_init): Set register_sim_regno.
1413
14142002-06-09 Aldy Hernandez <[email protected]>
1415
1416 * MAINTAINERS: Add self.
1417
14182002-06-11 Jim Blandy <[email protected]>
1419
1420 * source.c (source_info): Mention whether the symtab has
1421 information about preprocessor macros.
1422
1423 Call the command `info macro', not `show macro'.
1424 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
1425 Fix error message.
1426 (_initialize_macrocmd): Register `info_macro_command' in
1427 `infolist', not `showlist'.
1428
14292002-06-11 Daniel Jacobowitz <[email protected]>
1430
1431 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
1432 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
1433 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
1434 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
1435 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
1436 unconditionally.
1437 (set_mipsfpu_single_command, set_mipsfpu_double_command)
1438 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
1439 (_initialize_mips_tdep): Remove dead code.
1440 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
1441 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
1442 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
1443 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
1444 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
1445 MIPS_LAST_FP_ARG_REGNUM): Remove.
1446
14472002-06-11 Daniel Jacobowitz <[email protected]>
1448
1449 * gdbserver/thread-db.c: New file.
1450 * gdbserver/proc-service.c: New file.
1451 * gdbserver/acinclude.m4: New file.
1452 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
1453 proc-service.o, and thread-db.o.
1454 (linux-low.o): Add USE_THREAD_DB.
1455 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
1456 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
1457 * gdbserver/aclocal.m4: Regenerated.
1458 * gdbserver/config.in: Regenerated.
1459 * gdbserver/configure: Regenerated.
1460 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
1461 thread_db.h, and linux/elf.h headrs.
1462 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
1463 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
1464 Check for -lthread_db and thread support.
1465 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
1466 PowerPC, and SuperH.
1467 * gdbserver/i387-fp.c: Constify arguments.
1468 * gdbserver/i387-fp.h: Likewise.
1469 * gdbserver/inferiors.c: (struct thread_info): Renamed from
1470 `struct inferior_info'. Remove PID member. Use generic inferior
1471 list header. All uses updated.
1472 (inferiors, signal_pid): Removed.
1473 (all_threads): New variable.
1474 (get_thread): Define.
1475 (add_inferior_to_list): New function.
1476 (for_each_inferior): New function.
1477 (change_inferior_id): New function.
1478 (add_inferior): Removed.
1479 (remove_inferior): New function.
1480 (add_thread): New function.
1481 (free_one_thread): New function.
1482 (remove_thread): New function.
1483 (clear_inferiors): Use for_each_inferior and free_one_thread.
1484 (find_inferior): New function.
1485 (find_inferior_id): New function.
1486 (inferior_target_data): Update argument type.
1487 (set_inferior_target_data): Likewise.
1488 (inferior_regcache_data): Likewise.
1489 (set_inferior_regcache_data): Likewise.
1490 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
1491 (all_processes, stopping_threads, using_thrads)
1492 (struct pending_signals, debug_threads, pid_of): New.
1493 (inferior_pid): Replace with macro.
1494 (struct inferior_linux_data): Remove.
1495 (get_stop_pc, add_process): New functions.
1496 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
1497 Use add_process and add_thread.
1498 (linux_attach_lwp): New function, based on old linux_attach. Use
1499 add_process and add_thread. Set stop_expected for new threads.
1500 (linux_attach): New function.
1501 (linux_kill_one_process): New function.
1502 (linux_kill): Kill all LWPs.
1503 (linux_thread_alive): Use find_inferior_id.
1504 (check_removed_breakpoints, status_pending_p): New functions.
1505 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
1506 Update. Use WNOHANG. Wait for cloned processes also. Update process
1507 struct for the found process.
1508 (linux_wait_for_event): New function.
1509 (linux_wait): Use it. Support LWPs.
1510 (send_sigstop, wait_for_sigstop, stop_all_processes)
1511 (linux_resume_one_process, linux_continue_one_process): New functions.
1512 (linux_resume): Support LWPs.
1513 (REGISTER_RAW_SIZE): Remove.
1514 (fetch_register): Use register_size instead. Call supply_register.
1515 (usr_store_inferior_registers): Likewise. Call collect_register.
1516 Fix recursive case.
1517 (regsets_fetch_inferior_registers): Improve error message.
1518 (regsets_store_inferior_registers): Add debugging.
1519 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
1520 (unstopped_p, linux_signal_pid): New functions.
1521 (linux_target_ops): Add linux_signal_pid.
1522 (linux_init_signals): New function.
1523 (initialize_low): Call it. Initialize using_threads.
1524 * gdbserver/regcache.c (inferior_regcache_data): Add valid
1525 flag.
1526 (get_regcache): Fetch registers lazily. Add fetch argument
1527 and update all callers.
1528 (regcache_invalidate_one, regcache_invalidate): New
1529 functions.
1530 (new_register_cache): Renamed from create_register_cache.
1531 Return the new regcache.
1532 (free_register_cache): Change argument to a void *.
1533 (registers_to_string, registers_from_string): Call get_regcache
1534 with fetch flag set.
1535 (register_data): Make static. Pass fetch flag to get_regcache.
1536 (supply_register): Call get_regcache with fetch flag clear.
1537 (collect_register): Call get_regcache with fetch flag set.
1538 (collect_register_as_string): New function.
1539 * gdbserver/regcache.h: Update.
1540 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
1541 stderr.
1542 Handle input interrupts while waiting for an ACK.
1543 (input_interrupt): Use signal_pid method.
1544 (getpkt): Flush after debug output and use stderr.
1545 (outreg): Use collect_register_as_string.
1546 (new_thread_notify, dead_thread_notify): New functions.
1547 (prepare_resume_reply): Check using_threads. Set thread_from_wait
1548 and general_thread.
1549 (look_up_one_symbol): Flush after debug output.
1550 * gdbserver/server.c (step_thread, server_waiting): New variables.
1551 (start_inferior): Don't use signal_pid. Update call to mywait.
1552 (attach_inferior): Update call to mywait.
1553 (handle_query): Handle qfThreadInfo and qsThreadInfo.
1554 (main): Don't fetch/store registers explicitly. Use
1555 set_desired_inferior. Support proposed ``Hs'' packet. Update
1556 calls to mywait.
1557 * gdbserver/server.h: Update.
1558 (struct inferior_list, struct_inferior_list_entry): New.
1559 * gdbserver/target.c (set_desired_inferior): New.
1560 (write_inferior_memory): Constify.
1561 (mywait): New function.
1562 * gdbserver/target.h: Update.
1563 (struct target_ops): New signal_pid method.
1564 (mywait): Removed macro, added prototype.
1565
1566 * gdbserver/linux-low.h (regset_func): Removed.
1567 (regset_fill_func, regset_store_func): New.
1568 (enum regset_type): New.
1569 (struct regset_info): Add type field. Use new operation types.
1570 (struct linux_target_ops): stop_pc renamed to get_pc.
1571 Add decr_pc_after_break and breakpoint_at.
1572 (get_process, get_thread_proess, get_process_thread)
1573 (strut process_info, all_processes, linux_attach_lwp)
1574 (thread_db_init): New.
1575
1576 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
1577 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
1578 (the_low_target): Add new members.
1579 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
1580 (i386_store_fpxregset): Constify.
1581 (target_regsets): Add new kind identifier.
1582 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
1583 (i386_set_pc): Add debugging.
1584 (i386_breakpoint_at): New function.
1585 (the_low_target): Add new members.
1586 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
1587 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
1588 (mips_breakpoint_at): New.
1589 (the_low_target): Add new members.
1590 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
1591 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
1592 (the_low_target): Add new members.
1593 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
1594 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
1595 (the_low_target): Add new members.
1596 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
1597 identifier.
1598
15992002-06-11 Michal Ludvig <[email protected]>
1600
1601 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
1602 (unwind_tmp_obstack_free, parse_frame_info)
1603 (update_context, cfi_read_fp, cfi_write_fp)
1604 (cfi_frame_chain, cfi_init_extra_frame_info)
1605 (cfi_virtual_frame_pointer): Use the above function.
1606 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
1607
16082002-06-11 Corinna Vinschen <[email protected]>
1609
1610 * v850-tdep.c (v850_type_is_scalar): New function.
1611 (v850_use_struct_convention): Match current gcc implementation
1612 as close as possible.
1613 (v850_push_arguments): Fix stack_offset handling. Don't write
1614 struct_addr into register. This is done by v850_store_struct_return.
1615 (v850_extract_return_value): Care for structs.
1616 (v850_store_return_value): Ditto.
1617 (v850_store_struct_return): Actually write address.
1618
16192002-06-11 Michal Ludvig <[email protected]>
1620
1621 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
1622 without debug information too.
1623
16242002-06-10 Andrew Cagney <[email protected]>
1625
1626 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
1627 Make multi-arch pure.
1628 * gdbarch.h, gdbarch.c: Re-generate.
1629 * arm-tdep.c (arm_print_float_info): Update.
1630 * arch-utils.h (default_print_float_info): Update.
1631 * arch-utils.c (default_print_float_info): Update.
1632 * infcmd.c (float_info): Update call.
1633
16342002-06-10 Andrew Cagney <[email protected]>
1635
1636 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
1637 the front of the initialize list.
1638
16392002-06-10 Andrew Cagney <[email protected]>
1640
1641 * infrun.c (struct inferior_status): Replace fields
1642 selected_frame_address and selected_level with field
1643 selected_frame_id.
1644 (save_inferior_status): Update. Use get_frame_id.
1645 (struct restore_selected_frame_args): Delete.
1646 (restore_selected_frame): Update. Use frame_find_by_id.
1647 (restore_inferior_status): Update.
1648
1649 * breakpoint.h (struct breakpoint): Change type of
1650 watchpoint_frame to frame_id.
1651 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
1652 call to get_current_frame.
1653 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
1654 get_current_frame.
1655 (watchpoint_check): Use frame_find_by_id.
1656
1657 * frame.h (record_selected_frame): Delete declaration.
1658 * stack.c (record_selected_frame): Delete function.
1659
1660 * frame.h (struct frame_id): Define.
1661 (get_frame_id): Declare.
1662 (frame_find_by_id): Declare.
1663 * frame.c (frame_find_by_id): New function.
1664 (get_frame_id): New function.
1665
16662002-06-10 Andrey Volkov <[email protected]>
1667
1668 * ser-e7kpc.c: Fix duplicated define and call of
1669 _initialize_ser_e7000pc
1670
16712002-06-09 Daniel Jacobowitz <[email protected]>
1672
1673 * signals/signals.c (target_signal_from_host): Fix #ifdef
1674 SIGRTMIN case.
1675 (do_target_signal_to_host): Likewise.
1676
16772002-06-09 Daniel Jacobowitz <[email protected]>
1678
1679 * mips-tdep.c (mips_find_abi_section): New function.
1680 (mips_gdbarch_init): Call it.
1681
16822002-06-09 Mark Kettenis <[email protected]>
1683
1684 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
1685 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
1686 after Andrew's 2002-06-08 gdbarch change.
1687
16882002-06-09 Mark Kettenis <[email protected]>
1689
1690 * i386-linux-nat.c (suppy_gregset): Don't supply
1691 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
1692 register cache.
1693 (fill_gregset): Don't fetch it under the same circumstances.
1694
16952002-06-09 Andrew Cagney <[email protected]>
1696
1697 * Makefile.in (callback_h): Define.
1698 (remote_sim_h): Update path to remote-sim.h.
1699 (remote-rdp.o): Add $(callback_h).
1700 (remote-sim.o): Use $(callback_h).
1701 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
1702 * remote-rdp.c: Include "gdb/callback.h".
1703
17042002-06-09 Mark Kettenis <[email protected]>
1705
1706 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
1707 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
1708
17092002-06-08 Andrew Cagney <[email protected]>
1710
1711 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
1712 * rdi-share/serpardr.c: Ditto.
1713 * rdi-share/unixcomm.c: Ditto.
1714 * rdi-share/serdrv.c: Ditto.
1715 * rdi-share/hostchan.h: Ditto.
1716 * rdi-share/hostchan.c: Ditto.
1717 * rdi-share/host.h: Ditto.
1718 * rdi-share/devsw.c: Ditto.
1719
1720 * objfiles.h: Change type of obj_private to void pointer.
1721 * pa64solib.c: Update copyright. Don't include "assert.h", use
1722 strcmp instead of STREQ, use LONGEST, do not use PTR
1723 * somsolib.c: Ditto.
1724
1725 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
1726 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
1727 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
1728
17292002-06-08 Andrew Cagney <[email protected]>
1730
1731 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
1732 (default_get_saved_register): Delete function.
1733 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
1734 generic_unwind_get_saved_register.
1735 * gdbarch.h, gdbarch.c: Re-generate.
1736
17372002-06-08 Andrew Cagney <[email protected]>
1738
1739 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
1740 generic_func_frame_chain_valid.
1741 * gdbarch.h, gdbarch.c: Re-generate.
1742 * blockframe.c (generic_func_frame_chain_valid): Only check
1743 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
1744 passing FP to PC_IN_CALL_DUMMY.
1745 Fix PR gdb/360.
1746
17472002-06-08 Andrew Cagney <[email protected]>
1748
1749 * gdbarch.sh (struct gdbarch_data): Add field init_p.
1750 (register_gdbarch_data): Initialize init_p.
1751 (gdbarch_data): Initialize data pointer using the init function.
1752 (init_gdbarch_data): Delete function.
1753 (gdbarch_update_p): Update.
1754 (initialize_non_multiarch): Update.
1755 (struct gdbarch): Add field initialized_p.
1756 * gdbarch.h, gdbarch.c: Re-generate.
1757
17582002-06-07 Michal Ludvig <[email protected]>
1759
1760 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
1761 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
1762 better do the things actually here.
1763 * x86-64-tdep.c (x86_64_register_name2nr): New.
1764 (x86_64_register_name): Renamed to x86_64_register_nr2name.
1765 (x86_64_gdbarch_init): Respect the above change.
1766 * x86-64-tdep.h (x86_64_register_name2nr)
1767 (x86_64_register_nr2name): Add prototypes.
1768 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
1769
17702002-06-06 Michael Snyder <[email protected]>
1771
1772 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
1773 Delete extra braces and re-indent.
1774 (d10v_store_return_value): Char return values
1775 must be shifted over by one byte in R0.
1776 (d10v_extract_return_value): Delete extra braces, re-indent.
1777
17782002-06-06 Elena Zannoni <[email protected]>
1779
1780 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
1781 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
1782 (d10v_integer_to_address): Rewrite.
1783 (d10v_frame_init_saved_regs): When reading fp and sp registers use
1784 the d10v specific functions which take care of converting to the
1785 correct space.
1786
17872002-06-06 Elena Zannoni <[email protected]>
1788
1789 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
1790 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
1791
17922002-06-02 Andrew Cagney <[email protected]>
1793
1794 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
1795 includes.
1796 * config/tm-linux.h: Ditto.
1797 * config/alpha/tm-alphalinux.h: Ditto.
1798 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
1799 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
1800 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
1801 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
1802 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
1803 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
1804 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
1805 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
1806 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
1807 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
1808 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
1809 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1810 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
1811 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
1812 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
1813 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
1814 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
1815 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
1816 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
1817 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
1818 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
1819 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
1820 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
1821 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
1822 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
1823 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
1824 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
1825 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
1826 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
1827 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
1828 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
1829 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
1830 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
1831 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
1832 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
1833 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
1834 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
1835
18362002-05-04 Aidan Skinner <[email protected]>
1837
1838 * ada-exp.tab.c: New file
1839 * ada-exp.y: New file
1840 * ada-lang.c: New file
1841 * ada-lang.h: New file
1842 * ada-lex.c: New file
1843 * ada-lex.l: New file
1844 * ada-tasks.c: New file
1845 * ada-typeprint.c: New file
1846 * ada-valprint.c: New file
1847
18482002-06-02 Jason Thorpe <[email protected]>
1849
1850 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
1851 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
1852
18532002-06-02 Jason Thorpe <[email protected]>
1854
1855 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
1856 insetead of ppc-linux-tdep.o.
1857 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
1858 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
1859
18602002-06-02 Andrew Cagney <[email protected]>
1861
1862 2002-05-07 Christian Groessler <[email protected]>
1863 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
1864 bit register contents for little endian hosts.
1865
18662002-06-01 Andrew Cagney <[email protected]>
1867
1868 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
1869 any maintainer.
1870
18712002-06-01 Andrew Cagney <[email protected]>
1872
1873 * gdbarch.h: Regenerate.
1874
18752002-06-01 Andrew Cagney <[email protected]>
1876
1877 * MAINTAINERS: Add everyone to write-after-approval list.
1878
18792002-06-01 Andrew Cagney <[email protected]>
1880
1881 * stack.c (frame_info): Use frame_register_unwind instead of
1882 saved_regs. Mention when the SP is on the stack or in a register.
1883
1884 * frame.h (frame_register_unwind_ftype): Define. Document.
1885 (struct frame_info): Add field register_unwind and
1886 register_unwind_cache.
1887 (frame_register_unwind): Declare.
1888 (generic_unwind_get_saved_register): Declare.
1889
1890 * frame.c (frame_register_unwind): New function.
1891 (generic_unwind_get_saved_register): New function.
1892
1893 * blockframe.c (generic_call_dummy_register_unwind): New function.
1894 (frame_saved_regs_register_unwind): New function.
1895 (set_unwind_by_pc): New function.
1896 (create_new_frame): New function.
1897 (get_prev_frame): New function.
1898
18992002-05-30 Andrew Cagney <[email protected]>
1900
1901 * a29k-share/: Delete directory.
1902 * remote-vx29k.c: Delete file.
1903
19042002-05-30 Jason Thorpe <[email protected]>
1905
1906 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
1907 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
1908
19092002-05-30 Jason Thorpe <[email protected]>
1910
1911 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
1912 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
1913 (sparc64nbsd-nat.o)
1914 (sparcnbsd-nat.o)
1915 (sparcnbsd-tdep.o): New dependency lists.
1916 * NEWS: Note new UltraSPARC NetBSD native configuration.
1917 * configure.host (sparc64-*-netbsd*): New host.
1918 * configure.tgt (sparc-*-netbsdelf*)
1919 (sparc-*-netbsd*): Set gdb_target to nbsd.
1920 (sparc64-*-netbsd*): New target.
1921 * sparc64nbsd-nat.c: New file.
1922 * sparcnbsd-nat.c: New file.
1923 * sparcnbsd-tdep.c: New file.
1924 * sparcnbsd-tdep.h: New file.
1925 * config/sparc/nbsd.mt: New file.
1926 * config/sparc/nbsd64.mh: New file.
1927 * config/sparc/nbsd64.mt: New file.
1928 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
1929 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1930 (HOST_IPC): Remove.
1931 * config/sparc/nbsdaout.mt: Remove.
1932 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
1933 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1934 (HOST_IPC): Remove.
1935 * config/sparc/nbsdelf.mt: Remove.
1936 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
1937 sparc-nat.c compatiblity defines.
1938 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
1939 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
1940 * config/sparc/tm-nbsd64.h: New file.
1941 * config/sparc/tm-nbsdaout.h: Remove.
1942 * config/sparc/xm-nbsd.h: Remove.
1943
19442002-05-30 Jason Thorpe <[email protected]>
1945
1946 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
1947 * sparc-tdep.c: Include osabi.h.
1948 (gdbarch_tdep): Add osabi member.
1949 (_initialize_sparc_tdep): Use gdbarch_register.
1950 (sparc_gdbarch_init): Use generic OS ABI framework.
1951 (sparc_dump_tdep): New function.
1952
19532002-05-30 Kevin Buettner <[email protected]>
1954
1955 * corefile.c (do_captured_read_memory_integer): Return non-zero
1956 result.
1957 (safe_read_memory_integer): Copy result of memory read when
1958 status is non-zero. Also, add comments.
1959
19602002-05-20 Jason Thorpe <[email protected]>
1961
1962 * Makefile.in (ppc_tdep_h): Define.
1963 (ppc-linux-nat.o)
1964 (ppc-linux-tdep.o)
1965 (rs6000-tdep.o): Use $(ppc_tdep_h).
1966 (ppc-sysv-tdep.o)
1967 (ppcnbsd-nat.o)
1968 (ppcnbsd-tdep.o): New dependency lists.
1969 * ppc-tdep.h: Use generic OS ABI framework.
1970 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
1971 (ppc_linux_init_abi): New functions.
1972 (ppc_sysv_abi_broken_use_struct_convention)
1973 (ppc_sysv_abi_use_struct_convention)
1974 (ppc_sysv_abi_push_arguments): Move to...
1975 * ppc-sysv-tdep.c: ...here.
1976 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
1977 * rs6000-tdep.c (process_note_abi_tag_sections)
1978 (get_elfosabi): Remove.
1979 (rs6000_gdbarch_init): Use generic OS ABI framework.
1980 (rs6000_dump_tdep): New function.
1981 (_initialize_rs6000_tdep): Use gdbarch_register.
1982 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
1983 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1984 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
1985 of ppc-linux-tdep.o.
1986 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
1987 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
1988 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
1989 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
1990 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
1991 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
1992
19932002-05-29 Jim Blandy <[email protected]>
1994
1995 * macroscope.c (default_macro_scope): Put `void' in empty argument
1996 list.
1997
19982002-05-29 Andrew Cagney <[email protected]>
1999
2000 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
2001 * arch-utils.c: Include "sim-regno.h".
2002 * gdbarch.sh: Don't include "sim-regno.h".
2003 * gdbarch.h, gdbarch.c: Regenerate.
2004 * sim-regno.h (legacy_register_sim_regno): Move declaration from
2005 here.
2006 * arch-utils.h (legacy_register_sim_regno): To here.
2007 * remote-sim.c (legacy_register_sim_regno): Move function from
2008 here.
2009 * arch-utils.c (legacy_register_sim_regno): To here.
2010
20112002-05-28 Andrew Cagney <[email protected]>
2012
2013 * sim-regno.h: New file.
2014 * Makefile.in (sim_regno_h): Define.
2015 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
2016 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
2017 (legacy_register_sim_regno): New function.
2018 (one2one_register_sim_regno): New function.
2019 (gdbsim_fetch_register): Rewrite.
2020 (gdbsim_store_register): Only store a register when
2021 REGISTER_SIM_REGNO is valid.
2022 * d10v-tdep.c: Include "sim-regno.h".
2023 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
2024 (d10v_ts3_register_sim_regno): Ditto.
2025 * gdbarch.sh: Include "sim-regno.h".
2026 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
2027 * gdbarch.h, gdbarch.c: Regenerate.
2028 * arch-utils.h (default_register_sim_regno): Delete declaration.
2029 * arch-utils.c (default_register_sim_regno): Delete function.
2030
20312002-05-28 Jason Thorpe <[email protected]>
2032
2033 * ppcnbsd-nat.c: Rewrite.
2034 * ppcnbsd-tdep.c: New file.
2035 * ppcnbsd-tdep.h: New file.
2036 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
2037 solib.o, and solib-svr4.o.
2038 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
2039 nbsd-tdep.o, and corelow.o.
2040
20412002-05-28 Andrew Cagney <[email protected]>
2042
2043 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
2044 `tr' and `sed'. Mention that `broken' targets are not expected to
2045 build.
2046
20472002-05-27 Michal Ludvig <[email protected]>
2048
2049 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
2050 Let PC point right after the prologue before looking up symbols.
2051
20522002-05-27 Martin M. Hunt <[email protected]>
2053
2054 * i386-tdep.c (i386_register_virtual_type): Return
2055 builtin_type_vec128i for SSE registers.
2056
2057 * gdbtypes.h (builtin_type_vec128i): Declare.
2058
2059 * gdbtypes.c (build_builtin_type_vec128i): New function.
2060 (builtin_type_v2_double, builtin_type_v4_int64): New types.
2061 (builtin_type_vec128i): New type for SSE2 128-bit registers.
2062 (build_gdbtypes): Initialize new builtin vector types.
2063 (_initialize_gdbtypes): Register new vector types with gdbarch.
2064
20652002-05-26 Jason Thorpe <[email protected]>
2066
2067 * MAINTAINERS: ns32k is not longer an obsolete candidate,
2068 since it has been multi-arch'd.
2069 * NEWS: Note that ns32k-*-* is now partial multi-arch.
2070 Move Alpha and VAX multi-arch news entries to same section
2071 as other multi-arch news.
2072
20732002-05-26 Jason Thorpe <[email protected]>
2074
2075 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
2076 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
2077 static. Rename some register numbers to put them in ns32k-tdep
2078 private namespace.
2079 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
2080 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
2081 functions.
2082 (_initialize_ns32k_tdep): Use gdbarch_register.
2083 * ns32k-tdep.h: New file.
2084 * ns32knbsd-tdep.c: New file.
2085 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
2086 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
2087 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
2088 REGISTER_BYTES, REGISTER_BYTE): Remove.
2089 * config/ns32k/tm-ns32k.h: New file.
2090 * config/ns32k/tm-umax.h: Remove.
2091
20922002-05-26 Jason Thorpe <[email protected]>
2093
2094 * ns32k-tdep.c (ns32k_saved_pc_after_call,
2095 ns32k_store_struct_return, ns32k_extract_return_value,
2096 ns32k_store_return_value, ns32k_extract_struct_value_address): New
2097 functions.
2098 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
2099 ns32k_saved_pc_after_call.
2100 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
2101 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
2102 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
2103 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
2104 ns32k_extract_struct_value_address.
2105
21062002-05-26 Jason Thorpe <[email protected]>
2107
2108 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
2109 ns32k_fix_call_dummy): New.
2110 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
2111 ns32k_call_dummy_words.
2112 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
2113 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
2114 CALL_DUMMY_NARGS): Remove.
2115 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
2116
21172002-05-26 Jason Thorpe <[email protected]>
2118
2119 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
2120 ns32k_frame_saved_pc, ns32k_frame_args_address,
2121 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
2122 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
2123 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
2124 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
2125 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
2126 (BREAKPOINT): Remove..
2127 (FRAME_CHAIN): Define as ns32k_frame_chain.
2128 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
2129 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
2130 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
2131 (FRAME_FIND_SAVED_REGS): Remove.
2132 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
2133 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
2134 (POP_FRAME): Define as ns32k_pop_frame.
2135
21362002-05-26 Jason Thorpe <[email protected]>
2137
2138 * ns32k-tdep.c (ns32k_register_byte_32082,
2139 ns32k_register_byte_32382, ns32k_register_raw_size,
2140 ns32k_register_virtual_size, ns32k_register_virtual_type): New
2141 functions.
2142 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
2143 ns32k_register_byte_32382.
2144 * config/ns32k/tm-umax.h: Update copyright years.
2145 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
2146 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
2147 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
2148 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
2149 (ns32k_get_enter_addr): Fix prototype.
2150
21512002-05-26 Jason Thorpe <[email protected]>
2152
2153 * ns32k-tdep.c: Update copyright years.
2154 (ns32k_register_name_32082): New function.
2155 (ns32k_register_name_32382): Ditto.
2156 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
2157 (REGISTER_NAME): Define as ns32k_register_name_32382.
2158 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
2159 (REGISTER_NAME): Define as ns32k_register_name_32082.
2160
21612002-05-24 Jim Blandy <[email protected]>
2162
2163 * dwarf2read.c (free_line_header): Use xfree, not free.
2164
21652002-05-24 Jason Thorpe <[email protected]>
2166
2167 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
2168 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
2169
21702002-05-23 Andrew Cagney <[email protected]>
2171
2172 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
2173
21742002-05-23 Andrew Cagney <[email protected]>
2175
2176 From Ross Alexander at NEC Europe:
2177 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
2178
21792002-05-23 Michael Snyder <[email protected]>
2180
2181 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
2182 for input, rather than parse_and_eval_address.
2183
21842002-05-23 Andrew Cagney <[email protected]>
2185
2186 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
2187 * Makefile.in (sim_d10v_h): Update definition.
2188
21892002-05-24 Andrew Cagney <[email protected]>
2190
2191 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
2192 change `2002-05-22 Michael Snyder' below.
2193 (d10v_push_arguments): Ditto.
2194 (d10v_extract_return_value): Ditto.
2195
21962002-05-23 Jim Blandy <[email protected]>
2197
2198 * macrotab.c (check_for_redefinition): Don't complain if the new
2199 definition is the same as the previous one. Take more arguments
2200 to allow the comparison.
2201 (macro_define_object, macro_define_function): Pass more arguments
2202 to check_for_redefinition.
2203
22042002-05-22 Michael Snyder <[email protected]>
2205
2206 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
2207 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
2208 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
2209 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
2210 Don't bail if return_pc is PC_IN_CALL_DUMMY.
2211 Add a temp variable to save a call (and a memory read).
2212 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
2213 if possible (so that PC_IN_CALL_DUMMY will work).
2214
22152002-05-22 Corinna Vinschen <[email protected]>
2216
2217 * MAINTAINERS: Remove status `OBSOLETE' from v850.
2218
22192002-05-22 Michal Ludvig <[email protected]>
2220
2221 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
2222 fde->cie_ptr.
2223 (dwarf2_build_frame_info): Corrected handling of eh_frame.
2224 (dwarf2_build_frame_info): Add offset to fde->initial_location
2225 so that frames of shared libraries are mapped correctly.
2226 (execute_stack_op): Change type of 'result' from ULONGEST to
2227 CORE_ADDR.
2228
22292002-05-22 Jason Thorpe <[email protected]>
2230
2231 * config/alpha/tm-nbsd.h: Include solib.h.
2232
22332002-05-22 Jason Thorpe <[email protected]>
2234
2235 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
2236 assumptions about the host's byte order.
2237
22382002-05-22 Jason Thorpe <[email protected]>
2239
2240 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
2241 to dependency list.
2242 * alphanbsd-tdep.c: Include solib-svr4.h.
2243 * shnbsd-tdep.c: Ditto.
2244
22452002-05-22 Jason Thorpe <[email protected]>
2246
2247 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
2248 nbsd-tdep.h to dependency list.
2249 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
2250 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
2251 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
2252 nbsdaout.mh and nbsdelf.mh consistently.
2253 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
2254 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
2255 nbsdaout.mt and nbsdelf.mh consistently.
2256 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
2257 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
2258 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2259 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
2260 a.out shared library stuff from here...
2261 * config/nm-nbsdaout.h: ...to here.
2262 * config/tm-nbsd.h: Remove.
2263 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
2264 * config/arm/nbsd.mh: Remove.
2265 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
2266 nbsd-tdep.o.
2267 * config/arm/nbsdaout.mh: New file.
2268 * config/arm/nbsdelf.mh: New file.
2269 * config/arm/nm-nbsdaout.h: New file.
2270 * config/i386/nbsd.mh: Remove.
2271 * config/i386/nbsd.mt: Remove.
2272 * config/i386/nbsdaout.mh: New file.
2273 * config/i386/nbsdaout.mt: New file.
2274 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
2275 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
2276 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
2277 i386_register_u_addr): Remove.
2278 * config/i386/nm-nbsdaout.h: New file.
2279 * config/i386/nm-nbsdelf.h: Remove.
2280 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
2281 (USE_STRUCT_CONVENTION): Remove.
2282 * config/i386/tm-nbsdaout.h: New file.
2283 * config/i386/tm-nbsdelf.h: Remove.
2284 * config/m68k/nbsd.mh: Remove.
2285 * config/m68k/nbsd.mt: Remove.
2286 * config/m68k/nbsdaout.mh: New file.
2287 * config/m68k/nbsdaout.mt: New file.
2288 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
2289 * config/m68k/nm-nbsdaout.h: New file.
2290 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
2291 (IN_SOLIB_CALL_TRAMPOLINE): Define.
2292 * config/ns32k/nbsd.mh: Remove.
2293 * config/ns32k/nbsd.mt: Remove.
2294 * config/ns32k/nbsdaout.mh: New file.
2295 * config/ns32k/nbsdaout.mt: New file.
2296 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
2297 * config/ns32k/nm-nbsdaout.h: New file.
2298 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
2299 (IN_SOLIB_CALL_TRAMPOLINE): Define.
2300 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
2301 (SVR4_SHARED_LIBS): Remove.
2302 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
2303 * config/sparc/nbsd.mh: Remove.
2304 * config/sparc/nbsd.mt: Remove.
2305 * config/sparc/nbsdaout.mh: New file.
2306 * config/sparc/nbsdaout.mt: New file.
2307 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
2308 * config/sparc/nbsdelf.mt: New file.
2309 * config/sparc/nm-nbsdaout.h: New file.
2310 * config/sparc/nm-nbsdelf.h: Remove.
2311 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
2312 * config/sparc/tm-nbsdaout.h: New file.
2313
23142002-05-21 Jason Thorpe <[email protected]>
2315
2316 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
2317 mipsnbsd-tdep.c
2318 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
2319
23202002-05-21 Jason Thorpe <[email protected]>
2321
2322 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
2323 shnbsd-nat.c.
2324 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
2325
23262002-05-21 Jason Thorpe <[email protected]>
2327
2328 * NEWS: Note new MIPS NetBSD native configuration.
2329 * configure.host (mips*-*-netbsd*): New host.
2330 * configure.tgt (mips*-*-netbsd*): New target.
2331 * mipsnbsd-nat.c: New file.
2332 * mipsnbsd-tdep.c: New file.
2333 * mipsnbsd-tdep.h: New file.
2334 * config/mips/nbsd.mh: New file.
2335 * config/mips/nbsd.mt: New file.
2336 * config/mips/nm-nbsd.h: New file.
2337 * config/mips/tm-nbsd.h: New file.
2338
23392002-05-21 Jason Thorpe <[email protected]>
2340
2341 * Makefile.in (SFILES): Add osabi.c.
2342 (COMMON_OBS): Add osabi.o.
2343 (osabi.o): New dependency list.
2344 * osabi.c: New file.
2345 * osabi.h: New file.
2346 * doc/gdbint.texinfo: Document new generic OS ABI framework.
2347
2348 * Makefile.in (alpha_tdep_h): Define and use instead of
2349 alpha-tdep.h.
2350 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
2351 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
2352 Remove.
2353 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
2354 * alpha-tdep.h: Include osabi.h.
2355 (alpha_abi): Remove.
2356 (gdbarch_tdep): Use generic OS ABI framework.
2357 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
2358 gdbarch_register_osabi.
2359 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
2360 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
2361 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
2362
2363 * Makefile.in (sh_tdep_h): Add osabi.h.
2364 * sh-tdep.h (sh_osabi): Remove.
2365 (gdbarch_tdep): Use generic OS ABI framework.
2366 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
2367 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
2368 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
2369 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
2370
2371 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
2372 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
2373 gdbarch_register_osabi.
2374 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
2375 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
2376 (get_elfosabi): Rename to...
2377 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
2378 ABI framework support routines.
2379 (arm_gdbarch_init): Use generic OS ABI framework.
2380 (arm_dump_tdep): Likewise.
2381 (_initialize_arm_tdep): Likewise.
2382 * arm-tdep.h: Include osabi.h.
2383 (arm_abi): Remove.
2384 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
2385 osabi member.
2386 (arm_gdbarch_register_os_abi): Remove prototype.
2387 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
2388 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
2389
2390 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
2391 * mips-tdep.c: Include osabi.h.
2392 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
2393 OS ABI framework.
2394
23952002-05-20 Kazu Hirata <[email protected]>
2396
2397 * h8300-tdep.c: Fix formatting.
2398
23992002-05-20 Elena Zannoni <[email protected]>
2400
2401 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
2402 printing vector registers.
2403
24042002-05-19 Andrew Cagney <[email protected]>
2405
2406 From Fernando Nasser:
2407 * remote.c (remote_async_open_1): Re-throw the exception when the
2408 connection fails.
2409 (remote_cisco_open): Ditto.
2410 (remote_open_1): Ditto.
2411
24122002-05-19 Andrew Cagney <[email protected]>
2413
2414 * remote.c (remote_start_remote_dummy): Add uiout parameter.
2415 (remote_start_remote): Add uiout parameter. Pass through to
2416 remote_start_remote_dummy.
2417 (remote_open_1): Use catch_exception instead of catch_errors.
2418 (remote_async_open_1): Ditto.
2419 (remote_cisco_open): Ditto.
2420
24212002-05-19 Andrew Cagney <[email protected]>
2422
2423 * remote.c (remote_start_remote): Replace PTR with void pointer.
2424 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
2425 static.
2426
24272002-05-18 Andrew Cagney <[email protected]>
2428
2429 * gdb_indent.sh: Allow the script to be run in the sim directory.
2430
24312002-05-18 Mark Kettenis <[email protected]>
2432
2433 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
2434 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
2435
2436 * corelow.c (core_open): Only call set_gdbarch_from_file if
2437 exec_bfd is NULL.
2438
24392002-05-17 Andrey Volkov <[email protected]>
2440
2441 * h8300-tdep.c: Add support of EXR register
2442 * config/h8300/tm-h8300.h: Ditto.
2443
24442002-05-17 Andrey Volkov <[email protected]>
2445
2446 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
2447
24482002-05-17 Andrey Volkov <[email protected]>
2449
2450 * h8300-tdep.c: Change literal regnums to REGNO.
2451
24522002-05-17 Jim Blandy <[email protected]>
2453
2454 * NEWS: Note addition of macro support.
2455
2456 Expand preprocessor macros in C expressions.
2457 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
2458 (scan_macro_expansion, scanning_macro_expansion,
2459 finished_macro_expansion): New function declarations.
2460 (expression_macro_lookup_func, expression_macro_lookup_baton): New
2461 variable declarations.
2462 * parser-defs.h (expression_context_pc): New declaration.
2463 * parse.c (expression_context_pc): New variable.
2464 (parse_exp_1): Set expression_context_pc, as well as
2465 expression_context_block.
2466 * c-exp.y (yylex): If we're not already reading the result of a
2467 macro expansion, try to macro-expand the next token. When we're
2468 done scanning a macro expansion, switch back to the mainline text.
2469 Commas and `if's in a macro's expansion don't terminate the input.
2470 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
2471 (macro_original_text, macro_expanded_text,
2472 expression_macro_lookup_func, expression_macro_lookup_baton): New
2473 variables.
2474 (scan_macro_expansion, scanning_macro_expansion,
2475 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
2476 c_preprocess_and_parse): New functions.
2477 (c_language_defn, cplus_language_defn, asm_language_defn): Call
2478 c_preprocess_and_parse, instead of c_parse.
2479 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
2480 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
2481
2482Fri May 17 14:26:19 2002 J"orn Rennecke <[email protected]>
2483
2484 * sh-tdep.c (gdb_print_insn_sh64): Delete.
2485 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
2486 (sh_gdbarch_init): Always use gdb_print_insn_sh.
2487
24882002-05-17 Corinna Vinschen <[email protected]>
2489
2490 * NEWS: Add section for multi-arched targets. Add v850 to that section.
2491
24922002-05-17 Jason Thorpe <[email protected]>
2493
2494 * Makefile.in (sh_tdep_h): Define and use.
2495 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
2496 register enum): Move to...
2497 * * sh-tdep.h: ...here.
2498 * sh-tdep.c: Include sh-tdep.h.
2499 * sh3-rom.c: Likewise.
2500 * shnbsd-tdep.c: Likewise.
2501
25022002-05-16 Michael Snyder <[email protected]>
2503
2504 * arm-tdep.c: Spelling fix in comment.
2505
25062002-05-16 Jim Blandy <[email protected]>
2507
2508 Add commands for manually expanding macros and showing their
2509 definitions.
2510 * macrocmd.c, macroscope.c, macroscope.h: New files.
2511 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
2512 (macroscope_h): New variable.
2513 (HFILES_NO_SRCDIR): Add macroscope.h.
2514 (COMMON_OBS): Add macrocmd.o, macroscope.o.
2515 (macroscope.o, macrocmd.o): New rules.
2516
2517 Teach the Dwarf 2 reader to read macro information.
2518 * dwarf2read.c: #include "macrotab.h".
2519 (dwarf_macinfo_buffer): New variable.
2520 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
2521 dwarf_macinfo_size.
2522 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
2523 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
2524 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
2525 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
2526 dwarf2_macro_spaces_in_definition): New complaints.
2527 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
2528 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
2529 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
2530 the partial symbol table.
2531 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
2532 from what's recorded in the partial symbol table.
2533 (read_file_scope): If the compilation unit has a
2534 `DW_AT_macro_info' attribute, read its macro information.
2535 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
2536
25372002-05-16 Daniel Jacobowitz <[email protected]>
2538
2539 Fix PR gdb/546
2540 * ser-tcp.c: Don't include <netinet/udp.h>.
2541
25422002-05-16 Stephane Carrez <[email protected]>
2543
2544 * MAINTAINERS: Update my email address.
2545
25462002-05-16 Richard Earnshaw <[email protected]>
2547
2548 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
2549 include file of the same name.
2550
25512002-05-16 Corinna Vinschen <[email protected]>
2552
2553 * configure.tgt: Mark v850 as multi-arched.
2554 * config/v850/tm-v850.h: Remove file.
2555 * config/v850/v850.mt: Eliminate TM_FILE.
2556
25572002-05-16 Corinna Vinschen <[email protected]>
2558
2559 * v850-tdep.c: Full multi-arch.
2560 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
2561 Define GDB_MULTI_ARCH to 2.
2562
25632002-05-16 Pierre Muller <[email protected]>
2564
2565 * p-exp.y (current_type): New static variable.
2566 Carries the type of the expression at the position that is parsed.
2567 (push_current_type, pop_current_type): Two new functions. Used
2568 to store/restore current_type in expression on specific tokens.
2569 (search_field): New static variable. Set to one after parsing a point
2570 as at that point only a FIELDNAME token should be searched.
2571 (FIELDNAME): New token. After a point only a token belonging to
2572 current_type type definition is allowed.
2573 (all over token rules): reset and change current_type according
2574 to rules.
2575 (exp '[' rule): insert implicit array index field if
2576 exp is a pascal string type.
2577
25782002-05-16 Corinna Vinschen <[email protected]>
2579
2580 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
2581 frame info. Use frame_info's saved_regs instead of matching member
2582 in extra_frame_info throughout.
2583 (v850_frame_init_saved_regs): New function.
2584 (v850_init_extra_frame_info): Move most functionality into
2585 v850_frame_init_saved_regs().
2586 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
2587 (v850_frame_find_saved_regs): Remove declaration.
2588 (FRAME_FIND_SAVED_REGS): Remove definition.
2589 (v850_frame_init_saved_regs): Add declaration.
2590 (FRAME_INIT_SAVED_REGS): Add definition.
2591
25922002-05-16 Corinna Vinschen <[email protected]>
2593
2594 * v850-tdep.c: Begin multi-arch'ing v850.
2595 (v850_target_architecture_hook): Remove function.
2596 (v850_gdbarch_init): New function. Add code previously in
2597 v850_target_architecture_hook().
2598 (_initialize_v850_tdep): Don't set target_architecture_hook.
2599 Call register_gdbarch_init() instead.
2600
26012002-05-16 Daniel Jacobowitz <[email protected]>
2602
2603 * gdbtypes.h (struct cplus_struct_type): Remove args field.
2604 * hpread.c (hpread_read_struct_type): Remove assignments to args.
2605 (fixup_class_method_type): Likewise.
2606
26072002-05-15 Daniel Jacobowitz <[email protected]>
2608
2609 From Martin Pool <[email protected]>:
2610 * gdbserver/server.c (gdbserver_usage): New function.
2611 (main): Call it.
2612
26132002-05-15 Jim Blandy <[email protected]>
2614
2615 Add macro structures to GDB's symbol tables. Nobody puts anything
2616 in them yet.
2617 * symtab.h (struct symtab): New member: `macro_table'.
2618 * buildsym.h (pending_macros): New global variable.
2619 * buildsym.c: #include "macrotab.h".
2620 (buildsym_init): Initialize `pending_macros'.
2621 (end_symtab): If we found macro information while reading a CU's
2622 debugging info, do build a symtab structure for it. Make the
2623 symtab point to the macro information, and clear the
2624 `pending_macros' pointer which held it while we were reading the
2625 debug info.
2626 (really_free_pendings): Free any pending macro table.
2627 * objfiles.h (struct objfile): New member: `macro_cache'.
2628 * objfiles.c (allocate_objfile): Set allocate and free functions
2629 for the macro cache's objstack.
2630 (free_objfile): Empty the macro cache's obstack.
2631 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
2632 set new allocate and free functions for it.
2633 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
2634 free functions for the macro cache's objstack. (Why is this
2635 function building its own objfile?)
2636 * symmisc.c (print_objfile_statistics): Print statistics on the
2637 macro bcache.
2638 * Makefile.in: Note that buildsym.o depends on macrotab.h.
2639
26402002-05-15 Richard Earnshaw <[email protected]>
2641
2642 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
2643 (REGISTER_U_ADDR): Delete definition.
2644 (arm_register_u_addr): Delete declaration.
2645
26462002-05-15 Richard Earnshaw <[email protected]>
2647
2648 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
2649 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
2650
26512002-05-14 Daniel Jacobowitz <[email protected]>
2652
2653 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
2654 stop_at -> stop_pc.
2655
26562002-05-14 Andrew Cagney <[email protected]>
2657
2658 * regcache.c (register_valid): Revise comments refering to "Not
2659 available" and "unavailable".
2660 * frame.c (frame_register_read): Ditto.
2661 * findvar.c (value_of_register): Ditto.
2662
26632002-05-15 Andrew Cagney <[email protected]>
2664
2665 * Makefile.in (remote_sim_h): Replace remote-sim_h.
2666 (remote-sim.o): Update dependencies.
2667 (d10v-tdep.o): Specify dependencies.
2668 (sim_d10v_h): Define.
2669
26702002-05-14 Jim Blandy <[email protected]>
2671
2672 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
2673 * macrotab.c (macro_lookup_inclusion, find_definition,
2674 new_macro_table): Same.
2675
2676 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
2677 not `! strcmp ()'. This is a dubious improvement.
2678 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
2679
2680 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
2681 although it's not necessary, to avoid a warning.
2682
26832002-05-14 Daniel Jacobowitz <[email protected]>
2684
2685 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
2686 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
2687 TYPE_INSTANCE_FLAGS.
2688 (struct main_type): New.
2689 (struct type): Move most members to struct main_type. Change
2690 cv_type and as_type to new type_chain member. Add instance_flags.
2691 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
2692 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
2693 (finish_cv_type): Remove prototype.
2694 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
2695 Set TYPE_CHAIN.
2696 (alloc_type_instance): New function.
2697 (smash_type): New function.
2698 (make_pointer_type, make_reference_type, make_function_type)
2699 (smash_to_member_type, smash_to_method_type): Call smash_type.
2700 (make_qualified_type): New function.
2701 (make_type_with_address_space): Call make_qualified_type.
2702 (make_cv_type): Likewise.
2703 (finish_cv_type): Remove unnecessary function.
2704 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
2705 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
2706 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
2707 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
2708 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
2709 * hpread.c (hpread_read_struct_type): Likewise.
2710 * stabsread.c (read_struct_type): Likewise.
2711
27122002-05-14 Elena Zannoni <[email protected]>
2713
2714 * configure.tgt: Add a catch all sh* target, for cases like
2715 sh[2,3,4]-elf and sh-hms.
2716
27172002-05-14 Keith Seitz <[email protected]>
2718
2719 * event-loop.c (create_file_handler): Don't do anything but
2720 update data when we are given a fd which we are already
2721 monitoring.
2722
27232002-05-14 Michal Ludvig <[email protected]>
2724
2725 * dwarf2cfi.c (context_cpy): Copy registers correctly.
2726 (update_context): Use __func__ in warnings.
2727
27282002-05-14 Daniel Jacobowitz <[email protected]>
2729
2730 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
2731 and tcp_close to net_open and net_close.
2732 (net_open): Accept "udp:" and "tcp:" specifications. Connect
2733 using UDP if requested. Don't try to disable Nagle on UDP
2734 sockets.
2735 * remote.c (remote_serial_open): New function. Warn about UDP.
2736 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
2737
27382002-05-13 Elena Zannoni <[email protected]>
2739
2740 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
2741
27422002-05-13 Elena Zannoni <[email protected]>
2743
2744 * configure.tgt: Remove sh-hms target.
2745 * MAINTAINERS: Don't list sh-hms as a separate target.
2746
27472002-05-13 Jim Blandy <[email protected]>
2748
2749 Add first preprocessor macro-expansion files.
2750 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
2751 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
2752 (splay_tree_h, macroexp_h, macrotab_h): New variable.
2753 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
2754 (COMMON_OBS): Add macrotab.o, macroexp.o.
2755 (macroexp.o, macrotab.o): New rules.
2756
27572002-05-13 Andrew Cagney <[email protected]>
2758
2759 * config/m88k/tm-m88k.h: Update copyright.
2760 (m88k_target_write_pc): Declare
2761 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
2762 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
2763 (SHIFT_INST_REGS): Update definition.
2764 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
2765 using old definition of TARGET_WRITE_PC.
2766 * regcache.c (generic_target_write_pc): Delete code handling
2767 NNPC_REGNUM.
2768 * gdbarch.sh (NNPC_REGNUM): Delete.
2769 * gdbarch.h, gdbarch.c: Regenerate.
2770
27712002-05-13 Richard Earnshaw <[email protected]>
2772
2773 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
2774 builtin reg number.
2775
27762002-05-13 Daniel Jacobowitz <[email protected]>
2777
2778 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
2779 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
2780 (gen_address_of, gen_struct_ref, gen_repeat): Use type
2781 access macros.
2782 * c-typeprint.c (cp_type_print_method_args): Likewise.
2783 (c_type_print_args): Likewise.
2784 * d10v-tdep.c (d10v_push_arguments): Likewise.
2785 (d10v_extract_return_value): Likewise.
2786 * expprint.c (print_subexp): Likewise.
2787 * gdbtypes.c (lookup_primitive_typename): Likewise.
2788 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
2789 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
2790 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
2791 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
2792 (TYPE_VECTOR): Likewise.
2793 * hpread.c (hpread_read_struct_type)
2794 (fix_static_member_physnames, fixup_class_method_type)
2795 (hpread_type_lookup): Likewise.
2796 * mdebugread.c (parse_symbol, parse_type): Likewise.
2797 * p-lang.c (is_pascal_string_type): Likewise.
2798 * valops.c (hand_function_call): Likewise.
2799 * x86-64-tdep.c (classify_argument): Likewise.
2800
2801 * hpread.c (hpread_read_function_type)
2802 (hpread_read_doc_function_type): Call replace_type.
2803 * dstread.c (create_new_type): Delete.
2804 (decode_dst_structure, process_dst_function): Call alloc_type.
2805 Use type access macros.
2806
28072002-05-12 Mark Kettenis <[email protected]>
2808
2809 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
2810 the're not supported by the current architecture.
2811 (i387_fill_fxsave): Likewise.
2812
28132002-05-12 Fred Fish <[email protected]>
2814
2815 * symfile.c (default_symfile_offsets): Arrange for uninitialized
2816 sect_index_xxx members to index the first slot in section_offsets
2817 if all of the section_offsets are zero.
2818
28192002-05-12 Mark Kettenis <[email protected]>
2820
2821 * configure.tgt (sparc-*openbsd): Remove entry accidentially
2822 checked in with last change.
2823
28242002-05-12 Mark Kettenis <[email protected]>
2825
2826 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
2827 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
2828 config.sub.
2829
28302002-05-12 Daniel Jacobowitz <[email protected]>
2831
2832 * Makefile.in: Update dependencies.
2833
28342002-05-11 Andrew Cagney <[email protected]>
2835
2836 * language.c (local_hex_string_custom): Simplify. Do not depend
2837 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
2838
2839 * memattr.c (mem_info_command): Replace calls to
2840 longest_local_hex_string and longest_local_hex_string_custom.
2841 * buildsym.c (make_blockvector): Ditto.
2842 * solib.c (info_sharedlibrary_command): Ditto.
2843 * tracepoint.c (tracepoints_info): Ditto.
2844 * symtab.c (print_msymbol_info): Ditto.
2845
2846 * language.c (local_hex_string): Delete.
2847 (local_hex_string_custom): Delete.
2848 (longest_local_hex_string): Rename to local_hex_string.
2849 (longest_local_hex_string_custom): Rename to
2850 local_hex_string_custom.
2851 * language.h (local_hex_string): Change parameter type to LONGEST.
2852 (local_hex_string_custom): Ditto.
2853 (longest_local_hex_string): Delete declaration.
2854 (longest_local_hex_string_custom): Ditto.
2855
2856 * solib.c: Update copyright.
2857 * memattr.c: Update copyright.
2858
28592002-05-11 Andrew Cagney <[email protected]>
2860
2861 * arch-utils.h (legacy_register_to_value): Declare.
2862 (legacy_value_to_register): Declare.
2863 (legacy_convert_register_p): Declare.
2864 * arch-utils.c (legacy_register_to_value): New function.
2865 (legacy_value_to_register): New function.
2866 (legacy_convert_register_p): New function.
2867
2868 * gdbarch.sh (REGISTER_TO_VALUE): Define.
2869 (VALUE_TO_REGISTER): Define.
2870 (CONVERT_REGISTER_P): Define.
2871 * gdbarch.h, gdbarch.c: Regenerate.
2872
2873 * valops.c (value_assign): Use CONVERT_REGISTER_P and
2874 VALUE_TO_REGISTER.
2875 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
2876 CONVERT_REGISTER_P.
2877
28782005-05-11 Daniel Jacobowitz <[email protected]>
2879 Peter Schauer <[email protected]>
2880
2881 * Makefile.in: Update dependencies for valops.c.
2882 * valops.c: Include "gdb_assert.h".
2883 (typecmp): Skip THIS parameter to methods.
2884 (find_method_list): Remove static_memfuncp argument,
2885 update callers. Check for stub methods.
2886 (find_value_oload_method_list): Don't set *static_memfuncp.
2887 (find_overload_match): Don't check for stub methods. Assert
2888 that methods are not stubbed. Handle static methods.
2889 (value_find_oload_method_list): Remove static_memfuncp argument.
2890 * gdbtypes.c (check_stub_method): Do not add THIS pointer
2891 to the argument list for static stub methods.
2892 * value.h (value_find_oload_method_list): Update prototype.
2893
28942002-05-11 Andrew Cagney <[email protected]>
2895
2896 * arch-utils.h (generic_register_size): Declare.
2897 (generic_register_raw_size, generic_register_virtual_size): Delete
2898 declarations.
2899 * arch-utils.c (generic_register_raw_size): Delete.
2900 (generic_register_size): New function.
2901 (generic_register_virtual_size): Delete.
2902
2903 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
2904 default generic_register_size.
2905 * gdbarch.h, gdbarch.c: Re-generate.
2906
2907 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
2908 register_virtual_size.
2909 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
2910 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2911
29122002-05-11 Andrew Cagney <[email protected]>
2913
2914 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
2915 * gdbarch.h, gdbarch.c: Regenerate.
2916 * gnu-v3-abi.c: Update copyright.
2917 (vtable_address_point_offset): Update.
2918 (gnuv3_rtti_type): Update.
2919 (gnuv3_baseclass_offset): Update.
2920 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
2921 (init_fetch_link_map_offsets): Update.
2922 * remote.c (get_remote_state): Update.
2923
29242002-05-11 Daniel Jacobowitz <[email protected]>
2925
2926 * TODO: Remove value_headof/value_from_vtable_info comment.
2927 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
2928 * values.c (value_headof, value_from_vtable_info): Delete.
2929 * value.h (value_from_vtable_info): Delete prototype.
2930
29312002-05-11 Andrew Cagney <[email protected]>
2932
2933 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
2934 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
2935 $(gdb_regex_h).
2936 (gdb_assert_h): Define.
2937 (gdb_wait_h): Define.
2938 (gdb_regex_h): Define.
2939
29402002-05-11 Daniel Jacobowitz <[email protected]>
2941
2942 From Peter Schauer <[email protected]>:
2943 * linespec.c (find_methods): Handle GCC 3.x template constructors.
2944
29452002-05-11 Jason Thorpe <[email protected]>
2946
2947 * nbsd-tdep.c: Fix comment.
2948
29492002-05-11 Jason Thorpe <[email protected]>
2950
2951 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
2952 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
2953 (nbsd-tdep.o): New dependency list.
2954 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
2955 nbsd-tdep.h.
2956 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
2957 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
2958 * nbsd-tdep.c: New file.
2959 * nbsd-tdep.h: New file.
2960 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
2961 nbsd-tdep.h.
2962 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
2963 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2964 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2965 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2966
29672002-05-11 Jason Thorpe <[email protected]>
2968
2969 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
2970 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
2971 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
2972 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
2973 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
2974 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
2975
29762002-05-11 Jason Thorpe <[email protected]>
2977
2978 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
2979 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2980 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
2981 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
2982 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
2983 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
2984 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
2985
29862002-05-11 Jason Thorpe <[email protected]>
2987
2988 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
2989 fetch_elfcore_registers to...
2990 * i386nbsd-tdep.c: ...here.
2991 (i386nbsd_use_struct_convention): Rename to...
2992 (i386nbsd_aout_use_struct_convention): ...this.
2993 (i386nbsd_supply_reg): New function.
2994 (i386nbsd_fill_reg): New function.
2995 (fetch_core_registers): Use i386nbsd_supply_reg.
2996 (fetch_elfcore_registers): Likewise.
2997 (_initialize_i386nbsd_tdep): New function.
2998 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
2999 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3000 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
3001 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
3002 (i386nbsd_aout_use_struct_convention): ...this.
3003
30042002-05-11 Jason Thorpe <[email protected]>
3005
3006 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
3007 (store_inferior_registers): Use shnbsd_fill_reg.
3008 * shnbsd-tdep.c (sh_nbsd_supply_registers,
3009 sh_nbsd_supply_register): Collapse into...
3010 (shnbsd_supply_reg): ...this.
3011 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
3012 (shnbsd_fill_reg): ...this.
3013 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
3014 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
3015 (fetch_core_registers): Use shnbsd_supply_reg.
3016 (fetch_elfcore_registers): Use shnbsd_supply_reg.
3017 (sh_nbsd_core_fns): Rename to...
3018 (shnbsd_core_fns): ...this.
3019 (sh_nbsd_elfcore_fns): Rename to...
3020 (shnbsd_elfcore_fns): ...this.
3021 (sh_nbsd_init_abi): Rename to...
3022 (shnbsd_init_abi): ...this.
3023 (_initialize_sh_nbsd_tdep): Rename to...
3024 (_initialize_shnbsd_tdep): ...this.
3025 * shnbsd-tdep.h (sh_nbsd_supply_registers,
3026 sh_nbsd_supply_register, sh_nbsd_fill_registers,
3027 sh_nbsd_fill_register): Remove prototypes.
3028 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
3029
30302002-05-11 Jason Thorpe <[email protected]>
3031
3032 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
3033 (i387-nat.o): Delete dependency list.
3034 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
3035 (x86-64-linux-nat.o): Likewise.
3036 * i387-nat.c: Delete file, moving contents to...
3037 * i387-tdep.c: ...here.
3038 * i387-nat.h: Rename...
3039 * i387-tdep.h: ...to this.
3040 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
3041 * i386-linux-nat.c: Likewise.
3042 * i386bsd-nat.c: Likewise.
3043 * i386gnu-nat.c: Likewise.
3044 * i386nbsd-nat.c: Likewise.
3045 * i386v4-nat.c: Likewise.
3046 * x86-64-linux-nat.c: Likewise.
3047 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
3048 * config/i386/go32.mh (NATDEPFILES): Likewise.
3049 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
3050 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
3051 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
3052 * config/i386/linux.mh (NATDEPFILES): Likewise.
3053 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
3054 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3055 * config/i386/obsd.mh (NATDEPFILES): Likewise.
3056 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
3057
30582002-05-11 Jason Thorpe <[email protected]>
3059
3060 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
3061 (alphanbsd-nat.o): Remove dependency list.
3062 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
3063 * alphanbsd-nat.c: Delete. Contents moved to...
3064 * alphanbsd-tdep.c: ...here.
3065 (_initialize_alphanbsd_tdep): Register core functions.
3066 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
3067
30682002-05-11 Jason Thorpe <[email protected]>
3069
3070 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
3071 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
3072 (alphanbsd-nat.o): Likewise.
3073 (alphabsd-tdep.o): New dependency list.
3074 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
3075 (fill_gregset): Use alphabsd_fill_reg.
3076 (supply_fpregset): Use alphabsd_supply_fpreg.
3077 (fill_fpregset): Use alphabsd_fill_fpreg.
3078 (fetch_inferior_registers): Use struct reg and struct fpreg
3079 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
3080 and alphabsd_supply_fpreg.
3081 (store_inferior_registers): Use struct reg and struct fpreg
3082 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
3083 and alphabsd_fill_fpreg.
3084 * alphabsd-tdep.c: New file.
3085 * alphabsd-tdep.h: New file.
3086 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
3087 (fetch_elfcore_registers): Use alphabsd_supply_reg and
3088 alphabsd_supply_fpreg.
3089 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
3090 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3091
30922002-05-11 Eric Christopher <[email protected]>
3093
3094 * mips-tdep.c (mips_double_register_type): Fix thinko.
3095 (mips_single_register_type): Ditto.
3096 * MAINTAINERS: Add self.
3097
30982002-05-11 Mark Kettenis <[email protected]>
3099
3100 * i387-nat.c (i387_supply_register, i387_fill_fsave,
3101 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
3102 right thing on architectures with different endianness and/or
3103 integer sizes.
3104
31052002-05-10 Jason Thorpe <[email protected]>
3106
3107 From Christian Limpach <[email protected]>
3108 * configure.in: Change sed expression which comments out
3109 NATDEPFILES to also comment out continuation lines.
3110 * configure: Regenerate.
3111
31122002-05-10 Elena Zannoni <[email protected]>
3113
3114 * sh-tdep.c: Clean up code erroneously reintroduced by previous
3115 big patch.
3116
31172002-05-10 Elena Zannoni <[email protected]>
3118
3119 * sh-tdep.c: Include correct file.
3120
31212002-05-10 Elena Zannoni <[email protected]>
3122
3123 New support for sh64-elf (sh5) target.
3124
3125 * configure.tgt: For sh64-elf target, default to sh-elf.
3126
3127 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
3128 (struct gdbarch_tdep): Add new fields for new registers and ABI
3129 info.
3130
3131 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
3132 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
3133 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
3134 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
3135 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
3136 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
3137 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
3138 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
3139 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
3140 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
3141 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
3142 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
3143 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
3144 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
3145 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
3146 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
3147 sh64_get_gdb_regnum, sh64_media_reg_base_num,
3148 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
3149 sign_extend, sh64_nofp_frame_init_saved_regs,
3150 sh64_init_extra_frame_info, sh64_get_saved_register,
3151 sh64_extract_struct_value_address, sh64_pop_frame,
3152 sh64_push_arguments, sh64_extract_return_value,
3153 sh64_store_return_value, sh64_show_media_regs,
3154 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
3155 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
3156 sh_sh64_register_virtual_type,
3157 sh_sh64_register_convert_to_virtual,
3158 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
3159 sh64_register_read, sh64_pseudo_register_write,
3160 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
3161 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
3162 sh64_do_pseudo_register, sh_compact_do_registers_info,
3163 sh64_do_registers_info, sh_gdbarch_init): New functions.
3164
31652002-05-10 Elena Zannoni <[email protected]>
3166
3167 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
3168
31692002-05-10 Daniel Jacobowitz <[email protected]>
3170
3171 * linespec.c (decode_line_1): Check for a double quote after
3172 a filename correctly.
3173
31742002-05-10 Jim Blandy <[email protected]>
3175
3176 Properly track the size of the current objfile's .debug_line section.
3177 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
3178 (DWARF_LINE_SIZE): New macro.
3179 (dwarf2_build_psymtabs_hard): Record the line section's size in
3180 the partial symbol table.
3181 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
3182 symbol table.
3183
31842002-05-10 Petr Sorfa <[email protected]>
3185
3186 * ia64-tdep.c: Handle breakpoints on L instruction type
3187 in MLX instruction bundle by moving the breakpoint to
3188 the third slot (X instruction type) as L holds only data.
3189
31902002-05-10 Kevin Buettner <[email protected]>
3191
3192 * dbxread.c (discarding_local_symbols_complaint): New complaint.
3193 (process_one_symbol): Complain about discarding local symbols
3194 due to a misplaced N_LBRAC entry.
3195
31962002-05-09 Elena Zannoni <[email protected]>
3197
3198 From Daniel Berlin <[email protected]>
3199 * linespec.c (find_toplevel_char): '<' and '>' also increase and
3200 decrease the depth we are at, in the case of templates.
3201
32022002-05-09 Daniel Jacobowitz <[email protected]>
3203
3204 * mips-tdep.c (mips_float_register_type): New function.
3205 (mips_double_register_type): New function.
3206 (mips_print_register): Use them.
3207 (do_fp_register_row): Likewise.
3208
32092002-05-09 Daniel Jacobowitz <[email protected]>
3210
3211 * signals/signals.c (signals): Remove conditional compilation around
3212 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
3213 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
3214
32152002-05-09 Michael Snyder <[email protected]>
3216
3217 * remote-rdp.c (remote_rdp_can_run): Remove.
3218
32192002-05-09 Tom Tromey <[email protected]>
3220
3221 * jv-valprint.c (java_val_print): Handle `char' as a special case
3222 of TYPE_CODE_INT.
3223
32242002-05-09 Michael Snyder <[email protected]>
3225
3226 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
3227 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
3228 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
3229 str r(0123),[sp,#nn].
3230 (arm_skip_prologue): Ditto. Also make disassembly
3231 order-independent by placing it in a loop.
3232
32332002-05-06 Michael Snyder <[email protected]>
3234
3235 * stabsread.c (read_type): Add recognition for new attribute:
3236 "@V;" means that an array type is actually a vector.
3237 This is analogous to the vector flag that's been added to dwarf2.
3238
32392002-05-09 Mark Kettenis <[email protected]>
3240
3241 * i386-tdep.h (i386_abi): New enum.
3242 (struct gdbarch_tdep): Replace os_ident member with abi.
3243 (i386_gdbarch_register_os_abi): New prototype.
3244 * i386-tdep.c (i386_abi_names): New array.
3245 (process_note_abi_tag_sections): Removed.
3246 (process_note_sections): New function.
3247 (i386_elf_abi_from_note, i386_elf_abi): New functions.
3248 (struct i386_abi_handler): New struct.
3249 (i386_abi_handler_list): New variable.
3250 (i386_gdbarch_register_os_abi): New function.
3251 (i386_gdbarch_init): Adapt for the changes given above.
3252
32532002-05-08 Daniel Jacobowitz <[email protected]>
3254
3255 * gregset.h: Say "GNU/Linux".
3256
32572002-05-08 Elena Zannoni <[email protected]>
3258
3259 * gdbtypes.c : Add new builtin type for 64 bit vectors.
3260 (build_gdbtypes): Build builtin_type_v2_float.
3261 (_initialize_gdbtypes): Register new builtin type.
3262
32632002-05-08 Andrew Cagney <[email protected]>
3264
3265 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
3266 (clear_gdbarch_swap): New function.
3267 (initialize_non_multiarch): Call.
3268 (gdbarch_update_p): Before calling init(), swap out and clear the
3269 existing architecture.
3270 * gdbarch.c: Regenerate.
3271
32722002-05-08 Jason Thorpe <[email protected]>
3273
3274 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
3275 alphanbsd-tdep.c.
3276
32772002-05-08 Jason Thorpe <[email protected]>
3278
3279 * sh-nbsd-nat.c: Rename to...
3280 * shnbsd-nat.c: ...this.
3281 * sh-nbsd-tdep.c: Rename to...
3282 * shnbsd-tdep.c: ...this.
3283 * sh-nbsd-tdep.h: Rename to...
3284 * shnbsd-tdep.h: ...this.
3285 * config/sh/nbsd.mh: Use shnbsd-nat.o.
3286 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
3287
32882002-05-08 Richard Earnshaw <[email protected]>
3289
3290 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
3291 concatenation for command help messages.
3292
32932002-05-08 Jason Thorpe <[email protected]>
3294
3295 * NEWS: Note new sh*-*-netbsdelf* configuration.
3296 * configure.host: Set gdb_host_cpu to sh for all sh*.
3297 (sh*-*-netbsdelf*): New host.
3298 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
3299 (sh*-*-netbsdelf*): New target.
3300 * sh-nbsd-nat.c: New file.
3301 * sh-nbsd-tdep.c: New file.
3302 * sh-nbsd-tdep.h: New file.
3303 * config/sh/nbsd.mh: New file.
3304 * config/sh/nbsd.mt: New file.
3305 * config/sh/nm-nbsd.h: New file.
3306 * config/sh/tm-nbsd.h: New file.
3307
33082002-05-08 Jason Thorpe <[email protected]>
3309
3310 * sh-tdep.c (sh_osabi_names): Declare.
3311 (process_note_abi_tag_sections): New function.
3312 (get_elfosabi): Ditto.
3313 (sh_gdbarch_register_os_abi): Ditto.
3314 (sh_dump_tdep): Ditto.
3315 _initialize_sh_tdep): Use gdbarch_register to register
3316 sh_gdbarch_init and sh_dump_tdep.
3317 * config/sh/tm-sh.h (sh_osabi): Declare.
3318 (gdbarch_tdep): Add sh_osabi and osabi_name members.
3319
33202002-05-07 Andrew Cagney <[email protected]>
3321
3322 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
3323 (thumb_scan_prologue): Ditto.
3324 (arm_find_callers_reg): Ditto.
3325 (arm_frame_chain): Ditto.
3326 (arm_init_extra_frame_info): Ditto.
3327 (arm_frame_saved_pc): Ditto.
3328 (arm_pop_frame): Ditto.
3329 (arm_push_return_address): New function.
3330 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
3331 call_dummy_location, call_dummy_breakpoint_offset_p,
3332 call_dummy_breakpoint_offset, call_dummy_p,
3333 call_dummy_stack_adjust_p, call_dummy_words,
3334 sizeof_call_dummy_words, call_dummy_start_offset,
3335 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
3336 call_dummy_address, push_return_address and push_dummy_frame for
3337 generic dummy frames.
3338
33392002-05-07 Jason Thorpe <[email protected]>
3340
3341 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
3342 size computation for alloca.
3343 (sh_fp_frame_init_saved_regs): Likewise.
3344
33452002-05-07 Richard Earnshaw <[email protected]>
3346
3347 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
3348 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
3349 * arm-tdep.c (arm_store_return_value): Use them.
3350 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
3351 * remote-rdp.c (remote_rdp_fetch_register): Use
3352 ARM_MAX_REGISTER_RAW_SIZE.
3353 (remote_rdp_store_register): Likewise.
3354
33552002-05-07 Michal Ludvig <[email protected]>
3356
3357 * dwarf2cfi.c: Code cleanup, removed unused variables,
3358 added default labels to switch {} statements.
3359 * x86-64-tdep.c: Ditto.
3360 * x86-64-linux-nat.c: Ditto.
3361
33622002-05-07 Jason Thorpe <[email protected]>
3363
3364 * solib.h: Protect against multiple inclusion.
3365
33662002-05-06 Jim Blandy <[email protected]>
3367
3368 Add first preprocessor macro-expansion files.
3369 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
3370 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
3371 (splay_tree_h, macroexp_h, macrotab_h): New variable.
3372 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
3373 (COMMON_OBS): Add macrotab.o, macroexp.o.
3374 (macroexp.o, macrotab.o): New rules.
3375
3376 Separate the job of reading the line number info statement program
3377 header (...expialidocious) out into its own function.
3378 * dwarf2read.c (struct line_head, struct filenames, struct
3379 directories): Replace with...
3380 (struct line_header): New structure, containing the full
3381 contents of the statement program header, including the
3382 include directory and file name tables.
3383 (read_file_scope): If we have line number info, instead of just
3384 calling dwarf_decode_lines to do all the work, call
3385 dwarf_decode_line_header first to get a `struct line_header'
3386 containing the data in the statement program header, and then
3387 pass that to dwarf_decode_lines, which will pick up where that
3388 left off. Be sure to clean up the `struct line_header' object.
3389 (dwarf_decode_line_header, free_line_header, add_include_dir,
3390 add_file_name): New functions.
3391 (dwarf_decode_lines): Move all the code to read the statement
3392 program header into dwarf_decode_line_header. Take the line
3393 header it built as the first argument, instead of the offset to
3394 the compilation unit's line number info. Use the new `struct
3395 line_header' type instead of the old structures. No need to do
3396 cleanups here now, since we don't allocate anything.
3397 (dwarf2_statement_list_fits_in_line_number_section,
3398 dwarf2_line_header_too_long): New complaints.
3399
34002002-05-06 Elena Zannoni <[email protected]>
3401
3402 * gdbtypes.c (init_vector_type): New function.
3403 (build_builtin_type_vec128): Simplify the representation of SIMD
3404 registers.
3405 (build_gdbtypes): Initialize new builtin vector types.
3406 (_initialize_gdbtypes): Register new vector types with gdbarch.
3407 (builtin_type_v4_float, builtin_type_v4_int32,
3408 builtin_type_v8_int16, builtin_type_v16_int8,
3409 builtin_type_v2_int32, builtin_type_v4_int16,
3410 builtin_type_v8_int8): New (renamed) SIMD types.
3411
34122002-05-06 Mark Kettenis <[email protected]>
3413
3414 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
3415 (i387_fill_fxsave): Likewise.
3416
34172002-05-05 Alexandre Oliva <[email protected]>
3418
3419 * alpha-tdep.c (alpha_extract_return_value): Don't use
3420 non-constant array size in prototype.
3421
34222002-05-04 Andrew Cagney <[email protected]>
3423
3424 From Brian Taylor <briant at model dot com>:
3425 * ui-out.c (ui_out_field_core_addr): Use the function
3426 longest_local_hex_string_custom'to format addresses > 32 bits
3427 wide.
3428
3429 * ui-out.c (ui_out_field_core_addr): Update comment.
3430
34312002-05-04 Andrew Cagney <[email protected]>
3432
3433 * stack.c (select_and_print_frame): Make static. Delete the
3434 parameter `level'.
3435 (func_command): Update call.
3436 (select_frame_command): Delete code computing the frame level.
3437 * frame.h (select_and_print_frame): Delete declaration.
3438
34392002-05-04 Andrew Cagney <[email protected]>
3440
3441 * sparc-tdep.c (sparc_get_saved_register): Comment why
3442 get_prev_frame call is safe.
3443
34442002-05-04 Andrew Cagney <[email protected]>
3445
3446 * frame.h (select_frame): Delete level parameter.
3447 * stack.c (select_frame): Update. Use frame_relative_level to
3448 obtain the frame's level.
3449 (select_and_print_frame): Update call.
3450 (select_frame_command): Ditto.
3451 (up_silently_base): Ditto.
3452 (down_silently_base): Ditto.
3453 * ocd.c (ocd_start_remote): Ditto.
3454 * remote-rdp.c (remote_rdp_open): Ditto.
3455 * remote-mips.c (mips_initialize): Ditto.
3456 (common_open): Ditto.
3457 * remote-e7000.c (e7000_start_remote): Ditto.
3458 * m3-nat.c (select_thread): Ditto.
3459 * hppa-tdep.c (child_get_current_exception_event): Ditto.
3460 (child_get_current_exception_event): Ditto.
3461 * varobj.c (varobj_create): Ditto.
3462 (varobj_update): Ditto.
3463 (c_value_of_root): Ditto.
3464 * tracepoint.c (finish_tfind_command): Ditto.
3465 * corelow.c (core_open): Ditto.
3466 * arch-utils.c (generic_prepare_to_proceed): Ditto.
3467 * thread.c (info_threads_command): Ditto.
3468 (switch_to_thread): Ditto.
3469 * infrun.c (normal_stop): Ditto.
3470 (restore_selected_frame): Ditto.
3471 (restore_inferior_status): Ditto.
3472 * breakpoint.c (insert_breakpoints): Ditto.
3473 (watchpoint_check): Ditto.
3474 (bpstat_stop_status): Ditto.
3475 (do_enable_breakpoint): Ditto.
3476 * blockframe.c (flush_cached_frames): Ditto.
3477 (reinit_frame_cache): Ditto.
3478
34792002-05-04 Andrew Cagney <[email protected]>
3480
3481 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
3482 maintainer.
3483
34842002-05-04 Jim Blandy <[email protected]>
3485
3486 * gdbtypes.c (replace_type): Doc fix.
3487
34882002-05-04 Andrew Cagney <[email protected]>
3489
3490 * valprint.c (strcat_longest): Delete commented out function.
3491 Update copyright.
3492
34932002-05-04 Andrew Cagney <[email protected]>
3494
3495 * MAINTAINERS: Mark a29k as deleted.
3496 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
3497 Move new configurations to the top.
3498 * configure.tgt: Remove a29k.
3499 * config/a29k/tm-vx29k.h: Delete.
3500 * config/a29k/vx29k.mt: Delete.
3501 * config/a29k/tm-a29k.h: Delete.
3502 * config/a29k/a29k-udi.mt: Delete.
3503 * config/a29k/a29k.mt: Delete.
3504 * a29k-tdep.c: Delete.
3505 * remote-udi.c: Delete.
3506 * remote-mm.c: Delete.
3507 * remote-eb.c: Delete.
3508 * remote-adapt.c: Delete.
3509 * Makefile.in: Remove obsolete code.
3510 * gdbserver/Makefile.in: Ditto.
3511 * config/s390/s390x.mt: Ditto.
3512 * config/s390/s390.mt: Ditto.
3513 * config/sparc/sparclynx.mh: Ditto.
3514 * config/sparc/linux.mh: Ditto.
3515 * config/pa/hppaosf.mh: Ditto.
3516 * config/pa/hppabsd.mh: Ditto.
3517 * config/ns32k/nbsd.mt: Ditto.
3518 * config/mips/vr5000.mt: Ditto.
3519 * config/m68k/sun3os4.mh: Ditto.
3520 * config/m68k/nbsd.mt: Ditto.
3521 * config/m68k/m68klynx.mh: Ditto.
3522 * config/m32r/m32r.mt: Ditto.
3523 * config/i386/x86-64linux.mt: Ditto.
3524 * config/i386/nbsdelf.mt: Ditto.
3525 * config/i386/nbsd.mt: Ditto.
3526 * config/i386/i386lynx.mh: Ditto.
3527
35282002-05-04 Andrew Cagney <[email protected]>
3529
3530 * target.c (debug_print_register): New function. Handle oversize
3531 registers.
3532 (debug_to_fetch_registers): Call.
3533 (debug_to_store_registers): Call.
3534
35352002-05-03 Jim Blandy <[email protected]>
3536
3537 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
3538 (read_type): Doc fix.
3539 * gdbtypes.c (replace_type): Doc fix.
3540
3541 * stabsread.c (multiply_defined_struct): New complaint.
3542 (read_struct_type): If the type we were passed isn't empty, or
3543 incomplete, don't read the new struct type into it; complain,
3544 and return the original type unchanged. Take a new `type_code'
3545 argument, which is the type code for the new type.
3546 (read_type): Rather than storing the type's type code here, pass
3547 it as an argument to read_struct_type, and let that take care of
3548 storing it. That way, we don't overwrite the original type code,
3549 so read_struct_type can use it to decide whether we're overwriting
3550 something we shouldn't.
3551 (complain_about_struct_wipeout): New function.
3552
35532002-05-03 Andrew Cagney <[email protected]>
3554
3555 * gdbarch.sh: Assert that gdbarch is non-NULL.
3556 * gdbarch.c: Regenerate.
3557
35582002-05-03 Jason Merrill <[email protected]>
3559
3560 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
3561 and return NULL.
3562
35632002-05-03 Michal Ludvig <[email protected]>
3564
3565 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
3566 (x86_64_dwarf2gdb_regno_map_length),
3567 (x86_64_dwarf2_reg_to_regnum): Added.
3568 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
3569 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
3570 (_initialize_x86_64_tdep): Synced with the change above.
3571 (x86_64_skip_prologue): Reformulated message.
3572
35732002-05-03 Pierre Muller <[email protected]>
3574
3575 * f-exp.y: Also use new prev_lexptr variable
3576 to improve error reporting. Based on Michael Snyder
3577 2002-04-24 dated patch to c-exp.y.
3578 * jv-exp.y: Likewise.
3579 * m2-exp.y: Likewise.
3580
35812002-05-02 Elena Zannoni <[email protected]>
3582
3583 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
3584 we are dealing with vectors.
3585
35862002-05-02 Pierre Muller <[email protected]>
3587
3588 * config/m68k/tm-nbsd.h: Obvious fix,
3589 correct machine name.
3590
35912002-05-02 Pierre Muller <[email protected]>
3592
3593 * p-typeprint.c (pascal_type_print_base): Add support
3594 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
3595
35962002-05-02 Pierre Muller <[email protected]>
3597
3598 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
3599 for fondamental pascal 'char' type.
3600
36012002-05-02 Pierre Muller <[email protected]>
3602
3603 * p-lang.h (is_pascal_string_type): Declaration changed,
3604 new sixth argument of type char ** added.
3605 * p-lang.c (is_pascal_string_type): Implementation
3606 changed. Args length_pos, length_size, string_pos, char_size
3607 can now be NULL. New argument arrayname set to the field
3608 name of the char array. Return value set to char array
3609 field index plus one.
3610 * p-valprint.c (pascal_val_print): Adapt to new declaration of
3611 is_pascal_string_type function.
3612
36132002-05-02 Andrew Cagney <[email protected]>
3614
3615 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
3616 <[email protected]> change.
3617 * gdbarch.c: Regenerate.
3618
36192002-05-02 Andrew Cagney <[email protected]>
3620
3621 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
3622 before probing for a new one. Detect errorenous gdbarch_init
3623 functions.
3624 * gdbarch.c: Regenerate.
3625
36262002-05-01 Andrew Cagney <[email protected]>
3627
3628 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
3629 * config/mcore/tm-mcore.h: Ditto. Update copyright.
3630 * config/v850/tm-v850.h: Ditto. Update copyright.
3631
36322002-04-30 Andrew Cagney <[email protected]>
3633
3634 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
3635 current_gdbarch.
3636
36372002-04-30 Michael Snyder <[email protected]>
3638
3639 * arm-tdep.c: Whitespace clean-ups.
3640 (arm_skip_prologue): Fix thinko; two lines
3641 should have been removed as part of 4/24 change.
3642
36432002-04-30 Kevin Buettner <[email protected]>
3644
3645 * rs6000-tdep.c: Added comment describing how fpscr register
3646 numbers were chosen.
3647
36482002-04-30 Michael Snyder <[email protected]>
3649
3650 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
3651
36522002-04-29 Elena Zannoni <[email protected]>
3653
3654 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
3655 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
3656 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
3657
36582002-04-29 Kevin Buettner <[email protected]>
3659
3660 From Louis Hamilton <[email protected]>:
3661 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
3662 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
3663 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
3664 not bfd-private xcoff data, to determine wordsize.
3665 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
3666
36672002-04-29 Andrew Cagney <[email protected]>
3668
3669 GDB 5.2 released from 5.2 branch.
3670
36712002-04-29 Michal Ludvig <[email protected]>
3672
3673 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
3674 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
3675 (x86_64_register_info_table): Added comments with register numbers.
3676
36772002-04-29 Elena Zannoni <[email protected]>
3678
3679 * rs6000-tdep.c (rs6000_extract_return_value,
3680 rs6000_store_return_value): Handle returning vectors.
3681 (rs6000_gdbarch_init): Use
3682 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
3683 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
3684 New function.
3685 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
3686 vectors.
3687 (ppc_sysv_abi_push_arguments): Handle vector parameters.
3688 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
3689
36902002-04-24 Pierre Muller <ics.u-strasbg.fr>
3691
3692 * hpread.c (hpread_psymtab_to_symtab_1,
3693 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
3694 with fprintf_unfiltered (gdb_stderr,...).
3695
36962002-04-24 Pierre Muller <ics.u-strasbg.fr>
3697
3698 * remote-array.c (printf_monitor, write_monitor,
3699 array_insert_breakpoint, array_remove_breakpoint ):
3700 Replace fprintf (stderr,...
3701 with fprintf_unfiltered (gdb_stderr,....
3702 * remote-es.c: Likewise.
3703 * remote-os9k.c: Likewise.
3704 * remote-st.c: Likewise.
3705
37062002-04-28 Andreas Schwab <[email protected]>
3707
3708 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
3709 linux-proc.o and gcore.o.
3710
37112002-04-26 Michal Ludvig <[email protected]>
3712
3713 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
3714 code without frame pointers.
3715
37162002-04-26 Andrew Cagney <[email protected]>
3717
3718 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
3719 ON_STACK is needed.
3720
37212002-04-26 Ben Elliston <[email protected]>
3722
3723 * target.c (do_xfer_memory): Correct reference to the new option
3724 "trust-readonly-sections".
3725
37262002-04-26 Elena Zannoni <[email protected]>
3727
3728 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
3729 * gdbtypes.c (recursive_dump_type): Output the vector flag.
3730 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
3731 vectors.
3732 (read_array_type): Record the fact that this array type is really a
3733 vector (i.e. are passed in by value).
3734
37352002-04-26 Jason Thorpe <[email protected]>
3736
3737 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
3738 * alpha-tdep.c (alpha_sigcontext_addr): New function.
3739 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
3740 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
3741 * alpha-linux-tdep.c: Include frame.h.
3742 (alpha_linux_sigcontext_addr): New function.
3743 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
3744 alpha_linux_sigcontext_addr.
3745 * alpha-osf1-tdep.c: Include gdbcore.h.
3746 (alpha_osf1_sigcontext_addr): New function.
3747 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
3748 alpha_osf1_sigcontext_addr.
3749 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
3750 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
3751
37522002-04-26 Andrew Cagney <[email protected]>
3753
3754 * stack.c (selected_frame_level):
3755 (select_frame): Do not set selected_frame_level.
3756 * frame.h (selected_frame_level): Delete declaration.
3757
37582002-04-26 Andrew Cagney <[email protected]>
3759
3760 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
3761 convert_from_func_ptr-addr when AIX / PowerOpen.
3762
37632002-04-25 Andrew Cagney <[email protected]>
3764
3765 * valops.c (hand_function_call): Call
3766 generic_save_call_dummy_addr.
3767 * frame.h (generic_save_call_dummy_addr): Declare.
3768 * blockframe.c (struct dummy_frame): Add fields call_lo and
3769 call_hi.
3770 (generic_find_dummy_frame): Check for PC in range call_lo to
3771 call_hi instead of entry_point_address.
3772 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
3773 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
3774 (generic_save_call_dummy_addr): New function.
3775
37762002-04-24 David S. Miller <[email protected]>
3777
3778 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
3779 sparc_skip_prologue.
3780 (sparc_skip_prologue): Kill frameless_p arg, and use line number
3781 information to find prologue when possible.
3782 (sparc_prologue_frameless_p): Call examine_prologue directly.
3783 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
3784 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
3785 second argument.
3786 (SKIP_PROLOGUE): Likewise.
3787
37882002-04-25 Jason Thorpe <[email protected]>
3789
3790 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
3791 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
3792 indicate that the condition it was testing is always true.
3793 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
3794 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
3795 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
3796
37972002-04-25 Jason Thorpe <[email protected]>
3798
3799 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
3800 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
3801 tdep->jb_pc and tdep->jb_elt_size.
3802 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
3803 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
3804 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3805 * alpha-nat.c (get_longjmp_target): Remove.
3806 (JB_ELEMENT_SIZE): Ditto.
3807 (JB_PC): Ditto.
3808 * alpha-tdep.c (alpha_get_longjmp_target): New function.
3809 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
3810 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
3811 to alpha_get_longjmp_target.
3812 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
3813 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
3814 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
3815
38162002-04-25 Andrew Cagney <[email protected]>
3817
3818 * README: Update to GDB 5.2.
3819
38202002-04-25 Andrew Cagney <[email protected]>
3821
3822 * gdbarch.sh (LC_ALL): Set to `c'.
3823
38242002-04-25 Theodore A. Roth <[email protected]>
3825
3826 * avr-tdep.c: Ran through gdb_indent.sh.
3827
38282002-04-25 Theodore A. Roth <[email protected]>
3829
3830 * MAINTAINERS: Add myself as AVR maintainer.
3831 * NEWS: Note new target avr.
3832
38332002-04-25 Theodore A. Roth <[email protected]>
3834
3835 * Makefile.in: Add support for AVR target.
3836 * configure.tgt: Add support for AVR target.
3837 * avr-tdep.c: New file
3838 * config/avr/avr.mt: New file.
3839
38402002-04-25 Theodore A. Roth <[email protected]>
3841
3842 * MAINTAINERS: Add myself to write-after-approval.
3843
38442002-04-24 Pierre Muller <ics.u-strasbg.fr>
3845
3846 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
3847 with fprintf_unfiltered (gdb_stderr,....
3848
38492002-04-25 Pierre Muller <[email protected]>
3850
3851 Fix PR gdb/508.
3852 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
3853
38542002-04-25 Pierre Muller <[email protected]>
3855
3856 * p-exp.y: Also use new prev_lexptr variable
3857 to improve error reporting. Based on Michael Snyder
3858 2002-04-24 dated patch to c-exp.y.
3859
38602002-04-25 Jason Thorpe <[email protected]>
3861
3862 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
3863 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
3864 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
3865 to 0.
3866 * config/alpha/tm-alpha.h: Remove forward decls of struct type
3867 and struct value.
3868 (FUNCTION_START_OFFSET): Remove.
3869 (BREAKPOINT): Ditto.
3870
38712002-04-25 Jason Thorpe <[email protected]>
3872
3873 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
3874 * NEWS: Ditto.
3875
38762002-04-24 Jason Thorpe <[email protected]>
3877
3878 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
3879 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
3880 alpha_linux_pc_in_sigtramp.
3881 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
3882 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
3883 alpha_osf1_pc_in_sigtramp.
3884 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
3885 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
3886 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3887 alphafbsd_pc_in_sigtramp.
3888 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
3889 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3890 alphanbsd_pc_in_sigtramp.
3891 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
3892 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
3893
38942002-04-24 Jason Thorpe <[email protected]>
3895
3896 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3897
38982002-04-24 Jason Thorpe <[email protected]>
3899
3900 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
3901 alphanbsd-tdep.c.
3902 (alphanbsd-nat.o): New dependency list.
3903 (alphanbsd-tdep.o): Ditto.
3904 * NEWS: Note new native NetBSD/alpha configuration.
3905 * alphanbsd-nat.c: New file.
3906 * alphanbsd-tdep.c: Ditto.
3907 * configure.host (alpha*-*-netbsd*): New host.
3908 * configure.tgt (alpha*-*-netbsd*): New target.
3909 * config/alpha/nbsd.mh: New file.
3910 * config/alpha/nbsd.mt: Ditto.
3911 * config/alpha/nm-nbsd.h: Ditto.
3912 * config/alpha/tm-nbsd.h: Ditto.
3913
39142002-04-24 Jason Thorpe <[email protected]>
3915
3916 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
3917 (alpha-osf1-tdep.o): New dependency list.
3918 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
3919 and skip_sigtramp_frame members.
3920 * alpha-linux-tdep.c: Include gdbcore.h.
3921 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
3922 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
3923 * alpha-osf1-tdep.c: New file.
3924 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
3925 alpha-osf1-dep.c.
3926 (alpha_frame_past_sigtramp_frame): New function.
3927 (alpha_dynamic_sigtramp_offset): Ditto.
3928 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
3929 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
3930 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
3931 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
3932 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
3933 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
3934 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
3935 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
3936 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
3937 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
3938 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
3939 to find_solib_trampoline_target.
3940 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
3941 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
3942 (SKIP_TRAMPOLINE_CODE): Remove.
3943 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3944 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3945 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3946 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3947 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
3948 (PROC_SIGTRAMP_MAGIC): Ditto.
3949 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3950 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3951 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3952 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3953 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3954
39552002-04-24 Jason Thorpe <[email protected]>
3956
3957 * NEWS: Note that Alpha targets are now multi-arch.
3958
39592002-04-24 Michael Snyder <[email protected]>
3960
3961 * parser-defs.h (prev_lexptr): New external variable.
3962 * parse.c (parse_exp_1): Set prev_lexptr to null before
3963 calling the language-specific parser.
3964 * c-exp.y (yylex): Set prev_lexptr to start of current token.
3965 (yyerror): Use prev_lexptr in error reporting.
3966
39672002-04-24 Daniel Jacobowitz <[email protected]>
3968
3969 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
3970 * gregset.h: If FILL_FPXREGSET is defined, provide
3971 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
3972 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
3973 is defined, call fill_fpxregset.
3974
39752002-04-24 Roland McGrath <[email protected]>
3976
3977 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
3978 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
3979 (supply_gregset, supply_fpregset): New functions.
3980
3981 * gnu-nat.c (gnu_find_memory_regions): New function.
3982 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
3983 (gnu_xfer_memory): Add a cast.
3984
39852002-04-24 Michael Snyder <[email protected]>
3986
3987 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
3988 loop. Add handling for "str lr, [sp, #-4]!" and for saves
3989 of argument regs ("str r(0123), [r11, #-nn"]).
3990 (arm_skip_prologue): Better handling for frameless functions.
3991 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
3992 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
3993
3994Wed Apr 24 14:22:21 2002 Andrew Cagney <[email protected]>
3995
3996 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
3997 NUM_PSEUDO_REGS can be used.
3998
39992002-04-24 Andrew Cagney <[email protected]>
4000
4001 * arch-utils.h: Update copyright.
4002
4003 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
4004 * gdbarch.h, gdbarch.c: Re-generate.
4005
4006 * inferior.h (IN_SIGTRAMP): Delete definition.
4007 * arch-utils.c (legacy_pc_in_sigtramp): New function.
4008 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
4009
4010 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
4011 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
4012 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
4013 (find_proc_framesize): Ditto.
4014 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
4015 (alpha_init_extra_frame_info): Ditto.
4016 * infrun.c (handle_inferior_event): Ditto.
4017 (handle_inferior_event): Ditto.
4018 (check_sigtramp2): Ditto.
4019 * blockframe.c (create_new_frame): Ditto.
4020 (get_prev_frame): Ditto.
4021 * ppc-linux-tdep.c: Update comments.
4022 * i386-linux-tdep.c: Update comments.
4023 * breakpoint.c (bpstat_what): Update comment.
4024
40252002-04-24 Michal Ludvig <[email protected]>
4026
4027 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
4028 (regsets_store_inferior_registers): Removed cast to int from
4029 ptrace() calls.
4030 * gdbserver/regcache.h: Added declaration of struct inferior_info.
4031
40322002-04-24 David S. Miller <[email protected]>
4033
4034 * i960-tdep.c (register_in_window_p): New function.
4035 (i960_find_saved_register): Use it instead of
4036 REGISTER_IN_WINDOW_P.
4037 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
4038
4039 * symtab.h (find_stab_function_addr): Kill extern.
4040 * minsyms.c (find_stab_function_addr): Remove from here...
4041 * dbxread.c: ... to here, and mark it static.
4042
40432002-04-20 David S. Miller <[email protected]>
4044
4045 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
4046 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
4047
40482002-04-21 David S. Miller <[email protected]>
4049
4050 * remote-vxsparc.c (vx_read_register): Fix typo, we want
4051 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
4052 (vx_write_register): Likewise.
4053
40542002-04-23 J. Brobecker <[email protected]>
4055
4056 * source.c (is_regular_file): New function.
4057 (openp): Check wether file to open is a regular file
4058 to avoid opening directories.
4059
40602002-04-22 Jason Thorpe <[email protected]>
4061
4062 * findvar.c (extract_signed_integer): Cast printf argument
4063 to suppress format warning.
4064 (extract_unsigned_integer): Likewise.
4065 * infcmd.c (registers_info): Likewise.
4066 * top.c (get_prompt_1): Likewise.
4067 * valops.c (value_assign): Likewise.
4068 * valprint.c (print_decimal): Likewise.
4069
40702002-04-22 H.J. Lu ([email protected])
4071
4072 * c-exp.y (typebase): Support
4073
4074 [long|long long|short] [signed|unsigned] [int|]
4075
4076 and
4077
4078 signed [long|long long|short] int
4079
40802002-04-22 Jason Thorpe <[email protected]>
4081
4082 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
4083 and vax-tdep.h.
4084 * vax-tdep.h: New file.
4085 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
4086 Make several routines static.
4087 (vax_get_saved_register): New function.
4088 (vax_gdbarch_init): New function.
4089 (_initialize_vax_tdep): Register vax_gdbarch_init.
4090 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
4091 Remove macros now under the control of gdbarch.
4092
40932002-04-22 Michael Snyder <[email protected]>
4094
4095 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
4096 Some whitespace and coding standards tweaks.
4097
40982002-04-22 Jason Thorpe <[email protected]>
4099
4100 * vax-tdep.c: Include regcache.h.
4101 (vax_call_dummy_words): New.
4102 (sizeof_vax_call_dummy_words): New.
4103 (vax_fix_call_dummy): New function.
4104 (vax_saved_pc_after_call): Ditto.
4105 * config/vax/tm-vax.h: Don't include regcache.h.
4106 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
4107 (CALL_DUMMY): Remove.
4108 (CALL_DUMMY_WORDS): Define.
4109 (SIZEOF_CALL_DUMMY_WORDS): Define.
4110 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
4111
41122002-04-18 Michael Snyder <[email protected]>
4113
4114 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
4115
41162002-04-22 Jason Thorpe <[email protected]>
4117
4118 * vax-tdep.c (vax_frame_chain): New function.
4119 (vax_push_dummy_frame): Ditto.
4120 (vax_pop_frame): Ditto.
4121 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
4122 (FRAMELESS_FUNCTION_INVOCATION): Use
4123 generic_frameless_function_invocation_not.
4124 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
4125 (POP_FRAME): Use vax_pop_frame.
4126
41272002-04-22 Jason Thorpe <[email protected]>
4128
4129 * vax-tdep.c (vax_store_struct_return): New function.
4130 (vax_extract_return_value): Ditto.
4131 (vax_store_return_value): Ditto.
4132 (vax_extract_struct_value_address): Ditto.
4133 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
4134 vax_store_struct_return.
4135 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
4136 (STORE_RETURN_VALUE): Use vax_store_return_value.
4137 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
4138
41392002-04-22 Jason Thorpe <[email protected]>
4140
4141 * vax-tdep.c (vax_frame_saved_pc): New function.
4142 (vax_frame_args_address_correct): Ditto.
4143 (vax_frame_args_address): Ditto.
4144 (vax_frame_locals_address): Ditto.
4145 (vax_frame_num_args): Move code to be in proximity to
4146 other frame-related functions.
4147 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
4148 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
4149 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
4150 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
4151 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
4152
41532002-04-22 H.J. Lu ([email protected])
4154
4155 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
4156 includedir.
4157
41582002-04-22 Jason Thorpe <[email protected]>
4159
4160 * vax-tdep.c (vax_frame_init_saved_regs): New function.
4161 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
4162 (FRAME_INIT_SAVED_REGS): New macro.
4163
41642002-04-22 Jason Thorpe <[email protected]>
4165
4166 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
4167
41682002-04-22 Jason Thorpe <[email protected]>
4169
4170 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
4171 where needed.
4172 (fetch_osf_core_registers): Likewise.
4173 (supply_gregset): Likewise.
4174
41752002-04-22 J. Brobecker <[email protected]>
4176
4177 * symfile.h (get_section_index): Define.
4178 * symfile.c (get_section_index): New function.
4179 * mdebugread.c (SC_IS_SBSS): New macro.
4180 (SC_IS_BSS): Return true for the scBss storage class only, as
4181 the scSBss storage class refers to the .sbss section.
4182 (parse_partial_symbols): Discard the symbols which associated
4183 section does not exist.
4184 Make sure to use the .sbss section index for symbols which
4185 storage class is scBss, rather than using the .bss section index.
4186
41872002-04-22 Jason Thorpe <[email protected]>
4188
4189 * vax-tdep.c: Update copyright years.
4190 (vax_register_name): New function.
4191 (vax_register_byte): Ditto.
4192 (vax_register_raw_size): Ditto.
4193 (vax_register_virtual_size): Ditto.
4194 (vax_register_virtual_type): Ditto.
4195 * config/vax/tm-vax.h: Update copyright years.
4196 (REGISTER_NAMES): Remove.
4197 (REGISTER_NAME): Define.
4198 (REGISTER_BYTE): Use vax_register_byte.
4199 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
4200 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
4201 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
4202
42032002-04-21 Andrew Cagney <[email protected]>
4204
4205 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
4206 declaration
4207 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
4208
42092002-04-21 David S. Miller <[email protected]>
4210
4211 * arch-utils.c (generic_prologue_frameless_p): Kill
4212 SKIP_PROLOGUE_FRAMELESS_P code.
4213 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
4214 references.
4215 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
4216 * arc-tdep.c (arc_prologue_frameless_p): Implement.
4217 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
4218 references.
4219 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
4220 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
4221 (sparc_gdbarch_init): Pass it to
4222 set_gdbarch_prologue_frameless_p.
4223
42242002-04-21 Jason Thorpe <[email protected]>
4225
4226 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
4227 (alphabsd-nat.o): New dependency list.
4228
42292002-04-21 Jason Thorpe <[email protected]>
4230
4231 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
4232 alphafbsd-tdep.c.
4233 (alpha-linux-tdep.o): New dependency list.
4234 (alphafbsd-tdep.o): Likewise.
4235
42362002-04-21 Jason Thorpe <[email protected]>
4237
4238 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
4239 to here...
4240 * alpha-tdep.c: ...from here.
4241 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
4242
42432002-04-21 Jason Thorpe <[email protected]>
4244
4245 * config/alpha/tm-alpha.h: Move alpha_software_single_step
4246 prototype from here...
4247 * alpha-tdep.h: ...to here.
4248
42492002-04-21 Andrew Cagney <[email protected]>
4250
4251 * frame.h (selected_frame_level): Document as deprecated.
4252 (frame_relative_level): Declare.
4253 * stack.c (frame_relative_level): New function.
4254 (selected_frame_level): Document as deprecated.
4255 (select_frame): Do not set the selected_frame_level.
4256
4257 * stack.c (frame_info, record_selected_frame): Update.
4258 (frame_command, current_frame_command): Update.
4259 (up_silently_base, up_command, down_silently_base): Update.
4260 (down_command): Update.
4261 * inflow.c (kill_command): Update.
4262 * tracepoint.c (finish_tfind_command): Update.
4263 * corelow.c (core_open): Update.
4264 * thread.c (info_threads_command): Update.
4265 (do_captured_thread_select): Update.
4266 * infcmd.c (finish_command): Update.
4267 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
4268
42692002-04-21 Jason Thorpe <[email protected]>
4270
4271 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
4272
42732002-04-21 Andrew Cagney <[email protected]>
4274
4275 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
4276 type const.
4277
42782002-04-21 Jason Thorpe <[email protected]>
4279
4280 * alphafbsd-tdep.c: Update copyright years. Include
4281 alpha-tdep.h.
4282 (alphafbsd_use_struct_convention): Make static.
4283 (alphafbsd_init_abi): New function.
4284 (_initialize_alphafbsd_tdep): New function.
4285 * config/alpha/tm-fbsd.h: Update copyright years.
4286 (USE_STRUCT_CONVENTION): Remove.
4287
42882002-04-21 Jason Thorpe <[email protected]>
4289
4290 * alpha-tdep.c (alpha_abi_handler): New structure to describe
4291 an Alpha ABI variant.
4292 (alpha_abi_handler_list): Declare.
4293 (alpha_gdbarch_register_os_abi): New function.
4294 (alpha_gdbarch_init): Give registered ABI variant handlers a
4295 chance to tweak the gdbarch once we have set up defaults.
4296 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
4297
42982002-04-21 Jason Thorpe <[email protected]>
4299
4300 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
4301 to standard_coerce_float_to_double.
4302 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
4303
43042002-04-21 Jason Thorpe <[email protected]>
4305
4306 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
4307 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
4308 from gdbarch_tdep rather than a constant.
4309 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
4310 the default text address for all Alpha Unix ABIs.
4311 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
4312 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
4313
43142002-04-21 Jason Thorpe <[email protected]>
4315
4316 * alpha-tdep.h: New file. Includes several Alpha target constants
4317 taken from...
4318 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
4319 let gdbarch deal with.
4320 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
4321 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
4322 to dependency list.
4323 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
4324 Alpha target register names.
4325 * alphabsd-nat.c: Likewise.
4326 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
4327 Alpha target register names. Make serveral routines static.
4328 (alpha_get_saved_register): New function.
4329 (alpha_abi_names): New.
4330 (process_note_abi_tag_sections): New function.
4331 (get_elfosabi): New function.
4332 (alpha_gdbarch_init): New function.
4333 (alpha_dump_tdep): New function.
4334 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
4335
43362002-04-21 Andrew Cagney <[email protected]>
4337
4338 * frame.c (find_saved_register): Delete #ifdef
4339 HAVE_REGISTER_WINDOWS code.
4340 * config/sparc/tm-sparc.h: Update comments.
4341 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
4342
43432002-04-21 Andrew Cagney <[email protected]>
4344
4345 * i960-tdep.c (i960_find_saved_register): New function.
4346 (i960_get_saved_register): New function.
4347 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
4348 (i960_get_saved_register): Declare.
4349 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
4350
43512002-04-20 David S. Miller <[email protected]>
4352
4353 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
4354
43552002-04-20 Andrew Cagney <[email protected]>
4356
4357 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
4358 instead of NUM_PSEUDO_REGS.
4359
43602002-04-20 David S. Miller <[email protected]>
4361
4362 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
4363 GDB_MULTI_ARCH_PARTIAL
4364 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
4365 define, let tm-sp64.h do it.
4366
43672002-04-20 Jason Thorpe <[email protected]>
4368
4369 * frame.c (find_saved_register): Avoid a NULL pointer
4370 dereference and actually walk the frame list.
4371
43722002-04-20 Andrew Cagney <[email protected]>
4373
4374 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
4375 sorted in most most-recent-used order. Document.
4376 * gdbarch.h, gdbarch.c: Regenerate.
4377
43782002-04-20 Daniel Jacobowitz <[email protected]>
4379
4380 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
4381 (add_inferior): Call create_register_cache.
4382 (clear_inferiors): Call free_register_cache.
4383 (inferior_regcache_data, set_inferior_regcache_data): New functions.
4384 * gdbserver/regcache.c (struct inferior_regcache_data): New.
4385 (registers): Remove.
4386 (get_regcache): New function.
4387 (create_register_cache, free_register_cache): New functions.
4388 (set_register_cache): Don't initialize the register cache here.
4389 (registers_to_string, registers_from_string, register_data): Call
4390 get_regcache.
4391 * gdbserver/regcache.h: Add prototypes.
4392 * gdbserver/server.h: Likewise.
4393
43942002-04-20 Daniel Jacobowitz <[email protected]>
4395
4396 * gdbserver/mem-break.c: New file.
4397 * gdbserver/mem-break.h: New file.
4398 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
4399 dependencies.
4400 * gdbserver/inferiors.c (struct inferior_info): Add target_data
4401 member.
4402 (clear_inferiors): Free target_data member if set.
4403 (inferior_target_data, set_inferior_target_data): New functions.
4404 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
4405 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
4406 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
4407 (struct inferior_linux_data): New.
4408 (linux_create_inferior): Use set_inferior_target_data.
4409 (linux_attach): Likewise. Call add_inferior.
4410 (linux_wait_for_one_inferior): New function.
4411 (linux_wait): Call it.
4412 (linux_write_memory): Add const.
4413 (initialize_low): Call set_breakpoint_data.
4414 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
4415 handling members.
4416 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
4417 call.
4418 * gdbserver/server.h: Include mem-break.h. Update inferior.c
4419 prototypes.
4420 * gdbserver/target.c (read_inferior_memory)
4421 (write_inferior_memory): New functions.
4422 * gdbserver/target.h (read_inferior_memory)
4423 (write_inferior_memory): Change macros to prototypes.
4424 (struct target_ops): Update comments. Add const to write_memory
4425 definition.
4426
44272002-04-19 Andrew Cagney <[email protected]>
4428
4429 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
4430 instead of ->prev.
4431 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
4432 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
4433 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
4434 instead of ->prev.
4435
44362002-04-19 Elena Zannoni <[email protected]>
4437
4438 Fix PR gdb/471.
4439 * gdbtypes.c (init_simd_type): Rewrite using new functions.
4440 (build_builtin_type_vec128): Ditto.
4441 (append_composite_type_field): Fix calculation of type length in
4442 union case.
4443
44442002-04-19 Eli Zaretskii <[email protected]>
4445
4446 * config/djgpp/README: Update.
4447
4448 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
4449 compiler warnings.
4450
44512002-04-19 Jason Thorpe <[email protected]>
4452
4453 * alpha-tdep.c (setup_arbitrary_frame): Rename...
4454 (alpha_setup_arbitrary_frame): ...to this.
4455 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
4456 for alpha_setup_arbitrary_frame.
4457
44582002-04-18 Andrew Cagney <[email protected]>
4459
4460 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
4461 * gdbarch.h, gdbarch.c: Regenerate.
4462
4463 * defs.h (breakpoint_from_pc_fn): Delete type definition.
4464 * target.h (memory_breakpoint_from_pc): Update declaration.
4465 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
4466
4467 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
4468 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
4469 * mem-break.c (memory_breakpoint_from_pc): Ditto.
4470 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
4471 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
4472 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
4473 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
4474 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
4475 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
4476 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
4477 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
4478 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
4479
4480 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
4481 const pointer.
4482 * monitor.c (monitor_insert_breakpoint): Ditto.
4483 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
4484
4485 * config/mcore/tm-mcore.h: Update copyright.
4486 * mem-break.c: Ditto.
4487 * xstormy16-tdep.c: Ditto.
4488
44892002-04-18 Pierre Muller <[email protected]>
4490
4491 * p-exp.y: Add precedence rule for '^' token.
4492 This removes the shift/reduce conflicts.
4493 Remove the comment concerning these shift/reduce conflicts.
4494
44952002-04-18 Elena Zannoni <[email protected]>
4496
4497 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
4498 (registers_powerpc_nofp): New register set for processors
4499 without floating point unit.
4500
45012002-04-18 David S. Miller <[email protected]>
4502
4503 * MAINTAINERS: Add myself to write-after-approval.
4504
45052002-04-17 Michael Snyder <[email protected]>
4506
4507 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
4508
45092002-04-17 Andrew Cagney <[email protected]>
4510
4511 * rs6000-tdep.c (frame_initial_stack_address): Use
4512 frame_register_read to read the alloca_reg.
4513
45142002-04-17 Andrew Cagney <[email protected]>
4515
4516 * frame.c (find_saved_register): Find saved registers in the next
4517 not prev frame.
4518 Fix PR gdb/365.
4519
45202002-04-17 Andrew Cagney <[email protected]>
4521
4522 * gdbarch.sh (LANG): Set to ``c''.
4523
45242002-04-15 Andrew Cagney <[email protected]>
4525
4526 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
4527
45282002-04-15 Andrew Cagney <[email protected]>
4529
4530 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
4531 Update copyright.
4532
4533 * hpread.c (hpread_get_lntt): Add declaration.
4534 Also fix PR gdb/391.
4535
45362002-04-14 Andrew Cagney <[email protected]>
4537
4538 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
4539 * aclocal.m4, configure: Re-generate.
4540 Fix PR gdb/391.
4541
45422002-04-14 Elena Zannoni <[email protected]>
4543
4544 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
4545 instead of tm_print_insn.
4546
45472002-04-14 Elena Zannoni <[email protected]>
4548
4549 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
4550
45512002-04-14 Andrew Cagney <[email protected]>
4552
4553 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
4554 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
4555 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
4556
45572002-04-12 Don Howard <[email protected]>
4558
4559 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
4560 max_user_call_depth.
4561 (init_cmd_lists): Initialize the new value;
4562 * cli/cli-script.c (execute_user_command): Limit the call depth of
4563 user defined commands. This avoids a core-dump when user commands
4564 are infinitly recursive.
4565
45662002-04-12 Kevin Buettner <[email protected]>
4567
4568 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
4569 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
4570 from tdep struct instead of DEFAULT_LR_SAVE.
4571 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
4572 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
4573 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
4574
45752002-04-12 Michael Snyder <[email protected]>
4576
4577 * Remote.c: Spelling fix.
4578 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
4579 If no symbol found for "sbrk", try "_sbrk".
4580 (make_output_phdrs): Use bfd_section_name.
4581 (gcore_copy_callback): Use bfd_section_name.
4582 * eval.c: Indentation fix-ups.
4583 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
4584 in case it gets applied to an address that is already
4585 in the instruction space.
4586 * cli/cli-decode.c (help_list): Allow long lines to wrap.
4587 * symfile.c: Fix indentation, long lines.
4588 * source.c: White space fix-up.
4589
45902002-04-12 Andrew Cagney <[email protected]>
4591
4592 * defs.h (read_relative_register_raw_bytes): Delete declaration.
4593 * frame.c (frame_register_read): New function. Return non-zero on
4594 success.
4595 (read_relative_register_raw_bytes_for_frame): Delete.
4596 (read_relative_register_raw_bytes): Delete.
4597 * frame.h (frame_register_read): Declare.
4598 * d30v-tdep.c: Update Copyright. Use frame_register_read.
4599 * sh-tdep.c: Ditto.
4600 * infcmd.c (do_registers_info): Ditto.
4601 * hppa-tdep.c: Ditto.
4602 * rs6000-tdep.c: Ditto.
4603 * h8500-tdep.c: Ditto.
4604 * mips-tdep.c: Ditto.
4605 * h8300-tdep.c: Ditto.
4606 * z8k-tdep.c: Ditto.
4607
46082002-04-12 Kevin Buettner <[email protected]>
4609
4610 From Jimi X <[email protected]>:
4611 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
4612 64-bit SysV ABI.
4613
46142002-04-12 Kevin Buettner <[email protected]>
4615
4616 From Jimi X <[email protected]>:
4617 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
4618 bfd info.
4619
46202002-04-12 Kevin Buettner <[email protected]>
4621
4622 From Jimi X <[email protected]>:
4623 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
4624 register sets for these processor variants.
4625
46262002-04-11 Daniel Jacobowitz <[email protected]>
4627
4628 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
4629 registers which are allowed to fail to store.
4630 * gdbserver/linux-low.h (linux_target_ops): Likewise.
4631 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
4632 (ppc_cannot_store_register): FPSCR may not be storable.
4633 * regformats/reg-ppc.dat: Support FPSCR.
4634
46352002-04-11 Kevin Buettner <[email protected]>
4636
4637 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
4638 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
4639 Add fpscr as an invalid/unfetchable register.
4640 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
4641 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
4642 (fill_fpregset): Add support for register fpscr.
4643 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
4644 (fill_gregset): Account for the fact that register ``mq'' might
4645 not exist.
4646 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
4647 (registers_power): Add fpscr to register set at slot 71.
4648 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
4649 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
4650
46512002-04-11 Michael Snyder <[email protected]>
4652
4653 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
4654 * configure: Regenerate.
4655 * config.in: Regenerate.
4656 * acconfig.h: Add define for _SYSCALL32.
4657 * core-sol2.c: Remove #define _SYSCALL32.
4658 * solib-legacy.c: Remove #define _SYSCALL32.
4659
46602002-04-10 Andrew Cagney <[email protected]>
4661
4662 * stack.c (select_frame): Cleanup internal error message, do not
4663 use %p.
4664
46652002-04-10 Andrew Cagney <[email protected]>
4666
4667 * stack.c (select_frame): Check that selected_frame and the
4668 specified level are as expected.
4669 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
4670 Update copyright.
4671 * frame.h (struct frame_info): Add field `level'. Update
4672 copyright.
4673 Work-in-progress PR gdb/464.
4674
46752002-04-10 Andrew Cagney <[email protected]>
4676
4677 * maint.c (maint_print_section_info): Rename print_section_info.
4678 (print_bfd_section_info, print_objfile_section_info): Update.
4679 * inferior.h (struct gdbarch): Add opaque declaration.
4680 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
4681 * gdbarch.h: Regenerate.
4682
46832002-04-10 Michal Ludvig <[email protected]>
4684
4685 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
4686 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
4687 (kernel_u_size): Added.
4688 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
4689 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
4690
46912002-04-04 Jim Ingham <[email protected]>
4692
4693 * valarith.c (find_size_for_pointer_math): New function, either returns
4694 the size for a pointer's target, returns 1 for void *, or errors for
4695 incomplete types.
4696 (value_add, value_sub): use find_size_for_pointer_math.
4697
46982002-04-09 Daniel Jacobowitz <[email protected]>
4699
4700 * linux-low.c (linux_look_up_symbols): New hook.
4701 (linux_target_ops): Add linux_look_up_symbols.
4702 * remote-utils.c (decode_address): New function.
4703 (look_up_one_symbol): New function.
4704 * server.c (handle_query): Call target look_up_symbols hook.
4705 * server.h (look_up_one_symbol): Add prototype.
4706 * target.h (struct target_ops): Add look_up_symbols hook.
4707
47082002-04-09 Daniel Jacobowitz <[email protected]>
4709
4710 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
4711 * ChangeLog: Correct paths in last ChangeLog entry.
4712
47132002-04-09 Daniel Jacobowitz <[email protected]>
4714
4715 * gdbserver/linux-low.h: Remove obsolete prototypes.
4716 (struct linux_target_ops): New.
4717 (extern the_low_target): New.
4718 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
4719 (register_addr): Use the_low_target explicitly.
4720 (fetch_register): Likewise.
4721 (usr_fetch_inferior_registers): Likewise.
4722 (usr_store_inferior_registers): Likewise.
4723 * gdbserver/linux-arm-low.c (num_regs): Remove.
4724 (arm_num_regs): Define.
4725 (arm_regmap): Renamed from regmap, made static.
4726 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
4727 made static.
4728 (arm_cannot_store_register): Renamed from cannot_store_register,
4729 made static.
4730 (the_low_target): New.
4731 * gdbserver/linux-i386-low.c (num_regs): Remove.
4732 (i386_num_regs): Define.
4733 (i386_regmap): Renamed from regmap, made static.
4734 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
4735 made static.
4736 (i386_cannot_store_register): Renamed from cannot_store_register,
4737 made static.
4738 (the_low_target): New.
4739 * gdbserver/linux-ia64-low.c (num_regs): Remove.
4740 (ia64_num_regs): Define.
4741 (ia64_regmap): Renamed from regmap, made static.
4742 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
4743 made static.
4744 (ia64_cannot_store_register): Renamed from cannot_store_register,
4745 made static.
4746 (the_low_target): New.
4747 * gdbserver/linux-m68k-low.c (num_regs): Remove.
4748 (m68k_num_regs): Define.
4749 (m68k_regmap): Renamed from regmap, made static.
4750 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
4751 made static.
4752 (m68k_cannot_store_register): Renamed from cannot_store_register,
4753 made static.
4754 (the_low_target): New.
4755 * gdbserver/linux-mips-low.c (num_regs): Remove.
4756 (mips_num_regs): Define.
4757 (mips_regmap): Renamed from regmap, made static.
4758 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
4759 made static.
4760 (mips_cannot_store_register): Renamed from cannot_store_register,
4761 made static.
4762 (the_low_target): New.
4763 * gdbserver/linux-ppc-low.c (num_regs): Remove.
4764 (ppc_num_regs): Define.
4765 (ppc_regmap): Renamed from regmap, made static.
4766 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
4767 made static.
4768 (ppc_cannot_store_register): Renamed from cannot_store_register,
4769 made static.
4770 (the_low_target): New.
4771 * gdbserver/linux-s390-low.c (num_regs): Remove.
4772 (s390_num_regs): Define.
4773 (s390_regmap): Renamed from regmap, made static.
4774 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
4775 made static.
4776 (s390_cannot_store_register): Renamed from cannot_store_register,
4777 made static.
4778 (the_low_target): New.
4779 * gdbserver/linux-sh-low.c (num_regs): Remove.
4780 (sh_num_regs): Define.
4781 (sh_regmap): Renamed from regmap, made static.
4782 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
4783 made static.
4784 (sh_cannot_store_register): Renamed from cannot_store_register,
4785 made static.
4786 (the_low_target): New.
4787 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
4788 (the_low_target): New.
4789
47902002-04-09 Andrew Cagney <[email protected]>
4791
4792 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
4793 override FP_REGNUM with frame->fp. Update copyright.
4794 * parse.c (num_std_regs, std_regs): Delete.
4795 (target_map_name_to_register): Do not search std_regs. Update
4796 function description.
4797 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
4798 declarations. Update copyright.
4799 Fix PR gdb/251.
4800
48012002-04-09 Daniel Jacobowitz <[email protected]>
4802
4803 * gdbserver/Makefile.in: Add stamp-h target.
4804 * gdbserver/configure.in: Create stamp-h.
4805 * gdbserver/configure: Regenerated.
4806
48072002-04-09 Daniel Jacobowitz <[email protected]>
4808
4809 * gdbserver/inferiors.c: New file.
4810 * gdbserver/target.c: New file.
4811 * gdbserver/target.h: New file.
4812 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
4813 dependencies.
4814 * gdbserver/linux-low.c (inferior_pid): New static variable,
4815 moved from server.c.
4816 (linux_create_inferior): Renamed from create_inferior.
4817 Call add_inferior. Return 0 on success instead of a PID.
4818 (linux_attach): Renamed from myattach.
4819 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
4820 (linux_thread_alive): Renamed from mythread_alive.
4821 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
4822 child dies.
4823 (linux_resume): Renamed from myresume. Add missing ``return 0''.
4824 (regsets_store_inferior_registers): Correct error message.
4825 Add missing ``return 0''.
4826 (linux_fetch_registers): Renamed from fetch_inferior_registers.
4827 (linux_store_registers): Renamed from store_inferior_registers.
4828 (linux_read_memory): Renamed from read_inferior_memory.
4829 (linux_write_memory): Renamed from write_inferior_memory.
4830 (linux_target_ops): New structure.
4831 (initialize_low): Call set_target_ops ().
4832 * gdbserver/remote-utils.c (unhexify): New function.
4833 (hexify): New function.
4834 (input_interrupt): Send signals to ``signal_pid''.
4835 * gdbserver/server.c (inferior_pid): Remove.
4836 (start_inferior): Update create_inferior call.
4837 (attach_inferior): Call add_inferior.
4838 (handle_query): New function.
4839 (main): Call handle_query for `q' packets.
4840 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
4841 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
4842
48432002-04-09 Daniel Jacobowitz <[email protected]>
4844
4845 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
4846 dependencies.
4847 * gdbserver/configure.in: Check for <string.h>
4848 * gdbserver/configure: Regenerate.
4849 * gdbserver/config.in: Regenerate.
4850 * gdbserver/gdbreplay.c: Include needed system headers.
4851 (remote_open): Remove strchr prototype.
4852 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
4853 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
4854 (supply_register_by_name): Likewise.
4855 (collect_register): Change buf argument to void *.
4856 (collect_register_by_name): Likewise.
4857 * gdbserver/regcache.h: Add missing prototypes.
4858 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
4859 * gdbserver/server.c (handle_query): New function.
4860 (attached): New static variable, moved out of main.
4861 (main): Quiet longjmp clobber warnings.
4862 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
4863 * gdbserver/utils.c (error): Remove NORETURN.
4864 (fatal): Likewise.
4865
48662002-04-09 Daniel Jacobowitz <[email protected]>
4867
4868 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
4869 after the last symbol in a block.
4870
48712002-04-09 Pierre Muller <[email protected]>
4872
4873 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
4874 is non zero as a found symbol.
4875
48762002-04-08 Andrew Cagney <[email protected]>
4877
4878 * findvar.c: Include "builtin-regs.h".
4879 (value_of_register): Call value_of_builtin_reg when applicable.
4880 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
4881 (target_map_name_to_register): Call
4882 builtin_reg_map_name_to_regnum.
4883 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
4884 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
4885 (builtin_regs_h): Define.
4886 (builtin-regs.o): New target.
4887 (findvar.o): Add $(builtin_regs_h).
4888 * builtin-regs.c, builtin-regs.h: New files.
4889 * std-regs.c: New file.
4890 Partial fix for PR gdb/251.
4891
48922002-04-08 Kevin Buettner <[email protected]>
4893
4894 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
4895 it's no longer required.
4896
48972002-04-08 Andrew Cagney <[email protected]>
4898
4899 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
4900
49012002-04-08 Kevin Buettner <[email protected]>
4902
4903 From Jimi X <[email protected]>:
4904 * rs6000-tdep.c (rs6000_software_single_step): Use
4905 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
4906 and size. Use target_insert_breakpoint() and
4907 target_remove_breakpoint() to insert and remove breakpoints
4908 instead of explicit memory reads and writes.
4909
49102002-04-08 Kevin Buettner <[email protected]>
4911
4912 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
4913 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
4914 ELF_OBJECT_FORMAT ifdef.
4915
49162002-04-08 Kevin Buettner <[email protected]>
4917
4918 From Jimi X <[email protected]>:
4919 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
4920
49212002-04-08 Kevin Buettner <[email protected]>
4922
4923 From Jimi X <[email protected]>:
4924 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
4925 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
4926
49272002-04-07 Mark Kettenis <[email protected]>
4928
4929 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
4930 s/asprintf/xasprintf/.
4931 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
4932
49332002-04-07 Andrew Cagney <[email protected]>
4934
4935 I believe Jeff Law denies responsability for this one:
4936 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
4937 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
4938 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
4939 Work-around for PR gdb/366.
4940
49412002-04-07 Elena Zannoni <[email protected]>
4942
4943 * remote-e7000.c (write_small, e7000_read_inferior_memory,
4944 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
4945 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
4946
49472002-04-07 Elena Zannoni <[email protected]>
4948
4949 * sh-tdep.c (sh_fp_frame_init_saved_regs,
4950 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
4951 information.
4952
49532002-04-07 Andrew Cagney <[email protected]>
4954
4955 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
4956 maintainer.
4957
49582002-04-07 Andrew Cagney <[email protected]>
4959
4960 * README (Reporting Bugs in GDB): Document the bug web page as the
4961 prefered way of submitting bugs.
4962 Fix PR gdb/402.
4963
49642002-04-06 Andrew Cagney <[email protected]>
4965
4966 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
4967 -1. Update comment.
4968 * gdbarch.h, gdbarch.c: Re-generate.
4969
49702002-04-07 Andreas Schwab <[email protected]>
4971
4972 * m68klinux-nat.c (fill_fpregset): Properly pass address of
4973 buffer to regcache_collect.
4974
49752002-04-06 Andrew Cagney <[email protected]>
4976
4977 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
4978 * gdbarch.c, gdbarch.h: Re-generate.
4979
49802002-04-06 Andrew Cagney <[email protected]>
4981
4982 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
4983 declaration. Fix -Werror.
4984
49852002-04-05 Daniel Jacobowitz <[email protected]>
4986
4987 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
4988 * gdbarch.c: Regenerate.
4989
49902002-04-05 Michael Snyder <[email protected]>
4991
4992 * breakpoint.c (clear_command): Rewrite middle section to
4993 combine two loops with identical control conditions.
4994 Add a cleanup to eliminate a memory leak.
4995 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
4996
49972002-04-05 H.J. Lu ([email protected])
4998
4999 * solib-svr4.c (bkpt_names): Add "__start".
5000
50012002-04-04 Andrew Cagney <[email protected]>
5002
5003 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
5004 as test for 64 bit target.
5005
50062002-04-05 Andrew Cagney <[email protected]>
5007
5008 * h8500-tdep.c (h8500_write_fp): Delete function.
5009 * dwarf2cfi.c (cfi_write_fp): Document as not used.
5010 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
5011 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
5012 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
5013 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
5014 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
5015 (s390_write_fp):
5016 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
5017 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
5018 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
5019 (d10v_write_fp): Delete function.
5020 * inferior.h (write_fp, generic_target_write_fp): Delete
5021 declarations.
5022 * regcache.c (generic_target_write_fp): Delete function.
5023 (write_fp): Delete function.
5024 * gdbarch.sh (TARGET_WRITE_FP): Delete.
5025 * gdbarch.h, gdbarch.c: Regenerate.
5026 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
5027 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
5028 (sparc64_write_fp): Delete declaration.
5029 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
5030 (h8500_write_fp): Delete declaration.
5031
50322002-04-04 Andrew Cagney <[email protected]>
5033
5034 * sparc-tdep.c (sparc64_write_fp): Delete.
5035 (sparc_push_dummy_frame): Replace write_fp call with code to store
5036 the FP directly.
5037 (sparc_gdbarch_init): Do not initialize write_fp.
5038
50392002-04-05 Kevin Buettner <[email protected]>
5040
5041 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
5042 clause.
5043
50442002-03-29 Jim Blandy <[email protected]>
5045
5046 * stack.c (get_selected_block): Add new argument `addr_in_block',
5047 used to return the exact code address we used to select the block,
5048 not just the block.
5049 * blockframe.c (get_frame_block, get_current_block): Same.
5050 * frame.h (get_frame_block, get_current_block,
5051 get_selected_block): Update declarations.
5052 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
5053 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
5054
50552002-04-05 Michael Snyder <[email protected]>
5056
5057 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
5058 warning message.
5059
50602002-04-05 J. Brobecker <[email protected]>
5061
5062 * utils.c (xfullpath): New function.
5063 * defs.h (xfullpath): Add declaration.
5064 * source.c (openp): Use xfullpath in place of gdb_realpath to
5065 avoid resolving the basename part of filenames when the
5066 associated file is a symbolic link. This fixes a potential
5067 inconsistency between the filenames known to GDB and the
5068 filenames it prints in the annotations.
5069 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
5070 to be able to match a filename with either the real filename, or
5071 the name of any symbolic link to this file.
5072 (lookup_partial_symtab): Ditto.
5073
50742002-04-04 Michael Snyder <[email protected]>
5075
5076 * breakpoint.c: Add support for hardware breakpoints in overlays.
5077 (overlay_events_enabled): New state variable.
5078 (insert_breakpoints): Use overlay_events_enabled to decide
5079 whether to attempt to set a breakpoint at the overlay load addr.
5080 Handle bp_hardware_breakpoint as well as bp_breakpoint.
5081 (remove_breakpoint): Use overlay_events_enabled to decide
5082 whether breakpoints need to be removed from overlay load addr.
5083 Handle bp_hardware_breakpoint as well as bp_breakpoint.
5084 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
5085 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
5086 disable_overlay_breakpoints): Update overlay_events_enabled.
5087
50882002-04-04 Daniel Jacobowitz <[email protected]>
5089
5090 * dwarf2read.c (struct function_range): New.
5091 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
5092 (check_cu_functions): New.
5093 (read_file_scope): Initialize global function lists.
5094 Call dwarf_decode_line after processing children.
5095 (read_func_scope): Add to global function list.
5096 (dwarf_decode_lines): Call check_cu_functions everywhere
5097 record_line is called. Call record_line with a linenumber
5098 of 0 to mark sequence ends.
5099
51002002-04-04 Michal Ludvig <[email protected]>
5101
5102 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
5103 change sync with glibc.
5104
51052002-04-03 Jim Blandy <[email protected]>
5106
5107 * configure.in: Call AC_C_INLINE.
5108 * configure: Regenerated.
5109
51102002-04-01 Daniel Jacobowitz <[email protected]>
5111
5112 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
5113 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
5114
51152002-03-31 Mark Kettenis <[email protected]>
5116
5117 * NEWS: Mention gcore support on FreeBSD/i386.
5118
5119 * fbsd-proc.c: New file.
5120 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
5121 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
5122
5123 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
5124 while statement.
5125
51262002-03-29 Jim Blandy <[email protected]>
5127
5128 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
5129 unescaped newlines in string literals, but newer ones don't. So
5130 escape them.
5131
51322002-03-26 Michael Snyder <[email protected]>
5133 Andrew Cagney <[email protected]>
5134
5135 * cli/cli-dump.c: New file. Dump memory to file,
5136 restore file to memory.
5137 * cli/cli-dump.h: New file.
5138 * Makefile.in: Add rules, dependencies for cli-dump.o.
5139 * NEWS: Mention new commands.
5140
51412002-03-28 Michael Snyder <[email protected]>
5142
5143 * symfile.c (symbol_file_add): Move test for null symbols to later.
5144
51452002-03-27 Andrew Cagney <[email protected]>
5146
5147 From veksler at il.ibm.com:
5148 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
5149 the xstrduped original path.
5150 Fix PR gdb/417.
5151
51522002-03-27 Michael Snyder <[email protected]>
5153
5154 * breakpoint.c (_initialize_breakpoint): Clean up help string.
5155 * infcmd.c (_initialize_infcmd): Ditto.
5156 * language.c (_initialize_language): Ditto.
5157 * symfile.c (_initialize_symfile): Ditto.
5158 * top.c (_init_main): Ditto.
5159 * cli/cli-cmds.c (init_cli_cmds): Ditto.
5160
51612002-03-27 Elena Zannoni <[email protected]>
5162
5163 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
5164 vector registers handling.
5165 (skip_prologue): Handle new AltiVec instructions. Fill in new
5166 fields of frame data.
5167 (frame_get_saved_regs): Fill in information for AltiVec registers.
5168
51692002-03-27 Jim Blandy <[email protected]>
5170
5171 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
5172 a function; leave this macro here to invoke that function.
5173 (symbol_init_mangled_name): Declaration for that function.
5174 * symtab.c (symbol_init_mangled_name): New function.
5175
51762002-03-27 Andrew Cagney <[email protected]>
5177
5178 * valarith.c: Replace strerror with safe_strerror.
5179 * tracepoint.c: Ditto.
5180 * lin-lwp.c: Ditto.
5181 * go32-nat.c: Ditto.
5182 * inflow.c: Ditto.
5183 * gnu-nat.c: Ditto.
5184
51852002-03-27 Andreas Schwab <[email protected]>
5186
5187 * event-top.c (command_line_handler): Remove useless if.
5188
51892002-03-27 Andreas Jaeger <[email protected]>
5190
5191 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
5192 comment.
5193
51942002-03-27 Michal Ludvig <[email protected]>
5195
5196 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
5197 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
5198 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
5199 (x86_64_linux_dr_get_status, supply_gregset),
5200 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
5201 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
5202 (x86_64_register_info_table): Add.
5203 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
5204 (x86_64_register_raw_size, x86_64_register_virtual_type),
5205 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
5206 general x86_64_register_info_table.
5207 (i386_gdbarch_init): gdbarch_register_bytes is now set
5208 dynamicaly during initialization.
5209 * regformats/reg-x86-64.dat: Synced with changes to registers above.
5210 * gdbserver/linux-x86-64-low.c: Ditto.
5211
52122002-03-27 Daniel Jacobowitz <[email protected]>
5213
5214 * gdbserver/server.c (main): Call target_signal_to_host_p
5215 and target_signal_to_host on signals received from the remote.
5216 * gdbserver/remote-utils.c (prepare_resume_reply): Call
5217 target_signal_from_host on signals sent to the remote.
5218 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
5219 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
5220
52212002-03-27 Daniel Jacobowitz <[email protected]>
5222
5223 * signals/signals.c: Include "server.h" in gdbserver build.
5224 (target_signal_from_name): Don't use STREQ.
5225 (_initialize_signals): Likewise. Don't include function in
5226 gdbserver build.
5227
52282002-03-27 Daniel Jacobowitz <[email protected]>
5229
5230 * signals.c: Moved to...
5231 * signals/signals.c: Here.
5232 * Makefile (signals.o): Update.
5233
52342002-03-26 Jeff Law ([email protected])
5235
5236 * somread.c (som_symtab_read): Remove some commented out code and
5237 updated related comments. Do not set the minimal symbol table to
5238 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
5239 in a dynamic executable.
5240 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
5241 where we are unable to find the minimal symbol for the given
5242 PC value.
5243
52442002-03-25 Jeff Law ([email protected])
5245
5246 * linux-proc.c (read_mapping): Scan up to end of line for filename.
5247
52482002-03-25 Michal Ludvig <[email protected]>
5249
5250 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
5251
52522002-03-23 Andrew Cagney <[email protected]>
5253
5254 * command.h: Update copyright.
5255 (struct cmd_list_element): Replace definition with opaque
5256 declaration.
5257 (enum cmd_types): Document that it will eventually be moved to
5258 cli/cli-decode.h
5259 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
5260 (MALLOCED_REPLACEMENT): Delete macro.
5261 * Makefile.in (cli_decode_h): Add $(command_h).
5262 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
5263 * top.c: Include "cli/cli-decode.h".
5264 * completer.c: Include "cli/cli-decode.h".
5265 * maint.c: Include "cli/cli-decode.h".
5266 * cli/cli-decode.h: Include "command.h".
5267 (enum command_class): Delete.
5268 (enum cmd_types): Comment out.
5269 (enum cmd_auto_boolean): Delete.
5270 (enum var_types): Delete.
5271
52722002-03-23 Andrew Cagney <[email protected]>
5273
5274 * cli/cli-decode.c: Include "gdb_assert.h".
5275 (add_set_or_show_cmd): New static function.
5276 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
5277 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
5278 all fields, such as func, from the set command.
5279
52802002-03-23 Andrew Cagney <[email protected]>
5281
5282 * MAINTAINERS (sh-elf): Change warning flag to -w.
5283
52842002-03-23 Andrew Cagney <[email protected]>
5285
5286 * defs.h (error): Add printf format attribute.
5287 * thread-db.c (thread_from_lwp): Fix error format string.
5288 * stack.c (parse_frame_specification): Ditto.
5289 * cli/cli-decode.c (undef_cmd_error): Ditto.
5290 * scm-lang.c (scm_lookup_name): Ditto.
5291 * tracepoint.c (trace_error): Ditto.
5292 * remote-utils.c (usage): Ditto.
5293 * remote.c (compare_sections_command): Ditto.
5294 Fix PR gdb/328.
5295
52962002-03-22 Andrew Cagney <[email protected]>
5297
5298 * gdbtypes.c (append_composite_type_field): New function.
5299 (init_composite_type): New function.
5300 * gdbtypes.h (append_composite_type_field): Declare.
5301 (init_composite_type): Ditto.
5302
53032002-03-22 Elena Zannoni <[email protected]>
5304
5305 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
5306 function.
5307 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
5308 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
5309 structure returning convention for SYSV ABI case, but not
5310 for GNU/Linux, FreeBSD, or NetBSD.
5311
53122002-03-22 Daniel Jacobowitz <[email protected]>
5313
5314 * symtab.h (lookup_block_symbol): Add mangled_name argument
5315 to prototype.
5316
5317 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
5318 with new mangled_name argument.
5319 * linespec.c (decode_line_1): Likewise.
5320 * valops (value_of_this): Likewise.
5321 * symtab.c (lookup_transparent_type): Likewise.
5322 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
5323 (lookup_symbol): If we are given a mangled name, pass it down
5324 to lookup_symbol_aux.
5325 (lookup_block_symbol): If we are given a mangled name to check
5326 against, only return symbols which match it.
5327
53282002-03-22 Christopher Faylor <[email protected]>
5329
5330 * win32-nat.c (child_create_inferior): Check for proper shell to use
5331 here, in case the user changes it on the fly.
5332 (_initialize_inftarg): Remove shell path considerations.
5333
53342002-03-21 Elena Zannoni <[email protected]>
5335
5336 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
5337 for gdbarch_max_register_raw_size and max_register_virtual_size.
5338 Adjust copyright year.
5339
53402002-03-21 Daniel Jacobowitz <[email protected]>
5341
5342 * dbxread.c (process_one_symbol): Extend the first N_SLINE
5343 in a function to cover the entire beginning of the function
5344 as well if it does not already.
5345
53462002-03-21 Tom Rix <[email protected]>
5347
5348 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
5349 (rs6000_ptrace64): Renamed from ptrace64.
5350
53512002-03-20 Martin M. Hunt <[email protected]>
5352
5353 * gdbserver/remote-utils.c (remote_open): Don't call
5354 getprotobyname, we're all using TCP here so just use
5355 IPPROTO_TCP.
5356 * gdbserver/gdbreplay.c (remote_open): Ditto.
5357
53582002-03-20 Martin M. Hunt <[email protected]>
5359
5360 * regcache.c (_initialize_regcache): No need to call
5361 build_regcache() at this time; it gets called whenever
5362 the gdbarch changes.
5363
53642002-03-20 David O'Brien <[email protected]>
5365
5366 * sparc-nat.c: Include sys/param.h where possible.
5367
53682002-03-20 Daniel Jacobowitz <[email protected]>
5369
5370 Fix PR gdb/422.
5371 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
5372 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
5373 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
5374 complex types.
5375 * stabsread.c (rs6000_builtin_type): Likewise.
5376 (read_sun_floating_type): Likewise.
5377
53782002-03-19 Peter Schauer <[email protected]>
5379
5380 * stabsread.c (read_member_functions): Remove skip code for duplicate
5381 constructor/destructor methods. Use standard parsing for these
5382 methods and just do not chain them to the list of methods after
5383 parsing.
5384
53852002-03-19 Alexandre Oliva <[email protected]>
5386
5387 * coffread.c: Remove redundant static declarations. Replace
5388 occurrences of `PTR' with `void *'.
5389 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
5390 * top.h (quit_cover): Likewise.
5391 * defs.h (catch_errors): Likewise.
5392
53932002-03-18 Andrew Cagney <[email protected]>
5394
5395 * defs.h (XMALLOC): Define.
5396 * gdb-events.sh (XMALLOC): Delete macro.
5397 * gdb-events.c, gdb-events.h: Regenerate.
5398 * gdbarch.sh (XMALLOC): Delete macro.
5399 * gdbarch.c: Regenerate.
5400 * serial.c (XMALLOC): Delete macro.
5401 * ui-file.c (XMALLOC): Ditto.
5402 * ser-unix.h (XMALLOC): Ditto.
5403 * sh-tdep.c (XMALLOC): Ditto.
5404 * ui-out.c (XMALLOC): Ditto.
5405 * utils.c (XMALLOC): Ditto.
5406 * i386-tdep.c (XMALLOC): Ditto.
5407 * gdb-events.c (XMALLOC): Ditto.
5408 * d10v-tdep.c (XMALLOC): Ditto.
5409 * cli-out.c (XMALLOC): Ditto.
5410
5411 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
5412 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
5413 * ui-file.c, ui-out.c: Ditto.
5414
54152002-03-18 Andrew Cagney <[email protected]>
5416
5417 * command.h (struct cmd_list_element): Add field context.
5418 (set_cmd_context, get_cmd_context): Declare.
5419 * cli/cli-decode.h: Ditto.
5420 * cli/cli-decode.c (get_cmd_context): New function.
5421 (set_cmd_context): New function.
5422 (add_cmd): Initialize context.
5423 Part of fixing PR gdb/145 and PR gdb/146.
5424
54252002-03-17 Andrew Cagney <[email protected]>
5426
5427 * cli/cli-decode.c (cmd_type): New function.
5428 * command.h (cmd_type): Declare.
5429 * infrun.c (set_schedlock_func): Call function cmd_type.
5430 * kod.c (kod_set_os): Call cmd_type.
5431 * cris-tdep.c (cris_version_update): Use function cmd_type.
5432 (cris_mode_update, cris_abi_update): Ditto.
5433
5434 * command.h: (execute_cmd_post_hook): Declare.
5435 (execute_cmd_pre_hook): Declare.
5436 * cli/cli-script.c (clear_hook_in_cleanup): New function.
5437 (execute_cmd_post_hook, execute_cmd_pre_hook): New
5438 functions. Execute pre/post hook while ensuring that afterwords
5439 hook_in is cleared.
5440 * top.c (execute_command): Use execute_cmd_post_hook, and
5441 execute_cmd_pre_hook to execute pre/post commands.
5442 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
5443 hook_stop_stub.
5444 (hook_stop_stub): Call execute_cmd_pre_hook.
5445
54462002-03-17 Andrew Cagney <[email protected]>
5447
5448 * kod.c (kod_set_os): Revert previous change. Is called by ``info
5449 set'' and this leads to a core dump. Move xstrdup of
5450 operating_system to after check that it is not NULL.
5451
54522002-03-17 Andrew Cagney <[email protected]>
5453
5454 * kod.c (kod_set_os): Remove unnecessary check that
5455 ``command->type'' is set_cmd.
5456
5457 * valprint.c (set_input_radix): Use input_radix.
5458 (set_output_radix): Use output_radix.
5459 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
5460 isn't reverted.
5461
54622002-03-16 Andrew Cagney <[email protected]>
5463
5464 * value.h (struct value): Delete field ``substring_addr''. Change
5465 aligner fields to force_doublest_align, force_longest_align,
5466 force_core_addr_align and force_pointer_aligh.
5467
5468 * value.h (struct value): Fix typo in above change.
5469
54702002-03-16 Peter Schauer <[email protected]>
5471
5472 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
5473 to fix internal_error from ``maintenance print architecture''.
5474
54752002-03-16 Peter Schauer <[email protected]>
5476
5477 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
5478 for gcc versions after gcc-2.8.1.
5479
54802002-03-16 Peter Schauer <[email protected]>
5481
5482 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
5483 for method resolution. Restore adjustment of ``this'' pointer after
5484 calling value_struct_elt, which was accidentally removed during the
5485 HP merge.
5486
54872002-03-15 Andrew Cagney <[email protected]>
5488
5489 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
5490 value_of_register.
5491 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
5492 get_saved_register.
5493 * value.h (value_of_register): Update.
5494
54952002-03-14 Richard Henderson <[email protected]>
5496
5497 * configure.in: Detect declaration for canonicalize_file_name.
5498 * utils.c (canonicalize_file_name): Declare, if needed.
5499 (gdb_realpath): Prefer realpath if available and usable.
5500 * config.in, configure: Rebuild.
5501
55022002-03-14 Richard Henderson <[email protected]>
5503
5504 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
5505 a constant array bound.
5506
5507 * MAINTAINERS: Add myself to write-after-approval.
5508
55092002-03-14 Michael Snyder <[email protected]>
5510
5511 * symfile.c (syms_from_objfile): Return immediately if no syms.
5512 (symbol_file_add): Return immediately if no syms.
5513 (find_sym_fns): Return immediately if no syms.
5514
55152002-03-13 Michal Ludvig <[email protected]>
5516
5517 * gdbserver/remote-util.c (remote_open): Print remote-side's
5518 IP address when remote debugging over the network.
5519
55202002-03-12 David O'Brien <[email protected]>
5521
5522 * config/sparc/fbsd.mh: Fix copyright.
5523 * config/sparc/fbsd.mt: Likewise.
5524
55252002-03-11 Richard Earnshaw <[email protected]>
5526
5527 * MAINTAINERS: Fix typo in name of gdb warnings option.
5528 (x86-64): Fix formating so that this can be parsed by awk.
5529
55302002-03-10 Daniel Jacobowitz <[email protected]>
5531
5532 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
5533 * defs.h: Include "gdb/signals.h".
5534 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
5535
55362002-03-10 Michal Ludvig <[email protected]>
5537
5538 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
5539 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
5540 from x86-64-tdep.h
5541
55422002-03-10 Daniel Jacobowitz <[email protected]>
5543 Don Howard <[email protected]>
5544
5545 * mips-tdep.c (ST0_FR): Define.
5546 (mips2_fp_compat): New function, temporarily disabled.
5547 (mips_read_fp_register_single): New function.
5548 (mips_read_fp_register_double): New function.
5549 (mips_print_register): Use them.
5550 (do_fp_register_row): Likewise.
5551
55522002-03-09 Andrew Cagney <[email protected]>
5553
5554 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
5555 approval''.
5556
55572002-03-08 Peter Schauer <[email protected]>
5558
5559 * stabsread.c (read_member_functions): Fix is_stub test for
5560 static member functions, improve comment.
5561
55622002-03-07 Richard Earnshaw <[email protected]>
5563
5564 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
5565 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
5566 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
5567 commands that set boolean values.
5568 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
5569 (arm_rdi_resume): Always initialize PC.
5570 (arm_rdi_open): Don't use rslt as a boolean.
5571 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
5572 (arm_rdi_fetch_registers, arm_rdi_store_registers)
5573 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
5574 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
5575
55762002-03-06 Alexandre Oliva <[email protected]>
5577
5578 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
5579 * configure: Rebuilt.
5580
55812002-03-06 Stephane Carrez <[email protected]>
5582
5583 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
5584 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
5585
55862002-03-06 Andrew Cagney <[email protected]>
5587
5588 * cli/cli-decode.c (set_cmd_completer): New function.
5589 * command.h (set_cmd_completer): Declare.
5590 * cli/cli-decode.h (set_cmd_completer): Ditto.
5591
5592 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
5593 * cli/cli-cmds.c (init_cli_cmds): Ditto.
5594 * win32-nat.c (_initialize_inftarg): Ditto.
5595 * remote-rdi.c (_initialize_remote_rdi): Ditto.
5596 * proc-api.c (_initialize_proc_api): Ditto.
5597 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
5598 * source.c (_initialize_source): Ditto.
5599 * exec.c (_initialize_exec): Ditto.
5600 * solib.c (_initialize_solib): Ditto.
5601 * top.c (init_main): Ditto.
5602 * tracepoint.c (_initialize_tracepoint): Ditto.
5603 * symfile.c (_initialize_symfile): Ditto.
5604 * printcmd.c (_initialize_printcmd): Ditto.
5605 * infcmd.c (_initialize_infcmd): Ditto.
5606 * corefile.c (_initialize_core): Ditto.
5607
56082002-03-05 Andrew Cagney <[email protected]>
5609
5610 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
5611
56122002-03-05 Andrew Cagney <[email protected]>
5613
5614 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
5615
56162002-03-05 Andrew Cagney <[email protected]>
5617
5618 * NEWS: Update headings, 5.2 has branched.
5619
56202002-03-04 Daniel Jacobowitz <[email protected]>
5621
5622 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
5623 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
5624 (register_addr, REGISTER_RAW_SIZE): Likewise.
5625 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
5626 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
5627
56282002-03-03 Michal Ludvig <[email protected]>
5629
5630 * MAINTAINERS (x86-64): Add myself.
5631 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
5632 changed value_ptr -> struct value *
5633
56342002-03-01 David O'Brien <[email protected]>
5635
5636 * configure.host (sparc64-*-freebsd): Add.
5637 * configure.tgt: Likewise.
5638 * config/sparc/fbsd.mh: New file.
5639 * config/sparc/fbsd.mt: Likewise.
5640 * config/sparc/nm-fbsd.h: Likewise.
5641 * config/sparc/tm-fbsd.h: Likewise.
5642
56432002-03-01 Daniel Jacobowitz <[email protected]>
5644
5645 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
5646 regformats/reg-s390x.dat.
5647
56482002-03-01 Andrew Cagney <[email protected]>
5649
5650 * utils.c: Add FIXME explaining true/false problem.
5651
56522002-02-28 Andrew Cagney <[email protected]>
5653
5654 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
5655
56562002-02-28 Michael Chastain <[email protected]>
5657
5658 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
5659
56602002-02-28 Daniel Jacobowitz <[email protected]>
5661
5662 * gdbserver/linux-s390-low.c: New file.
5663 * regformats/reg-s390.dat: New file.
5664 * regformats/reg-s390x.dat: New file.
5665 * gdbserver/configure.srv: Add S/390.
5666 * gdbserver/Makefile.in: Add S/390.
5667 * configure.tgt: Enable gdbserver for S/390.
5668
56692002-02-28 Eli Zaretskii <[email protected]>
5670
5671 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
5672 first line of the doc string for "info dos", except at the end of
5673 the sentence, since the short help stops at the first period.
5674
56752002-02-28 Jason Merrill <[email protected]>
5676
5677 * dwarf2read.c (dwarf_cfi_name): Add new codes.
5678
56792002-02-27 Fred Fish <[email protected]>
5680
5681 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
5682 comment (dumy -> dummy).
5683
56842002-02-27 Peter Schauer <[email protected]>
5685
5686 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
5687
56882002-02-27 Rodney Brown <[email protected]>
5689
5690 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
5691
56922002-02-27 Daniel Jacobowitz <[email protected]>
5693
5694 * gdbserver/acconfig.h: New file.
5695 * gdbserver/i387-fp.c: New file.
5696 * gdbserver/i387-fp.h: New file.
5697 * gdbserver/linux-x86-64.c: New file.
5698 * regformats/reg-x86-64.dat: New file.
5699 * configure.tgt: Add x86_64-*-linux* gdbserver support.
5700 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
5701 * gdbserver/configure.in: Add support for regsets.
5702 * gdbserver/config.in: Regenerate.
5703 * gdbserver/configure: Regenerate.
5704 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
5705 * gdbserver/linux-low.h: New file.
5706 * gdbserver/linux-low.c: Include "linux-low.h". Add support
5707 for regsets.
5708 * gdbserver/linux-arm-low.c: Include "linux-low.h".
5709 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
5710 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
5711 * gdbserver/linux-mips-low.c: Include "linux-low.h".
5712 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
5713 * gdbserver/linux-sh-low.c: Include "linux-low.h".
5714 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
5715 "i387-fp.h". Add PTRACE_GETREGS and friends.
5716 * gdbserver/regcache.c (supply_register): New function.
5717 (supply_register_by_name): New function.
5718 (collect_register): New function.
5719 (collect_register_by_name): New function.
5720
57212002-02-27 Daniel Jacobowitz <[email protected]>
5722
5723 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
5724 (config.status): Add configure.srv dependency.
5725 (server_h): Add config.h dependency.
5726
57272002-02-27 Daniel Jacobowitz <[email protected]>
5728
5729 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
5730 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
5731 * gdbserver/configure.srv: Change i386-*-linux* to use
5732 reg-i386-linux.o.
5733
57342002-02-26 Andrew Cagney <[email protected]>
5735
5736 * x86-64-tdep.c: Re-indent. Update copyright date.
5737
57382002-02-26 Andrew Cagney <[email protected]>
5739
5740 From Michal Ludvig <[email protected]>:
5741 * x86-64-tdep.c (value.h): Delete.
5742 (gdb_assert.h): Include.
5743 (x86_64_register_convert_to_virtual,
5744 x86_64_register_convert_to_raw ): Add check which lets only
5745 floating-point values to be converted.
5746 (value_push): Delete.
5747 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
5748 (i386_gdbarch_init): Number of register_bytes fixed.
5749
57502002-02-26 Andrew Cagney <[email protected]>
5751
5752 * MAINTAINERS: Add x86-64 target.
5753
57542002-02-26 Andrew Cagney <[email protected]>
5755
5756 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
5757 * osfsolib.c (solib_map_sections): Ditto.
5758 * irix5-nat.c (solib_map_sections): Ditto.
5759 * corelow.c (gdb_check_format): Ditto.
5760 * symfile.c (symfile_bfd_open): Ditto.
5761 * solib.c (solib_map_sections): Ditto.
5762 Fix PR gdb/354.
5763
57642002-02-26 Andrew Cagney <[email protected]>
5765
5766 * remote.c (_initialize_remote): By default, disable ``e'' and
5767 ``E'' step out-of-range packets.
5768
57692002-02-26 Andreas Schwab <[email protected]>
5770
5771 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
5772 m68k_linux_frame_saved_pc.
5773 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
5774 in_sigtramp.
5775 (SIGCONTEXT_PC_OFFSET): Remove.
5776 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
5777 m68k_linux_sigtramp_saved_pc): New functions.
5778 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
5779 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
5780 (UCONTEXT_PC_OFFSET): Define.
5781 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
5782 non-RT and RT signal trampolines.
5783
57842002-02-26 Richard Earnshaw <[email protected]>
5785
5786 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
5787 (TARGET_NBPG, STACK_END_ADDR): Delete
5788 (VARIABLES_INSIDE_BLOCK): Delete.
5789
57902002-02-25 Andrew Cagney <[email protected]>
5791
5792 * utils.c (perror_with_name): Make string parameter constant.
5793 (print_sys_errmsg): Ditto.
5794 (query): Ditto.
5795 * defs.h (perror_with_name): Update.
5796 (print_sys_errmsg): Update.
5797 (query): Update.
5798
57992002-02-25 Daniel Jacobowitz <[email protected]>
5800
5801 From Eliot Dresselhaus <[email protected]>:
5802 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
5803
58042002-02-25 Peter Schauer <[email protected]>
5805
5806 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
5807 if it already matches the current architecture from the exec file.
5808 Include arch-utils.h for gdbarch_info_init prototype.
5809 * Makefile.in (rs6000-nat.o): Update dependencies.
5810
58112002-02-25 Eli Zaretskii <[email protected]>
5812
5813 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
5814 list of exported variables.
5815
58162002-02-24 Daniel Jacobowitz <[email protected]>
5817
5818 * gdbserver/configure.srv: New file.
5819 * gdbserver/configure.in: Use configure.srv instead
5820 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
5821 from it.
5822 * gdbserver/configure: Regenerated.
5823 * gdbserver/terminal.h: New file.
5824 * gdbserver/Makefile.in: Update for configure changes. Remove
5825 more unneeded include paths.
5826
58272002-02-24 Andrew Cagney <[email protected]>
5828
5829 From wiz at danbala:
5830 * config/sparc/tm-sp64.h: Fix grammar and typos.
5831 Fix PR gdb/287.
5832
58332002-02-24 Andrew Cagney <[email protected]>
5834
5835 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
5836 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
5837 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
5838 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
5839 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
5840 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
5841 * s390-tdep.c: Ditto.
5842 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
5843 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
5844 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
5845 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
5846 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
5847 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
5848 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
5849 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
5850 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
5851 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
5852 Fix PR gdb/378.
5853
58542002-02-23 Andrew Cagney <[email protected]>
5855
5856 * lin-thread.c: Delete file.
5857 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
5858 to gdb_proc_service.h.
5859 * configure: Re-generate.
5860
5861 * ocd.c (ocd_open): Do not try to open the "ocd" device.
5862 * serial.c (serial_open): Delete check for "ocd".
5863 Fix PR gdb/349.
5864
5865 * Makefile.in (linux-thread.o): Delete target.
5866 * linux-thread.c: Delete file.
5867
5868 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
5869 renamed SH files to be consistent.
5870
5871 * symtab.c (sort_search_symbols): Use xfree.
5872
58732002-02-23 Richard Earnshaw <[email protected]>
5874
5875 * arm-linux-tdep.c (arm_linux_init_abi): Register
5876 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
5877 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
5878 definition with undef, since we don't want the sysvr4 definition.
5879 (SKIP_TRAMPOLINE_CODE): Likewise.
5880
58812002-02-23 Andrew Cagney <[email protected]>
5882
5883 From 2002-02-22 Alfred M. Szmidt <[email protected]>:
5884
5885 * configure.in: (AC_CHECK_FUNCS) Added test for
5886 canonicalize_file_name Regenerated.
5887 * config.in, configure: Regenerated.
5888 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
5889 defined use canonicalize_file_name.
5890
58912002-02-23 Michael Chastain <[email protected]>
5892
5893 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
5894
58952002-02-23 Andrew Cagney <[email protected]>
5896
5897 * README: Remove references to cygnus.com.
5898 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
5899 dot com'' form. Remove references to cygnus.com and sourceware.
5900
59012002-02-23 Andrew Cagney <[email protected]>
5902
5903 From 2002-02-19 Paul Eggert <[email protected]>:
5904 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
5905 1003.1-2001 no longer allows "head -1".
5906 * gdb/Makefile.in (version.c): Likewise.
5907 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
5908 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
5909 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
5910
59112002-02-23 Andrew Cagney <[email protected]>
5912
5913 * cli/cli-decode.c (cmd_cfunc_eq): New function.
5914 * command.h (cmd_cfunc_eq): Declare.
5915 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
5916
5917 * cli/cli-cmds.h (is_complete_command): Change parameter to a
5918 ``struct cmd_list_element *''.
5919 * cli/cli-cmds.c (is_complete_command): Update. Use
5920 cmd_cfunc_eq.
5921 * top.c (execute_command): Pass the command to
5922 is_complete_command.
5923 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
5924
59252002-02-23 Andrew Cagney <[email protected]>
5926
5927 From 2002-02-20 Martin Schwidefsky <[email protected]>:
5928 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
5929 architecture defines.
5930 * s390-tdep.c (s390_gdbarch_init): Likewise.
5931
59322002-02-23 Richard Earnshaw <[email protected]>
5933
5934 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
5935 (arm_linux_push_arguments): Likewise.
5936 (arm_linux_init_abi): Register them. Also register linux-specific
5937 call_dummy_words.
5938 (find_minsym_and_objfile): Use strcmp, not STREQ.
5939 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
5940 (arm_linux_call_dummy_words): Delete declaration.
5941 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
5942 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
5943 declarations.
5944 (LOWEST_PC): Delete.
5945
59462002-02-23 Peter Schauer <[email protected]>
5947
5948 * maint.c (print_section_info): Do not prepend `0x' to filepos
5949 output, it will be handled by local_hex_string_custom.
5950
59512002-02-23 Richard Earnshaw <[email protected]>
5952
5953 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
5954 (store_newfpe_double, store_newfpe_extended, store_fpregister)
5955 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
5956
59572002-02-22 Jim Blandy <[email protected]>
5958
5959 Indicate that the bcache functions don't change the strings
5960 they're passed.
5961 * bcache.h (bcache, hash): Add `const' keywords to declarations.
5962 * bcache.c (bcache, hash): Add `const' keywords to definitions.
5963
59642002-02-22 Pierre Muller <[email protected]>
5965
5966 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
5967
59682002-02-21 Christopher Faylor <[email protected]>
5969
5970 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
5971 find the complete path to a loaded DLL.
5972
59732002-02-21 Fred Fish <[email protected]>
5974
5975 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
5976 that marks the end of the range of a function, enter a line number
5977 entry that has a line number of zero and a PC offset that matches
5978 the end of the function. This starts a range of PC's for which no
5979 line number information is known.
5980 * symtab.c (find_pc_sect_line): If our best fit is in a range of
5981 PC's for which no line number info is found (line number is zero)
5982 then we didn't find any valid line information.
5983 * symtab.h: Document use of zero line number entry.
5984
59852002-02-21 Elena Zannoni <[email protected]>
5986
5987 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
5988 (have_ptrace_getvrregs): Define for run time checks.
5989 (gdb_vrregset_t): New type for Altivec register handling.
5990 (fetch_register, store_register): Fetch/store altivec register
5991 when needed.
5992 (fetch_altivec_register, store_altivec_register): New functions.
5993 (supply_vrregset, fill_vrregset): New functions.
5994 (fetch_altivec_registers, store_altivec_registers): New functions.
5995 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
5996 registers as well.
5997
59982002-02-21 Jiri Smid <[email protected]>
5999
6000 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
6001
60022002-02-21 Richard Earnshaw <[email protected]>
6003
6004 * Makefile.in (armnbsd-nat.o): Update dependencies.
6005 * armnbsd-nat.c (supply_gregset): New function. Common code to
6006 supply the integer register set.
6007 (supply_fparegset): New function. Similar for FPA registers.
6008 (fetch_regs, fetch_fp_regs): Use them.
6009 (fetch_core_registers): Likewise.
6010 (fetch_elfcore_registers): New function.
6011 (arm_netbsd_elfcore_fns): New core-file type specification.
6012 (_initialize_arm_netbsd_nat): Register it.
6013
60142002-02-21 Richard Earnshaw <[email protected]>
6015
6016 * armnbsd-nat.c: Include gdbcore.h.
6017 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
6018 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
6019 'void' to declaration, to shut up ARI.
6020 (fetch_core_registers): Make static. Rewrite using supply_register.
6021 (arm_netbsd_core_fns): New core-file type specification.
6022 (_initialize_arm_netbsd_nat): New function.
6023
60242002-02-21 Christopher Faylor <[email protected]>
6025
6026 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
6027 value.
6028
60292002-02-20 Christopher Faylor <[email protected]>
6030
6031 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
6032 fails.
6033
60342002-02-20 Daniel Jacobowitz <[email protected]>
6035
6036 * jv-exp.y (parse_number): Change type of implicit longs
6037 to builtin_type_uint64.
6038
60392002-02-20 Daniel Jacobowitz <[email protected]>
6040
6041 * gdbserver/linux-low.c (mywait): Change argument to waitpid
6042 to be an integer instead of a `union wait'.
6043
60442002-02-20 Daniel Jacobowitz <[email protected]>
6045
6046 * mips-linux-nat.c: Call the operating system GNU/Linux.
6047 * mips-linux-tdep.c: Likewise.
6048 * mips-tdep.c: Likewise.
6049
60502002-02-20 Daniel Jacobowitz <[email protected]>
6051
6052 Fix PR gdb/265.
6053 * jv-exp.y (parse_number): Handle 64-bit integers.
6054
60552002-02-20 Daniel Jacobowitz <[email protected]>
6056
6057 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
6058 AC_STDC_HEADERS to AC_HEADER_STDC.
6059 * gdbserver/configure: Regenerated.
6060
60612002-02-20 Richard Earnshaw <[email protected]>
6062
6063 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
6064 is defined.
6065 * sparc-tdep.c (get_longjmp_target): Likewise.
6066
60672002-02-20 Richard Earnshaw <[email protected]>
6068
6069 * News: Add news about ARM and Multi-arch. Mention the new target
6070 arm*-*-netbsd*.
6071
60722002-02-19 Jim Blandy <[email protected]>
6073
6074 * stabsread.c (error_type_complaint): Improve error message.
6075
60762002-02-19 Daniel Jacobowitz <[email protected]>
6077
6078 * gdbserver/README: Update documentation.
6079 * gdbserver/configure.in: Update configury to match documentation.
6080 * gdbserver/Makefile.in: Likewise.
6081 * gdbserver/configure: Regenerated.
6082 * gdbserver/aclocal.m4: New file, generated by aclocal.
6083 * gdbserver/config.in: New file, generated by autoheader.
6084
60852002-02-19 Richard Earnshaw <[email protected]>
6086
6087 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
6088 armnbsd-nat.c.
6089
60902002-02-19 Richard Earnshaw <[email protected]>
6091
6092 * arm-tdep.h (enum arm_float_model): New enum.
6093 (struct gdbarch_tdep): Add fp_model.
6094 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
6095 up floating-point conversions until we know the floating-point model
6096 in use by the inferior. Don't complain about being unable to
6097 determine the ABI of the inferior when we don't have one.
6098 (arm_extract_return_value): Support different floating-point models.
6099 (arm_store_return_value): Likewise.
6100 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
6101 ARM_FLOAT_SOFT.
6102 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
6103
61042002-02-19 Peter Schauer <[email protected]>
6105
6106 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
6107 of ``current_gdbarch''.
6108
61092002-02-19 Richard Earnshaw <[email protected]>
6110
6111 * armnbsd-nat.c : ANSIfy all function declarations.
6112 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
6113 (fetch_inferior_registers): Re-implement in terms of above.
6114 (store_register, store_regs, store_fp_register, store_fp_regs): New.
6115 (store_inferior_registers): Re-implement in terms of above.
6116
61172002-02-19 Richard Earnshaw <[email protected]>
6118
6119 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
6120 kernel.
6121 * arm-linux-tdep.c: Likewise.
6122 * config/arm/tm-linux.h: Likewise.
6123
61242002-02-19 Richard Earnshaw <[email protected]>
6125
6126 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
6127 * config/arm/nbsd.mt (TM_FILE): Delete.
6128 * config/arm/tm-nbsd.h: Delete.
6129
61302002-02-19 Richard Earnshaw <[email protected]>
6131
6132 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
6133 Initialize CALL_DUMMY_LENGTH.
6134
61352002-02-19 Richard Earnshaw <[email protected]>
6136
6137 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
6138 function.
6139 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
6140 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
6141 defines one thing and that is incorrect for this port.
6142 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
6143
61442002-02-18 Pierre Muller <[email protected]>
6145
6146 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
6147
61482002-02-18 Pierre Muller <[email protected]>
6149
6150 * win32-nat.c (display_selector): New function. Displays information
6151 about the information returned by GetThreadSelectorEntry API function.
6152 (display_selectors): New function. Displays the infomation of
6153 the selector given as argument, or of CS, DS ans FS selectors
6154 if no argument is given.
6155 ( _initialize_inftarg): Add "w32" as info prefix command.
6156 Add "info w32 selector" as command calling display_selectors.
6157
61582002-02-19 Pierre Muller <[email protected]>
6159
6160 * i386-tdep.c (get_longjmp_target): Fix compilation failure
6161 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
6162 if not defined.
6163
61642002-02-18 Richard Earnshaw <[email protected]>
6165
6166 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
6167
61682002-02-18 Richard Earnshaw <[email protected]>
6169
6170 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
6171 (arm_fix_call_dummy): Call it.
6172 (arm_call_dummy_breakpoint_offset): Delete.
6173 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
6174 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6175
61762002-02-18 Andrew Cagney <[email protected]>
6177
6178 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
6179 Default to func_frame_chain_valid.
6180 * gdbarch.h, gdbarch.c: Re-generate.
6181 * frame.h (FRAME_CHAIN_VALID): Delete definition.
6182
61832002-02-18 Elena Zannoni <[email protected]>
6184
6185 * ppc-linux-nat.c: Update copyright.
6186 (fetch_register, store_register): Add tid parameter, don't compute
6187 tid here.
6188 (fetch_ppc_registers, store_ppc_registers): Add tid
6189 parameter. Pass it along to callees.
6190 (fetch_inferior_registers, store_inferior_registers): Compute tid
6191 here, and pass it to calleed functions.
6192 (fill_gregset, supply_fpregset): Clean up formatting.
6193
61942002-02-18 Richard Earnshaw <[email protected]>
6195
6196 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
6197 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
6198
61992002-02-18 Richard Earnshaw <[email protected]>
6200
6201 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
6202 * gdbarch.c gdbarch.h: Regenerate.
6203 * breakpoint.c (create_longjmp_breakpoint): Always compile this
6204 function.
6205 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
6206 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
6207 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
6208
6209 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
6210 * arm-tdep.c (arm_get_longjmp_target): New function.
6211 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
6212 this to a positive value register arm_get_longjmp_target as the
6213 longjmp handler.
6214 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
6215 (arm_linux_init_abi): Set up longjmp description in tdep.
6216 * armnbsd-nat.c (get_longjmp_target): Delete.
6217 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
6218 description in tdep.
6219 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
6220 (get_longjmp_target): Delete declaration.
6221 (GET_LONGJMP_TARGET): Delete.
6222 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
6223 (GET_LONGJMP_TARGET): Delete.
6224
62252002-02-17 Kevin Buettner <[email protected]>
6226
6227 From Peter Schauer <[email protected]>:
6228 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
6229 of ``current_gdbarch''.
6230
62312002-02-17 Tom Tromey <[email protected]>
6232
6233 * cli/cli-cmds.c (compare_strings): New function.
6234 (complete_command): Only print each unique item once.
6235 * completer.h (complete_line): Declare.
6236 * completer.c (complete_line): New function.
6237 (line_completion_function): Use it.
6238
62392002-02-16 Andrew Cagney <[email protected]>
6240
6241 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
6242 * gdbarch.h, gdbarch.c: Re-generate.
6243
62442002-02-16 Daniel Jacobowitz <[email protected]>
6245
6246 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
6247
62482002-02-16 Daniel Jacobowitz <[email protected]>
6249
6250 From Peter Schauer <[email protected]>:
6251 * valops.c (value_arg_coerce): Don't take the address of a reference
6252 to convert an argument to a reference.
6253
62542002-02-15 Christopher Faylor <[email protected]>
6255
6256 * win32-nat.c (get_image_name): New function.
6257 (handle_load_dll): Use get_image_name function.
6258 (get_child_debug_event): Avoid registering debug events until possibly
6259 execed process is started.
6260 (child_create_inferior): Allow invocation via shell so that command
6261 line redirection, etc. works ok.
6262 (_initialize_inftarg): Add new command: "set shell" to control whether
6263 a shell is used to start a process.
6264
62652002-02-15 Daniel Jacobowitz <[email protected]>
6266
6267 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
6268 instead of find_register_by_number.
6269 (cannot_store_register): Likewise.
6270
62712002-02-14 Pierre Muller <[email protected]>
6272
6273 * dwarf2read.c: Replace fprintf (stderr, ...) by
6274 fprintf_unfiltered (gdb_stderr, ...).
6275
62762002-02-15 Daniel Jacobowitz <[email protected]>
6277
6278 * gdbserver/gdbserver.1: Document --attach.
6279
62802002-02-15 Richard Earnshaw <[email protected]>
6281
6282 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
6283 descriptions.
6284 * arm-tdep.c (arm_default_arm_le_breakpoint)
6285 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
6286 (arm_default_thumb_be_breakpoint): New. Initialize them from
6287 traditional breakpoint defines.
6288 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
6289 (arm_gdbarch_init): Initialize new breakpoint variables.
6290 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
6291 (arm_linux_init_abi): Initialize linux-specific breakpoint.
6292 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
6293 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
6294 code out to ...
6295 (arm_netbsd_init_abi_common): ... here; new function.
6296 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
6297 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
6298 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
6299 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
6300
63012002-02-15 Richard Earnshaw <[email protected]>
6302
6303 * arm-tdep.h (enum arm_abi): New enum.
6304 (struct gdbarch_tdep): New structure.
6305 (LOWEST_PC): Provide a default.
6306 (arm_gdbarch_register_os_abi): Declare new function.
6307 * arm-tdep.c (arm_abi_names): New array.
6308 (process_note_abi_tag_sections): New function.
6309 (get_elfosabi): New function.
6310 (arm_gdbarch_register_os_abi): New function.
6311 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
6312 support for that ABI has been built in, then call the appropriate
6313 configuration routine. Use gdbarch_num_regs() to get the number
6314 of registers.
6315 (arm_dump_tdep): New function.
6316 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
6317 place-holder functions.
6318 (_initialize_arm_tdep): Register them.
6319 * config/arm/tm-arm.h (LOWEST_PC): Delete.
6320
6321 * armnbsd-tdep.c: New file.
6322 * Makefile.in (armnbsd-tdep.o): Add dependencies.
6323 * config/arm/nbsd.mt (TDEPFILES): Add it.
6324 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
6325
6326 * armnbsd-nat.c: Include regcache.h.
6327 * Makefile.in (armnbsd-nat.o): Update dependency list.
6328
6329 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
6330
63312002-02-14 Daniel Jacobowitz <[email protected]>
6332
6333 * gdbserver/Makefile.in: Fix typos in target rules.
6334
63352002-02-14 Daniel Jacobowitz <[email protected]>
6336
6337 Fix part of PR gdb/267.
6338 * linespec.c (find_methods): Handle constructors specially for now.
6339
63402002-02-14 Corinna Vinschen <[email protected]>
6341
6342 * arm-tdep.c (arm_push_arguments): Eliminate special float type
6343 handling.
6344 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
6345 standard_coerce_float_to_double().
6346
63472002-02-14 Christopher Faylor <[email protected]>
6348
6349 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
6350 GDBINIT_FILENAME.
6351
63522002-02-14 Elena Zannoni <[email protected]>
6353
6354 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
6355 find_variant_by_name, because it confuses the multiarch
6356 framework. Return NULL if there isn't an architecture with the
6357 user supplied name, instead of forcing a different one without
6358 recording the change with the multiarch machinery.
6359 (find_variant_by_name): Delete.
6360
63612002-02-14 Peter Schauer <[email protected]>
6362
6363 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
6364 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
6365
63662002-02-13 Martin M. Hunt <[email protected]>
6367
6368 * stack.c (print_frame_info_base): When calling
6369 print_frame_info_listing_hook, set current_source_symtab.
6370
63712002-02-14 Daniel Jacobowitz <[email protected]>
6372
6373 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
6374 and remove unused $(INCLUDE_DIR).
6375 Add regcache.c to OBS.
6376 Add generated register protocol files to clean target.
6377 Update dependencies for new objects, obsolete old target code.
6378
6379 * gdbserver/linux-low.c: Remove all platform-specific code to
6380 new files. Remove various dead code. Update to use regcache
6381 functionality.
6382 * gdbserver/remote-utils.c (fromhex): Add return statement
6383 to quiet warning.
6384 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
6385 constant.
6386 (input_interrupt): Add integer parameter to match prototype
6387 of a signal handler.
6388 (outreg): Use register_data ().
6389 (prepare_resume_reply): Use gdbserver_expedite_regs.
6390 * gdbserver/server.c (main): Dynamically allocate own_buf because
6391 PBUFSIZ is no longer constant. Use registers_to_string () and
6392 registers_from_string ().
6393 * gdbserver/server.h: No longer include "defs.h". Add prototypes
6394 for error (), fatal (), and warning (). Update definition of
6395 PBUFSIZ to use regcache functionality. Add include guard.
6396 * gdbserver/utils.c (fatal): Add missing ``const''.
6397 (warning): New function.
6398
6399 * regformats/regdat.sh: Include "regcache.h" in generated files.
6400 Provide init_registers () function.
6401 * regformats/regdef.h: Add prototype for set_register_cache ().
6402 Add include guard.
6403
6404 * gdbserver/linux-arm-low.c: New file.
6405 * gdbserver/linux-i386-low.c: New file.
6406 * gdbserver/linux-ia64-low.c: New file.
6407 * gdbserver/linux-m68k-low.c: New file.
6408 * gdbserver/linux-mips-low.c: New file.
6409 * gdbserver/linux-ppc-low.c: New file.
6410 * gdbserver/linux-sh-low.c: New file.
6411
6412 * gdbserver/regcache.c: New file.
6413 * gdbserver/regcache.h: New file.
6414
6415 * gdbserver/low-linux.c: Removed obsolete file.
6416
64172002-02-14 Daniel Jacobowitz <[email protected]>
6418
6419 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
6420 * config/i386/linux.mt: Likewise.
6421 * config/ia64/linux.mt: Likewise.
6422 * config/m68k/linux.mh: Likewise.
6423 * config/powerpc/linux.mh: Likewise.
6424 * config/mips/linux.mt: Likewise.
6425
6426 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
6427
6428 * config/i386/i386lynx.mh: Mark gdbserver variables
6429 as (currently) obsolete for this target.
6430 * config/i386/nbsd.mt: Likewise.
6431 * config/i386/nbsdelf.mt: Likewise.
6432 * config/m32r/m32r.mt: Likewise.
6433 * config/m68k/m68klynx.mh: Likewise.
6434 * config/m68k/nbsd.mt: Likewise.
6435 * config/m68k/sun3os4.mh: Likewise.
6436 * config/mips/vr5000.mt: Likewise.
6437 * config/ns32k/nbsd.mt: Likewise.
6438 * config/pa/hppabsd.mh: Likewise.
6439 * config/pa/hppaosf.mh: Likewise.
6440 * config/powerpc/nbsd.mt: Likewise.
6441 * config/rs6000/rs6000lynx.mh: Likewise.
6442 * config/s390/s390.mt: Likewise.
6443 * config/s390/s390x.mt: Likewise.
6444 * config/sparc/sparclynx.mh: Likewise.
6445 * config/sparc/sun4os4.mh: Likewise.
6446 * config/i386/x86-64linux.mt: Likewise.
6447 * config/sparc/linux.mh: Likewise.
6448
64492002-02-14 Daniel Jacobowitz <[email protected]>
6450
6451 * configure.tgt: Configure gdbserver only for known working
6452 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
6453 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
6454 SUBDIRS if it is configured. Update comment for ${nativefile}.
6455 * configure: Regenerated.
6456
64572002-02-13 Michael Snyder <[email protected]>
6458
6459 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
6460
6461 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
6462 (default_gcore_mach): Just return 0, work around a problem in bfd.
6463 (default_gcore_target): OK to return NULL if exec_bfd is null.
6464 (make_mem_sec): Use a cast, avoid a warning.
6465
6466 * procfs.c (find_memory_regions_callback): Use a cast instead of
6467 calling host_pointer_to_address (which complains if
6468 sizeof (host pointer) != sizeof (target pointer)).
6469 (procfs_make_note_section): Avoid overflow in psargs string.
6470
6471 * procfs.c (procfs_make_note_section): Make the default
6472 implementation return an error.
6473
64742002-02-13 Rodney Brown <[email protected]>
6475
6476 * procfs.c (procfs_make_note_section): Provide a default definition
6477 (for alpha-dec-osf4.0f). Fix typos.
6478
64792002-02-13 Elena Zannoni <[email protected]>
6480
6481 * linux-proc.c: Add include of regcache.h.
6482 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
6483
64842002-02-13 Andrew Cagney <[email protected]>
6485
6486 From 2002-01-18 Greg McGary <[email protected]>:
6487 * memattr.c (create_mem_region): Disallow useless empty region.
6488 Regions are half-open intervals, so allow [A..B) [B..C) as
6489 non-overlapping.
6490
64912002-02-13 Michael Chastain <[email protected]>
6492
6493 * defs.h: Kill CONST_PTR.
6494 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
6495 * c-lang.c (c_builtin_types): Likewise.
6496 * ch-lang.c (ch_builtin_types): Likewise.
6497 * f-lang.c (f_builtin_types): Likewise.
6498 * language.c (unknown_builtin_types): Likewise.
6499 * m2-lang.c (m2_builtin_types): Likewise.
6500 * p-lang.c (pascal_builtin_types): Likewise.
6501 * scm-lang.c (c_builtin_types): Likewise.
6502
65032002-02-13 Keith Seitz <[email protected]>
6504
6505 * arm-tdep.h (arm_get_next_pc): Add declaration.
6506
65072002-02-13 Richard Earnshaw <[email protected]>
6508
6509 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
6510 with other related struct-returning functions.
6511 (arm_extract_struct_value_address): New function.
6512 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
6513 initialize float_format, double_format and long_double_format as
6514 appropriate to the endianness of the target.
6515 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
6516 (arm_use_struct_convention): Delete declaration.
6517 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
6518
65192002-02-13 Keith Seitz <[email protected]>
6520
6521 * defs.h (core_addr_to_string_nz): New function.
6522
65232002-02-13 Mark Kettenis <[email protected]>
6524
6525 Apply missing bits of 2002-01-15 patch.
6526 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
6527 (fill_fpregset): Use i387_fill_fsave.
6528
65292002-02-12 Keith Seitz <[email protected]>
6530
6531 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
6532 (core_addr_to_string_nz): New function.
6533
65342002-02-11 Richard Earnshaw <[email protected]>
6535
6536 * arm-linux-nat.c: Really include arm-tdep.h.
6537 * config/arm/tm-linux.h (struct type, struct value): Declare.
6538
65392002-02-11 Michael Snyder <[email protected]>
6540
6541 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
6542 (gcore section): Ifdef for Solaris and Unixware only.
6543 (procfs_do_thread_registers): Unixware needs one lwpstatus
6544 per thread (not one prstatus or pstatus).
6545 (procfs_make_note_section): Iterate only over kernel threads (lwps),
6546 not over all gdb threads. For unixware, call elfcore_write_pstatus
6547 once before iterating over threads.
6548
65492002-02-11 Richard Earnshaw <[email protected]>
6550
6551 * arm-tdep.h: New file.
6552 * arm-tdep.c: Include arm-tdep.h.
6553 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
6554 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
6555 (arm_print_float_info, arm_register_type, convert_to_extended)
6556 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
6557 (arm_extract_return_value, arm_register_name): Make static.
6558 (arm_software_single_step): Similarly. Fix types in declaration.
6559 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
6560 (arm_store_return_value, arm_store_struct_return): New functions.
6561 (arm_gdbarch_init): Register the above functions. Also register
6562 call_dummy_start_offset, sizeof_call_dummy_words,
6563 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
6564 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
6565 max_register_virtual_size, register_size. Set up
6566 prologue_cache.saved_regs here, rather than ...
6567 (_initialize_arm_tdep): ... here.
6568 * config/arm/tm-arm.h (struct type, struct value): Delete forward
6569 declarations.
6570 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
6571 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
6572 (arm_print_float_info, arm_register_type, convert_to_extended)
6573 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
6574 (arm_extract_return_value, arm_register_name): Delete declarations.
6575 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
6576 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
6577 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
6578 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
6579 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6580 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
6581 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
6582 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
6583 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
6584 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
6585 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
6586 (arm_get_next_pc): No-longer static -- these are needed by the RDI
6587 interface.
6588 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
6589 * remote-rdi.c remote-rdp.c: Likewise.
6590 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
6591 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
6592 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
6593 definition.
6594
6595 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
6596 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
6597 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
6598 from non-ARM_ prefixed definitions.
6599 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
6600 all uses of above.
6601 * remote-rdi.c remote-rdp.c: Likewise.
6602 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
6603
66042002-02-11 Richard Earnshaw <[email protected]>
6605
6606 * arm-tdep.c (arm_frameless_function_invocation)
6607 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
6608 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
6609 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
6610 (arm_pop_frame, arm_get_next_pc): Make static.
6611 (arm_gdbarch_init): Register above in gdbarch structure.
6612 (arm_read_fp): Renamed from arm_target_read_fp.
6613 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
6614 * config/arm/tm-arm.h (arm_frameless_function_invocation)
6615 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
6616 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
6617 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
6618 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
6619 (arm_pc_is_thumb_dummy): Delete declarations.
6620 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
6621 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
6622 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
6623 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
6624
66252002-02-10 Daniel Jacobowitz <[email protected]>
6626
6627 * symtab.c (compare_search_syms): New function.
6628 (sort_search_symbols): New function.
6629 (search_symbols): Sort symbols after searching rather than
6630 before.
6631
66322002-02-10 Andrew Cagney <[email protected]>
6633
6634 * NEWS: Linux -> GNU/Linux.
6635
66362002-02-10 Andrew Cagney <[email protected]>
6637
6638 * gdbarch.sh: For for level one methods, disallow a definition
6639 when partially multi-arched. Add comments explaining rationale.
6640 * gdbarch.h: Re-generate.
6641
66422002-02-10 Andrew Cagney <[email protected]>
6643
6644 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
6645 multi-arch partial.
6646
66472002-02-10 Andrew Cagney <[email protected]>
6648
6649 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
6650 field. Use diff -u.
6651 * gdbarch.c: Re-generate.
6652
66532002-02-10 Andrew Cagney <[email protected]>
6654
6655 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
6656 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
6657 partial.
6658
66592002-02-10 Andrew Cagney <[email protected]>
6660
6661 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
6662 multi-arch partial.
6663 (PUSH_ARGUMENTS): Switch to using predefault.
6664 * gdbarch.c: Regenerate.
6665
66662002-02-10 Andrew Cagney <[email protected]>
6667
6668 * valops.c (PUSH_ARGUMENTS): Delete definition.
6669 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
6670 partial. Default to default_push_arguments.
6671 * gdbarch.h, gdbarch.c: Regenerate.
6672
66732002-02-09 Andrew Cagney <[email protected]>
6674
6675 * defs.h (throw_exception): Rename return_to_top_level. Update
6676 comments.
6677 * utils.c (error_stream, internal_verror, quit): Ditto.
6678 * top.c (throw_exception, catcher): Ditto.
6679 * sparclet-rom.c (sparclet_load): Ditto.
6680 * remote.c (interrupt_query, minitelnet): Ditto.
6681 * remote-sds.c (interrupt_query): Ditto.
6682 * remote-mips.c (mips_error, mips_kill): Ditto.
6683 * ocd.c (interrupt_query): Ditto.
6684 * monitor.c (monitor_interrupt_query): Ditto.
6685 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
6686 * target.h: Update comment.
6687
6688 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
6689
66902002-02-09 Andrew Cagney <[email protected]>
6691
6692 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
6693 default_double_format.
6694 * gdbarch.h, gdbarch.c: Re-generate.
6695 * findvar.c (floatformat_unknown): Delete variable definition.
6696 * doublest.h (floatformat_unknown): Delete variable declaration.
6697
66982002-02-09 Jim Blandy <[email protected]>
6699
6700 * stabsread.c (read_type): Add code to parse Sun's syntax for
6701 prototyped function types.
6702
67032002-02-09 Andrew Cagney <[email protected]>
6704
6705 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
6706 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
6707
67082002-02-09 Peter Schauer <[email protected]>
6709
6710 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
6711 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
6712 now _initialize_xcoffsolib gets called again and overrides the
6713 commands from solib.c in a native configuration.
6714
67152002-02-09 Mark Kettenis <[email protected]>
6716
6717 * doublest.c (store_typed_floating): Don't try to return a value.
6718 Fixes PR gdb/290.
6719
67202002-02-08 Jim Blandy <[email protected]>
6721
6722 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
6723 is prototyped and has no arguments, print its argument list as
6724 `(void)'.
6725
67262002-02-08 Chris Demetriou <[email protected]>
6727
6728 * MAINTAINERS (write-after-approval): Add myself.
6729 (paper-trail): I've escaped!
6730
67312002-02-08 Christopher Faylor <[email protected]>
6732
6733 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
6734 changes.
6735 (_initialize_check_for_gdb_ini): Ditto.
6736
67372002-02-08 Martin M. Hunt <[email protected]>
6738
6739 * win32-nat.c (cygwin_pid_to_str): Fix typo.
6740 xaprintf -> xasprintf.
6741
67422002-02-08 Pierre Muller <[email protected]>
6743
6744 * win32-nat.c: Remove use of printf and sprintf functions.
6745
67462002-02-08 Richard Earnshaw <[email protected]>
6747
6748 * arm-tdep.c (arm_frame_chain_valid): Make static.
6749 (arm_push_arguments): Likewise.
6750 (arm_gdbarch_init): New function.
6751 (_initialize_arm_tdep): Call it.
6752 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
6753 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
6754 (FRAME_CHAIN_VALID): Delete.
6755 (arm_frame_chain_valid): Delete declaration.
6756 (PUSH_ARGUMENTS): Delete.
6757 (arm_push_arguments): Delete declaration.
6758 (CALL_DUMMY_P): Delete.
6759
67602002-02-08 Andrew Cagney <[email protected]>
6761 Corinna Vinschen <[email protected]>
6762
6763 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
6764 on builtin float types.
6765
67662002-02-08 Daniel Jacobowitz <[email protected]>
6767
6768 * utils.c: Include <curses.h> before "bfd.h".
6769 * tui/tui-hooks.c: Likewise.
6770 * tui/tui.c: Likewise.
6771 * tui/tuiCommand.c: Likewise.
6772 * tui/tuiData.c: Likewise.
6773 * tui/tuiDataWin.c: Likewise.
6774 * tui/tuiDisassem.c: Likewise.
6775 * tui/tuiGeneralWin.c: Likewise.
6776 * tui/tuiIO.c: Likewise.
6777 * tui/tuiLayout.c: Likewise.
6778 * tui/tuiRegs.c: Likewise.
6779 * tui/tuiSource.c: Likewise.
6780 * tui/tuiSourceWin.c: Likewise.
6781 * tui/tuiStack.c: Likewise.
6782 * tui/tuiWin.c: Likewise.
6783
67842002-02-07 Elena Zannoni <[email protected]>
6785
6786 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
6787 to include space for pseudoregs as well. Update loops accordingly.
6788 (sh_fp_frame_init_saved_regs): Ditto.
6789 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
6790
67912002-02-07 Andrew Cagney <[email protected]>
6792
6793 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
6794 Add Richard Earnshaw to Arm maintainers.
6795
67962002-02-07 Andrew Cagney <[email protected]>
6797
6798 * defs.h (warning_begin): Delete declaration.
6799
6800 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
6801 Delete macro.
6802
68032002-02-07 Michael Snyder <[email protected]>
6804
6805 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
6806 Logic bug, remove misplaced else.
6807
68082002-02-07 Klee Dienes <[email protected]>
6809
6810 * fork-inferior.c (fork_inferior): Add '!' to the list of
6811 characters that need to be quoted when building a string for the
6812 shell. Quote '!' specifically with a backslash, since CSH chokes
6813 when trying to evaluate "str!str".
6814
68152002-02-06 Nick Clifton <[email protected]>
6816
6817 * rdi-share/host.h: Only provide a typedef for bool if it is not
6818 defined.
6819
68202002-02-04 Michael Snyder <[email protected]>
6821
6822 * breakpoint.h (enum bptype): Add new overlay event bp type.
6823 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
6824
6825 * breakpoint.c (create_internal_breakpoint): New function.
6826 (internal_breakpoint_number): Moved into create_internal_breakpoint.
6827 (create_longjmp_breakpoint): Use create_internal_breakpoint.
6828 (create_thread_event_breakpoint): Ditto.
6829 (create_solib_event_breakpoint): Ditto.
6830 (create_overlay_event_breakpoint): New function.
6831 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
6832 (update_breakpoints_after_exec): Delete and re-initialize
6833 overlay event breakpoints after an exec. Add FIXME comment
6834 about longjmp breakpoint.
6835 (print_it_typical): Ignore overlay event breakpoints.
6836 (print_one_breakpoint): Ditto.
6837 (mention): Ditto.
6838 (bpstat_what): Do not stop for overlay event breakpoints.
6839 (delete_breakpoint): Don't delete overlay event breakpoints.
6840 (breakpoint_re_set_one): Delete the overlay event breakpoint.
6841 (breakpoint_re_set): Re-create overlay event breakpoint.
6842
6843 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
6844 (overlay_manual_command): Disable overlay breakpoints.
6845 (overlay_off_command): Disable overlay breakpoints.
6846
68472002-02-06 Richard Earnshaw <[email protected]>
6848
6849 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
6850 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
6851 to here from config/tm-arm.h.
6852 (coff_sym_is_thumb): Make static.
6853 (arm_elf_make_msymbol_special): New function.
6854 (arm_coff_make_msymbol_special): New function.
6855 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
6856 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
6857 (coff_sym_is_thumb): Delete declaration.
6858 (arm_elf_make_msymbol_special): Declare.
6859 (arm_coff_make_msymbol_special): Declare.
6860 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
6861 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
6862
68632002-02-06 Richard Earnshaw <[email protected]>
6864
6865 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
6866
68672002-02-06 Richard Earnshaw <[email protected]>
6868
6869 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
6870 * gdbarch.c gdbarch.h: Regenerate.
6871 * arch-utils.c (default_print_float_info): New function.
6872 * arch-utils.h (default_print_float_info): Prototype it.
6873 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
6874 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
6875 (PRINT_FLOAT_INFO): Document it.
6876
6877 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
6878 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
6879 (PRINT_FLOAT_INFO): Define.
6880
68812002-02-06 Pierre Muller <[email protected]>
6882
6883 * win32-nat.c (_initialize_check_for_gdb_ini):
6884 Add typecast to sprintf argument to suppress a warning.
6885
68862002-02-05 Pierre Muller <[email protected]>
6887
6888 * win32-nat.c (last_sig): Changed type of variable to target_signal,
6889 to allow easier handling of pass state.
6890 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
6891 that gives exception name and address.
6892 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
6893 and set last_sig value to ourstatus->value.sig. Some missing
6894 exceptions added.
6895 (child_continue): Correctly report continue_status.
6896 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
6897 TARGET_SIGNAL_0 (new default value).
6898 (child_resume): consider sig argument passed to decide if
6899 the exception should be passed to debuggee or not.
6900
69012002-02-05 Michael Snyder <[email protected]>
6902
6903 * regcache.c (fetch_register): Call target_fetch_register
6904 only if we don't call FETCH_PSEUDO_REGISTER.
6905 (store_register): Call target_store_register only if we
6906 don't call STORE_PSEUDO_REGISTER.
6907
69082002-02-05 Elena Zannoni <[email protected]>
6909
6910 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
6911 ELF_MAKE_MSYMBOL_SPECIAL.
6912 * gdbarch.c, gdbarch.h: Regenerate.
6913 * arch-utils.c (default_make_msymbol_special): New function.
6914 * arch-utils.h (default_make_msymbol_special): Export.
6915 * elfread.c (elf_symtab_read): Compile use of
6916 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
6917 multiarched.
6918 * coffread.c (coff_symtab_read): Ditto, for
6919 COFF_MAKE_MSYMBOL_SPECIAL.
6920
69212002-02-05 Jim Blandy <[email protected]>
6922
6923 * solib-svr4.c (svr4_truncate_ptr): New function.
6924 (svr4_relocate_section_addresses): Do the address arithmetic with
6925 the appropriate truncation for target addresses, even when
6926 CORE_ADDR is larger than a target address.
6927
69282002-02-05 Daniel Jacobowitz <[email protected]>
6929
6930 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
6931 to (int *).
6932
69332002-02-05 Daniel Jacobowitz <[email protected]>
6934
6935 * gdbserver/linux-low.c (kill_inferior): Remove commented out
6936 code.
6937
69382002-02-05 Daniel Jacobowitz <[email protected]>
6939
6940 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
6941
69422002-02-05 Daniel Jacobowitz <[email protected]>
6943
6944 * gdbserver/linux-low.c: Remove unused include files.
6945
69462002-02-05 Daniel Jacobowitz <[email protected]>
6947
6948 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
6949 (read_inferior_memory): Use it.
6950 (write_inferior_memory): Likewise.
6951
69522002-02-05 Daniel Jacobowitz <[email protected]>
6953
6954 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
6955 grubbing through sys_errlist.
6956
69572002-02-05 Daniel Jacobowitz <[email protected]>
6958
6959 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
6960
69612002-02-04 Pierre Muller <[email protected]>
6962 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
6963
69642002-02-04 Andrew Cagney <[email protected]>
6965
6966 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
6967 (do_sfunc, set_cmd_sfunc): New functions.
6968
6969 * command.h (struct cmd_list_element): Add field func.
6970 * cli/cli-decode.h (struct cmd_list_element): Ditto.
6971 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
6972 * cli/cli-decode.h: Ditto.
6973
6974 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
6975 (help_all, help_cmd_list): Ditto.
6976 (find_cmd, complete_on_cmdlist): Ditto.
6977 * top.c (execute_command): Ditto.
6978
6979 * cli/cli-setshow.c (do_setshow_command): Call func instead of
6980 function.sfunc.
6981
6982 * infcmd.c (notice_args_read): Fix function signature.
6983
6984 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
6985 * cli/cli-decode.c (add_set_cmd): Ditto.
6986 * utils.c (initialize_utils): Ditto.
6987 * maint.c (_initialize_maint_cmds): Ditto.
6988 * infrun.c (_initialize_infrun): Ditto.
6989 * demangle.c (_initialize_demangler): Ditto.
6990 * remote.c (add_packet_config_cmd): Ditto.
6991 * mips-tdep.c (_initialize_mips_tdep): Ditto.
6992 * cris-tdep.c (_initialize_cris_tdep): Ditto.
6993 * proc-api.c (_initialize_proc_api): Ditto.
6994 * kod.c (_initialize_kod): Ditto.
6995 * valprint.c (_initialize_valprint): Ditto.
6996 * top.c (init_main): Ditto.
6997 * infcmd.c (_initialize_infcmd): Ditto.
6998 * corefile.c (_initialize_core): Ditto.
6999 * arm-tdep.c (_initialize_arm_tdep): Ditto.
7000 * arch-utils.c (initialize_current_architecture): Ditto.
7001 (_initialize_gdbarch_utils): Ditto.
7002 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
7003
7004 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
7005 * wince.c (_initialize_inftarg): Ditto.
7006 * symfile.c (_initialize_symfile): Ditto.
7007 * mips-tdep.c (_initialize_mips_tdep): Ditto.
7008 * language.c (_initialize_language): Ditto.
7009 * arc-tdep.c (_initialize_arc_tdep): Ditto.
7010
70112002-02-04 Michael Snyder <[email protected]>
7012
7013 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
7014
70152002-02-04 Daniel Jacobowitz <[email protected]>
7016
7017 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
7018 Add rules for building the register data files.
7019
70202002-02-04 Daniel Jacobowitz <[email protected]>
7021
7022 * regformats/regdat.sh: Add braces to the definition of
7023 expedite_regs_${arch}.
7024
70252002-02-04 Daniel Jacobowitz <[email protected]>
7026
7027 * regformats/regdef.h (struct reg): Add comment describing the
7028 requirements for offset and size fields.
7029
70302002-02-04 Andreas Schwab <[email protected]>
7031
7032 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
7033 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
7034
70352002-02-04 Richard Earnshaw <[email protected]>
7036
7037 * gdbarch.sh (copyright): Update years in generated header.
7038 (SMASH_TEXT_ADDRESS): Add rule.
7039 * gdbarch.h, gdbarch.c: Re-generate.
7040 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
7041 * dbxread.c: Likewise.
7042 * dwarfread.c: Likewise.
7043 * elfread.c: Likewise.
7044 * somread.c: Likewise.
7045
7046 * arm-tdep.c (arm_smash_text_address): New function.
7047 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
7048
70492002-02-04 Pierre Muller <[email protected]>
7050
7051 Add support for hardware watchpoints on win32 native.
7052 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
7053 CONTEXT_DEBUG_REGISTERS.
7054 (dr variable): New variable. Static array containing a local copy
7055 of debug registers.
7056 (debug_registers_changed): New variable. Reflects when debug registers
7057 are changed and need to be written to inferior.
7058 (debug_registers_used): New variable. Reflects when any debug register
7059 was set, used when new threads are created.
7060 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
7061 i386-nat code.
7062 (thread_rec): Set dr array if id is the thread of current_event .
7063 (child_continue, child_resume): Change the debug registers for all
7064 threads if debug_registers_changed.
7065 (child_add_thread): Change the debug registers if debug_registers_used.
7066 * config/i386/cygwin.mh: Add use of i386-nat.o file.
7067 Link nm.h to new nm-cygwin.h file.
7068 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
7069 of hardware registers.
7070
70712002-02-03 Andrew Cagney <[email protected]>
7072
7073 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
7074 Restore behavour broken by 2002-01-20 Andrew Cagney
7075 <[email protected]> IEEE_FLOAT removal.
7076
70772002-02-03 Daniel Jacobowitz <[email protected]>
7078
7079 * c-valprint.c (c_val_print): Pass a proper valaddr to
7080 cp_print_class_method.
7081 * valops.c (search_struct_method): If there is only one method
7082 and args is NULL, return that method.
7083
70842002-02-03 Daniel Jacobowitz <[email protected]>
7085
7086 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
7087 accessing tag_name directly.
7088
70892002-02-03 Daniel Jacobowitz <[email protected]>
7090
7091 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
7092 of accessing tag_name directly.
7093
70942002-02-03 Daniel Jacobowitz <[email protected]>
7095
7096 PR gdb/280
7097 * gdbtypes.c (replace_type): New function.
7098 * gdbtypes.h (replace_type): Add prototype.
7099 * stabsread.c (read_type): Use replace_type.
7100
71012002-02-03 Richard Earnshaw <[email protected]>
7102
7103 * Makefile.in (memattr.o): Add missing dependencies rule.
7104
71052002-02-03 Peter Schauer <[email protected]>
7106
7107 * breakpoint.c (break_at_finish_command): Really export.
7108 (break_at_finish_at_depth_command): Ditto.
7109 (tbreak_at_finish_command): Ditto.
7110 * hppa-tdep.c: Include completer.h.
7111 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
7112 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
7113
71142002-02-01 Andrew Cagney <[email protected]>
7115
7116 * utils.c (do_write): New function.
7117 (error_stream): Rewrite combining the code from error_begin and
7118 verror.
7119 (verror): Rewrite using error_stream.
7120 (error_begin): Delete function.
7121
71222002-02-01 Andrew Cagney <[email protected]>
7123
7124 * utils.c (error_begin): Make static.
7125 * defs.h (error_begin): Delete declaration.
7126
7127 * linespec.c (cplusplus_error): Replace cplusplus_hint.
7128 (decode_line_1): Use cplusplus_error instead of error_begin,
7129 cplusplus_hint and return_to_top_level.
7130 * coffread.c (coff_symfile_read): Use error instead of error_begin
7131 and return_to_top_level.
7132 * infrun.c (default_skip_permanent_breakpoint): Ditto.
7133
71342002-02-01 Andrew Cagney <[email protected]>
7135
7136 * language.h (type_error, range_error): Make string parameter
7137 constant.
7138 * language.c (warning_pre_print): Delete extern declaration.
7139 * dwarfread.c (warning_pre_print): Ditto.
7140 * language.c (type_error, range_error): Rewrite to use verror and
7141 vwarning instead of warning_begin.
7142
71432002-02-01 Michael Snyder <[email protected]>
7144
7145 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
7146 (set_ignore_count): Move misplaced comment back where it belongs.
7147
71482002-02-01 Andrew Cagney <[email protected]>
7149
7150 * command.h (NO_FUNCTION): Delete macro.
7151 * cli/cli-decode.h (NO_FUNCTION): Ditto.
7152 * top.c (execute_command): Replace NO_FUNCTION with NULL.
7153 * tracepoint.c (_initialize_tracepoint): Ditto.
7154 * cli/cli-decode.c (add_set_cmd): Ditto.
7155 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7156
71572002-02-01 Daniel Jacobowitz <[email protected]>
7158
7159 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
7160 Update ``this'' pointer when calling virtual functions.
7161
71622002-02-01 Michael Snyder <[email protected]>
7163
7164 * breakpoint.c (create_temp_exception_breakpoint): Delete.
7165 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
7166
71672002-02-01 Daniel Jacobowitz <[email protected]>
7168
7169 * regformats/reg-arm.dat: New file.
7170 * regformats/reg-i386.dat: New file.
7171 * regformats/reg-ia64.dat: New file.
7172 * regformats/reg-m68k.dat: New file.
7173 * regformats/reg-mips.dat: New file.
7174 * regformats/reg-ppc.dat: New file.
7175 * regformats/reg-sh.dat: New file.
7176 * regformats/regdef.h: New file.
7177 * regformats/regdat.sh: New file.
7178
71792002-02-01 Richard Earnshaw <[email protected]>
7180
7181 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
7182 (arm_frame_args_address, arm_frame_locals_address): New functions.
7183 (arm_frame_num_args): New function.
7184 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
7185 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
7186 (FRMA_NUM_ARGS): Call arm_frame_num_args.
7187
71882002-01-31 Michael Snyder <[email protected]>
7189
7190 * breakpoint.c (break_at_finish_command): Export.
7191 (break_at_finish_at_depth_command): Export.
7192 (tbreak_at_finish_command): Export.
7193 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
7194 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
7195 "tbreak" commands, which are HPPA specific.
7196
7197 * printcmd.c (disassemble_command): Remove an ancient
7198 artifact of an old merge.
7199
7200 * symfile.h (enum overlay_debugging_state):
7201 Define enum constant values for overlay mode.
7202 * symfile.c (overlay_debugging): Use enums instead of literals.
7203 (overlay_is_mapped, overlay_auto_command,
7204 overlay_manual_command): Ditto.
7205
7206 * breakpoint.c (insert_breakpoints, remove_breakpoint,
7207 breakpoint_here_p, breakpoint_inserted_here_p,
7208 breakpoint_thread_match, bpstat_stop_status,
7209 describe_other_breakpoints, check_duplicates, clear_command):
7210 Coding standard fixes.
7211
7212 * target.c (target_xfer_memory): Add spaces, coding standard.
7213 (do_xfer_memory): Add missing line to trust-readonly
7214 code: check bfd SEC_READONLY flag for section.
7215
72162002-01-31 Andrew Cagney <[email protected]>
7217
7218 * PROBLEMS: Fix typo, 5.1->5.1.1.
7219
72202002-01-30 Daniel Jacobowitz <[email protected]>
7221
7222 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
7223 data symbols, since we search based on textlow and texthigh.
7224 (find_pc_sect_symtab): Likewise.
7225
72262002-01-30 Andrew Cagney <[email protected]>
7227
7228 * defs.h (vwarning): Declare.
7229 * utils.c (vwarning): New function.
7230 (warning): Call vwarning.
7231 (warning_begin): Delete function.
7232
7233 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
7234 the warning message.
7235 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
7236 warning_begin.
7237
72382002-01-30 Michael Snyder <[email protected]>
7239
7240 * NEWS: Mention "set trust-readonly-sections" command.
7241 Mention generate-core-file command.
7242
72432002-01-15 Michael Snyder <[email protected]>
7244
7245 * target.c: New command, "set trust-readonly-sections on".
7246 (do_xfer_memory): Honor the suggestion to trust readonly sections
7247 by reading them from the object file instead of from the target.
7248 (initialize_targets): Register command "set trust-readonly-sections".
7249
72502002-01-29 Andrew Cagney <[email protected]>
7251
7252 * parse.c (target_map_name_to_register): Simplify, search regs and
7253 pseudo-regs using a single loop.
7254
72552002-01-30 Andrew Cagney <[email protected]>
7256
7257 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
7258
72592002-01-15 Rodney Brown <[email protected]>
7260
7261 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
7262 * config/i386/i386v42mp.mh: Add i387-nat.o .
7263 * i386v4-nat.c: Include i387-nat.h.
7264 (supply_fpregset): Use i387_supply_fsave.
7265 (fill_fpregset): Use i387_fill_fsave.
7266
72672002-01-30 Richard Earnshaw <[email protected]>
7268
7269 * arm-tdep.c (arm_call_dummy_words): Define.
7270 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
7271 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
7272 (CALL_DUMMY_WORDS): Define.
7273 (arm_call_dummy_words): Declare.
7274 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
7275 (arm_linux_call_dummy_words): Declare.
7276
72772002-01-30 Andreas Schwab <[email protected]>
7278
7279 * m68klinux-nat.c: Fix last change to use regcache_collect
7280 instead of referencing registers[] directly.
7281
72822002-01-29 Andrew Cagney <[email protected]>
7283
7284 * parse.c (target_map_name_to_register): Delete code wrapped in
7285 #ifdef REGISTER_NAME_ALIAS_HOOK.
7286
72872002-01-28 Michael Snyder <[email protected]>
7288
7289 * regcache.c (legacy_read_register_gen): Need to be able to
7290 read pseudo-register as well as real register.
7291 (legacy_write_register_gen): Ditto.
7292
72932002-01-28 Andrew Cagney <[email protected]>
7294
7295 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
7296 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
7297 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
7298 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
7299 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
7300 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
7301 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
7302 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
7303 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
7304 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
7305 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
7306 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
7307 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
7308 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
7309 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
7310 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
7311 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
7312 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
7313 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
7314 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
7315
73162002-01-28 Andrew Cagney <[email protected]>
7317
7318 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
7319 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
7320 (initialize_current_architecture): Update target_byte_order using
7321 information from BFD.
7322 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
7323 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
7324
73252002-01-28 Andrew Cagney <[email protected]>
7326
7327 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
7328 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
7329
7330 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
7331 #ifdef INVALID_FLOAT.
7332 * infcmd.c (do_registers_info): Ditto.
7333 * values.c (unpack_double): Ditto. Add comment.
7334
7335 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
7336 already commented out.
7337
73382002-01-26 Andreas Schwab <[email protected]>
7339
7340 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7341 * m68klinux-nat.c: Update ptrace interface for fetching/storing
7342 registers and add support for PTRACE_GETREGS.
7343
73442002-01-24 Andrew Cagney <[email protected]>
7345
7346 GDB 5.1.1 released from 5.1 branch.
7347 * NEWS: Add 5.1.1 news.
7348 * README: Sync with 5.1 branch.
7349
73502002-01-23 Fred Fish <[email protected]>
7351
7352 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
7353 stabstring on initial malloc. Reallocing will copy it for us,
7354 if necessary.
7355
73562002-01-23 Elena Zannoni <[email protected]>
7357
7358 * Makefile.in (hpread_h): Delete.
7359 (HFILES_NO_SRCDIR): Remove hpread.h.
7360 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
7361 (hpread.o): Update dependencies.
7362 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
7363
7364 * hp-psymtab-read.c: Remove file.
7365 * hp-symtab-read.c: Remove file.
7366 * hpread.h: Remove file.
7367
7368 * hpread.c: Merge all contents of hp-psymtab-read.c,
7369 hp-symtab-read.c and hpread.h into this file, as it was prior to
7370 January 1999.
7371
7372 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
7373 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
7374 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
7375 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
7376
73772002-01-23 Elena Zannoni <[email protected]>
7378
7379 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
7380 fill_gregset): Call gdbarch_tdep() just once, assign result to
7381 variable and use that, instead of calling the function several
7382 times.
7383
73842002-01-24 Alexandre Oliva <[email protected]>
7385
7386 * configure.host: Accept sparcv9 as alias for sparc64.
7387 * configure.tgt: Likewise.
7388
73892002-01-22 Kevin Buettner <[email protected]>
7390
7391 * solib-aix5.c (build_so_list_from_mapfile)
7392 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
7393 arguments is not reversed.
7394 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
7395 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
7396
73972002-01-22 Elena Zannoni <[email protected]>
7398
7399 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
7400 modified version of obsolete sh_fetch_pseudo_register.
7401 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
7402 (sh4_register_read): New function.
7403 (sh_pseudo_register_write): New function. Renamed and modified
7404 version of obsolete sh_store_pseudo_register.
7405 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
7406 (sh4_register_write): New function.
7407 (sh_gdbarch_init): Remove setting of gdbarch function
7408 fetch_pseudo_register and store_pseudo_register. Remove setting of
7409 register_convert_to_raw, register_convert_to_virtual,
7410 register_convertible.
7411 (sh_sh4_register_convertible): Delete. No longer needed. All is
7412 taken care by architecture specific functions
7413 register_read/register_write.
7414 (sh_sh4_register_convert_to_virtual): Make static.
7415 (sh_sh4_register_convert_to_raw): Ditto.
7416
74172002-01-22 Andrew Cagney <[email protected]>
7418
7419 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
7420 (floatformat_is_nan, floatformat_mantissa): Ditto.
7421
7422 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
7423 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
7424 builtin_type_ieee_double_little,
7425 builtin_type_ieee_double_littlebyte_bigword,
7426 builtin_type_m68881_ext, builtin_type_i960_ext,
7427 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
7428 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
7429 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
7430 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
7431
74322002-01-22 Corinna Vinschen <[email protected]>
7433
7434 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
7435 parameter. Set frameless flag if it exists and depended of
7436 whether the scanned function is frameless or not.
7437 (xstormy16_skip_prologue): If function is frameless, return
7438 result of xstormy16_scan_prologue().
7439 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
7440 call.
7441
74422002-01-21 Elena Zannoni <[email protected]>
7443
7444 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
7445 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
7446 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
7447 sh_sh4_register_byte, sh_sh4_register_raw_size,
7448 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
7449 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
7450 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
7451 sh_store_pseudo_register, sh_do_pseudo_register): Call
7452 gdbarch_tdep() just once, assign result to variable and use that,
7453 instead of calling the function several times.
7454
74552002-01-20 Mark Kettenis <[email protected]>
7456
7457 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
7458 macros instead of LAST_FPU_CTRL_REGNUM.
7459 (store_register): Likewise.
7460
74612002-01-21 Jim Blandy <[email protected]>
7462
7463 * infcmd.c (run_command): Check that the `exec' target layer's BFD
7464 is up-to-date before running the program, not just when a program
7465 exits.
7466
74672002-01-21 Fred Fish <[email protected]>
7468
7469 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
7470 when we have found all instructions we are looking for.
7471
74722002-01-21 Richard Earnshaw <[email protected]>
7473
7474 * arm-tdep.c (arm_register_name): New function.
7475 (arm_registers_names): Make static.
7476 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
7477 (arm_register_name): Declare.
7478 (REGISTER_NAME): Use it.
7479
74802002-01-21 Richard Earnshaw <[email protected]>
7481 Kevin Buettner <[email protected]>
7482
7483 Convert arm targets to new FRAME interface.
7484 * arm-tdep.c (struct frame_extra_info): Remove fsr.
7485 (arm_frame_find_save_regs): Delete.
7486 (arm_frame_init_saved_regs): New.
7487 (arm_init_extra_frame_info): Alloacte saved_regs as required.
7488 Allocate extra_info as required. Convert all uses of fsr.regs
7489 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
7490 to use extra_info.
7491 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
7492 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
7493 (check_prologue_cache, save_prologue_cache): Likewise.
7494 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
7495 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
7496 (FRAME_FIND_SAVED_REGS): Delete.
7497 (arm_frame_find_saved_regs): Delete prototype.
7498 (arm_frame_init_saved_regs): New prototype.
7499 (FRAME_INIT_SAVED_REGS): Define.
7500
75012002-01-20 Andrew Cagney <[email protected]>
7502
7503 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
7504
75052002-01-20 Andrew Cagney <[email protected]>
7506
7507 From Jeff Law <[email protected]>:
7508 * infttrace.c: Include <sys/pstat.h>.
7509 (child_pid_to_exec_file): Revamp. Use pstat call to get the
7510 exec file if the ttrace equivalent fails.
7511
75122002-01-20 Andrew Cagney <[email protected]>
7513
7514 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
7515 (closeLogFile): Ditto.
7516
75172002-01-20 Michael Chastain <[email protected]>
7518
7519 * top.c (print_gdb_version): Bump copyright year to 2002.
7520
75212002-01-20 Andrew Cagney <[email protected]>
7522
7523 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
7524 Zannoni and Eli Zaretskii.
7525
75262002-01-20 Daniel Jacobowitz <[email protected]>
7527
7528 * buildsym.c: Update copyright years.
7529 * c-typeprint.c: Likewise.
7530 * dwarf2read.c: Likewise.
7531 * f-typeprint.c: Likewise.
7532 * gdbtypes.c: Likewise.
7533 * gdbtypes.h: Likewise.
7534 * hp-symtab-read.c: Likewise.
7535 * hpread.c: Likewise.
7536 * mdebugread.c: Likewise.
7537 * p-typeprint.c: Likewise.
7538
75392002-01-20 Andrew Cagney <[email protected]>
7540
7541 * remote-sim.c (gdbsim_open): Simplify code testing the macro
7542 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
7543 byte-order selectable.
7544 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
7545 * arch-utils.c: Ditto.
7546 (set_endian): Ditto.
7547 (set_endian_from_file): Ditto.
7548 * gdbserver/low-sim.c (create_inferior): Ditto.
7549 * gdbarch.sh: Ditto.
7550 * gdbarch.h: Re-generate.
7551 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
7552 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
7553 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
7554 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
7555 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
7556 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
7557 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
7558 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
7559 macro definition.
7560 * config/mips/tm-wince.h: Remove #undef of macro
7561 TARGET_BYTE_ORDER_SELECTABLE.
7562 * config/sh/tm-wince.h: Ditto.
7563
75642002-01-20 Daniel Jacobowitz <[email protected]>
7565
7566 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
7567 member function fields. Add accessor macro
7568 TYPE_FN_FIELD_ARTIFICIAL.
7569 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
7570 * c-typeprint.c (c_type_print_base): Skip artificial member
7571 functions.
7572
75732002-01-20 Daniel Jacobowitz <[email protected]>
7574
7575 * f-typeprint.c: Delete unused function f_type_print_args.
7576 * p-typeprint.c: Delete unused function pascal_type_print_args.
7577
75782002-01-20 Daniel Jacobowitz <[email protected]>
7579
7580 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
7581 comment. Add ``artificial'' to ``union field_location''.
7582
7583 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
7584
7585 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
7586 * mdebugread.c (parse_symbol): Likewise.
7587 * stabsread.c (define_symbol): Likewise.
7588 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
7589 initializing TYPE_FIELD_BITPOS to n (obsolete).
7590 (hpread_doc_function_type): Likewise.
7591 * hpread.c (hpread_function_type): Likewise.
7592
75932002-01-20 Andrew Cagney <[email protected]>
7594
7595 * configure.in (host_makefile_frag): Only require a host makefile
7596 fragment when a native build.
7597 * configure: Re-generate.
7598
75992002-01-20 Andrew Cagney <[email protected]>
7600
7601 * doublest.h (floatformat_from_type): Declare.
7602 * doublest.c (floatformat_from_type): New function.
7603 (convert_typed_floating): Use.
7604
7605 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
7606 call to function floatformat_from_type.
7607
7608 * gdbarch.sh (IEEE_FLOAT): Delete.
7609 * gdbarch.h, gdbarch.c: Re-generate.
7610 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
7611 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
7612 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
7613 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
7614 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
7615 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
7616 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
7617 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
7618 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
7619 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
7620 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
7621 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
7622
7623 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
7624 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7625 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7626 * sh-tdep.c (sh_gdbarch_init): Ditto.
7627 * mips-tdep.c (mips_gdbarch_init): Ditto.
7628 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7629 * cris-tdep.c (cris_gdbarch_init): Ditto.
7630
76312002-01-20 Jiri Smid <[email protected]>
7632
7633 * configure.host, configure.tgt: Support x86-64.
7634 * NEWS: Note new target x86-64.
7635
7636 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
7637 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
7638 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
7639 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
7640 x86-64-linux-nat.o): Fix dependencies.
7641
76422002-01-19 Andrew Cagney <[email protected]>
7643
7644 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
7645 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
7646 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
7647 * config/sparc/xm-sun4os4.h: Delete file.
7648 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
7649
76502002-01-19 Andrew Cagney <[email protected]>
7651
7652 * config/sparc/sparclynx.mh (XM_FILE): Delete.
7653 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
7654 * config/m68k/m68klynx.mh (XM_FILE): Delete.
7655 * config/i386/i386lynx.mh (XM_FILE): Delete.
7656 * config/rs6000/xm-rs6000ly.h: Delete file.
7657 * config/sparc/xm-sparclynx.h: Delete file.
7658 * config/m68k/xm-m68klynx.h: Delete file.
7659 * config/i386/xm-i386lynx.h: Delete file.
7660 * config/xm-lynx.h: Delete file.
7661 * config/djgpp/fnchange.lst: Update.
7662
76632002-01-19 Jason Thorpe <[email protected]>
7664
7665 * alpha-tdep.c (alpha_register_byte): New function.
7666 (alpha_register_raw_size): Ditto.
7667 (alpha_register_virtual_size): Ditto.
7668 (alpha_skip_prologue_internal): Renamed from
7669 alpha_skip_prologue.
7670 (alpha_skip_prologue): New version that calls
7671 alpha_skip_prologue_internal.
7672 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
7673 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
7674 second argument from alpha_skip_prologue.
7675 (REGISTER_BYTE): Use alpha_register_byte.
7676 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
7677 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
7678 (FRAMELESS_FUNCTION_INVOCATION): Use
7679 generic_frameless_function_invocation_not.
7680 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
7681 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
7682
76832002-01-19 Andrew Cagney <[email protected]>
7684
7685 * config/mips/xm-news-mips.h: Delete file.
7686 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
7687
7688 * config/m88k/xm-m88k.h: Delete file.
7689 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
7690 * config/m88k/xm-delta88v4.h: Ditto.
7691 * config/m88k/xm-delta88.h: Ditto.
7692
7693 * config/alpha/xm-fbsd.h: Delete file.
7694 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
7695
7696 * config/sparc/xm-sparc.h: Delete file.
7697 * Makefile.in (xm-sun4os4.h): Delete dependency.
7698 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
7699 * config/sparc/xm-sun4os4.h: Ditto.
7700 * config/sparc/xm-linux.h: Ditto.
7701
7702 * config/i386/xm-windows.h: Delete file.
7703
77042002-01-19 Andrew Cagney <[email protected]>
7705
7706 * utils.c: Include <sys/param.h> for MAXPATHLEN.
7707 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
7708
77092002-01-19 Jason Thorpe <[email protected]>
7710
7711 * alpha-tdep.c (alpha_call_dummy_words): New.
7712 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
7713 (CALL_DUMMY_P): Define.
7714 (CALL_DUMMY_WORDS): Define.
7715 (SIZEOF_CALL_DUMMY_WORDS): Define.
7716
77172002-01-19 Per Bothner <[email protected]>
7718
7719 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
7720 isn't NULL, which can happen with some gcj-3.x-produced code.
7721
77222002-01-19 Jason Thorpe <[email protected]>
7723
7724 * alpha-tdep.c (alpha_register_virtual_type): New function.
7725 (alpha_init_frame_pc_first): Ditto.
7726 (alpha_fix_call_dummy): Ditto.
7727 (alpha_store_struct_return): Ditto.
7728 (alpha_extract_struct_value_address): Ditto.
7729 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
7730 alpha_register_virtual_type.
7731 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
7732 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
7733 alpha_extract_struct_value_address.
7734 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
7735 (INIT_FRAME_PC): Use init_frame_pc_noop.
7736 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
7737
77382002-01-19 Mark Kettenis <[email protected]>
7739
7740 * i386gnu-nat.c: Include "i386-tdep.h".
7741 (fetch_fpregs): Simplify code dealing with uninitialized floating
7742 point states such that it doesn't require FP7_REGNUM.
7743
77442002-01-18 Jason Thorpe <[email protected]>
7745
7746 * alpha-tdep.c (frame_extra_info): New.
7747 (alpha_find_saved_regs): Make static. Use
7748 frame->extra_info.
7749 (alpha_frame_init_saved_regs): New function.
7750 (alpha_frame_saved_pc): Use frame->extra_info.
7751 (temp_saved_regs): Don't declare as struct frame_saved_regs.
7752 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
7753 (init_extra_frame_info): Rename to...
7754 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
7755 (alpha_print_extra_frame_info): New function.
7756 (alpha_frame_locals_address): Ditto.
7757 (alpha_frame_args_address): Ditto.
7758 (alpha_pop_frame): Use frame->extra_info.
7759 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
7760 alpha_frame_args_address.
7761 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
7762 (alpha_find_saved_regs): Remove prototype.
7763 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
7764 (EXTRA_FRAME_INFO): Remove.
7765 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
7766 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
7767
77682002-01-18 Jason Thorpe <[email protected]>
7769
7770 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
7771 (alpha_cannot_fetch_register): Ditto.
7772 (alpha_cannot_store_register): Ditto.
7773 (alpha_register_convertible): Ditto.
7774 (alpha_use_struct_convention): Ditto.
7775 * config/alpha/tm-alpha.h: Update copyright years.
7776 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
7777 (INNER_THAN): Use core_addr_lessthan.
7778 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
7779 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
7780 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
7781 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
7782 (FRAME_CHAIN): Remove unnecessary cast.
7783
77842002-01-18 Andrew Cagney <[email protected]>
7785
7786 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
7787 obsolete.
7788
77892002-01-18 Andrew Cagney <[email protected]>
7790
7791 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
7792 * monitor.c, remote-array.c, remote-bug.c: Ditto.
7793 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
7794 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
7795 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
7796 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
7797 * x86-64-linux-nat.c: Ditto.
7798
77992002-01-18 Jason Thorpe <[email protected]>
7800
7801 * alpha-tdep.c (alpha_register_name): New function.
7802 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
7803 (REGISTER_NAME): Define.
7804
78052002-01-18 Jason Thorpe <[email protected]>
7806
7807 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
7808
78092002-01-18 Jason Thorpe <[email protected]>
7810
7811 * alpha-tdep.c: Update copyright years.
7812 (alpha_next_pc): New function.
7813 (alpha_software_single_step): Ditto.
7814 * config/alpha/tm-alpha.h: Add prototype for
7815 alpha_software_single_step.
7816
78172002-01-18 Jason Thorpe <[email protected]>
7818
7819 * alphabsd-nat.c: Update copyright years.
7820 (fill_gregset): Use regcache_collect.
7821 (fill_fpregset): Likewise.
7822 (fetch_inferior_registers): Only fetch integer registers
7823 if requested to do so.
7824 (store_inferior_registers): Only store integer registers
7825 if requested to do so.
7826
78272002-01-17 Andrew Cagney <[email protected]>
7828
7829 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
7830 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
7831 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
7832 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
7833 * config/alpha/fbsd.mh (XDEPFILES): Delete.
7834 * config/arm/linux.mh (XDEPFILES): Delete.
7835 * config/arm/nbsd.mh (XDEPFILES): Delete.
7836 * config/i386/i386dgux.mh (XDEPFILES): Delete.
7837 * config/i386/i386sol2.mh (XDEPFILES): Delete.
7838 * config/i386/i386m3.mh (XDEPFILES): Delete.
7839 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
7840 * config/i386/i386gnu.mh (XDEPFILES): Delete.
7841 * config/i386/fbsd.mh (XDEPFILES): Delete.
7842 * config/i386/i386bsd.mh (XDEPFILES): Delete.
7843 * config/i386/i386sco5.mh (XDEPFILES): Delete.
7844 * config/i386/i386v4.mh (XDEPFILES): Delete.
7845 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
7846 * config/i386/i386sco4.mh (XDEPFILES): Delete.
7847 * config/i386/i386aix.mh (XDEPFILES): Delete.
7848 * config/i386/go32.mh (XDEPFILES): Delete.
7849 * config/i386/cygwin.mh (XDEPFILES): Delete.
7850 * config/i386/i386lynx.mh (XDEPFILES): Delete.
7851 * config/i386/i386mach.mh (XDEPFILES): Delete.
7852 * config/i386/i386v32.mh (XDEPFILES): Delete.
7853 * config/i386/linux.mh (XDEPFILES): Delete.
7854 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
7855 * config/i386/ncr3000.mh (XDEPFILES): Delete.
7856 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
7857 * config/i386/i386sco.mh (XDEPFILES): Delete.
7858 * config/i386/i386v.mh (XDEPFILES): Delete.
7859 * config/i386/nbsd.mh (XDEPFILES): Delete.
7860 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
7861 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
7862 * config/i386/symmetry.mh (XDEPFILES): Delete.
7863 * config/i386/obsd.mh (XDEPFILES): Delete.
7864 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
7865 * config/ia64/linux.mh (XDEPFILES): Delete.
7866 * config/ia64/aix.mh (XDEPFILES): Delete.
7867 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
7868 * config/m68k/dpx2.mh (XDEPFILES): Delete.
7869 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
7870 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
7871 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
7872 * config/m68k/linux.mh (XDEPFILES): Delete.
7873 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
7874 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
7875 * config/m68k/nbsd.mh (XDEPFILES): Delete.
7876 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
7877 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
7878 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
7879 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
7880 * config/m88k/delta88.mh (XDEPFILES): Delete.
7881 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
7882 * config/m88k/m88k.mh (XDEPFILES): Delete.
7883 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
7884 * config/mips/linux.mh (XDEPFILES): Delete.
7885 * config/mips/irix6.mh (XDEPFILES): Delete.
7886 * config/mips/irix5.mh (XDEPFILES): Delete.
7887 * config/mips/irix4.mh (XDEPFILES): Delete.
7888 * config/mips/irix3.mh (XDEPFILES): Delete.
7889 * config/mips/decstation.mh (XDEPFILES): Delete.
7890 * config/mips/mipsm3.mh (XDEPFILES): Delete.
7891 (NATDEPFILES): Move core-aout.o to here.
7892 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
7893 * config/pa/hpux1020.mh (XDEPFILES): Delete.
7894 * config/pa/hppabsd.mh (XDEPFILES): Delete.
7895 * config/pa/hppahpux.mh (XDEPFILES): Delete.
7896 * config/pa/hpux11w.mh (XDEPFILES): Delete.
7897 * config/pa/hppaosf.mh (XDEPFILES): Delete.
7898 * config/pa/hpux11.mh (XDEPFILES): Delete.
7899 * config/powerpc/aix.mh (XDEPFILES): Delete.
7900 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
7901 * config/powerpc/linux.mh (XDEPFILES): Delete.
7902 * config/romp/rtbsd.mh: Rename XDEPFILES.
7903 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
7904 * config/rs6000/aix4.mh (XDEPFILES): Delete.
7905 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
7906 * config/s390/s390.mh (XDEPFILES): Delete.
7907 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
7908 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
7909 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
7910 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
7911 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
7912 * config/sparc/nbsd.mh (XDEPFILES): Delete.
7913 * config/sparc/linux.mh (XDEPFILES): Delete.
7914 * config/vax/vaxult.mh (XDEPFILES): Delete.
7915 * config/vax/vaxult2.mh (XDEPFILES): Delete.
7916 * Makefile.in (DEPFILES): Remove XDEPFILES.
7917
79182002-01-17 Andrew Cagney <[email protected]>
7919
7920 * utils.c (internal_verror): Fix comments, default is yes not no.
7921 Update queries to match. Default to quit and dump core.
7922
79232002-01-17 Andrew Cagney <[email protected]>
7924
7925 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
7926 copyright.
7927 * defs.h, event-top.c, gdbcmd.h: Ditto.
7928 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
7929 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
7930 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
7931 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
7932 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
7933 * mi/mi-main.c:Ditto.
7934
7935 * stack.c, symfile.c: Update copyright.
7936
79372002-01-17 Daniel Jacobowitz <[email protected]>
7938
7939 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
7940 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
7941 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
7942 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
7943
79442002-01-17 Daniel Jacobowitz <[email protected]>
7945
7946 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
7947 * gdbserver/low-lynx.c (myattach): Likewise.
7948 * gdbserver/low-nbsd.c (myattach): Likewise.
7949 * gdbserver/low-sim.c (myattach): Likewise.
7950 * gdbserver/low-sparc.c (myattach): Likewise.
7951 * gdbserver/low-sun3.c (myattach): Likewise.
7952
7953 * gdbserver/low-linux.c (myattach): New function.
7954
7955 * gdbserver/server.c (attach_inferior): New function.
7956 (main): Handle "--attach".
7957
79582002-01-16 Andrew Cagney <[email protected]>
7959
7960 * MAINTAINERS (language support): Daniel Jacobwitz is C++
7961 maintainer.
7962
79632002-01-15 Daniel Jacobowitz <[email protected]>
7964
7965 * c-typeprint.c (is_type_conversion_operator): Add additional
7966 check for non-conversion operators.
7967
79682002-01-15 Michael Snyder <[email protected]>
7969
7970 * linux-proc.c: Add "info proc" command, a la procfs.c.
7971 (read_mapping): New function, abstract and re-use code.
7972 (linux_find_memory_regions): Use new func read_mapping.
7973 (linux_info_proc_cmd): New function, implement "info proc".
7974 (_initialize_linux_proc): Add new command "info proc".
7975
79762002-01-15 Michael Snyder <[email protected]>
7977
7978 * symfile.c (generic_load): Use bfd_map_over_sections method
7979 instead of manipulating bfd structure members directly.
7980 (add_section_size_callback): New function, bfd sections callback
7981 used by generic_load.
7982 (load_sections_callback): New function, bfd sections callback
7983 used by generic_load.
7984
79852002-01-15 Elena Zannoni <[email protected]>
7986
7987 [Based on work by Jim Blandy]
7988 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
7989 (builtin_type_vec128): Export.
7990 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
7991 types.
7992 (builtin_type_vec128): New builtin type for 128 bit vector
7993 registers.
7994 (build_gdbtypes): Initialize builtin_type_v16qi and
7995 builtin_type_v8hi. Create the vec128 register builtin type
7996 structure.
7997 (build_builtin_type_vec128): New function.
7998 (_initialize_gdbtypes): Register builtin_type_v16qi and
7999 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
8000 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
8001 AltiVec register to new builtin type.
8002
80032001-01-15 Daniel Jacobowitz <[email protected]>
8004
8005 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
8006 to make_cv_type.
8007
80082002-01-14 Andrew Cagney <[email protected]>
8009
8010 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
8011 CLEAN_UP_REGISTER_VALUE.
8012 * regcache.c (supply_register): Update only call.
8013
80142002-01-14 Andrew Cagney <[email protected]>
8015
8016 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
8017 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
8018 a29k-*-vxworks* targets as obsolete.
8019
80202002-01-14 Michael Snyder <[email protected]>
8021
8022 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
8023 until we can resolve portability issues.
8024 * gregset.h: Remove references to fpxregs.
8025 * gcore.c (gcore_command): Initialize note_sec to NULL.
8026
80272002-01-13 Andrew Cagney <[email protected]>
8028
8029 * signals.c (target_signal_to_name): Rewrite. Only use
8030 signals[].name when in bounds and non-NULL.
8031
80322002-01-13 Andrew Cagney <[email protected]>
8033
8034 From Petr Ledvina <[email protected]>:
8035 * signals.c (target_signal_to_name): Verify that SIG is within the
8036 bounds of the signals array.
8037
80382002-01-13 Andrew Cagney <[email protected]>
8039
8040 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
8041
80422002-01-13 Keith Seitz <[email protected]>
8043
8044 * stack.c (print_frame_info_base): Print the frame's pc
8045 only if when print_frame_info_listing_hook is not defined.
8046
80472002-01-13 Keith Seitz <[email protected]>
8048
8049 * varobj.c (varobj_set_value): Make sure that there were no
8050 errors evaluating the object before attempting to set its
8051 value.
8052 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
8053 so this offset adjustment is no longer necessary.
8054 (create_child): Don't set the error flag if the child is
8055 a CPLUS_FAKE_CHILD.
8056 (value_of_child): If value_fetch_lazy fails, return NULL
8057 so that callers will be notified that an error occurred.
8058 (c_value_of_variable): Delay check of variable's validity
8059 until later. We actually want all structs and unions to have
8060 the value "{...}".
8061 Do not return "???" for variables which could not be evaluated.
8062 This error condition must be returned to the caller so that it
8063 can get the error condition from gdb.
8064 (cplus_name_of_child): Adjust index for vptr before figuring
8065 out the name of the child.
8066 (cplus_value_of_child): If a child's (real) parent is not valid,
8067 don't even bother trying to give a value for it. Just return
8068 an error. Change all instances in this function.
8069 (cplus_type_of_child): If our parent is one of the "fake"
8070 parents, we need to get at the type of the real parent, and
8071 derive the child's true type using this information.
8072
80732002-01-13 Andrew Cagney <[email protected]>
8074
8075 From 2002-01-09 John Marshall <[email protected]>:
8076 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
8077 sources.redhat.com, and tweak some related URLs which had
8078 suffered from linkrot.
8079
80802002-01-13 Andrew Cagney <[email protected]>
8081
8082 From Jeff law:
8083 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
8084 structures passed in registers.
8085
80862002-01-13 Eli Zaretskii <[email protected]>
8087
8088 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
8089 white space which prevented compilation. Reported by DSK
8090 <[email protected]>.
8091
80922002-01-11 Michael Snyder <[email protected]>
8093
8094 * symfile.c (build_section_addr_info_from_section_tab):
8095 Use bfd access method instead of manipulating bfd directly.
8096 (syms_from_objfile): Ditto.
8097 (simple_overlay_update_1): Ditto.
8098 (simple_overlay_update): Ditto.
8099 (generic_load): Ditto.
8100 (overlay_unmapped_address): FIXME comment, bfd access methods.
8101 (sections_overlap): FIXME comment, bfd access methods.
8102 (pc_in_mapped_range): FIXME comment, bfd access methods.
8103 (pc_in_unmapped_range): FIXME comment, bfd access methods.
8104 (section_is_mapped): FIXME comment, bfd access methods.
8105 (section_is_overlay): FIXME comment, bfd access methods.
8106
8107 * symfile.c (generic_load): Whitespace and long line cleanups.
8108 Remove duplicate variable, change several local variables to
8109 more appropriate data types.
8110 (print_transfer_performance): Use %lu instead of %ld for ulongs.
8111
81122002-01-12 Andrew Cagney <[email protected]>
8113
8114 From Peter Schauer:
8115 * language.c (longest_local_hex_string_custom): Use phex_nz to
8116 convert NUM to a hex string.
8117
81182002-01-12 Elena Zannoni <[email protected]>
8119
8120 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
8121 the function.
8122 Update Copyright year.
8123
81242002-01-12 Andrew Cagney <[email protected]>
8125
8126 * language.c (longest_raw_hex_string): Delete unused function.
8127
81282002-01-11 Petr Sorfa <[email protected]>
8129
8130 * MAINTAINERS (write-after-approval): Add myself.
8131 * dwarf2read.c (read_tag_string_type): Handling of
8132 DW_AT_byte_size.
8133 (read_tag_string_type): FORTRAN fix to prevent propagation of
8134 first string size.
8135 (set_cu_language): Handling of DW_LANG_Fortran95
8136
81372002-01-11 Richard Earnshaw <[email protected]>
8138
8139 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
8140 GETPID(inferior_ptid).
8141 (store_inferior_registers): Likewise.
8142
81432002-01-10 Jason Merrill <[email protected]>
8144
8145 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
8146 Fix DW_OP_minus.
8147
81482002-01-10 Andrew Cagney <[email protected]>
8149
8150 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
8151 and bfd/elf32-sh-nbsd.c.
8152
81532002-01-10 Michael Snyder <[email protected]>
8154
8155 * NEWS: Mention --pid and corefile/proc-id behavior change.
8156
8157 * Makefile.in: Add rules for gcore.o and linux-proc.o.
8158 * gcore.c: Include cli/cli-decode.h instead of command.h.
8159
8160 * main.c (captured_main): Add new command line option "--pid".
8161 If the second command line argument (following the symbol-file)
8162 begins with a digit, try to attach to it before trying to open
8163 it as a corefile.
8164 (print_gdb_help): Document the "--pid" argument.
8165
81662002-01-10 Eli Zaretskii <[email protected]>
8167
8168 * completer.c (command_completer): New function.
8169
8170 * completer.h <command_completer>: Add prototype.
8171
8172 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
8173 completer for the "help" command.
8174
81752002-01-09 Jason Merrill <[email protected]>
8176
8177 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
8178
81792002-01-09 Michael Snyder <[email protected]>
8180
8181 * i386-linux-nat.c (fill_fpxregset): Make global.
8182 (store_fpxregset): Ditto.
8183
8184 * gregset.h (gdb_fpxregset_t): Define.
8185 (supply_fpxregset): Prototype.
8186 (fill_fpxregset): Prototype.
8187
8188 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
8189
81902002-01-09 Richard Earnshaw <[email protected]>
8191
8192 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
8193 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
8194 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
8195
81962002-01-09 Andrew Cagney <[email protected]>
8197
8198 * MAINTAINERS: Update target maintainer rules so that any
8199 Maintainer can approve a tested patch for a maintenance-only
8200 target.
8201
82022002-01-09 Richard Earnshaw <[email protected]>
8203
8204 * MAINTAINERS (write-after-approval): Add myself.
8205
8206 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
8207 IN_SIGTRAMP.
8208
82092002-01-08 Michael Snyder <[email protected]>
8210
8211 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
8212 real name of the executable, rather than the /proc name.
8213
82142002-01-03 Michael Snyder <[email protected]>
8215
8216 Implement a "generate-core-file" command in gdb, save target state.
8217 * gcore.c: New file. Implement new command 'generate-core-file'.
8218 Save a corefile image of the current state of the inferior.
8219 * linux-proc.c: Add linux-specific code for saving corefiles.
8220 * target.h (struct target_ops): Add new target vectors for saving
8221 corefiles; to_find_memory_regions and to_make_corefile_notes.
8222 (target_find_memory_regions): New macro.
8223 (target_make_corefile_notes): New macro.
8224 * target.c (update_current_target): Inherit new target methods.
8225 (dummy_find_memory_regions): New place-holder method.
8226 (dummy_make_corefile_notes): New place-holder method.
8227 (init_dummy_target): Initialize new dummy target vectors.
8228 * exec.c (exec_set_find_memory_regions): New function.
8229 Allow the exec_ops vector for memory regions to be taken over.
8230 (exec_make_note_section): New function, target vector method.
8231 * defs.h (exec_set_find_memory_regions): Export prototype.
8232 * procfs.c (proc_find_memory_regions): New function, corefile method.
8233 (procfs_make_note_section): New function, corefile method.
8234 (init_procfs_ops): Set new target vector pointers.
8235 (find_memory_regions_callback): New function.
8236 (procfs_do_thread_registers): New function.
8237 (procfs_corefile_thread_callback): New function.
8238 * sol-thread.c (sol_find_memory_regions): New function.
8239 (sol_make_note_section): New function.
8240 (init_sol_thread_ops): Initialize new target vectors.
8241 * inftarg.c (inftarg_set_find_memory_regions): New function.
8242 Allow to_find_memory_regions vector to be taken over.
8243 (inftarg_set_make_corefile_notes): New function.
8244 Allow to_make_corefile_notes vector to be taken over.
8245 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
8246 interface layer if not target_has_execution (may be a corefile).
8247 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
8248 * config/sparc/sun4sol2.mh: Ditto.
8249 * config/alpha/alpha-linux.mh: Ditto.
8250 * config/arm/linux.mh: Ditto.
8251 * config/i386/x86-64linux.mh: Ditto.
8252 * config/ia64/linux.mh: Ditto.
8253 * config/m68k/linux.mh: Ditto.
8254 * config/mips/linux.mh: Ditto.
8255 * config/powerpc/linux.mh: Ditto.
8256 * config/sparc/linux.mh: Ditto.
8257
82582002-01-07 Michael Snyder <[email protected]>
8259
8260 * arm-linux-nat.c: Remove references to regcache.c internal data
8261 (registers[] and register_valid[]).
8262
82632002-01-07 Michael Snyder <[email protected]>
8264
8265 * linux-proc.c: New file. Implement child_pid_to_exec_file,
8266 so that attaching to a pid will automatically read the process's
8267 symbol file and shlibs.
8268 * Makefile.in: Add rule for linux-proc.o.
8269 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
8270 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
8271 * config/arm/linux.mh: Ditto.
8272 * config/i386/linux.mh: Ditto.
8273 * config/i386/x86-64linux.mh: Ditto.
8274 * config/ia64/linux.mh: Ditto.
8275 * config/m68k/linux.mh: Ditto.
8276 * config/mips/linux.mh: Ditto.
8277 * config/powerpc/linux.mh: Ditto.
8278 * config/sparc/linux.mh: Ditto.
8279
82802002-01-06 Pierre Muller <[email protected]>
8281
8282 * win32-nat.c: Add i386-tdep.h dependency.
8283
82842002-01-07 Michael Snyder <[email protected]>
8285
8286 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
8287 instead of bfd_get_arch_size. Don't bail out just because
8288 there's no exec_bfd.
8289
8290 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
8291 * p-valprint.c (pascal_object_print_value): Ditto.
8292 * somread.c (som_symtab_read): Ditto.
8293 * symfile.c (simple_free_overlay_region_table): Ditto.
8294 * valops.c (value_assign): Ditto.
8295
8296 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
8297 use tilde_expand and strerror for opening save-tracepoints file.
8298
8299 * thread-db.c (thread_db_new_objfile): Indendation fix.
8300
8301 * infptrace.c (GDB_MAX_ALLOCA): New define.
8302 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
8303 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
8304 can be overridden with whatever value is appropriate to the host).
8305 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
8306 alloca to allocate potentially large buffer.
8307 * rs6000-nat.c (child_xfer_memory): Ditto.
8308 * symm-nat.c (child_xfer_memory): Ditto.
8309 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
8310
83112002-01-07 Jackie Smith Cashion <[email protected]>
8312
8313 From Nick Clifton <[email protected]>
8314 * d10v-tdep.c: Set STACK_START to 0x200bffe.
8315
83162002-01-07 Michael Snyder <[email protected]>
8317
8318 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8319 Don't use exec_bfd if it's NULL.
8320
83212002-01-06 Mark Kettenis <[email protected]>
8322
8323 * valops.c (value_arg_coerce): Fix formatting.
8324
83252002-01-06 Andrew Cagney <[email protected]>
8326
8327 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
8328 * gnu-nat.c: Ditto.
8329
83302002-01-06 Andrew Cagney <[email protected]>
8331
8332 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
8333 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
8334 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
8335 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
8336 z8k-coff have not been multi-arched. Update z8k-coff build
8337 status.
8338
83392002-01-06 Andrew Cagney <[email protected]>
8340
8341 * MAINTAINERS: Mark a29k target as obsolete.
8342 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
8343 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
8344 comments.
8345 * NEWS: Note that a29k targets are obsolete.
8346 * a29k-tdep.c: Mark as obsolete.
8347 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
8348 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
8349 a29k-*-vxworks* targets as obsolete.
8350 * remote-adapt.c: Obsolete.
8351 * remote-eb.c: Obsolete.
8352 * remote-mm.c: Obsolete.
8353 * remote-udi.c: Obsolete.
8354 * config/a29k/a29k-udi.mt: Obsolete.
8355 * config/a29k/a29k.mt: Obsolete.
8356 * config/a29k/tm-a29k.h: Obsolete.
8357 * config/a29k/tm-vx29k.h: Obsolete.
8358 * config/a29k/vx29k.mt: Obsolete.
8359
83602002-01-05 Andrew Cagney <[email protected]>
8361
8362 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
8363 with BFD_ENDIAN_BIG.
8364
83652002-01-05 Andrew Cagney <[email protected]>
8366
8367 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
8368 * configure, config.in: Re-generate.
8369 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
8370 * defs.h: Do not include <endian.h>.
8371
83722002-01-05 Jason Thorpe <[email protected]>
8373
8374 * acconfig.h (HAVE_PT_GETXMMREGS): New.
8375 * config.in: Regenerate.
8376 * configure.in: Update copyright years.
8377 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
8378 * configure: Regenerate.
8379 * i386bsd-nat.c: Update copyright years.
8380 (fill_gregset): Use regcache_collect.
8381 (fetch_inferior_registers): Only fetch integer registers
8382 if requested to do so. Add support for XMM registers
8383 using PT_GETXMMREGS.
8384 (store_inferior_registers): Only store integer registers
8385 if requested to do so. Add support for XMM registers
8386 using PT_SETXMMREGS.
8387 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
8388 (store_inferior_registers): Remove.
8389 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
8390 (fetch_elfcore_registers): New function.
8391 (i386nbsd_elfcore_fns): New.
8392 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
8393 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
8394 i386bsd-nat.o.
8395 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8396 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
8397 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
8398 * config/i386/tm-nbsd.h: Update copyright years.
8399 (HAVE_SSE_REGS): Define.
8400 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
8401 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
8402 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
8403 (SIGCONTEXT_PC_OFFSET): Remove.
8404 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
8405
84062002-01-05 Andrew Cagney <[email protected]>
8407
8408 * configure.tgt: Remove powerpc-*-macos* target.
8409 * config/m68k/xm-mpw.h: Delete file.
8410 * config/xm-mpw.h: Delete file.
8411 * ser-mac.c: Delete file.
8412 * mpw-make.sed: Delete file.
8413 * mpw-config.in: Delete file.
8414 * mac-xdep.c: Delete file.
8415 * mac-gdb.r: Delete file.
8416 * mac-defs.h: Delete file.
8417 * mac-nat.c: Delete file.
8418 * config/powerpc/macos.mh: Delete file.
8419 * config/powerpc/macos.mt: Delete file.
8420 * config/powerpc/nm-macos.h: Delete file.
8421 * config/powerpc/tm-macos.h: Delete file.
8422 * source.c (openp, open_source_file): Remove obsolete code.
8423 * top.c (gdb_readline): Ditto.
8424 * utils.c (query): Ditto.
8425 * event-top.c (display_gdb_prompt): Ditto.
8426 * Makefile.in (ser-mac.o): Delete obsolete target.
8427 * NEWS: Update.
8428
84292002-01-04 Andrew Cagney <[email protected]>
8430
8431 * defs.h (BIG_ENDIAN): Delete macro definition.
8432 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
8433 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
8434 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
8435 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
8436 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
8437 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
8438 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
8439 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
8440 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
8441 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
8442 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
8443 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
8444 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
8445 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
8446 * gdbarch.c: Re-generate.
8447
84482002-01-04 Daniel Jacobowitz <[email protected]>
8449
8450 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
8451 for core files.
8452
84532002-01-04 Jason Thorpe <[email protected]>
8454
8455 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
8456
84572002-01-04 Andrew Cagney <[email protected]>
8458
8459 * value.h (value_ptr): Delete typedef.
8460
84612002-01-04 Jason Thorpe <[email protected]>
8462
8463 * i386nbsd-nat.c: Update copyright years.
8464 Include i386-tdep.h.
8465
84662002-01-04 Elena Zannoni <[email protected]>
8467
8468 * stabsread.c: Update copyright years.
8469
8470 From Debashis Mahata <[email protected]>:
8471 (read_struct_fields): Deal with Sun C compiler erroneous stab
8472 output for structs and unions.
8473 Fix PR gdb/269.
8474
84752002-01-04 Daniel Jacobowitz <[email protected]>
8476
8477 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
8478 prototype.
8479
84802002-01-04 Daniel Jacobowitz <[email protected]>
8481
8482 * cp-abi.c: Fix whitespace.
8483 (baseclass_offset): New wrapper function.
8484 * cp-abi.h (baseclass_offset): Add prototype.
8485 (struct cp_abi_ops): Add baseclass_offset pointer.
8486
8487 * valops.c (vb_match): Move to...
8488 * gnu-v2-abi.c (vb_match): here.
8489 * valops.c (baseclass_offset): Move to...
8490 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
8491
8492 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
8493
8494 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
8495 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
8496 * hpacc-abi.c (init_hpacc_ops): Likewise.
8497
84982002-01-04 Daniel Jacobowitz <[email protected]>
8499
8500 * valops.c (find_overload_match): Accept obj as a
8501 reference parameter. Update it before returning.
8502 * value.h (find_overload_match): Update prototype.
8503 * eval.c (evaluate_subexp_standard): Pass object to
8504 find_overload_match by reference.
8505
85062002-01-03 Andrew Cagney <[email protected]>
8507
8508 * valarith.c: Replace value_ptr with struct value pointer. Remove
8509 register attribute from value declarations.
8510 * valops.c: Ditto.
8511 * value.h: Ditto.
8512 * scm-lang.c (scm_lookup_name): Ditto.
8513
85142002-01-03 Michael Snyder <[email protected]>
8515
8516 Abstract the functionality of iterating over mapped memory
8517 regions into a general purpose iterator function.
8518 * procfs.c (iterate_over_mappings): New function, general purpose
8519 iterator for memory sections.
8520 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
8521 (solib_mappings_callback): New function, callback for above.
8522 (info_proc_mappings): Reimpliment using iterate_over_mappings.
8523 (info_mappings_callback): New function, callback for above.
8524
8525 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
8526
85272002-01-01 Mark Kettenis <[email protected]>
8528
8529 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
8530 * i386-tdep.c: Include "elf-bfd.h".
8531 (process_note_abi_tag_sections): New function.
8532 (i386_gdbarch_init): Add code to recognize various OS/ABI
8533 combinations.
8534
8535 * maint.c (_initialize_maint_cmds): Add missing \ in
8536 string-literal.
8537
8538For older changes see ChangeLog-2001
8539\f
8540Local Variables:
8541mode: change-log
8542left-margin: 8
8543fill-column: 74
8544version-control: never
8545End:
This page took 0.116541 seconds and 4 git commands to generate.