* sparc64-tdep.h (SPARC64_PSTATE_AG, SPARC64_PSTATE_IE)
[external/binutils.git] / gdb / ChangeLog
1 2006-12-31  Mark Kettenis  <kettenis@gnu.org>
2
3         * sparc64-tdep.h (SPARC64_PSTATE_AG, SPARC64_PSTATE_IE) 
4         (SPARC64_PSTATE_PRIV, SPARC64_PSTATE_AM, SPARC64_PSTATE_PEF) 
5         (SPARC64_PSTATE_RED, SPARC64_PSTATE_TLE, SPARC64_PSTATE_CLE) 
6         (SPARC64_PSTATE_PID0, SPARC64_PSTATE_PID1): New defines.
7         * sparc64nbsd-nat.c: Include "gdbcore.h".
8         (sparc64nbsd_supply_pcb): Get %pc from stack if necessary.  Supply
9         processor state register.
10         * sparc64obsd-tdep.c (sparc64obsd_trapframe_cache) 
11         (sparc64obsd_trapframe_this_id) 
12         (sparc64obsd_trapframe_prev_register) 
13         (sparc64obsd_trapframe_sniffer): New functions.
14         (sparc64obsd_trapframe_unwind): New variable.
15         (sparc64obsd_init_abi): Append trapframe unwinder.
16         * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
17
18 2006-12-30  Daniel Jacobowitz  <dan@codesourcery.com>
19
20         * infrun.c (handle_inferior_event): Don't call
21         ENSURE_VFORKING_PARENT_REMAINS_STOPPED.
22         * target.h (ENSURE_VFORKING_PARENT_REMAINS_STOPPED): Delete.
23         (RESUME_EXECD_VFORKING_CHILD_TO_GET_PARENT_VFORK): Delete.
24
25 2006-12-29  Mark Kettenis  <kettenis@gnu.org>
26
27         * sparc-tdep.c (sparc_psr_type, sparc_fsr_type): New variables.
28         (sparc_init_types): New function.
29         (sparc32_register_type): Use appropriate flag types for %fsr and
30         %prs.
31         (_initialize_sparc_tdep): Call sparc_init_types.
32
33         * memory-map.c (memory_map_end_element): Move variable
34         declarations to the begining of the block.
35
36 2006-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
37
38         * ia64-tdep.c (get_kernel_table): Correct signedness in check
39         for a negative return value.
40
41 2006-12-27  Gary Funck  <gary@intrepid.com>
42
43         * dwarf2read.c (dwarf_attr_name, dwarf_cfi_name)
44         (dwarf_stack_op_name, dwarf_tag_name)
45         (dwarf_type_encoding_name): Decode additional DWARF 2
46         and DWARF 3 codes into their corresponding string names.
47
48         * MAINTAINERS (Write After Approval): Add myself.
49
50 2006-12-26  Joel Brobecker  <brobecker@adacore.com>
51
52         * sparc64-tdep.c (sparc64_extract_return_value): Add handling
53         for array types.
54         (sparc64_store_return_value): Likewise.
55
56 2006-12-18  Daniel Jacobowitz  <dan@codesourcery.com>
57
58         * breakpoint.c (watchpoint_check): Double-check the found frame.
59
60 2006-12-17  Nick Hudson  <skrll@netbsd.org>
61             Mark Kettenis  <kettenis@gnu.org>
62
63         * i386nbsd-nat.c: Include "nbsd-nat.h".
64         (_initialize_i386nbsd_nat): Update target vector to use
65         nbsd_pid_to_exec_file.
66         * config/i386/nbsdelf.mh (NATDEPFILES): Add nbsd-nat.o.
67         * config/i386/nbsdaout.mh (NATDEPFILES): Add nbsd-nat.o.
68         * nbsd-nat.c: New file.
69         * nbsd-nat.h: New file.
70         * Makefile.in (ALLDEPFILES): Add nbsd-nat.c.
71         (nbsd_nat_h): New variable.
72         (nbsd-nat.o): New dependency.
73
74 2006-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
75
76         * Makefile.in (ALLDEPFILES): Remove mipsv4-nat.c.
77         (mipsv4-nat.o): Delete.
78         * mipsv4-nat.c: Delete.
79
80 2006-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
81
82         * dve3900-rom.c: Delete file.
83         * Makefile.in (dve3900-rom.o): Delete.
84
85 2006-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
86
87         * vx-share/README: Delete file.
88
89 2006-12-16  Mark Kettenis  <kettenis@gnu.org>
90
91         * i386obsd-nat.c: Include "gdbcore.h", "regcache.h", "target.h",
92         <machine/frame.h>, <machine/pcb.h>, "i386bsd-nat.h" and
93         "bsd-kvm.h".
94         (i386obsd_supply_pcb): New function.
95         (_initialize_i386obsd_nat): Construct and add target
96         vector. Enable libkvm interface.
97         * Makefile.in (i386obsd-nat.o): Update dependencies.
98         * config/i386/obsd.mh (NATDEPFILES): Remove i386nbsd-nat.c
99
100         * sparcobsd-tdep.c: Fix typo.
101
102         Add OpenBSD/sh native support.
103         * NEWS (New native configurations): Mention OpenBSD/sh.
104         * configure.host: Add sh*-*-openbsd*.
105         * shnbsd-nat.c: Include "inf-ptrace.h".
106         (shnbsd_fetch_inferior_registers): Rename from
107         fetch_inferior_registers.  Make static.
108         (shnbsd_store_inferior_registers): Rename from
109         store_inferior_registers.  Make static.
110         (_initialize_shnbsd_nat): New function.
111         * Makefile.in (shnbsd-nat.o): Update dependencies.
112         * config/sh/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove.
113         (NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
114         inf-ptrace.o.
115
116         Add OpenBSD/sh support.
117         * NEWS (New targets): Mention OpenBSD/sh.
118         * configure.tgt: Add sh*-*-openbsd*.
119         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Register handler for
120         GDB_OSABI_OPENBSD_ELF.
121         * config/sh/obsd.mt: New file.
122
123         * ppcnbsd-tdep.c: Fix typo in comment.
124
125 2006-12-15  Mark Kettenis  <kettenis@gnu.org>
126
127         * remote-fileio.c (remote_fileio_mode_to_target): Use
128         S_ISREG/S_ISDIR/S_ISCHR macros instead of S_IFREG/S_IFDIR/S_IFCHR.
129
130 2006-12-15  Daniel Jacobowitz  <dan@codesourcery.com>
131
132         * breakpoint.c (insert_bp_location): Add newline to note.
133
134 2006-12-15  Alan Modra  <amodra@bigpond.net.au>
135
136         * spu-linux-nat.c (spu_bfd_iovec_stat): New function.
137         (spu_bfd_open): Adjust bfd_openr_iovec call.
138
139 2006-12-13  Jim Blandy  <jimb@codesourcery.com>
140
141         * value.c (value_copy): Copy the full 'location' contents, instead
142         of assuming that copying ADDRESS will bring over everything in the
143         union.
144
145 2006-12-13  Markus Deuling  <deuling@de.ibm.com>
146
147         * spu-tdep.c (spu_init_vector_type): New function.
148         (spu_builtin_type_vec128.): New static variable.
149         (spu_register_type): Return spu_builtin_type_vec128 as default.
150         (_initialize_spu_tdep): Call spu_init_vector_type.
151
152 2006-12-09  Corinna Vinschen  <vinschen@redhat.com>
153
154         * win32-nat.c (env_sort): Remove.
155         (win32_create_inferior): Remove code which creates a Windows
156         environment.  Use Cygwin function call instead.  Propagate
157         current environment to inferior process.
158
159 2006-12-09  Nick Roberts  <nickrob@snap.net.nz>
160
161         * varobj.c (varobj_update): Ensure frame is restored when
162         variable object is out of scope.
163
164 2006-12-08  Eli Zaretskii  <eliz@gnu.org>
165
166         * MAINTAINERS: Clarify the meaning of an ``obvious fix'' in the
167         docs.
168
169 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
170
171         * varobj.c (varobj_create): Don't call release_value.
172         (varobj_set_value): Likewise.
173         (install_new_value): Call coerce_ref and release_value
174         on the value. Add asserts.
175
176 2006-12-08  Nick Roberts  <nickrob@snap.net.nz>
177
178         * mi/mi-cmd-var.c (mi_cmd_var_update):  Fix memory leak.
179
180 2006-12-06  Jim Blandy  <jimb@codesourcery.com>
181
182         * gdbtypes.c: Revert 2006-12-05 change, and explain why.
183
184 2006-12-06  Andrew Stubbs  <andrew.stubbs@st.com>
185
186         * event-top.c (command_handler): On EOF, print 'quit' and run quit
187         command via execute_command such that hooks and trace work.
188         * utils.c (defaulted_query): On EOF, print default answer and newline.
189
190 2006-12-06  Vladimir Prus  <vladimir@codesourcery.com>
191
192         * varobj.c (cplus_value_of_child): When accessing
193         base suboject, don't specially process references.
194         
195 2006-12-05  Adam Nemet  <anemet@caviumnetworks.com>
196
197         * MAINTAINERS (Write After Approval): Add myself.
198
199 2006-12-05  Jim Blandy  <jimb@codesourcery.com>
200
201         * gdbtypes.c (built_gdbtypes): Don't set builtin_type_void here.
202         (_initialize_gdbtypes): Do it here, and don't swap it when the
203         architecture changes.
204
205 2006-12-05  Daniel Jacobowitz  <dan@codesourcery.com>
206
207         * cp-valprint.c, p-valprint.c: Revert last change.
208
209 2006-12-05  Daniel Jacobowitz  <dan@codesourcery.com>
210
211         * NEWS: Mention MIPS remote autodetection, mips64 gdbserver,
212         "set mem inaccessible-by-default", and "set breakpoint auto-hw".
213
214 2006-12-05  H.J. Lu  <hongjiu.lu@intel.com>
215
216         * cp-valprint.c (cp_print_value_fields): Initialize tmp_obstack.
217         (cp_print_value): Likewise.
218         * p-valprint.c (pascal_object_print_value_fields): Likewise.
219         (pascal_object_print_value): Likewise.
220
221 2006-12-05  Adam Nemet  <anemet@caviumnetworks.com>
222
223         * target.c (debug_to_remove_watchpoint): Call
224         to_remove_watchpoint.  Print target_remove_watchpoint.
225
226 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
227
228         * elfread.c (elf_symtab_read): Treat weak functions as global.
229
230 2006-11-30  Jim Blandy  <jimb@codesourcery.com>
231
232         * ada-lang.c (value_subscript_packed): Don't bother to set the
233         lvalue type of the returned value here;
234         ada_value_primitive_packed_val takes care of that.
235
236 2006-11-30  Nick Roberts  <nickrob@snap.net.nz>
237
238         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Remove unused
239         variable.
240
241 2006-07-29  Vladimir Prus  <vladimir@codesourcery.com>
242         
243         * mi/mi-cmd-var.c (print_varobj): New function.
244         (mi_cmd_var_create): Use the above.
245         (mi_cmd_var_list_children): Likewise.
246
247 2006-07-29  Vladimir Prus  <vladimir@codesourcery.com>
248
249         * MAINTAINERS (Write After Approval): Add myself.
250
251 2006-11-29  Andrew Stubbs  <andrew.stubbs@st.com>
252
253         * solib.c (solib_open): Treat bare file names as relative paths.
254
255 2006-11-29  Vladimir Prus  <vladimir@codesourcery.com>
256
257         * varobj.c (varobj_set_value): Don't compare the old
258         and the new value here.  Don't assign new value here.
259         Instead, call install_new_value.
260
261 2006-11-28  Daniel Jacobowitz  <dan@codesourcery.com>
262
263         * regformats/reg-mips64.dat: New file.
264
265 2006-11-28  Daniel Jacobowitz  <dan@codesourcery.com>
266
267         * Makefile.in (mips-tdep.o, target-descriptions.o): Update.
268         * target-descriptions.c (struct property): New.
269         (struct target_desc): Add properties member.
270         (tdesc_property, set_tdesc_property): New.
271         * target-descriptions.h (tdesc_property, set_tdesc_property):
272         Declare.
273         * mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
274         (struct gdbarch_tdep): Add register_size_valid_p and register_size.
275         (mips_isa_regsize): Use them.
276         (mips_register_g_packet_guesses): New.
277         (mips_gdbarch_init): Call it.  If a target description is supplied,
278         check for internal properties.  Check for register size mismatches.
279         * remote.c (send_g_packet, process_g_packet): New functions, split
280         out from fetch_registers_using_g.
281         (fetch_registers_using_g): Use them.
282         (struct remote_g_packet_guess, remote_g_packet_guess_s)
283         (struct remote_g_packet_data, remote_g_packet_data_handle)
284         (remote_g_packet_data_init, register_remote_g_packet_guess)
285         (remote_read_description): New.
286         (init_remote_ops, init_remote_async_ops): Set to_read_description.
287         (_initialize_remote): Register remote_g_packet_data_handle.
288         * remote.h (register_remote_g_packet_guess): Declare.
289
290 2006-11-28  Daniel Jacobowitz  <dan@codesourcery.com>
291
292         * Makefile.in (SFILES): Add new and missed files.
293         (target_descriptions_h): New.
294         (COMMON_OBS): Add target-descriptions.o.
295         (arch-utils.o, infcmd.o, remote.o, target.o): Update.
296         (target-descriptions.o): New.
297         * arch-utils.c (gdbarch_info_fill): Check for a target
298         description.
299         * target-descriptions.c, target-descriptions.h: New files.
300         * gdbarch.sh: Add target_desc to info.  Declare it in gdbarch.h.
301         Correct typos.
302         (gdbarch_list_lookup_by_info): Check target_desc.
303         * gdbarch.c, gdbarch.h: Regenerated.
304         * target.c (update_current_target): Mention to_read_description.
305         (target_pre_inferior): Call target_clear_description.
306         (target_read_description): New.
307         * target.h (struct target_ops): Add to_read_description.
308         (target_read_description): New prototype.
309         * infcmd.c (post_create_inferior): Call target_find_description.
310         * remote.c (remote_open_1): Likewise.
311         (extended_remote_create_inferior): Add a comment.
312         (extended_remote_async_create_inferior): Likewise.
313
314 2006-11-29  Nick Roberts  <nickrob@snap.net.nz>
315
316         * linux-thread-db.c: Include <signal.h>.
317
318 2006-11-28  Ulrich Weigand  <uweigand@de.ibm.com>
319
320         * config/tm-linux.h: Delete file.
321         * config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Set to tm-alpha.h.
322         * config/alpha/tm-alphalinux.h: Delete file.
323         * config/arm/linux.mt (DEPRECATED_TM_FILE): Set to tm-arm.h
324         * config/arm/tm-linux.h: Delete file.
325         * config/i386/tm-linux.h: Do not include "config/tm-linux.h".
326         * config/ia64/tm-linux.h: Do not include "config/tm-linux.h".
327         * config/m32r/linux.mt (DEPRECATED_TM_FILE): Remove.
328         * config/mips/tm-linux.h:  Do not include "config/tm-linux.h".
329         * config/pa/linux.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
330         * config/pa/tm-linux.h: Delete file.
331         * config/powerpc/tm-linux.h: Do not include "config/tm-linux.h".
332         * config/s390/linux.mt (DEPRECATED_TM_FILE): Remove.
333         * config/sh/linux.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
334         * config/sh/tm-linux.h: Delete file.
335         * alpha-linux-tdep.c: Include "symtab.h".
336         (alpha_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
337         * i386-linux-tdep.c: Include "symtab.h".
338         (i386_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
339         * ia64-linux-tdep.c: Include "symtab.h".
340         (ia64_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
341         * m32r-linux-tdep.c: Include "symtab.h".
342         (m32r_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
343         * mips-linux-tdep.c: Include "symtab.h".
344         (mips_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
345         * sh-linux-tdep.c: Include "symtab.h".
346         (sh_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
347         * s390-tdep.c (s390_gdbarch_init): Call
348         set_gdbarch_skip_trampoline_code.
349         * s390-nat.c: Do not include "tm.h".
350         * Makefile.in (alpha-linux-tdep.o): Add dependency on $(symtab_h).
351         (i386-linux-tdep.o): Likewise.
352         (ia64-linux-tdep.o): Likewise.
353         (m32r-linux-tdep.o): Likewise.
354         (mips-linux-tdep.o): Likewise.
355         (sh-linux-tdep.o): Likewise.
356         (s390-nat.o): Remove dependency on $(tm_h).
357
358 2006-11-28  Ulrich Weigand  <uweigand@de.ibm.com>
359
360         * config/nm-linux.h: Do not include <signal.h>.
361         (REALTIME_LO, REALTIME_HI): Do not define.
362         * signals/signals.c (REALTIME_HI): Fix off-by-one bug.
363
364 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
365
366         * mi/mi-cmd-var.c (mi_cmd_var_create): Fix cleanup
367         handlers. Free expression.
368
369 2006-11-28  Ulrich Weigand  <uweigand@de.ibm.com>
370
371         * config/tm-linux.h (REALTIME_LO, REALTIME_HI): Do not define.
372         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Likewise.
373
374         * config/rs6000/tm-rs6000ly.h (REALTIME_LO, REALTIME_HI): Move to ...
375         * config/nm-lynx.h (REALTIME_LO, REALTIME_HI): ... here.
376
377         * config/i386/nto.mh (NAT_FILE): Define.
378         * config/i386/nto.mt (DEPRECATED_TM_FILE): Remove.
379         * config/i386/tm-nto.h: Delete file.
380         * config/tm-nto.h: Delete file.
381         * config/nm-nto.h: New file.
382
383         * Makefile.in (nto-tdep.o): Add dependency on $(objfiles_h).
384         * nto-tdep.c: Include "objfiles.h" and <string.h>.
385
386         * coff-solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "".
387         * xcoffread.c (read_xcoff_symtab): Initialize fcn_stab_saved.
388         * config/rs6000/rs6000lynx.mt (TDEPFILES): Add xcoffread.o.
389
390 2006-11-28  Daniel Jacobowitz  <dan@codesourcery.com>
391
392         * dwarf2-frame.c (decode_frame_entry_1): Skip unknown augmentations
393         without skipping the CIE.
394
395 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
396
397         Fetch varobj values from memory in a single place,
398         and only fetch the values that are really needed.
399         * varobj.c (struct varobj): Clarify comment.
400         (my_value_equal): Remove.
401         (install_new_value): New function.
402         (type_of_child): Remove.
403         (varobj_create): Use install_new_value.
404         (varobj_set_value): Use value_contents_equal, not
405         my_value_equal.
406         (varobj_update): Use install_new_value.
407         (create_child): Likewise. Inline type_of_child here.
408         (value_of_child): Don't fetch the value.
409         (c_value_of_root): Likewise.
410         (c_value_of_variable): Likewise.
411         (type_changeable): Improve comments.
412
413 2006-11-28  Daniel Jacobowitz  <dan@codesourcery.com>
414
415         * remote.c (struct remote_arch_state): Doc fix.
416         (compare_pnums): New function.
417         (init_remote_state): Only allocate packet_reg structures for raw
418         registers.  Define the g/G packet format separately from creating
419         packet_reg.  Don't use DEPRECATED_REGISTER_BYTE.
420         (packet_reg_from_regnum, packet_reg_from_pnum): Only iterate over
421         raw registers.
422         (register_bytes_found): Delete.
423         (fetch_register_using_p): Take a struct packet_reg.  Handle disabled
424         'p' packet here.  Use packet_ok.
425         (fetch_registers_using_g): New function, split out of
426         remote_fetch_registers.  Check the 'g' packet more strictly.  Save
427         its actual size and contents.  Eliminate BUF.  Only iterate over
428         raw registers.
429         (remote_fetch_registers): Use the new functions for 'p' and 'g'.
430         Mark unavailable registers.
431         (store_register_using_P): Likewise to fetch_register_using_p.
432         (store_registers_using_G): New function, split out of
433         remote_store_registers.  Only iterate over raw registers.  Don't
434         use register_bytes_found.
435         (remote_store_registers): Likewise to remote_fetch_registers.
436
437 2006-11-28  Pedro Alves  <pedro_alves@portugalmail.pt>
438
439         * coffread.c (cs_to_bfd_section): New function.
440         (cs_to_section): Use cs_to_bfd_section.
441         (record_minimal_symbol): Take the coff_symbol* parameter instead
442         of the symbol's name as a char*.
443         Add 'int section' parameter. Call prim_record_minimal_symbol_and_info
444         instead of prim_record_minimal_symbol_and_info.
445         Change return type to struct minimal_symbol *.
446         (coff_symtab_read): Adapt to new record_minimal_symbol's signature.
447         Make all minimal symbol creations go through record_minimal_symbol.
448
449 2006-11-28  Daniel Jacobowitz  <dan@codesourcery.com>
450
451         * symtab.c (find_pc_sect_line): Do not return a line before
452         the start of a symtab.
453
454 2006-11-24  Ulrich Weigand  <uweigand@de.ibm.com>
455
456         * NEWS: SPU target is already supported in GDB 6.6.
457
458 2006-11-24  Ulrich Weigand  <uweigand@de.ibm.com>
459
460         * Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency.
461         (nto-procfs.o): Likewise.
462         * mips-linux-tdep.c: Include "solib.h".
463         * nto-procfs.c: Likewise.
464         * config/nm-linux.h: Do not include "solib.h".
465         * config/nm-nbsd.h: Likewise.
466         * config/tm-linux.h: Likewise.
467         * config/alpha/nm-osf.h: Likewise.
468         * config/frv/tm-frv.h: Likewise.
469         * config/i386/nm-fbsh.h: Likewise.
470         * config/i386/nm-i386gnu.h: Likewise.
471         * config/i386/nm-i386sco5.h: Likewise.
472         * config/i386/nm-i386sol2.h: Likewise.
473         * config/i386/nm-i386v4.h: Likewise.
474         * config/i386/nm-i386v42mp.h: Likewise.
475         * config/i386/tm-i386sol2.h: Likewise.
476         * config/i386/tm-nto.h: Likewise.
477         * config/mips/nm-irix5.h: Likewise.
478         * config/mips/tm-nbsd.h: Likewise.
479         * config/pa/tm-hppah.h: Likewise.
480         * config/powerpc/tm-ppc-eabi.h: Likewise.
481         * config/rs6000/tm-rs6000.h: Likewise.
482         * config/sh/tm-nbsd.h: Likewise.
483         * config/sparc/nm-sol2.h: Likewise.
484         * config/sparc/tm-sol2.h: Likewise.
485         * config/arm/nbsdaout.mh: Remove NAT_FILE.
486         * config/i386/nbsdaout.mh: Likewise.
487         * config/i386/nbsdelf.mh: Likewise.
488         * config/i386/obsdaout.mh: Likewise.
489         * config/m68k/nbsdaout.mh: Likewise.
490         * config/m68k/obsd.mh: Likewise.
491         * config/sparc/nbsdaout.mh: Likewise.
492         * config/cris/cris.mt: Remove DEPRECATED_TM_FILE.
493         * config/i386/linux64.mt: Likewise.
494         * config/m68k/linux.mt: Likewise.
495         * config/m68k/nbsd.mt: Likewise.
496         * config/sparc/linux.mt: Likewise.
497         * config/sparc/linux64.mt: Likewise.
498         * config/vax/nbsd.mt: Likewise.
499
500 2006-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
501
502         * NEWS: New port to Cell Broadband Engine SPU.
503         * MAINTAINERS: Add myself as spu maintainer.
504
505 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
506
507         * Makefile.in (arm-tdep.o): Update dependencies.
508         * arm-tdep.c (thumb_skip_prologue): Remove.
509         (thumb_analyze_prologue): New function.
510         (arm_skip_prologue): Use thumb_analyze_prologue.
511         (thumb_scan_prologue): Ditto.
512
513 2006-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
514
515         * configure.tgt: Enable gdbserver for SPU target.
516         * configure.ac: Build gdbserver when gdb_native is yes.
517         * configure: Regenerate.
518         * regformats/reg-spu.dat: New file.
519
520 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
521
522         * osabi.c (gdbarch_lookup_osabi): Do not return
523         GDB_OSABI_UNINITIALIZED.
524
525 2006-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
526
527         * config/powerpc/spu-linux.mh: New file.
528         * config/spu/spu.mt: New file.
529         * configure.ac: Provide gdb_native configuration variable.
530         * configure: Regenerate.
531         * configure.host: Support powerpc64 to spu 'pseudo-native' mode.
532         * configure.tgt: Add "spu" target_cpu and "spu*-*-*" target.
533         * Makefile.in (spu_tdep_h): New variable.
534         (ALLDEPFILES): Add spu-linux-nat.c and spu-tdep.c
535         (spu-linux-nat.o, spu-tdep.o): Add dependencies.
536         * spu-linux-nat.c: New file.
537         * spu-tdep.c: New file.
538         * spu-tdep.h: New file.
539
540 2006-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
541
542         * findvar.c (address_from_register): New function.
543         * value.h (address_from_register): Add prototype.
544         * dwarf2loc.c (dwarf_expr_read_reg): Use address_from_register.
545
546 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
547
548         * breakpoint.c: Include "memattr.h".
549         (automatic_hardware_breakpoints): New.
550         (show_automatic_hardware_breakpoints): New.
551         (insert_bp_location): Automatically use
552         hardware breakpoints.
553         (_initialize_breakpoint): Register the "auto-hw"
554         variable.
555         * Makefile.in (breakpoint.o): Update dependencies.
556
557 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
558
559         * memattr.h (enum mem_access_mode): New value
560         MEM_NONE.
561         * memattr.c (unknown_mem_attrib): New.
562         (inaccessible_by_default): New.
563         (show_inaccessible_by_default): New.
564         (lookup_mem_region): Check inaccessible_by_default.
565         (dummy_cmd): New.
566         (mem_set_cmdlist, mem_show_cmdlist): New.
567         (_initialize_mem): Register new "set" and "show"
568         commands.
569         * target.c (memory_xfer_partial): If memory type
570         is MEM_NONE, return an error.
571         Clip to region size when calling to_xfer_partial.
572         If upper limit of memory range is 0, don't clip
573         anything.
574
575 2006-11-20  Joel Brobecker  <brobecker@adacore.com>
576
577         * README: Remove obsolete information.
578
579 2006-11-20  Andrew Cagney  <cagney@redhat.com>
580
581         * linux-nat.h: Refer to GNU/Linux or Linux kernel.
582         * linux-nat.c (lin_lwp_attach_lwp, linux_nat_thread_alive): Ditto.
583         * infcmd.c (attach_command): Ditto.
584         * hppa-linux-tdep.c (hppa_linux_regset): Ditto.
585         * mn10300-linux-tdep.c: Ditto.  Update copyright year.
586         * frv-linux-tdep.c: Ditto.  Update copyright year.
587
588 2006-11-19  Joel Brobecker  <brobecker@adacore.com>
589
590         * NEWS: Add a new section for changes since GDB 6.6. Rename
591         the section "Changes since GDB 6.5" into "Changes in GDB 6.6".
592         Move a couple of items into the new section as they did not
593         make it to 6.6.
594
595 2006-11-19  Joel Brobecker  <brobecker@adacore.com>
596
597         GDB 6.6 branch created (branch timestamp: 2006-11-15 12:00)
598         * version.in: Bump version to 6.6.50.20061119-cvs.
599
600 2006-11-18  Pedro Alves  <pedro_alves@portugalmail.pt>
601
602         * prologue-value.c (clear_entries): Fix memory leak.
603
604 2006-11-18  Pedro Alves  <pedro_alves@portugalmail.pt>
605
606         * parse.c (write_exp_msymbol): Check SYMBOL_BFD_SECTION before
607         dereferencing it.
608
609 2006-11-17  Daniel Jacobowitz  <dan@codesourcery.com>
610
611         * utils.c (string_to_core_addr): Use error instead of
612         internal_error.
613         * mi/mi-main.c (mi_execute_command): Check for a NULL message.
614
615 2006-11-17  Daniel Jacobowitz  <dan@codesourcery.com>
616
617         * NEWS: Mention QPassSignals.
618
619 2006-11-16  Maxim Grigoriev  <maxim2405@gmail.com>
620
621         * MAINTAINERS (Responsible Maintainers): Add myself for Xtensa.
622         (Write After Approval): Add myself.
623
624 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
625
626         * remote.c (PACKET_QPassSignals): New.
627         (last_pass_packet, remote_pass_signals): New.
628         (remote_protocol_features): Add QPassSignals.
629         (remote_query_supported): Correct an infinite loop.
630         (remote_open_1): Reset last_pass_packet.
631         (remote_resume): Call remote_pass_signals.
632         (_initialize_remote): Register "set remote pass-signals".
633
634 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
635
636         * NEWS: New port to Xtensa.
637         * Makefile.in: Add dependencies for Xtensa files.
638         * configure.tgt (xtensa*, xtensa*-*-elf*): New.
639         * configure.host (xtensa*-*-elf*): New.
640         * config/xtensa/xtensa.mt: New file.
641         * xtensa-config.c: New file.
642         * xtensa-tdep.h: New file.
643         * xtensa-tdep.c: New file.
644
645 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
646
647         * remote.c (set_remote_cmd): Call help_list.
648         (show_remote_cmd): Skip legacy aliases.  Handle non-show_cmd
649         entries.  Add missed cleanup.
650         * cli/cli-setshow.c (cmd_show_list): Handle non-show_cmd entries.
651
652 2006-11-13  Paul Gilliam  <pgilliam@us.ibm.com>
653
654         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Don't futz with
655         the floating point registers if there aren't any.
656
657 2006-11-12  Ben Harris  <bjh21@NetBSD.org>
658
659         * arm-tdep.c (arm_unwind_pc): Use arm_addr_bits_remove.
660
661 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
662
663         * frame.c (frame_register_unwind_location): New function.
664         (get_prev_frame_1): Check for UNWIND_NO_SAVED_PC.
665         (frame_stop_reason_string): Handle UNWIND_NO_SAVED_PC.
666         * frame.h (enum unwind_stop_reason): Add UNWIND_NO_SAVED_PC.
667
668 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
669
670         * arch-utils.c (target_byte_order_user): Renamed from
671         target_byte_order.
672         (target_byte_order_auto, selected_byte_order): Removed.
673         (show_endian): Check target_byte_order_user.
674         (set_endian): Always update the architecture.  Set
675         target_byte_order_user after success.
676         (target_architecture_auto): Removed.
677         (target_architecture_user): New.
678         (selected_architecture_name, show_architecture): Check it.
679         (set_architecture): Set target_architecture_user after success.
680         (gdbarch_from_bfd): Check the argument.
681         (default_byte_order): New.
682         (initialize_current_architecture): Set the global default
683         architecture and endianness.
684         (gdbarch_info_fill): Remove GDBARCH argument.  Do not check the
685         previous architecture.  Use exec_bfd, global selected architecture
686         and endianness, and global defaults.
687         * arch-utils.h (selected_byte_order): Remove prototype.
688         (gdbarch_info_fill): Update.
689         * exec.c (exec_file_attach): Update the architecture after removing
690         the current file.
691         * gdbarch.sh: Update comments.
692         (find_arch_by_info): Remove OLD_GDBARCH argument.  Update call to
693         gdbarch_info_fill.
694         (gdbarch_find_by_info): Update call to find_arch_by_info.
695         * gdbarch.h, gdbarch.c: Regenerated.
696         * remote-sim.c (gdbsim_open): Use TARGET_BYTE_ORDER.
697
698 2006-11-09  Joel Brobecker  <brobecker@adacore.com>
699
700         * sparc-tdep.c (sparc_fetch_instruction): Read instruction
701         using read_memory_nobpt.
702
703 2006-11-06  Jim Blandy  <jimb@codesourcery.com>
704
705         * dwarf2loc.c (dwarf_expr_read_reg): Use frame_register_read
706         instead of frame_register.  Doc fix.
707
708 2006-11-04  Vladimir Prus  <vladimir@codesourcery.com>
709
710         * serial.c (serial_open): Strip leading spaces from program 
711         name when opening pipe.
712
713 2006-11-03  Jim Blandy  <jimb@codesourcery.com>
714
715          * dwarf2loc.c (dwarf_expr_read_reg): Use frame_unwind_register
716          instead of frame_register.  Doc fix.
717
718 2006-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
719
720         * dwarf2read.c (struct dwarf2_per_cu_data): Update comment.
721         (load_full_comp_unit): Take OBJFILE argument and use it.
722         (dwarf2_build_psymtabs_hard): Skip partial units.
723         (process_queue): Pass OBJFILE to load_full_comp_unit.  Check
724         type_hash for read in CUs.  Test psymtab for NULL.
725
726 2006-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
727
728         * arm-tdep.c (arm_gdbarch_init): Handle EF_ARM_EABI_VER5.
729
730 2006-10-31  Vladimir Prus  <vladimir@codesourcery.com>
731         
732         * commands.h (enum command_class): Use different
733         values for class_deprecated and class_run.
734         * cli/cli-decode.c: (print_help_for_command): New.
735         (apropos_cmd): Use the above.
736         (help_list): Mention 'help all'
737         and 'apropos' when printing top-level help.
738         (help_all): Print the class name before printing
739         commands in that class.  Don't print prefix commands
740         here, instead pass recurse flag to help_cmd_list.
741         Print list of unclassified commands at the end.
742         (help_cmd_list): When recursing, use all_commands class.
743         Recurse only if the class of the command matches.
744
745 2006-10-27  Andreas Schwab  <schwab@suse.de>
746
747         * gdbcmd.h (detachlist): Declare.
748         * infcmd.c (_initialize_infcmd): Define "detach" as prefix
749         command.
750         * linux-fork.c (_initialize_linux_fork): Rename
751         "detach-checkpoint" to "detach checkpoint" and "detach-fork" to
752         "detach fork".
753         * cli/cli-cmds.c (detachlist): Define.
754         (init_cmd_lists): Initialize it.
755         * cli/cli-cmds.h (detachlist): Declare.
756
757 2006-10-25  Jim Blandy  <jimb@codesourcery.com>
758
759         * p-valprint.c (pascal_object_print_value): Add 'static' keyword
760         to function definition, to match declaration earlier in file.
761
762 2006-10-21  Paul Brook  <paul@codesourcery.com>
763
764         * remote.c (remote_fetch_registers): Fix error message.
765
766 2006-10-20  Daniel Jacobowitz  <dan@codesourcery.com>
767
768         * gcore.c (MAX_COPY_BYTES): Define.
769         (gcore_copy_callback): Use it to limit allocation.
770
771 2006-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
772
773         * linux-thread-db.c (check_for_thread_db): Don't attempt to use
774         thread_db for remote targets.
775         * remote.c (remote_new_objfile): Always call predecessor on
776         new_objfile event chain.
777
778 2006-10-19  Joel Brobecker  <brobecker@adacore.com>
779
780         * solib.c (libpthread_solib_p): New function.
781         (solib_add): Always read the symbols from the libpthread library.
782
783 2006-10-19  Andrew Stubbs  <andrew.stubbs@st.com>
784
785         * breakpoint.c (describe_other_breakpoints): Add thread parameter.
786         Annotate display with thread number where appropriate.
787         (create_breakpoints): Add thread parameter to call to
788         describe_other_breakpoints.
789
790 2006-10-18  Jim Blandy  <jimb@codesourcery.com>
791             Daniel Jacobowitz  <dan@codesourcery.com>
792
793         * utils.c (query): Use defaulted_query.
794         (defaulted_query): Handle having no default answer.  Print out
795         messages even if we have no terminal.  Prevent memory corruption.
796
797 2006-10-18  Daniel Jacobowitz  <dan@codesourcery.com>
798
799         * frame.c (struct frame_info): Add stop_reason.
800         (get_prev_frame_1): Set stop_reason.  Don't call error for
801         stop reasons.
802         (get_frame_unwind_stop_reason, frame_stop_reason_string): New.
803         * frame.h (enum unwind_stop_reason): New.
804         (get_frame_unwind_stop_reason, frame_stop_reason_string): New
805         prototypes.
806         * stack.c (frame_info): Print the stop reason.
807         (backtrace_command_1): Print the stop reason for errors.
808
809 2006-10-18  Daniel Jacobowitz  <dan@codesourcery.com>
810
811         * inferior.h (start_remote): Update prototype.
812         * infrun.c (start_remote): Take FROM_TTY.  Call
813         post_create_inferior.
814         * monitor.c (monitor_open): Update call to start_remote.
815         * remote-sds.c (sds_start_remote, sds_open): Likewise.
816         * remote.c (remote_start_remote): Likewise.
817         (remote_start_remote_dummy): Removed.
818         (remote_open): Update call to remote_start_remote.  Do not call
819         post_create_inferior here.
820
821 2006-10-18  Daniel Jacobowitz  <dan@codesourcery.com>
822
823         * solib-svr4.c (debug_loader_offset_p, debug_loader_offset)
824         (debug_loader_name, svr4_default_sos): New.
825         (svr4_current_sos): Call svr4_default_sos.
826         (enable_break): Add a comment about AT_BASE.  Set the new
827         variables and retry solib_add.
828         (svr4_clear_solib): Clear the new variables.
829
830 2006-10-18  Daniel Jacobowitz  <dan@codesourcery.com>
831
832         * NEWS: Mention support for TLS without debugging information.
833
834 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
835
836         * remote-sim.c (gdbsim_kill): Call target_mourn_inferior.
837         (gdbsim_load): Don't bother to adjust inferior_ptid here.
838         (gdbsim_create_inferior): Mark the simulator as running.
839         (gdbsim_open): Don't bother fetching registers.  Mark
840         the target as not running.
841         (gdbsim_xfer): When the program is not running, pass memory
842         requests down.
843         (gdbsim_mourn_inferior): Mark the target as not running.
844         * target.c (target_mark_running, target_mark_exited): New.
845         * target.h (target_has_execution): Update the comment.
846         (target_mark_running, target_mark_exited): New prototypes.
847
848 2006-10-17  Joel Brobecker  <brobecker@adacore.com>
849
850         * breakpoint.c (free_valchain): Minor reformatting.
851
852 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
853
854         * solib-svr4.c (LM_ADDR_CHECK): Suggest shared library mismatch.
855
856 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
857
858         * Makefile.in (symtab.o): Update.
859         * symtab.h (matching_bfd_sections): New prototype.
860         * symtab.c (matching_bfd_sections): New.
861         (find_pc_sect_psymbol, find_pc_sect_symtab): Use it.
862         * minsyms.c (lookup_minimal_symbol_by_pc_section): Likewise.
863         * printcmd.c (sym_info): Ignore separate debug objfiles.
864
865 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
866
867         * remote.c (remote_pid_to_str): Capitalize "Thread".
868
869 2006-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
870
871         PR remote/2158
872         * remote.c (remote_write_bytes): Throttle packet alignment
873         for small packets.
874
875 2006-10-16  Jeff Johnston  <jjohnstn@redhat.com>
876  
877         * linux-thread-db.c (thread_db_wait): Don't bother continuing if
878         the wait result indicates the program terminated with a
879         signal (from gdb-6.3-ia64-sigill-20051115.patch, a patch for
880         Fedora Core 5).
881         
882 2006-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
883
884         * dwarf2read.c (dwarf_decode_lines): Call record_line upon
885         encountering a different subfile.
886
887 2006-10-11  Denis Pilat  <denis.pilat@st.com>
888
889         * tui/tui-source.c (tui_set_source_content): handle source 
890         files that contain non unix end-of-line.
891         
892 2006-10-10  Daniel Jacobowitz  <dan@codesourcery.com>
893
894         * ser-mingw.c (free_pipe_state, pipe_wait_handle): Update
895         for changes to pipe_select_thread.
896         (pipe_done_wait_handle): New.
897         (_initialize_ser_windows): Reference it.
898
899 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
900             Daniel Jacobowitz  <dan@codesourcery.com>
901
902         * Makefile.in (expprint.o, parse.o, target.o): Update.
903         * dwarf2loc.c (dwarf_expr_tls_address): Move body to
904         target_translate_tls_address.  Call it.
905         * eval.c (evaluate_subexp_standard): Handle UNOP_MEMVAL_TLS.
906         * expprint.c (print_subexp_standard): Likewise.
907         (op_name_standard, dump_subexp_body_standard): Likewise.
908         * expression.h (enum exp_opcode): Add UNOP_MEMVAL_TLS.
909         (union exp_element): Add objfile.
910         * parse.c (write_exp_elt_objfile): New function.
911         (msym_tls_symbol_type): New.
912         (write_exp_msymbol): Handle TLS.
913         (operator_length_standard): Handle UNOP_MEMVAL_TLS.
914         (build_parse): Initialize msym_tls_symbol_type.
915         * parser-defs.h (write_exp_elt_objfile): New prototype.
916         * target.c (target_translate_tls_address): New.
917         * target.h (target_translate_tls_address): Add prototype.
918
919 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
920
921         * solib.c (solib_open): Handle an empty solib_absolute_prefix like a
922         missing one.
923
924 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
925
926         * solib.c (solib_read_symbols): Stop if the file was not found.
927
928 2006-10-09  Paul Pluzhnikov  <ppluzhnikov@charter.net>
929
930         PR c++/2116
931         * valops.c (find_overload_match): Check for a NULL name.
932
933 2006-10-06 Joel Brobecker  <brobecker@adacore.com>
934
935         Fix PR symtab/2018
936         * dwarf2read.c (read_array_type): Set the type name if the name
937         attribute is present.
938
939 2006-10-05  Joel Brobecker  <brobecker@adacore.com>
940
941         * blockframe.c (block_innermost_frame): Rewrite frame search logic.
942
943 2006-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
944
945         * Makefile.in (gdb_expat_h): New.
946         (xml_support_h): Add gdb_expat.h dependency.
947         (memory-map.o, xml-support.o): Likewise.
948         * gdb_expat.h: New file.
949         * xml-support.h: Include it.
950         * memory-map.c, xml-support.c: Likewise.  Remove XML_STATUS_OK
951         definitions.
952
953 2006-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
954
955         * remote.c (get_remote_state_raw): Renamed from get_remote_state.
956         (get_remote_state): New function.
957         (init_remote_state, _initialize_remote): Use get_remote_state_raw.
958
959 2006-10-04  Fred Fish  <fnf@specifix.com>
960
961         * vec.c: Include defs.h first.  This pulls in config.h which can
962         affect other includes.
963
964 2006-10-04  Joel Brobecker  <brobecker@adacore.com>
965
966         * somread.c (som_symtab_read): Avoid using alloca for potentially
967         large buffers.
968
969 2006-10-04  Daniel Jacobowitz  <dan@codesourcery.com>
970
971         * arch-utils.h (gdbarch_info_fill): Remove duplicate prototype.
972
973 2006-10-03  Daniel Jacobowitz  <dan@codesourcery.com>
974
975         * memory-map.c (XML_STATUS_OK, XML_STATUS_ERROR): Provide default
976         definitions.
977         * xml-support.c (XML_STATUS_OK, XML_STATUS_ERROR): Likewise.
978
979 2006-09-22  Daniel Jacobowitz  <dan@codesourcery.com>
980
981         * remote.c (remote_write_bytes_aux): Doc fix.
982
983 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
984             Daniel Jacobowitz  <dan@codesourcery.com>
985
986         * Makefile.in (SFILES): Add target-memory.c.
987         (COMMON_OBS): Add target-memory.o.
988         * memattr.c (lookup_mem_region): Adjust handling for
989         the top of memory.  Improve comments.
990         * remote.c (packet_check_result): New function, split out
991         from packet_ok.  Recognize "E." as an error prefix.
992         (packet_ok): Use it.
993         (remote_write_bytes_aux): New function, renamed from
994         remote_write_bytes.  Take packet header, packet format,
995         and length flag as arguments.
996         (remote_write_bytes): Rewrite to use remote_write_bytes_aux.
997         (remote_send_printf, restore_remote_timeout)
998         (remote_flash_timeout, remote_flash_erase, remote_flash_write)
999         (remote_flash_done): New.
1000         (remote_xfer_partial): Handle flash writes.
1001         (init_remote_ops, init_remote_async_ops): Set to_flash_erase
1002         and to_flash_done.
1003         * symfile.c (struct load_section_data): Include a pointer to
1004         the cumulative stats and a request queue.  Move most members
1005         to other types.
1006         (struct load_progress_data, struct load_progress_section_data): New
1007         types.
1008         (load_progress): Handle a NULL baton and zero bytes.  Update for
1009         type changes.
1010         (load_section_callback): Create memory write requests instead of
1011         writing to memory.  Don't print the progress message here.
1012         (clear_memory_write_data): New function.
1013         (generic_load): Use target_write_memory_blocks.
1014         * target-memory.c: New file.
1015         * target.c (update_current_target): Mention new uninherited methods.
1016         (memory_xfer_partial): Issue an error for flash writes.
1017         (target_flash_erase, target_flash_done): New functions.
1018         (target_write_with_progress): Call the progress callback at the
1019         start also.
1020         * target.h (enum target_object): Add TARGET_OBJECT_FLASH.
1021         (target_write_with_progress): Update comment.
1022         (struct target_ops): Add to_flash_erase and to_flash_done.
1023         (target_flash_erase, target_flash_done, struct memory_write_request)
1024         (memory_write_request_s, enum flash_preserve_mode)
1025         (target_write_memory_blocks): New, including a vector type
1026         for memory_write_request_s.
1027
1028 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
1029             Daniel Jacobowitz  <dan@codesourcery.com>
1030             Nathan Sidwell  <nathan@codesourcery.com>
1031
1032         * Makefile.in (SFILES): Add memory-map.c and xml-support.c.
1033         (memory_map_h, xml_support_h): New.
1034         (target_h): Add vec_h dependency.
1035         (COMMON_OBS): Add memory-map.o and xml-support.o.
1036         (memory-map.o, xml-support.o): New rules.
1037         (remote.o): Update.
1038         * exceptions.h (enum errors): Add XML_PARSE_ERROR.
1039         * infcmd.c (run_command_1, attach_command): Call target_pre_inferior.
1040         * memattr.c (default_mem_attrib): Initialize blocksize.
1041         (target_mem_region_list, mem_use_target)
1042         (target_mem_regions_valid, mem_region_cmp, mem_region_init)
1043         (require_user_regions, require_target_regions)
1044         (invalidate_target_mem_regions): New.
1045         (create_mem_region): Use mem_region_init.
1046         (mem_clear): Move higher.       
1047         (lookup_mem_region): Use require_target_regions.
1048         (mem_command): Implement "mem auto".
1049         (mem_info_command): Handle target-supplied regions and flash
1050         attributes.
1051         (mem_enable_command, mem_disable_command, mem_delete_command): Use
1052         require_user_regions.
1053         (_initialize_mem): Mention "mem auto" in help.
1054         * memattr.h (enum mem_access_mode): Add MEM_FLASH.
1055         (struct mem_attrib): Add blocksize.
1056         (invalidate_target_mem_regions, mem_region_init, mem_region_cmp): New
1057         prototypes.
1058         * remote.c: Include "memory-map.h".
1059         (PACKET_qXfer_memory_map): New enum value.
1060         (remote_protocol_features): Add qXfer:memory-map:read.
1061         (remote_xfer_partial): Handle memory maps.
1062         (remote_memory_map): New.
1063         (init_remote_ops, init_remote_async_ops): Set to_memory_map.
1064         (_initialize_remote): Register qXfer:memory-map:read.
1065         * target.c (update_current_target): Mention to_memory_map.
1066         (target_memory_map, target_pre_inferior): New.
1067         (target_preopen): Call target_pre_inferior.
1068         * target.h: Include "vec.h".
1069         (enum target_object): Add TARGET_OBJECT_MEMORY_MAP.
1070         (struct target_ops): Add to_memory_map.
1071         (target_memory_map, target_pre_inferior): New prototypes.
1072         * memory-map.c, memory-map.h, xml-support.c, xml-support.h: New files.
1073
1074 2006-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
1075
1076         * ada-lex.l (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
1077         (strtoulst): Moved to ...
1078         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
1079         (strtoulst): ... here.  Enhanced to behave more similarly
1080         to strtoul.
1081         * defs.h (strtoulst): New prototype.
1082
1083 2006-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
1084
1085         * Makefile.in (memattr_h, memattr.o): Update.
1086         * memattr.h: Include "vec.h".
1087         (struct mem_region): Remove linked list pointer.
1088         (mem_region_s): New typedef and corresponding vector.
1089         * memattr.c: Include "vec.h".
1090         (mem_region_chain): Delete.
1091         (mem_region_list): New vector pointer.
1092         (mem_region_lessthan): New function.
1093         (create_mem_region): Remove unused return value.  Use vector
1094         operations.  Remove linear search.
1095         (delete_mem_region): Delete.
1096         (lookup_mem_region): Use vector operations.  Add a FIXME.
1097         (mem_info_command): Update to work with vectors.
1098         (mem_enable, mem_enable_command, mem_disable, mem_disable_command)
1099         (mem_free, mem_delete): Likewise.
1100
1101 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
1102
1103         * vec.h: New file.
1104         * vec.c: New file.
1105         * Makefile.in (SFILES): Add vec.c.
1106         (vec_h): New.
1107         (COMMON_OBJS): Add vec.o.
1108         (vec.o): New target.
1109
1110 2006-09-20  Daniel Jacobowitz  <dan@codesourcery.com>
1111
1112         PR remote/2154
1113         * remote.c (remote_thread_alive): Remove local buf.
1114         (remote_get_threadinfo): Remove local threadinfo_pkt.
1115         (remote_get_threadlist): Remove unused threadlist_packet.
1116         (remote_current_thread): Remove local buf.
1117         (remote_threads_info): Set bufp after getpkt.
1118         (remote_threads_extra_info): Remove local bufp.
1119         (get_offsets): Set buf after getpkt.
1120         (remote_check_symbols): Set reply after getpkt.
1121         (remote_vcont_probe): Set buf after getpkt.
1122         (remote_resume): Set buf after set_thread.
1123         (remote_wait, remote_async_wait): Set buf after getpkt.
1124         (fetch_register_using_p): Set buf after remote_send.
1125         (remote_fetch_registers): Likewise.
1126         (store_register_using_P): Don't use buf after remote_send.
1127         (check_binary_download, remote_write_bytes)
1128         (remote_read_bytes, remote_rcmd): Remove local buf.
1129
1130 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
1131
1132         * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Don't emit error
1133         if high requested frame number is larger than number of available 
1134         frames.
1135         
1136 2006-09-16  Nick Roberts  <nickrob@snap.net.nz>
1137
1138         * linux-nat.c (linux_test_for_tracefork): Don't leave zombie
1139         process.
1140
1141 2006-09-16  Andrzej Zaborowski  <balrog@zabor.org>
1142
1143         * interps.c (interpreter_exec_cmd): Restore interpreter properties.
1144
1145 2006-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
1146
1147         PR threads/2149
1148         * infrun.c (handle_inferior_event): Context switch after fork
1149         and exec events.
1150
1151 2006-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
1152
1153         * infcall.c (call_function_by_hand): Check for function pointer
1154         types.
1155
1156 2006-09-10  Andreas Schwab  <schwab@suse.de>
1157
1158         * m68k-tdep.c (m68k_analyze_register_saves): Fix decoding of
1159         `move.l %R,-(%sp)'.
1160
1161 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
1162
1163         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Don't emit 
1164         error if high requested frame number is larger then number 
1165         of available frames.
1166         
1167 2006-09-07  Joel Brobecker  <brobecker@adacore.com>
1168
1169         From Stephan Springl  <springl-gdb@bfw-online.de>
1170         * fork-child.c (fork_inferior): Fix typo.
1171
1172 2006-08-28  DJ Delorie  <dj@redhat.com>
1173
1174         * m32c-tdep.c (m32c_decode_srcdest4): Initialize fields in sd
1175         that may not be initialized elsewhere.
1176         (m32c_decode_sd23): Likewise.
1177
1178 2006-08-25  Daniel Jacobowitz  <dan@codesourcery.com>
1179
1180         * buildsym.c (finish_block): Don't adjust the boundaries of
1181         nested functions.
1182
1183 2006-08-24  Andreas Schwab  <schwab@suse.de>
1184
1185         * symfile.c (add_symbol_file_command): Fix off-by-one when
1186         extending sect_opts.
1187
1188 2006-08-24  Nick Roberts  <nickrob@snap.net.nz>
1189
1190         * mi/gdb-mi.el: Refer to next release of Emacs as 22.1.
1191
1192 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
1193
1194         * mi/gdb-mi.el (gdbmi): Remove gdb-force-update, initialize
1195         other variables.
1196         (gdbmi-send): Ensure any text properties can be removed.
1197         (gdbmi-prompt1): Update to gdb-ui.el
1198         (gud-gdbmi-marker-filter): Defer setting of gud-running.
1199         Keep gdb-done-regexp for partial-output-buffer.
1200         (gdb-stack-list-frames-handler): Add face to function names.
1201
1202 2006-08-22  Mark Kettenis  <kettenis@gnu.org>
1203
1204         * valprint.c (val_print_type_code_flags): Fix GNU coding standards
1205         violation.
1206
1207         * alpha-tdep.c (alpha_register_to_value, alpha_value_to_register)
1208         (alpha_push_dummy_call, alpha_extract_return_value)
1209         (alpha_breakpoint_from_pc, alpha_read_insn)
1210         (alpha_get_longjmp_target, alpha_supply_int_regs)
1211         (alpha_fill_int_regs, alpha_supply_fp_regs, alpha_fill_fp_regs)
1212         (alpha_next_pc): Use gdb_byte instead of (unsigned) char where
1213         appropriate.
1214
1215         * sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type)
1216         (sparc64_fprs_type): New variables.
1217         (sparc64_init_types): New function.:
1218         (sparc64_register_info): Use appropriate flag types for %fsr and
1219         %fprs.
1220         (sparc64_pseudo_register_info): Use appropriate type for %pstate.
1221         (_initialize_sparc64_tdep): New function.
1222
1223         * valprint.c (val_print_type_code_flags): Fix for bitfields larger
1224         than 32 bits.
1225
1226         * gdbtypes.c (init_flags_type): Set all fields to zero instead of
1227         just the first one.
1228
1229 2006-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
1230
1231         * Makefile.in (INTERNAL_CPPFLAGS): New.
1232         (INTERNAL_CFLAGS_BASE): Use it.
1233
1234 2006-08-22  Michael Snyder  <Michael.Snyder@PalmSource.com>
1235
1236         * MAINTAINERS: Update my email address.
1237
1238 2006-08-19  Daniel Jacobowitz  <dan@codesourcery.com>
1239
1240         * Makefile.in (amd64_linux_tdep_h): New.
1241         (amd64-linux-nat.o, amd64-linux-tdep.o): Update.
1242         * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Add
1243         ORIG_RAX.
1244         (_initialize_amd64_linux_nat): Set amd64_native_gregset64_num_regs.
1245         * amd64-linux-tdep.c (amd64_linux_register_name)
1246         (amd64_linux_register_type, amd64_linux_register_reggroup_p)
1247         (amd64_linux_write_pc): New.
1248         (amd64_linux_init_abi): Use them, and update num_regs.
1249         * amd64-linux-tdep.h: New file.
1250         * amd64-tdep.c (amd64_register_name, amd64_register_type): Make
1251         public.
1252         * amd64-tdep.h (amd64_register_name, amd64_register_type): New
1253         prototypes.
1254
1255         * regformats/reg-x86-64-linux.dat: New file.
1256
1257 2006-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
1258
1259         * infrun.c (handle_inferior_event): Check the current frame ID
1260         before unwinding to the previous frame.
1261
1262 2006-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
1263
1264         * dwarf2read.c (quirk_gcc_member_function_pointer): Add GCC PR
1265         number in a comment.
1266
1267 2006-08-18  Mark Kettenis  <kettenis@gnu.org>
1268
1269         * sparc-nat.c (sparc_xfer_wcookie): Signal EOF.  Tweak comment.
1270
1271 2006-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
1272
1273         * dwarf2read.c (quirk_gcc_member_function_pointer): New.
1274         (read_structure_type): Call it.
1275
1276 2006-08-16  Daniel Jacobowitz  <dan@codesourcery.com>
1277
1278         * NEWS: Mention "set trust-readonly-sections" fix.
1279
1280 2006-08-16  Daniel Jacobowitz  <dan@codesourcery.com>
1281
1282         * remote.c, target.c: Strip trailing whitespace.
1283
1284 2006-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
1285
1286         PR remote/1966
1287         * dcache.c (dcache_write_line): Use target_write.
1288         (dcache_read_line): Use target_read.
1289         * mi/mi-main.c (mi_cmd_data_read_memory): Use target_read.
1290         * symfile.c (struct load_section_data): Add new per-section
1291         members.
1292         (load_progress): New function.
1293         (load_section_callback): Pass load_progress to the new
1294         target_write_with_progress.
1295         * target.c (current_xfer_partial, memory_xfer_partial): New.
1296         (target_xfer_partial): New prototype.
1297         (target_xfer_memory, target_xfer_partial_p, xfer_using_stratum)
1298         (do_xfer_memory, target_xfer_memory_partial)
1299         (target_read_memory_partial, target_write_memory_partial): Delete.
1300         (trust_readonly): Move higher in the file.
1301         (update_current_target): Use current_xer_partial.
1302         (target_xfer_partial): Use memory_xfer_partial.  Handle
1303         TARGET_OBJECT_RAW_MEMORY specially.
1304         (target_read_memory): Use target_read.
1305         (target_write_memory): Use target_write.
1306         (default_xfer_partial): Call to_xfer_partial directly.
1307         (target_write_with_progress): New function, based on target_write.
1308         (target_write): Call it.
1309         * target.h (enum target_object): Add TARGET_OBJECT_RAW_MEMORY.
1310         (target_write_with_progress): New prototype.
1311         (do_xfer_memory, target_read_memory_partial)
1312         (target_write_memory_partial): Delete prototypes.
1313
1314 2006-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
1315
1316         * remote.c (remote_write_bytes): Take a const buffer argument.
1317         Do the checks from remote_xfer_memory.
1318         (remote_read_bytes): Do the checks from remote_xfer_memory.
1319         (remote_xfer_memory): Remove checks pushed into lower level
1320         functions.
1321         (remote_xfer_partial): Call remote_write_bytes and remote_read_bytes
1322         directly.
1323         * remote.h (remote_write_bytes): Update prototype.
1324
1325 2006-08-11  Andrew Stubbs  <andrew.stubbs@st.com>
1326
1327         * NEWS: Add 'set trace-commands' command.
1328
1329 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
1330
1331         * cli/cli-script.c (execute_user_command): Update command_next_depth
1332         on user-command call.
1333
1334 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
1335
1336         * NEWS: Add entry for new substitute-path commands.
1337
1338 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
1339
1340         * source.c: #include gdb_assert.h.
1341         (substitute_path_rule): New struct.
1342         (substitute_path_rules): New static global variable.
1343         (substitute_path_rule_matches): New function.
1344         (get_substitute_path_rule): New function.
1345         (rewrite_source_path): New function.
1346         (find_and_open_source): Add source path rewriting support.
1347         (strip_trailing_directory_separator): New function.
1348         (find_substitute_path_rule): New function.
1349         (add_substitute_path_rule): New function.
1350         (delete_substitute_path_rule): New function.
1351         (show_substitute_path_command): New function.
1352         (unset_substitute_path_command): New function.
1353         (set_substitute_path_command): New function.
1354         (_initialize_source): Add new substitute-path commands.
1355         * Makefile.in (source.o): Add dependency on gdb_assert.h.
1356
1357 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
1358
1359         * i386-tdep.c (i386_follow_jump): Use read_memory_nobpt to read
1360         instructions.
1361         (i386_analyze_struct_return): Likewise.
1362         (i386_skip_probe): Likewise.
1363         (i386_match_insn): Likewise.
1364         (i386_analyze_frame_setup): Likewise.
1365         (i386_analyze_register_saves): Likewise.
1366         (i386_skip_prologue): Likewise.
1367
1368 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
1369
1370         * gdbcore.h (read_memory_nobpt): New function name instead of
1371         deprecated_read_memory_nobpt.
1372         * breakpoint.c (read_memory_nobpt): New function name instead
1373         of deprecated_read_memory_nobpt.
1374         Adjust calls to old deprecated_read_memory_nobpt accordingly.
1375         * alpha-tdep.c: Adjust calls to deprecated_read_memory_nobpt
1376         accordingly.
1377         * alphanbsd-tdep.c: Likewise.
1378         * frame.c: Likewise.
1379         * frv-tdep.c: Likewise.
1380         * hppa-linux-tdep.c: Likewise.
1381         * hppa-tdep.c: Likewise.
1382         * i386-linux-nat.c: Likewise.
1383         * m68klinux-tdep.c: Likewise.
1384         * mips-tdep.c: Likewise.
1385         * s390-tdep.c: Likewise.
1386
1387 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
1388
1389         * configure.ac: Check for expat.
1390         * acinclude.m4: Include AC_LIB_HAVE_LINKFLAGS dependencies.
1391         * Makefile.in (LIBEXPAT): New.
1392         (CLIBS): Include $(LIBEXPAT).
1393         * README: Mention expat.
1394         * configure, config.in: Regenerated.
1395
1396 2006-08-08  Joel Sherrill <joel.sherrill@oarcorp.com>
1397
1398         * config/sparc/embed.mt: New file.
1399         * configure.tgt (sparc-*-rtems*): Use embed.mt.
1400
1401 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
1402
1403         * Makefile.in (objfiles.o, symfile.o): Update.
1404         * objfiles.c: Include "expression.h" and "parser-defs.h".
1405         (free_objfile): Clear global blocks.
1406         * symfile.c: Include "parser-defs.h".
1407         (clear_symtab_users): Clear global blocks.
1408
1409 2006-08-08  Thiemo Seufer  <ths@mips.com>
1410
1411         * breakpoint.c (update_breakpoints_after_exec): Fix type mismatch.
1412
1413 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
1414
1415         * symfile.c (download_write_size): Remove.
1416         (show_download_write_size): Remove.
1417         (load_section_callback): Don't use download_write_size.
1418         (_initialize_symfile): Don't register download_write_size.
1419         * NEWS: Mention 'download-write-size' removal.
1420
1421 2006-08-06  Daniel Jacobowitz  <dan@codesourcery.com>
1422
1423         * expprint.c (print_subexp_standard, dump_subexp_body_standard): Add
1424         support for member pointers.
1425
1426 2006-08-02  Mark Kettenis  <kettenis@gnu.org>
1427
1428         * arm-tdep.h: Add multiple inclusion protection.
1429         (struct gdbarch): Add forward declaration.
1430         (armobsd_regset_from_core_section): New prototype.
1431         * armbsd-tdep.c: New file.
1432         * armobsd-tdep.c: Include "gdb_string.h".
1433         (armobsd_init_abi): Set regset_from_core_section.
1434         (armobsd_core_osabi_sniffer): New function.
1435         (_initialize_armobsd_tdep): Register armobsd_core_osabi_sniffer.
1436         * Makefile.in (ALLDEPFILES): Add armbsd-tdep.c.
1437         (armbsd-tdep.o): New dependency.
1438         (armnbsd-tdep.o): Update dependencies.
1439         * config/arm/obsd.mt (TDEPFILES): Add armbsd-tdep.o and corelow.o.
1440
1441 2006-08-02  Thiemo Seufer  <ths@mips.com>
1442
1443         * linux-thread-db.c (thread_db_get_thread_local_address): Fix type
1444         mismatch.
1445         * tui/tui-stack.c (tui_show_frame_info): Likewise.
1446
1447 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
1448
1449         * c-exp.y (type): Remove incorrect pointer to member case.
1450         * objc-exp.y (type): Likewise.
1451         * p-exp.y (type): Likewise.
1452
1453 2006-08-01  Mark Kettenis  <kettenis@gnu.org>
1454
1455         * arm-tdep.h (enum struct_return): New.
1456         (struct gdbarch_tdep): Add struct_return member.
1457         * arm-tdep.c (arm_return_value): Return
1458         RETURN_VALUE_STRUCT_CONVENTION for aggregates when the ABI uses
1459         pcc_struct_return.
1460         (arm_gdbarch_init): Default to reg_struct_return.
1461         * armobsd-tdep.c (armobsd_init_abi): Set pcc_struct_return.
1462
1463 2006-07-31  Mark Kettenis  <kettenis@gnu.org>
1464
1465         * alpha-tdep.h (ALPHA_S0_REGNUM): New define.
1466         * alphabsd-nat.c: Include <sys/types.h>, <sys/signal.h>,
1467         <machine/pcb.h> and "bsd-kvm.h".
1468         (alphabsd_supply_pcb): New function.
1469         (_initialize_alphabsd_nat): Enable libkvm interface.
1470         * Makefile.in (alphabsd-nat.o): Update dependencies.
1471         * config/alpha/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1472         (LOADLIBES): New variable.
1473         * config/alpha/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1474         (LOADLIBES): New variable.
1475
1476 2006-07-31  Fred Fish  <fnf@specifix.com>
1477
1478         * arm-tdep.c (arm_make_prologue_cache): Use FRAME_OBSTACK_ZALLOC
1479         instead of calling frame_obstack_zalloc directly.
1480         (arm_make_stub_cache): Ditto.
1481         * frame-unwind.h: Ditto.
1482         * frame.c (create_new_frame): Ditto.
1483
1484 2006-07-27  Bob Wilson  <bob.wilson@acm.org>
1485
1486         * MAINTAINERS (Write After Approval): Add myself.
1487
1488 2006-07-27  Bob Wilson  <bob.wilson@acm.org>
1489
1490         * main.c (captured_main): Print a newline after calling
1491         print_gdb_version instead of waiting until after the symbol file
1492         has been read.  Adjust error_pre_print, quit_pre_print, and
1493         warning_pre_print values.
1494
1495 2006-07-27  Roger Sayle  <roger@eyesopen.com>
1496             Daniel Jacobowitz  <dan@codesourcery.com>
1497
1498         * irix5-nat.c (fetch_core_registers): Simplify and correct logic.
1499
1500 2006-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
1501
1502         * target.h (target_read_stralloc): New prototype.
1503         * target.c (target_read_alloc_1): Renamed from target_read_alloc.
1504         Take new PADDING argument.
1505         (target_read_alloc): Use it.
1506         (target_read_stralloc): New function.
1507
1508 2006-07-26  Daniel Jacobowitz  <dan@codesourcery.com>
1509
1510         * remote.c (remote_protocol_features): Correct qPart to qXfer.
1511
1512 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
1513
1514         * eval.c (evaluate_subexp_for_address): Don't incorrectly discard
1515         calls to C++ operator*.
1516
1517 2006-07-24  Roger Sayle  <roger@eyesopen.com>
1518             Daniel Jacobowitz  <dan@codesourcery.com>
1519
1520         * solib-irix.c (gdb_int32_bytes): Use gdb_byte instead of char.
1521         (gdb_int64_bytes): Likewise.
1522         (fetch_lm_info): Use .b fields of gdb_int32_bytes and gdb_int64_bytes
1523         as first argument to extract_unsigned_integer to silence compiler
1524         warnings.
1525
1526 2006-07-24  Frederic Riss  <frederic.riss@st.com>
1527
1528         * dwarf2read.c (struct dwarf2_per_objfile): Add has_section_at_zero 
1529         field.
1530         (dwarf2_locate_sections): Initialize 
1531         dwarf2_per_objfile->has_section_at_zero.
1532         (dwarf2_get_pc_bounds): Use dwarf2_per_objfile->has_section_at_zero 
1533         instead of HAS_RELOC test.
1534         (read_partial_die): Ditto.
1535
1536 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
1537
1538         * corefile.c (reopen_exec_file): Only check for an open exec file.
1539         Use exec_file_attach.
1540         * exec.c (exec_open): Make static.
1541         (exec_file_command): Don't use target_preopen.  Query directly about
1542         changing the file.
1543         * gdbcore.h (exec_open): Remove prototype.
1544
1545 2006-07-24  Frederic Riss  <frederic.riss@st.com>
1546
1547         * regcache.c (struct regcache): Make register_valid_p a signed char 
1548         array.
1549
1550 2006-07-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1551             Daniel Jacobowitz  <dan@codesourcery.com>
1552
1553         * linux-thread-db.c (thread_db_wait): Remove libthread_db
1554         after exec events.
1555
1556 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
1557
1558         * NEWS: Mention Windows cross debugging support.
1559
1560 2006-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
1561
1562         * linux-nat.c (linux_nat_add_target): Remove extern.
1563         * linux-nat.h (thread_db_init): New prototype.
1564
1565 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
1566
1567         * configure.tgt: Build gdbserver for Cygwin and mingw32.
1568
1569 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
1570
1571         * config/i386/cygwin.mt (DEPRECATED_TM_FILE): Delete.
1572         * config/i386/nm-cygwin.h: Add contents of tm-cygwin.h.
1573         * config/i386/tm-cygwin.h: Delete file.
1574
1575 2006-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1576
1577         * infrun.c (handle_inferior_event): Typo.
1578
1579 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
1580
1581         * cli/cli-cmds.c (source_verbose, trace_commands): New variables.
1582         (source_script): New function.
1583         (source_verbose_cleanup): New function.
1584         (source_command): Move old contents to source_script.
1585         Make function static. Parse -v option and call source_script.
1586         (init_cli_cmds): Update source command help.
1587         Add 'set trace-commands' command.
1588         * cli/cli-script.c (command_next_depth): New static variable.
1589         (suppress_next_print_command_trace): New static variable.
1590         (reset_command_nest_depth): New function.
1591         (print_command_trace): New function.
1592         (execute_control_command): Split the continue_control and break_control
1593         cases, add calls to print_command_trace and count the nest depth.
1594         (while_command): Set suppress_next_print_command_trace.
1595         (if_command): Likewise.
1596         * top.c (execute_command): Call print_command_trace.
1597         * cli/cli-cmds.h (source_verbose, trace_commands): New extern variables.
1598         (source_command): Change to source_script.
1599         * main.c (captued_main): Use source_script instead of source_command.
1600         * top.h (source_command): Change to source_script.
1601         * event-top.c (display_gdb_prompt): Call reset_command_nest_depth.
1602         * cli/cli-script.h (print_command_trace): Export.
1603         (reset_command_nest_depth): Likewise.
1604
1605 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
1606
1607         * eval.c (evaluate_struct_tuple): Skip static fields.
1608
1609 2006-07-19  Mark Kettenis  <kettenis@gnu.org>
1610
1611         * alphaobsd-tdep.c: Include "obsd-tdep.h".
1612         (alphaobsd_init_abi): Set skip_solib_resolver.
1613         * Makefile.in (alphaobsd-tdep.o): Update dependencies.
1614         * config/alpha/obsd.mt (TDEPFILES): Add obsd-tdep.o.
1615
1616         * arm-tdep.c (arm_gdbarch_init): Get default floating-point model
1617         from ELF flags for binaries produced by the GNU toolchain.
1618
1619 2006-07-18  Nathan Sidwell  <nathan@codesourcery.com>
1620
1621         * remote-fileio.c (remote_fileio_func_rename): Reorder to process
1622         input buffer before reading memory.
1623         (remote_fileio_func_stat): Likewise.
1624
1625 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1626
1627         * blockframe.c (find_pc_partial_function): Use the minimal symbol
1628         size to control the cache entry, if available.
1629         * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle minimal
1630         symbols with zero and non-zero sizes differently.
1631
1632 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1633
1634         * linux-thread-db.c (td_thr_getfpregs_p, td_thr_getgregs_p)
1635         (td_thr_setfpregs_p, td_thr_setgregs_p, thread_db_get_info)
1636         (thread_db_fetch_registers, thread_db_store_registers)
1637         (thread_db_thread_alive, thread_db_state_str): Delete.
1638         (thread_db_load): Don't look up regset functions.
1639         (thread_db_pid_to_str): Simplify.
1640         (thread_db_extra_thread_info): New.
1641         (init_thread_db_ops): Do not set to_fetch_registers,
1642         to_store_registers, or to_thread_alive.  Set to_extra_thread_info.
1643         * Makefile.in: Remove linux-thread-db.o rule.
1644
1645 2006-07-18  Mark Kettenis  <kettenis@gnu.org>
1646
1647         * armobsd-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
1648         (armobsd_sigframe_init): New function.
1649         (armobsd_sigframe): New variable.
1650         (armobsd_init_abi): Prepend armobsd_sigframe unwinder.
1651         * Makefile.in (armobsd-tdep.o): Update dependencies.
1652
1653 2006-07-18  Denis PILAT  <denis.pilat@st.com>
1654
1655         * monitor.c: Remove unused prototypes.
1656
1657 2006-07-18  Vladimir Prus  <vladimir@codesourcery.com>
1658
1659         * target.c (tcomplain): Mark with ATTR_NORETURN.
1660
1661         * defs.h (print_transfer_performance): Improve comments.
1662
1663 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
1664
1665         * printcmd.c: Coding style fixes: add missing spaces in comments
1666         and wrapping long lines.
1667         (delete_display, enable_display_command, disable_display_command)
1668         (printf_command, display_info, undisplay_command, free_display)
1669         (display_command, x_command, address_info, set_command)
1670         (inspect_command, call_command, print_command, print_command_1)
1671         (validate_format, print_formatted, decode_format, sym_format):
1672         Remove prototypes.
1673         (x_command): Make static.
1674         (printf_command): Convert error into internal consistency check.
1675         (address_info): Avoid assignment within function call.
1676         (printf_command): Avoid redundant cast.
1677         * tracepoint.c (x_command): Remove extern prototype.
1678
1679         * armobsd-tdep.c (armobsd_init_abi): Set skip_solib_resolver.
1680         * Makefile.in (armobsd-tdep.o): Update dependencies.
1681         * config/arm/obsd.mt (TDEPFILES): Add obsd-tdep.o.
1682
1683 2006-07-16  Mark Kettenis  <kettenis@gnu.org>
1684
1685         * armobsd-tdep.c: New file.
1686         * Makefile.in (ALLDEPFILES): Add armobsd-tdep.c.
1687         (armobsd-tdep.o): New dependency.
1688         * config/arm/obsd.mt: New file.
1689         * configure.tgt: (arm*-*-openbsd*): Set gdb_target to obsd.
1690
1691         * gdbarch.sh (deprecated_saved_pc_after_call): Delete.
1692         * gdbarch.h, gdbarch.c: Re-generate.
1693
1694         * arm-tdep.c (arm_saved_pc_after_call): Delete.
1695         (arm_gdbarch_init): Do not set deprecated_saved_pc_after_call.
1696
1697 2006-07-16  Alfred M. Szmidt  <ams@gnu.org>
1698         
1699         * gnu-nat.c: Undefine _process_user_ before including
1700         <hurd/process_request.h>.
1701         (gnu_resume): Supply missing argument to error().
1702         (gnu_read_inferior): Add extra parenthesis around arithmetic
1703         expression to silence warnings from GCC.
1704         (gnu_write_inferior): Likewise.
1705         (gnu_xfer_memory): Changed type of MYADDR to `gdb_byte *'.
1706
1707 2006-07-16  Mark Kettenis  <kettenis@gnu.org>
1708
1709         * armnbsd-tdep.c (arm_netbsd_elf_init_abi): Use
1710         svr4_ilp_fetch_link_map_offsets.
1711
1712 2006-07-15  Mark Kettenis  <kettenis@gnu.org>
1713
1714         * armnbsd-tdep.c: Don't include "nbsd-tdep.h".
1715         * config/arm/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
1716         (DEPRECATED_TM_FILE): Remove.
1717         * Makefile.in (armnbsd-tdep.o): Update dependencies.
1718         
1719 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
1720
1721         * PROBLEMS: Document threads/2137.
1722
1723 2006-07-13  Mark Kettenis  <kettenis@gnu.org>
1724
1725         * config/alpha/tm-nbsd.h: Remove file.
1726         * config/alpha/nbsd.mt (DEPRECATED_TM_FILE): Remove.
1727
1728 2006-07-13  Corinna Vinschen  <vinschen@redhat.com>
1729
1730         * mips-tdep.c (mips_integer_to_address): Simplify be calling
1731         extract_signed_integer directly.  Fix comment.
1732
1733 2006-07-13  Corinna Vinschen  <vinschen@redhat.com>
1734
1735         * m32c-tdep.c (m32c_banked_register): New function.
1736         (m32c_banked_read): Use m32c_banked_register function to evaluate
1737         real register number.
1738         (m32c_banked_write): Ditto.
1739         (m32c_virtual_frame_pointer): New function.
1740         (m32c_gdbarch_init): Add set_gdbarch_virtual_frame_pointer call.
1741
1742 2006-07-13  Nathan Sidwell  <nathan@codesourcery.com>
1743
1744         * m68k-tdep.c (m68k_frame_align): New.
1745         (m68k_gdbarch_init): Set frame_align here.
1746
1747 2006-07-13  Denis PILAT  <denis.pilat@st.com>
1748
1749         * interps.c (interpreter_completer): Allocate one more item to the
1750         'matches' list and set them all to 0 with a xcalloc.
1751
1752 2006-07-13  Nick Roberts  <nickrob@snap.net.nz>
1753
1754         * annotate.c (annotate_frame_begin): Re-instate frame-begin
1755         annotation for level 3 annotations.
1756
1757 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
1758             Daniel Jacobowitz  <dan@codesourcery.com>
1759
1760         * infcall.c (value_arg_coerce): Use value_cast_pointers for
1761         references.  Avoid value_cast to a reference type.  Don't silently
1762         convert pointers to references.
1763         * valops.c (value_cast_pointers): New, based on value_cast.
1764         (value_cast): Use it.  Reject reference types.
1765         (value_ref): New.
1766         (typecmp): Use it.
1767         * value.h (value_cast_pointers, value_ref): New prototypes.
1768
1769 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
1770
1771         * remote.c (unpack_varlen_hex): Correct type of retval.
1772         Reported by Zhigang Gong <zhigang.gong@gmail.com>.
1773
1774 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
1775
1776         * dwarf2read.c (dwarf2_symbol_mark_computed): Handle corrupted
1777         or missing location list information.  Suggested by Jan
1778         Kratochvil <lace@jankratochvil.net>.
1779
1780 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
1781
1782         * Makefile.in (arm_linux_tdep_h): New variable.
1783         (arm-linux-nat.o, arm-linux-tdep.o): Update.
1784         * arm-linux-nat.c: Include "arm-linux-tdep.h".
1785         (typeNone, typeSingle, typeDouble, typeExtended)
1786         (FPWORDS, ARM_CPSR_REGNUM, FPREG, FPA11)
1787         (fetch_nwfpe_single, fetch_nwfpe_double, fetch_nwfpe_none)
1788         (fetch_nwfpe_extended, fetch_nwfpe_register, store_nwfpe_single)
1789         (store_nwfpe_double, store_nwfpe_extended, store_nwfpe_register):
1790         Delete.
1791         (fetch_fpregister, fetch_fpregs, store_fpregister, store_fpregs):
1792         Use gdb_byte buffers, NWFPE_FPSR_OFFSET, supply_nwfpe_register,
1793         and collect_nwfpe_register.
1794         (fill_gregset, supply_gregset, fill_fpregset, supply_fpregset): Use
1795         new regset functions.
1796         * arm-linux-tdep.c: Include "regset.h" and "arm-linux-tdep.h".
1797         (arm_apcs_32): New declaration.
1798         (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
1799         (arm_linux_collect_gregset, typeNone, typeSingle, typeDouble)
1800         (typeExtended, supply_nwfpe_register, collect_nwfpe_register)
1801         (arm_linux_supply_nwfpe, arm_linux_collect_nwfpe)
1802         (arm_linux_regset_from_core_section): New.
1803         (arm_linux_init_abi): Register arm_linux_regset_from_core_section.
1804         * arm-linux-tdep.h: New file.
1805         * arm-tdep.h (struct regset): Declare.
1806         (struct gdbarch_tdep): Add gregset, fpregset members.
1807         * config/arm/linux.mh (NATDEPFILES): Remove corelow.o and
1808         core-regset.o.
1809         * config/arm/linux.mt (TDEPFILES): Add corelow.o.
1810
1811 2006-07-12  Jan Kratochvil  <lace@jankratochvil.net>
1812
1813         * infrun.c (handle_inferior_event): Fixed typos in printf.
1814
1815 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
1816             Nathan Sidwell  <nathan@codesourcery.com>
1817
1818         * remote.c (REMOTE_ALIGN_WRITES): New.
1819         (remote_write_bytes): Align large write packets.  Remove unused
1820         payload_start variable.
1821
1822 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
1823
1824         * remote.c (PACKET_qXfer_auxv): New, renamed from PACKET_qPart_auxv.
1825         (remote_supported_packet): Remove #if 0.
1826         (remote_protocol_features): Add qPart:auxv:read.
1827         (remote_unescape_input): New function.
1828         (readchar): Don't mask off the high bit.
1829         (read_frame): Use fputstrn_filtered for packet data.
1830         (getpkt_sane): Return the number of bytes read or -1.  Use
1831         fputstrn_unfiltered.
1832         (remote_read_qxfer): New.
1833         (remote_xfer_partial): Use it for TARGET_OBJECT_AUXV.
1834         (_initialize_remote): Update packet registration.
1835         * defs.h (fputstrn_filtered): New prototype.
1836         * utils.c (fputstrn_filtered): New.
1837         * NEWS: Mention qXfer.
1838
1839 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
1840
1841         * target.c (target_read): Stop if target_read_partial returns 0
1842         when some bytes have already been read.
1843         (target_write): Likewise for target_write_partial.
1844         (target_read_partial, target_write_partial): Make static.
1845         (target_read_alloc): New.
1846         * target.h: Doc fixes.
1847         (target_read_partial, target_write_partial): Delete prototypes.
1848         (target_read_alloc): New prototype.
1849
1850         * auxv.c (target_auxv_read): Delete.
1851         (target_auxv_search, fprint_target_auxv): Use target_read_alloc.
1852         * auxv.h (target_auxv_read): Delete prototype.
1853         * avr-tdep.c (avr_io_reg_read_command): Use target_read_alloc.
1854         * ia64-tdep.c (getunwind_table, get_kernel_table): Likewise.
1855         * linux-nat.c (linux_nat_make_corefile_notes): Likewise.
1856         * procfs.c (procfs_make_note_section): Likewise.
1857         * remote.c (remote_xfer_partial): Don't loop here.
1858         * sparc-tdep.c (sparc_fetch_wcookie): Use target_read.
1859
1860 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
1861
1862         * arm-linux-tdep.c: Doc fixes.
1863         (ARM_SIGCONTEXT_R0, ARM_UCONTEXT_SIGCONTEXT)
1864         (ARM_OLD_RT_SIGFRAME_SIGINFO, ARM_OLD_RT_SIGFRAME_UCONTEXT)
1865         (ARM_NEW_RT_SIGFRAME_UCONTEXT, ARM_NEW_SIGFRAME_MAGIC): New
1866         constants.
1867         (arm_linux_sigreturn_init, arm_linux_rt_sigreturn_init): Support
1868         the new signal frame layouts.
1869
1870 2006-07-12  Mike Frysinger  <vapier@gentoo.org>:
1871             Daniel Jacobowitz  <dan@codesourcery.com>
1872
1873         * Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
1874         * gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise.
1875         * gdbarch.sh: Correct comment.
1876
1877 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
1878
1879         * MAINTAINERS: Add Alfred Szmidt for the Hurd.
1880
1881 2006-07-11  Mark Kettenis  <kettenis@gnu.org>
1882
1883         * alpha-tdep.h (ALPHA_INSN_SIZE): New define.
1884
1885 2006-07-10  Mark Kettenis  <kettenis@gnu.org>
1886
1887         * alphaobsd-tdep.c: New file.
1888         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Do not register a
1889         handler for GDB_OSABI_OPENBSD_ELF.
1890         * Makefile.in (ALLDEPFILES): Add alphaobsd-tdep.c.
1891         (alphaobsd-tdep.o): New target.
1892         * config/alpha/obsd.mt: New file.
1893         * configure.tgt (alpha*-*-openbsd*): Set gdb_target to obsd.
1894
1895 2006-07-10  Richard Henderson  <rth@redhat.com>
1896
1897         * alpha-tdep.h (struct gdbarch_tdep): Add return_in_memory.
1898         * alpha-tdep.c (alpha_register_byte): Remove.
1899         (alpha_extract_struct_value_address): Remove.
1900         (alpha_return_value): New.
1901         (alpha_return_in_memory_always): New.
1902         (alpha_gdbarch_init): Set tdep->return_in_memory.  Don't call
1903         set_gdbarch_deprecated_register_byte.  Do call set_gdbarch_return_value
1904         instead of set_gdbarch_deprecated_use_struct_convention,
1905         set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
1906         or set_gdbarch_deprecated_extract_struct_value_address.
1907         * alphafbsd-tdep.c (alphafbsd_return_in_memory): Rename from
1908         alphafbsd_use_struct_convention, remove gcc_p argument.
1909         (alphafbsd_init_abi): Set tdep->return_in_memory instead of
1910         set_gdbarch_deprecated_use_struct_convention.
1911
1912 2006-07-09  Mark Kettenis  <kettenis@gnu.org>
1913
1914         * alphabsd-tdep.h (alphanbsd_regset_from_core_section): New
1915         prototype.
1916         * alphanbsd-tdep.c (alphanbsd_regset_from_core_section): Handle
1917         a.out-style core file format here.  Make global.
1918         (alphanbsd_regset_from_core_section): Remove.
1919         (alphanbsd_sigtramp_offset): Make static.
1920         (alphanbsd_aout_init_abi): Remove.
1921         (alphanbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_ELF for
1922         a.out style core files.
1923         (_initialize_alphanbsd_tdep): Do not register a handler for
1924         GDB_OSABI_NETBSD_AOUT.
1925
1926         * alphabsd-tdep.h: Tweak comments.
1927         (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove.
1928         * alphanbsd-tdep.c: Reorder includes.  Include "regset.h".
1929         (ALPHANBSD_SIZEOF_GREGS, ALPHANBSD_SIZEOF_FPREGS): New defines.
1930         (alphanbsd_supply_fpregset, alphanbsd_supply_gregset)
1931         (alphanbsd_aout_supply_gregset): New functions.
1932         (alphanbsd_gregset, alphanbsd_fpregset, alphanbsd_aout_gregset):
1933         New variables.
1934         (alphanbsd_regset_from_core_section)
1935         (alphanbsd_aout_regset_from_core_section): New functions.
1936         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1937         (alphanbsd_core_fns, alphanbsd_elf_fns): Remove variables.
1938         (alphanbsd_init_abi): Set regset_from_core_section.
1939         (alphanbsd_aout_init_abi, alphanbsd_core_osabi_sniffer): New
1940         functions.
1941         (_initialize_alphanbsd_tdep): Register NetBSD core file sniffer.
1942         Use alphanbsd_aout_init_abi whre appropriate.  Don't call
1943         deprecated_add_core_fns.
1944         * Makefile.in (alphanbsd-tdep.o): Update dependencies.
1945
1946         * alphabsd-tdep.c (alphabsd_supply_reg, alphabsd_fill_reg)
1947         (alphabsd_supply_fpreg, alphabsd_fill_fpreg): Add missing spaces.
1948
1949         * alphanbsd-tdep.c (alphanbsd_init_abi): Use
1950         svr4_lp64_fetch_link_map_offsets instead of
1951         nbsd_lp64_solib_svr4_fetch_link_map_offsets.
1952
1953 2006-07-06  Andrew Stubbs  <andrew.stubbs@st.com>
1954
1955         * parse.c (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block
1956         write_exp_elt_longcst, write_exp_elt_dblcst, write_exp_elt_type,
1957         write_exp_elt_intern): Zero initialize tmp.
1958
1959 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
1960
1961         * remote.c (remote_xfer_partial): Remove KOD support.
1962         * target.h (enum target_object): Remove TARGET_OBJECT_KOD.
1963         * MAINTAINERS: Move Kernel Object Display entry to past maintainers.
1964         * Makefile.in (SFILES, kod_h, COMMON_OBS, kod.o, kod-cisco.o):
1965         Remove KOD support.
1966         * mi/mi-cmds.c (mi_cmds): Remove dummy KOD commands.
1967         * NEWS: Mention KOD.
1968         * kod.h, kod.c, kod-cisco.c: Delete files.
1969
1970 2006-07-04  Daniel Jacobowitz  <dan@codesourcery.com>
1971
1972         * remote.c (init_remote_state): Use xrealloc instead of xmalloc.
1973
1974 2006-07-03  Nathan J. Williams  <nathanw@wasabisystems.com>
1975
1976         * bsd-kvm.c (bsd_kvm_open): Open the KVM interface read-write if
1977         write_files is set.
1978
1979 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
1980
1981         * defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
1982
1983 2006-06-23  Daniel Jacobowitz  <dan@codesourcery.com>
1984
1985         * arm-tdep.c (arm_register_type): Use unsigned types for registers.
1986         Add special types for sp and pc.
1987         * Makefile.in (arm-tdep.o): Update.
1988
1989 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
1990
1991         * remote.c (remote_escape_output): New function.
1992         (remote_write_bytes): Use remote_escape_output.
1993
1994 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
1995
1996         * NEWS: Mention qSupported.
1997         * remote.c (struct remote_state): Add explicit_packet_size.
1998         (get_remote_packet_size): Check explicit_packet_size.
1999         (get_memory_packet_size): Likewise.
2000         (PACKET_qSupported): New enum value.
2001         (struct protocol_feature, remote_supported_packet)
2002         (remote_packet_size, remote_protocol_features)
2003         (remote_query_supported): New.
2004         (remote_open_1): Reset explicit_packet_size.  Call
2005         remote_query_supported.
2006         (_initialize_remote): Register qSupported.
2007
2008 2006-06-21  Andrew Stubbs  <andrew.stubbs@st.com>
2009
2010         * cli/cli-script.c (realloc_body_list): Zero new parts of body_list.
2011
2012 2006-06-20  Joel Brobecker  <brobecker@adacore.com>
2013
2014         * GDB 6.5 released from GDB 6.5 branch.
2015
2016 2006-06-19  Michael Snyder  <msnyder@redhat.com>
2017
2018         * mips-tdep.c (mips_eabi_push_dummy_call): For 32 bit ABI, to
2019         decide how many registers it takes to pass a floating point
2020         argument, what matters is the size of a floating point register
2021         (not the size of a general purpose register).
2022         (mips_o32_push_dummy_call): Ditto.
2023
2024 2006-06-19  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2025
2026         * configure.tgt: Add gdbserver support for m32r-linux.
2027
2028 2006-06-18  Mark Kettenis  <kettenis@gnu.org>
2029
2030         * m68klinux-tdep.c (m68k_linux_init_abi): Fix typo in comment.
2031
2032 2006-06-15  Daniel Jacobowitz  <dan@codesourcery.com>
2033
2034         * infrun.c (insert_step_resume_breakpoint_at_caller): New function,
2035         based on insert_step_resume_breakpoint_at_frame.
2036         (handle_inferior_event): Update comments.  Use
2037         insert_step_resume_breakpoint_at_caller.
2038         (insert_step_resume_breakpoint_at_frame): Revise comments.
2039
2040 2006-06-14  Daniel Jacobowitz  <dan@codesourcery.com>
2041
2042         * dwarf2read.c (read_unspecified_type): New function.
2043         (read_type_die): Handle DW_TAG_unspecified_type.
2044         (Committed by Julian Brown.)
2045
2046 2006-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
2047
2048         * symfile.c (load_command): Check for a changed executable before
2049         "load".
2050
2051 2006-06-13  Fred Fish  <fnf@specifix.com>
2052
2053         * mips-tdep.c (mips_find_long_section): New function.
2054         (mips_gdbarch_init): Use it to set long and pointer sizes.
2055
2056 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
2057
2058         * remote-file.io.c (remote_fileio_func_system): Treat zero length
2059         string as NULL.  Adjust for NULL pointer argument.
2060         * doc/gdb.texinfo (system): Document behaviour with zero length
2061         string.
2062
2063 2006-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
2064
2065         * remote.c (set_remote_protocol_packet_cmd)
2066         (show_remote_protocol_packet_cmd): New prototypes.
2067         (remote_set_cmdlist, remote_show_cmdlist): Move higher.
2068         (struct packet_config): Make name and title const.
2069         (add_packet_config_cmd): Remove unnecessary arguments.
2070         (_initialize_remote): Update calls.
2071
2072 2006-06-10  Daniel Jacobowitz  <dan@codesourcery.com>
2073
2074         * mingw-hdep.c (gdb_select): Always check for NULL fd sets
2075         before calling FD_ISSET.  Correct check for exceptfds which
2076         previously tested writefds.
2077
2078 2006-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
2079             Julian Brown  <julian@codesourcery.com>
2080
2081         * dwarf2read.c (partial_read_comp_unit_head): Accept version 3.
2082
2083 2006-06-09  Julian Brown  <julian@codesourcery.com>
2084
2085         * MAINTAINERS (Write After Approval): Add myself.
2086
2087 2006-06-08  Michael Snyder  <msnyder@redhat.com>
2088
2089         * mips-tdep.c (fp_register_arg_p): Recognize floating point typedefs.
2090
2091 2006-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2092
2093         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): New.
2094         (m68k_gdbarch_init): Set it for dwarf & dwarf2 reg number
2095         conversion. Use M68K_NUM_REGS for number of regs.
2096
2097         * remote-fileio.c (remote_fileio_reset): New.
2098         * remote-fileio.h (remote_fileio_reset): Prototype.
2099         * remote.c (extended_remote_restart, remote_open_1): Call it.
2100
2101         * remote.c (remote_open_1): Do preopen tasks before
2102         irreversably destroying state.
2103
2104 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
2105
2106         * remote.c (struct remote_state): New type, only containing
2107         buf and buf_size.
2108         (remote_state): New variable.
2109         (get_remote_state): New function.
2110         (struct remote_arch_state): Renamed from struct remote_state.
2111         Removed buf and buf_size.
2112         (get_remote_arch_state): Renamed from get_remote_state.  All
2113         necessary callers updated to call this function.
2114         (init_remote_state): Initialize the architecture-specific state.
2115         Update the target-specific state if necessary.
2116         (get_remote_packet_size): New function.  All previous references
2117         changed to use this accessor function.
2118         (packet_reg_from_regnum, packet_reg_from_pnum): Take a
2119         remote_arch_state instead of a remote_state.  All callers changed.
2120         (_initialize_remote): Initialize the packet buffer here.
2121
2122 2006-06-06  Nathan Sidwell  <nathan@codesourcery.com>
2123
2124         * remote.c (remote_insert_watchpoint): Return -1, rather than
2125         fatal error if packet is disabled.
2126         (remote_remove_watchpoint, remote_insert_hw_breakpoint,
2127         remote_remove_hw_breakpoint): Likewise.
2128
2129 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
2130
2131         * breakpoint.c (print_it_typical): Use EXEC_ASYNC_LOCATION_REACHED.
2132
2133 2006-05-31  Michael Snyder  <msnyder@redhat.com>
2134
2135         * mips-tdep.c: Comment tweaks.
2136
2137 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2138
2139         * Makefile.in (top_builddir): Update comments.
2140         (INTL_DIR, INTL_SRC): Delete.
2141         (INTL, INTL_DEPS, INTL_CFLAGS): Update.
2142         * acinclude.m4: Include new gettext macros.
2143         * configure.ac: Use ZW_GNU_GETTEXT_SISTER_DIR.  Remove copied
2144         CATALOGS code.
2145         * aclocal.m4, configure: Regenerated.
2146
2147 2006-05-30  Daniel Jacobowitz  <dan@codesourcery.com>
2148
2149         * Makefile.in (arm-linux-nat.o): Update dependencies.
2150         * arm-linux-nat.c: Include "gdb_proc_service.h".
2151         (PTRACE_GET_THREAD_AREA): Define.
2152         (ps_get_thread_area): New function.
2153
2154 2006-05-28  Alexandre Oliva  <aoliva@redhat.com>
2155
2156         * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
2157         DWARF2_FRAME_REG_SAVED_VAL_OFFSET and
2158         DWARF2_FRAME_REG_SAVED_VAL_EXP.
2159         * dwarf2-frame.c (execute_cfa_program): Handle val_offset,
2160         val_offset_sf and val_expression.
2161         (dwarf2_frame_prev_register): Handle the new reg rules.
2162         (dwarf2_frame_this_id): Use pc instead of function entry point.
2163
2164 2006-05-28  Alexandre Oliva  <aoliva@redhat.com>
2165
2166         * dwarf2-frame.c (struct dwarf2_cie): Add signal_frame field.
2167         (dwarf2_frame_sniffer): Use it.
2168         (decode_frame_entry_1): Set it according to augmentation "S".
2169
2170 2006-05-27  Joel Brobecker  <brobecker@adacore.com>
2171
2172         From Peter Schauer <peterschauer@gmx.net>
2173         * m2-typeprint.c (m2_record_fields): Move variable declarations
2174         to the begining of the block.
2175         
2176 2006-05-23  Mark Mitchell  <mark@codesourcery.com>
2177
2178         * mt-tdep.c (mt_register_name): Correct out-of-range logic to
2179         include additional registers. 
2180
2181         * mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2,
2182         Iscramb2, Qscramb2, Qchannel2.
2183         (mt_register_name): Likewise.
2184         (mt_copro_register_type): Describe ZI2 and ZQ2.
2185
2186         * mt-tdep.c (mt_gdb_regnums): Define
2187         MT_COPRO_PSEUDOREG_MAC_REGNUM.
2188         (mt_register_name): Use it.
2189         (mt_copro_register_type): Likewise.
2190         (mt_register_type): Likewise.
2191         (mt_pseudo_register_read): Likewise.  Read the MAC register, not
2192         the coprocessor register.
2193         (mt_pseudo_register_write): Likewise.
2194
2195 2006-05-21  Christopher Faylor  <cgf@timesys.com>
2196
2197         * win32-nat.c (cygwin_exceptions): New variable.
2198         (handle_exception): Treat a cygwin exception like a normal exception if
2199         cygwin_exceptions is true.
2200         (_initialize_win32_nat): Add "set cygwin-exceptions" handler.
2201
2202 2006-05-20  Gaius Mulley  <gaius@glam.ac.uk>
2203
2204         * NEWS: (Improved Modula-2 language support): New section.
2205
2206 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
2207
2208         * configure: Regenerate using proper version of autoconf.
2209
2210 2006-05-19  Fred Fish  <fnf@specifix.com>
2211
2212         * Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
2213         * dwarfread.c: Fix spelling of 'unexpected'.
2214         * mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
2215         * stack.c: Fix spelling of 'RETURN_VALUE'.
2216         
2217 2006-05-18  Paul Gilliam  <pgilliam@us.ibm.com
2218
2219         * solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.
2220
2221 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
2222
2223         * dwarf2-frame.c: Include "value.h".
2224         (read_reg): Use unpack_long and register_type.
2225         * Makefile.in (dwarf2-frame.o): Update.
2226
2227 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
2228
2229         * remote-rdp.c: Deleted.
2230         * NEWS: Mention removal of remote-rdp.c.
2231
2232         * Makefile.in (ALLDEPFILES): Remove remote-rdp.c.
2233         (remote-rdp.o): Delete.
2234         * README: Remove description of remote-rdp.c.
2235         * arm-tdep.c (arm_breakpoint_from_pc): Remove obsolete comment.
2236         * config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
2237
2238 2006-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
2239
2240         * ser-e7kpc.c: Include <time.h> if it is available.
2241
2242 2006-05-16  Joel Brobecker  <brobecker@adacore.com>
2243
2244         * version.in (version.in): Bump version number to 6.5.50 now
2245         that the gdb-6.5 branch has been created.
2246         * NEWS: Create a new section for changes that are included
2247         since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5"
2248         section.
2249
2250 2006-05-16  Jim Blandy  <jimb@codesourcery.com>
2251
2252         * MAINTAINERS (Authorized Committers): Gaius Mulley has accepted
2253         the Global Maintainers' invitation to be an authorized committer
2254         for the Modula-2 support.
2255
2256 2006-05-15  Mark Kettenis  <kettenis@gnu.org>
2257
2258         * ppcobsd-nat.c: Include "gdb_assert.h".
2259         [PT_GETFPREGS] (getfpregs_supplies): New function.
2260         (ppcobsd_fetch_registers, ppcobsd_fetch_registers): Hanlde OS
2261         versions that have PT_GETFPREGS.
2262         (_initialize_ppcobsd_nat) [PT_GETFPREGS]: Initialize
2263         ppcobsd_fpreg_offsets.
2264         * ppcobsd-tdep.h (ppcobsd_fpreg_offsets, ppcobsd_fpregset):
2265         Declare.
2266         * ppcobsd-tdep.c (ppcobsd_fpreg_offsets, ppcobsd_fpregset): New
2267         variables.
2268         (_initialize_ppcobsd_tdep): Initialize ppcobsd_fpreg_offsets.
2269         * Makefile.in (ppcobsd-nat.o): Update dependencies.
2270
2271 2006-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
2272
2273         * configure.ac: Use GCC_HEADER_STDINT.
2274         * acinclude.m4: Include stdint.m4.
2275         * Makefile.in (gdb_stdint_h): Define.
2276         (distclean): Remove gdb_stdint.h.
2277         (Makefile, stamp-h): Update rules to generate only the correct
2278         files.
2279         (gdb_stdint.h, stamp-int): New rules.
2280         * config.in, configure: Regenerated.
2281
2282 2006-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
2283
2284         * valprint.c: Include "exceptions.h".
2285         (val_print): If something goes wrong while printing, supply an
2286         error message.
2287
2288 2006-05-15  Peter O'Gorman  <gdb-patches@mlists.thewrittenword.com>
2289
2290         * source.c (get_current_source_symtab_and_line)
2291         (set_current_source_symtab_and_line): Use { 0 }.
2292         * cli/cli-cmds.c (list_command): Likewise.
2293
2294 2006-05-14  Nick Roberts  <nickrob@snap.net.nz>
2295
2296         * mi/gdb-mi.el (gdbmi-send): Correct regexp for repeat commands.
2297         (gdbmi): Use new variable name gdb-pc-address.
2298         (gdbmi-frame-handler):  Use new variable name gdb-pc-address.
2299         Check that a match has been found.
2300
2301 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
2302
2303         * m2-lang.h: Added function extern prototypes for
2304         m2_is_long_set and get_long_set_bounds.
2305         * m2-typeprint.c: Complete replacement.
2306         (m2_print_type): Walk the Modula-2 type tree.
2307         (m2_type_name): New function.
2308         (m2_range): New function.
2309         (m2_typedef): New function.
2310         (m2_array): New function.
2311         (m2_pointer): New function.
2312         (m2_ref): New function.
2313         (m2_unknown): New function.
2314         (m2_union): New function.
2315         (m2_procedure): New function.
2316         (m2_print_bounds): New function.
2317         (m2_short_set): New function.
2318         (m2_is_long_set): New function.
2319         (m2_get_discrete_bounds): New function.
2320         (m2_is_long_set_of_type): New function.
2321         (m2_long_set): New function.
2322         (m2_record_fields): New function.
2323         (m2_enum): New function.
2324         * dwarf2read.c: Modified.
2325         (read_set_type): New function.
2326         (process_die): Call read_set_type.
2327         (read_base_type): Modifed.
2328         (set_cu_language): Added Modula-2 case clause.
2329         * m2-valprint.c: Complete replacement.
2330         (print_function_pointer_address): New function.
2331         (get_long_set_bounds): New function.
2332         (m2_print_long_set): New function.
2333         (print_unpacked_pointer): New function.
2334         (print_variable_at_address): New function.
2335         (m2_val_print): Replaced.
2336         * gdb/MAINTAINERS (Write After Approval): Added
2337         Gaius Mulley  <gaius@glam.ac.uk>
2338
2339 2006-05-12  Mark Kettenis  <kettenis@gnu.org>
2340
2341         * ppcnbsd-tdep.h: Update copyright year.  Include <stddef.h>
2342         (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
2343         (ppcnbsd_fill_fpreg): Remove prototypes.
2344         (struct regset): Add forward declaration.
2345         (ppcnbsd_gregset, ppcnbsd_fpregset): Extern declarations.
2346         * ppcnbsd-tdep.c: Update copyright year.  Include "gdbtypes.h",
2347         "regset.h" and "gdb_string.h".  Don't include "breakpoint.h",
2348         "value.h", target.h and nbsd-tdep.h".  Reorder includes.
2349         (REG_FIXREG_OFFSET, REG_LR_OFFSET, REG_CR_OFFSET, REG_XER_OFFSET)
2350         (REG_CTR_OFFSET, REG_PC_OFFSET, SIZEOF_STRUCT_REG)
2351         (FPREG_FPR_OFFSET, FPREG_FPSCR_OFFSET, SIZEOF_STRUCT_FPREG):
2352         Remove macros.
2353         (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
2354         (ppcnbsd_fill_fpreg): Remove functions.
2355         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
2356         (ppcnbsd_core_fns, ppcnbsd_elfcore_fns): Remove variables.
2357         (ppcnbsd_reg_offsets): New variable.
2358         (ppcnbsd_gregset, ppcnbsd_fpregset): New variables.
2359         (ppcnbsd_sigtramp_cache_init): Deal with new signal trampoline
2360         introduced in NetBSD 2.0.
2361         (ppcnbsd_sigtramp): Provide complete signal trampoline.
2362         (ppcnbsd2_sigtramp): New variable.
2363         (ppcnbsd_init_abi): Set svr4_fetch_link_map_offsets to
2364         svr4_ilp32_fetch_link_map_offsets.  Set regset_from_core_section.
2365         Add ppcnbs2_sigtramp unwinder.
2366         (_initialize_ppcnbsd_tdep): Don't use deprecated_add_core_fns.
2367         Initialize ppcnbsd_reg_offsets.
2368         * ppcnbsd-nat.c: Update copyright year.  Reorder includes.
2369         (getregs_supplies): Use regnum instead of regno.
2370         (getfpregs_supplies): Likewise.
2371         (ppcnbsd_fetch_inferior_registers): Likewise.  Call
2372         ppc_supply_gregset and ppc_suppply_fpregset instead of
2373         ppcnbsd_supply_reg and ppcnbsd_supply_fpreg
2374         (ppcnbsd_store_inferior_registers): Likewise.  Call
2375         ppc_collect_gregset and ppc_collect_fpregset instead of
2376         ppcnbsd_fill_reg and ppcnbsd_fill_fpreg.
2377         (ppcnbsd_supply_pcb): Use `gdb_byte *' instead of `char *'.
2378         (_initialize_ppcnbsd_nat): Add some whitespace.
2379         * Makefile.in (ppcnbsd-nat.o, ppcnbsd-tdep.o): Update dependencies.
2380         * config/powerpc/nbsd.mh (NATDEPFILES): Remove infptrace.o.
2381         (NAT_FILE): Remove.
2382         * config/powerpc/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
2383
2384 2006-05-11  Alfred M. Szmidt  <ams@gnu.org>
2385
2386         * gnu-nat.c (inf_validate_procs): Don't use lvalue in assignments.
2387
2388 2006-05-11  Fred Fish  <fnf@specifix.com>
2389
2390         * symtab.c (skip_prologue_using_sal): Handle single line functions
2391         like "foo(){}", which may optimize down to a single return inst.
2392
2393 2006-05-10  Steve Ellcey  <sje@cup.hp.com>
2394
2395         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
2396         message.
2397
2398 2006-05-09  Andreas Schwab  <schwab@suse.de>
2399
2400         * dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
2401         (execute_cfa_program): Add parameter eh_frame_p.  Call
2402         dwarf2_frame_eh_frame_regnum when true.
2403         (dwarf2_frame_cache): Pass eh_frame_p from fde to
2404         execute_cfa_program.
2405         (decode_frame_entry_1): Call dwarf2_frame_eh_frame_regnum when
2406         processing .eh_frame.  Copy eh_frame_p to the new fde.
2407         (struct dwarf2_frame_ops): Add eh_frame_regnum.
2408         (dwarf2_frame_set_eh_frame_regnum): Define.
2409         (dwarf2_frame_eh_frame_regnum): Define.
2410
2411         * dwarf2-frame.h (dwarf2_frame_set_eh_frame_regnum): Declare.
2412         (dwarf2_frame_eh_frame_regnum): Declare.
2413
2414 2006-05-06  David S. Miller  <davem@sunset.davemloft.net>
2415
2416         * linux-nat.c (linux_nat_do_thread_registers): Check for
2417         NULL collect_regset method.
2418
2419 2006-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
2420
2421         * s390-tdep.c (s390_collect_regset): New function.
2422         (s390_gregset, s390x_gregset, s390_fpregset): Add it.
2423
2424 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
2425
2426         * dwarf2read.c: Make LOC_OPTIMIZED_OUT the default value for a
2427         symbol.
2428
2429 2006-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
2430
2431         * linux-nat.c (exit_lwp): Fix NULL pointer access.
2432         (linux_nat_handle_extended): New parameter STOPPING.
2433         (wait_lwp): Call it with STOPPING equals 1.
2434         (linux_nat_wait): Call it with STOPPING equals 0.
2435
2436 2006-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
2437
2438         * linux-nat.c (linux_nat_wait): Do not short-cut reporting
2439         of 'uninteresting' signals when single-stepping.
2440
2441 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
2442
2443         * MAINTAINERS: Move NEWS to the documentation entry.
2444
2445 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
2446
2447         * linux-nat.c (linux_nat_do_thread_registers): Use the
2448         regset_from_core_section infrastructure if the target
2449         supports it.
2450         * Makefile.in: Update dependencies.
2451         * linux-thread-db.c (thread_db_store_registers): Use
2452         regcache_raw_collect.
2453
2454 2006-05-05:  Paul Gilliam  <pgilliam@us.ibm.com>
2455
2456         * ppc-linux-nat.c: Clean up types for ptrace.
2457         Replace (CORE_ADDR) with  (uintptr_t) to avoid the size difference
2458         between a CORE_ADDR and a void* on ppc64 systems compiled for 32-bits.
2459
2460 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
2461
2462         * remote.c (remote_disconnect): Add TARGET argument.
2463         * target.c (debug_to_disconnect): Delete.
2464         (update_current_target): Do not inherit to_disconnect.
2465         (target_disconnect): Search for a target to implement to_disconnect.
2466         (setup_target_debug): Do not reference to_disconnect.
2467         * target.h (struct target_ops): Add target argument to
2468         to_disconnect.
2469
2470 2006-05-06  Fred Fish  <fnf@specifix.com>
2471
2472         * mips-tdep.c (mips_o64_push_dummy_call): Left shift big endian
2473         structs or unions independent of ABI register size.
2474
2475 2006-05-06  Fred Fish  <fnf@specifix.com>
2476
2477         * mips-tdep.c (mips_o64_return_value): Replace stub that always
2478         returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
2479
2480 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
2481
2482         * mi/mi-main.c (captured_mi_execute_command): Check the return
2483         value of -interpreter-exec.
2484
2485 2006-05-03  Vladimir Prus  <ghost@cs.msu.su>
2486
2487         * varobj.c (c_value_of_variable): Ignore top-level references.
2488         (Committed by Jim Blandy.)
2489
2490 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
2491
2492         * breakpoint.c (insert_single_step_breakpoint): Make a failure to
2493         insert a single-step breakpoint an error instead of a warning.
2494
2495 2006-05-01  Nathan J. Williams  <nathanw@wasabisystems.com>
2496
2497         * ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
2498         arguments from void * to gdb_byte *.
2499
2500 2006-04-26  Michael Snyder  <msnyder@redhat.com>
2501
2502         * linux-fork.c (_initialize_linux_fork): Rename "delete-fork"
2503         command to "delete fork" (no hyphen), compatible with other
2504         "delete" commands.
2505         (info_forks_command): Accept a fork ID argument, for info
2506         on a single fork.  Report if no matching forks.
2507
2508 2006-04-25  Mark Kettenis  <kettenis@gnu.org>
2509
2510         * breakpoint.c (remove_single_step_breakpoints): Bail out early if
2511         no breakpoints are inserted.
2512
2513         From Masaki MURANAKA <monaka@monami-software.com>:
2514         * mips-mdebug-tdep.c (mips_mdebug_frame_prev_register): Change
2515         type of last argument to `gdb_byte *'
2516
2517 2006-04-25  Jim Blandy  <jimb@codesourcery.com>
2518
2519         Add support for 'target remote |' on MinGW.
2520         * ser-mingw.c (struct pipe_state): New structure.
2521         (make_pipe_state, free_pipe_state, cleanup_pipe_state)
2522         (pipe_windows_open, pipe_windows_close, pipe_windows_read)
2523         (pipe_windows_write, pipe_wait_handle): New functions.
2524         (_initialize_ser_windows): Register a "pipe" interface based on
2525         them.
2526
2527 2006-04-24  Daniel Jacobowitz  <dan@codesourcery.com>
2528
2529         * ser-mingw.c: Include <conio.h>.
2530         (struct ser_console_state, struct net_windows_state): Add exit_select,
2531         have_stopped, thread.
2532         (pipe_select_thread, console_select_thread)
2533         (net_windows_select_thread): Don't create a local state copy or
2534         close stop_select.  Exit on exit_select instead of stop_select.  Set
2535         have_stopped.
2536         (console_select_thread): Don't report control keypresses as pending
2537         input.
2538         (pipe_select_thread): Allow stop_select to interrupt sleeping.
2539         (set_console_wait_handle): Create exit_select and have_stopped.
2540         Save the thread handle.  Check _kbhit before starting a thread.
2541         (ser_console_done_wait_handle): New.
2542         (ser_console_close): Close new handles.  Wait for the thread to
2543         exit.
2544         (new_windows_select_thread): Assert that an event occurred.
2545         (net_windows_wait_handle): Check for pending input before starting
2546         a thread.
2547         (net_windows_done_wait_handle): New.
2548         (net_windows_open): Create exit_select and have_stopped.
2549         Save the thread handle.
2550         (net_windows_close): Close new handles.  Wait for the thread to
2551         exit.
2552         (_intiialize_ser_windows): Register done_wait_handle methods.
2553
2554         * serial.c [USE_WIN32API] (serial_done_wait_handle): New.
2555         * serial.h [USE_WIN32API] (struct serial_ops): Add done_wait_handle.
2556         [USE_WIN32API] (serial_done_wait_handle): New prototype.
2557         * mingw-hdep.c (gdb_select): Use serial_done_wait_handle.
2558
2559 2006-04-23  Andreas Schwab  <schwab@suse.de>
2560
2561         * rs6000-tdep.c: Include "reggroups.h" only once.
2562         * Makefile.in (rs6000-tdep.o): Update dependencies.
2563
2564 2006-04-21  Frederic Riss  <frederic.riss@st.com>
2565
2566         * dwarf2read.c (dwarf2_start_subfile): Change prototype to accept
2567         compilation directory as last argument. 
2568         Always pass comp_dir as second argument to start_subfile and prepend
2569         dirname to the filename when necessary. 
2570         Remove now superfluous search for pre-existing subfile.
2571         (dwarf_decode_lines): Pass the compilation directory to
2572         dwarf2_start_subfile.
2573
2574 2006-04-20  Michael Snyder  <msnyder@redhat.com>
2575
2576         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
2577         Add support for the Renesas M32C and M16C.
2578
2579         * configure.tgt (m32c-*-*): New entry.
2580         * config/m32c/m32c.mt: New file.
2581         * m32c-tdep.c: New file.
2582         * Makefile.in (elf_m32c_h): New variable.
2583         (m32c-tdep.o): New rule.
2584         * NEWS: Mention new target.
2585         * MAINTAINERS: Designate Jim Blandy as responsible maintainer.
2586
2587 2006-04-20  Michael Snyder  <msnyder@redhat.com>
2588
2589         * remote.c: Fix spelling error in comment.
2590
2591 2006-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
2592
2593         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
2594         Correct type of VALUEP.  Reported by Jean-Rene Peulve
2595         <jr.peulve@wanadoo.fr>.
2596
2597 2006-04-19  Masaki Muranaka  <monaka@monami-software.com>
2598
2599         * m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
2600         netdb.h, netinet/in.h.
2601         (m32r_upload_command); Add calls WSAStartup().
2602         * remote-m32r-sdi.c: On MinGW, include winsock.h instead of
2603         netinet/in.h.
2604
2605 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
2606
2607         * breakpoint.c (deprecated_read_memory_nobpt): Update to use
2608         shadow_len.
2609         (insert_bp_location, reattach_breakpoints, remove_breakpoint)
2610         (delete_breakpoint): Update calls to changed methods.
2611         (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
2612         (single_step_breakpoints, insert_single_step_breakpoint)
2613         (remove_single_step_breakpoints): New.
2614         * breakpoint.h (struct bp_target_info): New.
2615         (struct bp_location): Replace shadow_contents with
2616         target_info and overlay_target_info.
2617         (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
2618         (insert_single_step_breakpoint, remove_single_step_breakpoints): New
2619         prototypes.
2620         * gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
2621         (memory_insert_breakpoint, memory_remove_breakpoint): Update second
2622         argument.
2623         * mem-break.c (default_memory_insert_breakpoint): Update.  Set
2624         placed_address, placed_size, and shadow_len.
2625         (default_memory_remove_breakpoint): Update.  Don't use
2626         BREAKPOINT_FROM_PC.
2627         (memory_insert_breakpoint, memory_remove_breakpoint): Update.
2628         * target.c (update_current_target): Update prototypes for changed
2629         functions.
2630         (debug_to_insert_breakpoint, debug_to_remove_breakpoint)
2631         (debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
2632         Update.
2633         * target.h: Forward declare struct bp_target_info.
2634         (struct target_ops): Use a bp_target_info argument for
2635         to_insert_breakpoint, to_remove_breakpoint,
2636         to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
2637         (target_insert_breakpoint, target_remove_breakpoint)
2638         (target_insert_hw_breakpoint, target_remove_hw_breakpoint)
2639         (memory_insert_breakpoint, memory_remove_breakpoint)
2640         (default_memory_insert_breakpoint, default_memory_remove_breakpoint):
2641         Update.
2642         * config/i386/nm-i386.h: Forward declare struct bp_target_info.
2643         (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
2644         (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
2645
2646         * gdbarch.c, gdbarch.h: Regenerated.
2647
2648         * alpha-tdep.c (alpha_software_single_step): Use
2649         insert_single_step_breakpoint and remove_single_step_breakpoints.
2650         Remove unused statics.
2651         * arm-tdep.c (arm_software_single_step): Likewise.  Add a note.
2652         * cris-tdep.c (cris_software_single_step): Likewise.
2653         * mips-tdep.c (mips_software_single_step): Likewise.
2654         * rs6000-tdep.c (rs6000_software_single_step): Likewise.
2655         * sparc-tdep.c (sparc_software_single_step): Likewise.
2656         * wince.c (struct thread_info_struct): Remove step_prev.
2657         (undoSStep): Use remove_single_step_breakpoints.
2658         (wince_software_single_step): Use insert_single_step_breakpoint.
2659
2660         * corelow.c (ignore): Remove unneeded prototype.  Update arguments.
2661         * exec.c (ignore): Likewise.
2662         * sol-thread.c (ignore): Likewise.
2663
2664         * procfs.c (dbx_link_shadow_contents): Delete.
2665         (dbx_link_bpt): New.
2666         (procfs_mourn_inferior): Remove it if necessary.
2667         (remove_dbx_link_breakpoint): Use it.
2668         (insert_dbx_link_bpt_in_file): Set it.
2669         (procfs_init_inferior): Don't update dbx_link_bpt_addr.
2670         * rs6000-nat.c (exec_one_dummy_insn): Use
2671         deprecated_insert_raw_breakpoint and
2672         deprecated_remove_raw_breakpoint.
2673         * solib-irix.c (shadow_contents, breakpoint_addr): Delete.
2674         (base_breakpoint): New.
2675         (disable_break): Use it.
2676         (enable_break): Set it.
2677
2678         * i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
2679         Update.
2680         * ia64-tdep.c (ia64_memory_insert_breakpoint)
2681         (ia64_memory_remove_breakpoint): Likewise.
2682         * m32r-tdep.c (m32r_memory_insert_breakpoint)
2683         (m32r_memory_remove_breakpoint): Likewise.
2684         * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
2685         Likewise.  Remove unnecessary prototypes.  Use placed_address
2686         and placed_size.  Removed useless read from memory.
2687         * nto-procfs.c (procfs_insert_breakpoint)
2688         (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
2689         (procfs_remove_hw_breakpoint): Update.
2690         * ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
2691         * ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
2692         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
2693         * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
2694         * remote-e7000.c (e7000_insert_breakpoint)
2695         (e7000_remove_breakpoint): Likewise.
2696         * remote-m32r-sdi.c (m32r_insert_breakpoint)
2697         (m32r_remove_breakpoint): Likewise.
2698         * remote-mips.c (mips_insert_breakpoint)
2699         (mips_remove_breakpoint): Likewise.
2700         * remote-rdp.c (remote_rdp_insert_breakpoint)
2701         (remote_rdp_remove_breakpoint): Likewise.
2702         (rdp_step): Use deprecated_insert_raw_breakpoint and
2703         deprecated_remove_raw_breakpoint.
2704         * remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
2705         Update.
2706         * remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
2707         Delete.
2708         (init_gdbsim_ops): Use memory_insert_breakpoint and
2709         memory_remove_breakpoint.
2710         * remote-st.c (st2000_insert_breakpoint)
2711         (st2000_remove_breakpoint): Update.  Remove unused
2712         BREAKPOINT_FROM_PC.
2713         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
2714         Update.  Use placed_address and placed_size.
2715         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
2716
2717 2006-04-12  Daniel Jacobowitz  <dan@codesourcery.com>
2718
2719         * remote.c (extended_remote_restart): Pass the correct length
2720         to getpkt.
2721
2722 2006-04-11  Jim Blandy  <jimb@codesourcery.com>
2723
2724         * serial.c (serial_open): Check for special cases at the front of
2725         the "device" name before scanning for the ':' that would indicate
2726         an IP-based connection.
2727
2728 2006-04-10  Christopher Faylor  <cgf@timesys.com>
2729
2730         * win32-nat.c (open_symbol_file_object): New function.
2731         (in_dynsym_resolve_code): Ditto.
2732         (init_win32_ops): Fill in fields which ought not to be NULL.
2733
2734 2006-04-10  Christopher Faylor  <cgf@timesys.com>
2735
2736         * win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything
2737         with saved context if __COPY_CONTEXT_SIZE is not defined.
2738         (handle_output_debug_string): Ditto.
2739
2740 2006-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
2741
2742         * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
2743
2744 2006-04-09  David S. Miller  <davem@sunset.davemloft.net>
2745
2746         * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
2747         frame sniffer.
2748         * sparc-tdep.c (sparc32_gdbarch_init): Make sure to call
2749         dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so
2750         that the latter can override.
2751         * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
2752
2753 2006-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
2754
2755         * s390-tdep.c (struct s390_prologue_data): New field 'stack'.
2756         (s390_store): Call pv_area_store to track stack slots.
2757         (s390_load): Call pv_area_fetch to track stack slots.
2758         (s390_check_for_saved): New function.
2759         (s390_analyze_prologue): Call pv_area_scan.  Allocate and free stack.
2760
2761 2006-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
2762
2763         * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
2764         * s390-tdep.c: Include "prologue-value.h".
2765         (struct prologue_value): Remove.
2766         (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
2767         pv_constant_last, pv_add, pv_add_constant, pv_subtract,
2768         pv_logical_and, pv_is_identical, pv_is_register): Remove.
2769         (compute_x_addr): Remove, replace by ...
2770         (s390_addr): ... this new function.
2771         (struct s390_prologue_data): Use pv_t instead of prologue_value.
2772         (s390_store, s390_load): Likewise.
2773         (s390_prologue_frame_unwind_cache): Likewise.
2774         (s390_analyze_prologue): Likewise.  Also, simplify and combine
2775         several conditional statements.
2776
2777 2006-04-08  Jim Blandy  <jimb@codesourcery.com>
2778
2779         * Makefile.in (COMMON_OBS): List prologue-value.o.  (Omitted from
2780         last patch.)
2781
2782 2006-04-08  David S. Miller  <davem@sunset.davemloft.net>
2783
2784         * sparc-linux-tdep.c (sparc32_linux_step_trap): New.
2785         (sparc32_linux_init_abi): Hook it into tdep->step_trap.
2786         (sparc32_linux_core_gregset,
2787         sparc32_linux_supply_core_gregset,
2788         sparc32_linux_collect_core_gregset,
2789         sparc32_linux_supply_core_fpregset,
2790         sparc32_linux_collect_core_fpregset): New.
2791         (sparc32_linux_init_abi): Register them with generic sparc
2792         core regset infrastructure.
2793         * sparc64-linux-tdep.c (sparc64_linux_step_trap): New.
2794         (sparc64_linux_init_abi): Hook it into tdep->step_trap.
2795         (sparc64_linux_core_gregset,
2796         sparc64_linux_supply_core_gregset,
2797         sparc64_linux_collect_core_gregset,
2798         sparc64_linux_supply_core_fpregset,
2799         sparc64_linux_collect_core_fpregset): New.
2800         (sparc64_linux_init_abi): Register them with generic sparc
2801         core regset infrastructure.     
2802         * Makefile.in: Update dependencies.
2803
2804 2006-04-07  David S. Miller  <davem@sunset.davemloft.net>
2805
2806         * linux-nat.c (linux_nat_thread_alive): Handle targets that
2807         do not implement PTRACE_PEEKUSER.
2808
2809 2006-04-07  Daniel Jacobowitz  <dan@codesourcery.com>
2810
2811         * remote.c (remote_wait): Convert warning to error before
2812         parsing corrupt packets.
2813
2814 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
2815
2816         * cli/cli-script.c (struct user_args): Add command field.
2817         (arg_cleanup): Free command string.
2818         (setup_user_args): Copy the command line before relying on it.
2819
2820 2006-04-06  Joel Brobecker  <brobecker@adacore.com>
2821
2822         * breakpoint.c (_initialize_breakpoint): Add "del" as an alias
2823         of the "delete" command.
2824
2825 2006-04-06  Randolph Chung  <tausq@debian.org>
2826
2827         * MAINTAINERS (Patch champions): Add myself.
2828
2829 2006-04-05  Andreas Schwab  <schwab@suse.de>
2830
2831         * Makefile.in: Update dependencies.
2832
2833 2006-04-05  David S. Miller  <davem@sunset.davemloft.net>
2834
2835         * sparc-tdep.c (sparc32_dwarf2_frame_init_reg): New.
2836         (sparc32_gdbarch_init): Pass it to dwarf2_frame_set_init_reg.
2837         * Makefile.in (sparc-tdep.o): Update dependencies.
2838         * sparc-linux-tdep.c (sparc32_linux_sigframe_init): Pull register
2839         window out of the correct stack frame.
2840         * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): Likewise.
2841         * dwarf2-frame.c (dwarf2_frame_ops init_reg): Add "next_frame"
2842         argument.
2843         (dwarf2_frame_default_init_reg): Likewise.
2844         (dwarf2_frame_set_init_reg): Update init_reg arg.
2845         (dwarf2_frame_init_reg): Take "next_frame" and pass it to
2846         ops->init_reg().
2847         (dwarf2_frame_cache): Pass next_frame to dwarf2_frame_init_reg.
2848         * dwarf2-frame.h (dwarf2-frame_set_init_reg): Update declaration.
2849         * cris-tdep.c (cris_dwarf2_frame_init_reg): Add next_frame arg.
2850         * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
2851         * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
2852         * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
2853         * sparc-tdep.c (sparc32_struct_return_from_sym): New function.
2854         (sparc32_frame_cache): Call it.
2855         (sparc32_dwarf2_struct_return_p): New function.
2856         (sparc_dwarf2_frame_init_reg): Use it to determine if the function
2857         returns a structure and thus we have to indicate the return PC and
2858         NPC are 4 bytes later than usual.
2859         * sparc-linux-tdep.c (sparc32_linux_init_abi): Append
2860         dwarf2 frame sniffer.
2861         * Makefile.in (sparc-linux-tdep.o): Update dependencies.
2862         
2863 2006-04-04  David S. Miller  <davem@davemloft.net>
2864
2865         * config/linux.mh (NATDEPFILES): Remove sparc-sol2-nat.o
2866         * config/linux64.h (NATDEPFILES): Likewise
2867         * sparc-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
2868         fill_fpregset): New.
2869         * sparc64-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
2870         fill_fpregset): New.
2871         * Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
2872         new includes.
2873         
2874 2006-04-04  Andreas Schwab  <schwab@suse.de>
2875
2876         * Makefile.in (elf_common_h): Define.
2877
2878 2006-04-03  Andrew Stubbs  <andrew.stubbs@st.com>
2879
2880         * sh-tdep.c (sh_dwarf2_frame_init_reg): New function.
2881         (sh_gdbarch_init): Call dwarf2_frame_set_init_reg().
2882
2883 2006-03-31  Andrew Stubbs  <andrew.stubbs@st.com>
2884
2885         * value.h (struct internalvar): Add field 'endian'.
2886         * value.c (lookup_internalvar): Initialise endian.
2887         (value_of_internalvar): Flip the endian of built-in types if required.
2888         (set_internalvar): Set the endian.
2889         (show_convenience): Access the value through value_of_internalvar().
2890
2891 2006-03-30  Vladimir Prus  <ghost@cs.msu.su>
2892
2893         * remote.c (watchpoint_to_Z_packet): Use values of Z_packet_type enum
2894         instead of hardcoded integer literals.
2895
2896 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2897
2898         * cli/cli-script.c (insert_args): Handle NULL user_args.
2899
2900 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2901
2902         * arm-tdep.c (thumb_scan_prologue): Don't try to analyze
2903         the function at zero if we have no symbols.
2904
2905 2006-03-30  Adrien Kunysz  <a_kunysz@yahoo.com>
2906
2907         * i386-stub.c (getpacket): Fix array overflow.
2908         * m32r-stub.c (getpacket): Likewise.
2909         * m68k-stub.c (getpacket): Likewise.
2910         * sh-stub.c (getpacket): Likewise.
2911         * sparc-stub.c (getpacket): Likewise.
2912
2913 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2914  
2915         * frame.h (set_current_sal_from_frame): New prototype.
2916         * stack.c (set_current_sal_from_frame): Make global.
2917         * infrun.c (normal_stop): Call set_current_sal_from_frame.
2918
2919 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2920
2921         * linux-thread-db.c: Include "linux-nat.h".
2922         (check_for_thread_db): New function, split out from
2923         thread_db_new_objfile.  Remove dead check for active
2924         thread_db on inapplicable targets.
2925         (thread_db_new_objfile): Call check_for_thread_db.
2926         * Makefile.in (linux-thread-db.o): Update.
2927         * linux-nat.c (child_post_attach): Call check_for_thread_db.
2928         (linux_child_post_startup_inferior): Likewise.
2929         (lin_lwp_attach_lwp): Call target_post_attach instead of
2930         child_post_attach.
2931         * linux-nat.h (check_for_thread_db): New prototype.
2932
2933 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2934
2935         * remote.c (struct remote_state): Add BUF and BUF_SIZE.
2936         (init_remote_state): Initialize the new fields.
2937         (get_memory_packet_size): Update BUF and BUF_SIZE if necessary.
2938         (set_thread, remote_thread_alive, remote_unpack_thread_info_response)
2939         (remote_get_threadinfo, parse_threadlist_response)
2940         (remote_get_threadlist, remote_current_thread, remote_threads_info)
2941         (remote_threads_extra_info, extended_remote_restart, get_offsets)
2942         (remote_check_symbols, remote_open_1, remote_detach)
2943         (remove_vcont_probe, remote_vcont_resume, remote_resume)
2944         (remote_wait, remote_async_wait, fetch_register_using_p)
2945         (remote_fetch_registers, store_register_using_P)
2946         (remote_store_registers, check_binary_download, remote_write_bytes)
2947         (remote_read_bytes, remote_insert_breakpoint)
2948         (remote_remove_breakpoint, remote_insert_watchpoint)
2949         (remote_remove_watchpoint, remote_insert_hw_breakpoint)
2950         (remote_remove_hw_breakpoint, compare_sections_command)
2951         (remote_xfer_partial, remote_rcmd, packet_command)
2952         (remote_get_thread_local_address): Use the global incoming buffer
2953         instead of alloca or xmalloc.  Limit outgoing packets to
2954         rs->remote_packet_size and incoming packets to rs->buf_size.
2955         Update calls to getpkt and remote_send.
2956         (remote_send): Take arguments by reference.
2957         (putpkt_binary): Eliminate junkbuf.  Use skip_frame.
2958         (skip_frame): New function.
2959         (read_frame): Take arguments by reference.  Expand the packet
2960         buffer instead of issuing an error.
2961         (getpkt, getpkt_sane): Take arguments by reference.
2962         * remote.h (getpkt): Update prototype and doc.
2963         * tracepoint.c (remote_get_noisy_reply): Take arguments by
2964         reference.
2965         (target_buf): Change from array to pointer.
2966         (target_buf_size): New variable.
2967         (remote_set_transparent_ranges): Update call to getpkt.
2968         (trace_start_command, trace_stop_command, trace_status_command):
2969         Update calls to remote_get_noisy_reply.
2970         (finish_tfind_command): Take arguments by reference.
2971         (trace_find_command, trace_find_pc_command)
2972         (trace_find_tracepoint_command, trace_find_line_command):
2973         (trace_find_range_command, trace_find_outside_command): Update
2974         calls to finish_tfind_command.
2975         (_initialize_tracepoint): Initialize target_buf_size and target_buf.
2976
2977 2005-03-30  Randolph Chung  <tausq@debian.org>
2978
2979         * hppa-linux-tdep.c: Include regset.h.
2980         (GR_REGNUM, TR_REGNUM, greg_map): New.
2981         (hppa_linux_supply_regset, hppa_linux_supply_fpregset): New.
2982         (hppa_linux_regset, hppa_linux_fpregset): New.
2983         (hppa_linux_regset_from_core_section): New.
2984         (hppa_linux_init_abi): Set regset_from_core_section.
2985         (_initialize_hppa_linux_tdep): Register osabi handler for
2986         64-bit Linux.
2987         * Makefile.in (hppa-linux-tdep.o): Update dependencies.
2988         * config/pa/linux.mh: Stop using core-regset.o
2989
2990 2006-03-30  Randolph Chung  <tausq@debian.org>
2991
2992         * hppa-tdep.c (hppa_find_unwind_entry_in_block): New.
2993         (hppa_frame_cache): Use new function to find unwind entry.
2994         (hppa_frame_this_id): Likewise.
2995         (hppa_frame_unwind_sniffer): Likewise.
2996
2997 2006-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
2998
2999         * NEWS: Mention the removal of NLM.
3000
3001 2006-03-29  Steve Ellcey  <sje@cup.hp.com>
3002
3003         * Makefile.in (nlm): Remove target.
3004         * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm.
3005         * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm.
3006         * configure: Regenerate.
3007         * doc/gdb.texinfo: Remove gdbserve.nlm documentation.
3008         * nlm: Remove directory.
3009
3010 2006-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
3011
3012         * Makefile.in (utils.o): Update.
3013         * top.c (in_user_command): New.
3014         (command_line_input): Use input_from_terminal_p.
3015         (input_from_terminal_p): Don't check caution.  Handle
3016         stdin == NULL for Insight.
3017         * top.h (in_user_command, caution): New declarations.
3018         * utils.c: Include "top.h".
3019         (query, defaulted_query): Check caution here.  Move the call
3020         to input_from_terminal_p higher.
3021         * cli/cli-script.c (do_restore_user_call_depth): Only decrement
3022         the depth.  Update in_user_command if necessary.
3023         (execute_user_command): Don't clobber old_chain.  Set
3024         in_user_command.  Let do_restore_user_call_depth handle
3025         user_call_depth.
3026         (read_command_lines): Check whether to prompt before calling
3027         Insight hooks.
3028         * tui/tui-hooks.c (tui_query_hook): Remove newly unnecessary
3029         input_from_terminal_p check.
3030
3031 2006-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
3032
3033         * s390-nat.c (s390_insert_watchpoint): Add missing argument.
3034         (s390_remove_watchpoint): Likewise.
3035
3036 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
3037
3038         * prologue-value.c, prologue-value.h: New files.
3039         * Makefile.in (prologue_value_h): New variable.
3040         (HFILES_NO_SRCDIR): List prologue-value.h.
3041         (SFILES): List prologue-value.c.
3042         (COMMON_OBS): List prologue-value.o.
3043         (prologue-value.o): New rule.
3044
3045 2006-03-27  Michael Snyder  <msnyder@redhat.com>
3046
3047         * xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call,
3048         xstormy16_pointer_to_address, xstormy16_address_to_pointer, 
3049         xstormy16_frame_prev_register): Change void* to gdb_byte*.
3050         (xstormy16_push_dummy_call): Add block-local char* val, 
3051         to avoid type conflict with outer scope variable.
3052
3053 2006-03-27  Andrew Stubbs  <andrew.stubbs@st.com>
3054
3055         * sh-tdep.c (sh_gdbarch_init): Add missing architectures.
3056
3057 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
3058
3059         PR mi/1429
3060         * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
3061         offsets for languages like Fortran.
3062
3063 2006-03-26  Randolph Chung  <tausq@debian.org>
3064
3065         * config/pa/hppa64.mt: Use HPUX version of the tm file.
3066
3067 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
3068
3069         * mi/gdb-mi.el (gdbmi-send): Improve regexp to repeat commands.
3070         Try to deal with continuation line.
3071         (gdbmi, gdbmi-prompt1, gud-gdbmi-marker-filter): Update to new
3072         variable names.
3073         (gdb-break-list-regexp, gdb-stack-list-frames-regexp): 
3074         Future proof against new fields being added to MI output.
3075         (gdbmi-prompt2, gdb-break-list-handler,gdb-get-source-file)
3076         (gdbmi-frame-handler): Update to new variable name
3077         gdb-get-buffer-create.
3078         (gdbmi-frame-handler): Use hollow-right-triangle for all selected
3079         frames which except the innermost (where execution has stopped).
3080
3081 2006-03-24  Randolph Chung  <tausq@debian.org>
3082
3083         * solib-som.c (link_map_start): Don't error out if there is
3084         not yet a link map.
3085
3086 2006-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
3087
3088         * linux-nat.c (linux_ops_saved): New.
3089         (super_mourn_inferior, kill_inferior, threaded, linux_nat_ops)
3090         (child_mourn_inferior, child_wait, linux_nat_create_inferior)
3091         (linux_nat_fetch_registers, linux_nat_store_registers)
3092         (linux_nat_child_post_startup_inferior, init_linux_nat_ops): Delete.
3093         (init_lwp_list): Don't set threaded.
3094         (add_lwp): Don't modify threaded.
3095         (delete_lwp): Don't mention non-threaded mode.
3096         (linux_nat_switch_fork): New.
3097         (linux_nat_attach): Update inferior_ptid.
3098         (linux_nat_wait): Handle num_lwps == 0 at entry.  Don't check
3099         threaded flag.
3100         (linux_nat_kill): Handle pending forks and saved forks.
3101         (linux_nat_mourn_inferior): Handle saved forks.
3102         (linux_nat_pid_to_str): Don't use the LWP form when there is
3103         only one thread.
3104         (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
3105         (linux_nat_add_target): New.
3106         (_initialize_linux_nat): Don't initialize the linux native target
3107         here.
3108         * linux-nat.h (linux_nat_add_target, linux_nat_switch_fork): New
3109         prototypes.
3110         * linux-fork.c: Include "linux-nat.h".
3111         (add_fork): Update initial PID.
3112         (fork_load_infrun_state): Call linux_nat_switch_fork.
3113         * Makefile.in (linux-fork.o): Update.
3114
3115         * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
3116         linux_nat_add_target instead of add_target.
3117         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Likewise.
3118         * arm-linux-nat.c (_initialize_arm_linux_nat): Likewise.
3119         * hppa-linux-nat.c (_initialize_hppa_linux_nat): Likewise.
3120         * ia64-linux-nat.c (_initialize_ia64_linux_nat): Likewise.
3121         * i386-linux-nat.c (_initialize_i386_linux_nat): Likewise.
3122         * m32r-linux-nat.c (_initialize_m32r_linux_nat): Likewise.
3123         * m68klinux-nat.c (_initialize_m68k_linux_nat): Likewise.
3124         * mips-linux-nat.c (_initialize_mips_linux_nat): Likewise.
3125         * ppc-linux-nat.c (_initialize_ppc_linux_nat): Likewise.
3126         * s390-nat.c (_initialize_s390_nat): Likewise.
3127         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Likewise.
3128         * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Likewise.
3129
3130 2006-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
3131
3132         * linux-fork.c: Include "gdb_assert.h".
3133         (fork_load_infrun_state): Set inferior_ptid and stop_pc here.
3134         Update the register cache and selected frame also.
3135         (linux_fork_mourn_inferior): Use fork_load_infrun_state.  Return
3136         to single fork mode if necessary.
3137         (linux_fork_context): Remove bits handled by fork_load_infrun_state.
3138         * Makefile.in (linux_fork_h): New.
3139         (linux-fork.o, linux-nat.o): Update.
3140
3141 2006-03-23  Andreas Schwab  <schwab@suse.de>
3142
3143         * config/s390/s390.mh (NATDEPFILES): Add linux-fork.o.
3144
3145 2006-03-18  Jim Blandy  <jimb@codesourcery.com>
3146
3147         * symtab.h (enum address_class): Doc fix.
3148
3149 2006-03-16  Michael Snyder  <msnyder@redhat.com>
3150
3151         * tracepoint.c (tracepoint_save_command): Fix typo in error msg.
3152         * target.c (push_target): Fix typo in comment.
3153         * remote.c (remote_watch_data_address): Fix typo in comment.
3154         * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
3155
3156 2006-03-15  Kevin Buettner  <kevinb@redhat.com>
3157
3158         * frv-linux-tdep.c (gdbcore.h, regcache.h, regset.h, gdb_string.h):
3159         Include.
3160         (FRV_ELF_NGREG, FRV_PT_PSR, FRV_PT_ISR, FRV_PT_CCR, FRV_PT_CCCR)
3161         (FRV_PT_LR, FRV_PT_LCR, FRV_PT_PC, FRV_PT_GNER0, FRV_PT_GNER1)
3162         (FRV_PT_IACC0H, FRV_PT_IACC0L, FRV_PT_GR, FRV_PT_TBR)
3163         (FRV_PT_EXEC_FDPIC_LOADMAP, FRV_PT_INTERP_FDPIC_LOADMAP): Define.
3164         (frv_elf_greg_t, frv_elf_gregset_t, frv_elf_fpreg_t)
3165         (frv_elf_fpregset_t): Define types.
3166         (frv_linux_supply_gregset, frv_linux_supply_fpregset)
3167         (frv_linux_regset_from_core_section: New functions.
3168         (frv_linux_gregset, frv_linux_fpregset): New static globals.
3169         (frv_linux_init_abi): Register the `regset_from_core_section' method.
3170         * Makefile.in (frv-linux-tdep.o): Update dependencies.
3171         * solib-frv.c (frv_current_sos): Relocate main executable after
3172         loading core file.
3173         (frv_clear_solib): Clean up space associated with
3174         `main_executable_lm_info'.
3175         * config/frv/frv.mt (TDEPFILES): Add corelow.o to this list.
3176
3177 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
3178
3179         * Makefile.in (mips_linux_tdep_h): New.
3180         (mpis-linux-nat.o, mips-linux-tdep.o): Update.
3181         * mips-linux-nat.c: Include "inferior.h", "mips-linux-tdep.h", and
3182         <sys/ptrace.h>.
3183         (have_ptrace_regsets, super_fetch_registers, super_store_registers)
3184         (mips64_linux_regsets_fetch_registers)
3185         (mips64_linux_regsets_store_registers, mips64_linux_fetch_registers)
3186         (mips64_linux_store_registers): New.
3187         (_initialize_mips_linux_nat): Override to_fetch_registers and
3188         to_store_registers.
3189         * mips-linux-tdep.h: New file.
3190         * mips-linux-tdep.c: Include "mips-linux-tdep.c".
3191         (ELF_NGREG, ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t)
3192         (elf_fpregset_t, FPR_BASE, PC, CAUSE, BADVADDR, MMHI, MMLO)
3193         (FPC_CSR, FPC_EIR, EF_REG0, EF_REG31, EF_LO, EF_HI, EF_CP0_EPC)
3194         (EF_CP0_BADVADDR, EF_CP0_STATUS, EF_CP0_CAUSE, EF_SIZE)
3195         (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, mips64_elf_greg_t)
3196         (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
3197         (MIPS64_FPR_BASE, MIPS64_PC, MIPS64_CAUSE, MIPS64_BADVADDR)
3198         (MIPS64_MMHI, MIPS64_MMLO, MIPS64_FPC_CSR, MIPS64_FPC_EIR)
3199         (MIPS64_EF_REG0, MIPS64_EF_REG31, MIPS64_EF_LO, MIPS64_EF_HI)
3200         (MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR, MIPS64_EF_CP0_STATUS)
3201         (MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE): Delete.
3202         (supply_32bit_reg): Use gdb_byte.
3203         (supply_64bit_reg): New.
3204         (mips_supply_gregset, mips_fill_gregset, mips_supply_fpregset)
3205         (mips_fill_fpregset, fetch_core_registers, supply_gregset)
3206         (fill_gregset, supply_fpregset): Update for renamed types.
3207         (mips64_supply_gregset): Use gdb_byte and supply_64bit_reg.
3208         (mips64_fill_gregset): Make global.  Handle 32-bit register
3209         sizes.
3210         (mips64_fill_fpregset): Make global.  Use gdb_byte.  Handle
3211         FP regsets properly.
3212
3213 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
3214
3215         * mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset.
3216         (mips_fill_gregset): Renamed from fill_gregset.
3217         (mips_supply_fpregset): Renamed from supply_fpregset.
3218         (mips_fill_fpregset): Renamed from fill_fpregset.
3219         (fetch_core_registers): Update calls.
3220         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): New
3221         functions.
3222
3223 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
3224
3225         * mips-tdep.c (mips_gdbarch_init): Default 64-bit ELF files to N64.
3226
3227 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
3228
3229         * mips-tdep.c (is_mips16_addr, mips32_next_pc, add_offset_16):
3230         Correct arithmetic for 64-bit CORE_ADDR.
3231
3232 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
3233
3234         * mips-linux-tdep.c: Include "floatformat.h".
3235         (mips_linux_init_abi): Use 128-bit long double for N32 and N64.
3236         * mips-tdep.c (mips_n32n64_return_value): Support 128-bit long
3237         double.
3238         (print_gp_register_row): Don't print spaces before ignored
3239         or floating point registers.
3240         * Makefile.in (mips-linux-tdep.o): Update.
3241
3242 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
3243
3244         * mips-mdebug-tdep.c (compare_pdr_entries): Use bfd_get_signed_32
3245         for code addresses.
3246         (non_heuristic_proc_desc): Likewise.
3247
3248 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
3249
3250         * mips-linux-nat.c: Include "gdb_proc_service.h".
3251         (PTRACE_GET_THREAD_AREA): Define.
3252         (ps_get_thread_area): New.
3253         * Makefile.in (mips-linux-nat.o): Update.
3254
3255 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3256
3257         * MAINTAINERS: Use my work address.
3258
3259 2006-03-09  Michael Snyder  <msnyder@redhat.com>
3260
3261         * linux-nat.c (kill_inferior): Just call target_mourn_inferior
3262         instead of getting tricky for the multi-fork case.
3263         * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid
3264         for each fork, and then use init_fork_list to delete them.
3265
3266 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
3267
3268         * solib-svr4.c (svr4_current_sos): Move up initialization of
3269         l_addr, such that it clearly covers all cases.
3270
3271 2006-03-08  Andreas Schwab  <schwab@suse.de>
3272
3273         * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of
3274         libunwind_frame_prev_register to use a gdb_byte buffer and
3275         extract_unsigned_integer.
3276         (ia64_libunwind_sigtramp_frame_prev_register): Likewise.
3277
3278         * libunwind-frame.c (libunwind_frame_prev_register): Change type
3279         of last argument to `gdb_byte *'
3280         * libunwind-frame.h: Adjust declaration.
3281
3282 2006-03-08  Paul Brook  <paul@codesourcery.com>
3283
3284         * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
3285         (arm_frame_align): New function.
3286         (arm_gdbarch_init): Use it.
3287
3288 2006-03-03  Khem Raj <khem@mvista.com>
3289
3290         * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
3291         Committed by Andrew Cagney.
3292         
3293 2006-03-02  Corinna Vinschen  <vinschen@redhat.com>
3294
3295         * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint
3296         address to MDR register.
3297
3298 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
3299
3300         * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive
3301         calls.
3302
3303 2006-03-01  Randolph Chung  <tausq@debian.org>
3304
3305         * somread.c (som_symfile_read): Update comment and remove unneeded 
3306         use of a deprecated variable.
3307
3308 2006-03-01  Randolph Chung  <tausq@debian.org>
3309
3310         * hppa-tdep.h (unwind_table_entry): Update field names to match HP
3311         runtime specification.
3312         * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise.
3313         (unwind_command): Likewise.
3314
3315 2006-03-01  Randolph Chung  <tausq@debian.org>
3316
3317         * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and
3318         Pseudo_SP_Set in unwind record.
3319
3320 2006-03-01  Randolph Chung  <tausq@debian.org>
3321
3322         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
3323         TDEP->is_elf to determine if we are working with a SOM binary.
3324         (null_symtab_and_line): Remove unused variable.
3325         * config/pa/hppa64.mt: Use tm-hppa.h.
3326         * config/pa/tm-hppa64.h: Remove file.
3327
3328 2006-03-01  Wu Zhou  <woodzltc@cn.ibm.com>
3329
3330          * f-typeprint.c (f_type_print_base): Delete the redundant space.
3331
3332 2006-02-28  Kevin Buettner  <kevinb@redhat.com>
3333
3334         * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
3335         * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h):
3336         Include.
3337         (am33_linux_sigframe_cache_init): New function.
3338         (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame
3339         descriptions.
3340         (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2)
3341         (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1)
3342         (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0)
3343         (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3)
3344         (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6)
3345         (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR)
3346         (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL)
3347         (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP)
3348         (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT):
3349         New constants.
3350         (am33_linux_init_osabi): Register signal frame unwinders.
3351
3352 2006-02-28  Kevin Buettner  <kevinb@redhat.com>
3353
3354         * mn10300-tdep.c (mn10300_analyze_prologue):  Implement backtrack
3355         out of pattern match by saving relevant state.  Fix stack size
3356         adjustment bug.
3357
3358 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
3359
3360         * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and
3361         l_ld_size fields.
3362         * solib-svr4.c (struct lm_info): Add l_addr field.
3363         (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR.
3364         (HAS_LM_DYNAMIC_FROM_LINK_MAP): New.
3365         (LM_DYNAMIC_FROM_LINK_MAP): New.
3366         (LM_ADDR_CHECK): New.  Use it instead of LM_ADDR.
3367         (svr4_current_sos): Initialize l_addr.  Adjust.
3368         (svr4_relocate_section_addresses): Adjust.
3369         (svr4_ilp32_fetch_link_map_offsets): Define new members.
3370         (svr4_lp64_fetch_link_map_offsets): Likewise.
3371         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
3372         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise.
3373         (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
3374         * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h).
3375
3376 2006-02-26  David S. Miller  <davem@sunset.davemloft.net>
3377
3378         * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
3379         * config/sparc/linux64.mt (TDEPFILES): Likewise.
3380
3381 2006-02-27  Alan Modra  <amodra@bigpond.net.au>
3382
3383         * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type.
3384         (ppc_linux_remove_watchpoint): Likewise, and args.
3385
3386 2006-02-26  Mark Kettenis  <kettenis@gnu.org>
3387
3388         * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
3389         "soft" interrupts.
3390
3391 2006-02-24  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3392
3393         * gdb/defs.h: unconditionally include <fcntl.h>, and
3394         ensure that O_BINARY is defined.
3395         * gdb/solib.c(solib_open): ensure solib files are opened in
3396         binary mode.
3397         * gdb/corelow.c: Remove O_BINARY macro definition.
3398         * gdb/exec.c: Remove O_BINARY macro definition
3399         * gdb/remote-rdp.c: Remove O_BINARY macro definition
3400         * gdb/source.c: Remove O_BINARY macro definition
3401         * gdb/symfile.c: Remove O_BINARY macro definition
3402
3403 2006-02-24  Randolph Chung  <tausq@debian.org>
3404
3405         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize 
3406         argreg.
3407         * solib-som.c (som_solib_remove_inferior_hook): Remove unused 
3408         function.
3409
3410 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
3411
3412         * f-exp.y: Symbol '%' is not used as the modulus operator in
3413         Fortran.  Delete this from Fortran expression.
3414         It is now used by Fortran 90 and later to access the member
3415         of derived type.  Add this into Fortran expression.
3416         * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT.
3417         Print each elements in the derived type.
3418         * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter
3419         level into the function definition to do indented printing.  And
3420         call fprintfi_filtered instead to do indented printing.
3421         (f_type_print_base): Replace fprintf_filtered with the indented
3422         version (fprintfi_filtered).
3423         (f_type_print_base): Call indented print_equivalent_f77_float_type.
3424         (f_type_print_base): Add code to handle TYPE_CODE_STRUCT.  Print
3425         the definition of the derived type.
3426
3427 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
3428
3429         * gdb_curses.h: Provide a fallback prototype for tgetnum.
3430
3431 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
3432
3433         * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE
3434         also.
3435         (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT.
3436         (DOUBLEST_SCAN_FORMAT): New.
3437         * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions.
3438         (processReal): Use DOUBLEST_SCAN_FORMAT.
3439         * c-exp.y (parse_number): Likewise.
3440         * jv-exp.y (parse_number): Likewise.
3441         * objc-exp.y (parse_number): Likewise.
3442         * p-exp.y (parse_number): Likewise.
3443
3444 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
3445
3446         * event-top.c (async_do_nothing, async_disconnect)
3447         (async_stop_sig, async_float_handler): Remove duplicated
3448         prototypes.
3449         (handle_sighup): Guard prototype with SIGHUP.
3450         (async_do_nothing): Guard function and prototype with
3451         SIGQUIT || SIGHUP.
3452         (async_disconnect): Guard prototype with SIGHUP.
3453         (async_stop_sig): Guard prototype with STOP_SIGNAL.
3454
3455 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
3456
3457         * maint.c (maintenance_dump_me): Remove unnecessary prototype.
3458
3459 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
3460
3461         * win32-termcap.c (tputs): Return 0.
3462
3463 2006-02-21  Mark Kettenis  <kettenis@gnu.org>
3464
3465         * configure.ac: Introduce ---enable-werror, which adds -Werror to
3466         the compiler command line.  Enabled by default.  Disable with
3467         --disable-werror.
3468         * configure regenerate.
3469
3470 2006-02-21  Daniel Jacobowitz  <dan@codesourcery.com>
3471
3472         * elfread.c (elf_symtab_read): Skip symbols which BFD considers
3473         special.
3474
3475 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
3476
3477         * defs.h (directory_switch): Add prototype.
3478         * main.c (captured_main): Use directory_switch() instead of
3479         directory_command() to add directories from the -d switch.
3480         * source.c (directory_switch): New function.
3481         (add_path): Use buildargv() to parse spaces in filenames properly.
3482         Strip multiple trailing '/' rather than just one.
3483
3484 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
3485
3486         * symfile.c (add_symbol_file_command): Use buildargv(), instead of
3487         hand decoding the command line, to allow use of quotes and spaces.
3488         (_initialize_symfile): Reorganize the help message for add-symbol-file
3489         such that 'help files' shows a better message.
3490
3491 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
3492
3493         * sh-tdep.c (sh_generic_show_regs): Reformat both code and output.
3494         (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise.
3495         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise.
3496         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise.
3497
3498 2006-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
3499
3500         * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN
3501         and __SIGRTMIN + 1.
3502
3503 2006-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
3504
3505         * remote.c: Add an enumeration for configurable remote
3506         packets.
3507         (remote_protocol_packets, set_remote_protocol_packet_cmd)
3508         (show_remote_protocol_packet_cmd): New.
3509         (remote_protocol_vcont)
3510         (set_remote_protocol_vcont_packet_cmd)
3511         (show_remote_protocol_vcont_packet_cmd)
3512         (remote_protocol_qSymbol)
3513         (set_remote_protocol_qSymbol_packet_cmd)
3514         (show_remote_protocol_qSymbol_packet_cmd)
3515         (remote_protocol_P, set_remote_protocol_P_packet_cmd)
3516         (show_remote_protocol_P_packet_cmd)
3517         (remote_protocol_Z)
3518         (set_remote_protocol_Z_software_bp_packet_cmd)
3519         (show_remote_protocol_Z_software_bp_packet_cmd)
3520         (set_remote_protocol_Z_hardware_bp_packet_cmd)
3521         (show_remote_protocol_Z_hardware_bp_packet_cmd)
3522         (set_remote_protocol_Z_write_wp_packet_cmd)
3523         (show_remote_protocol_Z_write_wp_packet_cmd)
3524         (set_remote_protocol_Z_read_wp_packet_cmd)
3525         (show_remote_protocol_Z_read_wp_packet_cmd)
3526         (set_remote_protocol_Z_access_wp_packet_cmd)
3527         (show_remote_protocol_Z_access_wp_packet_cmd)
3528         (remote_protocol_binary_download)
3529         (set_remote_protocol_binary_download_cmd)
3530         (show_remote_protocol_binary_download_cmd)
3531         (remote_protocol_qPart_auxv)
3532         (set_remote_protocol_qPart_auxv_packet_cmd)
3533         (show_remote_protocol_qPart_auxv_packet_cmd)
3534         (remote_protocol_qGetTLSAddr)
3535         (set_remote_protocol_qGetTLSAddr_packet_cmd)
3536         (show_remote_protocol_qGetTLSAddr_packet_cmd)
3537         (remote_protocol_p)
3538         (set_remote_protocol_p_packet_cmd)
3539         (show_remote_protocol_p_packet_cmd): Delete.
3540
3541         (init_all_packet_configs): Simplify.
3542         (set_remote_protocol_Z_packet_cmd)
3543         (show_remote_protocol_Z_packet_cmd)
3544         (remote_check_symbols, remote_vcont_probe, remote_vcont_resume)
3545         (remote_fetch_registers, remote_prepare_to_store)
3546         (remote_store_registers, check_binary_download)
3547         (remote_write_bytes, remote_insert_breakpoint)
3548         (remote_remove_breakpoint, remote_insert_watchpoint)
3549         (remote_remove_watchpoint, remote_insert_hw_breakpoint)
3550         (remote_remove_hw_breakpoint, remote_xfer_partial)
3551         (remote_get_thread_local_address): Update for packet array.
3552         (_initialize_remote): Likewise; also update for common
3553         set/show commands.
3554
3555 2006-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
3556
3557         * symfile.c (place_section): Correct retry logic.
3558
3559 2006-02-19  Christopher Faylor  <cgf@timesys.com>
3560
3561         * win32_nat.c (cygwin_load_start): New variable.
3562         (cygwin_load_end): Ditto.
3563         (have_saved_context): Ditto.
3564         (saved_context): Ditto.
3565         (max_dll_name_len): Delete obsolete variable.
3566         (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
3567         if we are in a cygwin signal rather than a windows signal.
3568         (solib_symbols_add): Detect and store beginning and end of cygwin DLL
3569         if dll being loaded is the cygwin DLL.
3570         (register_loaded_dll): Remove calculation of max_dll_name_len.
3571         (win32_clear_solib): Ditto.
3572         (handle_load_dll): Delete obsolete variable.  Remove unneeded call to
3573         solib_add.
3574         (handle_output_debug_string): Detect and store signal information sent
3575         by Cygwin here.
3576         (handle_exception): Silently pass on errors in the cygwin DLL.  Return
3577         -1 on first pass exception.
3578         (win32_continue): Remove spurious clearing of continue_status.
3579         (get_win32_debug_event): Deal differently first chance exception.
3580
3581 2006-02-19  Randolph Chung  <tausq@debian.org>
3582
3583         * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
3584         unwind entry.
3585
3586 2006-02-16  Fred Fish  <fnf@specifix.com>
3587
3588         * eval.c (evaluate_subexp_standard):  For OP_TYPE, return
3589         a non lval value zero, of the appropriate type, when avoiding
3590         side effects.
3591         * typeprint.c (ptype_eval): Remove function and declaration.
3592         (ptype_command): Simplify to just a call to whatis_exp.
3593
3594 2006-02-15  Paul Brook  <paul@codesourcery.com>
3595
3596         * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
3597         Load insn opcodes as unsigned values.
3598
3599 2006-02-14  Alexandre Oliva  <aoliva@redhat.com>
3600
3601         * doublest.h (DOUBLEST): Use long double only if we can scan
3602         it in.  Undefine HAVE_LONG_DOUBLE otherwise.
3603         (DOUBLEST_FORMAT): New.
3604         * c-exp.y (parse_number): Use it.
3605         * jv-exp.y (parse_number): Likewise.
3606         * objc-exp.y (parse_number): Likewise.
3607         * p-exp.y (parse_number): Likewise.
3608         * varobj.c (free_variable): Silence type-punning warnings.
3609         * tui/tui-data.h (struct tui_list): Change type of list member.
3610         * tui/tui-data.c: Remove no-longer-needed type casts.
3611         (source_windows): Silence type-punning warnings.
3612         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
3613
3614 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
3615
3616         Fix PR breakpoints/2080.
3617         * i386-tdep.c (struct i386_frame_cache): Add stack_align member.
3618         (i386_analyze_stack_align): New function.
3619         (i386_analyze_prologue): Use i386_analyze_stack_align.
3620         (i386_frame_cache): Deal with stack realignment.
3621
3622 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
3623
3624         * mi/gdb-mi.el: Use more functions from gdb-ui.el.
3625         (gdb-break-list-regexp): Match "what" field if present.
3626         (gdb-stack-list-frames-regexp): Match "from" field if present.
3627         (gdb-stack-list-frames-handler): Present output like "info
3628         breakpoints" so regexps can be shared with gdb-ui
3629
3630 2006-02-10  Daniel Jacobowitz  <dan@codesourcery.com>
3631
3632         * NEWS: Mention native Windows support.
3633         * Makefile.in (gdb_select_h, ser_tcp_h): New.
3634         (ALLDEPFILES): Add ser-mingw.c.
3635         (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o)
3636         (ser-tcp.o, ser-unix.o): Update.
3637         (ser-mingw.o): New rule.
3638         * configure: Regenerated.
3639         * configure.ac: Add ser-mingw.o for mingw32.
3640         * ser-mingw.c: New file.
3641         * event-loop.c: Include "gdb_select.h".
3642         (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c.
3643         * ser-base.c: Include "gdb_select.h".
3644         (ser_base_wait_for): Use gdb_select.
3645         * serial.c (serial_for_fd): New function.
3646         (serial_fdopen): Try "terminal" before "hardwire".  Initialize
3647         the allocated struct serial.
3648         (serial_wait_handle): New function.
3649         * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
3650         (struct serial_ops) [USE_WIN32API]: Add wait_handle.
3651         * gdb_select.h: New file.
3652         * ser-tcp.c: Include "ser-tcp.h".  Remove unused "ser-unix.h" include.
3653         (net_close, net_read_prim, net_write_prim): Make global.
3654         (net_open): Likewise.  Pass an exception set to select.  Whitespace fix.
3655         Document why we can not use gdb_select.
3656         (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here.
3657         * ser-tcp.h: New file.
3658         * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here.
3659         (handle_sigio): Use gdb_select.
3660         (initialize_stdin_serial): New function.
3661         * terminal.h (initialize_stdin_serial): New prototype.
3662         * top.c (gdb_init): Call initialize_stdin_serial.
3663         * mingw-hdep.c (gdb_select): New function, moved from gdb_select in
3664         event-loop.c.  Add exception condition support.  Use serial_for_fd
3665         and serial_wait_handle.  Fix timeout handling.
3666         * posix-hdep.c: Include "gdb_select.h".
3667         (gdb_select): New function.
3668         * remote-st.c (connect_command): Use gdb_select.
3669         * ser-unix.c: Include "gdb_select.h".
3670         (hardwire_send_break, wait_for): Use gdb_select.
3671
3672 2006-02-10  Daniel Jacobowitz  <dan@codesourcery.com>
3673
3674         * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies.
3675         (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c.
3676         * configure.ac: Add gdb_host_obs to CONFIG_OBS.  Set gdb_host_obs
3677         to posix-hdep.o by default.
3678         * configure: Regenerated.
3679         * configure.host: Document gdb_host_obs.  Add an entry for
3680         i[34567]86-*-mingw32*.
3681         * mingw-hdep.c, posix-hdep.c: New files.
3682         * utils.c (safe_strerror): Remove, moved to posix-hdep.o.
3683
3684 2006-02-10  Joel Brobecker  <brobecker@adacore.com>
3685
3686         * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
3687         * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX.
3688         * rs6000-tdep.h: New file.
3689         * rs6000-tdep.c: Include "rs6000-tdep.h".
3690         (rs6000_gdbarch_init): Remove enabling of software single step.
3691         Will be done in the AIX-specific initialization routine.
3692         * rs6000-aix-tdep.c: New file.
3693         * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o.
3694         * Makefile.in (rs6000_tdep_h): New variable.
3695         (rs6000-tdep.o): Update dependencies.
3696         (rs6000-aix-tdep.o): New rule.
3697
3698 2006-02-10  Joel Brobecker  <brobecker@adacore.com>
3699
3700         * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
3701         instead of add_setshow_zinteger_cmd to defined the aix-thread
3702         boolean setting.
3703
3704 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
3705
3706         * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
3707
3708 2006-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3709
3710         * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
3711         30 bits.  Add load_all_dies flag.
3712         (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
3713         Load DW_TAG_member by default.  Remove internal_error call.
3714         (find_partial_die): Reload the compilation unit if we can not find
3715         a DIE in the cache.  Call internal_error here if we still can not
3716         find the DIE.
3717
3718 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
3719
3720         * breakpoint.c (print_one_breakpoint): Add break to case
3721         bp_catch_vfork in switch statement.
3722
3723 2006-02-08  Wu Zhou  <woodzltc@cn.ibm.com>
3724
3725         * config/i386/nm-i386sol2.h: Update copyright year.
3726         * config/mips/nm-irix5.h: Ditto.
3727         * config/sparc/nm-sol2.h: Ditto.
3728         * s390-nat.c: Ditto.
3729         * ppc-linux-nat.c: Ditto.
3730
3731 2006-02-08  Wu Zhou  <woodzltc@cn.ibm.com>
3732
3733         * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
3734         * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
3735         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
3736         * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
3737         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
3738         * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
3739         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
3740         * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
3741         (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
3742         (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
3743         add to_region_ok_for_hw_watchpoint.
3744         * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
3745         (s390_region_ok_for_hw_watchpoint): New.
3746         (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
3747         and add to_region_ok_for_hw_watchpoint.
3748         * target.c (default_region_size_ok_for_hw_watchpoint, 
3749         debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
3750         (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
3751         inheritance and default_region_size_ok_for_hw_watchpoint.
3752         (default_region_ok_for_hw_watchpoint): If len is less than or equal
3753         the length of void pointer, return ok.
3754         (default_region_size_ok_for_hw_watchpoint): Delete.
3755         (debug_to_region_size_ok_for_hw_watchpoint): Delete.
3756         (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
3757         * target.h (struct target_ops): Delete 
3758         to_region_size_ok_for_hw_watchpoint.
3759         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
3760         
3761 2006-02-08  Ben Elliston  <bje@au1.ibm.com>
3762             Wu Zhou  <woodzltc@cn.ibm.com>
3763
3764         * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
3765         PTRACE_GETSIGINFO): Define.
3766         (last_stopped_data_address): New.
3767         (ppc_linux_check_watch_resources): New function.
3768         (ppc_linux_region_ok_for_hw_watchpoint): New function.
3769         (ppc_linux_insert_watchpoint): New function.
3770         (ppc_linux_remove_watchpoint): New function.
3771         (ppc_linux_stopped_data_address): New function.
3772         (ppc_linux_stopped_by_watchpoint): New function.
3773         (_initialize_ppc_linux_nat): Set the above hardware watchpoint
3774         related target vectors.
3775         * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
3776         to have nonsteppable watchpoint.
3777         * target.c (default_region_ok_for_hw_watchpoint,
3778         debug_to_region_ok_for_hw_watchpoint): New prototypes.
3779         (update_current_target): Inherit to_region_ok_for_hw_watchpoint
3780         and set default to_region_ok_for_hw_watchpoint.
3781         (default_region_ok_for_hw_watchpoint): New function.
3782         (debug_to_region_ok_for_hw_watchpoint): New function.
3783         (setup_target_debug): Set to_region_ok_for_hw_watchpoint of 
3784         debug_target.
3785         * target.h (struct target_ops): Add a new target vector 
3786         to_region_ok_for_hw_watchpoint.
3787         (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
3788         defined anyplace else.
3789
3790 2005-02-07  Joel Brobecker  <brobecker@adacore.com>
3791         * symfile.c (add_symbol_file_command): Abort if the user forgot
3792         to provide the address when the file has been loaded.
3793
3794 2006-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
3795
3796         * MAINTAINERS: Update file based on maintainers survey.  Add
3797         a note to Past Maintainers.  Move unresponsive or inactive
3798         maintainers to Authorized Committers or Past Maintainers as
3799         appropriate.  Correct Jim Kingdon's email address.  Remove
3800         vacant areas of responsibility.
3801
3802 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
3803
3804         * breakpoint.c (print_one_breakpoint): For MI-like UI, output
3805         fullname field.
3806
3807 2006-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
3808
3809         * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
3810         * exceptions.c (exception_none, exceptions_state_mc_init)
3811         (throw_vfatal): Use GDB_NO_ERROR.
3812
3813 2006-02-02  Mark Kettenis  <kettenis@gnu.org>
3814
3815         * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
3816         r_map_size members.  Add r_version_offset, r_version_size and
3817         r_ldsomap_offset members.
3818         * solib-svr4.c (solib_svr4_r_map): Renamed from
3819         fetch_link_map_member.  Simplify using read_memory_typed_address.
3820         (solib_svr4_r_ldsomap): New function.
3821         (open_symbol_file_object): Use solib_svr_r_map.
3822         (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
3823         linker by using solib_svr4_r_ldsomap.
3824         (svr4_ilp32_fetch_link_map_offsets)
3825         (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
3826         link_map_offsets'.
3827         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
3828         changes to `struct link_map_offsets'.
3829         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
3830         (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
3831         `struct link_map_offsets'.
3832
3833 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3834
3835         * linux-nat.c (struct saved_ptids, threads_to_delete)
3836         (record_dead_thread, prune_lwps, find_thread_from_lwp)
3837         (exit_lwp): New.
3838         (linux_nat_resume): Call prune_lwps.
3839         (wait_lwp, linux_nat_wait): Call exit_lwp.
3840
3841 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3842
3843         * printcmd.c (printf_command): Make format string checking
3844         stricter.  Add separate cases for long_arg, ptr_arg, and
3845         long_double_arg.
3846         * utils.c (xstrvprintf): Improve the error message issued
3847         for a bad format string.
3848         * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
3849         New variables.
3850         (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
3851         $(NO_WERROR_CFLAGS).
3852         (printcmd.o): Likewise.  Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
3853         enable -Werror.
3854
3855 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3856
3857         * Makefile.in (remote.o): Update.
3858         * remote.c (show_packet_config_cmd): Shorten messages.
3859         (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
3860         (show_remote_cmd): Iterate.
3861         (_initialize_remote): Remove remote_set_cmdlist,
3862         remote_show_cmdlist.
3863
3864 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3865
3866         * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
3867         * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
3868         prototypes.
3869         * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
3870         (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
3871         * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
3872         ...here.
3873         * gdbtypes.c: Include "hashtab.h".
3874         (build_gdbtypes): Remove extra prototype.
3875         (struct type_pair, type_pair_hash, type_pair_eq)
3876         (create_copied_types_hash, copy_type_recursive): New.
3877         * gdbtypes.h: Include "hashtab.h".
3878         (TYPE_ZALLOC): New.
3879         (create_copied_types_hash, copy_type_recursive): New prototypes.
3880         * objfiles.c (free_objfile): Call preserve_values.
3881         * symfile.c (reread_symbols): Likewise.
3882         (clear_symtab_users): Remove calls to clear_value_history and
3883         clear_internalvars.
3884         * value.c (clear_value_history, clear_internalvars): Removed.
3885         (preserve_one_value, preserve_values): New functions.
3886         * value.h (clear_value_history, clear_internalvars): Removed.
3887         (preserve_values): New prototype.
3888
3889         * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
3890         variables here.
3891
3892 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
3893
3894         * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
3895         Fixes PR tdep/2075.
3896
3897 2006-01-27  Joel Brobecker  <brobecker@adacore.com>
3898
3899         * MAINTAINERS: Use a consistent email address for brobecker.
3900
3901 2006-01-27  Joel Brobecker  <brobecker@adacore.com>
3902
3903         * infcmd.c (post_create_inferior): Fix copy/paste error introduced
3904         in the previous change.
3905
3906 2006-01-24  Daniel Jacobowitz  <dan@codesourcery.com>
3907
3908         PR gdb/1914
3909         * fork-child.c (fork_inferior): Don't call
3910         solib_create_inferior_hook.
3911         * infcmd.c (post_create_inferior): Call solib_add,
3912         solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
3913         (attach_command): Don't call solib_add or
3914         re_enable_breakpoints_in_shlibs.  Call post_create_inferior
3915         instead.
3916         * remote.c (remote_open_1): Don't call solib_create_inferior_hook
3917         or observer_notify_inferior_created.  Call post_create_inferior
3918         instead.
3919         * corelow.c: Don't include "observer.h".
3920         (solib_add_stub): Deleted.
3921         (core_open): Don't call observer_notify_inferior_created or
3922         solib_add_stub.  Call post_create_inferior instead.
3923         * inf-ptrace.c: Don't include "observer.h".
3924         (inf_ptrace_attach): Don't call observer_notify_inferior_created.
3925         * inf-ttrace.c: Don't include "observer.h".
3926         (inf_ttrace_attach): Don't call observer_notify_inferior_created.
3927         * inferior.h (solib_create_inferior_hook): Remove redundant
3928         prototype.
3929         * inftarg.c: Don't include "observer.h".
3930         (child_attach): Don't call observer_notify_inferior_created.
3931         * Makefile.in: Update dependencies.
3932
3933 2006-01-24  Daniel Jacobowitz  <dan@codesourcery.com>
3934
3935         * infcmd.c: Include "observer.h".
3936         (post_create_inferior): New function.
3937         (run_command_1): Call it.  Also call proceed.
3938         * inferior.h (post_create_inferior): New prototype.
3939         * Makefile.in (infcmd.o): Update.
3940
3941         * gnu-nat.c (gnu_create_inferior): Don't call proceed.
3942         * go32-nat.c (go32_create_inferior): Likewise.
3943         * nto-procfs.c (procfs_create_inferior): Likewise.
3944         * procfs.c (procfs_create_inferior): Likewise.
3945         * remote-sim.c (gdbsim_create_inferior): Likewise.
3946         * remote.c (extended_remote_create_inferior)
3947         (extended_remote_async_create_inferior): Likewise.
3948         * win32-nat.c (win32_create_inferior): Likewise.
3949         * wince.c (child_create_inferior): Likewise.
3950
3951         * monitor.c (monitor_create_inferior): Don't call proceed.
3952         Set the PC manually.
3953         * ocd.c (ocd_create_inferior): Likewise.
3954         * remote-e7000.c (e7000_create_inferior): Likewise.
3955         * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
3956         * remote-mips.c (mips_create_inferior): Likewise.
3957         * remote-rdp.c (remote_rdp_create_inferior): Likewise.
3958         * remote-sds.c (sds_create_inferior): Likewise.
3959         * remote-st.c (st2000_create_inferior): Likewise.
3960
3961         * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
3962         proceed or observer_notify_inferior_created.
3963         * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
3964         * inftarg.c (child_create_inferior): Likewise.
3965
3966 2006-01-24  Daniel Jacobowitz  <dan@codesourcery.com>
3967
3968         * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
3969         after mourning the inferior.
3970
3971 2006-01-24  Jim Blandy  <jimb@redhat.com>
3972
3973         * valarith.c (binop_user_defined_p): Handle refs to typedefs.
3974
3975 2006-01-24  Fred Fish  <fnf@specifix.com>
3976
3977         * parse.c (source.h): Include.
3978         (parse_exp_in_context):  Use static source context if no
3979         other context found.
3980
3981 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
3982
3983         * sh-tdep.c: Include reggroups.h.
3984         (sh_register_reggroup_p): New function.
3985         (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
3986         * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
3987
3988 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
3989
3990         * cli/cli-cmds.c: Include fcntl.h.
3991         (source_command): Use the GDB search path to find script files.
3992
3993 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
3994
3995         PR tdep/2029
3996         Suggested by Till Straumann <strauman@slac.stanford.edu>:
3997         * rs6000-tdep.c (skip_prologue): Update check for later mtlr
3998         instructions.  Handle PIC bcl.
3999
4000 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
4001
4002         * config/djgpp/README: Typo fix.
4003         * config/djgpp/fnchange.lst: Update.
4004
4005 2006-01-22  Mark Kettenis  <kettenis@gnu.org>
4006
4007         * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
4008         (sparc_address_from_register): New prototype.
4009         (sparcnbsd_step_trap): New prototype.
4010         * sparc-tdep.c (sparc_address_from_register): Make globally
4011         visible.
4012         (sparc_analyze_control_transfer): Change prototype to accept
4013         `struct gdbarch *' as first argument.  Allow for optional hnadling
4014         for trap instructions.
4015         (sparc_step_trap): New function.
4016         (sparc_software_single_step): Adjust call to
4017         sparc_analyze_control_trabsfer.
4018         (sparc32_gdbarch_init): Initialize TDEP->step_trap.
4019         * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
4020         (sparc32nbsd_init_abi): Set TDEP->step_trap.
4021         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
4022         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
4023
4024         * sparc-tdep.c (sparc32_return_value): Convert to use
4025         RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
4026         RETURN_VALUE_STRUCT_CONVENTION.
4027         (sparc32_extract_struct_value_address): Remove.
4028
4029 2006-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
4030
4031         * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
4032         (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
4033
4034 2006-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
4035
4036         * solib.c (info_sharedlibrary_command): Avoid internal_error.
4037
4038 2006-01-21  Mark Kettenis  <kettenis@gnu.org>
4039
4040         * i386-tdep.c (i386_mxcsr_type): New variable.
4041         (i386_init_types): Initialize i386_mxcsr_type.
4042         (i386_register_type): Return i386_mxcsr_type for %mxcsr.
4043         * i386-tdep.c (i386_mxcsr_type): New extern.
4044         * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
4045         %mxcsr.
4046
4047 2006-01-20  Mark Mitchell  <mark@codesourcery.com>
4048
4049         * Makefile.in (remote-rdi.o): Remove.
4050         (rdi-share/libangsd.a): Likewise.
4051         * README: Don't mention remote-rdi.c.
4052         * NEWS: Mention removal of rdi-share.
4053         * configure.ac: Don't configure rdi-share subdirectory.
4054         * remote-rdi.c: Remove.
4055         * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
4056         (TDEPLIBS): Remove rdi-share/libangsd.a.
4057         * rdi-share/Makefile.am: Remove.
4058         * rdi-share/Makefile.in: Likewise.
4059         * rdi-share/README.CYGNUS: Likewise.
4060         * rdi-share/aclocal.m4: Likewise.
4061         * rdi-share/adp.h: Likewise.
4062         * rdi-share/adperr.h: Likewise.
4063         * rdi-share/angel.h: Likewise.
4064         * rdi-share/angel_bytesex.c: Likewise.
4065         * rdi-share/angel_bytesex.h: Likewise.
4066         * rdi-share/angel_endian.h: Likewise.
4067         * rdi-share/ardi.c: Likewise.
4068         * rdi-share/ardi.h: Likewise.
4069         * rdi-share/armdbg.h: Likewise.
4070         * rdi-share/buffers.h: Likewise.
4071         * rdi-share/chandefs.h: Likewise.
4072         * rdi-share/channels.h: Likewise.
4073         * rdi-share/chanpriv.h: Likewise.
4074         * rdi-share/configure: Likewise.
4075         * rdi-share/configure.in: Likewise.
4076         * rdi-share/crc.c: Likewise.
4077         * rdi-share/crc.h: Likewise.
4078         * rdi-share/dbg_conf.h: Likewise.
4079         * rdi-share/dbg_cp.h: Likewise.
4080         * rdi-share/dbg_hif.h: Likewise.
4081         * rdi-share/dbg_rdi.h: Likewise.
4082         * rdi-share/devclnt.h: Likewise.
4083         * rdi-share/devices.h: Likewise.
4084         * rdi-share/devsw.c: Likewise.
4085         * rdi-share/devsw.h: Likewise.
4086         * rdi-share/drivers.c: Likewise.
4087         * rdi-share/drivers.h: Likewise.
4088         * rdi-share/etherdrv.c: Likewise.
4089         * rdi-share/ethernet.h: Likewise.
4090         * rdi-share/host.h: Likewise.
4091         * rdi-share/hostchan.c: Likewise.
4092         * rdi-share/hostchan.h: Likewise.
4093         * rdi-share/hsys.c: Likewise.
4094         * rdi-share/hsys.h: Likewise.
4095         * rdi-share/logging.c: Likewise.
4096         * rdi-share/logging.h: Likewise.
4097         * rdi-share/msgbuild.c: Likewise.
4098         * rdi-share/msgbuild.h: Likewise.
4099         * rdi-share/params.c: Likewise.
4100         * rdi-share/params.h: Likewise.
4101         * rdi-share/rx.c: Likewise.
4102         * rdi-share/rxtx.h: Likewise.
4103         * rdi-share/serdrv.c: Likewise.
4104         * rdi-share/serpardr.c: Likewise.
4105         * rdi-share/sys.h: Likewise.
4106         * rdi-share/tx.c: Likewise.
4107         * rdi-share/unixcomm.c: Likewise.
4108         * rdi-share/unixcomm.h: Likewise.
4109
4110 2006-01-21  Mark Kettenis  <kettenis@gnu.org>
4111
4112         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
4113         Change type of last argument to `gdb_byte *'.
4114
4115 2006-01-20  Mark Kettenis  <kettenis@gnu.org>
4116
4117         * hppa-tdep.h (hppa_in_solib_call_trampoline)
4118         (hppa_skip_trampoline_code): New prototypes.
4119         * hppa-tdep.c (struct insn_pattern): New.
4120         (hppa_long_branch_stub, hppa_long_branch_pic_stub)
4121         (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
4122         here from hppa-linux-tdep.c
4123         (HPPA_MAX_INSN_PATTERN_LEN): New define.
4124         (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
4125         (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
4126         functions based on functions removed from hppa-linux-tdep.c.
4127         * hppa-linux-tdep.c (hppa_long_branch_stub)
4128         (hppa_long_branch_pic_stub, hppa_import_stub)
4129         (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
4130         (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
4131         (hppa_linux_in_solib_call_trampoline)
4132         (hppa_linux_skip_trampoline_code): Removed.
4133         (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
4134         hppa_in_solib_call_trampoline and skip_trampoline_code to
4135         hppa_skip_trampoline_code.
4136         * hppabsd-tdep.c (hppabsd_init_abi): Set
4137         TDEP->in_solib_call_trampoline and skip_trampoline_code.
4138
4139 2006-01-20  Jim Blandy  <jimb@redhat.com>
4140
4141         * MAINTAINERS: Change my E-mail address.
4142
4143         * configure.ac: Add -Wno-pointer-sign to list of build warnings.
4144         * configure: Regenerated.
4145
4146 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
4147
4148         * MAINTAINERS: Overhaul.
4149
4150 2006-01-18  Mark Kettenis  <kettenis@gnu.org>
4151
4152         Based on a previous patch form Michal Ludvig:
4153         * amd64-tdep.c (amd64_sse_type): Remove.
4154         (amd64_register_info): Use i386_eflags_type and i386_sse_type
4155         where appropriate.
4156         (AMD64_NUM_REGS): Use ARRAY_SIZE.
4157         (amd64_register_type): Remove code to build amd_sse_type.
4158         * i386-tdep.c (i386_eflag_type): New variable.
4159         (i386_mmx_type, i386_sse_type): Make global.
4160         (i386_init_types): New function.
4161         (i386_build_mmx_type, i386_build_sse_type): Remove functions.
4162         (i386_register_type): Return i386_eflag_type, i386_sse_type and
4163         i386_mmx_type when appropriate.
4164         (_initialize_i386_tdep): Call i386_init_types.
4165         * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
4166         Declare extern.
4167
4168         Based on a previous patch form Michal Ludvig:
4169         * gdbtypes.c (append_flags_type_flag, init_flags_type): New
4170         functions.
4171         (is_integral_type, rank_one_type, recursive_dump_type): Add
4172         support for TYPE_CODE_FLAGS.
4173         * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
4174         (append_flags_type_field, init_flags_type): New prototypes.
4175         * ada-valprint.c (ada_val_print_1): Add support for
4176         TYPE_CODE_FLAGS.
4177         * c-valprint.c (c_val_print): Likewise.
4178         * f-valprint.c (f_val_print): Likewise.
4179         * p-valprint.c (pascal_val_print): Likewise.
4180         * valprint.c (val_print_type_code_flags): New function.
4181         * valprint.h (val_print_type_code_flags): New prototype.
4182         * value.c (unpack_long, value_from_longest): Add support for
4183         TYPE_CODE_FLAGS.
4184
4185 2006-01-17  Christopher Faylor  <cgf@timesys.com>
4186
4187         * MAINTAINERS: Very belatedly remove myself from from the list of
4188         people caught up in the paper trail.
4189
4190 2006-01-17  Jim Blandy  <jimb@redhat.com>
4191
4192         * symtab.h (struct general_symbol_info): Use gdb_byte for
4193         value.bytes.
4194         * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
4195         a floating-point constant's value.
4196         * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
4197         to char *.
4198         * findvar.c (read_var_value): Eliminate needless temporary.
4199
4200         * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
4201         to match prior change to dwarf2_read_section's type.
4202
4203 2006-01-16  Paul Gilliam  <pgilliam@us.ibm.com>
4204
4205         * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
4206         * rs6000-tdep.c (insn_changes_sp_or_jumps)
4207         (rs6000_in_function_epilogue_p): New functions.
4208         (rs6000_gdbarch_init): Set in_function_epilogue_p.
4209
4210 2006-01-17  Jim Blandy  <jimb@redhat.com>
4211
4212         * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
4213         (struct line_header, struct partial_die_info, struct dwarf_block):
4214         Use gdb_byte for members that refer to Dwarf section contents.
4215         (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
4216         dwarf_decode_macros, load_comp_unit, load_partial_dies,
4217         locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
4218         read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
4219         read_8_bytes, read_address, read_attribute, read_attribute_value,
4220         read_comp_unit, read_comp_unit_head, read_die_and_children,
4221         read_die_and_siblings, read_full_die, read_indirect_string,
4222         read_initial_length, read_n_bytes, read_offset, read_partial_die,
4223         read_signed_leb128, read_string, read_unsigned_leb128,
4224         skip_children, skip_leb128, skip_one_die): Same.
4225
4226 2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
4227
4228         * complaints.c (stop_whining): Make signed.
4229         * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
4230
4231 2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
4232
4233         * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
4234         notices.
4235
4236 2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
4237
4238         * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
4239         (read_offset): Change BYTES_READ argument to unsigned int.
4240         (dwarf2_build_psymtabs_easy, read_comp_unit_head)
4241         (create_all_comp_units, dwarf2_get_pc_bounds)
4242         (dwarf_decode_line_header, var_decode_location)
4243         (dwarf_decode_macros): Change local BYTES_READ variables to
4244         unsigned int.
4245         (read_indirect_string): Remove obsolete cast.
4246
4247 2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
4248
4249         * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
4250         argument.
4251         (remote_fileio_func_open, remote_fileio_func_rename)
4252         (remote_fileio_func_unlink, remote_fileio_func_stat)
4253         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
4254         (remote_fileio_func_system): Cast the arguments to
4255         remote_read_bytes and remote_write_bytes.
4256         (remote_fileio_func_read, remote_fileio_func_write): Use a
4257         gdb_byte buffer.
4258         * remote.h (remote_read_bytes, remote_write_bytes): Update
4259         prototypes.
4260         * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
4261         (threadref_to_int): Replace bogus char * cast.
4262         (remote_unpack_thread_info_response): Use int for tag.
4263         (remote_threads_extra_info, remote_check_symbols): Cast string
4264         arguments to hex2bin.
4265         (remote_wait): Use a char buffer for packets and a gdb_byte
4266         buffer for registers.
4267         (remote_async_wait): Likewise.
4268         (remote_prepare_to_store, store_register_using_P)
4269         (remote_store_registers): Use gdb_byte buffers.
4270         (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
4271         for MYADDR and char buffers for strings.
4272         (remote_xfer_partial): Add casts for string operations on READBUF.
4273         (remote_rcmd): Cast strings passed to bin2hex.
4274
4275 2006-01-16  Mark Mitchell  <mark@codesourcery.com>
4276
4277         * aclocal.m4: Regenerate.
4278
4279 2006-01-16  Nathan Sidwell  <nathan@codesourcery.com>
4280
4281         * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
4282         MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
4283         MT_COPRO_PSEUDOREG_REGS members.  Adjust MT_NUM_PSEUDO_REGS.
4284         (mt_register_name): Lazily synthesize name for coprocessor pseudo
4285         array registers.
4286         (mt_copro_register_type): New. Broken out of ...
4287         (mt_register_type): ... here.  Use it.  Deal with coprocessor
4288         pseudo array.
4289         (mt_select_coprocessor): New.
4290         (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
4291         coprocessor pseudo array.
4292
4293 2006-01-16  Andrew Stubbs  <andrew.stubbs@st.com>
4294
4295         * breakpoint.c (insert_breakpoints): Check that a thread exists
4296         before inserting thread specific breakpoints.
4297
4298 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
4299
4300         * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
4301         commit.
4302
4303         * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
4304         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
4305         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
4306         * config/alpha/nm-nbsd.h: Remove file.
4307         * config/alpha/nm-fbsd.h: Remove file
4308         * config/alpha/nbsd.mh (NAT_FILE): Remove.
4309         * config/alpha/fbsd.mh (NAT_FILE): Remove.
4310
4311 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
4312
4313         * macroexp.c (expand): Initialize argc.
4314         * stabsread.c (read_type): Handle errors from read_args.
4315         (read_args): Return NULL for errors.
4316
4317 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
4318
4319         * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
4320         strcmp to compare string to a byte buffer.
4321
4322 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
4323
4324         * printcmd.c (output_command): Always initialize fmt.size.
4325         (printf_command): Use gdb_byte.
4326         * symfile.c (separate_debug_file_exists): Use gdb_byte.
4327         (load_section_callback, read_target_long_array): Likewise.
4328         (simple_read_overlay_table, simple_read_overlay_region_table)
4329         (simple_overlay_update_1): Correct calls to read_target_long_array.
4330         * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
4331         Also change local pointers.
4332         (val_print_string): Use gdb_byte.
4333
4334 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
4335
4336         * alphafbsd-tdep.c: Include "solib-svr4.h".
4337         (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
4338         svr4_lp64_fetch_link_map_offsets.
4339         * Makefile.in (alphafbsd-tdep.o): Update dependencies.
4340         * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
4341         solib-svr4.o.
4342         * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
4343         and solib-legacy.o.
4344         * config/alpha/nm-fbsd.h: Don't include "solib.h".
4345
4346 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
4347
4348         * source.c (_initialize_source): Use add_setshow_integer_cmd.
4349
4350 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
4351
4352         * linux-fork.c (delete_fork_command, detach_fork_command): Use
4353         PIDGET.
4354
4355 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
4356
4357         * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
4358         Remove.
4359         (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
4360         svr4_ilp32_fetch_link_map_offsets.
4361         * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
4362         function.
4363         (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
4364         svr4_ilp32_fetch_link_map_offsets.
4365         * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
4366         (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
4367         (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
4368         svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
4369         where appropriate.
4370         * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
4371         Simply call svr4_ilp32_fetch_link_map_offsets.
4372         (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
4373         svr4_lp64_fetch_link_map_offsets.
4374         * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
4375         function.
4376         (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
4377         svr4_ilp32_fetch_link_map_offsets.
4378         * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
4379         (s390x_svr4_fetch_link_map_offsets): Remove functions.
4380         (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
4381         svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
4382         where appropriate.
4383
4384 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
4385
4386         * arm-tdep.c (arm_return_value): Change type of readbuf and
4387         writebuf arguments to `gdb_byte *'.
4388
4389         * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
4390         * Makefile.in (s390-tdep.o): Update dependencies.
4391
4392 2006-01-14  Mark Kettenis  <kettenis@gnu.org>
4393
4394         * sol2-tdep.h. sol2-tdep.c: New files.
4395         * amd64-sol2-tdep.c: Include "sol2-tdep.h".
4396         (amd64_sol2_init_abi): Set skip_solib_resolver.
4397         * i386-sol2-tdep.c: Include "sol2-tdep.h".
4398         (i386_sol2_init_abi): Set skip_solib_resolver.
4399         * sparc-sol2-tdep.c: Include "sol2-tdep.h".
4400         (sparc32_sol2_init_abi): Set skip_solib_resolver.
4401         * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
4402         (sparc64_sol2_init_abi): Set skip_solib_resolver.
4403         * Makefile.in (sol2_tdep_h): New variable.
4404         (ALLDEPFILES): Add sol2-tdep.c.
4405         (sol2-tdep.o): New target.
4406         (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
4407         (sparc64-sol2-tdep.o): Update dependencies
4408         * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
4409         * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
4410         * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
4411         * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
4412
4413         * hppa-linux-tdep.c: Fix copyright indentation.
4414
4415         * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
4416         * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
4417         (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
4418         functions.
4419         (hppabsd_fetch_registers, hppabsd_store_registers): Handle
4420         floating-point registers.
4421
4422 2006-01-13  Mark Mitchell  <mark@codesourcery.com>
4423
4424         * event-loop.c (gdb_select): Detect file descriptors that have
4425         been closed.
4426
4427 2006-01-13  Mark Kettenis  <kettenis@gnu.org>
4428
4429         * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
4430         and long_double_format accordingly.
4431
4432 2006-01-12  Paul N. Hilfinger <hilfinger@adacore.com>
4433
4434         * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
4435         translation problems.
4436         * ada-lang.c (ada_value_struct_elt): Change interface and handling
4437         of errors to avoid translation problem (and less than optimal error
4438         messages).
4439         (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
4440         Use new interface to ada_value_struct_elt.
4441         * ada_lang.h (ada_value_struct_elt): Update declaration to new 
4442         interface.
4443         
4444         * ChangeLog: remove reference to ada-tasks.c from entry of
4445         2006-01-07.
4446         
4447 2006-01-11  Mark Kettenis  <kettenis@gnu.org>
4448
4449         * remote.c (get_memory_packet_size, set_thread) 
4450         (remote_unpack_thread_info_response, remote_get_threadinfo) 
4451         (parse_threadlist_response, remote_get_threadlist) 
4452         (remote_current_thread, remote_threads_info) 
4453         (remote_threads_extra_info, extended_remote_restart, get_offsets) 
4454         (remote_check_symbols, remote_open_1, remote_detach) 
4455         (remote_async_wait, remote_fetch_registers) 
4456         (remote_store_registers, check_binary_download, putpkt_binary) 
4457         (remote_insert_breakpoint, remote_insert_watchpoint) 
4458         (remote_remove_watchpoint, remote_insert_hw_breakpoint) 
4459         (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd) 
4460         (packet_command): Remove redundant parenthesis.
4461
4462 2006-01-10  Mark Kettenis  <kettenis@gnu.org>
4463
4464         * corefile.c (read_memory_integer, read_memory_unsigned_integer)
4465         (read_memory_typed_address, write_memory)
4466         (write_memory_unsigned_integer, write_memory_signed_integer): Use
4467         gdb_byte where appropriate.
4468
4469         * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
4470         'gdb_byte *'.
4471
4472         * target.h (target_read_memory_partial, target_write_memory_partial):
4473         Change second argument to 'gdb_byte *'.
4474         * target.c (target_xfer_memory_partial): Change third argument to
4475         'gdb_byte *'.
4476         (target_read_memory_partial, target_write_memory_partial): Change
4477         second argument to 'gdb_byte *'.
4478
4479         * linespec.c (decode_objc): Make i1 and i2 unsigned.
4480         (find_method): Set values.sals to NULL.
4481
4482 2006-01-09  Mark Kettenis  <kettenis@gnu.org>
4483
4484         * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
4485         of 'char *' in cast.
4486
4487 2006-01-07  Paul N. Hilfinger <hilfinger@adacore.com>
4488
4489         * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
4490         * ada-lang.c: I18n markup.  
4491         Editorial: change "can not" => "cannot" throughout.
4492
4493 2006-01-07  Mark Kettenis  <kettenis@gnu.org>
4494
4495         * Makefile.in: Sort dependencies.
4496
4497 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
4498
4499         * top.c (control_level): Remove unused variable.
4500
4501 2006-01-06  Fred Fish  <fnf@specifix.com>
4502
4503         * objfiles.c (source.h): Include.
4504         (free_objfile): Update comment about clear_symtab_users().
4505         (free_objfile): Check all symtabs of objfile being freed and if
4506         one of them is the current source symtab, call
4507         clear_current_source_symtab_and_line().
4508
4509 2006-01-04  Michael Snyder  <msnyder@redhat.com>
4510
4511         Checkpoint/Restart for Linux.
4512         * linux-nat.c: Add support for debugging multiple forks.
4513         Add #include for linux-fork.h (interface spec).
4514         (super_mourn_inferior): New function pointer.
4515         (child_mourn_inferior): New function / target method.
4516         (linux_target): Claim to_mourn_inferior method pointer.
4517         (child_follow_fork): Call interface to linux-fork, conditionally
4518         add new fork processes to list of debugged processes.
4519         (kill_inferior): Use interface to linux-fork to kill
4520         multiple processes.
4521
4522         * linux-fork.h: New file.
4523         * linux-fork.c: New file.  Support for debugging multiple forks
4524         of the same program.  Support for checkpoint and restart commands.
4525
4526         * infrun.c (nullify_last_target_wait_ptid): New function.
4527
4528         * Makefile.in: Add linux-fork.
4529         * config/*/linux.mh: Add linux-fork.
4530         * NEWS: Mention new functionality.
4531
4532 2006-01-02  Paul Hilfinger  <hilfingr@nile.gnat.com>
4533
4534         * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc): 
4535         Change uses of "illegal" to "invalid".
4536         
4537 2006-01-02  Paul N. Hilfinger  <hilfinger@adacore.com>
4538
4539         * ada-exp.y: Considerable reorganization to move functionality
4540         from ada-lex.l to here, where it is logically more appropriate.
4541         The original reason, however, was to prevent premature name
4542         lookups for selector names in record aggregates.
4543         (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
4544         NAME for all of these.
4545         (VAR): New artificial token to clarify precedence rules.
4546         (OTHERS): New lexeme.
4547         (empty_stoken): New symbol.
4548         (%union): Remove ssym, voidval.
4549         (%type): Remove <voidval> type declarations.
4550         (syntax definitions): Add aggregates.
4551         Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
4552         Rename some non-terminals to be closer to reference manual usage.
4553         Tighten up expression syntax to disallow certain non-Ada 
4554         constructions such as X and then Y or else Z.
4555         (ada_parse): Remove initialization of left_block_context.
4556         (write_var_from_name): Remove.
4557         (write_var_or_type): New function, containing previous code from
4558         defunct write_var_from_name and name_lookup.
4559         (block_lookup): New function, moved from ada-lex.l
4560         (select_possible_type_sym): New function, factored out of
4561         name_lookup, which used to be in ada-lex.l.
4562         (find_primitive_type): Ditto.
4563         (chop_selector): Ditto.
4564         (write_ambiguous_var): New function, factored out of defunct
4565         write_var_from_name.
4566         (write_selectors): New function.
4567         (write_name_assoc): New function.
4568         (write_exp_op_with_string): New function.
4569
4570         * ada-lex.l (processId): Change interface to return stoken.
4571         (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
4572         (block_lookup, name_lookup): Remove.  Functionality moved to
4573         ada-exp.y.
4574         (state IN_STRING): Remove.
4575         (rules): Handle string escapes in processString.
4576         Add 'others' token.
4577         Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
4578         yylval.sval (as simple strings).
4579         All name look-ups now handled in ada-exp.y.
4580         Introduce "::" (COLONCOLON) token and return as separate token.
4581         (processId): Change return convention.  Comment.
4582         Leave leading "'" in place.
4583         (processString): New function.
4584         (find_dot_all): Add note to comment.
4585         Fix problem that allowed match only at the end.
4586
4587         * ada-lang.c: Introduce aggregates.
4588         (find_struct_field): Add new parameter to count fields skipped, and
4589         allow other output parameters to be NULL.
4590         (value_tag_from_contents_and_address, ada_value_struct_elt): Use 
4591         new find_struct_field.
4592         (ada_index_struct_field, assign_aggregate, ada_is_array_type)
4593         (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
4594         (num_component_specs, assign_component, assign_aggregate):
4595         (aggregate_assign_from_choices,aggregate_assign_positional)
4596         (aggregate_assign_others,add_component_interval):
4597         New functions.
4598         (ada_evaluate_subexp): Declare.
4599         Add aggregate-related operators.
4600         (ada_forward_operator_length): Declare.
4601         (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
4602         Consolidate Ada operators, using ada_forward_operator_length.
4603         (ada_search_struct_field): Search in forward order.
4604         (ADA_OPERATORS): Add new aggregate operators.
4605         (ada_operator_length, ada_op_name, ada_forward_operator_length)
4606         (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate 
4607         operators and OP_NAME.
4608         (ada_type_of_array): Use longest_to_int.
4609         (value_assign_to_component): New function.
4610         (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
4611         Add OP_NAME case.
4612         (ada_forward_operator_length, ada_dump_subexp_body):
4613         Add OP_STRING case.
4614
4615         * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
4616         OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
4617
4618 2006-01-02  Paul N. Hilfinger  <hilfinger@adacore.com>
4619
4620         * ada-lang.c (process_raise_exception_name): Remove extraneous 
4621         definition from unsubmitted code.
4622
4623         (is_lower_alphanum): New function.
4624         (ada_decode):  Add support for decoding protected object subprograms
4625         and entries, and of entities declared inside protected object
4626         subprograms. 
4627         Also add missing handling for__{DIGITS}+ suffixes.
4628         Allow '$<digits>' as valid overloading suffix.
4629         (is_name_suffix): Add handling for protected type entriy suffixes.
4630         Also add support for protected type subprogram suffixes, but keep
4631         it commented out for now, as there is an ambiguity between these
4632         entities and other internally generated entities.
4633         Allow '$<digits>' as valid overloading suffix.
4634         (is_valid_name_for_wild_match): New function.
4635         (wild_match): Add an exra level of verification of the entity name
4636         before declaring it a match for the given pattern.
4637
4638         (ada_type_of_array, ada_evaluate_subexp): Use more proper 
4639         longest_to_int rather than cast.
4640
4641         (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
4642
4643         (ada_coerce_to_simple_array): Call check_size to make sure
4644         that the object size is reasonable.
4645
4646         (ada_value_primitive_packed_val):  Use correct location in target 
4647         buffer for extracting packed record fields that are themselves records.
4648
4649         (add_defn_to_vec): Do not try to replace a stub type by its full
4650         type. Avoids a potential infinite loop.
4651         
4652         (ada_lookup_symbol): Move return incorrectly placed return statement, 
4653         causing a loop that should be scanning all object files to only 
4654         scan the first one.
4655
4656         (ada_tag_name_2): New function.
4657         (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
4658         use alternative representation.
4659
4660         (ada_find_renaming_symbol): Strip the function name suffix when 
4661         computing the XR type name.
4662
4663         (ada_to_fixed_type): Try determining the tag only if we have the
4664         object's address.
4665         (to_fixed_array_type): Add comments.
4666
4667         (ada_check_typedef): Replace expression checking whether the given
4668         type is a stub or not by a "call" to TYPE_STUB. Clearer and more
4669         consistent.
4670         
4671         * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
4672         '$' in addition to '.' for runtime auxiliary function name suffixes.
4673         See changes to ada_decode above.
4674
4675         (struct task_control_block): Add field called_task.  (This change is
4676         to keep synchronized with our local sources; it does not affect the
4677         public version yet.)
4678
4679         * ada-typeprint.c (ada_print_type): Use int_string for printing
4680         modulus of modular type.
4681         
4682         (print_range): Trivial editorial comment fix.
4683
4684         * ada-valprint.c (ada_emit_char): Use normal Ada syntax for 
4685         double quote in string.
4686
4687 2006-01-01  Joel Brobecker  <brobecker@adacore.com>
4688
4689         * top.c: Add 2006 to list of copyright years in file header.
4690
4691 2006-01-01  Joel Brobecker  <brobecker@adacore.com>
4692
4693         * top.c (print_gdb_version): Update copyright year to 2006.
4694
4695 2006-01-01  Roger Sayle  <roger@eyesopen.com>
4696             Elena Zannoni <ezannoni@redhat.com>
4697
4698         PR symtab/1651
4699         * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
4700         for NULL before assigning this_symtab_psymtab->objfile to objfile.
4701         (scan_xcoff_symtab): Initialize next_symbol_text_func.
4702         (Committed by Jim Blandy)
4703
4704 For older changes see ChangeLog-2005.
4705 \f
4706 Local Variables:
4707 mode: change-log
4708 left-margin: 8
4709 fill-column: 74
4710 version-control: never
4711 End: