4850791c44d89f32e3a623c377c7d6fdc1ed2a78
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2007-11-30 Vladimir Prus <vladimir@codesourcery.com>
2
3 * infrun.c (handle_inferior_event): Don't
4 ignore beakpoints if trap_expected is set.
5
6 2007-11-30 Vladimir Prus <vladimir@codesourcery.com>
7
8 Make insert_breakpoints return void.
9 * breakpoint.h (insert_breakpoints): Change
10 return type to void.
11 * breakpoint.c (insert_breakpoints): Change
12 return type to void. Rename local return_val
13 variable to error.
14 * infrun.c (keep_going): Instead of checking
15 return value from insert_breakpoints, catch exception.
16
17 2007-11-29 Vladimir Prus <vladimir@codesourcery.com>
18
19 Stop infrun from tracking breakpoint insertion status.
20
21 The checks of breakpoints_inserted before calling
22 remove_breakpoints are removed, as remove_breakpoint
23 won't touch uninserted breakpoints. In a number of places,
24 we're interested if a breakpoint is inserted at particular
25 PC, and we now use breakpoint_inserted_here_p. In a few
26 places, insert_breakpoints can be called unconditionally,
27 since it won't try to insert already inserted breakpoint.
28
29 * breakpoint.h (regular_breakpoint_inserted_here_p): New
30 declaration.
31 * breakpoint.c (regular_breakpoint_inserted_here_p): New.
32 (breakpoint_inserted_here_p): Use
33 regular_breakpoint_inserted_here_p.
34 * infrun.c (breakpoints_inserted): Remove.
35 (resume): Don't check for breakpoints_inserted before
36 remove_hw_watchpoints. Use breakpoint_inserted_here_p.
37 (proceed, init_wait_for_inferior): Don't set breakpoints_inserted.
38 (handle_inferior_event): Don't use breakpoints_inserted.
39 Use breakpoints_meant_to_be_inserted and
40 breakpoints_inserted_here_p.
41 (insert_step_resume_breakpoint_at_sal, keep_going): Use
42 breakpoints_meant_to_be_inserted. Don't set breakpoints_inserted.
43 (normal_stop): Don't check for breakpoints_inserted. Don't
44 set breakpoints_inserted.
45 (keep_going): Don't check for breakpoints_inserted.
46 (insert_step_resume_breakpoint_at_sal): Don't insert
47 breakpoints
48
49 2007-11-28 Jim Blandy <jimb@codesourcery.com>
50
51 * breakpoint.c (watch_command_1): When the watchpoint isn't local
52 to any frame, initialize watchpoint_frame using null_frame_id, not
53 a memset.
54
55 2007-11-28 Vladimir Prus <vladimir@codesourcery.com>
56
57 * infrun.c (resume): Set right thread even if
58 stepping over breakpoint using software single step.
59
60 2007-11-28 Nick Roberts <nickrob@snap.net.nz>
61
62 * mi/mi-cmd-var.c (print_varobj): Revert change from 2007-08-31.
63 (mi_print_value_p): Guard against type = NULL.
64
65 2007-11-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
66
67 * dfp.c (decimal_from_string): Remove superfluous newline from
68 error string.
69 (decimal_to_string): Likewise.
70 * printcmd.c (printf_command): Change string buffer to use
71 MAX_DECIMAL_STRING constant.
72 * value.c (value_from_decfloat): Likewise.
73
74 2007-11-27 Ulrich Weigand <uweigand@de.ibm.com>
75
76 * Makefile.in (ALL_TARGET_OBS): Remove object files that require
77 64-bit CORE_ADDR and BFD support, move them to ...
78 (ALL_64_TARGET_OBS): ... this new variable.
79 * configure.ac: Check for --enable-64-bit-bfd option. Only add
80 64-bit targets with --enable-targets=all if BFD supports 64-bit.
81 * configure: Regenerate.
82
83 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Do not claim
84 all elf32-i386 executables, only cygwin core files.
85
86 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
87
88 * dwarf2read.c (dwarf2_get_pc_bounds): Moved the `DW_AT_ranges' parsing
89 code with its variables OBJFILE, CU_HEADER and OBFD into ...
90 (dwarf2_ranges_read): ... a new function.
91 (read_partial_die): Implemented the parsing of `DW_AT_ranges'.
92
93 2007-11-24 Pedro Alves <pedro_alves@portugalmail.pt>
94
95 * win32-nat.c (DR6_CLEAR_VALUE): New define.
96 (thread_info_struct): Rename suspend_count to suspended, to be
97 used as a flag.
98 (thread_rec): Only suspend the thread if it wasn't suspended by
99 gdb before. Warn if suspending failed.
100 (win32_add_thread): Set Dr6 to DR6_CLEAR_VALUE.
101 (win32_continue): Set Dr6 to DR6_CLEAR_VALUE. Update usage of the
102 `suspended' flag. Do ContinueDebugEvent after resuming the
103 suspended threads, not before. Set threads' contexts before
104 resuming them, not after.
105 (win32_resume): Set Dr6 to DR6_CLEAR_VALUE.
106
107 2007-11-23 Vladimir Prus <vladimir@codesourcery.com>
108
109 * breakpoint.c (insert_breakpoints)
110 (insert_bp_location): Remove stale comments.
111
112 2007-11-23 Maciej W. Rozycki <macro@mips.com>
113
114 * mips-linux-tdep.h: Fix some formatting.
115
116 2007-11-21 Markus Deuling <deuling@de.ibm.com>
117
118 * stack.c (print_args_stub): Use get_frame_arch to get at the current
119 architecture and replace current_gdbarch.
120 (frame_info): Likewise.
121
122 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
123
124 * varobj.c (c_variable_editable, cplus_variable_editable)
125 (java_variable_editable, variable_editable): Delete.
126 (varobj_editable_p): Replace above functions with one language
127 independent function. Check for an lvalue.
128 (varobj_get_attributes, varobj_set_value): Use varobj_editable_p.
129 (struct language_specific): Delete variable_editable field.
130
131 * mi-cmd-var.c (mi_cmd_var_assign): Simplify.
132
133 * varobj.h: Add extern for varobj_editable_p.
134
135 2007-11-20 Vladimir Prus <vladimir@codesourcery.com>
136
137 Remove unused breakpoint fields.
138 * breakpoint.h (struct breakpoint): Remove
139 from_tty and flag fields.
140 * breakpoint.c (break_command_1): Don't set
141 from_tty and flag field set of breakpoint.
142 (create_ada_exception_breakpoint): Don't set
143 the from_tty field.
144
145 2007-11-20 David Ung <davidu@mips.com>
146 Maciej W. Rozycki <macro@mips.com>
147
148 * mips-tdep.c (mips16_scan_prologue): Handle the MIPS16e SAVE
149 instruction.
150
151 2007-11-20 Vladimir Prus <vladimir@codesourcery.com>
152
153 * infrun.c (resume): Clarify logic that
154 decides if a single thread must be resumed. Add
155 comments.
156
157 2007-11-20 Vladimir Prus <vladimir@codesourcery.com>
158
159 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
160 Make static.
161
162 2007-11-19 Markus Deuling <deuling@de.ibm.com>
163
164 * gdbarch.sh (register_sim_regno): Add gdbarch as parameter.
165 * gdbarch.{c,h}: Regenerate.
166
167 * arch-utils.h (legacy_register_sim_regno): Add gdbarch as parameter.
168 * score-tdep.c (score_register_sim_regno): Likewise.
169 * sim-regno.h (one2one_register_sim_regno): Likewise.
170
171 * arch-utils.c (legacy_register_sim_regno): Add gdbarch as parameter.
172 Replace current_gdbarch by gdbarch.
173 * sh-tdep.c (sh_sh2a_register_sim_regno)
174 (sh_dsp_register_sim_regno): Likewise.
175 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
176 * mips-tdep.c (mips_register_sim_regno): Likewise.
177 * m32c-tdep.c (m32c_register_sim_regno): Likewise.
178 * frv-tdep.c (frv_register_sim_regno): Likewise.
179 * arm-tdep.c (arm_register_sim_regno): Likewise.
180 * remote-sim.c (one2one_register_sim_regno): Likewise.
181
182 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
183
184 * configure.ac (--enable-targets): New configure option.
185 Collect gdb_target_obs of multiple targets into TARGET_OBS.
186 Call configure.tgt multiple times, using $targ as operand.
187 * configure.tgt: Operate on $targ instead of $target.
188 * configure: Regenerate.
189 * Makefile.in (ALL_TARGET_OBS): Define.
190
191 * NEWS: Mention --enable-targets option.
192
193 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
194
195 * mips-tdep.c (show_mipsfpu_command): Do not crash if called when
196 current architecture is not MIPS.
197
198 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
199
200 * cli/cli-setshow.c (do_setshow_command): Use dynamically sized buffer
201 to construct error message if no argument was supplied.
202
203 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
204
205 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Remove.
206 (i386nbsd_aout_regset_from_core_section): Likewise.
207 (i386nbsd_aout_init_abi): Likewise.
208 (_initialize_i386nbsd_tdep): Do not register i386nbsd_aout_init_abi.
209
210 * vaxnbsd-tdep.c (vaxnbsd_aout_init_abi): Remove.
211 (_initialize_vaxnbsd_tdep): Do not register vaxnbsd_aout_init_abi.
212
213 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
214
215 * amd64fsdb-tdep.c (amd64fbsd_sigtramp_start_addr): Use ULL suffix.
216 (amd64fbsd_sigtramp_end_addr): Likewise.
217
218 * iq2000-tdep.c (iq2000_pointer_to_address): Fix argument type.
219 (iq2000_address_to_pointer): Likewise.
220 (iq2000_frame_prev_register): Likewise.
221 (iq2000_extract_return_value): Use regcache_cooked_read_unsigned
222 instead of regcache_cooked_read into CORE_ADDR variable.
223 (iq2000_return_value): Fix argument types.
224
225 * m32r-rom.c (m32r_load_section): Fix printf argument type.
226 (m32r_load): Likewise.
227
228 * m68kbsd-tdep.c: Include "gdbtypes.h".
229 * Makefile.in: Update dependencies.
230
231 * mn10300-tdep.c (mn10300_frame_unwind_cache): Fix aliasing violation.
232
233 * nto-tdep.c (LM_ADDR): Do not refer to no-longer-existing
234 lmo->l_addr_size element.
235
236 * remote-m32r-sdi.c (m32r_xfer_memory): Use paddr to print address.
237 (m32r_insert_breakpoint): Likewise.
238 (m32r_remove_breakpoint): Likewise.
239 (m32r_insert_watchpoint): Likewise.
240 (m32r_remove_watchpoint): Likewise.
241 (m32r_load): Fix printf argument type.
242
243 * xtensa-tdep.c (xtensa_regset_from_core_section): Fix printf
244 argument type.
245 (xtensa_frame_this_id): Do not cast pointers to "int" for output.
246 (xtensa_frame_prev_register): Likewise.
247 (xtensa_push_dummy_call): Likewise.
248
249 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
250
251 * config/alpha/alpha-linux.mt: Remove file.
252 * config/alpha/alpha.mt: Remove file.
253 * config/alpha/alpha-osf1.mt: Remove file.
254 * config/alpha/fbsd.mt: Remove file.
255 * config/alpha/nbsd.mt: Remove file.
256 * config/alpha/obsd.mt: Remove file.
257 * config/arm/embed.mt: Remove file.
258 * config/arm/linux.mt: Remove file.
259 * config/arm/nbsd.mt: Remove file.
260 * config/arm/obsd.mt: Remove file.
261 * config/arm/wince.mt: Remove file.
262 * config/avr/avr.mt: Remove file.
263 * config/cris/cris.mt: Remove file.
264 * config/frv/frv.mt: Remove file.
265 * config/h8300/h8300.mt: Remove file.
266 * config/i386/cygwin.mt: Remove file.
267 * config/i386/fbsd64.mt: Remove file.
268 * config/i386/fbsd.mt: Remove file.
269 * config/i386/i386gnu.mt: Remove file.
270 * config/i386/i386.mt: Remove file.
271 * config/i386/i386sol2.mt: Remove file.
272 * config/i386/linux64.mt: Remove file.
273 * config/i386/linux.mt: Remove file.
274 * config/i386/mingw.mt: Remove file.
275 * config/i386/nbsd64.mt: Remove file.
276 * config/i386/nbsd.mt: Remove file.
277 * config/i386/nto.mt: Remove file.
278 * config/i386/obsd64.mt: Remove file.
279 * config/i386/obsd.mt: Remove file.
280 * config/i386/sol2-64.mt: Remove file.
281 * config/ia64/ia64.mt: Remove file.
282 * config/ia64/linux.mt: Remove file.
283 * config/iq2000/iq2000.mt: Remove file.
284 * config/m32c/m32c.mt: Remove file.
285 * config/m32r/linux.mt: Remove file.
286 * config/m32r/m32r.mt: Remove file.
287 * config/m68hc11/m68hc11.mt: Remove file.
288 * config/m68k/linux.mt: Remove file.
289 * config/m68k/monitor.mt: Remove file.
290 * config/m68k/nbsd.mt: Remove file.
291 * config/m68k/obsd.mt: Remove file.
292 * config/m88k/obsd.mt: Remove file.
293 * config/mep/mep.mt: Remove file.
294 * config/mips/embed.mt: Remove file.
295 * config/mips/irix5.mt: Remove file.
296 * config/mips/irix6.mt: Remove file.
297 * config/mips/linux.mt: Remove file.
298 * config/mips/nbsd.mt: Remove file.
299 * config/mips/obsd64.mt: Remove file.
300 * config/mn10300/linux.mt: Remove file.
301 * config/mn10300/mn10300.mt: Remove file.
302 * config/mt/mt.mt: Remove file.
303 * config/pa/hppahpux.mt: Remove file.
304 * config/pa/hppa.mt: Remove file.
305 * config/pa/linux.mt: Remove file.
306 * config/pa/obsd.mt: Remove file.
307 * config/powerpc/aix.mt: Remove file.
308 * config/powerpc/linux.mt: Remove file.
309 * config/powerpc/nbsd.mt: Remove file.
310 * config/powerpc/obsd.mt: Remove file.
311 * config/powerpc/ppc-eabi.mt: Remove file.
312 * config/s390/s390.mt: Remove file.
313 * config/score/embed.mt: Remove file.
314 * config/sh/embed.mt: Remove file.
315 * config/sh/linux.mt: Remove file.
316 * config/sh/nbsd.mt: Remove file.
317 * config/sh/obsd.mt: Remove file.
318 * config/sh/sh64.mt: Remove file.
319 * config/sparc/embed.mt: Remove file.
320 * config/sparc/fbsd.mt: Remove file.
321 * config/sparc/linux64.mt: Remove file.
322 * config/sparc/linux.mt: Remove file.
323 * config/sparc/nbsd64.mt: Remove file.
324 * config/sparc/nbsd.mt: Remove file.
325 * config/sparc/obsd64.mt: Remove file.
326 * config/sparc/obsd.mt: Remove file.
327 * config/sparc/sol2-64.mt: Remove file.
328 * config/sparc/sol2.mt: Remove file.
329 * config/sparc/sparc64.mt: Remove file.
330 * config/sparc/sparc.mt: Remove file.
331 * config/spu/spu.mt: Remove file.
332 * config/v850/v850.mt: Remove file.
333 * config/vax/nbsd.mt: Remove file.
334 * config/vax/obsd.mt: Remove file.
335 * config/vax/vax.mt: Remove file.
336 * config/xstormy16/xstormy16.mt: Remove file.
337 * config/xtensa/xtensa.mt: Remove file.
338
339 * configure.tgt (gdb_target_cpu): Remove. Do not set anywhere.
340 (gdb_target): Likewise.
341 (gdb_target_obs): Document. Set for every target to contents
342 of TDEPFILES in former .mt makefile fragment.
343
344 * configure.ac (TARGET_OBS): Define.
345 (target_makefile_frag, gdb_target_cpu): Do not define.
346 * configure: Regenerate.
347
348 * Makefile.in (MT_FLAGS): Remove.
349 (GLOBAL_CFLAGS): Update.
350 (TARGET_OBS): Substitute from configure.
351 (DEPFILES): Remove TDEPFILES, add TARGET_OBS.
352 (@target_makefile_frag@): Remove.
353
354 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
355
356 * config/arm/embed.mt (SIM_OBS, SIM): Remove.
357 * config/avr/avr.mt (SIM_OBS, SIM): Remove.
358 * config/frv/frv.mt (SIM_OBS, SIM): Remove.
359 * config/h8300/h8300.mt (SIM_OBS, SIM): Remove.
360 * config/iq2000/iq2000.mt (SIM_OBS, SIM): Remove.
361 * config/m32c/m32c.mt (SIM_OBS, SIM): Remove.
362 * config/m32r/linux.mt (SIM_OBS, SIM): Remove.
363 * config/m32r/m32r.mt (SIM_OBS, SIM): Remove.
364 * config/m68hc11/m68hc11.mt (SIM_OBS, SIM): Remove.
365 * config/mips/embed.mt (SIM_OBS, SIM): Remove.
366 * config/mips/linux.mt (SIM_OBS, SIM): Remove.
367 * config/mips/nbsd.mt (SIM_OBS, SIM): Remove.
368 * config/mn10300/mn10300.mt (SIM_OBS, SIM): Remove.
369 * config/powerpc/linux.mt (SIM_OBS, SIM): Remove.
370 * config/powerpc/nbsd.mt (SIM_OBS, SIM): Remove.
371 * config/powerpc/ppc-sim.mt: Remove file.
372 * config/sh/embed.mt (SIM_OBS, SIM): Remove.
373 * config/sh/linux.mt (SIM_OBS, SIM): Remove.
374 * config/sh/nbsd.mt (SIM_OBS, SIM): Remove.
375 * config/sh/sh64.mt (SIM_OBS, SIM): Remove.
376 * config/sparc/embed.mt (SIM_OBS, SIM): Remove.
377 * config/v850/v850.mt (SIM_OBS, SIM): Remove.
378 * config/xstormy16/xstormy16.mt (SIM_OBS, SIM): Remove.
379
380 * configure.tgt (gdb_sim): Document variable.
381 (arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*): Set it.
382 (avr-*-*): Likewise.
383 (frv-*-*): Likewise.
384 (h8300-*-*): Likewise.
385 (iq2000-*-*): Likewise.
386 (m32c-*-*): Likewise.
387 (m32r*-*-linux*): Likewise.
388 (m32r*-*-*): Likewise.
389 (m68hc11*-*-*|m6811*-*-*): Likewise.
390 (mips*-*-*): Likewise.
391 (mips*-*-linux*): Likewise.
392 (mips*-*-netbsd* | mips*-*-knetbsd*-gnu): Likewise.
393 (mn10300-*-*): Likewise.
394 (powerpc-*-linux* | powerpc64-*-linux*): Likewise.
395 (powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu): Likewise.
396 (powerpc*-*-*): Use ppc-eabi target. Conditionally set gdb_sim.
397 (sh*): Set gdb_sim.
398 (sh-*-linux*): Likewise.
399 (sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu): Likewise.
400 (sh64-*-elf*): Likewise.
401 (sparc-*-rtems*): Likewise.
402 (v850*-*-elf): Likewise.
403 (xstormy16-*-*): Likewise.
404
405 * configure.ac (IGNORE_SIM, IGNORE_SIM_OBS): Do not set.
406 (SIM, SIM_OBS): Set depending on ${ignore_sim} and ${gdb_sim}.
407 * configure: Regenerate.
408 * Makefile.in (SIM, SIM_OBS): Substitute from configure.
409 (@IGNORE_SIM@, @IGNORE_SIM_OBS@): Remove.
410
411 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
412
413 * configure.tgt (gdb_osabi, build_gdbserver): Comment variables.
414 (arm*-*-*): Do not set obsolete build_rdi_share variable.
415
416 (*-*-freebsd* | *-*-kfreebsd*-gnu): Remove generic case, replace by ...
417 (alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
418 (i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu)
419 (sparc*-*-freebsd* | sparc*-*-kfreebsd*-gnu): ... specific cases.
420 (x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu): Re-sort.
421
422 (xscale-*-*): Merge into arm*-*-* case.
423 (fido-*-elf*): Merge into m68*-*-elf* case.
424 (m68*-*-aout*, m68*-*-coff*, m68*-*-elf*, m68*-*-rtems*,
425 m68*-*-uclinux*): Merge cases.
426 (powerpc-*-linux*, powerpc64-*-linux*): Merge cases.
427 (sh-*-coff*, sh-*-elf*): Merge into sh* case.
428
429 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
430
431 * configure.tgt: Reformat main case statement.
432
433 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
434
435 * configure.ac (hostfile, targetfile): Remove.
436 (GDB_XM_FILE, GDB_TM_FILE): Do not define.
437 (xm_h, tm_h): Likewise.
438 (DEPRECATED_TM_FILE, XM_FILE): Do not substitute into Makefile.
439 * configure, config.in: Regenerate.
440
441 * Makefile.in (xm_h, tm_h): Remove. Update dependencies.
442 (TAGS): Do not consider DEPRECATED_TM_FILE or XM_FILE.
443 (clean, local-maintainer-clean): Do not remove xm.h or tm.h.
444 * defs.h: Do not include "xm.h" or "tm.h".
445
446 * gdbarch.sh (verify_gdbarch): Do not dump GDB_XM_FILE or GDB_TM_FILE.
447 * gdbarch.c: Regenerate.
448
449 * config/score/embed.mt: Remove obsolete comment.
450
451 2007-11-16 Markus Deuling <deuling@de.ibm.com>
452
453 * gdbarch.sh (cannot_fetch_register, cannot_store_register): Add gdbarch
454 as parameter.
455 * gdbarch.{c,h}: Regenerate.
456
457 * alpha-tdep.c (alpha_cannot_fetch_register)
458 (alpha_cannot_store_register): Add gdbarch as parameter. Replace
459 current_gdbarch by gdbarch.
460 * cris-tdep.c (cris_cannot_fetch_register, cris_cannot_store_register)
461 (crisv32_cannot_fetch_register)
462 (crisv32_cannot_store_register): Likewise.
463 * arch-utils.c (cannot_register_not): Likewise.
464 * arch-utils.h (cannot_register_not): Likewise.
465 * hppa-tdep.c (hppa32_cannot_store_register)
466 (hppa32_cannot_store_register, hppa64_cannot_store_register)
467 (hppa64_cannot_fetch_register): Likewise.
468 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
469 (mipsnbsd_cannot_store_register): Likewise.
470
471 2007-11-16 Markus Deuling <deuling@de.ibm.com>
472
473 * m32r-rom.c (m32r_supply_register): Use get_regcache_arch to get at
474 the current architecture by regcache.
475 * ppcnbsd-nat.c (ppcnbsd_supply_pcb): Likewise.
476 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
477 (fetch_register, supply_vrregset, fetch_ppc_registers)
478 (store_altivec_register, store_spe_register, store_register)
479 (fill_vrregset, store_ppc_registers): Likewise.
480 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
481 * win32-nat.c (do_win32_fetch_inferior_registers)
482 (do_win32_store_inferior_registers): Likewise.
483 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
484 * remote-m32r-sdi.c (m32r_fetch_registers)
485 (m32r_store_registers): Likewise.
486 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
487
488 * trad-frame.c (trad_frame_alloc_saved_regs): Replace current_gdbarch by
489 gdbarch.
490 * user-regs.c (user_reg_map_name_to_regnum): Likewise.
491 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
492 (do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call)
493 (ppc64_sysv_abi_return_value): Likewise.
494 * m32c-tdep.c (m32c_register_reggroup_p): Likewise.
495 * m2-lang.c (build_m2_types): Likewise.
496 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache
497 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
498 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
499 * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): Likewise.
500
501 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Use get_frame_arch to
502 get at the current architecture by frame_info.
503 * gcore.c (derive_stack_segment): Likewise.
504
505 * shnbsd-nat.c (GETREGS_SUPPLIES): Add gdbarch parameter.
506 (shnbsd_fetch_inferior_registers, shnbsd_store_inferior_registers): Add
507 gdbarch to GETREGS_SUPPLIES call.
508
509 2007-11-16 Ulrich Weigand <uweigand@de.ibm.com>
510
511 * elfread.c (ST_REGULAR, ST_DYNAMIC, ST_SYNTHETIC): New defines.
512 (elf_symtab_read): Rename DYNAMIC argument to TYPE. Do not access
513 ELF-private symbol data when processing synthetic symbols. Use
514 udata.p to get at size of ppc64 synthetic 'dot' symbols.
515 (elf_symfile_read): Pass TYPE argument to elf_symtab_read.
516
517 2007-11-15 Doug Evans <dje@google.com>
518
519 * buildsym.h (subfiles): Move ...
520 * buildsym.c (subfiles): ... to here and make static.
521
522 * symmisc.c (maintenance_info_symtabs): Print linetable info.
523
524 2007-11-15 Markus Deuling <deuling@de.ibm.com>
525
526 * mipsnbsd-tdep.h (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove
527
528 2007-11-15 Markus Deuling <deuling@de.ibm.com>
529
530 * arm-tdep.c (arm_prologue_this_id): Replace LOWEST_PC by its
531 expression and use get_frame_arch to replace current_gdbarch by frame's
532 architecture.
533 * arm-tdep.h (LOWEST_PC): Remove
534
535 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
536
537 Apply const qualifier to some users of bp_location.
538 * breakpoint.h (struct bpstats): Make
539 the breakpoint_at field point at const bp_location.
540 * breakpoint.c (bpstat_alloc): Accept const
541 bp_location.
542 (breakpoint_here_p, breakpoint_inserted_here_p)
543 (software_breakpoint_inserted_here_p)
544 (breakpoint_thread_match, bpstat_stop_status)
545 (read_memory_nobpt, bpstat_have_active_hw_watchpoints): Use
546 const bp_location for iteration.
547 (print_it_typical, print_bp_stop_message): Use
548 const bp_location variable.
549
550 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
551
552 Make mark_breakpoints_out static.
553 * breakpoint.h (mark_breakpoints_out): Remove
554 declaration.
555 * breakpoint.c (mark_breakpoints_out): Make static.
556
557 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
558
559 Prevent clear_command from directly modifying breakpoint list.
560 * Makefile.in (breakpoint_h): Update dependency.
561 * breakpoint.c (clear_command): Do not remove
562 breakpoints from breakpoint_chain. Collect breakpoints
563 to delete in a vector.
564 * breakpoint.h (breakpoint_p): New typedef for pointer to
565 breakpoint. Register vector of breakpoint_p.
566
567 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
568
569 Remove 'run_cleanup'.
570 * defs.h (do_run_cleanups, make_run_cleanup): Remove
571 declarations.
572 * infcmd.c (run_command_1): Call clear_solib instead
573 of do_run_cleanups.
574 * jv-lang.c (java_rerun_cleanup): Remove, for lack of
575 any use.
576 * solib.c (solib_cleanup_queued, do_clear_solib): Remove.
577 (update_solib_lib): Don't setup run cleanup.
578 (no_shared_libraries): Call clear_solib, not do_clear_solib.
579 * utils.c (run_cleanup_chain, make_run_cleanup)
580 (do_run_cleanups): Remove.
581
582 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
583
584 Remove CLEAR_SOLIB use.
585 * corelow.c (core_close): Don't check for CLEAR_SOLIB.
586 * infcmd.c (attach_command): Likewise.
587
588 2007-11-14 Doug Evans <dje@google.com>
589
590 * buildsym.c (start_subfile,start_symtab): Doc fixes.
591
592 2007-11-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
593
594 * tui/tui-data.c (tui_prev_win): Guard against NULL.
595
596 2007-11-12 Markus Deuling <deuling@de.ibm.com>
597
598 * gdbarch.sh (gdbarch_alloc): Replace current_gdbarch by gdbarch. Remove
599 obsolete comment.
600 (verify_gdbarch, gdbarch_dump): Likewise.
601 (do_read): Update comment.
602 (addr_bit, bfd_arch_info, target_desc, long_long_bit, floatformat)
603 (ptr_bit, name_of_malloc): Replace current_gdbarch by gdbarch.
604 * gdbarch.{c,h}: Regenerate.
605
606 2007-11-12 Markus Deuling <deuling@de.ibm.com>
607
608 * xtensa-tdep.c (ARG_1ST): Replace ARGS_FIRST_REG by its expression.
609 (ARGS_FIRST_REG): Remove.
610 (areg_numer): New function.
611 (xtensa_pseudo_register_read, xtensa_frame_prev_register)
612 (xtensa_extract_return_value, xtensa_store_return_value)
613 (xtensa_frame_cache): Replace AREG_NUMBER by areg_number.
614 (AREG_NUMBER): Remove.
615 (XTENSA_IS_ENTRY, ARG_NOF, ARG_1ST): Add gdbarch as parameter.
616 (xtensa_frame_cache): Update use of XTENSA_IS_ENTRY.
617 (xtensa_push_dummy_call): Update use of ARG_NOF.
618 (extract_call_winsize): Add gdbarch as parameter. Replace
619 current_gdbarch by gdbarch.
620 (xtensa_extract_return_value, xtensa_store_return_value): Update call
621 of extract_call_winsize.
622
623 2007-11-10 Joel Brobecker <brobecker@adacore.com>
624
625 * NEWS: Add entry for new set/show print frame-args command.
626
627 2007-11-09 Kevin Buettner <kevinb@redhat.com>
628
629 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add missing
630 register number to map. Adjust warning check and error/warning
631 return value code to match expectations of this function's callers.
632
633 2007-11-09 Joel Brobecker <brobecker@adacore.com>
634
635 * stack.c (print_this_frame_argument_p): Handle arguments passed
636 by reference properly.
637
638 2007-11-09 Joel Brobecker <brobecker@adacore.com>
639
640 * stack.c (print_frame_arguments_choices): New static global.
641 (print_frame_arguments): Likewise.
642 (print_this_frame_argument_p): New function.
643 (print_frame_args): Print the argument value only when appropriate.
644 (_initialize_task): Add new "set/show print frame-arguments" command.
645
646 2007-11-09 Luis Machado <luisgpm@br.ibm.com>
647
648 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Move
649 saved_dabr_value assignment to the correct position.
650
651 2007-11-09 Markus Deuling <deuling@de.ibm.com>
652
653 * arch-utils.c (generic_convert_register_p): Add gdbarch as parameter.
654 * arch-utils.h (generic_convert_register_p): Likewise.
655
656 2007-11-09 Markus Deuling <deuling@de.ibm.com>
657
658 * gdbarch.sh (convert_register_p): Add gdbarch as parameter.
659 * ia64-tdep.c (ia64_convert_register_p): Likewise.
660 * i387-tdep.c (i387_convert_register_p): Likewise.
661 * i387-tdep.h (i387_convert_register_p): Likewise.
662 * alpha-tdep.c (alpha_convert_register_p): Likewise.
663 * gdbarch.{c,h}: Regenerate.
664
665 * rs6000-tdep.c (rs6000_convert_register_p): Add gdbarch as parameter.
666 Replace current_gdbarch by gdbarch.
667 * mips-tdep.c (mips_convert_register_p): Likewise.
668 * m68k-tdep.c (m68k_convert_register_p): Likewise.
669 * i386-tdep.c (i386_convert_register_p): Likewise.
670
671 2007-11-08 Aleksandar Ristovski <aristovski@qnx.com>
672
673 * gdb_string.h: Include <strings.h>.
674
675 2007-11-08 Vladimir Prus <vladimir@codesourcery.com>
676
677 * breakpoint.c (break_command_1): Remove
678 pending_bp parameter.
679 (create_breakpoint): Likewise.
680 (create_breakpoints): Likewise. Adjust call to
681 create_breakpoint.
682 (break_command_1): Likewise. Adjust call to
683 create_breakpoints.
684 (do_captured_breakpoint): Adjust call to
685 create_breakpoints.
686 (break_command, tbreak_command, hbreak_command)
687 (stopin_command, stopat_command): Adjust call
688 to break_command_1.
689
690 2007-11-07 Joseph Myers <joseph@codesourcery.com>
691 Daniel Jacobowitz <dan@codesourcery.com>
692
693 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Right-align
694 struct values smaller than one doubleword; left-align those
695 larger. Pass structs containing a single floating-point value in
696 registers.
697
698 2007-11-07 Joseph Myers <joseph@codesourcery.com>
699 Daniel Jacobowitz <dan@codesourcery.com>
700
701 * gdbtypes.c (floatformats_ibm_long_double): New.
702 * gdbtypes.h (floatformats_ibm_long_double): Declare.
703 * ia64-tdep.c (floatformat_ia64_ext): Update for addition of
704 split_half field.
705 * mips-tdep.c (n32n64_floatformat_always_valid,
706 floatformat_n32n64_long_double_big, floatformats_n32n64_long):
707 Remove.
708 (mips_gdbarch_init): Use floatformats_ibm_long_double instead of
709 floatformats_n32n64_long.
710 * ppc-linux-tdep.c (ppc_linux_init_abi): Use 128-bit IBM long
711 double.
712 * doublest.c (convert_floatformat_to_doublest,
713 convert_doublest_to_floatformat): Handle split floating-point
714 formats.
715 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle IBM long
716 double arguments.
717 (ppc64_sysv_abi_push_dummy_call): Likewise.
718 (do_ppc_sysv_return_value): Handle IBM long double return.
719
720 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
721
722 Fix crash when a variable object being deleted
723 has any of its children deleted previously.
724
725 * varobj.c (delete_variable_1): Don't recurse
726 into deleted children.
727
728 2007-11-07 Markus Deuling <deuling@de.ibm.com>
729
730 * gdbarch.sh (legacy_virtual_frame_pointer): Add gdbarch parameter.
731 * gdbarch.{c,h}: Regenerate.
732 * arch-utils.c (legacy_virtual_frame_pointer): Add gdbarch parameter.
733 Replace current_gdbarch by gdbarch.
734 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
735 * mips-tdep.c (mips_virtual_frame_pointer): Likewise.
736 * spu-tdep.c (spu_virtual_frame_pointer): Likewise.
737
738 2007-11-07 Markus Deuling <deuling@de.ibm.com>
739
740 * shnbsd-tdep.c (shnbsd_supply_gregset, shnbsd_collect_gregset): Use
741 get_regcache_arch to get at the current architecture by regcache.
742 * xstormy16-tdep.c (xstormy16_frame_prev_register): Use get_frame_arch
743 to get at the current architecture by frame_info.
744 * fbsd-nat.c (fbsd_make_corefile_notes): Use get_regcache_arch to get
745 at the current architecture by regcache.
746 * gnu-v3-abi.c (gnuv3_skip_trampoline): Use get_frame_arch to get at
747 the current architecture by frame_info.
748 (build_gdb_vtable_type): Replace current_gdbarch by gdbarch.
749 * aix-thread.c (special_register_p): Add gdbarch as parameter.
750 (fetch_regs_kernel_thread, store_regs_kernel_thread): Add gdbarch to
751 caller of special_register_p.
752
753 2007-11-07 Markus Deuling <deuling@de.ibm.com>
754
755 * infcall.c (call_function_by_hand): Use get_frame_arch to get at the
756 current architecture by frame_info.
757
758 2007-11-07 Markus Deuling <deuling@de.ibm.com>
759
760 * xtensa-tdep.h (SIZEOF_GREGSET, XTENSA_ELF_NGREG) Remove.
761
762 2007-11-07 Markus Deuling <deuling@de.ibm.com>
763
764 * s390-nat.c (supply_gregset, fill_gregset): Use get_regcache_arch to
765 get at the current architecture by regcache.
766 (SUBOFF): Add gdbarch to macro definition.
767
768 2007-11-07 Markus Deuling <deuling@de.ibm.com>
769
770 * gdbarch.sh (breakpoint_from_pc): Add gdbarch parameter.
771 * gdbarch.{c,h}: Regenerate.
772
773 * xtensa-tdep.c (xtensa_breakpoint_from_pc): Add gdbarch parameter.
774 Replace current_gdbarch by gdbarch.
775 * sh-tdep.c (sh_breakpoint_from_pc): Likewise.
776 * sh64-tdep.c (sh64_breakpoint_from_pc): Likewise.
777 * score-tdep.c (score_breakpoint_from_pc): Likewise.
778 * mips-tdep.c (mips_breakpoint_from_pc): Likewise.
779 * m32r-tdep.c (m32r_breakpoint_from_pc): Likewise.
780 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
781 * arm-tdep.c (arm_breakpoint_from_pc): Likewise.
782
783 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Add gdbarch
784 parameter.
785 * vax-tdep.c (vax_breakpoint_from_pc): Likewise.
786 * v850-tdep.c (v850_breakpoint_from_pc): Likewise.
787 * spu-tdep.c (spu_breakpoint_from_pc): Likewise.
788 * sparc-tdep.c (sparc_breakpoint_from_pc): Likewise.
789 * s390-tdep.c (s390_breakpoint_from_pc): Likewise.
790 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Likewise.
791 * mt-tdep.c (mt_breakpoint_from_pc): Likewise.
792 * mep-tdep.c (mep_breakpoint_from_pc): Likewise.
793 * m88k-tdep.c (m88k_breakpoint_from_pc): Likewise.
794 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Likewise.
795 * m32c-tdep.c (m32c_breakpoint_from_pc): Likewise.
796 * ia64-tdep.c (ia64_breakpoint_from_pc): Likewise.
797 * i386-tdep.c (i386_breakpoint_from_pc): Likewise.
798 * hppa-tdep.c (hppa_breakpoint_from_pc): Likewise.
799 * h8300-tdep.c (h8300_breakpoint_from_pc): Likewise.
800 * frv-tdep.c (frv_breakpoint_from_pc): Likewise.
801 * cris-tdep.c (cris_breakpoint_from_pc): Likewise.
802 * avr-tdep.c (avr_breakpoint_from_pc): Likewise.
803 * alpha-tdep.c (alpha_breakpoint_from_pc): Likewise.
804 * m68k-tdep.c (m68k_local_breakpoint_from_pc): Likewise.
805
806 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Add gdbarch parameter.
807 Replace current_gdbarch by gdbarch.
808 (rs6000_software_single_step): Use get_frame_arch to get at the
809 current architecture by frame_info. Add gdbarch to
810 rs6000_breakpoint_from_pc call.
811
812 2007-11-07 Markus Deuling <deuling@de.ibm.com>
813
814 * frv-tdep.c (frv_register_name, frv_check_watch_resources): Replace
815 macro CURRENT_VARIANT by its expression.
816 (CURRENT_VARIANT): Remove.
817 (frv_check_watch_resources): Add gdbarch parameter.
818
819 2007-11-07 Markus Deuling <deuling@de.ibm.com>
820
821 * MAINTAINERS (Write After Approval): Add self.
822
823 2007-11-05 Ulrich Weigand <uweigand@de.ibm.com>
824
825 * features/rs6000/power-core.xml: Use uint32 as register type.
826 * features/rs6000/power64-core.xml: Use uint64/uint32 as register type.
827 * features/rs6000/powerpc-32.c: Regenerate.
828 * features/rs6000/powerpc-403.c: Regenerate.
829 * features/rs6000/powerpc-403gc.c: Regenerate.
830 * features/rs6000/powerpc-505.c: Regenerate.
831 * features/rs6000/powerpc-602.c: Regenerate.
832 * features/rs6000/powerpc-603.c: Regenerate.
833 * features/rs6000/powerpc-604.c: Regenerate.
834 * features/rs6000/powerpc-64.c: Regenerate.
835 * features/rs6000/powerpc-7400.c: Regenerate.
836 * features/rs6000/powerpc-750.c: Regenerate.
837 * features/rs6000/powerpc-860.c: Regenerate.
838 * features/rs6000/powerpc-e500.c: Regenerate.
839
840 2007-11-05 Joel Brobecker <brobecker@adacore.com>
841
842 * breakpoint.c (set_raw_breakpoint_without_location): Make static.
843
844 2007-11-05 Joel Brobecker <brobecker@adacore.com>
845
846 * breakpoint.h (create_solib_load_event_breakpoint)
847 (create_solib_unload_event_breakpoint)
848 (create_fork_event_catchpoint, create_vfork_event_catchpoint)
849 (create_exec_event_catchpoint): Delete declaration.
850 * breakpoint.c (create_solib_load_event_breakpoint)
851 (solib_load_unload_1, create_solib_unload_event_breakpoint): Delete.
852 (create_fork_event_catchpoint, create_vfork_event_catchpoint)
853 (create_exec_event_catchpoint): Make static.
854
855 2007-11-05 Joel Brobecker <brobecker@adacore.com>
856
857 * breakpoint.h (set_breakpoint_sal): Remove declaration.
858 * breakpoint.c (set_breakpoint_sal): Delete.
859
860 2007-11-05 Joel Brobecker <brobecker@adacore.com>
861
862 * buildsym.c (finish_block): Remove "#if 1"/"#endif" brackets.
863 (make_blockvector): Likewise. Remove FIXME comment.
864
865 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
866
867 * printcmd.c: (printf_command): Add support for new DFP
868 modifiers %H, %D and %DD.
869 * configure.ac: Add check for DECFLOAT printf support.
870 * configure: Regenerated.
871
872 2007-11-02 Ulrich Weigand <uweigand@de.ibm.com>
873
874 * gdbtypes.h (struct cplus_struct_type): Remove runtime_ptr member.
875 (TYPE_RUNTIME_PTR, TYPE_VTABLE, TYPE_HAS_VTABLE,
876 TYPE_PRIMARY_BASE, TYPE_VIRTUAL_BASE_LIST): Remove macros.
877 (HP_ACC_VFUNC_START, HP_ACC_VBASE_START, HP_ACC_TYPEINFO_OFFSET,
878 HP_ACC_TOP_OFFSET_OFFSET): Likewise.
879 (has_vtable, primary_base_class, virtual_base_list_length,
880 virtual_base_list_length_skip_primaries, virtual_base_index,
881 virtual_base_index_skip_primaries, class_index_in_primary_list,
882 count_virtual_fns): Remove prototypes.
883 * gdbtypes.c (has_vtable, primary_base_class, current_vbase_list,
884 virtual_base_list_aux, virtual_base_list, virtual_base_list_length,
885 virtual_base_list_length_skip_primaries, virtual_base_index,
886 virtual_base_index_skip_primaries, class_index_in_primary_list,
887 count_virtual_fns): Remove.
888
889 * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Remove.
890 (hpacc_vtbl_ptr_name, hpacc_vtbl_ptr_type_name): Remove.
891 (cp_print_value_fields): Remove support for HP aCC vtables.
892 (cp_print_value): Likewise.
893 * c-typeprint.c (c_type_print_base): Likewise.
894
895 * value.h (find_rt_vbase_offset): Remove prototype.
896 * valops.c (find_rt_vbase_offset): Remove.
897 (search_struct_method): Remove support for HP aCC vtables.
898 (find_method_list): Likewise.
899
900 2007-11-02 Ulrich Weigand <uweigand@de.ibm.com>
901
902 * language.h (struct language_defn): Remove la_builtin_type_vector
903 and string_char_type members.
904 * language.c (language_string_char_type): No longer consult
905 la->string_char_type.
906 (language_lookup_primitive_type_by_name): No longer consult
907 current_language->la_builtin_type_vector.
908
909 * language.c (unknown_language_defn, auto_language_defn,
910 local_language_defn): Adapt initializer.
911 * ada-lang.c (ada_language_defn): Likewise.
912 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn,
913 minimal_language_defn): Likewise.
914 * f-lang.c (f_language_defn): Likewise.
915 * jv-lang.c (java_language_defn): Likewise.
916 * m2-lang.c (m2_language_defn): Likewise.
917 * objc-lang.c (objc_language_defn): Likewise.
918 * p-lang.c (pascal_language_defn): Likewise.
919 * scm-lang.c (scm_language_defn): Likewise.
920
921 2007-11-02 Markus Deuling <deuling@de.ibm.com>
922
923 * frame.c (frame_id_inner): Add gdbarch parameter. Replace
924 current_gdbarch by gdbarch.
925 (frame_find_by_id, get_prev_frame_1): Use get_frame_arch to get at the
926 current architecture by frame_info.
927 * frame.h (frame_id_inner): Add gdbarch parameter.
928 * stack.c (return_command): Use get_frame_arch to get at the current
929 architecture by frame_info. Update call of frame_id_inner.
930 * infrun.c (handle_inferior_event): Likewise.
931 * dummy-frame.c (dummy_frame_push): Use get_regcache_arch to get at the
932 current architecture by regcache. Update call of frame_id_inner.
933
934 2007-11-02 Markus Deuling <deuling@de.ibm.com>
935
936 * gdbarch.sh (register_name): Add gdbarch parameter.
937 * gdbarch.{c,h}: Regenerate.
938
939 * target-descriptions.c (tdesc_register_name): Add gdbarch parameter.
940 (tdesc_register_name): Replace current_gdbarch by gdbarch.
941 * target-descriptions.h (tdesc_register_name): Add gdbarch parameter.
942
943 * xstormy16-tdep.c (xstormy16_register_name): Add gdbarch parameter.
944 * vax-tdep.c (vax_register_name): Add gdbarch parameter.
945 * spu-tdep.c (spu_register_name): Add gdbarch parameter.
946 * s390-tdep.c (s390_register_name): Add gdbarch parameter.
947 * mt-tdep.c (mt_register_name): Add gdbarch parameter.
948 (mt_registers_info): Replace current_gdbarch by gdbarch.
949 (mt_register_reggroup_p): Add gdbarch to mt_register_name call.
950 * mips-tdep.c (mips_register_name): Add gdbarch parameter. Replace
951 current_gdbarch by gdbarch.
952 (mips_register_name): Add gdbarch to tdesc_register_name call.
953 * mep-tdep.c (mep_register_name): Add gdbarch parameter. Replace
954 current_gdbarch by gdbarch.
955 (mep_register_reggroup_p): Add gdbarch to mep_register_name call.
956 * m32c-tdep.c (m32c_register_name): Add gdbarch parameter. Replace
957 current_gdbarch by gdbarch.
958 * m88k-tdep.c (m88k_register_name): Add gdbarch parameter.
959 * m68k-tdep.c (m68k_register_name): Add gdbarch parameter.
960 * m32r-tdep.c (m32r_register_name): Add gdbarch parameter.
961 (m32r_frame_unwind_cache): Use get_frame_arch to get at the current
962 architecture by frame_info.
963 * iq2000-tdep.c (iq2000_register_name): Add gdbarch parameter.
964 * ia64-tdep.c (ia64_register_name): Add gdbarch parameter.
965 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Add gdbarch
966 parameter.
967 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
968 (h8300sx_register_name): Add gdbarch parameter.
969 * cris-tdep.c (cris_register_name, crisv32_register_name): Add
970 gdbarch parameter. Replace current_gdbarch by gdbarch.
971 (cris_gdbarch_init): Replace current_gdbarch by gdbarch (comment).
972 * avr-tdep.c (avr_register_name): Add gdbarch parameter.
973 * arm-tdep.c (arm_register_name): Add gdbarch paramete
974 * amd64-tdep.c (amd64_register_name): Add gdbarch parameter. Update
975 caller.
976 * amd64-tdep.h (amd64_register_name): Add gdbarch parameter.
977 * amd64-linux-tdep.c (amd64_linux_register_name): Add gdbarch parameter.
978 * alpha-tdep.c (alpha_register_name): Add gdbarch parameter.
979 (alpha_cannot_fetch_register, alpha_cannot_store_register): Update call
980 of alpha_register_name.
981 * frv-tdep.c (frv_register_name): Add gdbarch parameter.
982 * i386-tdep.c (i386_register_name): Add gdbarch parameter. Replace
983 current_gdbarch by gdbarch.
984 (i386_register_type): Replace ?current_gdbarch by gdbarch.
985 * i386-tdep.h (i386_register_name): Add gdbarch parameter.
986 * i386-linux-tdep.c (i386_linux_register_name): Add gdbarch parameter.
987
988 * m68hc11-tdep.c (m68hc11_register_name): Add gdbarch parameter.
989 (m68hc11_register_reggroup_p): Add gdbarch to call of
990 m68hc11_register_name.
991 * mn10300-tdep.c (mn10300_generic_register_name, am33_register_name)
992 (am33_2_register_name): Add gdbarch parameter.
993 (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
994 architecture by frame_info.
995 (mn10300_dump_tdep): Replace current_gdbarch by gdbarch.
996 * rs6000-tdep.c (rs6000_register_name): Add gdbarch parameter. Replace
997 current_gdbarch by gdbarch.
998 * score-tdep.c (score_register_name): Add gdbarch parameter.
999 (score_return_value, score_push_dummy_call): Replace current_gdbarch
1000 by gdbarch.
1001 * sh64-tdep.c (sh64_register_name): Add gdbarch parameter.
1002 (sh64_compact_reg_base_num, sh64_register_convert_to_virtual)
1003 (sh64_register_convert_to_raw, sh64_fv_reg_base_num)
1004 (sh64_dr_reg_base_num, sh64_fpp_reg_base_num): Add gdbarch parameter
1005 and update caller. Replace current_gdbarch by gdbarch.
1006 (sh64_extract_return_value, sh64_store_return_value): Use
1007 get_regcache_arch to get at the current architecture by regcache.
1008 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
1009 (sh_sh3e_register_name, sh_sh2e_register_name, sh_sh2a_register_name)
1010 (sh_sh2a_nofpu_register_name, sh_sh_dsp_register_name)
1011 (sh_sh3_dsp_register_name, sh_sh4_register_name)
1012 (sh_sh4_nofpu_register_name, sh_sh4al_dsp_register_name): Add gdbarch
1013 parameter.
1014 (fv_reg_base_num, dr_reg_base_num, sh_justify_value_in_reg)
1015 (sh_next_flt_argreg): Add gdbarch parameter and update caller. Replace
1016 current_gdbarch by gdbarch.
1017 (sh_extract_return_value_fpu, sh_store_return_value_fpu): Use
1018 get_regcache_arch to get at the current architecture by regcache.
1019 * sparc-tdep.c (sparc32_register_name): Add gdbarch parameter.
1020 * sparc64-tdep.c (sparc64_register_name): Add gdbarch parameter.
1021 * v850-tdep.c (v850_register_name, v850e_register_name): Add gdbarch
1022 parameter.
1023 (v850_unwind_sp, v850_unwind_pc): Replace current_gdbarch by gdbarch.
1024 * xtensa-tdep.c (xtensa_register_name): Add gdbarch parameter. Replace
1025 current_gdbarch by gdbarch.
1026 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
1027 (xtensa_frame_prev_register): Add gdbarch parameter to
1028 xtensa_register_name call.
1029
1030 2007-10-31 Ulrich Weigand <uweigand@de.ibm.com>
1031
1032 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Fall back to
1033 find_solib_trampoline_target if PC is not in .plt section.
1034
1035 2007-10-31 Ulrich Weigand <uweigand@de.ibm.com>
1036
1037 * elfread.c (elf_symtab_read): When constructing a solib trampoline
1038 minimal symbol from an undefined dynamic symbol, use proper section.
1039
1040 2007-10-31 Markus Deuling <deuling@de.ibm.com>
1041
1042 * arm-linux-nat.c (fetch_register, fetch_regs): Use get_regcache_arch
1043 to get at the current architecture by regcache.
1044
1045 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1046
1047 * libunwind-frame.c (libunwind_frame_sniffer)
1048 libunwind_frame_prev_register, libunwind_sigtramp_frame_sniffer)
1049 (libunwind_frame_cache): Use get_frame_arch to get at the current
1050 architecture by frame_info.
1051 (libunwind_get_reg_special): Replace current_gdbarch by gdbarch.
1052
1053 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1054
1055 * iq2000-tdep.c (iq2000_frame_prev_register): Use get_frame_arch to get
1056 at the current architecture by frame_info.
1057
1058 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1059
1060 * inf-child.c (inf_child_fetch_inferior_registers): Use
1061 get_regcache_arch to get at the current architecture by regcache.
1062
1063 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1064
1065 * inf-ptrace.c (inf_ptrace_fetch_registers)
1066 (inf_ptrace_fetch_register, inf_ptrace_store_register)
1067 (inf_ptrace_store_registers): Use get_regcache_arch to get at the
1068 current architecture by regcache.
1069
1070 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1071
1072 * hpux-thread.c (hpux_thread_fetch_registers)
1073 (hpux_thread_store_registers): Use get_regcache_arch to get at the
1074 current architecture by regcache.
1075
1076 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1077
1078 * hppa-tdep.c (hppa_frame_cache): Use get_frame_arch to get at the
1079 current architecture by frame_info.
1080
1081 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1082
1083 * go32-nat.c (fetch_register, go32_fetch_registers, store_register)
1084 (go32_store_registers): Use get_regcache_arch to get at the current
1085 architecture by regcache.
1086
1087 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1088
1089 * gdbtypes.c (gdbtypes_post_init): Replace current_gdbarch by gdbarch.
1090
1091 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1092
1093 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Use get_frame_arch
1094 to get at the current architecture by frame_info.
1095
1096 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1097
1098 * f-lang.c (build_fortran_types): Replace current_gdbarch by gdbarch.
1099
1100 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1101
1102 * core-regset.c (fetch_core_registers): Use get_regcache_arch to get at
1103 the current architecture by regcache.
1104
1105 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1106
1107 * corelow.c (get_core_registers): Use get_regcache_arch to get at the
1108 current architecture by regcache.
1109
1110 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1111
1112 * bsd-uthread.c (bsd_uthread_fetch_registers)
1113 (bsd_uthread_store_registers): Use get_regcache_arch to get at the
1114 current architecture by regcache.
1115
1116 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1117
1118 * avr-tdep.c (avr_frame_unwind_cache, avr_frame_prev_register): Use
1119 get_frame_arch to get at the current architecture by frame_info.
1120
1121 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1122
1123 * arm-tdep.c (arm_get_next_pc): Replace current_gdbarch by gdbarch.
1124
1125 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1126
1127 * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
1128 (store_regs): Use get_regcache_arch to get at the current architecture
1129 by regcache.
1130
1131 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1132
1133 * arm-linux-tdep.c (arm_linux_supply_gregset): Use get_regcache_arch
1134 to get at the current architecture by regcache.
1135
1136 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1137
1138 * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
1139 (alphabsd_store_inferior_registers): Use get_regcache_arch to get at
1140 the current architecture by regcache.
1141
1142 2007-10-30 Markus Deuling <deuling@de.ibm.com>
1143
1144 * ada-lang.c (ada_language_arch_info): Replace current_gdbarch by
1145 gdbarch.
1146
1147 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
1148
1149 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Check the selected
1150 soft float and vector ABIs. Support the generic vector ABI for
1151 AltiVec types.
1152 (do_ppc_sysv_return_value): Likewise. Correct argument types and
1153 casts.
1154 (ppc64_sysv_abi_push_dummy_call): Assert that floating point is
1155 supported.
1156 * ppc-tdep.h (enum powerpc_vector_abi): New.
1157 (struct gdbarch_tdep): Add soft_float and vector_abi.
1158 * rs6000-tdep.c (setpowerpccmdlist, showpowerpccmdlist)
1159 (powerpc_soft_float_global, powerpc_vector_strings)
1160 (powerpc_vector_abi_global, powerpc_vector_abi_string): New.
1161 (rs6000_gdbarch_init): Check for soft-float and vector ABI markings.
1162 (set_powerpc_command, show_powerpc_command, powerpc_set_soft_float)
1163 (powerpc_set_vector_abi): New.
1164 (_initialize_rs6000_tdep): Register "set powerpc" and "show powerpc"
1165 commands.
1166 * Makefile.in (elf_ppc_h): New.
1167 (rs6000-tdep.o): Update.
1168
1169 2007-10-29 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1170
1171 * ppc-linux-tdep.c (ppc32_linux_reg_offsets): Corrected
1172 swapped offsets and VRSAVE offset.
1173 (ppc64_linux_reg_offsets): Corrected swapped offsets.
1174 (ppc32_linux_vrregset): Added.
1175 (ppc_linux_regset_from_core_section): Added support for
1176 .reg-ppc-vmx section.
1177 * ppc-tdep.h (ppc_altivec_support_p): Declare.
1178 (ppc_supply_vrregset): Declare.
1179 (ppc_collect_vrregset): Declare.
1180 * rs6000-tdep.c (ppc_altivec_support_p): Added.
1181 (ppc_supply_vrregset): Added.
1182 (ppc_collect_vrregset): Added.
1183 * corelow.c (get_core_registers): Added support for
1184 .reg-ppc-vmx section.
1185
1186 2007-10-29 Joel Brobecker <brobecker@adacore.com>
1187
1188 GDB 6.7.1 released.
1189
1190 2007-10-26 Jim Blandy <jimb@codesourcery.com>
1191
1192 * ax-gdb.h (expr_to_address_and_size): Delete declaration for
1193 deleted function.
1194
1195 * tracepoint.c (tracepoint_operation): Report the deletion event
1196 after we have unlinked the tracepoint from the list, and use the
1197 proper tracepoint number.
1198
1199 * ax-gdb.c (expr_to_agent): Delete unused function.
1200 (expr_to_address_and_size): Delete #if 0'd function.
1201 * ax-gdb.h (expr_to_agent): Delete declaration.
1202
1203 * ax-gdb.c (gen_cast): Remove redundant assignment to
1204 value->type. Doc fix.
1205
1206 * ax-general.c (gen_traced_pop, gen_int_literal)
1207 (gen_usual_arithmetic): Check for typedefs.
1208
1209 2007-10-26 Joel Brobecker <brobecker@adacore.com>
1210
1211 * parse.c (prefixify_expression): Minor reformatting.
1212
1213 2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
1214
1215 * version.in: Use dot instead of dash.
1216
1217 2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
1218
1219 * linux-thread-db.c (check_for_thread_db): Only print if info_verbose.
1220
1221 2007-10-25 Pedro Alves <pedro_alves@portugalmail.pt>
1222
1223 * memory-map.c (parse_memory_map): Don't use an empty struct
1224 initializer.
1225
1226 2007-10-25 Pedro Alves <pedro_alves@portugalmail.pt>
1227
1228 * signals/signals.c (signals): Update pointer to enum
1229 target_signal declaration.
1230
1231 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
1232 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1233 Jim Blandy <jimb@codesourcery.com>
1234
1235 * dwarf2read.c (read_partial_die): check the value
1236 of DW_AT_calling_convention in Fortran programs.
1237
1238 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
1239 Thiago Jung Bauermann <bauerman@br.ibm.com>
1240
1241 * c-exp.y (YYSTYPE): Add typed_val_decfloat for decimal
1242 floating point in YYSTYPE union.
1243 (DECFLOAT) Add token and expression element handling code.
1244 (parse_number): Parse DFP constants, which end with suffix 'df',
1245 'dd' or 'dl'. Return DECFLOAT.
1246 * eval.c (evaluate_subexp_standard): Call value_from_decfloat to
1247 handle OP_DECFLOAT.
1248 * expression.h (enum exp_opcode): Add an opcode (OP_DECFLOAT)
1249 for DFP constants.
1250 (union exp_element): Add decfloatconst to represent DFP
1251 elements, which is 16 bytes by default.
1252 * parse.c (write_exp_elt_decfloatcst): New function to write a
1253 decimal float const into the expression.
1254 (operator_length_standard): Set operator length for OP_DECFLOAT
1255 to 4.
1256 * parser-defs.h (write_exp_elt_decfloatcst): Prototype.
1257 * valarith.c (value_neg): Add code to handle the negation
1258 operation of DFP values.
1259 * value.c (value_from_decfloat): New function to get the value
1260 from a decimal floating point.
1261 * value.h (value_from_decfloat): Prototype.
1262
1263 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
1264 Thiago Jung Bauermann <bauerman@br.ibm.com>
1265
1266 * c-lang.c (c_create_fundamental_type): Create fundamental
1267 types for DFP.
1268 * c-typeprint.c (c_type_print_varspec_prefix): Add
1269 TYPE_CODE_DECFLOAT to no prefix needed case.
1270 (c_type_print_varspec_suffix): Add TYPE_CODE_DECFLOAT to no
1271 suffix needed case.
1272 * c-valprint.c (c_val_print): Call print_decimal_floating to
1273 print DFP values.
1274 * dwarf2read.c (read_base_type): Read DW_ATE_decimal_float
1275 attribute code and return TYPE_CODE_DECFLOAT.
1276 (dwarf_base_type): Set dwarf2_fundamental_type for DFP values.
1277 * gdbtypes.c (gdbtypes_post_init): Initialize builtin_decfloat,
1278 builtin_decdouble and builtin_declong.
1279 * gdbtypes.h (enum type_code): Add TYPE_CODE_DECFLOAT as a
1280 type code for DFP.
1281 (FT_DECFLOAT, FT_DBL_PREC_DECFLOAT, FT_EXT_PREC_DECFLOAT): New
1282 types, for decimal floating point.
1283 (FT_NUM_MEMBERS): Increment, new types added.
1284 (struct builtin_type): Add builtin_decfloat, builtin_decdouble
1285 and builtin_declong.
1286 * valprint.c (print_decimal_floating): New function to print DFP
1287 values.
1288 * value.h (print_decimal_floating): Prototype.
1289
1290 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
1291 Thiago Jung Bauermann <bauerman@br.ibm.com>
1292
1293 * Makefile.in (LIBDECNUMBER_DIR, LIBDECNUMBER, LIBDECNUMBER_SRC
1294 LIBDECNUMBER_CFLAGS): New macros for libdecnumber.
1295 (INTERNAL_CFLAGS_BASE): Add LIBDECNUMBER_CFLAGS in.
1296 (INSTALLED_LIBS): Add -ldecnumber in.
1297 (CLIBS): Add LIBDECNUMBER in.
1298 (decimal128_h, decimal64_h, decimal32_h): New macros for decimal
1299 headers.
1300 (dfp_h): New macros for decimal floating point.
1301 (dfp.o): New target.
1302 (COMMON_OBS): Add dfp.o in.
1303 (c-exp.o): Add dfp_h as dependency.
1304 (valprint.o): Add dfp_h as dependency.
1305 (value.o): Add dfp_h as dependency.
1306 * dfp.h: New header file for decimal floating point support in
1307 GDB.
1308 * dfp.c: New source file for decimal floating point support in
1309 GDB. Implement decimal_from_string and decimal_to_string based
1310 on libdecnumber API.
1311 * configure.ac: Add AC_C_BIGENDIAN test.
1312 * config.in, configure: Regenerate.
1313
1314 2007-10-25 David Ung <davidu@mips.com>
1315 Maciej W. Rozycki <macro@mips.com>
1316
1317 PR exp/1926
1318 * infcmd.c (registers_info): Check for a user register before
1319 calling target's gdbarch_print_registers_info(). If found to be
1320 so, extract the implicit value of user register and call
1321 print_scalar_formatted().
1322 * Makefile.in: (infcmd.o): Add $(user_regs_h).
1323
1324 2007-10-25 Joel Brobecker <brobecker@adacore.com>
1325
1326 * NEWS: Document status of hppa64-hpux support.
1327
1328 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1329
1330 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1331 set_solib_ops to install SVR4 operations.
1332 (_initialize_svr4_solib): Do not set current_target_so_ops.
1333
1334 * config/i386/i386gnu.mh (NATDEPFILES): Move solib.o, solib-svr4.o ...
1335 * config/i386/i386gnu.mt (TDEPFILES): ... to here.
1336
1337 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1338
1339 * solib-svr4.c (legacy_svr4_fetch_link_map_offsets_hook): Remove.
1340 (solib_svr4_init): Initialize fetch_link_map_offsets to NULL.
1341 * solib-svr4.h (legacy_svr4_fetch_link_map_offsets_hook): Remove.
1342 * solib-legacy.c: Remove file.
1343
1344 * config/alpha/alpha-linux.mt (TDEPFILES): Remove solib-legacy.o.
1345 * config/arm/linux.mt (TDEPFILES): Likewise.
1346 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
1347 * config/ia64/linux.mt (TDEPFILES): Likewise.
1348 * config/m32r/linux.mt (TDEPFILES): Likewise.
1349 * config/powerpc/linux.mt (TDEPFILES): Likewise.
1350 * config/s390/s390.mt (TDEPFILES): Likewise.
1351
1352 * alpha-linux-tdep.c (alpha_linux_init_abi): Call
1353 set_solib_svr4_fetch_link_map_offsets.
1354 * i386gnu-tdep.c (i386gnu_init_abi): Likewise.
1355 * ia64-linux-tdep.c (ia64_linux_init_abi): Likewise.
1356
1357 * i386gnu-tdep.c: Include "solib-svr4.h".
1358 * Makefile.in: Update dependencies.
1359
1360 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1361
1362 * i386-nto-tdep.c: Include "solib.h".
1363 (i386nto_init_abi): Use set_solib_ops instead of overwriting
1364 current_target_so_ops members.
1365 * solist.h (TARGET_SO_RELOCATE_SECTION_ADDRESSES): Remove.
1366 (TARGET_SO_FIND_AND_OPEN_SOLIB): Remove.
1367 (TARGET_SO_IN_DYNSYM_RESOLVE_CODE): Remove.
1368 * Makefile.in: Update dependencies.
1369
1370 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1371
1372 * arm-wince-tdep.c: Include "solib.h" and "solib-target.h".
1373 (arm_wince_init_abi): Call set_solib_ops.
1374 * i386-cygwin-tdep.c: Include "solib.h" and "solib-target.h".
1375 (i386_cygwin_init_abi): Call set_solib_ops.
1376 * solib-target.c: Include "solib-target.h".
1377 (solib_target_so_ops): Make global.
1378 (_initialize_solib_target): Do not set current_target_so_ops.
1379 * solib-target.h: New file.
1380 * Makefile.in: Update dependencies.
1381
1382 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1383
1384 * mips-irix-tdep.c: Include "gdb_string.h", "solib.h", "solib-irix.h".
1385 (mips_irix_init_abi): Call set_solib_ops.
1386 * solib-irix.c: Include "solib.h" and "solib-irix.h".
1387 (irix_so_ops): Make global.
1388 (_initialize_irix_solib): Do not set current_target_so_ops.
1389 * solib-irix.h: New file.
1390 * Makefile.in: Update dependencies.
1391
1392 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1393
1394 * configure.tgt: Remove hppa*64*-*-hpux11* special case.
1395 * config/pa/hppa64.mt: Delete file.
1396 * config/pa/hppahpux.mt (MT_CFLAGS): Remove.
1397 (TDEPFILES): Move somread.o to ...
1398 * config/pa/hpux.mh (NATDEPFILES): ... here.
1399
1400 * configure.ac: Add check for elf_hp.h header.
1401 Search libdl and libxpdl for dlgetmodinfo.
1402 * config.in, configure: Regenerate.
1403 * solib-pa64.c: Conditionalize compilation on #ifdef HAVE_ELF_HP_H
1404 instead of #ifndef PA_SOM_ONLY. Include "solib.h".
1405 (pa64_solib_select): Take gdbarch instead of tdep argument. Call
1406 set_solib_ops instead of modifying current_target_so_ops.
1407 * solib-pa64.h (pa64_solib_select): Update prototype.
1408 * solib-som.c: Remove include of "som.h". Include "solib.h".
1409 (som_solib_select): Take gdbarch instead of tdep argument. Call
1410 set_solib_ops instead of modifying current_target_so_ops.
1411 * solib-som.h (som_solib_select): Update prototype.
1412 * hppa-hpux-tdep.c (hppa_hpux_som_init_abi): Pass gdbarch instead
1413 of tdep to som_solib_select call.
1414 (hppa_hpux_elf_init_abi): Pass gdbarch instead of tdep to
1415 pa64_solib_select call.
1416 * Makefile.in: Update dependencies.
1417
1418 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1419
1420 * frv-tdep.c: Include "solib.h".
1421 (frv_gdbarch_init): Call set_solib_ops.
1422 * frv-tdep.h (struct target_so_ops): Add forward reference.
1423 (frv_so_ops): Add extern declaration.
1424 * solib-frv.c (frv_so_ops): Make global.
1425 (_initialize_frv_solib): Do not set current_target_so_ops.
1426 * Makefile.in: Update dependencies.
1427
1428 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1429
1430 * solib.c (solib_global_lookup): Use solib_ops instead of global
1431 current_target_so_ops.
1432
1433 2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1434
1435 * config/frv/frv.mt (DEPRECATED_TM_FILE): Remove.
1436 * config/frv-tm-frv.h: Delete file.
1437
1438 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1439
1440 * NEWS: Mention gdbserver support for non-libthread_db operation.
1441
1442 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1443
1444 * amd64-tdep.c (amd64_convert_register_p): Delete.
1445 (amd64_init_abi): Use i387_convert_register_p.
1446 * alpha-tdep.c (alpha_convert_register_p): Return zero for
1447 eight byte types.
1448 (alpha_register_to_value, alpha_value_to_register): Do not handle
1449 eight byte types.
1450 * i386-tdep.c (i386_convert_register_p): Use i387_convert_register_p.
1451 * i387-tdep.c (i387_convert_register_p): New.
1452 (i387_register_to_value, i387_value_to_register): Update comments.
1453 * i387-tdep.h (i387_convert_register_p): Declare.
1454 * ia64-tdep.c (ia64_convert_register_p): Return zero for
1455 builtin_type_ia64_ext.
1456 (ia64_gdbarch_init): Do not initialize builtin_type_ia64_ext here.
1457 (_initialize_ia64_tdep): Initialize builtin_type_ia64_ext here.
1458 * m68k-tdep.c (m68k_convert_register_p): Return zero for
1459 builtin_type_m68881_ext.
1460 (m68k_register_to_value, m68k_value_to_register): Update comments.
1461
1462 2007-10-24 Nathan Sidwell <nathan@codesourcery.com>
1463
1464 * target-memory.c (claim_memory): Propagate baton for split memory
1465 requests.
1466
1467 2007-10-24 Pedro Alves <pedro_alves@portugalmail.pt>
1468
1469 PR gdb/2341
1470 * sol-thread.c (sol_thread_fetch_registers): Work around gcc 3.4
1471 alias warning bug.
1472
1473 2007-10-24 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1474
1475 * symtab.c (find_line_symtab): scan through psymtabs
1476 when exact_match is zero.
1477
1478 2007-10-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1479
1480 * mips-tdep.c (LL_OPCODE, LLD_OPCODE, SC_OPCODE, SCD_OPCODE): Define.
1481 (deal_with_atomic_sequence): New.
1482 (mips_software_single_step): Use it.
1483
1484 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1485
1486 PR gdb/2336
1487 * configure.ac: Modify $LIBINTL before the BFD check.
1488 * configure: Regenerated.
1489
1490 2007-10-23 Joel Brobecker <brobecker@adacore.com>
1491
1492 * buildsym.c (free_pending_blocks): Remove commented-out code.
1493 (make_blockvector): Likewise. Re-use free_pending_blocks.
1494 (end_symtab): Remove commented-out code.
1495
1496 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1497
1498 * top.c (command_loop): Fix output for shrinkage.
1499
1500 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1501
1502 * cp-name-parser.y (exp1): Add & ( var ) as a reference expression.
1503 (exp): Remove and document function-like casts.
1504
1505 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1506
1507 * cp-support.c: Include "safe-ctype.h".
1508 (cp_already_canonical): New function.
1509 (cp_canonicalize_string): Use it. Return NULL for already canonical
1510 strings.
1511 (mangled_name_to_comp): Update call to cp_demangled_name_to_comp.
1512 (cp_func_name, remove_params): Likewise.
1513 (cp_find_first_component_aux): Use ISSPACE.
1514 * cp-support.h (cp_demangled_name_to_comp): Correct comment. Remove
1515 MEMORY_P argument.
1516 * cp-name-parser.y (ALLOC_CHUNK): Define.
1517 (struct demangle_info): Add PREV and NEXT. Increase the size of
1518 COMPS.
1519 (d_grab): Convert to a function.
1520 (allocate_info): Rewrite.
1521 (cp_demangled_name_to_comp): Remove MEMORY argument. Do not use
1522 strlen. Update call to allocate_info. Do not free it on failure.
1523 (main): Update calls to cp_demangled_name_to_comp.
1524 * Makefile.in (cp-support.o): Update.
1525
1526 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1527
1528 * std-regs.c (value_of_builtin_frame_fp_reg)
1529 value_of_builtin_frame_pc_reg, value_of_builtin_frame_sp_reg)
1530 value_of_builtin_frame_ps_reg): Use get_frame_arch to get at the
1531 current architecture by frame_info.
1532
1533 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1534
1535 * reggroups.c (default_register_reggroup_p): Replace current_gdbarch
1536 by gdbarch.
1537
1538 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1539
1540 * infcmd.c (default_print_registers_info, print_return_value)
1541 (print_vector_info, print_float_info): Replace current_gdbarch by
1542 gdbarch.
1543 (registers_info): Use get_frame_arch to get at the current
1544 architecture by frame_info.
1545
1546 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1547
1548 * i387-tdep.c (i387_collect_fsave, i387_collect_fxsave): Use
1549 get_regcache_arch to get at the current architecture by regcache.
1550
1551 2007-10-22 Markus Deuling <deuling@de.ibm.com>
1552
1553 * target.c (debug_print_register): Use get_regcache_arch to get at the
1554 current architecture by regcache.
1555
1556 2007-10-21 Daniel Jacobowitz <dan@codesourcery.com>
1557
1558 * dwarf2read.c (read_file_scope): Add a comment.
1559 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_type)
1560 (read_enumeration_type, process_enumeration_scope, read_array_type)
1561 (read_typedef, read_base_type, read_subrange_type)
1562 (read_unspecified_type): Use dwarf2_name.
1563
1564 2007-10-21 Daniel Jacobowitz <dan@codesourcery.com>
1565
1566 * coffread.c (coff_symfile_finish): Call dwarf2_free_objfile.
1567 * dwarf2read.c (dwarf2_free_objfile): New.
1568 * elfread.c (elf_symfile_finish): Call dwarf2_free_objfile.
1569 * symfile.h (dwarf2_free_objfile): Declare.
1570
1571 2007-10-21 Joel Brobecker <brobecker@adacore.com>
1572
1573 * hppa-hpux-nat.c (hppa_hpux_store_register): Add missing semi-colon.
1574
1575 2007-10-21 Luis Machado <luisgpm@br.ibm.com>
1576
1577 * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): New function.
1578 * (rs6000_gdbarch_init): Install ppc_dwarf2_frame_init_reg as
1579 default dwarf2_frame_set_init_reg function.
1580
1581 2007-10-21 Pedro Alves <pedro_alves@portugalmail.pt>
1582
1583 * NEWS: Mention native MinGW configuration.
1584
1585 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1586
1587 * gdbarch.sh: Remove "macro" column of input table. Remove handling
1588 of "macro" column throughout the file. Remove (empty) "macro" entry
1589 of all gdbarch functions.
1590
1591 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1592
1593 * gdbarch.sh (sofun_address_maybe_missing): New gdbarch variable.
1594 * gdbarch.c, gdbarch.h: Regenerate.
1595 * dbxread.c (find_stab_function_addr): Define unconditionally.
1596 (read_dbx_symtab): Use gdbarch_sofun_address_maybe_missing
1597 instead of SOFUN_ADDRESS_MAYBE_MISSING.
1598 (end_psymtab): Likewise.
1599 (process_one_symbol): Likewise.
1600 * mdebugread.c (parse_partial_symbols): Likewise.
1601
1602 * symtab.h (struct minimal_symbol): Always define "filename" member.
1603 * elfread.c (elf_symtab_read): Use msym->filename unconditionally.
1604 * minsyms.c (lookup_minimal_symbol): Likewise.
1605 * symmisc.c (dump_msymbols): Likewise.
1606
1607 * config/i386/i386sol2.mt (DEPRECATED_TM_FILE): Remove.
1608 * config/i386/linux.mt (DEPRECATED_TM_FILE): Remove.
1609 * config/i386/tm-i386sol2.h: Remove file.
1610 * config/i386/tm-linux.h: Remove file.
1611 * i386-linux-tdep.c (i386_linux_init_abi): Add call to
1612 set_gdbarch_sofun_address_maybe_missing.
1613 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
1614
1615 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Remove.
1616 * config/powerpc/nbsd.mt (DEPRECATED_TM_FILE): Remove.
1617 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Remove.
1618 * config/powerpc/ppc-eabi.mt (DEPRECATED_TM_FILE): Remove.
1619 * config/powerpc/ppc-sim.mt (DEPRECATED_TM_FILE): Remove.
1620 * config/powerpc/tm-ppc-eabi.h: Remove file.
1621 * rs6000-tdep.c (rs6000_gdbarch_init): Add call to
1622 set_gdbarch_sofun_address_maybe_missing.
1623
1624 * config/sparc/sol2-64.mt (DEPRECATED_TM_FILE): Remove.
1625 * config/sparc/sol2.mt (DEPRECATED_TM_FILE): Remove.
1626 * config/sparc/tm-sol2.h: Remove file.
1627 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Add call to
1628 set_gdbarch_sofun_address_maybe_missing.
1629 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
1630
1631 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1632
1633 * gdbarch.sh (static_transform_name): New gdbarch callback.
1634 * gdbarch.c, gdbarch.h: Regenerate.
1635 * dbxread.c (read_dbx_symtab): Use gdbarch_static_transform_name
1636 instead of STATIC_TRANSFORM_NAME.
1637 * mdebugread.c (parse_partial_symbols): Likewise.
1638 * stabsread.c (define_symbol): Likewise.
1639 * xcoffread.c (scan_xcoff_symtab): Likewise.
1640
1641 * config/i368/tm-i386sol2.h (STATIC_TRANSFORM_NAME): Remove.
1642 (IS_STATIC_TRANSFORM_NAME): Remove.
1643 * i386-tdep.c (sunpro_static_transform_name): Remove, move to ...
1644 * i386-sol2-tdep.c (i386_sol2_static_transform_name): ... here.
1645 (i386_sol2_init_abi): Install it.
1646
1647 * config/sparc/tm-sol2.h (STATIC_TRANSFORM_NAME): Remove.
1648 (IS_STATIC_TRANSFORM_NAME): Remove.
1649 * sparc-tdep.c (sparc_stabs_unglobalize_name): Remove, move to ...
1650 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): ... here.
1651 (sparc32_sol2_init_abi): Install it.
1652 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
1653 * sparc-tdep.h (sparc_sol2_static_transform_name): Add prototype.
1654
1655 2007-10-18 Daniel Jacobowitz <dan@codesourcery.com>
1656
1657 * mips-tdep.c (mips_xfer_register): Take a gdbarch argument.
1658 (mips_n32n64_return_value, mips_o32_return_value)
1659 (mips_o64_return_value): Update calls to mips_xfer_register.
1660
1661 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1662
1663 * frame.c (frame_unwind_unsigned_register): Delete.
1664 (frame_sp_unwind): Use frame_unwind_register_unsigned instead.
1665 * frame.h (frame_unwind_unsigned_register): Delete prototype.
1666
1667 * alpha-linux-tdep.c, alpha-mdebug-tdep.c, alpha-tdep.c,
1668 avr-tdep.c, cris-tdep.c, frv-tdep.c, m68hc11-tdep.c, mn10300-tdep.c,
1669 mt-tdep.c: Replace frame_unwind_unsigned_register with
1670 frame_unwind_register_unsigned.
1671
1672 2007-10-16 Pedro Alves <pedro_alves@portugalmail.pt>
1673
1674 * config/i386/mingw.mh, config/i386/mingw.mt: New files.
1675 * configure.tgt (i[34567]86-*-mingw32*): Set gdb_target = mingw.
1676 * win32-nat.c: Only include cygwin.h on Cygwin host. Don't
1677 include procfs.h.
1678 (cygwin_load_start, cygwin_load_end, cygwin_exceptions): Disable
1679 if not building on Cygwin.
1680 (win32_make_so, handle_output_debug_string, handle_exception)
1681 (do_initial_win32_stuff): Wrap Cygwin specific code in __CYGWIN__.
1682 (win32_attach): Only fallback to Cygwin pids if building on
1683 Cygwin.
1684 (win32_pid_to_exec_file): Disable Cygwin specific code, if not
1685 building on Cygwin.
1686 (win32_create_inferior): Disable starting the inferior through a
1687 shell, environment var processing and tty handling if not building
1688 on Cygwin.
1689 (cygwin_pid_to_str): Rename to ...
1690 (win32_pid_to_str): ... this.
1691 (init_win32_ops): Update use of win32_pid_to_str. Disable "shell"
1692 and "cygwin-exceptions" commands if not building on Cygwin.
1693
1694 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
1695
1696 * doc/gdb.texinfo: Add TSIZE definition, removed
1697 statement about unbounded arrays being unimplemented.
1698 * m2-valprint.c (m2_print_array_contents): New function.
1699 (m2_print_unbounded_array): New function.
1700 (m2_print_array_contents): New function.
1701 * m2-typeprint.c (m2_unbounded_array): New function.
1702 (m2_is_unbounded_array): New function.
1703 (m2_print_type): Test for unbounded array when walking
1704 across structs.
1705 * m2-lang.h: Added extern m2_is_unbounded_array.
1706 * m2-lang.c (evaluate_subexp_modula2): New function.
1707 (exp_descriptor_modula2): New structure.
1708 (m2_language_defn): Use exp_descriptor_modula2.
1709 * m2-exp.y: Added TSIZE and binary subscript.
1710
1711 2007-10-16 Daniel Jacobowitz <dan@codesourcery.com>
1712
1713 * mi/mi-main.c (captured_mi_execute_command): Clear mi_error_message
1714 after freeing it.
1715
1716 2007-10-16 Kevin Buettner <kevinb@redhat.com>
1717
1718 * m32r-tdep.c (decode_prologue): Sign extend offset for
1719 "addi sp, xx" case.
1720 (m32r_frame_unwind_cache): Likewise.
1721
1722 2007-10-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1723
1724 * rs6000-tdep.c (skip_prologue): Restore comment with
1725 function description to its proper place.
1726
1727 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1728
1729 * NEWS: Mention gdbserver PowerPC improvements.
1730
1731 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1732
1733 * features/Makefile (WHICH): Add PowerPC register definitions.
1734 (rs6000/powerpc-32-expedite, rs6000/powerpc-e500-expedite)
1735 (rs6000/powerpc-64-expedite): New macros.
1736 ($(outdir)/%.dat): Handle subdirectories.
1737 * regformats/rs6000/powerpc-32.dat, regformats/rs6000/powerpc-64.dat,
1738 regformats/rs6000/powerpc-e500.dat: New generated files.
1739
1740 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1741
1742 * ppc-linux-nat.c (ppc_linux_read_description): New.
1743 (_initialize_ppc_linux_nat): Set to_read_description.
1744 * ppc-tdep.h (tdesc_powerpc_e500): Declare.
1745
1746 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1747
1748 * NEWS: Document target described register support for PowerPC.
1749 * ppc-tdep.h: Remove ppc_spr constants.
1750 (struct gdbarch_tdep): Remove regs, ppc_sr0_regnum, and
1751 ppc_builtin_type_vec128 members.
1752 (PPC_R0_REGNUM, PPC_F0_REGNUM, PPC_PC_REGNUM, PPC_MSR_REGNUM)
1753 (PPC_CR_REGNUM, PPC_LR_REGNUM, PPC_CTR_REGNUM, PPC_XER_REGNUM)
1754 (PPC_FPSCR_REGNUM, PPC_MQ_REGNUM, PPC_SPE_UPPER_GP0_REGNUM)
1755 (PPC_SPE_ACC_REGNUM, PPC_SPE_FSCR_REGNUM, PPC_VR0_REGNUM)
1756 (PPC_VSCR_REGNUM, PPC_VRSAVE_REGNUM, PPC_NUM_REGS): New constants.
1757 * rs6000-tdep.c: Include preparsed descriptions.
1758 (init_sim_regno_table): Do not iterate over pseudo registers.
1759 Look up segment registers by name. Use sim_spr_register_name
1760 for SPRs.
1761 (rs6000_register_sim_regno): Call init_sim_regno_table here.
1762 (rs6000_builtin_type_vec128): Delete.
1763 (rs6000_register_name): Only handle SPE pseudo registers and upper
1764 halves. Call tdesc_register_name for everything else.
1765 (rs6000_register_type): Delete. Replace with...
1766 (rs6000_pseudo_register_type): ...this new function. Only handle
1767 SPE pseudo registers.
1768 (rs6000_register_reggroup_p): Delete. Replace with...
1769 (rs6000_pseudo_register_reggroup_p): ...this new function. Only
1770 handle SPE pseudo registers.
1771 (rs6000_convert_register_p): Use ppc_fp0_regnum instead of
1772 "struct reg".
1773 (rs6000_register_to_value, rs6000_value_to_register): Remove check
1774 of reg->fpr.
1775 (e500_register_reggroup_p): Delete.
1776 (STR, R, R4, R8, R16, F, P8, R32, R64, R0, A4, S, S4, SN4, S64)
1777 (COMMON_UISA_REGS, PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS)
1778 (PPC_SEGMENT_REGS, PPC_OEA_SPRS, PPC_ALTIVEC_REGS, PPC_SPE_GP_REGS)
1779 (PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): Delete macros.
1780 (registers_powerpc, registers_403, registers_403GC, registers_505)
1781 (registers_860, registers_601, registers_602, registers_603)
1782 (registers_604, registers_750, registers_7400, registers_e500): Delete
1783 variables.
1784 (struct variant): Delete nregs, npregs, num_tot_regs, and regs. Add
1785 tdesc.
1786 (tot_num_registers, num_registers, num_pseudo_registers): Delete.
1787 (variants): Delete outdated comment. Use standard target descriptions
1788 instead of "struct reg" arrays.
1789 (init_variants): Delete.
1790 (rs6000_gdbarch_init): Do not guess word size from the BFD
1791 architecture if we have a target description. Select a variant
1792 before creating a new architecture. Use the variant's target
1793 description if the target did not define a register layout.
1794 Validate target-supplied registers. Reject mismatches. Use
1795 fixed register numbers and new constants instead of magic
1796 numbers. Call set_gdbarch_ps_regnum. Call tdesc_use_registers.
1797 (_initialize_rs6000_tdep): Initialize the preparsed target
1798 descriptions.
1799 * target-descriptions.c (tdesc_predefined_types): Add int128 and
1800 uint128.
1801 (tdesc_find_register_early): New function.
1802 (tdesc_numbered_register): Use it.
1803 (tdesc_register_size): New function.
1804 (tdesc_use_registers): Take a target_desc argument. Do not use
1805 gdbarch_target_desc.
1806 * target-descriptions.h (tdesc_use_registers): Update prototype
1807 and comment.
1808 (tdesc_register_size): New prototype.
1809 * Makefile.in (powerpc_32_c, powerpc_403_c, powerpc_403gc_c)
1810 (powerpc_505_c, powerpc_601_c, powerpc_602_c, powerpc_603_c)
1811 (powerpc_604_c, powerpc_64_c, powerpc_7400_c, powerpc_750_c)
1812 (powerpc_860_c, powerpc_e500_c, rs6000_c): New macros.
1813 (rs6000-tdep.o): Update.
1814 * arm-tdep.c (arm_gdbarch_init): Update call to tdesc_use_registers.
1815 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1816 * mips-tdep.c (mips_gdbarch_init): Likewise.
1817
1818 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1819
1820 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
1821 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
1822 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
1823 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
1824 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
1825 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
1826 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: New
1827 generated files.
1828
1829 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1830
1831 * features/rs6000/power-altivec.xml, features/rs6000/power-core.xml,
1832 features/rs6000/power-fpu.xml, features/rs6000/power-oea.xml,
1833 features/rs6000/power-spe.xml, features/rs6000/power64-core.xml: New
1834 feature descriptions for standard PowerPC register sets.
1835
1836 * features/rs6000/powerpc-32.xml, features/rs6000/powerpc-403.xml,
1837 features/rs6000/powerpc-403gc.xml, features/rs6000/powerpc-505.xml,
1838 features/rs6000/powerpc-601.xml, features/rs6000/powerpc-602.xml,
1839 features/rs6000/powerpc-603.xml, features/rs6000/powerpc-604.xml,
1840 features/rs6000/powerpc-64.xml, features/rs6000/powerpc-7400.xml,
1841 features/rs6000/powerpc-750.xml, features/rs6000/powerpc-860.xml,
1842 features/rs6000/powerpc-e500.xml, features/rs6000/rs6000.xml: New
1843 target descriptions for PowerPC processors.
1844
1845 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1846
1847 * target-descriptions.c (tdesc_predefined_types): New.
1848 (tdesc_named_type): Use it.
1849 (tdesc_type_id, maint_print_c_tdesc_cmd): New functions.
1850 (_intialize_target_descriptions): Register "maint print c-tdesc".
1851 * features/Makefile (XMLTOC, CFILES, GDB): New macros.
1852 (cfiles, %.c): New rules.
1853 * features/arm-with-iwmmxt.c, features/mips-linux.c,
1854 features/mips64-linux.c: New generated files.
1855
1856 * arm-linux-nat.c: Include preparsed description instead of
1857 "xml-support.h".
1858 (super_xfer_partial, arm_linux_xfer_partial): Remove.
1859 (arm_linux_read_description): New function.
1860 (_initialize_arm_linux_nat): Set to_read_description instead of
1861 to_xfer_partial. Initialize preparsed description.
1862 * config/arm/linux.mh (TDEP_XML): Delete.
1863 * mips-linux-nat.c: Include preparsed descriptions instead of
1864 "xml-support.h".
1865 (super_xfer_partial, mips_linux_xfer_partial): Remove.
1866 (mips_linux_read_description): New function.
1867 (_initialize_mips_linux_nat): Set to_read_description instead of
1868 to_xfer_partial. Initialize preparsed description.
1869 * config/mips/linux.mh (TDEP_XML): Delete.
1870 * Makefile.in (XMLFILES): Remove $(TDEP_XML).
1871 (features_headers, arm_with_iwmmxt_c, mips_linux_c)
1872 (mips64_linux_c): New macros.
1873 (arm-linux-nat.o, mips-linux-nat.o): Update.
1874
1875 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
1876
1877 * cp-abi.c (set_cp_abi_as_auto_default): ARI fix:
1878 Replace xasprintf by xstrprintf.
1879 symfile-mem.c (add_vsyscall_page): Ditto.
1880
1881 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1882
1883 * ia64-linux-nat.c (ia64_register_addr): Add gdbarch parameter,
1884 replacing use of global current_gdbarch.
1885 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
1886 (ia64_linux_fetch_register, ia64_linux_store_register): Update callers.
1887
1888 * ia64-tdep.c (SIGCONTEXT_REGISTER_ADDRESS): Remove macro.
1889 (ia64_sigtramp_frame_init_saved_regs): Add next_frame parameter,
1890 replace uses of SIGCONTEXT_REGISTER_ADDRESS.
1891 (ia64_sigtramp_frame_cache): Update caller.
1892
1893 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1894
1895 * gdbarch.sh (deprecated_use_struct_convention): Remove.
1896 (extract_return_value, store_return_value): Remove.
1897 (return_value): Remove default implementation.
1898 * gdbarch.c, gdbarch.h: Regenerate.
1899
1900 * stack.c (return_command): Remove compatibility hack.
1901 * arch-utils.c (legacy_return_value): Remove.
1902 * arch-utils.h (legacy_return_value): Likewise.
1903
1904 * arch-utils.c (always_use_struct_convention): Remove.
1905 * arch-utils.h (always_use_struct_convention): Likewise.
1906 * value.c (generic_use_struct_convention): Remove.
1907 * defs.h (generic_use_struct_convention): Likewise.
1908
1909 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1910
1911 * avr-tdep.c (avr_return_value): New function.
1912 (avr_gdbarch_init): Call set_gdbarch_return_value instead of
1913 set_gdbarch_extract_return_value.
1914
1915 * fvr-tdep.c (frv_return_value): New function.
1916 (frv_gdbarch_init): Call set_gdbarch_return_value instead of
1917 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
1918 and set_gdbarch_deprecated_use_struct_convention.
1919
1920 * ia64-tdep.c (ia64_use_struct_convention): Make static.
1921 Add check for structure, union, or array types.
1922 (ia64_extract_return_value): Make static.
1923 (ia64_store_return_value): Make static. Support multi-word values.
1924 (ia64_return_value): New function.
1925 (ia64_gdbarch_init): Call set_gdbarch_return_value instead of
1926 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
1927 and set_gdbarch_deprecated_use_struct_convention.
1928
1929 2007-10-12 Joel Brobecker <brobecker@adacore.com>
1930
1931 * solib-target.c (solib_target_parse_libraries)
1932 [HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
1933
1934 2007-10-12 Jim Blandy <jimb@codesourcery.com>
1935
1936 * serial.h (struct serial_ops): Document read_prim to return zero
1937 at EOF.
1938 * ser-base.c (do_ser_base_readchar): Return SERIAL_EOF when
1939 read_prim returns zero, not SERIAL_TIMEOUT.
1940
1941 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1942
1943 * alpha-mdebug-tdep.c: Include "gdb_string.h".
1944 (find_proc_desc): Add fix-up code for setjmp procedure descriptor.
1945 * mdebugread.c (parse_procedure): Remove setjmp fix-up code.
1946 * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
1947
1948 * config/alpha/alpha.mt (DEPRECATED_TM_FILE): Remove.
1949 * config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Remove.
1950 * config/alpha/alpha-osf1.mt (DEPRECATED_TM_FILE): Remove.
1951 * config/alpha/fbsd.mt (DEPRECATED_TM_FILE): Remove.
1952 * config/alpha/tm-alpha.h: Remove file.
1953
1954 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1955
1956 * breakpoint.c (breakpoint_sals_to_pc): Do not check for
1957 DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE.
1958
1959 * config/pa/tm-hppa.h: Delete file.
1960 * config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE.
1961 * config/pa/hppahpux.mt: Likewise.
1962 * config/pa/hppa.mt: Likewise.
1963 * config/pa/linux.mt: Likewise.
1964 * hppa-tdep.c (hppa_pc_requires_run_before_use): Delete.
1965
1966 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1967
1968 * config/arm/nm-nbsdaout.h: Remove file.
1969 * config/nm-nbsdaout.h: Likewise.
1970 * config/nm-nbsd.h: Likewise.
1971
1972 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1973
1974 * block.h (struct block): Remove "gcc_compile_flag" member.
1975 (BLOCK_GCC_COMPILED): Remove.
1976 * block.c (allocate_block): Do not clear BLOCK_GCC_COMPILED.
1977 * buildsym.c (finish_block): Do not set it.
1978 * symmisc.c (dump_symtab_1): Do not dump it.
1979
1980 * value.h (using_struct_return): Remove "gcc_p" argument.
1981 * value.c (using_struct_return): Likewise.
1982 * eval.c (evaluate_subexp_standard): Adapt callers.
1983 * infcall.c (call_function_by_hand): Likewise.
1984 * stack.c (return_command): Likewise.
1985 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
1986
1987 * gdbarch.sh (push_dummy_code): Remove "using_gcc" parameter.
1988 * gdbarch.c, gdbarch.h: Regenerate.
1989 * cris-tdep.c (cris_push_dummy_code): Adapt prototype.
1990 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
1991 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
1992 * infcall.c (generic_push_dummy_code, push_dummy_code): Likewise.
1993 (push_dummy_code, call_function_by_hand): Adapt callers.
1994
1995 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1996
1997 * infcmd.c (print_return_value): Remove STRUCT_RETURN argument.
1998 (finish_command_continuation, finish_command): Adapt callers.
1999
2000 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2001
2002 * infcall.c (call_function_by_hand): Remove special handling
2003 for HP aCC compiled code.
2004
2005 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2006
2007 * cris-tdep.c (cris_push_dummy_call): Support arguments passed by
2008 reference. Fix endianness bugs.
2009 (cris_reg_struct_has_address): Remove.
2010 (cris_gdbarch_init): Remove set_gdbarch_deprecated_reg_struct_has_addr
2011 and set_gdbarch_deprecated_use_struct_convention calls.
2012
2013 * gdbarch.sh (deprecated_reg_struct_has_addr): Remove.
2014 * gdbarch.c, gdbarch.h: Regenerate.
2015 * infcall.c (call_function_by_hand): Remove handling of
2016 deprecated_reg_struct_has_addr.
2017
2018 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2019 Kazu Hirata <kazu@codesourcery.com>
2020
2021 * breakpoint.c (do_enable_breakpoint): Delay enabling until after
2022 checking watchpoint resources.
2023
2024 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
2025
2026 * memattr.c (inaccessible_by_default): Change the initial
2027 value to 1.
2028
2029 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2030
2031 PR gdb/2280
2032 * coffread.c (read_one_sym): Check for read errors.
2033
2034 2007-10-11 Ulrich Weigand <uweigand@de.ibm.com>
2035
2036 * linux-nat.c (lin_lwp_attach_lwp): Use "Linux kernel 2.6.19"
2037 instead of "Linux 2.6.19" in comment.
2038 (linux_xfer_partial): Use "GNU/Linux target" instead of
2039 "Linux target" in comment.
2040 * m68klinux-tdep.c (m68k_linux_inferior_created): Likewise.
2041 (m68k_linux_get_sigtramp_info): Likewise.
2042
2043 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2044
2045 * MAINTAINERS (language support): List Joel and Paul as
2046 Ada maintainers.
2047
2048 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2049
2050 * dbxread.c (process_one_symbol): Remove VARIABLES_INSIDE_BLOCK
2051 checks.
2052 * config/arm/embed.mt, config/arm/linux.mt, config/arm/wince.mt: Do
2053 not set DEPRECATED_TM_FILE.
2054 * config/arm/tm-arm.h: Delete file.
2055
2056 2007-10-11 Luis Machado <luisgpm@br.ibm.com>
2057
2058 * MAINTAINERS (Write After Approval): Add self.
2059
2060 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2061
2062 * buildsym.c (record_line): Remove empty lines followed by
2063 end-of-sequence markers.
2064
2065 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
2066
2067 * configure.tgt: Recognize fido-*-elf.
2068
2069 2007-10-10 Joel Brobecker <brobecker@adacore.com>
2070
2071 GDB 6.7 released.
2072
2073 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2074
2075 * stack.c (print_frame_args, frame_info, return_command): Use
2076 get_regcache_arch or get_frame_arch to get at the current architecture
2077 by regcache or by frame, respectively.
2078
2079 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2080
2081 * rs6000-nat.c (fetch_register, store_register)
2082 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers): Use
2083 get_regcache_arch to get at the current architecture by regcache.
2084
2085 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_return_value)
2086 (rs6000_register_reggroup_p, e500_move_ev_registe, rs6000_unwind_pc)
2087 (rs6000_unwind_dummy_id, rs6000_frame_cache, rs6000_dump_tdep): Replace
2088 current_gdbarch by gdbarch.
2089 (rs6000_skip_trampoline_code, rs6000_register_to_value)
2090 (rs6000_value_to_register): Use get_frame_arch to get at the current
2091 architecture by frame_info.
2092
2093 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2094
2095 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow): Use
2096 get_regcache_arch to get at the current architecture by regcache.
2097
2098 * sparc64-tdep.c (sparc64_supply_gregset, sparc64_collect_gregset)
2099 (sparc64_supply_fpregset, sparc64_collect_fpregset): Use
2100 get_regcache_arch to get at the current architecture by regcache.
2101
2102 * sparc64nbsd-nat. (sparc64nbsd_supply_gregset)
2103 (sparc64nbsd_collect_gregset, sparc64nbsd_supply_fpregset)
2104 (sparc64nbsd_collect_fpregset): Use get_regcache_arch to get at the
2105 current architecture by regcache.
2106
2107 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2108
2109 * remote-mips.c (mips_wait, mips_fetch_registers)
2110 (mips_store_registers): Use get_regcache_arch to get at the
2111 current architecture by regcache.
2112
2113 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg)
2114 (mipsnbsd_supply_fpreg, mipsnbsd_fill_fpreg): Use get_regcache_arch to
2115 get at the current architecture by regcache.
2116 (mipsnbsd_sigtramp_offset): Use get_frame_arch to get at the current
2117 architecture by frame_info.
2118
2119 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
2120 (mipsnbsd_store_inferior_registers): Use get_regcache_arch to get at
2121 the current architecture by regcache.
2122
2123 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
2124 (mips64_linux_get_longjmp_target, mips_linux_o32_sigframe_init)
2125 (mips_linux_n32n64_sigframe_init): Use get_frame_arch to get at the
2126 current architecture by frame_info.
2127 (supply_32bit_reg, mips_supply_gregset, mips_fill_gregset)
2128 (mips_supply_fpregset, mips_fill_fpregset, supply_64bit_reg)
2129 (mips64_supply_gregset, mips64_fill_gregset, mips64_supply_fpregset)
2130 (mips64_fill_fpregset, mips_linux_write_pc): Use get_regcache_arch to
2131 get at the current architecture by regcache.
2132
2133 * mips-linux-nat.c (mips_linux_register_addr)
2134 (mips64_linux_register_addr): Replace current_gdbarch by gdbarch.
2135 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset)
2136 (mips64_linux_regsets_fetch_registers)
2137 (mips64_linux_regsets_store_registers): Use get_regcache_arch to get at
2138 the current architecture by regcache.
2139
2140 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Use get_frame_arch to
2141 get at the current architecture by frame_info.
2142
2143 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2144
2145 * mips-tdep.c (mips_xfer_register): Use get_regcache_arch to get at the
2146 current architecture by regcache.
2147 (mips2_fp_compat, mips32_next_pc, mips16_scan_prologue)
2148 (mips_insn16_frame_cache, mips32_scan_prologue, mips_insn32_frame_cache)
2149 (mips_stub_frame_cache, mips_read_fp_register_single)
2150 (mips_read_fp_register_double, mips_print_fp_register)
2151 (mips_print_register, print_gp_register_row): Use get_frame_arch to get
2152 at the current architecture by frame_info.
2153 (mips_register_reggroup_p, mips_pseudo_register_read, mips_unwind_sp)
2154 (mips_pseudo_register_write, mips_register_type, mips_unwind_pc)
2155 (mips_unwind_dummy_id, mips_eabi_push_dummy_call)
2156 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
2157 (mips_o32_push_dummy_call, mips_o32_return_value)
2158 (mips_o64_push_dummy_call, mips_o64_return_value)
2159 (mips_print_registers_info, mips_dump_tdep): Replace current_gdbarch by
2160 gdbarch.
2161
2162 2007-10-10 Markus Deuling <deuling@de.ibm.com>
2163
2164 * xtensa-tdep.c (xtensa_register_type, xtensa_pseudo_register_read)
2165 (xtensa_pseudo_register_write, xtensa_register_reggroup_p)
2166 (xtensa_unwind_pc, xtensa_unwind_dummy_id, xtensa_push_dummy_call)
2167 (xtensa_dump_tdep): Replace current_gdbarch by gdbarch.
2168 (xtensa_register_write_masked, xtensa_register_read_masked)
2169 (xtensa_supply_gregset, xtensa_store_return_value)
2170 (xtensa_extract_return_value): Use get_regcache_arch to get at the
2171 current architecture by regcache.
2172 (xtensa_frame_cache, call0_frame_get_reg_at_entry, call0_frame_cache)
2173 (xtensa_frame_prev_register): Use get_frame_arch to get at the current
2174 architecture by frame_info.
2175
2176 2007-10-10 Daniel Jacobowitz <dan@codesourcery.com>
2177
2178 * arm-tdep.c (struct arm_prologue_cache): Remove frameoffset.
2179 (thumb_analyze_prologue): Move pv_area_store_would_trash call
2180 out of loop. Do not set cache->frameoffset.
2181 (arm_scan_prologue): Use prologue-value mechanism. Do not set
2182 frameoffset. Simplify framesize.
2183 (arm_make_prologue_cache, arm_normal_frame_base): Do not use
2184 frameoffset.
2185 * arm-tdep.h (enum gdb_regnum): Add ARM_IP_REGNUM.
2186
2187 2007-10-10 Daniel Jacobowitz <dan@codesourcery.com>
2188
2189 * target.c (update_current_target): Call setup_target_debug.
2190 (push_target): Do not call it here.
2191
2192 2007-10-09 Michael Snyder <msnyder@specifix.com>
2193
2194 * MAINTAINERS: Update my email address.
2195
2196 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2197
2198 * xtensa-tdep.c: Replace following current-gdbarch based macros by
2199 their expression:
2200 (xtensa_pseudo_register_read)
2201 (xtensa_pseudo_register_write): XTENSA_TARGET_FLAGS.
2202 (ARG_NOF, ARG_1ST, xtensa_extract_return_value)
2203 (xtensa_store_return_value, xtensa_push_dummy_call): CALL_ABI.
2204 (xtensa_pseudo_register_read)
2205 (xtensa_pseudo_register_write): ISA_USE_WINDOWED_REGISTERS.
2206 (xtensa_breakpoint_from_pc): ISA_USE_DENSITY_INSTRUCTIONS.
2207 (xtensa_register_type, xtensa_supply_gregset, xtensa_frame_cache)
2208 (xtensa_frame_prev_register): NUM_AREGS.
2209 (xtensa_pseudo_register_read, xtensa_pseudo_register_write,
2210 (xtensa_supply_gregset, xtensa_frame_cache, xtensa_frame_prev_register,
2211 (xtensa_extract_return_value, xtensa_store_return_value): WB_REGNUM.
2212 (xtensa_supply_gregset, xtensa_frame_cache)
2213 (xtensa_frame_prev_register): WS_REGNUM.
2214 (xtensa_supply_gregset): LBEG_REGNUM, LEND_REGNUM, LCOUNT_REGNUM,
2215 SAR_REGNUM, EXCCAUSE_REGNUM, EXCVADDR_REGNUM
2216 (xtensa_register_name, xtensa_register_type, xtensa_reg_to_regnum)
2217 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
2218 (xtensa_register_reggroup_p): REGMAP.
2219 (call0_track_op): LITBASE_REGNUM.
2220 (xtensa_register_type, xtensa_reg_to_regnum, call0_frame_cache):A0_BASE
2221 (xtensa_supply_gregset, call0_frame_get_reg_at_entry)
2222 (xtensa_frame_prev_register, AREG_NUMBER)
2223 (xtensa_register_type): AR_BASE.
2224 (xtensa_pseudo_register_read, xtensa_pseudo_register_write): FP_ALIAS.
2225 (AREG_NUMBER): AREGS_MASK, WB_MASK, A0_REGNUM.
2226 (ARG_1ST, xtensa_pseudo_register_read, xtensa_pseudo_register_write)
2227 (xtensa_frame_cache, xtensa_frame_prev_register)
2228 (xtensa_extract_return_value, xtensa_store_return_value)
2229 (xtensa_push_dummy_call, call0_frame_cache): A0_REGNUM.
2230 (xtensa_register_type, xtensa_pseudo_register_read, xtensa_frame_cache)
2231 (xtensa_pseudo_register_write, xtensa_unwind_dummy_id)
2232 (xtensa_frame_prev_register, xtensa_push_dummy_call)
2233 (call0_frame_cache): A1_REGNUM.
2234 (xtensa_extract_return_value, xtensa_store_return_value): A2_REGNUM.
2235 (xtensa_push_dummy_call): A4_REGNUM.
2236 (ARGS_FIRST_REG): A6_REGNUM.
2237 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
2238 (xtensa_frame_prev_register): A15_REGNUM.
2239 * xtensa-tdep.h: Delete current_gdbarch based macros after replacing
2240 them in the appropriate source file:
2241 XTENSA_TARGET_FLAGS, SPILL_LOCATION, SPILL_SIZE, CALL_ABI, NUM_AREGS,
2242 ISA_USE_WINDOWED_REGISTERS, ISA_USE_DENSITY_INSTRUCTIONS, WB_REGNUM,
2243 ISA_USE_EXCEPTIONS, ISA_USE_EXT_L32R, DEBUG_DATA_VADDR_TRAP_COUNT,
2244 DEBUG_INST_VADDR_TRAP_COUNT, ISA_MAX_INSN_SIZE, DEBUG_NUM_IBREAKS,
2245 DEBUG_NUM_DBREAKS, WS_REGNUM, LBEG_REGNUM, LEND_REGNUM, SAR_REGNUM,
2246 REGMAP, LITBASE_REGNUM, DEBUGCAUSE_REGNUM, EXCCAUSE_REGNUM, AR_BASE,
2247 EXCVADDR_REGNUM, NUM_IBREAKS, REGMAP_BYTES, NUM_CONTEXTS, FP_ALIAS,
2248 FP_LAYOUT, FP_LAYOUT_BYTES, GREGMAP, AREGS_MASK, WB_MASK, A0_REGNUM,
2249 A1_REGNUM, A2_REGNUM, A3_REGNUM, A4_REGNUM, A5_REGNUM, A6_REGNUM,
2250 A7_REGNUM, A8_REGNUM, A9_REGNUM, A10_REGNUM, A11_REGNUM, A12_REGNUM,
2251 A13_REGNUM, A14_REGNUM, A15_REGNUM.
2252
2253 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2254
2255 * h8300-tdep.c (h8300_frame_cache): Use get_frame_arch to get at
2256 the current architecture by frame_info.
2257 (h8300_frame_prev_register
2258 (h8300_print_register): Replace current_gdbarch by gdbarch.
2259 (h8300_print_registers_info, h8300_register_type)
2260 (h8300_register_type): Likewise.
2261
2262 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2263
2264 * i386-linux-nat.c (fetch_register): Use get_regcache_arch to get at
2265 the current architecture by regcache.
2266 (store_register, supply_gregset, fill_gregset, i386_linux_resume)
2267 (i386_linux_fetch_inferior_registers)
2268 (i386_linux_store_inferior_registers): Likewise.
2269 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
2270 * i386-nto-tdep.c (i386nto_supply_gregset): Likewise.
2271 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
2272 * i386-tdep.c (i386_unwind_pc): Replace current_gdbarch by gdbarch.
2273 (i386_extract_return_value, i386_store_return_value): Likewise.
2274 * i386-tdep.c (i386_frame_prev_register): Use get_frame_arch to get at
2275 the current architecture by frame_info.
2276 (i386_sigtramp_frame_cache, i386_get_longjmp_target)
2277 (i386_register_to_value, i386_value_to_register): Likewise.
2278
2279 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2280
2281 * monitor.c (monitor_supply_register): Use get_regcache_arch to get at
2282 the current architecture by regcache.
2283 (monitor_store_register, monitor_store_registers): Likewise.
2284
2285 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2286
2287 * dbug-rom.c (dbug_supply_register): Use get_regcache_arch to get at
2288 the current architecture by regcache.
2289
2290 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2291
2292 * arch-utils.c (legacy_return_value): Replace current_gdbarch by
2293 gdbarch.
2294
2295 2007-10-09 Markus Deuling <deuling@de.ibm.com>
2296
2297 * frame.c (frame_pc_unwind): Use get_frame_arch to get at the current
2298 architecture by frame.
2299 (frame_save_as_regcache, frame_register_unwind, get_prev_frame_1)
2300 (inside_main_func, frame_sp_unwind): Likewise.
2301
2302 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
2303
2304 * solib-svr4.c (enable_break): Add the dynamic linker also if
2305 auxv succeeds.
2306
2307 2007-10-09 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
2308
2309 * MAINTAINERS (Write After Approval): Add self.
2310
2311 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
2312
2313 * stabsread.c (read_huge_number): Initialize local variable to 0.
2314
2315 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
2316
2317 * p-lang.h (pascal_main_name): Add declaration.
2318 * p-lang.c (GPC_P_INITIALIZE, GPC_MAIN_PROGRAM_NAME_1)
2319 (GPC_MAIN_PROGRAM_NAME_2): New constants.
2320 (pascal_main_name): New function.
2321 * symtab.c: Include p-lang.h.
2322 (find_main_name): Add call to pascal_main_name.
2323 * Makefile.in (symtab.o): Add dependency on p-lang.h.
2324
2325 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
2326
2327 * stabsread.c (read_huge_number): Fix handling of octal
2328 representation when the bit width is known.
2329 (read_range_type): Record unsigned integral types with their size,
2330 when the type size is known.
2331
2332 2007-10-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
2333
2334 * MAINTAINERS (Write After Approval): Add self.
2335
2336 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2337
2338 * breakpoint.c (print_one_breakpoint_location): ARI fix:
2339 Replace asprintf by xstrprintf.
2340
2341 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2342
2343 * linux-fork.c: ARI fix: include "gdb_dirent.h" instead of <dirent.h>.
2344 Makefile.in (linux-fork.o): Add gdb_dirent.h dependency.
2345
2346 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2347
2348 * linux-fork.c: Move "gdb_wait.h" include back to the position of
2349 <sys/wait.h> include before last commit.
2350
2351 2007-10-08 Maciej W. Rozycki <macro@mips.com>
2352
2353 * mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL.
2354
2355 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2356
2357 * aix-thread.c (supply_gprs64, supply_fprs, supply_sprs64)
2358 (supply_sprs32, fetch_regs_user_thread, fetch_regs_kernel_thread)
2359 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32)
2360 (store_regs_user_thread, store_regs_kernel_thread): Use
2361 get_regcache_arch or get_frame_arch to get at the current architecture
2362 by regcache or by frame, respectively.
2363
2364 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2365
2366 * sh64-tdep.c (sh64_push_dummy_call, sh64_register_type)
2367 (sh64_pseudo_register_read, sh64_pseudo_register_write)
2368 (sh64_do_fp_register, sh64_do_pseudo_register, sh64_do_register)
2369 (sh64_print_register, sh64_media_print_registers_info)
2370 (sh64_compact_print_registers_info, sh64_unwind_sp)
2371 (sh64_unwind_pc): Replace current_gdbarch by gdbarch.
2372 (sh64_show_media_regs, sh64_show_compact_regs, sh64_frame_cache)
2373 (sh64_frame_prev_register): Use FRAME to recognize current
2374 architecture.
2375
2376 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2377
2378 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
2379 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
2380 (sh_register_reggroup_p, sh_dwarf2_frame_init_reg): Replace
2381 current_gdbarch by gdbarch.
2382 (sh_generic_show_regs, sh3_show_reg, sh2e_show_regs, sh2a_show_regs)
2383 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
2384 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs, sh_frame_cache)
2385 (sh_frame_prev_register, sh_unwind_sp, sh_unwind_pc): Use FRAME to
2386 recognize current architecture.
2387
2388 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2389
2390 * remote.c (init_remote_state, fetch_register_using_p)
2391 (process_g_packet, remote_fetch_registers, remote_prepare_to_store)
2392 (store_register_using_P, store_registers_using_G)
2393 (remote_store_registers): Use get_regcache_arch or get_frame_arch to
2394 get at the current architecture by regcache or by frame, respectively.
2395
2396 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2397
2398 * m68k-tdep.c (m68k_register_to_value, m68k_value_to_register)
2399 (m68k_svr4_extract_return_value, m68k_svr4_store_return_value)
2400 (m68k_frame_prev_register, m68k_get_longjmp_target): Use
2401 get_regcache_arch or get_frame_arch to get at the current architecture
2402 by regcache or by frame, respectively.
2403 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2404 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers)
2405 (store_register, old_store_inferior_registers, supply_gregset)
2406 (supply_fpregset, fill_fpregset): Likewise.
2407 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc, m68k_dump_tdep):
2408 Replace current_gdbarch by gdbarch.
2409
2410 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2411
2412 * irix5-nat.c (supply_gregset, fill_gregset, supply_fpregset)
2413 (fill_fpregset, fetch_core_registers): Use get_regcache_arch or
2414 get_frame_arch to get at the current architecture by regcache or by
2415 frame, respectively.
2416
2417 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2418
2419 * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write):
2420 Replace current_gdbarch by gdbarch.
2421 * ia64-tdep.c (ia64_frame_prev_register
2422 (ia64_sigtramp_frame_prev_register)
2423 (ia64_libunwind_frame_prev_register): Use get_regcache_arch or
2424 get_frame_arch to get at the current architecture by regcache or by
2425 frame, respectively.
2426 * ia64-linux-nat.c (ia64_linux_fetch_register)
2427 (ia64_linux_fetch_registers, ia64_linux_store_register)
2428 (ia64_linux_store_registers): Likewise.
2429
2430 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2431
2432 * hppa-tdep.c (hppa_stub_unwind_sniffer, hppa_dump_tdep): Replace
2433 current_gdbarch by gdbarch.
2434 * hppa-linux-nat.c (fetch_register, store_register)
2435 (hppa_linux_fetch_inferior_registers)
2436 (hppa_linux_store_inferior_registers): Use get_regcache_arch or
2437 get_frame_arch to get at the current architecture by regcache or by
2438 frame, respectively.
2439 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code
2440 (hppa_hpux_unwind_adjust_stub): Likewise.
2441 * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register)
2442 (hppa_hpux_fetch_inferior_registers)
2443 (hppa_hpux_store_inferior_registers): Likewise.
2444
2445 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2446
2447 * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
2448 (cris_scan_prologue, crisv32_scan_prologue, find_step_target)
2449 (cris_software_single_step, cris_supply_gregset): Use get_regcache_arch
2450 or get_frame_arch to get at the current architecture by regcache or by
2451 frame, respectively.
2452 * cris-tdep.c (crisv32_single_step_through_delay, cris_push_dummy_call)
2453 (cris_unwind_pc, cris_unwind_sp, cris_register_type, cris_dump_tdep)
2454 (crisv32_register_type, cris_dwarf2_frame_init_reg): Replace
2455 current_gdbarch by gdbarch.
2456
2457 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2458
2459 * arm-tdep.c (arm_scan_prologue, arm_make_prologue_cache)
2460 (thumb_get_next_pc, arm_get_next_pc, arm_extract_return_value)
2461 (arm_store_return_value): Use get_regcache_arch or get_frame_arch to
2462 get at the current architecture by regcache or by·frame, respectively.
2463 (arm_push_dummy_call, arm_dump_tdep): Replace current_gdbarch by
2464 gdbarch.
2465
2466 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2467
2468 * amd64-tdep.c (amd64_frame_prev_register, amd64_sigtramp_frame_cache):
2469 Use get_regcache_arch or get_frame_arch to get at the current
2470 architecture by regcache or by frame, respectively.
2471 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
2472 * amd64-nat.c (amd64_supply_native_gregset)
2473 (amd64_collect_native_gregset): Replace current_gdbarch by gdbarch.
2474
2475 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2476
2477 * alpha-tdep.c (alpha_register_reggroup_p): Replace current_gdbarch by
2478 gdbarch.
2479 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
2480 (alpha_sigtramp_frame_unwind_cache, alpha_sigtramp_frame_this_id)
2481 (alpha_sigtramp_frame_sniffer, alpha_next_pc): Use get_regcache_arch or
2482 get_frame_arch to get at the current architecture by regcache or by
2483 frame, respectively.
2484 * alpha-nat.c (fetch_osf_core_registers): Likewise.
2485
2486 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2487
2488 * dwarf2-frame.c (read_reg, execute_cfa_program, dwarf2_frame_cache)
2489 (dwarf2_frame_default_init_reg, dwarf2_frame_prev_register): Replace
2490 current_gdbarch by gdbarch.
2491 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Likewise.
2492
2493 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2494
2495 * regcache.c (init_regcache_descr, register_type, read_pc_pid)
2496 (write_pc_pid, regcache_dump): Replace current_gdbarch by gdbarch.
2497 * regcache.c (regcache_raw_write): Use get_regcache_arch or
2498 get_frame_arch to get at the current architecture by regcache or by
2499 frame, respectively.
2500
2501 2007-10-08 Markus Deuling <deuling@de.ibm.com>
2502
2503 * findvar.c (value_of_register, locate_var_value): Use
2504 get_regcache_arch or get_frame_arch to get at the current architecture
2505 by regcache or by frame, respectively.
2506 * findvar.c (default_value_from_register, value_from_register): Replace
2507 current_gdbarch by gdbarch.
2508
2509 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2510
2511 * config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
2512
2513 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2514
2515 * linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
2516 Makefile.in (linux-fork.o): Add gdb_wait.h dependency.
2517
2518 2007-10-05 Daniel Jacobowitz <dan@codesourcery.com>
2519
2520 * remote.c (get_offsets): Only call free_symfile_segment_data if
2521 data was allocated.
2522
2523 2007-10-03 Pierre Muller <muller@ics.u-strasbg.fr>
2524
2525 * objc-exp.y: ARI fix: remove 4 PARAMS.
2526
2527 2007-10-03 Daniel Jacobowitz <dan@codesourcery.com>
2528
2529 * NEWS: Use uniform spacing. Correct version number for GDB 6.7
2530 news. Mention XML support for M68K in GDB 6.7.
2531
2532 2007-10-03 Daniel Jacobowitz <dan@codesourcery.com>
2533
2534 * gdbtypes.c (create_range_type): Do not set TYPE_FIELD_TYPE for the
2535 bounds.
2536 (init_vector_type): Use builtin_type_int32.
2537
2538 2007-10-02 Ulrich Weigand <uweigand@de.ibm.com>
2539
2540 * s390-tdep.c (s390_regset_from_core_section): Allow excess section
2541 size to enable bi-arch generate-core-file support.
2542
2543 2007-10-02 Markus Deuling <deuling@de.ibm.com>
2544
2545 * spu-tdep.c (info_spu_signal_command): Fix output for SPU signal.
2546
2547 2007-10-02 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
2548
2549 * tui/tui-interp.c (tui_init): Initialize tui's SIGWINCH
2550 signal handler.
2551 * tui/tui-win.c (tui_initialize_win): New function for
2552 initializing tui's SIGWINCH signal handler.
2553 * tui/tui-win.h (tui_initialize_win): Declare.
2554
2555 2007-10-02 Ulrich Weigand <uweigand@de.ibm.com>
2556
2557 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Cast
2558 pointer to uintptr_t before casting to CORE_ADDR.
2559
2560 2007-10-02 Markus Deuling <deuling@de.ibm.com>
2561
2562 * linux-nat.c (PTRACE_GETSIGINFO): Add define.
2563
2564 2007-10-02 Mark Mitchell <mark@codesourcery.com>
2565
2566 * mingw-hdep.c (gdb_select): Stop helper threads before returning.
2567 * ser-mingw.c (enum select_thread_state): New type.
2568 (struct ser_console_state): Add have_started and thread_state.
2569 (select_thread_wait): New function.
2570 (thread_fn_type): New type.
2571 (create_select_thread): New function.
2572 (destroy_select_thread): Likewise.
2573 (start_select_thread): Likewise.
2574 (stop_select_thread): Likewise.
2575 (console_select_thread): Use new functions.
2576 (pipe_select_thread): Likewise.
2577 (file_select_thread): Likewise.
2578 (ser_console_wait_handle): Likewise.
2579 (ser_console_done_wait_handle): Likewise.
2580 (ser_console_close): Likewise.
2581 (free_pipe_state): Likewise.
2582 (pipe_wait_handle): Likewise.
2583 (pipe_done_wait_handle): Likewise.
2584 (struct net_windows_state): Derive from ser_console_state.
2585 (net_windows_select_thread): Use new functions.
2586 (net_windows_wait_handle): Likewise.
2587 (net_windows_done_wait_handle): Likewise.
2588 (net_windows_close): Likewise.
2589
2590 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
2591
2592 * inflow.c (terminal_ours_1): Remove useless line.
2593
2594 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
2595
2596 * mips-tdep.c (mips_read_fp_register_double): Correct check for
2597 odd FP registers.
2598 (mips_print_fp_register): Correct check for even FP registers.
2599 (mips_virtual_frame_pointer): New function.
2600 (mips_gdbarch_init): Call set_gdbarch_virtual_frame_pointer.
2601
2602 2007-09-30 Mike Frysinger <vapier@gentoo.org>
2603
2604 * value.h (lookup_only_internalvar): New prototype.
2605 (create_internalvar): Likewise.
2606 * value.c (lookup_only_internalvar): New function.
2607 (create_internalvar): Likewise.
2608 (lookup_internalvar): Use new lookup_only_internalvar and
2609 create_internalvar functions.
2610 * parse.c (write_dollar_variable): Look up $ symbols in internal
2611 table first rather than last.
2612
2613 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2614
2615 * linux-nat.c (linux_nat_new_thread): New variable.
2616 (linux_child_follow_fork): Set inferior_ptid to include LWP ID. Use
2617 linux_nat_switch_fork.
2618 (lwp_list): Make public.
2619 (add_lwp): Call linux_nat_new_thread.
2620 (lin_lwp_attach_lwp, linux_nat_attach): Call add_lwp after stopping
2621 the new thread.
2622 (resume_callback): Clear lp->siginfo. Remove unused variable.
2623 (linux_nat_resume): Assert that the LWP list is already initialized.
2624 Clear lp->siginfo.
2625 (save_siginfo): New.
2626 (stop_wait_callback, linux_nat_wait): Call it.
2627 (linux_nat_set_new_thread, linux_nat_get_siginfo): New.
2628 * linux-nat.h (struct lwp_info): Add siginfo.
2629 (lwp_list, linux_nat_set_new_thread, linux_nat_get_siginfo): Declare.
2630 (ALL_LWPS): Define.
2631
2632 * amd64-linux-nat.c (amd64_linux_dr): New.
2633 (amd64_linux_dr_get): Take a PTID argument. Correct typo.
2634 (amd64_linux_dr_set): Take a PTID argument.
2635 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use ALL_LWPS.
2636 (amd64_linux_dr_reset_addr): Use amd64_linux_dr_set_addr.
2637 (amd64_linux_dr_get_status): Pass inferior_ptid to amd64_linux_dr_get.
2638 (amd64_linux_new_thread): New.
2639 (_initialize_amd64_linux_nat): Call linux_nat_set_new_thread.
2640 * i386-linux-nat.c (i386_linux_dr): New.
2641 (i386_linux_dr_get, i386_linux_dr_set): Take a PTID argument.
2642 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use ALL_LWPS.
2643 (i386_linux_dr_reset_addr): Use i386_linux_dr_set_addr.
2644 (i386_linux_dr_get_status): Pass inferior_ptid to i386_linux_dr_get.
2645 (i386_linux_new_thread): New.
2646 (i386_linux_resume): Remove unnecessary PID check.
2647 (_initialize_i386_linux_nat): Call linux_nat_set_new_thread.
2648 * ia64-linux-nat.c (enable_watchpoints_in_psr): Take PTID argument.
2649 (fetch_debug_register, fetch_debug_register_pair): Delete.
2650 (debug_registers): New.
2651 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint): Use
2652 ALL_LWPS and debug_registers.
2653 (ia64_linux_new_thread): New.
2654 (ia64_linux_stopped_data_address): Use linux_nat_get_siginfo.
2655 (_initialize_ia64_linux_nat): Call linux_nat_set_new_thread.
2656 * ppc-linux-nat.c (last_stopped_data_address): Delete.
2657 (saved_dabr_value): New.
2658 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
2659 ALL_LWPS.
2660 (ppc_linux_new_thread): New.
2661 (ppc_linux_stopped_data_address): Use linux_nat_get_siginfo.
2662 (ppc_linux_stopped_by_watchpoint): Call ppc_linux_stopped_data_address.
2663 (_initialize_ppc_linux_nat): Call linux_nat_set_new_thread.
2664 * s390-nat.c (s390_stopped_by_watchpoint): Clear the watchpoint status
2665 after reading it.
2666 (s390_fix_watch_points): Take a PTID argument.
2667 (s390_insert_watchpoint, s390_remove_watchpoint): Use ALL_LWPS.
2668 (_initialize_s390_nat): Call linux_nat_set_new_thread.
2669
2670 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2671 Jeff Johnston <jjohnstn@redhat.com>
2672
2673 * breakpoint.c (watchpoints_triggered): New.
2674 (bpstat_stop_status): Remove STOPPED_BY_WATCHPOINT argument.
2675 Check watchpoint_triggered instead. Combine handling for software
2676 and hardware watchpoints. Do not use target_stopped_data_address
2677 here. Always check a watchpoint if its scope breakpoint triggers.
2678 Do not stop for thread or overlay events. Improve check for
2679 triggered watchpoints without a value change.
2680 (watch_command_1): Insert the scope breakpoint first. Link the
2681 scope breakpoint to the watchpoint.
2682 * breakpoint.h (enum watchpoint_triggered): New.
2683 (struct breakpoint): Add watchpoint_triggered.
2684 (bpstat_stop_status): Update prototype.
2685 (watchpoints_triggered): Declare.
2686 * infrun.c (enum infwait_status): Add infwait_step_watch_state.
2687 (stepped_after_stopped_by_watchpoint): Delete.
2688 (handle_inferior_event): Make stepped_after_stopped_by_watchpoint
2689 local. Handle infwait_step_watch_state. Update calls to
2690 bpstat_stop_status. Use watchpoints_triggered to check
2691 watchpoints.
2692 * remote.c (stepped_after_stopped_by_watchpoint): Remove extern.
2693 (remote_stopped_data_address): Do not check it.
2694
2695 2007-09-29 Daniel Jacobowitz <dan@codesourcery.com>
2696
2697 * configure.ac: Add $LIBINTL when testing libbfd.
2698 * configure: Regenerated.
2699
2700 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2701
2702 * NEW: Mention pending breakpoint changes and
2703 support for breakpoints at multiple locations.
2704
2705 2007-09-27 Daniel Jacobowitz <dan@codesourcery.com>
2706
2707 * arm-linux-tdep.c (arm_linux_software_single_step): New.
2708 (arm_linux_init_abi): Use it.
2709 * arm-tdep.c (arm_get_next_pc): Make global. Handle all-ones
2710 condition correctly.
2711 * arm-tdep.h (arm_get_next_pc): Declare.
2712 * Makefile.in (arm-linux-tdep.o): Update.
2713
2714 2007-09-26 Vladimir Prus <vladimir@codesourcery.com>
2715
2716 * varobj.c (install_new_value): Don't
2717 call value_get_print_value when a value is
2718 lazy. Update the print_value member in a
2719 single place.
2720
2721 2007-09-26 Vladimir Prus <vladimir@codesourcery.com>
2722
2723 * breakpoint.c (create_breakpoint): Set
2724 condition on each location, not on the first
2725 location of breakpoint.
2726
2727 2007-09-26 Jim Blandy <jimb@codesourcery.com>
2728
2729 * remote.c (getpkt_sane): Fix error message. No animals were
2730 harmed in the making of this debugger.
2731
2732 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2733
2734 * p-typeprint.c: Fix 11 ARI reported problems.
2735 (pascal_print_type): Fix 4 operator at end of line.
2736 (pascal_type_print_method_args) : Replace 2 DEPRECATED_STREQN macros
2737 using strncmp function.
2738 (pascal_type_print_base): Fix 2 operator at end of line.
2739 (pascal_type_print_base) : Replace 3 DEPRECATED_STREQN macros
2740 using strncmp function.
2741
2742
2743 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2744
2745 * Fix PR pascal/2231
2746 dwarf2read.c (read_subroutine_type):
2747 All pascal functions are prototyped.
2748
2749 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2750
2751 * Fix PR pascal/2283
2752 p-valprint.c (pascal_val_print): correct current language check.
2753 Also print array of char as strings.
2754
2755
2756 2007-09-26 David Ung <davidu@mips.com>
2757 Maciej W. Rozycki <macro@mips.com>
2758
2759 * mips-tdep.c (mips_n32n64_return_value): Fix a comment.
2760
2761 2007-09-25 Pierre Muller <muller@ics.u-strasbg.fr>
2762
2763 * p-exp.y: Fix 12 ARI reported problems.
2764 (name_not_typename): Fix 2 operator at end of line issues.
2765 (yylex): Fix 3 operator at end of line issues.
2766 Replace 7 DEPRECATED_STREQ macros using strcmp function.
2767
2768 2007-09-25 David Ung <davidu@mips.com>
2769 Maciej W. Rozycki <macro@mips.com>
2770
2771 * mips-tdep.c (mips_n32n64_return_value): Per N32/N64 ABI
2772 rules return composite types in registers as appropriate.
2773
2774 2007-09-24 Jim Blandy <jimb@codesourcery.com>
2775
2776 * symfile.h (struct symfile_segment_data): Doc fixes.
2777 * symfile.c (symfile_map_offsets_to_segments): Doc fixes.
2778 Assert that we were passed some loaded segment addresses,
2779 and that sections' segment numbers are valid.
2780 Simplify offset calculation.
2781 * remote.c (get_offsets): Clarify selection of relocate-by-segment
2782 strategy, and set num_segments correctly. Delete redundant
2783 assignments to do_sections.
2784
2785 2007-09-24 Daniel Jacobowitz <dan@codesourcery.com>
2786
2787 * frame.c (get_prev_frame_1): Also check for PC in the same register.
2788
2789 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
2790
2791 * breakpoint.c (remove_sal): New.
2792 (expand_line_sal_maybe): New.
2793 (create_breakpoints): Call expand_line_sal_maybe.
2794 (clear_command): Add comment.
2795 (breakpoint_re_set_one): Call expand_line_sal_maybe.
2796 * linespec.c (decode_indirect): Set explicit_pc to 1.
2797 (decode_all_digits): Set explicit_line to 1.
2798 (append_expanded_sal): New.
2799 (expand_line_sal): New.
2800 * linespec.h (expand_line_sal): Declare.
2801 * symtab.c (init_sal): Initialize explicit_pc
2802 and explicit_line.
2803 * symtab.h (struct symtab_and_line): New fields
2804 explicit_pc and explicit_line.
2805
2806 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
2807
2808 * infcall.c (call_function_by_hand): Handle language-specific
2809 pass and return by reference.
2810
2811 * cp-abi.c (cp_pass_by_reference): New.
2812 * cp-abi.h (cp_pass_by_reference): Declare.
2813 (struct cp_abi_ops): Add pass_by_reference.
2814 * gnu-v3-abi.c (gnuv3_pass_by_reference): New.
2815 (init_gnuv3_ops): Set pass_by_reference.
2816
2817 * language.c (language_pass_by_reference): New.
2818 (default_pass_by_reference): New.
2819 (unknown_language_defn, auto_language_defn, local_language_defn): Add
2820 default_pass_by_reference.
2821 * langauge.h (struct language_defn): Add la_pass_by_reference.
2822 (language_pass_by_reference, default_pass_by_reference): Declare.
2823 * ada-lang.c (ada_language_defn): Add default_pass_by_reference.
2824 * c-lang.c (c_language_defn, asm_language_defn)
2825 (minimal_language_defn): Likewise.
2826 (cplus_language_defn): Add cp_pass_by_reference.
2827 * f-lang.c (f_language_defn): Add default_pass_by_reference.
2828 * jv-lang.c (java_language_defn): Likewise.
2829 * m2-lang.c (m2_language_defn): Likewise.
2830 * objc-lang.c (objc_language_defn): Likewise.
2831 * p-lang.c (pascal_language_defn): Likewise.
2832 * scm-lang.c (scm_language_defn): Likewise
2833
2834 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
2835
2836 Allow a code breakpoint to have several locations
2837 associated with it.
2838 * breakpoint.h (enum enable_state): Remove the
2839 bp_shlib_disabled enumerator.
2840 (struct bp_location): New members shlib_disabled,
2841 global_next, enabled and function_name.
2842 Rename pending to condition_not_parsed.
2843
2844 * breakpoint.c (ALL_BP_LOCATIONS): Iterate over global_next.
2845 (ALL_BP_LOCATIONS_SAFE): Likewise.
2846 (breakpoint_enabled): Don't check for pending.
2847 (condition_command): Free and update all locations of
2848 a breakpoint.
2849 (insert_bp_location): Adjust.
2850 (software_breakpoint_inserted_here_p): Don't care
2851 if breakpoint is enabled, as soon as it's inserted.
2852 (print_it_typical): Print bpstat's location, not
2853 bpstat's breakpoint's location.
2854 (bpstat_stop_status): Iterate over all locations, not
2855 all breakpoints.
2856 (print_breakpoint_location): New.
2857 (print_one_breakpoint): Renamed to
2858 (print_one_breakpoint_location): ...this. Take
2859 parameters to describe which location is being
2860 printed. Modify code to properly print header
2861 for several locations and individual locations.
2862 (print_one_breakpoint): Print all locations.
2863 (breakpoint_has_pc): New.
2864 (describe_other_breakpoints): Use the above.
2865 (check_duplicates): Renamed to...
2866 (check_duplicates_for): .. this.
2867 (check_duplicates): Use check_duplicates_for.
2868 (allocate_bp_location): Adjust.
2869 (set_raw_breakpoint_without_location): New,
2870 extracted from set_raw_breakpoint.
2871 (set_breakpoint_location_function): New.
2872 (set_raw_breakpoint): Use
2873 set_raw_breakpoint_without_location.
2874 (make_breakpoint_permanent): Mark all locations
2875 as inserted.
2876 (disable_breakpoints_in_shlibs): Iterate over
2877 locations.
2878 (disable_breakpoints_in_unloaded_shlib): Likewise.
2879 (re_enable_breakpoints_in_shlibs): Likewise.
2880 (mention): Say "pending" when breakpoint has
2881 zero locations. If breakpoint has more than one
2882 location, say so.
2883 (add_location_to_breakpoint): New.
2884 (create_breakpoint): Accept symtabs_and_lines, not
2885 symtab_and_line. Pass extra sals to
2886 add_location_to_breakpoint.
2887 (create_breakpoints): Pass symtabs_and_lines to
2888 create_breakpoints.
2889 (break_command_1): Make pending breakpoints
2890 have zero locations.
2891 (do_captured_breakpoint): Remove wrong allocation.
2892 (clear_command): Iterate over all locations.
2893 (unlink_locations_from_global_list): Renamed
2894 from unlink_location_from_global_list. Remove
2895 all locations.
2896 (delete_breakpoint): Remove all locations.
2897 Iterate over all locations when deciding which
2898 other location to re-enable.
2899 (all_locations_are_pending): New.
2900 (update_breakpoint_locations): Renamed from
2901 update_breakpoint_location. Try to match old
2902 and new locations using names of containing
2903 functions.
2904 (breakpoint_re_set_one): Adjust.
2905 (find_location_by_number): New.
2906 (disable_command): Allow disabling individual location.
2907 (enable_command): Allow enabling individual location.
2908 * breakpoint.c: Adjust all uses of breakpoint's
2909 enable state to for bp_shlib_disabled change.
2910
2911 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
2912
2913 * breakpoint.c (do_restore_lang_radix_cleanup): Remove.
2914 (resolve_pending_breakpoint): Remove.
2915 (re_enable_breakpoints_in_shlibs): Remove.
2916 (unlink_locations_from_global_list): New.
2917 (update_breakpoint_locations): New.
2918 (breakpoint_re_set_one): Don't bail out on pending breakpoints.
2919 Use parse_condition and update_breakpoint_location to
2920 reset breakpoint. Ignore 'symbol not found' error from
2921 decode_line_1.
2922 (breakpoint_re_set): Don't emit newline before the
2923 reason why breakpoint is not reset.
2924 (do_enable_breakpoint): Don't specially process pending
2925 breakpoints.
2926 (free_bp_location): New.
2927 (break_command_1): For pending breakpoints, initialize
2928 all fields of a sal with zeroes.
2929 * breakpoint.h (re_enable_breakpoints_in_shlibs): Remove.
2930 * infcmd.c (post_create_inferior): Don't call
2931 re_enable_breakpoints_in_shlibs.
2932 * infrun.c (handle_inferior_event): Likewise.
2933 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
2934 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
2935 * win32-nat.c (get_win32_debug_event): Likewise.
2936
2937 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
2938
2939 * breakpoint.c (create_breakpoint): Split from
2940 create_breakpoints, implementing most of its logic.
2941 Take just a single sal, single address string and
2942 single condition. Do not take parsed condition at
2943 all.
2944 (create_breakpoints): Just call create_breakpoint
2945 for each sal.
2946 (find_condition_and_thread): New.
2947 (break_command_1): Use find_condition_and_thread.
2948 Do not keep parsed conditions.
2949 (do_captured_breakpoint): Don't convert
2950 condition string to struct expression.
2951
2952 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
2953
2954 * breakpoint.h (struct breakpoint): Move the cond
2955 field to...
2956 (struct bp_location): Here.
2957 * breakpoint.c (condition_command, bpstat_stop_status)
2958 (print_one_breakpoint, allocate_bp_location)
2959 (solib_load_unload_1, create_fork_vfork_event_catchpoint)
2960 (create_exec_event_catchpoint, create_breakpoints)
2961 (break_command_1, watch_command_1, handle_gnu_v3_exceptions)
2962 (create_ada_exception_breakpoint, set_breakpoint_sal)
2963 (delete_breakpoint, breakpoint_re_set_one): Adjust.
2964 * tui/tui-winsource.c (tui_update_breakpoint_info): Adjust.
2965
2966 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
2967
2968 Associate bp_stat with bp_location, not breakpoint.
2969 * breakpoint.h (breakpoint_at): Change type
2970 to bp_location*.
2971 * breakpoint.c (bpstat_alloc): Take bp_location,
2972 not breakpoint.
2973 (bpstat_find_breakpoint): Look at bpstat's location's
2974 owner, not at bpstat->breakpoint_at.
2975 (bpstat_find_step_resume_breakpoint): Likewise.
2976 (bpstat_num): Likewise.
2977 (print_it_typical): Likewise.
2978 (print_bp_stop_message): Likewise.
2979 (watchpoint_check): Likewise.
2980 (bpstat_what): Likewise.
2981 (bpstat_get_triggered_catchpoints): Likewise.
2982 (breakpoint_auto_delete): Likewise.
2983 (delete_breakpoint): Likewise.
2984 (bpstat_stop_status): Pass location, not breakpoint,
2985 to bpstat_alloc. Look at bpstat's location's
2986 owner, not at bpstat->breakpoint_at.
2987
2988 2007-09-21 Jim Blandy <jimb@codesourcery.com>
2989
2990 * macrotab.h (new_macro_table): Document that removing information
2991 from an obstack/bcache-managed macro table leaks memory.
2992 * macrotab.c (macro_free, macro_bcache_free): Instead of asserting
2993 that data is never freed in obstack/bcache-managed macro tables,
2994 just leak the storage.
2995 (macro_undef): If we're undefining a macro at exactly the same
2996 source location that we defined it, simply remove the definition
2997 altogether.
2998
2999 2007-09-21 Joel Brobecker <brobecker@adacore.com>
3000
3001 * symfile.h (struct sym_fns): Add new field sym_read_linetable.
3002 * coffread.c, dbxread.c, elfread.c, mipsread.c somread.c:
3003 Adjust the struct sym_fns object accordingly by setting
3004 the new field to NULL.
3005 * xcoffread.c (aix_process_linenos): Make static.
3006 (xcoff_sym_fns): Set new field to aix_process_linenos.
3007 * buildsym.c (end_symtab): Replace call to PROCESS_LINENUMBER_HOOK
3008 by call to new the new sym_fns sym_read_linetable function.
3009 * config/powerpc/aix.mt (DEPRECATED_TM_FILE): Delete.
3010 * config/rs6000/tm-rs6000.h: Delete.
3011
3012 2007-09-21 David Ung <davidu@mips.com>
3013 Maciej W. Rozycki <macro@mips.com>
3014
3015 * mips-tdep.c (mips_n32n64_push_dummy_call): Per N32/N64 ABI
3016 rules do not treat composite types specially.
3017
3018 2007-09-20 Maciej W. Rozycki <macro@mips.com>
3019
3020 * mips-tdep.c (mips32_in_function_epilogue_p): New function.
3021 (mips16_in_function_epilogue_p): Likewise.
3022 (mips_in_function_epilogue_p): Likewise.
3023 (mips_gdbarch_init): Register mips_in_function_epilogue_p().
3024
3025 2007-09-19 Joel Brobecker <brobecker@adacore.com>
3026
3027 * configure.ac: Add check for "etext".
3028 * configure, config.in: Regenerate.
3029 * maint.c (TEXTEND): Only define if either _etext or etext
3030 are available.
3031 Disable the profiling functionality if TEXTEND is not defined.
3032
3033 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
3034
3035 * mips-tdep.c (mips_stub_frame_cache): Correct the saved return
3036 address register. Correct the call to frame_id_build.
3037 (mips_stub_frame_sniffer): Use the stub unwinder when the PC
3038 is invalid.
3039
3040 2007-09-18 Joel Brobecker <brobecker@adacore.com>
3041
3042 * ia64-tdep.c (refine_prologue_limit): Make sure we don't scan
3043 the linetable past the function end.
3044
3045 2007-09-18 James E. Wilson <wilson@specifix.com>
3046
3047 * MAINTAINERS: Update my email address.
3048
3049 2007-09-18 Jerome Guitton <guitton@adacore.com>
3050
3051 * inf-ttrace.c (inf_ttrace_private_thread_info): New structure type.
3052 (inf_ttrace_delete_dying_threads_callback): New function.
3053 (inf_ttrace_resume): After resuming the execution, iterate over
3054 the dying threads to delete them for the thread list.
3055 (inf_ttrace_wait): on TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE,
3056 mark the corresponding thread as dying instead of removing it
3057 from the thread list.
3058 (inf_ttrace_thread_alive): return 0 for dying threads.
3059
3060 2007-09-17 Joel Brobecker <brobecker@adacore.com>
3061
3062 * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion
3063 that return_frame is not null.
3064
3065 2007-09-17 Joel Brobecker <brobecker@adacore.com>
3066
3067 * solib-svr4.c: Add include of "auxv.h".
3068 (enable_break): Use the AT_BASE auxiliary entry if available.
3069 * Makefile.in (solib-svr4.o): Update dependencies.
3070
3071 2007-09-17 Joel Brobecker <brobecker@adacore.com>
3072
3073 * NEWS: Create a new section for the next release branch.
3074 Rename the section of the current branch, now that it has
3075 been cut.
3076
3077 2007-09-17 Jerome Guitton <guitton@adacore.com>
3078
3079 * dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL.
3080 * Makefile.in (dwarf2loc.o): Depend on gdb_assert.h.
3081
3082 2007-09-16 Vladimir Prus <vladimir@codesourcery.com>
3083
3084 * mi/mi-cmds.c (mi_cmds): Register -list-features.
3085 * mi/mi-cmds.h (mi_cmd_list_features): New.
3086 * mi/mi-main.c (mi_cmd_list_features): New.
3087
3088 2007-09-11 Joel Brobecker <brobecker@adacore.com>
3089
3090 GDB 6.7 branch created (branch timestamp: 2007-09-07 14:00 UTC)
3091 * version.in: Bump version to 6.7.50-20070911-cvs.
3092
3093 2007-09-10 Daniel Jacobowitz <dan@codesourcery.com>
3094
3095 * thread.c (free_thread): Do not delete the step resume breakpoint
3096 right away.
3097
3098 2007-09-10 Daniel Jacobowitz <dan@codesourcery.com>
3099
3100 * arch-utils.c (gdbarch_info_fill): Also try core_bfd.
3101 * corelow.c (core_read_description): New.
3102 (init_core_ops): Set to_read_description.
3103 * gdbarch.sh: Add gdbarch_core_read_description.
3104 * mips-linux-tdep.c (mips_linux_core_read_description): New.
3105 (mips_linux_init_abi): Call set_gdbarch_core_read_description.
3106 * mips-tdep.c (mips_tdesc_gp32, mips_tdesc_gp64): New.
3107 (mips_register_g_packet_guesses): Use them.
3108 (_initialize_mips_tdep): Initialize them.
3109 * mips-tdep.h (mips_tdesc_gp32, mips_tdesc_gp64): Declare.
3110 * gdbarch.h, gdbarch.c: Regenerated.
3111
3112 2007-09-10 Ulrich Weigand <uweigand@de.ibm.com>
3113
3114 * infrun.c (stepping_past_breakpoint): New global variable.
3115 (stepping_past_breakpoint_ptid): Likewise.
3116 (prepare_to_proceed): Add STEP parameter. Do not check for Ctrl-C.
3117 Only switch threads if we need to single-step over a breakpoint hit
3118 in the previously selected thread. If stepping, remember previous
3119 thread to switch back to in STEPPING_PAST_BREAKPOINT[_PTID]. Call
3120 switch_to_thread instead of copying its contents.
3121 (proceed): Pass STEP to prepare_to_proceed. Always set ONEPROC if
3122 prepare_to_proceed returns true.
3123 (init_wait_for_inferior): Reset STEPPING_PAST_BREAKPOINT.
3124 (context_switch): Call switch_to_thread.
3125 (handle_inferior_event): Switch back to previous thread if requested
3126 in STEPPING_PAST_BREAKPOINT[_PTID] by prepare_to_proceed.
3127 * gdbthread.h (switch_to_thread): Add prototype.
3128 * thread.c (switch_to_thread): Make global.
3129
3130 2007-09-07 Pierre Muller <muller@ics.u-strasbg.fr>
3131
3132 * p-valprint.c: Fix 7 ARI reported problems.
3133 (pascal_val_print): Fix one operator at end of line issue.
3134 Use paddress function to remove use of
3135 deprecated_print_address_numeric function (2 times).
3136 Use SYMBOL_LINKAGE_NAME instead of DEPRECATED_SYMBOL_NAME.
3137 (pascal_value_print): Fix 3 operator at end of line issues.
3138
3139 2007-09-07 Daniel Jacobowitz <dan@codesourcery.com>
3140
3141 PR gdb/2103
3142 * arm-tdep.c (arm_in_call_stub): Delete.
3143 (arm_skip_stub): Handle from_arm and from_thumb stubs.
3144
3145 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
3146
3147 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Handle other integer
3148 types.
3149
3150 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3151 Jim Blandy <jimb@codesourcery.com>
3152
3153 * NEWS: Update description of string changes. Mention print/s.
3154 * c-valprint.c (textual_element_type): New.
3155 (c_val_print): Use it. Do not skip address printing for pointers
3156 with a string format.
3157 (c_value_print): Doc update.
3158 * dwarf2read.c (read_array_type): Use make_vector_type.
3159 * gdbtypes.c (make_vector_type): New.
3160 (init_vector_type): Use it.
3161 (gdbtypes_post_init): Initialize builtin_true_unsigned_char.
3162 (_initialize_gdbtypes): Mark int8_t and uint8_t as TYPE_FLAG_NOTTEXT.
3163 * gdbtypes.h (struct builtin_type): Add builtin_true_unsigned_char.
3164 (TYPE_FLAG_NOTTEXT, TYPE_NOTTEXT): New.
3165 (make_vector_type): New.
3166 * printcmd.c (print_formatted): Only handle 's' and 'i' for examine.
3167 Call the language print routine for string format.
3168 (print_scalar_formatted): Call val_print for string format. Handle
3169 unsigned original types for char format.
3170 (validate_format): Do not reject string format.
3171 * stabsread.c (read_type): Use make_vector_type.
3172 * xml-tdesc.c (tdesc_start_vector): Use init_vector_type.
3173
3174 2007-09-04 Michael Snyder <msnyder@access-company.com>
3175
3176 * expprint.c (print_subexp_standard): Check strchr for null.
3177 * Makefile.in (expprint.o): Depend on gdb_assert.h.
3178
3179 * gnu-v2-abi.c (gnuv2_value_rtti_type): Guard against null.
3180
3181 * stabsread.c (patch_block_status): Guard against null.
3182 * Makefile.in (stabsread.o): Depend on gdb_assert.h.
3183
3184 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3185
3186 * printcmd.c (printf_command): Handle ptr_arg. Correct typo
3187 in internal error message.
3188
3189 2007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
3190 Daniel Jacobowitz <dan@codesourcery.com>
3191
3192 * infcmd.c (post_create_inferior): Update comment.
3193 (run_command_1): Always call post_create_inferior with 0 as
3194 from_tty.
3195
3196 * i386-cygwin-tdep.h: New.
3197 * i386-cygwin-tdep.c: Include "i386-cygwin-tdep.h".
3198 (win32_xfer_shared_library): Make it extern.
3199
3200 * win32-nat.c: Include gdb_obstack.h and xml-support.h and
3201 i386-cygwin-tdep.h.
3202 (win32_so_ops): Delete.
3203 (get_relocated_section_addrs): Delete.
3204 (solib_symbols_add): Delete.
3205 (register_loaded_dll): Delete.
3206 (win32_make_so): New.
3207 (handle_load_dll): Use win32_make_so.
3208 (win32_free_so): Free the passed in so.
3209 (win32_relocate_section_addresses): Delete.
3210 (win32_solib_create_inferior_hook): Delete.
3211 (handle_unload_dll): Don't add PE offset here. Free so with
3212 win32_free_so instead of free_so.
3213 (win32_special_symbol_handling): Delete.
3214 (get_win32_debug_event): Remove unneeded calls. Set state to
3215 TARGET_WAITKIND_LOADED on a dll unload.
3216 (do_initial_win32_stuff): Clear cygwin_load_start and
3217 cygwin_load_end.
3218 (map_code_section_args): Delete.
3219 (dll_code_sections_add): Delete.
3220 (core_section_load_dll_symbols): Delete.
3221 (win32_xfer_shared_libraries): New.
3222 (win32_current_sos): Delete.
3223 (win32_xfer_partial): New.
3224 (open_symbol_file_object): Delete.
3225 (in_dynsym_resolve_code): Delete.
3226 (init_win32_ops): Set win32_xfer_partial as to_xfer_partial member
3227 of win32_ops. Remove win32_so_ops settings. Don't set
3228 current_target_so_ops here.
3229
3230 * Makefile.in (i386_cygwin_tdep_h): New variable.
3231 (i386-cygwin-tdep.o): Update dependencies.
3232 (win32-nat.o): Update dependencies.
3233
3234 2007-09-04 Pedro Alves <pedro_alves@portugalmail.pt>
3235 Daniel Jacobowitz <dan@codesourcery.com>
3236
3237 * gdbarch.sh (core_xfer_shared_libraries): New.
3238
3239 * corelow.c (core_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
3240
3241 * gdb_obstack.h (obstack_grow_str, obstack_grow_str0): New.
3242
3243 * xml-support.c (gdb_xml_parse): Debug output tweaks.
3244 (xml_escape_text): New.
3245 * xml-support.h (xml_escape_text): Declare.
3246
3247 * config/i386/cygwin.mh (NATDEPFILES): Move corelow.o to ...
3248 * config/i386/cygwin.mt (TDEPFILES): ... here.
3249
3250 * win32-nat.c: (fetch_elf_core_registers): Delete.
3251 (win32_elf_core_fn): Delete.
3252 (_initialize_core_win32): Delete.
3253
3254 * i386-cygwin-tdep.c: Include "regset.h", "gdb_objstack.h",
3255 "xml-support.h" and "gdbcore.h".
3256 (i386_win32_gregset_reg_offset): New.
3257 (I386_WIN32_SIZEOF_GREGSET): New.
3258 (i386_win32_regset_from_core_section): New.
3259 (win32_xfer_shared_library): New.
3260 (struct cpms_data): New.
3261 (core_process_module_section): New.
3262 (win32_core_xfer_shared_libraries): New.
3263 (i386_cygwin_skip_trampoline_code): Register gregset_reg_offset,
3264 gregset_num_regs, sizeof_gregset members of tdep. Register
3265 regset_from_core_section and core_xfer_shared_libraries callbacks.
3266
3267 * Makefile.in (i386-cygwin-tdep.o): Update dependencies.
3268 * gdbarch.h, gdbarch.c: Regenerate.
3269
3270 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
3271
3272 * corelow.c (core_xfer_partial): Pass writebuf to
3273 deprecated_xfer_memory in TARGET_OBJECT_MEMORY write case.
3274
3275 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
3276
3277 * arm-tdep.h (arm_skip_stub): Declare.
3278 * arm-wince-tdep.c: Don't include "solib-svr4.h". Include
3279 "gdbcore.h".
3280 (arm_pe_skip_trampoline_code): New function.
3281 (arm_wince_init_abi): Register arm_pe_skip_trampoline_code as
3282 gdbarch_skip_trampoline_code callback.
3283 * Makefile.in (arm-wince-tdep.o): Update dependencies.
3284
3285 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
3286
3287 * MAINTAINERS: Move Fred Fish to Past Maintainers.
3288
3289 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
3290
3291 * configure.ac: Add --with-expat.
3292 * configure: Regenerated.
3293
3294 2007-09-03 Andreas Schwab <schwab@suse.de>
3295
3296 * configure.ac: Accept --with-system-readline.
3297 (READLINE, READLINE_DEPS, READLINE_CFLAGS): Define and substitute.
3298 * configure: Regenerate.
3299 * Makefile.in (READLINE, READLINE_DEPS, READLINE_CFLAGS): Use
3300 substituted values.
3301 (CDEPS): Use $(READLINE_DEPS) instead of $(READLINE).
3302
3303 2007-09-03 Maxim Grigoriev <maxim2405@gmail.com>
3304 Daniel Jacobowitz <dan@codesourcery.com>
3305
3306 * mi-main.c (mi_load_progress): Handle MI2 and MI3 interpreters.
3307
3308 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3309
3310 * top.c (print_gdb_version): Fixed a string end-of-line compiler error.
3311
3312 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3313
3314 * top.c (print_gdb_version): Update for GPL version 3.
3315
3316 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3317
3318 * NEWS: Mention the build-id .debug files verification.
3319
3320 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3321
3322 * linux-nat.c (linux_nat_make_corefile_notes): Fixed a buffer overflow.
3323
3324 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3325
3326 * Makefile.in (symfile.o): Update dependencies.
3327 * symfile.c (symbol_file_add_with_addrs_or_offsets): Initialize the
3328 DEBUGFILE variable. FIND_SEPARATE_DEBUG_FILE called only if !PSYMTABS.
3329 (struct build_id): New structure.
3330 (build_id_bfd_get, build_id_verify, build_id_to_debug_filename): New.
3331 (find_separate_debug_file): New variable BUILD_ID.
3332 Call BUILD_ID_BFD_GET with BUILD_ID_TO_DEBUG_FILENAME as the first try.
3333
3334 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3335
3336 * varobj.c (struct varobj): Fix comment
3337 for the type member not to lie when it can be
3338 NULL.
3339
3340 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3341
3342 Implement -var-info-path-expression.
3343
3344 * mi/mi-cmds.h (mi_cmd_var_info_path_expression):
3345 Declare.
3346 * mi/mi-cmds.c (mi_cmds): Register var-info-path-expression.
3347 * mi/mi-cmd-var.c (mi_cmd_var_info_path_expression): New.
3348 * varobj.c (struct varobj): New field 'path_expr'.
3349 (c_path_expr_of_child, cplus_path_expr_of_child)
3350 (java_path_expr_of_child): New.
3351 (struct language_specific): New field path_expr_of_child.
3352 (varobj_create): Initialize the path_expr field.
3353 (varobj_get_path_expr): New.
3354 (new_variable): Initialize the path_expr field.
3355 (free_variable): Free the path_expr field.
3356 (adjust_value_for_children_access): New parameter
3357 WAS_TYPE.
3358 (c_number_of_children): Adjust.
3359 (c_describe_child): New parameter CFULL_EXPRESSION.
3360 Compute full expression.
3361 (c_value_of_child, c_type_of_child): Adjust.
3362 (cplus_number_of_children): Adjust.
3363 (cplus_describe_child): New parameter CFULL_EXPRESSION.
3364 Compute full expression.
3365 (cplus_name_of_child, cplus_value_of_child)
3366 (cplus_type_of_child): Adjust.
3367 * varobj.h (varobj_get_path_expr): Declare.
3368
3369 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3370
3371 * mi/mi-cmd-var.c (print_varobj): If a varobj
3372 type is NULL, don't try to print it.
3373
3374 2007-08-30 Alan Modra <amodra@bigpond.net.au>
3375
3376 * ppc-linux-nat.c (right_fill_reg): Delete.
3377 (supply_gregset): Use ppc_supply_gregset.
3378 (supply_fpregset): Use ppc_supply_fpregset.
3379 (fill_gregset): Use ppc_collect_gregset.
3380 (fill_fpregset): Use ppc_collect_fpregset.
3381 * ppc-linux-tdep.c (PPC_LINUX_PT_*): Don't define.
3382 (right_supply_register, ppc_linux_supply_gregset): Delete.
3383 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): Delete.
3384 (ppc_linux_supply_fpregset): Delete.
3385 (ppc_linux_collect_gregset): New function.
3386 (ppc32_linux_reg_offsets, ppc64_linux_reg_offsets): New.
3387 (ppc32_linux_gregset, ppc64_linux_gregset): Update to use reg offsets,
3388 ppc_linux_supply_gregset, and ppc_collect_gregset.
3389 (ppc_linux_fpregset): Rename to ppc32_linux_fpregset and update.
3390 (ppc_linux_gregset, ppc_linux_fpregset): New functions.
3391 (ppc_linux_regset_from_core_section): Update.
3392 * ppc-tdep.h (ppc_linux_gregset, ppc_linux_fpregset): Declare.
3393 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Delete.
3394 (struct ppc_reg_offsets): Add gpr_size, xr_size, fpscr_size fields.
3395 * ppcobsd-tdep.c (ppcobsd_supply_gregset): Delete FIXME and assert.
3396 (ppcobsd_collect_gregset): Likewise.
3397 (_initialize_ppcnbsd_tdep): Init gpr_size, xr_size, fpscr_size.
3398 * ppcnbsd-tdep.c (_initialize_ppcobsd_tdep): Likewise.
3399 * ppcobsd-nat.c (_initialize_ppcobsd_nat): Likewise.
3400 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Likewise.
3401 (rs6000_aix64_reg_offsets): Likewise.
3402 (rs6000_aix_supply_regset): Call ppc_supply_fpregset without testing
3403 ppc_floating_point_unit_p.
3404 (rs6000_aix_collect_regset): Similarly.
3405 * rs6000-tdep.c (ppc_supply_reg): Add regsize param. Adjust offset
3406 when regsize is larger than regcache register size.
3407 (ppc_collect_reg): Similarly zero pad when regsize is larger than
3408 regcache register size.
3409 (ppc_greg_offset): New function, split out from..
3410 (ppc_supply_gregset): ..here. Separate code handling all regs from
3411 single reg case. Correct xer offset.
3412 (ppc_fpreg_offset): New function, split out from..
3413 (ppc_supply_fpregset): ..here. Separate code handling all regs from
3414 single reg case.
3415 (ppc_collect_gregset, ppc_collect_fpregset): Likewise.
3416 (ppc_supply_fpregset, ppc_collect_fpregset): Don't assert we have
3417 a fp unit, instead return if no fp.
3418
3419 2007-08-29 Jim Blandy <jimb@codesourcery.com>
3420
3421 * breakpoint.c (watch_command_1): Remove '#ifdef HPUXHPPA' block;
3422 this code has not been compiled for two years.
3423
3424 2007-08-29 Michael Snyder <msnyder@access-company.com>
3425
3426 * event-top.c (gdb_readline2): Return after EOF.
3427
3428 2007-08-29 Joel Brobecker <brobecker@adacore.com>
3429
3430 * symtab.c: Remove a function that has been commented out 3 years ago.
3431
3432 2007-08-29 Randolph Chung <tausq@debian.org>
3433
3434 * hppa-tdep.c (hppa32_cannot_fetch_register)
3435 (hppa64_cannot_fetch_register): New functions.
3436 (hppa_gdbarch_init): Set cannot_fetch_register appropriately.
3437 * hppa-tdep.h (hppa_regnum): Add HPPA_CR26_REGNUM.
3438
3439 2007-08-28 Michael Snyder <msnyder@access-company.com>
3440
3441 * mi/mi-cmd-var.c (mi_print_value_p): No longer necessary to
3442 check for null before calling check_typedef.
3443
3444 * NEWS: Mention Coverity bug fixes.
3445
3446 2007-08-27 Markus Deuling <deuling@de.ibm.com>
3447
3448 * spu-tdep.c (spu_pointer_to_address): New function.
3449 (spu_integer_to_address): Likewise.
3450 (spu_gdbarch_init): Add spu_pointer_to_address and
3451 spu_integer_to_address to gdbarch.
3452
3453 2007-08-26 Pedro Alves <pedro_alves@portugalmail.pt>
3454
3455 * arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
3456
3457 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3458
3459 * Makefile.in (copying.c): Use the top-level COPYING3 as the file
3460 that contains the GDB license.
3461 * copying.awk: Adjust to the GPLv3 wording.
3462 * copying.c: Regenerate.
3463
3464 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3465
3466 * copying.awk: Protoization, and i18n markup.
3467
3468 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3469
3470 * config/djgpp/djconfig.sh: Switch license to GPLv3.
3471 * copyright.sh: Likewise.
3472 * gdb-events.sh: Likewise.
3473 * gdb_gcore.sh: Likewise.
3474 * gdb_mbuild.sh: Likewise.
3475 * gdbarch.sh: Likewise.
3476 * observer.sh: Likewise.
3477 * features/feature_to_c.sh: Likewise.
3478 * regformats/regdat.sh: Likewise.
3479
3480 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3481
3482 Switch the license of all .c files to GPLv3.
3483 Switch the license of all .h files to GPLv3.
3484 Switch the license of all .cc files to GPLv3.
3485
3486 2007-08-23 Joel Brobecker <brobecker@adacore.com>
3487
3488 * configure.ac: Switch license to GPLv3.
3489
3490 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
3491
3492 * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to
3493 determine the file's FPU type.
3494
3495 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
3496
3497 * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New.
3498 (mips_n32n64_push_dummy_call): Always increment float_argreg along
3499 with argreg. Use mips_n32n64_fp_arg_chunk_p.
3500
3501 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
3502
3503 * solib-svr4.c (scan_dyntag): Only read target memory when necessary.
3504 Fix formatting.
3505 (elf_locate_base): Look for DT_MIPS_RLD_MAP first. Expand comments.
3506 (elf_lookup_lib_symbol): Fix formatting.
3507
3508 2007-08-21 Michael Snyder <msnyder@access-company.com>
3509
3510 * dbxread.c (read_dbx_symtab): Guard null deref.
3511 Break up long line.
3512
3513 * valops.c (find_overload_match): Guard against NULL.
3514
3515 2007-08-21 Daniel Jacobowitz <dan@codesourcery.com>
3516
3517 * MAINTAINERS (Patch Champions): Remove self.
3518
3519 2007-08-21 Chris Smith <chris.smith@st.com>
3520
3521 * cli/cli-script.c (read_command_lines): Call dont_repeat for each
3522 line.
3523
3524 2007-08-18 Michael Snyder <msnyder@access-company.com>
3525
3526 * stabsread.c (dbx_lookup_type): Memory leak.
3527
3528 * event-loop.c (delete_async_signal_handler): Move pointer null
3529 test to before pointer dereference.
3530
3531 * ui-out.c (append_header_to_list): Possible cut and paste error.
3532
3533 * MAINTAINERS: white space tweak.
3534
3535 2007-08-17 Michael Snyder <msnyder@access-company.com>
3536
3537 * stack.c (print_frame): Memory leak.
3538
3539 * completer.c (filename_completer): Avoid memory leak.
3540 Remove unnecessary nested block.
3541
3542 * c-exp.y (parse_number): Memory leak.
3543
3544 * completer.c (location_completer): Must free 'fn_list', except
3545 in the one case where it is returned (as 'list').
3546
3547 * varobj.c (value_of_root): Memory leak.
3548
3549 * gdbtypes.h (virtual_base_list): Remove export decl.
3550 * gdbtypes.c (virtual_base_list): Make static. Not called outside.
3551 (virtual_base_index): Memory leak.
3552 (virtual_base_index_skip_primaries): Ditto.
3553
3554 2007-08-17 Maxim Grigoriev <maxim2405@gmail.com>
3555
3556 * xtensa-tdep.c (ARG_NOF, ARG_1ST, PS_WOE, PS_EXC, C0_MAXOPDS)
3557 (C0_NREGS, C0_CLESV, C0_SP, C0_FP, C0_RA, C0_ARGS, C0_NARGS)
3558 (C0_CONST, C0_INEXP, C0_NOSTK): New macros.
3559 (xtensa_read_register): New function.
3560 (xtensa_windowed_frame_cache, xtensa_call0_frame_cache, xtensa_c0reg)
3561 (xtensa_insn_kind): New types.
3562 (xtensa_frame_cache, xtensa_alloc_frame_cache, xtensa_frame_cache)
3563 (xtensa_frame_prev_register, xtensa_return_value, xtensa_skip_prologue)
3564 (xtensa_verify_config, xtensa_pseudo_register_read)
3565 (xtensa_pseudo_register_write, xtensa_extract_return_value)
3566 (xtensa_store_return_value)
3567 (xtensa_push_dummy_call): Extended to support Xtensa Call0 ABI.
3568 (windowing_enabled, extract_call_winsize, xtensa_unwind_dummy_id)
3569 (xtensa_frame_this_id, xtensa_frame_prev_register)
3570 (xtensa_register_type, xtensa_reg_to_regnum): Cosmetic changes.
3571 (call0_frame_cache, call0_frame_get_reg_at_entry)
3572 (call0_classify_opcode, call0_track_op)
3573 (call0_analyze_prologue, call0_frame_cache): New functions.
3574
3575 2007-08-17 Vladimir Prus <vladimir@codesourcery.com>
3576
3577 * breakpoint.c (bpstat_free): New.
3578 (bpstat_clear): Use bpstat_free.
3579 (delete_breakpoint): Document why we cannot
3580 remove bpstats from stop_bpstat.
3581 * breakpoint.h (bpstat_free): Declare.
3582
3583 2007-08-16 Michael Snyder <msnyder@access-company.com>
3584
3585 * event-loop.c (gdb_wait_for_event): Move statement into "if" block.
3586
3587 2007-08-15 Paul Hilfinger <hilfinger@adacore.com>
3588 Joel Brobecker <brobecker@adacore.com>
3589
3590 * ada-lang.c (resolve_subexp): Correct arity of binary operators.
3591
3592 2007-08-15 Paul Hilfinger <hilfinger@adacore.com>
3593 Joel Brobecker <brobecker@adacore.com>
3594
3595 * ada-lang.c (possible_user_operator_p): Alternative fix to last
3596 checkin guarding against NULL.
3597
3598 2007-08-14 Michael Snyder <msnyder@access-company.com>
3599
3600 * tui-command.c, tui-data.c, tui-disasm.c, tui-file.c, tui-io.c,
3601 tui-layout.c, tui-regs.c, tui-source.c, tui-win.c, tui-windata.c,
3602 tui-wingeneral.c, tui-winsource.c: Coding standard, && and ||
3603 go at beginning of new line.
3604
3605 * tui-data.c, tui-data.h, tui-disasm.c, tui-disasm.h, tui-hooks.c,
3606 tui-io.c, tui-layout.c, tui-layout.h, tui-out.c, tui-regs.c,
3607 tui-source.c, tui-source.h, tui-stack.c, tui-win.c, tui-win.h,
3608 tui-windata.c, tui-windata.h, tui-wingeneral.c, tui-winsource.c,
3609 tui-winsource.h, tui.c, tui.h: Function declarations and
3610 definitions, wrap long lines.
3611
3612 * tui-command.c, tui-data.c, tui-disasm.c, tui-layout.c,
3613 tui-regs.c, tui-win.c, tui-windata.c, tui-winsource.c, tui.c:
3614 Reformat block comments to GNU standard.
3615
3616 * tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c,
3617 tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c,
3618 tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c,
3619 tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h,
3620 tui.c, tui.h: Comment reformatting to coding standard (capitals,
3621 spaces after periods, etc).
3622
3623 * tui-data.c, tui-data.h, tui-disasm.c, tui-hooks.c, tui-layout.c,
3624 tui-regs.c, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c,
3625 tui-wingeneral.c, tui-wingeneral.h, tui-winsource.c, tui.c,
3626 tui-winsource.h: Whitespace changes, fix pointer declarations
3627 to be consistant.
3628
3629 2007-08-14 Joel Brobecker <brobecker@adacore.com>
3630 Michael Snyder <msnyder@access-company.com>
3631
3632 * ada-lang.c (field_alignment): Guard against NULL.
3633
3634 2007-08-14 Joel Brobecker <brobecker@adacore.com>
3635
3636 * MAINTAINERS (Global Maintainers): Add self.
3637
3638 2007-08-14 Michael Snyder <msnyder@access-company.com>
3639
3640 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dead code, dead variable.
3641
3642 * ada-lang.c (possible_user_operator_p): Guard against NULL.
3643
3644 * varobj.c (cplus_describe_child): Guard against null.
3645 Use "NULL" instead of "0" to initialize pointers.
3646
3647 2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
3648
3649 * arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settings
3650 to match any gdbarch with matching OSABI. Set default ABI and FPU
3651 after running the OSABI handler.
3652
3653 2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
3654
3655 * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
3656 * config/i386/linux.mt (TDEPFILES): ...to here.
3657
3658 2007-08-14 Vladimir Prus <vladimir@codesourcery.com>
3659
3660 * breakpoint.c (disable_breakpoints_in_shlibs): Remove
3661 the 'silent' parameter and code to implement that.
3662 * breakpoint.h (disable_breakpoints_in_shlibs): Adjust
3663 prototype.
3664 * win32-nat.c: Adjust.
3665 * solib.c: Adjust.
3666
3667 2007-08-14 Vladimir Prus <vladimir@codesourcery.com>
3668
3669 * breakpoint.c (update_breakpoints_after_exec): Don't
3670 set address to zero.
3671
3672 2007-08-13 Michael Snyder <msnyder@access-company.com>
3673
3674 * valops.c: Whitespace clean-up.
3675
3676 * tui/tui-winsource.c (tui_alloc_source_buffer): Clean up allocation.
3677
3678 * event-top.c (command_line_handler): Memory leak.
3679
3680 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Memory leak.
3681 No need to make copy.
3682
3683 * source.c (find_source_lines): Require symtab 's'.
3684
3685 2007-08-11 Michael Snyder <msnyder@access-company.com>
3686
3687 * completer.c: Spelling fix in comments.
3688
3689 2007-08-10 Michael Snyder <msnyder@access-company.com>
3690
3691 * gdbtypes.c: Coding standard cleanup.
3692 * gdbtypes.c: Comment/whitespace cleanup.
3693
3694 * stabsread.c (read_huge_number): Attempt to compute value before
3695 values that it depends on.
3696
3697 * linespec.c (decode_dollar): Dead code, ptr can't be non-null.
3698 (decode_objc): Use "NULL" instead of 0.
3699 (find_method): Ditto.
3700 (decode_all_digits): Ditto.
3701 (decode_dollar): Ditto.
3702
3703 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.
3704
3705 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
3706
3707 * solib-svr4.c (enable_break): Don't free tmp_pathname until
3708 after closing bfd.
3709
3710 * completer.c: Comment/whitespace cleanup.
3711
3712 2007-08-10 Joel Brobecker <brobecker@adacore.com>
3713
3714 * Makefile.in (i386nbsd-nat.o): Add missing dependency.
3715
3716 2007-08-10 Maxim Grigoriev <maxim2405@gmail.com>
3717
3718 * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
3719 allocated file descriptors.
3720
3721 2007-08-10 Joel Brobecker <brobecker@adacore.com>
3722
3723 * Makefile.in: Minor cleanup throughout; add some missing variables,
3724 add some missing rules, remove some rules that are no longer needed,
3725 and fix the dependencies in several rules.
3726
3727 2007-08-10 Ludovic Courtès <ludo@gnu.org>
3728
3729 * Makefile.in (SFILES): Add scm-{exp,lang,valprint}.c.
3730 (scm_lang_h, scm_tags_h): New.
3731 (COMMON_OBS): Add scm-{exp,lang,valprint}.o.
3732 (scm-exp.o, scm-lang.o, scm-valprint.o): New targets.
3733 * defs.h (enum language): Add `language_scm'.
3734
3735 * MAINTAINERS: Add Emacs local variables to use UTF-8 upon
3736 opening.
3737
3738 2007-08-09 Ludovic Courtès <ludo@gnu.org>
3739
3740 * MAINTAINERS (Write After Approval): Add myself.
3741
3742 2007-08-09 Michael Snyder <msnyder@access-company.com>
3743
3744 * solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.
3745
3746 2007-08-09 Joel Brobecker <brobecker@adacore.com>
3747
3748 * solib-som.c (som_relocate_section_addresses): Stop saving
3749 the $CODE$ section in the so_list structure.
3750
3751 2007-08-08 Maxim Grigoriev <maxim2405@gmail.com>
3752
3753 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New.
3754 (xtensa_register_group_t): Add entries for coprocessors.
3755 * xtensa-tdep.c (xtensa_init_reggroups): New register groups.
3756 (xtensa_add_reggroups): Likewise.
3757 (xtensa_register_reggroup_p): Likewise.
3758 (xtensa_coprocessor_register_group): New function.
3759 (xtensa_cp): New.
3760
3761 2007-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3762
3763 * serial.c (serial_open): Fix the OPEN parameter macro expansion.
3764
3765 2007-08-08 Michael Snyder <msnyder@access-company.com>
3766
3767 * target.c (target_read_string): Guard against null.
3768
3769 * varobj.c (value_of_root): Move alloc after return to avoid leak.
3770
3771 * tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
3772 (tui_set_layout_for_display_command): Mem leak.
3773
3774 * top.c (command_line_input): Memory leak.
3775
3776 * solib-svr4.c (open_symbol_file_object): Memory leak.
3777 (svr4_current_sos): Ditto.
3778 (enable_break): Ditto.
3779
3780 * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
3781
3782 * dwarf2read.c (add_partial_symbol): Memory leak.
3783
3784 2007-08-06 Michael Snyder <msnyder@access-company.com>
3785
3786 * ada-lang.c (desc_bounds): Comparison of function address to NULL.
3787
3788 2007-08-05 Jim Blandy <jimb@codesourcery.com>
3789
3790 * macroexp.c (init_buffer): Remove testing code that overrides the
3791 caller's length guess.
3792 (gather_arguments): Use a larger initial size, now that the vector
3793 growth code has been exercised.
3794
3795 2007-08-05 Pedro Alves <pedro_alves@portugalmail.pt>
3796
3797 * solib-target.c (solib_target_relocate_section_addresses): Add
3798 orig_delta to addr_high.
3799
3800 2007-08-04 Michael Snyder <msnyder@access-company.com>
3801
3802 * remote-fileio.c (remote_fileio_func_write): Memory leak.
3803
3804 * breakpoint.c (print_one_breakpoint): Off by one error.
3805
3806 * tracepoint.c (add_register): Off by one error.
3807 (stringify_collection_list): Free malloc buffer.
3808
3809 2007-08-03 Michael Snyder <msnyder@access-company.com>
3810
3811 * mi-cmd-var.c (mi_cmd_var_delete): Remove unused variable,
3812 stop memory leak, straighten out cleanups.
3813
3814 * jv-lang.c (java_link_class_type): Guard against NULL.
3815
3816 2007-08-02 Michael Snyder <msnyder@access-company.com>
3817
3818 * gdbtypes.c (create_set_type): Test should only be done within
3819 the preceeding if block. Otherwise, variable is uninitialized.
3820
3821 * gdbtypes.c (check_typedef): Guard NULL.
3822
3823 2007-08-01 Michael Snyder <msnyder@access-company.com>
3824
3825 * cli/cli-decode.c (lookup_cmd): Check for null earlier, to
3826 avoid dereference in lookup_cmd_1.
3827
3828 * tui/tui-data.c (tui_alloc_content): Move assign out of if,
3829 clean up long lines.
3830 (tui_alloc_generic_win_info): Tidy by using XMALLOC macro.
3831 (tui_alloc_win_info): Ditto.
3832 (tui_add_content_elements): Ditto.
3833 * tui/tui-file.c (tui_file_magic): Ditto.
3834
3835 2007-07-31 Michael Snyder <msnyder@access-company.com>
3836
3837 * breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'.
3838 True and false paths are mutually exclusive.
3839
3840 * event-top.c (command_line_handler): Add pedantic return.
3841
3842 * f-valprint.c (info_common_command): Bail out to prevent null
3843 pointer deref. Break up a long line.
3844
3845 * exec.c (xfer_memory): Remove redundant condition from 'if'.
3846
3847 * symfile.c (reread_separate_symbols): Free xmalloced memory.
3848
3849 * printcmd.c (build_address_symbolic): Remove dead code and dead
3850 variable.
3851
3852 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
3853
3854 * linespec.c (minsym_found): Advance to the next line if possible.
3855
3856 2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
3857
3858 * arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.
3859 * config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and
3860 solib-svr4.o, and add solib-target.o
3861
3862 2007-07-27 Michael Snyder <msnyder@access-company.com>
3863
3864 * tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof.
3865
3866 2007-07-26 Maciej W. Rozycki <macro@linux-mips.org>
3867
3868 * MAINTAINERS (Write After Approval): Add myself.
3869
3870 2007-07-26 Maciej W. Rozycki <macro@mips.com>
3871
3872 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3873 for include files.
3874
3875 2007-07-25 Maciej W. Rozycki <macro@mips.com>
3876
3877 * Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
3878
3879 2007-07-24 Michael Snyder <msnyder@access-company.com>
3880
3881 * solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
3882 'buffer' must cover both branches that call strcmp (Coverity).
3883
3884 * stack.c (print_frame_args): Check return value of lookup_symbol.
3885
3886 * ax-gdb.c (find_field): Guard against null ptr.
3887
3888 2007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
3889
3890 * regformats/reg-spu.dat: Fix order of npc, id registers.
3891
3892 2007-07-24 Ulrich Weigand <uweigand@de.ibm.com>
3893
3894 * target.c (memory_xfer_partial): Accesses to unmapped overlay
3895 sections should always go to the executable file.
3896
3897 2004-07-20 Chris Dearman <chris@mips.com>
3898
3899 * mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
3900 prologue instructions.
3901
3902 2007-07-20 Maciej W. Rozycki <macro@mips.com>
3903
3904 * mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
3905 a direct test.
3906
3907 2007-07-20 Chris Dearman <chris@mips.com>
3908 Maciej W. Rozycki <macro@mips.com>
3909
3910 * mips-tdep.c (fetch_mips_16): Fix typos and reformat the
3911 description.
3912
3913 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
3914 Daniel Jacobowitz <dan@codesourcery.com>
3915
3916 * config/i386/cygwin.mt (TDEPFILES): Add solib-target.o.
3917 * coff-pe-read.c (read_pe_exported_syms): Delete verbose
3918 printf.
3919 * NEWS: Mention gdbserver DLL support.
3920
3921 2007-07-17 Daniel Jacobowitz <dan@codesourcery.com>
3922
3923 * dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.
3924
3925 2007-07-16 H.J. Lu <hongjiu.lu@intel.com>
3926
3927 * i386-linux-nat.c (fetch_regs): Work around gcc 3.4 alias
3928 warning bug.
3929
3930 2007-07-13 Kevin Buettner <kevinb@redhat.com>
3931
3932 * mep-tdep.c (mep_analyze_prologue): Update comment for BRA
3933 instruction case.
3934
3935 2007-07-12 Kevin Buettner <kevinb@redhat.com>
3936
3937 * mep-tdep.c (IS_BRA, BRA_DISP): New macros.
3938 (mep_analyze_prologue): Add case for BRA instruction.
3939
3940 2007-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3941
3942 * solib-svr4.c (LM_ADDR_CHECK): Relax prelink recognition heuristic.
3943
3944 2007-07-10 Nick Roberts <nickrob@snap.net.nz>
3945
3946 * breakpoint.c: Include "top.h".
3947 (breakpoint_1): Don't set convenience variable $_ if server prefix
3948 is used.
3949 (_initialize_breakpoint): Describe this behaviour in command help.
3950
3951 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
3952
3953 * solib-target.c (library_list_start_segment): Cast address to
3954 CORE_ADDR.
3955
3956 2007-07-06 Mark Kettenis <kettenis@gnu.org>
3957
3958 * bsd-uthread.c (bsd_uthread_wait): Don't try to fetch thread IDs
3959 for terminated processes.
3960
3961 2007-07-05 Michael Snyder <msnyder@access-company.com>
3962
3963 * event-top.c (cli_command_loop): Prompt string can (and should)
3964 be freed after call to readline (Coverity). Also move local var
3965 declarations into block where they are used.
3966
3967 * tui/tui-interp.c (tui_command_loop): Prompt string can (and
3968 should) be freed after call to readline (Coverity). Also move
3969 local var declarations into block where they are used.
3970
3971 2007-07-03 Andreas Schwab <schwab@suse.de>
3972
3973 * linux-nat.c (linux_nat_info_proc_cmd): Fix parsing of columns in
3974 /proc/../stat.
3975
3976 2007-07-03 Paul Gilliam <pgilliam@us.ibm.com>
3977 Thiago Bauermann <bauerman@br.ibm.com>
3978 Joseph S. Myers <joseph@codesourcery.com>
3979 Daniel Jacobowitz <dan@codesourcery.com>
3980
3981 * remote.c (remote_check_symbols): Use
3982 gdbarch_convert_from_func_ptr_addr.
3983 * infcall.c (find_function_addr): Handle function descriptors
3984 without debugging information.
3985 * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Renamed
3986 from ppc64_linux_convert_from_func_ptr_addr. Handle -msecure-plt.
3987 (ppc_linux_init_abi): Always set convert_from_func_ptr_addr.
3988 * solib-svr4.c (solib_break_names): Remove "._dl_debug_state".
3989 (bfd_lookup_symbol): Do not take a SECT_FLAGS argument. Always
3990 allow SEC_CODE and SEC_DATA.
3991 (enable_break): Update calls. Pass current_target to solib_add.
3992 Use gdbarch_convert_from_func_ptr_addr.
3993
3994 2007-07-03 Ilko Iliev <iliev@ronetix.at>
3995 Daniel Jacobowitz <dan@codesourcery.com>
3996
3997 * symfile.c (print_transfer_performance): Avoid integer overflow.
3998 Use larger units.
3999
4000 2007-07-03 Markus Deuling <deuling@de.ibm.com>
4001
4002 * cp-namespace.c (lookup_symbol_file): Add block to
4003 lookup_symbol_global call.
4004 * Makefile.in (solist_h): Add dependency on symtab header.
4005 (symtab.o): Add dependency on solist header.
4006 * solib.c (solib_global_lookup): New function.
4007 * solib-svr4.c (scan_dyntag): Likewise.
4008 (elf_locate_base): Call helper routine scan_dyntag.
4009 (elf_lookup_lib_symbol): New function.
4010 (_initialize_svr4_solib): Add elf_lookup_lib_symbol to svr4_so_ops.
4011 * solist.h (symtab.h): New include.
4012 (struct target_so_ops): New member lookup_lib_global_symbol.
4013 (solib_global_lookup): New prototype.
4014 * symtab.c: New include solist.h.
4015 (lookup_objfile_from_block): New function.
4016 (lookup_global_symbol_from_objfile): New function.
4017 (basic_lookup_symbol_nonlocal): Add block to lookup_symbol_global call.
4018 (lookup_symbol_global): Call library-specific lookup procedure.
4019 * symtab.h (lookup_global_symbol_from_objfile): New prototype.
4020
4021 * NEWS: Document framework.
4022
4023 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * target-descriptions.c (tdesc_create_reg): Do not set reg->type
4026 to NULL.
4027
4028 * cli/cli-script.c (build_command_line): Update NULL check.
4029
4030 2007-07-02 Michael Snyder <msnyder@access-company.com>
4031
4032 * p-exp.y (yylex): Memory leak, 'uptokstart' must be freed (Coverity).
4033
4034 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4035
4036 * Makefile.in (XMLFILES): Add library-list.dtd.
4037 (ALLDEPFILES): Add solib-target.o.
4038 (solib-target.o): New rule.
4039 * remote.c (PACKET_qXfer_libraries): New constant.
4040 (remote_protocol_features): Add qXfer:libraries:read.
4041 (remote_wait): Recognize library stop replies.
4042 (remote_async_wait): Likewise. Fix typo.
4043 (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
4044 (init_remote_async_ops): Fix typo.
4045 (_initialize_remote): Register "set remote library-info-packet".
4046 * solib-som.c (som_current_sos): Set addr_low and addr_high.
4047 * solib-target.c: New file.
4048 * solib.c (solib_map_sections): Use addr_low and addr_high instead
4049 of textsection.
4050 (info_sharedlibrary_command): Likewise.
4051 (solib_add_library, solib_remove_library): New.
4052 * solist.h (struct so_list): Replace textsection with addr_low and
4053 addr_high.
4054 * target.h (enum target_object): Add TARGET_OBJECT_LIBRARIES.
4055 * NEWS: Describe new qXfer:libraries:read and shared library
4056 event support.
4057 * features/library-list.dtd: New.
4058
4059 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4060
4061 * infrun.c (inferior_ignoring_startup_exec_events): Delete.
4062 (start_remote): Use STOP_QUIETLY_REMOTE.
4063 (handle_inferior_event): Do not condition TARGET_WAITKIND_LOADED
4064 support on a SOLIB_ADD definition. Update breakpoints_inserted.
4065 Update to match shared library event breakpoint support. Only
4066 resume if appropriate. Handle STOP_QUIETLY_REMOTE.
4067 (normal_stop): Handle TARGET_WAITKIND_LOADED.
4068 * fork-child.c (startup_inferior): Do not set
4069 inferior_ignoring_startup_exec_events
4070 * inferior.h (inferior_ignoring_startup_exec_events): Delete
4071 declaration.
4072 (enum stop_kind): Improve documentation. Add STOP_QUIETLY_REMOTE.
4073
4074 2007-07-02 Markus Deuling <deuling@de.ibm.com>
4075
4076 * breakpoint.c (insert_bp_location): Remove dead code
4077 (DISABLE_UNSETTABLE_BREAK).
4078 (disable_breakpoints_in_shlibs)
4079 (disable_breakpoints_in_unloaded_shlib): Likewise (comment).
4080
4081 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4082
4083 * breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint.
4084 Call insert_bp_location.
4085
4086 2007-07-01 H.J. Lu <hongjiu.lu@intel.com>
4087
4088 * core-regset.c (fetch_core_registers): Work around gcc 3.4
4089 alias warning bug.
4090
4091 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
4092
4093 * minsyms.c (lookup_minimal_symbol_by_pc_section): Search fewer
4094 objfiles.
4095
4096 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
4097
4098 * top.c (gdb_readline_wrapper_line): Call rl_callback_handler_remove.
4099 (struct gdb_readline_wrapper_cleanup): Remove prompt_orig.
4100 (gdb_readline_wrapper_cleanup): Do not reset the prompt.
4101 (gdb_readline_wrapper): Do not save the prompt. Pass our prompt
4102 to display_gdb_prompt.
4103
4104 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
4105
4106 PR symtab/2161
4107 * target.c (memory_xfer_partial): Do not continue past targets with
4108 all memory.
4109
4110 2007-06-30 Andreas Schwab <schwab@suse.de>
4111
4112 * m68k-tdep.c (m68k_ps_type): New.
4113 (m68k_init_types): New.
4114 (m68k_register_type): Use m68k_ps_type for PS register.
4115 (_initialize_m68k_tdep): Call m68k_init_types.
4116
4117 * m68k-tdep.c (m68k_gdbarch_init): Don't infer coldfire flavour
4118 from the generic m68k arch.
4119
4120 2007-06-28 Michael Snyder <msnyder@access-company.com>
4121
4122 * m2-typeprint.c (m2_print_type): Move pointer ref after null test
4123 (Coverity).
4124
4125 * linux-thread-db.c (thread_db_get_thread_local_address): Add
4126 gdb_assert before using return value of find_thread_pid (Coverity).
4127
4128 * source.c (unset_substitute_path_command): Plug leak (Coverity).
4129
4130 * cli/cli-script.c (build_command_line): Add null pointer guard
4131 (Coverity).
4132
4133 2007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4134
4135 * linux-thread-db.c (thread_db_attach): Delete.
4136 (thread_db_detach): Typo fix. Call target_mourn_inferior
4137 instead of fixing up proc_handle.
4138 (have_threads_callback, have_threads): New functions.
4139 (thread_db_wait): Remove dead proc_handle.pid check. Only
4140 translate PTIDs if we have registered threads. Check for new
4141 threads if we have none.
4142 (thread_db_create_inferior, thread_db_post_startup_inferior): Delete.
4143 (find_new_threads_callback): Only enable event reporting if TID == 0.
4144 (same_ptid_callback): New.
4145 (thread_db_get_thread_local_address): Check for new threads.
4146 (init_thread_db_ops): Don't set to_attach, to_create_inferior,
4147 or to_post_startup_inferior.
4148
4149 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4150
4151 * infrun.c (adjust_pc_after_break): Do not assume software single-step
4152 is always active if SOFTWARE_SINGLE_STEP_P is true.
4153 (resume): Use gdbarch_software_single_step[_p] instead of
4154 SOFTWARE_SINGLE_STEP[_P].
4155 (handle_inferior_event): Do not check for SOFTWARE_SINGLE_STEP_P.
4156
4157 * gdbarch.sh (software_single_step): Remove target macro.
4158 * gdbarch.h, gdbarch.c: Regenerate.
4159
4160 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4161
4162 * gdbarch.sh (gdbarch_swap_ftype, deprecated_register_gdbarch_swap,
4163 DEPRECATED_REGISTER_GDBARCH_SWAP): Remove.
4164 (struct gdbarch_swap, struct gdbarch_swap_registration,
4165 struct gdbarch_swap_registry, gdbarch_swap_registry,
4166 current_gdbarch_swap_init_hack, current_gdbarch_swap_out_hack,
4167 current_gdbarch_swap_in_hack): Remove.
4168 (find_arch_by_info): Do not call current_gdbarch_swap_init_hack.
4169 (gdbarch_find_by_info): Do not call current_gdbarch_swap_in_hack
4170 and current_gdbarch_swap_out_hack, update current_gdbarch directly.
4171 (deprecated_current_gdbarch_select_hack): Likewise.
4172 * gdbarch.h, gdbarch.c: Regenerate.
4173
4174 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4175
4176 * infrun.c (clear_proceed_status): Clean up stop_registers.
4177 (normal_stop): Allocate regcache for stop_registers.
4178 (struct inferior_status): Remove stop_registers member.
4179 (save_inferior_status): Do not save stop_registers.
4180 (restore_inferior_status): Do not restore stop_registers.
4181 (discard_inferior_status): Do not discard stop_registers.
4182 (build_infrun): Remove.
4183 (_initialize_infrun): Do not swap stop_registers.
4184
4185 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4186
4187 * remote.c (remote_address_masked): If remote_address_size is zero,
4188 default to target address size.
4189 (build_remote_gdbarch_data): Remove.
4190 (_initialize_remote): Do not swap remote_address_size.
4191
4192 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4193
4194 * gdbtypes.h (builtin_type_true_char, builtin_type_void,
4195 builtin_type_char, builtin_type_short, builtin_type_int,
4196 builtin_type_long, builtin_type_signed_char,
4197 builtin_type_unsigned_char, builtin_type_unsigned_short,
4198 builtin_type_unsigned_int, builtin_type_unsigned_long,
4199 builtin_type_float, builtin_type_double, builtin_type_long_double,
4200 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
4201 builtin_type_bool, builtin_type_long_long,
4202 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
4203 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Replace global
4204 variable declaration with compatibility macro.
4205 * gdbtypes.c (builtin_type_true_char, builtin_type_void,
4206 builtin_type_char, builtin_type_short, builtin_type_int,
4207 builtin_type_long, builtin_type_signed_char,
4208 builtin_type_unsigned_char, builtin_type_unsigned_short,
4209 builtin_type_unsigned_int, builtin_type_unsigned_long,
4210 builtin_type_float, builtin_type_double, builtin_type_long_double,
4211 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
4212 builtin_type_bool, builtin_type_long_long,
4213 builtin_type_unsigned_long_long, builtin_type_void_data_ptr,
4214 builtin_type_void_func_ptr, builtin_type_CORE_ADDR): Remove.
4215 (build_gdbtypes): Remove.
4216 (_initialize_gdbtypes): Do not call build_gdbtypes, move installing
4217 opaque-type-resolution command here. Do not call
4218 deprecated_register_gdbarch_swap.
4219
4220 2007-06-22 Ulrich Weigand <uweigand@de.ibm.com>
4221
4222 * gdbtypes.h (struct builtin_type): New members nodebug_text_symbol,
4223 nodebug_data_symbol, nodebug_unknown_symbol, and nodebug_tls_symbol.
4224 * gdbtypes.c (gdbtypes_post_init): Initialize nodebug_ default types.
4225
4226 * parse.c (msym_text_symbol_type, msym_data_symbol_type): Remove.
4227 (msym_unknown_symbol_type, msym_tls_symbol_type): Remove.
4228 (write_exp_msymbol): Use builtin nodebug_ types instead of them.
4229 (build_parse): Remove.
4230 (_initialize_parse): Do not call build_parse. Do not register
4231 msym_ types for gdbarch-swapping.
4232
4233 * dwarf2read.c (new_symbol): Use default nodebug_data_symbol type
4234 instead of creating private type.
4235
4236 * xcoffread.c (func_symbol_type, var_symbol_type): Remove.
4237 (_initialize_xcoffread): Do not initialized them.
4238 (process_xcoff_symbol): Use builtin nodebug_ types instead of them.
4239
4240 * mdebugread.c (nodebug_func_symbol_type): Remove.
4241 (nodebug_var_symbol_type): Remove.
4242 (_initialize_mdebugread): Do not initialize them.
4243 (parse_symbol): Use builtin nodebug_ type instead of them.
4244 (parse_procedure): Likewise.
4245
4246 2007-06-21 Chris Dearman <chris@mips.com>
4247
4248 * printcmd.c (do_one_display): If display/i, start with an initial
4249 line feed to avoid bad layout if there is a branch delay slot.
4250
4251 2007-06-21 Nigel Stephens <nigel@mips.com>
4252 Maciej W. Rozycki <macro@mips.com>
4253
4254 * disasm.c (gdb_print_insn): Return the number of branch delay
4255 slot instructions too.
4256 * disasm.h (gdb_print_insn): Update prototype.
4257 * printcmd.c (branch_delay_insns): New variable to record the
4258 number of delay slot instructions after disassembling a branch.
4259 (print_formatted): Record the number of branch delay slot
4260 instructions.
4261 (do_examine): When disassembling, if the last instruction
4262 disassembled has any branch delay slots, then bump the count so
4263 that they get disassembled too.
4264 * tui/tui-disasm.c (tui_disassemble): Update the call to
4265 gdb_print_insn().
4266 * NEWS: Document the new behaviour.
4267
4268 2007-06-21 Andreas Schwab <schwab@suse.de>
4269
4270 * regcache.c (write_pc_pid): Restore missing else.
4271
4272 2007-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4273
4274 * regcache.c (regcache_print): Use get_current_regcache ()
4275 instead of current_regcache.
4276
4277 2007-06-20 H.J. Lu <hongjiu.lu@intel.com>
4278
4279 PR 4606
4280 * gcore.c (gcore_command): Use bfd_make_section_anyway_with_flags
4281 instead of bfd_make_section_anyway.
4282 (gcore_create_callback): Likewise. Also set SEC_NEVER_LOAD
4283 when clearing SEC_LOAD.
4284
4285 2007-06-19 Joseph Myers <joseph@codesourcery.com>
4286
4287 * arm-tdep.c (arm_push_dummy_call): Correct padding of partial
4288 registers for big-endian.
4289
4290 2007-06-19 Markus Deuling <deuling@de.ibm.com>
4291
4292 * gdbarch.sh (TARGET_PRINT_INSN): Replace by gdbarch_print_insn.
4293 * disasm.c (dump_insns, gdb_print_insn): Likewise.
4294 * gdbarch.c, gdbarch.h: Regenerate.
4295
4296 2007-06-19 Markus Deuling <deuling@de.ibm.com>
4297
4298 * gdbarch.sh (BELIEVE_PCC_PROMOTION): Replace by
4299 gdbarch_believe_pcc_promotion.
4300 * stabsread.c (define_symbol): Likewise.
4301 Remove unnecessary definition.
4302 * coffread.c (process_coff_symbol): Remove unnecessary code.
4303 * gdbarch.c, gdbarch.h: Regenerate.
4304
4305 2007-06-19 Daniel Jacobowitz <dan@codesourcery.com>
4306
4307 * configure.ac: Do not use ${objdir}.
4308 * configure: Regenerated.
4309
4310 2007-06-18 Ulrich Weigand <uweigand@de.ibm.com>
4311
4312 * gdbarch.sh (deprecated_register_size): Remove.
4313 * gdbarch.h, gdbarch.c: Regenerate.
4314
4315 * arm-tdep.c (arm_push_dummy_call): Replace DEPRECATED_REGISTER_SIZE
4316 by INT_REGISTER_SIZE.
4317 (thumb_get_next_pc, arm_return_in_memory): Likewise.
4318 (arm_gdbarch_init): Do not call set_gdbarch_deprecated_register_size.
4319 * ia64-tdep.c (ia64_gdbarch_init): Do not call
4320 set_gdbarch_deprecated_register_size.
4321
4322 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4323
4324 * gdbarch.sh (DEPRECATED_FP_REGNUM): Replace by
4325 gdbarch_deprecated_fp_regnum.
4326 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
4327 * remote-mips.c (mips_wait, mips_fetch_registers): Likewise.
4328 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
4329 * arch-utils.h (gdbarch_virtual_frame_pointer_ftype): Likewise
4330 (comment).
4331 * gdbarch.c, gdbarch.h: Regenerate.
4332
4333 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4334
4335 * gdbarch.sh (EXTRACT_RETURN_VALUE): Replace with
4336 gdbarch_extract_return_value.
4337 * value.c (generic_use_struct_convention): Likewise (comment).
4338 * ia64-tdep.c (ia64_use_struct_convention): Likewise (comment).
4339 * arch-utils.c (legacy_return_value): Likewise.
4340 * arch-utils.h (legacy_return_value): Likewise (comment).
4341 * gdbarch.sh (STORE_RETURN_VALUE): Replace by
4342 gdbarch_store_return_value.
4343 * stack.c (return_command): Likewise (comment).
4344 * arch-utils.h (legacy_return_value): Likewise (comment).
4345 * arch-utils.c (legacy_return_value): Likewise.
4346 * gdbarch.c, gdbarch.h: Regenerate.
4347
4348 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4349
4350 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Replace by
4351 gdbarch_deprecated_use_struct_convention.
4352 * arch-utils.c (legacy_return_value): Likewise.
4353 * gdbarch.c, gdbarch.h: Regenerate.
4354
4355 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4356
4357 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Replace by
4358 gdbarch_deprecated_function_start_offset.
4359 * symtab.c (find_function_start_sal)skip_prologue_using_sal): Likewise.
4360 * linespec.c (minsym_found): Likewise.
4361 * infrun.c (handle_inferior_event): Likewise.
4362 * infcall.c (find_function_addr): Likewise.
4363 * cli/cli-cmds.c (disassemble_command): Likewise.
4364 * gdbarch.c, gdbarch.h: Regenerate.
4365
4366 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4367
4368 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Replace by
4369 gdbarch_deprecated_reg_struct_has_addr.
4370 * infcall.c (call_function_by_hand): Likewise.
4371 (DEPRECATED_REG_STRUCT_HAS_ADDR_P): Replace by
4372 * gdbarch_deprecated_reg_struct_has_addr_p.
4373 * infcall.c (call_function_by_hand): Likewise.
4374 * gdbarch.c, gdbarch.h: Regenerate.
4375
4376 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4377
4378 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4379 * sh-tdep.c (sh_extract_struct_value_address): Remove.
4380 (sh_gdbarch_init): Remove
4381 set_gdbarch_deprecated_extract_struct_value_address.
4382 * sh64-tdep.c (sh64_extract_struct_value_address): Remove.
4383 (sh64_gdbarch_init): Remove
4384 set_gdbarch_deprecated_extract_struct_value_address.
4385 * ia64-tdep.c (ia64_extract_struct_value_address): Remove.
4386 (ia64_gdbarch_init): Remove
4387 set_gdbarch_deprecated_extract_struct_value_address.
4388 * frv-tdep.c (frv_extract_struct_value_address): Remove.
4389 (frv_gdbarch_init): Remove
4390 set_gdbarch_deprecated_extract_struct_value_address.
4391 * gdbarch.c, gdbarch.h: Regenerate.
4392
4393 2007-06-18 Markus Deuling <deuling@de.ibm.com>
4394
4395 * gdbarch.sh (SP_REGNUM): Replace by gdbarch_sp_regnum.
4396 * v850-tdep.c (v850_unwind_sp): Likewise.
4397 * std-regs.c (value_of_builtin_frame_sp_reg): Likewise.
4398 * stack.c (frame_info): Likewise.
4399 * stabsread.c (define_symbol): Likewise.
4400 * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
4401 (sh_dwarf2_frame_init_reg, sh_frame_cache, sh_frame_prev_register)
4402 (sh_unwind_sp): Likewise.
4403 * sh64-tdep.c (sh64_push_dummy_call, sh64_frame_cache)
4404 (sh64_frame_prev_register, sh64_unwind_sp): Likewise.
4405 * rs6000-tdep.c (rs6000_push_dummy_call, rs6000_unwind_dummy_id)
4406 (rs6000_frame_cache): Likewise.
4407 * rs6000-nat.c (store_register): Likewise.
4408 * remote-mips.c (mips_wait): Likewise.
4409 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
4410 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4411 (ppc64_sysv_abi_push_dummy_call): Likewise.
4412 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
4413 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
4414 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
4415 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
4416 * m32r-rom.c (m32r_supply_register): Likewise.
4417 * frame.c (frame_sp_unwind): Likewise.
4418 * mips-tdep.c (mips_insn16_frame_cache)
4419 (mips_insn32_frame_cache): Likewise (comment).
4420 * m68klinux-nat.c (supply_gregset): Likewise.
4421 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
4422 * ia64-tdep.c (ia64_frame_prev_register): Likewise.
4423 * i386-tdep.c (i386_get_longjmp_target): Likewise.
4424 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
4425 * cris-tdep.c (cris_regnums, cris_sigcontext_addr)
4426 (cris_sigtramp_frame_unwind_cache, cris_push_dummy_call)
4427 (cris_scan_prologue, crisv32_scan_prologue, cris_unwind_sp)
4428 (cris_register_type, crisv32_register_type)
4429 (cris_dwarf2_frame_init_reg): Likewise.
4430 * arch-utils.c (legacy_virtual_frame_pointer): Likewise.
4431 * amd64-tdep.c (amd64_frame_prev_register): Likewise.
4432 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
4433 * libunwind-frame.c (libunwind_frame_cache): Likewise.
4434
4435 * gdbarch.sh (PC_REGNUM): Replace by gdbarch_pc_regnum.
4436 * regcache.c (read_pc_pid, generic_target_write_pc): Likewise.
4437 * xtensa-tdep.c (xtensa_register_type, xtensa_supply_gregset)
4438 (xtensa_unwind_pc, xtensa_frame_cache, xtensa_frame_prev_register)
4439 (xtensa_extract_return_value, xtensa_store_return_value): Likewise.
4440 * v850-tdep.c (v850_unwind_pc): Likewise.
4441 * stack.c (frame_info): Likewise.
4442 * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs)
4443 (sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs)
4444 (sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs)
4445 (sh_dwarf2_frame_init_reg, sh_frame_prev_register, sh_unwind_pc)
4446 (sh_dsp_show_regs): Likewise.
4447 * shnbsd-tdep.c (shnbsd_supply_gregset)
4448 (shnbsd_collect_gregset): Likewise.
4449 * shnbsd-nat.c (GETREGS_SUPPLIES): Likewise.
4450 * sh64-tdep.c (sh64_compact_reg_base_num, sh64_show_media_regs)
4451 (sh64_frame_prev_register, sh64_unwind_pc): Likewise.
4452 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4453 (6000_register_reggroup_p, rs6000_unwind_pc)
4454 (rs6000_frame_cache): Likewise.
4455 * rs6000-nat.c (regmap, rs6000_fetch_inferior_registers)
4456 (rs6000_store_inferior_registers): Likewise.
4457 * remote-mips.c (mips_wait, mips_load): Likewise.
4458 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
4459 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
4460 * ppcobsd-nat.c (ppcobsd_supply_pcb): Likewise.
4461 * ppcnbsd-tdep.c (ppcnbsd_sigtramp_cache_init): Likewise.
4462 * ppcnbsd-nat.c (getregs_supplies, ppcnbsd_supply_pcb): Likewise.
4463 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
4464 * ppc-linux-nat.c (ppc_register_u_addr, fetch_ppc_registers)
4465 (store_ppc_registers, fill_gregset): Likewise.
4466 * mips-tdep.c (mips_stub_frame_cache, mips_gdbarch_init): Likewise.
4467 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_fill_reg): Likewise.
4468 * mipsnbsd-nat.c (getregs_supplies): Likewise.
4469 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
4470 * m68klinux-nat.c (supply_gregset): Likewise.
4471 * irix5-nat.c (fill_gregset): Likewise.
4472 * i386-tdep.c (i386_unwind_pc): Likewise.
4473 * i386-linux-nat.c (i386_linux_resume): Likewise.
4474 * frame.c (get_prev_frame_1): Likewise.
4475 * dwarf2-frame.c (dwarf2_frame_default_init_reg): Likewise.
4476 * dbug-rom.c (dbug_supply_register): Likewise.
4477 * cris-tdep.c (cris_sigtramp_frame_unwind_cache, cris_scan_prologue)
4478 (crisv32_scan_prologue, cris_unwind_pc, cris_register_size)
4479 (cris_register_type, crisv32_register_type, crisv32_register_name)
4480 (cris_dwarf2_frame_init_reg, find_step_target)
4481 (cris_software_single_step, cris_supply_gregset)
4482 (cris_regnums): Likewise.
4483 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
4484 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4485 (fill_sprs64, fill_sprs32, store_regs_user_thread): Likewise.
4486 * std-regs.c (value_of_builtin_frame_pc_reg): Likewise.
4487 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
4488
4489 * gdbarch.sh (PS_REGNUM): Replace by gdbarch_ps_regnum.
4490 * dbug-rom.c (dbug_supply_register): Likewise.
4491 * xtensa-tdep.c (xtensa_supply_gregset, xtensa_frame_cache)
4492 (xtensa_frame_prev_register, xtensa_push_dummy_call): Likewise.
4493 * win32-nat.c (win32_resume): Likewise.
4494 * std-regs.c (value_of_builtin_frame_ps_reg): Likewise.
4495 * m68k-tdep.c (m68k_register_type): Likewise.
4496 * m68klinux-nat.c (supply_gregset): Likewise.
4497
4498 * gdbarch.sh (FP0_REGNUM): Replace by gdbarch_fp0_regnum.
4499 * sh-tdep.c (sh_extract_return_value_fpu, sh_store_return_value_fpu)
4500 (sh2e_show_regs, sh2a_show_regs, sh3e_show_regs, sh4_show_regs)
4501 (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
4502 (fv_reg_base_num, dr_reg_base_num): Likewise.
4503 * sh64-tdep.c (sh64_fv_reg_base_num, sh64_dr_reg_base_num)
4504 (sh64_fpp_reg_base_num, sh64_compact_reg_base_num, sh64_push_dummy_call)
4505 (sh64_extract_return_value, sh64_store_return_value)
4506 (sh64_show_media_regs, sh64_show_compact_regs, sh64_register_type)
4507 (sh64_do_fp_register, sh64_media_print_registers_info): Likewise.
4508 * procfs.c (procfs_fetch_registers, procfs_store_registers)
4509 (invalidate_cache): Likewise.
4510 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Likewise.
4511 * mipsnbsd-tdep.c (mipsnbsd_supply_fpreg)
4512 (mipsnbsd_fill_fpreg): Likewise.
4513 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
4514 (mipsnbsd_store_inferior_registers): Likewise.
4515 * mips-linux-tdep.c (mips_supply_fpregset, mips_fill_fpregset)
4516 (mips64_supply_fpregset, mips64_fill_fpregset): Likewise.
4517 * mips-linux-nat.c (mips64_linux_register_addr): Likewise.
4518 * m68k-tdep.c (m68k_register_type, m68k_convert_register_p): Likewise.
4519 * m68klinux-nat.c (getfpregs_supplies, supply_fpregset)
4520 (fill_fpregset): Likewise.
4521 * irix5-nat.c (supply_fpregset, fill_fpregset): Likewise.
4522 * i386-tdep.h (struct_return): Likewise (comment).
4523 * i386-nto-tdep.c (i386nto_register_area): Likewise.
4524 * go32-nat.c (fetch_register, go32_fetch_registers, store_register)
4525 (go32_store_registers): Likewise.
4526 * alpha-tdep.c (alpha_next_pc): Likewise.
4527 * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
4528 * alphabsd-nat.c (alphabsd_fetch_inferior_registers)
4529 (alphabsd_store_inferior_registers): Likewise.
4530 * core-regset.c (fetch_core_registers): Likewise.
4531 * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise.
4532
4533 * gdbarch.c, gdbarch.h: Regenerate.
4534
4535 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4536
4537 * coffread.c (coff_sym_fns): Add default_symfile_segments.
4538 * dbxread.c (start_psymtab): Check HAVE_ELF.
4539 (aout_sym_fns): Likewise.
4540 * elfread.c (elf_symfile_segments): New.
4541 (elf_sym_fns): Add elf_symfile_segments.
4542 * mipsread.c (ecoff_sym_fns): Add default_symfile_segments.
4543 * remote.c (get_offsets): Use symfile_map_offsets_to_segments.
4544 Skip if there is no symfile_objfile. Handle TextSeg and DataSeg.
4545 * somread.c (som_sym_fns): Use default_symfile_segments.
4546 * symfile.c (find_sym_fns): Take a BFD and return the sym_fns.
4547 (init_objfile_sect_indices): Call symfile_find_segment_sections.
4548 (default_symfile_segments): New function.
4549 (syms_from_objfile): Update call to find_sym_fns.
4550 (symfile_get_segment_data, free_symfile_segment_data): New.
4551 (symfile_map_offsets_to_segments): New.
4552 (symfile_find_segment_sections): New.
4553 * symfile.h (struct symfile_segment_data): New.
4554 (struct sym_fns): Add sym_segments.
4555 (default_symfile_segments, symfile_get_segment_data)
4556 (free_symfile_segment_data): New prototypes.
4557 (symfile_map_offsets_to_segments): Likewise.
4558 * xcoffread.c (xcoff_sym_fns): Add default_symfile_segments.
4559 * Makefile.in (COMMON_OBS): Remove elfread.o.
4560 (elf_internal_h): New.
4561 (elfread.o): Update.
4562 * configure.ac: Add elfread.o to COMMON_OBS if bfd/elf.o was
4563 compiled.
4564 * config.in, configure: Regenerated.
4565 * NEWS: Mention qOffsets changes.
4566
4567 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4568
4569 * gdbtypes.h (builtin_type_m2_char, builtin_type_m2_int,
4570 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
4571 Replace global variable declaration with compatibility macro.
4572 (struct builtin_m2_type): New data type.
4573 (builtin_m2_type): Add prototype.
4574 * m2-lang.c (builtin_type_m2_char, builtin_type_m2_int,
4575 builtin_type_m2_card, builtin_type_m2_real, builtin_type_m2_bool):
4576 Remove global variables.
4577 (m2_language_arch_info): Use builtin_m2_type instead of variables.
4578 (build_m2_types): New function.
4579 (m2_type_data): New variable.
4580 (builtin_m2_type): New function.
4581 (_initialize_m2_language): Do not build data types. Register
4582 m2_type_data per-gdbarch data.
4583
4584 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4585
4586 * gdbtypes.h (builtin_type_f_character, builtin_type_f_logical,
4587 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
4588 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
4589 builtin_type_f_real_s8, builtin_type_f_real_s16,
4590 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
4591 builtin_type_f_complex_s32, builtin_type_f_void): Replace global
4592 variable declaration with compatibility macro.
4593 (struct builtin_f_type): New data type.
4594 (builtin_f_type): Add prototype.
4595 * f-lang.c (builtin_type_f_character, builtin_type_f_logical,
4596 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
4597 builtin_type_f_integer, builtin_type_f_integer_s2, builtin_type_f_real,
4598 builtin_type_f_real_s8, builtin_type_f_real_s16,
4599 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
4600 builtin_type_f_complex_s32, builtin_type_f_void): Remove variables.
4601 (f_language_arch_info): Use builtin_f_type instead of variables.
4602 (build_fortran_types): Build builtin_f_type structure instead of
4603 setting global type variables.
4604 (f_type_data): New variable.
4605 (builtin_f_type): New function.
4606 (_initialize_f_language): Do not call build_fortran_types. Do not
4607 swap global type variables. Register f_type_data per-gdbarch data.
4608
4609 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4610
4611 * f-lang.c (_initialize_f_language): Do not initialize or
4612 swap builtin_type_string.
4613
4614 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4615
4616 * std-regs.c (builtin_type_frame_reg, build_builtin_type_frame_reg,
4617 value_of_builtin_frame_reg): Remove.
4618 (_initialize_frame_reg): Do not swap builtin_type_frame_reg. Remove
4619 inactive call to value_of_builtin_frame_reg.
4620
4621 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4622
4623 * gdbarch.sh (bfd_vma_bit): Remove.
4624 * gdbarch.c, gdbarch.h: Regenerate.
4625
4626 * gdbtypes.h (builtin_bfd_vma_type): Remove.
4627 * gdbtypes.h (builtin_bfd_vma_type): Remove.
4628 (build_gdbtypes): Do not initialize it.
4629 (_initialize_gdbtypes): Do not swap it.
4630
4631 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4632
4633 * gdbtypes.c (builtin_type_v2_double, builtin_type_v4_float,
4634 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
4635 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
4636 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
4637 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
4638 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
4639 builtin_type_vec64, builtin_type_vec128): Remove.
4640 (init_simd_type): Remove.
4641 (init_vector_type): Make global.
4642 (build_builtin_type_vec64, build_builtin_type_vec128): Remove.
4643 (build_gdbtypes): Do not build vector types.
4644 (_initialize_gdbtypes): Do not swap vector types.
4645 * gdbtypes.h (builtin_type_v2_double, builtin_type_v4_float,
4646 builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16,
4647 builtin_type_v16_int8, builtin_type_v2_float, builtin_type_v2_int32,
4648 builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v4sf,
4649 builtin_type_v4si, builtin_type_v16qi, builtin_type_v8qi,
4650 builtin_type_v8hi, builtin_type_v4hi, builtin_type_v2si,
4651 builtin_type_vec64, builtin_type_vec128): Remove declarations.
4652 (init_vector_type): Add prototype.
4653
4654 * i386-tdep.h (struct gdbarch_tdep): Add i386_mmx_type and
4655 i386_sse_type members.
4656 (i386_mmx_type, i386_sse_type): Change from variables to functions.
4657 * i386-tdep.c (i386_mmx_type, i386_sse_type): Remove variables.
4658 (i386_init_types): Do not build vector types.
4659 (i386_mmx_type, i386_sse_type): New functions.
4660 (i386_register_type): Call them instead of using global variables.
4661 (i386_gdbarch_init): Use XCALLOC to allocate tdep structure.
4662 * amd64-tdep.c (amd64_register_type): Call i386_sse_type instead
4663 of using global variable.
4664
4665 * rs6000-tdep.h (struct gdbarch_tdep): Add ppc_builtin_type_vec64
4666 and ppc_builtin_type_vec128 members.
4667 * rs6000-tdep.c (rs6000_builtin_type_vec64): New function.
4668 (rs6000_builtin_type_vec128): Likewise.
4669 (rs6000_register_type): Call them instead of using builtin_type_vec64
4670 and builtin_type_vec128.
4671 (rs6000_gdbarch_init): Use XCALLOC to allocate tdep structure.
4672
4673 * spu-tdep.c (struct gdbarch_tdep): New data type.
4674 (spu_builtin_type_vec128): Remove variable.
4675 (spu_builtin_type_vec128): New function.
4676 (spu_register_type): Call it instead of using global variable.
4677 (spu_gdbarch_init): Allocate tdep structure.
4678 (spu_init_vector_type): Remove function.
4679 (_initialize_spu_tdep): Do not call it.
4680
4681 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4682
4683 * amd64-tdep.c (struct amd64_register_info): Remove.
4684 (amd64_register_info): Remove.
4685 (amd64_register_names): New static variable.
4686 (AMD64_NUM_REGS): Use amd64_register_names instead of
4687 amd64_register_info.
4688 (amd64_register_name): Likewise.
4689 (amd64_register_type): Do not refer to amd64_register_info.
4690
4691 * s390-tdep.c (struct s390_register_info): Remove.
4692 (s390_register_info): Remove.
4693 (s390_register_name): Do not refer to s390_register_info.
4694 (s390_register_type): Likewise.
4695
4696 * sparc64-tdep.c (struct sparc64_register_info): Remove.
4697 (sparc64_register_info, sparc64_pseudo_register_info): Remove.
4698 (sparc64_register_names, sparc64_pseudo_register_names): New.
4699 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use
4700 sparc64_register_names and sparc64_pseudo_register_names instead of
4701 sparc64_register_info and sparc64_pseudo_register_info.
4702 (sparc64_register_name): Likewise.
4703 (sparc64_register_type): Do not refer to sparc64_register_info
4704 and sparc64_pseudo_register_info.
4705
4706 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4707
4708 * c-lang.c (cplus_builtin_types): Remove.
4709 (enum cplus_primitive_types): New data type.
4710 (cplus_language_arch_info): New function.
4711 (cplus_language_defn): Set la_language_arch_info member. Do not set
4712 la_builtin_type_vector and string_char_type members.
4713
4714 * f-lang.c (f_builtin_types): Remove.
4715 (enum f_primitive_types): New data type.
4716 (f_language_arch_info): New function.
4717 (f_language_de): Set la_language_arch_info member. Do not set
4718 la_builtin_type_vector and string_char_type members.
4719
4720 * m2-lang.c (m2_builtin_types): Remove.
4721 (enum m2_primitive_types): New data type.
4722 (m2_language_arch_info): New function.
4723 (m2_language_defn): Set la_language_arch_info member. Do not set
4724 la_builtin_type_vector and string_char_type members.
4725
4726 * objc-lang.c (objc_builtin_types): Remove.
4727 (objc_language): Set la_language_arch_info member. Do not set
4728 la_builtin_type_vector and string_char_type members.
4729
4730 * p-lang.c (pascal_builtin_types): Remove.
4731 (enum pascal_primitive_types): New data type.
4732 (pascal_language_arch_info): New function.
4733 (pascal_language_defn): Set la_language_arch_info member. Do not set
4734 la_builtin_type_vector and string_char_type members.
4735
4736 2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
4737
4738 * regcache.c (struct regcache): Add ptid_t member.
4739 (regcache_xmalloc): Initialize it.
4740 (regcache_cpy_no_passthrough): Do not refer to current_regcache.
4741 (regcache_dup): Likewise.
4742 (regcache_dup_no_passthrough): Likewise.
4743 (current_regcache): Make static.
4744 (registers_ptid): Remove variable.
4745 (get_thread_regcache): New function.
4746 (get_current_regcache): New function.
4747 (registers_changed): Implement by freeing current regcache.
4748 (regcache_raw_read): Do not refer to current_regcache. Set
4749 inferior_ptid to regcache->ptid while calling target routines.
4750 (regcache_raw_write): Likewise.
4751 (regcache_raw_supply): Do not refer to current_regcache.
4752 (read_pc_pid): Use thread regcache. Do not modify inferior_ptid.
4753 (write_pc_pid): Likewise.
4754 (build_regcache): Remove.
4755 (_initialize_regcache): Do not call DEPRECATED_REGISTER_GDBARCH_SWAP
4756 or deprecated_register_gdbarch_swap. Do not initialize
4757 registers_ptid.
4758 * regcache.h (get_current_regcache): Add prototype.
4759 (get_thread_regcache): Likewise.
4760 (current_regcache): Remove declaration.
4761
4762 * corelow.c (core_open): Replace current_regcache by
4763 get_current_regcache ().
4764 * frame.c (frame_pop): Likewise.
4765 (put_frame_register): Likewise.
4766 (get_current_frame, create_new_frame): Likewise.
4767 * mi/mi-main.c (mi_cmd_data_write_register_values): Likewise.
4768 * stack.c (return_command): Likewise.
4769 * infcall.c (call_function_by_hand): Likewise.
4770 * infrun.c (resume): Likewise.
4771 (save_inferior_status, restore_inferior_status): Likewise.
4772 * linux-fork.c (fork_load_infrun_state): Likewise.
4773 (fork_save_infrun_state): Likewise.
4774 * win32-nat.c (win32_resume): Likewise.
4775 * i386fbsd-nat.c (i386fbsd_resume): Likewise.
4776 * monitor.c (monitor_wait): Likewise.
4777 * remote.c (remote_wait): Likewise.
4778 * remote-mips.c (mips_wait): Likewise.
4779
4780 * bsd-kvm.c (bsd_kvm_open): Likewise
4781 (bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Likewise.
4782 * fbsd-nat.c (fbsd_make_corefile_notes): Likewise.
4783 * i386-linux-nat.c (i386_linux_resume): Likewise.
4784 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
4785 (ia64_linux_stopped_data_address): Likewise.
4786
4787 * frv-tdep.c (frv_fdpic_loadmap_addresses): Likewise.
4788 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
4789 * mep-tdep.c (current_me_module, current_options): Likewise.
4790 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Likewise.
4791
4792 * linux-nat.c (linux_nat_do_thread_registers): Use thread
4793 regcache instead of current_regcache. Call target_fetch_registers.
4794 (linux_nat_corefile_thread_callback): Update call site.
4795 (linux_nat_do_registers): Likewise.
4796 * procfs.c (procfs_do_thread_registers): Use thread regcache instead
4797 of current_regcache.
4798 (procfs_make_note_section): Likewise.
4799 * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
4800 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
4801 * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
4802 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
4803
4804 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4805
4806 * regcache.c (read_register, read_register_pid): Remove.
4807 (write_register, write_register_pid): Likewise.
4808 * regcache.h (read_register, read_register_pid): Remove prototype.
4809 (write_register, write_register_pid): Likewise.
4810
4811 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4812
4813 * gdbarch.sh (read_pc): Add REGCACHE argument. Remove PTID argument.
4814 (write_pc): Likewise. Remove default implementation, add predicate.
4815 * gdbarch.c, gdbarch.h: Regenerate.
4816 * regcache.c (read_pc_pid): Use current regcache instead of calling
4817 read_register_pid.
4818 (write_pc_pid): Check gdbarch_write_pc predicate, implement default
4819 case inline.
4820 (generic_target_write_pc): Remove.
4821 * inferior.h (generic_target_write_pc): Remove.
4822 * frv-tdep.c (frv_gdbarch_init): Do not install it.
4823 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4824 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4825 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
4826 * sh-tdep.c (sh_gdbarch_init): Likewise.
4827 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
4828
4829 * avr-tdep.c (avr_read_pc): Add REGCACHE argument. Remove PTID
4830 argument. Use REGCACHE instead of calling read_register_pid.
4831 * hppa-hpux-tdep.c (hppa_hpux_read_pc): Likewise.
4832 * hppa-tdep.c (hppa_read_pc): Likewise.
4833 * hppa-tdep.h (hppa_read_pc): Likewise.
4834 * ia64-tdep.c (ia64_read_pc): Likewise.
4835 * m32r-tdep.c (m32r_read_pc): Likewise.
4836 * mep-tdep.c (mep_read_pc): Likewise.
4837 * mn10300-tdep.c (mn10300_read_pc): Likewise.
4838 * spu-tdep.c (spu_read_pc): Likewise.
4839
4840 * arm-tdep.c (arm_write_pc): Add REGCACHE argument. Remove PTID
4841 argument. Use REGCACHE instead of calling write_register_pid.
4842 * avr-tdep.c (avr_write_pc): Likewise.
4843 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Likewise.
4844 * hppa-tdep.c (hppa_write_pc): Likewise.
4845 * hppa-tdep.h (hppa_write_pc): Likewise.
4846 * i386-linux-tdep.c (i386_linux_write_pc): Likewise.
4847 * amd64-linux-tdep.c (amd64_linux_write_pc): Likewise.
4848 * ia64-linux-tdep.c (ia64_linux_write_pc): Likewise.
4849 * ia64-tdep.c (ia64_write_pc): Likewise.
4850 * ia64-tdep.h (ia64_write_pc): Likewise.
4851 * m32r-tdep.c (m32r_write_pc): Likewise.
4852 * m88k-tdep.c (m88k_write_pc): Likewise.
4853 * mep-tdep.c (mep_write_pc): Likewise.
4854 * mips-tdep.c (mips_write_pc): Likewise.
4855 * mips-linux-tdep.c (mips_linux_write_pc): Likewise.
4856 * mn10300-tdep.c (mn10300_write_pc): Likewise.
4857 * sparc-tdep.c (sparc_write_pc): Likewise.
4858 * spu-tdep.c (spu_write_pc): Likewise.
4859
4860 * mips-tdep.c (read_signed_register): Remove.
4861 (read_signed_register_pid): Likewise.
4862 (mips_read_pc): Add REGCACHE argument. Remove PTID argument.
4863 Use REGCACHE instead of calling read_signed_register_pid.
4864
4865 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4866
4867 * gdbarch.sh (push_dummy_code): Add REGCACHE argument.
4868 * gdbarch.c, gdbarch.h: Regenerate.
4869 * infcall.c (generic_push_dummy_code): Add REGCACHE argument.
4870 (push_dummy_code): Likewise. Pass it to callee.
4871 (call_function_by_hand): Pass current regcache to push_dummy_code.
4872
4873 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Add REGCACHE
4874 argument. Use it instead of current_regcache.
4875
4876 * cris-tdep.c (cris_push_dummy_code): Add REGCACHE argument.
4877 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
4878
4879 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4880
4881 * gdbarch.sh (get_longjmp_target): Add FRAME argument.
4882 * gdbarch.c, gdbarch.h: Regenerate.
4883 * infrun.c (handle_inferior_event): Pass current frame to
4884 gdbarch_get_longjmp_target.
4885
4886 * alpha-tdep.c (alpha_get_longjmp_target): Add FRAME argument.
4887 Read registers from FRAME instead of using read_register.
4888 Use get_frame_arch instead of current_gdbarch.
4889 * arm-tdep.c (arm_get_longjmp_target): Likewise.
4890 * i386-tdep.c (i386_get_longjmp_target): Likewise.
4891 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
4892 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Likewise.
4893 (mips64_linux_get_longjmp_target): Likewise.
4894 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
4895
4896 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4897
4898 * gdbarch.sh (skip_trampoline_code): Add FRAME argument.
4899 * gdbarch.c, gdbarch.h: Regenerate.
4900 * arch-utils.c (generic_skip_trampoline_code): Add FRAME argument.
4901 * arch-utils.h (generic_skip_trampoline_code): Likewise.
4902 * infrun.c (handle_inferior_event): Pass current frame to
4903 gdbarch_skip_trampoline_code and skip_language_trampoline.
4904
4905 * language.c (unk_lang_trampoline): Add FRAME argument.
4906 (skip_language_trampoline): Add FRAME argument. Pass it to
4907 skip_trampoline callback.
4908 * language.h: Add forward declaration of struct frame_info.
4909 (struct language_defn): Add FRAME argument to skip_trampoline.
4910 (skip_language_trampoline): Add FRAME argument.
4911 * cp-abi.c (cplus_skip_trampoline): Add FRAME argument. Pass it
4912 to skip_trampoline callback.
4913 * cp-abi.h: Add forward declaration of struct frame_info.
4914 (cplus_skip_trampoline): Add FRAME argument.
4915 (struct cp_abi_ops): Add FRAME argument to skip_trampoline callback.
4916 * gnu-v3-abi.c (gnuv3_skip_trampoline): Add FRAME argument. Pass it
4917 to gdbarch_skip_trampoline_code.
4918 * objc-lang.c (objc_skip_trampoline): Add FRAME argument. Pass it
4919 to gdbarch_skip_trampoline_code.
4920
4921 * minsyms.c (find_solib_trampoline_target): Add FRAME argument.
4922 * symtab.h (find_solib_trampoline_target): Likewise.
4923 * obsd-tdep.c (obsd_skip_solib_resolver): Pass current frame to
4924 find_solib_trampoline_target.
4925
4926 * arm-tdep.c (arm_skip_stub): Add FRAME argument. Read registers
4927 from FRAME instead of calling read_register.
4928
4929 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Add FRAME
4930 argument. Read registers from FRAME instead of using read_register.
4931 * hppa-tdep.c (hppa_skip_trampoline_code): Likewise.
4932 * hppa-tdep.h (hppa_skip_trampoline_code): Add FRAME argument.
4933
4934 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Add FRAME
4935 argument.
4936
4937 * m32c-tdep.c (m32c_skip_trampoline_code): Add FRAME argument.
4938
4939 * mips-tdep.c (mips_skip_trampoline_code): Add FRAME argument. Read
4940 registers from FRAME instead of using read_signed_register.
4941
4942 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Add FRAME
4943 argument.
4944 (ppc64_standard_linkage_target): Likewise. Read registers from FRAME
4945 instead of using read_register.
4946 (ppc64_skip_trampoline_code): Add FRAME argument. Pass it to
4947 ppc64_standard_linkage_target.
4948 * rs6000-tdep.c (rs6000_skip_trampoline_code): Add FRAME argument.
4949 Pass it to find_solib_trampoline_target. Read registers from FRAME
4950 instead of using read_register.
4951
4952 * xstormy16-tdep.c (xstormy16_skip_trampoline_code): Add FRAME
4953 argument.
4954
4955 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
4956
4957 * gdbarch.sh (software_single_step): Replace REGCACHE argument by
4958 FRAME argument.
4959 * gdbarch.c, gdbarch.h: Regenerate.
4960 * infrun.c (resume): Pass current frame to SOFTWARE_SINGLE_STEP.
4961
4962 * alpha-tdep.c (alpha_next_pc): Add FRAME argument. Retrieve
4963 registers from FRAME instead of using read_register.
4964 (alpha_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
4965 to alpha_next_pc. Use get_frame_pc instead of read_pc.
4966 * alpha-tdep.h (alpha_software_single_step): Replace REGCACHE
4967 argument by FRAME.
4968
4969 * arm-tdep.c (shifted_reg_val): Add FRAME argument. Read registers
4970 from FRAME instead of using read_register.
4971 (thumb_get_next_pc): Likewise.
4972 (arm_get_next_pc): Likewise.
4973 (arm_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
4974 to arm_get_next_pc. Use get_frame_pc instead of read_register.
4975 * arm-tdep.h (arm_software_single_step): Replace REGCACHE
4976 argument by FRAME.
4977
4978 * cris-tdep.c (find_step_target): Add FRAME argument. Read registers
4979 from FRAME instead of using read_register.
4980 (cris_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
4981 to find_step_target.
4982
4983 * mips-tdep.c (mips32_next_pc): Add FRAME argument. Read registers
4984 from FRAME instead of using read_register / read_signed_register.
4985 (extended_mips16_next_pc): Likewise.
4986 (mips16_next_pc): Likewise.
4987 (mips_next_pc): Likewise.
4988 (mips_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
4989 to mips_next_pc. Use get_frame_pc instead of read_pc.
4990 * mips-tdep.h (mips_software_single_step): Replace REGCACHE
4991 argument by FRAME.
4992
4993 * rs6000-tdep.c (branch_dest): Add FRAME argument. Use it instead
4994 of current frame. Read registers from FRAME.
4995 (deal_with_atomic_sequence): Add FRAME argument. Pass it to
4996 branch_dest. Use get_frame_pc instead of read_pc.
4997 (rs6000_software_single_step): Likewise.
4998 (bl_to_blrl_insn_p): Do not call branch_dest.
4999 * rs6000-tdep.h (rs6000_software_single_step): Replace REGCACHE
5000 argument by FRAME.
5001
5002 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Add FRAME argument.
5003 Read registers from FRAME instead of current regcache.
5004 * sparc-linux-tdep.c (sparc32_linux_step_trap): Likewise.
5005 * sparcnbsd-tdep.c (sparcnbsd_step_trap): Likewise.
5006 * sparc-tdep.c (sparc_address_from_register): Remove.
5007 (sparc_analyze_control_transfer): Pass FRAME argument instead of
5008 GDBARCH. Pass FRAME to step_trap callback.
5009 (sparc_step_trap): Add FRAME argument.
5010 (space_software_single_step): Replace REGCACHE by FRAME. Pass FRAME
5011 to sparc_analyze_control_transfer. Read registers from FRAME instead
5012 of calling sparc_address_from_register.
5013 * sparc-tdep.h (struct gdbarch_tdep): Add FRAME argument to
5014 step_trap callback.
5015 (sparc_address_from_register): Remove prototype.
5016 (sparc_software_single_step): Replace REGCACHE argument by FRAME.
5017 (sparcnbsd_step_trap): Add FRAME argument.
5018
5019 * spu-tdep.c (spu_software_single_step): Replace REGCACHE argument
5020 by FRAME. Read registers from FRAME instead of REGCACHE.
5021
5022 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5023
5024 * arm-tdep.c (arm_print_float_info): Use register value from FRAME
5025 instead of calling read_register.
5026
5027 * avr-tdep.c (avr_push_dummy_call): Write to REGCACHE instead of
5028 calling write_register.
5029
5030 * hppa-tdep.c (hppa32_push_dummy_call): Write to REGCACHE instead of
5031 calling write_register.
5032
5033 * ia64-tdep.c (find_func_descr): Add REGCACHE parameter. Use it
5034 instead of calling read_register.
5035 (ia64_push_dummy_call): Update call to find_func_descr. Use REGCACHE
5036 instead of calling read_register and write_register.
5037
5038 * m32r-tdep.c (m32r_linux_supply_gregset): Use REGCACHE parameter
5039 instead of current_regcache.
5040
5041 * mn10300-tdep.c (mn10300_push_dummy_call): Write to REGCACHE instead
5042 of calling write_register.
5043 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Use REGCACHE
5044 parameter instead of current_regcache.
5045
5046 * mips-tdep.c (mips2_fp_compat): Add FRAME parameter. Use it
5047 instead of calling read_register.
5048 (mips_read_fp_register_double, mips_print_fp_register): Update calls.
5049 (mips_eabi_push_dummy_call): Use REGCACHE instead of write_register.
5050 (mips_n32n64_push_dummy_call): Likewise.
5051 (mips_o32_push_dummy_call): Likewise.
5052 (mips_o64_push_dummy_call): Likewise.
5053
5054 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use REGCACHE
5055 parameter instead of current_regcache.
5056
5057 * xtensa-tdep.c (xtensa_register_write_masked): Add REGCACHE parameter.
5058 Use it instead of read_register and write_register.
5059 (xtensa_register_read_masked): Likewise.
5060 (xtensa_pseudo_register_read): Update call.
5061 (xtensa_pseudo_register_write): Likewise.
5062 (xtensa_frame_cache): Use register values unwound from NEXT_FRAME
5063 instead of calling read_register.
5064 (xtensa_push_dummy_call): Update comment.
5065
5066 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5067
5068 * mips-tdep.c (mips16_scan_prologue): Replace read_next_frame_reg
5069 by frame_unwind_register_signed calls.
5070 (mips32_scan_prologue): Likewise. Skip analysis of alloca stack
5071 frame allocations when called with NULL NEXT_FRAME parameter.
5072 (read_next_frame_reg): Remove.
5073
5074 * sh-tdep.c (sh_analyze_prologue): Add FPSCR parameter. Use it
5075 instead of reading the FPSCR register.
5076 (sh_frame_cache): Pass unwound FPSCR register value to
5077 sh_analyze_prologue.
5078 (sh_skip_prologue): Pass dummy FPSCR value to sh_analyze_prologue.
5079
5080 * v850-tdep.c (v850_analyze_prologue): Add CTBP parameter. Use it
5081 instead of reading the CTBP register.
5082 (v850_frame_cache): Pass unwound CTBP register value to
5083 v850_analyze_prologue.
5084
5085 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5086
5087 * sh-tdep.h (sh_show_regs): Add FRAME parameter.
5088 * sh-tdep.c (sh_show_regs): Likewise.
5089 (sh_show_regs_command): Pass current frame to sh_show_regs routine.
5090 (sh_generic_show_regs): Add FRAME parameter. Use register
5091 values from that frame instead of calling read_register.
5092 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs, sh2a_nofpu_show_regs,
5093 sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
5094 sh_dsp_show_regs): Likewise.
5095 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs,
5096 sh64_show_regs): Likewise.
5097
5098 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5099
5100 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Read from
5101 current regcache instead of calling read_register.
5102
5103 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5104
5105 * mep-tdep.c (current_me_module): Read from current regcache
5106 instead of calling read_register.
5107 (current_options): Likewise.
5108
5109 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5110
5111 * cris-tdep.c (cris_stopped_data_address): Read register values
5112 from current frame instead of calling read_register.
5113 * frv-tdep.c (frv_stopped_data_address): Likewise.
5114
5115 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5116
5117 * solib-sunos.c (sunos_solib_create_inferior_hook): Use write_pc
5118 instead of write_register (PC_REGNUM, ...).
5119
5120 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5121
5122 * solib-sunos.c (sunos_solib_create_inferior_hook): Add comment
5123 explaining why the PC adjustment code is necessary.
5124
5125 2007-06-15 Vladimir Prus <vladimir@codesourcery.com>
5126
5127 * m68k-tdep.h (enum m68k_flavour): New.
5128 (struct gdbarch_tdep): New fields
5129 float_return, flavour and fpregs_present.
5130 * m68k-tdep.c (m68k_register_type): Use
5131 fpregs_present and conditionalize floating
5132 registers type on flavour.
5133 (m68k_register_names): New.
5134 (m68k_register_name): Use the above.
5135 (m68k_convert_register_p): Consult fpregs_present.
5136 (m68k_register_to_value, m68k_value_to_register):
5137 Use register_type to obtain the type of floating
5138 point registers.
5139 (m68k_svr4_extract_return_value): Check tdep->float_return.
5140 Use register_type to get the type of floating
5141 point regiters.
5142 (m68k_svr4_store_return_value): Likewise.
5143 (m68k_dwarf_reg_to_regnum): Check tdep->fpregs_present.
5144 (m68k_analyze_register_saves): Likewise.
5145 (m68k_gdbarch_init): Extract infromation
5146 from XML description, if present. Guess coldfire by
5147 looking at the file, if present. Conditionalize
5148 setting of long double format. Set decr_pc_after_break
5149 to 2 on coldfire and fido. Enable XML-driven
5150 register description.
5151 * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Use
5152 size of tdep->fpreg_type, as opposed to hardcoded value.
5153 * Makefile.in (m68k-tdep.o): Update dependencies.
5154
5155 2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
5156
5157 * NEWS: Mention "info spu" commands and qXfer:spu:read and
5158 qXfer:spu:write remote packet types.
5159
5160 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5161
5162 * xml-tdesc.c (tdesc_start_target): New.
5163 (target_attributes): New.
5164 (tdesc_elements): Use it.
5165 * features/gdb-target.dtd: Add #FIXED version attribute for
5166 <target>.
5167
5168 2007-06-13 Arthur Huillet <arthur.huillet@free.fr>
5169
5170 * mi/mi-cmd-var.c (mi_cmd_var_assign): Fix typo.
5171
5172 2007-06-13 Claudio Fontana <claudio.fontana@gmail.com>
5173
5174 * fork-child.c (fork_inferior): Update comment.
5175
5176 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5177
5178 * features/Makefile: Generate regformats for mips-linux and
5179 mips64-linux.
5180 * features/sort-regs.xsl: Correct typo.
5181 * regformats/reg-mips.dat, regformats/reg-mips64.dat: Delete.
5182 * regformats/mips-linux.dat, regformats/mips64-linux.dat: New generated
5183 files.
5184
5185 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5186
5187 * config/mips/linux.mh (TDEP_XML): New.
5188 * features/mips-linux.xml, features/mips64-linux.xml: New files.
5189 * mips-linux-nat.c (mips_linux_register_addr): Handle
5190 MIPS_RESTART_REGNUM.
5191 (mips64_linux_register_addr): Likewise.
5192 (super_xfer_partial, mips_linux_xfer_partial): New.
5193 (_initialize_mips_linux_nat): Add them to the target_ops.
5194 * mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
5195 (mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
5196 (mips_linux_o32_sigframe_init)
5197 (mips_linux_n32n64_sigframe_init): Likewise.
5198 (mips_linux_write_pc, mips_linux_restart_reg_p): New.
5199 (mips_linux_init_abi): Use mips_linux_write_pc. Check for the
5200 "org.gnu.gdb.mips.linux" feature.
5201 * mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
5202 (mips_linux_restart_reg_p): New prototype.
5203 * mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
5204 initialization routine.
5205 * Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.
5206
5207 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5208
5209 * Makefile.in (mips-tdep.o): Update.
5210 * mips-tdep.c (struct register_alias, mips_o32_aliases)
5211 (mips_n32_n64_aliases, mips_register_aliases): New.
5212 (mips_register_name): Call tdesc_register_name.
5213 (mips_tdesc_register_reggroup_p): New.
5214 (mips_pseudo_register_type, value_of_mips_user_reg): New.
5215 (mips_gdbarch_init): Add target-described register support.
5216 Register aliases for register names.
5217 * target-descriptions.c (tdesc_register_name): Make global.
5218 (tdesc_register_in_reggroup_p): New function, broken out from
5219 tdesc_register_reggroup_p.
5220 (tdesc_register_reggroup_p): Use it.
5221 * target-descriptions.h (tdesc_register_name)
5222 (tdesc_register_in_reggroup_p): New prototypes.
5223 * NEWS: Correct formatting. Mention MIPS register support.
5224 * features/mips-cp0.xml, features/mips-fpu.xml,
5225 features/mips64-cp0.xml, gdb/features/mips64-fpu.xml, mips-cpu.xml,
5226 features/mips64-cpu.xml: New files.
5227
5228 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5229
5230 * gdbarch.sh (TARGET_ADDR_BIT): Replace by gdbarch_addr_bit.
5231 * valops.c (value_cast): Likewise.
5232 * utils.c (strlen_paddr, paddr, paddr_nz, paddress): Likewise.
5233 * ui-out.c (ui_out_field_core_addr): Likewise.
5234 * tracepoint.c (tracepoints_info): Likewise.
5235 * symtab.c (print_msymbol_info): Likewise.
5236 * solib-irix.c (irix_current_sos)
5237 (irix_open_symbol_file_object): Likewise.
5238 * remote.c (build_remote_gdbarch_data): Likewise.
5239 * prologue-value.c (make_pv_area): Likewise.
5240 * procfs.c (info_mappings_callback): Likewise.
5241 * printcmd.c (print_scalar_formatted)
5242 (deprecated_print_address_numeric): Likewise.
5243 * memattr.c (mem_info_command): Likewise.
5244 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
5245 * gdbtypes.c (build_flt, gdbtypes_post_init): Likewise.
5246 * exec.c (print_section_info): Likewise.
5247 * dwarf2read.c (read_subrange_type): Likewise.
5248 * dwarf2loc.c (find_location_expression): Likewise.
5249 * dwarf2expr.c (dwarf2_read_address, unsigned_address_type)
5250 (signed_address_type, execute_stack_op): Likewise.
5251 * breakpoint.c (print_one_breakpoint, breakpoint_1): Likewise.
5252 * gdbarch.c, gdbarch.h: Regenerate.
5253
5254 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5255
5256 * gdbarch.sh (TARGET_ARCHITECTURE): Replace by gdbarch_bfd_arch_info.
5257 * arch-utils.c (show_architecture): Likewise.
5258 * remote-mips.c (mips_open): Likewise
5259 * nto-tdep.c (nto_find_and_open_solib)
5260 (nto_init_solib_absolute_prefix): Likewise.
5261 * nto-procfs (procfs_open): Likewise.
5262 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Likewise.
5263 * gcore.c (default_gcore_mach, default_gcore_arch): Likewise.
5264 * gdbarch.c, gdbarch.h: Regenerate.
5265
5266 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5267
5268 * gdbarch.sh (TARGET_BFD_VMA_BIT): Replace by gdbarch_bfd_vma_bit.
5269 * gdbtypes.c (build_flt): Likewise.
5270 * gdbarch.c, gdbarch.h: Regenerate.
5271
5272 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5273
5274 * gdbarch.sh (BREAKPOINT_FROM_PC): Replace by
5275 gdbarch_breakpoint_from_pc.
5276 * s390-tdep.c (s390_gdbarch_init): Likewise (comment).
5277 * remote.c (remote_insert_breakpoint)
5278 (remote_insert_hw_breakpoint): Likewise.
5279 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
5280 * mips-tdep.c (mips_breakpoint_from_pc): Likewise (comment).
5281 * breakpoint.h (bp_target_info): Likewise (comment).
5282 * breakpoint.c (read_memory_nobpt): Likewise.
5283 * mem-break.c (default_memory_insert_breakpoint): Likewise.
5284 (symtab.h, breakpoint.h): Remove include. Remove unnecessary comment.
5285 * gdbarch.c, gdbarch.h: Regenerate.
5286
5287 2007-06-13 Markus Deuling <deuling@de.ibm.com>
5288
5289 * gdbarch.sh (TARGET_PTR_BIT): Replace with gdbarch_ptr_bit.
5290 * solib-svr4.c (svr4_truncate_ptr): Likewise.
5291 * solib-pa64.c (read_dynamic_info): Likewise.
5292 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
5293 * solib.c (info_sharedlibrary_command): Likewise.
5294 * s390-nat.c (SUBOFF): Likewise.
5295 * p-valprint.c (pascal_val_print): Likewise.
5296 * procfs.c (info_proc_mappings): Likewise.
5297 * printcmd.c (decode_format): Likewise.
5298 * nto-tdep.c (nto_truncate_ptr): Likewise.
5299 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
5300 (mips64_linux_get_longjmp_target): Likewise.
5301 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
5302 * jv-valprint.c (java_value_print): Likewise.
5303 * jv-lang.c (get_java_object_header_size): Likewise.
5304 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Likewise.
5305 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
5306 (hppa_hpux_unwind_adjust_stub): Likewise.
5307 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
5308 * gdbtypes.c (make_pointer_type, make_reference_type)
5309 (smash_to_memberptr_type): Likewise.
5310 * gdbarch.c, gdbarch.h: Regenerate.
5311
5312 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5313
5314 * mips-tdep.c (mips_print_register): Remove unused ALL argument.
5315 (print_gp_register_row): Stop before printing a register bigger
5316 than the ABI register size.
5317 (mips_print_registers_info): Update call to mips_print_register.
5318
5319 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5320
5321 * expression.h (enum exp_opcode): Document a register name for
5322 OP_REGISTER.
5323 * parse.c (write_dollar_variable): Write the register name for
5324 OP_REGISTER.
5325 (operator_length_standard): Expect the register name following
5326 OP_REGISTER.
5327 * ada-lang.c (resolve_subexp): Likewise.
5328 * ax-gdb.c (gen_expr): Likewise.
5329 * eval.c (evaluate_subexp_standard): Likewise.
5330 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
5331 Likewise.
5332 * tracepoint.c (encode_actions): Likewise.
5333
5334 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5335
5336 * utils.c (set_screen_size): Use INT_MAX for default columns.
5337
5338 2007-06-13 Ulrich Weigand <uweigand@de.ibm.com>
5339
5340 * remote.c (remote_protocol_features): Add qXfer:spu:read and
5341 qXfer:spu:write packet types.
5342
5343 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5344
5345 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Remove.
5346 * gdbarch.c, gdbarch.h: Regenerate.
5347
5348 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5349
5350 * gdbarch.sh (STAB_REG_TO_REGNUM): Replace by
5351 gdbarch_stab_reg_to_regnum.
5352 * stabsread.c (define_symbol): Likewise.
5353 * gdbarch.sh (ECOFF_REG_TO_REGNUM): Replace by
5354 gdbarch_ecoff_reg_to_regnum.
5355 * mdebugread.c (parse_symbol): Likewise.
5356 * i386-tdep.c (i386_gdbarch_init): Likewise (comment).
5357 * gdbarch.sh (DWARF_REG_TO_REGNUM): Replace by
5358 gdbarch_dwarf_reg_to_regnum.
5359 * gdbarch.sh (SDB_REG_TO_REGNUM): Replace by gdbarch_sdb_reg_to_regnum.
5360 * coffread.c (process_coff_symbol): Likewise.
5361 * gdbarch.sh (DWARF2_REG_TO_REGNUM): Replace by
5362 gdbarch_dwarf2_reg_to_regnum.
5363 * dwarf2loc.c (dwarf_expr_read_reg,dwarf2_evaluate_loc_desc)
5364 (locexpr_describe_location): Likewise.
5365 * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
5366 (dwarf2_frame_prev_register,dwarf2_signal_frame_this_id): Likewise.
5367 * dwarf2loc.c (DWARF2_REG_TO_REGNUM): Remove macro.
5368 * dwarf2read.c (DWARF2_REG_TO_REGNUM): Remove macro.
5369 * gdbarch.c, gdbarch.h: Regenerate.
5370
5371 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5372
5373 * gdbarch.sh (SMASH_TEXT_ADDRESS): Replace by
5374 gdbarch_smash_text_address.
5375 * somread.c (som_symtab_read): Likewise.
5376 * elfread.c (record_minimal_symbol): Likewise.
5377 * dbxread.c (process_one_symbol): Likewise.
5378 * coffread.c (coff_symtab_read): Likewise.
5379 * gdbarch.c, gdbarch.h: Regenerate.
5380
5381 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5382
5383 * gdbarch.sh (REGISTER_TO_VALUE): Replace by gdbarch_register_to_value.
5384 * findvar.c (value_from_register): Likewise.
5385 * gdbarch.sh (VALUE_TO_REGISTER): Replace by gdbarch_value_to_register.
5386 * valops.c (value_assign): Likewise.
5387 * gdbarch.sh (CONVERT_REGISTER_P): Replace by
5388 gdbarch_convert_register_p.
5389 * findvar.c (value_from_register): Likewise.
5390 * valops.c (value_assign): Likewise.
5391 * gdbarch.c, gdbarch.h: Regenerate.
5392
5393 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5394
5395 * gdbarch.sh (REGISTER_SIM_REGNO): Replace by
5396 gdbarch_register_sim_regno.
5397 * sim-regno.h (sim_regno): Likewise (comment).
5398 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise.
5399 * gdbarch.c, gdbarch.h: Regenerate.
5400
5401 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5402
5403 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Replace by
5404 gdbarch_virtual_frame_pointer.
5405 * tracepoint.c (encode_actions): Likewise.
5406 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Likewise.
5407 * ax-gdb.c (gen_frame_args_address, gen_frame_locals_address): Likewise.
5408 * gdbarch.c, gdbarch.h: Regenerate.
5409
5410 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5411
5412 * gdbarch.sh (TARGET_FLOAT_BIT): Replace by gdbarch_float_bit.
5413 * p-lang.c (pascal_create_fundamental_type): Likewise.
5414 * objc-lang.c (objc_create_fundamental_type): Likewise.
5415 * mdebugread.c (_initialize_mdebugread): Likewise.
5416 * m2-lang.c (m2_create_fundamental_type)
5417 (_initialize_m2_language): Likewise.
5418 * gdbtypes.c (build_gdbtypes): Likewise.
5419 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
5420 * doublest.c (floatformat_from_length): Likewise.
5421 * c-lang.c (c_create_fundamental_type): Likewise.
5422 * ada-lang.c (ada_create_fundamental_type)
5423 (ada_language_arch_info): Likewise.
5424 * gdbarch.sh (TARGET_FLOAT_FORMAT): Replace by gdbarch_float_format.
5425 * value.c (unpack_double): Likewise (comment).
5426 * gdbtypes.c (build_gdbtypes): Likewise.
5427 * doublest.c (floatformat_from_length): Likewise.
5428 * gdbarch.sh (TARGET_DOUBLE_BIT): Replace by gdbarch_double_bit.
5429 * valarith.c (value_binop): Likewise.
5430 * p-lang.c (pascal_create_fundamental_type): Likewise.
5431 * objc-lang.c (objc_create_fundamental_type): Likewise.
5432 * mdebugread.c (_initialize_mdebugread): Likewise.
5433 * m2-lang.c (m2_create_fundamental_type): Likewise.
5434 * gdbtypes.c (build_gdbtypes): Likewise.
5435 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
5436 * doublest.c (floatformat_from_length): Likewise.
5437 * cris-tdep.c (cris_gdbarch_init): Likewise (comment).
5438 * c-lang.c (c_create_fundamental_type): Likewise.
5439 * ada-lex.l (processReal): Likewise.
5440 * ada-lang.c (ada_create_fundamental_type)
5441 (ada_language_arch_info): Likewise.
5442 * gdbarch.sh (TARGET_DOUBLE_FORMAT): Replace by gdbarch_double_format.
5443 * value.c (unpack_double): Likewise (comment).
5444 * gdbtypes.c (build_gdbtypes): Likewise.
5445 * doublest.c (floatformat_from_length): Likewise.
5446 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Replace by
5447 gdbarch_long_double_bit.
5448 * p-lang.c (pascal_create_fundamental_type): Likewise.
5449 * objc-lang.c (objc_create_fundamental_type): Likewise.
5450 * m2-lang.c (m2_create_fundamental_type): Likewise.
5451 * gdbtypes.c (build_gdbtypes): Likewise.
5452 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
5453 * doublest.c (floatformat_from_length): Likewise.
5454 * c-lang.c (c_create_fundamental_type): Likewise.
5455 * ada-lex.l (processReal): Likewise.
5456 * ada-lang.c (ada_create_fundamental_type)
5457 (ada_language_arch_info): Likewise.
5458 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Replace by
5459 gdbarch_long_double_format.
5460 * gdbtypes.c (build_gdbtypes): Likewise.
5461 * doublest.c (floatformat_from_length): Likewise.
5462 * gdbarch.c, gdbarch.h: Regenerate.
5463
5464 2007-06-12 Markus Deuling <deuling@de.ibm.com>
5465
5466 * gdbarch.sh (TARGET_SHORT_BIT): Replace by gdbarch_int_bit.
5467 * ada-lang.c (ada_create_fundamental_type)
5468 (ada_language_arch_info): Likewise.
5469 * c-lang.c (c_create_fundamental_type): Likewise.
5470 * f-lang.c (f_create_fundamental_type, build_fortran_types): Likewise.
5471 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
5472 * m2-lang.c (m2_create_fundamental_type): Likewise.
5473 * objc-lang.c (objc_create_fundamental_type): Likewise.
5474 * p-lang.c (pascal_create_fundamental_type): Likewise.
5475 * gdbarch.sh (TARGET_INT_BIT): Replace by gdbarch_int_bit.
5476 * c-exp.y (parse_number): Likewise.
5477 * objc-exp.y (parse_number): Likewise.
5478 * ada-lex.l (processInt): Likewise.
5479 * f-exp.y (parse_number): Likewise.
5480 * p-exp.y (parse_number): Likewise.
5481 * ada-lang.c (ada_create_fundamental_type, ada_language_arch_info)
5482 (gdbtypes_post_init, build_gdbtypes): Likewise.
5483 * p-lang.c (pascal_create_fundamental_type): Likewise.
5484 * parse.c (build_parse): Likewise.
5485 * xcoffread.c (_initialize_xcoffread): Likewise.
5486 * stabsread.c (define_symbol, read_one_struct_field, read_enum_type)
5487 (read_range_type): Likewise.
5488 * objc-lang.c (objc_create_fundamental_type): Likewise.
5489 * f-lang.c (build_fortran_types, f_create_fundamental_type): Likewise.
5490 * m2-lang.c (m2_create_fundamental_type, _initialize_m2_language)
5491 (m2_create_fundamental_type): Likewise.
5492 * c-lang.c (c_create_fundamental_type): Likewise.
5493 * coffread.c (coff_read_enum_type): Likewise.
5494 * mdebugread.c (parse_symbol, _initialize_mdebugread): Likewise.
5495 * dwarf2read.c (new_symbol): Likewise.
5496 * gdbarch.sh (TARGET_LONG_BIT): Replace by gdbarch_long_bit.
5497 * c-exp.y (parse_number): Likewise.
5498 * objc-exp.y (parse_number): Likewise.
5499 * ada-lex.l (processInt): Likewise.
5500 * f-exp.y (parse_number): Likewise.
5501 * p-exp.y (parse_number): Likewise.
5502 * valarith.c (value_binop): Likewise.
5503 * symfile.c (read_target_long_array, simple_overlay_update_1): Likewise.
5504 * ada-lang.c (ada_create_fundamental_type)
5505 (ada_language_arch_info): Likewise.
5506 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
5507 * symfile.c (TARGET_LONG_BYTES): Likewise.
5508 * p-lang.c (pascal_create_fundamental_type): Likewise.
5509 * objc-lang.c (objc_create_fundamental_type): Likewise.
5510 * m2-lang.c (m2_create_fundamental_type): Likewise.
5511 * f-lang.c (f_create_fundamental_type): Likewise.
5512 * c-lang.c (c_create_fundamental_type): Likewise.
5513 * coffread.c (decode_base_type): Likewise.
5514 * gdbarch.sh (TARGET_LONG_LONG_BIT): Replace by gdbarch_long_long_bit.
5515 * c-exp.y (parse_number): Likewise.
5516 * objc-exp.y (parse_number): Likewise.
5517 * p-exp.y (parse_number): Likewise.
5518 * ada-lang.c (ada_create_fundamental_type)
5519 (ada_language_arch_info): Likewise.
5520 * gdbtypes.c (gdbtypes_post_init, build_gdbtypes): Likewise.
5521 * stabsread.c (read_range_type): Likewise.
5522 * p-lang.c (pascal_create_fundamental_type): Likewise.
5523 * objc-lang.c (objc_create_fundamental_type): Likewise.
5524 * m2-lang.c (m2_create_fundamental_type): Likewise.
5525 * f-lang.c (f_create_fundamental_type): Likewise.
5526 * c-lang.c (c_create_fundamental_type): Likewise.
5527 * gdbarch.c, gdbarch.h: Regenerate.
5528
5529 2007-06-12 Andreas Schwab <schwab@suse.de>
5530
5531 * frame-unwind.h (frame_dealloc_cache_ftype): Define.
5532 (struct frame_unwind): Add dealloc_cache.
5533 * frame.c (reinit_frame_cache): Call dealloc_cache on all caches.
5534
5535 * libunwind-frame.h (libunwind_frame_dealloc_cache): Declare.
5536 * libunwind-frame.c (libunwind_frame_dealloc_cache): Define.
5537 (libunwind_frame_unwind): Set dealloc_cache.
5538 * ia64-tdep.c (ia64_libunwind_frame_unwind): Set dealloc_cache.
5539
5540 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5541 Markus Deuling <deuling@de.ibm.com>
5542
5543 * remote.c (remote_write_qxfer): New function.
5544 (remote_xfer_partial): Add handling for TARGET_OBJECT_SPU.
5545 (remote_read_qxfer): Do not cache empty objects.
5546 (_initialize_remote): Add PACKET_qXfer_spu_read and
5547 PACKET_qXfer_spu_write.
5548
5549 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5550
5551 * target.h (enum target_object): Add TARGET_OBJECT_SPU.
5552 * spu-linux-nat.c (spu_xfer_partial): Handle TARGET_OBJECT_SPU.
5553
5554 * spu-tdep.h (SPU_NUM_PSEUDO_REGS): Add 5 pseudo registers.
5555 (enum spu_regnum): Add SPU_FPSCR_REGNUM, SPU_SRR0_REGNUM,
5556 SPU_LSLR_REGNUM, SPU_DECR_REGNUM, SPU_DECR_STATUS_REGNUM.
5557 * spu-tdep.c (infospucmdlist): New variable.
5558 (spu_register_name): Handle additional pseudo registers.
5559 (spu_register_type): Likewise.
5560 (spu_pseudo_register_read): Likewise.
5561 (spu_pseudo_register_write): Likewise.
5562 (spu_pseudo_register_read_spu): New function.
5563 (spu_pseudo_register_write_spu): Likewise.
5564 (info_spu_event_command): New function.
5565 (info_spu_signal_command): Likewise.
5566 (info_spu_mailbox_list): Likewise.
5567 (info_spu_mailbox_command): Likewise.
5568 (spu_mfc_get_bitfield): Likewise.
5569 (info_spu_dma_cmdlist): Likewise.
5570 (info_spu_dma_command): Likewise.
5571 (info_spu_proxydma_command): Likewise.
5572 (info_spu_command): Likewise.
5573 (_initialize_spu_tdep): Install "info spu" commands.
5574
5575 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5576
5577 * spu-linux-nat.c (spu_proc_xfer_spu): Do not return failure when
5578 accessing non-seekable spufs files.
5579
5580 2007-06-09 Markus Deuling <deuling@de.ibm.com>
5581
5582 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Replace by
5583 gdbarch_skip_trampoline_code.
5584 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
5585 * objc-lang.c (objc_skip_trampoline)
5586 (objc_submethod_helper_data): Likewise.
5587 * m32c-lang.c (m32c_skip_trampoline_code): Likewise (comment).
5588 * infrun.c (handle_inferior_event): Likewise.
5589 * gnu-v3-abi.c (gnuv3_skip_trampoline): Likewise.
5590 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Replace by
5591 gdbarch_in_solib_return_trampoline.
5592 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise (comment).
5593 * infrun.c (handle_inferior_event): Likewise.
5594 * hppa-tdep.c (hppa_stub_unwind_sniffer): Likewise.
5595 * gdbarch.c, gdbarch.h: Regenerate.
5596
5597 2007-06-09 Markus Deuling <deuling@de.ibm.com>
5598
5599 * gdbarch.sh (SKIP_PROLOGUE): Replace by gdbarch_skip_prologue.
5600 * symtab.c (find_function_start_sal, in_prologue): Likewise.
5601 * linespec.c (minsym_found): Likewise.
5602 * infrun.c (step_into_function): Likewise.
5603 * gdbarch.c, gdbarch.h: Regenerate.
5604
5605 2007-06-09 Markus Deuling <deuling@de.ibm.com>
5606
5607 * gdbarch.sh (NAME_OF_MALLOC): Replace by gdbarch_name_of_malloc.
5608 * valops.c (value_allocate_space_in_inferior): Likewise.
5609 * gdbarch.c, gdbarch.h: Regenerate.
5610
5611 2007-06-09 Markus Deuling <deuling@de.ibm.com>
5612
5613 * gdbarch.sh (MEMORY_INSERT_BREAKPOINT): Replace by
5614 gdbarch_memory_insert_breakpoint.
5615 * mem-break.c (memory_insert_breakpoint): Likewise.
5616 * gdbarch.sh (MEMORY_REMOVE_BREAKPOINT): Replace by
5617 gdbarch_memory_remove_breakpoint.
5618 * mem-break.c (memory_remove_breakpoint): Likewise.
5619 * gdbarch.c, gdbarch.h: Regenerate.
5620
5621 2007-06-09 Markus Deuling <deuling@de.ibm.com>
5622
5623 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS): Replace by
5624 gdbarch_fetch_tls_load_module_address.
5625 * gdbarch.sh (FETCH_TLS_LOAD_MODULE_ADDRESS_P): Replace by
5626 gdbarch_fetch_tls_load_module_address_p.
5627 * gdbarch.c, gdbarch.h: Regenerate.
5628
5629 2007-06-09 Markus Deuling <deuling@de.ibm.com>
5630
5631 * gdbarch.sh (DECR_PC_AFTER_BREAK): Replace by
5632 gdbarch_decr_pc_after_break.
5633 * tracepoint.c (trace_dump_command): Likewise.
5634 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
5635 * linux-thread-db.c (check_event): Likewise.
5636 * linux-nat.c (cancel_breakpoints_callback): Likewise.
5637 * infrun.c (adjust_pc_after_break, normal_stop): Likewise.
5638 * frame.h: Likewise (comment).
5639 * dummy-frame.c (deprecated_pc_in_call_dummy): Likewise.
5640 * aix-thread.c (aix_thread_wait): Likewise.
5641 * gdbarch.c, gdbarch.h: Regenerate.
5642
5643 2007-06-09 Markus Deuling <deuling@de.ibm.com>
5644
5645 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS): Replace by
5646 gdbarch_address_class_type_flags.
5647 * dwarf2read.c (read_tag_pointer_type): Likewise.
5648 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_P): Replace by
5649 gdbarch_address_class_type_flags_p.
5650 * dwarf2read.c (read_tag_pointer_type): Likewise.
5651 * gdbarch.c, gdbarch.h: Regenerate.
5652
5653 2007-06-09 Markus Deuling <deuling@de.ibm.com>
5654
5655 * gdbarch.sh (ADDR_BITS_REMOVE): Replace by gdbarch_addr_bits_remove.
5656 * value.c (value_as_address): Likewise (comment).
5657 * remote-mips.c (common_breakpoint): Likewise.
5658 * regcache.c (read_pc_pid): Likewise.
5659 * printcmd.c (do_one_display): Likewise.
5660 * monitor.c (monitor_write_memory, monitor_read_memory)
5661 (monitor_insert_breakpoint): Likewise.
5662 * mips-tdep.c (heuristic_proc_start): Likewise.
5663 * infrun.c (insert_step_resume_breakpoint_at_frame)
5664 (insert_step_resume_breakpoint_at_caller): Likewise.
5665 * buildsym.c (record_line): Likewise.
5666 * arm-tdep.c (arm_scan_prologue, thumb_get_next_pc)
5667 (arm_get_next_pc): Likewise.
5668 * armnbsd-nat.c (arm_supply_gregset, fetch_register, store_register)
5669 (store_regs): Likewise.
5670 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
5671 * arm-linux-nat.c (fetch_register, fetch_regs): Likewise.
5672 * gdbarch.c, gdbarch.h: Regenerate.
5673
5674 2007-06-09 Markus Deuling <deuling@de.ibm.com>
5675
5676 * gdbarch.sh (REGISTER_NAME): Replace by gdbarch_register_name.
5677 * tracepoint.c (scope_info): Likewise.
5678 * target.c (debug_print_register): Likewise.
5679 * stack.c (frame_info): Likewise.
5680 * sh-tdep.c (sh_register_reggroup_p): Likewise.
5681 * sh64-tdep.c (sh64_do_fp_register, sh64_do_register)
5682 (sh64_media_print_registers_info)
5683 (sh64_compact_print_registers_info): Likewise.
5684 * rs6000-tdep.c (rs6000_register_reggroup_p): Likewise.
5685 * remote-sim.c (gdbsim_fetch_register): Likewise.
5686 * remote.c (packet_reg): Likewise (comment).
5687 * reggroups.c (default_register_reggroup_p): Likewise.
5688 * regcache.c (regcache_dump): Likewise.
5689 * printcmd.c (address_info): Likewise.
5690 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
5691 * mt-dep.c (mt_registers_info): Likewise.
5692 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Likewise (comment).
5693 * mips-tdep.c (mips_register_reggroup_p, mips_read_fp_register_single)
5694 (mips_read_fp_register_double, mips_print_fp_register)
5695 (mips_print_register, print_gp_register_row, mips_print_registers_info)
5696 (mips_register_sim_regno): Likewise.
5697 * m68klinux-nat.c (regmap, fetch_register, store_register): Likewise.
5698 * inf-ptrace.c (inf_ptrace_fetch_register)
5699 (inf_ptrace_store_register): Likewise.
5700 * infcmd.c (default_print_registers_info): Likewise.
5701 * ia64-linux-nat.c (ia64_linux_fetch_register)
5702 (ia64_linux_store_register): Likewise.
5703 * i386-linux-nat.c (fetch_register, store_register): Likewise.
5704 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise.
5705 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
5706 * hppa-hpux-nat.c (hppa_hpux_fetch_register)
5707 (hppa_hpux_store_register): Likewise.
5708 * findvar.c (locate_var_value): Likewise.
5709 * dwarf2loc.c (locexpr_describe_location): Likewise.
5710 * dwarf2-frame.c (execute_cfa_program): Likewise.
5711 * arm-tdep.c (arm_push_dummy_call): Likewise.
5712 * arch-utils.c (legacy_register_sim_regno): Likewise.
5713 * alpha-tdep.c (alpha_register_reggroup_p): Likewise.
5714 * alpha-nat.c (fetch_osf_core_registers): Likewise.
5715 * mi/mi-main.c (mi_cmd_data_list_register_names)
5716 (mi_cmd_data_list_changed_registers, mi_cmd_data_list_register_values)
5717 (mi_cmd_data_write_register_values): Likewise.
5718 * gdbarch.c, gdbarch.h: Regenerate.
5719
5720 2007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
5721
5722 * target-memory.c (blocks_to_erase): Correct off-by-one error.
5723
5724 2007-06-06 Vladimir Prus <vladimir@codesourcery.com>
5725
5726 * remote.c (process_g_packet): Don't check size.
5727 * gdbarch.sh: Remove register_bytes_ok.
5728 * gdbarch.c: Regenerated.
5729 * gdbarch.h: Regenerated.
5730 * m68k-tdep.c (REGISTER_BYTES_NOFP): Remove.
5731 (m68k_register_bytes_ok): Remove.
5732 (m68k_gdbarch_init): Don't register m68k_register_bytes_ok.
5733
5734 2007-06-06 Andreas Schwab <schwab@suse.de>
5735
5736 * libunwind-frame.c (unw_destroy_addr_space_p): Define.
5737 (destroy_addr_space_name): Define.
5738 (libunwind_load): Get address of destroy_addr_space function.
5739 (libunwind_frame_cache): Destroy unw_addr_space_t object before
5740 returning unsuccessfully.
5741 (libunwind_frame_sniffer): Destroy unw_addr_space_t object before
5742 returning.
5743 (libunwind_sigtramp_frame_sniffer): Likewise.
5744 (libunwind_get_reg_special): Likewise.
5745
5746 2007-06-06 Markus Deuling <deuling@de.ibm.com>
5747
5748 * gdbarch.sh (FETCH_POINTER_ARGUMENT): Replace by
5749 gdbarch_fetch_pointer_argument.
5750 * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Likewise.
5751 * gdbarch.c, gdbarch.h: Regenerate.
5752
5753 2007-06-06 Markus Deuling <deuling@de.ibm.com>
5754
5755 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Replace by
5756 gdbarch_have_nonsteppable_watchpoint.
5757 * infrun.c (handle_inferior_event, adjust_pc_after_break): Likewise.
5758 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Replace by
5759 gdbarch_cannot_step_breakpoint.
5760 * infrun.c (resume): Likewise.
5761 * gdbarch.c, gdbarch.h: Regenerate.
5762
5763 2007-06-06 Markus Deuling <deuling@de.ibm.com>
5764
5765 * gdbarch.sh (FRAME_ARGS_SKIP): Replace by gdbarch_frame_args_skip.
5766 * stack.c (print_frame_args): Likewise.
5767 * gdbarch.sh (FRAME_NUM_ARGS): Replace by gdbarch_frame_num_args.
5768 * stack.c (print_args_stub, frame_info): Likewise.
5769 * gdbarch.sh (FRAME_NUM_ARGS_P): Replace by gdbarch_frame_num_args_p.
5770 * stack.c (print_args_stub, frame_info): Likewise.
5771 * gdbarch.c, gdbarch.h: Regenerate.
5772
5773 2007-06-06 Markus Deuling <deuling@de.ibm.com>
5774
5775 * gdbarch.sh (COFF_MAKE_MSYMBOL_SPECIAL): Replace by
5776 gdbarch_coff_make_msymbol_special.
5777 * coffread.c (coff_symtab_read): Likewise.
5778 * gdbarch.sh (ELF_MAKE_MSYMBOL_SPECIAL): Replace by
5779 gdbarch_elf_make_msymbol_special.
5780 * elfread.c (elf_symtab_read): Likewise.
5781 * mips-tdep.c (mips_elf_make_msymbol_special): Likewise (comment).
5782 * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Likewise (comment).
5783 * gdbarch.c, gdbarch.h: Regenerate.
5784
5785 2007-06-06 Markus Deuling <deuling@de.ibm.com>
5786
5787 * gdbarch.sh (FRAME_RED_ZONE_SIZE): Replace by
5788 gdbarch_frame_red_zone_size.
5789 * gdbarch.c, gdbarch.h: Regenerate.
5790
5791 2007-06-06 Markus Deuling <deuling@de.ibm.com>
5792
5793 * gdbarch.sh (INNER_THAN): Replace by gdbarch_inner_than.
5794 * infcall.c (call_function_by_hand): Likewise.
5795 * gcore.c (derive_stack_segment): Likewise.
5796 * frame.c (frame_id_inner): Likewise.
5797 * arch-utils.c (core_addr_lessthan): Likewise (comment).
5798 * ada-lang.c (ensure_lval): Likewise.
5799 * gdbarch.c, gdbarch.h: Regenerate.
5800
5801 2007-06-06 Markus Deuling <deuling@de.ibm.com>
5802
5803 * gdbarch.sh (ADDRESS_TO_POINTER): Replace by
5804 gdbarch_address_to_pointer.
5805 * findvar.c (store_typed_address): Likewise.
5806 * gdbtypes.c (make_pointer_type): Likewise (comment).
5807 * procfs.c (procfs_address_to_host_pointer): Likewise.
5808 * std-regs.c (value_of_builtin_frame_reg): Likewise.
5809 (value_of_builtin_frame_fp_reg): Likewise.
5810 (value_of_builtin_frame_pc_reg): Likewise.
5811 * utils.c (paddress): Likewise (comment).
5812 * gdbarch.sh (POINTER_TO_ADDRESS): Replace by
5813 gdbarch_pointer_to_address.
5814 * findvar.c (extract_typed_address): Likewise.
5815 * gdbtypes.c (make_pointer_type): Likewise (comment).
5816 * valops.c (value_cast): Likewise (comment).
5817 * gdbarch.c, gdbarch.h: Regenerate.
5818
5819 2007-06-06 Markus Deuling <deuling@de.ibm.com>
5820
5821 * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target.
5822 * infrun.c (handle_inferior_event): Likewise.
5823 * gdbarch.sh (GET_LONGJMP_TARGET_P): Replace by
5824 gdbarch_get_longjmp_target_p.
5825 * breakpoint.c (breakpoint_re_set): Likewise.
5826 * infrun.c (handle_inferior_event): Likewise.
5827 * gdbarch.c, gdbarch.h: Regenerate.
5828
5829 2007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
5830
5831 * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook,
5832 HP_ACC_EH_set_hook_value, HP_ACC_EH_notify_callback, HP_ACC_EH_break,
5833 HP_ACC_EH_catch_throw, HP_ACC_EH_catch_catch, __eh_notification,
5834 hp_cxx_exception_support, hp_cxx_exception_support_initialized,
5835 eh_notify_hook_addr, eh_notify_callback_addr, eh_break_addr,
5836 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior,
5837 find_stub_with_shl_get, cover_find_stub_with_shl_get,
5838 initialize_hp_cxx_exception_support, child_enable_exception_callback,
5839 current_ex_event, child_get_current_exception_event): Remove.
5840 (hppa_hpux_inferior_created): Remove.
5841 (hppa_hpux_init_abi): Do not install hppa_hpux_inferior_created.
5842
5843 * breakpoint.h (deprecated_exception_catchpoints_are_fragile): Remove.
5844 (deprecated_exception_support_initialized): Remove.
5845 * breakpoint.c (deprecated_exception_catchpoints_are_fragile): Remove.
5846 (deprecated_exception_support_initialized): Remove.
5847 (breakpoint_init_inferior): Remove handling of non-zero
5848 deprecated_exception_catchpoints_are_fragile.
5849
5850 * symtab.h (deprecated_hp_som_som_object_present): Remove.
5851 * symtab.c (deprecated_hp_som_som_object_present): Remove.
5852 * c-typeprint.c (c_type_print_base): Remove handling of non-zero
5853 deprecated_hp_som_som_object_present.
5854 * eval.c (evaluate_subexp_standard): Likewise.
5855 * valops.c (value_cast): Likewise.
5856
5857 * parse.c (parse_nested_classes_for_hpacc, coloncolon): Remove.
5858 * parser-defs.h (parse_nested_classes_for_hpacc): Remove.
5859 * c-exp.y (yylex): Do not call parse_nested_classes_for_hpacc.
5860
5861 2007-06-06 Ulrich Weigand <uweigand@de.ibm.com>
5862
5863 * objfiles.h (ImportEntry, ExportEntry): Remove types.
5864 (struct objfile): Remove import_list, import_list_size,
5865 export_list, export_list_size members.
5866 (is_in_import_list): Remove prototype.
5867 * objfiles.c (is_in_import_list): Remove.
5868 * somread.c (init_import_symbols, init_export_symbols): Remove.
5869 (som_symfile_read): Do not call init_import_symbols. Do not
5870 set objfile->export_list and objfile->export_list_size.
5871
5872 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
5873
5874 * dwarf2read.c (dwarf2_symbol_mark_computed): Fix formatting.
5875 Use the original objfile if necessary.
5876
5877 2007-06-04 Daniel Jacobowitz <dan@codesourcery.com>
5878
5879 * defs.h (ldirname): New prototype.
5880 * dwarf2read.c (read_file_scope): Use DW_AT_name if DW_AT_comp_dir is
5881 missing.
5882 * utils.c (ldirname): New function.
5883 * xml-tdesc.c (file_read_description_xml): Use ldirname.
5884
5885 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
5886
5887 * spu-tdep.c (spu_push_dummy_call): Store stack back chain.
5888
5889 2007-06-01 Joel Brobecker <brobecker@adacore.com>
5890
5891 * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
5892
5893 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
5894
5895 * irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
5896
5897 2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
5898
5899 * ppc-linux-tdep.c (INSTR_SC, INSTR_LI_R0_0x6666, INSTR_LI_R0_0x7777,
5900 INSTR_LI_R0_NR_sigreturn, INSTR_LI_R0_NR_rt_sigreturn): Remove.
5901 (PPC_LINUX_SIGNAL_FRAMESIZE, PPC_LINUX_REGS_PTR_OFFSET,
5902 PPC_LINUX_HANDLER_PTR_OFFSET): Remove.
5903 (ppc_linux_in_sigtramp, insn_is_sigreturn,
5904 ppc_linux_at_sigtramp_return_path): Remove.
5905
5906 2007-05-31 Markus Deuling <deuling@de.ibm.com>
5907
5908 * xtensa-tdep.c (XTENSA_IS_ENTRY, extract_call_winsize)
5909 (xtensa_register_write_masked, xtensa_register_read_masked)
5910 (xtensa_extract_return_value, xtensa_store_return_value
5911 (xtensa_push_dummy_call, xtensa_breakpoint_from_pc): Replace
5912 TARGET_BYTE_ORDER by gdbarch_byte_order.
5913 * sh-tdep.c (sh_breakpoint_from_pc, gdb_print_insn_sh)
5914 (sh_justify_value_in_reg, sh_next_flt_argreg, sh_push_dummy_call_fpu)
5915 (sh_extract_return_value_fpu, sh_store_return_value_fpu): Likewise.
5916 * sh64-tdep.c (sh64_breakpoint_from_pc, gdb_print_insn_sh64)
5917 (sh64_push_dummy_call, sh64_extract_return_value)
5918 (sh64_store_return_value, sh64_register_convert_to_virtual)
5919 (sh64_register_convert_to_raw, sh64_pseudo_register_read)
5920 (sh64_pseudo_register_write, sh64_do_fp_register)
5921 (sh64_frame_prev_register): Likewise.
5922 * score-tdep.c (score_print_insn, score_breakpoint_from_pc)
5923 (score_return_value, score_push_dummy_call, score_fetch_inst): Likewise.
5924 * rs6000-tdep.c (rs6000_breakpoint_from_pc, rs6000_push_dummy_call)
5925 (e500_move_ev_register,gdb_print_insn_powerpc): Likewise.
5926 * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
5927 * ppc-linux-nat.c (store_register): Likewise.
5928 * nto-tdep.c (nto_find_and_open_solib)
5929 (nto_init_solib_absolute_prefix): Likewise.
5930 * mips-tdep.c (mips_pseudo_register_read, mips_pseudo_register_write)
5931 (mips_convert_register_p, mips_eabi_push_dummy_call)
5932 (mips_n32n64_push_dummy_call, mips_n32n64_return_value)
5933 (mips_o32_push_dummy_call, mips_o32_return_value)
5934 (mips_o64_push_dummy_call, mips_o64_return_value, mips_o64_return_value)
5935 (mips_read_fp_register_single, mips_read_fp_register_double)
5936 (mips_print_register, print_gp_register_row, gdb_print_insn_mips)
5937 (mips_breakpoint_from_pc): Likewise.
5938 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Likewise.
5939 * mips-linux-tdep.c (mips64_supply_fpregset, mips64_fill_fpregset)
5940 (mips_linux_o32_sigframe_init): Likewise.
5941 * m32r-tdep.c (m32r_memory_insert_breakpoint)
5942 (m32r_memory_remove_breakpoint, m32r_breakpoint_from_pc): Likewise.
5943 * libunwind-frame.c (libunwind_frame_cache, libunwind_frame_sniffer)
5944 (libunwind_sigtramp_frame_sniffer, libunwind_get_reg_special): Likewise.
5945 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
5946 * coffread.c (process_coff_symbol): Likewise.
5947 * arm-tdep.c (convert_from_extended, convert_to_extended)
5948 (gdb_print_insn_arm): Likewise.
5949
5950 2007-05-31 Markus Deuling <deuling@de.ibm.com>
5951
5952 * gdbarch.sh (NUM_REGS): Replace by gdbarch_num_regs.
5953 * i386-tdep.c (i386_dbx_reg_to_regnum)
5954 (i386_svr4_reg_to_regnum): Likewise.
5955 * inf-ptrace.c (inf_ptrace_fetch_registers)
5956 (inf_ptrace_store_registers): Likewise.
5957 * corelow.c (get_core_registers): Likewise.
5958 * i386-linux-nat.c (supply_gregset, fill_gregset)
5959 (i386_linux_fetch_inferior_registers)
5960 (i386_linux_store_inferior_registers): Likewise.
5961 * remote.c (init_remote_state,packet_reg_from_regnum)
5962 (packet_reg_from_pnum,process_g_packet,remote_fetch_registers)
5963 (remote_prepare_to_store,store_registers_using_G)
5964 (remote_store_registers,remote_arch_state): Likewise.
5965 * tracepoint.c (encode_actions): Likewise.
5966 * mi/mi-main.c (mi_cmd_data_list_register_names)
5967 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
5968 (mi_cmd_data_write_register_values): Likewise.
5969 * tui/tui-regs.c (tui_show_register_group)
5970 (tui_show_register_group): Likewise.
5971 * xtensa-tdep.h (FP_ALIAS): Likewise.
5972 * xtensa-tdep.c (xtensa_register_name,xtensa_register_type)
5973 (xtensa_reg_to_regnum,xtensa_pseudo_register_read)
5974 (xtensa_pseudo_register_write,xtensa_register_reggroup_p): Likewise.
5975 * win32-nat.c (do_win32_fetch_inferior_registers)
5976 (do_win32_store_inferior_registers,fetch_elf_core_registers
5977 * user-regs.h: Likewise (comment).
5978 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
5979 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
5980 * target-descriptions.h: Likewise (comment).
5981 * target-descriptions.c (tdesc_use_registers): Likewise (comment).
5982 * target.c (debug_print_register): Likewise.
5983 * stack.c (frame_info): Likewise.
5984 * stabsread.c (define_symbol): Likewise.
5985 * sh64-tdep.c (sh64_do_pseudo_register,sh64_print_register)
5986 (sh64_media_print_registers_info)
5987 (sh64_compact_print_registers_info): Likewise.
5988 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
5989 * rs6000-nat.c (fetch_register,store_register): Likewise.
5990 * remote-sim.c (one2one_register_sim_regno,gdbsim_fetch_register)
5991 (gdbsim_fetch_register,gdbsim_store_register): Likewise.
5992 * remote-mips.c (mips_fetch_registers,mips_store_registers): Likewise.
5993 * remote-m32r-sdi.c (m32r_fetch_registers)
5994 (m32r_store_registers): Likewise.
5995 * reggroups.c (default_register_reggroup_p): Likewise.
5996 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save)
5997 (regcache_restore,regcache_dump): Likewise.
5998 * monitor.c (monitor_fetch_registers,monitor_store_registers): Likewise.
5999 * mips-tdep.c (mips_xfer_register,mips_register_name)
6000 (mips_register_reggroup_p,mips_pseudo_register_read)
6001 (mips_pseudo_register_write,mips_convert_register_p,mips_register_type)
6002 (mips_unwind_pc,mips_unwind_sp,mips_unwind_dummy_id,set_reg_offset)
6003 (mips16_scan_prologue,mips_insn16_frame_cache,reset_saved_regs)
6004 (mips32_scan_prologue,mips_insn32_frame_cache,read_next_frame_reg)
6005 (mips_n32n64_return_value,mips_o32_return_value,mips_o64_return_value)
6006 (print_gp_register_row,mips_print_registers_info)
6007 (mips_stab_reg_to_regnum,mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6008 (mips_register_sim_regno): Likewise.
6009 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
6010 (mips_linux_n32n64_sigframe_init): Likewise.
6011 * mips-linux-nat.c (mips_linux_register_addr)
6012 (mips64_linux_register_addr): Likewise.
6013 * findvar.c (value_of_register): Likewise.
6014 * infcmd.c (default_print_registers_info,registers_info)
6015 (print_vector_info,print_float_info): Likewise.
6016 * mips64obsd-tdep.c (mips64obsd_sigframe_init): Likewise.
6017 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
6018 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
6019 * m68hc11-tdep.c (m68hc11_frame_unwind_cache(: Likewise.
6020 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
6021 * ia64-linux-nat.c (ia64_register_addr,ia64_cannot_fetch_register)
6022 (ia64_cannot_store_register,ia64_linux_fetch_registers)
6023 (ia64_linux_store_registers): Likewise.
6024 * hpux-thread.c (hpux_thread_fetch_registers)
6025 (hpux_thread_store_registers): Likewise.
6026 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM,E_PSEUDO_EXR_REGNUM)
6027 (h8300_init_frame_cache,h8300_frame_cache,h8300_frame_prev_register)
6028 (h8300_register_type): Likewise.
6029 * dwarf2-frame.c (dwarf2_frame_cache)
6030 (dwarf2_frame_state_alloc_regs): Likewise.
6031 * cris-tdep.c (cris_register_size,cris_cannot_fetch_register)
6032 (cris_cannot_store_register,crisv32_cannot_fetch_register)
6033 (crisv32_cannot_store_register,cris_register_name): Likewise.
6034 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
6035 * arch-utils.c (legacy_register_sim_regno)
6036 (legacy_virtual_frame_pointer): Likewise.
6037 * arm-tdep.c (arm_make_prologue_cache,arm_register_sim_regno):Likewise.
6038 * arm-tdep.h: Likewise (comment).
6039 * frv-tdep.c (frv_register_sim_regno): Likewise.
6040 * m68klinux-nat.c (old_fetch_inferior_registers)
6041 (old_store_inferior_registers): Likewise.
6042 * m32c-tdep.c (m32c_virtual_frame_pointer): Likewise.
6043 * irix5-nat.c (fetch_core_registers): Likewise.
6044 * hppa-tdep.c (hppa_frame_cache): Likewise.
6045 * hppa-linux-nat.c (hppa_linux_register_addr)
6046 (hppa_linux_fetch_inferior_registers)
6047 (hppa_linux_store_inferior_registers): Likewise.
6048 * hppa-hpux-nat.c (hppa_hpux_fetch_inferior_registers)
6049 (hppa_hpux_store_inferior_registers): Likewise.
6050 * amd64-nat.c (amd64_native_gregset_reg_offset)
6051 (amd64_supply_native_gregset,amd64_collect_native_gregset): Likewise.
6052 * dbug-rom.c (dbug_regname): Likewise.
6053 * m68hc11-tdep.c (m68hc11_frame_unwind_cache)
6054 (HARD_PAGE_REGNUM (comment)): Likewise.
6055 * gdbarch.sh (NUM_PSEUDO_REGS): Replace by gdbarch_num_pseudo_regs.
6056 * i386-tdep.c (i386_dbx_reg_to_regnum)
6057 (i386_svr4_reg_to_regnum): Likewise.
6058 * mi/mi-main.c (mi_cmd_data_list_register_names)
6059 (mi_cmd_data_list_changed_registers,mi_cmd_data_list_register_values)
6060 (mi_cmd_data_write_register_values): Likewise.
6061 * gdbarch.c, gdbarch.h: Regenerate.
6062 * tui/tui-regs.c (tui_show_register_group): Likewise.
6063 * xtensa-tdep.h (FP_ALIAS): Likewise.
6064 * user-regs.h: Likewise (comment).
6065 * user-regs.c (user_reg, user_reg_map_name_to_regnum): Likewise.
6066 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
6067 * target-descriptions.h: Likewise (comment).
6068 * target.c (debug_print_register): Likewise.
6069 * stack.c (frame_info): Likewise.
6070 * stabsread.c (define_symbol): Likewise.
6071 * sh64-tdep.c (sh64_print_register,sh64_media_print_registers_info)
6072 (sh64_compact_print_registers_info): Likewise.
6073 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
6074 * regcache.c (init_regcache_descr,register_size,regcache,regcache_save
6075 (regcache_restore,regcache_dump): Likewise.
6076 * mips-tdep.c (print_gp_register_row,mips_print_registers_info)
6077 (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6078 (mips_stab_reg_to_regnum): Likewise.
6079 * findvar.c (value_of_register): Likewise.
6080 * infcmd.c (default_print_registers_info,registers_info)
6081 (print_vector_info,print_float_info): Likewise.
6082 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Likewise.
6083 * h8300-tdep.c (h8300_register_type): Likewise.
6084 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
6085 * frame.h (SIZEOF_FRAME_SAVED_REGS): Likewise.
6086 * xtensa-tdep.c (xtensa_register_type,xtensa_reg_to_regnum)
6087 (xtensa_pseudo_register_read,xtensa_pseudo_register_write): Likewise.
6088 * parse.c: Remove comment.
6089 * gdbarch.c, gdbarch.h: Regenerate
6090
6091 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6092
6093 * gdbarch.sh (CANNOT_FETCH_REGISTER): Replace by
6094 gdbarch_cannot_fetch_register.
6095 * alpha-nat.c (fetch_osf_core_registers): Likewise.
6096 * hppa-linux-nat.c (fetch_register): Likewise.
6097 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
6098 * m68klinux-nat.c (fetch_register): Likewise.
6099 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg):
6100 Likewise.
6101 * gdbarch.sh (CANNOT_STORE_REGISTER): Replace by
6102 gdbarch_cannot_store_register.
6103 * hppa-linux-nat.c (store_register): Likewise.
6104 * inf-ptrace.c (inf_ptrace_store_register): Likewise.
6105 * regcache.c (regcache_raw_write): Likewise.
6106 * m68klinux-nat.c (store_register): Likewise.
6107 * mipsnbsd-tdep.c (mipsnbsd_fill_reg, mipsnbsd_fill_fpreg): Likewise.
6108 * gdbarch.c, gdbarch.h: Regenerate.
6109
6110 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6111
6112 * gdbarch.sh (TARGET_OSABI): Replace by gdbarch_osabi.
6113 * gdbarch.c, gdbarch.h: Regenerate.
6114
6115 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6116
6117 * gdbarch.sh (TARGET_CHAR_SIGNED): Replace by gdbarch_char_signed.
6118 * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise.
6119 * gdbarch.c, gdbarch.h: Regenerate.
6120
6121 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6122
6123 * gdbarch.sh (TARGET_BYTE_ORDER): Replace by gdbarch_byte_order.
6124 * ax-gdb.c (gen_bitfield_ref): Likewise.
6125 * mi/mi-main.c (get_register): Likewise.
6126 * findvar.c (default_value_from_register, extract_signed_integer)
6127 (extract_unsigned_integer, extract_long_unsigned_integer)
6128 (store_signed_integer, store_unsigned_integer): Likewise.
6129 * regcache.c (regcache_dump): Likewise.
6130 * value.c (lookup_internalvar, value_of_internalvar)
6131 (set_internalvar): Likewise.
6132 * defs.h: Likewise.
6133 * valprint.c (print_binary_chars, print_octal_chars)
6134 (print_decimal_chars, print_hex_chars, print_char_chars): Likewise.
6135 * infcmd.c (default_print_registers_info): Likewise.
6136 * arch-utils.c (selected_byte_order, show_endian): Likewise.
6137 * stabsread.c (define_symbol): Likewise.
6138 * doublest.c (floatformat_from_length, floatformat_from_type)
6139 (extract_typed_floating, store_typed_floating): Likewise.
6140 * gdbarch.c, gdbarch.h: Regenerate.
6141
6142 2007-05-31 Markus Deuling <deuling@de.ibm.com>
6143
6144 * gdbarch.sh (CALL_DUMMY_LOCATION): Replace by
6145 gdbarch_call_dummy_location.
6146 * infcall.c (call_function_by_hand): Likewise.
6147 * inferior.h: Change comment.
6148 * arch-utils.c: Change comment.
6149 * gdbarch.c, gdbarch.h: Regenerate.
6150
6151 2007-05-28 Joel Brobecker <brobecker@adacore.com>
6152
6153 * solib-aix5.c: Delete.
6154 * Makefile.in (solib-aix5.o): Delete rule.
6155
6156 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6157
6158 * breakpoint.h (enum bpstat_what_main_action): Remove
6159 BPSTAT_WHAT_THROUGH_SIGTRAMP.
6160 * infrun.c (process_event_stop_test): Do not check for it.
6161
6162 2007-05-22 Chris Dearman <chris@mips.com>
6163 Maciej W. Rozycki <macro@mips.com>
6164
6165 * ser-unix.c (show_serial_hwflow): New function.
6166 (hardwire_raw): Add hardware flow control support.
6167 (_initialize_ser_hardwire): Add "set/show remoteflow".
6168 * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
6169 * NEWS: Document the new command.
6170
6171 2007-05-21 Ulrich Weigand <uweigand@de.ibm.com>
6172
6173 * config/i386/tm-linux.h (sys_quotactl): Do not define.
6174 * configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not
6175 define for i[[3456]]86-*-linux* native configurations.
6176 * config.in, configure: Regenerate.
6177
6178 2007-05-19 Joel Brobecker <brobecker@adacore.com>
6179
6180 * rs6000-nat.c (xcoff_relocate_symtab): Do nothing if debugging
6181 a core file. Add comment in the function description.
6182
6183 2007-05-18 Caroline Tice <ctice@apple.com>
6184
6185 * c-valprint.c (c_value_print): If the initialized field of the
6186 value struct is 0, print out "[uninitialized]" before the value.
6187 * dwarf2expr.c (execute_stack_op): Initialize ctx->initialized field;
6188 allow DW_OP_GNU_uninit as legal op following a DW_OP_reg op or a
6189 DW_OP_regx op; add case for DW_OP_GNU_uninit and update
6190 ctx->initialized appropriately. Verify no location op follows
6191 DW_OP_GNU_uninit.
6192 * dwarf2expr.h (struct dwarf_expr_context): New field, initialized.
6193 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Add call to
6194 set_value_initialized.
6195 * dwarf2read.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
6196 (decode_locdesc): Add case for DW_OP_GNU_uninit.
6197 * value.c (struct value): New field, initialized.
6198 (allocate_value): Initialize new field.
6199 (set_value_initialized): New function.
6200 (value_initialized): New function.
6201 * value.h (value_initialized): New extern declaration.
6202 (set_value_initialized): Likewise.
6203
6204 2007-05-18 Caroline Tice <ctice@apple.com>
6205
6206 * MAINTAINERS (Write After Approval): Add self.
6207
6208 2007-05-17 Joel Brobecker <brobecker@adacore.com>
6209
6210 * gdbtypes.c (make_reference_type): Preserve the type chain
6211 and set the length of all the variants of the pointer type.
6212
6213 2007-05-17 Joel Brobecker <brobecker@adacore.com>
6214
6215 * gdbtypes.c (make_pointer_type): Preserve the pointer type chain
6216 and set the length of all the variants of the pointer type.
6217
6218 2007-05-17 Maciej W. Rozycki <macro@mips.com>
6219
6220 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix and reformat a
6221 comment.
6222 (mips_o64_push_dummy_call): Reformat a comment.
6223
6224 2007-05-17 Qinwei <qinwei@sunnorth.com.cn>
6225
6226 * score-tdep.c (score_frame_cache->fp, score_analyze_prologue)
6227 (score_prologue_frame_base_address): Return fp to keep gdb print
6228 local variables correctly when debugging information is stabs.
6229
6230 (score_analyze_prologue): For software watchpoint, fetch all the
6231 instructions from range [startaddr, pc] once and identify them locally
6232 to reduce memory access.
6233 (score_malloc_and_get_memblock, score_free_memblock)
6234 (score_adjust_memblock_ptr): New functions.
6235 (score_fetch_inst): Fetch single instruction or mutiple instructions.
6236
6237 (score_target_can_use_watch, score_stopped_by_watch)
6238 (score_target_insert_watchpoint, score_target_remove_watchpoint)
6239 (score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint):
6240 New functions for remote & local hw-watchpoint and hw-breakpoint.
6241
6242 2007-05-16 Alfred M. Szmidt <ams@gnu.org>
6243
6244 * reply_mig_hack.awk: Check for `auto const mach_msg_type_t'
6245 declarations as well.
6246
6247 2007-05-16 Ulrich Weigand <uweigand@de.ibm.com>
6248
6249 * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
6250 * config/arm/tm-embed.h: Delete file.
6251
6252 * arm-tdep.h (arm_software_single_step): Declare.
6253 * arm-tdep.c (arm_software_single_step): Make global.
6254 (arm_gdbarch_init): Move set_gdbarch_software_single_step call
6255 from here to ...
6256 * arm-linux-tdep.c (arm_linux_init_abi): ... here ...
6257 * armnbsd-tdep.c (arm_netbsd_init_abi_common): ... here ...
6258 * armobsd-tdep.c (armobsd_init_abi): ... here ...
6259 * arm-wince-tdep.c (arm_wince_init_abi): ... and here.
6260
6261 * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT): No longer
6262 allow defines to be overriden by TM file.
6263 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Likewise. Also,
6264 change default to {0xbe,0xbe}.
6265 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint,
6266 arm_obsd_thumb_be_breakpoint): New global variables.
6267 (armobsd_init_abi): Override tdep->thumb_breakpoint and
6268 tdep->thumb_breakpoint_size.
6269 * arm-wince-tdep.c (arm_wince_thumb_le_breakpoint): New variable.
6270 (arm_wince_init_abi): Override tdep->thumb_breakpoint and
6271 tdep->thumb_breakpoint_size.
6272
6273 * arm-tdep.c (arm_gdbarch_init): Add set_gdbarch_skip_trampoline_code.
6274
6275 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6276
6277 * NEWS: Mention removed "set mips stack-arg-size" and "set mips
6278 saved-gpreg-size".
6279
6280 * mips-tdep.c (MIPS32_REGSIZE, MIPS64_REGSIZE): New constants.
6281 (size_auto, size_32, size_64, size_enums, mips_abi_regsize_string)
6282 (mips_stack_argsize_string, mips_stack_argsize): Delete.
6283 (mips_abi_regsize): Simplify.
6284 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6285 (mips_n32n64_return_value, mips_o32_push_dummy_call)
6286 (mips_o32_return_value, mips_o64_push_dummy_call)
6287 (mips_o64_return_value): Propogate constant register sizes. Use the
6288 ABI register size instead of mips_stack_argsize.
6289 (mips_dump_tdep): Don't print mips_stack_argsize.
6290 (_initialize_mips_tdep): Remove saved-gpreg-size and stack-arg-size
6291 settings.
6292
6293 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6294
6295 * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.
6296 * config/mips/tm-linux.h: Delete.
6297 * mips-linux-tdep.c (mips_svr4_so_ops): New.
6298 (mips_linux_in_dynsym_resolve_code): Make static. Use
6299 svr4_in_dynsym_resolve_code.
6300 (mips_linux_init_abi): Initialize mips_svr4_so_ops. Call
6301 set_solib_ops.
6302 * solib-svr4.c (svr4_in_dynsym_resolve_code, svr4_so_ops): Make
6303 global.
6304 * solib-svr4.h (svr4_so_ops, svr4_in_dynsym_resolve_code): Declare.
6305 * Makefile.in (mips-linux-tdep.o): Update.
6306 * solib.c (set_solib_ops): New.
6307 (current_target_so_ops): Update comment.
6308 * solib.h (set_solib_ops): New prototype.
6309
6310 2007-05-16 Chris Dearman <chris@mips.com>
6311
6312 * printcmd.c (do_examine): Fix typos in a comment.
6313
6314 2007-05-16 Richard Sandiford <richard@codesourcery.com>
6315
6316 * configure.ac: Allow sysroots to be relocated under $prefix as
6317 well as $exec_prefix.
6318 * configure: Regenerate.
6319
6320 2007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
6321
6322 * hppa-hpux-tdep.c: Do not include <dl.h> or <machine/save_state.h>.
6323 (offsetof): Do not define.
6324 (find_stub_with_shl_get): Use numerical value 3 instead of
6325 symbolic value TYPE_PROCEDURE.
6326
6327 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6328
6329 * gdb_proc_service.h (paddr_t): Delete typedef.
6330 * proc-service.c (ps_addr_to_core_addr, core_addr_to_ps_addr): New.
6331 (ps_xfer_memory): Take a psaddr_t. Use ps_addr_to_core_addr.
6332 (ps_pglobal_lookup): Take a psaddr_t *. Use core_addr_to_ps_addr.
6333 (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): Take a psaddr_t.
6334 * sol-thread.c (gdb_ps_addr_t): Use psaddr_t instead of paddr_t.
6335 * Makefile.in (proc-service.o): Update.
6336
6337 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6338
6339 * Makefile.in (mips-tdep.o): Update.
6340 * mips-tdep.c (mips_gdbarch_init): Register the dwarf2 CFI
6341 unwinder.
6342
6343 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6344
6345 * dwarf2-frame.c (dwarf2_frame_prev_register): Use pack_long
6346 instead of store_typed_address.
6347 * value.c (pack_long): New.
6348 (value_from_longest): Use it.
6349 * value.h (pack_long): New prototype.
6350
6351 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6352
6353 * dwarf2-frame.c (read_encoded_value): Correct typo. Use
6354 DW_EH_PE_signed if appropriate.
6355
6356 2007-05-14 Paul Brook <paul@codesourcery.com>
6357 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New
6360 function.
6361 (dwarf_decode_lines): Check for line info without a file.
6362
6363 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6364
6365 * linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
6366 as hexadecimal.
6367
6368 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6369
6370 * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
6371 STRUCTOP_STRUCT.
6372 * jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
6373 STRUCTOP_STRUCT.
6374 * jv-typeprint.c (java_print_type): Do not crash on NULL varstring.
6375
6376 2007-05-14 Ulrich Weigand <uweigand@de.ibm.com>
6377
6378 * gdbarch.sh (read_sp): Remove.
6379 * gdbarch.c, gdbarch.h: Regenerate.
6380 * frame.c (frame_sp_unwind): Do not call TARGET_READ_SP.
6381
6382 * avr-tdep.c (avr_read_sp): Remove.
6383 (avr_unwind_sp): New function.
6384 (avr_gdbarch_init): Install unwind_sp instead of read_sp callback.
6385 * mips-tdep.c (mips_read_sp): Remove.
6386 (mips_unwind_sp): New function.
6387 (mips_gdbarch_init): Install unwind_sp instead of read_sp callback.
6388 * score-tdep.c (score_read_unsigned_register): Remove.
6389 (score_read_sp): Remove.
6390 (score_unwind_sp): New function.
6391 (score_gdbarch_init): Install unwind_sp instead of read_sp callback.
6392
6393 2007-05-14 Maxim Grigoriev <maxim2405@gmail.com>
6394
6395 * buildsym.c (start_subfile): Handle absolute pathnames
6396 while comparing subfile names.
6397
6398 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6399
6400 * hppa-hpux-tdep.c: Include "regcache.h".
6401 * hppa-linux-tdep.c: Likewise.
6402 * hppa-tdep.c: Include "gdb_stdint.h".
6403 (find_unwind_entry): Cast host pointer to uintptr_t before passing
6404 it to paddr_nz.
6405 * Makefile.in: Update dependencies.
6406
6407 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6408
6409 * blockframe.c: Remove obsolete comments.
6410 * alpha-nat.c (fetch_osf_core_registers): Update comment.
6411 * arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment.
6412 * hppa-tdep.h (enum hppa_regnum): Likewise.
6413 * mips-tdep.h: Likewise.
6414 * m68hc11-tdep.c: Likewise.
6415
6416 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6417
6418 * inferior.h (read_sp): Remove prototype.
6419 * regcache.c (read_sp): Remove.
6420 * gcore.c (derive_stack_segment): Use get_frame_sp instead of read_sp.
6421 * infcall.c (call_function_by_hand): Likewise.
6422 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use regcache instead
6423 of calling read_sp.
6424 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6425
6426 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6427
6428 * i386-linux-nat.c (i386_linux_resume): Use regcache functions
6429 instead of read_register and read_register_pid.
6430
6431 * ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE
6432 argument instead of PTID. Use regcache functions instead of
6433 read_register_pid.
6434 (ia64_linux_insert_watchpoint): Update call.
6435 (ia64_linux_stopped_data_address): Use regcache functions
6436 instead of read_register_pid and write_register_pid.
6437
6438 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6439
6440 * libunwind-frame.h (struct regcache): Add forward declaration.
6441 (libunwind_get_reg_special): Add REGCACHE argument.
6442 * libunwind-frame.c (libunwind_get_reg_special): Add REGCACHE
6443 argument. Pass it to unw_init_remote_p.
6444
6445 * ia64-tdep.c (ia64_pseudo_register_read): Pass regcache to
6446 libunwind_get_reg_special.
6447 (ia64_access_reg): Remove "write" case.
6448 (ia64_access_fpreg): Likewise. Read from next_frame passed
6449 as callback argument instead of from current_regcache.
6450 (ia64_access_rse_reg): Remove "write" case. Read from regcache
6451 passed as callback argument instead of from current_regcache.
6452 (ia64_access_rse_fpreg): New function.
6453 (ia64_unw_rse_acce): Use it instead of ia64_access_fpreg.
6454
6455 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6456
6457 * NEWS: Mention SPU overlay support.
6458
6459 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6460
6461 * spu-tdep.c (spu_frame_unwind_cache): Add comment.
6462
6463 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6464
6465 * breakpoint.c (remove_breakpoint): Do not remove software
6466 breakpoints in unmapped overlay sections.
6467
6468 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6469
6470 * spu-tdep.c: Include "observer.h".
6471 (spu_frame_unwind_cache): Unwind PC through overlay return stubs.
6472 (spu_overlay_data): New variable.
6473 (struct spu_overlay_table): New type.
6474 (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
6475 spu_overlay_new_objfile): New functions.
6476 (spu_gdbarch_init): Install spu_overlay_update.
6477 (_initialize_spu_tdep): Register spu_overlay_new_objfile,
6478 allocate spu_overlay_data objfile data.
6479
6480 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6481
6482 * gdbarch.sh (overlay_update): New gdbarch function.
6483 (struct obj_section): Add forward declaration.
6484 * gdbarch.c, gdbarch.h: Regenerate.
6485
6486 * symfile.c (simple_overlay_update): Make global.
6487 (target_overlay_update): Remove variable.
6488 (overlay_is_mapped): Call gdbarch_overlay_update instead of
6489 target_overlay_update.
6490 (overlay_load_command): Likewise.
6491 * symfile.h (struct obj_section): Add forward declaration.
6492 (simple_overlay_update): Add prototype.
6493
6494 * m32r-tdep.c (m32r_gdbarch_init): Install simple_overlay_update.
6495
6496 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6497
6498 * observer.sh: Add "struct objfile" forward declaration.
6499 * target.h (deprecated_target_new_objfile_hook): Remove.
6500 * symfile.c (deprecated_target_new_objfile_hook): Remove.
6501 (clear_symtab_users): Call observer_notify_new_objfile.
6502 (symbol_file_add_with_addrs_or_offsets): Likewise.
6503 * rs6000-nat.c: Include "observer.h".
6504 (vmap_ldinfo): Call observer_notify_new_objfile.
6505 (xcoff_relocate_core): Likewise.
6506 * remote.c (remote_new_objfile_chain): Remove.
6507 (remote_new_objfile): Do not call remote_new_objfile_chain.
6508 (_initialize_remote): Use observer_attach_new_objfile.
6509 * tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
6510 (tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
6511 (_initialize_tui_hooks): Use observer_attach_new_objfile.
6512 * aix-thread.c: Include "observer.h".
6513 (target_new_objfile_chain): Remove.
6514 (new_objfile): Do not call target_new_objfile_chain.
6515 (_initialize_aix_thread): Use observer_attach_new_objfile.
6516 * hpux-thread.c: Include "observer.h"
6517 (target_new_objfile_chain): Remove.
6518 (hpux_thread_new_objfile): Make static. Do not call
6519 target_new_objfile_chain.
6520 (_initialize_hpux_thread): Use observer_attach_new_objfile.
6521 * linux-thread-db.c: Include "observer.h".
6522 (target_new_objfile_chain): Remove.
6523 (thread_db_new_objfile): Do not call target_new_objfile_chain.
6524 (_initialize_thread_db): Use observer_attach_new_objfile.
6525 * sol-thread.c: Include "observer.h".
6526 (target_new_objfile_chain): Remove.
6527 (sol_thread_new_objfile): Make static. Do not call
6528 target_new_objfile_chain.
6529 (_initialize_sol_thread): Use observer_attach_new_objfile.
6530 * Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
6531 rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
6532 $(observer_h).
6533
6534 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6535
6536 * gdbarch.sh (remote_translate_xfer_address): Remove.
6537 * gdbarch.h, gdbarch.c: Regenerate.
6538 * arch-utils.c (generic_remote_translate_xfer_address): Remove.
6539 * arch-utils.h (generic_remote_translate_xfer_address): Remove.
6540 * remote.c (remote_write_bytes_aux, remote_read_bytes): Do not
6541 call gdbarch_remote_translate_xfer_address.
6542 * frv-tdep.c (frv_gdbarch_init): Do not call
6543 set_gdbarch_remote_translate_xfer_address.
6544 * ia64-tdep.c (ia64_remote_translate_xfer_address): Remove.
6545 (ia64_gdbarch_init): Do not install it.
6546
6547 2007-05-11 Bob Wilson <bob.wilson@acm.org>
6548
6549 * NEWS: Mention change in handling the -tui option.
6550
6551 2007-05-11 Daniel Jacobowitz <dan@codesourcery.com>
6552
6553 * linux-thread-db.c (enable_thread_event_reporting): Fix comment
6554 typo.
6555
6556 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6557
6558 * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
6559 (breakpoint_inserted_here_p): Call it.
6560 (software_breakpoint_inserted_here_p): Likewise.
6561
6562 2007-05-10 Ulrich Weigand <uweigand@de.ibm.com>
6563
6564 * inf-ptrace.c (inf_ptrace_register_u_offset): Adapt parameter list.
6565 (inf_ptrace_fetch_register): Add register_u_offset callback parameters
6566 GDBARCH and STORE_P. Handle callback (CORE_ADDR) -1 return value.
6567 (inf_ptrace_store_register): Likewise.
6568 (inf_ptrace_trad_target): Adapt register_u_offset parameter list.
6569 * inf-ptrace.h (inf_ptrace_trad_target): Likewise.
6570
6571 * vax-nat.c (vax_register_u_offset): Adapt parameter list.
6572
6573 * linux-nat.c (linux_trad_target): Adapt parameter list.
6574 * linux-nat.h (linux_trad_target): Likewise.
6575
6576 * alpha-linux-nat.c (alpha_linux_register_u_offset): Adapt parameters.
6577
6578 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Remove.
6579 (mips_linux_cannot_store_register): Likewise.
6580 (mips_linux_register_addr): Add GDBARCH and STORE_P parameters.
6581 Return (CORE_ADDR) -1 for registers that cannot be fetched or
6582 stored via ptrace. Use GDBARCH instead of current_gdbarch.
6583 (mips64_linux_register_addr): Likewise.
6584 (mips_linux_register_u_offset): Adapt parameter list. Pass
6585 GDBARCH and STORE_P on to mips{64}_linux_register_addr.
6586
6587 * config/mips/linux.mh (NAT_FILE): Set to config/nm-linux.h.
6588 * config/mips/nm-linux.h: Delete file.
6589
6590 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
6591
6592 * remote.c (remote_detach): Error out if remote can't detach.
6593
6594 2007-05-10 Luis Machado <luisgpm@br.ibm.com>
6595
6596 * rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
6597 instruction's opcode in the "opcode" variable and declares new
6598 variable "closing_insn".
6599
6600 2007-05-10 Chris Dearman <chris@mips.com>
6601 Maciej W. Rozycki <macro@mips.com>
6602
6603 * cli/cli-setshow.c (do_setshow_command): Remove trailing
6604 whitespace when setting a var_filename.
6605
6606 2007-05-09 Bob Wilson <bob.wilson@acm.org>
6607
6608 * main.c (captured_main): Recognize -tui option and print an error
6609 message when the TUI is not configured.
6610
6611 2007-05-09 Andreas Schwab <schwab@suse.de>
6612
6613 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Don't
6614 set removed members.
6615 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
6616
6617 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6618
6619 * gdbarch.sh (deprecated_store_struct_return): Remove.
6620 * gdbarch.c, gdbarch.h: Regenerate.
6621 * frv-tdep.c (frv_store_struct_return): Remove.
6622 (frv_gdbarch_init): Do not install it.
6623
6624 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6625
6626 * config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
6627 * config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
6628 * config/nm-linux.h (USE_PROC_FS): Do not undefine.
6629
6630 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6631
6632 * spu-linux-nat.c: Include "gdb_stdint.h".
6633 (fetch_ppc_register): Use uint64_t instead of unsigned long long.
6634 (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
6635 (fetch_ppc_memory, store_ppc_memory): Fix coding style.
6636 (spu_symbol_file_add_from_memory): Use strtoulst instead of sscanf.
6637 (spu_child_wait): Mark up string for translation.
6638
6639 2007-05-08 Paul Gilliam <pgilliam@us.ibm.com>
6640 Luis Machado <luisgpm@br.ibm.com>
6641
6642 * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
6643 STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
6644 BC_INSTRUCTION): Define.
6645 (deal_with_atomic_sequence): New function.
6646 (rs6000_software_single_step): Call deal_with_atomic_sequence.
6647 (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
6648 gdbarch_software_single_step routine.
6649
6650 2007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
6651
6652 * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
6653 store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
6654 parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
6655 spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
6656 spu_child_post_attach, spu_fetch_inferior_registers,
6657 spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
6658 memory addresses as ULONGEST, not CORE_ADDR.
6659
6660 2007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
6661
6662 * gdbarch.sh: Add skip_permanent_breakpoint callback.
6663 * gdbarch.h, gdbarch.c: Regenerate.
6664
6665 * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
6666 (resume): Call gdbarch_skip_permanent_breakpoint instead of
6667 SKIP_PERMANENT_BREAKPOINT. Inline default case.
6668
6669 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
6670 Add REGCACHE argument. Use it instead of read/write_register.
6671 (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
6672
6673 * config/pa/tm-hppah.h: Delete file.
6674 * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
6675 * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
6676
6677 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6678
6679 * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
6680 * NEWS: Mention improved C++ thunk support.
6681 * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
6682 * cp-abi.c (cplus_skip_trampoline): New.
6683 * cp-abi.h (cplus_skip_trampoline): New prototype.
6684 (struct cp_abi_ops): Add skip_trampoline member.
6685 * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
6686 (init_gnuv3_ops): Set skip_trampoline.
6687
6688 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6689
6690 * rs6000-tdep.c (struct frame_extra_info): Delete.
6691
6692 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6693
6694 * linux-thread-db.c: Update some FIXME comments.
6695 (thread_db_xfer_partial): Delete.
6696 (init_thread_db_ops): Do not set to_xfer_partial.
6697
6698 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6699
6700 * inftarg.c, infptrace.c: Remove files.
6701 * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
6702 (inftarg.o, infptrace.o): Remove rules.
6703 * gdbcore.h (register_addr): Remove prototype.
6704 * inferior.h (kill_inferior, store_inferior_registers,
6705 fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
6706 call_ptrace, pre_fork_inferior): Remove prototypes.
6707 * target.h (child_xfer_memory, child_pid_to_exec_file,
6708 child_core_file_to_sym_file, child_post_attach,
6709 child_post_startup_inferior, child_acknowledge_created_inferior,
6710 child_insert_fork_catchpoint, child_remove_fork_catchpoint,
6711 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
6712 child_insert_exec_catchpoint, child_remove_exec_catchpoint,
6713 child_follow_fork, child_reported_exec_events_per_exec_call,
6714 child_has_exited, child_thread_alive): Remove prototypes.
6715
6716 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6717
6718 * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
6719 (sparc_store_inferior_registers): Likewise.
6720 * sparc-nat.c (fetch_inferior_registers): Rename to ...
6721 (sparc_fetch_inferior_registers): ... this.
6722 (store_inferior_registers): Rename to ...
6723 (sparc_store_inferior_registers): ... this.
6724 (sparc_target): Update callback names.
6725 * sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise.
6726 * sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise.
6727
6728 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6729
6730 * linux-nat.c (child_post_attach): Rename to ...
6731 (linux_child_post_attach): ... this. Make static.
6732 (child_follow_fork): Rename to ...
6733 (linux_child_follow_fork): ... this. Make static.
6734 (child_insert_fork_catchpoint): Rename to ...
6735 (linux_child_insert_fork_catchpoint): ... this. Make static.
6736 (child_insert_vfork_catchpoint): Rename to ...
6737 (linux_child_insert_vfork_catchpoint): ... this. Make static.
6738 (child_insert_exec_catchpoint): Rename to ...
6739 (linux_child_insert_exec_catchpoint): ... this. Make static.
6740 (child_pid_to_exec_file): Rename to ...
6741 (linux_child_pid_to_exec_file): ... this. Make static.
6742 Add prototype.
6743 (linux_handle_extended_wait): Update call.
6744 (linux_xfer_partial): Update callback routine names.
6745
6746 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6747
6748 * configure.host (alpha*-*-osf[12]*): Remove support.
6749 * NEWS: Mention removed configurations.
6750
6751 * config/alpha/alpha-osf1.mh: Delete file.
6752 * config/alpha/alpha-osf2.mh: Delete file.
6753 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
6754 and infptrace.o.
6755 * config/alpha/nm-osf.h: Delete file.
6756 * config/alpha/nm-osf2.h: Delete file.
6757 * config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
6758 (START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
6759 (PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
6760
6761 * alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
6762 (register_addr, kernel_u_size): Remove.
6763 Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
6764
6765 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6766
6767 * regcache.c (regcache_invalidate): New function.
6768 (register_cached): Remove.
6769 (set_register_cached): Remove.
6770 (deprecated_registers_fetched): Remove.
6771 (registers_changed): Use regcache_invalidate instead
6772 of set_register_cached.
6773 (regcache_raw_read): Update comment.
6774
6775 * regcache.h (regcache_invalidate): Add prototype.
6776 (register_cached): Remove.
6777 (set_register_cached): Remove.
6778 (deprecated_registers_fetched): Remove.
6779
6780 * findvar.c (value_of_register): Do not call register_cached.
6781 * frame.c (frame_register): Likewise.
6782 * tui/tui-regs.c (tui_get_register): Likewise.
6783
6784 * remote.c (fetch_register_using_p): Do not call set_register_cached.
6785 (process_g_packet): Likewise.
6786 (remote_fetch_registers): Likewise.
6787 * remote-sim.c (gdbsim_fetch_register): Likewise.
6788 * mt-tdep.c (mt_select_coprocessor): Replace set_register_cached call
6789 by regcache_invalidate.
6790 (mt_pseudo_register_write): Likewise.
6791 * sh-tdep.c (sh_pseudo_register_write): Likewise.
6792
6793 * corelow.c (get_core_registers): Replace deprecated_registers_fetched
6794 call by loop over regcache_raw_supply (..., NULL).
6795
6796 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6797
6798 * target.h (struct target_ops): Add REGCACHE parameter to
6799 to_prepare_to_store.
6800 (target_prepare_to_store): Likewise.
6801 * target.c (debug_to_prepare_to_store): Add REGCACHE parameter.
6802 (update_current_target): Adapt prepare_to_store de_fault rule.
6803
6804 * regcache.c (regcache_raw_write): Pass regcache to
6805 target_prepare_to_store.
6806
6807 * inftarg.c (child_prepare_to_store): Add REGCACHE parameter.
6808 Do not call CHILD_PREPARE_TO_STORE.
6809 * gnu-nat.c (gnu_prepare_to_store): Likewise.
6810 * procfs.c (procfs_prepare_to_store): Likewise.
6811
6812 * inf-child.c (inf_child_prepare_to_store): Add REGCACHE parameter.
6813 * go32-nat.c (go32_prepare_to_store): Likewise.
6814 * monitor.c (monitor_prepare_to_store): Likewise.
6815 * nto-procfs.c (procfs_prepare_to_store): Likewise.
6816 * remote-m32r-sdi.c (m32r_prepare_to_store): Likewise.
6817 * remote-mips.c (mips_prepare_to_store): Likewise.
6818 * remote-sim.c (gdbsim_prepare_to_store): Likewise.
6819 * win32-nat.c (win32_prepare_to_store): Likewise.
6820
6821 * remote.c (remote_prepare_to_store): Add REGCACHE parameter.
6822 Use it instead of current_regcache.
6823
6824 * hpux-thread.c (hpux_thread_prepare_to_store): Add REGCACHE
6825 parameter. Pass it on to next target.
6826 * sol-thread.c (sol_thread_prepare_to_store): Likewise.
6827
6828 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6829
6830 * target.h (struct regcache): Add forward declaration.
6831 (struct target_ops): Add REGCACHE parameter to to_fetch_registers
6832 and to_store_registers target operations.
6833 (target_fetch_registers, target_store_registers): Update.
6834
6835 * regcache.c (regcache_raw_read): Replace register_cached by
6836 regcache_valid_p. Pass regcache to target_fetch_registers.
6837 (regcache_raw_write): Pass regcache to target_store_registers.
6838
6839 * arm-linux-nat.c (store_fpregister, store_fpregs, store_register,
6840 store_regs, store_wmmx_regs): Replace register_cached by
6841 regcache_valid_p.
6842
6843 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd): Pass current_regcache
6844 to target_fetch_registers calls.
6845 * corelow.c (core_open): Likewise.
6846 * linux-nat.c (linux_nat_corefile_thread_callback): Likewise.
6847 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
6848 ps_lsetfpregs): Likewise.
6849 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
6850 ps_lsetfpregs): Likewise.
6851 * win32-nat.c (win32_resume): Likewise.
6852 * ia64-tdep.c (ia64_store_return_value): Pass current_regcache
6853 to target_store_registers call.
6854 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6855
6856 * inferior.h (store_inferior_registers): Update prototype.
6857 (fetch_inferior_registers): Likewise.
6858 * gnu-nat.c (gnu_store_registers, gnu_fetch_registers): Likewise.
6859 * mips-linux-nat.c (super_fetch_registers, super_store_registers):
6860 Update function pointer signatures.
6861
6862 * aix-thread.c (aix_thread_fetch_registers): Add REGCACHE parameter,
6863 use it instead of current_regcache, update calls.
6864 (aix_thread_store_registers): Likewise.
6865 * alphabsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
6866 (alphabsd_store_inferior_registers): Likewise.
6867 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
6868 (amd64bsd_store_inferior_registers): Likewise.
6869 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise.
6870 (amd64_linux_store_inferior_registers): Likewise.
6871 * arm-linux-nat.c (fetch_fpregister, fetch_fpregs, store_fpregister,
6872 store_fpregs, fetch_register, fetch_regs, store_register, store_regs,
6873 fetch_wmmx_regs, store_wmmx_regs): Likewise.
6874 (arm_linux_fetch_inferior_registers): Likewise.
6875 (arm_linux_store_inferior_registers): Likewise.
6876 * armnbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
6877 fetch_fp_regs, armnbsd_fetch_registers): Likewise.
6878 (store_register, store_regs, store_fp_register, store_fp_regs,
6879 armnbsd_store_registers): Likewise.
6880 * bsd-kvm.c (bsd_kvm_fetch_pcb, bsd_kvm_fetch_registers): Likewise.
6881 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
6882 (bsd_uthread_store_registers): Likewise.
6883 * corelow.c (get_core_registers): Likewise.
6884 * go32-nat.c (fetch_register, go32_fetch_registers, store_register,
6885 go32_store_registers): Likewise.
6886 * hppabsd-nat.c (hppabsd_fetch_registers): Likewise.
6887 (hppabsd_store_registers): Likewise.
6888 * hppa-hpux-nat.c (hppa_hpux_fetch_register): Likewise.
6889 (hppa_hpux_fetch_inferior_registers): Likewise.
6890 (hppa_hpux_store_register): Likewise.
6891 (hppa_hpux_store_inferior_registers): Likewise.
6892 * hppa-linux-nat.c (fetch_register, store_register): Likewise.
6893 (hppa_linux_fetch_inferior_registers): Likewise.
6894 (hppa_linux_store_inferior_registers): Likewise.
6895 * hpux-thread.c (hpux_thread_fetch_registers): Likewise.
6896 (hpux_thread_store_registers): Likewise.
6897 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Likewise.
6898 (i386bsd_store_inferior_registers): Likewise.
6899 * i386gnu-nat.c (fetch_fpregs, gnu_fetch_registers, store_fpregs,
6900 gnu_store_registers): Likewise.
6901 * i386-linux-nat.c (fetch_register, store_register, fetch_regs,
6902 store_regs, fetch_fpregs, store_fpregs, fetch_fpxregs, store_fpxregs):
6903 Likewise.
6904 (i386_linux_fetch_inferior_registers): Likewise.
6905 (i386_linux_store_inferior_registers): Likewise.
6906 * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
6907 (ia64_linux_fetch_registers): Likewise.
6908 (ia64_linux_store_register): Likewise.
6909 (ia64_linux_store_registers): Likewise.
6910 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
6911 (inf_child_store_inferior_registers): Likewise.
6912 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
6913 (inf_ptrace_fetch_registers): Likewise.
6914 (inf_ptrace_store_register): Likewise.
6915 (inf_ptrace_store_registers): Likewise.
6916 * infptrace.c (fetch_register, store_register): Likewise.
6917 (fetch_inferior_registers, store_inferior_registers): Likewise.
6918 * m32r-linux-nat.c (fetch_regs, store_regs): Likewise.
6919 (m32r_linux_fetch_inferior_registers): Likewise.
6920 (m32r_linux_store_inferior_registers): Likewise.
6921 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Likewise.
6922 (m68kbsd_store_inferior_registers): Likewise.
6923 * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers,
6924 store_register, old_store_inferior_registers, fetch_regs, store_regs,
6925 fetch_fpregs, store_fpregs): Likewise.
6926 (m68k_linux_fetch_inferior_registers): Likewise.
6927 (m68k_linux_store_inferior_registers): Likewise.
6928 * m88kbsd-nat.c (m88kbsd_fetch_inferior_registers): Likewise.
6929 (m88kbsd_store_inferior_registers): Likewise.
6930 * mips64obsd-nat.c (mips64obsd_fetch_inferior_registers): Likewise.
6931 (mips64obsd_store_inferior_registers): Likewise.
6932 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers): Likewise.
6933 (mips64_linux_regsets_store_registers): Likewise.
6934 (mips64_linux_fetch_registers): Likewise.
6935 (mips64_linux_store_registers): Likewise.
6936 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
6937 (mipsnbsd_store_inferior_registers): Likewise.
6938 * monitor.c (monitor_fetch_register, monitor_store_register): Likewise.
6939 (monitor_fetch_registers, monitor_store_registers): Likewise.
6940 * nto-procfs.c (procfs_fetch_registers): Likewise.
6941 (procfs_store_registers): Likewise.
6942 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register,
6943 fetch_register, supply_vrregset, fetch_altivec_registers,
6944 fetch_ppc_registers, ppc_linux_fetch_inferior_registers): Likewise.
6945 (store_altivec_register, store_spe_register, store_register,
6946 fill_vrregset, store_altivec_registers, store_ppc_registers,
6947 ppc_linux_store_inferior_registers): Likewise.
6948 * ppcnbsd-nat.c (ppcnbsd_fetch_inferior_registers): Likewise.
6949 (ppcnbsd_store_inferior_registers): Likewise.
6950 * ppcobsd-nat.c (ppcobsd_fetch_registers): Likewise.
6951 (ppcobsd_store_registers): Likewise.
6952 * procfs.c (procfs_fetch_registers, procfs_store_registers): Likewise.
6953 * remote.c (fetch_register_using_p, process_g_packet,
6954 fetch_registers_using_g, remote_fetch_registers): Likewise.
6955 (store_register_using_P, store_registers_using_G,
6956 remote_store_registers): Likewise.
6957 * remote-m32r-sdi.c (m32r_fetch_registers, m32r_fetch_register,
6958 m32r_store_register, m32r_store_register): Likewise.
6959 * remote-mips.c (mips_fetch_registers, mips_store_registers): Likewise.
6960 * remote-sim.c (gdbsim_fetch_register): Likewise.
6961 (gdbsim_store_register): Likewise.
6962 * rs6000-nat.c (fetch_register, store_register): Likewise.
6963 (rs6000_fetch_inferior_registers): Likewise.
6964 (rs6000_store_inferior_registers): Likewise.
6965 * s390-nat.c (fetch_regs, store_regs): Likewise.
6966 (fetch_fpregs, store_fpregs): Likewise.
6967 (s390_linux_fetch_inferior_registers): Likewise.
6968 (s390_linux_store_inferior_registers): Likewise.
6969 * shnbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
6970 (shnbsd_store_inferior_registers): Likewise.
6971 * sol-thread.c (sol_thread_fetch_registers): Likewise.
6972 (sol_thread_store_registers): Likewise.
6973 * sparc-nat.c (fetch_inferior_registers): Likewise.
6974 (store_inferior_registers): Likewise.
6975 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
6976 (spu_store_inferior_registers): Likewise.
6977 * target.c (debug_print_register): Likewise.
6978 (debug_to_fetch_registers, debug_to_store_registers): Likewise.
6979 * vaxbsd-nat.c (vaxbsd_fetch_inferior_registers): Likewise.
6980 (vaxbsd_store_inferior_registers): Likewise.
6981 * win32-nat.c (do_win32_fetch_inferior_registers): Likewise.
6982 (win32_fetch_inferior_registers): Likewise.
6983 (win32_store_inferior_registers): Likewise.
6984
6985 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6986
6987 * gdbcore.h (struct regcache): Add forward declaration.
6988 (struct core_fns): Add REGCACHE argument to core_read_registers
6989 callback.
6990 * corelow.c (get_core_register_section): Add REGCACHE argument,
6991 use it instead of current_regcache, pass it to core_read_registers
6992 callback.
6993 (get_core_registers): Add current_regcache as parameter to
6994 get_core_register_section calls.
6995
6996 * alpha-nat.c (fetch_osf_core_registers): Add REGCACHE argument,
6997 use it instead of current_regcache.
6998 * armnbsd-nat.c (fetch_core_registers): Likewise.
6999 (fetch_elfcore_registers): Likewise.
7000 * core-regset.c (fetch_core_registers): Likewise.
7001 * cris-tdep.c (fetch_core_registers): Likewise.
7002 * irix5-nat.c (fetch_core_registers): Likewise.
7003 * m68klinux-nat.c (fetch_core_registers): Likewise.
7004 * mips-linux-tdep.c (fetch_core_registers): Likewise.
7005 * win32-nat.c (fetch_elf_core_registers): Likewise.
7006
7007 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7008
7009 * gregset.h (struct regcache): Add forward declaration.
7010 (supply_gregset): Add REGCACHE parameter, make GREGS const.
7011 (supply_fpregset): Add REGCACHE parameter, make FPREGS const.
7012 (supply_fpxregset): Add REGCACHE parameter, make FPXREGS const.
7013 (fill_gregset): Add REGCACHE parameter.
7014 (fill_fpregset): Likewise.
7015 (fill_fpxregset): Likewise.
7016
7017 Update all definitions accordingly:
7018 * alphabsd-nat.c, alpha-linux-nat.c, alpha-nat.c, amd64-linux-nat.c,
7019 arm-linux-nat.c, hppa-linux-nat.c, i386gnu-nat.c, i386-linux-nat.c,
7020 i386-sol2-nat.c, i386v4-nat.c, ia64-linux-nat.c, irix5-nat.c,
7021 m32r-linux-nat.c, m68klinux-nat.c, mips-linux-nat.c, ppc-linux-nat.c,
7022 s390-nat.c, sparc64-linux-nat.c, sparc-linux-nat.c, sparc-sol2-nat.c
7023 (supply_gregset): Add REGCACHE parameter, use it instead of
7024 current_regcache. Make GREGSETP parameter const, adapt casts.
7025 (supply_fpregset): Add REGCACHE parameter, use it instead of
7026 current_regcache. Make FPREGSETP parameter const, adapt casts.
7027 (fill_gregset): Add REGCACHE parameter, use it instead of
7028 current_regcache.
7029 (fill_fpregset): Likewise.
7030
7031 Update all callers to pass in current_regcache as the new argument:
7032 * core-regset.c: Include "regcache.h".
7033 (fetch_core_registers): Update supply_gregset,and supply_fpregset calls.
7034 * procfs.c: Include "regcache.h".
7035 (procfs_fetch_registers): Update supply_gregset, supply_fpregset calls.
7036 (procfs_store_registers): Update fill_gregset, fill_fpregset calls.
7037 (procfs_do_thread_registers): Likewise.
7038 (procfs_make_note_section): Likewise.
7039 * proc-service.c: Include "regcache.h".
7040 (ps_lgetregs): Update fill_gregset call.
7041 (ps_lsetregs): Update supply_gregset call.
7042 (ps_lgetfpregs): Update fill_fpregset call.
7043 (ps_lsetfpregs): Update supply_fpregset call.
7044 * sol-thread.c (sol_thread_fetch_registers): Update supply_gregset,
7045 supply_fpregset calls.
7046 (sol_thread_store_registers): Update fill_gregset, fill_fpregset calls.
7047 (ps_lgetregs): Update fill_gregset call.
7048 (ps_lsetregs): Update supply_gregset call.
7049 (ps_lgetfpregs): Update fill_fpregset call.
7050 (ps_lsetfpregs): Update supply_fpregset call.
7051
7052 * linux-nat.c (linux_nat_do_thread_registers): Update fill_gregset,
7053 fill_fpregset, and fill_fpxregset calls.
7054 * i386-linux-nat.c (fetch_regs): Update supply_gregset call.
7055 (store_regs): Update fill_gregset call.
7056 (fetch_fpregs): Update supply_fpregset call.
7057 (store_fpregs): Update fill_fpregset call.
7058 (fetch_fpxregs): Update supply_fpxregset call.
7059 (store_fpxregs): Update fill_fpxregset call.
7060 * m32r-linux-nat.c (fetch_regs): Update supply_gregset call.
7061 (store_regs): Update fill_gregset call.
7062 * m68klinux-nat.c (fetch_regs): Update supply_gregset call.
7063 (store_regs): Update fill_gregset call.
7064 (fetch_fpregs): Update supply_fpregset call.
7065 (store_fpregs): Update fill_fpregset call.
7066 (fetch_core_registers): Update supply_gregset, supply_fpregset calls.
7067 * s390-nat.c (fetch_regs): Update supply_gregset call.
7068 (store_regs): Update fill_gregset call.
7069 (fetch_fpregs): Update supply_fpregset call.
7070 (store_fpregs): Update fill_fpregset call.
7071
7072 * Makefile.in (core-regset.o, procfs.o, proc-service.o): Update
7073 dependencies.
7074
7075 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7076
7077 * monitor.c (monitor_supply_register): Add REGCACHE parameter, use
7078 it instead of current_regcache.
7079 (parse_register_dump): Add REGCACHE parameter, pass it to
7080 supply_register callback.
7081 (monitor_dump_reg_block): Add REGCACHE parameter, pass it to
7082 parse_register_dump.
7083 (monitor_dump_regs): Add REGCACHE parameter, pass it to
7084 parse_register_dump and dumpregs callback.
7085 (monitor_wait): Pass current_regcache to parse_register_dump and
7086 monitor_dump_regs.
7087 (monitor_fetch_register): Pass current_regcache to
7088 monitor_supply_register.
7089 (monitor_fetch_registers): Pass current_regcache to
7090 monitor_dump_regs.
7091 * monitor.h (struct monitor_ops): Add REGCACHE parameter to
7092 supply_register and dumpregs callbacks.
7093 (monitor_supply_register, monitor_dump_reg_block): Update
7094 prototypes.
7095 * dbug-rom.c (dbug_supply_register): Add REGCACHE parameter. Pass
7096 it to monitor_supply_register.
7097 * dink32-rom.c (dink32_supply_register): Likewise.
7098 * ppcbug-rom.c (ppcbug_supply_register): Likewise.
7099 * m32r-rom.c (m32r_supply_register): Likewise. Also, use REGCACHE
7100 instead of current_regcache.
7101
7102 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7103
7104 * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset):
7105 Add REGCACHE parameter. Use it instead of current_regcache.
7106 (i386nto_supply_regset): Add REGCACHE parameter, pass it to
7107 i386nto_supply_gregset and i386nto_supply_fpregset.
7108 (i386nto_regset_fill): Add REGCACHE parameter; use it instead
7109 of current_regcache.
7110
7111 * nto-procfs.c (procfs_fetch_registers): Pass current_regcache to
7112 nto_supply_ helper functions.
7113 (procfs_store_registers): Pass current_regcache to nto_regset_fill.
7114
7115 * nto-tdep.c (nto_dummy_supply_regset): Add REGCACHE parameter.
7116
7117 * nto-tdep.h (struct nto_target_ops): Add REGCACHE parameter to
7118 supply_greget, supply_fpregset, supply_altregset, supply_regset,
7119 and regset_fill member function pointers.
7120 (nto_dummy_supply_regset): Adapt prototype.
7121
7122 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7123
7124 * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
7125 instead of current_regcache. Make REGS const.
7126 (shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
7127 * shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
7128 prototypes.
7129 * shnbsd-nat.c: Include "regcache.h".
7130 (shnbsd_fetch_inferior_registers): Pass current_regcache to
7131 shnbsd_supply_reg.
7132 (shnbsd_store_inferior_registers): Pass current_regcache to
7133 shnbsd_fill_reg.
7134 * Makefile.in (shbsd-nat.o): Update dependencies.
7135
7136 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7137
7138 * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use it
7139 instead of current_regcache.
7140 (mips_supply_gregset): Likewise. Pass REGCACHE to supply_32bit_reg.
7141 Make GREGSETP const, remove superfluous casts.
7142 (mips_fill_gregset): Add REGCACHE parameter; replace current_regcache.
7143 (mips_supply_fpregset): Likewise. Make FPREGSETP const, remove
7144 superfluous casts.
7145 (mips_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
7146 (supply_64bit_reg): Likewise
7147 (mips64_supply_gregset): Likewise. Pass REGCACHE to supply_64bit_reg.
7148 Make GREGSETP const, adapt casts accordingly.
7149 (mips64_fill_gregset): Add REGCACHE parameter; replace current_regcache.
7150 (mips64_supply_fpregset): Likewise. Make FPREGSET const, adapt
7151 casts accordingly.
7152 (mips64_fill_fpregset): Add REGCACHE parameter; replace current_regcache.
7153 (fetch_core_registers): Pass current_regcache to mips{64}_(supply|fill)_
7154 helper routines.
7155 * mips-linux-tdep.h (mips_supply_gregset, mips_fill_gregset,
7156 mips_supply_fpregset, mips_fill_fpregset, mips64_supply_gregset,
7157 mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset):
7158 Adapt prototypes.
7159 * mips-linux-nat.c: Include "regcache.h".
7160 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
7161 current_regcache to mips{64}_(supply|fill)_ helper routines.
7162 (mips64_linux_regsets_fetch_registers): Likewise.
7163 (mips64_linux_regsets_store_registers): Likewise.
7164
7165 * mipsnbsd-tdep.c (mipsnbsd_supply_reg, mipsnbsd_supply_fpreg): Add
7166 REGCACHE argument; replace current_regcache. Make REGS const.
7167 (mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Add REGCACHE argument;
7168 replace current_regcache.
7169 * mipsnbsd-tdep.h (ipsnbsd_supply_reg, mipsnbsd_supply_fpreg,
7170 mipsnbds_fill_reg, mipsnbsd_fill_fpreg): Adapt prototypes.
7171 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers,
7172 mipsnbsd_store_inferior_registers): Pass current_regcache to
7173 mipsnbsd_(supply|fill)_... helper routines.
7174
7175 * Makefile.in (mips-linux-nat.o): Update dependencies.
7176
7177 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7178
7179 * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove.
7180 * i387-tdep.h (i387_fill_fsave, i387_fill_fxsave): Remove prototypes.
7181 * i368-linux-nat.c (supply_fpregset, supply_fpxregset): Replace
7182 i387_fill_fsave and i387_fill_fxsave calls by inline copies.
7183 * i386-nto-tdep.c (i386nto_regset_fill): Likewise.
7184 * i386gnu-nat.c (store_fpregs): Likewise.
7185 * i386v4-nat.c (fill_fpregset): Likewise.
7186 * go32-nat.c (store_register, go32_store_registers): Likewise.
7187
7188 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7189
7190 * cris-tdep.c (supply_gregset): Rename to ...
7191 (cris_supply_gregset): ... this. Add REGCACHE parameter. Use it
7192 instead of current_regcache.
7193 (fetch_core_registers): Update call. Pass current_regcache.
7194
7195 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7196
7197 * arnmnbsd-nat.c (supply_gregset): Rename to ...
7198 (arm_supply_gregset): ... this. Add REGCACHE parameter.
7199 Use it instead of current_regcache.
7200 (supply_fparegset): Rename to ...
7201 (arm_supply_fparegset): ... this. Add REGCACHE parameter.
7202 Use it instead of current_regcache.
7203 (fetch_regs, fetch_fp_regs): Update calls. Pass current_regcache.
7204 (fetch_core_registers, fetch_elfcore_registers): Likewise.
7205
7206 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7207
7208 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs,
7209 alpha_supply_fp_regs, alpha_fill_fp_regs): Add REGCACHE parameter,
7210 use it instead of current_regcache.
7211 * alpha-tdep.h (struct regcache): Add forward declaration.
7212 (alpha_supply_int_regs, alpha_fill_int_regs, alpha_supply_fp_regs,
7213 alpha_fill_fp_regs): Update prototypes.
7214
7215 * alpha-nat.c: (supply_gregset, fill_gregset, supply_fpregset,
7216 fill_fpregset): Pass current_regcache to alpha_supply/fill_ routines.
7217 * alpha-linux-nat.c: Include "regcache.h".
7218 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Pass
7219 current_regcache to alpha_supply/fill_ routines.
7220
7221 * alphabsd-tdep.c: Include "regcache.h".
7222 (alphabsd_supply_reg, alphabsd_supply_fpreg): Add REGCACHE paramter,
7223 pass it to alpha_supply_ routines. Make REGS const.
7224 (alphabsd_fill_reg, alphabsd_fill_fpreg): Add REGCACHE parameter,
7225 pass it to alpha_fill_ routines.
7226 * alphabsd-tdep.h (struct regcache): Add forward declaration.
7227 (alphabsd_supply_reg, alphabsd_fill_reg, alphabsd_supply_fpreg,
7228 alphabsd_fill_fpreg): Update prototypes.
7229
7230 * alphanbsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
7231 fill_fpregset, alphabsd_fetch_inferior_registers,
7232 alphabsd_store_inferior_registers): Pass current_regcache to
7233 alphabsd_supply/fill_ routines.
7234
7235 * Makefile.in (alpha-linux-nat.o, alphabsd-tdep.o): Update
7236 dependencies.
7237
7238 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7239
7240 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs,
7241 supply_sprs64, supply_sprs32): Add REGCACHE parameter, use it
7242 instead of current_regcache.
7243 (fetch_regs_user_thread, fetch_regs_kernel_thread): Add
7244 REGCACHE parameter, pass it to supply_ routines.
7245 (aix_thread_fetch_registers): Pass current_regcache to
7246 fetch_regs_user_thread and fetch_regs_kernel_thread.
7247
7248 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32):
7249 Add REGCACHE parameter, use it instead of current_regcache.
7250 Call regcache_valid_p instead of register_cached.
7251 (store_regs_user_thread, store_regs_kernel_thread): Likewise.
7252 Also, pass REGCACHE to fill_ routines.
7253 (aix_thread_store_registers): Pass current_regcache to
7254 store_regs_user_thread and store_regs_kernel_thread.
7255
7256 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7257
7258 * m32r-linux-nat.c (supply_gregset): Do not modify contents
7259 pointed to by GREGSETP.
7260
7261 2007-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7262
7263 * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead
7264 of regcache_raw_read_signed.
7265 (fill_fpregset): Use regcache_raw_collect instead of
7266 regcache_raw_read.
7267
7268 2007-05-03 Kevin Buettner <kevinb@redhat.com>
7269
7270 * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating
7271 point arguments, test explicitly for use of the EABI32 ABI
7272 instead of inferring this condition from tests on register
7273 sizes.
7274
7275 2007-05-03 Kevin Buettner <kevinb@redhat.com>
7276
7277 * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address
7278 prior to allocating its location.
7279
7280 2007-05-02 Maciej W. Rozycki <macro@mips.com>
7281
7282 * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions
7283 based on mips_abi_regsize() whose result is known in advance.
7284 (mips_o64_push_dummy_call): Likewise.
7285
7286 2007-04-29 Ulrich Weigand <uweigand@de.ibm.com>
7287
7288 * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
7289 * m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.
7290
7291 * mips-linux-nat.c: Include "gregset.h".
7292 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
7293 from mips-linux-tdep.c. Change parameter type to gdb_gregset_t.
7294 * mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
7295 fill_fpregset): Move to mips-linux-nat.c.
7296
7297 * Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
7298
7299 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7300
7301 * regcache.c (deprecated_read_register_gen): Remove, inline ...
7302 (read_register): ... here.
7303 (deprecated_write_register_gen): Remove, inline ...
7304 (write_register): ... here.
7305 * regcache.h (deprecated_read_register_gen): Remove prototype.
7306 (deprecated_write_register_gen): Likewise.
7307
7308 * remote-sim.c (gdbsim_store_register): Replace call to
7309 deprecated_read_register_gen with regcache_cooked_read.
7310 * target.c (debug_print_register): Replace calls to
7311 deprecated_read_register_gen and read_register with
7312 regcache_cooked_read.
7313
7314 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7315
7316 * hpux-thread.c (hpux_thread_store_registers): Use
7317 regcache_raw_collect, not regcache_raw_read.
7318 * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply,
7319 not regcache_raw_write.
7320
7321 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7322
7323 * gdbarch.sh: Remove deprecated_register_byte.
7324 * gdbarch.c, gdbarch.h: Regenerate.
7325 * arch-utils.h (generic_register_size, generic_register_byte): Remove.
7326 * arch-utils.c (generic_register_size, generic_register_byte): Remove.
7327
7328 * regcache.h (regcache_valid_p): Make REGCACHE parameter const.
7329 * regcache.c (regcache_valid_p): Allow to query cooked registers in
7330 read-only register caches. Make REGCACHE parameter const.
7331 (regcache_dump): Do not check DEPRECATED_REGISTER_BYTE.
7332
7333 * mi/mi-main.c (old_regs): Remove.
7334 (mi_setup_architecture_data, _initialize_mi_main): Remove.
7335 (register_changed_p): Reimplement to compare two register caches.
7336 (mi_cmd_data_list_changed_registers): Update caller.
7337 * mi/mi-main.h (mi_setup_architecture_data): Remove.
7338 * mi/mi-interp.c (mi_interpreter_init): Do not call
7339 mi_setup_architecture_data.
7340
7341 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7342
7343 * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define,
7344 inline definition at the places the macros are used.
7345 * alpha-linux-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Likewise.
7346
7347 2007-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7348
7349 * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and
7350 "gdb_string.h".
7351 (rs6000_aix32_reg_offsets, rs6000_aix64_reg_offsets): New variables.
7352 (rs6000_aix_supply_regset, rs6000_aix_collect_regset): New functions.
7353 (rs6000_aix32_regset, rs6000_aix64_regset): New variables.
7354 (rs6000_aix_regset_from_core_section): New function.
7355 (rs6000_aix_init_osabi): Register it.
7356 (_initialize_rs6000_aix_tdep): Register GDB_OSABI_AIX osabi and
7357 sniffer for bfd_arch_powerpc as well as bfd_arch_rs6000.
7358 * rs6000-nat.c (CoreRegs): Do not define type.
7359 (fetch_core_registers, rs6000_core_fns): Remove.
7360 (_initialize_core_rs6000): Do not register it. Rename to ...
7361 (_initialize_rs6000_nat): ... this.
7362 * Makefile.in (rs6000-aix-tdep.o): Update dependencies.
7363
7364 2007-04-27 Kevin Buettner <kevinb@redhat.com>
7365
7366 * dwarf2expr.c (unsigned_address_type): Add forward declaration.
7367 (dwarf2_read_address): Sign extend return address as required by
7368 target architecture.
7369
7370 2007-04-27 Kevin Buettner <kevinb@redhat.com>
7371
7372 * solib-frv.c (lm_base): Bail out if the main executable has
7373 not been relocated.
7374
7375 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7376
7377 * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
7378 of FPCR register in fpregset.
7379
7380 2007-04-27 Maciej W. Rozycki <macro@mips.com>
7381
7382 * Makefile.in (gdbtk-wrapper.o): Update dependencies.
7383 (gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.
7384
7385 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7386
7387 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.
7388 * rs6000-nat.c (rs6000_wait): New function.
7389 (_initialize_core_rs6000): Install it as to_wait target method.
7390 * target.c (store_waitstatus): Don't check CHILD_SPECIAL_WAITSTATUS.
7391
7392 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7393
7394 * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove.
7395 * fork-child.c (fork_inferior): Don't call TARGET_CREATE_INFERIOR_HOOK.
7396 * rs6000-nat.c (super_create_inferior): New variable.
7397 (rs6000_create_inferior): Make static. Adapt argument list. Call
7398 original version of create_inferior via super_create_inferior.
7399 (_initialize_core_rs6000): Install to_create_inferior target method.
7400
7401 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7402
7403 * aix-thread.c (aix_thread_xfer_memory): Replace by ...
7404 (aix_thread_xfer_partial): ... this.
7405 (init_aix_thread_ops): Install to_xfer_partial instead
7406 of deprecated_xfer_memory target method.
7407
7408 * config/powerpc/aix.mh (NATDEPFILES): Remove infptrace.o
7409 and inftarg.o, add inf-ptrace.o.
7410 * config/rs6000/nm-rs6000.h (FETCH_INFERIOR_REGISTERS,
7411 CHILD_XFER_MEMORY, KERNEL_U_SIZE, kernel_u_size): Remove.
7412 * rs6000-nat.c: Include "inf-ptrace.h" and "gdb_stdint.h".
7413 (fetch_inferior_registers): Rename to ...
7414 (rs6000_fetch_inferior_registers): ... this. Make static.
7415 (store_inferior_registers): Rename to ...
7416 (rs6000_store_inferior_registers): ... this. Make static.
7417 (read_word, child_xfer_memory): Remove.
7418 (rs6000_xfer_partial): New function.
7419 (kernel_u_size): Remove.
7420 (_initialize_core_rs6000): Add inf_ptrace-based target.
7421 * Makefile.in (rs6000-nat.o): Update dependencies.
7422
7423 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7424
7425 * inf-ptrace.c: Include "gdb_stdint.h".
7426 (inf_ptrace_xfer_partial): Use "uintptr_t" instead of "long" as
7427 intermediate type when casting CORE_ADDR to PTRACE_TYPE_ARG3.
7428 (inf_ptrace_fetch_register): Add intermediate cast to "uintptr_t"
7429 before casting CORE_ADDR to PTRACE_TYPE_ARG3.
7430 (inf_ptrace_store_register): Likewise.
7431 * Makefile.in (inf-ptrace.o): Update dependencies.
7432
7433 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7434
7435 * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
7436 * configure.tgt (rs6000-*-*): Likewise.
7437 * config/rs6000/aix4.mh: Delete file.
7438 * config/rs6000/aix4.mt: Delete file.
7439 * config/rs6000/rs6000.mh: Delete file.
7440 * config/rs6000/rs6000.mt: Delete file.
7441
7442 * config/powerpc/nm-aix.h: Delete file.
7443 * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
7444
7445 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7446
7447 * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
7448 Remove obsolete part of comment.
7449 (store_regs_user_thread): Use uint32_t temporaries when calling
7450 fill_sprs32.
7451 (store_regs_kernel_thread): Likewise. Add assertion to verify
7452 correct size of struct ptsprs members.
7453 (aix_thread_xfer_memory): Fix type of myaddr.
7454 (aix_thread_extra_thread_info): Fix compiler warning.
7455 * rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
7456 (fetch_register, store_register): Adapt callers.
7457
7458 2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
7459
7460 * vec.h (vec_free): Rename to vec_free_. Adapt users.
7461
7462 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
7463
7464 * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h",
7465 and "regcache.h".
7466 (alpha_linux_supply_gregset, alpha_linux_supply_fpregset): New.
7467 (alpha_linux_gregset, alpha_linux_fpregset): New variables.
7468 (alpha_linux_regset_from_core_section): New function.
7469 (alpha_linux_init_abi): Install it.
7470 * alpha-linux-nat.c: Do not include "gdbcore.h". Include
7471 "alpha-tdep.h", <sys/ptrace.h>, <alpha/ptrace.h>,
7472 <sys/procfs.h>, and "gregset.h".
7473 (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE, ALPHA_UNIQUE_PTRACE_ADDR):
7474 Move from config/alpha/nm-linux.h.
7475 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Copy
7476 from alpha-nat.c.
7477 (alpha_linux_register_u_offset): Inline register_addr from alpha-nat.c.
7478 * alpha-nat.c: Remove #ifdef __linux__ section.
7479 (fetch_elf_core_registers, alpha_elf_core_fns): Remove.
7480 (_initialize_core_alpha): Do not register alpha_elf_core_fns.
7481 (ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_REGSET_UNIQUE): Define unconditionally.
7482 (ALPHA_REGSET_BASE): Move from config/alpha/nm-osf.h.
7483 * config/alpha/alpha-linux.mh (NAT_FILE): Set to config/nm-linux.h.
7484 (NATDEPFILES): Remove alpha-nat.o.
7485 * config/alpha/nm-linux.h: Delete file.
7486 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): Move to alpha-nat.c.
7487 * Makefile.in (alpha-linux-nat.o): Update dependencies.
7488 (alpha-linux-tdep.o): Likewise.
7489
7490 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
7491
7492 * mips-linux-nat.c: No longer include "gdbcore.h".
7493 (mips_linux_register_addr): Move from mips-linux-tdep.c.
7494 (mips64_linux_register_addr): Likewise.
7495 (mips_linux_register_u_offset): Call mips_linux_register_addr or
7496 mips64_linux_register_addr instead of register_addr.
7497 * mips-linux-tdep.c (mips_linux_register_addr,
7498 mips64_linux_register_addr): Move to mips-linux-nat.c.
7499 (register_addr): Remove.
7500 (register_addr_data, init_register_addr_data): Remove.
7501 (_initialize_mips_linux_tdep): Do not initialize register_addr_data.
7502 (set_mips_linux_register_addr): Remove.
7503 (mips_linux_init_abi): Do not call set_mips_linux_register_addr.
7504 * Makefile.in (mips-linux-nat.o): Update dependencies.
7505
7506 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
7507
7508 * linux-nat.c (linux_register_u_offset): Remove.
7509 (linux_target_install_ops): New function.
7510 (linux_target): Use it.
7511 (linux_trad_target): New function.
7512 * linux-nat.h (linux_trad_target): Declare.
7513
7514 * alpha-linux-nat.c: Include "gdbcore.h".
7515 (alpha_linux_register_u_offset): New function.
7516 (_initialize_alpha_linux_nat): Use linux_trad_target.
7517
7518 * mips-linux-nat.c: Include "gdbcore.h".
7519 (mips_linux_register_u_offset): New function.
7520 (_initialize_mips_linux_nat): Use linux_trad_target.
7521
7522 * config/arm/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7523 * config/arm/nm-linux.h: Delete file.
7524
7525 * config/i386/nm-linux64.h (FETCH_INFERIOR_REGISTERS): Remove.
7526 * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Remove.
7527
7528 * config/ia64/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7529 * config/ia64/nm-linux.h: Delete file.
7530
7531 * config/m32r/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7532 * config/m32r/nm-linux.h: Delete file.
7533
7534 * config/m68k/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7535 * config/m68k/nm-linux.h: Delete file.
7536
7537 * config/pa/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7538 * config/pa/nm-linux.h: Delete file.
7539
7540 * config/powerpc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7541 * config/powerpc/ppc64-linux.mh (NAT_FILE): Likewise.
7542 * config/powerpc/nm-linux.h: Delete file.
7543
7544 * config/s390/s390.mh (NAT_FILE): Set to config/nm-linux.h.
7545 * config/s390/nm-linux.h: Delete file.
7546
7547 * config/sparc/linux.mh (NAT_FILE): Set to config/nm-linux.h.
7548 * config/sparc/linux64.mh (NAT_FILE): Likewise.
7549 * config/sparc/nm-linux.h: Delete file.
7550
7551 * Makefile.in (alpha-linux-nat.o): Update dependencies.
7552 (mips-linux-nat.o): Likewise.
7553
7554 2007-04-25 Ulrich Weigand <uweigand@de.ibm.com>
7555
7556 * core-aout.c: Delete file.
7557 * Makefile.in (ALLDEPFILES): Remove core-aout.c.
7558 (core-aout.o): Delete rule.
7559 * gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
7560
7561 * config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
7562
7563 * arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
7564 * config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
7565 KERNEL_U_ADDR): Remove.
7566
7567 * i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
7568 (cannot_fetch_register, cannot_store_register): Remove.
7569 (fetch_register): Inline cannot_fetch_register and register_addr.
7570 (store_register): Inline cannot_store_register and register_addr.
7571 * config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
7572 * config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
7573 REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
7574 Remove.
7575
7576 * m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
7577 (fetch_register): Inline register_addr.
7578 (store_register): Inline register_addr.
7579 * config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
7580 * config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
7581 U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
7582
7583 * config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
7584 * config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
7585 REGISTER_U_ADDR): Remove.
7586
7587 * hppa-linux-nat.c (register_addr): Rename to ...
7588 (hppa_linux_register_addr): ... this. Make static.
7589 (fetch_register, store_register): Adapt callers.
7590 * config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
7591
7592 * ppc-linux-nat.c (kernel_u_size): Remove.
7593 * config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
7594
7595 * vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
7596 * config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
7597 (NAT_FILE): Remove.
7598 * config/vax/nm-vax.h: Delete file.
7599
7600 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
7601
7602 * MAINTAINERS (Write After Approval): Add myself.
7603
7604 2007-04-20 Mark Shinwell <shinwell@codesourcery.com>
7605
7606 * Makefile.in: Adjust dependencies of m68klinux-tdep.c.
7607 * m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
7608 (m68k_linux_sigcontext_reg_offset): Fix typo.
7609 (target_is_uclinux): New.
7610 (m68k_linux_inferior_created): New.
7611 (m68k_linux_get_sigtramp_info): Check for uClinux or
7612 normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
7613 uClinux.
7614 (_initialize_m68k_linux_tdep): Register
7615 m68k_linux_inferior_created.
7616
7617 2007-04-19 Pedro Alves <pedro_alves@portugalmail.pt>
7618
7619 * win32-nat.c (win32_detach): Remove delete_command call.
7620 Resume inferior with win32_resume instead of win32_continue.
7621
7622 2007-04-19 Jerome Guitton <guitton@adacore.com>
7623
7624 * ser-mingw.c (fd_is_file): New function.
7625 (file_select_thread): New function.
7626 (ser_console_wait_handle): Add special handling for files.
7627
7628 2007-04-18 Denis Pilat <denis.pilat@st.com>
7629
7630 * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
7631 when missing from DW_TAG_subrange_type. Remove the handling of null
7632 return from die_type.
7633
7634 2007-04-18 Maciej W. Rozycki <macro@mips.com>
7635
7636 * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
7637 change to rearrange some brackets.
7638 (mips_n32n64_push_dummy_call): Likewise.
7639 (mips_o32_push_dummy_call): Likewise.
7640 (mips_o64_push_dummy_call): Likewise.
7641
7642 2007-04-18 Denis Pilat <denis.pilat@st.com>
7643
7644 * infcmd.c (post_create_inferior): Start with a call to
7645 target_terminal_ours.
7646
7647 2007-04-17 Maciej W. Rozycki <macro@mips.com>
7648
7649 * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
7650 brackets.
7651 (mips_n32n64_push_dummy_call): Likewise. Reformat some
7652 expressions.
7653 (mips_o32_push_dummy_call): Likewise.
7654 (mips_o64_push_dummy_call): Likewise.
7655
7656 2007-04-17 Maciej W. Rozycki <macro@mips.com>
7657
7658 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
7659 comment.
7660
7661 2007-04-17 Maciej W. Rozycki <macro@mips.com>
7662
7663 * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
7664 comment.
7665 (mips_o32_push_dummy_call): Likewise.
7666
7667 2007-04-17 Andreas Schwab <schwab@suse.de>
7668
7669 * symtab.c (skip_prologue_using_sal): Allow the end of the prologue
7670 sal to be bigger than the end of the function.
7671
7672 2007-04-17 Maciej W. Rozycki <macro@mips.com>
7673 Nigel Stephens <nigel@mips.com>
7674
7675 * mips-tdep.c (mips_o32_push_dummy_call): Take account of
7676 argument alignment requirements when calculating stack space
7677 required. When aligning an arg register to eight bytes
7678 boundary, align stack_offset too. Write floating-point
7679 arguments to the appropriate integer register if need go there.
7680 (mips_o64_push_dummy_call): Likewise.
7681
7682 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
7683
7684 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
7685 "sig" arguments, add "regcache" argument.
7686 * gdbarch.c, gdbarch.h: Regenerate.
7687
7688 * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
7689 (handle_inferior_event): Call remove_single_step_breakpoints directly
7690 instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
7691
7692 * alpha-tdep.c (alpha_software_single_step): Update argument list.
7693 Remove handling of !insert_breakpoints_p case.
7694 * arm-tdep.c (arm_software_single_step): Likewise.
7695 * cris-tdep.c (cris_software_single_step): Likewise.
7696 * mips-tdep.c (mips_software_single_step): Likewise.
7697 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
7698 * sparc-tdep.c (sparc_software_single_step): Likewise.
7699 * spu-tdep.c (spu_software_single_step): Likewise.
7700
7701 * alpha-tdep.h (alpha_software_single_step): Update prototype.
7702 * mips-tdep.h (mips_software_single_step): Likewise.
7703 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
7704 * sparc-tdep.h (sparc_software_single_step): Likewise.
7705
7706 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
7707
7708 * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
7709 when removing single-step breakpoints.
7710
7711 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7712
7713 * varobj.h (varobj_set_frozen): New
7714 (varobj_get_frozen): New.
7715 (varobj_update): New parameter explicit.
7716 * varobj.c (struct varobj): New fields frozen
7717 and not_fetched.
7718 (varobj_set_frozen, varobj_get_frozen): New.
7719 (install_new_value): Don't fetch values for
7720 frozen variable object, or children thereof. Allow
7721 a frozen variable object to have non-fetched value.
7722 (varobj_update): Allow updating child variables.
7723 Don't traverse frozen children.
7724 (new_variable): Initialize the frozen field.
7725 (c_value_of_variable): Return NULL for frozen
7726 variable without any value yet.
7727 * mi/mi-cmd-var.c (varobj_update_one): New parameter
7728 'explicit'.
7729 (mi_cmd_var_create): Output the 'frozen' field,
7730 as soon as testsuite is adjusted to expect that field.
7731 (mi_cmd_var_set_frozen): New.
7732 (mi_cmd_var_update): Pass the 'explicit' parameter to
7733 varobj_update_one.
7734 * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
7735 * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
7736
7737 2007-04-13 Paul Brook <paul@codesourcery.com>
7738
7739 * target-descriptions.c (tdesc_named_type): Add ieee_single and
7740 ieee_double.
7741 * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
7742
7743 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7744
7745 * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
7746 remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
7747 scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
7748 ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
7749 * Makefile.in: Remove references to deleted files.
7750 * README: Do not mention deleted ROM monitor interfaces.
7751 * defs.h (enum language): Delete language_scm.
7752 * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
7753 (dump_subexp_body_standard): Likewise.
7754 * parse.c (operator_length_standard): Likewise.
7755 * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
7756 * remote-mips.c: Do not include remote-utils.h.
7757 * remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
7758 throughout.
7759 * value.c: Do not include scm-lang.h.
7760 (unpack_long): Delete scm_unpack call.
7761 * config/h8300/h8300.mt, config/mips/embed.mt,
7762 config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
7763 config/sh/embed.mt, config/sh/linux.mt: Remove references to
7764 deleted files.
7765 * NEWS: Mention removed files.
7766
7767 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7768
7769 * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
7770 * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
7771
7772 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7773
7774 * NEWS: Mention removal of HP aCC support.
7775
7776 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7777
7778 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
7779 first entry for static executables.
7780 (breakpoint_addr): Delete unused variable.
7781 (elf_locate_base): Search for _r_debug in static executables.
7782 (enable_break): Do not set breakpoint_addr. Scan solib_break_names
7783 also.
7784
7785 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7786
7787 * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
7788 (bpstat_what, print_one_breakpoint, allocate_bp_location)
7789 (mention): Remove bp_through_sigtramp support.
7790 * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
7791
7792 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7793
7794 * breakpoint.c (bpstat_what): Give step-resume higher priority than
7795 shlib events.
7796
7797 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7798
7799 * infrun.c: Doc fixes.
7800 (handle_inferior_event): Clarify debug message.
7801 (insert_step_resume_breakpoint_at_sal): Print a debug message.
7802
7803 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
7804
7805 * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
7806
7807 2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
7808
7809 * config/m68k/tm-monitor.h: Delete file.
7810 * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
7811 * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
7812 call moved to ...
7813 * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
7814 * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
7815
7816 2007-04-12 Luis Machado <luisgpm@br.ibm.com>
7817
7818 * gdbarch.sh (software_single_step): Change the return type
7819 from void to int and reformatted some comments to <= 80
7820 columns.
7821 * gdbarch.c, gdbarch.h: Regenerated.
7822 * alpha-tdep.c (alpha_software_single_step): Likewise.
7823 * alpha-tdep.h (alpha_software_single_step): Likewise.
7824 * arm-tdep.c (arm_software_single_step): Likewise.
7825 * cris-tdep.c (cris_software_single_step): Likewise.
7826 * mips-tdep.c (mips_software_single_step): Likewise.
7827 * mips-tdep.h (mips_software_single_step): Likewise.
7828 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
7829 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
7830 * sparc-tdep.c (sparc_software_single_step): Likewise.
7831 * sparc-tdep.h (sparc_software_single_step): Likewise.
7832 * spu-tdep.c (spu_software_single_step): Likewise.
7833 * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
7834 and act accordingly.
7835
7836 2007-04-11 Steve Ellcey <sje@cup.hp.com>
7837
7838 * configure.ac (build_warnings): Add -Wno-char-subscripts.
7839 * configure: Regenerate.
7840 * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
7841
7842 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7843
7844 * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
7845
7846 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7847
7848 * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
7849 macros.
7850 (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
7851 distinct on the TYPE_STUB_SUPPORTED debug targets.
7852 * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
7853
7854 2007-04-11 Joel Brobecker <brobecker@adacore.com>
7855
7856 * sparc-tdep.c (X_RS2): New macro.
7857 (sparc_skip_stack_check): New function.
7858 (sparc_analyze_prologue): Adjust PC past stack probing
7859 sequence if necessary.
7860
7861 2007-04-10 Andreas Schwab <schwab@suse.de>
7862
7863 * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
7864 register.
7865
7866 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7867
7868 * breakpoint.c (gdb_breakpoint_query): Really return an
7869 enum gdb_rc.
7870 (gdb_breakpoint): Likewise.
7871 * thread.c (gdb_list_thread_ids): Likewise.
7872 (gdb_thread_select): Likewise.
7873 * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
7874 (mi_cmd_thread_list_ids): Remove bogus initialization.
7875
7876 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7877
7878 * Makefile.in (SFILES): Remove hpacc-abi.c.
7879 (COMMON_OBS): Remove hpacc-abi.o.
7880 (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
7881 (hpacc-abi.o, hpread.o): Delete rules.
7882 * somread.c: Delete extern declarations from hpread.c.
7883 (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
7884 (som_symfile_finish): Do not call hpread_symfile_finish.
7885 (som_symfile_init): Do not call hpread_symfile_init.
7886 * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
7887 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
7888 * hpacc-abi.c, hpread.c: Deleted.
7889
7890 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7891
7892 * solib-svr4.c (enable_break): Simplify return value.
7893 (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
7894
7895 2007-04-10 Andreas Schwab <schwab@suse.de>
7896
7897 * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
7898 l_ld_size, l_next_size, l_prev_size, l_name_size.
7899
7900 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
7901 to extract addresses from link map.
7902 (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
7903 (LM_NEXT): Likewise.
7904 (LM_NAME): Likewise.
7905 (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
7906 (elf_locate_base): Likewise.
7907 (open_symbol_file_object): Likewise.
7908 (svr4_fetch_objfile_link_map): Likewise.
7909 (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
7910 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
7911 l_ld_size.
7912 (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
7913 (svr4_lp64_fetch_link_map_offsets): Likewise.
7914
7915 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
7916 removed members. Set l_ld_offset to -1 if not present.
7917
7918 2007-04-08 Vladimir Prus <vladimir@codesourcery.com>
7919
7920 Pass stderr of program run with "target remote |"
7921 via gdb_stderr.
7922 * serial.c (serial_open): Set error_fd to -1.
7923 * serial.h (struct serial): New field error_fd.
7924 (struct serial_opts): New field avail.
7925 * ser-pipe.c (pipe_open): Create another pair
7926 of sockets. Pass stderr to gdb.
7927 * ser-mingw.c (pipe_windows_open): Pass
7928 PEX_STDERR_TO_PIPE to pex_run. Initialize
7929 sd->error_fd.
7930 (pipe_avail): New.
7931 (_initialize_ser_windows): Hook pipe_avail.
7932 * ser-base.c (generic_readchar): Check if there's
7933 anything in stderr channel and route that to gdb_stderr.
7934
7935 2007-04-03 Pedro Alves <pedro_alves@portugalmail.pt>
7936
7937 * dbxread.c (read_ofile_symtab): Move current_objfile
7938 clearing to after end_stabs.
7939
7940 2007-04-01 Andreas Schwab <schwab@suse.de>
7941
7942 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
7943 gdbarch instead of current_gdbarch.
7944
7945 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
7946
7947 * varobj.c (varobj_create): Keep varobj value
7948 NULL when evaluating the type.
7949
7950 2007-03-31 Pedro Alves <pedro_alves@portugalmail.pt>
7951
7952 * NEWS: Mention new Windows CE support.
7953
7954 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7955
7956 * configure.tgt: Move mips*-*-pe and sh*-*-pe to
7957 the obsoletion stanza.
7958 * NEWS: Mention deleted targets.
7959
7960 * config/sh/tm-wince.h: Remove.
7961 * config/sh/wince.mt: Remove.
7962 * config/mips/tm-wince.h: Remove.
7963 * config/mips/wince.mt: Remove.
7964
7965 * wince.c: Remove.
7966 * wince-stub.c: Remove.
7967 * wince-stub.h: Remove.
7968 * Makefile.in (wince.o): Remove rule.
7969 (wince-stub.o): Likewise.
7970
7971 * mips-tdep.c (mips_next_pc): Make static.
7972 * mips-tdep.h (mips_next_pc): Remove declaration.
7973 * arm-tdep.c (arm_pc_is_thumb): Make static.
7974 (thumb_get_next_pc): Likewise.
7975 (arm_get_next_pc): Likewise.
7976 * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
7977 (arm_pc_is_thumb): Likewise.
7978 (thumb_get_next_pc): Likewise.
7979 (arm_get_next_pc): Likewise.
7980
7981 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7982
7983 * MAINTAINERS: Remove d10v entry.
7984 * Makefile.in (SFILES): Remove dwarfread.c.
7985 (COMMON_OBS): Remove dwarfread.o.
7986 (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
7987 (remote-est.o, rom68k-rom.o): Delete.
7988 * NEWS: Mention removal of d10v, target abug, target cpu32bug,
7989 target est, target rom68k, and DWARF 1.
7990 * configure.tgt: Mark d10v as removed.
7991 * dwarf2read.c: Doc update.
7992 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
7993 and lnsize.
7994 (elf_locate_sections): Do not set them.
7995 (elf_symfile_read): Do not call dwarf_build_psymtabs.
7996 * symfile.h (dwarf_build_psymtabs): Delete prototype.
7997 * config/m68k/monitor.mt (TDEPFILES): Prune.
7998 * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
7999 remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
8000
8001 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8002
8003 * doublest.c (convert_floatformat_to_doublest): Use
8004 floatformat_classify.
8005 (floatformat_is_nan): Rename to...
8006 (floatformat_classify): ...this. Return more information.
8007 * doublest.h (enum float_kind): New.
8008 (floatformat_is_nan): Replace prototype...
8009 (floatformat_classify): ...with this one.
8010 * valprint.c (print_floating): Use floatformat_classify. Handle
8011 infinity.
8012
8013 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8014
8015 * README: Mention ISO C library requirement.
8016
8017 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8018
8019 * Makefile.in (SFILES): Remove nlmread.c.
8020 (COMMON_OBS): Remove nlmread.o.
8021 (nlmread.o): Delete rule.
8022 * README: Delete reference to remote-st.c.
8023 * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
8024 * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
8025 GDB_OSABI_LYNXOS.
8026 * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
8027 (_initialize_i386_tdep): Do not reference them.
8028 * nlmread.c: Delete file.
8029 * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
8030 * target.c: Doc update.
8031 * thread.c: Delete commented include.
8032 * config/alpha/tm-alpha.h: Doc update.
8033
8034 2007-03-30 Chris Dearman <chris@mips.com>
8035
8036 * utils.c (string_to_core_addr): Comment typo.
8037
8038 2007-03-30 Chris Dearman <chris@mips.com>
8039
8040 * mips-tdep.c: Comment typo.
8041
8042 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8043
8044 * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
8045 * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
8046 * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
8047 * config/powerpc/nm-ppc64-linux.h: Remove file.
8048 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
8049 * inferior.h (PTRACE_ARG3_TYPE): Do not define.
8050 (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
8051 * infptrace.c (call_ptrace): Likewise.
8052 * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
8053 (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
8054 and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
8055 (store_register): Likewise.
8056
8057 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8058
8059 * Makefile.in (varobj.o): Add missing dependency.
8060
8061 2007-03-29 Michael Snyder <msnyder@access-company.com>
8062
8063 * MAINTAINERS: Update my email address.
8064
8065 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8066
8067 Add support for exception handling with multiple versions of
8068 the Ada runtime:
8069 * ada-lang.c: Update general comments on how Ada exception catchpoints
8070 are implemented.
8071 (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
8072 (__gnat_raise_nodefer_with_msg): Delete.
8073 (ada_unhandled_exception_name_addr_ftype): New type.
8074 (exception_support_info): New type.
8075 (ada_unhandled_exception_name_addr): Add forward declaration.
8076 (ada_unhandled_exception_name_addr_from_raise): Likewise.
8077 (default_exception_support_info): New constant.
8078 (exception_support_info_fallback): Likewise.
8079 (exception_info): New global variable.
8080 (ada_exception_support_info_sniffer): New function.
8081 (ada_executable_changed_observer): Likewise.
8082 (ada_unhandled_exception_name_addr_from_raise): Renamed from
8083 ada_unhandled_exception_name_addr.
8084 (ada_unhandled_exception_name_addr): Reimplement to match the
8085 latest Ada runtime implementation.
8086 (error_breakpoint_runtime_sym_not_found): Delete.
8087 (ada_exception_sym_name): Get the exception sym name from
8088 exception_info rather than hardcoding it.
8089 (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
8090 Update error handling.
8091 * Makefile.in (ada-lang.o): Add dependency on observer.h.
8092
8093 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8094
8095 * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
8096 (remote-st.o, uw-thread.o): Delete.
8097 (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
8098 * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
8099 i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
8100 i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
8101 i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
8102 i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
8103 rs6000-*-lynxos* to an obsoletion stanza.
8104 * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
8105 i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
8106 and rs6000-*-lynxos* to an obsoletion stanza. Do not mention
8107 i[34567]86-*-netware*.
8108 * NEWS: Mention deleted targets.
8109
8110 * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
8111 uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
8112 config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
8113 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
8114 config/i386/ncr3000.mh, config/i386/ncr3000.mt,
8115 config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
8116 config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
8117 config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
8118 config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
8119 config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
8120 config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
8121 config/rs6000/tm-rs6000ly.h: Delete files.
8122
8123 2007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8124
8125 * defs.h (deprecated_registers_changed_hook): Delete declaration.
8126 * interps.c (clear_interpreter_hooks): Do not clear
8127 deprecated_registers_changed_hook.
8128 * regcache.c (registers_changed): Do not call it.
8129 * top.c (deprecated_registers_changed_hook): Do not define it.
8130 * mi/mi-interp.c (mi_command_loop): Do not clear it.
8131 * tui/tui-hooks.c (tui_install_hooks): Do not install it.
8132 (tui_remove_hooks): Do not remove it.
8133 (tui_selected_frame_level_changed_hook): Check for negative level.
8134 Use get_selected_frame.
8135 (tui_registers_changed_hook): Deleted.
8136
8137 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8138
8139 * stabsread.c (add_undefined_type): Add extra parameter.
8140 Now handles nameless types separately.
8141 (struct nat): New type.
8142 (noname_undefs, noname_undefs_allocated, noname_undefs_length):
8143 New static variables.
8144 (read_type): Update calls to add_undefined_type.
8145 (add_undefined_type_noname): New function.
8146 (add_undefined_type_1): Renames from add_undefined_type.
8147 (cleanup_undefined_types_noname): New function.
8148 (cleanup_undefined_types_1): Renames cleanup_undefined_types.
8149 (cleanup_undefined_types): New handles nameless types separately.
8150 (_initialize_stabsread): Initialize our new static constants.
8151
8152 2007-03-29 Denis Pilat <denis.pilat@st.com>
8153
8154 * configure.ac: Test for signal.h.
8155 * configure, config.in: Regenerate.
8156
8157 2007-03-29 Denis Pilat <denis.pilat@st.com>
8158
8159 * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
8160 * infrun.c (normal_stop): Remove MI specific frame printing treatment.
8161
8162 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
8163
8164 * arm-wince-tdep.c: New.
8165 * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
8166 (MT_CFLAGS): Delete.
8167 (TM_CLIBS): Delete.
8168 (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
8169 solib-legacy.o, solib-svr4.o, and remove wince.o.
8170 * configure.tgt (arm*-*-mingw32ce*): Add.
8171 * signals/signals.c [HAVE_SIGNAL_H]: Check.
8172 (do_target_signal_to_host): Silence 'not used' warning.
8173 * config/arm/tm-wince.h: Remove.
8174
8175 2007-03-28 Ulrich Weigand <uweigand@de.ibm.com>
8176
8177 * arch-utils.c (legacy_pc_in_sigtramp): Remove.
8178 * arch-utils.h (legacy_pc_in_sigtramp): Remove.
8179
8180 * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
8181 * config/ia64/tm-linux.h: Remove file.
8182 * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
8183 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
8184 legacy_pc_in_sigtramp.
8185 (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
8186 * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
8187 Remove func_name argument.
8188 (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
8189
8190 * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
8191 * target.c (update_current_target): Add to_have_steppable_watchpoint.
8192 * target.h (struct target_ops): Add to_have_steppable_watchpoint.
8193 (HAVE_STEPPABLE_WATCHPOINT): Define.
8194
8195 * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
8196 * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
8197 CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
8198 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
8199 STOPPED_BY_WATCHPOINT, target_stopped_data_address,
8200 target_insert_watchpoint, target_remove_watchpoint): Remove.
8201 (FETCH_INFERIOR_REGISTERS): Define.
8202 * ia64-linux-nat.c (ia64_register_addr): Make static.
8203 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
8204 (ia64_linux_insert_watchpoint): Make static. Remove ptid_p argument.
8205 (ia64_linux_remove_watchpoint): Likewise. Add type argument.
8206 (ia64_linux_stopped_data_address): Make static. Add target_ops.
8207 (ia64_linux_stopped_by_watchpoint): Make static.
8208 (ia64_linux_can_use_hw_breakpoint): New function.
8209 (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
8210 (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
8211 (_initialize_ia64_linux_nat): Install register and watchpoint ops.
8212
8213 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
8214
8215 * linespec.c: Include language.h.
8216 (find_methods): Add language parameter. Call
8217 lookup_symbol_in_language. Pass language down.
8218 (add_matching_methods): Likewise. Call
8219 lookup_symbol_in_language.
8220 (add_constructors): Likewise.
8221 (find_method): Pass sym_class to collect_methods.
8222 (collect_methods): Add sym_class parameter. Pass language
8223 down.
8224 * symtab.c (lookup_symbol): Rename to ...
8225 (lookup_symbol_in_language): ... this. Add language
8226 parameter. Use passed language instead of current_language.
8227 (lookup_symbol): New as wrapper around
8228 lookup_symbol_in_language.
8229 (lookup_symbol_aux): Add language parameter. Use passed
8230 language instead of current_language.
8231 (search_symbols): Indent.
8232 * symtab.h (enum language): Forward declare.
8233 (lookup_symbol_in_language): Declare.
8234 (lookup_symbol): Update description.
8235 * ada-lang.h (lookup_symbol_in_language): Remove declaration.
8236 * ada-lang.c (restore_language): Remove.
8237 (lookup_symbol_in_language): Remove.
8238
8239 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
8240
8241 * breakpoint.c (bpstat_num): Add int *num parameter.
8242 * breakpoint.h (bpstat_num): Likewise.
8243 * infcmd.c (continue_command): Adjust to new bpstat_num
8244 interface.
8245 (program_info): Likewise.
8246
8247 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8248
8249 * config/sh/tm-sh.h: Remove file.
8250 * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
8251 * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
8252 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
8253 * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
8254
8255 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8256
8257 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
8258 DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
8259 * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
8260 DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8261 * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
8262 sequence if target_shortname is "remote".
8263
8264 2007-03-27 Anton Blanchard <anton@samba.org>
8265
8266 * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
8267 instead of wordsize when looking for the LR in a stack frame.
8268
8269 2007-03-27 Andreas Schwab <schwab@suse.de>
8270 Daniel Jacobowitz <dan@codesourcery.com>
8271
8272 * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
8273 (dwarf2_frame_adjust_regnum): ...this. Make static. Add eh_frame_p
8274 argument. Update all callers.
8275 (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
8276 (dwarf2_frame_set_eh_frame_regnum): Rename to...
8277 (dwarf2_frame_set_adjust_regnum): ...this. Update argument type.
8278 * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
8279 (dwarf2_frame_set_adjust_regnum): ...this.
8280 (dwarf2_frame_eh_frame_regnum): Delete prototype.
8281 * rs6000-tdep.c: Include "dwarf2-frame.h".
8282 (rs6000_adjust_frame_regnum): Define.
8283 (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
8284 Register rs6000_adjust_frame_regnum.
8285
8286 * Makefile.in (rs6000-tdep.o): Update dependencies.
8287
8288 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8289
8290 * Makefile.in: Add support for a "pdf" target.
8291
8292 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8293
8294 * amd64-tdep.c (amd64_init_frame_cache): New function.
8295 (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
8296
8297 2007-03-26 Nigel Stephens <nigel@mips.com>
8298 Maciej W. Rozycki <macro@mips.com>
8299
8300 * ui-out.c (ui_out_field_core_addr): Truncate address to
8301 TARGET_ADDR_BIT size before printing.
8302
8303 2007-03-22 Nigel Stephens <nigel@mips.com>
8304 Maciej W. Rozycki <macro@mips.com>
8305
8306 * remote-mips.c (mips_xfer_memory): Update prototype.
8307
8308 2007-03-22 Joel Brobecker <brobecker@adacore.com>
8309
8310 * symfile.h: #include "symtab.h"
8311
8312 2007-03-22 Denis Pilat <denis.pilat@st.com>
8313
8314 * utils.c (pagination_on_command, pagination_off_command):
8315 Remove useless prototypes.
8316
8317 2007-03-21 Pierre Muller <muller@ics.u-strasbg.fr>
8318
8319 Fix PR pascal/2232.
8320 * p-valprint.c (pascal_object_print_value): Use type_name_no_tag
8321 instead of TYPE_NAME for object base class name.
8322
8323
8324 2007-03-19 Kevin Buettner <kevinb@redhat.com>
8325
8326 * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
8327 Specify frame type in calls to frame_func_unwind().
8328
8329 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
8330
8331 * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
8332 (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
8333 (refine_prologue_limit): Delete.
8334 (skip_prologue): Don't call it. Use extract_unsigned_integer.
8335 Assume lim_pc is set. Correct check for incomplete prologues.
8336 Do not skip clobbers of the frame pointer.
8337 * symtab.c (skip_prologue_using_sal): Fail if there is only one
8338 sal.
8339
8340 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
8341
8342 * frame.c (frame_pop): Check to see whether there's a frame to
8343 which we can pop first.
8344
8345 2007-03-13 Nathan Froyd <froydnj@codesourcery.com>
8346
8347 * MAINTAINERS (Write After Approval): Add myself.
8348
8349 2007-03-09 Markus Deuling <deuling@de.ibm.com>
8350
8351 * infrun.c (breakpoints_failed): Remove unnecessary variable.
8352 (handle_inferior_event): Remove unnecessary braces.
8353 * breakpoint.c (bpstat_what): Remove wrong comment.
8354
8355 2007-03-09 Ulrich Weigand <uweigand@de.ibm.com>
8356
8357 * spu-tdep.c (spu_in_function_epilogue_p): New function.
8358 (spu_gdbarch_init): Install it.
8359
8360 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
8361
8362 * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
8363 object types, not 0.
8364
8365 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
8366
8367 * spu-tdep.c (spu_frame_align): New function.
8368 (spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
8369
8370 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
8371
8372 * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
8373 (spu_software_single_step): Likewise.
8374 (spu_read_pc, spu_write_pc): New functions.
8375 (spu_gdbarch_init): Install them.
8376
8377 2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
8378
8379 * cli/cli-dump.c (struct callback_data): load_offset needs to
8380 have signed long type.
8381
8382 2007-03-07 Joel Brobecker <brobecker@adacore.com>
8383
8384 * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
8385 Revert the previous change that had some unexpected side-effects
8386 on mips32.
8387 (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
8388 function to get the address of the calling instruction.
8389
8390 2007-03-07 Denis Pilat <denis.pilat@st.com>
8391
8392 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
8393 get_selected_frame by deprecated_safe_get_selected_frame.
8394
8395 2007-03-02 Mark Kettenis <kettenis@gnu.org>
8396
8397 * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
8398 "gdb_string.h". Don't include "nbsd-tdep.h".
8399 (SIZEOF_STRUCT_REG): Remove.
8400 (SHNBSD_SIZEOF_GREGS): New.
8401 (shnbsd_supply_gregset, shnbsd_collect_gregset)
8402 (shnbsd_regset_from_core_section): New functions.
8403 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
8404 (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
8405 shnbsd_supply_gregset, shnbsd_collect_gregset.
8406 (shnbsd_gregset): New variable.
8407 (shnbsd_init_abi): Set regset_from_core_section.
8408 (GDB_OSABI_NETBSD_CORE): New define.
8409 (shnbsd_core_osabi_sniffer): New function.
8410 (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
8411 * Makefile.in (shnbsd-tdep.o): Update dependencies.
8412 * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
8413 nbsd-tdep.o.
8414 * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
8415
8416 2007-02-28 Joel Brobecker <brobecker@adacore.com>
8417
8418 * gdbtypes.c (replace_type): Fix typo that caused us to not update
8419 length of the types referenced by the new type CV ring.
8420
8421 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8422
8423 * frame.c (frame_pop, frame_observer_target_changed): Call
8424 reinit_frame_cache.
8425 (flush_cached_frames): Rename to reinit_frame_cache and delete
8426 old implementation.
8427 * frame.h (flush_cached_frames): Delete prototype and update comment.
8428
8429 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
8430 reinit_frame_cache instead of flush_cached_frames. Do not call
8431 select_frame after reinit_frame_cache.
8432 * corelow.c (core_open): Likewise.
8433 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
8434 * infrun.c (prepare_to_proceed, context_switch)
8435 (handle_inferior_event): Likewise.
8436 * linux-fork.c (fork_load_infrun_state): Likewise.
8437 * ocd.c (ocd_start_remote): Likewise.
8438 * remote-e7000.c (e7000_start_remote): Likewise.
8439 * remote-mips.c (device): Likewise.
8440 * thread.c (switch_to_thread): Likewise.
8441 * tracepoint.c (finish_tfind_command): Likewise.
8442 * gdbarch.c: Regenerated.
8443
8444 2007-02-28 Jerome Guitton <guitton@adacore.com>
8445 Joel Brobecker <brobecker@adacore.com>
8446
8447 * gdbtypes.c (check_typedef): Do not replace stub type if
8448 the resolved type is not defined in the same objfile.
8449
8450 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8451
8452 * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
8453
8454 2007-02-28 Joel Brobecker <brobecker@adacore.com>
8455
8456 * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
8457 symbol for Ada units when the symbol is defined using 't' rather
8458 than 'Tt' as symbol descriptor.
8459
8460 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8461
8462 * config/mips/tm-nbsd.h: Delete file.
8463 * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
8464 * config/sh/tm-nbsd.h: Delete file.
8465 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
8466
8467 2007-02-28 Joel Brobecker <brobecker@adacore.com>
8468
8469 * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
8470 unused WRONG_PARAM value since it was recently deleted.
8471
8472 2007-02-28 Vladimir Prus <vladimir@codesourcery.com>
8473
8474 * varobj.c (varobj_update): Free temporary vectors.
8475
8476 2007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8477
8478 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
8479 * config/powerpc/tm-linux.h: Delete file.
8480 * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
8481 (PROCESS_LINENUMBER_HOOK): Do not undefine.
8482 (TEXT_SEGMENT_BASE): Do not redefine.
8483 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
8484 from config/rs6000/tm-rs6000.h.
8485 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
8486 * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
8487 (TEXT_SEGMENT_BASE): Remove.
8488 (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
8489 (rs6000_in_solib_return_trampoline): Remove.
8490 (SKIP_TRAMPOLINE_CODE): Remove.
8491 (rs6000_skip_trampoline_code): Remove.
8492 (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
8493 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
8494 (FP0_REGNUM): Remove.
8495 (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
8496 (rs6000_set_host_arch_hook): Remove.
8497 * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
8498 (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
8499 * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
8500 * rs6000-aix-tdep.c: Include "ppc-tdep.h".
8501 (rs6000_aix_init_osabi): Set text_segment_base tdep field.
8502 * rs6000-nat.c: Include "rs6000-tdep.h".
8503 (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
8504 (set_host_arch): Rename to ...
8505 (rs6000_create_inferior): ... this. Make public.
8506 (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
8507 * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
8508 (rs6000_create_inferior): Remove.
8509 (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
8510 (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
8511 set_gdbarch_in_solib_return_trampoline, and
8512 set_gdbarch_skip_trampoline_code.
8513 * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
8514 from config/rs6000/tm-rs6000.h.
8515
8516 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8517
8518 * buildsym.c (record_producer): Do nothing if no producer is provided.
8519
8520 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
8521
8522 * varobj.c (varobj_update): Remove unused local. Use gdb_assert
8523 to check changelist is non-NULL. Call error if the frontend tries
8524 to update a non-root variable.
8525
8526 * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
8527
8528 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8529
8530 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
8531 (dwarf2_frame_sniffer): Update.
8532 (dwarf2_signal_frame_this_id): New function.
8533 (dwarf2_signal_frame_unwind): Use it.
8534 (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
8535 * frame.c (frame_func_unwind): Add this_type argument.
8536 (get_frame_func): Update.
8537 (frame_unwind_address_in_block): Add this_type argument and check it.
8538 Fix a typo.
8539 (get_frame_address_in_block): Update.
8540 * frame.h (enum frame_type): Move higher in the file.
8541 (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
8542 argument.
8543
8544 * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
8545 arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
8546 hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
8547 libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
8548 m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
8549 mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
8550 score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
8551 sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
8552 xstormy16-tdep.c, xtensa-tdep.c: Update calls to
8553 frame_func_unwind and frame_unwind_address_in_block to specify
8554 the frame type. Use frame_unwind_address_in_block instead of
8555 frame_pc_unwind in sniffers.
8556
8557 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8558
8559 * frame.c (deprecated_selected_frame): Rename to...
8560 (selected_frame): ...this. Make static.
8561 (get_selected_frame, select_frame): Update.
8562 * frame.h (deprected_select_frame): Delete.
8563 (deprecated_safe_get_selected_frame): Update comments.
8564
8565 * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
8566 infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
8567 tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
8568 parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
8569 tui/tui.c: Replace references to deprecated_selected_frame.
8570
8571 2007-02-27 Fred Fish <fnf@specifix.com>
8572
8573 * rs6000-tdep.c (skip_prologue): Recognize addi instructions that
8574 directly decrement the stack pointer, accumulate their operand into
8575 the stack offset, and mark the function as not being frameless.
8576
8577 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8578
8579 * arch-utils.c (selected_byte_order): New.
8580 * arch-utils.h (selected_byte_order): New prototype.
8581 * remote-sim.c (gdbsim_open): Use selected_byte_order.
8582
8583 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8584
8585 * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
8586 (default_symfile_offsets): Check VMA here. Update section VMAs.
8587
8588 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8589
8590 * remote.c (init_remote_state): Add special handling for placeholder
8591 registers.
8592
8593 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8594
8595 * Makefile.in (XMLFILES): Include $(TDEP_XML).
8596 (filenames_h): New variable.
8597 (clean): Clean up xml-builtin.c and stamp-xml.
8598 (arm-linux-nat.o): Update.
8599 * config/arm/linux.mh (TDEP_XML): Define.
8600 * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
8601 (arm_linux_has_wmmx_registers): New.
8602 (GET_THREAD_ID): Fix typo.
8603 (IWMMXT_REGS_SIZE): Define.
8604 (fetch_wmmx_regs, store_wmmx_regs): New.
8605 (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
8606 (arm_linux_store_inferior_registers): Use store_wmmx_regs.
8607 (super_xfer_partial, arm_linux_xfer_partial): New.
8608 (_initialize_arm_linux_nat): Use them.
8609 * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
8610 (xml_builtin_xfer_partial): New function.
8611 * xml-support.h (xml_builtin_xfer_partial): New prototype.
8612 * NEWS: Update mention of iWMMXt support.
8613
8614 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8615
8616 * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
8617 if there are no FPA registers.
8618 (arm_dwarf_reg_to_regnum): New function.
8619 (arm_register_type, arm_register_name): Return minimal values for
8620 unsupported registers.
8621 (arm_register_sim_regno): Handle iWMMXt registers.
8622 (arm_gdbarch_init): Record missing FPA registers if indicated by
8623 a target description. Recognize iWMMXt registers. Only register
8624 "info float" for FPA. Use ARM_NUM_REGS. Register
8625 arm_dwarf_reg_to_regnum.
8626 * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
8627 constants.
8628 (struct gdbarch_tdep): Add have_fpa_registers.
8629 * features/xscale-iwmmxt.xml: Update capitalization.
8630 * regformats/arm-with-iwmmxt.dat: Regenerated.
8631
8632 2007-02-24 Kevin Buettner <kevinb@redhat.com>
8633
8634 * NEWS (New targets): Add entry for the Toshiba Media Processor.
8635
8636 2007-02-23 Kevin Buettner <kevinb@redhat.com>
8637
8638 * MAINTAINERS (mep): New target.
8639
8640 2007-02-23 Kevin Buettner <kevinb@redhat.com>
8641
8642 From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
8643 Richard Sandiford:
8644 * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
8645 (mep-tdep.o): New rule.
8646 * configure.tgt (mep-*-*): New target.
8647 * mep-tdep.c: New file.
8648 * config/mep/mep.mt: New file.
8649
8650 2007-02-22 Markus Deuling <deuling@de.ibm.com>
8651
8652 * infrun.c (inferior_stop_reason, print_stop_reason): Remove
8653 BREAKPOINT_HIT and STOP_UNKNOWN.
8654
8655 2007-02-22 Markus Deuling <deuling@de.ibm.com>
8656
8657 * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
8658
8659 2007-02-20 Joel Brobecker <brobecker@adacore.com>
8660
8661 * gdb_expat.h (XMLCALL): Define if not already defined.
8662
8663 2007-02-20 Andreas Schwab <schwab@suse.de>
8664
8665 * Makefile.in (symfile.o): Update dependencies.
8666
8667 2007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
8668
8669 * MAINTAINERS: Disable -Werror for cris simulator. Build
8670 sparc64-solaris2.10 instead of the broken sparc-elf.
8671 * solib-frv.c: Include "solib.h".
8672 * Makefile.in (solib-frv.o): Update.
8673 * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
8674 * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
8675 (xtensa_frame_this_id, xtensa_frame_prev_register)
8676 (xtensa_push_dummy_call): Use %p.
8677
8678 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8679
8680 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
8681 ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
8682 sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
8683 * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
8684 (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
8685 (sparc-linux-tdep.o): Update.
8686
8687 2007-02-15 Maxim Grigoriev <maxim2405@gmail.com>
8688
8689 * xtensa-tdep.h (xtensa_reg_mask_t): New.
8690 (xtensa_mask_t): Change mask field to be a separate array.
8691 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
8692 (xtensa_pseudo_register_write, xtensa_unwind_pc)
8693 (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
8694 (xtensa_breakpoint_from_pc): Remove implicit type casting.
8695 * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
8696 (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
8697 (mask14, mask15): Rename to
8698 (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
8699 (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
8700 (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
8701 (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
8702 (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
8703 (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
8704 (xtensa_submask8, xtensa_submask9, xtensa_submask10)
8705 (xtensa_submask11, xtensa_submask12, xtensa_submask13)
8706 (xtensa_submask14, xtensa_submask15): New.
8707 (rmap): Follow strict aliasing rules doing static initialization.
8708
8709 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8710
8711 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
8712 handling from here...
8713 (tdesc_register_type): ...to here.
8714 * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
8715 * features/arm-core.xml: Use code_ptr and data_ptr.
8716
8717 2007-02-13 Denis Pilat <denis.pilat@st.com>
8718
8719 * varobj.h (enum varobj_update_error): New enum.
8720 * varobj.c (struct varobj_root): Add is_valid member.
8721 (varobj_get_type): Check for invalid varobj.
8722 (varobj_get_attributes): Likewise.
8723 (variable_editable):Likewise.
8724 (varobj_update): Likewise. Use varobj_update_error.
8725 (new_root_variable): Set root varobj as valid by default.
8726 (varobj_invalidate): New function.
8727 * symfile.c (clear_symtab_users): Use varobj_invalidate.
8728 * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
8729 Use varobj_update_error.
8730
8731 2007-02-12 Pierre Muller <muller@ics.u-strasbg.fr>
8732
8733 Fix PR pascal/2223.
8734 * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
8735 Pascal language marker.
8736 * dwarf2read.c (set_cu_language): Likewise.
8737
8738 2007-02-12 Corinna Vinschen <vinschen@redhat.com>
8739
8740 * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
8741 (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
8742 instead of target_terminal_init since inferior_ptid isn't set yet.
8743
8744 2007-02-10 Pedro Alves <pedro_alves@portugalmail.pt>
8745
8746 * MAINTAINERS (Write After Approval): Add myself.
8747
8748 2007-02-09 Fred Fish <fnf@specifix.com>
8749
8750 Based on work by Apple Computer, Inc.
8751 * event-top.c (async_request_quit): Call quit() whenever either
8752 quit_flag is set or immediate_quit is set.
8753
8754 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
8755
8756 * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
8757 type to a pointer to const struct block.
8758 (ada_lookup_symbol_list): Don't cast away constness when calling
8759 remove_out_of_scope_renamings.
8760
8761 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
8762
8763 * linux-nat.c (linux_nat_find_memory_regions): Don't check the
8764 address of 'filename'; it is always non null.
8765
8766 2007-02-09 Joel Brobecker <brobecker@adacore.com>
8767
8768 * exec.c (add_to_section_table): Do not discard empty sections.
8769
8770 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8771
8772 * features/Makefile, features/arm-with-iwmmxt.xml,
8773 features/gdbserver-regs.xsl, features/number-regs.xsl,
8774 features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
8775 * regformats/arm-with-iwmmxt.dat: Generate.
8776 * NEWS: Mention iWMMXt.
8777
8778 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8779
8780 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
8781 (xml-tdesc.o): Update.
8782 * xml-support.c: Add a comment.
8783 (gdb_xml_enums_boolean): New variable.
8784 (gdb_xml_parse_attr_enum): Use strcasecmp.
8785 * xml-support.h (gdb_xml_enums_boolean): Declare.
8786 * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
8787 next_regnum, and current_union.
8788 (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
8789 (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
8790 (field_attributes, union_children, reg_attributes, union_attributes)
8791 (vector_attributes, feature_attributes, feature_children): New.
8792 (target_children): Make static. Add <feature>.
8793 (tdesc_elements): Make static.
8794 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
8795 (struct tdesc_feature, tdesc_feature_p): New types.
8796 (struct target_desc): Add features member.
8797 (struct tdesc_arch_data, tdesc_data): New.
8798 (target_find_description): Clarify error message. Warn about
8799 ignored register descriptions.
8800 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
8801 (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
8802 (tdesc_data_cleanup, tdesc_numbered_register)
8803 (tdesc_numbered_register_choices, tdesc_find_register)
8804 (tdesc_register_name, tdesc_register_type)
8805 (tdesc_remote_register_number, tdesc_register_reggroup_p)
8806 (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
8807 (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
8808 (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
8809 (tdesc_create_feature, tdesc_record_type): New.
8810 (free_target_description): Free features.
8811 (_initialize_target_descriptions): Initialize tdesc_data.
8812 * arch-utils.c (default_remote_register_number): New.
8813 * arch-utils.h (default_remote_register_number): New prototype.
8814 * target-descriptions.h (set_tdesc_pseudo_register_name)
8815 (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
8816 (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
8817 (tdesc_numbered_register, tdesc_numbered_register_choices)
8818 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
8819 (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
8820 (tdesc_create_reg): Declare.
8821 * gdbarch.sh (remote_register_number): New entry.
8822 * gdbarch.c, gdbarch.h: Regenerate.
8823 * remote.c (init_remote_state): Use gdbarch_remote_register_number.
8824 * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
8825
8826 * arm-tdep.c (arm_register_aliases): New.
8827 (arm_register_name_strings): Rename to...
8828 (arm_register_names): ...this. Make const. Delete the old version.
8829 (current_option, arm_register_byte): Delete.
8830 (set_disassembly_style): Simplify. Do not adjust arm_register_names.
8831 (value_of_arm_user_reg): New.
8832 (arm_gdbarch_init): Verify any described registers. Call
8833 tdesc_use_registers. Don't use arm_register_byte. Create aliases
8834 for standard register names.
8835 (_initialize_arm_tdep): Do not adjust arm_register_names.
8836 * user-regs.c (struct user_reg): Add baton member.
8837 (append_user_reg, user_reg_add_builtin, user_regs_init)
8838 (user_reg_add, value_of_user_reg): Use a baton for user
8839 register functions.
8840 * std-regs.c: Update.
8841 * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
8842 (user_reg_add): Add baton argument.
8843 * NEWS: Mention target description register support.
8844 * features/arm-core.xml, features/arm-fpa.xml: New.
8845 * eval.c (evaluate_subexp_standard): Allow ptype $register
8846 when the program is not running.
8847
8848 2007-02-09 Nick Roberts <nickrob@snap.net.nz>
8849
8850 * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
8851
8852 2007-02-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
8853
8854 * rs6000-tdep.c (gdb_print_insn_powerpc): Set
8855 info->disassembler_options to "any".
8856
8857 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8858
8859 * varobj.c (install_new_value): Only call value_get_print_value
8860 if changeable.
8861
8862 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8863
8864 Reported by timeless@gmail.com:
8865 * gdb/target.c (target_flash_erase): Do not return void value.
8866 (target_flash_done): Likewise.
8867 * gdb/cli/cli-cmds.c (source_command): Likewise.
8868
8869 2007-02-08 Fred Fish <fnf@specifix.com>
8870
8871 Based on work by Apple Computer, Inc.
8872 * event-top.c (handle_sigint): Set quit_flag.
8873 (async_request_quit): Don't set quit_flag. Avoid calling quit()
8874 if quit_flag has already been reset.
8875
8876 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8877
8878 * ser-mingw.c (pipe_windows_close): Move variable initialization back
8879 up.
8880
8881 2007-02-08 Fred Fish <fnf@specifix.com>
8882
8883 * defs.h (request_quit): Remove declaration.
8884 * utils.c (request_quit): Remove definition.
8885
8886 2007-02-08 Joel Brobecker <brobecker@gnat.com>
8887 Jan Kratochvil <jan.kratochvil@redhat.com>
8888 Daniel Jacobowitz <dan@codesourcery.com>
8889
8890 * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
8891 (skip_prologue): Allow bl->blrl used by PIC code.
8892
8893 2007-02-08 Mark Kettenis <kettenis@gnu.org>
8894 Daniel Jacobowitz <dan@codesourcery.com>
8895
8896 * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
8897 initialize tmp_obstack.
8898 * p-valprint.c (pascal_object_print_value_fields)
8899 (pascal_object_print_value): Likewise.
8900
8901 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8902
8903 * features/feature_to_c.sh: Use %s to avoid problems with nawk.
8904
8905 2007-02-08 Mark Kettenis <kettenis@gnu.org>
8906
8907 * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
8908 * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
8909
8910 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8911
8912 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
8913 (xml_cache): New.
8914 (tdesc_parse_xml): Cache expanded descriptions.
8915
8916 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8917
8918 * Makefile.in (XMLFILES): New.
8919 (COMMON_OBS): Add xml-builtin.o.
8920 (xml-builtin.c, stamp-xml): New rules.
8921 (xml-tdesc.o): Update.
8922 * features/feature_to_c.sh: New file.
8923 * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
8924 (struct gdb_xml_parser): Add dtd_name and is_xinclude.
8925 (gdb_xml_start_element): Initialize scope after possibly reallocating
8926 scopes. Move cleanup later. Handle the XInclude description
8927 specially.
8928 (gdb_xml_end_element): Only parse the body if there is a current element.
8929 Call XML_DefaultCurrent if there is no element.
8930 (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
8931 (struct xinclude_parsing_data, xinclude_start_include)
8932 (xinclude_end_include, xml_xinclude_default)
8933 (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
8934 (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
8935 (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
8936 * xml-support.h (xml_fetch_another, xml_process_xincludes)
8937 (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
8938 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
8939 XInclude directives. Use the compiled in DTD.
8940 (fetch_xml_from_file): Add baton argument. Treat it as a containing
8941 directory name. Do not warn here.
8942 (file_read_description_xml): Update call. Warn here instead. Pass
8943 a dirname as baton.
8944 (fetch_available_features_from_target): New.
8945 (target_read_description_xml): Use it.
8946 * features/gdb-target.dtd: Add copyright notice. Use xinclude.dtd
8947 to handle XInclude.
8948 * features/xinclude.dtd: New file.
8949
8950 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
8951
8952 * linux-thread-db.c (check_for_thread_db): Return early if we have
8953 no libthread_db support.
8954
8955 2007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
8956
8957 * mi/mi-parse.h: Include <sys/time.h>.
8958
8959 2007-02-05 Nick Roberts <nickrob@snap.net.nz>
8960
8961 * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
8962 instead of print_variable_value to print values.
8963
8964 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
8965
8966 * mi/mi-main.c: Numerous formatting changes.
8967 (mi_cmd_data_write_register_values): Replace clause inadvertantly
8968 removed in my previous change.
8969
8970 2007-02-03 Eli Zaretskii <eliz@gnu.org>
8971
8972 * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
8973 Use 1000000L instead of 1000000.
8974
8975 2007-02-03 Nick Roberts <nickrob@snap.net.nz>
8976
8977 Based on work by Apple Computer, Inc.
8978
8979 * configure.ac: Test for sys/resource.h and getrusage.
8980 * configure, config.in: Regenerate.
8981
8982 * mi/mi-main.c: Include <sys/resource.h> if present.
8983 (rusage): Declare if HAVE_GETRUSAGE.
8984 (current_command_ts, do_timings): New static variables.
8985 (timestamp, print_diff_now, print_diff, timeval_diff):
8986 New static timing functions.
8987 (mi_cmd_enable_timings): New function for new MI command.
8988 (captured_mi_execute_command, mi_execute_async_cli_command):
8989 Call timing functions.
8990
8991 * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
8992 -enable-timings.
8993
8994 * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
8995
8996 * mi/mi-parse.h: (mi_timestamp): New structure.
8997 (mi_parse): Add mi_timestamp* member.
8998
8999 2007-02-02 Denis Pilat <denis.pilat@st.com>
9000
9001 * thread.c (make_cleanup_restore_current_thread): New function.
9002 (info_threads_command): Use of make_cleanup_restore_current_thread
9003 to restore the current thread and the selected frame.
9004 (restore_selected_frame): New function.
9005 (struct current_thread_cleanup): Add frame_id field.
9006 (do_restore_current_thread_cleanup): Add restoring of the selected
9007 frame.
9008 (make_cleanup_restore_current_thread): Likewise.
9009 (thread_apply_all_command): backup the selected frame while
9010 entering the function and restore it at exit.
9011 (thread_apply_command): Likewise.
9012
9013 2007-02-02 Denis Pilat <denis.pilat@st.com>
9014
9015 * MAINTAINERS (Write After Approval): Add myself to the list.
9016
9017 2007-02-01 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
9018
9019 * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
9020 (m32r_store_register): Ditto.
9021
9022 2007-01-30 Vladimir Prus <vladimir@codesourcery.com>
9023
9024 * ser-mingw.c (pipe_windows_open)
9025 (pipe_windows_read, pipe_windows_write): Declare
9026 variables at the top of the function.
9027
9028 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9029
9030 * doublest.c (floatformat_from_length): Use the right element from
9031 gdbarch floatformats.
9032 (floatformat_from_type, extract_typed_floating)
9033 (store_typed_floating): Likewise.
9034 * doublest.h: Remove declarations for undefined floatformat arrays.
9035 * gdbarch.sh (float_format, double_format, long_double_format): Change
9036 to pairs.
9037 (pformat): Update for pairs.
9038 * gdbarch.c, gdbarch.h: Regenerated.
9039 * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
9040 (floatformats_ieee_double_littlebyte_bigword)
9041 (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
9042 (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
9043 (floatformats_vax_d): New variables.
9044 (builtin_type_ieee_single, builtin_type_ieee_double)
9045 (builtin_type_arm_ext, builtin_type_ia64_spill)
9046 (builtin_type_ia64_quad): Replace arrays with individual types.
9047 (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
9048 (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
9049 (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
9050 (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
9051 (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
9052 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
9053 (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
9054 unused and endian-specific types.
9055 (recursive_dump_type): Update for floatformat pairs.
9056 (build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
9057 (build_gdbtypes): Use build_flt.
9058 (_initialize_gdbtypes): Update set of initialized types.
9059 * gdbtypes.h: Update declarations to match gdbtypes.c.
9060 (struct main_type): Store a pointer to two floatformats.
9061 * arch-utils.c (default_float_format, default_double_format): Delete.
9062 * arch-utils.h (default_float_format, default_double_format): Delete.
9063
9064 * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
9065 ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
9066 mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
9067 sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
9068 vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
9069
9070 2007-01-29 Joel Brobecker <brobecker@adacore.com>
9071
9072 * target.c (maintenance_print_target_stack): New function.
9073 (initialize_targets): Add new "maintenance print target-stack"
9074 command.
9075
9076 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9077
9078 * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
9079
9080 2007-01-27 Daniel Jacobowitz <dan@codesourcery.com>
9081
9082 * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
9083 (struct dwarf2_loclist_baton): Likewise.
9084
9085 2007-01-27 Eli Zaretskii <eliz@gnu.org>
9086
9087 * cli/cli-script.c: Include breakpoint.h.
9088 (build_command_line): Require arguments only for if and while
9089 commands.
9090 (get_command_line, execute_user_command, execute_control_command):
9091 Fix wording of warning messages.
9092 (print_command_lines): Print breakpoint commands.
9093 (execute_control_command): Call commands_from_control_command to
9094 handle the `commands' command inside a body of a flow-control
9095 command.
9096 (read_next_line): Recognize the `commands' command and build a
9097 command line structure for it.
9098 (recurse_read_control_structure, read_command_lines): Handle
9099 `commands' similarly to `if' and `while'.
9100
9101 * breakpoint.c (get_number_trailer): Document the special meaning
9102 of NULL as the first argument PP.
9103 (commands_from_control_command): New function.
9104
9105 * breakpoint.h (commands_from_control_command): Add prototype.
9106
9107 * defs.h (commands_control): New enumerated value for enum
9108 command_control_type.
9109
9110 2007-01-26 Joel Brobecker <brobecker@adacore.com>
9111
9112 * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
9113 (ada_exception_sal): Update accordingly.
9114
9115 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9116
9117 * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
9118 * NEWS: Describe CHAR array vs. string identifcation rules.
9119
9120 2007-01-25 Paul Brook <paul@codesourcery.com>
9121
9122 * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
9123
9124 2007-01-24 Jim Blandy <jimb@codesourcery.com>
9125
9126 * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
9127 expression is empty, bother to return the 'optimized out' value we
9128 construct. (Thanks to Carl Burch.)
9129
9130 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9131
9132 * varobj.c (c_value_of_root, c_value_of_child)
9133 (cplus_describe_child): Don't call release_value.
9134
9135 2007-01-24 Thiemo Seufer <ths@mips.com>
9136
9137 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
9138 initialization.
9139
9140 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9141
9142 Refactor getting children name, value and type access
9143 for varobjs in C++.
9144 * varobj.c (get_type_deref): Remove.
9145 (adjust_value_for_child_access): New.
9146 (c_number_of_children): Use the above.
9147 (c_describe_child): Likewise.
9148 (enum accessibility): New.
9149 (match_accessibility): New function.
9150 (cplus_describe_child): New function.
9151 (cplus_name_of_child, cplus_value_of_child)
9152 (cplus_type_of_child): Reimplement in terms
9153 of cplus_describe_child.
9154 (cplus_number_of_children): Use
9155 adjust_value_for_child_access.
9156
9157 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9158
9159 Fix computation of the 'editable' attribute and
9160 value changeability for for references.
9161 * varobj.c (get_value_type): New function.
9162 (c_variable_editable): Use get_value_type.
9163 (varobj_value_is_changeable): Likewise.
9164
9165 2007-01-24 Joel Brobecker <brobecker@adacore.com>
9166
9167 * source.c (find_and_open_source): Try rewriting the source
9168 path inside filename if dirname is NULL.
9169
9170 2007-01-24 Joel Brobecker <brobecker@adacore.com>
9171
9172 * dwarf2read.c (add_partial_symbol): Create an extra partial
9173 symbol in the VAR_DOMAIN for Ada structures, unions or enums.
9174 (new_symbol): Likewise for symbols.
9175
9176 2007-01-24 Nick Roberts <nickrob@snap.net.nz>
9177
9178 * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
9179
9180 2007-01-23 Vladimir Prus <vladimir@codesourcery.com>
9181
9182 * value.c (value_primitive_field): Copy the full 'location'
9183 contents, instead of assuming that copying ADDRESS will
9184 bring over everything in the union. Remove obsolete comment.
9185
9186 2007-01-23 Masaki Muranaka <monaka@monami-software.com>
9187
9188 * m32c-tdep.c (make_regs, m32c_analyze_prologue)
9189 (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
9190 (m32c_m16c_pointer_to_address): Separate code from declarations.
9191
9192 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9193
9194 * target.c (update_current_target): Correct typo.
9195
9196 2007-01-22 Masaki Muranaka <monaka@monami-software.com>
9197
9198 * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
9199 declaration.
9200
9201 2007-01-11 Andrew Cagney <cagney@redhat.com>
9202 Daniel Jacobowitz <dan@codesourcery.com>
9203 Jan Kratochvil <jan.kratochvil@redhat.com>
9204
9205 * dwarf2-frame.c (execute_cfa_program): New support of
9206 `DW_CFA_GNU_negative_offset_extended'.
9207
9208 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
9209
9210 * NEWS: Mention flash support for "load" and new remote packets.
9211
9212 2007-01-21 Markus Deuling <deuling@de.ibm.com>
9213
9214 * breakpoint.c (delete_command): Skip redundant loop iterations.
9215
9216 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
9217
9218 * gdbarch.sh (register_type): Update comment.
9219 * gdbarch.h: Regenerated.
9220 * arch-utils.c (generic_register_size): Call register_type.
9221 * ia64-tdep.c (ia64_extract_return_value): Likewise.
9222 * m32c-tdep.c (check_for_saved): Likewise.
9223 * mips-tdep.c (mips_print_register, print_gp_register_row)
9224 (mips_print_registers_info): Likewise.
9225 * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
9226 Likewise.
9227 * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
9228 (sh64_do_register, sh64_print_register)
9229 (sh64_media_print_registers_info): Likewise.
9230 * tui/tui-regs.c (tui_register_format): Likewise.
9231
9232 2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
9233
9234 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
9235
9236 * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
9237 (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
9238 * cp-support.c (make_symbol_overload_list_qualified): Likewise.
9239 * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
9240 (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
9241 (make_symbol_completion_list): Likewise.
9242
9243 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9244 Daniel Jacobowitz <dan@codesourcery.com>
9245
9246 * buildsym.c (end_symtab): Use preallocated symtab if available.
9247 Fill in SYMBOL_SYMTAB.
9248 * buildsym.h (struct subfile): Add symtab member.
9249 * dwarf2read.c (struct dwarf2_cu): Add line_header.
9250 (struct file_entry): Add symtab.
9251 (free_cu_line_header): New function.
9252 (read_file_scope): Use it. Save line_header in the cu. Process
9253 lines before DIEs.
9254 (add_file_name): Initialize new symtab member.
9255 (dwarf_decode_lines): Create symtabs for included files.
9256 (new_symbol): Set SYMBOL_SYMTAB.
9257 * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
9258 (search_symbols): Likewise.
9259 * symtab.h (struct symbol): Add symtab member.
9260 (SYMBOL_SYMTAB): Define.
9261
9262 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9263
9264 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
9265
9266 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9267
9268 * arch-utils.c (show_endian): Correct reversed condition.
9269
9270 2007-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9271
9272 * MAINTAINERS (Write After Approval): Add myself.
9273
9274 2007-01-16 Daniel Jacobowitz <dan@codesourcery.com>
9275 Vladimir Prus <vladimir@codesourcery.com>
9276
9277 Fix 'selected frame' varobjs.
9278 * varobj.c (struct varobj): Remove the error field.
9279 (varobj_set_value): Don't check var->error.
9280 (install_new_value): Don't set var->error.
9281 (varobj_update): Always pass the new value
9282 of the root via install_new_value.
9283 (create_child): Don't set error field.
9284 (new_variable): Likewise.
9285 (c_value_of_root): Always reevaluate the value
9286 of selected frame varobjs in the selected frame.
9287 Don't call reinit_frame_cache.
9288
9289 2007-01-15 Joel Brobecker <brobecker@adacore.com>
9290
9291 * source.c (_initialize_source): Improve the help text of
9292 the substitute-path commands.
9293
9294 2007-01-14 Mark Kettenis <kettenis@gnu.org>
9295
9296 * frv-tdep.c (frv_gdbarch_init, frv_register_name)
9297 (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
9298 (frv_skip_prologue): Remove prototypes.
9299 (frv_adjust_breakpoint_address): Renamed from
9300 frv_gdbarch_adjust_breakpoint_address.
9301 (frv_gdbarch_init): Adjust.
9302
9303 2007-01-13 Mark Kettenis <kettenis@gnu.org>
9304
9305 * gdbarch.sh (deprecated_extract_return_value)
9306 (deprecated_store_return_value): Remove.
9307 (extract_return_value, store_return_value): Remove default values.
9308 * gdbarch.c, gdbarch.h: Regenerate.
9309 * arch-utils.c, arch-utils.h (legacy_extract_return_value)
9310 (legacy_store_return_value): Remove.
9311 * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
9312 Remove.
9313
9314 * mi/mi-main.c: Remove obsolete comment.
9315
9316 * regcache.c, regcache.h (deprecated_register_bytes)
9317 (deprecated_read_register_bytes)
9318 (deprecated_write_register_bytes): Remove.
9319
9320 * frame.c (get_frame_register_bytes, put_frame_register_bytes):
9321 Don't forget to move destination pointer.
9322
9323 2007-01-01 Mark Kettenis <kettenis@gnu.org>
9324
9325 * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
9326
9327 2007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
9328
9329 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
9330 past entry function with recent newlib.
9331
9332 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9333
9334 * gdb.texinfo (GDB/MI Variable Objects): Improve the
9335 introduction. Specify -var-update more exactly.
9336
9337 2007-01-11 Daniel Jacobowitz <dan@codesourcery.com>
9338
9339 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
9340
9341 2007-01-10 Jim Blandy <jimb@codesourcery.com>
9342
9343 * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
9344 the Global Maintainers' invitation to be a global maintainer.
9345
9346 2007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
9347
9348 * infrun.c (singlestep_pc): New variable.
9349 (resume): Set singlestep_pc.
9350 (context_switch): Add a debugging message. Flush the frame cache.
9351 (handle_inferior_event): Add debugging messages. Handle thread
9352 hops when a software single step has completed. Let context_switch
9353 handle flushing the frame cache.
9354
9355 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9356
9357 * NEWS: Mention target descriptions, "set tdesc filename",
9358 "unset tdesc filename", "show tdesc filename", and
9359 qXfer:features:read.
9360 * arch-utils.c (choose_architecture_for_target): New function.
9361 (gdbarch_info_fill): Call it.
9362 * target-descriptions.c (struct property): Make members non-const.
9363 (struct target_desc): Add arch member.
9364 (target_description_filename): New variable.
9365 (target_find_description): Try via XML first.
9366 (tdesc_architecture): New.
9367 (free_target_description, make_cleanup_free_target_description): New.
9368 (set_tdesc_property): Call xstrdup.
9369 (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
9370 (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
9371 (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
9372 (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
9373 * target-descriptions.h (tdesc_architecture)
9374 (make_cleanup_free_target_description, set_tdesc_architecture): New
9375 prototypes.
9376 * Makefile.in (SFILES): Add xml-tdesc.c.
9377 (COMMON_OBS): Add xml-tdesc.o.
9378 (target-descriptions.o): Update.
9379 (xml-tdesc.o): New rule.
9380 * xml-tdesc.c, xml-tdesc.h: New files.
9381 * remote.c (PACKET_qXfer_features): New enum.
9382 (remote_protocol_features): Add qXfer:features:read.
9383 (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
9384 (_initialize_remote): Register qXfer:features:read.
9385 * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
9386 * features/gdb-target.dtd: New file.
9387
9388 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9389
9390 * copyright.sh: Clarify error.
9391
9392 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9393
9394 * symtab.c (matching_bfd_sections): Fix VMA matching for
9395 prelinked objects.
9396
9397 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9398
9399 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
9400 nested symbols.
9401
9402 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9403
9404 Updated copyright notices for most files.
9405
9406 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9407
9408 * copyright.sh (prunes): Add step-line.inp and step-line.c.
9409
9410 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9411
9412 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
9413 exec_prefix.
9414 (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
9415 '${prefix}'.
9416 * configure, config.in: Regenerate.
9417 * defs.h (debug_file_directory): Declare.
9418 * main.c (captured_main): Canonicalize gdb_sysroot. Assume
9419 TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
9420 relocate it if DEBUGDIR_RELOCATABLE.
9421 * symfile.c (debug_file_directory): Make non-static.
9422 (find_separate_debug_file): Look for debug info for SYSROOT/PATH
9423 in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
9424 (_initialize_symfile): Don't initialize debug_file_directory here.
9425
9426 2007-01-09 Jim Blandy <jimb@codesourcery.com>
9427
9428 * score-tdep.c (score_push_dummy_call): Don't mix declarations and
9429 statements.
9430
9431 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9432
9433 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
9434 frame_unwind_register to recurse.
9435 * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
9436 (alpha_heuristic_frame_prev_register): Likewise.
9437 * h8300-tdep.c (h8300_frame_prev_register): Likewise.
9438 * m32c-tdep.c (m32c_prev_register): Likewise.
9439 * frame.c (frame_register_unwind_location): Remove FIXME.
9440
9441 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9442 Eli Zaretskii <eliz@gnu.org>
9443
9444 * copyright.sh: New file.
9445
9446 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9447
9448 * configure.ac: Check for XML_StopParser.
9449 * xml-support.c (gdb_xml_body_text): Check for an error.
9450 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
9451 (gdb_xml_end_element_wrapper): Likewise.
9452 * config.in, configure: Regenerated.
9453
9454 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9455
9456 * varobj.c (install_new_value): Always update print_value.
9457 (value_get_print_value): Immediately return NULL for missing
9458 values.
9459
9460 2007-01-08 Jim Blandy <jimb@codesourcery.com>
9461
9462 * configure.ac: Tighten pattern for extracting value of
9463 DEPRECATED_TM_FILE from the target makefile fragment.
9464 * configure: Regenerated.
9465
9466 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9467
9468 * linux-nat.c (struct simple_pid_list): Add status.
9469 (add_to_pid_list): Record the PID's status.
9470 (linux_record_stopped_pid): Likewise. Make static.
9471 (pull_pid_from_list): Return the saved status.
9472 (linux_nat_handle_extended): Deleted.
9473 (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
9474 Make static. Handle non-SIGSTOP for a new thread's first signal.
9475 (flush_callback): Handle unexpected pending signals.
9476 (linux_nat_wait): Update calls to changed functions.
9477 * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
9478 Remove prototypes for newly static functions.
9479
9480 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
9481
9482 * gdbarch.sh (value_from_register): New gdbarch function.
9483 * gdbarch.c, gdbarch.h: Regenerate.
9484 * findvar.c (default_value_from_register): New function.
9485 (value_from_register): Use gdbarch_value_from_register.
9486 * value.h (default_value_from_register): Declare.
9487 * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
9488 spu_value_to_register): Remove.
9489 (spu_value_from_register): New function.
9490 (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
9491 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
9492 Call set_gdbarch_value_from_register.
9493 * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
9494 s390_value_to_register): Remove.
9495 (s390_value_from_register): New function.
9496 (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
9497 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
9498 Call set_gdbarch_value_from_register.
9499
9500 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9501
9502 * NEWS: Add "set sysroot" and "show sysroot".
9503 * solib.c (solib_absolute_prefix): Delete. Replace
9504 all uses with gdb_sysroot.
9505 (_initialize_solib): Add "set sysroot" and "show sysroot".
9506 Make "solib-absolute-prefix" an alias to it.
9507
9508 2007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
9509
9510 * frame.c (get_frame_register_bytes): New function.
9511 (put_frame_register_bytes): Likewise.
9512 * frame.h (get_frame_register_bytes): Declare.
9513 (put_frame_register_bytes): Likewise.
9514 * findvar.c (value_from_register): Always construct lval_register
9515 values. Use get_frame_register_bytes.
9516 * valops.c (value_assign): Use get_frame_register_bytes and
9517 put_frame_register_bytes.
9518
9519 2007-01-08 Jim Blandy <jimb@codesourcery.com>
9520
9521 * MAINTAINERS: Update Stan Shebs' email address.
9522
9523 2007-01-07 Joel Brobecker <brobecker@adacore.com>
9524
9525 * ada-lang.c (is_known_support_routine): Improve the implementation.
9526
9527 2007-01-06 Joel Brobecker <brobecker@adacore.com>
9528
9529 * ada-lang.c: Add include of source.h.
9530 (is_known_support_routine): Improve the check verifying that the file
9531 associated to this frame exists.
9532 * Makefile.in (ada-lang.o): Add dependency on source.h.
9533
9534 2007-01-07 Jim Blandy <jimb@codesourcery.com>
9535
9536 * ax-general.c (ax_const_l): Select proper opcode for the given
9537 value.
9538
9539 2007-01-05 Vladimir Prus <vladimir@codesourcery.com>
9540
9541 * varobj.c (c_value_of_root): Don't select frame if variable
9542 object is out of scope.
9543
9544 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9545
9546 * varobj.c (struct varobj): New member print_value.
9547 (install_new_value): Compare last printed value with current one
9548 instead of contents.
9549 (new_variable): Initialize var->print_value to NULL.
9550 (free_variable): Free var->print_value.
9551 (value_get_print_value): New function derived from
9552 c_value_of_variable.
9553 (c_value_of_variable): Use value_get_print_value.
9554
9555 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9556
9557 * i386-tdep.c (i386_analyze_stack_align): Add comment.
9558
9559 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9560
9561 * NEWS: Add entries for new catch commands.
9562
9563 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9564
9565 * dwarf2read.c (partial_die_info): Add field has_byte_size.
9566 (add_partial_symbol): Correct identification of external references.
9567 (process_structure_scope): Likewise.
9568 (read_partial_die): Handle DW_AT_byte_size attribute.
9569
9570 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
9571
9572 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
9573
9574 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * varobj.c (get_type_deref): Fix variable objects for references to
9577 pointers.
9578
9579 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9580
9581 * symtab.c (find_pc_sect_psymtab): Add comments. Handle psymtabs
9582 with no symbols.
9583
9584 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9585
9586 * memory-map.c (struct_memory_map_parsing_data): Remove most
9587 members. Make property_name an array.
9588 (free_memory_map_parsing_data, memory_map_start_element)
9589 (memory_map_end_element, memory_map_character_data): Delete.
9590 (memory_map_start_memory, memory_map_end_memory)
9591 (memory_map_start_property, memory_map_end_property): New functions.
9592 (property_attributes, memory_children, memory_type_enum)
9593 (memory_attributes, memory_map_children, memory_map_elements): New.
9594 (parse_memory_map): Rewrite.
9595 * xml-support.c (debug_xml): New.
9596 (xml_get_required_attribute, xml_get_integer_attribute)
9597 (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
9598 Delete.
9599 (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
9600 (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
9601 (gdb_xml_start_element, gdb_xml_start_element_wrapper)
9602 (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
9603 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
9604 (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
9605 (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
9606 New.
9607 * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
9608 (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
9609 (enum gdb_xml_element_flag, struct gdb_xml_element)
9610 (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
9611 (struct gdb_xml_enum): New.
9612 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
9613 (gdb_xml_error, gdb_xml_parse_attr_ulongest)
9614 (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
9615 (xml_get_required_attribute, xml_get_integer_attribute)
9616 (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
9617 * Makefile.in (xml_support_h, xml-support.o): Update.
9618
9619 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9620
9621 * Makefile.in (eval.o): Update dependencies.
9622 * eval.c: Include "ui-out.h" and "exceptions.h".
9623 (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
9624 Use value_zero if an error occurs when avoiding side effects.
9625 * varobj.c (c_value_of_root): Initialize new_val.
9626
9627 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9628
9629 * varobj.c (varobj_list_children): Stop if the number of children is
9630 unknown.
9631 (c_number_of_children):
9632
9633 2007-01-04 Mark Kettenis <kettenis@gnu.org>
9634
9635 * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
9636 (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
9637 (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
9638 (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
9639 sizeof, instead of hardcoded constants.
9640
9641 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9642
9643 * CONTRIBUTE: Use sourceware.org.
9644
9645 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9646
9647 * buildsym.c (start_subfile): Handle producer.
9648 (record_producer): New function.
9649 * buildsym.h (struct subfile): Include producer.
9650 (record_producer): New prototype.
9651 * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
9652 (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
9653 armcc_cfa_offsets_reversed.
9654 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
9655 (dwarf2_frame_find_quirks): New function.
9656 (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed.
9657 (decode_frame_entry_1): Record the CIE version. Record the
9658 augmentation. Skip armcc augmentations.
9659 * dwarf2read.c (read_file_scope): Save the producer.
9660 * symtab.h (struct symtab): Rename unused version member to
9661 producer.
9662
9663 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9664
9665 * configure.ac (build_warnings): Use -Wall and
9666 -Wdeclaration-after-statement.
9667 * configure: Regenerated.
9668
9669 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9670
9671 Simplify access to variours properties of child
9672 variable objects in C.
9673 * varobj.c (value_struct_element_index): New function.
9674 (c_describe_child): New function.
9675 (c_name_of_child, c_value_of_child)
9676 (c_type_of_child): Rewrite to use c_describe_child.
9677
9678 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9679
9680 gdb/
9681 * varobj.c: Include "vec.h".
9682 (varobj_p): New typedef, declare vector of those.
9683 (struct varobj): Use vector for the 'children' member.
9684 (child_exists): Remove.
9685 (save_child_in_parent): Remove.
9686 (remove_child_from_parent): Remove.
9687 (struct varobj_child): Remove.
9688 (struct vstack): Remove.
9689 (vpush, vpop): Remove.
9690 (varobj_list_children): Adjust to work work vector.
9691 (varobj_update): Likewise. Use vectors for
9692 working stack and result.
9693 (delete_variable_1): Likewise.
9694 * Makefile.in (varobj.o): Update dependencies.
9695
9696 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9697
9698 Port from Apple's version.
9699 gdb/
9700 * varobj.c (type_changeable): Rename to...
9701 (varobj_value_is_changeable_p): ...this. Adjust all callers.
9702 (is_root_p): New function. Use it everywhere.
9703
9704 2007-01-04 Jim Blandy <jimb@codesourcery.com>
9705
9706 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
9707 then plain 'fixup'.
9708
9709 2007-01-04 Joel Brobecker <brobecker@adacore.com>
9710
9711 * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
9712
9713 2007-01-04 Joel Brobecker <brobecker@adacore.com>
9714
9715 * hpread.c (hpread_type_lookup): Fix compilation failure.
9716
9717 2007-01-04 Qinwei <qinwei@sunnorth.com.cn>
9718
9719 * NEWS: New port to S+core.
9720 * MAINTAINERS (Write After Approval, Responsible Maintainers):
9721 Add myself.
9722
9723 * Makefile.in: Add dependencies for S+core files.
9724 * configure.tgt (score*, score-*-*): Add S+core target.
9725 * config/score/embed.mt: New file.
9726 * score-tdep.c: New file.
9727 * score-tdep.h: New file.
9728
9729 2007-01-04 Joel Brobecker <brobecker@adacore.com>
9730
9731 * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
9732 the appropriate type rather than a bogus void type.
9733
9734 2007-01-04 Joel Brobecker <brobecker@adacore.com>
9735
9736 * ada-lang.h (ada_find_printable_frame): Remove.
9737 (ada_exception_catchpoint_p, ada_decode_exception_location)
9738 (ada_decode_assert_location): Add declaration.
9739 * ada-lang.c: Add include of annotate.h and valprint.h.
9740 (exception_catchpoint_kind): New enum.
9741 (function_name_from_pc, is_known_support_routine)
9742 (ada_find_printable_frame, ada_unhandled_exception_name_addr)
9743 (ada_exception_name_addr_1, ada_exception_name_addr)
9744 (print_it_exception, print_one_exception, print_mention_exception)
9745 (print_it_catch_exception, print_one_catch_exception)
9746 (print_mention_catch_exception, catch_exception_breakpoint_ops)
9747 (print_it_catch_exception_unhandled)
9748 (print_one_catch_exception_unhandled)
9749 (print_mention_catch_exception_unhandled, print_it_catch_assert)
9750 (print_one_catch_assert, print_mention_catch_assert)
9751 (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
9752 (ada_get_next_arg, catch_ada_exception_command_split)
9753 (ada_exception_sym_name, ada_exception_sym_name)
9754 (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
9755 (ada_parse_catchpoint_condition, ada_exception_sal)
9756 (ada_decode_exception_location)
9757 (ada_decode_assert_location): New function.
9758 (catch_exception_unhandled_breakpoint_ops): New global variable.
9759 (catch_assert_breakpoint_ops): New global variable.
9760 * breakpoint.c: Add include of ada-lang.h.
9761 (print_one_breakpoint): Do not print the condition for Ada
9762 exception catchpoints.
9763 (create_ada_exception_breakpoint): New function.
9764 (catch_ada_exception_command, catch_assert_command): New function.
9765 (catch_command_1): Add support for the new "catch exception" and
9766 "catch assert" commands.
9767 (_initialize_breakpoint): Add help description for the new catch
9768 commands.
9769 * Makefile.in (ada-lang.o): Add dependency on annotate.h and
9770 valprint.h.
9771 (breakpoint.o): Add dependency on ada-lang.h.
9772
9773 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9774
9775 * coffread.c (cs_to_section): If bfd_section is found, always
9776 return its section index.
9777 (coff_symtab_read): Determine the minimal_symbol_type using the
9778 bfd_section flags.
9779
9780 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9781 Daniel Jacobowitz <dan@codesourcery.com>
9782
9783 * Makefile.in (top.o): Update.
9784 * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
9785 (saved_after_char_processing_hook, gdb_readline_wrapper_line)
9786 (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
9787 New.
9788 (gdb_readline_wrapper): Rewrite to use asynchronous readline.
9789
9790 2007-01-03 Mark Kettenis <kettenis@gnu.org>
9791
9792 * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
9793 (arm_linux_init_abi): Don't set deprecated_extract_return_value.
9794
9795 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9796
9797 * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
9798 * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
9799 * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
9800 greater than or equal to zero.
9801 * m2-typeprint.c (m2_array): Likewise.
9802 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
9803 * gdbtypes.c (copy_type_recursive): Correct == typo.
9804 * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
9805 * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
9806 greater than zero.
9807 * macroscope.c (sal_macro_scope): Don't name a local variable "main".
9808 (default_macro_scope): Remove unused variable.
9809 * prologue-value.h (pv_area_find_reg): Don't name an argument
9810 "register".
9811 * remote-fileio.c (remote_fio_func_map): Add missing braces.
9812 * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
9813 type.
9814 (cleanup_sigint_signal_handler): Remove casts.
9815 * valprint.c (val_print): Use a volatile local for the modified
9816 argument.
9817 * varobj.c (languages): Remove extra array dimension.
9818 (varobj_create): Correct access to languages array.
9819 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
9820 missing braces.
9821 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
9822 * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
9823 * mi/mi-getopt.c (mi_valid_noargs): Likewise.
9824 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
9825 (mi_cmd_data_write_memory): Likewise.
9826 * signals/signals.c (target_signal_to_string): Cast to int before
9827 comparing.
9828 * tui/tui-layout.c (init_and_make_win): Take and return a void *.
9829 Update all callers.
9830
9831 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9832
9833 * NEWS: Mention pointer to member improvements.
9834 * Makefile.in (gnu-v3-abi.o): Delete special rule.
9835 (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
9836 * ada-valprint.c (ada_print_scalar): Update for new type codes.
9837 * c-typeprint.c (c_print_type): Update for new type codes.
9838 (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
9839 (c_type_print_base): Likewise.
9840 (c_type_print_args): Rewrite.
9841 * c-valprint.c (c_val_print): Update for new type codes. Remove
9842 support for references to members. Treat methods like functions.
9843 * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
9844 (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
9845 * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
9846 (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
9847 (struct cp_abi_ops): Add corresponding members.
9848 * cp-valprint.c (cp_print_class_method): Delete.
9849 (cp_find_class_member): New function.
9850 (cp_print_class_member): Use it. Simplify support for bogus
9851 member pointers.
9852 * dwarf2read.c (quirk_gcc_member_function_pointer): Use
9853 lookup_methodptr_type.
9854 (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
9855 * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
9856 OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
9857 pointer support.
9858 (evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
9859 references returned by user defined operators.
9860 * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
9861 (f_type_print_varspec_suffix): Remove support for member pointers.
9862 * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
9863 and adjusted.
9864 (smash_to_memberptr_type): Likewise, from smash_to_member_type.
9865 (lookup_methodptr_type): New.
9866 (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
9867 (recursive_dump_type): Update for new types.
9868 * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
9869 TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
9870 (lookup_memberptr_type, lookup_methodptr_type)
9871 (smash_to_memberptr_type): New prototypes.
9872 (smash_to_method_type): Formatting fix.
9873 (lookup_member_type, smash_to_member_type): Delete prototypes.
9874 * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
9875 Do not rely on debug information for the vptr or the method's
9876 enclosing type. Handle function descriptors for IA64.
9877 (gnuv3_virtual_fn_field): Rewrite using the new functions.
9878 (gnuv3_find_method_in, gnuv3_print_method_ptr)
9879 (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
9880 (gnuv3_method_ptr_to_value): New.
9881 (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
9882 * hpread.c (hpread_type_lookup): Update for new types.
9883 * infcall.c (value_arg_coerce): Likewise.
9884 * m2-typeprint.c (m2_print_type): Remove explicit support
9885 for member pointers.
9886 * m2-valprint.c (m2_val_print): Likewise.
9887 * p-typeprint.c (pascal_type_print_varspec_prefix)
9888 (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
9889 * p-valprint.c (pascal_val_print): Likewise.
9890 (pascal_object_print_class_method, pascal_object_print_class_member):
9891 Delete.
9892 * p-lang.h (pascal_object_print_class_method)
9893 (pascal_object_print_class_member): Delete prototypes.
9894 * stabsread.c (read_type): Update for new types.
9895 * typeprint.c (print_type_scalar): Likewise.
9896 * valops.c (value_struct_elt_for_reference, value_namespace_elt)
9897 (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
9898 argument. Construct a pointer to member if the address of a
9899 function or data member is requested.
9900 (value_cast_pointers): Don't modify the input value.
9901 (value_cast): Adjust pointer to member handling for new types.
9902 Allow null pointer to member constants. Don't modify the input
9903 value.
9904 (value_ind): Remove pointer to member check. Handle function
9905 descriptors for function pointers.
9906 (value_struct_elt, value_find_oload_method_list, check_field):
9907 Remove pointer to member checks.
9908 * value.c (unpack_long): Allow pointers to data members.
9909 (value_from_longest): Allow member pointers.
9910 * value.h (value_aggregate_elt): Add want_address.
9911 * varobj.c (c_variable_editable): Remove check for members.
9912 * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
9913 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
9914 in virtual tables.
9915 (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
9916 * c-lang.h (cp_print_class_method): Delete prototype.
9917 * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
9918 * mips-tdep.c (mips_gdbarch_init): Likewise.
9919 * gdbarch.c, gdbarch.h: Regenerated.
9920
9921 2007-01-01 Mark Kettenis <kettenis@gnu.org>
9922
9923 * rs6000-tdep.c (rs6000_use_struct_convention)
9924 (rs6000_extract_return_value, rs6000_store_return_value)
9925 (rs6000_extract_struct_value_address): Remove.
9926 (rs6000_return_value): New function.
9927 (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
9928 store_return_value, deprecated_extract_struct_value_address and
9929 deprecated_use_struct_convention. Use rs6000_return_value
9930 instead.
9931
9932 2007-01-02 Nick Roberts <nickrob@snap.net.nz>
9933
9934 * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
9935 -display-disable, -display-enable, -display-insert and
9936 -display-list.
9937
9938 2007-01-01 Joel Brobecker <brobecker@adacore.com>
9939
9940 * breakpoint.c (remove_breakpoint): Remove dead code.
9941
9942 2007-01-01 Nick Roberts <nickrob@snap.net.nz>
9943
9944 * varobj.c: Include block.h.
9945 (c_value_of_root): Check scope within nested statements.
9946
9947 2007-01-01 Mark Kettenis <kettenis@gnu.org>
9948
9949 * mi/mi-main.c (mi_cmd_data_write_register_values): Use
9950 regcache_cooked_write_signed instead of
9951 deprecated_write_register_bytes.
9952
9953 2007-01-01 Joel Brobecker <brobecker@adacore.com>
9954
9955 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
9956
9957 2007-01-01 Joel Brobecker <brobecker@adacore.com>
9958
9959 Followed the Start of New Year Procedure:
9960 * ChangeLog-2006: New file, containing all the entries for 2006.
9961 * ChangeLog: Removed all 2006 entries, and changed the reference
9962 to the previous ChangeLog to point to ChangeLog 2006.
9963 * top.c (print_gdb_version): Update copyright year.
9964
9965 2007-01-01 Mark Kettenis <kettenis@gnu.org>
9966
9967 * Makefile.in (remote-sds.o): Remove.
9968 * remote-sds.c: Delete.
9969
9970 For older changes see ChangeLog-2006.
9971 \f
9972 Local Variables:
9973 mode: change-log
9974 left-margin: 8
9975 fill-column: 74
9976 version-control: never
9977 coding: utf-8
9978 End:
This page took 0.217828 seconds and 3 git commands to generate.