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