]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
* arm-tdep.h (enum struct_return): New.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7c00367c
MK
12006-08-01 Mark Kettenis <kettenis@gnu.org>
2
3 * arm-tdep.h (enum struct_return): New.
4 (struct gdbarch_tdep): Add struct_return member.
5 * arm-tdep.c (arm_return_value): Return
6 RETURN_VALUE_STRUCT_CONVENTION for aggregates when the ABI uses
7 pcc_struct_return.
8 (arm_gdbarch_init): Default to reg_struct_return.
9 * armobsd-tdep.c (armobsd_init_abi): Set pcc_struct_return.
10
4816ec69
MK
112006-07-31 Mark Kettenis <kettenis@gnu.org>
12
13 * alpha-tdep.h (ALPHA_S0_REGNUM): New define.
14 * alphabsd-nat.c: Include <sys/types.h>, <sys/signal.h>,
15 <machine/pcb.h> and "bsd-kvm.h".
16 (alphabsd_supply_pcb): New function.
17 (_initialize_alphabsd_nat): Enable libkvm interface.
18 * Makefile.in (alphabsd-nat.o): Update dependencies.
19 * config/alpha/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
20 (LOADLIBES): New variable.
21 * config/alpha/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
22 (LOADLIBES): New variable.
23
35d5d4ee
FF
242006-07-31 Fred Fish <fnf@specifix.com>
25
26 * arm-tdep.c (arm_make_prologue_cache): Use FRAME_OBSTACK_ZALLOC
27 instead of calling frame_obstack_zalloc directly.
28 (arm_make_stub_cache): Ditto.
29 * frame-unwind.h: Ditto.
30 * frame.c (create_new_frame): Ditto.
31
0f9e5f32
BW
322006-07-27 Bob Wilson <bob.wilson@acm.org>
33
34 * MAINTAINERS (Write After Approval): Add myself.
35
e896d70e
DJ
362006-07-27 Bob Wilson <bob.wilson@acm.org>
37
38 * main.c (captured_main): Print a newline after calling
39 print_gdb_version instead of waiting until after the symbol file
40 has been read. Adjust error_pre_print, quit_pre_print, and
41 warning_pre_print values.
42
f58b68aa
DJ
432006-07-27 Roger Sayle <roger@eyesopen.com>
44 Daniel Jacobowitz <dan@codesourcery.com>
45
46 * irix5-nat.c (fetch_core_registers): Simplify and correct logic.
47
159f81f3
DJ
482006-07-27 Daniel Jacobowitz <dan@codesourcery.com>
49
50 * target.h (target_read_stralloc): New prototype.
51 * target.c (target_read_alloc_1): Renamed from target_read_alloc.
52 Take new PADDING argument.
53 (target_read_alloc): Use it.
54 (target_read_stralloc): New function.
55
40e57cf2
DJ
562006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
57
58 * remote.c (remote_protocol_features): Correct qPart to qXfer.
59
ab5c9f60
DJ
602006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
61
62 * eval.c (evaluate_subexp_for_address): Don't incorrectly discard
63 calls to C++ operator*.
64
725a826f
DJ
652006-07-24 Roger Sayle <roger@eyesopen.com>
66 Daniel Jacobowitz <dan@codesourcery.com>
67
68 * solib-irix.c (gdb_int32_bytes): Use gdb_byte instead of char.
69 (gdb_int64_bytes): Likewise.
70 (fetch_lm_info): Use .b fields of gdb_int32_bytes and gdb_int64_bytes
71 as first argument to extract_unsigned_integer to silence compiler
72 warnings.
73
72dca2f5
FR
742006-07-24 Frederic Riss <frederic.riss@st.com>
75
76 * dwarf2read.c (struct dwarf2_per_objfile): Add has_section_at_zero
77 field.
78 (dwarf2_locate_sections): Initialize
79 dwarf2_per_objfile->has_section_at_zero.
80 (dwarf2_get_pc_bounds): Use dwarf2_per_objfile->has_section_at_zero
81 instead of HAS_RELOC test.
82 (read_partial_die): Ditto.
83
4c42eaff
DJ
842006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
85
86 * corefile.c (reopen_exec_file): Only check for an open exec file.
87 Use exec_file_attach.
88 * exec.c (exec_open): Make static.
89 (exec_file_command): Don't use target_preopen. Query directly about
90 changing the file.
91 * gdbcore.h (exec_open): Remove prototype.
92
932006-07-24 Frederic Riss <frederic.riss@st.com>
b05e64e5
FR
94
95 * regcache.c (struct regcache): Make register_valid_p a signed char
96 array.
97
3f64f7b1
DJ
982006-07-24 Jan Kratochvil <jan.kratochvil@redhat.com>
99 Daniel Jacobowitz <dan@codesourcery.com>
100
101 * linux-thread-db.c (thread_db_wait): Remove libthread_db
102 after exec events.
103
6aec2e11
DJ
1042006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
105
106 * NEWS: Mention Windows cross debugging support.
107
83eba059
DJ
1082006-07-23 Daniel Jacobowitz <dan@codesourcery.com>
109
110 * linux-nat.c (linux_nat_add_target): Remove extern.
111 * linux-nat.h (thread_db_init): New prototype.
112
b80864fb
DJ
1132006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
114
115 * configure.tgt: Build gdbserver for Cygwin and mingw32.
116
66a79c16
DJ
1172006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
118
119 * config/i386/cygwin.mt (DEPRECATED_TM_FILE): Delete.
120 * config/i386/nm-cygwin.h: Add contents of tm-cygwin.h.
121 * config/i386/tm-cygwin.h: Delete file.
122
fc5261f2
MK
1232006-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
124
125 * infrun.c (handle_inferior_event): Typo.
126
16026cd7
AS
1272006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
128
129 * cli/cli-cmds.c (source_verbose, trace_commands): New variables.
130 (source_script): New function.
131 (source_verbose_cleanup): New function.
132 (source_command): Move old contents to source_script.
133 Make function static. Parse -v option and call source_script.
134 (init_cli_cmds): Update source command help.
135 Add 'set trace-commands' command.
136 * cli/cli-script.c (command_next_depth): New static variable.
137 (suppress_next_print_command_trace): New static variable.
138 (reset_command_nest_depth): New function.
139 (print_command_trace): New function.
140 (execute_control_command): Split the continue_control and break_control
141 cases, add calls to print_command_trace and count the nest depth.
142 (while_command): Set suppress_next_print_command_trace.
143 (if_command): Likewise.
144 * top.c (execute_command): Call print_command_trace.
145 * cli/cli-cmds.h (source_verbose, trace_commands): New extern variables.
146 (source_command): Change to source_script.
147 * main.c (captued_main): Use source_script instead of source_command.
148 * top.h (source_command): Change to source_script.
149 * event-top.c (display_gdb_prompt): Call reset_command_nest_depth.
150 * cli/cli-script.h (print_command_trace): Export.
151 (reset_command_nest_depth): Likewise.
152
16963cb6
DJ
1532006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
154
155 * eval.c (evaluate_struct_tuple): Skip static fields.
156
6b26d61a
MK
1572006-07-19 Mark Kettenis <kettenis@gnu.org>
158
6ea0ec3f
MK
159 * alphaobsd-tdep.c: Include "obsd-tdep.h".
160 (alphaobsd_init_abi): Set skip_solib_resolver.
161 * Makefile.in (alphaobsd-tdep.o): Update dependencies.
162 * config/alpha/obsd.mt (TDEPFILES): Add obsd-tdep.o.
163
6b26d61a
MK
164 * arm-tdep.c (arm_gdbarch_init): Get default floating-point model
165 from ELF flags for binaries produced by the GNU toolchain.
166
86cc68a8
NS
1672006-07-18 Nathan Sidwell <nathan@codesourcery.com>
168
169 * remote-fileio.c (remote_fileio_func_rename): Reorder to process
170 input buffer before reading memory.
171 (remote_fileio_func_stat): Likewise.
172
29e8a844
DJ
1732006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
174
175 * blockframe.c (find_pc_partial_function): Use the minimal symbol
176 size to control the cache entry, if available.
177 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle minimal
178 symbols with zero and non-zero sizes differently.
179
28b17333
DJ
1802006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
181
182 * linux-thread-db.c (td_thr_getfpregs_p, td_thr_getgregs_p)
183 (td_thr_setfpregs_p, td_thr_setgregs_p, thread_db_get_info)
184 (thread_db_fetch_registers, thread_db_store_registers)
185 (thread_db_thread_alive, thread_db_state_str): Delete.
186 (thread_db_load): Don't look up regset functions.
187 (thread_db_pid_to_str): Simplify.
188 (thread_db_extra_thread_info): New.
189 (init_thread_db_ops): Do not set to_fetch_registers,
190 to_store_registers, or to_thread_alive. Set to_extra_thread_info.
191 * Makefile.in: Remove linux-thread-db.o rule.
192
e3ac4a1e
MK
1932006-07-18 Mark Kettenis <kettenis@gnu.org>
194
195 * armobsd-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
196 (armobsd_sigframe_init): New function.
197 (armobsd_sigframe): New variable.
198 (armobsd_init_abi): Prepend armobsd_sigframe unwinder.
199 * Makefile.in (armobsd-tdep.o): Update dependencies.
200
08ae6d95
DJ
2012006-07-18 Denis PILAT <denis.pilat@st.com>
202
203 * monitor.c: Remove unused prototypes.
204
6962ad99
VP
2052006-07-18 Vladimir Prus <vladimir@codesourcery.com>
206
207 * target.c (tcomplain): Mark with ATTR_NORETURN.
208
0152ebd7
VP
209 * defs.h (print_transfer_performance): Improve comments.
210
aa88762a
MK
2112006-07-17 Mark Kettenis <kettenis@gnu.org>
212
675dcf4f
MK
213 * printcmd.c: Coding style fixes: add missing spaces in comments
214 and wrapping long lines.
215 (delete_display, enable_display_command, disable_display_command)
216 (printf_command, display_info, undisplay_command, free_display)
217 (display_command, x_command, address_info, set_command)
218 (inspect_command, call_command, print_command, print_command_1)
219 (validate_format, print_formatted, decode_format, sym_format):
220 Remove prototypes.
221 (x_command): Make static.
222 (printf_command): Convert error into internal consistency check.
223 (address_info): Avoid assignment within function call.
224 (printf_command): Avoid redundant cast.
225 * tracepoint.c (x_command): Remove extern prototype.
226
aa88762a
MK
227 * armobsd-tdep.c (armobsd_init_abi): Set skip_solib_resolver.
228 * Makefile.in (armobsd-tdep.o): Update dependencies.
229 * config/arm/obsd.mt (TDEPFILES): Add obsd-tdep.o.
230
1cd566a4
MK
2312006-07-16 Mark Kettenis <kettenis@gnu.org>
232
a58dc200
MK
233 * armobsd-tdep.c: New file.
234 * Makefile.in (ALLDEPFILES): Add armobsd-tdep.c.
235 (armobsd-tdep.o): New dependency.
236 * config/arm/obsd.mt: New file.
237 * configure.tgt: (arm*-*-openbsd*): Set gdb_target to obsd.
238
d7b7af6f 239 * gdbarch.sh (deprecated_saved_pc_after_call): Delete.
a4bc5cf9 240 * gdbarch.h, gdbarch.c: Re-generate.
d7b7af6f 241
1cd566a4
MK
242 * arm-tdep.c (arm_saved_pc_after_call): Delete.
243 (arm_gdbarch_init): Do not set deprecated_saved_pc_after_call.
244
96ffcb62
AS
2452006-07-16 Alfred M. Szmidt <ams@gnu.org>
246
247 * gnu-nat.c: Undefine _process_user_ before including
248 <hurd/process_request.h>.
249 (gnu_resume): Supply missing argument to error().
250 (gnu_read_inferior): Add extra parenthesis around arithmetic
251 expression to silence warnings from GCC.
252 (gnu_write_inferior): Likewise.
253 (gnu_xfer_memory): Changed type of MYADDR to `gdb_byte *'.
254
424f3115
MK
2552006-07-16 Mark Kettenis <kettenis@gnu.org>
256
257 * armnbsd-tdep.c (arm_netbsd_elf_init_abi): Use
258 svr4_ilp_fetch_link_map_offsets.
259
a4ab4a25
MK
2602006-07-15 Mark Kettenis <kettenis@gnu.org>
261
262 * armnbsd-tdep.c: Don't include "nbsd-tdep.h".
263 * config/arm/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
264 (DEPRECATED_TM_FILE): Remove.
265 * Makefile.in (armnbsd-tdep.o): Update dependencies.
266
cd24f626
JB
2672006-07-14 Joel Brobecker <brobecker@adacore.com>
268
269 * PROBLEMS: Document threads/2137.
270
06d65a1d
MK
2712006-07-13 Mark Kettenis <kettenis@gnu.org>
272
273 * config/alpha/tm-nbsd.h: Remove file.
274 * config/alpha/nbsd.mt (DEPRECATED_TM_FILE): Remove.
275
4844f454
CV
2762006-07-13 Corinna Vinschen <vinschen@redhat.com>
277
278 * mips-tdep.c (mips_integer_to_address): Simplify be calling
279 extract_signed_integer directly. Fix comment.
280
7830cb4f
CV
2812006-07-13 Corinna Vinschen <vinschen@redhat.com>
282
283 * m32c-tdep.c (m32c_banked_register): New function.
284 (m32c_banked_read): Use m32c_banked_register function to evaluate
285 real register number.
286 (m32c_banked_write): Ditto.
287 (m32c_virtual_frame_pointer): New function.
288 (m32c_gdbarch_init): Add set_gdbarch_virtual_frame_pointer call.
289
9bb47d95
NS
2902006-07-13 Nathan Sidwell <nathan@codesourcery.com>
291
292 * m68k-tdep.c (m68k_frame_align): New.
293 (m68k_gdbarch_init): Set frame_align here.
294
9af2a054
AS
2952006-07-13 Denis PILAT <denis.pilat@st.com>
296
297 * interps.c (interpreter_completer): Allocate one more item to the
298 'matches' list and set them all to 0 with a xcalloc.
299
79ee37bc
NR
3002006-07-13 Nick Roberts <nickrob@snap.net.nz>
301
302 * annotate.c (annotate_frame_begin): Re-instate frame-begin
303 annotation for level 3 annotations.
304
fb933624
DJ
3052006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
306 Daniel Jacobowitz <dan@codesourcery.com>
307
308 * infcall.c (value_arg_coerce): Use value_cast_pointers for
309 references. Avoid value_cast to a reference type. Don't silently
310 convert pointers to references.
311 * valops.c (value_cast_pointers): New, based on value_cast.
312 (value_cast): Use it. Reject reference types.
313 (value_ref): New.
314 (typecmp): Use it.
315 * value.h (value_cast_pointers, value_ref): New prototypes.
316
d49c44d5
DJ
3172006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
318
319 * remote.c (unpack_varlen_hex): Correct type of retval.
320 Reported by Zhigang Gong <zhigang.gong@gmail.com>.
321
99bcc461
DJ
3222006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
323
324 * dwarf2read.c (dwarf2_symbol_mark_computed): Handle corrupted
325 or missing location list information. Suggested by Jan
326 Kratochvil <lace@jankratochvil.net>.
327
cb587d83
DJ
3282006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
329
330 * Makefile.in (arm_linux_tdep_h): New variable.
331 (arm-linux-nat.o, arm-linux-tdep.o): Update.
332 * arm-linux-nat.c: Include "arm-linux-tdep.h".
333 (typeNone, typeSingle, typeDouble, typeExtended)
334 (FPWORDS, ARM_CPSR_REGNUM, FPREG, FPA11)
335 (fetch_nwfpe_single, fetch_nwfpe_double, fetch_nwfpe_none)
336 (fetch_nwfpe_extended, fetch_nwfpe_register, store_nwfpe_single)
337 (store_nwfpe_double, store_nwfpe_extended, store_nwfpe_register):
338 Delete.
339 (fetch_fpregister, fetch_fpregs, store_fpregister, store_fpregs):
340 Use gdb_byte buffers, NWFPE_FPSR_OFFSET, supply_nwfpe_register,
341 and collect_nwfpe_register.
342 (fill_gregset, supply_gregset, fill_fpregset, supply_fpregset): Use
343 new regset functions.
344 * arm-linux-tdep.c: Include "regset.h" and "arm-linux-tdep.h".
345 (arm_apcs_32): New declaration.
346 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
347 (arm_linux_collect_gregset, typeNone, typeSingle, typeDouble)
348 (typeExtended, supply_nwfpe_register, collect_nwfpe_register)
349 (arm_linux_supply_nwfpe, arm_linux_collect_nwfpe)
350 (arm_linux_regset_from_core_section): New.
351 (arm_linux_init_abi): Register arm_linux_regset_from_core_section.
352 * arm-linux-tdep.h: New file.
353 * arm-tdep.h (struct regset): Declare.
354 (struct gdbarch_tdep): Add gregset, fpregset members.
355 * config/arm/linux.mh (NATDEPFILES): Remove corelow.o and
356 core-regset.o.
357 * config/arm/linux.mt (TDEPFILES): Add corelow.o.
358
8802d8ed
DJ
3592006-07-12 Jan Kratochvil <lace@jankratochvil.net>
360
361 * infrun.c (handle_inferior_event): Fixed typos in printf.
362
6765f3e5
DJ
3632006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
364 Nathan Sidwell <nathan@codesourcery.com>
365
366 * remote.c (REMOTE_ALIGN_WRITES): New.
367 (remote_write_bytes): Align large write packets. Remove unused
368 payload_start variable.
369
0876f84a
DJ
3702006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
371
372 * remote.c (PACKET_qXfer_auxv): New, renamed from PACKET_qPart_auxv.
373 (remote_supported_packet): Remove #if 0.
374 (remote_protocol_features): Add qPart:auxv:read.
375 (remote_unescape_input): New function.
376 (readchar): Don't mask off the high bit.
377 (read_frame): Use fputstrn_filtered for packet data.
378 (getpkt_sane): Return the number of bytes read or -1. Use
379 fputstrn_unfiltered.
380 (remote_read_qxfer): New.
381 (remote_xfer_partial): Use it for TARGET_OBJECT_AUXV.
382 (_initialize_remote): Update packet registration.
383 * defs.h (fputstrn_filtered): New prototype.
384 * utils.c (fputstrn_filtered): New.
385 * NEWS: Mention qXfer.
386
13547ab6
DJ
3872006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
388
389 * target.c (target_read): Stop if target_read_partial returns 0
390 when some bytes have already been read.
391 (target_write): Likewise for target_write_partial.
392 (target_read_partial, target_write_partial): Make static.
393 (target_read_alloc): New.
394 * target.h: Doc fixes.
395 (target_read_partial, target_write_partial): Delete prototypes.
396 (target_read_alloc): New prototype.
397
398 * auxv.c (target_auxv_read): Delete.
399 (target_auxv_search, fprint_target_auxv): Use target_read_alloc.
400 * auxv.h (target_auxv_read): Delete prototype.
401 * avr-tdep.c (avr_io_reg_read_command): Use target_read_alloc.
402 * ia64-tdep.c (getunwind_table, get_kernel_table): Likewise.
403 * linux-nat.c (linux_nat_make_corefile_notes): Likewise.
404 * procfs.c (procfs_make_note_section): Likewise.
405 * remote.c (remote_xfer_partial): Don't loop here.
406 * sparc-tdep.c (sparc_fetch_wcookie): Use target_read.
407
edfb1a26
DJ
4082006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
409
410 * arm-linux-tdep.c: Doc fixes.
411 (ARM_SIGCONTEXT_R0, ARM_UCONTEXT_SIGCONTEXT)
412 (ARM_OLD_RT_SIGFRAME_SIGINFO, ARM_OLD_RT_SIGFRAME_UCONTEXT)
413 (ARM_NEW_RT_SIGFRAME_UCONTEXT, ARM_NEW_SIGFRAME_MAGIC): New
414 constants.
415 (arm_linux_sigreturn_init, arm_linux_rt_sigreturn_init): Support
416 the new signal frame layouts.
417
6e2c7fa1
DJ
4182006-07-12 Mike Frysinger <vapier@gentoo.org>:
419 Daniel Jacobowitz <dan@codesourcery.com>
420
421 * Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
422 * gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise.
423 * gdbarch.sh: Correct comment.
424
e0f2823e
DJ
4252006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
426
427 * MAINTAINERS: Add Alfred Szmidt for the Hurd.
428
24c41760
MK
4292006-07-11 Mark Kettenis <kettenis@gnu.org>
430
431 * alpha-tdep.h (ALPHA_INSN_SIZE): New define.
432
8a112c90
MK
4332006-07-10 Mark Kettenis <kettenis@gnu.org>
434
435 * alphaobsd-tdep.c: New file.
436 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Do not register a
437 handler for GDB_OSABI_OPENBSD_ELF.
438 * Makefile.in (ALLDEPFILES): Add alphaobsd-tdep.c.
439 (alphaobsd-tdep.o): New target.
440 * config/alpha/obsd.mt: New file.
441 * configure.tgt (alpha*-*-openbsd*): Set gdb_target to obsd.
442
9823e921
RH
4432006-07-10 Richard Henderson <rth@redhat.com>
444
445 * alpha-tdep.h (struct gdbarch_tdep): Add return_in_memory.
446 * alpha-tdep.c (alpha_register_byte): Remove.
447 (alpha_extract_struct_value_address): Remove.
448 (alpha_return_value): New.
449 (alpha_return_in_memory_always): New.
450 (alpha_gdbarch_init): Set tdep->return_in_memory. Don't call
451 set_gdbarch_deprecated_register_byte. Do call set_gdbarch_return_value
452 instead of set_gdbarch_deprecated_use_struct_convention,
453 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
454 or set_gdbarch_deprecated_extract_struct_value_address.
455 * alphafbsd-tdep.c (alphafbsd_return_in_memory): Rename from
456 alphafbsd_use_struct_convention, remove gcc_p argument.
457 (alphafbsd_init_abi): Set tdep->return_in_memory instead of
458 set_gdbarch_deprecated_use_struct_convention.
459
789f3b5f
MK
4602006-07-09 Mark Kettenis <kettenis@gnu.org>
461
b0ca8573
MK
462 * alphabsd-tdep.h (alphanbsd_regset_from_core_section): New
463 prototype.
464 * alphanbsd-tdep.c (alphanbsd_regset_from_core_section): Handle
465 a.out-style core file format here. Make global.
466 (alphanbsd_regset_from_core_section): Remove.
467 (alphanbsd_sigtramp_offset): Make static.
468 (alphanbsd_aout_init_abi): Remove.
469 (alphanbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_ELF for
470 a.out style core files.
471 (_initialize_alphanbsd_tdep): Do not register a handler for
472 GDB_OSABI_NETBSD_AOUT.
473
3beabdb2 474 * alphabsd-tdep.h: Tweak comments.
3b03cc43 475 (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove.
3beabdb2
MK
476 * alphanbsd-tdep.c: Reorder includes. Include "regset.h".
477 (ALPHANBSD_SIZEOF_GREGS, ALPHANBSD_SIZEOF_FPREGS): New defines.
478 (alphanbsd_supply_fpregset, alphanbsd_supply_gregset)
479 (alphanbsd_aout_supply_gregset): New functions.
480 (alphanbsd_gregset, alphanbsd_fpregset, alphanbsd_aout_gregset):
481 New variables.
482 (alphanbsd_regset_from_core_section)
483 (alphanbsd_aout_regset_from_core_section): New functions.
484 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
485 (alphanbsd_core_fns, alphanbsd_elf_fns): Remove variables.
486 (alphanbsd_init_abi): Set regset_from_core_section.
487 (alphanbsd_aout_init_abi, alphanbsd_core_osabi_sniffer): New
488 functions.
489 (_initialize_alphanbsd_tdep): Register NetBSD core file sniffer.
490 Use alphanbsd_aout_init_abi whre appropriate. Don't call
491 deprecated_add_core_fns.
492 * Makefile.in (alphanbsd-tdep.o): Update dependencies.
493
8fe7c54b
MK
494 * alphabsd-tdep.c (alphabsd_supply_reg, alphabsd_fill_reg)
495 (alphabsd_supply_fpreg, alphabsd_fill_fpreg): Add missing spaces.
496
789f3b5f
MK
497 * alphanbsd-tdep.c (alphanbsd_init_abi): Use
498 svr4_lp64_fetch_link_map_offsets instead of
499 nbsd_lp64_solib_svr4_fetch_link_map_offsets.
500
09153d55
AS
5012006-07-06 Andrew Stubbs <andrew.stubbs@st.com>
502
503 * parse.c (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block
504 write_exp_elt_longcst, write_exp_elt_dblcst, write_exp_elt_type,
505 write_exp_elt_intern): Zero initialize tmp.
506
2ec3381a
DJ
5072006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
508
509 * remote.c (remote_xfer_partial): Remove KOD support.
510 * target.h (enum target_object): Remove TARGET_OBJECT_KOD.
511 * MAINTAINERS: Move Kernel Object Display entry to past maintainers.
071d802b
MK
512 * Makefile.in (SFILES, kod_h, COMMON_OBS, kod.o, kod-cisco.o):
513 Remove KOD support.
2ec3381a
DJ
514 * mi/mi-cmds.c (mi_cmds): Remove dummy KOD commands.
515 * NEWS: Mention KOD.
516 * kod.h, kod.c, kod-cisco.c: Delete files.
517
7fca722e
DJ
5182006-07-04 Daniel Jacobowitz <dan@codesourcery.com>
519
520 * remote.c (init_remote_state): Use xrealloc instead of xmalloc.
521
4a35b02a
NW
5222006-07-03 Nathan J. Williams <nathanw@wasabisystems.com>
523
524 * bsd-kvm.c (bsd_kvm_open): Open the KVM interface read-write if
525 write_files is set.
526
a6f0780a
EZ
5272006-06-24 Eli Zaretskii <eliz@gnu.org>
528
529 * defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
530
e4c16157
DJ
5312006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
532
533 * arm-tdep.c (arm_register_type): Use unsigned types for registers.
534 Add special types for sp and pc.
535 * Makefile.in (arm-tdep.o): Update.
536
a31ea83d
DJ
5372006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
538
539 * remote.c (remote_escape_output): New function.
540 (remote_write_bytes): Use remote_escape_output.
541
be2a5f71
DJ
5422006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
543
544 * NEWS: Mention qSupported.
545 * remote.c (struct remote_state): Add explicit_packet_size.
546 (get_remote_packet_size): Check explicit_packet_size.
547 (get_memory_packet_size): Likewise.
548 (PACKET_qSupported): New enum value.
549 (struct protocol_feature, remote_supported_packet)
550 (remote_packet_size, remote_protocol_features)
551 (remote_query_supported): New.
552 (remote_open_1): Reset explicit_packet_size. Call
553 remote_query_supported.
554 (_initialize_remote): Register qSupported.
555
42b575e5
AS
5562006-06-21 Andrew Stubbs <andrew.stubbs@st.com>
557
558 * cli/cli-script.c (realloc_body_list): Zero new parts of body_list.
559
9ae03986
JB
5602006-06-20 Joel Brobecker <brobecker@adacore.com>
561
562 * GDB 6.5 released from GDB 6.5 branch.
563
8b07f6d8
MS
5642006-06-19 Michael Snyder <msnyder@redhat.com>
565
566 * mips-tdep.c (mips_eabi_push_dummy_call): For 32 bit ABI, to
567 decide how many registers it takes to pass a floating point
568 argument, what matters is the size of a floating point register
569 (not the size of a general purpose register).
570 (mips_o32_push_dummy_call): Ditto.
571
ec5a4d75
KI
5722006-06-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
573
574 * configure.tgt: Add gdbserver support for m32r-linux.
575
8d3239d5
MK
5762006-06-18 Mark Kettenis <kettenis@gnu.org>
577
578 * m68klinux-tdep.c (m68k_linux_init_abi): Fix typo in comment.
579
14e60db5
DJ
5802006-06-15 Daniel Jacobowitz <dan@codesourcery.com>
581
582 * infrun.c (insert_step_resume_breakpoint_at_caller): New function,
583 based on insert_step_resume_breakpoint_at_frame.
584 (handle_inferior_event): Update comments. Use
585 insert_step_resume_breakpoint_at_caller.
586 (insert_step_resume_breakpoint_at_frame): Revise comments.
587
81a17f79
JB
5882006-06-14 Daniel Jacobowitz <dan@codesourcery.com>
589
590 * dwarf2read.c (read_unspecified_type): New function.
591 (read_type_die): Handle DW_TAG_unspecified_type.
592 (Committed by Julian Brown.)
593
6490cafe
DJ
5942006-06-13 Daniel Jacobowitz <dan@codesourcery.com>
595
596 * symfile.c (load_command): Check for a changed executable before
597 "load".
598
22e47e37
FF
5992006-06-13 Fred Fish <fnf@specifix.com>
600
601 * mips-tdep.c (mips_find_long_section): New function.
602 (mips_gdbarch_init): Use it to set long and pointer sizes.
603
5600ea19
NS
6042006-06-13 Nathan Sidwell <nathan@codesourcery.com>
605
606 * remote-file.io.c (remote_fileio_func_system): Treat zero length
607 string as NULL. Adjust for NULL pointer argument.
608 * doc/gdb.texinfo (system): Document behaviour with zero length
609 string.
610
bb572ddd
DJ
6112006-06-12 Daniel Jacobowitz <dan@codesourcery.com>
612
613 * remote.c (set_remote_protocol_packet_cmd)
614 (show_remote_protocol_packet_cmd): New prototypes.
615 (remote_set_cmdlist, remote_show_cmdlist): Move higher.
616 (struct packet_config): Make name and title const.
617 (add_packet_config_cmd): Remove unnecessary arguments.
618 (_initialize_remote): Update calls.
619
98739726
DJ
6202006-06-10 Daniel Jacobowitz <dan@codesourcery.com>
621
622 * mingw-hdep.c (gdb_select): Always check for NULL fd sets
623 before calling FD_ISSET. Correct check for exceptfds which
624 previously tested writefds.
625
2b949cb6
JB
6262006-06-09 Daniel Jacobowitz <dan@codesourcery.com>
627 Julian Brown <julian@codesourcery.com>
628
4a9d57ab 629 * dwarf2read.c (partial_read_comp_unit_head): Accept version 3.
2b949cb6 630
5b031165
JB
6312006-06-09 Julian Brown <julian@codesourcery.com>
632
633 * MAINTAINERS (Write After Approval): Add myself.
634
b2d6f210
MS
6352006-06-08 Michael Snyder <msnyder@redhat.com>
636
637 * mips-tdep.c (fp_register_arg_p): Recognize floating point typedefs.
638
1dd41f16
NS
6392006-06-08 Nathan Sidwell <nathan@codesourcery.com>
640
6dd0fba6
NS
641 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): New.
642 (m68k_gdbarch_init): Set it for dwarf & dwarf2 reg number
643 conversion. Use M68K_NUM_REGS for number of regs.
644
ad9a8f3f
NS
645 * remote-fileio.c (remote_fileio_reset): New.
646 * remote-fileio.h (remote_fileio_reset): Prototype.
647 * remote.c (extended_remote_restart, remote_open_1): Call it.
648
649 * remote.c (remote_open_1): Do preopen tasks before
1dd41f16
NS
650 irreversably destroying state.
651
ea9c271d
DJ
6522006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
653
719abd53 654 * remote.c (struct remote_state): New type, only containing
ea9c271d
DJ
655 buf and buf_size.
656 (remote_state): New variable.
657 (get_remote_state): New function.
658 (struct remote_arch_state): Renamed from struct remote_state.
659 Removed buf and buf_size.
660 (get_remote_arch_state): Renamed from get_remote_state. All
661 necessary callers updated to call this function.
662 (init_remote_state): Initialize the architecture-specific state.
663 Update the target-specific state if necessary.
664 (get_remote_packet_size): New function. All previous references
665 changed to use this accessor function.
666 (packet_reg_from_regnum, packet_reg_from_pnum): Take a
667 remote_arch_state instead of a remote_state. All callers changed.
668 (_initialize_remote): Initialize the packet buffer here.
669
5cffb350
NS
6702006-06-06 Nathan Sidwell <nathan@codesourcery.com>
671
ea9c271d 672 * remote.c (remote_insert_watchpoint): Return -1, rather than
5cffb350
NS
673 fatal error if packet is disabled.
674 (remote_remove_watchpoint, remote_insert_hw_breakpoint,
675 remote_remove_hw_breakpoint): Likewise.
676
8a786d82
NR
6772006-06-02 Nick Roberts <nickrob@snap.net.nz>
678
679 * breakpoint.c (print_it_typical): Use EXEC_ASYNC_LOCATION_REACHED.
680
f49e4e6d
MS
6812006-05-31 Michael Snyder <msnyder@redhat.com>
682
683 * mips-tdep.c: Comment tweaks.
684
20e95c23
DJ
6852006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
686
687 * Makefile.in (top_builddir): Update comments.
688 (INTL_DIR, INTL_SRC): Delete.
689 (INTL, INTL_DEPS, INTL_CFLAGS): Update.
690 * acinclude.m4: Include new gettext macros.
691 * configure.ac: Use ZW_GNU_GETTEXT_SISTER_DIR. Remove copied
692 CATALOGS code.
693 * aclocal.m4, configure: Regenerated.
694
9308fc88
DJ
6952006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
696
697 * Makefile.in (arm-linux-nat.o): Update dependencies.
698 * arm-linux-nat.c: Include "gdb_proc_service.h".
699 (PTRACE_GET_THREAD_AREA): Define.
700 (ps_get_thread_area): New function.
701
46ea248b
AO
7022006-05-28 Alexandre Oliva <aoliva@redhat.com>
703
704 * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
705 DWARF2_FRAME_REG_SAVED_VAL_OFFSET and
706 DWARF2_FRAME_REG_SAVED_VAL_EXP.
707 * dwarf2-frame.c (execute_cfa_program): Handle val_offset,
708 val_offset_sf and val_expression.
709 (dwarf2_frame_prev_register): Handle the new reg rules.
710 (dwarf2_frame_this_id): Use pc instead of function entry point.
711
56c987f6
AO
7122006-05-28 Alexandre Oliva <aoliva@redhat.com>
713
714 * dwarf2-frame.c (struct dwarf2_cie): Add signal_frame field.
715 (dwarf2_frame_sniffer): Use it.
716 (decode_frame_entry_1): Set it according to augmentation "S".
717
5648af48
JB
7182006-05-27 Joel Brobecker <brobecker@adacore.com>
719
720 From Peter Schauer <peterschauer@gmx.net>
721 * m2-typeprint.c (m2_record_fields): Move variable declarations
722 to the begining of the block.
723
03a73f77
MM
7242006-05-23 Mark Mitchell <mark@codesourcery.com>
725
726 * mt-tdep.c (mt_register_name): Correct out-of-range logic to
727 include additional registers.
728
729 * mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2,
730 Iscramb2, Qscramb2, Qchannel2.
731 (mt_register_name): Likewise.
732 (mt_copro_register_type): Describe ZI2 and ZQ2.
733
734 * mt-tdep.c (mt_gdb_regnums): Define
735 MT_COPRO_PSEUDOREG_MAC_REGNUM.
736 (mt_register_name): Use it.
737 (mt_copro_register_type): Likewise.
738 (mt_register_type): Likewise.
739 (mt_pseudo_register_read): Likewise. Read the MAC register, not
740 the coprocessor register.
741 (mt_pseudo_register_write): Likewise.
742
2b3c8945
CF
7432006-05-21 Christopher Faylor <cgf@timesys.com>
744
745 * win32-nat.c (cygwin_exceptions): New variable.
746 (handle_exception): Treat a cygwin exception like a normal exception if
747 cygwin_exceptions is true.
748 (_initialize_win32_nat): Add "set cygwin-exceptions" handler.
749
f79daebb
GM
7502006-05-20 Gaius Mulley <gaius@glam.ac.uk>
751
752 * NEWS: (Improved Modula-2 language support): New section.
753
b4e70030
JB
7542006-05-19 Joel Brobecker <brobecker@adacore.com>
755
756 * configure: Regenerate using proper version of autoconf.
757
a1f5b845
FF
7582006-05-19 Fred Fish <fnf@specifix.com>
759
760 * Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
761 * dwarfread.c: Fix spelling of 'unexpected'.
762 * mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
763 * stack.c: Fix spelling of 'RETURN_VALUE'.
764
82d03102
PG
7652006-05-18 Paul Gilliam <pgilliam@us.ibm.com
766
767 * solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.
768
f2da6b3a
DJ
7692006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
770
771 * dwarf2-frame.c: Include "value.h".
772 (read_reg): Use unpack_long and register_type.
773 * Makefile.in (dwarf2-frame.o): Update.
774
1f5befc1
DJ
7752006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
776
777 * remote-rdp.c: Deleted.
778 * NEWS: Mention removal of remote-rdp.c.
779
780 * Makefile.in (ALLDEPFILES): Remove remote-rdp.c.
781 (remote-rdp.o): Delete.
782 * README: Remove description of remote-rdp.c.
783 * arm-tdep.c (arm_breakpoint_from_pc): Remove obsolete comment.
784 * config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
785
cd96dfc9
DJ
7862006-05-16 Daniel Jacobowitz <dan@codesourcery.com>
787
788 * ser-e7kpc.c: Include <time.h> if it is available.
789
7902006-05-16 Joel Brobecker <brobecker@adacore.com>
e374b601
JB
791
792 * version.in (version.in): Bump version number to 6.5.50 now
793 that the gdb-6.5 branch has been created.
794 * NEWS: Create a new section for changes that are included
795 since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5"
796 section.
797
13942a42
JB
7982006-05-16 Jim Blandy <jimb@codesourcery.com>
799
800 * MAINTAINERS (Authorized Committers): Gaius Mulley has accepted
801 the Global Maintainers' invitation to be an authorized committer
802 for the Modula-2 support.
803
8599da2d
MK
8042006-05-15 Mark Kettenis <kettenis@gnu.org>
805
806 * ppcobsd-nat.c: Include "gdb_assert.h".
807 [PT_GETFPREGS] (getfpregs_supplies): New function.
808 (ppcobsd_fetch_registers, ppcobsd_fetch_registers): Hanlde OS
809 versions that have PT_GETFPREGS.
810 (_initialize_ppcobsd_nat) [PT_GETFPREGS]: Initialize
811 ppcobsd_fpreg_offsets.
812 * ppcobsd-tdep.h (ppcobsd_fpreg_offsets, ppcobsd_fpregset):
813 Declare.
814 * ppcobsd-tdep.c (ppcobsd_fpreg_offsets, ppcobsd_fpregset): New
815 variables.
816 (_initialize_ppcobsd_tdep): Initialize ppcobsd_fpreg_offsets.
817 * Makefile.in (ppcobsd-nat.o): Update dependencies.
818
4e8d927d
DJ
8192006-05-15 Daniel Jacobowitz <dan@codesourcery.com>
820
821 * configure.ac: Use GCC_HEADER_STDINT.
822 * acinclude.m4: Include stdint.m4.
823 * Makefile.in (gdb_stdint_h): Define.
824 (distclean): Remove gdb_stdint.h.
825 (Makefile, stamp-h): Update rules to generate only the correct
826 files.
827 (gdb_stdint.h, stamp-int): New rules.
828 * config.in, configure: Regenerated.
829
19ca80ba
DJ
8302006-05-15 Daniel Jacobowitz <dan@codesourcery.com>
831
832 * valprint.c: Include "exceptions.h".
833 (val_print): If something goes wrong while printing, supply an
834 error message.
835
245c7f48
DJ
8362006-05-15 Peter O'Gorman <gdb-patches@mlists.thewrittenword.com>
837
838 * source.c (get_current_source_symtab_and_line)
839 (set_current_source_symtab_and_line): Use { 0 }.
840 * cli/cli-cmds.c (list_command): Likewise.
841
53b33aeb
NR
8422006-05-14 Nick Roberts <nickrob@snap.net.nz>
843
844 * mi/gdb-mi.el (gdbmi-send): Correct regexp for repeat commands.
845 (gdbmi): Use new variable name gdb-pc-address.
846 (gdbmi-frame-handler): Use new variable name gdb-pc-address.
847 Check that a match has been found.
848
d3d3c7e6 8492006-05-13 Gaius Mulley <gaius@glam.ac.uk>
72019c9c 850
d3d3c7e6 851 * m2-lang.h: Added function extern prototypes for
229582b7 852 m2_is_long_set and get_long_set_bounds.
d3d3c7e6
GM
853 * m2-typeprint.c: Complete replacement.
854 (m2_print_type): Walk the Modula-2 type tree.
855 (m2_type_name): New function.
856 (m2_range): New function.
857 (m2_typedef): New function.
858 (m2_array): New function.
859 (m2_pointer): New function.
860 (m2_ref): New function.
861 (m2_unknown): New function.
862 (m2_union): New function.
863 (m2_procedure): New function.
864 (m2_print_bounds): New function.
865 (m2_short_set): New function.
866 (m2_is_long_set): New function.
867 (m2_get_discrete_bounds): New function.
868 (m2_is_long_set_of_type): New function.
869 (m2_long_set): New function.
870 (m2_record_fields): New function.
871 (m2_enum): New function.
1c547afb 872 * dwarf2read.c: Modified.
d3d3c7e6
GM
873 (read_set_type): New function.
874 (process_die): Call read_set_type.
1c547afb 875 (read_base_type): Modifed.
d3d3c7e6 876 (set_cu_language): Added Modula-2 case clause.
1c547afb 877 * m2-valprint.c: Complete replacement.
d3d3c7e6
GM
878 (print_function_pointer_address): New function.
879 (get_long_set_bounds): New function.
880 (m2_print_long_set): New function.
881 (print_unpacked_pointer): New function.
882 (print_variable_at_address): New function.
883 (m2_val_print): Replaced.
884 * gdb/MAINTAINERS (Write After Approval): Added
885 Gaius Mulley <gaius@glam.ac.uk>
72019c9c 886
def18405
MK
8872006-05-12 Mark Kettenis <kettenis@gnu.org>
888
889 * ppcnbsd-tdep.h: Update copyright year. Include <stddef.h>
890 (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
891 (ppcnbsd_fill_fpreg): Remove prototypes.
892 (struct regset): Add forward declaration.
893 (ppcnbsd_gregset, ppcnbsd_fpregset): Extern declarations.
894 * ppcnbsd-tdep.c: Update copyright year. Include "gdbtypes.h",
895 "regset.h" and "gdb_string.h". Don't include "breakpoint.h",
896 "value.h", target.h and nbsd-tdep.h". Reorder includes.
897 (REG_FIXREG_OFFSET, REG_LR_OFFSET, REG_CR_OFFSET, REG_XER_OFFSET)
898 (REG_CTR_OFFSET, REG_PC_OFFSET, SIZEOF_STRUCT_REG)
899 (FPREG_FPR_OFFSET, FPREG_FPSCR_OFFSET, SIZEOF_STRUCT_FPREG):
900 Remove macros.
901 (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
902 (ppcnbsd_fill_fpreg): Remove functions.
903 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
904 (ppcnbsd_core_fns, ppcnbsd_elfcore_fns): Remove variables.
905 (ppcnbsd_reg_offsets): New variable.
906 (ppcnbsd_gregset, ppcnbsd_fpregset): New variables.
907 (ppcnbsd_sigtramp_cache_init): Deal with new signal trampoline
908 introduced in NetBSD 2.0.
909 (ppcnbsd_sigtramp): Provide complete signal trampoline.
910 (ppcnbsd2_sigtramp): New variable.
911 (ppcnbsd_init_abi): Set svr4_fetch_link_map_offsets to
912 svr4_ilp32_fetch_link_map_offsets. Set regset_from_core_section.
913 Add ppcnbs2_sigtramp unwinder.
914 (_initialize_ppcnbsd_tdep): Don't use deprecated_add_core_fns.
915 Initialize ppcnbsd_reg_offsets.
916 * ppcnbsd-nat.c: Update copyright year. Reorder includes.
917 (getregs_supplies): Use regnum instead of regno.
918 (getfpregs_supplies): Likewise.
919 (ppcnbsd_fetch_inferior_registers): Likewise. Call
920 ppc_supply_gregset and ppc_suppply_fpregset instead of
921 ppcnbsd_supply_reg and ppcnbsd_supply_fpreg
922 (ppcnbsd_store_inferior_registers): Likewise. Call
923 ppc_collect_gregset and ppc_collect_fpregset instead of
924 ppcnbsd_fill_reg and ppcnbsd_fill_fpreg.
925 (ppcnbsd_supply_pcb): Use `gdb_byte *' instead of `char *'.
926 (_initialize_ppcnbsd_nat): Add some whitespace.
927 * Makefile.in (ppcnbsd-nat.o, ppcnbsd-tdep.o): Update dependencies.
928 * config/powerpc/nbsd.mh (NATDEPFILES): Remove infptrace.o.
929 (NAT_FILE): Remove.
930 * config/powerpc/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
931
c4c50d37
DJ
9322006-05-11 Alfred M. Szmidt <ams@gnu.org>
933
934 * gnu-nat.c (inf_validate_procs): Don't use lvalue in assignments.
935
576c2025
FF
9362006-05-11 Fred Fish <fnf@specifix.com>
937
938 * symtab.c (skip_prologue_using_sal): Handle single line functions
939 like "foo(){}", which may optimize down to a single return inst.
940
ba906c08
SE
9412006-05-10 Steve Ellcey <sje@cup.hp.com>
942
943 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
944 message.
945
4bf8967c
AS
9462006-05-09 Andreas Schwab <schwab@suse.de>
947
948 * dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
949 (execute_cfa_program): Add parameter eh_frame_p. Call
950 dwarf2_frame_eh_frame_regnum when true.
951 (dwarf2_frame_cache): Pass eh_frame_p from fde to
952 execute_cfa_program.
953 (decode_frame_entry_1): Call dwarf2_frame_eh_frame_regnum when
954 processing .eh_frame. Copy eh_frame_p to the new fde.
955 (struct dwarf2_frame_ops): Add eh_frame_regnum.
956 (dwarf2_frame_set_eh_frame_regnum): Define.
957 (dwarf2_frame_eh_frame_regnum): Define.
958
959 * dwarf2-frame.h (dwarf2_frame_set_eh_frame_regnum): Declare.
960 (dwarf2_frame_eh_frame_regnum): Declare.
961
55e969c1
DM
9622006-05-06 David S. Miller <davem@sunset.davemloft.net>
963
964 * linux-nat.c (linux_nat_do_thread_registers): Check for
965 NULL collect_regset method.
966
92f38ec2
UW
9672006-05-06 Ulrich Weigand <uweigand@de.ibm.com>
968
969 * s390-tdep.c (s390_collect_regset): New function.
970 (s390_gregset, s390x_gregset, s390_fpregset): Add it.
971
6fed56b4
NR
9722006-05-06 Nick Roberts <nickrob@snap.net.nz>
973
974 * dwarf2read.c: Make LOC_OPTIMIZED_OUT the default value for a
975 symbol.
976
6fc19103
UW
9772006-05-05 Ulrich Weigand <uweigand@de.ibm.com>
978
979 * linux-nat.c (exit_lwp): Fix NULL pointer access.
980 (linux_nat_handle_extended): New parameter STOPPING.
981 (wait_lwp): Call it with STOPPING equals 1.
982 (linux_nat_wait): Call it with STOPPING equals 0.
983
d539ed7e
UW
9842006-05-05 Ulrich Weigand <uweigand@de.ibm.com>
985
986 * linux-nat.c (linux_nat_wait): Do not short-cut reporting
987 of 'uninteresting' signals when single-stepping.
988
49101e1c
DJ
9892006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
990
991 * MAINTAINERS: Move NEWS to the documentation entry.
992
4f844a66
DM
9932006-05-05 David S. Miller <davem@sunset.davemloft.net>
994
995 * linux-nat.c (linux_nat_do_thread_registers): Use the
996 regset_from_core_section infrastructure if the target
997 supports it.
998 * Makefile.in: Update dependencies.
bcc98f88
DM
999 * linux-thread-db.c (thread_db_store_registers): Use
1000 regcache_raw_collect.
4f844a66 1001
411cb3f9
PG
10022006-05-05: Paul Gilliam <pgilliam@us.ibm.com>
1003
1004 * ppc-linux-nat.c: Clean up types for ptrace.
1005 Replace (CORE_ADDR) with (uintptr_t) to avoid the size difference
1006 between a CORE_ADDR and a void* on ppc64 systems compiled for 32-bits.
1007
597320e7
DJ
10082006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1009
1010 * remote.c (remote_disconnect): Add TARGET argument.
1011 * target.c (debug_to_disconnect): Delete.
1012 (update_current_target): Do not inherit to_disconnect.
1013 (target_disconnect): Search for a target to implement to_disconnect.
1014 (setup_target_debug): Do not reference to_disconnect.
1015 * target.h (struct target_ops): Add target argument to
1016 to_disconnect.
1017
401835eb
FF
10182006-05-06 Fred Fish <fnf@specifix.com>
1019
1020 * mips-tdep.c (mips_o64_push_dummy_call): Left shift big endian
1021 structs or unions independent of ABI register size.
1022
7a076fd2
FF
10232006-05-06 Fred Fish <fnf@specifix.com>
1024
1025 * mips-tdep.c (mips_o64_return_value): Replace stub that always
1026 returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
1027
eec01795
DJ
10282006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1029
1030 * mi/mi-main.c (captured_mi_execute_command): Check the return
1031 value of -interpreter-exec.
1032
14b3d9c9
JB
10332006-05-03 Vladimir Prus <ghost@cs.msu.su>
1034
411cb3f9
PG
1035 * varobj.c (c_value_of_variable): Ignore top-level references.
1036 (Committed by Jim Blandy.)
14b3d9c9 1037
1893a4c0
MK
10382006-04-30 Mark Kettenis <kettenis@gnu.org>
1039
1040 * breakpoint.c (insert_single_step_breakpoint): Make a failure to
1041 insert a single-step breakpoint an error instead of a warning.
1042
21f79b33
NW
10432006-05-01 Nathan J. Williams <nathanw@wasabisystems.com>
1044
1045 * ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
1046 arguments from void * to gdb_byte *.
1047
b8db102d
MS
10482006-04-26 Michael Snyder <msnyder@redhat.com>
1049
1050 * linux-fork.c (_initialize_linux_fork): Rename "delete-fork"
1051 command to "delete fork" (no hyphen), compatible with other
1052 "delete" commands.
1053 (info_forks_command): Accept a fork ID argument, for info
1054 on a single fork. Report if no matching forks.
1055
bc0c849e
MK
10562006-04-25 Mark Kettenis <kettenis@gnu.org>
1057
1893a4c0
MK
1058 * breakpoint.c (remove_single_step_breakpoints): Bail out early if
1059 no breakpoints are inserted.
1060
bc0c849e
MK
1061 From Masaki MURANAKA <monaka@monami-software.com>:
1062 * mips-mdebug-tdep.c (mips_mdebug_frame_prev_register): Change
1063 type of last argument to `gdb_byte *'
1064
5f1fb6dc
JB
10652006-04-25 Jim Blandy <jimb@codesourcery.com>
1066
1067 Add support for 'target remote |' on MinGW.
1068 * ser-mingw.c (struct pipe_state): New structure.
1069 (make_pipe_state, free_pipe_state, cleanup_pipe_state)
1070 (pipe_windows_open, pipe_windows_close, pipe_windows_read)
1071 (pipe_windows_write, pipe_wait_handle): New functions.
1072 (_initialize_ser_windows): Register a "pipe" interface based on
1073 them.
1074
c3e2b812
DJ
10752006-04-24 Daniel Jacobowitz <dan@codesourcery.com>
1076
1077 * ser-mingw.c: Include <conio.h>.
1078 (struct ser_console_state, struct net_windows_state): Add exit_select,
1079 have_stopped, thread.
1080 (pipe_select_thread, console_select_thread)
1081 (net_windows_select_thread): Don't create a local state copy or
1082 close stop_select. Exit on exit_select instead of stop_select. Set
1083 have_stopped.
1084 (console_select_thread): Don't report control keypresses as pending
1085 input.
1086 (pipe_select_thread): Allow stop_select to interrupt sleeping.
1087 (set_console_wait_handle): Create exit_select and have_stopped.
1088 Save the thread handle. Check _kbhit before starting a thread.
1089 (ser_console_done_wait_handle): New.
1090 (ser_console_close): Close new handles. Wait for the thread to
1091 exit.
1092 (new_windows_select_thread): Assert that an event occurred.
1093 (net_windows_wait_handle): Check for pending input before starting
1094 a thread.
1095 (net_windows_done_wait_handle): New.
1096 (net_windows_open): Create exit_select and have_stopped.
1097 Save the thread handle.
1098 (net_windows_close): Close new handles. Wait for the thread to
1099 exit.
1100 (_intiialize_ser_windows): Register done_wait_handle methods.
1101
1102 * serial.c [USE_WIN32API] (serial_done_wait_handle): New.
1103 * serial.h [USE_WIN32API] (struct serial_ops): Add done_wait_handle.
1104 [USE_WIN32API] (serial_done_wait_handle): New prototype.
1105 * mingw-hdep.c (gdb_select): Use serial_done_wait_handle.
1106
b8eb021a
AS
11072006-04-23 Andreas Schwab <schwab@suse.de>
1108
1109 * rs6000-tdep.c: Include "reggroups.h" only once.
1110 * Makefile.in (rs6000-tdep.o): Update dependencies.
1111
4f1520fb
FR
11122006-04-21 Frederic Riss <frederic.riss@st.com>
1113
1114 * dwarf2read.c (dwarf2_start_subfile): Change prototype to accept
1115 compilation directory as last argument.
1116 Always pass comp_dir as second argument to start_subfile and prepend
1117 dirname to the filename when necessary.
1118 Remove now superfluous search for pre-existing subfile.
1119 (dwarf_decode_lines): Pass the compilation directory to
1120 dwarf2_start_subfile.
1121
0271fba4
MS
11222006-04-20 Michael Snyder <msnyder@redhat.com>
1123
1124 * 2006-03-22 Jim Blandy <jimb@redhat.com>
1125 Add support for the Renesas M32C and M16C.
1126
1127 * configure.tgt (m32c-*-*): New entry.
1128 * config/m32c/m32c.mt: New file.
1129 * m32c-tdep.c: New file.
1130 * Makefile.in (elf_m32c_h): New variable.
1131 (m32c-tdep.o): New rule.
1132 * NEWS: Mention new target.
1133 * MAINTAINERS: Designate Jim Blandy as responsible maintainer.
1134
cfde0993
MS
11352006-04-20 Michael Snyder <msnyder@redhat.com>
1136
1137 * remote.c: Fix spelling error in comment.
1138
cba5fab9
DJ
11392006-04-20 Daniel Jacobowitz <dan@codesourcery.com>
1140
1141 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
1142 Correct type of VALUEP. Reported by Jean-Rene Peulve
1143 <jr.peulve@wanadoo.fr>.
1144
cbba9205
KI
11452006-04-19 Masaki Muranaka <monaka@monami-software.com>
1146
1147 * m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
1148 netdb.h, netinet/in.h.
1149 (m32r_upload_command); Add calls WSAStartup().
1150 * remote-m32r-sdi.c: On MinGW, include winsock.h instead of
1151 netinet/in.h.
1152
8181d85f
DJ
11532006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1154
1155 * breakpoint.c (deprecated_read_memory_nobpt): Update to use
1156 shadow_len.
1157 (insert_bp_location, reattach_breakpoints, remove_breakpoint)
1158 (delete_breakpoint): Update calls to changed methods.
1159 (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
1160 (single_step_breakpoints, insert_single_step_breakpoint)
1161 (remove_single_step_breakpoints): New.
1162 * breakpoint.h (struct bp_target_info): New.
1163 (struct bp_location): Replace shadow_contents with
1164 target_info and overlay_target_info.
1165 (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
1166 (insert_single_step_breakpoint, remove_single_step_breakpoints): New
1167 prototypes.
1168 * gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
1169 (memory_insert_breakpoint, memory_remove_breakpoint): Update second
1170 argument.
1171 * mem-break.c (default_memory_insert_breakpoint): Update. Set
1172 placed_address, placed_size, and shadow_len.
1173 (default_memory_remove_breakpoint): Update. Don't use
1174 BREAKPOINT_FROM_PC.
1175 (memory_insert_breakpoint, memory_remove_breakpoint): Update.
1176 * target.c (update_current_target): Update prototypes for changed
1177 functions.
1178 (debug_to_insert_breakpoint, debug_to_remove_breakpoint)
1179 (debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
1180 Update.
1181 * target.h: Forward declare struct bp_target_info.
1182 (struct target_ops): Use a bp_target_info argument for
1183 to_insert_breakpoint, to_remove_breakpoint,
1184 to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
1185 (target_insert_breakpoint, target_remove_breakpoint)
1186 (target_insert_hw_breakpoint, target_remove_hw_breakpoint)
1187 (memory_insert_breakpoint, memory_remove_breakpoint)
1188 (default_memory_insert_breakpoint, default_memory_remove_breakpoint):
1189 Update.
1190 * config/i386/nm-i386.h: Forward declare struct bp_target_info.
1191 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
1192 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
1193
1194 * gdbarch.c, gdbarch.h: Regenerated.
1195
1196 * alpha-tdep.c (alpha_software_single_step): Use
1197 insert_single_step_breakpoint and remove_single_step_breakpoints.
1198 Remove unused statics.
1199 * arm-tdep.c (arm_software_single_step): Likewise. Add a note.
1200 * cris-tdep.c (cris_software_single_step): Likewise.
1201 * mips-tdep.c (mips_software_single_step): Likewise.
1202 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
1203 * sparc-tdep.c (sparc_software_single_step): Likewise.
1204 * wince.c (struct thread_info_struct): Remove step_prev.
1205 (undoSStep): Use remove_single_step_breakpoints.
1206 (wince_software_single_step): Use insert_single_step_breakpoint.
1207
1208 * corelow.c (ignore): Remove unneeded prototype. Update arguments.
1209 * exec.c (ignore): Likewise.
1210 * sol-thread.c (ignore): Likewise.
1211
1212 * procfs.c (dbx_link_shadow_contents): Delete.
1213 (dbx_link_bpt): New.
1214 (procfs_mourn_inferior): Remove it if necessary.
1215 (remove_dbx_link_breakpoint): Use it.
1216 (insert_dbx_link_bpt_in_file): Set it.
1217 (procfs_init_inferior): Don't update dbx_link_bpt_addr.
1218 * rs6000-nat.c (exec_one_dummy_insn): Use
1219 deprecated_insert_raw_breakpoint and
1220 deprecated_remove_raw_breakpoint.
1221 * solib-irix.c (shadow_contents, breakpoint_addr): Delete.
1222 (base_breakpoint): New.
1223 (disable_break): Use it.
1224 (enable_break): Set it.
1225
1226 * i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
1227 Update.
1228 * ia64-tdep.c (ia64_memory_insert_breakpoint)
1229 (ia64_memory_remove_breakpoint): Likewise.
1230 * m32r-tdep.c (m32r_memory_insert_breakpoint)
1231 (m32r_memory_remove_breakpoint): Likewise.
1232 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
1233 Likewise. Remove unnecessary prototypes. Use placed_address
1234 and placed_size. Removed useless read from memory.
1235 * nto-procfs.c (procfs_insert_breakpoint)
1236 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
1237 (procfs_remove_hw_breakpoint): Update.
1238 * ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
1239 * ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
1240 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
1241 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
1242 * remote-e7000.c (e7000_insert_breakpoint)
1243 (e7000_remove_breakpoint): Likewise.
1244 * remote-m32r-sdi.c (m32r_insert_breakpoint)
1245 (m32r_remove_breakpoint): Likewise.
1246 * remote-mips.c (mips_insert_breakpoint)
1247 (mips_remove_breakpoint): Likewise.
1248 * remote-rdp.c (remote_rdp_insert_breakpoint)
1249 (remote_rdp_remove_breakpoint): Likewise.
1250 (rdp_step): Use deprecated_insert_raw_breakpoint and
1251 deprecated_remove_raw_breakpoint.
1252 * remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
1253 Update.
1254 * remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
1255 Delete.
1256 (init_gdbsim_ops): Use memory_insert_breakpoint and
1257 memory_remove_breakpoint.
1258 * remote-st.c (st2000_insert_breakpoint)
1259 (st2000_remove_breakpoint): Update. Remove unused
1260 BREAKPOINT_FROM_PC.
1261 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
1262 Update. Use placed_address and placed_size.
1263 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
1264
01d3a6ce
DJ
12652006-04-12 Daniel Jacobowitz <dan@codesourcery.com>
1266
1267 * remote.c (extended_remote_restart): Pass the correct length
1268 to getpkt.
1269
2821caf1
JB
12702006-04-11 Jim Blandy <jimb@codesourcery.com>
1271
1272 * serial.c (serial_open): Check for special cases at the front of
1273 the "device" name before scanning for the ':' that would indicate
1274 an IP-based connection.
1275
02c5aecd
CF
12762006-04-10 Christopher Faylor <cgf@timesys.com>
1277
1278 * win32-nat.c (open_symbol_file_object): New function.
1279 (in_dynsym_resolve_code): Ditto.
1280 (init_win32_ops): Fill in fields which ought not to be NULL.
1281
cb832706
CF
12822006-04-10 Christopher Faylor <cgf@timesys.com>
1283
1284 * win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything
1285 with saved context if __COPY_CONTEXT_SIZE is not defined.
1286 (handle_output_debug_string): Ditto.
1287
03926e1f
DJ
12882006-04-10 Daniel Jacobowitz <dan@codesourcery.com>
1289
1290 * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
1291
b2a0b9b2
DM
12922006-04-09 David S. Miller <davem@sunset.davemloft.net>
1293
1294 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
1295 frame sniffer.
1296 * sparc-tdep.c (sparc32_gdbarch_init): Make sure to call
1297 dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so
1298 that the latter can override.
1299 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1300
ee1b3323
UW
13012006-04-09 Ulrich Weigand <uweigand@de.ibm.com>
1302
1303 * s390-tdep.c (struct s390_prologue_data): New field 'stack'.
1304 (s390_store): Call pv_area_store to track stack slots.
1305 (s390_load): Call pv_area_fetch to track stack slots.
1306 (s390_check_for_saved): New function.
1307 (s390_analyze_prologue): Call pv_area_scan. Allocate and free stack.
1308
3fc46200
UW
13092006-04-09 Ulrich Weigand <uweigand@de.ibm.com>
1310
1311 * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
1312 * s390-tdep.c: Include "prologue-value.h".
1313 (struct prologue_value): Remove.
1314 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1315 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1316 pv_logical_and, pv_is_identical, pv_is_register): Remove.
1317 (compute_x_addr): Remove, replace by ...
1318 (s390_addr): ... this new function.
1319 (struct s390_prologue_data): Use pv_t instead of prologue_value.
1320 (s390_store, s390_load): Likewise.
1321 (s390_prologue_frame_unwind_cache): Likewise.
1322 (s390_analyze_prologue): Likewise. Also, simplify and combine
1323 several conditional statements.
1324
d750b939
JB
13252006-04-08 Jim Blandy <jimb@codesourcery.com>
1326
1327 * Makefile.in (COMMON_OBS): List prologue-value.o. (Omitted from
1328 last patch.)
1329
0b4294d3
DM
13302006-04-08 David S. Miller <davem@sunset.davemloft.net>
1331
1332 * sparc-linux-tdep.c (sparc32_linux_step_trap): New.
1333 (sparc32_linux_init_abi): Hook it into tdep->step_trap.
07c5f590
DM
1334 (sparc32_linux_core_gregset,
1335 sparc32_linux_supply_core_gregset,
1336 sparc32_linux_collect_core_gregset,
1337 sparc32_linux_supply_core_fpregset,
1338 sparc32_linux_collect_core_fpregset): New.
1339 (sparc32_linux_init_abi): Register them with generic sparc
1340 core regset infrastructure.
0b4294d3
DM
1341 * sparc64-linux-tdep.c (sparc64_linux_step_trap): New.
1342 (sparc64_linux_init_abi): Hook it into tdep->step_trap.
07c5f590
DM
1343 (sparc64_linux_core_gregset,
1344 sparc64_linux_supply_core_gregset,
1345 sparc64_linux_collect_core_gregset,
1346 sparc64_linux_supply_core_fpregset,
1347 sparc64_linux_collect_core_fpregset): New.
1348 (sparc64_linux_init_abi): Register them with generic sparc
1349 core regset infrastructure.
0b4294d3
DM
1350 * Makefile.in: Update dependencies.
1351
9c0dd46b
DM
13522006-04-07 David S. Miller <davem@sunset.davemloft.net>
1353
1354 * linux-nat.c (linux_nat_thread_alive): Handle targets that
1355 do not implement PTRACE_PEEKUSER.
1356
670aa98f
DJ
13572006-04-07 Daniel Jacobowitz <dan@codesourcery.com>
1358
1359 * remote.c (remote_wait): Convert warning to error before
1360 parsing corrupt packets.
1361
e28493f2
AS
13622006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
1363
1364 * cli/cli-script.c (struct user_args): Add command field.
1365 (arg_cleanup): Free command string.
1366 (setup_user_args): Copy the command line before relying on it.
1367
7f198e01
JB
13682006-04-06 Joel Brobecker <brobecker@adacore.com>
1369
1370 * breakpoint.c (_initialize_breakpoint): Add "del" as an alias
1371 of the "delete" command.
1372
c9f7217e
RC
13732006-04-06 Randolph Chung <tausq@debian.org>
1374
1375 * MAINTAINERS (Patch champions): Add myself.
1376
d993720d
AS
13772006-04-05 Andreas Schwab <schwab@suse.de>
1378
1379 * Makefile.in: Update dependencies.
1380
f5a9b87d
DM
13812006-04-05 David S. Miller <davem@sunset.davemloft.net>
1382
1383 * sparc-tdep.c (sparc32_dwarf2_frame_init_reg): New.
1384 (sparc32_gdbarch_init): Pass it to dwarf2_frame_set_init_reg.
1385 * Makefile.in (sparc-tdep.o): Update dependencies.
80f9e3aa
DM
1386 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): Pull register
1387 window out of the correct stack frame.
1388 * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): Likewise.
aff37fc1
DM
1389 * dwarf2-frame.c (dwarf2_frame_ops init_reg): Add "next_frame"
1390 argument.
1391 (dwarf2_frame_default_init_reg): Likewise.
1392 (dwarf2_frame_set_init_reg): Update init_reg arg.
1393 (dwarf2_frame_init_reg): Take "next_frame" and pass it to
1394 ops->init_reg().
1395 (dwarf2_frame_cache): Pass next_frame to dwarf2_frame_init_reg.
1396 * dwarf2-frame.h (dwarf2-frame_set_init_reg): Update declaration.
1397 * cris-tdep.c (cris_dwarf2_frame_init_reg): Add next_frame arg.
1398 * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
1399 * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
1400 * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
1401 * sparc-tdep.c (sparc32_struct_return_from_sym): New function.
1402 (sparc32_frame_cache): Call it.
1403 (sparc32_dwarf2_struct_return_p): New function.
1404 (sparc_dwarf2_frame_init_reg): Use it to determine if the function
1405 returns a structure and thus we have to indicate the return PC and
1406 NPC are 4 bytes later than usual.
faea95b1
DM
1407 * sparc-linux-tdep.c (sparc32_linux_init_abi): Append
1408 dwarf2 frame sniffer.
1409 * Makefile.in (sparc-linux-tdep.o): Update dependencies.
f5a9b87d 1410
75e192e6
DM
14112006-04-04 David S. Miller <davem@davemloft.net>
1412
1413 * config/linux.mh (NATDEPFILES): Remove sparc-sol2-nat.o
1414 * config/linux64.h (NATDEPFILES): Likewise
1415 * sparc-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
1416 fill_fpregset): New.
1417 * sparc64-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
1418 fill_fpregset): New.
0a59b3af
DM
1419 * Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
1420 new includes.
1421
dbcd679b
AS
14222006-04-04 Andreas Schwab <schwab@suse.de>
1423
1424 * Makefile.in (elf_common_h): Define.
1425
357d3800
AS
14262006-04-03 Andrew Stubbs <andrew.stubbs@st.com>
1427
1428 * sh-tdep.c (sh_dwarf2_frame_init_reg): New function.
1429 (sh_gdbarch_init): Call dwarf2_frame_set_init_reg().
1430
d3c139e9
AS
14312006-03-31 Andrew Stubbs <andrew.stubbs@st.com>
1432
1433 * value.h (struct internalvar): Add field 'endian'.
1434 * value.c (lookup_internalvar): Initialise endian.
1435 (value_of_internalvar): Flip the endian of built-in types if required.
1436 (set_internalvar): Set the endian.
1437 (show_convenience): Access the value through value_of_internalvar().
1438
bb858e6a
DJ
14392006-03-30 Vladimir Prus <ghost@cs.msu.su>
1440
1441 * remote.c (watchpoint_to_Z_packet): Use values of Z_packet_type enum
1442 instead of hardcoded integer literals.
1443
61d9b92f
DJ
14442006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1445
1446 * cli/cli-script.c (insert_args): Handle NULL user_args.
1447
f7060f85
DJ
14482006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1449
1450 * arm-tdep.c (thumb_scan_prologue): Don't try to analyze
1451 the function at zero if we have no symbols.
1452
295bf0ff
DJ
14532006-03-30 Adrien Kunysz <a_kunysz@yahoo.com>
1454
1455 * i386-stub.c (getpacket): Fix array overflow.
1456 * m32r-stub.c (getpacket): Likewise.
1457 * m68k-stub.c (getpacket): Likewise.
1458 * sh-stub.c (getpacket): Likewise.
1459 * sparc-stub.c (getpacket): Likewise.
1460
7abfe014
DJ
14612006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1462
1463 * frame.h (set_current_sal_from_frame): New prototype.
1464 * stack.c (set_current_sal_from_frame): Make global.
1465 * infrun.c (normal_stop): Call set_current_sal_from_frame.
1466
0ec9a092
DJ
14672006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1468
1469 * linux-thread-db.c: Include "linux-nat.h".
1470 (check_for_thread_db): New function, split out from
1471 thread_db_new_objfile. Remove dead check for active
1472 thread_db on inapplicable targets.
1473 (thread_db_new_objfile): Call check_for_thread_db.
1474 * Makefile.in (linux-thread-db.o): Update.
1475 * linux-nat.c (child_post_attach): Call check_for_thread_db.
1476 (linux_child_post_startup_inferior): Likewise.
1477 (lin_lwp_attach_lwp): Call target_post_attach instead of
1478 child_post_attach.
1479 * linux-nat.h (check_for_thread_db): New prototype.
1480
6d820c5c
DJ
14812006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1482
1483 * remote.c (struct remote_state): Add BUF and BUF_SIZE.
1484 (init_remote_state): Initialize the new fields.
1485 (get_memory_packet_size): Update BUF and BUF_SIZE if necessary.
1486 (set_thread, remote_thread_alive, remote_unpack_thread_info_response)
1487 (remote_get_threadinfo, parse_threadlist_response)
1488 (remote_get_threadlist, remote_current_thread, remote_threads_info)
1489 (remote_threads_extra_info, extended_remote_restart, get_offsets)
1490 (remote_check_symbols, remote_open_1, remote_detach)
1491 (remove_vcont_probe, remote_vcont_resume, remote_resume)
1492 (remote_wait, remote_async_wait, fetch_register_using_p)
1493 (remote_fetch_registers, store_register_using_P)
1494 (remote_store_registers, check_binary_download, remote_write_bytes)
1495 (remote_read_bytes, remote_insert_breakpoint)
1496 (remote_remove_breakpoint, remote_insert_watchpoint)
1497 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
1498 (remote_remove_hw_breakpoint, compare_sections_command)
1499 (remote_xfer_partial, remote_rcmd, packet_command)
1500 (remote_get_thread_local_address): Use the global incoming buffer
1501 instead of alloca or xmalloc. Limit outgoing packets to
1502 rs->remote_packet_size and incoming packets to rs->buf_size.
1503 Update calls to getpkt and remote_send.
1504 (remote_send): Take arguments by reference.
1505 (putpkt_binary): Eliminate junkbuf. Use skip_frame.
1506 (skip_frame): New function.
1507 (read_frame): Take arguments by reference. Expand the packet
1508 buffer instead of issuing an error.
1509 (getpkt, getpkt_sane): Take arguments by reference.
1510 * remote.h (getpkt): Update prototype and doc.
1511 * tracepoint.c (remote_get_noisy_reply): Take arguments by
1512 reference.
1513 (target_buf): Change from array to pointer.
1514 (target_buf_size): New variable.
1515 (remote_set_transparent_ranges): Update call to getpkt.
1516 (trace_start_command, trace_stop_command, trace_status_command):
1517 Update calls to remote_get_noisy_reply.
1518 (finish_tfind_command): Take arguments by reference.
1519 (trace_find_command, trace_find_pc_command)
1520 (trace_find_tracepoint_command, trace_find_line_command):
1521 (trace_find_range_command, trace_find_outside_command): Update
1522 calls to finish_tfind_command.
1523 (_initialize_tracepoint): Initialize target_buf_size and target_buf.
1524
3d8dcac6
RC
15252005-03-30 Randolph Chung <tausq@debian.org>
1526
1527 * hppa-linux-tdep.c: Include regset.h.
1528 (GR_REGNUM, TR_REGNUM, greg_map): New.
1529 (hppa_linux_supply_regset, hppa_linux_supply_fpregset): New.
1530 (hppa_linux_regset, hppa_linux_fpregset): New.
1531 (hppa_linux_regset_from_core_section): New.
1532 (hppa_linux_init_abi): Set regset_from_core_section.
1533 (_initialize_hppa_linux_tdep): Register osabi handler for
1534 64-bit Linux.
1535 * Makefile.in (hppa-linux-tdep.o): Update dependencies.
1536 * config/pa/linux.mh: Stop using core-regset.o
1537
29d375ac
RC
15382006-03-30 Randolph Chung <tausq@debian.org>
1539
1540 * hppa-tdep.c (hppa_find_unwind_entry_in_block): New.
1541 (hppa_frame_cache): Use new function to find unwind entry.
1542 (hppa_frame_this_id): Likewise.
1543 (hppa_frame_unwind_sniffer): Likewise.
1544
f4267320
DJ
15452006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1546
1547 * NEWS: Mention the removal of NLM.
1548
15492006-03-29 Steve Ellcey <sje@cup.hp.com>
1550
1551 * Makefile.in (nlm): Remove target.
1552 * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm.
1553 * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm.
1554 * configure: Regenerate.
1555 * doc/gdb.texinfo: Remove gdbserve.nlm documentation.
1556 * nlm: Remove directory.
1557
698ba934
DJ
15582006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1559
1560 * Makefile.in (utils.o): Update.
1561 * top.c (in_user_command): New.
1562 (command_line_input): Use input_from_terminal_p.
1563 (input_from_terminal_p): Don't check caution. Handle
1564 stdin == NULL for Insight.
1565 * top.h (in_user_command, caution): New declarations.
1566 * utils.c: Include "top.h".
1567 (query, defaulted_query): Check caution here. Move the call
1568 to input_from_terminal_p higher.
1569 * cli/cli-script.c (do_restore_user_call_depth): Only decrement
1570 the depth. Update in_user_command if necessary.
1571 (execute_user_command): Don't clobber old_chain. Set
1572 in_user_command. Let do_restore_user_call_depth handle
1573 user_call_depth.
1574 (read_command_lines): Check whether to prompt before calling
1575 Insight hooks.
1576 * tui/tui-hooks.c (tui_query_hook): Remove newly unnecessary
1577 input_from_terminal_p check.
1578
2f00de94
UW
15792006-03-29 Ulrich Weigand <uweigand@de.ibm.com>
1580
1581 * s390-nat.c (s390_insert_watchpoint): Add missing argument.
1582 (s390_remove_watchpoint): Likewise.
1583
7d30c22d
JB
15842006-03-28 Jim Blandy <jimb@codesourcery.com>
1585
1586 * prologue-value.c, prologue-value.h: New files.
1587 * Makefile.in (prologue_value_h): New variable.
1588 (HFILES_NO_SRCDIR): List prologue-value.h.
1589 (SFILES): List prologue-value.c.
1590 (COMMON_OBS): List prologue-value.o.
1591 (prologue-value.o): New rule.
1592
05c6a9a1
MS
15932006-03-27 Michael Snyder <msnyder@redhat.com>
1594
1595 * xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call,
1596 xstormy16_pointer_to_address, xstormy16_address_to_pointer,
1597 xstormy16_frame_prev_register): Change void* to gdb_byte*.
1598 (xstormy16_push_dummy_call): Add block-local char* val,
1599 to avoid type conflict with outer scope variable.
1600
4e6cbc38
AS
16012006-03-27 Andrew Stubbs <andrew.stubbs@st.com>
1602
1603 * sh-tdep.c (sh_gdbarch_init): Add missing architectures.
1604
75483fbe
NR
16052006-03-27 Nick Roberts <nickrob@snap.net.nz>
1606
1607 * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
1608 offsets for languages like Fortran.
1609
97ce3a05
RC
16102006-03-26 Randolph Chung <tausq@debian.org>
1611
1612 * config/pa/hppa64.mt: Use HPUX version of the tm file.
1613
be85b69f
NR
16142006-03-25 Nick Roberts <nickrob@snap.net.nz>
1615
1616 * mi/gdb-mi.el (gdbmi-send): Improve regexp to repeat commands.
1617 Try to deal with continuation line.
1618 (gdbmi, gdbmi-prompt1, gud-gdbmi-marker-filter): Update to new
1619 variable names.
1620 (gdb-break-list-regexp, gdb-stack-list-frames-regexp):
1621 Future proof against new fields being added to MI output.
1622 (gdbmi-prompt2, gdb-break-list-handler,gdb-get-source-file)
1623 (gdbmi-frame-handler): Update to new variable name
1624 gdb-get-buffer-create.
1625 (gdbmi-frame-handler): Use hollow-right-triangle for all selected
1626 frames which except the innermost (where execution has stopped).
1627
7fc4b1a1
RC
16282006-03-24 Randolph Chung <tausq@debian.org>
1629
1630 * solib-som.c (link_map_start): Don't error out if there is
1631 not yet a link map.
1632
f973ed9c
DJ
16332006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1634
1635 * linux-nat.c (linux_ops_saved): New.
1636 (super_mourn_inferior, kill_inferior, threaded, linux_nat_ops)
1637 (child_mourn_inferior, child_wait, linux_nat_create_inferior)
1638 (linux_nat_fetch_registers, linux_nat_store_registers)
1639 (linux_nat_child_post_startup_inferior, init_linux_nat_ops): Delete.
1640 (init_lwp_list): Don't set threaded.
1641 (add_lwp): Don't modify threaded.
1642 (delete_lwp): Don't mention non-threaded mode.
1643 (linux_nat_switch_fork): New.
1644 (linux_nat_attach): Update inferior_ptid.
1645 (linux_nat_wait): Handle num_lwps == 0 at entry. Don't check
1646 threaded flag.
1647 (linux_nat_kill): Handle pending forks and saved forks.
1648 (linux_nat_mourn_inferior): Handle saved forks.
1649 (linux_nat_pid_to_str): Don't use the LWP form when there is
1650 only one thread.
1651 (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
1652 (linux_nat_add_target): New.
1653 (_initialize_linux_nat): Don't initialize the linux native target
1654 here.
1655 * linux-nat.h (linux_nat_add_target, linux_nat_switch_fork): New
1656 prototypes.
1657 * linux-fork.c: Include "linux-nat.h".
1658 (add_fork): Update initial PID.
1659 (fork_load_infrun_state): Call linux_nat_switch_fork.
1660 * Makefile.in (linux-fork.o): Update.
1661
1662 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
1663 linux_nat_add_target instead of add_target.
1664 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Likewise.
1665 * arm-linux-nat.c (_initialize_arm_linux_nat): Likewise.
1666 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Likewise.
1667 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Likewise.
1668 * i386-linux-nat.c (_initialize_i386_linux_nat): Likewise.
1669 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Likewise.
1670 * m68klinux-nat.c (_initialize_m68k_linux_nat): Likewise.
1671 * mips-linux-nat.c (_initialize_mips_linux_nat): Likewise.
1672 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Likewise.
1673 * s390-nat.c (_initialize_s390_nat): Likewise.
1674 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Likewise.
1675 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Likewise.
1676
791b663b
DJ
16772006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1678
1679 * linux-fork.c: Include "gdb_assert.h".
1680 (fork_load_infrun_state): Set inferior_ptid and stop_pc here.
1681 Update the register cache and selected frame also.
1682 (linux_fork_mourn_inferior): Use fork_load_infrun_state. Return
1683 to single fork mode if necessary.
1684 (linux_fork_context): Remove bits handled by fork_load_infrun_state.
1685 * Makefile.in (linux_fork_h): New.
1686 (linux-fork.o, linux-nat.o): Update.
1687
d311d956
AS
16882006-03-23 Andreas Schwab <schwab@suse.de>
1689
1690 * config/s390/s390.mh (NATDEPFILES): Add linux-fork.o.
1691
a849c9ab
JB
16922006-03-18 Jim Blandy <jimb@codesourcery.com>
1693
1694 * symtab.h (enum address_class): Doc fix.
1695
cf913f37
MS
16962006-03-16 Michael Snyder <msnyder@redhat.com>
1697
712e3020 1698 * tracepoint.c (tracepoint_save_command): Fix typo in error msg.
88c231eb 1699 * target.c (push_target): Fix typo in comment.
94e08568 1700 * remote.c (remote_watch_data_address): Fix typo in comment.
cf913f37
MS
1701 * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
1702
7c699b81
KB
17032006-03-15 Kevin Buettner <kevinb@redhat.com>
1704
1705 * frv-linux-tdep.c (gdbcore.h, regcache.h, regset.h, gdb_string.h):
1706 Include.
1707 (FRV_ELF_NGREG, FRV_PT_PSR, FRV_PT_ISR, FRV_PT_CCR, FRV_PT_CCCR)
1708 (FRV_PT_LR, FRV_PT_LCR, FRV_PT_PC, FRV_PT_GNER0, FRV_PT_GNER1)
1709 (FRV_PT_IACC0H, FRV_PT_IACC0L, FRV_PT_GR, FRV_PT_TBR)
1710 (FRV_PT_EXEC_FDPIC_LOADMAP, FRV_PT_INTERP_FDPIC_LOADMAP): Define.
1711 (frv_elf_greg_t, frv_elf_gregset_t, frv_elf_fpreg_t)
1712 (frv_elf_fpregset_t): Define types.
1713 (frv_linux_supply_gregset, frv_linux_supply_fpregset)
1714 (frv_linux_regset_from_core_section: New functions.
1715 (frv_linux_gregset, frv_linux_fpregset): New static globals.
1716 (frv_linux_init_abi): Register the `regset_from_core_section' method.
1717 * Makefile.in (frv-linux-tdep.o): Update dependencies.
1718 * solib-frv.c (frv_current_sos): Relocate main executable after
1719 loading core file.
1720 (frv_clear_solib): Clean up space associated with
1721 `main_executable_lm_info'.
1722 * config/frv/frv.mt (TDEPFILES): Add corelow.o to this list.
1723
d37eb719
DJ
17242006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1725
1726 * Makefile.in (mips_linux_tdep_h): New.
1727 (mpis-linux-nat.o, mips-linux-tdep.o): Update.
1728 * mips-linux-nat.c: Include "inferior.h", "mips-linux-tdep.h", and
1729 <sys/ptrace.h>.
1730 (have_ptrace_regsets, super_fetch_registers, super_store_registers)
1731 (mips64_linux_regsets_fetch_registers)
1732 (mips64_linux_regsets_store_registers, mips64_linux_fetch_registers)
1733 (mips64_linux_store_registers): New.
1734 (_initialize_mips_linux_nat): Override to_fetch_registers and
1735 to_store_registers.
1736 * mips-linux-tdep.h: New file.
1737 * mips-linux-tdep.c: Include "mips-linux-tdep.c".
1738 (ELF_NGREG, ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t)
1739 (elf_fpregset_t, FPR_BASE, PC, CAUSE, BADVADDR, MMHI, MMLO)
1740 (FPC_CSR, FPC_EIR, EF_REG0, EF_REG31, EF_LO, EF_HI, EF_CP0_EPC)
1741 (EF_CP0_BADVADDR, EF_CP0_STATUS, EF_CP0_CAUSE, EF_SIZE)
1742 (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, mips64_elf_greg_t)
1743 (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
1744 (MIPS64_FPR_BASE, MIPS64_PC, MIPS64_CAUSE, MIPS64_BADVADDR)
1745 (MIPS64_MMHI, MIPS64_MMLO, MIPS64_FPC_CSR, MIPS64_FPC_EIR)
1746 (MIPS64_EF_REG0, MIPS64_EF_REG31, MIPS64_EF_LO, MIPS64_EF_HI)
1747 (MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR, MIPS64_EF_CP0_STATUS)
1748 (MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE): Delete.
1749 (supply_32bit_reg): Use gdb_byte.
1750 (supply_64bit_reg): New.
1751 (mips_supply_gregset, mips_fill_gregset, mips_supply_fpregset)
1752 (mips_fill_fpregset, fetch_core_registers, supply_gregset)
1753 (fill_gregset, supply_fpregset): Update for renamed types.
1754 (mips64_supply_gregset): Use gdb_byte and supply_64bit_reg.
1755 (mips64_fill_gregset): Make global. Handle 32-bit register
1756 sizes.
1757 (mips64_fill_fpregset): Make global. Use gdb_byte. Handle
1758 FP regsets properly.
1759
9f62d0e2
DJ
17602006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1761
1762 * mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset.
1763 (mips_fill_gregset): Renamed from fill_gregset.
1764 (mips_supply_fpregset): Renamed from supply_fpregset.
1765 (mips_fill_fpregset): Renamed from fill_fpregset.
1766 (fetch_core_registers): Update calls.
1767 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): New
1768 functions.
1769
26c53e50
DJ
17702006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1771
1772 * mips-tdep.c (mips_gdbarch_init): Default 64-bit ELF files to N64.
1773
5b652102
DJ
17742006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1775
1776 * mips-tdep.c (is_mips16_addr, mips32_next_pc, add_offset_16):
1777 Correct arithmetic for 64-bit CORE_ADDR.
1778
d05f6826
DJ
17792006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1780
1781 * mips-linux-tdep.c: Include "floatformat.h".
1782 (mips_linux_init_abi): Use 128-bit long double for N32 and N64.
0a407ead
DJ
1783 * mips-tdep.c (mips_n32n64_return_value): Support 128-bit long
1784 double.
d05f6826
DJ
1785 (print_gp_register_row): Don't print spaces before ignored
1786 or floating point registers.
6367c6b1 1787 * Makefile.in (mips-linux-tdep.o): Update.
d05f6826 1788
3e5af19e
DJ
17892006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1790
1791 * mips-mdebug-tdep.c (compare_pdr_entries): Use bfd_get_signed_32
1792 for code addresses.
1793 (non_heuristic_proc_desc): Likewise.
1794
dc60ece8
DJ
17952006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
1796
1797 * mips-linux-nat.c: Include "gdb_proc_service.h".
1798 (PTRACE_GET_THREAD_AREA): Define.
1799 (ps_get_thread_area): New.
1800 * Makefile.in (mips-linux-nat.o): Update.
1801
2f83030f
JB
18022006-03-13 Jim Blandy <jimb@codesourcery.com>
1803
1804 * MAINTAINERS: Use my work address.
1805
56aac7e8 18062006-03-09 Michael Snyder <msnyder@redhat.com>
a9877905 1807
56aac7e8
MS
1808 * linux-nat.c (kill_inferior): Just call target_mourn_inferior
1809 instead of getting tricky for the multi-fork case.
1810 * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid
1811 for each fork, and then use init_fork_list to delete them.
a9877905 1812
831004b7
AO
18132006-03-08 Alexandre Oliva <aoliva@redhat.com>
1814
1815 * solib-svr4.c (svr4_current_sos): Move up initialization of
1816 l_addr, such that it clearly covers all cases.
1817
f1b4b38e
AS
18182006-03-08 Andreas Schwab <schwab@suse.de>
1819
1820 * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of
1821 libunwind_frame_prev_register to use a gdb_byte buffer and
1822 extract_unsigned_integer.
1823 (ia64_libunwind_sigtramp_frame_prev_register): Likewise.
1824
1825 * libunwind-frame.c (libunwind_frame_prev_register): Change type
1826 of last argument to `gdb_byte *'
1827 * libunwind-frame.h: Adjust declaration.
1828
f53f0d0b
PB
18292006-03-08 Paul Brook <paul@codesourcery.com>
1830
1831 * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
1832 (arm_frame_align): New function.
1833 (arm_gdbarch_init): Use it.
1834
b67fd56f
AC
18352006-03-03 Khem Raj <khem@mvista.com>
1836
1837 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
1838 Committed by Andrew Cagney.
1839
a64ae7e0
CV
18402006-03-02 Corinna Vinschen <vinschen@redhat.com>
1841
1842 * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint
1843 address to MDR register.
1844
9733fc94
DJ
18452006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1846
1847 * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive
1848 calls.
1849
4897bfb9
RC
18502006-03-01 Randolph Chung <tausq@debian.org>
1851
1852 * somread.c (som_symfile_read): Update comment and remove unneeded
1853 use of a deprecated variable.
1854
6fcecea0
RC
18552006-03-01 Randolph Chung <tausq@debian.org>
1856
1857 * hppa-tdep.h (unwind_table_entry): Update field names to match HP
1858 runtime specification.
1859 * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise.
1860 (unwind_command): Likewise.
1861
46acf081
RC
18622006-03-01 Randolph Chung <tausq@debian.org>
1863
1864 * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and
1865 Pseudo_SP_Set in unwind record.
1866
477e69e8
RC
18672006-03-01 Randolph Chung <tausq@debian.org>
1868
1869 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
1870 TDEP->is_elf to determine if we are working with a SOM binary.
1871 (null_symtab_and_line): Remove unused variable.
1872 * config/pa/hppa64.mt: Use tm-hppa.h.
1873 * config/pa/tm-hppa64.h: Remove file.
1874
848359ac
WZ
18752006-03-01 Wu Zhou <woodzltc@cn.ibm.com>
1876
1877 * f-typeprint.c (f_type_print_base): Delete the redundant space.
1878
f9ec92b6
KB
18792006-02-28 Kevin Buettner <kevinb@redhat.com>
1880
1881 * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
1882 * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h):
1883 Include.
1884 (am33_linux_sigframe_cache_init): New function.
1885 (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame
1886 descriptions.
1887 (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2)
1888 (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1)
1889 (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0)
1890 (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3)
1891 (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6)
1892 (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR)
1893 (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL)
1894 (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP)
1895 (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT):
1896 New constants.
1897 (am33_linux_init_osabi): Register signal frame unwinders.
1898
e92e42f5
KB
18992006-02-28 Kevin Buettner <kevinb@redhat.com>
1900
1901 * mn10300-tdep.c (mn10300_analyze_prologue): Implement backtrack
1902 out of pattern match by saving relevant state. Fix stack size
1903 adjustment bug.
1904
cc10cae3
AO
19052006-02-28 Alexandre Oliva <aoliva@redhat.com>
1906
1907 * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and
1908 l_ld_size fields.
1909 * solib-svr4.c (struct lm_info): Add l_addr field.
1910 (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR.
1911 (HAS_LM_DYNAMIC_FROM_LINK_MAP): New.
1912 (LM_DYNAMIC_FROM_LINK_MAP): New.
1913 (LM_ADDR_CHECK): New. Use it instead of LM_ADDR.
1914 (svr4_current_sos): Initialize l_addr. Adjust.
1915 (svr4_relocate_section_addresses): Adjust.
1916 (svr4_ilp32_fetch_link_map_offsets): Define new members.
1917 (svr4_lp64_fetch_link_map_offsets): Likewise.
1918 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
1919 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise.
1920 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
1921 * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h).
1922
691342f9
DM
19232006-02-26 David S. Miller <davem@sunset.davemloft.net>
1924
1925 * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
1926 * config/sparc/linux64.mt (TDEPFILES): Likewise.
1927
2c387241
AM
19282006-02-27 Alan Modra <amodra@bigpond.net.au>
1929
1930 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type.
1931 (ppc_linux_remove_watchpoint): Likewise, and args.
1932
3597fb82
MK
19332006-02-26 Mark Kettenis <kettenis@gnu.org>
1934
1935 * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
1936 "soft" interrupts.
1937
637d6690
CW
19382006-02-24 Charles Wilson <cygwin@cwilson.fastmail.fm>
1939
1940 * gdb/defs.h: unconditionally include <fcntl.h>, and
1941 ensure that O_BINARY is defined.
1942 * gdb/solib.c(solib_open): ensure solib files are opened in
1943 binary mode.
1944 * gdb/corelow.c: Remove O_BINARY macro definition.
1945 * gdb/exec.c: Remove O_BINARY macro definition
1946 * gdb/remote-rdp.c: Remove O_BINARY macro definition
1947 * gdb/source.c: Remove O_BINARY macro definition
1948 * gdb/symfile.c: Remove O_BINARY macro definition
1949
9846e541
RC
19502006-02-24 Randolph Chung <tausq@debian.org>
1951
1952 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize
1953 argreg.
1954 * solib-som.c (som_solib_remove_inferior_hook): Remove unused
1955 function.
1956
2a5e440c
WZ
19572006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
1958
1959 * f-exp.y: Symbol '%' is not used as the modulus operator in
1960 Fortran. Delete this from Fortran expression.
1961 It is now used by Fortran 90 and later to access the member
1962 of derived type. Add this into Fortran expression.
1963 * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT.
1964 Print each elements in the derived type.
1965 * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter
1966 level into the function definition to do indented printing. And
1967 call fprintfi_filtered instead to do indented printing.
1968 (f_type_print_base): Replace fprintf_filtered with the indented
1969 version (fprintfi_filtered).
1970 (f_type_print_base): Call indented print_equivalent_f77_float_type.
1971 (f_type_print_base): Add code to handle TYPE_CODE_STRUCT. Print
1972 the definition of the derived type.
1973
92128691
DJ
19742006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1975
1976 * gdb_curses.h: Provide a fallback prototype for tgetnum.
1977
a6205f53
DJ
19782006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1979
1980 * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE
1981 also.
1982 (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT.
1983 (DOUBLEST_SCAN_FORMAT): New.
1984 * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions.
1985 (processReal): Use DOUBLEST_SCAN_FORMAT.
1986 * c-exp.y (parse_number): Likewise.
1987 * jv-exp.y (parse_number): Likewise.
1988 * objc-exp.y (parse_number): Likewise.
1989 * p-exp.y (parse_number): Likewise.
1990
0f0b8dcd
DJ
19912006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1992
1993 * event-top.c (async_do_nothing, async_disconnect)
1994 (async_stop_sig, async_float_handler): Remove duplicated
1995 prototypes.
1996 (handle_sighup): Guard prototype with SIGHUP.
1997 (async_do_nothing): Guard function and prototype with
1998 SIGQUIT || SIGHUP.
1999 (async_disconnect): Guard prototype with SIGHUP.
2000 (async_stop_sig): Guard prototype with STOP_SIGNAL.
2001
4e91d01c
DJ
20022006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
2003
2004 * maint.c (maintenance_dump_me): Remove unnecessary prototype.
2005
1e0600be
DJ
20062006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
2007
2008 * win32-termcap.c (tputs): Return 0.
2009
094a342e
MK
20102006-02-21 Mark Kettenis <kettenis@gnu.org>
2011
2012 * configure.ac: Introduce ---enable-werror, which adds -Werror to
2013 the compiler command line. Enabled by default. Disable with
2014 --disable-werror.
2015 * configure regenerate.
2016
74763737
DJ
20172006-02-21 Daniel Jacobowitz <dan@codesourcery.com>
2018
2019 * elfread.c (elf_symtab_read): Skip symbols which BFD considers
2020 special.
2021
13d35ae5
AS
20222006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
2023
2024 * defs.h (directory_switch): Add prototype.
2025 * main.c (captured_main): Use directory_switch() instead of
2026 directory_command() to add directories from the -d switch.
2027 * source.c (directory_switch): New function.
2028 (add_path): Use buildargv() to parse spaces in filenames properly.
2029 Strip multiple trailing '/' rather than just one.
2030
5b96932b
AS
20312006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
2032
2033 * symfile.c (add_symbol_file_command): Use buildargv(), instead of
2034 hand decoding the command line, to allow use of quotes and spaces.
2035 (_initialize_symfile): Reorganize the help message for add-symbol-file
2036 such that 'help files' shows a better message.
2037
a6b0a3f3
AS
20382006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
2039
2040 * sh-tdep.c (sh_generic_show_regs): Reformat both code and output.
2041 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise.
2042 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise.
2043 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise.
2044
17fbb0bd
DJ
20452006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
2046
2047 * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN
2048 and __SIGRTMIN + 1.
2049
444abaca
DJ
20502006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
2051
2052 * remote.c: Add an enumeration for configurable remote
2053 packets.
2054 (remote_protocol_packets, set_remote_protocol_packet_cmd)
2055 (show_remote_protocol_packet_cmd): New.
2056 (remote_protocol_vcont)
2057 (set_remote_protocol_vcont_packet_cmd)
2058 (show_remote_protocol_vcont_packet_cmd)
2059 (remote_protocol_qSymbol)
2060 (set_remote_protocol_qSymbol_packet_cmd)
2061 (show_remote_protocol_qSymbol_packet_cmd)
2062 (remote_protocol_P, set_remote_protocol_P_packet_cmd)
2063 (show_remote_protocol_P_packet_cmd)
2064 (remote_protocol_Z)
2065 (set_remote_protocol_Z_software_bp_packet_cmd)
2066 (show_remote_protocol_Z_software_bp_packet_cmd)
2067 (set_remote_protocol_Z_hardware_bp_packet_cmd)
2068 (show_remote_protocol_Z_hardware_bp_packet_cmd)
2069 (set_remote_protocol_Z_write_wp_packet_cmd)
2070 (show_remote_protocol_Z_write_wp_packet_cmd)
2071 (set_remote_protocol_Z_read_wp_packet_cmd)
2072 (show_remote_protocol_Z_read_wp_packet_cmd)
2073 (set_remote_protocol_Z_access_wp_packet_cmd)
2074 (show_remote_protocol_Z_access_wp_packet_cmd)
2075 (remote_protocol_binary_download)
2076 (set_remote_protocol_binary_download_cmd)
2077 (show_remote_protocol_binary_download_cmd)
2078 (remote_protocol_qPart_auxv)
2079 (set_remote_protocol_qPart_auxv_packet_cmd)
2080 (show_remote_protocol_qPart_auxv_packet_cmd)
2081 (remote_protocol_qGetTLSAddr)
2082 (set_remote_protocol_qGetTLSAddr_packet_cmd)
2083 (show_remote_protocol_qGetTLSAddr_packet_cmd)
2084 (remote_protocol_p)
2085 (set_remote_protocol_p_packet_cmd)
2086 (show_remote_protocol_p_packet_cmd): Delete.
2087
2088 (init_all_packet_configs): Simplify.
2089 (set_remote_protocol_Z_packet_cmd)
2090 (show_remote_protocol_Z_packet_cmd)
2091 (remote_check_symbols, remote_vcont_probe, remote_vcont_resume)
2092 (remote_fetch_registers, remote_prepare_to_store)
2093 (remote_store_registers, check_binary_download)
2094 (remote_write_bytes, remote_insert_breakpoint)
2095 (remote_remove_breakpoint, remote_insert_watchpoint)
2096 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
2097 (remote_remove_hw_breakpoint, remote_xfer_partial)
2098 (remote_get_thread_local_address): Update for packet array.
2099 (_initialize_remote): Likewise; also update for common
2100 set/show commands.
2101
3bd72c6f
DJ
21022006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
2103
2104 * symfile.c (place_section): Correct retry logic.
2105
a244bdca
CF
21062006-02-19 Christopher Faylor <cgf@timesys.com>
2107
2108 * win32_nat.c (cygwin_load_start): New variable.
2109 (cygwin_load_end): Ditto.
2110 (have_saved_context): Ditto.
2111 (saved_context): Ditto.
2112 (max_dll_name_len): Delete obsolete variable.
2113 (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
2114 if we are in a cygwin signal rather than a windows signal.
2115 (solib_symbols_add): Detect and store beginning and end of cygwin DLL
2116 if dll being loaded is the cygwin DLL.
2117 (register_loaded_dll): Remove calculation of max_dll_name_len.
2118 (win32_clear_solib): Ditto.
2119 (handle_load_dll): Delete obsolete variable. Remove unneeded call to
2120 solib_add.
2121 (handle_output_debug_string): Detect and store signal information sent
2122 by Cygwin here.
2123 (handle_exception): Silently pass on errors in the cygwin DLL. Return
2124 -1 on first pass exception.
2125 (win32_continue): Remove spurious clearing of continue_status.
2126 (get_win32_debug_event): Deal differently first chance exception.
2127
806e23c0
RC
21282006-02-19 Randolph Chung <tausq@debian.org>
2129
2130 * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
2131 unwind entry.
2132
d843c49c
FF
21332006-02-16 Fred Fish <fnf@specifix.com>
2134
2135 * eval.c (evaluate_subexp_standard): For OP_TYPE, return
2136 a non lval value zero, of the appropriate type, when avoiding
2137 side effects.
2138 * typeprint.c (ptype_eval): Remove function and declaration.
2139 (ptype_command): Simplify to just a call to whatis_exp.
2140
1c5bada0
PB
21412006-02-15 Paul Brook <paul@codesourcery.com>
2142
2143 * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
2144 Load insn opcodes as unsigned values.
2145
96c1eda2
AO
21462006-02-14 Alexandre Oliva <aoliva@redhat.com>
2147
2148 * doublest.h (DOUBLEST): Use long double only if we can scan
2149 it in. Undefine HAVE_LONG_DOUBLE otherwise.
2150 (DOUBLEST_FORMAT): New.
2151 * c-exp.y (parse_number): Use it.
2152 * jv-exp.y (parse_number): Likewise.
2153 * objc-exp.y (parse_number): Likewise.
2154 * p-exp.y (parse_number): Likewise.
2155 * varobj.c (free_variable): Silence type-punning warnings.
2156 * tui/tui-data.h (struct tui_list): Change type of list member.
2157 * tui/tui-data.c: Remove no-longer-needed type casts.
2158 (source_windows): Silence type-punning warnings.
2159 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
2160
92dd43fa
MK
21612006-02-13 Mark Kettenis <kettenis@gnu.org>
2162
2163 Fix PR breakpoints/2080.
2164 * i386-tdep.c (struct i386_frame_cache): Add stack_align member.
2165 (i386_analyze_stack_align): New function.
2166 (i386_analyze_prologue): Use i386_analyze_stack_align.
2167 (i386_frame_cache): Deal with stack realignment.
2168
7314787a
NR
21692006-02-14 Nick Roberts <nickrob@snap.net.nz>
2170
2171 * mi/gdb-mi.el: Use more functions from gdb-ui.el.
2172 (gdb-break-list-regexp): Match "what" field if present.
be85b69f 2173 (gdb-stack-list-frames-regexp): Match "from" field if present.
7314787a
NR
2174 (gdb-stack-list-frames-handler): Present output like "info
2175 breakpoints" so regexps can be shared with gdb-ui
2176
0ea3f30e
DJ
21772006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
2178
2179 * NEWS: Mention native Windows support.
2180 * Makefile.in (gdb_select_h, ser_tcp_h): New.
2181 (ALLDEPFILES): Add ser-mingw.c.
2182 (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o)
2183 (ser-tcp.o, ser-unix.o): Update.
2184 (ser-mingw.o): New rule.
2185 * configure: Regenerated.
2186 * configure.ac: Add ser-mingw.o for mingw32.
2187 * ser-mingw.c: New file.
2188 * event-loop.c: Include "gdb_select.h".
2189 (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c.
2190 * ser-base.c: Include "gdb_select.h".
2191 (ser_base_wait_for): Use gdb_select.
2192 * serial.c (serial_for_fd): New function.
2193 (serial_fdopen): Try "terminal" before "hardwire". Initialize
2194 the allocated struct serial.
2195 (serial_wait_handle): New function.
2196 * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
2197 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
2198 * gdb_select.h: New file.
2199 * ser-tcp.c: Include "ser-tcp.h". Remove unused "ser-unix.h" include.
2200 (net_close, net_read_prim, net_write_prim): Make global.
2201 (net_open): Likewise. Pass an exception set to select. Whitespace fix.
2202 Document why we can not use gdb_select.
2203 (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here.
2204 * ser-tcp.h: New file.
2205 * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here.
2206 (handle_sigio): Use gdb_select.
2207 (initialize_stdin_serial): New function.
2208 * terminal.h (initialize_stdin_serial): New prototype.
2209 * top.c (gdb_init): Call initialize_stdin_serial.
2210 * mingw-hdep.c (gdb_select): New function, moved from gdb_select in
2211 event-loop.c. Add exception condition support. Use serial_for_fd
2212 and serial_wait_handle. Fix timeout handling.
2213 * posix-hdep.c: Include "gdb_select.h".
2214 (gdb_select): New function.
2215 * remote-st.c (connect_command): Use gdb_select.
2216 * ser-unix.c: Include "gdb_select.h".
2217 (hardwire_send_break, wait_for): Use gdb_select.
2218
121ce6e5
DJ
22192006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
2220
2221 * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies.
2222 (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c.
2223 * configure.ac: Add gdb_host_obs to CONFIG_OBS. Set gdb_host_obs
2224 to posix-hdep.o by default.
2225 * configure: Regenerated.
2226 * configure.host: Document gdb_host_obs. Add an entry for
2227 i[34567]86-*-mingw32*.
2228 * mingw-hdep.c, posix-hdep.c: New files.
2229 * utils.c (safe_strerror): Remove, moved to posix-hdep.o.
2230
1f82754b
JB
22312006-02-10 Joel Brobecker <brobecker@adacore.com>
2232
2233 * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
2234 * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX.
2235 * rs6000-tdep.h: New file.
2236 * rs6000-tdep.c: Include "rs6000-tdep.h".
2237 (rs6000_gdbarch_init): Remove enabling of software single step.
2238 Will be done in the AIX-specific initialization routine.
2239 * rs6000-aix-tdep.c: New file.
2240 * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o.
2241 * Makefile.in (rs6000_tdep_h): New variable.
2242 (rs6000-tdep.o): Update dependencies.
2243 (rs6000-aix-tdep.o): New rule.
2244
577b7047
JB
22452006-02-10 Joel Brobecker <brobecker@adacore.com>
2246
2247 * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
2248 instead of add_setshow_zinteger_cmd to defined the aix-thread
2249 boolean setting.
2250
ff800d76
NR
22512006-02-10 Nick Roberts <nickrob@snap.net.nz>
2252
2253 * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
2254
5afb4e99
DJ
22552006-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2256
2257 * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
2258 30 bits. Add load_all_dies flag.
2259 (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
2260 Load DW_TAG_member by default. Remove internal_error call.
2261 (find_partial_die): Reload the compilation unit if we can not find
2262 a DIE in the cache. Call internal_error here if we still can not
2263 find the DIE.
2264
a832795c
NR
22652006-02-10 Nick Roberts <nickrob@snap.net.nz>
2266
2267 * breakpoint.c (print_one_breakpoint): Add break to case
2268 bp_catch_vfork in switch statement.
2269
c9dd6fef
WZ
22702006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
2271
2272 * config/i386/nm-i386sol2.h: Update copyright year.
2273 * config/mips/nm-irix5.h: Ditto.
2274 * config/sparc/nm-sol2.h: Ditto.
2275 * s390-nat.c: Ditto.
2276 * ppc-linux-nat.c: Ditto.
2277
2a3cdf79
WZ
22782006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
2279
2280 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
2281 * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
2282 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2283 * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
2284 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2285 * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
2286 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2287 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
2288 (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
2289 (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
2290 add to_region_ok_for_hw_watchpoint.
2291 * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
2292 (s390_region_ok_for_hw_watchpoint): New.
2293 (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
2294 and add to_region_ok_for_hw_watchpoint.
2295 * target.c (default_region_size_ok_for_hw_watchpoint,
2296 debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
2297 (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
2298 inheritance and default_region_size_ok_for_hw_watchpoint.
2299 (default_region_ok_for_hw_watchpoint): If len is less than or equal
2300 the length of void pointer, return ok.
2301 (default_region_size_ok_for_hw_watchpoint): Delete.
2302 (debug_to_region_size_ok_for_hw_watchpoint): Delete.
2303 (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
2304 * target.h (struct target_ops): Delete
2305 to_region_size_ok_for_hw_watchpoint.
2306 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2307
e0d24f8d
WZ
23082006-02-08 Ben Elliston <bje@au1.ibm.com>
2309 Wu Zhou <woodzltc@cn.ibm.com>
2310
2311 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
2312 PTRACE_GETSIGINFO): Define.
2313 (last_stopped_data_address): New.
2314 (ppc_linux_check_watch_resources): New function.
2315 (ppc_linux_region_ok_for_hw_watchpoint): New function.
2316 (ppc_linux_insert_watchpoint): New function.
2317 (ppc_linux_remove_watchpoint): New function.
2318 (ppc_linux_stopped_data_address): New function.
2319 (ppc_linux_stopped_by_watchpoint): New function.
2320 (_initialize_ppc_linux_nat): Set the above hardware watchpoint
2321 related target vectors.
2322 * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
2323 to have nonsteppable watchpoint.
2324 * target.c (default_region_ok_for_hw_watchpoint,
2325 debug_to_region_ok_for_hw_watchpoint): New prototypes.
2326 (update_current_target): Inherit to_region_ok_for_hw_watchpoint
2327 and set default to_region_ok_for_hw_watchpoint.
2328 (default_region_ok_for_hw_watchpoint): New function.
2329 (debug_to_region_ok_for_hw_watchpoint): New function.
2330 (setup_target_debug): Set to_region_ok_for_hw_watchpoint of
2331 debug_target.
2332 * target.h (struct target_ops): Add a new target vector
2333 to_region_ok_for_hw_watchpoint.
2334 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
2335 defined anyplace else.
927890d0 2336
e0d24f8d 23372005-02-07 Joel Brobecker <brobecker@adacore.com>
927890d0
JB
2338 * symfile.c (add_symbol_file_command): Abort if the user forgot
2339 to provide the address when the file has been loaded.
2340
f4d408c6
DJ
23412006-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2342
2343 * MAINTAINERS: Update file based on maintainers survey. Add
2344 a note to Past Maintainers. Move unresponsive or inactive
2345 maintainers to Authorized Committers or Past Maintainers as
2346 appropriate. Correct Jim Kingdon's email address. Remove
2347 vacant areas of responsibility.
2348
38fcd64c
DJ
23492006-02-06 Vladimir Prus <ghost@cs.msu.su>
2350
2351 * breakpoint.c (print_one_breakpoint): For MI-like UI, output
2352 fullname field.
2353
7b871fab
DJ
23542006-02-03 Daniel Jacobowitz <dan@codesourcery.com>
2355
2356 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
2357 * exceptions.c (exception_none, exceptions_state_mc_init)
2358 (throw_vfatal): Use GDB_NO_ERROR.
2359
e4cd0d6a
MK
23602006-02-02 Mark Kettenis <kettenis@gnu.org>
2361
2362 * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
2363 r_map_size members. Add r_version_offset, r_version_size and
2364 r_ldsomap_offset members.
2365 * solib-svr4.c (solib_svr4_r_map): Renamed from
2366 fetch_link_map_member. Simplify using read_memory_typed_address.
2367 (solib_svr4_r_ldsomap): New function.
2368 (open_symbol_file_object): Use solib_svr_r_map.
2369 (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
2370 linker by using solib_svr4_r_ldsomap.
2371 (svr4_ilp32_fetch_link_map_offsets)
2372 (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
2373 link_map_offsets'.
2374 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
2375 changes to `struct link_map_offsets'.
2376 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
2377 (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
2378 `struct link_map_offsets'.
2379
e26af52f
DJ
23802006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2381
2382 * linux-nat.c (struct saved_ptids, threads_to_delete)
2383 (record_dead_thread, prune_lwps, find_thread_from_lwp)
2384 (exit_lwp): New.
2385 (linux_nat_resume): Call prune_lwps.
2386 (wait_lwp, linux_nat_wait): Call exit_lwp.
2387
46e9880c
DJ
23882006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2389
2390 * printcmd.c (printf_command): Make format string checking
2391 stricter. Add separate cases for long_arg, ptr_arg, and
2392 long_double_arg.
2393 * utils.c (xstrvprintf): Improve the error message issued
2394 for a bad format string.
2395 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
2396 New variables.
2397 (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
2398 $(NO_WERROR_CFLAGS).
2399 (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
2400 enable -Werror.
2401
37a105a1
DJ
24022006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2403
2404 * Makefile.in (remote.o): Update.
2405 * remote.c (show_packet_config_cmd): Shorten messages.
2406 (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
2407 (show_remote_cmd): Iterate.
2408 (_initialize_remote): Remove remote_set_cmdlist,
2409 remote_show_cmdlist.
2410
ae5a43e0
DJ
24112006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2412
2413 * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
2414 * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
2415 prototypes.
2416 * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
2417 (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
2418 * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
2419 ...here.
2420 * gdbtypes.c: Include "hashtab.h".
2421 (build_gdbtypes): Remove extra prototype.
2422 (struct type_pair, type_pair_hash, type_pair_eq)
2423 (create_copied_types_hash, copy_type_recursive): New.
2424 * gdbtypes.h: Include "hashtab.h".
2425 (TYPE_ZALLOC): New.
2426 (create_copied_types_hash, copy_type_recursive): New prototypes.
2427 * objfiles.c (free_objfile): Call preserve_values.
2428 * symfile.c (reread_symbols): Likewise.
2429 (clear_symtab_users): Remove calls to clear_value_history and
2430 clear_internalvars.
2431 * value.c (clear_value_history, clear_internalvars): Removed.
2432 (preserve_one_value, preserve_values): New functions.
2433 * value.h (clear_value_history, clear_internalvars): Removed.
2434 (preserve_values): New prototype.
2435
2436 * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
2437 variables here.
2438
b929c77f
MK
24392006-01-29 Mark Kettenis <kettenis@gnu.org>
2440
2441 * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
2442 Fixes PR tdep/2075.
2443
1581f359
JB
24442006-01-27 Joel Brobecker <brobecker@adacore.com>
2445
2446 * MAINTAINERS: Use a consistent email address for brobecker.
2447
37706b70
JB
24482006-01-27 Joel Brobecker <brobecker@adacore.com>
2449
2450 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
2451 in the previous change.
2452
9353355f
DJ
24532006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
2454
2455 PR gdb/1914
2456 * fork-child.c (fork_inferior): Don't call
2457 solib_create_inferior_hook.
2458 * infcmd.c (post_create_inferior): Call solib_add,
2459 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
2460 (attach_command): Don't call solib_add or
2461 re_enable_breakpoints_in_shlibs. Call post_create_inferior
2462 instead.
2463 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
2464 or observer_notify_inferior_created. Call post_create_inferior
2465 instead.
2466 * corelow.c: Don't include "observer.h".
2467 (solib_add_stub): Deleted.
2468 (core_open): Don't call observer_notify_inferior_created or
2469 solib_add_stub. Call post_create_inferior instead.
2470 * inf-ptrace.c: Don't include "observer.h".
2471 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
2472 * inf-ttrace.c: Don't include "observer.h".
2473 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
2474 * inferior.h (solib_create_inferior_hook): Remove redundant
2475 prototype.
2476 * inftarg.c: Don't include "observer.h".
2477 (child_attach): Don't call observer_notify_inferior_created.
2478 * Makefile.in: Update dependencies.
2479
281b533b
DJ
24802006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
2481
2482 * infcmd.c: Include "observer.h".
2483 (post_create_inferior): New function.
2484 (run_command_1): Call it. Also call proceed.
2485 * inferior.h (post_create_inferior): New prototype.
2486 * Makefile.in (infcmd.o): Update.
2487
2488 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
2489 * go32-nat.c (go32_create_inferior): Likewise.
2490 * nto-procfs.c (procfs_create_inferior): Likewise.
2491 * procfs.c (procfs_create_inferior): Likewise.
2492 * remote-sim.c (gdbsim_create_inferior): Likewise.
2493 * remote.c (extended_remote_create_inferior)
2494 (extended_remote_async_create_inferior): Likewise.
2495 * win32-nat.c (win32_create_inferior): Likewise.
2496 * wince.c (child_create_inferior): Likewise.
2497
2498 * monitor.c (monitor_create_inferior): Don't call proceed.
2499 Set the PC manually.
2500 * ocd.c (ocd_create_inferior): Likewise.
2501 * remote-e7000.c (e7000_create_inferior): Likewise.
2502 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
2503 * remote-mips.c (mips_create_inferior): Likewise.
2504 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
2505 * remote-sds.c (sds_create_inferior): Likewise.
2506 * remote-st.c (st2000_create_inferior): Likewise.
2507
2508 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
2509 proceed or observer_notify_inferior_created.
2510 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
2511 * inftarg.c (child_create_inferior): Likewise.
2512
e23fc6de
DJ
25132006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
2514
2515 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
2516 after mourning the inferior.
2517
13d6656b
JB
25182006-01-24 Jim Blandy <jimb@redhat.com>
2519
2520 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
2521
59f92a09
FF
25222006-01-24 Fred Fish <fnf@specifix.com>
2523
2524 * parse.c (source.h): Include.
2525 (parse_exp_in_context): Use static source context if no
2526 other context found.
2527
dda63807
AS
25282006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
2529
2530 * sh-tdep.c: Include reggroups.h.
2531 (sh_register_reggroup_p): New function.
2532 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
2533 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
2534
4b505b12
AS
25352006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
2536
2537 * cli/cli-cmds.c: Include fcntl.h.
2538 (source_command): Use the GDB search path to find script files.
2539
721d14ba
DJ
25402006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
2541
2542 PR tdep/2029
2543 Suggested by Till Straumann <strauman@slac.stanford.edu>:
2544 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
2545 instructions. Handle PIC bcl.
2546
3d64d617
DJ
25472006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
2548
2549 * config/djgpp/README: Typo fix.
2550 * config/djgpp/fnchange.lst: Update.
2551
0a8f48b9
MK
25522006-01-22 Mark Kettenis <kettenis@gnu.org>
2553
c893be75
MK
2554 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
2555 (sparc_address_from_register): New prototype.
2556 (sparcnbsd_step_trap): New prototype.
2557 * sparc-tdep.c (sparc_address_from_register): Make globally
2558 visible.
2559 (sparc_analyze_control_transfer): Change prototype to accept
2560 `struct gdbarch *' as first argument. Allow for optional hnadling
2561 for trap instructions.
2562 (sparc_step_trap): New function.
2563 (sparc_software_single_step): Adjust call to
2564 sparc_analyze_control_trabsfer.
2565 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
2566 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
2567 (sparc32nbsd_init_abi): Set TDEP->step_trap.
2568 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
2569 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
2570
0a8f48b9
MK
2571 * sparc-tdep.c (sparc32_return_value): Convert to use
2572 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
2573 RETURN_VALUE_STRUCT_CONVENTION.
2574 (sparc32_extract_struct_value_address): Remove.
2575
1f3a99d5
DJ
25762006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
2577
2578 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
2579 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
2580
84eb3c4f
DJ
25812006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
2582
2583 * solib.c (info_sharedlibrary_command): Avoid internal_error.
2584
878d9193
MK
25852006-01-21 Mark Kettenis <kettenis@gnu.org>
2586
2587 * i386-tdep.c (i386_mxcsr_type): New variable.
2588 (i386_init_types): Initialize i386_mxcsr_type.
2589 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
2590 * i386-tdep.c (i386_mxcsr_type): New extern.
2591 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
2592 %mxcsr.
2593
acab6ab2
MM
25942006-01-20 Mark Mitchell <mark@codesourcery.com>
2595
2596 * Makefile.in (remote-rdi.o): Remove.
2597 (rdi-share/libangsd.a): Likewise.
2598 * README: Don't mention remote-rdi.c.
2599 * NEWS: Mention removal of rdi-share.
2600 * configure.ac: Don't configure rdi-share subdirectory.
2601 * remote-rdi.c: Remove.
2602 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
2603 (TDEPLIBS): Remove rdi-share/libangsd.a.
2604 * rdi-share/Makefile.am: Remove.
2605 * rdi-share/Makefile.in: Likewise.
2606 * rdi-share/README.CYGNUS: Likewise.
2607 * rdi-share/aclocal.m4: Likewise.
2608 * rdi-share/adp.h: Likewise.
2609 * rdi-share/adperr.h: Likewise.
2610 * rdi-share/angel.h: Likewise.
2611 * rdi-share/angel_bytesex.c: Likewise.
2612 * rdi-share/angel_bytesex.h: Likewise.
2613 * rdi-share/angel_endian.h: Likewise.
2614 * rdi-share/ardi.c: Likewise.
2615 * rdi-share/ardi.h: Likewise.
2616 * rdi-share/armdbg.h: Likewise.
2617 * rdi-share/buffers.h: Likewise.
2618 * rdi-share/chandefs.h: Likewise.
2619 * rdi-share/channels.h: Likewise.
2620 * rdi-share/chanpriv.h: Likewise.
2621 * rdi-share/configure: Likewise.
2622 * rdi-share/configure.in: Likewise.
2623 * rdi-share/crc.c: Likewise.
2624 * rdi-share/crc.h: Likewise.
2625 * rdi-share/dbg_conf.h: Likewise.
2626 * rdi-share/dbg_cp.h: Likewise.
2627 * rdi-share/dbg_hif.h: Likewise.
2628 * rdi-share/dbg_rdi.h: Likewise.
2629 * rdi-share/devclnt.h: Likewise.
2630 * rdi-share/devices.h: Likewise.
2631 * rdi-share/devsw.c: Likewise.
2632 * rdi-share/devsw.h: Likewise.
2633 * rdi-share/drivers.c: Likewise.
2634 * rdi-share/drivers.h: Likewise.
2635 * rdi-share/etherdrv.c: Likewise.
2636 * rdi-share/ethernet.h: Likewise.
2637 * rdi-share/host.h: Likewise.
2638 * rdi-share/hostchan.c: Likewise.
2639 * rdi-share/hostchan.h: Likewise.
2640 * rdi-share/hsys.c: Likewise.
2641 * rdi-share/hsys.h: Likewise.
2642 * rdi-share/logging.c: Likewise.
2643 * rdi-share/logging.h: Likewise.
2644 * rdi-share/msgbuild.c: Likewise.
2645 * rdi-share/msgbuild.h: Likewise.
2646 * rdi-share/params.c: Likewise.
2647 * rdi-share/params.h: Likewise.
2648 * rdi-share/rx.c: Likewise.
2649 * rdi-share/rxtx.h: Likewise.
2650 * rdi-share/serdrv.c: Likewise.
2651 * rdi-share/serpardr.c: Likewise.
2652 * rdi-share/sys.h: Likewise.
2653 * rdi-share/tx.c: Likewise.
2654 * rdi-share/unixcomm.c: Likewise.
2655 * rdi-share/unixcomm.h: Likewise.
2656
4577207e
MK
26572006-01-21 Mark Kettenis <kettenis@gnu.org>
2658
2659 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
2660 Change type of last argument to `gdb_byte *'.
2661
34f55018
MK
26622006-01-20 Mark Kettenis <kettenis@gnu.org>
2663
2664 * hppa-tdep.h (hppa_in_solib_call_trampoline)
2665 (hppa_skip_trampoline_code): New prototypes.
2666 * hppa-tdep.c (struct insn_pattern): New.
2667 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
2668 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
2669 here from hppa-linux-tdep.c
2670 (HPPA_MAX_INSN_PATTERN_LEN): New define.
2671 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
2672 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
2673 functions based on functions removed from hppa-linux-tdep.c.
2674 * hppa-linux-tdep.c (hppa_long_branch_stub)
2675 (hppa_long_branch_pic_stub, hppa_import_stub)
2676 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
2677 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
2678 (hppa_linux_in_solib_call_trampoline)
2679 (hppa_linux_skip_trampoline_code): Removed.
2680 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
2681 hppa_in_solib_call_trampoline and skip_trampoline_code to
2682 hppa_skip_trampoline_code.
2683 * hppabsd-tdep.c (hppabsd_init_abi): Set
2684 TDEP->in_solib_call_trampoline and skip_trampoline_code.
2685
7be93b9e
JB
26862006-01-20 Jim Blandy <jimb@redhat.com>
2687
f408839d
JB
2688 * MAINTAINERS: Change my E-mail address.
2689
7be93b9e
JB
2690 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
2691 * configure: Regenerated.
2692
b2a74f99
DJ
26932006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
2694
2695 * MAINTAINERS: Overhaul.
2696
4f2aea11
MK
26972006-01-18 Mark Kettenis <kettenis@gnu.org>
2698
5ae96ec1
MK
2699 Based on a previous patch form Michal Ludvig:
2700 * amd64-tdep.c (amd64_sse_type): Remove.
2701 (amd64_register_info): Use i386_eflags_type and i386_sse_type
2702 where appropriate.
2703 (AMD64_NUM_REGS): Use ARRAY_SIZE.
2704 (amd64_register_type): Remove code to build amd_sse_type.
2705 * i386-tdep.c (i386_eflag_type): New variable.
2706 (i386_mmx_type, i386_sse_type): Make global.
2707 (i386_init_types): New function.
2708 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
2709 (i386_register_type): Return i386_eflag_type, i386_sse_type and
2710 i386_mmx_type when appropriate.
2711 (_initialize_i386_tdep): Call i386_init_types.
2712 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
2713 Declare extern.
2714
4f2aea11
MK
2715 Based on a previous patch form Michal Ludvig:
2716 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
2717 functions.
2718 (is_integral_type, rank_one_type, recursive_dump_type): Add
2719 support for TYPE_CODE_FLAGS.
2720 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
2721 (append_flags_type_field, init_flags_type): New prototypes.
2722 * ada-valprint.c (ada_val_print_1): Add support for
2723 TYPE_CODE_FLAGS.
2724 * c-valprint.c (c_val_print): Likewise.
2725 * f-valprint.c (f_val_print): Likewise.
2726 * p-valprint.c (pascal_val_print): Likewise.
2727 * valprint.c (val_print_type_code_flags): New function.
2728 * valprint.h (val_print_type_code_flags): New prototype.
2729 * value.c (unpack_long, value_from_longest): Add support for
2730 TYPE_CODE_FLAGS.
2731
4cdb5adf
CF
27322006-01-17 Christopher Faylor <cgf@timesys.com>
2733
2734 * MAINTAINERS: Very belatedly remove myself from from the list of
2735 people caught up in the paper trail.
2736
1193688d
JB
27372006-01-17 Jim Blandy <jimb@redhat.com>
2738
4e38b386
JB
2739 * symtab.h (struct general_symbol_info): Use gdb_byte for
2740 value.bytes.
2741 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
2742 a floating-point constant's value.
2743 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
2744 to char *.
2745 * findvar.c (read_var_value): Eliminate needless temporary.
2746
1193688d
JB
2747 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
2748 to match prior change to dwarf2_read_section's type.
2749
0d1243d9
PG
27502006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
2751
2752 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
2753 * rs6000-tdep.c (insn_changes_sp_or_jumps)
2754 (rs6000_in_function_epilogue_p): New functions.
2755 (rs6000_gdbarch_init): Set in_function_epilogue_p.
2756
fe1b8b76
JB
27572006-01-17 Jim Blandy <jimb@redhat.com>
2758
2759 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
2760 (struct line_header, struct partial_die_info, struct dwarf_block):
2761 Use gdb_byte for members that refer to Dwarf section contents.
2762 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
2763 dwarf_decode_macros, load_comp_unit, load_partial_dies,
2764 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
2765 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
2766 read_8_bytes, read_address, read_attribute, read_attribute_value,
2767 read_comp_unit, read_comp_unit_head, read_die_and_children,
2768 read_die_and_siblings, read_full_die, read_indirect_string,
2769 read_initial_length, read_n_bytes, read_offset, read_partial_die,
2770 read_signed_leb128, read_string, read_unsigned_leb128,
2771 skip_children, skip_leb128, skip_one_die): Same.
2772
a0841d7a
DJ
27732006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
2774
2775 * complaints.c (stop_whining): Make signed.
2776 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
2777
939b2b42
DJ
27782006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
2779
2780 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
2781 notices.
2782
891d2f0b
DJ
27832006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
2784
2785 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
2786 (read_offset): Change BYTES_READ argument to unsigned int.
2787 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
2788 (create_all_comp_units, dwarf2_get_pc_bounds)
2789 (dwarf_decode_line_header, var_decode_location)
2790 (dwarf_decode_macros): Change local BYTES_READ variables to
2791 unsigned int.
2792 (read_indirect_string): Remove obsolete cast.
2793
cfd77fa1
DJ
27942006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
2795
2796 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
2797 argument.
2798 (remote_fileio_func_open, remote_fileio_func_rename)
2799 (remote_fileio_func_unlink, remote_fileio_func_stat)
2800 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
2801 (remote_fileio_func_system): Cast the arguments to
2802 remote_read_bytes and remote_write_bytes.
2803 (remote_fileio_func_read, remote_fileio_func_write): Use a
2804 gdb_byte buffer.
2805 * remote.h (remote_read_bytes, remote_write_bytes): Update
2806 prototypes.
2807 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
2808 (threadref_to_int): Replace bogus char * cast.
2809 (remote_unpack_thread_info_response): Use int for tag.
2810 (remote_threads_extra_info, remote_check_symbols): Cast string
2811 arguments to hex2bin.
2812 (remote_wait): Use a char buffer for packets and a gdb_byte
2813 buffer for registers.
2814 (remote_async_wait): Likewise.
2815 (remote_prepare_to_store, store_register_using_P)
2816 (remote_store_registers): Use gdb_byte buffers.
2817 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
2818 for MYADDR and char buffers for strings.
2819 (remote_xfer_partial): Add casts for string operations on READBUF.
2820 (remote_rcmd): Cast strings passed to bin2hex.
2821
60bf0650
MM
28222006-01-16 Mark Mitchell <mark@codesourcery.com>
2823
2824 * aclocal.m4: Regenerate.
2825
60e81fcc
NS
28262006-01-16 Nathan Sidwell <nathan@codesourcery.com>
2827
2828 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
2829 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
2830 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
2831 (mt_register_name): Lazily synthesize name for coprocessor pseudo
2832 array registers.
2833 (mt_copro_register_type): New. Broken out of ...
2834 (mt_register_type): ... here. Use it. Deal with coprocessor
2835 pseudo array.
2836 (mt_select_coprocessor): New.
2837 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
2838 coprocessor pseudo array.
2839
f365de73
AS
28402006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
2841
2842 * breakpoint.c (insert_breakpoints): Check that a thread exists
2843 before inserting thread specific breakpoints.
2844
9d519230
MK
28452006-01-15 Mark Kettenis <kettenis@gnu.org>
2846
6062517a
MK
2847 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
2848 commit.
2849
9d519230
MK
2850 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
2851 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
2852 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
2853 * config/alpha/nm-nbsd.h: Remove file.
2854 * config/alpha/nm-fbsd.h: Remove file
2855 * config/alpha/nbsd.mh (NAT_FILE): Remove.
2856 * config/alpha/fbsd.mh (NAT_FILE): Remove.
2857
0a029df5
DJ
28582006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2859
2860 * macroexp.c (expand): Initialize argc.
2861 * stabsread.c (read_type): Handle errors from read_args.
2862 (read_args): Return NULL for errors.
2863
1731e543
MK
28642006-01-15 Mark Kettenis <kettenis@gnu.org>
2865
2866 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
2867 strcmp to compare string to a byte buffer.
2868
777ea8f1
DJ
28692006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2870
2871 * printcmd.c (output_command): Always initialize fmt.size.
2872 (printf_command): Use gdb_byte.
2873 * symfile.c (separate_debug_file_exists): Use gdb_byte.
2874 (load_section_callback, read_target_long_array): Likewise.
2875 (simple_read_overlay_table, simple_read_overlay_region_table)
2876 (simple_overlay_update_1): Correct calls to read_target_long_array.
2877 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
2878 Also change local pointers.
2879 (val_print_string): Use gdb_byte.
2880
4b17b389
MK
28812006-01-15 Mark Kettenis <kettenis@gnu.org>
2882
2883 * alphafbsd-tdep.c: Include "solib-svr4.h".
2884 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2885 svr4_lp64_fetch_link_map_offsets.
2886 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
2887 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
2888 solib-svr4.o.
2889 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
2890 and solib-legacy.o.
2891 * config/alpha/nm-fbsd.h: Don't include "solib.h".
2892
bd4109fb
DJ
28932006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2894
2895 * source.c (_initialize_source): Use add_setshow_integer_cmd.
2896
1dce6535
DJ
28972006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2898
2899 * linux-fork.c (delete_fork_command, detach_fork_command): Use
2900 PIDGET.
2901
76a9d10f
MK
29022006-01-15 Mark Kettenis <kettenis@gnu.org>
2903
2904 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
2905 Remove.
2906 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
2907 svr4_ilp32_fetch_link_map_offsets.
2908 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
2909 function.
2910 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
2911 svr4_ilp32_fetch_link_map_offsets.
2912 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
2913 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
2914 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
2915 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
2916 where appropriate.
2917 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
2918 Simply call svr4_ilp32_fetch_link_map_offsets.
2919 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
2920 svr4_lp64_fetch_link_map_offsets.
2921 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
2922 function.
2923 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
2924 svr4_ilp32_fetch_link_map_offsets.
2925 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
2926 (s390x_svr4_fetch_link_map_offsets): Remove functions.
2927 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
2928 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
2929 where appropriate.
2930
469db033
MK
29312006-01-15 Mark Kettenis <kettenis@gnu.org>
2932
25224166
MK
2933 * arm-tdep.c (arm_return_value): Change type of readbuf and
2934 writebuf arguments to `gdb_byte *'.
2935
469db033
MK
2936 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
2937 * Makefile.in (s390-tdep.o): Update dependencies.
2938
4dd7c9f6
MK
29392006-01-14 Mark Kettenis <kettenis@gnu.org>
2940
081bf9da
MK
2941 * sol2-tdep.h. sol2-tdep.c: New files.
2942 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
2943 (amd64_sol2_init_abi): Set skip_solib_resolver.
2944 * i386-sol2-tdep.c: Include "sol2-tdep.h".
2945 (i386_sol2_init_abi): Set skip_solib_resolver.
2946 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
2947 (sparc32_sol2_init_abi): Set skip_solib_resolver.
2948 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
2949 (sparc64_sol2_init_abi): Set skip_solib_resolver.
2950 * Makefile.in (sol2_tdep_h): New variable.
2951 (ALLDEPFILES): Add sol2-tdep.c.
2952 (sol2-tdep.o): New target.
2953 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
2954 (sparc64-sol2-tdep.o): Update dependencies
2955 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
2956 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
2957 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
2958 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
2959
c0f96416
MK
2960 * hppa-linux-tdep.c: Fix copyright indentation.
2961
4dd7c9f6
MK
2962 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
2963 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
2964 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
2965 functions.
2966 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
2967 floating-point registers.
2968
6da86618
MM
29692006-01-13 Mark Mitchell <mark@codesourcery.com>
2970
2971 * event-loop.c (gdb_select): Detect file descriptors that have
2972 been closed.
2973
ed944ce7
MK
29742006-01-13 Mark Kettenis <kettenis@gnu.org>
2975
2976 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
2977 and long_double_format accordingly.
2978
03ee6b2e
PH
29792006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
2980
2981 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
2982 translation problems.
2983 * ada-lang.c (ada_value_struct_elt): Change interface and handling
2984 of errors to avoid translation problem (and less than optimal error
2985 messages).
2986 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
2987 Use new interface to ada_value_struct_elt.
2988 * ada_lang.h (ada_value_struct_elt): Update declaration to new
2989 interface.
2990
2991 * ChangeLog: remove reference to ada-tasks.c from entry of
2992 2006-01-07.
2993
24b06219
MK
29942006-01-11 Mark Kettenis <kettenis@gnu.org>
2995
2996 * remote.c (get_memory_packet_size, set_thread)
2997 (remote_unpack_thread_info_response, remote_get_threadinfo)
2998 (parse_threadlist_response, remote_get_threadlist)
2999 (remote_current_thread, remote_threads_info)
3000 (remote_threads_extra_info, extended_remote_restart, get_offsets)
3001 (remote_check_symbols, remote_open_1, remote_detach)
3002 (remote_async_wait, remote_fetch_registers)
3003 (remote_store_registers, check_binary_download, putpkt_binary)
3004 (remote_insert_breakpoint, remote_insert_watchpoint)
3005 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
3006 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
3007 (packet_command): Remove redundant parenthesis.
3008
15550d6b
MK
30092006-01-10 Mark Kettenis <kettenis@gnu.org>
3010
dfb65433
MK
3011 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
3012 (read_memory_typed_address, write_memory)
3013 (write_memory_unsigned_integer, write_memory_signed_integer): Use
3014 gdb_byte where appropriate.
3015
508416a1
MK
3016 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
3017 'gdb_byte *'.
3018
f6519ebc
MK
3019 * target.h (target_read_memory_partial, target_write_memory_partial):
3020 Change second argument to 'gdb_byte *'.
3021 * target.c (target_xfer_memory_partial): Change third argument to
3022 'gdb_byte *'.
3023 (target_read_memory_partial, target_write_memory_partial): Change
3024 second argument to 'gdb_byte *'.
3025
15550d6b
MK
3026 * linespec.c (decode_objc): Make i1 and i2 unsigned.
3027 (find_method): Set values.sals to NULL.
3028
d7a30af7
MK
30292006-01-09 Mark Kettenis <kettenis@gnu.org>
3030
3031 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
3032 of 'char *' in cast.
3033
e1d5a0d2
PH
30342006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
3035
3036 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
03ee6b2e 3037 * ada-lang.c: I18n markup.
e1d5a0d2
PH
3038 Editorial: change "can not" => "cannot" throughout.
3039
790124be
MK
30402006-01-07 Mark Kettenis <kettenis@gnu.org>
3041
3042 * Makefile.in: Sort dependencies.
3043
3c481fdc
EZ
30442006-01-07 Eli Zaretskii <eliz@gnu.org>
3045
3046 * top.c (control_level): Remove unused variable.
3047
cb5d864f
FF
30482006-01-06 Fred Fish <fnf@specifix.com>
3049
3050 * objfiles.c (source.h): Include.
3051 (free_objfile): Update comment about clear_symtab_users().
3052 (free_objfile): Check all symtabs of objfile being freed and if
3053 one of them is the current source symtab, call
3054 clear_current_source_symtab_and_line().
3055
ac264b3b
MS
30562006-01-04 Michael Snyder <msnyder@redhat.com>
3057
3058 Checkpoint/Restart for Linux.
3059 * linux-nat.c: Add support for debugging multiple forks.
3060 Add #include for linux-fork.h (interface spec).
3061 (super_mourn_inferior): New function pointer.
3062 (child_mourn_inferior): New function / target method.
3063 (linux_target): Claim to_mourn_inferior method pointer.
3064 (child_follow_fork): Call interface to linux-fork, conditionally
3065 add new fork processes to list of debugged processes.
3066 (kill_inferior): Use interface to linux-fork to kill
3067 multiple processes.
3068
3069 * linux-fork.h: New file.
3070 * linux-fork.c: New file. Support for debugging multiple forks
3071 of the same program. Support for checkpoint and restart commands.
3072
3073 * infrun.c (nullify_last_target_wait_ptid): New function.
3074
3075 * Makefile.in: Add linux-fork.
3076 * config/*/linux.mh: Add linux-fork.
3077 * NEWS: Mention new functionality.
3078
f98ce7c2
PH
30792006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
3080
3081 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
3082 Change uses of "illegal" to "invalid".
3083
52ce6436
PH
30842006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
3085
3086 * ada-exp.y: Considerable reorganization to move functionality
3087 from ada-lex.l to here, where it is logically more appropriate.
3088 The original reason, however, was to prevent premature name
3089 lookups for selector names in record aggregates.
3090 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
3091 NAME for all of these.
3092 (VAR): New artificial token to clarify precedence rules.
3093 (OTHERS): New lexeme.
3094 (empty_stoken): New symbol.
3095 (%union): Remove ssym, voidval.
3096 (%type): Remove <voidval> type declarations.
3097 (syntax definitions): Add aggregates.
3098 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
3099 Rename some non-terminals to be closer to reference manual usage.
3100 Tighten up expression syntax to disallow certain non-Ada
3101 constructions such as X and then Y or else Z.
3102 (ada_parse): Remove initialization of left_block_context.
3103 (write_var_from_name): Remove.
3104 (write_var_or_type): New function, containing previous code from
3105 defunct write_var_from_name and name_lookup.
3106 (block_lookup): New function, moved from ada-lex.l
3107 (select_possible_type_sym): New function, factored out of
3108 name_lookup, which used to be in ada-lex.l.
3109 (find_primitive_type): Ditto.
3110 (chop_selector): Ditto.
3111 (write_ambiguous_var): New function, factored out of defunct
3112 write_var_from_name.
3113 (write_selectors): New function.
3114 (write_name_assoc): New function.
3115 (write_exp_op_with_string): New function.
3116
3117 * ada-lex.l (processId): Change interface to return stoken.
3118 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
3119 (block_lookup, name_lookup): Remove. Functionality moved to
3120 ada-exp.y.
3121 (state IN_STRING): Remove.
3122 (rules): Handle string escapes in processString.
3123 Add 'others' token.
3124 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
3125 yylval.sval (as simple strings).
3126 All name look-ups now handled in ada-exp.y.
3127 Introduce "::" (COLONCOLON) token and return as separate token.
3128 (processId): Change return convention. Comment.
3129 Leave leading "'" in place.
3130 (processString): New function.
3131 (find_dot_all): Add note to comment.
3132 Fix problem that allowed match only at the end.
3133
3134 * ada-lang.c: Introduce aggregates.
3135 (find_struct_field): Add new parameter to count fields skipped, and
3136 allow other output parameters to be NULL.
3137 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
3138 new find_struct_field.
3139 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
3140 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
3141 (num_component_specs, assign_component, assign_aggregate):
3142 (aggregate_assign_from_choices,aggregate_assign_positional)
3143 (aggregate_assign_others,add_component_interval):
3144 New functions.
3145 (ada_evaluate_subexp): Declare.
3146 Add aggregate-related operators.
3147 (ada_forward_operator_length): Declare.
3148 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
3149 Consolidate Ada operators, using ada_forward_operator_length.
3150 (ada_search_struct_field): Search in forward order.
3151 (ADA_OPERATORS): Add new aggregate operators.
3152 (ada_operator_length, ada_op_name, ada_forward_operator_length)
3153 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
3154 operators and OP_NAME.
3155 (ada_type_of_array): Use longest_to_int.
3156 (value_assign_to_component): New function.
3157 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
3158 Add OP_NAME case.
3159 (ada_forward_operator_length, ada_dump_subexp_body):
3160 Add OP_STRING case.
3161
3162 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
3163 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
3164
529cad9c
PH
31652006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
3166
3167 * ada-lang.c (process_raise_exception_name): Remove extraneous
3168 definition from unsubmitted code.
3169
3170 (is_lower_alphanum): New function.
3171 (ada_decode): Add support for decoding protected object subprograms
3172 and entries, and of entities declared inside protected object
3173 subprograms.
3174 Also add missing handling for__{DIGITS}+ suffixes.
3175 Allow '$<digits>' as valid overloading suffix.
3176 (is_name_suffix): Add handling for protected type entriy suffixes.
3177 Also add support for protected type subprogram suffixes, but keep
3178 it commented out for now, as there is an ambiguity between these
3179 entities and other internally generated entities.
3180 Allow '$<digits>' as valid overloading suffix.
3181 (is_valid_name_for_wild_match): New function.
3182 (wild_match): Add an exra level of verification of the entity name
3183 before declaring it a match for the given pattern.
3184
3185 (ada_type_of_array, ada_evaluate_subexp): Use more proper
3186 longest_to_int rather than cast.
3187
3188 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
3189
3190 (ada_coerce_to_simple_array): Call check_size to make sure
3191 that the object size is reasonable.
3192
3193 (ada_value_primitive_packed_val): Use correct location in target
3194 buffer for extracting packed record fields that are themselves records.
3195
3196 (add_defn_to_vec): Do not try to replace a stub type by its full
3197 type. Avoids a potential infinite loop.
3198
3199 (ada_lookup_symbol): Move return incorrectly placed return statement,
3200 causing a loop that should be scanning all object files to only
3201 scan the first one.
3202
3203 (ada_tag_name_2): New function.
3204 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
3205 use alternative representation.
3206
3207 (ada_find_renaming_symbol): Strip the function name suffix when
3208 computing the XR type name.
3209
3210 (ada_to_fixed_type): Try determining the tag only if we have the
3211 object's address.
3212 (to_fixed_array_type): Add comments.
3213
3214 (ada_check_typedef): Replace expression checking whether the given
3215 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
3216 consistent.
3217
3218 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
3219 '$' in addition to '.' for runtime auxiliary function name suffixes.
3220 See changes to ada_decode above.
3221
3222 (struct task_control_block): Add field called_task. (This change is
3223 to keep synchronized with our local sources; it does not affect the
3224 public version yet.)
3225
3226 * ada-typeprint.c (ada_print_type): Use int_string for printing
3227 modulus of modular type.
3228
3229 (print_range): Trivial editorial comment fix.
3230
3231 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
3232 double quote in string.
3233
9b799fe6
JB
32342006-01-01 Joel Brobecker <brobecker@adacore.com>
3235
3236 * top.c: Add 2006 to list of copyright years in file header.
3237
0bee0712
JB
32382006-01-01 Joel Brobecker <brobecker@adacore.com>
3239
3240 * top.c (print_gdb_version): Update copyright year to 2006.
3241
13c763f4
JB
32422006-01-01 Roger Sayle <roger@eyesopen.com>
3243 Elena Zannoni <ezannoni@redhat.com>
3244
3245 PR symtab/1651
3246 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
3247 for NULL before assigning this_symtab_psymtab->objfile to objfile.
3248 (scan_xcoff_symtab): Initialize next_symbol_text_func.
3249 (Committed by Jim Blandy)
3250
e50f0da1 3251For older changes see ChangeLog-2005.
c906108c
SS
3252\f
3253Local Variables:
3254mode: change-log
3255left-margin: 8
3256fill-column: 74
3257version-control: never
3258End: