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