gdb/
[binutils-gdb.git] / gdb / ChangeLog
1 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * eval.c (evaluate_struct_tuple): Skip static fields.
4
5 2006-07-19 Mark Kettenis <kettenis@gnu.org>
6
7 * alphaobsd-tdep.c: Include "obsd-tdep.h".
8 (alphaobsd_init_abi): Set skip_solib_resolver.
9 * Makefile.in (alphaobsd-tdep.o): Update dependencies.
10 * config/alpha/obsd.mt (TDEPFILES): Add obsd-tdep.o.
11
12 * arm-tdep.c (arm_gdbarch_init): Get default floating-point model
13 from ELF flags for binaries produced by the GNU toolchain.
14
15 2006-07-18 Nathan Sidwell <nathan@codesourcery.com>
16
17 * remote-fileio.c (remote_fileio_func_rename): Reorder to process
18 input buffer before reading memory.
19 (remote_fileio_func_stat): Likewise.
20
21 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
22
23 * blockframe.c (find_pc_partial_function): Use the minimal symbol
24 size to control the cache entry, if available.
25 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle minimal
26 symbols with zero and non-zero sizes differently.
27
28 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
29
30 * linux-thread-db.c (td_thr_getfpregs_p, td_thr_getgregs_p)
31 (td_thr_setfpregs_p, td_thr_setgregs_p, thread_db_get_info)
32 (thread_db_fetch_registers, thread_db_store_registers)
33 (thread_db_thread_alive, thread_db_state_str): Delete.
34 (thread_db_load): Don't look up regset functions.
35 (thread_db_pid_to_str): Simplify.
36 (thread_db_extra_thread_info): New.
37 (init_thread_db_ops): Do not set to_fetch_registers,
38 to_store_registers, or to_thread_alive. Set to_extra_thread_info.
39 * Makefile.in: Remove linux-thread-db.o rule.
40
41 2006-07-18 Mark Kettenis <kettenis@gnu.org>
42
43 * armobsd-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
44 (armobsd_sigframe_init): New function.
45 (armobsd_sigframe): New variable.
46 (armobsd_init_abi): Prepend armobsd_sigframe unwinder.
47 * Makefile.in (armobsd-tdep.o): Update dependencies.
48
49 2006-07-18 Denis PILAT <denis.pilat@st.com>
50
51 * monitor.c: Remove unused prototypes.
52
53 2006-07-18 Vladimir Prus <vladimir@codesourcery.com>
54
55 * target.c (tcomplain): Mark with ATTR_NORETURN.
56
57 * defs.h (print_transfer_performance): Improve comments.
58
59 2006-07-17 Mark Kettenis <kettenis@gnu.org>
60
61 * printcmd.c: Coding style fixes: add missing spaces in comments
62 and wrapping long lines.
63 (delete_display, enable_display_command, disable_display_command)
64 (printf_command, display_info, undisplay_command, free_display)
65 (display_command, x_command, address_info, set_command)
66 (inspect_command, call_command, print_command, print_command_1)
67 (validate_format, print_formatted, decode_format, sym_format):
68 Remove prototypes.
69 (x_command): Make static.
70 (printf_command): Convert error into internal consistency check.
71 (address_info): Avoid assignment within function call.
72 (printf_command): Avoid redundant cast.
73 * tracepoint.c (x_command): Remove extern prototype.
74
75 * armobsd-tdep.c (armobsd_init_abi): Set skip_solib_resolver.
76 * Makefile.in (armobsd-tdep.o): Update dependencies.
77 * config/arm/obsd.mt (TDEPFILES): Add obsd-tdep.o.
78
79 2006-07-16 Mark Kettenis <kettenis@gnu.org>
80
81 * armobsd-tdep.c: New file.
82 * Makefile.in (ALLDEPFILES): Add armobsd-tdep.c.
83 (armobsd-tdep.o): New dependency.
84 * config/arm/obsd.mt: New file.
85 * configure.tgt: (arm*-*-openbsd*): Set gdb_target to obsd.
86
87 * gdbarch.sh (deprecated_saved_pc_after_call): Delete.
88 * gdbarch.h, gdbarch.c: Re-generate.
89
90 * arm-tdep.c (arm_saved_pc_after_call): Delete.
91 (arm_gdbarch_init): Do not set deprecated_saved_pc_after_call.
92
93 2006-07-16 Alfred M. Szmidt <ams@gnu.org>
94
95 * gnu-nat.c: Undefine _process_user_ before including
96 <hurd/process_request.h>.
97 (gnu_resume): Supply missing argument to error().
98 (gnu_read_inferior): Add extra parenthesis around arithmetic
99 expression to silence warnings from GCC.
100 (gnu_write_inferior): Likewise.
101 (gnu_xfer_memory): Changed type of MYADDR to `gdb_byte *'.
102
103 2006-07-16 Mark Kettenis <kettenis@gnu.org>
104
105 * armnbsd-tdep.c (arm_netbsd_elf_init_abi): Use
106 svr4_ilp_fetch_link_map_offsets.
107
108 2006-07-15 Mark Kettenis <kettenis@gnu.org>
109
110 * armnbsd-tdep.c: Don't include "nbsd-tdep.h".
111 * config/arm/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
112 (DEPRECATED_TM_FILE): Remove.
113 * Makefile.in (armnbsd-tdep.o): Update dependencies.
114
115 2006-07-14 Joel Brobecker <brobecker@adacore.com>
116
117 * PROBLEMS: Document threads/2137.
118
119 2006-07-13 Mark Kettenis <kettenis@gnu.org>
120
121 * config/alpha/tm-nbsd.h: Remove file.
122 * config/alpha/nbsd.mt (DEPRECATED_TM_FILE): Remove.
123
124 2006-07-13 Corinna Vinschen <vinschen@redhat.com>
125
126 * mips-tdep.c (mips_integer_to_address): Simplify be calling
127 extract_signed_integer directly. Fix comment.
128
129 2006-07-13 Corinna Vinschen <vinschen@redhat.com>
130
131 * m32c-tdep.c (m32c_banked_register): New function.
132 (m32c_banked_read): Use m32c_banked_register function to evaluate
133 real register number.
134 (m32c_banked_write): Ditto.
135 (m32c_virtual_frame_pointer): New function.
136 (m32c_gdbarch_init): Add set_gdbarch_virtual_frame_pointer call.
137
138 2006-07-13 Nathan Sidwell <nathan@codesourcery.com>
139
140 * m68k-tdep.c (m68k_frame_align): New.
141 (m68k_gdbarch_init): Set frame_align here.
142
143 2006-07-13 Denis PILAT <denis.pilat@st.com>
144
145 * interps.c (interpreter_completer): Allocate one more item to the
146 'matches' list and set them all to 0 with a xcalloc.
147
148 2006-07-13 Nick Roberts <nickrob@snap.net.nz>
149
150 * annotate.c (annotate_frame_begin): Re-instate frame-begin
151 annotation for level 3 annotations.
152
153 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
154 Daniel Jacobowitz <dan@codesourcery.com>
155
156 * infcall.c (value_arg_coerce): Use value_cast_pointers for
157 references. Avoid value_cast to a reference type. Don't silently
158 convert pointers to references.
159 * valops.c (value_cast_pointers): New, based on value_cast.
160 (value_cast): Use it. Reject reference types.
161 (value_ref): New.
162 (typecmp): Use it.
163 * value.h (value_cast_pointers, value_ref): New prototypes.
164
165 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
166
167 * remote.c (unpack_varlen_hex): Correct type of retval.
168 Reported by Zhigang Gong <zhigang.gong@gmail.com>.
169
170 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
171
172 * dwarf2read.c (dwarf2_symbol_mark_computed): Handle corrupted
173 or missing location list information. Suggested by Jan
174 Kratochvil <lace@jankratochvil.net>.
175
176 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
177
178 * Makefile.in (arm_linux_tdep_h): New variable.
179 (arm-linux-nat.o, arm-linux-tdep.o): Update.
180 * arm-linux-nat.c: Include "arm-linux-tdep.h".
181 (typeNone, typeSingle, typeDouble, typeExtended)
182 (FPWORDS, ARM_CPSR_REGNUM, FPREG, FPA11)
183 (fetch_nwfpe_single, fetch_nwfpe_double, fetch_nwfpe_none)
184 (fetch_nwfpe_extended, fetch_nwfpe_register, store_nwfpe_single)
185 (store_nwfpe_double, store_nwfpe_extended, store_nwfpe_register):
186 Delete.
187 (fetch_fpregister, fetch_fpregs, store_fpregister, store_fpregs):
188 Use gdb_byte buffers, NWFPE_FPSR_OFFSET, supply_nwfpe_register,
189 and collect_nwfpe_register.
190 (fill_gregset, supply_gregset, fill_fpregset, supply_fpregset): Use
191 new regset functions.
192 * arm-linux-tdep.c: Include "regset.h" and "arm-linux-tdep.h".
193 (arm_apcs_32): New declaration.
194 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
195 (arm_linux_collect_gregset, typeNone, typeSingle, typeDouble)
196 (typeExtended, supply_nwfpe_register, collect_nwfpe_register)
197 (arm_linux_supply_nwfpe, arm_linux_collect_nwfpe)
198 (arm_linux_regset_from_core_section): New.
199 (arm_linux_init_abi): Register arm_linux_regset_from_core_section.
200 * arm-linux-tdep.h: New file.
201 * arm-tdep.h (struct regset): Declare.
202 (struct gdbarch_tdep): Add gregset, fpregset members.
203 * config/arm/linux.mh (NATDEPFILES): Remove corelow.o and
204 core-regset.o.
205 * config/arm/linux.mt (TDEPFILES): Add corelow.o.
206
207 2006-07-12 Jan Kratochvil <lace@jankratochvil.net>
208
209 * infrun.c (handle_inferior_event): Fixed typos in printf.
210
211 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
212 Nathan Sidwell <nathan@codesourcery.com>
213
214 * remote.c (REMOTE_ALIGN_WRITES): New.
215 (remote_write_bytes): Align large write packets. Remove unused
216 payload_start variable.
217
218 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
219
220 * remote.c (PACKET_qXfer_auxv): New, renamed from PACKET_qPart_auxv.
221 (remote_supported_packet): Remove #if 0.
222 (remote_protocol_features): Add qPart:auxv:read.
223 (remote_unescape_input): New function.
224 (readchar): Don't mask off the high bit.
225 (read_frame): Use fputstrn_filtered for packet data.
226 (getpkt_sane): Return the number of bytes read or -1. Use
227 fputstrn_unfiltered.
228 (remote_read_qxfer): New.
229 (remote_xfer_partial): Use it for TARGET_OBJECT_AUXV.
230 (_initialize_remote): Update packet registration.
231 * defs.h (fputstrn_filtered): New prototype.
232 * utils.c (fputstrn_filtered): New.
233 * NEWS: Mention qXfer.
234
235 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
236
237 * target.c (target_read): Stop if target_read_partial returns 0
238 when some bytes have already been read.
239 (target_write): Likewise for target_write_partial.
240 (target_read_partial, target_write_partial): Make static.
241 (target_read_alloc): New.
242 * target.h: Doc fixes.
243 (target_read_partial, target_write_partial): Delete prototypes.
244 (target_read_alloc): New prototype.
245
246 * auxv.c (target_auxv_read): Delete.
247 (target_auxv_search, fprint_target_auxv): Use target_read_alloc.
248 * auxv.h (target_auxv_read): Delete prototype.
249 * avr-tdep.c (avr_io_reg_read_command): Use target_read_alloc.
250 * ia64-tdep.c (getunwind_table, get_kernel_table): Likewise.
251 * linux-nat.c (linux_nat_make_corefile_notes): Likewise.
252 * procfs.c (procfs_make_note_section): Likewise.
253 * remote.c (remote_xfer_partial): Don't loop here.
254 * sparc-tdep.c (sparc_fetch_wcookie): Use target_read.
255
256 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
257
258 * arm-linux-tdep.c: Doc fixes.
259 (ARM_SIGCONTEXT_R0, ARM_UCONTEXT_SIGCONTEXT)
260 (ARM_OLD_RT_SIGFRAME_SIGINFO, ARM_OLD_RT_SIGFRAME_UCONTEXT)
261 (ARM_NEW_RT_SIGFRAME_UCONTEXT, ARM_NEW_SIGFRAME_MAGIC): New
262 constants.
263 (arm_linux_sigreturn_init, arm_linux_rt_sigreturn_init): Support
264 the new signal frame layouts.
265
266 2006-07-12 Mike Frysinger <vapier@gentoo.org>:
267 Daniel Jacobowitz <dan@codesourcery.com>
268
269 * Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
270 * gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise.
271 * gdbarch.sh: Correct comment.
272
273 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
274
275 * MAINTAINERS: Add Alfred Szmidt for the Hurd.
276
277 2006-07-11 Mark Kettenis <kettenis@gnu.org>
278
279 * alpha-tdep.h (ALPHA_INSN_SIZE): New define.
280
281 2006-07-10 Mark Kettenis <kettenis@gnu.org>
282
283 * alphaobsd-tdep.c: New file.
284 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Do not register a
285 handler for GDB_OSABI_OPENBSD_ELF.
286 * Makefile.in (ALLDEPFILES): Add alphaobsd-tdep.c.
287 (alphaobsd-tdep.o): New target.
288 * config/alpha/obsd.mt: New file.
289 * configure.tgt (alpha*-*-openbsd*): Set gdb_target to obsd.
290
291 2006-07-10 Richard Henderson <rth@redhat.com>
292
293 * alpha-tdep.h (struct gdbarch_tdep): Add return_in_memory.
294 * alpha-tdep.c (alpha_register_byte): Remove.
295 (alpha_extract_struct_value_address): Remove.
296 (alpha_return_value): New.
297 (alpha_return_in_memory_always): New.
298 (alpha_gdbarch_init): Set tdep->return_in_memory. Don't call
299 set_gdbarch_deprecated_register_byte. Do call set_gdbarch_return_value
300 instead of set_gdbarch_deprecated_use_struct_convention,
301 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
302 or set_gdbarch_deprecated_extract_struct_value_address.
303 * alphafbsd-tdep.c (alphafbsd_return_in_memory): Rename from
304 alphafbsd_use_struct_convention, remove gcc_p argument.
305 (alphafbsd_init_abi): Set tdep->return_in_memory instead of
306 set_gdbarch_deprecated_use_struct_convention.
307
308 2006-07-09 Mark Kettenis <kettenis@gnu.org>
309
310 * alphabsd-tdep.h (alphanbsd_regset_from_core_section): New
311 prototype.
312 * alphanbsd-tdep.c (alphanbsd_regset_from_core_section): Handle
313 a.out-style core file format here. Make global.
314 (alphanbsd_regset_from_core_section): Remove.
315 (alphanbsd_sigtramp_offset): Make static.
316 (alphanbsd_aout_init_abi): Remove.
317 (alphanbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_ELF for
318 a.out style core files.
319 (_initialize_alphanbsd_tdep): Do not register a handler for
320 GDB_OSABI_NETBSD_AOUT.
321
322 * alphabsd-tdep.h: Tweak comments.
323 (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove.
324 * alphanbsd-tdep.c: Reorder includes. Include "regset.h".
325 (ALPHANBSD_SIZEOF_GREGS, ALPHANBSD_SIZEOF_FPREGS): New defines.
326 (alphanbsd_supply_fpregset, alphanbsd_supply_gregset)
327 (alphanbsd_aout_supply_gregset): New functions.
328 (alphanbsd_gregset, alphanbsd_fpregset, alphanbsd_aout_gregset):
329 New variables.
330 (alphanbsd_regset_from_core_section)
331 (alphanbsd_aout_regset_from_core_section): New functions.
332 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
333 (alphanbsd_core_fns, alphanbsd_elf_fns): Remove variables.
334 (alphanbsd_init_abi): Set regset_from_core_section.
335 (alphanbsd_aout_init_abi, alphanbsd_core_osabi_sniffer): New
336 functions.
337 (_initialize_alphanbsd_tdep): Register NetBSD core file sniffer.
338 Use alphanbsd_aout_init_abi whre appropriate. Don't call
339 deprecated_add_core_fns.
340 * Makefile.in (alphanbsd-tdep.o): Update dependencies.
341
342 * alphabsd-tdep.c (alphabsd_supply_reg, alphabsd_fill_reg)
343 (alphabsd_supply_fpreg, alphabsd_fill_fpreg): Add missing spaces.
344
345 * alphanbsd-tdep.c (alphanbsd_init_abi): Use
346 svr4_lp64_fetch_link_map_offsets instead of
347 nbsd_lp64_solib_svr4_fetch_link_map_offsets.
348
349 2006-07-06 Andrew Stubbs <andrew.stubbs@st.com>
350
351 * parse.c (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block
352 write_exp_elt_longcst, write_exp_elt_dblcst, write_exp_elt_type,
353 write_exp_elt_intern): Zero initialize tmp.
354
355 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
356
357 * remote.c (remote_xfer_partial): Remove KOD support.
358 * target.h (enum target_object): Remove TARGET_OBJECT_KOD.
359 * MAINTAINERS: Move Kernel Object Display entry to past maintainers.
360 * Makefile.in (SFILES, kod_h, COMMON_OBS, kod.o, kod-cisco.o):
361 Remove KOD support.
362 * mi/mi-cmds.c (mi_cmds): Remove dummy KOD commands.
363 * NEWS: Mention KOD.
364 * kod.h, kod.c, kod-cisco.c: Delete files.
365
366 2006-07-04 Daniel Jacobowitz <dan@codesourcery.com>
367
368 * remote.c (init_remote_state): Use xrealloc instead of xmalloc.
369
370 2006-07-03 Nathan J. Williams <nathanw@wasabisystems.com>
371
372 * bsd-kvm.c (bsd_kvm_open): Open the KVM interface read-write if
373 write_files is set.
374
375 2006-06-24 Eli Zaretskii <eliz@gnu.org>
376
377 * defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
378
379 2006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
380
381 * arm-tdep.c (arm_register_type): Use unsigned types for registers.
382 Add special types for sp and pc.
383 * Makefile.in (arm-tdep.o): Update.
384
385 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
386
387 * remote.c (remote_escape_output): New function.
388 (remote_write_bytes): Use remote_escape_output.
389
390 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
391
392 * NEWS: Mention qSupported.
393 * remote.c (struct remote_state): Add explicit_packet_size.
394 (get_remote_packet_size): Check explicit_packet_size.
395 (get_memory_packet_size): Likewise.
396 (PACKET_qSupported): New enum value.
397 (struct protocol_feature, remote_supported_packet)
398 (remote_packet_size, remote_protocol_features)
399 (remote_query_supported): New.
400 (remote_open_1): Reset explicit_packet_size. Call
401 remote_query_supported.
402 (_initialize_remote): Register qSupported.
403
404 2006-06-21 Andrew Stubbs <andrew.stubbs@st.com>
405
406 * cli/cli-script.c (realloc_body_list): Zero new parts of body_list.
407
408 2006-06-20 Joel Brobecker <brobecker@adacore.com>
409
410 * GDB 6.5 released from GDB 6.5 branch.
411
412 2006-06-19 Michael Snyder <msnyder@redhat.com>
413
414 * mips-tdep.c (mips_eabi_push_dummy_call): For 32 bit ABI, to
415 decide how many registers it takes to pass a floating point
416 argument, what matters is the size of a floating point register
417 (not the size of a general purpose register).
418 (mips_o32_push_dummy_call): Ditto.
419
420 2006-06-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
421
422 * configure.tgt: Add gdbserver support for m32r-linux.
423
424 2006-06-18 Mark Kettenis <kettenis@gnu.org>
425
426 * m68klinux-tdep.c (m68k_linux_init_abi): Fix typo in comment.
427
428 2006-06-15 Daniel Jacobowitz <dan@codesourcery.com>
429
430 * infrun.c (insert_step_resume_breakpoint_at_caller): New function,
431 based on insert_step_resume_breakpoint_at_frame.
432 (handle_inferior_event): Update comments. Use
433 insert_step_resume_breakpoint_at_caller.
434 (insert_step_resume_breakpoint_at_frame): Revise comments.
435
436 2006-06-14 Daniel Jacobowitz <dan@codesourcery.com>
437
438 * dwarf2read.c (read_unspecified_type): New function.
439 (read_type_die): Handle DW_TAG_unspecified_type.
440 (Committed by Julian Brown.)
441
442 2006-06-13 Daniel Jacobowitz <dan@codesourcery.com>
443
444 * symfile.c (load_command): Check for a changed executable before
445 "load".
446
447 2006-06-13 Fred Fish <fnf@specifix.com>
448
449 * mips-tdep.c (mips_find_long_section): New function.
450 (mips_gdbarch_init): Use it to set long and pointer sizes.
451
452 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
453
454 * remote-file.io.c (remote_fileio_func_system): Treat zero length
455 string as NULL. Adjust for NULL pointer argument.
456 * doc/gdb.texinfo (system): Document behaviour with zero length
457 string.
458
459 2006-06-12 Daniel Jacobowitz <dan@codesourcery.com>
460
461 * remote.c (set_remote_protocol_packet_cmd)
462 (show_remote_protocol_packet_cmd): New prototypes.
463 (remote_set_cmdlist, remote_show_cmdlist): Move higher.
464 (struct packet_config): Make name and title const.
465 (add_packet_config_cmd): Remove unnecessary arguments.
466 (_initialize_remote): Update calls.
467
468 2006-06-10 Daniel Jacobowitz <dan@codesourcery.com>
469
470 * mingw-hdep.c (gdb_select): Always check for NULL fd sets
471 before calling FD_ISSET. Correct check for exceptfds which
472 previously tested writefds.
473
474 2006-06-09 Daniel Jacobowitz <dan@codesourcery.com>
475 Julian Brown <julian@codesourcery.com>
476
477 * dwarf2read.c (partial_read_comp_unit_head): Accept version 3.
478
479 2006-06-09 Julian Brown <julian@codesourcery.com>
480
481 * MAINTAINERS (Write After Approval): Add myself.
482
483 2006-06-08 Michael Snyder <msnyder@redhat.com>
484
485 * mips-tdep.c (fp_register_arg_p): Recognize floating point typedefs.
486
487 2006-06-08 Nathan Sidwell <nathan@codesourcery.com>
488
489 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): New.
490 (m68k_gdbarch_init): Set it for dwarf & dwarf2 reg number
491 conversion. Use M68K_NUM_REGS for number of regs.
492
493 * remote-fileio.c (remote_fileio_reset): New.
494 * remote-fileio.h (remote_fileio_reset): Prototype.
495 * remote.c (extended_remote_restart, remote_open_1): Call it.
496
497 * remote.c (remote_open_1): Do preopen tasks before
498 irreversably destroying state.
499
500 2006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
501
502 * remote.c (struct remote_state): New type, only containing
503 buf and buf_size.
504 (remote_state): New variable.
505 (get_remote_state): New function.
506 (struct remote_arch_state): Renamed from struct remote_state.
507 Removed buf and buf_size.
508 (get_remote_arch_state): Renamed from get_remote_state. All
509 necessary callers updated to call this function.
510 (init_remote_state): Initialize the architecture-specific state.
511 Update the target-specific state if necessary.
512 (get_remote_packet_size): New function. All previous references
513 changed to use this accessor function.
514 (packet_reg_from_regnum, packet_reg_from_pnum): Take a
515 remote_arch_state instead of a remote_state. All callers changed.
516 (_initialize_remote): Initialize the packet buffer here.
517
518 2006-06-06 Nathan Sidwell <nathan@codesourcery.com>
519
520 * remote.c (remote_insert_watchpoint): Return -1, rather than
521 fatal error if packet is disabled.
522 (remote_remove_watchpoint, remote_insert_hw_breakpoint,
523 remote_remove_hw_breakpoint): Likewise.
524
525 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
526
527 * breakpoint.c (print_it_typical): Use EXEC_ASYNC_LOCATION_REACHED.
528
529 2006-05-31 Michael Snyder <msnyder@redhat.com>
530
531 * mips-tdep.c: Comment tweaks.
532
533 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
534
535 * Makefile.in (top_builddir): Update comments.
536 (INTL_DIR, INTL_SRC): Delete.
537 (INTL, INTL_DEPS, INTL_CFLAGS): Update.
538 * acinclude.m4: Include new gettext macros.
539 * configure.ac: Use ZW_GNU_GETTEXT_SISTER_DIR. Remove copied
540 CATALOGS code.
541 * aclocal.m4, configure: Regenerated.
542
543 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
544
545 * Makefile.in (arm-linux-nat.o): Update dependencies.
546 * arm-linux-nat.c: Include "gdb_proc_service.h".
547 (PTRACE_GET_THREAD_AREA): Define.
548 (ps_get_thread_area): New function.
549
550 2006-05-28 Alexandre Oliva <aoliva@redhat.com>
551
552 * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
553 DWARF2_FRAME_REG_SAVED_VAL_OFFSET and
554 DWARF2_FRAME_REG_SAVED_VAL_EXP.
555 * dwarf2-frame.c (execute_cfa_program): Handle val_offset,
556 val_offset_sf and val_expression.
557 (dwarf2_frame_prev_register): Handle the new reg rules.
558 (dwarf2_frame_this_id): Use pc instead of function entry point.
559
560 2006-05-28 Alexandre Oliva <aoliva@redhat.com>
561
562 * dwarf2-frame.c (struct dwarf2_cie): Add signal_frame field.
563 (dwarf2_frame_sniffer): Use it.
564 (decode_frame_entry_1): Set it according to augmentation "S".
565
566 2006-05-27 Joel Brobecker <brobecker@adacore.com>
567
568 From Peter Schauer <peterschauer@gmx.net>
569 * m2-typeprint.c (m2_record_fields): Move variable declarations
570 to the begining of the block.
571
572 2006-05-23 Mark Mitchell <mark@codesourcery.com>
573
574 * mt-tdep.c (mt_register_name): Correct out-of-range logic to
575 include additional registers.
576
577 * mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2,
578 Iscramb2, Qscramb2, Qchannel2.
579 (mt_register_name): Likewise.
580 (mt_copro_register_type): Describe ZI2 and ZQ2.
581
582 * mt-tdep.c (mt_gdb_regnums): Define
583 MT_COPRO_PSEUDOREG_MAC_REGNUM.
584 (mt_register_name): Use it.
585 (mt_copro_register_type): Likewise.
586 (mt_register_type): Likewise.
587 (mt_pseudo_register_read): Likewise. Read the MAC register, not
588 the coprocessor register.
589 (mt_pseudo_register_write): Likewise.
590
591 2006-05-21 Christopher Faylor <cgf@timesys.com>
592
593 * win32-nat.c (cygwin_exceptions): New variable.
594 (handle_exception): Treat a cygwin exception like a normal exception if
595 cygwin_exceptions is true.
596 (_initialize_win32_nat): Add "set cygwin-exceptions" handler.
597
598 2006-05-20 Gaius Mulley <gaius@glam.ac.uk>
599
600 * NEWS: (Improved Modula-2 language support): New section.
601
602 2006-05-19 Joel Brobecker <brobecker@adacore.com>
603
604 * configure: Regenerate using proper version of autoconf.
605
606 2006-05-19 Fred Fish <fnf@specifix.com>
607
608 * Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
609 * dwarfread.c: Fix spelling of 'unexpected'.
610 * mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
611 * stack.c: Fix spelling of 'RETURN_VALUE'.
612
613 2006-05-18 Paul Gilliam <pgilliam@us.ibm.com
614
615 * solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.
616
617 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
618
619 * dwarf2-frame.c: Include "value.h".
620 (read_reg): Use unpack_long and register_type.
621 * Makefile.in (dwarf2-frame.o): Update.
622
623 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
624
625 * remote-rdp.c: Deleted.
626 * NEWS: Mention removal of remote-rdp.c.
627
628 * Makefile.in (ALLDEPFILES): Remove remote-rdp.c.
629 (remote-rdp.o): Delete.
630 * README: Remove description of remote-rdp.c.
631 * arm-tdep.c (arm_breakpoint_from_pc): Remove obsolete comment.
632 * config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
633
634 2006-05-16 Daniel Jacobowitz <dan@codesourcery.com>
635
636 * ser-e7kpc.c: Include <time.h> if it is available.
637
638 2006-05-16 Joel Brobecker <brobecker@adacore.com>
639
640 * version.in (version.in): Bump version number to 6.5.50 now
641 that the gdb-6.5 branch has been created.
642 * NEWS: Create a new section for changes that are included
643 since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5"
644 section.
645
646 2006-05-16 Jim Blandy <jimb@codesourcery.com>
647
648 * MAINTAINERS (Authorized Committers): Gaius Mulley has accepted
649 the Global Maintainers' invitation to be an authorized committer
650 for the Modula-2 support.
651
652 2006-05-15 Mark Kettenis <kettenis@gnu.org>
653
654 * ppcobsd-nat.c: Include "gdb_assert.h".
655 [PT_GETFPREGS] (getfpregs_supplies): New function.
656 (ppcobsd_fetch_registers, ppcobsd_fetch_registers): Hanlde OS
657 versions that have PT_GETFPREGS.
658 (_initialize_ppcobsd_nat) [PT_GETFPREGS]: Initialize
659 ppcobsd_fpreg_offsets.
660 * ppcobsd-tdep.h (ppcobsd_fpreg_offsets, ppcobsd_fpregset):
661 Declare.
662 * ppcobsd-tdep.c (ppcobsd_fpreg_offsets, ppcobsd_fpregset): New
663 variables.
664 (_initialize_ppcobsd_tdep): Initialize ppcobsd_fpreg_offsets.
665 * Makefile.in (ppcobsd-nat.o): Update dependencies.
666
667 2006-05-15 Daniel Jacobowitz <dan@codesourcery.com>
668
669 * configure.ac: Use GCC_HEADER_STDINT.
670 * acinclude.m4: Include stdint.m4.
671 * Makefile.in (gdb_stdint_h): Define.
672 (distclean): Remove gdb_stdint.h.
673 (Makefile, stamp-h): Update rules to generate only the correct
674 files.
675 (gdb_stdint.h, stamp-int): New rules.
676 * config.in, configure: Regenerated.
677
678 2006-05-15 Daniel Jacobowitz <dan@codesourcery.com>
679
680 * valprint.c: Include "exceptions.h".
681 (val_print): If something goes wrong while printing, supply an
682 error message.
683
684 2006-05-15 Peter O'Gorman <gdb-patches@mlists.thewrittenword.com>
685
686 * source.c (get_current_source_symtab_and_line)
687 (set_current_source_symtab_and_line): Use { 0 }.
688 * cli/cli-cmds.c (list_command): Likewise.
689
690 2006-05-14 Nick Roberts <nickrob@snap.net.nz>
691
692 * mi/gdb-mi.el (gdbmi-send): Correct regexp for repeat commands.
693 (gdbmi): Use new variable name gdb-pc-address.
694 (gdbmi-frame-handler): Use new variable name gdb-pc-address.
695 Check that a match has been found.
696
697 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
698
699 * m2-lang.h: Added function extern prototypes for
700 m2_is_long_set and get_long_set_bounds.
701 * m2-typeprint.c: Complete replacement.
702 (m2_print_type): Walk the Modula-2 type tree.
703 (m2_type_name): New function.
704 (m2_range): New function.
705 (m2_typedef): New function.
706 (m2_array): New function.
707 (m2_pointer): New function.
708 (m2_ref): New function.
709 (m2_unknown): New function.
710 (m2_union): New function.
711 (m2_procedure): New function.
712 (m2_print_bounds): New function.
713 (m2_short_set): New function.
714 (m2_is_long_set): New function.
715 (m2_get_discrete_bounds): New function.
716 (m2_is_long_set_of_type): New function.
717 (m2_long_set): New function.
718 (m2_record_fields): New function.
719 (m2_enum): New function.
720 * dwarf2read.c: Modified.
721 (read_set_type): New function.
722 (process_die): Call read_set_type.
723 (read_base_type): Modifed.
724 (set_cu_language): Added Modula-2 case clause.
725 * m2-valprint.c: Complete replacement.
726 (print_function_pointer_address): New function.
727 (get_long_set_bounds): New function.
728 (m2_print_long_set): New function.
729 (print_unpacked_pointer): New function.
730 (print_variable_at_address): New function.
731 (m2_val_print): Replaced.
732 * gdb/MAINTAINERS (Write After Approval): Added
733 Gaius Mulley <gaius@glam.ac.uk>
734
735 2006-05-12 Mark Kettenis <kettenis@gnu.org>
736
737 * ppcnbsd-tdep.h: Update copyright year. Include <stddef.h>
738 (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
739 (ppcnbsd_fill_fpreg): Remove prototypes.
740 (struct regset): Add forward declaration.
741 (ppcnbsd_gregset, ppcnbsd_fpregset): Extern declarations.
742 * ppcnbsd-tdep.c: Update copyright year. Include "gdbtypes.h",
743 "regset.h" and "gdb_string.h". Don't include "breakpoint.h",
744 "value.h", target.h and nbsd-tdep.h". Reorder includes.
745 (REG_FIXREG_OFFSET, REG_LR_OFFSET, REG_CR_OFFSET, REG_XER_OFFSET)
746 (REG_CTR_OFFSET, REG_PC_OFFSET, SIZEOF_STRUCT_REG)
747 (FPREG_FPR_OFFSET, FPREG_FPSCR_OFFSET, SIZEOF_STRUCT_FPREG):
748 Remove macros.
749 (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
750 (ppcnbsd_fill_fpreg): Remove functions.
751 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
752 (ppcnbsd_core_fns, ppcnbsd_elfcore_fns): Remove variables.
753 (ppcnbsd_reg_offsets): New variable.
754 (ppcnbsd_gregset, ppcnbsd_fpregset): New variables.
755 (ppcnbsd_sigtramp_cache_init): Deal with new signal trampoline
756 introduced in NetBSD 2.0.
757 (ppcnbsd_sigtramp): Provide complete signal trampoline.
758 (ppcnbsd2_sigtramp): New variable.
759 (ppcnbsd_init_abi): Set svr4_fetch_link_map_offsets to
760 svr4_ilp32_fetch_link_map_offsets. Set regset_from_core_section.
761 Add ppcnbs2_sigtramp unwinder.
762 (_initialize_ppcnbsd_tdep): Don't use deprecated_add_core_fns.
763 Initialize ppcnbsd_reg_offsets.
764 * ppcnbsd-nat.c: Update copyright year. Reorder includes.
765 (getregs_supplies): Use regnum instead of regno.
766 (getfpregs_supplies): Likewise.
767 (ppcnbsd_fetch_inferior_registers): Likewise. Call
768 ppc_supply_gregset and ppc_suppply_fpregset instead of
769 ppcnbsd_supply_reg and ppcnbsd_supply_fpreg
770 (ppcnbsd_store_inferior_registers): Likewise. Call
771 ppc_collect_gregset and ppc_collect_fpregset instead of
772 ppcnbsd_fill_reg and ppcnbsd_fill_fpreg.
773 (ppcnbsd_supply_pcb): Use `gdb_byte *' instead of `char *'.
774 (_initialize_ppcnbsd_nat): Add some whitespace.
775 * Makefile.in (ppcnbsd-nat.o, ppcnbsd-tdep.o): Update dependencies.
776 * config/powerpc/nbsd.mh (NATDEPFILES): Remove infptrace.o.
777 (NAT_FILE): Remove.
778 * config/powerpc/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
779
780 2006-05-11 Alfred M. Szmidt <ams@gnu.org>
781
782 * gnu-nat.c (inf_validate_procs): Don't use lvalue in assignments.
783
784 2006-05-11 Fred Fish <fnf@specifix.com>
785
786 * symtab.c (skip_prologue_using_sal): Handle single line functions
787 like "foo(){}", which may optimize down to a single return inst.
788
789 2006-05-10 Steve Ellcey <sje@cup.hp.com>
790
791 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
792 message.
793
794 2006-05-09 Andreas Schwab <schwab@suse.de>
795
796 * dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
797 (execute_cfa_program): Add parameter eh_frame_p. Call
798 dwarf2_frame_eh_frame_regnum when true.
799 (dwarf2_frame_cache): Pass eh_frame_p from fde to
800 execute_cfa_program.
801 (decode_frame_entry_1): Call dwarf2_frame_eh_frame_regnum when
802 processing .eh_frame. Copy eh_frame_p to the new fde.
803 (struct dwarf2_frame_ops): Add eh_frame_regnum.
804 (dwarf2_frame_set_eh_frame_regnum): Define.
805 (dwarf2_frame_eh_frame_regnum): Define.
806
807 * dwarf2-frame.h (dwarf2_frame_set_eh_frame_regnum): Declare.
808 (dwarf2_frame_eh_frame_regnum): Declare.
809
810 2006-05-06 David S. Miller <davem@sunset.davemloft.net>
811
812 * linux-nat.c (linux_nat_do_thread_registers): Check for
813 NULL collect_regset method.
814
815 2006-05-06 Ulrich Weigand <uweigand@de.ibm.com>
816
817 * s390-tdep.c (s390_collect_regset): New function.
818 (s390_gregset, s390x_gregset, s390_fpregset): Add it.
819
820 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
821
822 * dwarf2read.c: Make LOC_OPTIMIZED_OUT the default value for a
823 symbol.
824
825 2006-05-05 Ulrich Weigand <uweigand@de.ibm.com>
826
827 * linux-nat.c (exit_lwp): Fix NULL pointer access.
828 (linux_nat_handle_extended): New parameter STOPPING.
829 (wait_lwp): Call it with STOPPING equals 1.
830 (linux_nat_wait): Call it with STOPPING equals 0.
831
832 2006-05-05 Ulrich Weigand <uweigand@de.ibm.com>
833
834 * linux-nat.c (linux_nat_wait): Do not short-cut reporting
835 of 'uninteresting' signals when single-stepping.
836
837 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
838
839 * MAINTAINERS: Move NEWS to the documentation entry.
840
841 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
842
843 * linux-nat.c (linux_nat_do_thread_registers): Use the
844 regset_from_core_section infrastructure if the target
845 supports it.
846 * Makefile.in: Update dependencies.
847 * linux-thread-db.c (thread_db_store_registers): Use
848 regcache_raw_collect.
849
850 2006-05-05: Paul Gilliam <pgilliam@us.ibm.com>
851
852 * ppc-linux-nat.c: Clean up types for ptrace.
853 Replace (CORE_ADDR) with (uintptr_t) to avoid the size difference
854 between a CORE_ADDR and a void* on ppc64 systems compiled for 32-bits.
855
856 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
857
858 * remote.c (remote_disconnect): Add TARGET argument.
859 * target.c (debug_to_disconnect): Delete.
860 (update_current_target): Do not inherit to_disconnect.
861 (target_disconnect): Search for a target to implement to_disconnect.
862 (setup_target_debug): Do not reference to_disconnect.
863 * target.h (struct target_ops): Add target argument to
864 to_disconnect.
865
866 2006-05-06 Fred Fish <fnf@specifix.com>
867
868 * mips-tdep.c (mips_o64_push_dummy_call): Left shift big endian
869 structs or unions independent of ABI register size.
870
871 2006-05-06 Fred Fish <fnf@specifix.com>
872
873 * mips-tdep.c (mips_o64_return_value): Replace stub that always
874 returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
875
876 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
877
878 * mi/mi-main.c (captured_mi_execute_command): Check the return
879 value of -interpreter-exec.
880
881 2006-05-03 Vladimir Prus <ghost@cs.msu.su>
882
883 * varobj.c (c_value_of_variable): Ignore top-level references.
884 (Committed by Jim Blandy.)
885
886 2006-04-30 Mark Kettenis <kettenis@gnu.org>
887
888 * breakpoint.c (insert_single_step_breakpoint): Make a failure to
889 insert a single-step breakpoint an error instead of a warning.
890
891 2006-05-01 Nathan J. Williams <nathanw@wasabisystems.com>
892
893 * ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
894 arguments from void * to gdb_byte *.
895
896 2006-04-26 Michael Snyder <msnyder@redhat.com>
897
898 * linux-fork.c (_initialize_linux_fork): Rename "delete-fork"
899 command to "delete fork" (no hyphen), compatible with other
900 "delete" commands.
901 (info_forks_command): Accept a fork ID argument, for info
902 on a single fork. Report if no matching forks.
903
904 2006-04-25 Mark Kettenis <kettenis@gnu.org>
905
906 * breakpoint.c (remove_single_step_breakpoints): Bail out early if
907 no breakpoints are inserted.
908
909 From Masaki MURANAKA <monaka@monami-software.com>:
910 * mips-mdebug-tdep.c (mips_mdebug_frame_prev_register): Change
911 type of last argument to `gdb_byte *'
912
913 2006-04-25 Jim Blandy <jimb@codesourcery.com>
914
915 Add support for 'target remote |' on MinGW.
916 * ser-mingw.c (struct pipe_state): New structure.
917 (make_pipe_state, free_pipe_state, cleanup_pipe_state)
918 (pipe_windows_open, pipe_windows_close, pipe_windows_read)
919 (pipe_windows_write, pipe_wait_handle): New functions.
920 (_initialize_ser_windows): Register a "pipe" interface based on
921 them.
922
923 2006-04-24 Daniel Jacobowitz <dan@codesourcery.com>
924
925 * ser-mingw.c: Include <conio.h>.
926 (struct ser_console_state, struct net_windows_state): Add exit_select,
927 have_stopped, thread.
928 (pipe_select_thread, console_select_thread)
929 (net_windows_select_thread): Don't create a local state copy or
930 close stop_select. Exit on exit_select instead of stop_select. Set
931 have_stopped.
932 (console_select_thread): Don't report control keypresses as pending
933 input.
934 (pipe_select_thread): Allow stop_select to interrupt sleeping.
935 (set_console_wait_handle): Create exit_select and have_stopped.
936 Save the thread handle. Check _kbhit before starting a thread.
937 (ser_console_done_wait_handle): New.
938 (ser_console_close): Close new handles. Wait for the thread to
939 exit.
940 (new_windows_select_thread): Assert that an event occurred.
941 (net_windows_wait_handle): Check for pending input before starting
942 a thread.
943 (net_windows_done_wait_handle): New.
944 (net_windows_open): Create exit_select and have_stopped.
945 Save the thread handle.
946 (net_windows_close): Close new handles. Wait for the thread to
947 exit.
948 (_intiialize_ser_windows): Register done_wait_handle methods.
949
950 * serial.c [USE_WIN32API] (serial_done_wait_handle): New.
951 * serial.h [USE_WIN32API] (struct serial_ops): Add done_wait_handle.
952 [USE_WIN32API] (serial_done_wait_handle): New prototype.
953 * mingw-hdep.c (gdb_select): Use serial_done_wait_handle.
954
955 2006-04-23 Andreas Schwab <schwab@suse.de>
956
957 * rs6000-tdep.c: Include "reggroups.h" only once.
958 * Makefile.in (rs6000-tdep.o): Update dependencies.
959
960 2006-04-21 Frederic Riss <frederic.riss@st.com>
961
962 * dwarf2read.c (dwarf2_start_subfile): Change prototype to accept
963 compilation directory as last argument.
964 Always pass comp_dir as second argument to start_subfile and prepend
965 dirname to the filename when necessary.
966 Remove now superfluous search for pre-existing subfile.
967 (dwarf_decode_lines): Pass the compilation directory to
968 dwarf2_start_subfile.
969
970 2006-04-20 Michael Snyder <msnyder@redhat.com>
971
972 * 2006-03-22 Jim Blandy <jimb@redhat.com>
973 Add support for the Renesas M32C and M16C.
974
975 * configure.tgt (m32c-*-*): New entry.
976 * config/m32c/m32c.mt: New file.
977 * m32c-tdep.c: New file.
978 * Makefile.in (elf_m32c_h): New variable.
979 (m32c-tdep.o): New rule.
980 * NEWS: Mention new target.
981 * MAINTAINERS: Designate Jim Blandy as responsible maintainer.
982
983 2006-04-20 Michael Snyder <msnyder@redhat.com>
984
985 * remote.c: Fix spelling error in comment.
986
987 2006-04-20 Daniel Jacobowitz <dan@codesourcery.com>
988
989 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
990 Correct type of VALUEP. Reported by Jean-Rene Peulve
991 <jr.peulve@wanadoo.fr>.
992
993 2006-04-19 Masaki Muranaka <monaka@monami-software.com>
994
995 * m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
996 netdb.h, netinet/in.h.
997 (m32r_upload_command); Add calls WSAStartup().
998 * remote-m32r-sdi.c: On MinGW, include winsock.h instead of
999 netinet/in.h.
1000
1001 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1002
1003 * breakpoint.c (deprecated_read_memory_nobpt): Update to use
1004 shadow_len.
1005 (insert_bp_location, reattach_breakpoints, remove_breakpoint)
1006 (delete_breakpoint): Update calls to changed methods.
1007 (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
1008 (single_step_breakpoints, insert_single_step_breakpoint)
1009 (remove_single_step_breakpoints): New.
1010 * breakpoint.h (struct bp_target_info): New.
1011 (struct bp_location): Replace shadow_contents with
1012 target_info and overlay_target_info.
1013 (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
1014 (insert_single_step_breakpoint, remove_single_step_breakpoints): New
1015 prototypes.
1016 * gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
1017 (memory_insert_breakpoint, memory_remove_breakpoint): Update second
1018 argument.
1019 * mem-break.c (default_memory_insert_breakpoint): Update. Set
1020 placed_address, placed_size, and shadow_len.
1021 (default_memory_remove_breakpoint): Update. Don't use
1022 BREAKPOINT_FROM_PC.
1023 (memory_insert_breakpoint, memory_remove_breakpoint): Update.
1024 * target.c (update_current_target): Update prototypes for changed
1025 functions.
1026 (debug_to_insert_breakpoint, debug_to_remove_breakpoint)
1027 (debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
1028 Update.
1029 * target.h: Forward declare struct bp_target_info.
1030 (struct target_ops): Use a bp_target_info argument for
1031 to_insert_breakpoint, to_remove_breakpoint,
1032 to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
1033 (target_insert_breakpoint, target_remove_breakpoint)
1034 (target_insert_hw_breakpoint, target_remove_hw_breakpoint)
1035 (memory_insert_breakpoint, memory_remove_breakpoint)
1036 (default_memory_insert_breakpoint, default_memory_remove_breakpoint):
1037 Update.
1038 * config/i386/nm-i386.h: Forward declare struct bp_target_info.
1039 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
1040 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
1041
1042 * gdbarch.c, gdbarch.h: Regenerated.
1043
1044 * alpha-tdep.c (alpha_software_single_step): Use
1045 insert_single_step_breakpoint and remove_single_step_breakpoints.
1046 Remove unused statics.
1047 * arm-tdep.c (arm_software_single_step): Likewise. Add a note.
1048 * cris-tdep.c (cris_software_single_step): Likewise.
1049 * mips-tdep.c (mips_software_single_step): Likewise.
1050 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
1051 * sparc-tdep.c (sparc_software_single_step): Likewise.
1052 * wince.c (struct thread_info_struct): Remove step_prev.
1053 (undoSStep): Use remove_single_step_breakpoints.
1054 (wince_software_single_step): Use insert_single_step_breakpoint.
1055
1056 * corelow.c (ignore): Remove unneeded prototype. Update arguments.
1057 * exec.c (ignore): Likewise.
1058 * sol-thread.c (ignore): Likewise.
1059
1060 * procfs.c (dbx_link_shadow_contents): Delete.
1061 (dbx_link_bpt): New.
1062 (procfs_mourn_inferior): Remove it if necessary.
1063 (remove_dbx_link_breakpoint): Use it.
1064 (insert_dbx_link_bpt_in_file): Set it.
1065 (procfs_init_inferior): Don't update dbx_link_bpt_addr.
1066 * rs6000-nat.c (exec_one_dummy_insn): Use
1067 deprecated_insert_raw_breakpoint and
1068 deprecated_remove_raw_breakpoint.
1069 * solib-irix.c (shadow_contents, breakpoint_addr): Delete.
1070 (base_breakpoint): New.
1071 (disable_break): Use it.
1072 (enable_break): Set it.
1073
1074 * i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
1075 Update.
1076 * ia64-tdep.c (ia64_memory_insert_breakpoint)
1077 (ia64_memory_remove_breakpoint): Likewise.
1078 * m32r-tdep.c (m32r_memory_insert_breakpoint)
1079 (m32r_memory_remove_breakpoint): Likewise.
1080 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
1081 Likewise. Remove unnecessary prototypes. Use placed_address
1082 and placed_size. Removed useless read from memory.
1083 * nto-procfs.c (procfs_insert_breakpoint)
1084 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
1085 (procfs_remove_hw_breakpoint): Update.
1086 * ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
1087 * ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
1088 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
1089 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
1090 * remote-e7000.c (e7000_insert_breakpoint)
1091 (e7000_remove_breakpoint): Likewise.
1092 * remote-m32r-sdi.c (m32r_insert_breakpoint)
1093 (m32r_remove_breakpoint): Likewise.
1094 * remote-mips.c (mips_insert_breakpoint)
1095 (mips_remove_breakpoint): Likewise.
1096 * remote-rdp.c (remote_rdp_insert_breakpoint)
1097 (remote_rdp_remove_breakpoint): Likewise.
1098 (rdp_step): Use deprecated_insert_raw_breakpoint and
1099 deprecated_remove_raw_breakpoint.
1100 * remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
1101 Update.
1102 * remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
1103 Delete.
1104 (init_gdbsim_ops): Use memory_insert_breakpoint and
1105 memory_remove_breakpoint.
1106 * remote-st.c (st2000_insert_breakpoint)
1107 (st2000_remove_breakpoint): Update. Remove unused
1108 BREAKPOINT_FROM_PC.
1109 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
1110 Update. Use placed_address and placed_size.
1111 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
1112
1113 2006-04-12 Daniel Jacobowitz <dan@codesourcery.com>
1114
1115 * remote.c (extended_remote_restart): Pass the correct length
1116 to getpkt.
1117
1118 2006-04-11 Jim Blandy <jimb@codesourcery.com>
1119
1120 * serial.c (serial_open): Check for special cases at the front of
1121 the "device" name before scanning for the ':' that would indicate
1122 an IP-based connection.
1123
1124 2006-04-10 Christopher Faylor <cgf@timesys.com>
1125
1126 * win32-nat.c (open_symbol_file_object): New function.
1127 (in_dynsym_resolve_code): Ditto.
1128 (init_win32_ops): Fill in fields which ought not to be NULL.
1129
1130 2006-04-10 Christopher Faylor <cgf@timesys.com>
1131
1132 * win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything
1133 with saved context if __COPY_CONTEXT_SIZE is not defined.
1134 (handle_output_debug_string): Ditto.
1135
1136 2006-04-10 Daniel Jacobowitz <dan@codesourcery.com>
1137
1138 * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
1139
1140 2006-04-09 David S. Miller <davem@sunset.davemloft.net>
1141
1142 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
1143 frame sniffer.
1144 * sparc-tdep.c (sparc32_gdbarch_init): Make sure to call
1145 dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so
1146 that the latter can override.
1147 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1148
1149 2006-04-09 Ulrich Weigand <uweigand@de.ibm.com>
1150
1151 * s390-tdep.c (struct s390_prologue_data): New field 'stack'.
1152 (s390_store): Call pv_area_store to track stack slots.
1153 (s390_load): Call pv_area_fetch to track stack slots.
1154 (s390_check_for_saved): New function.
1155 (s390_analyze_prologue): Call pv_area_scan. Allocate and free stack.
1156
1157 2006-04-09 Ulrich Weigand <uweigand@de.ibm.com>
1158
1159 * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
1160 * s390-tdep.c: Include "prologue-value.h".
1161 (struct prologue_value): Remove.
1162 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1163 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1164 pv_logical_and, pv_is_identical, pv_is_register): Remove.
1165 (compute_x_addr): Remove, replace by ...
1166 (s390_addr): ... this new function.
1167 (struct s390_prologue_data): Use pv_t instead of prologue_value.
1168 (s390_store, s390_load): Likewise.
1169 (s390_prologue_frame_unwind_cache): Likewise.
1170 (s390_analyze_prologue): Likewise. Also, simplify and combine
1171 several conditional statements.
1172
1173 2006-04-08 Jim Blandy <jimb@codesourcery.com>
1174
1175 * Makefile.in (COMMON_OBS): List prologue-value.o. (Omitted from
1176 last patch.)
1177
1178 2006-04-08 David S. Miller <davem@sunset.davemloft.net>
1179
1180 * sparc-linux-tdep.c (sparc32_linux_step_trap): New.
1181 (sparc32_linux_init_abi): Hook it into tdep->step_trap.
1182 (sparc32_linux_core_gregset,
1183 sparc32_linux_supply_core_gregset,
1184 sparc32_linux_collect_core_gregset,
1185 sparc32_linux_supply_core_fpregset,
1186 sparc32_linux_collect_core_fpregset): New.
1187 (sparc32_linux_init_abi): Register them with generic sparc
1188 core regset infrastructure.
1189 * sparc64-linux-tdep.c (sparc64_linux_step_trap): New.
1190 (sparc64_linux_init_abi): Hook it into tdep->step_trap.
1191 (sparc64_linux_core_gregset,
1192 sparc64_linux_supply_core_gregset,
1193 sparc64_linux_collect_core_gregset,
1194 sparc64_linux_supply_core_fpregset,
1195 sparc64_linux_collect_core_fpregset): New.
1196 (sparc64_linux_init_abi): Register them with generic sparc
1197 core regset infrastructure.
1198 * Makefile.in: Update dependencies.
1199
1200 2006-04-07 David S. Miller <davem@sunset.davemloft.net>
1201
1202 * linux-nat.c (linux_nat_thread_alive): Handle targets that
1203 do not implement PTRACE_PEEKUSER.
1204
1205 2006-04-07 Daniel Jacobowitz <dan@codesourcery.com>
1206
1207 * remote.c (remote_wait): Convert warning to error before
1208 parsing corrupt packets.
1209
1210 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
1211
1212 * cli/cli-script.c (struct user_args): Add command field.
1213 (arg_cleanup): Free command string.
1214 (setup_user_args): Copy the command line before relying on it.
1215
1216 2006-04-06 Joel Brobecker <brobecker@adacore.com>
1217
1218 * breakpoint.c (_initialize_breakpoint): Add "del" as an alias
1219 of the "delete" command.
1220
1221 2006-04-06 Randolph Chung <tausq@debian.org>
1222
1223 * MAINTAINERS (Patch champions): Add myself.
1224
1225 2006-04-05 Andreas Schwab <schwab@suse.de>
1226
1227 * Makefile.in: Update dependencies.
1228
1229 2006-04-05 David S. Miller <davem@sunset.davemloft.net>
1230
1231 * sparc-tdep.c (sparc32_dwarf2_frame_init_reg): New.
1232 (sparc32_gdbarch_init): Pass it to dwarf2_frame_set_init_reg.
1233 * Makefile.in (sparc-tdep.o): Update dependencies.
1234 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): Pull register
1235 window out of the correct stack frame.
1236 * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): Likewise.
1237 * dwarf2-frame.c (dwarf2_frame_ops init_reg): Add "next_frame"
1238 argument.
1239 (dwarf2_frame_default_init_reg): Likewise.
1240 (dwarf2_frame_set_init_reg): Update init_reg arg.
1241 (dwarf2_frame_init_reg): Take "next_frame" and pass it to
1242 ops->init_reg().
1243 (dwarf2_frame_cache): Pass next_frame to dwarf2_frame_init_reg.
1244 * dwarf2-frame.h (dwarf2-frame_set_init_reg): Update declaration.
1245 * cris-tdep.c (cris_dwarf2_frame_init_reg): Add next_frame arg.
1246 * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
1247 * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
1248 * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
1249 * sparc-tdep.c (sparc32_struct_return_from_sym): New function.
1250 (sparc32_frame_cache): Call it.
1251 (sparc32_dwarf2_struct_return_p): New function.
1252 (sparc_dwarf2_frame_init_reg): Use it to determine if the function
1253 returns a structure and thus we have to indicate the return PC and
1254 NPC are 4 bytes later than usual.
1255 * sparc-linux-tdep.c (sparc32_linux_init_abi): Append
1256 dwarf2 frame sniffer.
1257 * Makefile.in (sparc-linux-tdep.o): Update dependencies.
1258
1259 2006-04-04 David S. Miller <davem@davemloft.net>
1260
1261 * config/linux.mh (NATDEPFILES): Remove sparc-sol2-nat.o
1262 * config/linux64.h (NATDEPFILES): Likewise
1263 * sparc-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
1264 fill_fpregset): New.
1265 * sparc64-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
1266 fill_fpregset): New.
1267 * Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
1268 new includes.
1269
1270 2006-04-04 Andreas Schwab <schwab@suse.de>
1271
1272 * Makefile.in (elf_common_h): Define.
1273
1274 2006-04-03 Andrew Stubbs <andrew.stubbs@st.com>
1275
1276 * sh-tdep.c (sh_dwarf2_frame_init_reg): New function.
1277 (sh_gdbarch_init): Call dwarf2_frame_set_init_reg().
1278
1279 2006-03-31 Andrew Stubbs <andrew.stubbs@st.com>
1280
1281 * value.h (struct internalvar): Add field 'endian'.
1282 * value.c (lookup_internalvar): Initialise endian.
1283 (value_of_internalvar): Flip the endian of built-in types if required.
1284 (set_internalvar): Set the endian.
1285 (show_convenience): Access the value through value_of_internalvar().
1286
1287 2006-03-30 Vladimir Prus <ghost@cs.msu.su>
1288
1289 * remote.c (watchpoint_to_Z_packet): Use values of Z_packet_type enum
1290 instead of hardcoded integer literals.
1291
1292 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1293
1294 * cli/cli-script.c (insert_args): Handle NULL user_args.
1295
1296 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1297
1298 * arm-tdep.c (thumb_scan_prologue): Don't try to analyze
1299 the function at zero if we have no symbols.
1300
1301 2006-03-30 Adrien Kunysz <a_kunysz@yahoo.com>
1302
1303 * i386-stub.c (getpacket): Fix array overflow.
1304 * m32r-stub.c (getpacket): Likewise.
1305 * m68k-stub.c (getpacket): Likewise.
1306 * sh-stub.c (getpacket): Likewise.
1307 * sparc-stub.c (getpacket): Likewise.
1308
1309 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1310
1311 * frame.h (set_current_sal_from_frame): New prototype.
1312 * stack.c (set_current_sal_from_frame): Make global.
1313 * infrun.c (normal_stop): Call set_current_sal_from_frame.
1314
1315 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1316
1317 * linux-thread-db.c: Include "linux-nat.h".
1318 (check_for_thread_db): New function, split out from
1319 thread_db_new_objfile. Remove dead check for active
1320 thread_db on inapplicable targets.
1321 (thread_db_new_objfile): Call check_for_thread_db.
1322 * Makefile.in (linux-thread-db.o): Update.
1323 * linux-nat.c (child_post_attach): Call check_for_thread_db.
1324 (linux_child_post_startup_inferior): Likewise.
1325 (lin_lwp_attach_lwp): Call target_post_attach instead of
1326 child_post_attach.
1327 * linux-nat.h (check_for_thread_db): New prototype.
1328
1329 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1330
1331 * remote.c (struct remote_state): Add BUF and BUF_SIZE.
1332 (init_remote_state): Initialize the new fields.
1333 (get_memory_packet_size): Update BUF and BUF_SIZE if necessary.
1334 (set_thread, remote_thread_alive, remote_unpack_thread_info_response)
1335 (remote_get_threadinfo, parse_threadlist_response)
1336 (remote_get_threadlist, remote_current_thread, remote_threads_info)
1337 (remote_threads_extra_info, extended_remote_restart, get_offsets)
1338 (remote_check_symbols, remote_open_1, remote_detach)
1339 (remove_vcont_probe, remote_vcont_resume, remote_resume)
1340 (remote_wait, remote_async_wait, fetch_register_using_p)
1341 (remote_fetch_registers, store_register_using_P)
1342 (remote_store_registers, check_binary_download, remote_write_bytes)
1343 (remote_read_bytes, remote_insert_breakpoint)
1344 (remote_remove_breakpoint, remote_insert_watchpoint)
1345 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
1346 (remote_remove_hw_breakpoint, compare_sections_command)
1347 (remote_xfer_partial, remote_rcmd, packet_command)
1348 (remote_get_thread_local_address): Use the global incoming buffer
1349 instead of alloca or xmalloc. Limit outgoing packets to
1350 rs->remote_packet_size and incoming packets to rs->buf_size.
1351 Update calls to getpkt and remote_send.
1352 (remote_send): Take arguments by reference.
1353 (putpkt_binary): Eliminate junkbuf. Use skip_frame.
1354 (skip_frame): New function.
1355 (read_frame): Take arguments by reference. Expand the packet
1356 buffer instead of issuing an error.
1357 (getpkt, getpkt_sane): Take arguments by reference.
1358 * remote.h (getpkt): Update prototype and doc.
1359 * tracepoint.c (remote_get_noisy_reply): Take arguments by
1360 reference.
1361 (target_buf): Change from array to pointer.
1362 (target_buf_size): New variable.
1363 (remote_set_transparent_ranges): Update call to getpkt.
1364 (trace_start_command, trace_stop_command, trace_status_command):
1365 Update calls to remote_get_noisy_reply.
1366 (finish_tfind_command): Take arguments by reference.
1367 (trace_find_command, trace_find_pc_command)
1368 (trace_find_tracepoint_command, trace_find_line_command):
1369 (trace_find_range_command, trace_find_outside_command): Update
1370 calls to finish_tfind_command.
1371 (_initialize_tracepoint): Initialize target_buf_size and target_buf.
1372
1373 2005-03-30 Randolph Chung <tausq@debian.org>
1374
1375 * hppa-linux-tdep.c: Include regset.h.
1376 (GR_REGNUM, TR_REGNUM, greg_map): New.
1377 (hppa_linux_supply_regset, hppa_linux_supply_fpregset): New.
1378 (hppa_linux_regset, hppa_linux_fpregset): New.
1379 (hppa_linux_regset_from_core_section): New.
1380 (hppa_linux_init_abi): Set regset_from_core_section.
1381 (_initialize_hppa_linux_tdep): Register osabi handler for
1382 64-bit Linux.
1383 * Makefile.in (hppa-linux-tdep.o): Update dependencies.
1384 * config/pa/linux.mh: Stop using core-regset.o
1385
1386 2006-03-30 Randolph Chung <tausq@debian.org>
1387
1388 * hppa-tdep.c (hppa_find_unwind_entry_in_block): New.
1389 (hppa_frame_cache): Use new function to find unwind entry.
1390 (hppa_frame_this_id): Likewise.
1391 (hppa_frame_unwind_sniffer): Likewise.
1392
1393 2006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1394
1395 * NEWS: Mention the removal of NLM.
1396
1397 2006-03-29 Steve Ellcey <sje@cup.hp.com>
1398
1399 * Makefile.in (nlm): Remove target.
1400 * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm.
1401 * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm.
1402 * configure: Regenerate.
1403 * doc/gdb.texinfo: Remove gdbserve.nlm documentation.
1404 * nlm: Remove directory.
1405
1406 2006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1407
1408 * Makefile.in (utils.o): Update.
1409 * top.c (in_user_command): New.
1410 (command_line_input): Use input_from_terminal_p.
1411 (input_from_terminal_p): Don't check caution. Handle
1412 stdin == NULL for Insight.
1413 * top.h (in_user_command, caution): New declarations.
1414 * utils.c: Include "top.h".
1415 (query, defaulted_query): Check caution here. Move the call
1416 to input_from_terminal_p higher.
1417 * cli/cli-script.c (do_restore_user_call_depth): Only decrement
1418 the depth. Update in_user_command if necessary.
1419 (execute_user_command): Don't clobber old_chain. Set
1420 in_user_command. Let do_restore_user_call_depth handle
1421 user_call_depth.
1422 (read_command_lines): Check whether to prompt before calling
1423 Insight hooks.
1424 * tui/tui-hooks.c (tui_query_hook): Remove newly unnecessary
1425 input_from_terminal_p check.
1426
1427 2006-03-29 Ulrich Weigand <uweigand@de.ibm.com>
1428
1429 * s390-nat.c (s390_insert_watchpoint): Add missing argument.
1430 (s390_remove_watchpoint): Likewise.
1431
1432 2006-03-28 Jim Blandy <jimb@codesourcery.com>
1433
1434 * prologue-value.c, prologue-value.h: New files.
1435 * Makefile.in (prologue_value_h): New variable.
1436 (HFILES_NO_SRCDIR): List prologue-value.h.
1437 (SFILES): List prologue-value.c.
1438 (COMMON_OBS): List prologue-value.o.
1439 (prologue-value.o): New rule.
1440
1441 2006-03-27 Michael Snyder <msnyder@redhat.com>
1442
1443 * xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call,
1444 xstormy16_pointer_to_address, xstormy16_address_to_pointer,
1445 xstormy16_frame_prev_register): Change void* to gdb_byte*.
1446 (xstormy16_push_dummy_call): Add block-local char* val,
1447 to avoid type conflict with outer scope variable.
1448
1449 2006-03-27 Andrew Stubbs <andrew.stubbs@st.com>
1450
1451 * sh-tdep.c (sh_gdbarch_init): Add missing architectures.
1452
1453 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1454
1455 * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
1456 offsets for languages like Fortran.
1457
1458 2006-03-26 Randolph Chung <tausq@debian.org>
1459
1460 * config/pa/hppa64.mt: Use HPUX version of the tm file.
1461
1462 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1463
1464 * mi/gdb-mi.el (gdbmi-send): Improve regexp to repeat commands.
1465 Try to deal with continuation line.
1466 (gdbmi, gdbmi-prompt1, gud-gdbmi-marker-filter): Update to new
1467 variable names.
1468 (gdb-break-list-regexp, gdb-stack-list-frames-regexp):
1469 Future proof against new fields being added to MI output.
1470 (gdbmi-prompt2, gdb-break-list-handler,gdb-get-source-file)
1471 (gdbmi-frame-handler): Update to new variable name
1472 gdb-get-buffer-create.
1473 (gdbmi-frame-handler): Use hollow-right-triangle for all selected
1474 frames which except the innermost (where execution has stopped).
1475
1476 2006-03-24 Randolph Chung <tausq@debian.org>
1477
1478 * solib-som.c (link_map_start): Don't error out if there is
1479 not yet a link map.
1480
1481 2006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1482
1483 * linux-nat.c (linux_ops_saved): New.
1484 (super_mourn_inferior, kill_inferior, threaded, linux_nat_ops)
1485 (child_mourn_inferior, child_wait, linux_nat_create_inferior)
1486 (linux_nat_fetch_registers, linux_nat_store_registers)
1487 (linux_nat_child_post_startup_inferior, init_linux_nat_ops): Delete.
1488 (init_lwp_list): Don't set threaded.
1489 (add_lwp): Don't modify threaded.
1490 (delete_lwp): Don't mention non-threaded mode.
1491 (linux_nat_switch_fork): New.
1492 (linux_nat_attach): Update inferior_ptid.
1493 (linux_nat_wait): Handle num_lwps == 0 at entry. Don't check
1494 threaded flag.
1495 (linux_nat_kill): Handle pending forks and saved forks.
1496 (linux_nat_mourn_inferior): Handle saved forks.
1497 (linux_nat_pid_to_str): Don't use the LWP form when there is
1498 only one thread.
1499 (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
1500 (linux_nat_add_target): New.
1501 (_initialize_linux_nat): Don't initialize the linux native target
1502 here.
1503 * linux-nat.h (linux_nat_add_target, linux_nat_switch_fork): New
1504 prototypes.
1505 * linux-fork.c: Include "linux-nat.h".
1506 (add_fork): Update initial PID.
1507 (fork_load_infrun_state): Call linux_nat_switch_fork.
1508 * Makefile.in (linux-fork.o): Update.
1509
1510 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
1511 linux_nat_add_target instead of add_target.
1512 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Likewise.
1513 * arm-linux-nat.c (_initialize_arm_linux_nat): Likewise.
1514 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Likewise.
1515 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Likewise.
1516 * i386-linux-nat.c (_initialize_i386_linux_nat): Likewise.
1517 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Likewise.
1518 * m68klinux-nat.c (_initialize_m68k_linux_nat): Likewise.
1519 * mips-linux-nat.c (_initialize_mips_linux_nat): Likewise.
1520 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Likewise.
1521 * s390-nat.c (_initialize_s390_nat): Likewise.
1522 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Likewise.
1523 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Likewise.
1524
1525 2006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1526
1527 * linux-fork.c: Include "gdb_assert.h".
1528 (fork_load_infrun_state): Set inferior_ptid and stop_pc here.
1529 Update the register cache and selected frame also.
1530 (linux_fork_mourn_inferior): Use fork_load_infrun_state. Return
1531 to single fork mode if necessary.
1532 (linux_fork_context): Remove bits handled by fork_load_infrun_state.
1533 * Makefile.in (linux_fork_h): New.
1534 (linux-fork.o, linux-nat.o): Update.
1535
1536 2006-03-23 Andreas Schwab <schwab@suse.de>
1537
1538 * config/s390/s390.mh (NATDEPFILES): Add linux-fork.o.
1539
1540 2006-03-18 Jim Blandy <jimb@codesourcery.com>
1541
1542 * symtab.h (enum address_class): Doc fix.
1543
1544 2006-03-16 Michael Snyder <msnyder@redhat.com>
1545
1546 * tracepoint.c (tracepoint_save_command): Fix typo in error msg.
1547 * target.c (push_target): Fix typo in comment.
1548 * remote.c (remote_watch_data_address): Fix typo in comment.
1549 * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
1550
1551 2006-03-15 Kevin Buettner <kevinb@redhat.com>
1552
1553 * frv-linux-tdep.c (gdbcore.h, regcache.h, regset.h, gdb_string.h):
1554 Include.
1555 (FRV_ELF_NGREG, FRV_PT_PSR, FRV_PT_ISR, FRV_PT_CCR, FRV_PT_CCCR)
1556 (FRV_PT_LR, FRV_PT_LCR, FRV_PT_PC, FRV_PT_GNER0, FRV_PT_GNER1)
1557 (FRV_PT_IACC0H, FRV_PT_IACC0L, FRV_PT_GR, FRV_PT_TBR)
1558 (FRV_PT_EXEC_FDPIC_LOADMAP, FRV_PT_INTERP_FDPIC_LOADMAP): Define.
1559 (frv_elf_greg_t, frv_elf_gregset_t, frv_elf_fpreg_t)
1560 (frv_elf_fpregset_t): Define types.
1561 (frv_linux_supply_gregset, frv_linux_supply_fpregset)
1562 (frv_linux_regset_from_core_section: New functions.
1563 (frv_linux_gregset, frv_linux_fpregset): New static globals.
1564 (frv_linux_init_abi): Register the `regset_from_core_section' method.
1565 * Makefile.in (frv-linux-tdep.o): Update dependencies.
1566 * solib-frv.c (frv_current_sos): Relocate main executable after
1567 loading core file.
1568 (frv_clear_solib): Clean up space associated with
1569 `main_executable_lm_info'.
1570 * config/frv/frv.mt (TDEPFILES): Add corelow.o to this list.
1571
1572 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1573
1574 * Makefile.in (mips_linux_tdep_h): New.
1575 (mpis-linux-nat.o, mips-linux-tdep.o): Update.
1576 * mips-linux-nat.c: Include "inferior.h", "mips-linux-tdep.h", and
1577 <sys/ptrace.h>.
1578 (have_ptrace_regsets, super_fetch_registers, super_store_registers)
1579 (mips64_linux_regsets_fetch_registers)
1580 (mips64_linux_regsets_store_registers, mips64_linux_fetch_registers)
1581 (mips64_linux_store_registers): New.
1582 (_initialize_mips_linux_nat): Override to_fetch_registers and
1583 to_store_registers.
1584 * mips-linux-tdep.h: New file.
1585 * mips-linux-tdep.c: Include "mips-linux-tdep.c".
1586 (ELF_NGREG, ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t)
1587 (elf_fpregset_t, FPR_BASE, PC, CAUSE, BADVADDR, MMHI, MMLO)
1588 (FPC_CSR, FPC_EIR, EF_REG0, EF_REG31, EF_LO, EF_HI, EF_CP0_EPC)
1589 (EF_CP0_BADVADDR, EF_CP0_STATUS, EF_CP0_CAUSE, EF_SIZE)
1590 (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, mips64_elf_greg_t)
1591 (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
1592 (MIPS64_FPR_BASE, MIPS64_PC, MIPS64_CAUSE, MIPS64_BADVADDR)
1593 (MIPS64_MMHI, MIPS64_MMLO, MIPS64_FPC_CSR, MIPS64_FPC_EIR)
1594 (MIPS64_EF_REG0, MIPS64_EF_REG31, MIPS64_EF_LO, MIPS64_EF_HI)
1595 (MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR, MIPS64_EF_CP0_STATUS)
1596 (MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE): Delete.
1597 (supply_32bit_reg): Use gdb_byte.
1598 (supply_64bit_reg): New.
1599 (mips_supply_gregset, mips_fill_gregset, mips_supply_fpregset)
1600 (mips_fill_fpregset, fetch_core_registers, supply_gregset)
1601 (fill_gregset, supply_fpregset): Update for renamed types.
1602 (mips64_supply_gregset): Use gdb_byte and supply_64bit_reg.
1603 (mips64_fill_gregset): Make global. Handle 32-bit register
1604 sizes.
1605 (mips64_fill_fpregset): Make global. Use gdb_byte. Handle
1606 FP regsets properly.
1607
1608 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1609
1610 * mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset.
1611 (mips_fill_gregset): Renamed from fill_gregset.
1612 (mips_supply_fpregset): Renamed from supply_fpregset.
1613 (mips_fill_fpregset): Renamed from fill_fpregset.
1614 (fetch_core_registers): Update calls.
1615 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): New
1616 functions.
1617
1618 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1619
1620 * mips-tdep.c (mips_gdbarch_init): Default 64-bit ELF files to N64.
1621
1622 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1623
1624 * mips-tdep.c (is_mips16_addr, mips32_next_pc, add_offset_16):
1625 Correct arithmetic for 64-bit CORE_ADDR.
1626
1627 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1628
1629 * mips-linux-tdep.c: Include "floatformat.h".
1630 (mips_linux_init_abi): Use 128-bit long double for N32 and N64.
1631 * mips-tdep.c (mips_n32n64_return_value): Support 128-bit long
1632 double.
1633 (print_gp_register_row): Don't print spaces before ignored
1634 or floating point registers.
1635 * Makefile.in (mips-linux-tdep.o): Update.
1636
1637 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1638
1639 * mips-mdebug-tdep.c (compare_pdr_entries): Use bfd_get_signed_32
1640 for code addresses.
1641 (non_heuristic_proc_desc): Likewise.
1642
1643 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1644
1645 * mips-linux-nat.c: Include "gdb_proc_service.h".
1646 (PTRACE_GET_THREAD_AREA): Define.
1647 (ps_get_thread_area): New.
1648 * Makefile.in (mips-linux-nat.o): Update.
1649
1650 2006-03-13 Jim Blandy <jimb@codesourcery.com>
1651
1652 * MAINTAINERS: Use my work address.
1653
1654 2006-03-09 Michael Snyder <msnyder@redhat.com>
1655
1656 * linux-nat.c (kill_inferior): Just call target_mourn_inferior
1657 instead of getting tricky for the multi-fork case.
1658 * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid
1659 for each fork, and then use init_fork_list to delete them.
1660
1661 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
1662
1663 * solib-svr4.c (svr4_current_sos): Move up initialization of
1664 l_addr, such that it clearly covers all cases.
1665
1666 2006-03-08 Andreas Schwab <schwab@suse.de>
1667
1668 * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of
1669 libunwind_frame_prev_register to use a gdb_byte buffer and
1670 extract_unsigned_integer.
1671 (ia64_libunwind_sigtramp_frame_prev_register): Likewise.
1672
1673 * libunwind-frame.c (libunwind_frame_prev_register): Change type
1674 of last argument to `gdb_byte *'
1675 * libunwind-frame.h: Adjust declaration.
1676
1677 2006-03-08 Paul Brook <paul@codesourcery.com>
1678
1679 * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
1680 (arm_frame_align): New function.
1681 (arm_gdbarch_init): Use it.
1682
1683 2006-03-03 Khem Raj <khem@mvista.com>
1684
1685 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
1686 Committed by Andrew Cagney.
1687
1688 2006-03-02 Corinna Vinschen <vinschen@redhat.com>
1689
1690 * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint
1691 address to MDR register.
1692
1693 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1694
1695 * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive
1696 calls.
1697
1698 2006-03-01 Randolph Chung <tausq@debian.org>
1699
1700 * somread.c (som_symfile_read): Update comment and remove unneeded
1701 use of a deprecated variable.
1702
1703 2006-03-01 Randolph Chung <tausq@debian.org>
1704
1705 * hppa-tdep.h (unwind_table_entry): Update field names to match HP
1706 runtime specification.
1707 * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise.
1708 (unwind_command): Likewise.
1709
1710 2006-03-01 Randolph Chung <tausq@debian.org>
1711
1712 * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and
1713 Pseudo_SP_Set in unwind record.
1714
1715 2006-03-01 Randolph Chung <tausq@debian.org>
1716
1717 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
1718 TDEP->is_elf to determine if we are working with a SOM binary.
1719 (null_symtab_and_line): Remove unused variable.
1720 * config/pa/hppa64.mt: Use tm-hppa.h.
1721 * config/pa/tm-hppa64.h: Remove file.
1722
1723 2006-03-01 Wu Zhou <woodzltc@cn.ibm.com>
1724
1725 * f-typeprint.c (f_type_print_base): Delete the redundant space.
1726
1727 2006-02-28 Kevin Buettner <kevinb@redhat.com>
1728
1729 * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
1730 * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h):
1731 Include.
1732 (am33_linux_sigframe_cache_init): New function.
1733 (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame
1734 descriptions.
1735 (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2)
1736 (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1)
1737 (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0)
1738 (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3)
1739 (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6)
1740 (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR)
1741 (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL)
1742 (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP)
1743 (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT):
1744 New constants.
1745 (am33_linux_init_osabi): Register signal frame unwinders.
1746
1747 2006-02-28 Kevin Buettner <kevinb@redhat.com>
1748
1749 * mn10300-tdep.c (mn10300_analyze_prologue): Implement backtrack
1750 out of pattern match by saving relevant state. Fix stack size
1751 adjustment bug.
1752
1753 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
1754
1755 * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and
1756 l_ld_size fields.
1757 * solib-svr4.c (struct lm_info): Add l_addr field.
1758 (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR.
1759 (HAS_LM_DYNAMIC_FROM_LINK_MAP): New.
1760 (LM_DYNAMIC_FROM_LINK_MAP): New.
1761 (LM_ADDR_CHECK): New. Use it instead of LM_ADDR.
1762 (svr4_current_sos): Initialize l_addr. Adjust.
1763 (svr4_relocate_section_addresses): Adjust.
1764 (svr4_ilp32_fetch_link_map_offsets): Define new members.
1765 (svr4_lp64_fetch_link_map_offsets): Likewise.
1766 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
1767 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise.
1768 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
1769 * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h).
1770
1771 2006-02-26 David S. Miller <davem@sunset.davemloft.net>
1772
1773 * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
1774 * config/sparc/linux64.mt (TDEPFILES): Likewise.
1775
1776 2006-02-27 Alan Modra <amodra@bigpond.net.au>
1777
1778 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type.
1779 (ppc_linux_remove_watchpoint): Likewise, and args.
1780
1781 2006-02-26 Mark Kettenis <kettenis@gnu.org>
1782
1783 * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
1784 "soft" interrupts.
1785
1786 2006-02-24 Charles Wilson <cygwin@cwilson.fastmail.fm>
1787
1788 * gdb/defs.h: unconditionally include <fcntl.h>, and
1789 ensure that O_BINARY is defined.
1790 * gdb/solib.c(solib_open): ensure solib files are opened in
1791 binary mode.
1792 * gdb/corelow.c: Remove O_BINARY macro definition.
1793 * gdb/exec.c: Remove O_BINARY macro definition
1794 * gdb/remote-rdp.c: Remove O_BINARY macro definition
1795 * gdb/source.c: Remove O_BINARY macro definition
1796 * gdb/symfile.c: Remove O_BINARY macro definition
1797
1798 2006-02-24 Randolph Chung <tausq@debian.org>
1799
1800 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize
1801 argreg.
1802 * solib-som.c (som_solib_remove_inferior_hook): Remove unused
1803 function.
1804
1805 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
1806
1807 * f-exp.y: Symbol '%' is not used as the modulus operator in
1808 Fortran. Delete this from Fortran expression.
1809 It is now used by Fortran 90 and later to access the member
1810 of derived type. Add this into Fortran expression.
1811 * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT.
1812 Print each elements in the derived type.
1813 * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter
1814 level into the function definition to do indented printing. And
1815 call fprintfi_filtered instead to do indented printing.
1816 (f_type_print_base): Replace fprintf_filtered with the indented
1817 version (fprintfi_filtered).
1818 (f_type_print_base): Call indented print_equivalent_f77_float_type.
1819 (f_type_print_base): Add code to handle TYPE_CODE_STRUCT. Print
1820 the definition of the derived type.
1821
1822 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1823
1824 * gdb_curses.h: Provide a fallback prototype for tgetnum.
1825
1826 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1827
1828 * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE
1829 also.
1830 (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT.
1831 (DOUBLEST_SCAN_FORMAT): New.
1832 * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions.
1833 (processReal): Use DOUBLEST_SCAN_FORMAT.
1834 * c-exp.y (parse_number): Likewise.
1835 * jv-exp.y (parse_number): Likewise.
1836 * objc-exp.y (parse_number): Likewise.
1837 * p-exp.y (parse_number): Likewise.
1838
1839 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1840
1841 * event-top.c (async_do_nothing, async_disconnect)
1842 (async_stop_sig, async_float_handler): Remove duplicated
1843 prototypes.
1844 (handle_sighup): Guard prototype with SIGHUP.
1845 (async_do_nothing): Guard function and prototype with
1846 SIGQUIT || SIGHUP.
1847 (async_disconnect): Guard prototype with SIGHUP.
1848 (async_stop_sig): Guard prototype with STOP_SIGNAL.
1849
1850 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1851
1852 * maint.c (maintenance_dump_me): Remove unnecessary prototype.
1853
1854 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1855
1856 * win32-termcap.c (tputs): Return 0.
1857
1858 2006-02-21 Mark Kettenis <kettenis@gnu.org>
1859
1860 * configure.ac: Introduce ---enable-werror, which adds -Werror to
1861 the compiler command line. Enabled by default. Disable with
1862 --disable-werror.
1863 * configure regenerate.
1864
1865 2006-02-21 Daniel Jacobowitz <dan@codesourcery.com>
1866
1867 * elfread.c (elf_symtab_read): Skip symbols which BFD considers
1868 special.
1869
1870 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
1871
1872 * defs.h (directory_switch): Add prototype.
1873 * main.c (captured_main): Use directory_switch() instead of
1874 directory_command() to add directories from the -d switch.
1875 * source.c (directory_switch): New function.
1876 (add_path): Use buildargv() to parse spaces in filenames properly.
1877 Strip multiple trailing '/' rather than just one.
1878
1879 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
1880
1881 * symfile.c (add_symbol_file_command): Use buildargv(), instead of
1882 hand decoding the command line, to allow use of quotes and spaces.
1883 (_initialize_symfile): Reorganize the help message for add-symbol-file
1884 such that 'help files' shows a better message.
1885
1886 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
1887
1888 * sh-tdep.c (sh_generic_show_regs): Reformat both code and output.
1889 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise.
1890 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise.
1891 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise.
1892
1893 2006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
1894
1895 * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN
1896 and __SIGRTMIN + 1.
1897
1898 2006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
1899
1900 * remote.c: Add an enumeration for configurable remote
1901 packets.
1902 (remote_protocol_packets, set_remote_protocol_packet_cmd)
1903 (show_remote_protocol_packet_cmd): New.
1904 (remote_protocol_vcont)
1905 (set_remote_protocol_vcont_packet_cmd)
1906 (show_remote_protocol_vcont_packet_cmd)
1907 (remote_protocol_qSymbol)
1908 (set_remote_protocol_qSymbol_packet_cmd)
1909 (show_remote_protocol_qSymbol_packet_cmd)
1910 (remote_protocol_P, set_remote_protocol_P_packet_cmd)
1911 (show_remote_protocol_P_packet_cmd)
1912 (remote_protocol_Z)
1913 (set_remote_protocol_Z_software_bp_packet_cmd)
1914 (show_remote_protocol_Z_software_bp_packet_cmd)
1915 (set_remote_protocol_Z_hardware_bp_packet_cmd)
1916 (show_remote_protocol_Z_hardware_bp_packet_cmd)
1917 (set_remote_protocol_Z_write_wp_packet_cmd)
1918 (show_remote_protocol_Z_write_wp_packet_cmd)
1919 (set_remote_protocol_Z_read_wp_packet_cmd)
1920 (show_remote_protocol_Z_read_wp_packet_cmd)
1921 (set_remote_protocol_Z_access_wp_packet_cmd)
1922 (show_remote_protocol_Z_access_wp_packet_cmd)
1923 (remote_protocol_binary_download)
1924 (set_remote_protocol_binary_download_cmd)
1925 (show_remote_protocol_binary_download_cmd)
1926 (remote_protocol_qPart_auxv)
1927 (set_remote_protocol_qPart_auxv_packet_cmd)
1928 (show_remote_protocol_qPart_auxv_packet_cmd)
1929 (remote_protocol_qGetTLSAddr)
1930 (set_remote_protocol_qGetTLSAddr_packet_cmd)
1931 (show_remote_protocol_qGetTLSAddr_packet_cmd)
1932 (remote_protocol_p)
1933 (set_remote_protocol_p_packet_cmd)
1934 (show_remote_protocol_p_packet_cmd): Delete.
1935
1936 (init_all_packet_configs): Simplify.
1937 (set_remote_protocol_Z_packet_cmd)
1938 (show_remote_protocol_Z_packet_cmd)
1939 (remote_check_symbols, remote_vcont_probe, remote_vcont_resume)
1940 (remote_fetch_registers, remote_prepare_to_store)
1941 (remote_store_registers, check_binary_download)
1942 (remote_write_bytes, remote_insert_breakpoint)
1943 (remote_remove_breakpoint, remote_insert_watchpoint)
1944 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
1945 (remote_remove_hw_breakpoint, remote_xfer_partial)
1946 (remote_get_thread_local_address): Update for packet array.
1947 (_initialize_remote): Likewise; also update for common
1948 set/show commands.
1949
1950 2006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
1951
1952 * symfile.c (place_section): Correct retry logic.
1953
1954 2006-02-19 Christopher Faylor <cgf@timesys.com>
1955
1956 * win32_nat.c (cygwin_load_start): New variable.
1957 (cygwin_load_end): Ditto.
1958 (have_saved_context): Ditto.
1959 (saved_context): Ditto.
1960 (max_dll_name_len): Delete obsolete variable.
1961 (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
1962 if we are in a cygwin signal rather than a windows signal.
1963 (solib_symbols_add): Detect and store beginning and end of cygwin DLL
1964 if dll being loaded is the cygwin DLL.
1965 (register_loaded_dll): Remove calculation of max_dll_name_len.
1966 (win32_clear_solib): Ditto.
1967 (handle_load_dll): Delete obsolete variable. Remove unneeded call to
1968 solib_add.
1969 (handle_output_debug_string): Detect and store signal information sent
1970 by Cygwin here.
1971 (handle_exception): Silently pass on errors in the cygwin DLL. Return
1972 -1 on first pass exception.
1973 (win32_continue): Remove spurious clearing of continue_status.
1974 (get_win32_debug_event): Deal differently first chance exception.
1975
1976 2006-02-19 Randolph Chung <tausq@debian.org>
1977
1978 * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
1979 unwind entry.
1980
1981 2006-02-16 Fred Fish <fnf@specifix.com>
1982
1983 * eval.c (evaluate_subexp_standard): For OP_TYPE, return
1984 a non lval value zero, of the appropriate type, when avoiding
1985 side effects.
1986 * typeprint.c (ptype_eval): Remove function and declaration.
1987 (ptype_command): Simplify to just a call to whatis_exp.
1988
1989 2006-02-15 Paul Brook <paul@codesourcery.com>
1990
1991 * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
1992 Load insn opcodes as unsigned values.
1993
1994 2006-02-14 Alexandre Oliva <aoliva@redhat.com>
1995
1996 * doublest.h (DOUBLEST): Use long double only if we can scan
1997 it in. Undefine HAVE_LONG_DOUBLE otherwise.
1998 (DOUBLEST_FORMAT): New.
1999 * c-exp.y (parse_number): Use it.
2000 * jv-exp.y (parse_number): Likewise.
2001 * objc-exp.y (parse_number): Likewise.
2002 * p-exp.y (parse_number): Likewise.
2003 * varobj.c (free_variable): Silence type-punning warnings.
2004 * tui/tui-data.h (struct tui_list): Change type of list member.
2005 * tui/tui-data.c: Remove no-longer-needed type casts.
2006 (source_windows): Silence type-punning warnings.
2007 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
2008
2009 2006-02-13 Mark Kettenis <kettenis@gnu.org>
2010
2011 Fix PR breakpoints/2080.
2012 * i386-tdep.c (struct i386_frame_cache): Add stack_align member.
2013 (i386_analyze_stack_align): New function.
2014 (i386_analyze_prologue): Use i386_analyze_stack_align.
2015 (i386_frame_cache): Deal with stack realignment.
2016
2017 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2018
2019 * mi/gdb-mi.el: Use more functions from gdb-ui.el.
2020 (gdb-break-list-regexp): Match "what" field if present.
2021 (gdb-stack-list-frames-regexp): Match "from" field if present.
2022 (gdb-stack-list-frames-handler): Present output like "info
2023 breakpoints" so regexps can be shared with gdb-ui
2024
2025 2006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
2026
2027 * NEWS: Mention native Windows support.
2028 * Makefile.in (gdb_select_h, ser_tcp_h): New.
2029 (ALLDEPFILES): Add ser-mingw.c.
2030 (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o)
2031 (ser-tcp.o, ser-unix.o): Update.
2032 (ser-mingw.o): New rule.
2033 * configure: Regenerated.
2034 * configure.ac: Add ser-mingw.o for mingw32.
2035 * ser-mingw.c: New file.
2036 * event-loop.c: Include "gdb_select.h".
2037 (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c.
2038 * ser-base.c: Include "gdb_select.h".
2039 (ser_base_wait_for): Use gdb_select.
2040 * serial.c (serial_for_fd): New function.
2041 (serial_fdopen): Try "terminal" before "hardwire". Initialize
2042 the allocated struct serial.
2043 (serial_wait_handle): New function.
2044 * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
2045 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
2046 * gdb_select.h: New file.
2047 * ser-tcp.c: Include "ser-tcp.h". Remove unused "ser-unix.h" include.
2048 (net_close, net_read_prim, net_write_prim): Make global.
2049 (net_open): Likewise. Pass an exception set to select. Whitespace fix.
2050 Document why we can not use gdb_select.
2051 (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here.
2052 * ser-tcp.h: New file.
2053 * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here.
2054 (handle_sigio): Use gdb_select.
2055 (initialize_stdin_serial): New function.
2056 * terminal.h (initialize_stdin_serial): New prototype.
2057 * top.c (gdb_init): Call initialize_stdin_serial.
2058 * mingw-hdep.c (gdb_select): New function, moved from gdb_select in
2059 event-loop.c. Add exception condition support. Use serial_for_fd
2060 and serial_wait_handle. Fix timeout handling.
2061 * posix-hdep.c: Include "gdb_select.h".
2062 (gdb_select): New function.
2063 * remote-st.c (connect_command): Use gdb_select.
2064 * ser-unix.c: Include "gdb_select.h".
2065 (hardwire_send_break, wait_for): Use gdb_select.
2066
2067 2006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
2068
2069 * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies.
2070 (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c.
2071 * configure.ac: Add gdb_host_obs to CONFIG_OBS. Set gdb_host_obs
2072 to posix-hdep.o by default.
2073 * configure: Regenerated.
2074 * configure.host: Document gdb_host_obs. Add an entry for
2075 i[34567]86-*-mingw32*.
2076 * mingw-hdep.c, posix-hdep.c: New files.
2077 * utils.c (safe_strerror): Remove, moved to posix-hdep.o.
2078
2079 2006-02-10 Joel Brobecker <brobecker@adacore.com>
2080
2081 * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
2082 * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX.
2083 * rs6000-tdep.h: New file.
2084 * rs6000-tdep.c: Include "rs6000-tdep.h".
2085 (rs6000_gdbarch_init): Remove enabling of software single step.
2086 Will be done in the AIX-specific initialization routine.
2087 * rs6000-aix-tdep.c: New file.
2088 * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o.
2089 * Makefile.in (rs6000_tdep_h): New variable.
2090 (rs6000-tdep.o): Update dependencies.
2091 (rs6000-aix-tdep.o): New rule.
2092
2093 2006-02-10 Joel Brobecker <brobecker@adacore.com>
2094
2095 * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
2096 instead of add_setshow_zinteger_cmd to defined the aix-thread
2097 boolean setting.
2098
2099 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
2100
2101 * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
2102
2103 2006-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2104
2105 * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
2106 30 bits. Add load_all_dies flag.
2107 (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
2108 Load DW_TAG_member by default. Remove internal_error call.
2109 (find_partial_die): Reload the compilation unit if we can not find
2110 a DIE in the cache. Call internal_error here if we still can not
2111 find the DIE.
2112
2113 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
2114
2115 * breakpoint.c (print_one_breakpoint): Add break to case
2116 bp_catch_vfork in switch statement.
2117
2118 2006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
2119
2120 * config/i386/nm-i386sol2.h: Update copyright year.
2121 * config/mips/nm-irix5.h: Ditto.
2122 * config/sparc/nm-sol2.h: Ditto.
2123 * s390-nat.c: Ditto.
2124 * ppc-linux-nat.c: Ditto.
2125
2126 2006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
2127
2128 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
2129 * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
2130 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2131 * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
2132 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2133 * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
2134 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2135 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
2136 (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
2137 (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
2138 add to_region_ok_for_hw_watchpoint.
2139 * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
2140 (s390_region_ok_for_hw_watchpoint): New.
2141 (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
2142 and add to_region_ok_for_hw_watchpoint.
2143 * target.c (default_region_size_ok_for_hw_watchpoint,
2144 debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
2145 (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
2146 inheritance and default_region_size_ok_for_hw_watchpoint.
2147 (default_region_ok_for_hw_watchpoint): If len is less than or equal
2148 the length of void pointer, return ok.
2149 (default_region_size_ok_for_hw_watchpoint): Delete.
2150 (debug_to_region_size_ok_for_hw_watchpoint): Delete.
2151 (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
2152 * target.h (struct target_ops): Delete
2153 to_region_size_ok_for_hw_watchpoint.
2154 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2155
2156 2006-02-08 Ben Elliston <bje@au1.ibm.com>
2157 Wu Zhou <woodzltc@cn.ibm.com>
2158
2159 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
2160 PTRACE_GETSIGINFO): Define.
2161 (last_stopped_data_address): New.
2162 (ppc_linux_check_watch_resources): New function.
2163 (ppc_linux_region_ok_for_hw_watchpoint): New function.
2164 (ppc_linux_insert_watchpoint): New function.
2165 (ppc_linux_remove_watchpoint): New function.
2166 (ppc_linux_stopped_data_address): New function.
2167 (ppc_linux_stopped_by_watchpoint): New function.
2168 (_initialize_ppc_linux_nat): Set the above hardware watchpoint
2169 related target vectors.
2170 * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
2171 to have nonsteppable watchpoint.
2172 * target.c (default_region_ok_for_hw_watchpoint,
2173 debug_to_region_ok_for_hw_watchpoint): New prototypes.
2174 (update_current_target): Inherit to_region_ok_for_hw_watchpoint
2175 and set default to_region_ok_for_hw_watchpoint.
2176 (default_region_ok_for_hw_watchpoint): New function.
2177 (debug_to_region_ok_for_hw_watchpoint): New function.
2178 (setup_target_debug): Set to_region_ok_for_hw_watchpoint of
2179 debug_target.
2180 * target.h (struct target_ops): Add a new target vector
2181 to_region_ok_for_hw_watchpoint.
2182 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
2183 defined anyplace else.
2184
2185 2005-02-07 Joel Brobecker <brobecker@adacore.com>
2186 * symfile.c (add_symbol_file_command): Abort if the user forgot
2187 to provide the address when the file has been loaded.
2188
2189 2006-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2190
2191 * MAINTAINERS: Update file based on maintainers survey. Add
2192 a note to Past Maintainers. Move unresponsive or inactive
2193 maintainers to Authorized Committers or Past Maintainers as
2194 appropriate. Correct Jim Kingdon's email address. Remove
2195 vacant areas of responsibility.
2196
2197 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
2198
2199 * breakpoint.c (print_one_breakpoint): For MI-like UI, output
2200 fullname field.
2201
2202 2006-02-03 Daniel Jacobowitz <dan@codesourcery.com>
2203
2204 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
2205 * exceptions.c (exception_none, exceptions_state_mc_init)
2206 (throw_vfatal): Use GDB_NO_ERROR.
2207
2208 2006-02-02 Mark Kettenis <kettenis@gnu.org>
2209
2210 * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
2211 r_map_size members. Add r_version_offset, r_version_size and
2212 r_ldsomap_offset members.
2213 * solib-svr4.c (solib_svr4_r_map): Renamed from
2214 fetch_link_map_member. Simplify using read_memory_typed_address.
2215 (solib_svr4_r_ldsomap): New function.
2216 (open_symbol_file_object): Use solib_svr_r_map.
2217 (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
2218 linker by using solib_svr4_r_ldsomap.
2219 (svr4_ilp32_fetch_link_map_offsets)
2220 (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
2221 link_map_offsets'.
2222 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
2223 changes to `struct link_map_offsets'.
2224 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
2225 (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
2226 `struct link_map_offsets'.
2227
2228 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2229
2230 * linux-nat.c (struct saved_ptids, threads_to_delete)
2231 (record_dead_thread, prune_lwps, find_thread_from_lwp)
2232 (exit_lwp): New.
2233 (linux_nat_resume): Call prune_lwps.
2234 (wait_lwp, linux_nat_wait): Call exit_lwp.
2235
2236 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2237
2238 * printcmd.c (printf_command): Make format string checking
2239 stricter. Add separate cases for long_arg, ptr_arg, and
2240 long_double_arg.
2241 * utils.c (xstrvprintf): Improve the error message issued
2242 for a bad format string.
2243 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
2244 New variables.
2245 (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
2246 $(NO_WERROR_CFLAGS).
2247 (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
2248 enable -Werror.
2249
2250 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2251
2252 * Makefile.in (remote.o): Update.
2253 * remote.c (show_packet_config_cmd): Shorten messages.
2254 (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
2255 (show_remote_cmd): Iterate.
2256 (_initialize_remote): Remove remote_set_cmdlist,
2257 remote_show_cmdlist.
2258
2259 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2260
2261 * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
2262 * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
2263 prototypes.
2264 * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
2265 (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
2266 * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
2267 ...here.
2268 * gdbtypes.c: Include "hashtab.h".
2269 (build_gdbtypes): Remove extra prototype.
2270 (struct type_pair, type_pair_hash, type_pair_eq)
2271 (create_copied_types_hash, copy_type_recursive): New.
2272 * gdbtypes.h: Include "hashtab.h".
2273 (TYPE_ZALLOC): New.
2274 (create_copied_types_hash, copy_type_recursive): New prototypes.
2275 * objfiles.c (free_objfile): Call preserve_values.
2276 * symfile.c (reread_symbols): Likewise.
2277 (clear_symtab_users): Remove calls to clear_value_history and
2278 clear_internalvars.
2279 * value.c (clear_value_history, clear_internalvars): Removed.
2280 (preserve_one_value, preserve_values): New functions.
2281 * value.h (clear_value_history, clear_internalvars): Removed.
2282 (preserve_values): New prototype.
2283
2284 * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
2285 variables here.
2286
2287 2006-01-29 Mark Kettenis <kettenis@gnu.org>
2288
2289 * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
2290 Fixes PR tdep/2075.
2291
2292 2006-01-27 Joel Brobecker <brobecker@adacore.com>
2293
2294 * MAINTAINERS: Use a consistent email address for brobecker.
2295
2296 2006-01-27 Joel Brobecker <brobecker@adacore.com>
2297
2298 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
2299 in the previous change.
2300
2301 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
2302
2303 PR gdb/1914
2304 * fork-child.c (fork_inferior): Don't call
2305 solib_create_inferior_hook.
2306 * infcmd.c (post_create_inferior): Call solib_add,
2307 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
2308 (attach_command): Don't call solib_add or
2309 re_enable_breakpoints_in_shlibs. Call post_create_inferior
2310 instead.
2311 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
2312 or observer_notify_inferior_created. Call post_create_inferior
2313 instead.
2314 * corelow.c: Don't include "observer.h".
2315 (solib_add_stub): Deleted.
2316 (core_open): Don't call observer_notify_inferior_created or
2317 solib_add_stub. Call post_create_inferior instead.
2318 * inf-ptrace.c: Don't include "observer.h".
2319 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
2320 * inf-ttrace.c: Don't include "observer.h".
2321 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
2322 * inferior.h (solib_create_inferior_hook): Remove redundant
2323 prototype.
2324 * inftarg.c: Don't include "observer.h".
2325 (child_attach): Don't call observer_notify_inferior_created.
2326 * Makefile.in: Update dependencies.
2327
2328 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
2329
2330 * infcmd.c: Include "observer.h".
2331 (post_create_inferior): New function.
2332 (run_command_1): Call it. Also call proceed.
2333 * inferior.h (post_create_inferior): New prototype.
2334 * Makefile.in (infcmd.o): Update.
2335
2336 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
2337 * go32-nat.c (go32_create_inferior): Likewise.
2338 * nto-procfs.c (procfs_create_inferior): Likewise.
2339 * procfs.c (procfs_create_inferior): Likewise.
2340 * remote-sim.c (gdbsim_create_inferior): Likewise.
2341 * remote.c (extended_remote_create_inferior)
2342 (extended_remote_async_create_inferior): Likewise.
2343 * win32-nat.c (win32_create_inferior): Likewise.
2344 * wince.c (child_create_inferior): Likewise.
2345
2346 * monitor.c (monitor_create_inferior): Don't call proceed.
2347 Set the PC manually.
2348 * ocd.c (ocd_create_inferior): Likewise.
2349 * remote-e7000.c (e7000_create_inferior): Likewise.
2350 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
2351 * remote-mips.c (mips_create_inferior): Likewise.
2352 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
2353 * remote-sds.c (sds_create_inferior): Likewise.
2354 * remote-st.c (st2000_create_inferior): Likewise.
2355
2356 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
2357 proceed or observer_notify_inferior_created.
2358 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
2359 * inftarg.c (child_create_inferior): Likewise.
2360
2361 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
2362
2363 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
2364 after mourning the inferior.
2365
2366 2006-01-24 Jim Blandy <jimb@redhat.com>
2367
2368 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
2369
2370 2006-01-24 Fred Fish <fnf@specifix.com>
2371
2372 * parse.c (source.h): Include.
2373 (parse_exp_in_context): Use static source context if no
2374 other context found.
2375
2376 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
2377
2378 * sh-tdep.c: Include reggroups.h.
2379 (sh_register_reggroup_p): New function.
2380 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
2381 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
2382
2383 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
2384
2385 * cli/cli-cmds.c: Include fcntl.h.
2386 (source_command): Use the GDB search path to find script files.
2387
2388 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
2389
2390 PR tdep/2029
2391 Suggested by Till Straumann <strauman@slac.stanford.edu>:
2392 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
2393 instructions. Handle PIC bcl.
2394
2395 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
2396
2397 * config/djgpp/README: Typo fix.
2398 * config/djgpp/fnchange.lst: Update.
2399
2400 2006-01-22 Mark Kettenis <kettenis@gnu.org>
2401
2402 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
2403 (sparc_address_from_register): New prototype.
2404 (sparcnbsd_step_trap): New prototype.
2405 * sparc-tdep.c (sparc_address_from_register): Make globally
2406 visible.
2407 (sparc_analyze_control_transfer): Change prototype to accept
2408 `struct gdbarch *' as first argument. Allow for optional hnadling
2409 for trap instructions.
2410 (sparc_step_trap): New function.
2411 (sparc_software_single_step): Adjust call to
2412 sparc_analyze_control_trabsfer.
2413 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
2414 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
2415 (sparc32nbsd_init_abi): Set TDEP->step_trap.
2416 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
2417 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
2418
2419 * sparc-tdep.c (sparc32_return_value): Convert to use
2420 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
2421 RETURN_VALUE_STRUCT_CONVENTION.
2422 (sparc32_extract_struct_value_address): Remove.
2423
2424 2006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
2425
2426 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
2427 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
2428
2429 2006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
2430
2431 * solib.c (info_sharedlibrary_command): Avoid internal_error.
2432
2433 2006-01-21 Mark Kettenis <kettenis@gnu.org>
2434
2435 * i386-tdep.c (i386_mxcsr_type): New variable.
2436 (i386_init_types): Initialize i386_mxcsr_type.
2437 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
2438 * i386-tdep.c (i386_mxcsr_type): New extern.
2439 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
2440 %mxcsr.
2441
2442 2006-01-20 Mark Mitchell <mark@codesourcery.com>
2443
2444 * Makefile.in (remote-rdi.o): Remove.
2445 (rdi-share/libangsd.a): Likewise.
2446 * README: Don't mention remote-rdi.c.
2447 * NEWS: Mention removal of rdi-share.
2448 * configure.ac: Don't configure rdi-share subdirectory.
2449 * remote-rdi.c: Remove.
2450 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
2451 (TDEPLIBS): Remove rdi-share/libangsd.a.
2452 * rdi-share/Makefile.am: Remove.
2453 * rdi-share/Makefile.in: Likewise.
2454 * rdi-share/README.CYGNUS: Likewise.
2455 * rdi-share/aclocal.m4: Likewise.
2456 * rdi-share/adp.h: Likewise.
2457 * rdi-share/adperr.h: Likewise.
2458 * rdi-share/angel.h: Likewise.
2459 * rdi-share/angel_bytesex.c: Likewise.
2460 * rdi-share/angel_bytesex.h: Likewise.
2461 * rdi-share/angel_endian.h: Likewise.
2462 * rdi-share/ardi.c: Likewise.
2463 * rdi-share/ardi.h: Likewise.
2464 * rdi-share/armdbg.h: Likewise.
2465 * rdi-share/buffers.h: Likewise.
2466 * rdi-share/chandefs.h: Likewise.
2467 * rdi-share/channels.h: Likewise.
2468 * rdi-share/chanpriv.h: Likewise.
2469 * rdi-share/configure: Likewise.
2470 * rdi-share/configure.in: Likewise.
2471 * rdi-share/crc.c: Likewise.
2472 * rdi-share/crc.h: Likewise.
2473 * rdi-share/dbg_conf.h: Likewise.
2474 * rdi-share/dbg_cp.h: Likewise.
2475 * rdi-share/dbg_hif.h: Likewise.
2476 * rdi-share/dbg_rdi.h: Likewise.
2477 * rdi-share/devclnt.h: Likewise.
2478 * rdi-share/devices.h: Likewise.
2479 * rdi-share/devsw.c: Likewise.
2480 * rdi-share/devsw.h: Likewise.
2481 * rdi-share/drivers.c: Likewise.
2482 * rdi-share/drivers.h: Likewise.
2483 * rdi-share/etherdrv.c: Likewise.
2484 * rdi-share/ethernet.h: Likewise.
2485 * rdi-share/host.h: Likewise.
2486 * rdi-share/hostchan.c: Likewise.
2487 * rdi-share/hostchan.h: Likewise.
2488 * rdi-share/hsys.c: Likewise.
2489 * rdi-share/hsys.h: Likewise.
2490 * rdi-share/logging.c: Likewise.
2491 * rdi-share/logging.h: Likewise.
2492 * rdi-share/msgbuild.c: Likewise.
2493 * rdi-share/msgbuild.h: Likewise.
2494 * rdi-share/params.c: Likewise.
2495 * rdi-share/params.h: Likewise.
2496 * rdi-share/rx.c: Likewise.
2497 * rdi-share/rxtx.h: Likewise.
2498 * rdi-share/serdrv.c: Likewise.
2499 * rdi-share/serpardr.c: Likewise.
2500 * rdi-share/sys.h: Likewise.
2501 * rdi-share/tx.c: Likewise.
2502 * rdi-share/unixcomm.c: Likewise.
2503 * rdi-share/unixcomm.h: Likewise.
2504
2505 2006-01-21 Mark Kettenis <kettenis@gnu.org>
2506
2507 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
2508 Change type of last argument to `gdb_byte *'.
2509
2510 2006-01-20 Mark Kettenis <kettenis@gnu.org>
2511
2512 * hppa-tdep.h (hppa_in_solib_call_trampoline)
2513 (hppa_skip_trampoline_code): New prototypes.
2514 * hppa-tdep.c (struct insn_pattern): New.
2515 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
2516 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
2517 here from hppa-linux-tdep.c
2518 (HPPA_MAX_INSN_PATTERN_LEN): New define.
2519 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
2520 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
2521 functions based on functions removed from hppa-linux-tdep.c.
2522 * hppa-linux-tdep.c (hppa_long_branch_stub)
2523 (hppa_long_branch_pic_stub, hppa_import_stub)
2524 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
2525 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
2526 (hppa_linux_in_solib_call_trampoline)
2527 (hppa_linux_skip_trampoline_code): Removed.
2528 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
2529 hppa_in_solib_call_trampoline and skip_trampoline_code to
2530 hppa_skip_trampoline_code.
2531 * hppabsd-tdep.c (hppabsd_init_abi): Set
2532 TDEP->in_solib_call_trampoline and skip_trampoline_code.
2533
2534 2006-01-20 Jim Blandy <jimb@redhat.com>
2535
2536 * MAINTAINERS: Change my E-mail address.
2537
2538 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
2539 * configure: Regenerated.
2540
2541 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
2542
2543 * MAINTAINERS: Overhaul.
2544
2545 2006-01-18 Mark Kettenis <kettenis@gnu.org>
2546
2547 Based on a previous patch form Michal Ludvig:
2548 * amd64-tdep.c (amd64_sse_type): Remove.
2549 (amd64_register_info): Use i386_eflags_type and i386_sse_type
2550 where appropriate.
2551 (AMD64_NUM_REGS): Use ARRAY_SIZE.
2552 (amd64_register_type): Remove code to build amd_sse_type.
2553 * i386-tdep.c (i386_eflag_type): New variable.
2554 (i386_mmx_type, i386_sse_type): Make global.
2555 (i386_init_types): New function.
2556 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
2557 (i386_register_type): Return i386_eflag_type, i386_sse_type and
2558 i386_mmx_type when appropriate.
2559 (_initialize_i386_tdep): Call i386_init_types.
2560 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
2561 Declare extern.
2562
2563 Based on a previous patch form Michal Ludvig:
2564 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
2565 functions.
2566 (is_integral_type, rank_one_type, recursive_dump_type): Add
2567 support for TYPE_CODE_FLAGS.
2568 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
2569 (append_flags_type_field, init_flags_type): New prototypes.
2570 * ada-valprint.c (ada_val_print_1): Add support for
2571 TYPE_CODE_FLAGS.
2572 * c-valprint.c (c_val_print): Likewise.
2573 * f-valprint.c (f_val_print): Likewise.
2574 * p-valprint.c (pascal_val_print): Likewise.
2575 * valprint.c (val_print_type_code_flags): New function.
2576 * valprint.h (val_print_type_code_flags): New prototype.
2577 * value.c (unpack_long, value_from_longest): Add support for
2578 TYPE_CODE_FLAGS.
2579
2580 2006-01-17 Christopher Faylor <cgf@timesys.com>
2581
2582 * MAINTAINERS: Very belatedly remove myself from from the list of
2583 people caught up in the paper trail.
2584
2585 2006-01-17 Jim Blandy <jimb@redhat.com>
2586
2587 * symtab.h (struct general_symbol_info): Use gdb_byte for
2588 value.bytes.
2589 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
2590 a floating-point constant's value.
2591 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
2592 to char *.
2593 * findvar.c (read_var_value): Eliminate needless temporary.
2594
2595 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
2596 to match prior change to dwarf2_read_section's type.
2597
2598 2006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
2599
2600 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
2601 * rs6000-tdep.c (insn_changes_sp_or_jumps)
2602 (rs6000_in_function_epilogue_p): New functions.
2603 (rs6000_gdbarch_init): Set in_function_epilogue_p.
2604
2605 2006-01-17 Jim Blandy <jimb@redhat.com>
2606
2607 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
2608 (struct line_header, struct partial_die_info, struct dwarf_block):
2609 Use gdb_byte for members that refer to Dwarf section contents.
2610 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
2611 dwarf_decode_macros, load_comp_unit, load_partial_dies,
2612 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
2613 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
2614 read_8_bytes, read_address, read_attribute, read_attribute_value,
2615 read_comp_unit, read_comp_unit_head, read_die_and_children,
2616 read_die_and_siblings, read_full_die, read_indirect_string,
2617 read_initial_length, read_n_bytes, read_offset, read_partial_die,
2618 read_signed_leb128, read_string, read_unsigned_leb128,
2619 skip_children, skip_leb128, skip_one_die): Same.
2620
2621 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
2622
2623 * complaints.c (stop_whining): Make signed.
2624 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
2625
2626 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
2627
2628 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
2629 notices.
2630
2631 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
2632
2633 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
2634 (read_offset): Change BYTES_READ argument to unsigned int.
2635 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
2636 (create_all_comp_units, dwarf2_get_pc_bounds)
2637 (dwarf_decode_line_header, var_decode_location)
2638 (dwarf_decode_macros): Change local BYTES_READ variables to
2639 unsigned int.
2640 (read_indirect_string): Remove obsolete cast.
2641
2642 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
2643
2644 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
2645 argument.
2646 (remote_fileio_func_open, remote_fileio_func_rename)
2647 (remote_fileio_func_unlink, remote_fileio_func_stat)
2648 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
2649 (remote_fileio_func_system): Cast the arguments to
2650 remote_read_bytes and remote_write_bytes.
2651 (remote_fileio_func_read, remote_fileio_func_write): Use a
2652 gdb_byte buffer.
2653 * remote.h (remote_read_bytes, remote_write_bytes): Update
2654 prototypes.
2655 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
2656 (threadref_to_int): Replace bogus char * cast.
2657 (remote_unpack_thread_info_response): Use int for tag.
2658 (remote_threads_extra_info, remote_check_symbols): Cast string
2659 arguments to hex2bin.
2660 (remote_wait): Use a char buffer for packets and a gdb_byte
2661 buffer for registers.
2662 (remote_async_wait): Likewise.
2663 (remote_prepare_to_store, store_register_using_P)
2664 (remote_store_registers): Use gdb_byte buffers.
2665 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
2666 for MYADDR and char buffers for strings.
2667 (remote_xfer_partial): Add casts for string operations on READBUF.
2668 (remote_rcmd): Cast strings passed to bin2hex.
2669
2670 2006-01-16 Mark Mitchell <mark@codesourcery.com>
2671
2672 * aclocal.m4: Regenerate.
2673
2674 2006-01-16 Nathan Sidwell <nathan@codesourcery.com>
2675
2676 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
2677 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
2678 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
2679 (mt_register_name): Lazily synthesize name for coprocessor pseudo
2680 array registers.
2681 (mt_copro_register_type): New. Broken out of ...
2682 (mt_register_type): ... here. Use it. Deal with coprocessor
2683 pseudo array.
2684 (mt_select_coprocessor): New.
2685 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
2686 coprocessor pseudo array.
2687
2688 2006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
2689
2690 * breakpoint.c (insert_breakpoints): Check that a thread exists
2691 before inserting thread specific breakpoints.
2692
2693 2006-01-15 Mark Kettenis <kettenis@gnu.org>
2694
2695 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
2696 commit.
2697
2698 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
2699 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
2700 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
2701 * config/alpha/nm-nbsd.h: Remove file.
2702 * config/alpha/nm-fbsd.h: Remove file
2703 * config/alpha/nbsd.mh (NAT_FILE): Remove.
2704 * config/alpha/fbsd.mh (NAT_FILE): Remove.
2705
2706 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2707
2708 * macroexp.c (expand): Initialize argc.
2709 * stabsread.c (read_type): Handle errors from read_args.
2710 (read_args): Return NULL for errors.
2711
2712 2006-01-15 Mark Kettenis <kettenis@gnu.org>
2713
2714 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
2715 strcmp to compare string to a byte buffer.
2716
2717 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2718
2719 * printcmd.c (output_command): Always initialize fmt.size.
2720 (printf_command): Use gdb_byte.
2721 * symfile.c (separate_debug_file_exists): Use gdb_byte.
2722 (load_section_callback, read_target_long_array): Likewise.
2723 (simple_read_overlay_table, simple_read_overlay_region_table)
2724 (simple_overlay_update_1): Correct calls to read_target_long_array.
2725 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
2726 Also change local pointers.
2727 (val_print_string): Use gdb_byte.
2728
2729 2006-01-15 Mark Kettenis <kettenis@gnu.org>
2730
2731 * alphafbsd-tdep.c: Include "solib-svr4.h".
2732 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2733 svr4_lp64_fetch_link_map_offsets.
2734 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
2735 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
2736 solib-svr4.o.
2737 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
2738 and solib-legacy.o.
2739 * config/alpha/nm-fbsd.h: Don't include "solib.h".
2740
2741 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2742
2743 * source.c (_initialize_source): Use add_setshow_integer_cmd.
2744
2745 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2746
2747 * linux-fork.c (delete_fork_command, detach_fork_command): Use
2748 PIDGET.
2749
2750 2006-01-15 Mark Kettenis <kettenis@gnu.org>
2751
2752 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
2753 Remove.
2754 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
2755 svr4_ilp32_fetch_link_map_offsets.
2756 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
2757 function.
2758 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
2759 svr4_ilp32_fetch_link_map_offsets.
2760 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
2761 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
2762 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
2763 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
2764 where appropriate.
2765 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
2766 Simply call svr4_ilp32_fetch_link_map_offsets.
2767 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
2768 svr4_lp64_fetch_link_map_offsets.
2769 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
2770 function.
2771 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
2772 svr4_ilp32_fetch_link_map_offsets.
2773 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
2774 (s390x_svr4_fetch_link_map_offsets): Remove functions.
2775 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
2776 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
2777 where appropriate.
2778
2779 2006-01-15 Mark Kettenis <kettenis@gnu.org>
2780
2781 * arm-tdep.c (arm_return_value): Change type of readbuf and
2782 writebuf arguments to `gdb_byte *'.
2783
2784 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
2785 * Makefile.in (s390-tdep.o): Update dependencies.
2786
2787 2006-01-14 Mark Kettenis <kettenis@gnu.org>
2788
2789 * sol2-tdep.h. sol2-tdep.c: New files.
2790 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
2791 (amd64_sol2_init_abi): Set skip_solib_resolver.
2792 * i386-sol2-tdep.c: Include "sol2-tdep.h".
2793 (i386_sol2_init_abi): Set skip_solib_resolver.
2794 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
2795 (sparc32_sol2_init_abi): Set skip_solib_resolver.
2796 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
2797 (sparc64_sol2_init_abi): Set skip_solib_resolver.
2798 * Makefile.in (sol2_tdep_h): New variable.
2799 (ALLDEPFILES): Add sol2-tdep.c.
2800 (sol2-tdep.o): New target.
2801 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
2802 (sparc64-sol2-tdep.o): Update dependencies
2803 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
2804 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
2805 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
2806 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
2807
2808 * hppa-linux-tdep.c: Fix copyright indentation.
2809
2810 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
2811 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
2812 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
2813 functions.
2814 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
2815 floating-point registers.
2816
2817 2006-01-13 Mark Mitchell <mark@codesourcery.com>
2818
2819 * event-loop.c (gdb_select): Detect file descriptors that have
2820 been closed.
2821
2822 2006-01-13 Mark Kettenis <kettenis@gnu.org>
2823
2824 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
2825 and long_double_format accordingly.
2826
2827 2006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
2828
2829 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
2830 translation problems.
2831 * ada-lang.c (ada_value_struct_elt): Change interface and handling
2832 of errors to avoid translation problem (and less than optimal error
2833 messages).
2834 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
2835 Use new interface to ada_value_struct_elt.
2836 * ada_lang.h (ada_value_struct_elt): Update declaration to new
2837 interface.
2838
2839 * ChangeLog: remove reference to ada-tasks.c from entry of
2840 2006-01-07.
2841
2842 2006-01-11 Mark Kettenis <kettenis@gnu.org>
2843
2844 * remote.c (get_memory_packet_size, set_thread)
2845 (remote_unpack_thread_info_response, remote_get_threadinfo)
2846 (parse_threadlist_response, remote_get_threadlist)
2847 (remote_current_thread, remote_threads_info)
2848 (remote_threads_extra_info, extended_remote_restart, get_offsets)
2849 (remote_check_symbols, remote_open_1, remote_detach)
2850 (remote_async_wait, remote_fetch_registers)
2851 (remote_store_registers, check_binary_download, putpkt_binary)
2852 (remote_insert_breakpoint, remote_insert_watchpoint)
2853 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
2854 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
2855 (packet_command): Remove redundant parenthesis.
2856
2857 2006-01-10 Mark Kettenis <kettenis@gnu.org>
2858
2859 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
2860 (read_memory_typed_address, write_memory)
2861 (write_memory_unsigned_integer, write_memory_signed_integer): Use
2862 gdb_byte where appropriate.
2863
2864 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
2865 'gdb_byte *'.
2866
2867 * target.h (target_read_memory_partial, target_write_memory_partial):
2868 Change second argument to 'gdb_byte *'.
2869 * target.c (target_xfer_memory_partial): Change third argument to
2870 'gdb_byte *'.
2871 (target_read_memory_partial, target_write_memory_partial): Change
2872 second argument to 'gdb_byte *'.
2873
2874 * linespec.c (decode_objc): Make i1 and i2 unsigned.
2875 (find_method): Set values.sals to NULL.
2876
2877 2006-01-09 Mark Kettenis <kettenis@gnu.org>
2878
2879 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
2880 of 'char *' in cast.
2881
2882 2006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
2883
2884 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
2885 * ada-lang.c: I18n markup.
2886 Editorial: change "can not" => "cannot" throughout.
2887
2888 2006-01-07 Mark Kettenis <kettenis@gnu.org>
2889
2890 * Makefile.in: Sort dependencies.
2891
2892 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2893
2894 * top.c (control_level): Remove unused variable.
2895
2896 2006-01-06 Fred Fish <fnf@specifix.com>
2897
2898 * objfiles.c (source.h): Include.
2899 (free_objfile): Update comment about clear_symtab_users().
2900 (free_objfile): Check all symtabs of objfile being freed and if
2901 one of them is the current source symtab, call
2902 clear_current_source_symtab_and_line().
2903
2904 2006-01-04 Michael Snyder <msnyder@redhat.com>
2905
2906 Checkpoint/Restart for Linux.
2907 * linux-nat.c: Add support for debugging multiple forks.
2908 Add #include for linux-fork.h (interface spec).
2909 (super_mourn_inferior): New function pointer.
2910 (child_mourn_inferior): New function / target method.
2911 (linux_target): Claim to_mourn_inferior method pointer.
2912 (child_follow_fork): Call interface to linux-fork, conditionally
2913 add new fork processes to list of debugged processes.
2914 (kill_inferior): Use interface to linux-fork to kill
2915 multiple processes.
2916
2917 * linux-fork.h: New file.
2918 * linux-fork.c: New file. Support for debugging multiple forks
2919 of the same program. Support for checkpoint and restart commands.
2920
2921 * infrun.c (nullify_last_target_wait_ptid): New function.
2922
2923 * Makefile.in: Add linux-fork.
2924 * config/*/linux.mh: Add linux-fork.
2925 * NEWS: Mention new functionality.
2926
2927 2006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
2928
2929 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
2930 Change uses of "illegal" to "invalid".
2931
2932 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
2933
2934 * ada-exp.y: Considerable reorganization to move functionality
2935 from ada-lex.l to here, where it is logically more appropriate.
2936 The original reason, however, was to prevent premature name
2937 lookups for selector names in record aggregates.
2938 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
2939 NAME for all of these.
2940 (VAR): New artificial token to clarify precedence rules.
2941 (OTHERS): New lexeme.
2942 (empty_stoken): New symbol.
2943 (%union): Remove ssym, voidval.
2944 (%type): Remove <voidval> type declarations.
2945 (syntax definitions): Add aggregates.
2946 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
2947 Rename some non-terminals to be closer to reference manual usage.
2948 Tighten up expression syntax to disallow certain non-Ada
2949 constructions such as X and then Y or else Z.
2950 (ada_parse): Remove initialization of left_block_context.
2951 (write_var_from_name): Remove.
2952 (write_var_or_type): New function, containing previous code from
2953 defunct write_var_from_name and name_lookup.
2954 (block_lookup): New function, moved from ada-lex.l
2955 (select_possible_type_sym): New function, factored out of
2956 name_lookup, which used to be in ada-lex.l.
2957 (find_primitive_type): Ditto.
2958 (chop_selector): Ditto.
2959 (write_ambiguous_var): New function, factored out of defunct
2960 write_var_from_name.
2961 (write_selectors): New function.
2962 (write_name_assoc): New function.
2963 (write_exp_op_with_string): New function.
2964
2965 * ada-lex.l (processId): Change interface to return stoken.
2966 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
2967 (block_lookup, name_lookup): Remove. Functionality moved to
2968 ada-exp.y.
2969 (state IN_STRING): Remove.
2970 (rules): Handle string escapes in processString.
2971 Add 'others' token.
2972 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
2973 yylval.sval (as simple strings).
2974 All name look-ups now handled in ada-exp.y.
2975 Introduce "::" (COLONCOLON) token and return as separate token.
2976 (processId): Change return convention. Comment.
2977 Leave leading "'" in place.
2978 (processString): New function.
2979 (find_dot_all): Add note to comment.
2980 Fix problem that allowed match only at the end.
2981
2982 * ada-lang.c: Introduce aggregates.
2983 (find_struct_field): Add new parameter to count fields skipped, and
2984 allow other output parameters to be NULL.
2985 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
2986 new find_struct_field.
2987 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
2988 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
2989 (num_component_specs, assign_component, assign_aggregate):
2990 (aggregate_assign_from_choices,aggregate_assign_positional)
2991 (aggregate_assign_others,add_component_interval):
2992 New functions.
2993 (ada_evaluate_subexp): Declare.
2994 Add aggregate-related operators.
2995 (ada_forward_operator_length): Declare.
2996 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
2997 Consolidate Ada operators, using ada_forward_operator_length.
2998 (ada_search_struct_field): Search in forward order.
2999 (ADA_OPERATORS): Add new aggregate operators.
3000 (ada_operator_length, ada_op_name, ada_forward_operator_length)
3001 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
3002 operators and OP_NAME.
3003 (ada_type_of_array): Use longest_to_int.
3004 (value_assign_to_component): New function.
3005 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
3006 Add OP_NAME case.
3007 (ada_forward_operator_length, ada_dump_subexp_body):
3008 Add OP_STRING case.
3009
3010 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
3011 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
3012
3013 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
3014
3015 * ada-lang.c (process_raise_exception_name): Remove extraneous
3016 definition from unsubmitted code.
3017
3018 (is_lower_alphanum): New function.
3019 (ada_decode): Add support for decoding protected object subprograms
3020 and entries, and of entities declared inside protected object
3021 subprograms.
3022 Also add missing handling for__{DIGITS}+ suffixes.
3023 Allow '$<digits>' as valid overloading suffix.
3024 (is_name_suffix): Add handling for protected type entriy suffixes.
3025 Also add support for protected type subprogram suffixes, but keep
3026 it commented out for now, as there is an ambiguity between these
3027 entities and other internally generated entities.
3028 Allow '$<digits>' as valid overloading suffix.
3029 (is_valid_name_for_wild_match): New function.
3030 (wild_match): Add an exra level of verification of the entity name
3031 before declaring it a match for the given pattern.
3032
3033 (ada_type_of_array, ada_evaluate_subexp): Use more proper
3034 longest_to_int rather than cast.
3035
3036 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
3037
3038 (ada_coerce_to_simple_array): Call check_size to make sure
3039 that the object size is reasonable.
3040
3041 (ada_value_primitive_packed_val): Use correct location in target
3042 buffer for extracting packed record fields that are themselves records.
3043
3044 (add_defn_to_vec): Do not try to replace a stub type by its full
3045 type. Avoids a potential infinite loop.
3046
3047 (ada_lookup_symbol): Move return incorrectly placed return statement,
3048 causing a loop that should be scanning all object files to only
3049 scan the first one.
3050
3051 (ada_tag_name_2): New function.
3052 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
3053 use alternative representation.
3054
3055 (ada_find_renaming_symbol): Strip the function name suffix when
3056 computing the XR type name.
3057
3058 (ada_to_fixed_type): Try determining the tag only if we have the
3059 object's address.
3060 (to_fixed_array_type): Add comments.
3061
3062 (ada_check_typedef): Replace expression checking whether the given
3063 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
3064 consistent.
3065
3066 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
3067 '$' in addition to '.' for runtime auxiliary function name suffixes.
3068 See changes to ada_decode above.
3069
3070 (struct task_control_block): Add field called_task. (This change is
3071 to keep synchronized with our local sources; it does not affect the
3072 public version yet.)
3073
3074 * ada-typeprint.c (ada_print_type): Use int_string for printing
3075 modulus of modular type.
3076
3077 (print_range): Trivial editorial comment fix.
3078
3079 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
3080 double quote in string.
3081
3082 2006-01-01 Joel Brobecker <brobecker@adacore.com>
3083
3084 * top.c: Add 2006 to list of copyright years in file header.
3085
3086 2006-01-01 Joel Brobecker <brobecker@adacore.com>
3087
3088 * top.c (print_gdb_version): Update copyright year to 2006.
3089
3090 2006-01-01 Roger Sayle <roger@eyesopen.com>
3091 Elena Zannoni <ezannoni@redhat.com>
3092
3093 PR symtab/1651
3094 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
3095 for NULL before assigning this_symtab_psymtab->objfile to objfile.
3096 (scan_xcoff_symtab): Initialize next_symbol_text_func.
3097 (Committed by Jim Blandy)
3098
3099 For older changes see ChangeLog-2005.
3100 \f
3101 Local Variables:
3102 mode: change-log
3103 left-margin: 8
3104 fill-column: 74
3105 version-control: never
3106 End: