* aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
577b7047
JB
12006-02-10 Joel Brobecker <brobecker@adacore.com>
2
3 * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
4 instead of add_setshow_zinteger_cmd to defined the aix-thread
5 boolean setting.
6
ff800d76
NR
72006-02-10 Nick Roberts <nickrob@snap.net.nz>
8
9 * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
10
5afb4e99
DJ
112006-02-09 Daniel Jacobowitz <dan@codesourcery.com>
12
13 * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
14 30 bits. Add load_all_dies flag.
15 (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
16 Load DW_TAG_member by default. Remove internal_error call.
17 (find_partial_die): Reload the compilation unit if we can not find
18 a DIE in the cache. Call internal_error here if we still can not
19 find the DIE.
20
a832795c
NR
212006-02-10 Nick Roberts <nickrob@snap.net.nz>
22
23 * breakpoint.c (print_one_breakpoint): Add break to case
24 bp_catch_vfork in switch statement.
25
c9dd6fef
WZ
262006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
27
28 * config/i386/nm-i386sol2.h: Update copyright year.
29 * config/mips/nm-irix5.h: Ditto.
30 * config/sparc/nm-sol2.h: Ditto.
31 * s390-nat.c: Ditto.
32 * ppc-linux-nat.c: Ditto.
33
2a3cdf79
WZ
342006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
35
36 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
37 * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
38 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
39 * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
40 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
41 * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
42 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
43 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
44 (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
45 (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
46 add to_region_ok_for_hw_watchpoint.
47 * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
48 (s390_region_ok_for_hw_watchpoint): New.
49 (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
50 and add to_region_ok_for_hw_watchpoint.
51 * target.c (default_region_size_ok_for_hw_watchpoint,
52 debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
53 (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
54 inheritance and default_region_size_ok_for_hw_watchpoint.
55 (default_region_ok_for_hw_watchpoint): If len is less than or equal
56 the length of void pointer, return ok.
57 (default_region_size_ok_for_hw_watchpoint): Delete.
58 (debug_to_region_size_ok_for_hw_watchpoint): Delete.
59 (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
60 * target.h (struct target_ops): Delete
61 to_region_size_ok_for_hw_watchpoint.
62 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
63
e0d24f8d
WZ
642006-02-08 Ben Elliston <bje@au1.ibm.com>
65 Wu Zhou <woodzltc@cn.ibm.com>
66
67 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
68 PTRACE_GETSIGINFO): Define.
69 (last_stopped_data_address): New.
70 (ppc_linux_check_watch_resources): New function.
71 (ppc_linux_region_ok_for_hw_watchpoint): New function.
72 (ppc_linux_insert_watchpoint): New function.
73 (ppc_linux_remove_watchpoint): New function.
74 (ppc_linux_stopped_data_address): New function.
75 (ppc_linux_stopped_by_watchpoint): New function.
76 (_initialize_ppc_linux_nat): Set the above hardware watchpoint
77 related target vectors.
78 * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
79 to have nonsteppable watchpoint.
80 * target.c (default_region_ok_for_hw_watchpoint,
81 debug_to_region_ok_for_hw_watchpoint): New prototypes.
82 (update_current_target): Inherit to_region_ok_for_hw_watchpoint
83 and set default to_region_ok_for_hw_watchpoint.
84 (default_region_ok_for_hw_watchpoint): New function.
85 (debug_to_region_ok_for_hw_watchpoint): New function.
86 (setup_target_debug): Set to_region_ok_for_hw_watchpoint of
87 debug_target.
88 * target.h (struct target_ops): Add a new target vector
89 to_region_ok_for_hw_watchpoint.
90 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
91 defined anyplace else.
927890d0 92
e0d24f8d 932005-02-07 Joel Brobecker <brobecker@adacore.com>
927890d0
JB
94 * symfile.c (add_symbol_file_command): Abort if the user forgot
95 to provide the address when the file has been loaded.
96
f4d408c6
DJ
972006-02-07 Daniel Jacobowitz <dan@codesourcery.com>
98
99 * MAINTAINERS: Update file based on maintainers survey. Add
100 a note to Past Maintainers. Move unresponsive or inactive
101 maintainers to Authorized Committers or Past Maintainers as
102 appropriate. Correct Jim Kingdon's email address. Remove
103 vacant areas of responsibility.
104
38fcd64c
DJ
1052006-02-06 Vladimir Prus <ghost@cs.msu.su>
106
107 * breakpoint.c (print_one_breakpoint): For MI-like UI, output
108 fullname field.
109
7b871fab
DJ
1102006-02-03 Daniel Jacobowitz <dan@codesourcery.com>
111
112 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
113 * exceptions.c (exception_none, exceptions_state_mc_init)
114 (throw_vfatal): Use GDB_NO_ERROR.
115
e4cd0d6a
MK
1162006-02-02 Mark Kettenis <kettenis@gnu.org>
117
118 * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
119 r_map_size members. Add r_version_offset, r_version_size and
120 r_ldsomap_offset members.
121 * solib-svr4.c (solib_svr4_r_map): Renamed from
122 fetch_link_map_member. Simplify using read_memory_typed_address.
123 (solib_svr4_r_ldsomap): New function.
124 (open_symbol_file_object): Use solib_svr_r_map.
125 (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
126 linker by using solib_svr4_r_ldsomap.
127 (svr4_ilp32_fetch_link_map_offsets)
128 (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
129 link_map_offsets'.
130 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
131 changes to `struct link_map_offsets'.
132 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
133 (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
134 `struct link_map_offsets'.
135
e26af52f
DJ
1362006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
137
138 * linux-nat.c (struct saved_ptids, threads_to_delete)
139 (record_dead_thread, prune_lwps, find_thread_from_lwp)
140 (exit_lwp): New.
141 (linux_nat_resume): Call prune_lwps.
142 (wait_lwp, linux_nat_wait): Call exit_lwp.
143
46e9880c
DJ
1442006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
145
146 * printcmd.c (printf_command): Make format string checking
147 stricter. Add separate cases for long_arg, ptr_arg, and
148 long_double_arg.
149 * utils.c (xstrvprintf): Improve the error message issued
150 for a bad format string.
151 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
152 New variables.
153 (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
154 $(NO_WERROR_CFLAGS).
155 (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
156 enable -Werror.
157
37a105a1
DJ
1582006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
159
160 * Makefile.in (remote.o): Update.
161 * remote.c (show_packet_config_cmd): Shorten messages.
162 (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
163 (show_remote_cmd): Iterate.
164 (_initialize_remote): Remove remote_set_cmdlist,
165 remote_show_cmdlist.
166
ae5a43e0
DJ
1672006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
168
169 * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
170 * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
171 prototypes.
172 * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
173 (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
174 * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
175 ...here.
176 * gdbtypes.c: Include "hashtab.h".
177 (build_gdbtypes): Remove extra prototype.
178 (struct type_pair, type_pair_hash, type_pair_eq)
179 (create_copied_types_hash, copy_type_recursive): New.
180 * gdbtypes.h: Include "hashtab.h".
181 (TYPE_ZALLOC): New.
182 (create_copied_types_hash, copy_type_recursive): New prototypes.
183 * objfiles.c (free_objfile): Call preserve_values.
184 * symfile.c (reread_symbols): Likewise.
185 (clear_symtab_users): Remove calls to clear_value_history and
186 clear_internalvars.
187 * value.c (clear_value_history, clear_internalvars): Removed.
188 (preserve_one_value, preserve_values): New functions.
189 * value.h (clear_value_history, clear_internalvars): Removed.
190 (preserve_values): New prototype.
191
192 * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
193 variables here.
194
b929c77f
MK
1952006-01-29 Mark Kettenis <kettenis@gnu.org>
196
197 * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
198 Fixes PR tdep/2075.
199
1581f359
JB
2002006-01-27 Joel Brobecker <brobecker@adacore.com>
201
202 * MAINTAINERS: Use a consistent email address for brobecker.
203
37706b70
JB
2042006-01-27 Joel Brobecker <brobecker@adacore.com>
205
206 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
207 in the previous change.
208
9353355f
DJ
2092006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
210
211 PR gdb/1914
212 * fork-child.c (fork_inferior): Don't call
213 solib_create_inferior_hook.
214 * infcmd.c (post_create_inferior): Call solib_add,
215 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
216 (attach_command): Don't call solib_add or
217 re_enable_breakpoints_in_shlibs. Call post_create_inferior
218 instead.
219 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
220 or observer_notify_inferior_created. Call post_create_inferior
221 instead.
222 * corelow.c: Don't include "observer.h".
223 (solib_add_stub): Deleted.
224 (core_open): Don't call observer_notify_inferior_created or
225 solib_add_stub. Call post_create_inferior instead.
226 * inf-ptrace.c: Don't include "observer.h".
227 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
228 * inf-ttrace.c: Don't include "observer.h".
229 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
230 * inferior.h (solib_create_inferior_hook): Remove redundant
231 prototype.
232 * inftarg.c: Don't include "observer.h".
233 (child_attach): Don't call observer_notify_inferior_created.
234 * Makefile.in: Update dependencies.
235
281b533b
DJ
2362006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
237
238 * infcmd.c: Include "observer.h".
239 (post_create_inferior): New function.
240 (run_command_1): Call it. Also call proceed.
241 * inferior.h (post_create_inferior): New prototype.
242 * Makefile.in (infcmd.o): Update.
243
244 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
245 * go32-nat.c (go32_create_inferior): Likewise.
246 * nto-procfs.c (procfs_create_inferior): Likewise.
247 * procfs.c (procfs_create_inferior): Likewise.
248 * remote-sim.c (gdbsim_create_inferior): Likewise.
249 * remote.c (extended_remote_create_inferior)
250 (extended_remote_async_create_inferior): Likewise.
251 * win32-nat.c (win32_create_inferior): Likewise.
252 * wince.c (child_create_inferior): Likewise.
253
254 * monitor.c (monitor_create_inferior): Don't call proceed.
255 Set the PC manually.
256 * ocd.c (ocd_create_inferior): Likewise.
257 * remote-e7000.c (e7000_create_inferior): Likewise.
258 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
259 * remote-mips.c (mips_create_inferior): Likewise.
260 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
261 * remote-sds.c (sds_create_inferior): Likewise.
262 * remote-st.c (st2000_create_inferior): Likewise.
263
264 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
265 proceed or observer_notify_inferior_created.
266 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
267 * inftarg.c (child_create_inferior): Likewise.
268
e23fc6de
DJ
2692006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
270
271 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
272 after mourning the inferior.
273
13d6656b
JB
2742006-01-24 Jim Blandy <jimb@redhat.com>
275
276 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
277
59f92a09
FF
2782006-01-24 Fred Fish <fnf@specifix.com>
279
280 * parse.c (source.h): Include.
281 (parse_exp_in_context): Use static source context if no
282 other context found.
283
dda63807
AS
2842006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
285
286 * sh-tdep.c: Include reggroups.h.
287 (sh_register_reggroup_p): New function.
288 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
289 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
290
4b505b12
AS
2912006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
292
293 * cli/cli-cmds.c: Include fcntl.h.
294 (source_command): Use the GDB search path to find script files.
295
721d14ba
DJ
2962006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
297
298 PR tdep/2029
299 Suggested by Till Straumann <strauman@slac.stanford.edu>:
300 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
301 instructions. Handle PIC bcl.
302
3d64d617
DJ
3032006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
304
305 * config/djgpp/README: Typo fix.
306 * config/djgpp/fnchange.lst: Update.
307
0a8f48b9
MK
3082006-01-22 Mark Kettenis <kettenis@gnu.org>
309
c893be75
MK
310 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
311 (sparc_address_from_register): New prototype.
312 (sparcnbsd_step_trap): New prototype.
313 * sparc-tdep.c (sparc_address_from_register): Make globally
314 visible.
315 (sparc_analyze_control_transfer): Change prototype to accept
316 `struct gdbarch *' as first argument. Allow for optional hnadling
317 for trap instructions.
318 (sparc_step_trap): New function.
319 (sparc_software_single_step): Adjust call to
320 sparc_analyze_control_trabsfer.
321 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
322 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
323 (sparc32nbsd_init_abi): Set TDEP->step_trap.
324 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
325 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
326
0a8f48b9
MK
327 * sparc-tdep.c (sparc32_return_value): Convert to use
328 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
329 RETURN_VALUE_STRUCT_CONVENTION.
330 (sparc32_extract_struct_value_address): Remove.
331
1f3a99d5
DJ
3322006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
333
334 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
335 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
336
84eb3c4f
DJ
3372006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
338
339 * solib.c (info_sharedlibrary_command): Avoid internal_error.
340
878d9193
MK
3412006-01-21 Mark Kettenis <kettenis@gnu.org>
342
343 * i386-tdep.c (i386_mxcsr_type): New variable.
344 (i386_init_types): Initialize i386_mxcsr_type.
345 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
346 * i386-tdep.c (i386_mxcsr_type): New extern.
347 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
348 %mxcsr.
349
acab6ab2
MM
3502006-01-20 Mark Mitchell <mark@codesourcery.com>
351
352 * Makefile.in (remote-rdi.o): Remove.
353 (rdi-share/libangsd.a): Likewise.
354 * README: Don't mention remote-rdi.c.
355 * NEWS: Mention removal of rdi-share.
356 * configure.ac: Don't configure rdi-share subdirectory.
357 * remote-rdi.c: Remove.
358 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
359 (TDEPLIBS): Remove rdi-share/libangsd.a.
360 * rdi-share/Makefile.am: Remove.
361 * rdi-share/Makefile.in: Likewise.
362 * rdi-share/README.CYGNUS: Likewise.
363 * rdi-share/aclocal.m4: Likewise.
364 * rdi-share/adp.h: Likewise.
365 * rdi-share/adperr.h: Likewise.
366 * rdi-share/angel.h: Likewise.
367 * rdi-share/angel_bytesex.c: Likewise.
368 * rdi-share/angel_bytesex.h: Likewise.
369 * rdi-share/angel_endian.h: Likewise.
370 * rdi-share/ardi.c: Likewise.
371 * rdi-share/ardi.h: Likewise.
372 * rdi-share/armdbg.h: Likewise.
373 * rdi-share/buffers.h: Likewise.
374 * rdi-share/chandefs.h: Likewise.
375 * rdi-share/channels.h: Likewise.
376 * rdi-share/chanpriv.h: Likewise.
377 * rdi-share/configure: Likewise.
378 * rdi-share/configure.in: Likewise.
379 * rdi-share/crc.c: Likewise.
380 * rdi-share/crc.h: Likewise.
381 * rdi-share/dbg_conf.h: Likewise.
382 * rdi-share/dbg_cp.h: Likewise.
383 * rdi-share/dbg_hif.h: Likewise.
384 * rdi-share/dbg_rdi.h: Likewise.
385 * rdi-share/devclnt.h: Likewise.
386 * rdi-share/devices.h: Likewise.
387 * rdi-share/devsw.c: Likewise.
388 * rdi-share/devsw.h: Likewise.
389 * rdi-share/drivers.c: Likewise.
390 * rdi-share/drivers.h: Likewise.
391 * rdi-share/etherdrv.c: Likewise.
392 * rdi-share/ethernet.h: Likewise.
393 * rdi-share/host.h: Likewise.
394 * rdi-share/hostchan.c: Likewise.
395 * rdi-share/hostchan.h: Likewise.
396 * rdi-share/hsys.c: Likewise.
397 * rdi-share/hsys.h: Likewise.
398 * rdi-share/logging.c: Likewise.
399 * rdi-share/logging.h: Likewise.
400 * rdi-share/msgbuild.c: Likewise.
401 * rdi-share/msgbuild.h: Likewise.
402 * rdi-share/params.c: Likewise.
403 * rdi-share/params.h: Likewise.
404 * rdi-share/rx.c: Likewise.
405 * rdi-share/rxtx.h: Likewise.
406 * rdi-share/serdrv.c: Likewise.
407 * rdi-share/serpardr.c: Likewise.
408 * rdi-share/sys.h: Likewise.
409 * rdi-share/tx.c: Likewise.
410 * rdi-share/unixcomm.c: Likewise.
411 * rdi-share/unixcomm.h: Likewise.
412
4577207e
MK
4132006-01-21 Mark Kettenis <kettenis@gnu.org>
414
415 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
416 Change type of last argument to `gdb_byte *'.
417
34f55018
MK
4182006-01-20 Mark Kettenis <kettenis@gnu.org>
419
420 * hppa-tdep.h (hppa_in_solib_call_trampoline)
421 (hppa_skip_trampoline_code): New prototypes.
422 * hppa-tdep.c (struct insn_pattern): New.
423 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
424 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
425 here from hppa-linux-tdep.c
426 (HPPA_MAX_INSN_PATTERN_LEN): New define.
427 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
428 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
429 functions based on functions removed from hppa-linux-tdep.c.
430 * hppa-linux-tdep.c (hppa_long_branch_stub)
431 (hppa_long_branch_pic_stub, hppa_import_stub)
432 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
433 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
434 (hppa_linux_in_solib_call_trampoline)
435 (hppa_linux_skip_trampoline_code): Removed.
436 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
437 hppa_in_solib_call_trampoline and skip_trampoline_code to
438 hppa_skip_trampoline_code.
439 * hppabsd-tdep.c (hppabsd_init_abi): Set
440 TDEP->in_solib_call_trampoline and skip_trampoline_code.
441
7be93b9e
JB
4422006-01-20 Jim Blandy <jimb@redhat.com>
443
f408839d
JB
444 * MAINTAINERS: Change my E-mail address.
445
7be93b9e
JB
446 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
447 * configure: Regenerated.
448
b2a74f99
DJ
4492006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
450
451 * MAINTAINERS: Overhaul.
452
4f2aea11
MK
4532006-01-18 Mark Kettenis <kettenis@gnu.org>
454
5ae96ec1
MK
455 Based on a previous patch form Michal Ludvig:
456 * amd64-tdep.c (amd64_sse_type): Remove.
457 (amd64_register_info): Use i386_eflags_type and i386_sse_type
458 where appropriate.
459 (AMD64_NUM_REGS): Use ARRAY_SIZE.
460 (amd64_register_type): Remove code to build amd_sse_type.
461 * i386-tdep.c (i386_eflag_type): New variable.
462 (i386_mmx_type, i386_sse_type): Make global.
463 (i386_init_types): New function.
464 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
465 (i386_register_type): Return i386_eflag_type, i386_sse_type and
466 i386_mmx_type when appropriate.
467 (_initialize_i386_tdep): Call i386_init_types.
468 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
469 Declare extern.
470
4f2aea11
MK
471 Based on a previous patch form Michal Ludvig:
472 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
473 functions.
474 (is_integral_type, rank_one_type, recursive_dump_type): Add
475 support for TYPE_CODE_FLAGS.
476 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
477 (append_flags_type_field, init_flags_type): New prototypes.
478 * ada-valprint.c (ada_val_print_1): Add support for
479 TYPE_CODE_FLAGS.
480 * c-valprint.c (c_val_print): Likewise.
481 * f-valprint.c (f_val_print): Likewise.
482 * p-valprint.c (pascal_val_print): Likewise.
483 * valprint.c (val_print_type_code_flags): New function.
484 * valprint.h (val_print_type_code_flags): New prototype.
485 * value.c (unpack_long, value_from_longest): Add support for
486 TYPE_CODE_FLAGS.
487
4cdb5adf
CF
4882006-01-17 Christopher Faylor <cgf@timesys.com>
489
490 * MAINTAINERS: Very belatedly remove myself from from the list of
491 people caught up in the paper trail.
492
1193688d
JB
4932006-01-17 Jim Blandy <jimb@redhat.com>
494
4e38b386
JB
495 * symtab.h (struct general_symbol_info): Use gdb_byte for
496 value.bytes.
497 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
498 a floating-point constant's value.
499 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
500 to char *.
501 * findvar.c (read_var_value): Eliminate needless temporary.
502
1193688d
JB
503 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
504 to match prior change to dwarf2_read_section's type.
505
0d1243d9
PG
5062006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
507
508 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
509 * rs6000-tdep.c (insn_changes_sp_or_jumps)
510 (rs6000_in_function_epilogue_p): New functions.
511 (rs6000_gdbarch_init): Set in_function_epilogue_p.
512
fe1b8b76
JB
5132006-01-17 Jim Blandy <jimb@redhat.com>
514
515 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
516 (struct line_header, struct partial_die_info, struct dwarf_block):
517 Use gdb_byte for members that refer to Dwarf section contents.
518 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
519 dwarf_decode_macros, load_comp_unit, load_partial_dies,
520 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
521 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
522 read_8_bytes, read_address, read_attribute, read_attribute_value,
523 read_comp_unit, read_comp_unit_head, read_die_and_children,
524 read_die_and_siblings, read_full_die, read_indirect_string,
525 read_initial_length, read_n_bytes, read_offset, read_partial_die,
526 read_signed_leb128, read_string, read_unsigned_leb128,
527 skip_children, skip_leb128, skip_one_die): Same.
528
a0841d7a
DJ
5292006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
530
531 * complaints.c (stop_whining): Make signed.
532 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
533
939b2b42
DJ
5342006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
535
536 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
537 notices.
538
891d2f0b
DJ
5392006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
540
541 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
542 (read_offset): Change BYTES_READ argument to unsigned int.
543 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
544 (create_all_comp_units, dwarf2_get_pc_bounds)
545 (dwarf_decode_line_header, var_decode_location)
546 (dwarf_decode_macros): Change local BYTES_READ variables to
547 unsigned int.
548 (read_indirect_string): Remove obsolete cast.
549
cfd77fa1
DJ
5502006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
551
552 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
553 argument.
554 (remote_fileio_func_open, remote_fileio_func_rename)
555 (remote_fileio_func_unlink, remote_fileio_func_stat)
556 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
557 (remote_fileio_func_system): Cast the arguments to
558 remote_read_bytes and remote_write_bytes.
559 (remote_fileio_func_read, remote_fileio_func_write): Use a
560 gdb_byte buffer.
561 * remote.h (remote_read_bytes, remote_write_bytes): Update
562 prototypes.
563 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
564 (threadref_to_int): Replace bogus char * cast.
565 (remote_unpack_thread_info_response): Use int for tag.
566 (remote_threads_extra_info, remote_check_symbols): Cast string
567 arguments to hex2bin.
568 (remote_wait): Use a char buffer for packets and a gdb_byte
569 buffer for registers.
570 (remote_async_wait): Likewise.
571 (remote_prepare_to_store, store_register_using_P)
572 (remote_store_registers): Use gdb_byte buffers.
573 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
574 for MYADDR and char buffers for strings.
575 (remote_xfer_partial): Add casts for string operations on READBUF.
576 (remote_rcmd): Cast strings passed to bin2hex.
577
60bf0650
MM
5782006-01-16 Mark Mitchell <mark@codesourcery.com>
579
580 * aclocal.m4: Regenerate.
581
60e81fcc
NS
5822006-01-16 Nathan Sidwell <nathan@codesourcery.com>
583
584 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
585 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
586 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
587 (mt_register_name): Lazily synthesize name for coprocessor pseudo
588 array registers.
589 (mt_copro_register_type): New. Broken out of ...
590 (mt_register_type): ... here. Use it. Deal with coprocessor
591 pseudo array.
592 (mt_select_coprocessor): New.
593 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
594 coprocessor pseudo array.
595
f365de73
AS
5962006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
597
598 * breakpoint.c (insert_breakpoints): Check that a thread exists
599 before inserting thread specific breakpoints.
600
9d519230
MK
6012006-01-15 Mark Kettenis <kettenis@gnu.org>
602
6062517a
MK
603 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
604 commit.
605
9d519230
MK
606 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
607 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
608 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
609 * config/alpha/nm-nbsd.h: Remove file.
610 * config/alpha/nm-fbsd.h: Remove file
611 * config/alpha/nbsd.mh (NAT_FILE): Remove.
612 * config/alpha/fbsd.mh (NAT_FILE): Remove.
613
0a029df5
DJ
6142006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
615
616 * macroexp.c (expand): Initialize argc.
617 * stabsread.c (read_type): Handle errors from read_args.
618 (read_args): Return NULL for errors.
619
1731e543
MK
6202006-01-15 Mark Kettenis <kettenis@gnu.org>
621
622 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
623 strcmp to compare string to a byte buffer.
624
777ea8f1
DJ
6252006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
626
627 * printcmd.c (output_command): Always initialize fmt.size.
628 (printf_command): Use gdb_byte.
629 * symfile.c (separate_debug_file_exists): Use gdb_byte.
630 (load_section_callback, read_target_long_array): Likewise.
631 (simple_read_overlay_table, simple_read_overlay_region_table)
632 (simple_overlay_update_1): Correct calls to read_target_long_array.
633 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
634 Also change local pointers.
635 (val_print_string): Use gdb_byte.
636
4b17b389
MK
6372006-01-15 Mark Kettenis <kettenis@gnu.org>
638
639 * alphafbsd-tdep.c: Include "solib-svr4.h".
640 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
641 svr4_lp64_fetch_link_map_offsets.
642 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
643 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
644 solib-svr4.o.
645 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
646 and solib-legacy.o.
647 * config/alpha/nm-fbsd.h: Don't include "solib.h".
648
bd4109fb
DJ
6492006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
650
651 * source.c (_initialize_source): Use add_setshow_integer_cmd.
652
1dce6535
DJ
6532006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
654
655 * linux-fork.c (delete_fork_command, detach_fork_command): Use
656 PIDGET.
657
76a9d10f
MK
6582006-01-15 Mark Kettenis <kettenis@gnu.org>
659
660 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
661 Remove.
662 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
663 svr4_ilp32_fetch_link_map_offsets.
664 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
665 function.
666 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
667 svr4_ilp32_fetch_link_map_offsets.
668 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
669 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
670 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
671 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
672 where appropriate.
673 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
674 Simply call svr4_ilp32_fetch_link_map_offsets.
675 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
676 svr4_lp64_fetch_link_map_offsets.
677 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
678 function.
679 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
680 svr4_ilp32_fetch_link_map_offsets.
681 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
682 (s390x_svr4_fetch_link_map_offsets): Remove functions.
683 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
684 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
685 where appropriate.
686
469db033
MK
6872006-01-15 Mark Kettenis <kettenis@gnu.org>
688
25224166
MK
689 * arm-tdep.c (arm_return_value): Change type of readbuf and
690 writebuf arguments to `gdb_byte *'.
691
469db033
MK
692 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
693 * Makefile.in (s390-tdep.o): Update dependencies.
694
4dd7c9f6
MK
6952006-01-14 Mark Kettenis <kettenis@gnu.org>
696
081bf9da
MK
697 * sol2-tdep.h. sol2-tdep.c: New files.
698 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
699 (amd64_sol2_init_abi): Set skip_solib_resolver.
700 * i386-sol2-tdep.c: Include "sol2-tdep.h".
701 (i386_sol2_init_abi): Set skip_solib_resolver.
702 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
703 (sparc32_sol2_init_abi): Set skip_solib_resolver.
704 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
705 (sparc64_sol2_init_abi): Set skip_solib_resolver.
706 * Makefile.in (sol2_tdep_h): New variable.
707 (ALLDEPFILES): Add sol2-tdep.c.
708 (sol2-tdep.o): New target.
709 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
710 (sparc64-sol2-tdep.o): Update dependencies
711 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
712 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
713 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
714 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
715
c0f96416
MK
716 * hppa-linux-tdep.c: Fix copyright indentation.
717
4dd7c9f6
MK
718 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
719 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
720 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
721 functions.
722 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
723 floating-point registers.
724
6da86618
MM
7252006-01-13 Mark Mitchell <mark@codesourcery.com>
726
727 * event-loop.c (gdb_select): Detect file descriptors that have
728 been closed.
729
ed944ce7
MK
7302006-01-13 Mark Kettenis <kettenis@gnu.org>
731
732 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
733 and long_double_format accordingly.
734
03ee6b2e
PH
7352006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
736
737 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
738 translation problems.
739 * ada-lang.c (ada_value_struct_elt): Change interface and handling
740 of errors to avoid translation problem (and less than optimal error
741 messages).
742 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
743 Use new interface to ada_value_struct_elt.
744 * ada_lang.h (ada_value_struct_elt): Update declaration to new
745 interface.
746
747 * ChangeLog: remove reference to ada-tasks.c from entry of
748 2006-01-07.
749
24b06219
MK
7502006-01-11 Mark Kettenis <kettenis@gnu.org>
751
752 * remote.c (get_memory_packet_size, set_thread)
753 (remote_unpack_thread_info_response, remote_get_threadinfo)
754 (parse_threadlist_response, remote_get_threadlist)
755 (remote_current_thread, remote_threads_info)
756 (remote_threads_extra_info, extended_remote_restart, get_offsets)
757 (remote_check_symbols, remote_open_1, remote_detach)
758 (remote_async_wait, remote_fetch_registers)
759 (remote_store_registers, check_binary_download, putpkt_binary)
760 (remote_insert_breakpoint, remote_insert_watchpoint)
761 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
762 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
763 (packet_command): Remove redundant parenthesis.
764
15550d6b
MK
7652006-01-10 Mark Kettenis <kettenis@gnu.org>
766
dfb65433
MK
767 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
768 (read_memory_typed_address, write_memory)
769 (write_memory_unsigned_integer, write_memory_signed_integer): Use
770 gdb_byte where appropriate.
771
508416a1
MK
772 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
773 'gdb_byte *'.
774
f6519ebc
MK
775 * target.h (target_read_memory_partial, target_write_memory_partial):
776 Change second argument to 'gdb_byte *'.
777 * target.c (target_xfer_memory_partial): Change third argument to
778 'gdb_byte *'.
779 (target_read_memory_partial, target_write_memory_partial): Change
780 second argument to 'gdb_byte *'.
781
15550d6b
MK
782 * linespec.c (decode_objc): Make i1 and i2 unsigned.
783 (find_method): Set values.sals to NULL.
784
d7a30af7
MK
7852006-01-09 Mark Kettenis <kettenis@gnu.org>
786
787 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
788 of 'char *' in cast.
789
e1d5a0d2
PH
7902006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
791
792 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
03ee6b2e 793 * ada-lang.c: I18n markup.
e1d5a0d2
PH
794 Editorial: change "can not" => "cannot" throughout.
795
790124be
MK
7962006-01-07 Mark Kettenis <kettenis@gnu.org>
797
798 * Makefile.in: Sort dependencies.
799
3c481fdc
EZ
8002006-01-07 Eli Zaretskii <eliz@gnu.org>
801
802 * top.c (control_level): Remove unused variable.
803
cb5d864f
FF
8042006-01-06 Fred Fish <fnf@specifix.com>
805
806 * objfiles.c (source.h): Include.
807 (free_objfile): Update comment about clear_symtab_users().
808 (free_objfile): Check all symtabs of objfile being freed and if
809 one of them is the current source symtab, call
810 clear_current_source_symtab_and_line().
811
ac264b3b
MS
8122006-01-04 Michael Snyder <msnyder@redhat.com>
813
814 Checkpoint/Restart for Linux.
815 * linux-nat.c: Add support for debugging multiple forks.
816 Add #include for linux-fork.h (interface spec).
817 (super_mourn_inferior): New function pointer.
818 (child_mourn_inferior): New function / target method.
819 (linux_target): Claim to_mourn_inferior method pointer.
820 (child_follow_fork): Call interface to linux-fork, conditionally
821 add new fork processes to list of debugged processes.
822 (kill_inferior): Use interface to linux-fork to kill
823 multiple processes.
824
825 * linux-fork.h: New file.
826 * linux-fork.c: New file. Support for debugging multiple forks
827 of the same program. Support for checkpoint and restart commands.
828
829 * infrun.c (nullify_last_target_wait_ptid): New function.
830
831 * Makefile.in: Add linux-fork.
832 * config/*/linux.mh: Add linux-fork.
833 * NEWS: Mention new functionality.
834
f98ce7c2
PH
8352006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
836
837 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
838 Change uses of "illegal" to "invalid".
839
52ce6436
PH
8402006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
841
842 * ada-exp.y: Considerable reorganization to move functionality
843 from ada-lex.l to here, where it is logically more appropriate.
844 The original reason, however, was to prevent premature name
845 lookups for selector names in record aggregates.
846 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
847 NAME for all of these.
848 (VAR): New artificial token to clarify precedence rules.
849 (OTHERS): New lexeme.
850 (empty_stoken): New symbol.
851 (%union): Remove ssym, voidval.
852 (%type): Remove <voidval> type declarations.
853 (syntax definitions): Add aggregates.
854 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
855 Rename some non-terminals to be closer to reference manual usage.
856 Tighten up expression syntax to disallow certain non-Ada
857 constructions such as X and then Y or else Z.
858 (ada_parse): Remove initialization of left_block_context.
859 (write_var_from_name): Remove.
860 (write_var_or_type): New function, containing previous code from
861 defunct write_var_from_name and name_lookup.
862 (block_lookup): New function, moved from ada-lex.l
863 (select_possible_type_sym): New function, factored out of
864 name_lookup, which used to be in ada-lex.l.
865 (find_primitive_type): Ditto.
866 (chop_selector): Ditto.
867 (write_ambiguous_var): New function, factored out of defunct
868 write_var_from_name.
869 (write_selectors): New function.
870 (write_name_assoc): New function.
871 (write_exp_op_with_string): New function.
872
873 * ada-lex.l (processId): Change interface to return stoken.
874 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
875 (block_lookup, name_lookup): Remove. Functionality moved to
876 ada-exp.y.
877 (state IN_STRING): Remove.
878 (rules): Handle string escapes in processString.
879 Add 'others' token.
880 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
881 yylval.sval (as simple strings).
882 All name look-ups now handled in ada-exp.y.
883 Introduce "::" (COLONCOLON) token and return as separate token.
884 (processId): Change return convention. Comment.
885 Leave leading "'" in place.
886 (processString): New function.
887 (find_dot_all): Add note to comment.
888 Fix problem that allowed match only at the end.
889
890 * ada-lang.c: Introduce aggregates.
891 (find_struct_field): Add new parameter to count fields skipped, and
892 allow other output parameters to be NULL.
893 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
894 new find_struct_field.
895 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
896 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
897 (num_component_specs, assign_component, assign_aggregate):
898 (aggregate_assign_from_choices,aggregate_assign_positional)
899 (aggregate_assign_others,add_component_interval):
900 New functions.
901 (ada_evaluate_subexp): Declare.
902 Add aggregate-related operators.
903 (ada_forward_operator_length): Declare.
904 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
905 Consolidate Ada operators, using ada_forward_operator_length.
906 (ada_search_struct_field): Search in forward order.
907 (ADA_OPERATORS): Add new aggregate operators.
908 (ada_operator_length, ada_op_name, ada_forward_operator_length)
909 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
910 operators and OP_NAME.
911 (ada_type_of_array): Use longest_to_int.
912 (value_assign_to_component): New function.
913 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
914 Add OP_NAME case.
915 (ada_forward_operator_length, ada_dump_subexp_body):
916 Add OP_STRING case.
917
918 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
919 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
920
529cad9c
PH
9212006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
922
923 * ada-lang.c (process_raise_exception_name): Remove extraneous
924 definition from unsubmitted code.
925
926 (is_lower_alphanum): New function.
927 (ada_decode): Add support for decoding protected object subprograms
928 and entries, and of entities declared inside protected object
929 subprograms.
930 Also add missing handling for__{DIGITS}+ suffixes.
931 Allow '$<digits>' as valid overloading suffix.
932 (is_name_suffix): Add handling for protected type entriy suffixes.
933 Also add support for protected type subprogram suffixes, but keep
934 it commented out for now, as there is an ambiguity between these
935 entities and other internally generated entities.
936 Allow '$<digits>' as valid overloading suffix.
937 (is_valid_name_for_wild_match): New function.
938 (wild_match): Add an exra level of verification of the entity name
939 before declaring it a match for the given pattern.
940
941 (ada_type_of_array, ada_evaluate_subexp): Use more proper
942 longest_to_int rather than cast.
943
944 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
945
946 (ada_coerce_to_simple_array): Call check_size to make sure
947 that the object size is reasonable.
948
949 (ada_value_primitive_packed_val): Use correct location in target
950 buffer for extracting packed record fields that are themselves records.
951
952 (add_defn_to_vec): Do not try to replace a stub type by its full
953 type. Avoids a potential infinite loop.
954
955 (ada_lookup_symbol): Move return incorrectly placed return statement,
956 causing a loop that should be scanning all object files to only
957 scan the first one.
958
959 (ada_tag_name_2): New function.
960 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
961 use alternative representation.
962
963 (ada_find_renaming_symbol): Strip the function name suffix when
964 computing the XR type name.
965
966 (ada_to_fixed_type): Try determining the tag only if we have the
967 object's address.
968 (to_fixed_array_type): Add comments.
969
970 (ada_check_typedef): Replace expression checking whether the given
971 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
972 consistent.
973
974 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
975 '$' in addition to '.' for runtime auxiliary function name suffixes.
976 See changes to ada_decode above.
977
978 (struct task_control_block): Add field called_task. (This change is
979 to keep synchronized with our local sources; it does not affect the
980 public version yet.)
981
982 * ada-typeprint.c (ada_print_type): Use int_string for printing
983 modulus of modular type.
984
985 (print_range): Trivial editorial comment fix.
986
987 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
988 double quote in string.
989
9b799fe6
JB
9902006-01-01 Joel Brobecker <brobecker@adacore.com>
991
992 * top.c: Add 2006 to list of copyright years in file header.
993
0bee0712
JB
9942006-01-01 Joel Brobecker <brobecker@adacore.com>
995
996 * top.c (print_gdb_version): Update copyright year to 2006.
997
13c763f4
JB
9982006-01-01 Roger Sayle <roger@eyesopen.com>
999 Elena Zannoni <ezannoni@redhat.com>
1000
1001 PR symtab/1651
1002 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
1003 for NULL before assigning this_symtab_psymtab->objfile to objfile.
1004 (scan_xcoff_symtab): Initialize next_symbol_text_func.
1005 (Committed by Jim Blandy)
1006
e50f0da1 1007For older changes see ChangeLog-2005.
c906108c
SS
1008\f
1009Local Variables:
1010mode: change-log
1011left-margin: 8
1012fill-column: 74
1013version-control: never
1014End:
This page took 0.78508 seconds and 4 git commands to generate.