]> Git Repo - binutils.git/blob - gdb/ChangeLog
* infcmd.c (post_create_inferior): Fix copy/paste error introduced
[binutils.git] / gdb / ChangeLog
1 2006-01-27  Joel Brobecker  <[email protected]>
2
3         * infcmd.c (post_create_inferior): Fix copy/paste error introduced
4         in the previous change.
5
6 2006-01-24  Daniel Jacobowitz  <[email protected]>
7
8         PR gdb/1914
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
15         instead.
16         * remote.c (remote_open_1): Don't call solib_create_inferior_hook
17         or observer_notify_inferior_created.  Call post_create_inferior
18         instead.
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
28         prototype.
29         * inftarg.c: Don't include "observer.h".
30         (child_attach): Don't call observer_notify_inferior_created.
31         * Makefile.in: Update dependencies.
32
33 2006-01-24  Daniel Jacobowitz  <[email protected]>
34
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.
40
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.
50
51         * monitor.c (monitor_create_inferior): Don't call proceed.
52         Set the PC manually.
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.
60
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.
65
66 2006-01-24  Daniel Jacobowitz  <[email protected]>
67
68         * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
69         after mourning the inferior.
70
71 2006-01-24  Jim Blandy  <[email protected]>
72
73         * valarith.c (binop_user_defined_p): Handle refs to typedefs.
74
75 2006-01-24  Fred Fish  <[email protected]>
76
77         * parse.c (source.h): Include.
78         (parse_exp_in_context):  Use static source context if no
79         other context found.
80
81 2006-01-23  Andrew Stubbs  <[email protected]>
82
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.
87
88 2006-01-23  Andrew Stubbs  <[email protected]>
89
90         * cli/cli-cmds.c: Include fcntl.h.
91         (source_command): Use the GDB search path to find script files.
92
93 2006-01-22  Daniel Jacobowitz  <[email protected]>
94
95         PR tdep/2029
96         Suggested by Till Straumann <[email protected]>:
97         * rs6000-tdep.c (skip_prologue): Update check for later mtlr
98         instructions.  Handle PIC bcl.
99
100 2006-01-22  Daniel Jacobowitz  <[email protected]>
101
102         * config/djgpp/README: Typo fix.
103         * config/djgpp/fnchange.lst: Update.
104
105 2006-01-22  Mark Kettenis  <[email protected]>
106
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
111         visible.
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.
123
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.
128
129 2006-01-21  Daniel Jacobowitz  <[email protected]>
130
131         * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
132         (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
133
134 2006-01-21  Daniel Jacobowitz  <[email protected]>
135
136         * solib.c (info_sharedlibrary_command): Avoid internal_error.
137
138 2006-01-21  Mark Kettenis  <[email protected]>
139
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
145         %mxcsr.
146
147 2006-01-20  Mark Mitchell  <[email protected]>
148
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.
209
210 2006-01-21  Mark Kettenis  <[email protected]>
211
212         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
213         Change type of last argument to `gdb_byte *'.
214
215 2006-01-20  Mark Kettenis  <[email protected]>
216
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.
238
239 2006-01-20  Jim Blandy  <[email protected]>
240
241         * MAINTAINERS: Change my E-mail address.
242
243         * configure.ac: Add -Wno-pointer-sign to list of build warnings.
244         * configure: Regenerated.
245
246 2006-01-20  Daniel Jacobowitz  <[email protected]>
247
248         * MAINTAINERS: Overhaul.
249
250 2006-01-18  Mark Kettenis  <[email protected]>
251
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
255         where appropriate.
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):
266         Declare extern.
267
268         Based on a previous patch form Michal Ludvig:
269         * gdbtypes.c (append_flags_type_flag, init_flags_type): New
270         functions.
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
276         TYPE_CODE_FLAGS.
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
283         TYPE_CODE_FLAGS.
284
285 2006-01-17  Christopher Faylor  <[email protected]>
286
287         * MAINTAINERS: Very belatedly remove myself from from the list of
288         people caught up in the paper trail.
289
290 2006-01-17  Jim Blandy  <[email protected]>
291
292         * symtab.h (struct general_symbol_info): Use gdb_byte for
293         value.bytes.
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
297         to char *.
298         * findvar.c (read_var_value): Eliminate needless temporary.
299
300         * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
301         to match prior change to dwarf2_read_section's type.
302
303 2006-01-16  Paul Gilliam  <[email protected]>
304
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.
309
310 2006-01-17  Jim Blandy  <[email protected]>
311
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.
325
326 2006-01-17  Daniel Jacobowitz  <[email protected]>
327
328         * complaints.c (stop_whining): Make signed.
329         * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
330
331 2006-01-17  Daniel Jacobowitz  <[email protected]>
332
333         * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
334         notices.
335
336 2006-01-17  Daniel Jacobowitz  <[email protected]>
337
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
344         unsigned int.
345         (read_indirect_string): Remove obsolete cast.
346
347 2006-01-17  Daniel Jacobowitz  <[email protected]>
348
349         * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
350         argument.
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
357         gdb_byte buffer.
358         * remote.h (remote_read_bytes, remote_write_bytes): Update
359         prototypes.
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.
374
375 2006-01-16  Mark Mitchell  <[email protected]>
376
377         * aclocal.m4: Regenerate.
378
379 2006-01-16  Nathan Sidwell  <[email protected]>
380
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
385         array registers.
386         (mt_copro_register_type): New. Broken out of ...
387         (mt_register_type): ... here.  Use it.  Deal with coprocessor
388         pseudo array.
389         (mt_select_coprocessor): New.
390         (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
391         coprocessor pseudo array.
392
393 2006-01-16  Andrew Stubbs  <[email protected]>
394
395         * breakpoint.c (insert_breakpoints): Check that a thread exists
396         before inserting thread specific breakpoints.
397
398 2006-01-15  Mark Kettenis  <[email protected]>
399
400         * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
401         commit.
402
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.
410
411 2006-01-15  Daniel Jacobowitz  <[email protected]>
412
413         * macroexp.c (expand): Initialize argc.
414         * stabsread.c (read_type): Handle errors from read_args.
415         (read_args): Return NULL for errors.
416
417 2006-01-15  Mark Kettenis  <[email protected]>
418
419         * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
420         strcmp to compare string to a byte buffer.
421
422 2006-01-15  Daniel Jacobowitz  <[email protected]>
423
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.
433
434 2006-01-15  Mark Kettenis  <[email protected]>
435
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
441         solib-svr4.o.
442         * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
443         and solib-legacy.o.
444         * config/alpha/nm-fbsd.h: Don't include "solib.h".
445
446 2006-01-15  Daniel Jacobowitz  <[email protected]>
447
448         * source.c (_initialize_source): Use add_setshow_integer_cmd.
449
450 2006-01-15  Daniel Jacobowitz  <[email protected]>
451
452         * linux-fork.c (delete_fork_command, detach_fork_command): Use
453         PIDGET.
454
455 2006-01-15  Mark Kettenis  <[email protected]>
456
457         * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
458         Remove.
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
462         function.
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
469         where appropriate.
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
475         function.
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
482         where appropriate.
483
484 2006-01-15  Mark Kettenis  <[email protected]>
485
486         * arm-tdep.c (arm_return_value): Change type of readbuf and
487         writebuf arguments to `gdb_byte *'.
488
489         * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
490         * Makefile.in (s390-tdep.o): Update dependencies.
491
492 2006-01-14  Mark Kettenis  <[email protected]>
493
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.
512
513         * hppa-linux-tdep.c: Fix copyright indentation.
514
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
518         functions.
519         (hppabsd_fetch_registers, hppabsd_store_registers): Handle
520         floating-point registers.
521
522 2006-01-13  Mark Mitchell  <[email protected]>
523
524         * event-loop.c (gdb_select): Detect file descriptors that have
525         been closed.
526
527 2006-01-13  Mark Kettenis  <[email protected]>
528
529         * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
530         and long_double_format accordingly.
531
532 2006-01-12  Paul N. Hilfinger <[email protected]>
533
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
538         messages).
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 
542         interface.
543         
544         * ChangeLog: remove reference to ada-tasks.c from entry of
545         2006-01-07.
546         
547 2006-01-11  Mark Kettenis  <[email protected]>
548
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.
561
562 2006-01-10  Mark Kettenis  <[email protected]>
563
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.
568
569         * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
570         'gdb_byte *'.
571
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
575         'gdb_byte *'.
576         (target_read_memory_partial, target_write_memory_partial): Change
577         second argument to 'gdb_byte *'.
578
579         * linespec.c (decode_objc): Make i1 and i2 unsigned.
580         (find_method): Set values.sals to NULL.
581
582 2006-01-09  Mark Kettenis  <[email protected]>
583
584         * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
585         of 'char *' in cast.
586
587 2006-01-07  Paul N. Hilfinger <[email protected]>
588
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.
592
593 2006-01-07  Mark Kettenis  <[email protected]>
594
595         * Makefile.in: Sort dependencies.
596
597 2006-01-07  Eli Zaretskii  <[email protected]>
598
599         * top.c (control_level): Remove unused variable.
600
601 2006-01-06  Fred Fish  <[email protected]>
602
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().
608
609 2006-01-04  Michael Snyder  <[email protected]>
610
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
620         multiple processes.
621
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.
625
626         * infrun.c (nullify_last_target_wait_ptid): New function.
627
628         * Makefile.in: Add linux-fork.
629         * config/*/linux.mh: Add linux-fork.
630         * NEWS: Mention new functionality.
631
632 2006-01-02  Paul Hilfinger  <[email protected]>
633
634         * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc): 
635         Change uses of "illegal" to "invalid".
636         
637 2006-01-02  Paul N. Hilfinger  <[email protected]>
638
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
665         write_var_from_name.
666         (write_selectors): New function.
667         (write_name_assoc): New function.
668         (write_exp_op_with_string): New function.
669
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
673         ada-exp.y.
674         (state IN_STRING): Remove.
675         (rules): Handle string escapes in processString.
676         Add 'others' token.
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.
686
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):
697         New functions.
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):
711         Add OP_NAME case.
712         (ada_forward_operator_length, ada_dump_subexp_body):
713         Add OP_STRING case.
714
715         * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
716         OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
717
718 2006-01-02  Paul N. Hilfinger  <[email protected]>
719
720         * ada-lang.c (process_raise_exception_name): Remove extraneous 
721         definition from unsubmitted code.
722
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
726         subprograms. 
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.
737
738         (ada_type_of_array, ada_evaluate_subexp): Use more proper 
739         longest_to_int rather than cast.
740
741         (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
742
743         (ada_coerce_to_simple_array): Call check_size to make sure
744         that the object size is reasonable.
745
746         (ada_value_primitive_packed_val):  Use correct location in target 
747         buffer for extracting packed record fields that are themselves records.
748
749         (add_defn_to_vec): Do not try to replace a stub type by its full
750         type. Avoids a potential infinite loop.
751         
752         (ada_lookup_symbol): Move return incorrectly placed return statement, 
753         causing a loop that should be scanning all object files to only 
754         scan the first one.
755
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.
759
760         (ada_find_renaming_symbol): Strip the function name suffix when 
761         computing the XR type name.
762
763         (ada_to_fixed_type): Try determining the tag only if we have the
764         object's address.
765         (to_fixed_array_type): Add comments.
766
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
769         consistent.
770         
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.
774
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
777         public version yet.)
778
779         * ada-typeprint.c (ada_print_type): Use int_string for printing
780         modulus of modular type.
781         
782         (print_range): Trivial editorial comment fix.
783
784         * ada-valprint.c (ada_emit_char): Use normal Ada syntax for 
785         double quote in string.
786
787 2006-01-01  Joel Brobecker  <[email protected]>
788
789         * top.c: Add 2006 to list of copyright years in file header.
790
791 2006-01-01  Joel Brobecker  <[email protected]>
792
793         * top.c (print_gdb_version): Update copyright year to 2006.
794
795 2006-01-01  Roger Sayle  <[email protected]>
796             Elena Zannoni <[email protected]>
797
798         PR symtab/1651
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)
803
804 For older changes see ChangeLog-2005.
805 \f
806 Local Variables:
807 mode: change-log
808 left-margin: 8
809 fill-column: 74
810 version-control: never
811 End:
This page took 0.068381 seconds and 4 git commands to generate.