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