3 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
4 in the previous change.
9 * fork-child.c (fork_inferior): Don't call
10 solib_create_inferior_hook.
11 * infcmd.c (post_create_inferior): Call solib_add,
12 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
13 (attach_command): Don't call solib_add or
14 re_enable_breakpoints_in_shlibs. Call post_create_inferior
16 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
17 or observer_notify_inferior_created. Call post_create_inferior
19 * corelow.c: Don't include "observer.h".
20 (solib_add_stub): Deleted.
21 (core_open): Don't call observer_notify_inferior_created or
22 solib_add_stub. Call post_create_inferior instead.
23 * inf-ptrace.c: Don't include "observer.h".
24 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
25 * inf-ttrace.c: Don't include "observer.h".
26 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
27 * inferior.h (solib_create_inferior_hook): Remove redundant
29 * inftarg.c: Don't include "observer.h".
30 (child_attach): Don't call observer_notify_inferior_created.
31 * Makefile.in: Update dependencies.
35 * infcmd.c: Include "observer.h".
36 (post_create_inferior): New function.
37 (run_command_1): Call it. Also call proceed.
38 * inferior.h (post_create_inferior): New prototype.
39 * Makefile.in (infcmd.o): Update.
41 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
42 * go32-nat.c (go32_create_inferior): Likewise.
43 * nto-procfs.c (procfs_create_inferior): Likewise.
44 * procfs.c (procfs_create_inferior): Likewise.
45 * remote-sim.c (gdbsim_create_inferior): Likewise.
46 * remote.c (extended_remote_create_inferior)
47 (extended_remote_async_create_inferior): Likewise.
48 * win32-nat.c (win32_create_inferior): Likewise.
49 * wince.c (child_create_inferior): Likewise.
51 * monitor.c (monitor_create_inferior): Don't call proceed.
53 * ocd.c (ocd_create_inferior): Likewise.
54 * remote-e7000.c (e7000_create_inferior): Likewise.
55 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
56 * remote-mips.c (mips_create_inferior): Likewise.
57 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
58 * remote-sds.c (sds_create_inferior): Likewise.
59 * remote-st.c (st2000_create_inferior): Likewise.
61 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
62 proceed or observer_notify_inferior_created.
63 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
64 * inftarg.c (child_create_inferior): Likewise.
68 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
69 after mourning the inferior.
73 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
77 * parse.c (source.h): Include.
78 (parse_exp_in_context): Use static source context if no
83 * sh-tdep.c: Include reggroups.h.
84 (sh_register_reggroup_p): New function.
85 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
86 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
90 * cli/cli-cmds.c: Include fcntl.h.
91 (source_command): Use the GDB search path to find script files.
97 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
98 instructions. Handle PIC bcl.
102 * config/djgpp/README: Typo fix.
103 * config/djgpp/fnchange.lst: Update.
107 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
108 (sparc_address_from_register): New prototype.
109 (sparcnbsd_step_trap): New prototype.
110 * sparc-tdep.c (sparc_address_from_register): Make globally
112 (sparc_analyze_control_transfer): Change prototype to accept
113 `struct gdbarch *' as first argument. Allow for optional hnadling
114 for trap instructions.
115 (sparc_step_trap): New function.
116 (sparc_software_single_step): Adjust call to
117 sparc_analyze_control_trabsfer.
118 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
119 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
120 (sparc32nbsd_init_abi): Set TDEP->step_trap.
121 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
122 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
124 * sparc-tdep.c (sparc32_return_value): Convert to use
125 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
126 RETURN_VALUE_STRUCT_CONVENTION.
127 (sparc32_extract_struct_value_address): Remove.
131 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
132 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
136 * solib.c (info_sharedlibrary_command): Avoid internal_error.
140 * i386-tdep.c (i386_mxcsr_type): New variable.
141 (i386_init_types): Initialize i386_mxcsr_type.
142 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
143 * i386-tdep.c (i386_mxcsr_type): New extern.
144 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
149 * Makefile.in (remote-rdi.o): Remove.
150 (rdi-share/libangsd.a): Likewise.
151 * README: Don't mention remote-rdi.c.
152 * NEWS: Mention removal of rdi-share.
153 * configure.ac: Don't configure rdi-share subdirectory.
154 * remote-rdi.c: Remove.
155 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
156 (TDEPLIBS): Remove rdi-share/libangsd.a.
157 * rdi-share/Makefile.am: Remove.
158 * rdi-share/Makefile.in: Likewise.
159 * rdi-share/README.CYGNUS: Likewise.
160 * rdi-share/aclocal.m4: Likewise.
161 * rdi-share/adp.h: Likewise.
162 * rdi-share/adperr.h: Likewise.
163 * rdi-share/angel.h: Likewise.
164 * rdi-share/angel_bytesex.c: Likewise.
165 * rdi-share/angel_bytesex.h: Likewise.
166 * rdi-share/angel_endian.h: Likewise.
167 * rdi-share/ardi.c: Likewise.
168 * rdi-share/ardi.h: Likewise.
169 * rdi-share/armdbg.h: Likewise.
170 * rdi-share/buffers.h: Likewise.
171 * rdi-share/chandefs.h: Likewise.
172 * rdi-share/channels.h: Likewise.
173 * rdi-share/chanpriv.h: Likewise.
174 * rdi-share/configure: Likewise.
175 * rdi-share/configure.in: Likewise.
176 * rdi-share/crc.c: Likewise.
177 * rdi-share/crc.h: Likewise.
178 * rdi-share/dbg_conf.h: Likewise.
179 * rdi-share/dbg_cp.h: Likewise.
180 * rdi-share/dbg_hif.h: Likewise.
181 * rdi-share/dbg_rdi.h: Likewise.
182 * rdi-share/devclnt.h: Likewise.
183 * rdi-share/devices.h: Likewise.
184 * rdi-share/devsw.c: Likewise.
185 * rdi-share/devsw.h: Likewise.
186 * rdi-share/drivers.c: Likewise.
187 * rdi-share/drivers.h: Likewise.
188 * rdi-share/etherdrv.c: Likewise.
189 * rdi-share/ethernet.h: Likewise.
190 * rdi-share/host.h: Likewise.
191 * rdi-share/hostchan.c: Likewise.
192 * rdi-share/hostchan.h: Likewise.
193 * rdi-share/hsys.c: Likewise.
194 * rdi-share/hsys.h: Likewise.
195 * rdi-share/logging.c: Likewise.
196 * rdi-share/logging.h: Likewise.
197 * rdi-share/msgbuild.c: Likewise.
198 * rdi-share/msgbuild.h: Likewise.
199 * rdi-share/params.c: Likewise.
200 * rdi-share/params.h: Likewise.
201 * rdi-share/rx.c: Likewise.
202 * rdi-share/rxtx.h: Likewise.
203 * rdi-share/serdrv.c: Likewise.
204 * rdi-share/serpardr.c: Likewise.
205 * rdi-share/sys.h: Likewise.
206 * rdi-share/tx.c: Likewise.
207 * rdi-share/unixcomm.c: Likewise.
208 * rdi-share/unixcomm.h: Likewise.
212 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
213 Change type of last argument to `gdb_byte *'.
217 * hppa-tdep.h (hppa_in_solib_call_trampoline)
218 (hppa_skip_trampoline_code): New prototypes.
219 * hppa-tdep.c (struct insn_pattern): New.
220 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
221 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
222 here from hppa-linux-tdep.c
223 (HPPA_MAX_INSN_PATTERN_LEN): New define.
224 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
225 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
226 functions based on functions removed from hppa-linux-tdep.c.
227 * hppa-linux-tdep.c (hppa_long_branch_stub)
228 (hppa_long_branch_pic_stub, hppa_import_stub)
229 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
230 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
231 (hppa_linux_in_solib_call_trampoline)
232 (hppa_linux_skip_trampoline_code): Removed.
233 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
234 hppa_in_solib_call_trampoline and skip_trampoline_code to
235 hppa_skip_trampoline_code.
236 * hppabsd-tdep.c (hppabsd_init_abi): Set
237 TDEP->in_solib_call_trampoline and skip_trampoline_code.
241 * MAINTAINERS: Change my E-mail address.
243 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
244 * configure: Regenerated.
248 * MAINTAINERS: Overhaul.
252 Based on a previous patch form Michal Ludvig:
253 * amd64-tdep.c (amd64_sse_type): Remove.
254 (amd64_register_info): Use i386_eflags_type and i386_sse_type
256 (AMD64_NUM_REGS): Use ARRAY_SIZE.
257 (amd64_register_type): Remove code to build amd_sse_type.
258 * i386-tdep.c (i386_eflag_type): New variable.
259 (i386_mmx_type, i386_sse_type): Make global.
260 (i386_init_types): New function.
261 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
262 (i386_register_type): Return i386_eflag_type, i386_sse_type and
263 i386_mmx_type when appropriate.
264 (_initialize_i386_tdep): Call i386_init_types.
265 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
268 Based on a previous patch form Michal Ludvig:
269 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
271 (is_integral_type, rank_one_type, recursive_dump_type): Add
272 support for TYPE_CODE_FLAGS.
273 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
274 (append_flags_type_field, init_flags_type): New prototypes.
275 * ada-valprint.c (ada_val_print_1): Add support for
277 * c-valprint.c (c_val_print): Likewise.
278 * f-valprint.c (f_val_print): Likewise.
279 * p-valprint.c (pascal_val_print): Likewise.
280 * valprint.c (val_print_type_code_flags): New function.
281 * valprint.h (val_print_type_code_flags): New prototype.
282 * value.c (unpack_long, value_from_longest): Add support for
287 * MAINTAINERS: Very belatedly remove myself from from the list of
288 people caught up in the paper trail.
292 * symtab.h (struct general_symbol_info): Use gdb_byte for
294 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
295 a floating-point constant's value.
296 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
298 * findvar.c (read_var_value): Eliminate needless temporary.
300 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
301 to match prior change to dwarf2_read_section's type.
305 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
306 * rs6000-tdep.c (insn_changes_sp_or_jumps)
307 (rs6000_in_function_epilogue_p): New functions.
308 (rs6000_gdbarch_init): Set in_function_epilogue_p.
312 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
313 (struct line_header, struct partial_die_info, struct dwarf_block):
314 Use gdb_byte for members that refer to Dwarf section contents.
315 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
316 dwarf_decode_macros, load_comp_unit, load_partial_dies,
317 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
318 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
319 read_8_bytes, read_address, read_attribute, read_attribute_value,
320 read_comp_unit, read_comp_unit_head, read_die_and_children,
321 read_die_and_siblings, read_full_die, read_indirect_string,
322 read_initial_length, read_n_bytes, read_offset, read_partial_die,
323 read_signed_leb128, read_string, read_unsigned_leb128,
324 skip_children, skip_leb128, skip_one_die): Same.
328 * complaints.c (stop_whining): Make signed.
329 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
333 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
338 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
339 (read_offset): Change BYTES_READ argument to unsigned int.
340 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
341 (create_all_comp_units, dwarf2_get_pc_bounds)
342 (dwarf_decode_line_header, var_decode_location)
343 (dwarf_decode_macros): Change local BYTES_READ variables to
345 (read_indirect_string): Remove obsolete cast.
349 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
351 (remote_fileio_func_open, remote_fileio_func_rename)
352 (remote_fileio_func_unlink, remote_fileio_func_stat)
353 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
354 (remote_fileio_func_system): Cast the arguments to
355 remote_read_bytes and remote_write_bytes.
356 (remote_fileio_func_read, remote_fileio_func_write): Use a
358 * remote.h (remote_read_bytes, remote_write_bytes): Update
360 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
361 (threadref_to_int): Replace bogus char * cast.
362 (remote_unpack_thread_info_response): Use int for tag.
363 (remote_threads_extra_info, remote_check_symbols): Cast string
364 arguments to hex2bin.
365 (remote_wait): Use a char buffer for packets and a gdb_byte
366 buffer for registers.
367 (remote_async_wait): Likewise.
368 (remote_prepare_to_store, store_register_using_P)
369 (remote_store_registers): Use gdb_byte buffers.
370 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
371 for MYADDR and char buffers for strings.
372 (remote_xfer_partial): Add casts for string operations on READBUF.
373 (remote_rcmd): Cast strings passed to bin2hex.
377 * aclocal.m4: Regenerate.
381 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
382 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
383 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
384 (mt_register_name): Lazily synthesize name for coprocessor pseudo
386 (mt_copro_register_type): New. Broken out of ...
387 (mt_register_type): ... here. Use it. Deal with coprocessor
389 (mt_select_coprocessor): New.
390 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
391 coprocessor pseudo array.
395 * breakpoint.c (insert_breakpoints): Check that a thread exists
396 before inserting thread specific breakpoints.
400 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
403 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
404 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
405 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
406 * config/alpha/nm-nbsd.h: Remove file.
407 * config/alpha/nm-fbsd.h: Remove file
408 * config/alpha/nbsd.mh (NAT_FILE): Remove.
409 * config/alpha/fbsd.mh (NAT_FILE): Remove.
413 * macroexp.c (expand): Initialize argc.
414 * stabsread.c (read_type): Handle errors from read_args.
415 (read_args): Return NULL for errors.
419 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
420 strcmp to compare string to a byte buffer.
424 * printcmd.c (output_command): Always initialize fmt.size.
425 (printf_command): Use gdb_byte.
426 * symfile.c (separate_debug_file_exists): Use gdb_byte.
427 (load_section_callback, read_target_long_array): Likewise.
428 (simple_read_overlay_table, simple_read_overlay_region_table)
429 (simple_overlay_update_1): Correct calls to read_target_long_array.
430 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
431 Also change local pointers.
432 (val_print_string): Use gdb_byte.
436 * alphafbsd-tdep.c: Include "solib-svr4.h".
437 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
438 svr4_lp64_fetch_link_map_offsets.
439 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
440 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
442 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
444 * config/alpha/nm-fbsd.h: Don't include "solib.h".
448 * source.c (_initialize_source): Use add_setshow_integer_cmd.
452 * linux-fork.c (delete_fork_command, detach_fork_command): Use
457 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
459 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
460 svr4_ilp32_fetch_link_map_offsets.
461 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
463 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
464 svr4_ilp32_fetch_link_map_offsets.
465 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
466 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
467 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
468 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
470 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
471 Simply call svr4_ilp32_fetch_link_map_offsets.
472 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
473 svr4_lp64_fetch_link_map_offsets.
474 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
476 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
477 svr4_ilp32_fetch_link_map_offsets.
478 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
479 (s390x_svr4_fetch_link_map_offsets): Remove functions.
480 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
481 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
486 * arm-tdep.c (arm_return_value): Change type of readbuf and
487 writebuf arguments to `gdb_byte *'.
489 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
490 * Makefile.in (s390-tdep.o): Update dependencies.
494 * sol2-tdep.h. sol2-tdep.c: New files.
495 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
496 (amd64_sol2_init_abi): Set skip_solib_resolver.
497 * i386-sol2-tdep.c: Include "sol2-tdep.h".
498 (i386_sol2_init_abi): Set skip_solib_resolver.
499 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
500 (sparc32_sol2_init_abi): Set skip_solib_resolver.
501 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
502 (sparc64_sol2_init_abi): Set skip_solib_resolver.
503 * Makefile.in (sol2_tdep_h): New variable.
504 (ALLDEPFILES): Add sol2-tdep.c.
505 (sol2-tdep.o): New target.
506 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
507 (sparc64-sol2-tdep.o): Update dependencies
508 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
509 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
510 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
511 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
513 * hppa-linux-tdep.c: Fix copyright indentation.
515 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
516 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
517 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
519 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
520 floating-point registers.
524 * event-loop.c (gdb_select): Detect file descriptors that have
529 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
530 and long_double_format accordingly.
534 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
535 translation problems.
536 * ada-lang.c (ada_value_struct_elt): Change interface and handling
537 of errors to avoid translation problem (and less than optimal error
539 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
540 Use new interface to ada_value_struct_elt.
541 * ada_lang.h (ada_value_struct_elt): Update declaration to new
544 * ChangeLog: remove reference to ada-tasks.c from entry of
549 * remote.c (get_memory_packet_size, set_thread)
550 (remote_unpack_thread_info_response, remote_get_threadinfo)
551 (parse_threadlist_response, remote_get_threadlist)
552 (remote_current_thread, remote_threads_info)
553 (remote_threads_extra_info, extended_remote_restart, get_offsets)
554 (remote_check_symbols, remote_open_1, remote_detach)
555 (remote_async_wait, remote_fetch_registers)
556 (remote_store_registers, check_binary_download, putpkt_binary)
557 (remote_insert_breakpoint, remote_insert_watchpoint)
558 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
559 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
560 (packet_command): Remove redundant parenthesis.
564 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
565 (read_memory_typed_address, write_memory)
566 (write_memory_unsigned_integer, write_memory_signed_integer): Use
567 gdb_byte where appropriate.
569 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
572 * target.h (target_read_memory_partial, target_write_memory_partial):
573 Change second argument to 'gdb_byte *'.
574 * target.c (target_xfer_memory_partial): Change third argument to
576 (target_read_memory_partial, target_write_memory_partial): Change
577 second argument to 'gdb_byte *'.
579 * linespec.c (decode_objc): Make i1 and i2 unsigned.
580 (find_method): Set values.sals to NULL.
584 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
589 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
590 * ada-lang.c: I18n markup.
591 Editorial: change "can not" => "cannot" throughout.
595 * Makefile.in: Sort dependencies.
599 * top.c (control_level): Remove unused variable.
603 * objfiles.c (source.h): Include.
604 (free_objfile): Update comment about clear_symtab_users().
605 (free_objfile): Check all symtabs of objfile being freed and if
606 one of them is the current source symtab, call
607 clear_current_source_symtab_and_line().
611 Checkpoint/Restart for Linux.
612 * linux-nat.c: Add support for debugging multiple forks.
613 Add #include for linux-fork.h (interface spec).
614 (super_mourn_inferior): New function pointer.
615 (child_mourn_inferior): New function / target method.
616 (linux_target): Claim to_mourn_inferior method pointer.
617 (child_follow_fork): Call interface to linux-fork, conditionally
618 add new fork processes to list of debugged processes.
619 (kill_inferior): Use interface to linux-fork to kill
622 * linux-fork.h: New file.
623 * linux-fork.c: New file. Support for debugging multiple forks
624 of the same program. Support for checkpoint and restart commands.
626 * infrun.c (nullify_last_target_wait_ptid): New function.
628 * Makefile.in: Add linux-fork.
629 * config/*/linux.mh: Add linux-fork.
630 * NEWS: Mention new functionality.
634 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
635 Change uses of "illegal" to "invalid".
639 * ada-exp.y: Considerable reorganization to move functionality
640 from ada-lex.l to here, where it is logically more appropriate.
641 The original reason, however, was to prevent premature name
642 lookups for selector names in record aggregates.
643 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
644 NAME for all of these.
645 (VAR): New artificial token to clarify precedence rules.
646 (OTHERS): New lexeme.
647 (empty_stoken): New symbol.
648 (%union): Remove ssym, voidval.
649 (%type): Remove <voidval> type declarations.
650 (syntax definitions): Add aggregates.
651 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
652 Rename some non-terminals to be closer to reference manual usage.
653 Tighten up expression syntax to disallow certain non-Ada
654 constructions such as X and then Y or else Z.
655 (ada_parse): Remove initialization of left_block_context.
656 (write_var_from_name): Remove.
657 (write_var_or_type): New function, containing previous code from
658 defunct write_var_from_name and name_lookup.
659 (block_lookup): New function, moved from ada-lex.l
660 (select_possible_type_sym): New function, factored out of
661 name_lookup, which used to be in ada-lex.l.
662 (find_primitive_type): Ditto.
663 (chop_selector): Ditto.
664 (write_ambiguous_var): New function, factored out of defunct
666 (write_selectors): New function.
667 (write_name_assoc): New function.
668 (write_exp_op_with_string): New function.
670 * ada-lex.l (processId): Change interface to return stoken.
671 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
672 (block_lookup, name_lookup): Remove. Functionality moved to
674 (state IN_STRING): Remove.
675 (rules): Handle string escapes in processString.
677 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
678 yylval.sval (as simple strings).
679 All name look-ups now handled in ada-exp.y.
680 Introduce "::" (COLONCOLON) token and return as separate token.
681 (processId): Change return convention. Comment.
682 Leave leading "'" in place.
683 (processString): New function.
684 (find_dot_all): Add note to comment.
685 Fix problem that allowed match only at the end.
687 * ada-lang.c: Introduce aggregates.
688 (find_struct_field): Add new parameter to count fields skipped, and
689 allow other output parameters to be NULL.
690 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
691 new find_struct_field.
692 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
693 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
694 (num_component_specs, assign_component, assign_aggregate):
695 (aggregate_assign_from_choices,aggregate_assign_positional)
696 (aggregate_assign_others,add_component_interval):
698 (ada_evaluate_subexp): Declare.
699 Add aggregate-related operators.
700 (ada_forward_operator_length): Declare.
701 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
702 Consolidate Ada operators, using ada_forward_operator_length.
703 (ada_search_struct_field): Search in forward order.
704 (ADA_OPERATORS): Add new aggregate operators.
705 (ada_operator_length, ada_op_name, ada_forward_operator_length)
706 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
707 operators and OP_NAME.
708 (ada_type_of_array): Use longest_to_int.
709 (value_assign_to_component): New function.
710 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
712 (ada_forward_operator_length, ada_dump_subexp_body):
715 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
716 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
720 * ada-lang.c (process_raise_exception_name): Remove extraneous
721 definition from unsubmitted code.
723 (is_lower_alphanum): New function.
724 (ada_decode): Add support for decoding protected object subprograms
725 and entries, and of entities declared inside protected object
727 Also add missing handling for__{DIGITS}+ suffixes.
728 Allow '$<digits>' as valid overloading suffix.
729 (is_name_suffix): Add handling for protected type entriy suffixes.
730 Also add support for protected type subprogram suffixes, but keep
731 it commented out for now, as there is an ambiguity between these
732 entities and other internally generated entities.
733 Allow '$<digits>' as valid overloading suffix.
734 (is_valid_name_for_wild_match): New function.
735 (wild_match): Add an exra level of verification of the entity name
736 before declaring it a match for the given pattern.
738 (ada_type_of_array, ada_evaluate_subexp): Use more proper
739 longest_to_int rather than cast.
741 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
743 (ada_coerce_to_simple_array): Call check_size to make sure
744 that the object size is reasonable.
746 (ada_value_primitive_packed_val): Use correct location in target
747 buffer for extracting packed record fields that are themselves records.
749 (add_defn_to_vec): Do not try to replace a stub type by its full
750 type. Avoids a potential infinite loop.
752 (ada_lookup_symbol): Move return incorrectly placed return statement,
753 causing a loop that should be scanning all object files to only
756 (ada_tag_name_2): New function.
757 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
758 use alternative representation.
760 (ada_find_renaming_symbol): Strip the function name suffix when
761 computing the XR type name.
763 (ada_to_fixed_type): Try determining the tag only if we have the
765 (to_fixed_array_type): Add comments.
767 (ada_check_typedef): Replace expression checking whether the given
768 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
771 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
772 '$' in addition to '.' for runtime auxiliary function name suffixes.
773 See changes to ada_decode above.
775 (struct task_control_block): Add field called_task. (This change is
776 to keep synchronized with our local sources; it does not affect the
779 * ada-typeprint.c (ada_print_type): Use int_string for printing
780 modulus of modular type.
782 (print_range): Trivial editorial comment fix.
784 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
785 double quote in string.
789 * top.c: Add 2006 to list of copyright years in file header.
793 * top.c (print_gdb_version): Update copyright year to 2006.
799 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
800 for NULL before assigning this_symtab_psymtab->objfile to objfile.
801 (scan_xcoff_symtab): Initialize next_symbol_text_func.
802 (Committed by Jim Blandy)
804 For older changes see ChangeLog-2005.
810 version-control: never