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