* s390-nat.c (s390_insert_watchpoint): Add missing argument.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2006-03-29 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * s390-nat.c (s390_insert_watchpoint): Add missing argument.
4 (s390_remove_watchpoint): Likewise.
5
6 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7
8 * prologue-value.c, prologue-value.h: New files.
9 * Makefile.in (prologue_value_h): New variable.
10 (HFILES_NO_SRCDIR): List prologue-value.h.
11 (SFILES): List prologue-value.c.
12 (COMMON_OBS): List prologue-value.o.
13 (prologue-value.o): New rule.
14
15 2006-03-27 Michael Snyder <msnyder@redhat.com>
16
17 * xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call,
18 xstormy16_pointer_to_address, xstormy16_address_to_pointer,
19 xstormy16_frame_prev_register): Change void* to gdb_byte*.
20 (xstormy16_push_dummy_call): Add block-local char* val,
21 to avoid type conflict with outer scope variable.
22
23 2006-03-27 Andrew Stubbs <andrew.stubbs@st.com>
24
25 * sh-tdep.c (sh_gdbarch_init): Add missing architectures.
26
27 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
28
29 * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
30 offsets for languages like Fortran.
31
32 2006-03-26 Randolph Chung <tausq@debian.org>
33
34 * config/pa/hppa64.mt: Use HPUX version of the tm file.
35
36 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
37
38 * mi/gdb-mi.el (gdbmi-send): Improve regexp to repeat commands.
39 Try to deal with continuation line.
40 (gdbmi, gdbmi-prompt1, gud-gdbmi-marker-filter): Update to new
41 variable names.
42 (gdb-break-list-regexp, gdb-stack-list-frames-regexp):
43 Future proof against new fields being added to MI output.
44 (gdbmi-prompt2, gdb-break-list-handler,gdb-get-source-file)
45 (gdbmi-frame-handler): Update to new variable name
46 gdb-get-buffer-create.
47 (gdbmi-frame-handler): Use hollow-right-triangle for all selected
48 frames which except the innermost (where execution has stopped).
49
50 2006-03-24 Randolph Chung <tausq@debian.org>
51
52 * solib-som.c (link_map_start): Don't error out if there is
53 not yet a link map.
54
55 2006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
56
57 * linux-nat.c (linux_ops_saved): New.
58 (super_mourn_inferior, kill_inferior, threaded, linux_nat_ops)
59 (child_mourn_inferior, child_wait, linux_nat_create_inferior)
60 (linux_nat_fetch_registers, linux_nat_store_registers)
61 (linux_nat_child_post_startup_inferior, init_linux_nat_ops): Delete.
62 (init_lwp_list): Don't set threaded.
63 (add_lwp): Don't modify threaded.
64 (delete_lwp): Don't mention non-threaded mode.
65 (linux_nat_switch_fork): New.
66 (linux_nat_attach): Update inferior_ptid.
67 (linux_nat_wait): Handle num_lwps == 0 at entry. Don't check
68 threaded flag.
69 (linux_nat_kill): Handle pending forks and saved forks.
70 (linux_nat_mourn_inferior): Handle saved forks.
71 (linux_nat_pid_to_str): Don't use the LWP form when there is
72 only one thread.
73 (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
74 (linux_nat_add_target): New.
75 (_initialize_linux_nat): Don't initialize the linux native target
76 here.
77 * linux-nat.h (linux_nat_add_target, linux_nat_switch_fork): New
78 prototypes.
79 * linux-fork.c: Include "linux-nat.h".
80 (add_fork): Update initial PID.
81 (fork_load_infrun_state): Call linux_nat_switch_fork.
82 * Makefile.in (linux-fork.o): Update.
83
84 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
85 linux_nat_add_target instead of add_target.
86 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Likewise.
87 * arm-linux-nat.c (_initialize_arm_linux_nat): Likewise.
88 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Likewise.
89 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Likewise.
90 * i386-linux-nat.c (_initialize_i386_linux_nat): Likewise.
91 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Likewise.
92 * m68klinux-nat.c (_initialize_m68k_linux_nat): Likewise.
93 * mips-linux-nat.c (_initialize_mips_linux_nat): Likewise.
94 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Likewise.
95 * s390-nat.c (_initialize_s390_nat): Likewise.
96 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Likewise.
97 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Likewise.
98
99 2006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
100
101 * linux-fork.c: Include "gdb_assert.h".
102 (fork_load_infrun_state): Set inferior_ptid and stop_pc here.
103 Update the register cache and selected frame also.
104 (linux_fork_mourn_inferior): Use fork_load_infrun_state. Return
105 to single fork mode if necessary.
106 (linux_fork_context): Remove bits handled by fork_load_infrun_state.
107 * Makefile.in (linux_fork_h): New.
108 (linux-fork.o, linux-nat.o): Update.
109
110 2006-03-23 Andreas Schwab <schwab@suse.de>
111
112 * config/s390/s390.mh (NATDEPFILES): Add linux-fork.o.
113
114 2006-03-18 Jim Blandy <jimb@codesourcery.com>
115
116 * symtab.h (enum address_class): Doc fix.
117
118 2006-03-16 Michael Snyder <msnyder@redhat.com>
119
120 * tracepoint.c (tracepoint_save_command): Fix typo in error msg.
121 * target.c (push_target): Fix typo in comment.
122 * remote.c (remote_watch_data_address): Fix typo in comment.
123 * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
124
125 2006-03-15 Kevin Buettner <kevinb@redhat.com>
126
127 * frv-linux-tdep.c (gdbcore.h, regcache.h, regset.h, gdb_string.h):
128 Include.
129 (FRV_ELF_NGREG, FRV_PT_PSR, FRV_PT_ISR, FRV_PT_CCR, FRV_PT_CCCR)
130 (FRV_PT_LR, FRV_PT_LCR, FRV_PT_PC, FRV_PT_GNER0, FRV_PT_GNER1)
131 (FRV_PT_IACC0H, FRV_PT_IACC0L, FRV_PT_GR, FRV_PT_TBR)
132 (FRV_PT_EXEC_FDPIC_LOADMAP, FRV_PT_INTERP_FDPIC_LOADMAP): Define.
133 (frv_elf_greg_t, frv_elf_gregset_t, frv_elf_fpreg_t)
134 (frv_elf_fpregset_t): Define types.
135 (frv_linux_supply_gregset, frv_linux_supply_fpregset)
136 (frv_linux_regset_from_core_section: New functions.
137 (frv_linux_gregset, frv_linux_fpregset): New static globals.
138 (frv_linux_init_abi): Register the `regset_from_core_section' method.
139 * Makefile.in (frv-linux-tdep.o): Update dependencies.
140 * solib-frv.c (frv_current_sos): Relocate main executable after
141 loading core file.
142 (frv_clear_solib): Clean up space associated with
143 `main_executable_lm_info'.
144 * config/frv/frv.mt (TDEPFILES): Add corelow.o to this list.
145
146 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
147
148 * Makefile.in (mips_linux_tdep_h): New.
149 (mpis-linux-nat.o, mips-linux-tdep.o): Update.
150 * mips-linux-nat.c: Include "inferior.h", "mips-linux-tdep.h", and
151 <sys/ptrace.h>.
152 (have_ptrace_regsets, super_fetch_registers, super_store_registers)
153 (mips64_linux_regsets_fetch_registers)
154 (mips64_linux_regsets_store_registers, mips64_linux_fetch_registers)
155 (mips64_linux_store_registers): New.
156 (_initialize_mips_linux_nat): Override to_fetch_registers and
157 to_store_registers.
158 * mips-linux-tdep.h: New file.
159 * mips-linux-tdep.c: Include "mips-linux-tdep.c".
160 (ELF_NGREG, ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t)
161 (elf_fpregset_t, FPR_BASE, PC, CAUSE, BADVADDR, MMHI, MMLO)
162 (FPC_CSR, FPC_EIR, EF_REG0, EF_REG31, EF_LO, EF_HI, EF_CP0_EPC)
163 (EF_CP0_BADVADDR, EF_CP0_STATUS, EF_CP0_CAUSE, EF_SIZE)
164 (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, mips64_elf_greg_t)
165 (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
166 (MIPS64_FPR_BASE, MIPS64_PC, MIPS64_CAUSE, MIPS64_BADVADDR)
167 (MIPS64_MMHI, MIPS64_MMLO, MIPS64_FPC_CSR, MIPS64_FPC_EIR)
168 (MIPS64_EF_REG0, MIPS64_EF_REG31, MIPS64_EF_LO, MIPS64_EF_HI)
169 (MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR, MIPS64_EF_CP0_STATUS)
170 (MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE): Delete.
171 (supply_32bit_reg): Use gdb_byte.
172 (supply_64bit_reg): New.
173 (mips_supply_gregset, mips_fill_gregset, mips_supply_fpregset)
174 (mips_fill_fpregset, fetch_core_registers, supply_gregset)
175 (fill_gregset, supply_fpregset): Update for renamed types.
176 (mips64_supply_gregset): Use gdb_byte and supply_64bit_reg.
177 (mips64_fill_gregset): Make global. Handle 32-bit register
178 sizes.
179 (mips64_fill_fpregset): Make global. Use gdb_byte. Handle
180 FP regsets properly.
181
182 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
183
184 * mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset.
185 (mips_fill_gregset): Renamed from fill_gregset.
186 (mips_supply_fpregset): Renamed from supply_fpregset.
187 (mips_fill_fpregset): Renamed from fill_fpregset.
188 (fetch_core_registers): Update calls.
189 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): New
190 functions.
191
192 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
193
194 * mips-tdep.c (mips_gdbarch_init): Default 64-bit ELF files to N64.
195
196 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
197
198 * mips-tdep.c (is_mips16_addr, mips32_next_pc, add_offset_16):
199 Correct arithmetic for 64-bit CORE_ADDR.
200
201 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
202
203 * mips-linux-tdep.c: Include "floatformat.h".
204 (mips_linux_init_abi): Use 128-bit long double for N32 and N64.
205 * mips-tdep.c (mips_n32n64_return_value): Support 128-bit long
206 double.
207 (print_gp_register_row): Don't print spaces before ignored
208 or floating point registers.
209 * Makefile.in (mips-linux-tdep.o): Update.
210
211 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
212
213 * mips-mdebug-tdep.c (compare_pdr_entries): Use bfd_get_signed_32
214 for code addresses.
215 (non_heuristic_proc_desc): Likewise.
216
217 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
218
219 * mips-linux-nat.c: Include "gdb_proc_service.h".
220 (PTRACE_GET_THREAD_AREA): Define.
221 (ps_get_thread_area): New.
222 * Makefile.in (mips-linux-nat.o): Update.
223
224 2006-03-13 Jim Blandy <jimb@codesourcery.com>
225
226 * MAINTAINERS: Use my work address.
227
228 2006-03-09 Michael Snyder <msnyder@redhat.com>
229
230 * linux-nat.c (kill_inferior): Just call target_mourn_inferior
231 instead of getting tricky for the multi-fork case.
232 * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid
233 for each fork, and then use init_fork_list to delete them.
234
235 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
236
237 * solib-svr4.c (svr4_current_sos): Move up initialization of
238 l_addr, such that it clearly covers all cases.
239
240 2006-03-08 Andreas Schwab <schwab@suse.de>
241
242 * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of
243 libunwind_frame_prev_register to use a gdb_byte buffer and
244 extract_unsigned_integer.
245 (ia64_libunwind_sigtramp_frame_prev_register): Likewise.
246
247 * libunwind-frame.c (libunwind_frame_prev_register): Change type
248 of last argument to `gdb_byte *'
249 * libunwind-frame.h: Adjust declaration.
250
251 2006-03-08 Paul Brook <paul@codesourcery.com>
252
253 * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
254 (arm_frame_align): New function.
255 (arm_gdbarch_init): Use it.
256
257 2006-03-03 Khem Raj <khem@mvista.com>
258
259 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
260 Committed by Andrew Cagney.
261
262 2006-03-02 Corinna Vinschen <vinschen@redhat.com>
263
264 * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint
265 address to MDR register.
266
267 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
268
269 * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive
270 calls.
271
272 2006-03-01 Randolph Chung <tausq@debian.org>
273
274 * somread.c (som_symfile_read): Update comment and remove unneeded
275 use of a deprecated variable.
276
277 2006-03-01 Randolph Chung <tausq@debian.org>
278
279 * hppa-tdep.h (unwind_table_entry): Update field names to match HP
280 runtime specification.
281 * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise.
282 (unwind_command): Likewise.
283
284 2006-03-01 Randolph Chung <tausq@debian.org>
285
286 * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and
287 Pseudo_SP_Set in unwind record.
288
289 2006-03-01 Randolph Chung <tausq@debian.org>
290
291 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
292 TDEP->is_elf to determine if we are working with a SOM binary.
293 (null_symtab_and_line): Remove unused variable.
294 * config/pa/hppa64.mt: Use tm-hppa.h.
295 * config/pa/tm-hppa64.h: Remove file.
296
297 2006-03-01 Wu Zhou <woodzltc@cn.ibm.com>
298
299 * f-typeprint.c (f_type_print_base): Delete the redundant space.
300
301 2006-02-28 Kevin Buettner <kevinb@redhat.com>
302
303 * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
304 * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h):
305 Include.
306 (am33_linux_sigframe_cache_init): New function.
307 (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame
308 descriptions.
309 (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2)
310 (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1)
311 (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0)
312 (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3)
313 (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6)
314 (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR)
315 (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL)
316 (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP)
317 (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT):
318 New constants.
319 (am33_linux_init_osabi): Register signal frame unwinders.
320
321 2006-02-28 Kevin Buettner <kevinb@redhat.com>
322
323 * mn10300-tdep.c (mn10300_analyze_prologue): Implement backtrack
324 out of pattern match by saving relevant state. Fix stack size
325 adjustment bug.
326
327 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
328
329 * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and
330 l_ld_size fields.
331 * solib-svr4.c (struct lm_info): Add l_addr field.
332 (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR.
333 (HAS_LM_DYNAMIC_FROM_LINK_MAP): New.
334 (LM_DYNAMIC_FROM_LINK_MAP): New.
335 (LM_ADDR_CHECK): New. Use it instead of LM_ADDR.
336 (svr4_current_sos): Initialize l_addr. Adjust.
337 (svr4_relocate_section_addresses): Adjust.
338 (svr4_ilp32_fetch_link_map_offsets): Define new members.
339 (svr4_lp64_fetch_link_map_offsets): Likewise.
340 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
341 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise.
342 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
343 * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h).
344
345 2006-02-26 David S. Miller <davem@sunset.davemloft.net>
346
347 * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
348 * config/sparc/linux64.mt (TDEPFILES): Likewise.
349
350 2006-02-27 Alan Modra <amodra@bigpond.net.au>
351
352 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type.
353 (ppc_linux_remove_watchpoint): Likewise, and args.
354
355 2006-02-26 Mark Kettenis <kettenis@gnu.org>
356
357 * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
358 "soft" interrupts.
359
360 2006-02-24 Charles Wilson <cygwin@cwilson.fastmail.fm>
361
362 * gdb/defs.h: unconditionally include <fcntl.h>, and
363 ensure that O_BINARY is defined.
364 * gdb/solib.c(solib_open): ensure solib files are opened in
365 binary mode.
366 * gdb/corelow.c: Remove O_BINARY macro definition.
367 * gdb/exec.c: Remove O_BINARY macro definition
368 * gdb/remote-rdp.c: Remove O_BINARY macro definition
369 * gdb/source.c: Remove O_BINARY macro definition
370 * gdb/symfile.c: Remove O_BINARY macro definition
371
372 2006-02-24 Randolph Chung <tausq@debian.org>
373
374 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize
375 argreg.
376 * solib-som.c (som_solib_remove_inferior_hook): Remove unused
377 function.
378
379 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
380
381 * f-exp.y: Symbol '%' is not used as the modulus operator in
382 Fortran. Delete this from Fortran expression.
383 It is now used by Fortran 90 and later to access the member
384 of derived type. Add this into Fortran expression.
385 * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT.
386 Print each elements in the derived type.
387 * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter
388 level into the function definition to do indented printing. And
389 call fprintfi_filtered instead to do indented printing.
390 (f_type_print_base): Replace fprintf_filtered with the indented
391 version (fprintfi_filtered).
392 (f_type_print_base): Call indented print_equivalent_f77_float_type.
393 (f_type_print_base): Add code to handle TYPE_CODE_STRUCT. Print
394 the definition of the derived type.
395
396 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
397
398 * gdb_curses.h: Provide a fallback prototype for tgetnum.
399
400 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
401
402 * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE
403 also.
404 (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT.
405 (DOUBLEST_SCAN_FORMAT): New.
406 * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions.
407 (processReal): Use DOUBLEST_SCAN_FORMAT.
408 * c-exp.y (parse_number): Likewise.
409 * jv-exp.y (parse_number): Likewise.
410 * objc-exp.y (parse_number): Likewise.
411 * p-exp.y (parse_number): Likewise.
412
413 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
414
415 * event-top.c (async_do_nothing, async_disconnect)
416 (async_stop_sig, async_float_handler): Remove duplicated
417 prototypes.
418 (handle_sighup): Guard prototype with SIGHUP.
419 (async_do_nothing): Guard function and prototype with
420 SIGQUIT || SIGHUP.
421 (async_disconnect): Guard prototype with SIGHUP.
422 (async_stop_sig): Guard prototype with STOP_SIGNAL.
423
424 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
425
426 * maint.c (maintenance_dump_me): Remove unnecessary prototype.
427
428 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
429
430 * win32-termcap.c (tputs): Return 0.
431
432 2006-02-21 Mark Kettenis <kettenis@gnu.org>
433
434 * configure.ac: Introduce ---enable-werror, which adds -Werror to
435 the compiler command line. Enabled by default. Disable with
436 --disable-werror.
437 * configure regenerate.
438
439 2006-02-21 Daniel Jacobowitz <dan@codesourcery.com>
440
441 * elfread.c (elf_symtab_read): Skip symbols which BFD considers
442 special.
443
444 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
445
446 * defs.h (directory_switch): Add prototype.
447 * main.c (captured_main): Use directory_switch() instead of
448 directory_command() to add directories from the -d switch.
449 * source.c (directory_switch): New function.
450 (add_path): Use buildargv() to parse spaces in filenames properly.
451 Strip multiple trailing '/' rather than just one.
452
453 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
454
455 * symfile.c (add_symbol_file_command): Use buildargv(), instead of
456 hand decoding the command line, to allow use of quotes and spaces.
457 (_initialize_symfile): Reorganize the help message for add-symbol-file
458 such that 'help files' shows a better message.
459
460 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
461
462 * sh-tdep.c (sh_generic_show_regs): Reformat both code and output.
463 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise.
464 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise.
465 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise.
466
467 2006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
468
469 * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN
470 and __SIGRTMIN + 1.
471
472 2006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
473
474 * remote.c: Add an enumeration for configurable remote
475 packets.
476 (remote_protocol_packets, set_remote_protocol_packet_cmd)
477 (show_remote_protocol_packet_cmd): New.
478 (remote_protocol_vcont)
479 (set_remote_protocol_vcont_packet_cmd)
480 (show_remote_protocol_vcont_packet_cmd)
481 (remote_protocol_qSymbol)
482 (set_remote_protocol_qSymbol_packet_cmd)
483 (show_remote_protocol_qSymbol_packet_cmd)
484 (remote_protocol_P, set_remote_protocol_P_packet_cmd)
485 (show_remote_protocol_P_packet_cmd)
486 (remote_protocol_Z)
487 (set_remote_protocol_Z_software_bp_packet_cmd)
488 (show_remote_protocol_Z_software_bp_packet_cmd)
489 (set_remote_protocol_Z_hardware_bp_packet_cmd)
490 (show_remote_protocol_Z_hardware_bp_packet_cmd)
491 (set_remote_protocol_Z_write_wp_packet_cmd)
492 (show_remote_protocol_Z_write_wp_packet_cmd)
493 (set_remote_protocol_Z_read_wp_packet_cmd)
494 (show_remote_protocol_Z_read_wp_packet_cmd)
495 (set_remote_protocol_Z_access_wp_packet_cmd)
496 (show_remote_protocol_Z_access_wp_packet_cmd)
497 (remote_protocol_binary_download)
498 (set_remote_protocol_binary_download_cmd)
499 (show_remote_protocol_binary_download_cmd)
500 (remote_protocol_qPart_auxv)
501 (set_remote_protocol_qPart_auxv_packet_cmd)
502 (show_remote_protocol_qPart_auxv_packet_cmd)
503 (remote_protocol_qGetTLSAddr)
504 (set_remote_protocol_qGetTLSAddr_packet_cmd)
505 (show_remote_protocol_qGetTLSAddr_packet_cmd)
506 (remote_protocol_p)
507 (set_remote_protocol_p_packet_cmd)
508 (show_remote_protocol_p_packet_cmd): Delete.
509
510 (init_all_packet_configs): Simplify.
511 (set_remote_protocol_Z_packet_cmd)
512 (show_remote_protocol_Z_packet_cmd)
513 (remote_check_symbols, remote_vcont_probe, remote_vcont_resume)
514 (remote_fetch_registers, remote_prepare_to_store)
515 (remote_store_registers, check_binary_download)
516 (remote_write_bytes, remote_insert_breakpoint)
517 (remote_remove_breakpoint, remote_insert_watchpoint)
518 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
519 (remote_remove_hw_breakpoint, remote_xfer_partial)
520 (remote_get_thread_local_address): Update for packet array.
521 (_initialize_remote): Likewise; also update for common
522 set/show commands.
523
524 2006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
525
526 * symfile.c (place_section): Correct retry logic.
527
528 2006-02-19 Christopher Faylor <cgf@timesys.com>
529
530 * win32_nat.c (cygwin_load_start): New variable.
531 (cygwin_load_end): Ditto.
532 (have_saved_context): Ditto.
533 (saved_context): Ditto.
534 (max_dll_name_len): Delete obsolete variable.
535 (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
536 if we are in a cygwin signal rather than a windows signal.
537 (solib_symbols_add): Detect and store beginning and end of cygwin DLL
538 if dll being loaded is the cygwin DLL.
539 (register_loaded_dll): Remove calculation of max_dll_name_len.
540 (win32_clear_solib): Ditto.
541 (handle_load_dll): Delete obsolete variable. Remove unneeded call to
542 solib_add.
543 (handle_output_debug_string): Detect and store signal information sent
544 by Cygwin here.
545 (handle_exception): Silently pass on errors in the cygwin DLL. Return
546 -1 on first pass exception.
547 (win32_continue): Remove spurious clearing of continue_status.
548 (get_win32_debug_event): Deal differently first chance exception.
549
550 2006-02-19 Randolph Chung <tausq@debian.org>
551
552 * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
553 unwind entry.
554
555 2006-02-16 Fred Fish <fnf@specifix.com>
556
557 * eval.c (evaluate_subexp_standard): For OP_TYPE, return
558 a non lval value zero, of the appropriate type, when avoiding
559 side effects.
560 * typeprint.c (ptype_eval): Remove function and declaration.
561 (ptype_command): Simplify to just a call to whatis_exp.
562
563 2006-02-15 Paul Brook <paul@codesourcery.com>
564
565 * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
566 Load insn opcodes as unsigned values.
567
568 2006-02-14 Alexandre Oliva <aoliva@redhat.com>
569
570 * doublest.h (DOUBLEST): Use long double only if we can scan
571 it in. Undefine HAVE_LONG_DOUBLE otherwise.
572 (DOUBLEST_FORMAT): New.
573 * c-exp.y (parse_number): Use it.
574 * jv-exp.y (parse_number): Likewise.
575 * objc-exp.y (parse_number): Likewise.
576 * p-exp.y (parse_number): Likewise.
577 * varobj.c (free_variable): Silence type-punning warnings.
578 * tui/tui-data.h (struct tui_list): Change type of list member.
579 * tui/tui-data.c: Remove no-longer-needed type casts.
580 (source_windows): Silence type-punning warnings.
581 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
582
583 2006-02-13 Mark Kettenis <kettenis@gnu.org>
584
585 Fix PR breakpoints/2080.
586 * i386-tdep.c (struct i386_frame_cache): Add stack_align member.
587 (i386_analyze_stack_align): New function.
588 (i386_analyze_prologue): Use i386_analyze_stack_align.
589 (i386_frame_cache): Deal with stack realignment.
590
591 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
592
593 * mi/gdb-mi.el: Use more functions from gdb-ui.el.
594 (gdb-break-list-regexp): Match "what" field if present.
595 (gdb-stack-list-frames-regexp): Match "from" field if present.
596 (gdb-stack-list-frames-handler): Present output like "info
597 breakpoints" so regexps can be shared with gdb-ui
598
599 2006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
600
601 * NEWS: Mention native Windows support.
602 * Makefile.in (gdb_select_h, ser_tcp_h): New.
603 (ALLDEPFILES): Add ser-mingw.c.
604 (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o)
605 (ser-tcp.o, ser-unix.o): Update.
606 (ser-mingw.o): New rule.
607 * configure: Regenerated.
608 * configure.ac: Add ser-mingw.o for mingw32.
609 * ser-mingw.c: New file.
610 * event-loop.c: Include "gdb_select.h".
611 (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c.
612 * ser-base.c: Include "gdb_select.h".
613 (ser_base_wait_for): Use gdb_select.
614 * serial.c (serial_for_fd): New function.
615 (serial_fdopen): Try "terminal" before "hardwire". Initialize
616 the allocated struct serial.
617 (serial_wait_handle): New function.
618 * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
619 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
620 * gdb_select.h: New file.
621 * ser-tcp.c: Include "ser-tcp.h". Remove unused "ser-unix.h" include.
622 (net_close, net_read_prim, net_write_prim): Make global.
623 (net_open): Likewise. Pass an exception set to select. Whitespace fix.
624 Document why we can not use gdb_select.
625 (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here.
626 * ser-tcp.h: New file.
627 * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here.
628 (handle_sigio): Use gdb_select.
629 (initialize_stdin_serial): New function.
630 * terminal.h (initialize_stdin_serial): New prototype.
631 * top.c (gdb_init): Call initialize_stdin_serial.
632 * mingw-hdep.c (gdb_select): New function, moved from gdb_select in
633 event-loop.c. Add exception condition support. Use serial_for_fd
634 and serial_wait_handle. Fix timeout handling.
635 * posix-hdep.c: Include "gdb_select.h".
636 (gdb_select): New function.
637 * remote-st.c (connect_command): Use gdb_select.
638 * ser-unix.c: Include "gdb_select.h".
639 (hardwire_send_break, wait_for): Use gdb_select.
640
641 2006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
642
643 * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies.
644 (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c.
645 * configure.ac: Add gdb_host_obs to CONFIG_OBS. Set gdb_host_obs
646 to posix-hdep.o by default.
647 * configure: Regenerated.
648 * configure.host: Document gdb_host_obs. Add an entry for
649 i[34567]86-*-mingw32*.
650 * mingw-hdep.c, posix-hdep.c: New files.
651 * utils.c (safe_strerror): Remove, moved to posix-hdep.o.
652
653 2006-02-10 Joel Brobecker <brobecker@adacore.com>
654
655 * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
656 * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX.
657 * rs6000-tdep.h: New file.
658 * rs6000-tdep.c: Include "rs6000-tdep.h".
659 (rs6000_gdbarch_init): Remove enabling of software single step.
660 Will be done in the AIX-specific initialization routine.
661 * rs6000-aix-tdep.c: New file.
662 * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o.
663 * Makefile.in (rs6000_tdep_h): New variable.
664 (rs6000-tdep.o): Update dependencies.
665 (rs6000-aix-tdep.o): New rule.
666
667 2006-02-10 Joel Brobecker <brobecker@adacore.com>
668
669 * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
670 instead of add_setshow_zinteger_cmd to defined the aix-thread
671 boolean setting.
672
673 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
674
675 * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
676
677 2006-02-09 Daniel Jacobowitz <dan@codesourcery.com>
678
679 * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
680 30 bits. Add load_all_dies flag.
681 (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
682 Load DW_TAG_member by default. Remove internal_error call.
683 (find_partial_die): Reload the compilation unit if we can not find
684 a DIE in the cache. Call internal_error here if we still can not
685 find the DIE.
686
687 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
688
689 * breakpoint.c (print_one_breakpoint): Add break to case
690 bp_catch_vfork in switch statement.
691
692 2006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
693
694 * config/i386/nm-i386sol2.h: Update copyright year.
695 * config/mips/nm-irix5.h: Ditto.
696 * config/sparc/nm-sol2.h: Ditto.
697 * s390-nat.c: Ditto.
698 * ppc-linux-nat.c: Ditto.
699
700 2006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
701
702 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
703 * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
704 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
705 * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
706 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
707 * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
708 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
709 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
710 (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
711 (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
712 add to_region_ok_for_hw_watchpoint.
713 * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
714 (s390_region_ok_for_hw_watchpoint): New.
715 (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
716 and add to_region_ok_for_hw_watchpoint.
717 * target.c (default_region_size_ok_for_hw_watchpoint,
718 debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
719 (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
720 inheritance and default_region_size_ok_for_hw_watchpoint.
721 (default_region_ok_for_hw_watchpoint): If len is less than or equal
722 the length of void pointer, return ok.
723 (default_region_size_ok_for_hw_watchpoint): Delete.
724 (debug_to_region_size_ok_for_hw_watchpoint): Delete.
725 (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
726 * target.h (struct target_ops): Delete
727 to_region_size_ok_for_hw_watchpoint.
728 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
729
730 2006-02-08 Ben Elliston <bje@au1.ibm.com>
731 Wu Zhou <woodzltc@cn.ibm.com>
732
733 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
734 PTRACE_GETSIGINFO): Define.
735 (last_stopped_data_address): New.
736 (ppc_linux_check_watch_resources): New function.
737 (ppc_linux_region_ok_for_hw_watchpoint): New function.
738 (ppc_linux_insert_watchpoint): New function.
739 (ppc_linux_remove_watchpoint): New function.
740 (ppc_linux_stopped_data_address): New function.
741 (ppc_linux_stopped_by_watchpoint): New function.
742 (_initialize_ppc_linux_nat): Set the above hardware watchpoint
743 related target vectors.
744 * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
745 to have nonsteppable watchpoint.
746 * target.c (default_region_ok_for_hw_watchpoint,
747 debug_to_region_ok_for_hw_watchpoint): New prototypes.
748 (update_current_target): Inherit to_region_ok_for_hw_watchpoint
749 and set default to_region_ok_for_hw_watchpoint.
750 (default_region_ok_for_hw_watchpoint): New function.
751 (debug_to_region_ok_for_hw_watchpoint): New function.
752 (setup_target_debug): Set to_region_ok_for_hw_watchpoint of
753 debug_target.
754 * target.h (struct target_ops): Add a new target vector
755 to_region_ok_for_hw_watchpoint.
756 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
757 defined anyplace else.
758
759 2005-02-07 Joel Brobecker <brobecker@adacore.com>
760 * symfile.c (add_symbol_file_command): Abort if the user forgot
761 to provide the address when the file has been loaded.
762
763 2006-02-07 Daniel Jacobowitz <dan@codesourcery.com>
764
765 * MAINTAINERS: Update file based on maintainers survey. Add
766 a note to Past Maintainers. Move unresponsive or inactive
767 maintainers to Authorized Committers or Past Maintainers as
768 appropriate. Correct Jim Kingdon's email address. Remove
769 vacant areas of responsibility.
770
771 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
772
773 * breakpoint.c (print_one_breakpoint): For MI-like UI, output
774 fullname field.
775
776 2006-02-03 Daniel Jacobowitz <dan@codesourcery.com>
777
778 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
779 * exceptions.c (exception_none, exceptions_state_mc_init)
780 (throw_vfatal): Use GDB_NO_ERROR.
781
782 2006-02-02 Mark Kettenis <kettenis@gnu.org>
783
784 * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
785 r_map_size members. Add r_version_offset, r_version_size and
786 r_ldsomap_offset members.
787 * solib-svr4.c (solib_svr4_r_map): Renamed from
788 fetch_link_map_member. Simplify using read_memory_typed_address.
789 (solib_svr4_r_ldsomap): New function.
790 (open_symbol_file_object): Use solib_svr_r_map.
791 (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
792 linker by using solib_svr4_r_ldsomap.
793 (svr4_ilp32_fetch_link_map_offsets)
794 (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
795 link_map_offsets'.
796 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
797 changes to `struct link_map_offsets'.
798 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
799 (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
800 `struct link_map_offsets'.
801
802 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
803
804 * linux-nat.c (struct saved_ptids, threads_to_delete)
805 (record_dead_thread, prune_lwps, find_thread_from_lwp)
806 (exit_lwp): New.
807 (linux_nat_resume): Call prune_lwps.
808 (wait_lwp, linux_nat_wait): Call exit_lwp.
809
810 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
811
812 * printcmd.c (printf_command): Make format string checking
813 stricter. Add separate cases for long_arg, ptr_arg, and
814 long_double_arg.
815 * utils.c (xstrvprintf): Improve the error message issued
816 for a bad format string.
817 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
818 New variables.
819 (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
820 $(NO_WERROR_CFLAGS).
821 (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
822 enable -Werror.
823
824 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
825
826 * Makefile.in (remote.o): Update.
827 * remote.c (show_packet_config_cmd): Shorten messages.
828 (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
829 (show_remote_cmd): Iterate.
830 (_initialize_remote): Remove remote_set_cmdlist,
831 remote_show_cmdlist.
832
833 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
834
835 * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
836 * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
837 prototypes.
838 * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
839 (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
840 * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
841 ...here.
842 * gdbtypes.c: Include "hashtab.h".
843 (build_gdbtypes): Remove extra prototype.
844 (struct type_pair, type_pair_hash, type_pair_eq)
845 (create_copied_types_hash, copy_type_recursive): New.
846 * gdbtypes.h: Include "hashtab.h".
847 (TYPE_ZALLOC): New.
848 (create_copied_types_hash, copy_type_recursive): New prototypes.
849 * objfiles.c (free_objfile): Call preserve_values.
850 * symfile.c (reread_symbols): Likewise.
851 (clear_symtab_users): Remove calls to clear_value_history and
852 clear_internalvars.
853 * value.c (clear_value_history, clear_internalvars): Removed.
854 (preserve_one_value, preserve_values): New functions.
855 * value.h (clear_value_history, clear_internalvars): Removed.
856 (preserve_values): New prototype.
857
858 * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
859 variables here.
860
861 2006-01-29 Mark Kettenis <kettenis@gnu.org>
862
863 * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
864 Fixes PR tdep/2075.
865
866 2006-01-27 Joel Brobecker <brobecker@adacore.com>
867
868 * MAINTAINERS: Use a consistent email address for brobecker.
869
870 2006-01-27 Joel Brobecker <brobecker@adacore.com>
871
872 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
873 in the previous change.
874
875 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
876
877 PR gdb/1914
878 * fork-child.c (fork_inferior): Don't call
879 solib_create_inferior_hook.
880 * infcmd.c (post_create_inferior): Call solib_add,
881 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
882 (attach_command): Don't call solib_add or
883 re_enable_breakpoints_in_shlibs. Call post_create_inferior
884 instead.
885 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
886 or observer_notify_inferior_created. Call post_create_inferior
887 instead.
888 * corelow.c: Don't include "observer.h".
889 (solib_add_stub): Deleted.
890 (core_open): Don't call observer_notify_inferior_created or
891 solib_add_stub. Call post_create_inferior instead.
892 * inf-ptrace.c: Don't include "observer.h".
893 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
894 * inf-ttrace.c: Don't include "observer.h".
895 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
896 * inferior.h (solib_create_inferior_hook): Remove redundant
897 prototype.
898 * inftarg.c: Don't include "observer.h".
899 (child_attach): Don't call observer_notify_inferior_created.
900 * Makefile.in: Update dependencies.
901
902 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
903
904 * infcmd.c: Include "observer.h".
905 (post_create_inferior): New function.
906 (run_command_1): Call it. Also call proceed.
907 * inferior.h (post_create_inferior): New prototype.
908 * Makefile.in (infcmd.o): Update.
909
910 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
911 * go32-nat.c (go32_create_inferior): Likewise.
912 * nto-procfs.c (procfs_create_inferior): Likewise.
913 * procfs.c (procfs_create_inferior): Likewise.
914 * remote-sim.c (gdbsim_create_inferior): Likewise.
915 * remote.c (extended_remote_create_inferior)
916 (extended_remote_async_create_inferior): Likewise.
917 * win32-nat.c (win32_create_inferior): Likewise.
918 * wince.c (child_create_inferior): Likewise.
919
920 * monitor.c (monitor_create_inferior): Don't call proceed.
921 Set the PC manually.
922 * ocd.c (ocd_create_inferior): Likewise.
923 * remote-e7000.c (e7000_create_inferior): Likewise.
924 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
925 * remote-mips.c (mips_create_inferior): Likewise.
926 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
927 * remote-sds.c (sds_create_inferior): Likewise.
928 * remote-st.c (st2000_create_inferior): Likewise.
929
930 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
931 proceed or observer_notify_inferior_created.
932 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
933 * inftarg.c (child_create_inferior): Likewise.
934
935 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
936
937 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
938 after mourning the inferior.
939
940 2006-01-24 Jim Blandy <jimb@redhat.com>
941
942 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
943
944 2006-01-24 Fred Fish <fnf@specifix.com>
945
946 * parse.c (source.h): Include.
947 (parse_exp_in_context): Use static source context if no
948 other context found.
949
950 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
951
952 * sh-tdep.c: Include reggroups.h.
953 (sh_register_reggroup_p): New function.
954 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
955 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
956
957 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
958
959 * cli/cli-cmds.c: Include fcntl.h.
960 (source_command): Use the GDB search path to find script files.
961
962 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
963
964 PR tdep/2029
965 Suggested by Till Straumann <strauman@slac.stanford.edu>:
966 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
967 instructions. Handle PIC bcl.
968
969 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
970
971 * config/djgpp/README: Typo fix.
972 * config/djgpp/fnchange.lst: Update.
973
974 2006-01-22 Mark Kettenis <kettenis@gnu.org>
975
976 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
977 (sparc_address_from_register): New prototype.
978 (sparcnbsd_step_trap): New prototype.
979 * sparc-tdep.c (sparc_address_from_register): Make globally
980 visible.
981 (sparc_analyze_control_transfer): Change prototype to accept
982 `struct gdbarch *' as first argument. Allow for optional hnadling
983 for trap instructions.
984 (sparc_step_trap): New function.
985 (sparc_software_single_step): Adjust call to
986 sparc_analyze_control_trabsfer.
987 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
988 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
989 (sparc32nbsd_init_abi): Set TDEP->step_trap.
990 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
991 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
992
993 * sparc-tdep.c (sparc32_return_value): Convert to use
994 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
995 RETURN_VALUE_STRUCT_CONVENTION.
996 (sparc32_extract_struct_value_address): Remove.
997
998 2006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
999
1000 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
1001 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
1002
1003 2006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
1004
1005 * solib.c (info_sharedlibrary_command): Avoid internal_error.
1006
1007 2006-01-21 Mark Kettenis <kettenis@gnu.org>
1008
1009 * i386-tdep.c (i386_mxcsr_type): New variable.
1010 (i386_init_types): Initialize i386_mxcsr_type.
1011 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
1012 * i386-tdep.c (i386_mxcsr_type): New extern.
1013 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
1014 %mxcsr.
1015
1016 2006-01-20 Mark Mitchell <mark@codesourcery.com>
1017
1018 * Makefile.in (remote-rdi.o): Remove.
1019 (rdi-share/libangsd.a): Likewise.
1020 * README: Don't mention remote-rdi.c.
1021 * NEWS: Mention removal of rdi-share.
1022 * configure.ac: Don't configure rdi-share subdirectory.
1023 * remote-rdi.c: Remove.
1024 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
1025 (TDEPLIBS): Remove rdi-share/libangsd.a.
1026 * rdi-share/Makefile.am: Remove.
1027 * rdi-share/Makefile.in: Likewise.
1028 * rdi-share/README.CYGNUS: Likewise.
1029 * rdi-share/aclocal.m4: Likewise.
1030 * rdi-share/adp.h: Likewise.
1031 * rdi-share/adperr.h: Likewise.
1032 * rdi-share/angel.h: Likewise.
1033 * rdi-share/angel_bytesex.c: Likewise.
1034 * rdi-share/angel_bytesex.h: Likewise.
1035 * rdi-share/angel_endian.h: Likewise.
1036 * rdi-share/ardi.c: Likewise.
1037 * rdi-share/ardi.h: Likewise.
1038 * rdi-share/armdbg.h: Likewise.
1039 * rdi-share/buffers.h: Likewise.
1040 * rdi-share/chandefs.h: Likewise.
1041 * rdi-share/channels.h: Likewise.
1042 * rdi-share/chanpriv.h: Likewise.
1043 * rdi-share/configure: Likewise.
1044 * rdi-share/configure.in: Likewise.
1045 * rdi-share/crc.c: Likewise.
1046 * rdi-share/crc.h: Likewise.
1047 * rdi-share/dbg_conf.h: Likewise.
1048 * rdi-share/dbg_cp.h: Likewise.
1049 * rdi-share/dbg_hif.h: Likewise.
1050 * rdi-share/dbg_rdi.h: Likewise.
1051 * rdi-share/devclnt.h: Likewise.
1052 * rdi-share/devices.h: Likewise.
1053 * rdi-share/devsw.c: Likewise.
1054 * rdi-share/devsw.h: Likewise.
1055 * rdi-share/drivers.c: Likewise.
1056 * rdi-share/drivers.h: Likewise.
1057 * rdi-share/etherdrv.c: Likewise.
1058 * rdi-share/ethernet.h: Likewise.
1059 * rdi-share/host.h: Likewise.
1060 * rdi-share/hostchan.c: Likewise.
1061 * rdi-share/hostchan.h: Likewise.
1062 * rdi-share/hsys.c: Likewise.
1063 * rdi-share/hsys.h: Likewise.
1064 * rdi-share/logging.c: Likewise.
1065 * rdi-share/logging.h: Likewise.
1066 * rdi-share/msgbuild.c: Likewise.
1067 * rdi-share/msgbuild.h: Likewise.
1068 * rdi-share/params.c: Likewise.
1069 * rdi-share/params.h: Likewise.
1070 * rdi-share/rx.c: Likewise.
1071 * rdi-share/rxtx.h: Likewise.
1072 * rdi-share/serdrv.c: Likewise.
1073 * rdi-share/serpardr.c: Likewise.
1074 * rdi-share/sys.h: Likewise.
1075 * rdi-share/tx.c: Likewise.
1076 * rdi-share/unixcomm.c: Likewise.
1077 * rdi-share/unixcomm.h: Likewise.
1078
1079 2006-01-21 Mark Kettenis <kettenis@gnu.org>
1080
1081 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
1082 Change type of last argument to `gdb_byte *'.
1083
1084 2006-01-20 Mark Kettenis <kettenis@gnu.org>
1085
1086 * hppa-tdep.h (hppa_in_solib_call_trampoline)
1087 (hppa_skip_trampoline_code): New prototypes.
1088 * hppa-tdep.c (struct insn_pattern): New.
1089 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
1090 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
1091 here from hppa-linux-tdep.c
1092 (HPPA_MAX_INSN_PATTERN_LEN): New define.
1093 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
1094 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
1095 functions based on functions removed from hppa-linux-tdep.c.
1096 * hppa-linux-tdep.c (hppa_long_branch_stub)
1097 (hppa_long_branch_pic_stub, hppa_import_stub)
1098 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
1099 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
1100 (hppa_linux_in_solib_call_trampoline)
1101 (hppa_linux_skip_trampoline_code): Removed.
1102 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
1103 hppa_in_solib_call_trampoline and skip_trampoline_code to
1104 hppa_skip_trampoline_code.
1105 * hppabsd-tdep.c (hppabsd_init_abi): Set
1106 TDEP->in_solib_call_trampoline and skip_trampoline_code.
1107
1108 2006-01-20 Jim Blandy <jimb@redhat.com>
1109
1110 * MAINTAINERS: Change my E-mail address.
1111
1112 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
1113 * configure: Regenerated.
1114
1115 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1116
1117 * MAINTAINERS: Overhaul.
1118
1119 2006-01-18 Mark Kettenis <kettenis@gnu.org>
1120
1121 Based on a previous patch form Michal Ludvig:
1122 * amd64-tdep.c (amd64_sse_type): Remove.
1123 (amd64_register_info): Use i386_eflags_type and i386_sse_type
1124 where appropriate.
1125 (AMD64_NUM_REGS): Use ARRAY_SIZE.
1126 (amd64_register_type): Remove code to build amd_sse_type.
1127 * i386-tdep.c (i386_eflag_type): New variable.
1128 (i386_mmx_type, i386_sse_type): Make global.
1129 (i386_init_types): New function.
1130 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
1131 (i386_register_type): Return i386_eflag_type, i386_sse_type and
1132 i386_mmx_type when appropriate.
1133 (_initialize_i386_tdep): Call i386_init_types.
1134 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
1135 Declare extern.
1136
1137 Based on a previous patch form Michal Ludvig:
1138 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
1139 functions.
1140 (is_integral_type, rank_one_type, recursive_dump_type): Add
1141 support for TYPE_CODE_FLAGS.
1142 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
1143 (append_flags_type_field, init_flags_type): New prototypes.
1144 * ada-valprint.c (ada_val_print_1): Add support for
1145 TYPE_CODE_FLAGS.
1146 * c-valprint.c (c_val_print): Likewise.
1147 * f-valprint.c (f_val_print): Likewise.
1148 * p-valprint.c (pascal_val_print): Likewise.
1149 * valprint.c (val_print_type_code_flags): New function.
1150 * valprint.h (val_print_type_code_flags): New prototype.
1151 * value.c (unpack_long, value_from_longest): Add support for
1152 TYPE_CODE_FLAGS.
1153
1154 2006-01-17 Christopher Faylor <cgf@timesys.com>
1155
1156 * MAINTAINERS: Very belatedly remove myself from from the list of
1157 people caught up in the paper trail.
1158
1159 2006-01-17 Jim Blandy <jimb@redhat.com>
1160
1161 * symtab.h (struct general_symbol_info): Use gdb_byte for
1162 value.bytes.
1163 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
1164 a floating-point constant's value.
1165 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
1166 to char *.
1167 * findvar.c (read_var_value): Eliminate needless temporary.
1168
1169 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
1170 to match prior change to dwarf2_read_section's type.
1171
1172 2006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
1173
1174 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
1175 * rs6000-tdep.c (insn_changes_sp_or_jumps)
1176 (rs6000_in_function_epilogue_p): New functions.
1177 (rs6000_gdbarch_init): Set in_function_epilogue_p.
1178
1179 2006-01-17 Jim Blandy <jimb@redhat.com>
1180
1181 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
1182 (struct line_header, struct partial_die_info, struct dwarf_block):
1183 Use gdb_byte for members that refer to Dwarf section contents.
1184 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
1185 dwarf_decode_macros, load_comp_unit, load_partial_dies,
1186 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
1187 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
1188 read_8_bytes, read_address, read_attribute, read_attribute_value,
1189 read_comp_unit, read_comp_unit_head, read_die_and_children,
1190 read_die_and_siblings, read_full_die, read_indirect_string,
1191 read_initial_length, read_n_bytes, read_offset, read_partial_die,
1192 read_signed_leb128, read_string, read_unsigned_leb128,
1193 skip_children, skip_leb128, skip_one_die): Same.
1194
1195 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
1196
1197 * complaints.c (stop_whining): Make signed.
1198 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
1199
1200 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
1201
1202 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
1203 notices.
1204
1205 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
1206
1207 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
1208 (read_offset): Change BYTES_READ argument to unsigned int.
1209 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
1210 (create_all_comp_units, dwarf2_get_pc_bounds)
1211 (dwarf_decode_line_header, var_decode_location)
1212 (dwarf_decode_macros): Change local BYTES_READ variables to
1213 unsigned int.
1214 (read_indirect_string): Remove obsolete cast.
1215
1216 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
1217
1218 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
1219 argument.
1220 (remote_fileio_func_open, remote_fileio_func_rename)
1221 (remote_fileio_func_unlink, remote_fileio_func_stat)
1222 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
1223 (remote_fileio_func_system): Cast the arguments to
1224 remote_read_bytes and remote_write_bytes.
1225 (remote_fileio_func_read, remote_fileio_func_write): Use a
1226 gdb_byte buffer.
1227 * remote.h (remote_read_bytes, remote_write_bytes): Update
1228 prototypes.
1229 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
1230 (threadref_to_int): Replace bogus char * cast.
1231 (remote_unpack_thread_info_response): Use int for tag.
1232 (remote_threads_extra_info, remote_check_symbols): Cast string
1233 arguments to hex2bin.
1234 (remote_wait): Use a char buffer for packets and a gdb_byte
1235 buffer for registers.
1236 (remote_async_wait): Likewise.
1237 (remote_prepare_to_store, store_register_using_P)
1238 (remote_store_registers): Use gdb_byte buffers.
1239 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
1240 for MYADDR and char buffers for strings.
1241 (remote_xfer_partial): Add casts for string operations on READBUF.
1242 (remote_rcmd): Cast strings passed to bin2hex.
1243
1244 2006-01-16 Mark Mitchell <mark@codesourcery.com>
1245
1246 * aclocal.m4: Regenerate.
1247
1248 2006-01-16 Nathan Sidwell <nathan@codesourcery.com>
1249
1250 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
1251 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
1252 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
1253 (mt_register_name): Lazily synthesize name for coprocessor pseudo
1254 array registers.
1255 (mt_copro_register_type): New. Broken out of ...
1256 (mt_register_type): ... here. Use it. Deal with coprocessor
1257 pseudo array.
1258 (mt_select_coprocessor): New.
1259 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
1260 coprocessor pseudo array.
1261
1262 2006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
1263
1264 * breakpoint.c (insert_breakpoints): Check that a thread exists
1265 before inserting thread specific breakpoints.
1266
1267 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1268
1269 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
1270 commit.
1271
1272 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
1273 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
1274 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
1275 * config/alpha/nm-nbsd.h: Remove file.
1276 * config/alpha/nm-fbsd.h: Remove file
1277 * config/alpha/nbsd.mh (NAT_FILE): Remove.
1278 * config/alpha/fbsd.mh (NAT_FILE): Remove.
1279
1280 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1281
1282 * macroexp.c (expand): Initialize argc.
1283 * stabsread.c (read_type): Handle errors from read_args.
1284 (read_args): Return NULL for errors.
1285
1286 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1287
1288 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
1289 strcmp to compare string to a byte buffer.
1290
1291 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1292
1293 * printcmd.c (output_command): Always initialize fmt.size.
1294 (printf_command): Use gdb_byte.
1295 * symfile.c (separate_debug_file_exists): Use gdb_byte.
1296 (load_section_callback, read_target_long_array): Likewise.
1297 (simple_read_overlay_table, simple_read_overlay_region_table)
1298 (simple_overlay_update_1): Correct calls to read_target_long_array.
1299 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
1300 Also change local pointers.
1301 (val_print_string): Use gdb_byte.
1302
1303 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1304
1305 * alphafbsd-tdep.c: Include "solib-svr4.h".
1306 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1307 svr4_lp64_fetch_link_map_offsets.
1308 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
1309 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
1310 solib-svr4.o.
1311 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
1312 and solib-legacy.o.
1313 * config/alpha/nm-fbsd.h: Don't include "solib.h".
1314
1315 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1316
1317 * source.c (_initialize_source): Use add_setshow_integer_cmd.
1318
1319 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1320
1321 * linux-fork.c (delete_fork_command, detach_fork_command): Use
1322 PIDGET.
1323
1324 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1325
1326 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
1327 Remove.
1328 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1329 svr4_ilp32_fetch_link_map_offsets.
1330 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
1331 function.
1332 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1333 svr4_ilp32_fetch_link_map_offsets.
1334 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
1335 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
1336 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1337 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
1338 where appropriate.
1339 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
1340 Simply call svr4_ilp32_fetch_link_map_offsets.
1341 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
1342 svr4_lp64_fetch_link_map_offsets.
1343 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
1344 function.
1345 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1346 svr4_ilp32_fetch_link_map_offsets.
1347 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
1348 (s390x_svr4_fetch_link_map_offsets): Remove functions.
1349 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1350 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
1351 where appropriate.
1352
1353 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1354
1355 * arm-tdep.c (arm_return_value): Change type of readbuf and
1356 writebuf arguments to `gdb_byte *'.
1357
1358 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
1359 * Makefile.in (s390-tdep.o): Update dependencies.
1360
1361 2006-01-14 Mark Kettenis <kettenis@gnu.org>
1362
1363 * sol2-tdep.h. sol2-tdep.c: New files.
1364 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
1365 (amd64_sol2_init_abi): Set skip_solib_resolver.
1366 * i386-sol2-tdep.c: Include "sol2-tdep.h".
1367 (i386_sol2_init_abi): Set skip_solib_resolver.
1368 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
1369 (sparc32_sol2_init_abi): Set skip_solib_resolver.
1370 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
1371 (sparc64_sol2_init_abi): Set skip_solib_resolver.
1372 * Makefile.in (sol2_tdep_h): New variable.
1373 (ALLDEPFILES): Add sol2-tdep.c.
1374 (sol2-tdep.o): New target.
1375 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
1376 (sparc64-sol2-tdep.o): Update dependencies
1377 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
1378 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
1379 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
1380 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
1381
1382 * hppa-linux-tdep.c: Fix copyright indentation.
1383
1384 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
1385 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
1386 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
1387 functions.
1388 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
1389 floating-point registers.
1390
1391 2006-01-13 Mark Mitchell <mark@codesourcery.com>
1392
1393 * event-loop.c (gdb_select): Detect file descriptors that have
1394 been closed.
1395
1396 2006-01-13 Mark Kettenis <kettenis@gnu.org>
1397
1398 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
1399 and long_double_format accordingly.
1400
1401 2006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
1402
1403 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
1404 translation problems.
1405 * ada-lang.c (ada_value_struct_elt): Change interface and handling
1406 of errors to avoid translation problem (and less than optimal error
1407 messages).
1408 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
1409 Use new interface to ada_value_struct_elt.
1410 * ada_lang.h (ada_value_struct_elt): Update declaration to new
1411 interface.
1412
1413 * ChangeLog: remove reference to ada-tasks.c from entry of
1414 2006-01-07.
1415
1416 2006-01-11 Mark Kettenis <kettenis@gnu.org>
1417
1418 * remote.c (get_memory_packet_size, set_thread)
1419 (remote_unpack_thread_info_response, remote_get_threadinfo)
1420 (parse_threadlist_response, remote_get_threadlist)
1421 (remote_current_thread, remote_threads_info)
1422 (remote_threads_extra_info, extended_remote_restart, get_offsets)
1423 (remote_check_symbols, remote_open_1, remote_detach)
1424 (remote_async_wait, remote_fetch_registers)
1425 (remote_store_registers, check_binary_download, putpkt_binary)
1426 (remote_insert_breakpoint, remote_insert_watchpoint)
1427 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
1428 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
1429 (packet_command): Remove redundant parenthesis.
1430
1431 2006-01-10 Mark Kettenis <kettenis@gnu.org>
1432
1433 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
1434 (read_memory_typed_address, write_memory)
1435 (write_memory_unsigned_integer, write_memory_signed_integer): Use
1436 gdb_byte where appropriate.
1437
1438 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
1439 'gdb_byte *'.
1440
1441 * target.h (target_read_memory_partial, target_write_memory_partial):
1442 Change second argument to 'gdb_byte *'.
1443 * target.c (target_xfer_memory_partial): Change third argument to
1444 'gdb_byte *'.
1445 (target_read_memory_partial, target_write_memory_partial): Change
1446 second argument to 'gdb_byte *'.
1447
1448 * linespec.c (decode_objc): Make i1 and i2 unsigned.
1449 (find_method): Set values.sals to NULL.
1450
1451 2006-01-09 Mark Kettenis <kettenis@gnu.org>
1452
1453 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
1454 of 'char *' in cast.
1455
1456 2006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
1457
1458 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
1459 * ada-lang.c: I18n markup.
1460 Editorial: change "can not" => "cannot" throughout.
1461
1462 2006-01-07 Mark Kettenis <kettenis@gnu.org>
1463
1464 * Makefile.in: Sort dependencies.
1465
1466 2006-01-07 Eli Zaretskii <eliz@gnu.org>
1467
1468 * top.c (control_level): Remove unused variable.
1469
1470 2006-01-06 Fred Fish <fnf@specifix.com>
1471
1472 * objfiles.c (source.h): Include.
1473 (free_objfile): Update comment about clear_symtab_users().
1474 (free_objfile): Check all symtabs of objfile being freed and if
1475 one of them is the current source symtab, call
1476 clear_current_source_symtab_and_line().
1477
1478 2006-01-04 Michael Snyder <msnyder@redhat.com>
1479
1480 Checkpoint/Restart for Linux.
1481 * linux-nat.c: Add support for debugging multiple forks.
1482 Add #include for linux-fork.h (interface spec).
1483 (super_mourn_inferior): New function pointer.
1484 (child_mourn_inferior): New function / target method.
1485 (linux_target): Claim to_mourn_inferior method pointer.
1486 (child_follow_fork): Call interface to linux-fork, conditionally
1487 add new fork processes to list of debugged processes.
1488 (kill_inferior): Use interface to linux-fork to kill
1489 multiple processes.
1490
1491 * linux-fork.h: New file.
1492 * linux-fork.c: New file. Support for debugging multiple forks
1493 of the same program. Support for checkpoint and restart commands.
1494
1495 * infrun.c (nullify_last_target_wait_ptid): New function.
1496
1497 * Makefile.in: Add linux-fork.
1498 * config/*/linux.mh: Add linux-fork.
1499 * NEWS: Mention new functionality.
1500
1501 2006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1502
1503 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
1504 Change uses of "illegal" to "invalid".
1505
1506 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
1507
1508 * ada-exp.y: Considerable reorganization to move functionality
1509 from ada-lex.l to here, where it is logically more appropriate.
1510 The original reason, however, was to prevent premature name
1511 lookups for selector names in record aggregates.
1512 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
1513 NAME for all of these.
1514 (VAR): New artificial token to clarify precedence rules.
1515 (OTHERS): New lexeme.
1516 (empty_stoken): New symbol.
1517 (%union): Remove ssym, voidval.
1518 (%type): Remove <voidval> type declarations.
1519 (syntax definitions): Add aggregates.
1520 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
1521 Rename some non-terminals to be closer to reference manual usage.
1522 Tighten up expression syntax to disallow certain non-Ada
1523 constructions such as X and then Y or else Z.
1524 (ada_parse): Remove initialization of left_block_context.
1525 (write_var_from_name): Remove.
1526 (write_var_or_type): New function, containing previous code from
1527 defunct write_var_from_name and name_lookup.
1528 (block_lookup): New function, moved from ada-lex.l
1529 (select_possible_type_sym): New function, factored out of
1530 name_lookup, which used to be in ada-lex.l.
1531 (find_primitive_type): Ditto.
1532 (chop_selector): Ditto.
1533 (write_ambiguous_var): New function, factored out of defunct
1534 write_var_from_name.
1535 (write_selectors): New function.
1536 (write_name_assoc): New function.
1537 (write_exp_op_with_string): New function.
1538
1539 * ada-lex.l (processId): Change interface to return stoken.
1540 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
1541 (block_lookup, name_lookup): Remove. Functionality moved to
1542 ada-exp.y.
1543 (state IN_STRING): Remove.
1544 (rules): Handle string escapes in processString.
1545 Add 'others' token.
1546 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
1547 yylval.sval (as simple strings).
1548 All name look-ups now handled in ada-exp.y.
1549 Introduce "::" (COLONCOLON) token and return as separate token.
1550 (processId): Change return convention. Comment.
1551 Leave leading "'" in place.
1552 (processString): New function.
1553 (find_dot_all): Add note to comment.
1554 Fix problem that allowed match only at the end.
1555
1556 * ada-lang.c: Introduce aggregates.
1557 (find_struct_field): Add new parameter to count fields skipped, and
1558 allow other output parameters to be NULL.
1559 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
1560 new find_struct_field.
1561 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
1562 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
1563 (num_component_specs, assign_component, assign_aggregate):
1564 (aggregate_assign_from_choices,aggregate_assign_positional)
1565 (aggregate_assign_others,add_component_interval):
1566 New functions.
1567 (ada_evaluate_subexp): Declare.
1568 Add aggregate-related operators.
1569 (ada_forward_operator_length): Declare.
1570 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
1571 Consolidate Ada operators, using ada_forward_operator_length.
1572 (ada_search_struct_field): Search in forward order.
1573 (ADA_OPERATORS): Add new aggregate operators.
1574 (ada_operator_length, ada_op_name, ada_forward_operator_length)
1575 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
1576 operators and OP_NAME.
1577 (ada_type_of_array): Use longest_to_int.
1578 (value_assign_to_component): New function.
1579 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
1580 Add OP_NAME case.
1581 (ada_forward_operator_length, ada_dump_subexp_body):
1582 Add OP_STRING case.
1583
1584 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
1585 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
1586
1587 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
1588
1589 * ada-lang.c (process_raise_exception_name): Remove extraneous
1590 definition from unsubmitted code.
1591
1592 (is_lower_alphanum): New function.
1593 (ada_decode): Add support for decoding protected object subprograms
1594 and entries, and of entities declared inside protected object
1595 subprograms.
1596 Also add missing handling for__{DIGITS}+ suffixes.
1597 Allow '$<digits>' as valid overloading suffix.
1598 (is_name_suffix): Add handling for protected type entriy suffixes.
1599 Also add support for protected type subprogram suffixes, but keep
1600 it commented out for now, as there is an ambiguity between these
1601 entities and other internally generated entities.
1602 Allow '$<digits>' as valid overloading suffix.
1603 (is_valid_name_for_wild_match): New function.
1604 (wild_match): Add an exra level of verification of the entity name
1605 before declaring it a match for the given pattern.
1606
1607 (ada_type_of_array, ada_evaluate_subexp): Use more proper
1608 longest_to_int rather than cast.
1609
1610 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
1611
1612 (ada_coerce_to_simple_array): Call check_size to make sure
1613 that the object size is reasonable.
1614
1615 (ada_value_primitive_packed_val): Use correct location in target
1616 buffer for extracting packed record fields that are themselves records.
1617
1618 (add_defn_to_vec): Do not try to replace a stub type by its full
1619 type. Avoids a potential infinite loop.
1620
1621 (ada_lookup_symbol): Move return incorrectly placed return statement,
1622 causing a loop that should be scanning all object files to only
1623 scan the first one.
1624
1625 (ada_tag_name_2): New function.
1626 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
1627 use alternative representation.
1628
1629 (ada_find_renaming_symbol): Strip the function name suffix when
1630 computing the XR type name.
1631
1632 (ada_to_fixed_type): Try determining the tag only if we have the
1633 object's address.
1634 (to_fixed_array_type): Add comments.
1635
1636 (ada_check_typedef): Replace expression checking whether the given
1637 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
1638 consistent.
1639
1640 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
1641 '$' in addition to '.' for runtime auxiliary function name suffixes.
1642 See changes to ada_decode above.
1643
1644 (struct task_control_block): Add field called_task. (This change is
1645 to keep synchronized with our local sources; it does not affect the
1646 public version yet.)
1647
1648 * ada-typeprint.c (ada_print_type): Use int_string for printing
1649 modulus of modular type.
1650
1651 (print_range): Trivial editorial comment fix.
1652
1653 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
1654 double quote in string.
1655
1656 2006-01-01 Joel Brobecker <brobecker@adacore.com>
1657
1658 * top.c: Add 2006 to list of copyright years in file header.
1659
1660 2006-01-01 Joel Brobecker <brobecker@adacore.com>
1661
1662 * top.c (print_gdb_version): Update copyright year to 2006.
1663
1664 2006-01-01 Roger Sayle <roger@eyesopen.com>
1665 Elena Zannoni <ezannoni@redhat.com>
1666
1667 PR symtab/1651
1668 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
1669 for NULL before assigning this_symtab_psymtab->objfile to objfile.
1670 (scan_xcoff_symtab): Initialize next_symbol_text_func.
1671 (Committed by Jim Blandy)
1672
1673 For older changes see ChangeLog-2005.
1674 \f
1675 Local Variables:
1676 mode: change-log
1677 left-margin: 8
1678 fill-column: 74
1679 version-control: never
1680 End:
This page took 0.062002 seconds and 5 git commands to generate.