* gdbarch.sh: Remove deprecated_register_byte.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * gdbarch.sh: Remove deprecated_register_byte.
4 * gdbarch.c, gdbarch.h: Regenerate.
5 * arch-utils.h (generic_register_size, generic_register_byte): Remove.
6 * arch-utils.c (generic_register_size, generic_register_byte): Remove.
7
8 * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
9 * regcache.c (regcache_valid_p): Allow to query cooked registers in
10 read-only register caches. Make REGCACHE parameter const.
11 (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
12
13 * mi/mi-main.c (old_regs): Remove.
14 (mi_setup_architecture_data, _initialize_mi_main): Remove.
15 (register_changed_p): Reimplement to compare two register caches.
16 (mi_cmd_data_list_changed_registers): Update caller.
17 * mi/mi-main.h (mi_setup_architecture_data): Remove.
18 * mi/mi-interp.c (mi_interpreter_init): Do not call
19 mi_setup_architecture_data.
20
21 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
22
23 * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
24 inline definition at the places the macros are used.
25 * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
26
27 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
28
29 * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
30 "gdb_string.h".
31 (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
32 (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
33 (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
34 (rs6000_aix_regset_from_core_section): New function.
35 (rs6000_aix_init_osabi): Register it.
36 (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
37 sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000.
38 * rs6000-nat.c (CoreRegs): Do not define type.
39 (fetch_core_registers, rs6000_core_fns): Remove.
40 (_initialize_core_rs6000): Do not register it. Rename to ...
41 (_initialize_rs6000_nat): ... this.
42 * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
43
44 2007-04-27 Kevin Buettner <kevinb@redhat.com>
45
46 * dwarf2expr.c (unsigned_address_type): Add forward declaration.
47 (dwarf2_read_address): Sign extend return address as required by
48 target architecture.
49
50 2007-04-27 Kevin Buettner <kevinb@redhat.com>
51
52 * solib-frv.c (lm_base): Bail out if the main executable has
53 not been relocated.
54
55 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
56
57 * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
58 of FPCR register in fpregset.
59
60 2007-04-27 Maciej W. Rozycki <macro@mips.com>
61
62 * Makefile.in (gdbtk-wrapper.o): Update dependencies.
63 (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
64
65 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
66
67 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
68 * rs6000-nat.c (rs6000_wait): New function.
69 (_initialize_core_rs6000): Install it as to_wait target method.
70 * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
71
72 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
73
74 * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
75 * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
76 * rs6000-nat.c (super_create_inferior): New variable.
77 (rs6000_create_inferior): Make static. Adapt argument list. Call
78 original version of create_inferior via super_create_inferior.
79 (_initialize_core_rs6000): Install to_create_inferior target method.
80
81 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
82
83 * aix-thread.c (aix_thread_xfer_memory): Replace by ...
84 (aix_thread_xfer_partial): ... this.
85 (init_aix_thread_ops): Install to_xfer_partial instead
86 of deprecated_xfer_memory target method.
87
88 * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
89 and inftarg.o, add inf-ptrace.o.
90 * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
91 CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
92 * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
93 (fetch_inferior_registers): Rename to ...
94 (rs6000_fetch_inferior_registers): ... this. Make static.
95 (store_inferior_registers): Rename to ...
96 (rs6000_store_inferior_registers): ... this. Make static.
97 (read_word, child_xfer_memory): Remove.
98 (rs6000_xfer_partial): New function.
99 (kernel_u_size): Remove.
100 (_initialize_core_rs6000): Add inf_ptrace-based target.
101 * Makefile.in (rs6000-nat.o): Update dependencies.
102
103 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
104
105 * inf-ptrace.c: Include "gdb_stdint.h".
106 (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as
107 intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
108 (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
109 before casting CORE_ADDR to PTRACE_TYPE_ARG3.
110 (inf_ptrace_store_register): Likewise.
111 * Makefile.in (inf-ptrace.o): Update dependencies.
112
113 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
114
115 * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
116 * configure.tgt (rs6000-*-*): Likewise.
117 * config/rs6000/aix4.mh: Delete file.
118 * config/rs6000/aix4.mt: Delete file.
119 * config/rs6000/rs6000.mh: Delete file.
120 * config/rs6000/rs6000.mt: Delete file.
121
122 * config/powerpc/nm-aix.h: Delete file.
123 * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
124
125 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
126
127 * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
128 Remove obsolete part of comment.
129 (store_regs_user_thread): Use uint32_t temporaries when calling
130 fill_sprs32.
131 (store_regs_kernel_thread): Likewise. Add assertion to verify
132 correct size of struct ptsprs members.
133 (aix_thread_xfer_memory): Fix type of myaddr.
134 (aix_thread_extra_thread_info): Fix compiler warning.
135 * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
136 (fetch_register, store_register): Adapt callers.
137
138 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
139
140 * vec.h (vec_free): Rename to vec_free_. Adapt users.
141
142 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
143
144 * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
145 and "regcache.h".
146 (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
147 (alpha_linux_gregset, alpha_linux_fpregset): New variables.
148 (alpha_linux_regset_from_core_section): New function.
149 (alpha_linux_init_abi): Install it.
150 * alpha-linux-nat.c: Do not include "gdbcore.h". Include
151 "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
152 <sys/procfs.h>, and "gregset.h".
153 (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
154 Move from config/alpha/nm-linux.h.
155 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
156 from alpha-nat.c.
157 (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
158 * alpha-nat.c: Remove #ifdef __linux__ section.
159 (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
160 (_initialize_core_alpha): Do not register alpha_elf_core_fns.
161 (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
162 (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
163 * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
164 (NATDEPFILES): Remove alpha-nat.o.
165 * config/alpha/nm-linux.h: Delete file.
166 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
167 * Makefile.in (alpha-linux-nat.o): Update dependencies.
168 (alpha-linux-tdep.o): Likewise.
169
170 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
171
172 * mips-linux-nat.c: No longer include "gdbcore.h".
173 (mips_linux_register_addr): Move from mips-linux-tdep.c.
174 (mips64_linux_register_addr): Likewise.
175 (mips_linux_register_u_offset): Call mips_linux_register_addr or
176 mips64_linux_register_addr instead of register_addr.
177 * mips-linux-tdep.c (mips_linux_register_addr,
178 mips64_linux_register_addr): Move to mips-linux-nat.c.
179 (register_addr): Remove.
180 (register_addr_data, init_register_addr_data): Remove.
181 (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
182 (set_mips_linux_register_addr): Remove.
183 (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
184 * Makefile.in (mips-linux-nat.o): Update dependencies.
185
186 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
187
188 * linux-nat.c (linux_register_u_offset): Remove.
189 (linux_target_install_ops): New function.
190 (linux_target): Use it.
191 (linux_trad_target): New function.
192 * linux-nat.h (linux_trad_target): Declare.
193
194 * alpha-linux-nat.c: Include "gdbcore.h".
195 (alpha_linux_register_u_offset): New function.
196 (_initialize_alpha_linux_nat): Use linux_trad_target.
197
198 * mips-linux-nat.c: Include "gdbcore.h".
199 (mips_linux_register_u_offset): New function.
200 (_initialize_mips_linux_nat): Use linux_trad_target.
201
202 * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
203 * config/arm/nm-linux.h: Delete file.
204
205 * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
206 * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
207
208 * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
209 * config/ia64/nm-linux.h: Delete file.
210
211 * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
212 * config/m32r/nm-linux.h: Delete file.
213
214 * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
215 * config/m68k/nm-linux.h: Delete file.
216
217 * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
218 * config/pa/nm-linux.h: Delete file.
219
220 * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
221 * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
222 * config/powerpc/nm-linux.h: Delete file.
223
224 * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
225 * config/s390/nm-linux.h: Delete file.
226
227 * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
228 * config/sparc/linux64.mh (NAT_FILE): Likewise.
229 * config/sparc/nm-linux.h: Delete file.
230
231 * Makefile.in (alpha-linux-nat.o): Update dependencies.
232 (mips-linux-nat.o): Likewise.
233
234 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
235
236 * core-aout.c: Delete file.
237 * Makefile.in (ALLDEPFILES): Remove core-aout.c.
238 (core-aout.o): Delete rule.
239 * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
240
241 * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
242
243 * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
244 * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
245 KERNEL_U_ADDR): Remove.
246
247 * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
248 (cannot_fetch_register, cannot_store_register): Remove.
249 (fetch_register): Inline cannot_fetch_register and register_addr.
250 (store_register): Inline cannot_store_register and register_addr.
251 * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
252 * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
253 REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
254 Remove.
255
256 * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
257 (fetch_register): Inline register_addr.
258 (store_register): Inline register_addr.
259 * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
260 * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
261 U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
262
263 * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
264 * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
265 REGISTER_U_ADDR): Remove.
266
267 * hppa-linux-nat.c (register_addr): Rename to ...
268 (hppa_linux_register_addr): ... this. Make static.
269 (fetch_register, store_register): Adapt callers.
270 * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
271
272 * ppc-linux-nat.c (kernel_u_size): Remove.
273 * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
274
275 * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
276 * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
277 (NAT_FILE): Remove.
278 * config/vax/nm-vax.h: Delete file.
279
280 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
281
282 * MAINTAINERS (Write After Approval): Add myself.
283
284 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
285
286 * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
287 * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
288 (m68k_linux_sigcontext_reg_offset): Fix typo.
289 (target_is_uclinux): New.
290 (m68k_linux_inferior_created): New.
291 (m68k_linux_get_sigtramp_info): Check for uClinux or
292 normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
293 uClinux.
294 (_initialize_m68k_linux_tdep): Register
295 m68k_linux_inferior_created.
296
297 2007-04-19 Pedro Alves <pedro_alves@portugalmail.pt>
298
299 * win32-nat.c (win32_detach): Remove delete_command call.
300 Resume inferior with win32_resume instead of win32_continue.
301
302 2007-04-19 Jerome Guitton <guitton@adacore.com>
303
304 * ser-mingw.c (fd_is_file): New function.
305 (file_select_thread): New function.
306 (ser_console_wait_handle): Add special handling for files.
307
308 2007-04-18 Denis Pilat <denis.pilat@st.com>
309
310 * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
311 when missing from DW_TAG_subrange_type. Remove the handling of null
312 return from die_type.
313
314 2007-04-18 Maciej W. Rozycki <macro@mips.com>
315
316 * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
317 change to rearrange some brackets.
318 (mips_n32n64_push_dummy_call): Likewise.
319 (mips_o32_push_dummy_call): Likewise.
320 (mips_o64_push_dummy_call): Likewise.
321
322 2007-04-18 Denis Pilat <denis.pilat@st.com>
323
324 * infcmd.c (post_create_inferior): Start with a call to
325 target_terminal_ours.
326
327 2007-04-17 Maciej W. Rozycki <macro@mips.com>
328
329 * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
330 brackets.
331 (mips_n32n64_push_dummy_call): Likewise. Reformat some
332 expressions.
333 (mips_o32_push_dummy_call): Likewise.
334 (mips_o64_push_dummy_call): Likewise.
335
336 2007-04-17 Maciej W. Rozycki <macro@mips.com>
337
338 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
339 comment.
340
341 2007-04-17 Maciej W. Rozycki <macro@mips.com>
342
343 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
344 comment.
345 (mips_o32_push_dummy_call): Likewise.
346
347 2007-04-17 Andreas Schwab <schwab@suse.de>
348
349 * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
350 sal to be bigger than the end of the function.
351
352 2007-04-17 Maciej W. Rozycki <macro@mips.com>
353 Nigel Stephens <nigel@mips.com>
354
355 * mips-tdep.c (mips_o32_push_dummy_call): Take account of
356 argument alignment requirements when calculating stack space
357 required. When aligning an arg register to eight bytes
358 boundary, align stack_offset too. Write floating-point
359 arguments to the appropriate integer register if need go there.
360 (mips_o64_push_dummy_call): Likewise.
361
362 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
363
364 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
365 "sig" arguments, add "regcache" argument.
366 * gdbarch.c, gdbarch.h: Regenerate.
367
368 * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
369 (handle_inferior_event): Call remove_single_step_breakpoints directly
370 instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
371
372 * alpha-tdep.c (alpha_software_single_step): Update argument list.
373 Remove handling of !insert_breakpoints_p case.
374 * arm-tdep.c (arm_software_single_step): Likewise.
375 * cris-tdep.c (cris_software_single_step): Likewise.
376 * mips-tdep.c (mips_software_single_step): Likewise.
377 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
378 * sparc-tdep.c (sparc_software_single_step): Likewise.
379 * spu-tdep.c (spu_software_single_step): Likewise.
380
381 * alpha-tdep.h (alpha_software_single_step): Update prototype.
382 * mips-tdep.h (mips_software_single_step): Likewise.
383 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
384 * sparc-tdep.h (sparc_software_single_step): Likewise.
385
386 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
387
388 * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
389 when removing single-step breakpoints.
390
391 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
392
393 * varobj.h (varobj_set_frozen): New
394 (varobj_get_frozen): New.
395 (varobj_update): New parameter explicit.
396 * varobj.c (struct varobj): New fields frozen
397 and not_fetched.
398 (varobj_set_frozen, varobj_get_frozen): New.
399 (install_new_value): Don't fetch values for
400 frozen variable object, or children thereof. Allow
401 a frozen variable object to have non-fetched value.
402 (varobj_update): Allow updating child variables.
403 Don't traverse frozen children.
404 (new_variable): Initialize the frozen field.
405 (c_value_of_variable): Return NULL for frozen
406 variable without any value yet.
407 * mi/mi-cmd-var.c (varobj_update_one): New parameter
408 'explicit'.
409 (mi_cmd_var_create): Output the 'frozen' field,
410 as soon as testsuite is adjusted to expect that field.
411 (mi_cmd_var_set_frozen): New.
412 (mi_cmd_var_update): Pass the 'explicit' parameter to
413 varobj_update_one.
414 * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
415 * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
416
417 2007-04-13 Paul Brook <paul@codesourcery.com>
418
419 * target-descriptions.c (tdesc_named_type): Add ieee_single and
420 ieee_double.
421 * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
422
423 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
424
425 * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
426 remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
427 scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
428 ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
429 * Makefile.in: Remove references to deleted files.
430 * README: Do not mention deleted ROM monitor interfaces.
431 * defs.h (enum language): Delete language_scm.
432 * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
433 (dump_subexp_body_standard): Likewise.
434 * parse.c (operator_length_standard): Likewise.
435 * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
436 * remote-mips.c: Do not include remote-utils.h.
437 * remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
438 throughout.
439 * value.c: Do not include scm-lang.h.
440 (unpack_long): Delete scm_unpack call.
441 * config/h8300/h8300.mt, config/mips/embed.mt,
442 config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
443 config/sh/embed.mt, config/sh/linux.mt: Remove references to
444 deleted files.
445 * NEWS: Mention removed files.
446
447 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
448
449 * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
450 * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
451
452 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
453
454 * NEWS: Mention removal of HP aCC support.
455
456 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
457
458 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
459 first entry for static executables.
460 (breakpoint_addr): Delete unused variable.
461 (elf_locate_base): Search for _r_debug in static executables.
462 (enable_break): Do not set breakpoint_addr. Scan solib_break_names
463 also.
464
465 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
466
467 * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
468 (bpstat_what, print_one_breakpoint, allocate_bp_location)
469 (mention): Remove bp_through_sigtramp support.
470 * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
471
472 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
473
474 * breakpoint.c (bpstat_what): Give step-resume higher priority than
475 shlib events.
476
477 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
478
479 * infrun.c: Doc fixes.
480 (handle_inferior_event): Clarify debug message.
481 (insert_step_resume_breakpoint_at_sal): Print a debug message.
482
483 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
484
485 * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
486
487 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
488
489 * config/m68k/tm-monitor.h: Delete file.
490 * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
491 * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
492 call moved to ...
493 * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
494 * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
495
496 2007-04-12 Luis Machado <luisgpm@br.ibm.com>
497
498 * gdbarch.sh (software_single_step): Change the return type
499 from void to int and reformatted some comments to <= 80
500 columns.
501 * gdbarch.c, gdbarch.h: Regenerated.
502 * alpha-tdep.c (alpha_software_single_step): Likewise.
503 * alpha-tdep.h (alpha_software_single_step): Likewise.
504 * arm-tdep.c (arm_software_single_step): Likewise.
505 * cris-tdep.c (cris_software_single_step): Likewise.
506 * mips-tdep.c (mips_software_single_step): Likewise.
507 * mips-tdep.h (mips_software_single_step): Likewise.
508 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
509 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
510 * sparc-tdep.c (sparc_software_single_step): Likewise.
511 * sparc-tdep.h (sparc_software_single_step): Likewise.
512 * spu-tdep.c (spu_software_single_step): Likewise.
513 * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
514 and act accordingly.
515
516 2007-04-11 Steve Ellcey <sje@cup.hp.com>
517
518 * configure.ac (build_warnings): Add -Wno-char-subscripts.
519 * configure: Regenerate.
520 * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
521
522 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
525
526 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
527
528 * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
529 macros.
530 (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
531 distinct on the TYPE_STUB_SUPPORTED debug targets.
532 * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
533
534 2007-04-11 Joel Brobecker <brobecker@adacore.com>
535
536 * sparc-tdep.c (X_RS2): New macro.
537 (sparc_skip_stack_check): New function.
538 (sparc_analyze_prologue): Adjust PC past stack probing
539 sequence if necessary.
540
541 2007-04-10 Andreas Schwab <schwab@suse.de>
542
543 * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
544 register.
545
546 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
547
548 * breakpoint.c (gdb_breakpoint_query): Really return an
549 enum gdb_rc.
550 (gdb_breakpoint): Likewise.
551 * thread.c (gdb_list_thread_ids): Likewise.
552 (gdb_thread_select): Likewise.
553 * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
554 (mi_cmd_thread_list_ids): Remove bogus initialization.
555
556 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
557
558 * Makefile.in (SFILES): Remove hpacc-abi.c.
559 (COMMON_OBS): Remove hpacc-abi.o.
560 (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
561 (hpacc-abi.o, hpread.o): Delete rules.
562 * somread.c: Delete extern declarations from hpread.c.
563 (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
564 (som_symfile_finish): Do not call hpread_symfile_finish.
565 (som_symfile_init): Do not call hpread_symfile_init.
566 * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
567 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
568 * hpacc-abi.c, hpread.c: Deleted.
569
570 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
571
572 * solib-svr4.c (enable_break): Simplify return value.
573 (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
574
575 2007-04-10 Andreas Schwab <schwab@suse.de>
576
577 * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
578 l_ld_size, l_next_size, l_prev_size, l_name_size.
579
580 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
581 to extract addresses from link map.
582 (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
583 (LM_NEXT): Likewise.
584 (LM_NAME): Likewise.
585 (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
586 (elf_locate_base): Likewise.
587 (open_symbol_file_object): Likewise.
588 (svr4_fetch_objfile_link_map): Likewise.
589 (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
590 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
591 l_ld_size.
592 (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
593 (svr4_lp64_fetch_link_map_offsets): Likewise.
594
595 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
596 removed members. Set l_ld_offset to -1 if not present.
597
598 2007-04-08 Vladimir Prus <vladimir@codesourcery.com>
599
600 Pass stderr of program run with "target remote |"
601 via gdb_stderr.
602 * serial.c (serial_open): Set error_fd to -1.
603 * serial.h (struct serial): New field error_fd.
604 (struct serial_opts): New field avail.
605 * ser-pipe.c (pipe_open): Create another pair
606 of sockets. Pass stderr to gdb.
607 * ser-mingw.c (pipe_windows_open): Pass
608 PEX_STDERR_TO_PIPE to pex_run. Initialize
609 sd->error_fd.
610 (pipe_avail): New.
611 (_initialize_ser_windows): Hook pipe_avail.
612 * ser-base.c (generic_readchar): Check if there's
613 anything in stderr channel and route that to gdb_stderr.
614
615 2007-04-03 Pedro Alves <pedro_alves@portugalmail.pt>
616
617 * dbxread.c (read_ofile_symtab): Move current_objfile
618 clearing to after end_stabs.
619
620 2007-04-01 Andreas Schwab <schwab@suse.de>
621
622 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
623 gdbarch instead of current_gdbarch.
624
625 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
626
627 * varobj.c (varobj_create): Keep varobj value
628 NULL when evaluating the type.
629
630 2007-03-31 Pedro Alves <pedro_alves@portugalmail.pt>
631
632 * NEWS: Mention new Windows CE support.
633
634 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
635
636 * configure.tgt: Move mips*-*-pe and sh*-*-pe to
637 the obsoletion stanza.
638 * NEWS: Mention deleted targets.
639
640 * config/sh/tm-wince.h: Remove.
641 * config/sh/wince.mt: Remove.
642 * config/mips/tm-wince.h: Remove.
643 * config/mips/wince.mt: Remove.
644
645 * wince.c: Remove.
646 * wince-stub.c: Remove.
647 * wince-stub.h: Remove.
648 * Makefile.in (wince.o): Remove rule.
649 (wince-stub.o): Likewise.
650
651 * mips-tdep.c (mips_next_pc): Make static.
652 * mips-tdep.h (mips_next_pc): Remove declaration.
653 * arm-tdep.c (arm_pc_is_thumb): Make static.
654 (thumb_get_next_pc): Likewise.
655 (arm_get_next_pc): Likewise.
656 * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
657 (arm_pc_is_thumb): Likewise.
658 (thumb_get_next_pc): Likewise.
659 (arm_get_next_pc): Likewise.
660
661 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
662
663 * MAINTAINERS: Remove d10v entry.
664 * Makefile.in (SFILES): Remove dwarfread.c.
665 (COMMON_OBS): Remove dwarfread.o.
666 (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
667 (remote-est.o, rom68k-rom.o): Delete.
668 * NEWS: Mention removal of d10v, target abug, target cpu32bug,
669 target est, target rom68k, and DWARF 1.
670 * configure.tgt: Mark d10v as removed.
671 * dwarf2read.c: Doc update.
672 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
673 and lnsize.
674 (elf_locate_sections): Do not set them.
675 (elf_symfile_read): Do not call dwarf_build_psymtabs.
676 * symfile.h (dwarf_build_psymtabs): Delete prototype.
677 * config/m68k/monitor.mt (TDEPFILES): Prune.
678 * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
679 remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
680
681 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
682
683 * doublest.c (convert_floatformat_to_doublest): Use
684 floatformat_classify.
685 (floatformat_is_nan): Rename to...
686 (floatformat_classify): ...this. Return more information.
687 * doublest.h (enum float_kind): New.
688 (floatformat_is_nan): Replace prototype...
689 (floatformat_classify): ...with this one.
690 * valprint.c (print_floating): Use floatformat_classify. Handle
691 infinity.
692
693 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
694
695 * README: Mention ISO C library requirement.
696
697 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
698
699 * Makefile.in (SFILES): Remove nlmread.c.
700 (COMMON_OBS): Remove nlmread.o.
701 (nlmread.o): Delete rule.
702 * README: Delete reference to remote-st.c.
703 * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
704 * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
705 GDB_OSABI_LYNXOS.
706 * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
707 (_initialize_i386_tdep): Do not reference them.
708 * nlmread.c: Delete file.
709 * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
710 * target.c: Doc update.
711 * thread.c: Delete commented include.
712 * config/alpha/tm-alpha.h: Doc update.
713
714 2007-03-30 Chris Dearman <chris@mips.com>
715
716 * utils.c (string_to_core_addr): Comment typo.
717
718 2007-03-30 Chris Dearman <chris@mips.com>
719
720 * mips-tdep.c: Comment typo.
721
722 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
723
724 * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
725 * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
726 * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
727 * config/powerpc/nm-ppc64-linux.h: Remove file.
728 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
729 * inferior.h (PTRACE_ARG3_TYPE): Do not define.
730 (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
731 * infptrace.c (call_ptrace): Likewise.
732 * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
733 (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
734 and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
735 (store_register): Likewise.
736
737 2007-03-29 Joel Brobecker <brobecker@adacore.com>
738
739 * Makefile.in (varobj.o): Add missing dependency.
740
741 2007-03-29 Michael Snyder <msnyder@access-company.com>
742
743 * MAINTAINERS: Update my email address.
744
745 2007-03-29 Joel Brobecker <brobecker@adacore.com>
746
747 Add support for exception handling with multiple versions of
748 the Ada runtime:
749 * ada-lang.c: Update general comments on how Ada exception catchpoints
750 are implemented.
751 (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
752 (__gnat_raise_nodefer_with_msg): Delete.
753 (ada_unhandled_exception_name_addr_ftype): New type.
754 (exception_support_info): New type.
755 (ada_unhandled_exception_name_addr): Add forward declaration.
756 (ada_unhandled_exception_name_addr_from_raise): Likewise.
757 (default_exception_support_info): New constant.
758 (exception_support_info_fallback): Likewise.
759 (exception_info): New global variable.
760 (ada_exception_support_info_sniffer): New function.
761 (ada_executable_changed_observer): Likewise.
762 (ada_unhandled_exception_name_addr_from_raise): Renamed from
763 ada_unhandled_exception_name_addr.
764 (ada_unhandled_exception_name_addr): Reimplement to match the
765 latest Ada runtime implementation.
766 (error_breakpoint_runtime_sym_not_found): Delete.
767 (ada_exception_sym_name): Get the exception sym name from
768 exception_info rather than hardcoding it.
769 (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
770 Update error handling.
771 * Makefile.in (ada-lang.o): Add dependency on observer.h.
772
773 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
774
775 * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
776 (remote-st.o, uw-thread.o): Delete.
777 (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
778 * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
779 i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
780 i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
781 i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
782 i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
783 rs6000-*-lynxos* to an obsoletion stanza.
784 * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
785 i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
786 and rs6000-*-lynxos* to an obsoletion stanza. Do not mention
787 i[34567]86-*-netware*.
788 * NEWS: Mention deleted targets.
789
790 * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
791 uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
792 config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
793 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
794 config/i386/ncr3000.mh, config/i386/ncr3000.mt,
795 config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
796 config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
797 config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
798 config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
799 config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
800 config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
801 config/rs6000/tm-rs6000ly.h: Delete files.
802
803 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
804
805 * defs.h (deprecated_registers_changed_hook): Delete declaration.
806 * interps.c (clear_interpreter_hooks): Do not clear
807 deprecated_registers_changed_hook.
808 * regcache.c (registers_changed): Do not call it.
809 * top.c (deprecated_registers_changed_hook): Do not define it.
810 * mi/mi-interp.c (mi_command_loop): Do not clear it.
811 * tui/tui-hooks.c (tui_install_hooks): Do not install it.
812 (tui_remove_hooks): Do not remove it.
813 (tui_selected_frame_level_changed_hook): Check for negative level.
814 Use get_selected_frame.
815 (tui_registers_changed_hook): Deleted.
816
817 2007-03-29 Joel Brobecker <brobecker@adacore.com>
818
819 * stabsread.c (add_undefined_type): Add extra parameter.
820 Now handles nameless types separately.
821 (struct nat): New type.
822 (noname_undefs, noname_undefs_allocated, noname_undefs_length):
823 New static variables.
824 (read_type): Update calls to add_undefined_type.
825 (add_undefined_type_noname): New function.
826 (add_undefined_type_1): Renames from add_undefined_type.
827 (cleanup_undefined_types_noname): New function.
828 (cleanup_undefined_types_1): Renames cleanup_undefined_types.
829 (cleanup_undefined_types): New handles nameless types separately.
830 (_initialize_stabsread): Initialize our new static constants.
831
832 2007-03-29 Denis Pilat <denis.pilat@st.com>
833
834 * configure.ac: Test for signal.h.
835 * configure, config.in: Regenerate.
836
837 2007-03-29 Denis Pilat <denis.pilat@st.com>
838
839 * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
840 * infrun.c (normal_stop): Remove MI specific frame printing treatment.
841
842 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
843
844 * arm-wince-tdep.c: New.
845 * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
846 (MT_CFLAGS): Delete.
847 (TM_CLIBS): Delete.
848 (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
849 solib-legacy.o, solib-svr4.o, and remove wince.o.
850 * configure.tgt (arm*-*-mingw32ce*): Add.
851 * signals/signals.c [HAVE_SIGNAL_H]: Check.
852 (do_target_signal_to_host): Silence 'not used' warning.
853 * config/arm/tm-wince.h: Remove.
854
855 2007-03-28 Ulrich Weigand <uweigand@de.ibm.com>
856
857 * arch-utils.c (legacy_pc_in_sigtramp): Remove.
858 * arch-utils.h (legacy_pc_in_sigtramp): Remove.
859
860 * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
861 * config/ia64/tm-linux.h: Remove file.
862 * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
863 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
864 legacy_pc_in_sigtramp.
865 (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
866 * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
867 Remove func_name argument.
868 (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
869
870 * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
871 * target.c (update_current_target): Add to_have_steppable_watchpoint.
872 * target.h (struct target_ops): Add to_have_steppable_watchpoint.
873 (HAVE_STEPPABLE_WATCHPOINT): Define.
874
875 * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
876 * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
877 CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
878 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
879 STOPPED_BY_WATCHPOINT, target_stopped_data_address,
880 target_insert_watchpoint, target_remove_watchpoint): Remove.
881 (FETCH_INFERIOR_REGISTERS): Define.
882 * ia64-linux-nat.c (ia64_register_addr): Make static.
883 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
884 (ia64_linux_insert_watchpoint): Make static. Remove ptid_p argument.
885 (ia64_linux_remove_watchpoint): Likewise. Add type argument.
886 (ia64_linux_stopped_data_address): Make static. Add target_ops.
887 (ia64_linux_stopped_by_watchpoint): Make static.
888 (ia64_linux_can_use_hw_breakpoint): New function.
889 (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
890 (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
891 (_initialize_ia64_linux_nat): Install register and watchpoint ops.
892
893 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
894
895 * linespec.c: Include language.h.
896 (find_methods): Add language parameter. Call
897 lookup_symbol_in_language. Pass language down.
898 (add_matching_methods): Likewise. Call
899 lookup_symbol_in_language.
900 (add_constructors): Likewise.
901 (find_method): Pass sym_class to collect_methods.
902 (collect_methods): Add sym_class parameter. Pass language
903 down.
904 * symtab.c (lookup_symbol): Rename to ...
905 (lookup_symbol_in_language): ... this. Add language
906 parameter. Use passed language instead of current_language.
907 (lookup_symbol): New as wrapper around
908 lookup_symbol_in_language.
909 (lookup_symbol_aux): Add language parameter. Use passed
910 language instead of current_language.
911 (search_symbols): Indent.
912 * symtab.h (enum language): Forward declare.
913 (lookup_symbol_in_language): Declare.
914 (lookup_symbol): Update description.
915 * ada-lang.h (lookup_symbol_in_language): Remove declaration.
916 * ada-lang.c (restore_language): Remove.
917 (lookup_symbol_in_language): Remove.
918
919 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
920
921 * breakpoint.c (bpstat_num): Add int *num parameter.
922 * breakpoint.h (bpstat_num): Likewise.
923 * infcmd.c (continue_command): Adjust to new bpstat_num
924 interface.
925 (program_info): Likewise.
926
927 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
928
929 * config/sh/tm-sh.h: Remove file.
930 * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
931 * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
932 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
933 * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
934
935 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
936
937 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
938 DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
939 * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
940 DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
941 * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
942 sequence if target_shortname is "remote".
943
944 2007-03-27 Anton Blanchard <anton@samba.org>
945
946 * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
947 instead of wordsize when looking for the LR in a stack frame.
948
949 2007-03-27 Andreas Schwab <schwab@suse.de>
950 Daniel Jacobowitz <dan@codesourcery.com>
951
952 * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
953 (dwarf2_frame_adjust_regnum): ...this. Make static. Add eh_frame_p
954 argument. Update all callers.
955 (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
956 (dwarf2_frame_set_eh_frame_regnum): Rename to...
957 (dwarf2_frame_set_adjust_regnum): ...this. Update argument type.
958 * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
959 (dwarf2_frame_set_adjust_regnum): ...this.
960 (dwarf2_frame_eh_frame_regnum): Delete prototype.
961 * rs6000-tdep.c: Include "dwarf2-frame.h".
962 (rs6000_adjust_frame_regnum): Define.
963 (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
964 Register rs6000_adjust_frame_regnum.
965
966 * Makefile.in (rs6000-tdep.o): Update dependencies.
967
968 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
969
970 * Makefile.in: Add support for a "pdf" target.
971
972 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
973
974 * amd64-tdep.c (amd64_init_frame_cache): New function.
975 (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
976
977 2007-03-26 Nigel Stephens <nigel@mips.com>
978 Maciej W. Rozycki <macro@mips.com>
979
980 * ui-out.c (ui_out_field_core_addr): Truncate address to
981 TARGET_ADDR_BIT size before printing.
982
983 2007-03-22 Nigel Stephens <nigel@mips.com>
984 Maciej W. Rozycki <macro@mips.com>
985
986 * remote-mips.c (mips_xfer_memory): Update prototype.
987
988 2007-03-22 Joel Brobecker <brobecker@adacore.com>
989
990 * symfile.h: #include "symtab.h"
991
992 2007-03-22 Denis Pilat <denis.pilat@st.com>
993
994 * utils.c (pagination_on_command, pagination_off_command):
995 Remove useless prototypes.
996
997 2007-03-21 Pierre Muller <muller@ics.u-strasbg.fr>
998
999 Fix PR pascal/2232.
1000 * p-valprint.c (pascal_object_print_value): Use type_name_no_tag
1001 instead of TYPE_NAME for object base class name.
1002
1003
1004 2007-03-19 Kevin Buettner <kevinb@redhat.com>
1005
1006 * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
1007 Specify frame type in calls to frame_func_unwind().
1008
1009 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
1010
1011 * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
1012 (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
1013 (refine_prologue_limit): Delete.
1014 (skip_prologue): Don't call it. Use extract_unsigned_integer.
1015 Assume lim_pc is set. Correct check for incomplete prologues.
1016 Do not skip clobbers of the frame pointer.
1017 * symtab.c (skip_prologue_using_sal): Fail if there is only one
1018 sal.
1019
1020 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
1021
1022 * frame.c (frame_pop): Check to see whether there's a frame to
1023 which we can pop first.
1024
1025 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
1026
1027 * MAINTAINERS (Write After Approval): Add myself.
1028
1029 2007-03-09 Markus Deuling <deuling@de.ibm.com>
1030
1031 * infrun.c (breakpoints_failed): Remove unnecessary variable.
1032 (handle_inferior_event): Remove unnecessary braces.
1033 * breakpoint.c (bpstat_what): Remove wrong comment.
1034
1035 2007-03-09 Ulrich Weigand <uweigand@de.ibm.com>
1036
1037 * spu-tdep.c (spu_in_function_epilogue_p): New function.
1038 (spu_gdbarch_init): Install it.
1039
1040 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
1041
1042 * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
1043 object types, not 0.
1044
1045 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
1046
1047 * spu-tdep.c (spu_frame_align): New function.
1048 (spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
1049
1050 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
1051
1052 * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
1053 (spu_software_single_step): Likewise.
1054 (spu_read_pc, spu_write_pc): New functions.
1055 (spu_gdbarch_init): Install them.
1056
1057 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
1058
1059 * cli/cli-dump.c (struct callback_data): load_offset needs to
1060 have signed long type.
1061
1062 2007-03-07 Joel Brobecker <brobecker@adacore.com>
1063
1064 * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
1065 Revert the previous change that had some unexpected side-effects
1066 on mips32.
1067 (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
1068 function to get the address of the calling instruction.
1069
1070 2007-03-07 Denis Pilat <denis.pilat@st.com>
1071
1072 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
1073 get_selected_frame by deprecated_safe_get_selected_frame.
1074
1075 2007-03-02 Mark Kettenis <kettenis@gnu.org>
1076
1077 * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
1078 "gdb_string.h". Don't include "nbsd-tdep.h".
1079 (SIZEOF_STRUCT_REG): Remove.
1080 (SHNBSD_SIZEOF_GREGS): New.
1081 (shnbsd_supply_gregset, shnbsd_collect_gregset)
1082 (shnbsd_regset_from_core_section): New functions.
1083 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1084 (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
1085 shnbsd_supply_gregset, shnbsd_collect_gregset.
1086 (shnbsd_gregset): New variable.
1087 (shnbsd_init_abi): Set regset_from_core_section.
1088 (GDB_OSABI_NETBSD_CORE): New define.
1089 (shnbsd_core_osabi_sniffer): New function.
1090 (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
1091 * Makefile.in (shnbsd-tdep.o): Update dependencies.
1092 * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
1093 nbsd-tdep.o.
1094 * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
1095
1096 2007-02-28 Joel Brobecker <brobecker@adacore.com>
1097
1098 * gdbtypes.c (replace_type): Fix typo that caused us to not update
1099 length of the types referenced by the new type CV ring.
1100
1101 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1102
1103 * frame.c (frame_pop, frame_observer_target_changed): Call
1104 reinit_frame_cache.
1105 (flush_cached_frames): Rename to reinit_frame_cache and delete
1106 old implementation.
1107 * frame.h (flush_cached_frames): Delete prototype and update comment.
1108
1109 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
1110 reinit_frame_cache instead of flush_cached_frames. Do not call
1111 select_frame after reinit_frame_cache.
1112 * corelow.c (core_open): Likewise.
1113 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
1114 * infrun.c (prepare_to_proceed, context_switch)
1115 (handle_inferior_event): Likewise.
1116 * linux-fork.c (fork_load_infrun_state): Likewise.
1117 * ocd.c (ocd_start_remote): Likewise.
1118 * remote-e7000.c (e7000_start_remote): Likewise.
1119 * remote-mips.c (device): Likewise.
1120 * thread.c (switch_to_thread): Likewise.
1121 * tracepoint.c (finish_tfind_command): Likewise.
1122 * gdbarch.c: Regenerated.
1123
1124 2007-02-28 Jerome Guitton <guitton@adacore.com>
1125 Joel Brobecker <brobecker@adacore.com>
1126
1127 * gdbtypes.c (check_typedef): Do not replace stub type if
1128 the resolved type is not defined in the same objfile.
1129
1130 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1131
1132 * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
1133
1134 2007-02-28 Joel Brobecker <brobecker@adacore.com>
1135
1136 * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
1137 symbol for Ada units when the symbol is defined using 't' rather
1138 than 'Tt' as symbol descriptor.
1139
1140 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1141
1142 * config/mips/tm-nbsd.h: Delete file.
1143 * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
1144 * config/sh/tm-nbsd.h: Delete file.
1145 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
1146
1147 2007-02-28 Joel Brobecker <brobecker@adacore.com>
1148
1149 * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
1150 unused WRONG_PARAM value since it was recently deleted.
1151
1152 2007-02-28 Vladimir Prus <vladimir@codesourcery.com>
1153
1154 * varobj.c (varobj_update): Free temporary vectors.
1155
1156 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1157
1158 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
1159 * config/powerpc/tm-linux.h: Delete file.
1160 * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
1161 (PROCESS_LINENUMBER_HOOK): Do not undefine.
1162 (TEXT_SEGMENT_BASE): Do not redefine.
1163 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
1164 from config/rs6000/tm-rs6000.h.
1165 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
1166 * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
1167 (TEXT_SEGMENT_BASE): Remove.
1168 (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
1169 (rs6000_in_solib_return_trampoline): Remove.
1170 (SKIP_TRAMPOLINE_CODE): Remove.
1171 (rs6000_skip_trampoline_code): Remove.
1172 (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
1173 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
1174 (FP0_REGNUM): Remove.
1175 (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
1176 (rs6000_set_host_arch_hook): Remove.
1177 * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
1178 (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
1179 * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
1180 * rs6000-aix-tdep.c: Include "ppc-tdep.h".
1181 (rs6000_aix_init_osabi): Set text_segment_base tdep field.
1182 * rs6000-nat.c: Include "rs6000-tdep.h".
1183 (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
1184 (set_host_arch): Rename to ...
1185 (rs6000_create_inferior): ... this. Make public.
1186 (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
1187 * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
1188 (rs6000_create_inferior): Remove.
1189 (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
1190 (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
1191 set_gdbarch_in_solib_return_trampoline, and
1192 set_gdbarch_skip_trampoline_code.
1193 * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
1194 from config/rs6000/tm-rs6000.h.
1195
1196 2007-02-27 Joel Brobecker <brobecker@adacore.com>
1197
1198 * buildsym.c (record_producer): Do nothing if no producer is provided.
1199
1200 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
1201
1202 * varobj.c (varobj_update): Remove unused local. Use gdb_assert
1203 to check changelist is non-NULL. Call error if the frontend tries
1204 to update a non-root variable.
1205
1206 * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
1207
1208 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1209
1210 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
1211 (dwarf2_frame_sniffer): Update.
1212 (dwarf2_signal_frame_this_id): New function.
1213 (dwarf2_signal_frame_unwind): Use it.
1214 (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
1215 * frame.c (frame_func_unwind): Add this_type argument.
1216 (get_frame_func): Update.
1217 (frame_unwind_address_in_block): Add this_type argument and check it.
1218 Fix a typo.
1219 (get_frame_address_in_block): Update.
1220 * frame.h (enum frame_type): Move higher in the file.
1221 (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
1222 argument.
1223
1224 * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
1225 arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
1226 hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
1227 libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
1228 m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
1229 mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
1230 score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
1231 sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
1232 xstormy16-tdep.c, xtensa-tdep.c: Update calls to
1233 frame_func_unwind and frame_unwind_address_in_block to specify
1234 the frame type. Use frame_unwind_address_in_block instead of
1235 frame_pc_unwind in sniffers.
1236
1237 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1238
1239 * frame.c (deprecated_selected_frame): Rename to...
1240 (selected_frame): ...this. Make static.
1241 (get_selected_frame, select_frame): Update.
1242 * frame.h (deprected_select_frame): Delete.
1243 (deprecated_safe_get_selected_frame): Update comments.
1244
1245 * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
1246 infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
1247 tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
1248 parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
1249 tui/tui.c: Replace references to deprecated_selected_frame.
1250
1251 2007-02-27 Fred Fish <fnf@specifix.com>
1252
1253 * rs6000-tdep.c (skip_prologue): Recognize addi instructions that
1254 directly decrement the stack pointer, accumulate their operand into
1255 the stack offset, and mark the function as not being frameless.
1256
1257 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1258
1259 * arch-utils.c (selected_byte_order): New.
1260 * arch-utils.h (selected_byte_order): New prototype.
1261 * remote-sim.c (gdbsim_open): Use selected_byte_order.
1262
1263 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1264
1265 * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
1266 (default_symfile_offsets): Check VMA here. Update section VMAs.
1267
1268 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1269
1270 * remote.c (init_remote_state): Add special handling for placeholder
1271 registers.
1272
1273 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1274
1275 * Makefile.in (XMLFILES): Include $(TDEP_XML).
1276 (filenames_h): New variable.
1277 (clean): Clean up xml-builtin.c and stamp-xml.
1278 (arm-linux-nat.o): Update.
1279 * config/arm/linux.mh (TDEP_XML): Define.
1280 * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
1281 (arm_linux_has_wmmx_registers): New.
1282 (GET_THREAD_ID): Fix typo.
1283 (IWMMXT_REGS_SIZE): Define.
1284 (fetch_wmmx_regs, store_wmmx_regs): New.
1285 (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
1286 (arm_linux_store_inferior_registers): Use store_wmmx_regs.
1287 (super_xfer_partial, arm_linux_xfer_partial): New.
1288 (_initialize_arm_linux_nat): Use them.
1289 * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
1290 (xml_builtin_xfer_partial): New function.
1291 * xml-support.h (xml_builtin_xfer_partial): New prototype.
1292 * NEWS: Update mention of iWMMXt support.
1293
1294 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1295
1296 * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
1297 if there are no FPA registers.
1298 (arm_dwarf_reg_to_regnum): New function.
1299 (arm_register_type, arm_register_name): Return minimal values for
1300 unsupported registers.
1301 (arm_register_sim_regno): Handle iWMMXt registers.
1302 (arm_gdbarch_init): Record missing FPA registers if indicated by
1303 a target description. Recognize iWMMXt registers. Only register
1304 "info float" for FPA. Use ARM_NUM_REGS. Register
1305 arm_dwarf_reg_to_regnum.
1306 * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
1307 constants.
1308 (struct gdbarch_tdep): Add have_fpa_registers.
1309 * features/xscale-iwmmxt.xml: Update capitalization.
1310 * regformats/arm-with-iwmmxt.dat: Regenerated.
1311
1312 2007-02-24 Kevin Buettner <kevinb@redhat.com>
1313
1314 * NEWS (New targets): Add entry for the Toshiba Media Processor.
1315
1316 2007-02-23 Kevin Buettner <kevinb@redhat.com>
1317
1318 * MAINTAINERS (mep): New target.
1319
1320 2007-02-23 Kevin Buettner <kevinb@redhat.com>
1321
1322 From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
1323 Richard Sandiford:
1324 * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
1325 (mep-tdep.o): New rule.
1326 * configure.tgt (mep-*-*): New target.
1327 * mep-tdep.c: New file.
1328 * config/mep/mep.mt: New file.
1329
1330 2007-02-22 Markus Deuling <deuling@de.ibm.com>
1331
1332 * infrun.c (inferior_stop_reason, print_stop_reason): Remove
1333 BREAKPOINT_HIT and STOP_UNKNOWN.
1334
1335 2007-02-22 Markus Deuling <deuling@de.ibm.com>
1336
1337 * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
1338
1339 2007-02-20 Joel Brobecker <brobecker@adacore.com>
1340
1341 * gdb_expat.h (XMLCALL): Define if not already defined.
1342
1343 2007-02-20 Andreas Schwab <schwab@suse.de>
1344
1345 * Makefile.in (symfile.o): Update dependencies.
1346
1347 2007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
1348
1349 * MAINTAINERS: Disable -Werror for cris simulator. Build
1350 sparc64-solaris2.10 instead of the broken sparc-elf.
1351 * solib-frv.c: Include "solib.h".
1352 * Makefile.in (solib-frv.o): Update.
1353 * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
1354 * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
1355 (xtensa_frame_this_id, xtensa_frame_prev_register)
1356 (xtensa_push_dummy_call): Use %p.
1357
1358 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1359
1360 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
1361 ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
1362 sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
1363 * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
1364 (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
1365 (sparc-linux-tdep.o): Update.
1366
1367 2007-02-15 Maxim Grigoriev <maxim2405@gmail.com>
1368
1369 * xtensa-tdep.h (xtensa_reg_mask_t): New.
1370 (xtensa_mask_t): Change mask field to be a separate array.
1371 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
1372 (xtensa_pseudo_register_write, xtensa_unwind_pc)
1373 (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
1374 (xtensa_breakpoint_from_pc): Remove implicit type casting.
1375 * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
1376 (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
1377 (mask14, mask15): Rename to
1378 (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
1379 (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
1380 (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
1381 (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
1382 (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
1383 (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
1384 (xtensa_submask8, xtensa_submask9, xtensa_submask10)
1385 (xtensa_submask11, xtensa_submask12, xtensa_submask13)
1386 (xtensa_submask14, xtensa_submask15): New.
1387 (rmap): Follow strict aliasing rules doing static initialization.
1388
1389 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1390
1391 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
1392 handling from here...
1393 (tdesc_register_type): ...to here.
1394 * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
1395 * features/arm-core.xml: Use code_ptr and data_ptr.
1396
1397 2007-02-13 Denis Pilat <denis.pilat@st.com>
1398
1399 * varobj.h (enum varobj_update_error): New enum.
1400 * varobj.c (struct varobj_root): Add is_valid member.
1401 (varobj_get_type): Check for invalid varobj.
1402 (varobj_get_attributes): Likewise.
1403 (variable_editable):Likewise.
1404 (varobj_update): Likewise. Use varobj_update_error.
1405 (new_root_variable): Set root varobj as valid by default.
1406 (varobj_invalidate): New function.
1407 * symfile.c (clear_symtab_users): Use varobj_invalidate.
1408 * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
1409 Use varobj_update_error.
1410
1411 2007-02-12 Pierre Muller <muller@ics.u-strasbg.fr>
1412
1413 Fix PR pascal/2223.
1414 * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
1415 Pascal language marker.
1416 * dwarf2read.c (set_cu_language): Likewise.
1417
1418 2007-02-12 Corinna Vinschen <vinschen@redhat.com>
1419
1420 * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
1421 (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
1422 instead of target_terminal_init since inferior_ptid isn't set yet.
1423
1424 2007-02-10 Pedro Alves <pedro_alves@portugalmail.pt>
1425
1426 * MAINTAINERS (Write After Approval): Add myself.
1427
1428 2007-02-09 Fred Fish <fnf@specifix.com>
1429
1430 Based on work by Apple Computer, Inc.
1431 * event-top.c (async_request_quit): Call quit() whenever either
1432 quit_flag is set or immediate_quit is set.
1433
1434 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
1435
1436 * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
1437 type to a pointer to const struct block.
1438 (ada_lookup_symbol_list): Don't cast away constness when calling
1439 remove_out_of_scope_renamings.
1440
1441 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
1442
1443 * linux-nat.c (linux_nat_find_memory_regions): Don't check the
1444 address of 'filename'; it is always non null.
1445
1446 2007-02-09 Joel Brobecker <brobecker@adacore.com>
1447
1448 * exec.c (add_to_section_table): Do not discard empty sections.
1449
1450 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1451
1452 * features/Makefile, features/arm-with-iwmmxt.xml,
1453 features/gdbserver-regs.xsl, features/number-regs.xsl,
1454 features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
1455 * regformats/arm-with-iwmmxt.dat: Generate.
1456 * NEWS: Mention iWMMXt.
1457
1458 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1459
1460 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
1461 (xml-tdesc.o): Update.
1462 * xml-support.c: Add a comment.
1463 (gdb_xml_enums_boolean): New variable.
1464 (gdb_xml_parse_attr_enum): Use strcasecmp.
1465 * xml-support.h (gdb_xml_enums_boolean): Declare.
1466 * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
1467 next_regnum, and current_union.
1468 (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
1469 (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
1470 (field_attributes, union_children, reg_attributes, union_attributes)
1471 (vector_attributes, feature_attributes, feature_children): New.
1472 (target_children): Make static. Add <feature>.
1473 (tdesc_elements): Make static.
1474 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
1475 (struct tdesc_feature, tdesc_feature_p): New types.
1476 (struct target_desc): Add features member.
1477 (struct tdesc_arch_data, tdesc_data): New.
1478 (target_find_description): Clarify error message. Warn about
1479 ignored register descriptions.
1480 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
1481 (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
1482 (tdesc_data_cleanup, tdesc_numbered_register)
1483 (tdesc_numbered_register_choices, tdesc_find_register)
1484 (tdesc_register_name, tdesc_register_type)
1485 (tdesc_remote_register_number, tdesc_register_reggroup_p)
1486 (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
1487 (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
1488 (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
1489 (tdesc_create_feature, tdesc_record_type): New.
1490 (free_target_description): Free features.
1491 (_initialize_target_descriptions): Initialize tdesc_data.
1492 * arch-utils.c (default_remote_register_number): New.
1493 * arch-utils.h (default_remote_register_number): New prototype.
1494 * target-descriptions.h (set_tdesc_pseudo_register_name)
1495 (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
1496 (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
1497 (tdesc_numbered_register, tdesc_numbered_register_choices)
1498 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
1499 (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
1500 (tdesc_create_reg): Declare.
1501 * gdbarch.sh (remote_register_number): New entry.
1502 * gdbarch.c, gdbarch.h: Regenerate.
1503 * remote.c (init_remote_state): Use gdbarch_remote_register_number.
1504 * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
1505
1506 * arm-tdep.c (arm_register_aliases): New.
1507 (arm_register_name_strings): Rename to...
1508 (arm_register_names): ...this. Make const. Delete the old version.
1509 (current_option, arm_register_byte): Delete.
1510 (set_disassembly_style): Simplify. Do not adjust arm_register_names.
1511 (value_of_arm_user_reg): New.
1512 (arm_gdbarch_init): Verify any described registers. Call
1513 tdesc_use_registers. Don't use arm_register_byte. Create aliases
1514 for standard register names.
1515 (_initialize_arm_tdep): Do not adjust arm_register_names.
1516 * user-regs.c (struct user_reg): Add baton member.
1517 (append_user_reg, user_reg_add_builtin, user_regs_init)
1518 (user_reg_add, value_of_user_reg): Use a baton for user
1519 register functions.
1520 * std-regs.c: Update.
1521 * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
1522 (user_reg_add): Add baton argument.
1523 * NEWS: Mention target description register support.
1524 * features/arm-core.xml, features/arm-fpa.xml: New.
1525 * eval.c (evaluate_subexp_standard): Allow ptype $register
1526 when the program is not running.
1527
1528 2007-02-09 Nick Roberts <nickrob@snap.net.nz>
1529
1530 * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
1531
1532 2007-02-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
1533
1534 * rs6000-tdep.c (gdb_print_insn_powerpc): Set
1535 info->disassembler_options to "any".
1536
1537 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1538
1539 * varobj.c (install_new_value): Only call value_get_print_value
1540 if changeable.
1541
1542 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1543
1544 Reported by timeless@gmail.com:
1545 * gdb/target.c (target_flash_erase): Do not return void value.
1546 (target_flash_done): Likewise.
1547 * gdb/cli/cli-cmds.c (source_command): Likewise.
1548
1549 2007-02-08 Fred Fish <fnf@specifix.com>
1550
1551 Based on work by Apple Computer, Inc.
1552 * event-top.c (handle_sigint): Set quit_flag.
1553 (async_request_quit): Don't set quit_flag. Avoid calling quit()
1554 if quit_flag has already been reset.
1555
1556 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1557
1558 * ser-mingw.c (pipe_windows_close): Move variable initialization back
1559 up.
1560
1561 2007-02-08 Fred Fish <fnf@specifix.com>
1562
1563 * defs.h (request_quit): Remove declaration.
1564 * utils.c (request_quit): Remove definition.
1565
1566 2007-02-08 Joel Brobecker <brobecker@gnat.com>
1567 Jan Kratochvil <jan.kratochvil@redhat.com>
1568 Daniel Jacobowitz <dan@codesourcery.com>
1569
1570 * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
1571 (skip_prologue): Allow bl->blrl used by PIC code.
1572
1573 2007-02-08 Mark Kettenis <kettenis@gnu.org>
1574 Daniel Jacobowitz <dan@codesourcery.com>
1575
1576 * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
1577 initialize tmp_obstack.
1578 * p-valprint.c (pascal_object_print_value_fields)
1579 (pascal_object_print_value): Likewise.
1580
1581 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1582
1583 * features/feature_to_c.sh: Use %s to avoid problems with nawk.
1584
1585 2007-02-08 Mark Kettenis <kettenis@gnu.org>
1586
1587 * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
1588 * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
1589
1590 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1591
1592 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
1593 (xml_cache): New.
1594 (tdesc_parse_xml): Cache expanded descriptions.
1595
1596 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1597
1598 * Makefile.in (XMLFILES): New.
1599 (COMMON_OBS): Add xml-builtin.o.
1600 (xml-builtin.c, stamp-xml): New rules.
1601 (xml-tdesc.o): Update.
1602 * features/feature_to_c.sh: New file.
1603 * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
1604 (struct gdb_xml_parser): Add dtd_name and is_xinclude.
1605 (gdb_xml_start_element): Initialize scope after possibly reallocating
1606 scopes. Move cleanup later. Handle the XInclude description
1607 specially.
1608 (gdb_xml_end_element): Only parse the body if there is a current element.
1609 Call XML_DefaultCurrent if there is no element.
1610 (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
1611 (struct xinclude_parsing_data, xinclude_start_include)
1612 (xinclude_end_include, xml_xinclude_default)
1613 (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
1614 (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
1615 (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
1616 * xml-support.h (xml_fetch_another, xml_process_xincludes)
1617 (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
1618 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
1619 XInclude directives. Use the compiled in DTD.
1620 (fetch_xml_from_file): Add baton argument. Treat it as a containing
1621 directory name. Do not warn here.
1622 (file_read_description_xml): Update call. Warn here instead. Pass
1623 a dirname as baton.
1624 (fetch_available_features_from_target): New.
1625 (target_read_description_xml): Use it.
1626 * features/gdb-target.dtd: Add copyright notice. Use xinclude.dtd
1627 to handle XInclude.
1628 * features/xinclude.dtd: New file.
1629
1630 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
1631
1632 * linux-thread-db.c (check_for_thread_db): Return early if we have
1633 no libthread_db support.
1634
1635 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
1636
1637 * mi/mi-parse.h: Include <sys/time.h>.
1638
1639 2007-02-05 Nick Roberts <nickrob@snap.net.nz>
1640
1641 * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
1642 instead of print_variable_value to print values.
1643
1644 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
1645
1646 * mi/mi-main.c: Numerous formatting changes.
1647 (mi_cmd_data_write_register_values): Replace clause inadvertantly
1648 removed in my previous change.
1649
1650 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1651
1652 * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
1653 Use 1000000L instead of 1000000.
1654
1655 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
1656
1657 Based on work by Apple Computer, Inc.
1658
1659 * configure.ac: Test for sys/resource.h and getrusage.
1660 * configure, config.in: Regenerate.
1661
1662 * mi/mi-main.c: Include <sys/resource.h> if present.
1663 (rusage): Declare if HAVE_GETRUSAGE.
1664 (current_command_ts, do_timings): New static variables.
1665 (timestamp, print_diff_now, print_diff, timeval_diff):
1666 New static timing functions.
1667 (mi_cmd_enable_timings): New function for new MI command.
1668 (captured_mi_execute_command, mi_execute_async_cli_command):
1669 Call timing functions.
1670
1671 * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
1672 -enable-timings.
1673
1674 * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
1675
1676 * mi/mi-parse.h: (mi_timestamp): New structure.
1677 (mi_parse): Add mi_timestamp* member.
1678
1679 2007-02-02 Denis Pilat <denis.pilat@st.com>
1680
1681 * thread.c (make_cleanup_restore_current_thread): New function.
1682 (info_threads_command): Use of make_cleanup_restore_current_thread
1683 to restore the current thread and the selected frame.
1684 (restore_selected_frame): New function.
1685 (struct current_thread_cleanup): Add frame_id field.
1686 (do_restore_current_thread_cleanup): Add restoring of the selected
1687 frame.
1688 (make_cleanup_restore_current_thread): Likewise.
1689 (thread_apply_all_command): backup the selected frame while
1690 entering the function and restore it at exit.
1691 (thread_apply_command): Likewise.
1692
1693 2007-02-02 Denis Pilat <denis.pilat@st.com>
1694
1695 * MAINTAINERS (Write After Approval): Add myself to the list.
1696
1697 2007-02-01 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1698
1699 * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
1700 (m32r_store_register): Ditto.
1701
1702 2007-01-30 Vladimir Prus <vladimir@codesourcery.com>
1703
1704 * ser-mingw.c (pipe_windows_open)
1705 (pipe_windows_read, pipe_windows_write): Declare
1706 variables at the top of the function.
1707
1708 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1709
1710 * doublest.c (floatformat_from_length): Use the right element from
1711 gdbarch floatformats.
1712 (floatformat_from_type, extract_typed_floating)
1713 (store_typed_floating): Likewise.
1714 * doublest.h: Remove declarations for undefined floatformat arrays.
1715 * gdbarch.sh (float_format, double_format, long_double_format): Change
1716 to pairs.
1717 (pformat): Update for pairs.
1718 * gdbarch.c, gdbarch.h: Regenerated.
1719 * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
1720 (floatformats_ieee_double_littlebyte_bigword)
1721 (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
1722 (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
1723 (floatformats_vax_d): New variables.
1724 (builtin_type_ieee_single, builtin_type_ieee_double)
1725 (builtin_type_arm_ext, builtin_type_ia64_spill)
1726 (builtin_type_ia64_quad): Replace arrays with individual types.
1727 (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
1728 (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
1729 (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
1730 (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
1731 (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
1732 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
1733 (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
1734 unused and endian-specific types.
1735 (recursive_dump_type): Update for floatformat pairs.
1736 (build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
1737 (build_gdbtypes): Use build_flt.
1738 (_initialize_gdbtypes): Update set of initialized types.
1739 * gdbtypes.h: Update declarations to match gdbtypes.c.
1740 (struct main_type): Store a pointer to two floatformats.
1741 * arch-utils.c (default_float_format, default_double_format): Delete.
1742 * arch-utils.h (default_float_format, default_double_format): Delete.
1743
1744 * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
1745 ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
1746 mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
1747 sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
1748 vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
1749
1750 2007-01-29 Joel Brobecker <brobecker@adacore.com>
1751
1752 * target.c (maintenance_print_target_stack): New function.
1753 (initialize_targets): Add new "maintenance print target-stack"
1754 command.
1755
1756 2007-01-28 Mark Kettenis <kettenis@gnu.org>
1757
1758 * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
1759
1760 2007-01-27 Daniel Jacobowitz <dan@codesourcery.com>
1761
1762 * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
1763 (struct dwarf2_loclist_baton): Likewise.
1764
1765 2007-01-27 Eli Zaretskii <eliz@gnu.org>
1766
1767 * cli/cli-script.c: Include breakpoint.h.
1768 (build_command_line): Require arguments only for if and while
1769 commands.
1770 (get_command_line, execute_user_command, execute_control_command):
1771 Fix wording of warning messages.
1772 (print_command_lines): Print breakpoint commands.
1773 (execute_control_command): Call commands_from_control_command to
1774 handle the `commands' command inside a body of a flow-control
1775 command.
1776 (read_next_line): Recognize the `commands' command and build a
1777 command line structure for it.
1778 (recurse_read_control_structure, read_command_lines): Handle
1779 `commands' similarly to `if' and `while'.
1780
1781 * breakpoint.c (get_number_trailer): Document the special meaning
1782 of NULL as the first argument PP.
1783 (commands_from_control_command): New function.
1784
1785 * breakpoint.h (commands_from_control_command): Add prototype.
1786
1787 * defs.h (commands_control): New enumerated value for enum
1788 command_control_type.
1789
1790 2007-01-26 Joel Brobecker <brobecker@adacore.com>
1791
1792 * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
1793 (ada_exception_sal): Update accordingly.
1794
1795 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
1798 * NEWS: Describe CHAR array vs. string identifcation rules.
1799
1800 2007-01-25 Paul Brook <paul@codesourcery.com>
1801
1802 * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
1803
1804 2007-01-24 Jim Blandy <jimb@codesourcery.com>
1805
1806 * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
1807 expression is empty, bother to return the 'optimized out' value we
1808 construct. (Thanks to Carl Burch.)
1809
1810 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
1811
1812 * varobj.c (c_value_of_root, c_value_of_child)
1813 (cplus_describe_child): Don't call release_value.
1814
1815 2007-01-24 Thiemo Seufer <ths@mips.com>
1816
1817 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
1818 initialization.
1819
1820 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
1821
1822 Refactor getting children name, value and type access
1823 for varobjs in C++.
1824 * varobj.c (get_type_deref): Remove.
1825 (adjust_value_for_child_access): New.
1826 (c_number_of_children): Use the above.
1827 (c_describe_child): Likewise.
1828 (enum accessibility): New.
1829 (match_accessibility): New function.
1830 (cplus_describe_child): New function.
1831 (cplus_name_of_child, cplus_value_of_child)
1832 (cplus_type_of_child): Reimplement in terms
1833 of cplus_describe_child.
1834 (cplus_number_of_children): Use
1835 adjust_value_for_child_access.
1836
1837 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
1838
1839 Fix computation of the 'editable' attribute and
1840 value changeability for for references.
1841 * varobj.c (get_value_type): New function.
1842 (c_variable_editable): Use get_value_type.
1843 (varobj_value_is_changeable): Likewise.
1844
1845 2007-01-24 Joel Brobecker <brobecker@adacore.com>
1846
1847 * source.c (find_and_open_source): Try rewriting the source
1848 path inside filename if dirname is NULL.
1849
1850 2007-01-24 Joel Brobecker <brobecker@adacore.com>
1851
1852 * dwarf2read.c (add_partial_symbol): Create an extra partial
1853 symbol in the VAR_DOMAIN for Ada structures, unions or enums.
1854 (new_symbol): Likewise for symbols.
1855
1856 2007-01-24 Nick Roberts <nickrob@snap.net.nz>
1857
1858 * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
1859
1860 2007-01-23 Vladimir Prus <vladimir@codesourcery.com>
1861
1862 * value.c (value_primitive_field): Copy the full 'location'
1863 contents, instead of assuming that copying ADDRESS will
1864 bring over everything in the union. Remove obsolete comment.
1865
1866 2007-01-23 Masaki Muranaka <monaka@monami-software.com>
1867
1868 * m32c-tdep.c (make_regs, m32c_analyze_prologue)
1869 (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
1870 (m32c_m16c_pointer_to_address): Separate code from declarations.
1871
1872 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
1873
1874 * target.c (update_current_target): Correct typo.
1875
1876 2007-01-22 Masaki Muranaka <monaka@monami-software.com>
1877
1878 * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
1879 declaration.
1880
1881 2007-01-11 Andrew Cagney <cagney@redhat.com>
1882 Daniel Jacobowitz <dan@codesourcery.com>
1883 Jan Kratochvil <jan.kratochvil@redhat.com>
1884
1885 * dwarf2-frame.c (execute_cfa_program): New support of
1886 `DW_CFA_GNU_negative_offset_extended'.
1887
1888 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
1889
1890 * NEWS: Mention flash support for "load" and new remote packets.
1891
1892 2007-01-21 Markus Deuling <deuling@de.ibm.com>
1893
1894 * breakpoint.c (delete_command): Skip redundant loop iterations.
1895
1896 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
1897
1898 * gdbarch.sh (register_type): Update comment.
1899 * gdbarch.h: Regenerated.
1900 * arch-utils.c (generic_register_size): Call register_type.
1901 * ia64-tdep.c (ia64_extract_return_value): Likewise.
1902 * m32c-tdep.c (check_for_saved): Likewise.
1903 * mips-tdep.c (mips_print_register, print_gp_register_row)
1904 (mips_print_registers_info): Likewise.
1905 * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
1906 Likewise.
1907 * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
1908 (sh64_do_register, sh64_print_register)
1909 (sh64_media_print_registers_info): Likewise.
1910 * tui/tui-regs.c (tui_register_format): Likewise.
1911
1912 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
1913
1914 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
1915
1916 * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
1917 (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
1918 * cp-support.c (make_symbol_overload_list_qualified): Likewise.
1919 * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
1920 (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
1921 (make_symbol_completion_list): Likewise.
1922
1923 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1924 Daniel Jacobowitz <dan@codesourcery.com>
1925
1926 * buildsym.c (end_symtab): Use preallocated symtab if available.
1927 Fill in SYMBOL_SYMTAB.
1928 * buildsym.h (struct subfile): Add symtab member.
1929 * dwarf2read.c (struct dwarf2_cu): Add line_header.
1930 (struct file_entry): Add symtab.
1931 (free_cu_line_header): New function.
1932 (read_file_scope): Use it. Save line_header in the cu. Process
1933 lines before DIEs.
1934 (add_file_name): Initialize new symtab member.
1935 (dwarf_decode_lines): Create symtabs for included files.
1936 (new_symbol): Set SYMBOL_SYMTAB.
1937 * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
1938 (search_symbols): Likewise.
1939 * symtab.h (struct symbol): Add symtab member.
1940 (SYMBOL_SYMTAB): Define.
1941
1942 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1943
1944 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
1945
1946 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1947
1948 * arch-utils.c (show_endian): Correct reversed condition.
1949
1950 2007-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 * MAINTAINERS (Write After Approval): Add myself.
1953
1954 2007-01-16 Daniel Jacobowitz <dan@codesourcery.com>
1955 Vladimir Prus <vladimir@codesourcery.com>
1956
1957 Fix 'selected frame' varobjs.
1958 * varobj.c (struct varobj): Remove the error field.
1959 (varobj_set_value): Don't check var->error.
1960 (install_new_value): Don't set var->error.
1961 (varobj_update): Always pass the new value
1962 of the root via install_new_value.
1963 (create_child): Don't set error field.
1964 (new_variable): Likewise.
1965 (c_value_of_root): Always reevaluate the value
1966 of selected frame varobjs in the selected frame.
1967 Don't call reinit_frame_cache.
1968
1969 2007-01-15 Joel Brobecker <brobecker@adacore.com>
1970
1971 * source.c (_initialize_source): Improve the help text of
1972 the substitute-path commands.
1973
1974 2007-01-14 Mark Kettenis <kettenis@gnu.org>
1975
1976 * frv-tdep.c (frv_gdbarch_init, frv_register_name)
1977 (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
1978 (frv_skip_prologue): Remove prototypes.
1979 (frv_adjust_breakpoint_address): Renamed from
1980 frv_gdbarch_adjust_breakpoint_address.
1981 (frv_gdbarch_init): Adjust.
1982
1983 2007-01-13 Mark Kettenis <kettenis@gnu.org>
1984
1985 * gdbarch.sh (deprecated_extract_return_value)
1986 (deprecated_store_return_value): Remove.
1987 (extract_return_value, store_return_value): Remove default values.
1988 * gdbarch.c, gdbarch.h: Regenerate.
1989 * arch-utils.c, arch-utils.h (legacy_extract_return_value)
1990 (legacy_store_return_value): Remove.
1991 * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
1992 Remove.
1993
1994 * mi/mi-main.c: Remove obsolete comment.
1995
1996 * regcache.c, regcache.h (deprecated_register_bytes)
1997 (deprecated_read_register_bytes)
1998 (deprecated_write_register_bytes): Remove.
1999
2000 * frame.c (get_frame_register_bytes, put_frame_register_bytes):
2001 Don't forget to move destination pointer.
2002
2003 2007-01-01 Mark Kettenis <kettenis@gnu.org>
2004
2005 * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
2006
2007 2007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
2008
2009 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
2010 past entry function with recent newlib.
2011
2012 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
2013
2014 * gdb.texinfo (GDB/MI Variable Objects): Improve the
2015 introduction. Specify -var-update more exactly.
2016
2017 2007-01-11 Daniel Jacobowitz <dan@codesourcery.com>
2018
2019 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
2020
2021 2007-01-10 Jim Blandy <jimb@codesourcery.com>
2022
2023 * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
2024 the Global Maintainers' invitation to be a global maintainer.
2025
2026 2007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
2027
2028 * infrun.c (singlestep_pc): New variable.
2029 (resume): Set singlestep_pc.
2030 (context_switch): Add a debugging message. Flush the frame cache.
2031 (handle_inferior_event): Add debugging messages. Handle thread
2032 hops when a software single step has completed. Let context_switch
2033 handle flushing the frame cache.
2034
2035 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2036
2037 * NEWS: Mention target descriptions, "set tdesc filename",
2038 "unset tdesc filename", "show tdesc filename", and
2039 qXfer:features:read.
2040 * arch-utils.c (choose_architecture_for_target): New function.
2041 (gdbarch_info_fill): Call it.
2042 * target-descriptions.c (struct property): Make members non-const.
2043 (struct target_desc): Add arch member.
2044 (target_description_filename): New variable.
2045 (target_find_description): Try via XML first.
2046 (tdesc_architecture): New.
2047 (free_target_description, make_cleanup_free_target_description): New.
2048 (set_tdesc_property): Call xstrdup.
2049 (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
2050 (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
2051 (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
2052 (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
2053 * target-descriptions.h (tdesc_architecture)
2054 (make_cleanup_free_target_description, set_tdesc_architecture): New
2055 prototypes.
2056 * Makefile.in (SFILES): Add xml-tdesc.c.
2057 (COMMON_OBS): Add xml-tdesc.o.
2058 (target-descriptions.o): Update.
2059 (xml-tdesc.o): New rule.
2060 * xml-tdesc.c, xml-tdesc.h: New files.
2061 * remote.c (PACKET_qXfer_features): New enum.
2062 (remote_protocol_features): Add qXfer:features:read.
2063 (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
2064 (_initialize_remote): Register qXfer:features:read.
2065 * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
2066 * features/gdb-target.dtd: New file.
2067
2068 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2069
2070 * copyright.sh: Clarify error.
2071
2072 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2073
2074 * symtab.c (matching_bfd_sections): Fix VMA matching for
2075 prelinked objects.
2076
2077 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2078
2079 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
2080 nested symbols.
2081
2082 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2083
2084 Updated copyright notices for most files.
2085
2086 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2087
2088 * copyright.sh (prunes): Add step-line.inp and step-line.c.
2089
2090 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2091
2092 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
2093 exec_prefix.
2094 (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
2095 '${prefix}'.
2096 * configure, config.in: Regenerate.
2097 * defs.h (debug_file_directory): Declare.
2098 * main.c (captured_main): Canonicalize gdb_sysroot. Assume
2099 TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
2100 relocate it if DEBUGDIR_RELOCATABLE.
2101 * symfile.c (debug_file_directory): Make non-static.
2102 (find_separate_debug_file): Look for debug info for SYSROOT/PATH
2103 in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
2104 (_initialize_symfile): Don't initialize debug_file_directory here.
2105
2106 2007-01-09 Jim Blandy <jimb@codesourcery.com>
2107
2108 * score-tdep.c (score_push_dummy_call): Don't mix declarations and
2109 statements.
2110
2111 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2112
2113 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
2114 frame_unwind_register to recurse.
2115 * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
2116 (alpha_heuristic_frame_prev_register): Likewise.
2117 * h8300-tdep.c (h8300_frame_prev_register): Likewise.
2118 * m32c-tdep.c (m32c_prev_register): Likewise.
2119 * frame.c (frame_register_unwind_location): Remove FIXME.
2120
2121 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2122 Eli Zaretskii <eliz@gnu.org>
2123
2124 * copyright.sh: New file.
2125
2126 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2127
2128 * configure.ac: Check for XML_StopParser.
2129 * xml-support.c (gdb_xml_body_text): Check for an error.
2130 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
2131 (gdb_xml_end_element_wrapper): Likewise.
2132 * config.in, configure: Regenerated.
2133
2134 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2135
2136 * varobj.c (install_new_value): Always update print_value.
2137 (value_get_print_value): Immediately return NULL for missing
2138 values.
2139
2140 2007-01-08 Jim Blandy <jimb@codesourcery.com>
2141
2142 * configure.ac: Tighten pattern for extracting value of
2143 DEPRECATED_TM_FILE from the target makefile fragment.
2144 * configure: Regenerated.
2145
2146 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2147
2148 * linux-nat.c (struct simple_pid_list): Add status.
2149 (add_to_pid_list): Record the PID's status.
2150 (linux_record_stopped_pid): Likewise. Make static.
2151 (pull_pid_from_list): Return the saved status.
2152 (linux_nat_handle_extended): Deleted.
2153 (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
2154 Make static. Handle non-SIGSTOP for a new thread's first signal.
2155 (flush_callback): Handle unexpected pending signals.
2156 (linux_nat_wait): Update calls to changed functions.
2157 * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
2158 Remove prototypes for newly static functions.
2159
2160 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
2161
2162 * gdbarch.sh (value_from_register): New gdbarch function.
2163 * gdbarch.c, gdbarch.h: Regenerate.
2164 * findvar.c (default_value_from_register): New function.
2165 (value_from_register): Use gdbarch_value_from_register.
2166 * value.h (default_value_from_register): Declare.
2167 * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
2168 spu_value_to_register): Remove.
2169 (spu_value_from_register): New function.
2170 (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
2171 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
2172 Call set_gdbarch_value_from_register.
2173 * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
2174 s390_value_to_register): Remove.
2175 (s390_value_from_register): New function.
2176 (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
2177 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
2178 Call set_gdbarch_value_from_register.
2179
2180 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2181
2182 * NEWS: Add "set sysroot" and "show sysroot".
2183 * solib.c (solib_absolute_prefix): Delete. Replace
2184 all uses with gdb_sysroot.
2185 (_initialize_solib): Add "set sysroot" and "show sysroot".
2186 Make "solib-absolute-prefix" an alias to it.
2187
2188 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
2189
2190 * frame.c (get_frame_register_bytes): New function.
2191 (put_frame_register_bytes): Likewise.
2192 * frame.h (get_frame_register_bytes): Declare.
2193 (put_frame_register_bytes): Likewise.
2194 * findvar.c (value_from_register): Always construct lval_register
2195 values. Use get_frame_register_bytes.
2196 * valops.c (value_assign): Use get_frame_register_bytes and
2197 put_frame_register_bytes.
2198
2199 2007-01-08 Jim Blandy <jimb@codesourcery.com>
2200
2201 * MAINTAINERS: Update Stan Shebs' email address.
2202
2203 2007-01-07 Joel Brobecker <brobecker@adacore.com>
2204
2205 * ada-lang.c (is_known_support_routine): Improve the implementation.
2206
2207 2007-01-06 Joel Brobecker <brobecker@adacore.com>
2208
2209 * ada-lang.c: Add include of source.h.
2210 (is_known_support_routine): Improve the check verifying that the file
2211 associated to this frame exists.
2212 * Makefile.in (ada-lang.o): Add dependency on source.h.
2213
2214 2007-01-07 Jim Blandy <jimb@codesourcery.com>
2215
2216 * ax-general.c (ax_const_l): Select proper opcode for the given
2217 value.
2218
2219 2007-01-05 Vladimir Prus <vladimir@codesourcery.com>
2220
2221 * varobj.c (c_value_of_root): Don't select frame if variable
2222 object is out of scope.
2223
2224 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2225
2226 * varobj.c (struct varobj): New member print_value.
2227 (install_new_value): Compare last printed value with current one
2228 instead of contents.
2229 (new_variable): Initialize var->print_value to NULL.
2230 (free_variable): Free var->print_value.
2231 (value_get_print_value): New function derived from
2232 c_value_of_variable.
2233 (c_value_of_variable): Use value_get_print_value.
2234
2235 2007-01-05 Joel Brobecker <brobecker@adacore.com>
2236
2237 * i386-tdep.c (i386_analyze_stack_align): Add comment.
2238
2239 2007-01-05 Joel Brobecker <brobecker@adacore.com>
2240
2241 * NEWS: Add entries for new catch commands.
2242
2243 2007-01-05 Joel Brobecker <brobecker@adacore.com>
2244
2245 * dwarf2read.c (partial_die_info): Add field has_byte_size.
2246 (add_partial_symbol): Correct identification of external references.
2247 (process_structure_scope): Likewise.
2248 (read_partial_die): Handle DW_AT_byte_size attribute.
2249
2250 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2251
2252 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
2253
2254 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2255
2256 * varobj.c (get_type_deref): Fix variable objects for references to
2257 pointers.
2258
2259 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2260
2261 * symtab.c (find_pc_sect_psymtab): Add comments. Handle psymtabs
2262 with no symbols.
2263
2264 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2265
2266 * memory-map.c (struct_memory_map_parsing_data): Remove most
2267 members. Make property_name an array.
2268 (free_memory_map_parsing_data, memory_map_start_element)
2269 (memory_map_end_element, memory_map_character_data): Delete.
2270 (memory_map_start_memory, memory_map_end_memory)
2271 (memory_map_start_property, memory_map_end_property): New functions.
2272 (property_attributes, memory_children, memory_type_enum)
2273 (memory_attributes, memory_map_children, memory_map_elements): New.
2274 (parse_memory_map): Rewrite.
2275 * xml-support.c (debug_xml): New.
2276 (xml_get_required_attribute, xml_get_integer_attribute)
2277 (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
2278 Delete.
2279 (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
2280 (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
2281 (gdb_xml_start_element, gdb_xml_start_element_wrapper)
2282 (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
2283 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
2284 (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
2285 (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
2286 New.
2287 * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
2288 (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
2289 (enum gdb_xml_element_flag, struct gdb_xml_element)
2290 (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
2291 (struct gdb_xml_enum): New.
2292 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
2293 (gdb_xml_error, gdb_xml_parse_attr_ulongest)
2294 (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
2295 (xml_get_required_attribute, xml_get_integer_attribute)
2296 (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
2297 * Makefile.in (xml_support_h, xml-support.o): Update.
2298
2299 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2300
2301 * Makefile.in (eval.o): Update dependencies.
2302 * eval.c: Include "ui-out.h" and "exceptions.h".
2303 (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
2304 Use value_zero if an error occurs when avoiding side effects.
2305 * varobj.c (c_value_of_root): Initialize new_val.
2306
2307 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2308
2309 * varobj.c (varobj_list_children): Stop if the number of children is
2310 unknown.
2311 (c_number_of_children):
2312
2313 2007-01-04 Mark Kettenis <kettenis@gnu.org>
2314
2315 * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
2316 (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
2317 (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
2318 (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
2319 sizeof, instead of hardcoded constants.
2320
2321 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2322
2323 * CONTRIBUTE: Use sourceware.org.
2324
2325 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2326
2327 * buildsym.c (start_subfile): Handle producer.
2328 (record_producer): New function.
2329 * buildsym.h (struct subfile): Include producer.
2330 (record_producer): New prototype.
2331 * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
2332 (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
2333 armcc_cfa_offsets_reversed.
2334 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
2335 (dwarf2_frame_find_quirks): New function.
2336 (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed.
2337 (decode_frame_entry_1): Record the CIE version. Record the
2338 augmentation. Skip armcc augmentations.
2339 * dwarf2read.c (read_file_scope): Save the producer.
2340 * symtab.h (struct symtab): Rename unused version member to
2341 producer.
2342
2343 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2344
2345 * configure.ac (build_warnings): Use -Wall and
2346 -Wdeclaration-after-statement.
2347 * configure: Regenerated.
2348
2349 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
2350
2351 Simplify access to variours properties of child
2352 variable objects in C.
2353 * varobj.c (value_struct_element_index): New function.
2354 (c_describe_child): New function.
2355 (c_name_of_child, c_value_of_child)
2356 (c_type_of_child): Rewrite to use c_describe_child.
2357
2358 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
2359
2360 gdb/
2361 * varobj.c: Include "vec.h".
2362 (varobj_p): New typedef, declare vector of those.
2363 (struct varobj): Use vector for the 'children' member.
2364 (child_exists): Remove.
2365 (save_child_in_parent): Remove.
2366 (remove_child_from_parent): Remove.
2367 (struct varobj_child): Remove.
2368 (struct vstack): Remove.
2369 (vpush, vpop): Remove.
2370 (varobj_list_children): Adjust to work work vector.
2371 (varobj_update): Likewise. Use vectors for
2372 working stack and result.
2373 (delete_variable_1): Likewise.
2374 * Makefile.in (varobj.o): Update dependencies.
2375
2376 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
2377
2378 Port from Apple's version.
2379 gdb/
2380 * varobj.c (type_changeable): Rename to...
2381 (varobj_value_is_changeable_p): ...this. Adjust all callers.
2382 (is_root_p): New function. Use it everywhere.
2383
2384 2007-01-04 Jim Blandy <jimb@codesourcery.com>
2385
2386 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
2387 then plain 'fixup'.
2388
2389 2007-01-04 Joel Brobecker <brobecker@adacore.com>
2390
2391 * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
2392
2393 2007-01-04 Joel Brobecker <brobecker@adacore.com>
2394
2395 * hpread.c (hpread_type_lookup): Fix compilation failure.
2396
2397 2007-01-04 Qinwei <qinwei@sunnorth.com.cn>
2398
2399 * NEWS: New port to S+core.
2400 * MAINTAINERS (Write After Approval, Responsible Maintainers):
2401 Add myself.
2402
2403 * Makefile.in: Add dependencies for S+core files.
2404 * configure.tgt (score*, score-*-*): Add S+core target.
2405 * config/score/embed.mt: New file.
2406 * score-tdep.c: New file.
2407 * score-tdep.h: New file.
2408
2409 2007-01-04 Joel Brobecker <brobecker@adacore.com>
2410
2411 * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
2412 the appropriate type rather than a bogus void type.
2413
2414 2007-01-04 Joel Brobecker <brobecker@adacore.com>
2415
2416 * ada-lang.h (ada_find_printable_frame): Remove.
2417 (ada_exception_catchpoint_p, ada_decode_exception_location)
2418 (ada_decode_assert_location): Add declaration.
2419 * ada-lang.c: Add include of annotate.h and valprint.h.
2420 (exception_catchpoint_kind): New enum.
2421 (function_name_from_pc, is_known_support_routine)
2422 (ada_find_printable_frame, ada_unhandled_exception_name_addr)
2423 (ada_exception_name_addr_1, ada_exception_name_addr)
2424 (print_it_exception, print_one_exception, print_mention_exception)
2425 (print_it_catch_exception, print_one_catch_exception)
2426 (print_mention_catch_exception, catch_exception_breakpoint_ops)
2427 (print_it_catch_exception_unhandled)
2428 (print_one_catch_exception_unhandled)
2429 (print_mention_catch_exception_unhandled, print_it_catch_assert)
2430 (print_one_catch_assert, print_mention_catch_assert)
2431 (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
2432 (ada_get_next_arg, catch_ada_exception_command_split)
2433 (ada_exception_sym_name, ada_exception_sym_name)
2434 (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
2435 (ada_parse_catchpoint_condition, ada_exception_sal)
2436 (ada_decode_exception_location)
2437 (ada_decode_assert_location): New function.
2438 (catch_exception_unhandled_breakpoint_ops): New global variable.
2439 (catch_assert_breakpoint_ops): New global variable.
2440 * breakpoint.c: Add include of ada-lang.h.
2441 (print_one_breakpoint): Do not print the condition for Ada
2442 exception catchpoints.
2443 (create_ada_exception_breakpoint): New function.
2444 (catch_ada_exception_command, catch_assert_command): New function.
2445 (catch_command_1): Add support for the new "catch exception" and
2446 "catch assert" commands.
2447 (_initialize_breakpoint): Add help description for the new catch
2448 commands.
2449 * Makefile.in (ada-lang.o): Add dependency on annotate.h and
2450 valprint.h.
2451 (breakpoint.o): Add dependency on ada-lang.h.
2452
2453 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
2454
2455 * coffread.c (cs_to_section): If bfd_section is found, always
2456 return its section index.
2457 (coff_symtab_read): Determine the minimal_symbol_type using the
2458 bfd_section flags.
2459
2460 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2461 Daniel Jacobowitz <dan@codesourcery.com>
2462
2463 * Makefile.in (top.o): Update.
2464 * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
2465 (saved_after_char_processing_hook, gdb_readline_wrapper_line)
2466 (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
2467 New.
2468 (gdb_readline_wrapper): Rewrite to use asynchronous readline.
2469
2470 2007-01-03 Mark Kettenis <kettenis@gnu.org>
2471
2472 * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
2473 (arm_linux_init_abi): Don't set deprecated_extract_return_value.
2474
2475 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2476
2477 * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
2478 * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
2479 * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
2480 greater than or equal to zero.
2481 * m2-typeprint.c (m2_array): Likewise.
2482 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2483 * gdbtypes.c (copy_type_recursive): Correct == typo.
2484 * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
2485 * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
2486 greater than zero.
2487 * macroscope.c (sal_macro_scope): Don't name a local variable "main".
2488 (default_macro_scope): Remove unused variable.
2489 * prologue-value.h (pv_area_find_reg): Don't name an argument
2490 "register".
2491 * remote-fileio.c (remote_fio_func_map): Add missing braces.
2492 * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
2493 type.
2494 (cleanup_sigint_signal_handler): Remove casts.
2495 * valprint.c (val_print): Use a volatile local for the modified
2496 argument.
2497 * varobj.c (languages): Remove extra array dimension.
2498 (varobj_create): Correct access to languages array.
2499 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
2500 missing braces.
2501 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
2502 * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
2503 * mi/mi-getopt.c (mi_valid_noargs): Likewise.
2504 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2505 (mi_cmd_data_write_memory): Likewise.
2506 * signals/signals.c (target_signal_to_string): Cast to int before
2507 comparing.
2508 * tui/tui-layout.c (init_and_make_win): Take and return a void *.
2509 Update all callers.
2510
2511 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2512
2513 * NEWS: Mention pointer to member improvements.
2514 * Makefile.in (gnu-v3-abi.o): Delete special rule.
2515 (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
2516 * ada-valprint.c (ada_print_scalar): Update for new type codes.
2517 * c-typeprint.c (c_print_type): Update for new type codes.
2518 (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
2519 (c_type_print_base): Likewise.
2520 (c_type_print_args): Rewrite.
2521 * c-valprint.c (c_val_print): Update for new type codes. Remove
2522 support for references to members. Treat methods like functions.
2523 * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
2524 (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
2525 * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
2526 (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
2527 (struct cp_abi_ops): Add corresponding members.
2528 * cp-valprint.c (cp_print_class_method): Delete.
2529 (cp_find_class_member): New function.
2530 (cp_print_class_member): Use it. Simplify support for bogus
2531 member pointers.
2532 * dwarf2read.c (quirk_gcc_member_function_pointer): Use
2533 lookup_methodptr_type.
2534 (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
2535 * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
2536 OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
2537 pointer support.
2538 (evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
2539 references returned by user defined operators.
2540 * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
2541 (f_type_print_varspec_suffix): Remove support for member pointers.
2542 * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
2543 and adjusted.
2544 (smash_to_memberptr_type): Likewise, from smash_to_member_type.
2545 (lookup_methodptr_type): New.
2546 (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
2547 (recursive_dump_type): Update for new types.
2548 * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
2549 TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
2550 (lookup_memberptr_type, lookup_methodptr_type)
2551 (smash_to_memberptr_type): New prototypes.
2552 (smash_to_method_type): Formatting fix.
2553 (lookup_member_type, smash_to_member_type): Delete prototypes.
2554 * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
2555 Do not rely on debug information for the vptr or the method's
2556 enclosing type. Handle function descriptors for IA64.
2557 (gnuv3_virtual_fn_field): Rewrite using the new functions.
2558 (gnuv3_find_method_in, gnuv3_print_method_ptr)
2559 (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
2560 (gnuv3_method_ptr_to_value): New.
2561 (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
2562 * hpread.c (hpread_type_lookup): Update for new types.
2563 * infcall.c (value_arg_coerce): Likewise.
2564 * m2-typeprint.c (m2_print_type): Remove explicit support
2565 for member pointers.
2566 * m2-valprint.c (m2_val_print): Likewise.
2567 * p-typeprint.c (pascal_type_print_varspec_prefix)
2568 (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
2569 * p-valprint.c (pascal_val_print): Likewise.
2570 (pascal_object_print_class_method, pascal_object_print_class_member):
2571 Delete.
2572 * p-lang.h (pascal_object_print_class_method)
2573 (pascal_object_print_class_member): Delete prototypes.
2574 * stabsread.c (read_type): Update for new types.
2575 * typeprint.c (print_type_scalar): Likewise.
2576 * valops.c (value_struct_elt_for_reference, value_namespace_elt)
2577 (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
2578 argument. Construct a pointer to member if the address of a
2579 function or data member is requested.
2580 (value_cast_pointers): Don't modify the input value.
2581 (value_cast): Adjust pointer to member handling for new types.
2582 Allow null pointer to member constants. Don't modify the input
2583 value.
2584 (value_ind): Remove pointer to member check. Handle function
2585 descriptors for function pointers.
2586 (value_struct_elt, value_find_oload_method_list, check_field):
2587 Remove pointer to member checks.
2588 * value.c (unpack_long): Allow pointers to data members.
2589 (value_from_longest): Allow member pointers.
2590 * value.h (value_aggregate_elt): Add want_address.
2591 * varobj.c (c_variable_editable): Remove check for members.
2592 * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
2593 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
2594 in virtual tables.
2595 (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
2596 * c-lang.h (cp_print_class_method): Delete prototype.
2597 * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
2598 * mips-tdep.c (mips_gdbarch_init): Likewise.
2599 * gdbarch.c, gdbarch.h: Regenerated.
2600
2601 2007-01-01 Mark Kettenis <kettenis@gnu.org>
2602
2603 * rs6000-tdep.c (rs6000_use_struct_convention)
2604 (rs6000_extract_return_value, rs6000_store_return_value)
2605 (rs6000_extract_struct_value_address): Remove.
2606 (rs6000_return_value): New function.
2607 (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
2608 store_return_value, deprecated_extract_struct_value_address and
2609 deprecated_use_struct_convention. Use rs6000_return_value
2610 instead.
2611
2612 2007-01-02 Nick Roberts <nickrob@snap.net.nz>
2613
2614 * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
2615 -display-disable, -display-enable, -display-insert and
2616 -display-list.
2617
2618 2007-01-01 Joel Brobecker <brobecker@adacore.com>
2619
2620 * breakpoint.c (remove_breakpoint): Remove dead code.
2621
2622 2007-01-01 Nick Roberts <nickrob@snap.net.nz>
2623
2624 * varobj.c: Include block.h.
2625 (c_value_of_root): Check scope within nested statements.
2626
2627 2007-01-01 Mark Kettenis <kettenis@gnu.org>
2628
2629 * mi/mi-main.c (mi_cmd_data_write_register_values): Use
2630 regcache_cooked_write_signed instead of
2631 deprecated_write_register_bytes.
2632
2633 2007-01-01 Joel Brobecker <brobecker@adacore.com>
2634
2635 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
2636
2637 2007-01-01 Joel Brobecker <brobecker@adacore.com>
2638
2639 Followed the Start of New Year Procedure:
2640 * ChangeLog-2006: New file, containing all the entries for 2006.
2641 * ChangeLog: Removed all 2006 entries, and changed the reference
2642 to the previous ChangeLog to point to ChangeLog 2006.
2643 * top.c (print_gdb_version): Update copyright year.
2644
2645 2007-01-01 Mark Kettenis <kettenis@gnu.org>
2646
2647 * Makefile.in (remote-sds.o): Remove.
2648 * remote-sds.c: Delete.
2649
2650 For older changes see ChangeLog-2006.
2651 \f
2652 Local Variables:
2653 mode: change-log
2654 left-margin: 8
2655 fill-column: 74
2656 version-control: never
2657 End:
This page took 0.085465 seconds and 5 git commands to generate.