]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
2009-10-22 Hui Zhu <teawater@gmail.com>
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
27699eea
MS
12009-10-22 Hui Zhu <teawater@gmail.com>
2 Michael Snyder <msnyder@vmware.com>
3
4 * record.c (record_core_ops): New ops target vector.
5 (record_core_open_1): New function. Open core target.
6 (record_open_1): New function. Open normal process record.
7 (record_open): Call one of the above.
8 (record_close): Allow for both core and normal targets.
9 (record_core_resume): New function.
10 (record_core_kill): New function.
11 (record_core_fetch_registers): New function.
12 (record_core_prepare_to_store): New function.
13 (record_core_store_registers): New function.
14 (record_core_xfer_partial): New function.
15 (record_core_insert_breakpoint): New function.
16 (record_core_remove_breakpoint): New function.
17 (record_core_has_execution): New function.
18 (init_record_core_ops): New function.
19 (_initialize_record): Call init_record_core_ops, add_target.
20
46187dff
TG
212009-10-22 Tristan Gingold <gingold@adacore.com>
22
23 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
24 amd64_supply_fxsave for amd64. Fix the offset.
25 (i386_darwin_store_inferior_registers): Use amd64_collect_fxsave
26 for amd64.
27
d4709618
MG
282009-10-21 Maxim Grigoriev <maxim2405@gmail.com>
29
30 * xtensa-tdep.c (XTENSA_ISA_BADPC): New.
31 (xtensa_scan_prologue): Replace read_memory with target_read_memory.
32 (call0_analyze_prologue): Use XTENSA_ISA_BADPC instead of "0".
33 (call0_frame_cache): Check error conditions on call0_analyze_prologue.
34
2b28d209
PP
352009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
36
37 * defs.h (pc_prefix): New prototype.
38 * disasm.c (dump_insns): Mark current instruction.
39 * printcmd.c (do_examine): Likewise.
40 (pc_prefix): New function.
41 * stack.c (print_frame_info): Disassemble entire current line.
42
b54295a7
MS
432009-10-21 Michael Snyder <msnyder@vmware.com>
44
45 Elaborate "info record".
46 * record.c (struct record_end_entry): New field 'insn_num'.
47 (record_insn_count): New variable.
48 (record_open): Initialize record_insn_count.
49 (info_record_command): Display contents of record log as
50 lowest, current, and highest instruction counts.
51 (show_record_insn_number): Delete.
52 (_initialize_record): Remove add_cmd show_record_insn_number.
53
c9ac0a72
AS
542009-10-21 Andrew Stubbs <ams@codesourcery.com>
55 Joel Brobecker <brobecker@adacore.com>
56
57 * Makefile.in (HFILES_NO_SRCDIR): Remove shnbsd-tdep.h
58 * configure.tgt (sh*-*-linux*): Add corelow.o to gdb_target_obs.
59 * sh-linux-tdep.c: Include sh-tdep.h.
60 (REGSx16): New macro.
61 (gregs_table, fpregs_table): New variables.
62 (sh_linux_init_abi): Set core_gregmap and fpregmap.
63 * sh-tdep.c: Include regset.h.
64 (sh_corefile_supply_regset): New function.
65 (sh_corefile_collect_regset): New function.
66 (sh_corefile_gregset, sh_corefile_fpregset): New variables.
67 (sh_regset_from_core_section): New function.
68 (sh_gdbarch_init): Set up tdep value.
69 Call set_gdbarch_regset_from_core_section.
70 * sh-tdep.h (PC_REGNUM): New enum value.
71 (struct sh_corefile_regs): New type.
72 (sh_corefile_gregset): Export variable.
73 (sh_corefile_supply_regset): New prototype.
74 (sh_corefile_collect_regset): New prototype.
75 * shnbsd-tdep.c: Remove include of regcache.h, gdb_assert.h and
76 shnbsd-tdep.h.
77 (regmap): Use new definition using struct sh_corefile_regs.
78 (shnbsd_supply_gregset, shnbsd_collect_gregset): Delete.
79 (shnbsd_gregset): Delete.
80 (shnbsd_regset_from_core_section): Delete.
81 (shnbsd_supply_reg, shnbsd_fill_reg): Use new regset interface.
82 (shnbsd_init_abi): Set core_gregmap.
83 (shnbsd_supply_reg): Delete.
84 (shnbsd_fill_reg): Delete.
85 (SHNBSD_SIZEOF_GREGS): Move ...
86 * shnbsd-nat.c (SHNBSD_SIZEOF_GREGS): ... to here.
87 Remove include of shnbsd-tdep.h.
88 (shnbsd_fetch_inferior_registers): Replace shnbsd_supply_reg call
89 with sh_corefile_supply_regset.
90 (shnbsd_store_inferior_registers): Replace shnbsd_fill_reg call with
91 sh_corefile_collect_regset.
92 * shnbsd-tdep.h: Delete file.
93
47607d6f
PM
942009-10-21 Pierre Muller <muller@ics.u-strasbg.fr>
95
96 * rs6000-nat.c (exec_one_dummy_insn): Add missing new ASPACE parameter
97 to depreacted_insert_raw_breakpoint function call.
98 * procfs.c (insert_dbx_link_bpt_in_file): Likewise.
99
6df67667
MS
1002009-10-20 Michael Snyder <msnyder@vmware.com>
101
102 * record.c: Add some top-level comments for general explanation.
103
90ca0479
MS
1042009-10-20 Hui Zhu <teawater@gmail.com>
105 Michael Snyder <msnyder@vmware.com>
106
107 * record.c (record_exec_insn): New function. Emulate one
108 instruction, forward or backward. Abstracted from record_wait.
109 (record_wait) Call record_exec_insn.
110
9d1807c3
MS
1112009-10-20 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
112
113 * infrun.c (handle_inferior_event): Add pspace field to sal
114 for reverse execution cases.
115
20176d8f
PA
1162009-10-20 Ken Werner <ken@linux.vnet.ibm.com>
117
118 * go32-nat.c (go32_create_inferior): Use inferior_appeared, not
119 inferior_appeared_silent.
120 * remote-sim.c (gdbsim_create_inferior): Ditto.
121
40625c9d
PA
1222009-10-20 Pedro Alves <pedro@codesourcery.com>
123
124 * darwin-nat.c (cancel_breakpoint): Pass the regcache's address
125 space to breakpoint_inserted_here_p.
126
c0694254
PA
1272009-10-20 Pedro Alves <pedro@codesourcery.com>
128
129 * linux-nat.c (linux_nat_thread_address_space): New.
130 (linux_nat_add_target): Install it.
131 * progspace.c (address_space_num): New.
132 * progspace.h (address_space_num): Declare.
133 * target.c (target_thread_address_space): Really query the target.
134 * target.h (struct target_ops) <to_thread_address_space>: New
135 field.
136
ffeecffa
JB
1372009-10-19 Joel Brobecker <brobecker@adacore.com>
138
139 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Add comment.
140
6c95b8df
PA
1412009-10-19 Pedro Alves <pedro@codesourcery.com>
142 Stan Shebs <stan@codesourcery.com>
143
144 Add base multi-executable/process support to GDB.
145
146 * Makefile.in (SFILES): Add progspace.c.
147 (COMMON_OBS): Add progspace.o.
148 * progspace.h: New.
149 * progspace.c: New.
150
151 * breakpoint.h (struct bp_target_info) <placed_address_space>: New
152 field.
153 (struct bp_location) <pspace>: New field.
154 (struct breakpoint) <pspace>: New field.
155 (bpstat_stop_status, breakpoint_here_p)
156 (moribund_breakpoint_here_p, breakpoint_inserted_here_p)
157 (regular_breakpoint_inserted_here_p)
158 (software_breakpoint_inserted_here_p, breakpoint_thread_match)
159 (set_default_breakpoint): Adjust prototypes.
160 (remove_breakpoints_pid, breakpoint_program_space_exit): Declare.
161 (insert_single_step_breakpoint, deprecated_insert_raw_breakpoint):
162 Adjust prototypes.
163 * breakpoint.c (executing_startup): Delete.
164 (default_breakpoint_sspace): New.
165 (breakpoint_restore_shadows): Skip if the address space doesn't
166 match.
167 (update_watchpoint): Record the frame's program space in the
168 breakpoint location.
169 (insert_bp_location): Record the address space in target_info.
170 Adjust to pass the symbol space to solib_name_from_address.
171 (breakpoint_program_space_exit): New.
172 (insert_breakpoint_locations): Switch the symbol space and thread
173 when inserting breakpoints. Don't insert breakpoints in a vfork
174 parent waiting for vfork done if we're not attached to the vfork
175 child.
176 (remove_breakpoints_pid): New.
177 (reattach_breakpoints): Switch to a thread of PID. Ignore
178 breakpoints of other symbol spaces.
179 (create_internal_breakpoint): Store the symbol space in the sal.
180 (create_longjmp_master_breakpoint): Iterate over all symbol
181 spaces.
182 (update_breakpoints_after_exec): Ignore breakpoints for other
183 symbol spaces.
184 (remove_breakpoint): Rename to ...
185 (remove_breakpoint_1): ... this. Pass the breakpoints symbol
186 space to solib_name_from_address.
187 (remove_breakpoint): New.
188 (mark_breakpoints_out): Ignore breakpoints from other symbol
189 spaces.
190 (breakpoint_init_inferior): Ditto.
191 (breakpoint_here_p): Add an address space argument and adjust to
192 use breakpoint_address_match.
193 (moribund_breakpoint_here_p): Ditto.
194 (regular_breakpoint_inserted_here_p): Ditto.
195 (breakpoint_inserted_here_p): Ditto.
196 (software_breakpoint_inserted_here_p): Ditto.
197 (breakpoint_thread_match): Ditto.
198 (bpstat_check_location): Ditto.
199 (bpstat_stop_status): Ditto.
200 (print_breakpoint_location): If there's a location to print,
201 switch the current symbol space.
202 (print_one_breakpoint_location): Add `allflag' argument.
203 (print_one_breakpoint): Ditto. Adjust.
204 (do_captured_breakpoint_query): Adjust.
205 (breakpoint_1): Adjust.
206 (breakpoint_has_pc): Also match the symbol space.
207 (describe_other_breakpoints): Add a symbol space argument and
208 adjust.
209 (set_default_breakpoint): Add a symbol space argument. Set
210 default_breakpoint_sspace.
211 (breakpoint_address_match): New.
212 (check_duplicates_for): Add an address space argument, and adjust.
213 (set_raw_breakpoint): Record the symbol space in the location and
214 in the breakpoint.
215 (set_longjmp_breakpoint): Skip longjmp master breakpoints from
216 other symbol spaces.
217 (remove_thread_event_breakpoints, remove_solib_event_breakpoints)
218 (disable_breakpoints_in_shlibs): Skip breakpoints from other
219 symbol spaces.
220 (disable_breakpoints_in_unloaded_shlib): Match symbol spaces.
221 (create_catchpoint): Set the symbol space in the sal.
222 (disable_breakpoints_before_startup): Skip breakpoints from other
223 symbol spaces. Set executing_startup in the current symbol space.
224 (enable_breakpoints_after_startup): Clear executing_startup in the
225 current symbol space. Skip breakpoints from other symbol spaces.
226 (clone_momentary_breakpoint): Also copy the symbol space.
227 (add_location_to_breakpoint): Set the location's symbol space.
228 (bp_loc_is_permanent): Switch thread and symbol space.
229 (create_breakpoint): Adjust.
230 (expand_line_sal_maybe): Expand comment to mention symbol spaces.
231 Switch thread and symbol space when reading memory.
232 (parse_breakpoint_sals): Set the symbol space in the sal.
233 (break_command_really): Ditto.
234 (skip_prologue_sal): Switch and space.
235 (resolve_sal_pc): Ditto.
236 (watch_command_1): Record the symbol space in the sal.
237 (create_ada_exception_breakpoint): Adjust.
238 (clear_command): Adjust. Match symbol spaces.
239 (update_global_location_list): Use breakpoint_address_match.
240 (breakpoint_re_set_one): Switch thread and space.
241 (breakpoint_re_set): Save symbol space.
242 (breakpoint_re_set_thread): Also reset the symbol space.
243 (deprecated_insert_raw_breakpoint): Add an address space argument.
244 Adjust.
245 (insert_single_step_breakpoint): Ditto.
246 (single_step_breakpoint_inserted_here_p): Ditto.
247 (clear_syscall_counts): New.
248 (_initialize_breakpoint): Install it as inferior_exit observer.
249
250 * exec.h: Include "progspace.h".
251 (exec_bfd, exec_bfd_mtime): New defines.
252 (exec_close): Declare.
253 * exec.c: Include "gdbthread.h" and "progspace.h".
254 (exec_bfd, exec_bfd_mtime, current_target_sections_1): Delete.
255 (using_exec_ops): New.
256 (exec_close_1): Rename to exec_close, and make public.
257 (exec_close): Rename to exec_close_1, and adjust all callers. Add
258 description. Remove target sections and close executables from
259 all program spaces.
260 (exec_file_attach): Add comment.
261 (add_target_sections): Check on `using_exec_ops' to check if the
262 target should be pushed.
263 (remove_target_sections): Only unpush the target if there are no
264 more target sections in any symbol space.
265 * gdbcore.h: Include "exec.h".
266 (exec_bfd, exec_bfd_mtime): Remove declarations.
267
268 * frame.h (get_frame_program_space, get_frame_address_space)
269 (frame_unwind_program_space): Declare.
270 * frame.c (struct frame_info) <pspace, aspace>: New fields.
271 (create_sentinel_frame): Add program space argument. Set the
272 pspace and aspace fields of the frame object.
273 (get_current_frame, create_new_frame): Adjust.
274 (get_frame_program_space): New.
275 (frame_unwind_program_space): New.
276 (get_frame_address_space): New.
277 * stack.c (print_frame_info): Adjust.
278 (print_frame): Use the frame's program space.
279
280 * gdbthread.h (any_live_thread_of_process): Declare.
281 * thread.c (any_live_thread_of_process): New.
282 (switch_to_thread): Switch the program space as well.
283 (restore_selected_frame): Don't warn if trying to restore frame
284 level 0.
285
286 * inferior.h: Include "progspace.h".
287 (detach_fork): Declare.
288 (struct inferior) <removable, aspace, pspace>
289 <vfork_parent, vfork_child, pending_detach>
290 <waiting_for_vfork_done>: New fields.
291 <terminal_info>: Remove field.
292 <data, num_data>: New fields.
293 (register_inferior_data, register_inferior_data_with_cleanup)
294 (clear_inferior_data, set_inferior_data, inferior_data): Declare.
295 (exit_inferior, exit_inferior_silent, exit_inferior_num_silent)
296 (inferior_appeared): Declare.
297 (find_inferior_pid): Typo.
298 (find_inferior_id, find_inferior_for_program_space): Declare.
299 (set_current_inferior, save_current_inferior, prune_inferiors)
300 (number_of_inferiors): Declare.
301 (inferior_list): Declare.
302 * inferior.c: Include "gdbcore.h" and "symfile.h".
303 (inferior_list): Make public.
304 (delete_inferior_1): Always delete thread silently.
305 (find_inferior_id): Make public.
306 (current_inferior_): New.
307 (current_inferior): Use it.
308 (set_current_inferior): New.
309 (restore_inferior): New.
310 (save_current_inferior): New.
311 (free_inferior): Free the per-inferior data.
312 (add_inferior_silent): Allocate per-inferior data.
313 Call inferior_appeared.
314 (delete_threads_of_inferior): New.
315 (delete_inferior_1): Adjust interface to take an inferior pointer.
316 (delete_inferior): Adjust.
317 (delete_inferior_silent): Adjust.
318 (exit_inferior_1): New.
319 (exit_inferior): New.
320 (exit_inferior_silent): New.
321 (exit_inferior_num_silent): New.
322 (detach_inferior): Adjust.
323 (inferior_appeared): New.
324 (discard_all_inferiors): Adjust.
325 (find_inferior_id): Make public. Assert pid is not zero.
326 (find_inferior_for_program_space): New.
327 (have_inferiors): Check if we have any inferior with pid not zero.
328 (have_live_inferiors): Go over all pushed targets looking for
329 process_stratum.
330 (prune_inferiors): New.
331 (number_of_inferiors): New.
332 (print_inferior): Add executable column. Print vfork parent/child
333 relationships.
334 (inferior_command): Adjust to cope with not running inferiors.
335 (remove_inferior_command): New.
336 (add_inferior_command): New.
337 (clone_inferior_command): New.
338 (struct inferior_data): New.
339 (struct inferior_data_registration): New.
340 (struct inferior_data_registry): New.
341 (inferior_data_registry): New.
342 (register_inferior_data_with_cleanup): New.
343 (register_inferior_data): New.
344 (inferior_alloc_data): New.
345 (inferior_free_data): New.
346 (clear_inferior_data): New.
347 (set_inferior_data): New.
348 (inferior_data): New.
349 (initialize_inferiors): New.
350 (_initialize_inferiors): Register "add-inferior",
351 "remove-inferior" and "clone-inferior" commands.
352
353 * objfiles.h: Include "progspace.h".
354 (struct objfile) <pspace>: New field.
355 (symfile_objfile, object_files): Don't declare.
356 (ALL_PSPACE_OBJFILES): New.
357 (ALL_PSPACE_OBJFILES_SAFE): New.
358 (ALL_OBJFILES, ALL_OBJFILES_SAFE): Adjust.
359 (ALL_PSPACE_SYMTABS): New.
360 (ALL_PRIMARY_SYMTABS): Adjust.
361 (ALL_PSPACE_PRIMARY_SYMTABS): New.
362 (ALL_PSYMTABS): Adjust.
363 (ALL_PSPACE_PSYMTABS): New.
364 * objfiles.c (object_files, symfile_objfile): Delete.
365 (struct objfile_sspace_info): New.
366 (objfiles_pspace_data): New.
367 (objfiles_pspace_data_cleanup): New.
368 (get_objfile_pspace_data): New.
369 (objfiles_changed_p): Delete.
370 (allocate_objfile): Set the objfile's program space. Adjust to
371 reference objfiles_changed_p in pspace data.
372 (free_objfile): Adjust to reference objfiles_changed_p in pspace
373 data.
374 (objfile_relocate): Ditto.
375 (update_section_map): Add pspace argument. Adjust to iterate over
376 objfiles in the passed in pspace.
377 (find_pc_section): Delete sections and num_sections statics.
378 Adjust to refer to program space's objfiles_changed_p. Adjust to
379 refer to sections and num_sections store in the objfile's pspace
380 data.
381 (objfiles_changed): Adjust to reference objfiles_changed_p in
382 pspace data.
383 (_initialize_objfiles): New.
384 * linespec.c (decode_all_digits, decode_dollar): Set the sal's
385 program space.
386 * source.c (current_source_pspace): New.
387 (get_current_source_symtab_and_line): Set the sal's program space.
388 (set_current_source_symtab_and_line): Set current_source_pspace.
389 (select_source_symtab): Ditto. Use ALL_OBJFILES.
390 (forget_cached_source_info): Iterate over all program spaces.
391 * symfile.c (clear_symtab_users): Adjust.
392 * symmisc.c (print_symbol_bcache_statistics): Iterate over all
393 program spaces.
394 (print_objfile_statistics): Ditto.
395 (maintenance_print_msymbols): Ditto.
396 (maintenance_print_objfiles): Ditto.
397 (maintenance_info_symtabs): Ditto.
398 (maintenance_info_psymtabs): Ditto.
399 * symtab.h (SYMTAB_PSPACE): New.
400 (struct symtab_and_line) <pspace>: New field.
401 * symtab.c (init_sal): Clear the sal's program space.
402 (find_pc_sect_symtab): Set the sal's program space. Switch thread
403 and space.
404 (append_expanded_sal): Add program space argument. Iterate over
405 all program spaces.
406 (expand_line_sal): Iterate over all program spaces. Switch
407 program space.
408
409 * target.h (enum target_waitkind) <TARGET_WAITKIND_VFORK_DONE>: New.
410 (struct target_ops) <to_thread_address_space>: New field.
411 (target_thread_address_space): Define.
412 * target.c (target_detach): Only remove breakpoints from the
413 inferior we're detaching.
414 (target_thread_address_space): New.
415
416 * defs.h (initialize_progspace): Declare.
417 * top.c (gdb_init): Call it.
418
419 * solist.h (struct so_list) <sspace>: New field.
420 * solib.h (struct program_space): Forward declare.
421 (solib_name_from_address): Adjust prototype.
422 * solib.c (so_list_head): Replace with a macro referencing the
423 program space.
424 (update_solib_list): Set the so's program space.
425 (solib_name_from_address): Add a program space argument and adjust.
426
427 * solib-svr4.c (struct svr4_info) <pid>: Delete field.
428 <interp_text_sect_low, interp_text_sect_high, interp_plt_sect_low>
429 <interp_plt_sect_high>: New fields.
430 (svr4_info_p, svr4_info): Delete.
431 (solib_svr4_sspace_data): New.
432 (get_svr4_info): Rewrite.
433 (svr4_sspace_data_cleanup): New.
434 (open_symbol_file_object): Adjust.
435 (svr4_default_sos): Adjust.
436 (svr4_fetch_objfile_link_map): Adjust.
437 (interp_text_sect_low, interp_text_sect_high, interp_plt_sect_low)
438 (interp_plt_sect_high): Delete.
439 (svr4_in_dynsym_resolve_code): Adjust.
440 (enable_break): Adjust.
441 (svr4_clear_solib): Revert bit that removed the svr4_info here,
442 and reinstate clearing debug_base, debug_loader_offset_p,
443 debug_loader_offset and debug_loader_name.
444 (_initialize_svr4_solib): Register solib_svr4_pspace_data. Don't
445 install an inferior_exit observer anymore.
446
447 * printcmd.c (struct display) <pspace>: New field.
448 (display_command): Set the display's sspace.
449 (do_one_display): Match the display's sspace.
450 (display_uses_solib_p): Ditto.
451
452 * linux-fork.c (detach_fork): Moved to infrun.c.
453 (_initialize_linux_fork): Moved "detach-on-fork" command to
454 infrun.c.
455 * infrun.c (detach_fork): Moved from linux-fork.c.
456 (proceed_after_vfork_done): New.
457 (handle_vfork_child_exec_or_exit): New.
458 (follow_exec_mode_replace, follow_exec_mode_keep)
459 (follow_exec_mode_names, follow_exec_mode_string)
460 (show_follow_exec_mode_string): New.
461 (follow_exec): New. Reinstate the mark_breakpoints_out call.
462 Remove shared libraries before attaching new executable. If user
463 wants to keep the inferior, keep it.
464 (displaced_step_fixup): Adjust to pass an address space to the
465 breakpoints module.
466 (resume): Ditto.
467 (clear_proceed_status): In all-stop mode, always clear the proceed
468 status of all threads.
469 (prepare_to_proceed): Adjust to pass an address space to the
470 breakpoints module.
471 (proceed): Ditto.
472 (adjust_pc_after_break): Ditto.
473 (handle_inferior_event): When handling a process exit, switch the
474 program space to the inferior's that had exited. Call
475 handle_vfork_child_exec_or_exit. Adjust to pass an address space
476 to the breakpoints module. In non-stop mode, when following a
477 fork and detach-fork is off, also resume the other branch. Handle
478 TARGET_WAITKIND_VFORK_DONE. Set the program space in sals.
479 (normal_stop): Prune inferiors.
480 (_initialize_infrun): Install the new "follow-exec-mode" command.
481 "detach-on-fork" moved here.
482
483 * regcache.h (get_regcache_aspace): Declare.
484 * regcache.c (struct regcache) <aspace>: New field.
485 (regcache_xmalloc): Clear the aspace.
486 (get_regcache_aspace): New.
487 (regcache_cpy): Copy the aspace field.
488 (regcache_cpy_no_passthrough): Ditto.
489 (get_thread_regcache): Fetch the thread's address space from the
490 target, and store it in the regcache.
491
492 * infcall.c (call_function_by_hand): Set the sal's pspace.
493
494 * arch-utils.c (default_has_shared_address_space): New.
495 * arch-utils.h (default_has_shared_address_space): Declare.
496
497 * gdbarch.sh (has_shared_address_space): New.
498 * gdbarch.h, gdbarch.c: Regenerate.
499
500 * linux-tdep.c: Include auxv.h, target.h, elf/common.h.
501 (linux_has_shared_address_space): New.
502 (_initialize_linux_tdep): Declare.
503
504 * arm-tdep.c (arm_software_single_step): Pass the frame's address
505 space to insert_single_step_breakpoint.
506 * arm-linux-tdep.c (arm_linux_software_single_step): Pass the
507 frame's pspace to breakpoint functions.
508 * cris-tdep.c (crisv32_single_step_through_delay): Ditto.
509 (cris_software_single_step): Ditto.
510 * mips-tdep.c (deal_with_atomic_sequence): Add frame argument.
511 Pass the frame's pspace to breakpoint functions.
512 (mips_software_single_step): Adjust.
513 (mips_single_step_through_delay): Adjust.
514 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
515 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
516 * solib-irix.c (enable_break): Adjust to pass the current frame's
517 address space to breakpoint functions.
518 * sparc-tdep.c (sparc_software_single_step): Ditto.
519 * spu-tdep.c (spu_software_single_step): Ditto.
520 * alpha-tdep.c (alpha_software_single_step): Ditto.
521 * record.c (record_wait): Adjust to pass an address space to the
522 breakpoints module.
523
524 * fork-child.c (fork_inferior): Set the new inferior's program and
525 address spaces.
526 * inf-ptrace.c (inf_ptrace_follow_fork): Copy the parent's program
527 and address spaces.
528 (inf_ptrace_attach): Set the inferior's program and address spaces.
529 * linux-nat.c: Include "solib.h".
530 (linux_child_follow_fork): Manage parent and child's program and
531 address spaces. Clone the parent's program space if necessary.
532 Don't wait for the vfork to be done here. Refuse to resume if
533 following the vfork parent while leaving the child stopped.
534 (resume_callback): Don't resume a vfork parent.
535 (linux_nat_resume): Also check for pending events in the
536 lp->waitstatus field.
537 (linux_handle_extended_wait): Report TARGET_WAITKIND_VFORK_DONE
538 events to the core.
539 (stop_wait_callback): Don't wait for SIGSTOP on vfork parents.
540 (cancel_breakpoint): Adjust.
541 * linux-thread-db.c (thread_db_wait): Don't remove thread event
542 breakpoints here.
543 (thread_db_mourn_inferior): Don't mark breakpoints out here.
544 Remove thread event breakpoints after mourning.
545 * corelow.c: Include progspace.h.
546 (core_open): Set the inferior's program and address spaces.
547 * remote.c (remote_add_inferior): Set the new inferior's program
548 and address spaces.
549 (remote_start_remote): Update address spaces.
550 (extended_remote_create_inferior_1): Don't init the thread list if
551 we already debugging other inferiors.
552 * darwin-nat.c (darwin_attach): Set the new inferior's program and
553 address spaces.
554 * gnu-nat.c (gnu_attach): Ditto.
555 * go32-nat.c (go32_create_inferior): Ditto.
556 * inf-ttrace.c (inf_ttrace_follow_fork, inf_ttrace_attach): Ditto.
557 * monitor.c (monitor_open): Ditto.
558 * nto-procfs.c (procfs_attach, procfs_create_inferior): Ditto.
559 * procfs.c (do_attach): Ditto.
560 * windows-nat.c (do_initial_windows_stuff): Ditto.
561
562 * inflow.c (inferior_process_group)
563 (terminal_init_inferior_with_pgrp, terminal_inferior,
564 (terminal_ours_1, inflow_inferior_exit, copy_terminal_info)
565 (child_terminal_info, new_tty_postfork, set_sigint_trap): Adjust
566 to use per-inferior data instead of inferior->terminal_info.
567 (inflow_inferior_data): New.
568 (inflow_new_inferior): Delete.
569 (inflow_inferior_data_cleanup): New.
570 (get_inflow_inferior_data): New.
571
572 * mi/mi-interp.c (mi_new_inferior): Rename to...
573 (mi_inferior_appeared): ... this.
574 (mi_interpreter_init): Adjust.
575
576 * tui/tui-disasm.c: Include "progspace.h".
577 (tui_set_disassem_content): Pass an address space to
578 breakpoint_here_p.
579
580 * NEWS: Mention multi-program debugging support. Mention new
581 commands "add-inferior", "clone-inferior", "remove-inferior",
582 "maint info program-spaces", and new option "set
583 follow-exec-mode".
584
8dcb1aa7
DL
5852009-10-19 Don Lee <don.lee@sunplusct.com>
586
587 * score-tdep.c: Delete dead codes.
588
44389f9b
MS
5892009-10-15 Michael Snyder <msnyder@vmware.com>
590
591 * record.c (struct record_reg_entry): Replace ptr with union
592 of ptr and buf.
593 (struct record_mem_entry): Ditto.
594 (record_reg_alloc): Don't alloc ptr if reg will fit into buf.
595 (record_mem_alloc): Ditto.
596 (record_reg_release): Don't free ptr if reg was stored in buf.
597 (record_mem_release): Ditto.
598 (record_get_loc): New function. Return a pointer to where the
599 value (mem or reg) is to be stored.
600 (record_arch_list_add_reg): Call record_get_loc instead of using ptr.
601 (record_arch_list_add_mem): Ditto.
602 (record_wait): Ditto.
603
6254b3e3
ME
6042009-10-16 Michael Eager <eager@eagercon.com>
605
606 * microblaze-linux-tdep.c:
607 microblaze_linux_memory_remove_breakpoint(): Add gdbarch to param,
608 replace frame_pc_unwind with get_frame_address_in_block.
609 * microblaze-tdep.c: Remove MICROBLAZE_REGISTER_SIZE.
610 * microblaze-tdep.h: Add MICROBLAZE_REGISTER_SIZE.
611
5d583aa8 6122008-10-15 Steven G. Kargl <kargl@gcc.gnu.org> (tiny patch)
1f596238
JB
613
614 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Conditionally compile in
615 support for pcb->pcb_{fs,ds,es,gs} on FreeBSD older than 8.0.
616
2d1c1221
ME
6172009-10-15 Michael Eager <eager@eagercon.com>
618
619 * config/djgpp/fnchange.lst: Add translations for cpu-microblaze.c,
620 elf32-microblaze.c, microblaze-rom.c, microblaze-linux-tdep.c,
621 microblaze-tdep.h, microblaze-tdep.c, microblaze-opc.h,
622 microblaze-opcm.h, microblaze-dis.c, microblaze-dis.h, sim/microblaze,
623 microblaze.h, and microblaze.isa.
624 * configure.tgt: Add targets microblaze*-linux-*, microblaze*-xilinx-*.
625 * Makefile.in: Build microblaze-tdep.o, microblaze-linux-tdep.o.
626 HFILES_NO_SRCDIR: Add microblaze-tdep.h.
627 * microblaze-linux-tdep.c: New.
628 * microblaze-tdep.c: New.
629 * microblaze-tdep.h: New.
630 * NEWS: Announce Xilinx MicroBlaze support.
631
dacc9cb2
PP
6322009-10-15 Paul Pluzhnikov <ppluzhnikov@google.com>
633
58ad35c4 634 PR gdb/10757
dacc9cb2
PP
635 * linux-nat.c (linux_nat_post_attach_wait): Adjust assert.
636 (lin_lwp_attach_lwp, linux_nat_attach): Handle disappearing LWP.
637
191e1813
MS
6382009-10-15 Michael Snyder <msnyder@vmware.com>
639
640 * record.c (record_insn_max_num): Make unsigned.
641 (_initialize_record): Use uinteger instead of zinteger for
642 set command, so that it will report "unlimited" for zero.
643
61f75dd8
MS
6442009-10-15 Michael Snyder <msnyder@vmware.com>
645
646 * record.c (record_reg_alloc): New function.
647 (record_reg_release): New function.
648 (record_mem_alloc): New function.
649 (record_mem_release): New function.
650 (record_end_alloc): New function.
651 (record_end_release): New function.
652 (record_entry_release): New function.
653 (record_list_release): Simplify, call record_entry_release.
654 (record_list_release_next): Rename to record_list_release_following.
655 Simplify and call record_entry_release.
656 (record_list_release_first): Simplify, comment, and use
657 record_entry_release.
658 (record_arch_list_add_reg): Simplify, call record_reg_alloc.
659 (record_arch_list_add_mem): Simplify, call record_mem_alloc.
660 (record_arch_list_add_end): Simplify, call record_end_alloc.
661
6622009-10-14 Michael Snyder <msnyder@vmware.com>
265aad34
MS
663
664 * record.c (record_list_release_first): Do not decrement
665 record_insn_num.
666 (set_insn_num_max): Remove printf.
667 Decrement record_insn_num in the loop.
668
1256eeda
CC
6692009-10-14 Cary Coutant <ccoutant@google.com>
670
671 * dwarf2read.c (read_import_statement): Call follow_die_ref_or_sig.
672
72f2769e
KS
6732009-10-14 Keith Seitz <keiths@redhat.com>
674
675 * dwarf2read.c (dwarf2_const_value): Fix order of arguments to
676 store_unsigned_integer.
677
e23525a0
PA
6782009-10-14 Pedro Alves <pedro@codesourcery.com>
679
e23525a0
PA
680 * configure.ac (build_warnings): Add -Wunused-value.
681 * configure: Regenerate.
682
70d4c673
TG
6832009-10-14 Tristan Gingold <gingold@adacore.com>
684
685 * solib-darwin.c: Remove trailing whitespaces.
686 (darwin_dyld_version_ok): Fix typo.
687
46e8a76b
AS
6882009-10-14 Andrew Stubbs <ams@codesourcery.com>
689
690 * sh-tdep.c (sh_gdbarch_init): Add show_regs settings for
691 bfd_mach_sh3_nommu, bfd_mach_sh2a_nofpu_or_sh3_nommu,
692 bfd_mach_sh2a_or_sh3e, bfd_mach_sh2a_or_sh4, bfd_mach_sh4_nommu_nofpu,
693 and bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu.
694 Move bfd_mach_sh2a_or_sh4 to use the same configuration as
695 bfd_mach_sh4.
696
9dca5578
DJ
6972009-10-13 Daniel Jacobowitz <dan@codesourcery.com>
698
699 * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR for
700 a Thumb entry point.
701 (thumb_get_next_pc): Handle Thumb-2 and ARM v6 instructions. Refuse
702 to single step into IT blocks.
703
88e3b899
PA
7042009-10-13 Pedro Alves <pedro@codesourcery.com>
705
706 * infcall.c (call_function_by_hand): Formatting.
707
066d7383
TG
7082009-10-13 Tristan Gingold <gingold@adacore.com>
709
710 * solib-darwin.c: Add an empty line after comment for functions.
711 (struct gdb_dyld_all_image_infos): Improve comment.
712 (DYLD_VERSION): Removed and replaced by ...
713 (DYLD_VERSION_MAX, DYLD_VERSION_MIN): ... New macros.
714 (darwin_dyld_version_ok): New function.
715 (darwin_load_image_infos): Call darwin_dyld_version_ok.
716 (darwin_current_sos): Ditto.
717 (darwin_solib_create_inferior_hook): Ditto.
718
f192ea96
TG
7192009-10-13 Tristan Gingold <gingold@adacore.com>
720
721 * machoread.c: Add an empty line after comment for functions.
722 (oso_el_compare_name): New function.
723 (macho_add_oso_symfile): New function.
724 (macho_oso_symfile): Use macho_add_oso_symfile. Sort the oso
725 and optimize accesses to libraries.
726
e361b228
TG
7272009-10-13 Tristan Gingold <gingold@adacore.com>
728
729 * objfiles.c (objfile_has_symbols): New function.
730 * objfiles.h (objfile_has_symbols): Add prototype.
731 * symfile.c (symbol_file_add_with_addrs_or_offsets): Call
732 objfile_has_symbols.
733 (reread_symbols): Ditto.
734
3800e645
MS
7352009-10-12 Jiang Jilin <freephp@gmail.com>
736
737 * i386-tdep.c (i386_process_record): Add xgetbv/xsetbv
738 instructions support.
739
8903eff6
PA
7402009-10-11 Pedro Alves <pedro@codesourcery.com>
741
742 * procfs.c (procfs_make_note_section): Go back to only outputing
743 an NT_PSTATUS note when UNIXWARE is defined.
744
9108f110
DJ
7452009-10-11 Daniel Jacobowitz <dan@codesourcery.com>
746
747 * features/xinclude.dtd: Correct EMPTY typo.
748
7afee700
MS
7492009-10-10 Michael Snyder <msnyder@vmware.com>
750
751 * i386-tdep.c (i386_process_record): Or-equals, not not-equals.
752
d6fd4674
PA
7532009-10-10 Pedro Alves <pedro@codesourcery.com>
754
755 * mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error.
756 Put "break" statements on their own line.
757
28736962
PA
7582009-10-09 Pedro Alves <pedro@codesourcery.com>
759
760 * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
761 we found no event while waiting for a specific LWP.
762 * infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE
763 before anything else.
764
651c8d2d
PA
7652009-10-09 Pedro Alves <pedro@codesourcery.com>
766
767 * procfs.c (procfs_make_note_section): Always output a NT_PSTATUS
768 note when NEW_PROC_API is defined.
769
3cdd9356
PA
7702009-10-09 Pedro Alves <pedro@codesourcery.com>
771
772 * corelow.c (core_has_fake_pid): New.
773 (core_close): Clear it.
774 (add_to_thread_list): Fake a pid if one is not found on a Solaris
775 core. Add the inferior here. Always add the thread, don't use
776 thread_change_ptid.
777 (core_open): Don't add the main thread or the inferior here unless
778 we find that the core had no .reg/NN sections.
779 (get_core_register_section): Handle Solaris cores with fake pids.
780
62f33d08
PA
781 * corelow.c (add_to_thread_list): Fix typo.
782
1800f484
PP
7832009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
784
785 PR gdb/10457
786 * elfread.c (elf_symtab_read): Don't use alloca in a loop.
787
fc5abaae
JK
7882009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
789
790 * i386-nat.c (i386_stopped_by_hwbp): Remove.
791
7922009-10-07 Joel Brobecker <brobecker@adacore.com>
abc7453d
JB
793
794 * NEWS: Update following the GDB 7.0 release.
795
905e0470
PM
7962009-10-07 Pierre Muller <muller@ics.u-strasbg.fr>
797
798 ARI fix: OP eol rule.
799 * doublest.c (floatformat_from_length): Avoid operator at end of line.
800 * dwarf2-frame.c (dwarf2_build_frame_info): Idem.
801 * dwarf2read.c (read_array_order, dwarf_decode_macros): Idem.
802 * eval.c (evaluate_subexp_standard): Idem.
803 * event-loop.c (create_timer, handle_timer_event): Idem.
804 * expprint.c (print_subexp_standard): Idem.
805 * f-exp.y (variable): Idem.
806 * f-typeprint.c (f_print_type): Idem.
807
5aafa1cc
PM
8082009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
809
810 ARI fix: OP eol rule.
811 * blockframe.c (find_pc_partial_function): Avoid operator at end of
812 line.
813 * buildsym.c (find_symbol_in_list): Idem.
814 (start_subfile, patch_subfile_names): Idem.
815 * c-exp.y (variable, yylex): Idem.
816 * c-typeprint.c (c_print_type, c_type_print_base): Idem.
817 * c-valprint.c (c_val_print): Idem.
818 * coffread.c (patch_opaque_types, process_coff_symbol): Idem.
819 * corelow.c (core_open): Idem.
820 * cris-tdep.c (move_reg_to_mem_movem_op): Idem.
821 * cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem.
822
f8bf5763
PM
8232009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
824
825 ARI fix: OP eol rule.
826 * ada-exp.y (block_lookup): Avoid operator at end of line.
827 * aix-thread.c (pd_enable): Idem.
828 * alpha-tdep.c (alpha_next_pc): Idem.
829 * arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem.
830 (condition_true, coff_sym_is_thumb): Idem.
831
0969f4e9 8322009-10-06 Joel Brobecker <brobecker@adacore.com>
833
834 GDB 7.0 released.
835
67e5d36c
PM
8362009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
837
37e5cb2b
JB
838 ARI fix: "%p" rule.
839 * target.c (debug_to_thread_architecture): Replace %p by %s using
67e5d36c
PM
840 host_address_to_string function.
841
15c19d39
TG
8422009-10-06 Tristan Gingold <gingold@adacore.com>
843
844 * darwin-nat.c: Add __TEXT __info_plist content.
845 (darwin_attach_pid): Update error message.
846
3e6b0399
JB
8472009-10-06 Joel Brobecker <brobecker@adacore.com>
848
849 * MAINTAINERS: Add Tristan Gingold as Maintainer of the Darwin port.
850
606139a1
JB
8512009-10-06 Joel Brobecker <brobecker@adacore.com>
852
853 * MAINTAINERS: Add Jan Kratochvil as Maintainer of the ia64 target.
854
5b564bb7
PA
8552009-10-05 Pedro Alves <pedro@codesourcery.com>
856
857 Revert:
858 2009-10-04 Pedro Alves <pedro@codesourcery.com>
859 * gdbinit.in: Set data-directory to @srcdir@.
860
11ade57a
PA
8612009-10-04 Pedro Alves <pedro@codesourcery.com>
862
863 * NEWS: Mention non-stop mode.
864
d166c213
PA
8652009-10-04 Pedro Alves <pedro@codesourcery.com>
866
867 * gdbinit.in: Set data-directory to @srcdir@.
868
ca2163eb
PA
8692009-10-02 Pedro Alves <pedro@codesourcery.com>
870
871 * linux-nat.c (TRAP_IS_SYSCALL, TRAP_REMOVE_SYSCALL_FLAG): Delete.
872 (SYSCALL_SIGTRAP): New.
873 (status_to_str): Adjust.
874 (get_pending_status): Pending events in lp->waitstatus don't map
875 to any signal. Simplify.
876 (linux_handle_syscall_trap): New.
877 (linux_handle_extended_wait): When handling PTRACE_EVENT_CLONE
878 events, use linux_ops->to_resume instead of direct ptrace with
879 PTRACE_CONT. Remove all TRAP_IS_SYSCALL handling.
880 (wait_lwp): Handle syscall traps with linux_handle_syscall_trap,
881 and clear the sysgood bit.
882 (status_callback): Make it clearer and add comments.
883 (cancel_breakpoints_callback): Ignore if LP has waitstatus set.
884 (linux_nat_filter_event): Handle syscall traps with
885 linux_handle_syscall_trap, and clear the sysgood bit. Move the
886 check for storing siginfo to after handling extended statuses and
887 syscall traps. Store status in the lwp object.
888 (linux_wait_1): Don't swap the pending status out of the lwp
889 object until after deciding we found an lwp with an interesting
890 event. Requeue a new pending signal if we find one while getting
891 rid or a pending SIGSTOP we sent ourselves. Don't clear the
892 sysgood bit here.
893
894 * infrun.c (deal_with_syscall_event): Rename to ...
895 (handle_syscall_event): ... this. Always context switch and set
896 stop_pc, even if not catching the syscall. If not catching the
897 syscall, always resume with keep_going.
898 (handle_inferior_event): Adjust.
899
a71e0887
JK
9002009-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
901
902 Fix compatibility of --with-system-readline and readline-6.0+.
903 * configure.ac <--with-system-readline> (for readline_echoing_p): New
904 test.
905 * config.in: Regenerate.
906 * configure: Regenerate.
907
c838b516
JB
9082009-10-01 Joel Brobecker <brobecker@adacore.com>
909
910 * MAINTAINERS: Move Don Lee to the correct section (Write After
911 Approval).
912
2f2da8f6
PM
9132009-10-01 Phil Muldoon <pmuldoon@redhat.com>
914
915 * infcall.c (call_function_by_hand): Add a new cleanup branch for
916 std::terminate breakpoints.
917
e453266f
JK
9182009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): New variable buf.
921 Check first the descriptor memory is readable.
922
31158f0e
TT
9232009-09-29 Tom Tromey <tromey@redhat.com>
924
925 * python/py-value.c (valpy_string): NULL-terminate 'keywords'.
926
beaabab2
UW
9272009-09-29 Ulrich Weigand <uweigand@de.ibm.com>
928
929 * s390-tdep.c (s390_displaced_step_fixup): Use type ULONGEST
930 instead of CORE_ADDR for "amode".
931
ca8b5032
JB
9322009-09-29 Joel Brobecker <brobecker@adacore.com>
933
934 * ia64-tdep.c: Update the comments on how we insert/remove
935 breakpoints for L-X instructions.
936 (ia64_memory_insert_breakpoint, ia64_memory_remove_breakpoint):
937 Update the comments inside these functions.
938
99e40580
UW
9392009-09-28 Ulrich Weigand <uweigand@de.ibm.com>
940
941 * gdbarch.sh (displaced_step_hw_singlestep): New callback.
942 * gdbarch.c, gdbarch.h: Regenerate.
943 * arch-utils.c (default_displaced_step_hw_singlestep): New function.
944 * arch-utils.h (default_displaced_step_hw_singlestep): Add prototype.
945
946 * ppc-linux-tdep.c (ppc_displaced_step_hw_singlestep): New function.
947 (rs6000_gdbarch_init): Install it.
948
949 * infrun.c (displaced_step_fixup): Use new callback to determine
950 whether to "step" or "continue" displaced copy.
951 (resume): Likewise. Do not call maybe_software_singlestep
952 for displaced stepping.
953 (maybe_software_singlestep): Do not handle displaced stepping.
954
69368a60
UW
9552009-09-28 Ulrich Weigand <uweigand@de.ibm.com>
956
957 * eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support
958 platforms that use function descriptors. Prefer to use function
959 pointer types instead of function types.
960 * linespec.c (decode_objc): Support function descriptors. Fully
961 initialize SAL result.
962 * objc-lang.c (find_methods): Support function descriptors.
963 Do not require function symbol to point to text section.
964
965 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling
966 via a function pointer, use the descriptor it points to.
967
73a9714c
JB
9682009-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
969
970 Fix ia64 breakpoints in the L-X slot.
971 * ia64-tdep.c (ia64_memory_insert_breakpoint): Extend the comment.
972 New variable shadow_slotnum, use it appropriately instead of slotnum.
973 Move shadow_len initialization before SLOTNUM adjustment, cover now the
974 whole remaining bundle. Error now on breakpoints requested for the
975 slot 2 of L-X bundles. Better sanity check the requested slot 1 of L-X
976 bundles.
977 (ia64_memory_remove_breakpoint): New variable shadow_slotnum, use it
978 appropriately instead of slotnum. Warn now on breakpoints requested
979 for the slot 2 of L-X bundles. Better sanity check the requested slot
980 1 of L-X bundles. Update the assertio check of PLACED_SIZE.
981 (ia64_breakpoint_from_pc): New variable shadow_slotnum, use it
982 appropriately instead of slotnum. Move *lenptr initialization before
983 SLOTNUM adjustment, cover now the whole remaining bundle. Error now
984 on breakpoints requested for the slot 2 of L-X bundles. Better sanity
985 check the requested slot 1 of L-X bundles. Simplify the returned
986 expression.
987
35ec2a3e
JB
9882009-09-28 Joel Brobecker <brobecker@adacore.com>
989
990 * ia64-tdep.c (ia64_memory_insert_breakpoint): Check the slotnum
991 and the type of instruction before deciding which slot to save
992 in the breakpoint shadown contents.
993
206aa767
DE
9942009-09-28 Doug Evans <dje@google.com>
995
996 * linux-nat.c (status_to_str): Handle TRAP_IS_SYSCALL.
66d990c7
DE
997 (TRAP_REMOVE_SYSCALL_FLAG): New macro.
998 (linux_nat_wait_1): Mask off is-syscall bit in wait status for
999 TRAP_IS_SYSCALL before passing value to caller.
206aa767 1000
2d88202a
UW
10012009-09-28 Ulrich Weigand <uweigand@de.ibm.com>
1002
1003 * valops.c (value_assign): Respect parent offset when
1004 assigning to a bitfield.
1005
926569ae
HZ
10062009-09-28 Hui Zhu <teawater@gmail.com>
1007
1008 * i386-tdep.c (i386_process_record): Remove "0x" that
1009 don't need.
1010
1db4e8a0
UW
10112009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
1012
1013 * s390-tdep.c (op_bctr, op_bctgr, op_bct, op1_bctg, op2_bctg,
1014 op_bxh, op1_bxhg, op2_bxhg, op_bxle, op1_bxleg, op2_bxleg,
1015 op1_brct, op2_brct, op1_brctg, op2_brctg, op_brxh, op1_brxhg,
1016 op2_brxhg, op_brxle, op1_brxlg, op2_brxlg): New enum values.
1017 (is_rsi, is_rie): New insn format decoder routines.
1018 (s390_displaced_step_fixup): New function.
1019 (s390_gdbarch_init): Install displaced stepping routines.
1020
1ba3a4f4
UW
10212009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
1022
1023 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*):
1024 Add linux-tdep.o to gdb_target_obs.
1025 (s390*-*-*): Likewise.
1026
5b6912fb
DL
10272009-09-27 Don Lee <don.lee@sunplusct.com>
1028
1029 * score-tdep.c: Comment out some simulator dependent codes.
1030 * score-tdep.h: Delete some simulator dependent macro definitions.
1031
5d40bb85
HZ
10322009-09-27 Hui Zhu <teawater@gmail.com>
1033
1034 * record.c (record_open): Change "query" to "error".
1035 (cmd_record_stop): Change "query" to "printf_unfiltered".
1036
087b74b2
PM
10372009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1038
1039 * i386-nat.c (i386_stopped_data_address): Also check that
1040 hitted watch register is not vacant.
1041
96c07c5b
TT
10422009-09-25 Tom Tromey <tromey@redhat.com>
1043
1044 PR python/10664:
1045 * language.h (struct language_defn) <la_get_string>: Add
1046 'char_type' argument.
1047 (LA_GET_STRING): Likewise.
1048 (default_get_string, c_get_string): Update.
1049 * language.c (default_get_string): Add 'char_type' argument.
1050 * c-valprint.c (c_textual_element_type): Rename from
1051 textual_element_type. No longer static. Update callers.
1052 * c-lang.h (c_textual_element_type): Declare.
1053 * c-lang.c (c_get_string): Add 'char_type' argument.
1054
b8899f2b
TT
10552009-09-25 Tom Tromey <tromey@redhat.com>
1056
1057 * charset.c (iconv_open): Use UTF-16 and UTF-32, not UCS-2 and
1058 UCS-4.
1059 (iconv): Rename 'ucs_flag'.
1060 (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
1061 * c-lang.c (charset_for_string_type): Use UTF-16 and UTF-32, not
1062 UCS-2 and UCS-4.
1063 (convert_ucn): Use UTF-32.
1064
b7c31329
NR
10652009-09-25 Nick Roberts <nickrob@snap.net.nz>
1066
1067 * mi/gdb-mi.el: Remove file.
1068
604ad007
JB
10692009-09-23 Joel Brobecker <brobecker@adacore.com>
1070
1071 * record.c (record_open, record_store_registers, record_xfer_partial):
1072 Replace calls to nquery by calls to query.
1073
20bb6bc8
TT
10742009-09-23 John Wright <john.wright@hp.com>
1075
1076 PR gdb/10684:
1077 * event-top.c (command_line_handler): Terminate linebuffer before
1078 xstrdup.
1079
69e2bf17
JB
10802009-09-22 Joel Brobecker <brobecker@adacore.com>
1081
1082 * solib.c (solib_bfd_open): Relax a bit the compatibility check.
1083
c4e86dd4
DJ
10842009-09-22 Daniel Jacobowitz <dan@codesourcery.com>
1085
1086 * source.c (forget_cached_source_info): Clear last_source_visited.
1087 (init_last_source_visited): Delete.
1088 (directory_command): Do not clear last_source_visited. Call
1089 forget_cached_source_info only if required.
1090 (unset_substitute_path_command, set_substitute_path_command): Call
1091 forget_cached_source_info.
1092 * mi/mi-cmd-env.c (mi_cmd_env_dir): Do not call
1093 init_last_source_visited.
1094 * defs.h (init_last_source_visited): Delete declaration.
1095
89fa5381
TT
10962009-09-22 Tom Tromey <tromey@redhat.com>
1097
1098 PR gdb/10583:
1099 * python/py-value.c (valpy_int): Use PyLong_FromLongLong.
1100 (valpy_long): Likewise.
1101
329719ec
TT
11022009-09-22 Tom Tromey <tromey@redhat.com>
1103
1104 PR python/10680:
1105 * eval.c (evaluate_subexp_standard) <do_call_it>: Handle internal
1106 functions in EVAL_AVOID_SIDE_EFFECTS case.
1107
a13d7b90
JZ
11082009-09-22 Jie Zhang <jie.zhang@analog.com>
1109
1110 * MAINTAINERS: Add myself under Write After Approval.
1111
bb0613a5
PM
11122009-09-22 Pierre Muller <muller@ics.u-strasbg.fr>
1113
1114 * windows-nat.c (ctrl_c_handler): Also handle CTRL_BREAK_EVENT.
1115
12907978
KS
11162009-09-18 Keith Seitz <keiths@redhat.com>
1117
1118 * cp-support.h (cp_validate_operator): Declare new function.
1119 * cp-support.c (cp_validate_operator): New function.
1120 * linespec.c (decode_compound): For C++ check for a valid operator.
1121
e8269d5f
KS
11222009-09-21 Keith Seitz <keiths@redhat.com>
1123
1124 * c-exp.y (qualified_name): Call CHECK_TYPEDEF before deciding
1125 that a type is not an aggregate type.
1126
ce0420dc
TT
11272009-09-21 Jason Orendorff <jason.orendorff@gmail.com>
1128
1129 PR python/10666:
1130 * python/py-function.c (fnpy_init): Use xstrdup.
1131
4f412fd0
JZ
11322009-09-21 Jie Zhang <jie.zhang@analog.com>
1133
1134 * doc/gdb.texinfo: Escape "{" and "}".
1135
7a9fe101
PM
11362009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1137
1138 PR python/10633
1139
1140 * c-lang.c (c_printstr): Do not loop past options->print_max when
1141 iterating with wchar_iterate.
1142
2e4d963f
PM
11432009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1144
1145 * python/py-value.c (valpy_getitem): Test value before allowing
1146 subscript operation.
1147
cdfbdf30
HZ
11482009-09-21 Hui Zhu <teawater@gmail.com>
1149 Michael Snyder <msnyder@vmware.com>
1150
1151 * amd64-linux-tdep.c (amd64_all_but_ip_registers_record): New
1152 function.
1153 (amd64_linux_syscall_record): Call
1154 amd64_all_but_ip_registers_record if syscall is
1155 sys_rt_sigreturn.
1156 (AMD64_LINUX_redzone, AMD64_LINUX_xstate,
1157 AMD64_LINUX_frame_size): New macros.
1158 (amd64_linux_record_signal): New function.
1159 (amd64_linux_init_abi): Call set_gdbarch_process_record_signal.
1160
8a2e0e28
HZ
11612009-09-21 Hui Zhu <teawater@gmail.com>
1162 Michael Snyder <msnyder@vmware.com>
1163
1164 * i386-linux-tdep.c (i386_all_but_ip_registers_record): New
1165 function.
1166 (i386_linux_intx80_sysenter_record): Call
1167 i386_all_but_ip_registers_record if syscall is sys_sigreturn
1168 or sys_rt_sigreturn.
1169 (I386_LINUX_xstate, I386_LINUX_frame_size): New macros.
1170 (i386_linux_record_signal): New function.
1171 (i386_linux_init_abi): Call set_gdbarch_process_record_signal.
1172
8b739a96
HZ
11732009-09-21 Hui Zhu <teawater@gmail.com>
1174 Michael Snyder <msnyder@vmware.com>
1175
1176 * record.c (record_end_entry): New struct.
1177 (record_type): Add end.
1178 (record_arch_list_add_end): Set rec->u.end.sigval to
1179 TARGET_SIGNAL_0.
1180 (record_message_args): New struct.
1181 (record_message): Call gdbarch_process_record_signal.
1182 (do_record_message): Add argument "signal".
1183 (record_resume): Ditto.
1184 (record_wait): Ditto. Check record_list->u.end.sigval
1185 in replay mode.
1186
3846b520
HZ
11872009-09-21 Hui Zhu <teawater@gmail.com>
1188 Michael Snyder <msnyder@vmware.com>
1189
1190 * gdbarch.sh (process_record_signal): New interface.
1191
26f9bcee
JB
11922009-09-19 Matt Rice <ratmice@gmail.com> (tiny change)
1193
1194 Checked in by Joel Brobecker <brobecker@gnat.com>
1195 * varobj.c (varobj_update): Initialize children_changed.
1196
654e7c1f
VP
11972009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1198
1199 * mi/mi-cmd-stack.c (list_args_or_locals): Workaround
1200 gcc warning.
1201
daf3c977
VP
12022009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1203
1204 * mi/mi-cmds.h (mi_cmd_stack_list_variables): Declare.
1205 * mi/mi-cmds.c (mi_cmds): Register -stack-list-variables.
1206 * mi/mi-cmd-stack.c (enum what_to_list): New.
1207 (list_args_or_locals): Accept what_to_list parameter.
1208 Use 'variables' as output name of all are requested.
1209 (mi_cmd_stack_list_variables): New.
1210 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Adjust.
1211
3145548f
EZ
12122009-09-19 Eli Zaretskii <eliz@gnu.org>
1213
1214 * config/djgpp/fnchange.lst: Add missing edits.
1215
8179e739
MG
12162009-09-18 Maxim Grigoriev <maxim2405@gmail.com>
1217
1218 * xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX.
1219
adb7f338
JK
12202009-09-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 * objfiles.c (free_objfile): Clear SYMFILE_OBJFILE if it is OBJFILE.
1223 * rs6000-nat.c (vmap_ldinfo): Only assertion check SYMFILE_OBJFILE now.
1224 * symfile.c (syms_from_objfile, symbol_file_clear): Likewise.
1225
12262009-09-18 Ulrich Weigand <uweigand@de.ibm.com>
db9f5df8
UW
1227
1228 * rs6000-tdep.c (rs6000_builtin_type_vec128): Add v2_double
1229 union member.
1230
01dedca2
JB
12312009-09-17 Joel Brobecker <brobecker@adacore.com>
1232
1233 Fix a build failure on pa-hpux:
1234 * gdb_ptrace.h (PT_SYSCALL): Define here if not already defined.
1235 * inf-ttrace.c (inf_ttrace_wait): Fix compilation failure
1236 introduced after field syscall_id inside struct target_waitstatus
1237 has been renamed into syscall_number.
1238
11e6390e
L
12392009-09-16 H.J. Lu <hongjiu.lu@intel.com>
1240
1241 PR gdb/10649
1242 * Makefile.in (GDB_DATADIR_PATH): Renamed to ...
1243 (GDB_DATADIR): This.
1244 (xml-syscall-install): Updated.
1245
191cfd08 12462009-09-16 Joel Brobecker <brobecker@adacore.com>
1247
1248 GDB 7.0 branch created (branch timestamp: 2009-09-16 19:00 UTC)
1249 * version.in: Bump version to 7.0.50.20090916-cvs.
1250
0cc7d26f
TT
12512009-09-15 Tom Tromey <tromey@redhat.com>
1252
1253 * varobj.h (varobj_update_result_t) <new>: New field.
1254 (varobj_get_child_range, varobj_set_child_range): Declare.
1255 (varobj_list_children): Update.
1256 (varobj_enable_pretty_printing, varobj_has_more)
1257 (varobj_pretty_printed_p): Declare.
1258 * varobj.c (pretty_printing): New global.
1259 (varobj_enable_pretty_printing): New function.
1260 (struct varobj_root) <from, to, constructor, child_iter,
1261 saved_item>: New fields.
1262 (varobj_create): Don't call install_default_visualizer.
1263 (instantiate_pretty_printer): Don't use value_copy.
1264 (varobj_has_more): New function.
1265 (restrict_range): New function.
1266 (install_dynamic_child): Likewise.
1267 (dynamic_varobj_has_child_method): Likewise.
1268 (update_dynamic_varobj_children): Remove 'new_and_unchanged'
1269 argument; add 'new', 'unchanged', 'from', and 'to' arguments.
1270 Rewrite.
1271 (varobj_get_num_children): Call update_dynamic_varobj_children.
1272 (varobj_list_children): Add 'from' and 'to' arguments. Ignore
1273 result of update_dynamic_varobj_children. Don't call
1274 install_default_visualizer. Restrict result range.
1275 (varobj_add_child): Don't call install_default_visualizer.
1276 (varobj_pretty_printed_p): New function.
1277 (install_visualizer): Rewrite. Move earlier in file.
1278 (install_default_visualizer): Likewise.
1279 (construct_visualizer): New function.
1280 (install_new_value_visualizer): Likewise.
1281 (install_new_value): Don't call release_value. Special case
1282 pretty-printed objects. Use value_incref. Rearrange "changed"
1283 logic.
1284 (varobj_get_child_range): New function.
1285 (varobj_set_child_range): Likewise.
1286 (varobj_set_visualizer): Rewrite.
1287 (varobj_update): Rewrite pretty-printing logic.
1288 (new_variable): Initialize new fields.
1289 (free_variable): Destroy new fields.
1290 (value_of_root): Copy 'from' and 'to'.
1291 (my_value_of_variable): Handle pretty-printers.
1292 (value_get_print_value): Rework pretty-printing logic.
1293 (cplus_describe_child): Don't use release_value.
1294 * mi/mi-cmds.h (mi_cmd_enable_pretty_printing)
1295 (mi_cmd_var_set_update_range): Declare.
1296 * mi/mi-cmds.c (mi_cmds): Add enable-pretty-printing and
1297 var-set-update-range.
1298 * mi/mi-cmd-var.c (print_varobj): Update. Emit "dynamic"
1299 attribute.
1300 (mi_cmd_var_create): Emit "has_more" attribute.
1301 (mi_cmd_var_set_format): Plug memory leak.
1302 (mi_print_value_p): Replace 'type' argument with 'var'. Handle
1303 pretty-printed varobjs.
1304 (mi_cmd_var_list_children): Accept 'from' and 'to' arguments.
1305 Emit "has_more" attribute.
1306 (mi_cmd_var_evaluate_expression): Plug memory leak.
1307 (mi_cmd_var_assign): Likewise.
1308 (varobj_update_one): Likewise. Emit "dynamic", "has_more", and
1309 "new_children" attributes.
1310 (mi_cmd_enable_pretty_printing): New function.
1311 (mi_cmd_var_set_update_range): Likewise.
1312
7d4f32d3
DE
13132009-09-15 Doug Evans <dje@google.com>
1314
44353522
DE
1315 * dwarf2expr.h (dwarf_value_location): Add more comments describing
1316 enum values.
1317 (struct dwarf_stack_value): New struct.
1318 (struct dwarf_expr_context): Change type of `stack' from CORE_ADDR*
1319 to struct dwarf_stack_value*.
1320 (struct dwarf_expr_piece): Move `v.value' into its own struct, v.expr,
1321 all uses updated. Add v.expr.in_stack_memory.
1322 (dwarf_expr_push): Update declaration.
1323 (dwarf_expr_fetch_in_stack_memory): Declare.
1324 * dwarf2expr.c (dwarf_expr_grow_stack): Update calculation of
1325 size of stack value.
1326 (dwarf_expr_push): New arg in_stack_memory, all callers updated.
1327 (dwarf_expr_fetch_in_stack_memory): New function.
1328 (add_piece): Set in_stack_memory for non-literal values.
1329 (execute_stack_op): Allow ops to specify whether the value is on the
1330 program's stack.
1331 (execute_stack_op, case DW_OP_fbreg): Mark value as in stack memory.
1332 (execute_stack_op, case DW_OP_call_frame_cfa): Ditto.
1333 (execute_stack_op, case DW_OP_dup): Copy in_stack_memory flag.
1334 (execute_stack_op, cases DW_OP_pick, DW_OP_over): Ditto.
1335 (execute_stack_op, cases DW_OP_swap, DW_OP_rot): Update type of
1336 dwarf stack value.
1337 * dwarf2loc.c (read_pieced_value): Call read_stack for values known
1338 to be on the program's stack.
1339 (dwarf2_evaluate_loc_desc, case DWARF_VALUE_MEMORY): Call
1340 set_value_stack only for objects known to be in stack memory.
1341 * dwarf2-frame.c (execute_stack_op): New arg initial_in_stack_memory,
1342 all callers updated.
1343
7d4f32d3
DE
1344 * target.c (memory_xfer_partial): Pass correct length to dcache_update.
1345
8285870a
JK
13462009-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1347
1348 Fix gcc-4.5 HEAD warnings for enum ada_operator.
1349 * Makefile.in (HFILES_NO_SRCDIR): Add ada-operator.inc.
1350 * ada-lang.h (enum ada_operator): Move it to ...
1351 * ada-operator.inc: ... a new file.
1352 * expression.h (enum exp_opcode): Include ada-operator.inc.
1353 New element OP_UNUSED_LAST. Update comment for OP_EXTENDED0.
1354
1355 Fix gcc-4.5 HEAD warnings for GDB_FORM_cached_string.
1356 * dwarf2read.c (GDB_FORM_cached_string)
1357 (dwarf_form_name <GDB_FORM_cached_string>): Remove.
1358 (struct attribute <dwarf_form>): Reduce the bit width.
1359 (struct attribute <string_is_canonical>, DW_STRING_IS_CANONICAL): New.
1360 (read_attribute_value <DW_FORM_string>)
1361 (read_attribute_value <DW_FORM_strp>): Initialize
1362 DW_STRING_IS_CANONICAL.
1363 (dwarf2_name, dump_die_shallow <DW_FORM_string>)
1364 (dump_die_shallow <DW_FORM_strp>): Update the code using former
1365 GDB_FORM_cached_string.
1366
a96d9b2e
SDJ
13672009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1368
1369 * amd64-linux-tdep.c: Include xml-syscall.h header, define the XML
1370 syscall name for the architecture.
1371 (amd64_linux_get_syscall_number): New function.
1372 (amd64_linux_init_abi): Register the correct functions for syscall
1373 catchpoint; set the correct syscall file name.
1374 * breakpoint.c: New include: xml-syscall.h.
1375 (set_raw_breakpoint_without_location): Setting the parameters
1376 for the catch syscall feature.
1377 (insert_catch_syscall): New.
1378 (remove_catch_syscall): New.
1379 (breakpoint_hit_catch_syscall): New.
1380 (print_it_catch_syscall): New.
1381 (print_one_catch_syscall): New.
1382 (print_mention_catch_syscall): New.
1383 (catch_syscall_breakpoint_ops): New.
1384 (syscall_catchpoint_p): New.
1385 (create_catchpoint_without_mention): New.
1386 (create_catchpoint): Modified in order to use
1387 create_catchpoint_without_mention.
1388 (create_syscall_event_catchpoint): New.
1389 (clean_up_filters): New.
1390 (catch_syscall_split_args): New.
1391 (catch_syscall_command_1): New.
1392 (delete_breakpoint): Add cleanup for catch syscall.
1393 (is_syscall_catchpoint_enabled): New.
1394 (catch_syscall_enabled): New.
1395 (catching_syscall_number): New.
1396 (catch_syscall_completer): New completer function.
1397 (add_catch_command): Add the completer function for catchpoints.
1398 * breakpoint.h (syscalls_to_be_caught): New vector.
1399 (catch_syscall_enabled): New.
1400 (catching_syscall_number): New.
1401 * gdbarch.c: Regenerated.
1402 * gdbarch.h: Regenerated.
1403 * gdbarch.sh: Add syscall catchpoint functions and structures.
1404 (get_syscall_number): New.
1405 (UNKNOWN_SYSCALL): New definition.
1406 * i386-linux-nat.c (i386_linux_resume): Select the proper request
1407 to be made for ptrace() considering if we are catching syscalls
1408 or not.
1409 * i386-linux-tdep.c: Include xml-syscall.h header, define the XML
1410 syscall name for the architecture.
1411 (i386_linux_get_syscall_number): New.
1412 (i386_linux_init_abi): Register the correct functions for syscall
1413 catchpoint; set the correct syscall file name.
1414 * inf-child.c (inf_child_set_syscall_catchpoint): New.
1415 (inf_child_target): Assign default values to target_ops.
1416 * inf-ptrace.c (inf_ptrace_resume): Select the proper request
1417 to be made for ptrace() considering if we are catching syscalls
1418 or not.
1419 * inferior.h (struct inferior): Included new variables
1420 any_syscall_count, syscalls_counts and total_syscalls_count,
1421 used to keep track of requested syscall catchpoints.
1422 * infrun.c (resume): Add syscall catchpoint.
1423 (deal_with_syscall_event): New.
1424 (handle_inferior_event): Add syscall entry/return events.
1425 (inferior_has_called_syscall): New.
1426 * linux-nat.c: Define some helpful variables to track wether we have
1427 support for the needed ptrace option.
1428 (linux_test_for_tracesysgood): New.
1429 (linux_supports_tracesysgood): New.
1430 (linux_enable_tracesysgood): New.
1431 (linux_enable_event_reporting): Save the current used ptrace
1432 options.
1433 (linux_child_post_attach): Calling linux_enable_tracesysgood.
1434 (linux_child_post_startup_inferior): Likewise.
1435 (linux_child_set_syscall_catchpoint): New function.
1436 (linux_handle_extended_wait): Handle the case which the inferior stops
1437 because it has called or returned from a syscall.
1438 (linux_target_install_ops): Install the necessary functions to handle
1439 syscall catchpoints.
1440 * linux-nat.h (struct lwp_info): Include syscall_state into the
1441 structure, which indicates if we are in a syscall entry or return.
1442 * ppc-linux-tdep.c: Include xml-syscall.h header, define the XML
1443 syscall filename for the arch.
1444 (ppc_linux_get_syscall_number): New.
1445 (ppc_linux_init_abi): Register the correct functions for syscall
1446 catchpoint; setting the correct name for the XML syscall file.
1447 * target.c (update_current_target): Update/copy functions related to
1448 syscall catchpoint.
1449 (target_waitstatus_to_string): Add syscall catchpoint entry/return
1450 events.
1451 * target.h (struct target_waitstatus): Add syscall number.
1452 (struct syscall): New struct to hold information about syscalls
1453 in the system.
1454 (struct target_ops): Add ops for syscall catchpoint.
1455 (inferior_has_called_syscall): New.
1456 (target_set_syscall_catchpoint): New.
1457 * xml-support.c (xml_fetch_content_from_file): New function,
1458 transferred from xml-tdesc.c.
1459 * xml-support.h (xml_fetch_content_from_file): New.
1460 * xml-tdesc.c (fetch_xml_from_file): Function removed;
1461 transferred to xml-support.c.
1462 (file_read_description_xml): Updated to use the new
1463 xml_fetch_content_from_file function.
1464 * syscalls/gdb-syscalls.dtd: New definition file for syscall's XML
1465 support.
1466 * syscalls/amd64-linux.xml: New file containing information about
1467 syscalls for GNU/Linux systems that use amd64 architecture.
1468 * syscalls/i386-linux.xml: New file containing information about
1469 syscalls for GNU/Linux systems that use i386 architecture.
1470 * syscalls/ppc-linux.xml: New file containing information about
1471 syscalls for GNU/Linux systems that use PPC architecture.
1472 * syscalls/ppc64-linux.xml: New file containing information about
1473 syscalls for GNU/Linux systems that use PPC64 architecture.
1474 * xml-syscall.c: New file containing functions for manipulating
1475 syscall's XML files.
1476 * xml-syscall.h: New file, exporting the functions above mentioned.
1477 * Makefile.in: Support for relocatable GDB datadir and XML
1478 syscall.
1479 * NEWS: Added information about the catch syscall feature.
1480
41dcd03f
DE
14812009-09-14 Doug Evans <dje@google.com>
1482
1483 * target.c (memory_xfer_partial): Only update dcache after we know
1484 the write succeeded.
1485
00878c6e
PP
14862009-09-14 Paul Pluzhnikov <ppluzhnikov@google.com>
1487
1488 *minsyms.c (lookup_minimal_symbol_by_pc_section_1): Assert non-NULL
1489 section.
1490 (lookup_minimal_symbol_by_pc_section): Check for NULL section.
1491 (lookup_minimal_symbol_by_pc): Adjust.
1492
6fbf07cd
PP
14932009-09-14 Paul Pluzhnikov <ppluzhnikov@google.com>
1494
1495 * objfiles.c (qsort_cmp): Remove asserts.
1496 (insert_section_p, filter_debuginfo_sections): New function.
1497 (filter_overlapping_sections): Likewise.
1498 (update_section_map): Adjust.
00878c6e 1499
005ca36a
JB
15002009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1501
1502 * frame.c (get_frame_id): Default to outer_frame_id if the this_id
1503 method does not supply an ID. Assert that the result is not
1504 null_frame_id.
1505 (outer_frame_id): New.
1506 (frame_id_p): Accept outer_frame_id.
1507 (frame_id_eq): Allow outer_frame_id to be equal to itself.
1508 (frame_find_by_id): Revert previous local workarounds.
1509 (get_prev_frame_1): Adjust end-of-stack check to test outer_frame_id.
1510 * frame.h (null_frame_id, frame_id_p): Update comments.
1511 (outer_frame_id): Declare.
1512 * infrun.c (handle_inferior_event): Do not treat all steps from the
1513 outermost frame as subroutine calls.
1514
1515 * libunwind-frame.c (libunwind_frame_this_id): Do not clear THIS_ID.
1516 * hppa-tdep.c (hppa_stub_frame_this_id): Likewise.
1517 * ia64-tdep.c (ia64_frame_this_id): Likewise.
1518 (ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id):
1519 Use outer_frame_id instead of null_frame_id.
1520 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Use outer_frame_id.
1521 * i386obsd-tdep.c (i386obsd_trapframe_cache): Likewise.
1522 * inline-frame.c (inline_frame_this_id): Refuse outer_frame_id.
1523 * thread.c (restore_selected_frame): Update comment and remove
1524 frame_id_p check.
1525
c1bd65d0
DE
15262009-09-11 Doug Evans <dje@google.com>
1527
411c71a8
DE
1528 * dwarf2expr.c (execute_stack_op, case DW_OP_piece): Delete unused
1529 local addr_or_regnum.
1530
c1bd65d0
DE
1531 * objfiles.c (struct objfile_data): Delete member cleanup and replace
1532 with save, free.
1533 (register_objfile_data_with_cleanup): Delete arg cleanup and replace
1534 with save, free. All callers updated.
1535 (clear_objfile_data): Replace cleanup loop with separate save and
1536 free loops.
1537 * objfiles.h (register_objfile_data_with_cleanup): Update.
1538 * arm-tdep.c (arm_objfile_data_free): Renamed from
1539 arm_objfile_data_cleanup, all callers updated.
1540 * dwarf2read.c (dwarf2_per_objfile_free): Renamed from
1541 dwarf2_per_objfile_cleanup, all callers updated.
1542 * python/py-objfile.c (py_free_objfile): Renamed from clean_up_objfile,
1543 all callers updated.
1544 * python/py-type.c (save_objfile_types): Renamed from
1545 clean_up_objfile_types, all callers updated.
1546
cec03d70
TT
15472009-09-11 Tom Tromey <tromey@redhat.com>
1548
1549 * dwarf2loc.c (struct piece_closure) <arch>: New field.
1550 (dwarf2_evaluate_loc_desc): Update.
1551 (dwarf2_loc_desc_needs_frame): Likewise.
1552 (allocate_piece_closure): Initialize new field.
1553 (read_pieced_value): Update.
1554 (write_pieced_value): Update.
1555 (copy_pieced_value_closure): Update.
1556 * dwarf2expr.h (enum dwarf_value_location): New.
1557 (struct dwarf_expr_context) <in_reg>: Remove.
1558 <location, len, data>: New fields.
1559 (struct dwarf_expr_piece) <in_reg, value>: Remove.
1560 <location, v>: New fields.
1561 * dwarf2expr.c (add_piece): Remove in_reg, value arguments.
1562 Update.
1563 (require_composition): New function.
1564 (execute_stack_op): Update.
1565 <DW_OP_implicit_value, DW_OP_stack_value>: New cases.
1566 <DW_OP_reg0>: Set location, not in_reg.
1567 <DW_OP_regx>: Likewise. Use require_composition.
1568 <DW_OP_fbreg>: Update.
1569 <DW_OP_piece>: Likewise.
1570 * dwarf2-frame.c (execute_stack_op): Update.
1571
ce0bf488
AG
15722009-09-10 Anthony Green <green@moxielogic.com>
1573
1574 * moxie-tdep.c (moxie_analyze_prologue): Recognize new prologue
1575 sequences.
1576
40ab02ce
MS
15772009-09-10 Michael Snyder <msnyder@vmware.com>
1578
1579 * remote.c (PACKET_bc, PACKET_bs): New enums.
1580 (remote_protocol_features): Add ReverseStep, ReverseContinue.
1581 (remote_resume): Check for reverse capability.
1582 (_initialize_remote): Add packet config for "bs" and "bc" packets.
1583 * NEWS (new options): Mention set/show for "bs" and "bc" packets.
1584
910c5da8
JB
15852009-09-10 Joel Brobecker <brobecker@adacore.com>
1586
1587 * top.c (interactive_mode): New static variable.
1588 (show_interactive_mode): New function.
1589 (input_from_terminal_p): If interactive_mode is not auto, then
1590 use that rather than checking the stdin settings.
1591 (init_main): Add "set/show interactive-mode" command.
1592 * NEWS: Add entry for new "set/show interactive-mode" command.
1593
2c9e3c69
JB
15942009-09-10 Joel Brobecker <brobecker@adacore.com>
1595
1596 * configure.ac: Fix the names of the python source and object files
1597 following the renaming done in an earlier change.
1598 * configure: Regenerate.
1599
397dbc8b
JB
16002009-09-08 Joel Brobecker <brobecker@adacore.com>
1601
1602 Fix a build failure on AIX.
1603 * rs6000-nat.c (vmap_exec): Rewrite using target_get_section_table
1604 instead of relying on the to_sections/to_section_end target_ops
1605 field, since the latter have been removed in a previous patch.
1606
5172aecb
JB
16072009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
1608
1609 * Makefile.in (py-cmd.o): Renamed from python-cmd.o. Updated
1610 references.
1611 (py-frame.o): Renamed from python-frame.o. Updated references.
1612 (py-function.o): Renamed from python-function.o. Updated references.
1613 (py-objfile.o): Renamed from python-objfile.o. Updated references.
1614 (py-prettyprint.o): Renamed from python-prettyprint.o. Updated
1615 references.
1616 (py-type.o): Renamed from python-type.o. Updated references.
1617 (py-utils.o): Renamed from python-utils.o. Updated references.
1618 (py-value.o): Renamed from python-value.o. Updated references.
1619 * py-cmd.c: Renamed from python-cmd.c.
1620 * py-frame.c: Renamed from python-frame.c.
1621 * py-function.c: Renamed from python-function.c.
1622 * py-objfile.c: Renamed from python-objfile.c.
1623 * py-prettyprint.c: Renamed from python-prettyprint.c.
1624 * py-type.c: Renamed from python-type.c.
1625 * py-utils.c: Renamed from python-utils.c.
1626 * py-value.c: Renamed from python-value.c.
1627
b83e9eb7
JB
16282009-09-08 Joel Brobecker <brobecker@adacore.com>
1629
1630 Avoid quadratic behavior when computing the value of a register.
1631 * frame.c (frame_stash): New static constant.
1632 (frame_stash_add, frame_stash_find, frame_stash_invalidate):
1633 New functions.
1634 (get_frame_id): Minor reformatting. Add the frame to the frame stash.
1635 (frame_find_by_id): Search the frame stash first before walking all
1636 frames starting from te current_frame.
1637 (reinit_frame_stash): Add call to frame_stash_invalidate ();
1638
49e794ac
JB
16392009-09-08 Joel Brobecker <brobecker@adacore.com>
1640
1641 * block.c (contained_in): Return zero for nested functions.
1642 * blockframe.c (block_innermost_frame): Delete unreferenced local
1643 variable.
1644
9cf1b572
DE
16452009-09-08 Doug Evans <dje@google.com>
1646
1647 * target.c (initialize_targets): Fix thinko in stack_cache_enabled_p.
1648
13b6d1d4
MS
16492009-09-08 Michael Snyder <msnyder@vmware.com>
1650
1651 * amd64-linux-tdep.h (enum amd64_syscall): New enum consts,
1652 to replace literal consts used in amd64-linux-tdep.c
1653 * linux-record.h (enum gdb_syscall): New enum consts, to replace
1654 literal consts used in amd64-linux-tdep.c and linux-record.c.
1655 * amd64-linux-tdep.c (amd64_canonicalize_syscall): New function,
1656 translate from native amd64 Linux syscall id to internal gdb id.
1657 (amd64_linux_syscall_record): Switch statement abstracted out
1658 and replaced with a call to amd64_canonicalize_syscall.
1659 * linux-record.c (record_linux_system_call): Replace literal
1660 consts with enum consts.
1661 * i386-linux-tdep.c (i386_canonicalize_syscall): New function,
1662 trivially translate from native i386 Linux syscalls to gdb syscalls.
1663 (i386_linux_intx80_sysenter_record):
1664
a5bbabf3
RW
16652009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1666
1667 * gdb/Makefile.in (check//%): Parse 'config.status --version'
1668 output to recreate the configuration from the testsuite directory,
1669 rather than running 'config.status --recheck' from a different
1670 build directory. Let configure do the recursion rather than
1671 doing it manually.
1672
a58162c2
JK
16732009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1674
1675 * ia64-tdep.c (ia64_memory_remove_breakpoint): Call do_cleanups
1676 before a return.
1677
fbfaaae5
JK
16782009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1679
1680 * ia64-tdep.c (ia64_memory_insert_breakpoint)
1681 (ia64_memory_remove_breakpoint): Return immediately if any of memory
1682 reads fail. Do not combine the VAL values.
1683
b554e4bd
JK
16842009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1685
1686 Fix ia64 shadowing of breakpoints in multiple slots of a single bundle.
1687 * ia64-tdep.c (ia64_memory_insert_breakpoint): New call
1688 of make_show_memory_breakpoints_cleanup with parameter 0. Move the
1689 reading of SHADOW_CONTENTS to this memory state point of code. Update
1690 comment for the memory re-read.
1691
fda458ee
MS
16922009-09-07 Michael Snyder <msnyder@vmware.com>
1693
1694 * record.c: Minor comment and white space fix-ups.
1695
1390fcc2
JK
16962009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1697
1698 * m68k-tdep.c (m68k_gdbarch_init): Allocate TDEP as cleared.
1699 * sparc-tdep.c (sparc32_gdbarch_init): Allocate TDEP as cleared.
1700 Remove explicit clearing of TDEP fields.
1701
d7877f7e
HZ
17022009-09-06 Hui Zhu <teawater@gmail.com>
1703
1704 * i386-tdep.c (i386_record_check_override): Deleted.
1705 (i386_record_lea_modrm): Ditto.
1706 (i386_process_record): Ditto.
1707
348e86d9
EZ
17082009-09-05 Eli Zaretskii <eliz@gnu.org>
1709
1710 * config/djgpp/djconfig.sh: Fix for Autoconf 2.64.
1711 * config/djgpp/config.sed: Fix for Autoconf 2.64.
1712
df61f520
HZ
17132009-09-05 Hui Zhu <teawater@gmail.com>
1714
1715 * i386-tdep.c (i386_record_s): Add orig_addr.
1716 (i386_record_check_override): New function.
1717 (i386_record_lea_modrm): Call i386_record_check_override.
1718 (i386_process_record): Ditto.
1719
052b9502
NF
17202009-09-03 Nathan Froyd <froydnj@codesourcery.com>
1721
1722 * dwarf2loc.c (struct piece_closure): New.
1723 (allocate_piece_closure): New function.
1724 (read_pieced_value): New function.
1725 (write_pieced_value): New function.
1726 (copy_pieced_value_closure): New function.
1727 (free_pieced_value_closure): New function.
1728 (pieced_value_funcs): Define.
1729 (dwarf2_evaluate_loc_desc): Return a computed value for a variable
1730 described with pieces.
1731
97b9747c
JB
17322009-09-03 Pierre Muller <muller@ics.u-strasbg.fr>
1733 Richard Earnshaw <rearnsha@arm.com>
1734
1735 * arm-tdep.c (displaced_write_reg): Replace call to abort by call
1736 to internal_error.
1737
e7802207
TT
17382009-09-02 Tom Tromey <tromey@redhat.com>
1739
1740 * frame.h (frame_unwinder_is): Declare.
1741 * frame.c (frame_unwinder_is): New function.
1742 * dwarf2loc.c: Include dwarf2-frame.h.
1743 (dwarf_expr_frame_cfa): New function.
1744 (dwarf2_evaluate_loc_desc): Use it.
1745 (needs_frame_frame_cfa): New function.
1746 (dwarf2_loc_desc_needs_frame): Use it.
1747 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_cfa>: New
1748 field.
1749 * dwarf2expr.c (execute_stack_op) <DW_OP_call_frame_cfa>: New
1750 case.
1751 * dwarf2-frame.h (dwarf2_frame_cfa): Declare.
1752 * dwarf2-frame.c (no_get_frame_cfa): New function.
1753 (execute_stack_op): Use it.
1754 (dwarf2_frame_cfa): New function.
1755
c9e78e0c
HZ
17562009-09-02 Hui Zhu <teawater@gmail.com>
1757
1758 * record.c (record_resume): Change "signal" to "siggnal".
1759
14c6ee20
HZ
17602009-09-01 Hui Zhu <teawater@gmail.com>
1761
1762 * record.c (record_resume): Change "siggnal" to "signal".
1763
88fef440
HZ
17642009-09-01 Hui Zhu <teawater@gmail.com>
1765
1766 * record.c (record_resume_siggnal): Deleted.
1767 (record_resume): Ditto.
1768 (record_wait): Change record_resume_siggnal to
1769 TARGET_SIGNAL_0.
1770
4e5d721f
DE
17712009-08-31 Jacob Potter <jdpotter@google.com>
1772 Doug Evans <dje@google.com>
1773
1774 Implement TARGET_OBJECT_STACK_MEMORY.
1775 * NEWS: Add note on new "set stack-cache" option.
1776 * corefile.c (read_stack): New function.
1777 * dcache.c (dcache_struct): New member ptid.
1778 (dcache_enable_p): Mark as obsolete.
1779 (show_dcache_enabled_p): Flag option as deprecated.
1780 (dcache_invalidate): Update ptid.
1781 (dcache_invalidate_line): New function.
1782 (dcache_read_line): No longer check cacheable attribute, stack
1783 accesses get cached despite attribute.
1784 (dcache_init): Set ptid.
1785 (dcache_xfer_memory): Flush cache if from different ptid than before.
1786 Update cache after write.
1787 (dcache_update): New function.
1788 (dcache_info): Report ptid.
1789 (_initialize_dcache): Update text for `remotecache' to indicate it
1790 is obsolete.
1791 * dcache.h (dcache_update): Declare.
1792 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Mark values on stack with
1793 set_value_stack.
1794 * frame-unwind.c (frame_unwind_got_memory): Ditto.
1795 * gdbcore.h (read_stack): Declare.
1796 * memattr.c (mem_enable_command): Call target_dcache_invalidate
1797 instead of dcache_invalidate.
1798 (mem_disable_command, mem_delete_command): Ditto.
1799 * target.c (stack_cache_enabled_p_1): New static global.
1800 (stack_cache_enabled_p): New static global.
1801 (set_stack_cache_enabled_p): New function.
1802 (show_stack_cache_enabled_p): New function.
1803 (target_dcache): Make static.
1804 (target_dcache_invalidate): New function.
1805 (target_load, target_resume): Call target_dcache_invalidate
1806 instead of dcache_invalidate.
1807 (memory_xfer_partial): New arg object, all callers updated.
1808 Check for existing inferior before calling dcache routines.
1809 When writing non-TARGET_OBJECT_STACK_MEMORY, notify dcache.
1810 (target_xfer_partial): Call memory_xfer_partial for
1811 TARGET_OBJECT_STACK_MEMORY.
1812 (target_read_stack): New function.
1813 (initialize_targets): Install new option `stack-cache'.
1814 * target.h: Remove #include of dcache.h.
1815 (enum target_object): New value TARGET_OBJECT_STACK_MEMORY.
1816 (target_dcache): Delete.
1817 (target_dcache_invalidate): Declare.
1818 (target_read_stack): Declare.
1819 * top.c (prepare_execute_command): New function.
1820 (execute_command): Call prepare_execute_command
1821 instead of free_all_values.
1822 * top.h (prepare_execute_command): Declare.
1823 * valops.c (get_value_at): New function.
1824 (value_at): Guts moved to get_value_at.
1825 (value_at_lazy): Similarly.
1826 (value_fetch_lazy): Call read_stack for stack values.
1827 * value.c (struct value): New member `stack'.
1828 (value_stack, set_value_stack): New functions.
1829 * value.h (value_stack, set_value_stack): Declare.
1830 * mi/mi-main.c (mi_cmd_execute): Call prepare_execute_command
1831 instead of free_all_values.
1832
77d7dc92
HZ
18332009-08-29 Hui Zhu <teawater@gmail.com>
1834
1835 * i386-tdep.c (i386_process_record): Fix the error of string
1836 ops instructions's handler.
1837
648bf667
DE
18382009-08-28 Doug Evans <dje@google.com>
1839
1840 * top.c (execute_command): Remove redundant comment.
1841
4a76eae5
DJ
18422009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
1843
1844 PR gdb/10565
1845
1846 * value.c (value_primitive_field): Do not save value_offset for
1847 bitfields.
1848 (unpack_bits_as_long): Do not read an entire ULONGEST.
1849
d4b96c9a
JK
18502009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1851
1852 Support constant DW_AT_data_member_location by GCC PR debug/40659.
1853 * dwarf2read.c
1854 (dwarf2_add_field <DW_TAG_member> <DW_AT_data_member_location>):
1855 Initialize BYTE_OFFSET to 0 by default. Explicitly check if
1856 attr_form_is_block.
1857 (dwarf2_add_field <DW_TAG_inheritance> <DW_AT_data_member_location>)
1858 (read_common_block <DW_AT_data_member_location>): New variable
1859 byte_offset. Fix crash on non-DW_BLOCK ATTR values.
1860
12b1a979
HZ
18612009-08-28 Hui Zhu <teawater@gmail.com>
1862
1863 * record.c (record_list_release_next): Change the first
1864 record_reg to record_end.
1865
55333a84
DE
18662009-08-27 Doug Evans <dje@google.com>
1867
725e88af
DE
1868 * value.c (free_all_values): Tweak comment.
1869
55333a84
DE
1870 * NEWS: Add note on "info sharedlibrary".
1871 Remove note on "set print symbol-loading".
1872 * main.c (captured_main): Pass !batch for from_tty when calling
1873 symbol_file_add_main.
1874 * objfiles.h (objfile_has_partial_symbols): Declare.
1875 (objfile_has_full_symbols): Declare.
1876 * objfiles.c (objfile_has_partial_symbols): New function.
1877 (have_partial_symbols): Use it.
1878 (objfile_has_full_symbols): New function.
1879 (have_full_symbols): Use it.
1880 * solib.c: Include interps.h.
1881 (solib_read_symbols): Back out patch of 2008-07-10.
1882 Add test for info_verbose for symbol loading messages for
1883 consistency with symfile.c.
1884 (info_sharedlibrary_command): Handle optional parameter of regex of
1885 libraries to list. Inform user of libraries without debugging info.
1886 Rewrite to use ui_out routines to format output.
1887 * symfile.c (print_symbol_loading): Delete.
1888 (symbol_file_add_with_addrs_or_offsets): Back out patch of 2008-07-10.
1889 Print "no debugging symbols found" only if from_tty || info_verbose;
1890 and only check file being loaded, not all files.
1891 (reread_symbols): Test file being loaded for whether it has symbols,
1892 not all files.
1893 (__initialize_symfile): Delete `set print symbol-loading'.
1894 * symfile.h (print_symbol_loading): Delete.
1895
4e22772d
JK
18962009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1897
1898 * varobj.c (varobj_create): Error if the specified frame was not found
1899 and it is needed.
1900
d691bec7
MS
19012009-08-26 Michael Snyder <msnyder@vmware.com>
1902
1903 * i386-tdep.c (i386_process_record): Break out of prefix loop
1904 if not amd64. Otherwise inc/dec instructions are lost.
1905
ec7f2efe
KS
19062009-08-25 Keith Seitz <keiths@redhat.com>
1907
1908 * c-exp.y (yylex): Add cxx_only check for tokentab2 and tokentab3
1909 searches.
1910 (tokentab3): Add cxx_only for DOT_STAR.
1911
3a1ff0b6
PA
19122009-08-25 Pedro Alves <pedro@codesourcery.com>
1913
1914 * inferior.c (print_inferior): Align columns left. Remove header
1915 for the the "current" column. Rename column "Id" to "Num".
1916 Rename column "PID" to "Description". Print if there's no selected
1917 inferior.
1918
924d6a4f
JK
19192009-08-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1920
1921 Fix ia64 start crash when GDB built with -lmcheck.
1922 * ia64-tdep.c (ia64_gdbarch_init): Allocate TDEP as cleared. Remove
1923 specific clearing of TDEP SIGCONTEXT_REGISTER_ADDRESS and
1924 PC_IN_SIGTRAMP.
1925
c1af96a0
KS
19262009-08-24 Keith Seitz <keiths@redhat.com>
1927
1928 * c-exp.y (tokentab3): Add new token, ARROW_STAR. Changed all users.
1929 (tokentab2): Add new token, DOT_STAR. Changed all users.
1930
95699ff0
KS
19312009-08-24 Keith Seitz <keiths@redhat.com>
1932
1933 * symtab.c (default_make_symbol_completion_list): Keep
1934 ':', too, so that we can limit searches in namespaces
1935 and classes.
1936
f02779d8
TT
19372009-08-24 Tom Tromey <tromey@redhat.com>
1938
1939 * python/python-value.c (valpy_richcompare): Don't return from
1940 inside a TRY_CATCH.
1941
c462b41b
RW
19422009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1943
af542c2e
RW
1944 * CONTRIBUTE: Bump documented Autoconf version.
1945 * configure.ac: Do not substitute datarootdir, htmldir,
1946 pdfdir, docdir. Do not process --with-datarootdir,
1947 --with-htmldir, --with-pdfdir, --with-docdir.
1948 * configure: Regenerate.
1949
81ecdfbb
RW
1950 * aclocal.m4: Regenerate.
1951 * config.in: Likewise.
1952 * configure: Likewise.
1953 * gnulib/Makefile.in: Likewise.
1954
c462b41b
RW
1955 * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of
1956 AC_GNU_SOURCE, AC_AIX, AC_ISC_POSIX.
1957
f93ea91d
PP
19582009-08-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1959
1960 * objfiles.h (gdb_bfd_ref): New prototype.
1961 * objfiles.c (gdb_bfd_ref): New function.
1962 (allocate_objfile): Call it.
1963 (gdb_bfd_unref): Adjust assertion.
1964 * solib.c (solib_map_sections): Add reference.
1965 (symbol_add_stub): Don't add reference here.
1966 * symfile.c (reread_symbols): Add reference.
1967
dfdbc9b4
DE
19682009-08-21 Ken Werner <ken@linux.vnet.ibm.com>
1969 Doug Evans <dje@google.com>
1970
1971 * jit.c (jit_event_handler): Use paddress to print target addresses.
1972 Wrap printf string in _().
1973
0756c555
DE
19742009-08-21 Doug Evans <dje@google.com>
1975
1976 * jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.
1977 (jit_read_code_entry, jit_register_code): Ditto.
1978 (jit_event_handler): Ditto.
1979 (jit_inferior_init): Renamed from previous jit_inferior_created_hook.
1980 (jit_inferior_created_hook, jit_breakpoint_re_set): New functions.
1981 (jit_inferior_created_observer): Renamed from
1982 jit_inferior_created_hook1, all callers updated.
1983 * jit.h (jit_breakpoint_re_set): Declare.
1984 (jit_event_handler): Update prototype.
1985 * breakpoint.c (breakpoint_re_set): Call jit_breakpoint_re_set instead
1986 of jit_inferior_created_hook.
1987
90092760
HZ
19882009-08-21 Hui Zhu <teawater@gmail.com>
1989
1990 * record.c (record_wait): Change the argument of
1991 record_beneath_to_wait to options.
1992
25f122dc
DE
19932009-08-20 Jacob Potter <jdpotter@google.com>
1994
1995 Replace dcache with splay tree.
1996 Remove partially implemented writeback support.
1997 * dcache.c: Include splay-tree.h.
1998 (LINE_SIZE_POWER): Change from 5 to 6.
1999 (DCACHE_SIZE): Change from 64 to 4096.
2000 (ENTRY_INVALID, ENTRY_VALID, ENTRY_DIRTY): Delete.
2001 (state_chars): Delete.
2002 (struct dcache_block): Clean up; remove state and anydirty fields.
2003 (struct dcache_struct): Redefine as a splay tree and linked list.
2004 (last_cache): Make static.
2005 (dcache_invalidate, dcache_hit): Rewrite for new cache structure.
2006 (dcache_read_line, dcache_alloc): Rewrite for new cache structure.
2007 (dcache_write_line): Delete.
2008 (dcache_writeback): Delete.
2009 (dcache_peek_byte): Clean up; remove "invalid" state check.
2010 (dcache_poke_byte): Rewrite for new cache structure; clarify comment.
2011 (dcache_splay_tree_compare): New function.
2012 (dcache_init, dcache_free): Rewrite for new cache structure.
2013 (dcache_xfer_memory): Rewrite for new write-through cache structure.
2014 (dcache_print_line): New function.
2015 (dcache_info): Rewrite for new cache structure.
2016 (_initialize_dcache): Update "info dcache" help text.
2017 * dcache.h (dcache_xfer_memory): Update declaration.
2018 * target.c (memory_xfer_partial): Update calls to dcache_xfer_memory.
2019
20202009-08-19 Reid Kleckner <reid@kleckner.net>
4efc6507
DE
2021
2022 Add interface for JIT code generation.
2023 * NEWS: Announce JIT interface.
2024 * Makefile.in (SFILES): Add jit.c.
2025 (HFILES_NO_SRCDIR): Add jit.h.
2026 (COMMON_OBS): Add jit.o.
2027 * jit.c: New file.
2028 * jit.h: New file.
2029 * breakpoint.h (enum bptype): Add bp_jit_event to enum.
2030 * breakpoint.c:
2031 (update_breakpoints_after_exec): Delete jit breakpoints after exec.
2032 (bpstat_what): Update event table for bp_jit_event.
2033 (print_it_typical): Added case for bp_jit_event.
2034 (print_one_breakpoint_location): Added case for bp_jit_event.
2035 (allocate_bp_location): Added case for bp_jit_event.
2036 (mention): Added case for bp_jit_event.
2037 (delete_command): Added case for bp_jit_event.
2038 (breakpoint_re_set_one): Added case for bp_jit_event.
2039 (breakpoint_re_set): Added call to jit_inferior_created_hook.
2040 (create_jit_event_breakpoint): New.
2041 * infrun.c (handle_inferior_event): Add handler for jit event.
2042 (follow_exec): Add call to jit_inferior_created_hook.
2043
cab0c772
UW
20442009-08-19 Ulrich Weigand <uweigand@de.ibm.com>
2045
2046 * value.c (enum internalvar_kind): Replace INTERNALVAR_SCALAR by
2047 INTERNALVAR_INTEGER and INTERNALVAR_POINTER.
2048 (union internalvar_data): Replace "scalar" member by "integer"
2049 and "pointer".
2050 (value_of_internalvar): Handle INTERNALVAR_INTEGER and
2051 INTERNALVAR_POINTER instead of INTERNALVAR_SCALAR.
2052 (get_internalvar_integer): Likewise.
2053 (set_internalvar): Likewise.
2054 (set_internalvar_integer): Likewise.
2055 (preserve_one_internalvar): Likewise.
2056 (value_from_pointer): Handle typedef'd pointer types.
2057
1eefb858
TT
20582009-08-18 Tom Tromey <tromey@redhat.com>
2059
2060 * utils.c (add_internal_problem_command): Free set_doc and
2061 show_doc.
2062 * remote.c (add_packet_config_cmd): Free set_doc and show_doc.
2063 * language.c (add_language): Free language_set_doc.
2064
a8d1234e
TT
20652009-08-18 Tom Tromey <tromey@redhat.com>
2066
2067 * Makefile.in (ALL_TARGET_OBS): Remove prologue-value.o, solib.o.
2068
ff3536bc
UW
20692009-08-17 Ulrich Weigand <uweigand@de.ibm.com>
2070
2071 * symfile.c (reread_symbols): Call objfiles_changed *before*
2072 calling clear_symtab_users.
2073
872761f4
MS
20742009-08-17 Michael Snyder <msnyder@vmware.com>
2075
2076 * amd64-tdep.c: Add a frame unwinder for function epilogues.
2077 (amd64_in_function_epilogue_p): New function.
2078 (amd64_epilogue_frame_sniffer): New function.
2079 (amd64_epilogue_frame_cache): New function.
2080 (amd64_epilogue_frame_this_id): New function.
2081 (amd64_epilogue_frame_unwind): New struct frame_unwind.
2082 (amd64_init_abi): Hook the new unwinder.
2083
2084 * amd64-linux-tdep.c (amd64_linux_init_abi): Set gdbarch to use
2085 SVR4 method for skip_trampoline_code.
2086
f1f2b5f4
PA
20872009-08-17 Pedro Alves <pedro@codesourcery.com>>
2088
2089 * objfiles.c (objfile_relocate): Relocate the entry point before
2090 relocating the section offsets. Flush the section map before
2091 resetting breakpoints.
2092
7e960b20
DE
20932009-08-14 Doug Evans <dje@google.com>
2094
2095 * symfile.c (find_separate_debug_file): Remove double free of
2096 canon_name.
2097
b8fa0bfa
PA
20982009-08-14 Pedro Alves <pedro@codesourcery.com>
2099
2100 * top.c (any_thread_of): Delete.
2101 (kill_or_detach): Use any_thread_of_process.
2102 * top.c (print_inferior_quit_action): New.
2103 (quit_confirm): Rewrite to print info about all inferiors.
2104 * target.c (dispose_inferior): New.
2105 (target_preopen): Use it.
2106
759ef836
PA
21072009-08-14 Pedro Alves <pedro@codesourcery.com>
2108
2109 * ui-file.h (ui_file_xstrdup): Mention that the length argument
2110 may be NULL.
2111 * ui-file.c (ui_file_xstrdup): Don't dereference LENGTH if it is
2112 NULL.
2113 * aix-thread.c (aix_thread_extra_thread_info): Pass NULL as length
2114 parameter to ui_file_xstrdup.
2115 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2116 * infrun.c (print_target_wait_results): Ditto.
2117 * language.c (add_language): Ditto.
2118 * linespec.c (cplusplus_error): Ditto.
2119 * remote.c (escape_buffer): Ditto.
2120 * typeprint.c (type_to_string): Ditto.
2121 * utils.c (error_stream): Ditto.
2122 * varobj.c (value_get_print_value): Ditto.
2123 * xtensa-tdep.c (xtensa_verify_config): Replace `dummy' local with
2124 `length' local. Pass it to ui_file_xstrdup, and avoid an strlen
2125 call.
2126 * gdbarch.sh (verify_gdbarch): Ditto.
2127 * gdbarch.c: Regenerate.
2128 * cli/cli-setshow.c (do_setshow_command): Pass NULL as length
2129 parameter to ui_file_xstrdup.
2130 * python/python-frame.c (frapy_str): Ditto.
2131 * python/python-type.c (typy_str): Use the length local instead of
2132 calling strlen.
2133 * python/python-value.c (valpy_str): Pass NULL as length parameter
2134 to ui_file_xstrdup.
2135
6e0a4fbc
DE
21362009-08-13 Doug Evans <dje@google.com>
2137
2138 * utils.c (gnu_debuglink_crc32): Store crc32_table as unsigned int
2139 instead of unsigned long.
2140
4e7a5ef5
TT
21412009-08-13 Tom Tromey <tromey@redhat.com>
2142
2143 * varobj.c (update_dynamic_varobj_children): Don't use
2144 value_copy.
2145 * value.h: (preserve_one_value): Declare.
2146 (value_prepend_to_list, value_remove_from_list): Remove.
2147 * value.c (preserve_one_value): No longer static.
2148 (preserve_values): Call preserve_python_values.
2149 (value_prepend_to_list): Remove.
2150 (value_remove_from_list): Remove.
2151 * python/python.h (values_in_python): Don't declare.
2152 (preserve_python_values): Declare.
2153 * python/python-value.c (values_in_python): Change type. Move
2154 lower. Now static.
2155 (struct value_object): Add struct tag.
2156 <next, prev>: New fields.
2157 (valpy_dealloc): Update.
2158 (note_value): New function.
2159 (valpy_new): Use value_incref, note_value.
2160 (preserve_python_values): New function.
2161 (valpy_positive): Don't use value_copy.
2162 (value_to_value_object): Use value_incref, note_value.
2163 (convert_value_from_python): Update comment.
2164
ecd0ada5
PA
21652009-08-13 Pedro Alves <pedro@codesourcery.com>
2166
2167 * remote.c (remote_pid_to_str): If printing a process id and we
2168 don't know what the remote pid could be, output "Remote target";
2169 otherwise, use normal_pid_to_str.
2170
078bc676
TT
21712009-08-13 Tom Tromey <tromey@redhat.com>
2172
2173 * language.h (longest_raw_hex_string): Remove unused declaration.
2174
b84aa90a
PA
21752009-08-13 Pedro Alves <pedro@codesourcery.com>
2176
2177 PR gdb/8869:
2178
2179 * language.c (language, type, range, case_sensitive): Make const.
2180 (show_language_command): Don't call deprecated_show_value_hack.
2181 Special case "auto".
2182 (set_language_command): An unrecognized language is now an
2183 internal error instead of a user error. Don't call set_lang_str.
2184 (show_type_command): Don't call deprecated_show_value_hack.
2185 Special case "auto". Use warning.
2186 (set_type_command): An unrecognized type is now an internal error
2187 instead of a user error. Output type check mismatch with language
2188 here. Don't call set_type_str.
2189 (show_range_command): Don't call deprecated_show_value_hack.
2190 Special case "auto". Use warning.
2191 (set_range_command): An unrecognized range check is now an
2192 internal error instead of a warning. Output range check mismatch
2193 with language here. Don't call set_range_str.
2194 (show_case_command): Don't call deprecated_show_value_hack.
2195 Special case "auto". Use warning.
2196 (set_case_command): Don't call set_case_str. An unrecognized case
2197 check is now an internal error instead of a warning. Output range
2198 check mismatch with language here. Don't call set_case_str.
2199 (set_type_range_case): Don't call set_type_str, set_range_str or
2200 set_case_str here.
2201 (set_lang_str, set_type_str, set_range_str, set_case_str): Delete.
2202 (add_language): Install or reinstall the "set language" command
2203 here, and make it an enum command. Build the enumeration and the
2204 help string from the current list of known languages.
2205 (_initialize_language): Don't install "set language" here. Make
2206 "set check type", "set check range" and "set case-sensitive" enum
2207 commands. Register the "auto" "local" and "unknown" languages in
2208 that order.
2209
5efd5804
PA
22102009-08-13 Pedro Alves <pedro@codesourcery.com>
2211
2212 Revert 2009-08-07 changes for PR gdb/8869:
2213
2214 * language.c (set_language_command): Strip whitespace.
2215 (set_type_command): Likewise.
2216 (set_range_command): Likewise.
2217
2218 * language.c (language_completer): New function.
2219 (range_or_type_completer): New function.
2220 (case_completer): New function.
2221 (_initialize_language): Set completers.
2222 * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
2223 command.
2224 (add_setshow_string_noescape_cmd): Likewise.
2225 (add_setshow_integer_cmd): Likewise.
2226 (add_setshow_uinteger_cmd): Likewise.
2227 (add_setshow_zinteger_cmd): Likewise.
2228 (add_setshow_zuinteger_cmd): Likewise.
2229 * command.h (add_setshow_string_cmd,
2230 add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
2231 add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
2232
cea39f65
MS
22332009-08-12 Michael Snyder <msnyder@vmware.com>
2234
2235 * remote.c (remote_add_inferior): Remove unused local.
2236 (remote_add_thread): Ditto.
2237 (read_ptid): Ditto.
2238 (remote_current_thread): Ditto.
2239 (remote_stop_ns): Ditto.
2240 (remote_parse_stop_reply): Ditto.
2241 (remote_get_pending_stop_replies): Ditto.
2242 (remote_wait_ns): Ditto.
2243 (remote_wait_as): Ditto.
2244 (send_g_packet): Ditto.
2245 (remote_fetch_registers): Ditto.
2246 (store_register_using_P): Ditto.
2247 (remote_store_registers): Ditto.
2248 (remote_remove_breakpoint): Ditto.
2249 (remote_write_qxfer): Ditto.
2250 (remote_read_qxfer): Ditto.
2251
4a227398
TT
22522009-08-11 Tom Tromey <tromey@redhat.com>
2253
2254 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make a cleanup.
2255 (dwarf2_loc_desc_needs_frame): Likewise.
2256 * dwarf2expr.h (make_cleanup_free_dwarf_expr_context): Declare.
2257 * dwarf2expr.c (free_dwarf_expr_context_cleanup): New function.
2258 (make_cleanup_free_dwarf_expr_context): Likewise.
2259 * dwarf2-frame.c (execute_stack_op): Make a cleanup.
2260
4f6f9936
JK
22612009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 * objfiles.c (gdb_bfd_unref): Use the bfd_usrdata accessor.
2264 * solib.c (symbol_add_stub): Likewise.
2265 * symfile.c (symfile_bfd_open): Assert BFD_USRDATA is NULL.
2266
3aad21cf
PP
22672009-08-10 Paul Pluzhnikov <ppluzhnikov@google.com>
2268
2269 * objfiles.c (qsort_cmp): Remove assert.
2270 (preferred_obj_section): New function.
2271 (update_section_map): Filter duplicates.
2272
023e4e81
TG
22732009-08-10 Tristan Gingold <gingold@adacore.com>
2274
2275 * solib-darwin.c (find_program_interpreter): Simplify the code by
2276 looking up for the load_dylinker command instead of reading the
2277 corresponding (but deprecated) section.
2278 (darwin_solib_create_inferior_hook): Adjust: do not free the
2279 interpreter path.
2280
48f09bc0
TG
22812009-08-10 Tristan Gingold <gingold@adacore.com>
2282
2283 * i386-darwin-tdep.c (i386_m128_p): New function.
2284 (i386_darwin_arg_type_alignment): Ditto.
2285 (i386_darwin_push_dummy_call): Ditto.
2286 (i386_darwin_init_abi): Define Darwin specific push_dummy_call.
2287 Adjust long_double size. Adjust pc offset in setjump buffer.
2288
952b2d63
HZ
22892009-08-10 Hui Zhu <teawater@gmail.com>
2290
2291 Add Linux AMD64 process record support.
2292
2293 * amd64-linux-tdep.c (amd64_linux_record_tdep): New variable.
2294 This struct has the argument for the function
2295 "record_linux_system_call".
2296 (amd64_linux_syscall_record): New function. Parse the
2297 system call instruction and call function
2298 "record_linux_system_call" to record execute log.
2299 (i386_linux_init_abi): Initialize "amd64_linux_record_tdep".
2300 Set "amd64_linux_syscall_record" to "i386_syscall_record".
2301
2c543fc4
HZ
23022009-08-10 Hui Zhu <teawater@gmail.com>
2303
2304 Add process record Linux system call 64 bits support.
2305
2306 * linux-record.h (linux_record_tdep): Add size_pointer,
2307 size_size_t, size_iovec and arg6. Change the values of
2308 size_int, size_long and size_ulong to
2309 gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT,
2310 gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT,
2311 gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT.
2312 * i386-linux-tdep.c (i386_linux_init_abi): Ditto.
2313 (i386_linux_intx80_sysenter_record): Add a check for system
2314 call number.
2315 * linux-record.c (record_linux_system_call): Make this
2316 function support 64 bits.
2317
cf648174
HZ
23182009-08-10 Hui Zhu <teawater@gmail.com>
2319
2320 Add AMD64 process record instruction set support.
2321
2322 * i386-tdep.h (gdbarch_tdep): Add record_regmap for registers
2323 because the AMD64's registers order in GDB is not same with
2324 I386 instructions.
2325 Add i386_syscall_record to be the syscall function handle
2326 interface.
2327 (record_i386_regnum): Number for record_regmap.
2328 * i386-tdep.c (OT_QUAD): For 64 bits.
2329 (i386_record_s): Add rex_x, rex_b, rip_offset and
2330 popl_esp_hack for AMD64 instruction set. And regmap for
2331 record_regmap.
2332 (i386_record_lea_modrm_addr): Support AMD64 instruction set
2333 64 bits lea.
2334 (i386_record_lea_modrm): Ditto.
2335 (i386_record_push): New function. Record the execution log
2336 of push.
2337 (I386_RECORD_ARCH_LIST_ADD_REG): New macro to record the
2338 register.
2339 (i386_process_record): Support AMD64 instruction set.
2340 * amd64-tdep.c (amd64_record_regmap): For record_regmap.
2341 (amd64_init_abi): Set amd64_record_regmap to record_regmap.
2342
891e7584
PA
23432009-08-08 Pedro Alves <pedro@codesourcery.com>
2344
2345 * bfd-target.c (struct target_bfd_data): New.
2346 (target_bfd_xfer_partial): Adjust to get at the section table from
2347 the new structure.
2348 (target_bfd_get_section_table): Ditto.
2349 (target_bfd_xclose): Ditto. Get the bfd pointer from the
2350 target_bfd_data structure, from the section table.
2351 (target_bfd_reopen): Store a struct target_bfd_data in the
2352 target_ops to_data field, instead of a target_section_table.
2353
280d8011
HZ
23542009-08-08 Aleksandar Ristovski <aristovski@qnx.com>
2355 Hui Zhu <teawater@gmail.com>
2356
2357 * record.c (record_store_registers): Remove unused variable.
2358
bda180e0
TT
23592009-08-07 Tom Tromey <tromey@redhat.com>
2360
2361 * language.c (set_language_command): Strip whitespace.
2362 (set_type_command): Likewise.
2363 (set_range_command): Likewise.
2364
6cc0b256
TT
23652009-08-07 Tom Tromey <tromey@redhat.com>
2366
2367 PR gdb/8869:
2368 * language.c (language_completer): New function.
2369 (range_or_type_completer): New function.
2370 (case_completer): New function.
2371 (_initialize_language): Set completers.
2372 * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
2373 command.
2374 (add_setshow_string_noescape_cmd): Likewise.
2375 (add_setshow_integer_cmd): Likewise.
2376 (add_setshow_uinteger_cmd): Likewise.
2377 (add_setshow_zinteger_cmd): Likewise.
2378 (add_setshow_zuinteger_cmd): Likewise.
2379 * command.h (add_setshow_string_cmd,
2380 add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
2381 add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
2382
e5af178f
PP
23832009-08-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2384
2385 gold/10400
2386 * dwarf2-frame.c (qsort_fde_cmp): Use stable sort.
2387
b01c8410
PP
23882009-08-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2389
2390 * dwarf2-frame.c (struct dwarf2_cie): Remove 'next'.
2391 (struct dwarf2_cie_table): New.
2392 (struct dwarf2_fde): Remove 'next'.
2393 (struct dwarf2_fde_table): New.
2394 (struct comp_unit): Remove 'cie'.
2395 (bsearch_cie_cmp, bsearch_fde_cmp): New function.
2396 (find_cie, dwarf2_frame_find_fde): Use bsearch.
2397 (add_cie, add_fde): Use array instead of linked list.
2398 (decode_frame_entry, decode_frame_entry_1): New parameters.
2399 (qsort_fde_cmp): New function.
2400 (dwarf2_build_frame_info): Adjust.
2401
5f814c3b
DL
24022009-08-06 Don Lee <don.lee@sunplusct.com>
2403
2404 * score-tdep.c: Support a new Sunplus CT S+core variant, S+core 3.
2405 * score-tdep.h: Ditto.
2406 * NEWS: Ditto.
2407 * configure.tgt: Test do we have a simulator.
2408 * MAINTAINERS: Add myself under target score
2409
78ad01c1
NR
24102009-08-06 Nick Roberts <nickrob@snap.net.nz>
2411
2412 * utils.c (defaulted_query): Don't ask for confirmation if server
2413 prefix is used.
2414
768f0929
TT
24152009-08-05 Tom Tromey <tromey@redhat.com>
2416
2417 * spu-tdep.h (SPUADDR_SPU): Cast result to int.
2418
e3c69974
PP
24192009-08-04 Paul Pluzhnikov <ppluzhnikov@google.com>
2420
2421 * objfiles.h (OBJF_KEEPBFD): Delete.
2422 (gdb_bfd_unref): New prototype.
2423 * objfiles.c (gdb_bfd_unref): New function.
2424 (free_objfile): Call gdb_bfd_unref.
2425 * solib.c (free_so): Likewise.
2426 (symbol_add_stub): Set refcount.
78ad01c1 2427
afd0cd3f
MS
24282009-08-04 Hui Zhu <teawater@gmail.com>
2429 Michael Snyder <msnyder@vmware.com>
2430
2431 * record.c (record_mem_entry): New field 'mem_entry_not_accessible'.
2432 (record_arch_list_add_mem): Initialize 'mem_entry_not_accessible'.
2433 (record_wait): Set 'mem_entry_not_accessible' flag if target
2434 memory not readable. Don't try to change target memory if
2435 'mem_entry_not_accessible' is set.
2436
1ffa32ee
JK
24372009-08-03 Richard Guenther <rguenther@suse.de>
2438 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 Fix memory corruption on reread of file through a symbolic link.
2441 * symfile.c (find_separate_debug_file): Initialize CANON_NAME earlier.
2442 Allocate DEBUGFILE with length based on CANON_NAME. Free CANON_NAME on
2443 all the return paths.
2444
48cb2d85
VP
24452009-08-03 Jim Ingham <jingham@apple.com>
2446 Vladimir Prus <vladimir@codesourcery.com>
2447
2448 Implement -break-commands
2449
2450 * breakpoint.c (get_breakpoint, breakpoint_set_commands): New.
2451 (commands_command): Use breakpoint_set_commands.
2452 * breakpoint.h (get_breakpoint, breakpoint_set_commands): Declare.
2453
2454 * mi/mi-cmds.h (mi_cmd_break_commands): New.
2455 * mi/mi-cmds.c: Register -break-commands.
2456 * mi/mi-cmd-break.c (mi_cmd_break_commands, mi_read_next_line)
2457 (mi_command_line_array, mi_command_line_array_cnt)
2458 (mi_command_line_array_ptr): New.
2459
3c1179ff
VP
24602009-08-03 Jim Ingham <jingham@apple.com>
2461 Vladimir Prus <vladimir@codesourcery.com>
2462
2463 Refactor reading of commands
2464
2465 * defs.h (read_command_lines_1): Declare.
2466 * cli/cli-script.c (read_next_line): Only return string,
2467 do not process.
2468 (process_next_line): New, extracted from read_next_line.
2469 (recurse_read_control_structure): Take a function pointer to the
2470 read function.
2471 (get_command_line) Pass the read_next_line as reader function
2472 into recurse_read_control_structure.
2473 (read_command_lines_1): New, extracted from...
2474 (read_command_lines): ...here.
2475
73930d4d
KH
24762009-07-31 Kazu Hirata <kazu@codesourcery.com>
2477
2478 * procfs.c (proc_set_current_signal): Populate mysinfo before
2479 copying it to arg.
2480 (proc_clear_current_signal): Likewise.
2481 (proc_set_watchpoint): Populate pwatch before copying it to arg.
2482
1f4437a4
MS
24832009-07-31 Michael Snyder <msnyder@vmware.com>
2484
2485 * remote.c (store_register_using_P): Call putpkt and getpkt
2486 directly instead of calling remote_send.
27a9c0bf
MS
2487 (store_registers_using_G): Ditto.
2488 (fetch_register_using_p): Ditto.
2489
2490 * remote.c (store_register_using_P): Make error msg more verbose.
2491 (store_registers_using_G): Ditto.
1f4437a4
MS
2492 (fetch_register_using_p): Ditto.
2493
ff1a52c6
UW
24942009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2495
2496 * spu-tdep.c: Include "infcall.h".
2497 (spu_address_class_type_flags): New function.
2498 (spu_address_class_type_flags_to_name): Likewise.
2499 (spu_address_class_name_to_type_flags): Likewise.
2500 (spu_pointer_to_address): Handle __ea pointers.
2501 (spu_auto_flush_cache_p): New static variable.
2502 (spu_objfile_from_frame): New function.
2503 (flush_ea_cache, spu_attach_normal_stop): Likewise.
2504 (show_spu_auto_flush_cache): Likewise.
2505 (spu_gdbarch_init): Install address class handlers.
2506 (_initialize_spu_tdep): Attach to normal_stop observer.
2507 Install "set spu auto-flush-cache" / "show spu auto-flush-cache"
2508 commands.
2509
2510 * NEWS: Mention "set/show spu auto-flush-cache" commands.
2511
3285f3fe
UW
25122009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2513
2514 * spu-tdep.c: Include "block.h".
2515 (setspucmdlist, showspucmdlist): New static variables.
2516 (spu_stop_on_load_p): Likewise.
2517 (spu_catch_start): New function.
2518 (show_spu_command, set_spu_command): New functions.
2519 (show_spu_stop_on_load): Likewise.
2520 (_initialize_spu_tdep): Attach spu_catch_start to new_objfile observer.
2521 Install "set spu" / "show spu" prefix command handler.
2522 Install "set spu stop-on-load" / "show spu stop-on-load" command.
2523
2524 * NEWS: Mention "set/show spu stop-on-load" commands.
2525
cc5f0d61
UW
25262009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2527
2528 * ppc-linux-tdep.c: Include "solib.h", "solist.h", "exceptions.h",
2529 "arch-utils.h", and "spu-tdep.h".
2530 (spu_context_objfile, spe_context_lm_addr, spe_context_offset):
2531 New static variables.
2532 (spe_context_cache_ptid, spe_context_cache_address): Likewise.
2533 (ppc_linux_spe_context_lookup): New function.
2534 (ppc_linux_spe_context_inferior_created): Likewise.
2535 (ppc_linux_spe_context_solib_loaded): Likewise.
2536 (ppc_linux_spe_context_solib_unloaded): Likewise.
2537 (ppc_linux_spe_context): Likewise.
2538 (struct ppu2spu_cache, struct ppu2spu_data): New data types.
2539 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register,
2540 ppu2spu_unwind_register, ppu2spu_sniffer,
2541 ppu2spu_dealloc_cache): New functions.
2542 (ppu2spu_unwind): New static variable.
2543 (ppc_linux_init_abi): Install cross-architecture unwinder.
2544 (_initialize_ppc_linux_tdep): Attach to observers.
2545
2546 * spu-tdep.c (struct spu2ppu_cache): New data type.
2547 (spu2ppu_prev_arch, spu2ppu_this_id, spu2ppu_prev_register,
2548 spu2ppu_sniffer, spu2ppu_dealloc_cache): New functions.
2549 (spu2ppu_unwind): New static variable.
2550 (spu_gdbarch_init): Install cross-architecture unwinder.
2551
85e747d2
UW
25522009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2553
2554 * target.h (enum strata): New value arch_stratum.
2555 * target.c (target_require_runnable): Skip arch_stratum targets.
2556
2557 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
2558 solib-spu.o and spu-multiarch.o to gdb_target_obs.
2559 * Makefile.in (ALL_TARGET_OBS): Add solib-spu.o and spu-multiarch.o.
2560 (ALLDEPFILES): Add solib-spu.c and spu-multiarch.c.
2561
2562 * solib-spu.c: New file.
2563 * solib-spu.h: New file.
2564 * spu-multiarch.c: New file.
2565
2566 * spu-tdep.h (SPUADDR, SPUADDR_SPU, SPUADDR_ADDR): New macros.
2567
2568 * spu-tdep.c (struct gdbarch_tdep): New member id.
2569 (spu_gdbarch_id): New function.
2570 (spu_lslr): New function.
2571
2572 (spu_address_to_pointer): New function.
2573 (spu_pointer_to_address): Support SPU ID address encoding. Use
2574 spu_gdbarch_id and spu_lslr.
2575 (spu_integer_to_address): Likewise.
2576 (spu_frame_unwind_cache): Update for encoded addresses.
2577 (spu_unwind_pc, spu_unwind_sp): Likewise.
2578 (spu_read_pc, spu_write_pc): Likewise.
2579 (spu_push_dummy_call): Likewise.
2580 (spu_software_single_step): Likewise.
2581 (spu_get_longjmp_target): Likewise.
2582 (spu_overlay_update_osect): Likewise.
2583
2584 (spu_dis_asm_print_address): New function.
2585 (gdb_print_insn_spu): Likewise.
2586
2587 (spu_gdbarch_init): Store SPU ID in tdep structure.
2588 Install spu_address_to_pointer and gdb_print_insn_spu.
2589
2590 * ppc-linux-tdep.c: Include "observer.h", "auxv.h", "elf/common.h"
2591 and "solib-spu.h".
2592 (ppc_linux_entry_point_addr): New static variable.
2593 (ppc_linux_inferior_created): New function.
2594 (ppc_linux_displaced_step_location): Likewise.
2595 (ppc_linux_init_abi): Enable Cell/B.E. support if supported
2596 by the target.
2597 (_initialize_ppc_linux_tdep): Attach to inferior_created observer.
2598
2599 * NEWS: Mention multi-architecture and Cell/B.E. debugging
2600 capabilities.
2601
efcbbd14
UW
26022009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2603
2604 * linux-nat.c: Include <sys/vfs.h>.
2605 (SPUFS_MAGIC): Define.
2606 (spu_enumerate_spu_ids): New function.
2607 (linux_proc_xfer_spu): New function.
2608 (linux_xfer_partial): Handle TARGET_OBJECT_SPU.
2609
2610 (iterate_over_spus): New function.
2611 (struct linux_spu_corefile_data): New data type.
2612 (linux_spu_corefile_callback): New function.
2613 (linux_spu_make_corefile_notes): New function.
2614 (linux_nat_make_corefile_notes): Call it.
2615
2616 * corelow.c (struct spuid_list): New data type.
2617 (add_to_spuid_list): New function.
2618 (core_xfer_partial): Handle TARGET_OBJECT_SPU.
2619
f4d9bade
UW
26202009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2621
2622 * features/Makefile: Allow sub-platform specific expedite settings.
2623 (WHICH): Add rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
2624 (rs6000/powerpc-cell32l-expedite): Define.
2625 (rs6000/powerpc-cell64l-expedite): Likewise.
2626 * features/rs6000/powerpc-cell32l.xml: New file.
2627 * features/rs6000/powerpc-cell64l.xml: New file.
2628 * features/rs6000/powerpc-cell32l.c: New generated file.
2629 * features/rs6000/powerpc-cell64l.c: New generated file.
2630
2631 * regformats/rs6000/powerpc-cell32l.dat: New generated file.
2632 * regformats/rs6000/powerpc-cell64l.dat: New generated file.
2633
2634 * config/djgpp/fnchange.lst: Add mappings for new files.
2635
2636 * ppc-linux-tdep.h (tdesc_powerpc_cell32l): Add prototype.
2637 (tdesc_powerpc_cell64l): Likewise.
2638 * ppc-linux-tdep.c: Include "features/rs6000/powerpc-cell32l.c"
2639 and "features/rs6000/powerpc-cell64l.c".
2640 (_initialize_ppc_linux_tdep): Initialize target descriptions.
2641 (ppc_linux_spu_section): New function.
2642 (ppc_linux_core_read_description): Detect Cell/B.E. core files.
2643 * ppc-linux-nat.c (PPC_FEATURE_CELL): Define.
2644 (ppc_linux_read_description): Detect Cell/B.E. architecture.
2645
2646 * rs6000-tdep.c (rs6000_gdbarch_init): Do not trust BFD wordsize
2647 if exec file is not PowerPC architecture.
2648
e35359c5
UW
26492009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2650
2651 * features/gdb-target.dtd (target): Accept optional
2652 <compatible> elements.
2653 (compatible): Define element.
2654
2655 * target-descriptions.h (tdesc_compatible_p): New.
2656 (tdesc_add_compatible): New.
2657 * target-descriptions.c (arch_p): New VEC_P type.
2658 (struct target_desc): New member compatible.
2659 (free_target_description): Handle it.
2660 (maint_print_c_tdesc_cmd): Likewise.
2661 (tdesc_compatible_p): New function.
2662 (tdesc_add_compatible): New function.
2663
2664 * xml-tdesc.c (tdesc_end_compatible): New function.
2665 (target_children): Handle <compatible> element.
2666
2667 * arch-utils.c (choose_architecture_for_target): Accept target
2668 description instead of BFD architecture as input. Query target
2669 description for compatible architectures.
2670 (gdbarch_info_fill): Update call.
2671
2672 * NEWS: Mention <compatible> element of target descriptions.
2673
3a1bae8e
UW
26742009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2675
2676 * breakpoint.c (remove_breakpoints): If removing one breakpoint
2677 location fails, still continue to remove other locations.
2678 (remove_hw_watchpoints): Likewise.
2679 (detach_breakpoints): Likewise.
2680
8bea4e01
UW
26812009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2682
2683 * breakpoint.h (enum enable_state): Add bp_startup_disabled.
2684 (disable_breakpoints_before_startup): Add prototype.
2685 (enable_breakpoints_after_startup): Likewise.
2686
2687 * breakpoint.c (executing_startup): New static variable.
2688 (describe_other_breakpoints): Handle bp_startup_disabled.
2689 (check_duplicates_for): Likewise.
2690 (disable_breakpoints_before_startup): New function.
2691 (enable_breakpoints_after_startup): New function.
2692 (create_breakpoint): Mark new breakpoints as bp_startup_disabled
2693 if executing_startup flag is true.
2694 (break_command_really): Likewise.
2695 (breakpoint_re_set_one): Skip bp_startup_disabled breakpoints.
2696
cca44b1b
JB
26972009-07-31 Julian Brown <julian@codesourcery.com>
2698
2699 * arm-linux-tdep.c (arch-utils.h, inferior.h, gdbthread.h, symfile.h):
2700 Include files.
2701 (arm_linux_cleanup_svc, arm_linux_copy_svc): New.
2702 (cleanup_kernel_helper_return, arm_catch_kernel_helper_return): New.
2703 (arm_linux_displaced_step_copy_insn): New.
2704 (arm_linux_init_abi): Initialise displaced stepping callbacks.
2705 * arm-tdep.c (DISPLACED_STEPPING_ARCH_VERSION): New macro.
2706 (ARM_NOP): New.
2707 (displaced_read_reg, displaced_in_arm_mode, branch_write_pc)
2708 (bx_write_pc, load_write_pc, alu_write_pc, displaced_write_reg)
2709 (insn_references_pc, copy_unmodified, cleanup_preload, copy_preload)
2710 (copy_preload_reg, cleanup_copro_load_store, copy_copro_load_store)
2711 (cleanup_branch, copy_b_bl_blx, copy_bx_blx_reg, cleanup_alu_imm)
2712 (copy_alu_imm, cleanup_alu_reg, copy_alu_reg)
2713 (cleanup_alu_shifted_reg, copy_alu_shifted_reg, cleanup_load)
2714 (cleanup_store, copy_extra_ld_st, copy_ldr_str_ldrb_strb)
2715 (cleanup_block_load_all, cleanup_block_store_pc)
2716 (cleanup_block_load_pc, copy_block_xfer, cleanup_svc, copy_svc)
2717 (copy_undef, copy_unpred): New.
2718 (decode_misc_memhint_neon, decode_unconditional)
2719 (decode_miscellaneous, decode_dp_misc, decode_ld_st_word_ubyte)
2720 (decode_media, decode_b_bl_ldmstm, decode_ext_reg_ld_st)
2721 (decode_svc_copro, arm_process_displaced_insn)
2722 (arm_displaced_init_closure, arm_displaced_step_copy_insn)
2723 (arm_displaced_step_fixup): New.
2724 (arm_gdbarch_init): Initialise max insn length field.
2725 * arm-tdep.h (DISPLACED_TEMPS, DISPLACED_MODIFIED_INSNS): New
2726 macros.
2727 (displaced_step_closure, pc_write_style): New.
2728 (arm_displaced_init_closure, displaced_read_reg)
2729 (arm_process_displaced_insn, arm_displaced_init_closure)
2730 (displaced_read_reg, displaced_write_reg, arm_displaced_step_copy_insn)
2731 (arm_displaced_step_fixup): Add prototypes.
2732
929dfd4f
JB
27332009-07-31 Pedro Alves <pedro@codesourcery.com>
2734 Julian Brown <julian@codesourcery.com>
2735
2736 * infrun.c (displaced_step_fixup): If this is a software
2737 single-stepping arch, don't tell the target to single-step.
2738 (maybe_software_singlestep): Return 0 if we're using displaced
2739 stepping.
2740 (resume): If this is a software single-stepping arch, and
2741 displaced-stepping is enabled, use it for all single-step
2742 requests.
2743
1983cb9a
RW
27442009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2745
2746 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, aclocal_m4_deps)
2747 (AUTOCONF, configure_deps, AUTOHEADER): New variables.
2748 ($(srcdir)/aclocal.m4, $(srcdir)/configure, $(srcdir)/config.in)
2749 (am--refresh): New rules.
2750 (stamp-h, config.status): List config.in and configure including
2751 $(srcdir)/ prefix.
2752 * aclocal.m4: Regenerate.
2753 * configure: Regenerate.
2754
fe79276f
TS
27552009-07-30 Thomas Schwinge <tschwinge@gnu.org>
2756
2757 * gnu-nat.c (add_task_commands) <stopped>: Register the correct
2758 callback function.
2759
2edfe795
L
27602009-07-30 H.J. Lu <hongjiu.lu@intel.com>
2761
2762 * ia64-tdep.c (ia64_access_reg): Correct paddress.
2763
54333c3b
JK
27642009-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2765
2766 Replace public function varobj_list by all_root_varobjs iterator.
2767 * mi/mi-cmd-var.c (struct mi_cmd_var_update, mi_cmd_var_update_iter):
2768 New.
2769 (mi_cmd_var_update): Replace the varobj_list call by all_root_varobjs.
2770 Remove the variables rootlist, cr. New variable data.
2771 * varobj.c (rootcount, varobj_list): Remove.
2772 (install_variable, uninstall_variable): Remove the rootcount updates.
2773 (all_root_varobjs): New function.
2774 (varobj_invalidate): Use the all_root_varobjs call. Move the code to...
2775 (varobj_invalidate_iter): ... a new function.
2776 * varobj.h (varobj_list): Remove the prototype.
2777 (all_root_varobjs): New prototype.
2778
60f25dfd
PP
27792009-07-29 Paul Pluzhnikov <ppluzhnikov@google.com>
2780
2781 PR gdb/6817
2782 * dbxread.c (read_dbx_symtab): Reduce stack use.
2783
e23cce45
JK
27842009-07-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2785
2786 Fix gcc-4.5 HEAD warnings.
2787 * cp-name-parser.y (%union <typed_val_int>, %token GLOBAL)
2788 (GLOBAL_CONSTRUCTORS, GLOBAL_DESTRUCTORS, demangler_special <GLOBAL>):
2789 Remove.
2790 (yylex <"global constructors keyed to ">)
2791 (yylex <"global destructors keyed to ">): Base it on DEMANGLER_SPECIAL.
2792 (cp_comp_to_string): Remove variables str, prefix and buf. Remove the
2793 GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS handling.
2794 (cp_print): Remove the GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS
2795 handling.
2796
58d6951d
DJ
27972009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2798
2799 * NEWS: Mention ARM VFP support.
2800 * target-descriptions.c (tdesc_register_type): Make public.
2801 (tdesc_unnumbered_register): New function.
2802 (tdesc_register_reggroup_p): Allow missing
2803 pseudo_register_reggroup_p.
2804 * target-descriptions.h (tdesc_register_type): Declare.
2805 (tdesc_unnumbered_register): Declare.
2806 * arm-tdep.c (arm_neon_quad_read, arm_neon_quad_write): New functions.
2807 (arm_push_dummy_call): Use arm_neon_quad_write.
2808 (arm_neon_double_type, arm_neon_quad_type): New functions.
2809 (arm_register_type): Handle VFP and NEON registers. Override the
2810 types of double-precision registers for NEON. Disable FPA registers
2811 if they are not present.
2812 (arm_dwarf_reg_to_regnum): Add current VFP and NEON register numbers.
2813 (arm_return_value): Use arm_neon_quad_write and arm_neon_quad_read.
2814 (arm_register_name): Handle VFP single and NEON quad registers.
2815 (arm_pseudo_read, arm_pseudo_write): New functions.
2816 (arm_gdbarch_init): Check for VFP and NEON in the target description.
2817 Assign numbers to double-precision registers. Register VFP and NEON
2818 pseudo registers. Remove a shadowed "i" variable.
2819 * arm-tdep.h (enum gdb_regnum): Add ARM_D0_REGNUM and
2820 ARM_D31_REGNUM.
2821 (struct gdbarch_tdep): Add have_neon_pseudos, have_neon,
2822 have_vfp_registers, have_vfp_pseudos, neon_double_type,
2823 and neon_quad_type.
2824
2825 * features/Makefile: Make expedite settings only architecture
2826 specific.
2827 (WHICH): Add new ARM descriptions.
2828 * features/arm-with-neon.xml, features/arm-with-vfpv2.c,
2829 features/arm-with-vfpv3.c, features/arm-vfpv2.xml,
2830 features/arm-vfpv3.xml, features/arm-with-vfpv2.xml,
2831 features/arm-with-vfpv3.xml, features/arm-with-neon.c: New files.
2832 * regformats/arm-with-neon.dat, regformats/arm-with-vfpv2.dat,
2833 regformats/arm-with-vfpv3.dat: Generate.
2834
79626f8a
DJ
28352009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2836
2837 * infrun.c (handle_inferior_event): Clear trap_expected after
2838 stepping past a single-step breakpoint.
2839
90445bd3
DJ
28402009-07-28 Joseph Myers <joseph@codesourcery.com>
2841
2842 * arm-tdep.c (enum arm_vfp_cprc_base_type,
2843 arm_vfp_cprc_unit_length, arm_vfp_cprc_reg_char,
2844 arm_vfp_cprc_sub_candidate, arm_vfp_call_candidate,
2845 arm_vfp_abi_for_function): New.
2846 (arm_push_dummy_call): Handle VFP ABI.
2847 (arm_extract_return_value, arm_store_return_value): Handle
2848 ARM_FLOAT_VFP case.
2849 (arm_return_value): Handle VFP ABI.
2850 (arm_gdbarch_init): Default fp_model based on Tag_ABI_VFP_args for
2851 EABI binaries.
2852
3612b192
DJ
28532009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2854
2855 * arch-utils.c (displaced_step_at_entry_point): Do not call
2856 gdbarch_convert_from_func_ptr_addr.
2857 * cris-tdep.c: Remove outdated comment.
2858 * infcall.c (call_function_by_hand): Do not call
2859 gdbarch_convert_from_func_ptr_addr after entry_point_address.
2860 * objfiles.c (entry_point_address): Call both
2861 gdbarch_convert_from_func_ptr_addr and
2862 gdbarch_addr_bits_remove.
2863
745a434e
AR
28642009-07-28 Aleksandar Ristovski <aristovski@qnx.com>
2865
2866 * nto-tdep.c (nto_thread_state_str): New array.
2867 (nto_extra_thread_info): New function definition.
2868 * nto-tdep.h (gdbthread.h): New include.
2869 (private_thread_info): New struct.
2870 (nto_extra_thread_info): New declaration.
2871 * nto-procfs.c (procfs_thread_alive): Properly check if
2872 thread is still alive.
2873 (update_thread_private_data_name, update_thread_private_data): New
2874 function definition.
2875 (procfs_find_new_threads): Fetch thread private data.
2876 (init_procfs_ops): Register to_extra_thread_info.
2877
46106157
PA
28782009-07-25 Pedro Alves <pedro@codesourcery.com>
2879
2880 * stack.c (backtrace_command_1): Remove dead check of NULL current
2881 frame.
2882
e681b284
KS
28832009-07-23 Keith Seitz <keiths@redhat.com>
2884
2885 * source.c (forward_search_command): Don't fclose the stream,
2886 just run the cleanups.
2887 (reverse_search_command): Likewise.
2888
89295b4d
PP
28892009-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2890
2891 * symtab.c (search_symbols): Add QUIT.
2892
8caee43b
PP
28932009-07-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2894
2895 * symfile.c (symbol_file_add_with_addrs_or_offsets): Call observer.
2896
bb272892
PP
28972009-07-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2898
2899 * objfiles.h (objfiles_changed): New prototype.
2900 * objfiles.c (objfiles_updated_p): Rename to objfiles_changed_p.
2901 (allocate_objfile, free_objfile): Must rebuild section map.
2902 (objfile_relocate): Likewise.
2903 (update_section_map, find_pc_section): Adjust.
2904 (set_objfiles_updated_on_exe_change): Remove.
2905 (set_objfiles_updated_on_solib_activity): Remove.
2906 (_initialize_objfiles): Remove.
2907 (objfiles_changed): New function.
2908 * symfile.c (reread_symbols): Call objfiles_changed.
2909
9a9dc473
HZ
29102009-07-22 Hui Zhu <teawater@gmail.com>
2911
2912 * record.c (record_xfer_partial): Call error When nquery
2913 return "n".
2914
a845f5cb
PP
29152009-07-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2916
2917 * objfiles.c (objfiles_updated_p): New variable.
2918 (qsort_cmp, bsearch_cmp, update_section_map): New function.
2919 (find_pc_section): Use bsearch.
2920 (set_objfiles_updated_on_exe_change): New function.
2921 (set_objfiles_updated_on_solib_activity): New function.
2922 (_initialize_objfiles): New function.
2923
c761c4ee 29242009-07-21 Michael Eager <eager@eagercon.com>
4d09ffea
MS
2925
2926 * features/rs6000/powerpc-405.xml: New.
2927 * rs6000-tdep.c: Add include & initialize for
2928 powerpc-405.c, add 405 to variants.
2929 * features/rs6000/powerpc-405.c: Generate.
2930
26bb68be
PP
29312009-07-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2932
25f77bfa 2933 * utils.c (internal_vproblem): Always print failure message.
26bb68be 2934
4ea48cc1
DJ
29352009-07-21 Daniel Jacobowitz <dan@codesourcery.com>
2936 Vladimir Prus <vladimir@codesourcery.com>
2937
2938 * valops.c (value_fetch_lazy): Handle bitfields explicitly.
2939 (value_assign): Remove unnecessary FIXME. Honor the container
2940 type of bitfields if possible.
2941 * value.c (struct value): Add parent field.
2942 (value_parent): New function.
2943 (value_free): Free the parent also.
2944 (value_copy): Copy the parent also.
2945 (value_primitive_field): Do not read the contents of a lazy
2946 value to create a child bitfield value. Set bitpos and offset
2947 according to the container type if possible.
2948 (unpack_bits_as_long): Rename from unpack_field_as_long. Take
2949 field_type, bitpos, and bitsize instead of type and fieldno.
2950 (unpack_field_as_long): Use unpack_bits_as_long.
2951 * value.h (value_parent, unpack_bits_as_long): New prototypes.
2952
828d3400
DJ
29532009-07-21 Daniel Jacobowitz <dan@codesourcery.com>
2954
2955 * value.c (struct value): Add reference_count field.
2956 (allocate_value_lazy): Initialize reference_count.
2957 (value_incref): New function.
2958 (value_free): Check the reference count.
2959 * value.h (value_incref): New prototype.
2960
7a01c6e0
MK
29612009-07-20 Marc Khouzam <marc.khouzam@ericsson.com>
2962
2963 * utils.c (defaulted_query): Update comment and remove dead code.
2964
348e048f
DE
29652009-07-20 Doug Evans <dje@google.com>
2966
2967 Add support for "comdat types" from DWARF4.
2968 * dwarf2read.c (dwarf2_per_objfile): New member types,
2969 signatured_types.
2970 (TYPES_SECTION): New macro.
2971 (dwarf2_per_cu_data): Change size of length field from 30 bits
2972 to 29 bits. New member from_debug_types.
2973 (signatured_type): New struct.
2974 (struct attribute): New union member signatured_type.
2975 (DW_SIGNATURED_TYPE): New macro.
2976 (dwarf2_attr_no_follow): New function.
2977 (read_type_unit_scope): New function.
2978 (follow_die_ref_or_sig, follow_die_sig): New functions.
2979 (dwarf2_locate_sectoins): Handle .debug_types.
2980 (dwarf2_build_psymtabs): Read .debug_types.
2981 (read_type_comp_unit_head): New function.
2982 (hash_type_signature, eq_type_signature): New functions.
2983 (create_debug_types_hash_table): New function.
2984 (lookup_signatured_type): New function.
2985 (process_psymtab_comp_unit): Handle type units too.
2986 (process_type_comp_unit, build_type_psymtabs): New functions.
2987 (dwarf2_build_psymtabs_hard): Call build_type_psymtabs.
2988 (load_partial_comp_unit): Assert not called for a type unit.
2989 (skip_one_die): Handle DW_FORM_sig8.
2990 (queue_comp_unit): Don't call load_full_comp_unit here, or
2991 update read_in_chain.
2992 (psymtab_to_symtab_1): Call read_signatured_type_at_offset for
2993 type units, or load_full_comp_unit for comp units after
2994 queue_comp_unit returns.
2995 (load_full_comp_unit): Assert not called for type units.
2996 (load_full_comp_unit): Update read_in_chain here.
2997 (process_die): Handle DW_TAG_type_unit.
2998 (read_structure_type): Look for signatured types.
2999 (read_enumeration_type): Ditto.
3000 (init_cu_die_reader): Handle .debug_types.
3001 (read_comp_unit): Assert hash not computed yet.
3002 (read_die_and_children): Expand debugging printf to handle .debug_types.
3003 (read_partial_die): Handle DW_TAG_type_unit:
3004 (find_patial_die): Handle .debug_types.
3005 (read_attribute_value): Handle DW_FORM_sig8.
3006 (die_type): Call follow_die_ref_or_sig instead of follow_die_ref.
3007 (die_containing_type): Ditto.
3008 (dwarf_tag_name): Handle DW_TAG_type_unit.
3009 (dwarf_attr_name): Handle DW_AT_signature.
3010 (dwarf_form_name): Handle DW_FORM_sec_offset, DW_FORM_exprloc,
3011 DW_FORM_flag_present, DW_FORM_sig8.
3012 (dump_die_shallow): Handlel DW_FORM_sig8.
3013 (maybe_queue_comp_unit): Change return type to int from void.
3014 All callers updated.
3015 (follow_die_ref): Handle .debug_types.
3016 (lookup_signatured_type_at_offset): New function.
3017 (read_signatured_type_at_offset): New function.
3018 (read_signatured_type): New function.
3019
f4290e2a
UW
30202009-07-20 Ulrich Weigand <uweigand@de.ibm.com>
3021
3022 * arch-utils.c (gdbarch_info_fill): Only reference GDB_OSABI_DEFAULT
3023 if the macro is defined.
3024
08d16641
PA
30252009-07-20 Pedro Alves <pedro@codesourcery.com>
3026
3027 * features/gdb-target.dtd (target): Accept an optional 'osabi'
3028 element.
3029 (osabi): Define element.
3030 * features/mips-linux.xml (target): Add an osabi subelement set to
3031 GNU/Linux.
3032 * regformats/regdat.sh (xmlarch, xmlosabi): New variables. Don't
3033 write the architecture into $xmltarget. Store it in $xmlarch.
3034 Handle the 'osabi' type. Handle outputting the osabi element of
3035 the target description.
3036 * regformats/reg-x86-64-linux.dat (osabi): Set to GNU/Linux.
3037 * regformats/reg-i386-linux.dat (osabi): Set to GNU/Linux.
3038
3039 * target-descriptions.h (tdesc_osabi, set_tdesc_osabi): Declare.
3040 * target-descriptions.c (struct target_desc) <osabi>: New field.
3041 (tdesc_osabi): New function.
3042 (set_tdesc_osabi): New function.
3043 * xml-tdesc.c: Include osabi.h.
3044 (tdesc_end_osabi): New.
3045 (target_children): Parse "osabi" elements.
3046 * arch-utils.c (gdbarch_info_fill): Try to get the osabi from the
3047 target description if the user didn't override it or it is not
3048 extractable from the bfd. If that still fails, fallback to the
3049 configured in default.
3050 * osabi.h (osabi_from_tdesc_string): Declare.
3051 * osabi.c (osabi_from_tdesc_string): New.
3052 (gdbarch_lookup_osabi): Return GDB_OSABI_UNKNOWN instead of
3053 GDB_OSABI_DEFAULT.
3054
3055 * NEWS: Mention that target descriptions can now describe the
3056 target OS ABI.
3057
a156a290
MF
30582009-07-20 Mike Frysinger <vapier@gentoo.org>
3059
3060 * configure.ac (AC_CHECK_FUNCS): Check for pipe.
3061 * config.in, configure: Regenerate.
3062 * tui/tui-io.c (TUI_USE_PIPE_FOR_READLINE): Define if HAVE_PIPE.
3063
b4d1e8c7
PA
30642009-07-20 Pedro Alves <pedro@codesourcery.com>
3065
3066 * gnu-nat.c: Include "inf-child.h".
3067 (gnu_mourn_inferior): Use the passed in target_ops
3068 instead of the gnu_ops global.
3069 (gnu_create_inferior): Inline `attach_to_child', use the passed in
3070 target_ops instead of the gnu_ops global.
3071 (gnu_can_run): Delete.
3072 (gnu_attach): Use the passed in target_ops instead of the gnu_ops
3073 global.
3074 (gnu_detach): Ditto.
3075 (gnu_prepare_to_store, gnu_open): Delete.
3076 (gnu_store_registers, gnu_fetch_registers): Delete declarations.
3077 (gnu_ops): Delete.
3078 (init_gnu_ops): Delete.
3079 (gnu_target): New.
3080 (_initialize_gnu_nat): Don't call init_gnu_ops or add_target here.
3081 * gnu-nat.h (gnu_target): Declare.
3082 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Make
3083 static.
3084 (_initialize_i386gnu_nat): New.
3085
b5758fe4
UW
30862009-07-20 Ulrich Weigand <uweigand@de.ibm.com>
3087
3088 * dwarf2loc.c (find_location_expression): Retrieve beginning and
3089 ending address offsets in location list entries as integers,
3090 not as addresses.
3091
ec9499be
UW
30922009-07-20 Ulrich Weigand <uweigand@de.ibm.com>
3093
3094 * infrun.c (wait_for_inferior): Invalidate registers and overlay
3095 cache every time before calling target_wait.
3096 (handle_inferior_event): Make static. Always reset waiton_ptid.
3097 Never call registers_changed.
3098 (prepare_to_wait): Do not invaliate registers or overlay cache
3099 (moved to wait_for_inferior). Do not reset waiton_ptid (moved
3100 to handle_inferior_event).
3101 (fetch_inferior_event): Remove check for always-true condition.
3102
85a772a5
TS
31032009-07-20 Thomas Schwinge <tschwinge@gnu.org>
3104
3105 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Adjust to
3106 2009-02-23 target_ops changes.
3107
fdd654f3
MS
31082009-07-18 Michael Snyder <msnyder@vmware.com>
3109
3110 * infrun.c (handle_inferior_event): Remove an execution_direction
3111 check in the "check for subroutine calls" test, and add some
3112 additional handling for reverse-stepping through shared libraries.
3113
99f75275
AG
31142009-07-18 Anthony Green <green@moxielogic.com>
3115
3116 * moxie-tdep.c (moxie_analyze_prologue): Take gdbarch as last
3117 parameter instead of frame_info.
3118 (moxie_frame_cache): Call moxie_analyze_prologue with different
3119 args.
3120
831a0c44
UW
31212009-07-17 Ulrich Weigand <uweigand@de.ibm.com>
3122
3123 * solib.c (solib_bfd_open): Do not call ops->bfd_open.
3124 (solib_map_sections): Call ops->bfd_open instead of solib_bfd_open.
3125 * solib-frv.c (_initialize_frv_solib): Initialize bfd_open member.
3126 * solib-irix.c (_initialize_irix_solib): Likewise.
3127 * solib-null.c (_initialize_null_solib): Likewise.
3128 * solib-osf.c (_initialize_osf_solib): Likewise.
3129 * solib-pa64.c (_initialize_pa64_solib): Likewise.
3130 * solib-som.c (_initialize_som_solib): Likewise.
3131 * solib-sunos.c (_initialize_sunos_solib): Likewise.
3132 * solib-svr4.c (_initialize_svr4_solib): Likewise.
3133 * solib-target.c (_initialize_solib_target): Likewise.
3134
328d0145
UW
31352009-07-17 Ulrich Weigand <uweigand@de.ibm.com>
3136
3137 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect mixed_mode flag.
3138
099cb4fb
DE
31392009-07-16 Doug Evans <dje@google.com>
3140
3141 * linux-thread.db.c (try_thread_db_load_1): Tweak comment.
3142
456b0e24
PP
31432007-07-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3144
3145 * linux-thread-db.c (thread_db_find_new_threads_silently):
3146 New function.
3147 (try_thread_db_load_1): Call it.
099cb4fb 3148
93311388
DE
31492009-07-15 Doug Evans <dje@google.com>
3150
3151 Code reorg in preparation for adding comdat types support.
3152 * dwarf2read.c (struct die_reader_specs): New struct.
3153 (locate_pdi_sibling): New arg buffer. All callers updated.
3154 (load_partial_dies, read_partial_die): Ditto.
3155 (read_8_bytes): Change return type to ULONGEST.
3156 (read_comp_unit): Delete arg abfd. All callers updated.
3157 (read_die_and_children_1): Delete args abfd, cu. New arg reader.
3158 All callers updated.
3159 (read_die_and_children, read_die_and_siblings): Ditto.
3160 (read_full_die): Ditto. Move closer to callers.
3161 (skip_one_die): New arg buffer. All callers updated.
3162 (load_full_comp_unit): Change return type to void. All callers
3163 updated.
3164 (partial_read_comp_unit_head): New args buffer, buffer_size.
3165 All callers updated.
3166 (process_psymtab_comp_unit): New function, split out from
3167 dwarf2_build_psymtabs_hard.
3168 (dwarf2_build_psymtabs_hard): Call it.
3169 (load_partial_comp_unit): Renamed from load_comp_unit.
3170 All callers updated.
3171 (skip_children): New arg buffer. All callers updated.
3172 (init_cu_die_reader): New function.
3173 (is_ref_attr): New function.
3174 (dwarf2_get_ref_die_offset): Call it.
3175 (alloc_one_comp_unit): New function.
3176
bf0d7e9c
SS
31772009-07-14 Stan Shebs <stan@codesourcery.com>
3178
3179 * MAINTAINERS (Global Maintainers): Add Doug Evans.
3180
782b2b07
SS
31812009-07-14 Stan Shebs <stan@codesourcery.com>
3182
3183 Conditional tracepoints.
3184 * ax-gdb.h (gen_eval_for_expr): Declare.
3185 * ax-gdb.c (gen_expr): Generate bytecodes for BINOP_EQUAL
3186 and other comparisons.
3187 (gen_eval_for_expr): New function.
3188 (agent_eval_command): New maintenance command.
3189 (_initialize_ax_gdb): Define the command.
3190 * remote.c (struct remote_state): New field cond_tracepoints.
3191 (PACKET_ConditionalTracepoints): New packet config type.
3192 (remote_cond_tracepoint_feature): New function.
3193 (remote_protocol_features): Add ConditionalTracepoints.
3194 (remote_supports_cond_tracepoints): New function.
3195 (_initialize_remote): Add ConditionalTracepoints.
3196 * tracepoint.c (download_tracepoint): Add conditional.
3197 * NEWS: Mention conditional tracepoints.
3198
b101f7a1
UW
31992009-07-14 Ulrich Weigand <uweigand@de.ibm.com>
3200
3201 * objfiles.c (objfile_relocate): Do not relocate the same
3202 BLOCKVECTOR_MAP address map multiple times.
3203
217f1f79
UW
32042009-07-14 Ulrich Weigand <uweigand@de.ibm.com>
3205
3206 * remote.c (process_stop_reply): Access expedited target registers
3207 in target_gdbarch.
3208
8f313923
JK
32092009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3210
3211 Fix memory access from signed 32bit inferior registers on 64bit GDB.
3212 * linux-nat.c (linux_xfer_partial <TARGET_OBJECT_MEMORY>): New variable
3213 addr_bit. Mask OFFSET by the ADDR_BIT width.
3214
451fa05e
AG
32152009-07-13 Anthony Green <green@moxielogic.com>
3216
3217 * moxie-tdep.c (moxie_gdbarch_init): Call
3218 set_gdbarch_process_record.
3219 (moxie_process_record): New.
3220 (moxie_process_readu): New.
3221
06da04c6
MS
32222009-07-12 Michael Snyder <msnyder@vmware.com>
3223
3224 * i386-tdep.c: Add a frame unwinder for function epilogues.
3225 (i386_in_function_epilogue_p): New function.
3226 (i386_epilogue_frame_sniffer): New function.
3227 (i386_epilogue_frame_cache): New function.
3228 (i386_epilogue_frame_this_id): New function.
3229 (i386_epilogue_frame_unwind): New struct frame_unwind.
3230 (i386_gdbarch_init): Hook the new unwinder.
3231
e6158f16
HZ
32322009-07-11 Hui Zhu <teawater@gmail.com>
3233
3234 * cli/cli-cmds.c (disassemble_command): Add a new modifier /r
3235 to "disassemble" command to print the raw instructions in hex as
3236 well as in symbolic form.
3237 (init_cli_cmds): Ditto.
3238 (print_disassembly): Change "mixed" to "flags" to translate
3239 the behavior of disassemble.
3240 (disassemble_current_function): Ditto.
3241 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
3242 * stack.c (gdb_disassembly_stub): Ditto.
3243 * disasm.c (do_mixed_source_and_assembly): Ditto.
3244 (do_mixed_source_and_assembly): Ditto.
3245 (do_assembly_only): Ditto.
3246 (gdb_disassembly): Ditto.
3247 (dump_insns): print the raw instructions in hex as well as in
3248 symbolic form if DISASSEMBLY_RAW_INSN and flags is true.
3249 * disasm.h (DISASSEMBLY_SOURCE): Include source code with the
3250 assembly if it and flags is true.
3251 (DISASSEMBLY_RAW_INSN): Include the raw instructions in hex with
3252 the assembly if it and flags is true.
3253 (gdb_disassembly): Update extern.
3254 * NEWS: Document disassemble/r support.
3255
fa8f86ff
TT
32562009-07-10 Tom Tromey <tromey@redhat.com>
3257
3258 * dwarf2-frame.c: Include dwarf2.h, not elf/dwarf2.h.
3259 * dwarf2expr.c: Likewise.
3260 * dwarf2loc.c: Likewise.
3261 * dwarf2read.c: Likewise.
3262 * sh-tdep.c: Likewise.
3263 * xtensa-tdep.c: Likewise.
3264
6e9ef2a8
JK
32652009-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 Tidy up the code.
3268 * mi/mi-cmd-var.c (mi_cmd_var_update): Remove variable nv. Move
3269 variables var, rootlist and cr to their local sub-block. Move the
3270 make_cleanup_ui_out_tuple_begin_end, make_cleanup_ui_out_list_begin_end
3271 and do_cleanups calls to the common base block. Remove the zero NV
3272 check.
3273
fbb8f299
PM
32742009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3275
3276 * python/python-internal.h (apply_varobj_pretty_printer): Update
3277 definition.
3278 (python_string_to_target_python_string): Add definition.
3279 * python/python-utils.c (unicode_to_encoded_python_string)
3280 (unicode_to_target_python_string)
3281 (python_string_to_target_python_string): New Functions.
3282 * python/python-prettyprint.c (pretty_print_one_value): Likewise.
3283 (print_string_repr): Refactor to logic to account for PyObject
3284 returned strings.
3285 (apply_varobj_pretty_printer): Likewise.
3286 * python/python-value.c (valpy_string): Parse length keyword. Use
3287 length keyword in LA_GET_STRING.
3288 * varobj.c (value_get_print_value): Refactor logic to account for
3289 PyObject returned strings.
3290 * c-lang.c (c_get_string): If the length parameter is specified,
3291 use that. Return value in characters. Update comments.
3292 * language.h: Update c_get_string prototype comments.
3293
b75f0b83
DE
32942009-07-09 Doug Evans <dje@google.com>
3295
3296 * i386-tdep.c (i386_displaced_step_fixup): Fix order of arguments
3297 to read_memory_unsigned_integer.
3298
c0ac0ec7
JK
32992009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3300
3301 Report error on inaccessible memory.
3302 * cli/cli-dump.c: Include gdbcore.h.
3303 (dump_memory_to_file): Call read_memory instead of target_read_memory.
3304
378d2b72
HZ
33052009-07-09 Hui Zhu <teawater@gmail.com>
3306
3307 * solib.c (solib_bfd_open): Output a warning if solib's
3308 architecture is not compatible with inferior's architecture.
3309
3a8f7b07
JK
33102009-07-09 Ulrich Weigand <uweigand@de.ibm.com>
3311 Jan Kratochvil <jan.kratochvil@redhat.com>
3312
3313 * target.h (struct target_ops <to_thread_architecture>): Describe it.
3314 (target_thread_architecture): Refer to to_thread_architecture.
3315
a177aad3
PM
33162009-07-08 Pierre Muller <muller@ics.u-strasbg.fr>
3317
3318 * cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command.
3319
2d5f09f0
UW
33202009-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3321
3322 * tui/tui-stack.c (tui_make_status_line): Display PC as ?? if unknown.
3323
63c252f8
PM
33242009-07-07 Pierre Muller <muller@ics.u-strasbg.fr>
3325
3326 * breakpoint.c (set_raw_breakpoint): Remove static modifier.
3327
30b66ecc
TT
33282009-07-07 Tom Tromey <tromey@redhat.com>
3329
3330 * c-lang.c (convert_octal): Only allow 3 octal digits.
3331 (print_wchar): Prefer 3-digit octal form. Fall back to hex if
3332 needed.
3333 * c-exp.y (c_parse_escape): Only allow 3 octal digits.
3334
06878dd2
PP
33352009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>
3336
3337 * python/python-value.c (valpy_getitem): Remove incorrect assert.
3338
570e2b1a
PP
33392009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>
3340
3341 * python/python-value.c (valpy_getitem): Don't return from TRY_CATCH.
3342
8c902bb1
SW
33432009-07-07 Sami Wagiaalla <swagiaal@redhat.com>
3344
3345 * cp-support.h (struct using_direct): Rename members inner and
3346 outer to import_src, and import_dest respectively.
3347 * cp-namespace.c (cp_add_using_directive): Update.
3348 (cp_add_using): Update.
3349 (cp_copy_usings): Update.
3350 (cp_lookup_symbol_namespace): Update.
3351 (cp_scan_for_anonymous_namespaces): Update.
3352 * cp-support.c (make_symbol_overload_list_using): Update.
3353 * cp-support.h (cp_add_using_directive, cp_add_using): Rename
3354 arguments from inner and outer to src and dest respectively.
3355 * cp-namespace.c (cp_add_using_directive): Ditto.
3356 (cp_add_using): Ditto.
3357
fd115a4b
JK
33582009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 * mi/mi-cmd-var.c (mi_cmd_var_update): Replace a while loop by for loop.
3361 * varobj.c (varobj_invalidate): Replace a while loop by for loop.
3362
60d32970
VP
33632009-07-07 Vladimir Prus <vladimir@codesourcery.com>
3364
3365 Fix hang in floating varobjs.
3366
c0ac0ec7 3367 * varobj.c (varobj_invalidate): Advance to next
60d32970
VP
3368 element when processing floating varobj.
3369
9a139cba
VP
33702009-07-07 Vladimir Prus <vladimir@codesourcery.com>
3371
3372 * varobj.c: Remove unnecessary include.
3373
02b96ddc
TG
33742009-07-07 Tristan Gingold <gingold@adacore.com>
3375
3376 * config/i386/darwin.mh (NATDEPFILES): Remove excServer.o.
3377 Remove excServer.c target. Remove _all target.
3378 * darwin.defs: Removed.
3379
7f86f499
AR
33802009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
3381
3382 * configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes.
3383
e2357892
JK
33842009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3385
3386 * source.c (find_and_open_source): Remove the `objfile' parameter.
3387 Update the function comment.
3388 (open_source_file, symtab_to_fullname, psymtab_to_fullname): Update the
3389 find_and_open_source callers.
3390
5e13bd89
PA
33912009-07-05 Pedro Alves <pedro@codesourcery.com>
3392
3393 * coff-pe-read.c (read_pe_exported_syms): Recognize
3394 "pe-arm-wince-little" and "pei-arm-wince-little" bfd targets as PE
3395 targets.
3396
d7117c03
PA
33972009-07-05 Pedro Alves <pedro@codesourcery.com>
3398
3399 * arm-wince-tdep.c (arm_wince_skip_main_prologue): New.
3400 (arm_wince_init_abi): Register it as gdbarch_skip_main_prologue
3401 callback.
3402
5cd226f2
TG
34032009-06-29 Tristan Gingold <gingold@adacore.com>
3404
3405 * i386-darwin-tdep.c (amd64_darwin_thread_state_reg_offset)
3406 (amd64_darwin_thread_state_num_regs)
3407 (amd64_darwin_sigcontext_addr, x86_darwin_init_abi_64): Moved to
3408 amd64-darwin-tdep.c
3409 (_initialize_i386_darwin_tdep): Remove 64 bits parts.
3410 (darwin_dwarf_signal_frame_p): Make public.
3411 * amd64-darwin-tdep.c: New file with most chunks from
3412 i386-darwin-tdep.c
3413 * i386-darwin-tdep.h: Add a prototype for darwin_dwarf_signal_frame_p.
3414 (amd64_darwin_thread_state_reg_offset)
3415 (amd64_darwin_thread_state_num_regs): Moved to amd64-darwin-tdep.h
3416 * amd64-darwin-tdep.h: New file.
3417 * i386-darwin-nat.c: Only includes amd64-nat.h and amd64-darwin-tdep.h
3418 if BFD64 is defined.
3419 (i386_darwin_fetch_inferior_registers): Add #ifdef BFD64/#endif around
3420 64 bits parts.
3421 (i386_darwin_store_inferior_registers): Ditto.
3422 (darwin_set_sstep): Ditto.
3423 (darwin_complete_target): Ditto.
3424 (amd64_darwin_sstep_at_sigreturn): Ditto.
3425 * configure.tgt: Create a separate entry for x86_64-*-darwin.
3426 Add 64 bits support for i386-*-darwin if --enable-64-bit-bfd.
3427 * Makefile.in (ALLDEPFILES): Add amd64-darwin-tdep.c, darwin-nat.c,
3428 i386-darwin-tdep.c i386-darwin-nat.c
3429 (ALL_64_TARGET_OBS): Add amd64-darwin-tdep.o
3430
3cb5bea9
PA
34312009-07-02 Pedro Alves <pedro@codesourcery.com>
3432
3433 * linux-fork.c (forks_exist_p): Drop unnecessary extern.
3434 (add_fork, linux_fork_killall, linux_fork_mourn_inferior)
3435 (linux_fork_detach): Ditto.
3436 (delete_fork_command): Rename to ...
3437 (delete_checkpoint_command): ... this.
3438 (detach_fork_command): Rename to ...
3439 (detach_checkpoint_command): ... this.
3440 (info_forks_command): Rename to ...
3441 (info_checkpoints_command): ... this.
3442 (_initialize_linux_fork): Remove stale comments. Adjust.
3443
2277426b
PA
34442009-07-02 Pedro Alves <pedro@codesourcery.com>
3445
3446 * linux-nat.c (linux_child_follow_fork): If we're staying attached
3447 to the child process, enable event reporting on it. Don't handle
3448 checkpoints here. Instead, add the child fork to the lwp thread
3449 and inferior lists without clobbering the previous inferior. Let
3450 the thread_db layer learn about a new child process, even if
3451 following the parent.
3452 (linux_nat_switch_fork): Delete lwps of the current inferior only,
3453 instead of clearing the whole list. Use thread_change_ptid to
3454 give the core the illusion the new checkpoint is still the same
3455 inferior. Clear the register cache.
3456 (linux_handle_extended_wait): Handle checkpoints here.
3457 (linux_multi_process): Turn on.
3458 * linux-fork.c (struct fork_info) <pc>: Remove field.
3459 (init_fork_list): Do not delete the checkpoint from the inferior
3460 list (it is not there).
3461 (fork_load_infrun_state): Don't switch inferior_ptid here. Pass
3462 the new checkpoint's ptid to linux_nat_switch_fork.
3463 (fork_save_infrun_state): Make static. Don't stop the pc field of
3464 fork_info, it's gone.
3465 (linux_fork_mourn_inferior): Don't delete the checkpoint from the
3466 inferior list, it's not there.
3467 (linux_fork_detach): Ditto.
3468 (delete_fork_command): Replace mention of fork/checkpoint by
3469 checkpoint only.
3470 (detach_fork_command): Likewise. Don't delete the checkpoint from
3471 the inferior list.
3472 (info_forks_command): Adjust.
3473 (restore_detach_fork): Delete.
3474 (checkpointing_pid): New.
3475 (linux_fork_checkpointing_p): New.
3476 (save_detach_fork): Delete.
3477 (checkpoint_command): Delete temp_detach_fork. Don't remove
3478 breakpoints, that's a nop. Store the pid of the process we're
3479 checkpointing, and use make_cleanup_restore_integer to restore it.
3480 Don't reinsert breakpoints here.
3481 (process_command, fork_command): Delete.
3482 (restart_command): Update comments to only mention checkpoints,
3483 not forks.
3484 (_initialize_linux_fork): Delete "fork", "process", "info forks"
3485 commands.
3486 * linux-fork.h (fork_save_infrun_state, fork_list): Delete
3487 declarations.
3488 (linux_fork_checkpointing_p): Declare.
3489 * cli/cli-cmds.c (killlist): New.
3490 * cli/cli-cmds.h (killlist): Declare.
3491 * gdbcmd.h (killlist): Declare.
3492 * inferior.c: Include "gdbthread.h".
3493 (detach_inferior_command, kill_inferior_command)
3494 (inferior_command): New.
3495 (info_inferiors_command): Allow specifying a specific inferior id.
3496 (_initialize_inferiors): Register "inferior", "kill inferior" and
3497 "detach inferior" commands.
3498 * infcmd.c (_initialize_infcmd): Make "kill" a prefix command.
3499 * gdbthread.h (any_thread_of_process): Declare.
3500 * thread.c (any_thread_of_process): New.
3501
3502 * NEWS: Mention multi-inferior debugging. Mention 'info
3503 inferiors', 'inferior', 'detach inferior' and 'kill inferior' as
3504 new commands.
3505 (Removed commands): New section, mentioning that 'info forks',
3506 'fork', 'process', 'delete fork' and 'detach fork' are now gone.
3507
59837fe0
UW
35082009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3509
3510 * gdbarch.sh (current_gdbarch): Remove global variable.
3511 (find_arch_by_info): Remove, inline into ...
3512 (gdbarch_find_by_info): ... this. Remove current_gdbarch swapping.
3513 (deprecated_current_gdbarch_select_hack): Rename to ...
3514 (deprecated_target_gdbarch_select_hack): ... this. Do not set
3515 or access current_gdbarch.
3516 * gdbarch.c, gdbarch.h: Regenerate.
3517
3518 * arch-utils.c (gdbarch_update_p): Update call.
3519 (set_gdbarch_from_file): Likewise.
3520
e17a4113
UW
35212009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3522
3523 * defs.h (extract_signed_integer, extract_unsigned_integer,
3524 extract_long_unsigned_integer, store_signed_integer,
3525 store_unsigned_integer): Add BYTE_ORDER parameter.
3526 * findvar.c (extract_signed_integer, extract_unsigned_integer,
3527 extract_long_unsigned_integer, store_signed_integer,
3528 store_unsigned_integer): Add BYTE_ORDER parameter. Use it
3529 instead of current_gdbarch.
3530
3531 * gdbcore.h (read_memory_integer, safe_read_memory_integer,
3532 read_memory_unsigned_integer, write_memory_signed_integer,
3533 write_memory_unsigned_integer): Add BYTE_ORDER parameter.
3534 * corefile.c (struct captured_read_memory_integer_arguments): Add
3535 BYTE_ORDER member.
3536 (safe_read_memory_integer): Add BYTE_ORDER parameter. Store it into
3537 struct captured_read_memory_integer_arguments.
3538 (do_captured_read_memory_integer): Pass it to read_memory_integer.
3539 (read_memory_integer): Add BYTE_ORDER parameter. Pass it to
3540 extract_signed_integer.
3541 (read_memory_unsigned_integer): Add BYTE_ORDER parameter. Pass it to
3542 extract_unsigned_integer.
3543 (write_memory_signed_integer): Add BYTE_ORDER parameter. Pass it
3544 to store_signed_integer.
3545 (write_memory_unsigned_integer): Add BYTE_ORDER parameter. Pass it
3546 to store_unsigned_integer.
3547
3548 * target.h (get_target_memory_unsigned): Add BYTE_ORDER parameter.
3549 * target.c (get_target_memory_unsigned): Add BYTE_ORDER parameter.
3550 Pass it to extract_unsigned_integer.
3551
3552
3553 Update calls to extract_signed_integer, extract_unsigned_integer,
3554 extract_long_unsigned_integer, store_signed_integer,
3555 store_unsigned_integer, read_memory_integer,
3556 read_memory_unsigned_integer, safe_read_memory_integer,
3557 write_memory_signed_integer, write_memory_unsigned_integer, and
3558 get_target_memory_unsigned to pass byte order:
3559 * ada-lang.c (ada_value_binop): Update.
3560 * ada-valprint.c (char_at): Update.
3561 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Update.
3562 * alpha-tdep.c (alpha_lds, alpha_sts, alpha_push_dummy_call,
3563 alpha_extract_return_value, alpha_read_insn,
3564 alpha_get_longjmp_target): Update.
3565 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Update.
3566 * amd64obsd-tdep.c (amd64obsd_supply_uthread,
3567 amd64obsd_collect_uthread, amd64obsd_trapframe_cache): Update.
3568 * amd64-tdep.c (amd64_push_dummy_call, amd64_analyze_prologue,
3569 amd64_frame_cache, amd64_sigtramp_frame_cache, fixup_riprel,
3570 amd64_displaced_step_fixup): Update.
3571 * arm-linux-tdep.c (arm_linux_sigreturn_init,
3572 arm_linux_rt_sigreturn_init, arm_linux_supply_gregset): Update.
3573 * arm-tdep.c (thumb_analyze_prologue, arm_skip_prologue,
3574 arm_scan_prologue, arm_push_dummy_call, thumb_get_next_pc,
3575 arm_get_next_pc, arm_extract_return_value, arm_store_return_value,
3576 arm_return_value): Update.
3577 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
3578 * auxv.c (default_auxv_parse): Update.
3579 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address,
3580 avr_scan_prologue, avr_extract_return_value,
3581 avr_frame_prev_register, avr_push_dummy_call): Update.
3582 * bsd-uthread.c (bsd_uthread_check_magic, bsd_uthread_lookup_offset,
3583 bsd_uthread_wait, bsd_uthread_thread_alive,
3584 bsd_uthread_extra_thread_info): Update.
3585 * c-lang.c (c_printstr, print_wchar): Update.
3586 * cp-valprint.c (cp_print_class_member): Update.
3587 * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache,
3588 cris_push_dummy_call, cris_scan_prologue, cris_store_return_value,
3589 cris_extract_return_value, find_step_target, dip_prefix,
3590 sixteen_bit_offset_branch_op, none_reg_mode_jump_op,
3591 move_mem_to_reg_movem_op, get_data_from_address): Update.
3592 * dwarf2expr.c (dwarf2_read_address, execute_stack_op): Update.
3593 * dwarf2-frame.c (execute_cfa_program): Update.
3594 * dwarf2loc.c (find_location_expression): Update.
3595 * dwarf2read.c (dwarf2_const_value): Update.
3596 * expprint.c (print_subexp_standard): Update.
3597 * findvar.c (unsigned_pointer_to_address, signed_pointer_to_address,
3598 unsigned_address_to_pointer, address_to_signed_pointer,
3599 read_var_value): Update.
3600 * frame.c (frame_unwind_register_signed,
3601 frame_unwind_register_unsigned, get_frame_memory_signed,
3602 get_frame_memory_unsigned): Update.
3603 * frame-unwind.c (frame_unwind_got_constant): Update.
3604 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp,
3605 frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
3606 Update.
3607 * frv-tdep.c (frv_analyze_prologue, frv_skip_main_prologue,
3608 frv_extract_return_value, find_func_descr,
3609 frv_convert_from_func_ptr_addr, frv_push_dummy_call): Update.
3610 * f-valprint.c (f_val_print): Update.
3611 * gnu-v3-abi.c (gnuv3_decode_method_ptr, gnuv3_make_method_ptr):
3612 Update.
3613 * h8300-tdep.c (h8300_is_argument_spill, h8300_analyze_prologue,
3614 h8300_push_dummy_call, h8300_extract_return_value,
3615 h8300h_extract_return_value, h8300_store_return_value,
3616 h8300h_store_return_value): Update.
3617 * hppabsd-tdep.c (hppabsd_find_global_pointer): Update.
3618 * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register):
3619 Update.
3620 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline,
3621 hppa64_hpux_in_solib_call_trampoline,
3622 hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code,
3623 hppa_hpux_sigtramp_frame_unwind_cache,
3624 hppa_hpux_sigtramp_unwind_sniffer, hppa32_hpux_find_global_pointer,
3625 hppa64_hpux_find_global_pointer, hppa_hpux_search_pattern,
3626 hppa32_hpux_search_dummy_call_sequence,
3627 hppa64_hpux_search_dummy_call_sequence, hppa_hpux_supply_save_state,
3628 hppa_hpux_unwind_adjust_stub): Update.
3629 * hppa-linux-tdep.c (insns_match_pattern,
3630 hppa_linux_find_global_pointer): Update.
3631 * hppa-tdep.c (hppa_in_function_epilogue_p, hppa32_push_dummy_call,
3632 hppa64_convert_code_addr_to_fptr, hppa64_push_dummy_call,
3633 skip_prologue_hard_way, hppa_frame_cache, hppa_fallback_frame_cache,
3634 hppa_pseudo_register_read, hppa_frame_prev_register_helper,
3635 hppa_match_insns): Update.
3636 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3637 * i386-tdep.c (i386bsd_sigcontext_addr): Update.
3638 * i386-cygwin-tdep.c (core_process_module_section): Update.
3639 * i386-darwin-nat.c (i386_darwin_sstep_at_sigreturn,
3640 amd64_darwin_sstep_at_sigreturn): Update.
3641 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr,
3642 amd64_darwin_sigcontext_addr): Likewise.
3643 * i386-linux-nat.c (i386_linux_sigcontext_addr): Update.
3644 * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Update.
3645 * i386-nto-tdep.c (i386nto_sigcontext_addr): Update.
3646 * i386obsd-nat.c (i386obsd_supply_pcb): Update.
3647 * i386obsd-tdep.c (i386obsd_supply_uthread, i386obsd_collect_uthread,
3648 i386obsd_trapframe_cache): Update.
3649 * i386-tdep.c (i386_displaced_step_fixup, i386_follow_jump,
3650 i386_analyze_frame_setup, i386_analyze_prologue,
3651 i386_skip_main_prologue, i386_frame_cache, i386_sigtramp_frame_cache,
3652 i386_get_longjmp_target, i386_push_dummy_call,
3653 i386_pe_skip_trampoline_code, i386_svr4_sigcontext_addr,
3654 i386_fetch_pointer_argument): Update.
3655 * i387-tdep.c (i387_supply_fsave): Update.
3656 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Update.
3657 * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write,
3658 examine_prologue, ia64_frame_cache, ia64_frame_prev_register,
3659 ia64_sigtramp_frame_cache, ia64_sigtramp_frame_prev_register,
3660 ia64_access_reg, ia64_access_rse_reg, ia64_libunwind_frame_this_id,
3661 ia64_libunwind_frame_prev_register,
3662 ia64_libunwind_sigtramp_frame_this_id,
3663 ia64_libunwind_sigtramp_frame_prev_register, ia64_find_global_pointer,
3664 find_extant_func_descr, find_func_descr,
3665 ia64_convert_from_func_ptr_addr, ia64_push_dummy_call, ia64_dummy_id,
3666 ia64_unwind_pc): Update.
3667 * iq2000-tdep.c (iq2000_pointer_to_address, iq2000_address_to_pointer,
3668 iq2000_scan_prologue, iq2000_extract_return_value,
3669 iq2000_push_dummy_call): Update.
3670 * irix5nat.c (fill_gregset): Update.
3671 * jv-lang.c (evaluate_subexp_java): Update.
3672 * jv-valprint.c (java_value_print): Update.
3673 * lm32-tdep.c (lm32_analyze_prologue, lm32_push_dummy_call,
3674 lm32_extract_return_value, lm32_store_return_value): Update.
3675 * m32c-tdep.c (m32c_push_dummy_call, m32c_return_value,
3676 m32c_skip_trampoline_code, m32c_m16c_address_to_pointer,
3677 m32c_m16c_pointer_to_address): Update.
3678 * m32r-tdep.c (m32r_store_return_value, decode_prologue,
3679 m32r_skip_prologue, m32r_push_dummy_call, m32r_extract_return_value):
3680 Update.
3681 * m68hc11-tdep.c (m68hc11_pseudo_register_read,
3682 m68hc11_pseudo_register_write, m68hc11_analyze_instruction,
3683 m68hc11_push_dummy_call): Update.
3684 * m68linux-tdep.c (m68k_linux_pc_in_sigtramp,
3685 m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
3686 Update.
3687 * m68k-tdep.c (m68k_push_dummy_call, m68k_analyze_frame_setup,
3688 m68k_analyze_register_saves, m68k_analyze_prologue, m68k_frame_cache,
3689 m68k_get_longjmp_target): Update.
3690 * m88k-tdep.c (m88k_fetch_instruction): Update.
3691 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_csr_write,
3692 mep_pseudo_cr32_write, mep_get_insn, mep_push_dummy_call): Update.
3693 * mi/mi-main.c (mi_cmd_data_write_memory): Update.
3694 * mips-linux-tdep.c (mips_linux_get_longjmp_target, supply_32bit_reg,
3695 mips64_linux_get_longjmp_target, mips64_fill_gregset,
3696 mips64_fill_fpregset, mips_linux_in_dynsym_stub): Update.
3697 * mipsnbdsd-tdep.c (mipsnbsd_get_longjmp_target): Update.
3698 * mips-tdep.c (mips_fetch_instruction, fetch_mips_16,
3699 mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call,
3700 mips_o32_push_dummy_call, mips_o64_push_dummy_call,
3701 mips_single_step_through_delay, mips_skip_pic_trampoline_code,
3702 mips_integer_to_address): Update.
3703 * mn10300-tdep.c (mn10300_analyze_prologue, mn10300_push_dummy_call):
3704 Update.
3705 * monitor.c (monitor_supply_register, monitor_write_memory,
3706 monitor_read_memory_single): Update.
3707 * moxie-tdep.c (moxie_store_return_value, moxie_extract_return_value,
3708 moxie_analyze_prologue): Update.
3709 * mt-tdep.c (mt_return_value, mt_skip_prologue, mt_select_coprocessor,
3710 mt_pseudo_register_read, mt_pseudo_register_write, mt_registers_info,
3711 mt_push_dummy_call): Update.
3712 * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
3713 read_objc_methlist_method, read_objc_object, read_objc_super,
3714 read_objc_class, find_implementation_from_class): Update.
3715 * ppc64-linux-tdep.c (ppc64_desc_entry_point,
3716 ppc64_linux_convert_from_func_ptr_addr, ppc_linux_sigtramp_cache):
3717 Update.
3718 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_sniffer,
3719 ppcobsd_sigtramp_frame_cache): Update.
3720 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
3721 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
3722 ppc64_sysv_abi_return_value): Update.
3723 * ppc-linux-nat.c (ppc_linux_auxv_parse): Update.
3724 * procfs.c (procfs_auxv_parse): Update.
3725 * p-valprint.c (pascal_val_print): Update.
3726 * regcache.c (regcache_raw_read_signed, regcache_raw_read_unsigned,
3727 regcache_raw_write_signed, regcache_raw_write_unsigned,
3728 regcache_cooked_read_signed, regcache_cooked_read_unsigned,
3729 regcache_cooked_write_signed, regcache_cooked_write_unsigned): Update.
3730 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3731 * remote-mips.c (mips_wait, mips_fetch_registers, mips_xfer_memory):
3732 Update.
3733 * rs6000-aix-tdep.c (rs6000_push_dummy_call, rs6000_return_value,
3734 rs6000_convert_from_func_ptr_addr, branch_dest,
3735 rs6000_software_single_step): Update.
3736 * rs6000-tdep.c (rs6000_in_function_epilogue_p,
3737 ppc_displaced_step_fixup, ppc_deal_with_atomic_sequence,
3738 bl_to_blrl_insn_p, rs6000_fetch_instruction, skip_prologue,
3739 rs6000_skip_main_prologue, rs6000_skip_trampoline_code,
3740 rs6000_frame_cache): Update.
3741 * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write,
3742 s390x_pseudo_register_read, s390x_pseudo_register_write, s390_load,
3743 s390_backchain_frame_unwind_cache, s390_sigtramp_frame_unwind_cache,
3744 extend_simple_arg, s390_push_dummy_call, s390_return_value): Update.
3745 * scm-exp.c (scm_lreadr): Update.
3746 * scm-lang.c (scm_get_field, scm_unpack): Update.
3747 * scm-valprint.c (scm_val_print): Update.
3748 * score-tdep.c (score_breakpoint_from_pc, score_push_dummy_call,
3749 score_fetch_inst): Update.
3750 * sh64-tdep.c (look_for_args_moves, sh64_skip_prologue_hard_way,
3751 sh64_analyze_prologue, sh64_push_dummy_call, sh64_extract_return_value,
3752 sh64_pseudo_register_read, sh64_pseudo_register_write,
3753 sh64_frame_prev_register): Update:
3754 * sh-tdep.c (sh_analyze_prologue, sh_push_dummy_call_fpu,
3755 sh_push_dummy_call_nofpu, sh_extract_return_value_nofpu,
3756 sh_store_return_value_nofpu, sh_in_function_epilogue_p): Update.
3757 * solib-darwin.c (darwin_load_image_infos): Update.
3758 * solib-frv.c (fetch_loadmap, lm_base, frv_current_sos, enable_break2,
3759 find_canonical_descriptor_in_load_object): Update.
3760 * solib-irix.c (extract_mips_address, fetch_lm_info, irix_current_sos,
3761 irix_open_symbol_file_object): Update.
3762 * solib-som.c (som_solib_create_inferior_hook, link_map_start,
3763 som_current_sos, som_open_symbol_file_object): Update.
3764 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS, LM_ADDR, LM_NEXT, LM_NAME):
3765 Update.
3766 * solib-svr4.c (read_program_header, scan_dyntag_auxv,
3767 solib_svr4_r_ldsomap): Update.
3768 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Update.
3769 * sparc64obsd-tdep.c (sparc64obsd_supply_uthread,
3770 sparc64obsd_collect_uthread): Update.
3771 * sparc64-tdep.c (sparc64_pseudo_register_read,
3772 sparc64_pseudo_register_write, sparc64_supply_gregset,
3773 sparc64_collect_gregset): Update.
3774 * sparc-linux-tdep.c (sparc32_linux_step_trap): Update.
3775 * sparcobsd-tdep.c (sparc32obsd_supply_uthread,
3776 sparc32obsd_collect_uthread): Update.
3777 * sparc-tdep.c (sparc_fetch_wcookie, sparc32_push_dummy_code,
3778 sparc32_store_arguments, sparc32_return_value, sparc_supply_rwindow,
3779 sparc_collect_rwindow): Update.
3780 * spu-linux-nat.c (parse_spufs_run): Update.
3781 * spu-tdep.c (spu_pseudo_register_read_spu,
3782 spu_pseudo_register_write_spu, spu_pointer_to_address,
3783 spu_analyze_prologue, spu_in_function_epilogue_p,
3784 spu_frame_unwind_cache, spu_push_dummy_call, spu_software_single_step,
3785 spu_get_longjmp_target, spu_get_overlay_table, spu_overlay_update_osect,
3786 info_spu_signal_command, info_spu_mailbox_list, info_spu_dma_cmdlist,
3787 info_spu_dma_command, info_spu_proxydma_command): Update.
3788 * stack.c (print_frame_nameless_args, frame_info): Update.
3789 * symfile.c (read_target_long_array, simple_read_overlay_table,
3790 simple_read_overlay_region_table): Update.
3791 * target.c (debug_print_register): Update.
3792 * tramp-frame.c (tramp_frame_start): Update.
3793 * v850-tdep.c (v850_analyze_prologue, v850_push_dummy_call,
3794 v850_extract_return_value, v850_store_return_value,
3795 * valarith.c (value_binop, value_bit_index): Update.
3796 * valops.c (value_cast): Update.
3797 * valprint.c (val_print_type_code_int, val_print_string,
3798 read_string): Update.
3799 * value.c (unpack_long, unpack_double, unpack_field_as_long,
3800 modify_field, pack_long): Update.
3801 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call,
3802 vax_skip_prologue): Update.
3803 * xstormy16-tdep.c (xstormy16_push_dummy_call,
3804 xstormy16_analyze_prologue, xstormy16_in_function_epilogue_p,
3805 xstormy16_resolve_jmp_table_entry, xstormy16_find_jmp_table_entry,
3806 xstormy16_pointer_to_address, xstormy16_address_to_pointer): Update.
3807 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read,
3808 xtensa_pseudo_register_write, xtensa_frame_cache,
3809 xtensa_push_dummy_call, call0_track_op, call0_frame_cache): Update.
3810
3811
3812 * dfp.h (decimal_to_string, decimal_from_string, decimal_from_integral,
3813 decimal_from_floating, decimal_to_doublest, decimal_is_zero): Add
3814 BYTE_ORDER parameter.
3815 (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
3816 parameters.
3817 (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
3818 (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
3819 * dfp.c (match_endianness): Add BYTE_ORDER parameter. Use it
3820 instead of current_gdbarch.
3821 (decimal_to_string, decimal_from_integral, decimal_from_floating,
3822 decimal_to_doublest, decimal_is_zero): Add BYTE_ORDER parameter.
3823 Pass it to match_endianness.
3824 (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
3825 parameters. Pass them to match_endianness.
3826 (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
3827 Pass them to match_endianness.
3828 (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
3829 Pass them to match_endianness.
3830 * valarith.c (value_args_as_decimal): Add BYTE_ORDER_X and
3831 BYTE_ORDER_Y output parameters.
3832 (value_binop): Update call to value_args_as_decimal.
3833
3834 Update calls to decimal_to_string, decimal_from_string,
3835 decimal_from_integral, decimal_from_floating, decimal_to_doublest,
3836 decimal_is_zero, decimal_binop, decimal_compare and decimal_convert
3837 to pass/receive byte order:
3838 * c-exp.y (parse_number): Update.
3839 * printcmd.c (printf_command): Update.
3840 * valarith.c (value_args_as_decimal, value_binop, value_logical_not,
3841 value_equal, value_less): Update.
3842 * valops.c (value_cast, value_one): Update.
3843 * valprint.c (print_decimal_floating): Update.
3844 * value.c (unpack_long, unpack_double): Update.
3845 * python/python-value.c (valpy_nonzero): Update.
3846
3847
3848 * ada-valprint.c (char_at): Add BYTE_ORDER parameter.
3849 (printstr): Update calls to char_at.
3850 (ada_val_print_array): Likewise.
3851 * valprint.c (read_string): Add BYTE_ORDER parameter.
3852 (val_print_string): Update call to read_string.
3853 * c-lang.c (c_get_string): Likewise.
3854 * charset.h (target_wide_charset): Add BYTE_ORDER parameter.
3855 * charset.c (target_wide_charset): Add BYTE_ORDER parameter.
3856 Use it instead of current_gdbarch.
3857 * printcmd.c (printf_command): Update calls to target_wide_charset.
3858 * c-lang.c (charset_for_string_type): Add BYTE_ORDER parameter.
3859 Pass to target_wide_charset. Use it instead of current_gdbarch.
3860 (classify_type): Add BYTE_ORDER parameter. Pass to
3861 charset_for_string_type. Allow NULL encoding pointer.
3862 (print_wchar): Add BYTE_ORDER parameter.
3863 (c_emit_char): Update calls to classify_type and print_wchar.
3864 (c_printchar, c_printstr): Likewise.
3865
3866
3867 * gdbarch.sh (in_solib_return_trampoline): Convert to type "m".
3868 * gdbarch.c, gdbarch.h: Regenerate.
3869 * arch-utils.h (generic_in_solib_return_trampoline): Add GDBARCH
3870 parameter.
3871 * arch-utils.c (generic_in_solib_return_trampoline): Likewise.
3872 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Likewise.
3873 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise.
3874 (rs6000_skip_trampoline_code): Update call.
3875
3876 * alpha-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
3877 dynamic_sigtramp_offset and pc_in_sigtramp callbacks.
3878 (alpha_read_insn): Add GDBARCH parameter.
3879 * alpha-tdep.c (alpha_lds, alpha_sts): Add GDBARCH parameter.
3880 (alpha_register_to_value): Pass architecture to alpha_sts.
3881 (alpha_extract_return_value): Likewise.
3882 (alpha_value_to_register): Pass architecture to alpha_lds.
3883 (alpha_store_return_value): Likewise.
3884 (alpha_read_insn): Add GDBARCH parameter.
3885 (alpha_skip_prologue): Pass architecture to alpha_read_insn.
3886 (alpha_heuristic_proc_start): Likewise.
3887 (alpha_heuristic_frame_unwind_cache): Likewise.
3888 (alpha_next_pc): Likewise.
3889 (alpha_sigtramp_frame_this_id): Pass architecture to
3890 tdep->dynamic_sigtramp_offset callback.
3891 (alpha_sigtramp_frame_sniffer): Pass architecture to
3892 tdep->pc_in_sigtramp callback.
3893 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): Add GDBARCH parameter.
3894 (alphafbsd_sigtramp_offset): Likewise.
3895 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): Add GDBARCH
3896 parameter. Pass to alpha_read_insn.
3897 (alpha_linux_sigtramp_offset): Add GDBARCH parameter. Pass to
3898 alpha_linux_sigtramp_offset_1.
3899 (alpha_linux_pc_in_sigtramp): Add GDBARCH parameter. Pass to
3900 alpha_linux_sigtramp_offset.
3901 (alpha_linux_sigcontext_addr): Pass architecture to alpha_read_insn
3902 and alpha_linux_sigtramp_offset.
3903 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Add GDBARCH parameter.
3904 (alphanbsd_pc_in_sigtramp): Add GDBARCH parameter. Pass to
3905 alphanbsd_sigtramp_offset.
3906 * alphaobsd-tdep.c (alphaobsd_sigtramp_offset): Add GDBARCH parameter.
3907 (alphaobsd_pc_in_sigtramp): Add GDBARCH parameter. Pass to
3908 alpha_read_insn.
3909 (alphaobsd_sigcontext_addr): Pass architecture to
3910 alphaobsd_sigtramp_offset.
3911 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): Add GDBARCH
3912 parameter.
3913
3914 * amd64-tdep.c (amd64_analyze_prologue): Add GDBARCH parameter.
3915 (amd64_skip_prologue): Pass architecture to amd64_analyze_prologue.
3916 (amd64_frame_cache): Likewise.
3917
3918 * arm-tdep.c (SWAP_SHORT, SWAP_INT): Remove.
3919 (thumb_analyze_prologue, arm_skip_prologue, arm_scan_prologue,
3920 thumb_get_next_pc, arm_get_next_pc): Do not use SWAP_ macros.
3921 * arm-wince-tdep.c: Include "frame.h".
3922
3923 * avr-tdep.c (EXTRACT_INSN): Remove.
3924 (avr_scan_prologue): Add GDBARCH argument, inline EXTRACT_INSN.
3925 (avr_skip_prologue): Pass architecture to avr_scan_prologue.
3926 (avr_frame_unwind_cache): Likewise.
3927
3928 * cris-tdep.c (struct instruction_environment): Add BYTE_ORDER member.
3929 (find_step_target): Initialize it.
3930 (get_data_from_address): Add BYTE_ORDER parameter.
3931 (bdap_prefix): Pass byte order to get_data_from_address.
3932 (handle_prefix_assign_mode_for_aritm_op): Likewise.
3933 (three_operand_add_sub_cmp_and_or_op): Likewise.
3934 (handle_inc_and_index_mode_for_aritm_op): Likewise.
3935
3936 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Add GDBARCH parameter.
3937 (frv_linux_sigcontext_reg_addr): Pass architecture to
3938 frv_linux_pc_in_sigtramp.
3939 (frv_linux_sigtramp_frame_sniffer): Likewise.
3940
3941 * h8300-tdep.c (h8300_is_argument_spill): Add GDBARCH parameter.
3942 (h8300_analyze_prologue): Add GDBARCH parameter. Pass to
3943 h8300_is_argument_spill.
3944 (h8300_frame_cache, h8300_skip_prologue): Pass architecture
3945 to h8300_analyze_prologue.
3946
3947 * hppa-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
3948 in_solib_call_trampoline callback.
3949 (hppa_in_solib_call_trampoline): Add GDBARCH parameter.
3950 * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Add GDBARCH
3951 parameter.
3952 (hppa64_push_dummy_call): Pass architecture to
3953 hppa64_convert_code_addr_to_fptr.
3954 (hppa_match_insns): Add GDBARCH parameter.
3955 (hppa_match_insns_relaxed): Add GDBARCH parameter. Pass to
3956 hppa_match_insns.
3957 (hppa_skip_trampoline_code): Pass architecture to hppa_match_insns.
3958 (hppa_in_solib_call_trampoline): Add GDBARCH parameter. Pass to
3959 hppa_match_insns_relaxed.
3960 (hppa_stub_unwind_sniffer): Pass architecture to
3961 tdep->in_solib_call_trampoline callback.
3962 * hppa-hpux-tdep.c (hppa_hpux_search_pattern): Add GDBARCH parameter.
3963 (hppa32_hpux_search_dummy_call_sequence): Pass architecture to
3964 hppa_hpux_search_pattern.
3965 * hppa-linux-tdep.c (insns_match_pattern): Add GDBARCH parameter.
3966 (hppa_linux_sigtramp_find_sigcontext): Add GDBARCH parameter.
3967 Pass to insns_match_pattern.
3968 (hppa_linux_sigtramp_frame_unwind_cache): Pass architecture to
3969 hppa_linux_sigtramp_find_sigcontext.
3970 (hppa_linux_sigtramp_frame_sniffer): Likewise.
3971 (hppa32_hpux_in_solib_call_trampoline): Add GDBARCH parameter.
3972 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3973
3974 * i386-tdep.c (i386_follow_jump): Add GDBARCH parameter.
3975 (i386_analyze_frame_setup): Add GDBARCH parameter.
3976 (i386_analyze_prologue): Add GDBARCH parameter. Pass to
3977 i386_follow_jump and i386_analyze_frame_setup.
3978 (i386_skip_prologue): Pass architecture to i386_analyze_prologue
3979 and i386_follow_jump.
3980 (i386_frame_cache): Pass architecture to i386_analyze_prologue.
3981 (i386_pe_skip_trampoline_code): Add FRAME parameter.
3982 * i386-tdep.h (i386_pe_skip_trampoline_code): Add FRAME parameter.
3983 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Pass
3984 frame to i386_pe_skip_trampoline_code.
3985
3986 * ia64-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter
3987 to sigcontext_register_address callback.
3988 * ia64-tdep.c (ia64_find_global_pointer): Add GDBARCH parameter.
3989 (ia64_find_unwind_table): Pass architecture to
3990 ia64_find_global_pointer.
3991 (find_extant_func_descr): Add GDBARCH parameter.
3992 (find_func_descr): Pass architecture to find_extant_func_descr
3993 and ia64_find_global_pointer.
3994 (ia64_sigtramp_frame_init_saved_regs): Pass architecture to
3995 tdep->sigcontext_register_address callback.
3996 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Add
3997 GDBARCH parameter.
3998
3999 * iq2000-tdep.c (iq2000_scan_prologue): Add GDBARCH parameter.
4000 (iq2000_frame_cache): Pass architecture to iq2000_scan_prologue.
4001
4002 * lm32-tdep.c (lm32_analyze_prologue): Add GDBARCH parameter.
4003 (lm32_skip_prologue, lm32_frame_cache): Pass architecture to
4004 lm32_analyze_prologue.
4005
4006 * m32r-tdep.c (decode_prologue): Add GDBARCH parameter.
4007 (m32r_skip_prologue): Pass architecture to decode_prologue.
4008
4009 * m68hc11-tdep.c (m68hc11_analyze_instruction): Add GDBARCH parameter.
4010 (m68hc11_scan_prologue): Pass architecture to
4011 m68hc11_analyze_instruction.
4012
4013 * m68k-tdep.c (m68k_analyze_frame_setup): Add GDBARCH parameter.
4014 (m68k_analyze_prologue): Pass architecture to
4015 m68k_analyze_frame_setup.
4016
4017 * m88k-tdep.c (m88k_fetch_instruction): Add BYTE_ORDER parameter.
4018 (m88k_analyze_prologue): Add GDBARCH parameter. Pass byte order
4019 to m88k_fetch_instruction.
4020 (m88k_skip_prologue): Pass architecture to m88k_analyze_prologue.
4021 (m88k_frame_cache): Likewise.
4022
4023 * mep-tdep.c (mep_get_insn): Add GDBARCH parameter.
4024 (mep_analyze_prologue): Pass architecture to mep_get_insn.
4025
4026 * mips-tdep.c (mips_fetch_instruction): Add GDBARCH parameter.
4027 (mips32_next_pc): Pass architecture to mips_fetch_instruction.
4028 (deal_with_atomic_sequence): Likewise.
4029 (unpack_mips16): Add GDBARCH parameter, pass to mips_fetch_instruction.
4030 (mips16_scan_prologue): Likewise.
4031 (mips32_scan_prologue): Likewise.
4032 (mips16_in_function_epilogue_p): Likewise.
4033 (mips32_in_function_epilogue_p): Likewise.
4034 (mips_about_to_return): Likewise.
4035 (mips_insn16_frame_cache): Pass architecture to mips16_scan_prologue.
4036 (mips_insn32_frame_cache): Pass architecture to mips32_scan_prologue.
4037 (mips_skip_prologue): Pass architecture to mips16_scan_prologue
4038 and mips32_scan_prologue.
4039 (mips_in_function_epilogue_p): Pass architecture to
4040 mips16_in_function_epilogue_p and
4041 mips32_in_function_epilogue_p.
4042 (heuristic_proc_start): Pass architecture to mips_fetch_instruction
4043 and mips_about_to_return.
4044 (mips_skip_mips16_trampoline_code): Pass architecture to
4045 mips_fetch_instruction.
4046 (fetch_mips_16): Add GDBARCH parameter.
4047 (mips16_next_pc): Pass architecture to fetch_mips_16.
4048 (extended_mips16_next_pc): Pass architecture to unpack_mips16 and
4049 fetch_mips_16.
4050
4051 * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
4052 read_objc_methlist_method, read_objc_object, read_objc_super,
4053 read_objc_class): Add GDBARCH parameter.
4054 (find_implementation_from_class): Add GDBARCH parameter, pass
4055 to read_objc_class, read_objc_methlist_nmethods, and
4056 read_objc_methlist_method.
4057 (find_implementation): Add GDBARCH parameter, pass to
4058 read_objc_object and find_implementation_from_class.
4059 (resolve_msgsend, resolve_msgsend_stret): Pass architecture
4060 to find_implementation.
4061 (resolve_msgsend_super, resolve_msgsend_super_stret): Pass
4062 architecture to read_objc_super and find_implementation_from_class.
4063
4064 * ppc64-linux-tdep.c (ppc64_desc_entry_point): Add GDBARCH parameter.
4065 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target,
4066 ppc64_standard_linkage3_target): Pass architecture to
4067 ppc64_desc_entry_point.
4068 * rs6000-tdep.c (bl_to_blrl_insn_p): Add BYTE_ORDER parameter.
4069 (skip_prologue): Pass byte order to bl_to_blrl_insn_p.
4070 (rs6000_fetch_instruction): Add GDBARCH parameter.
4071 (rs6000_skip_stack_check): Add GDBARCH parameter, pass to
4072 rs6000_fetch_instruction.
4073 (skip_prologue): Pass architecture to rs6000_fetch_instruction.
4074
4075 * remote-mips.c (mips_store_word): Return old_contents as host
4076 integer value instead of target bytes.
4077
4078 * s390-tdep.c (struct s390_prologue_data): Add BYTE_ORDER member.
4079 (s390_analyze_prologue): Initialize it.
4080 (extend_simple_arg): Add GDBARCH parameter.
4081 (s390_push_dummy_call): Pass architecture to extend_simple_arg.
4082
4083 * scm-lang.c (scm_get_field): Add BYTE_ORDER parameter.
4084 * scm-lang.h (scm_get_field): Add BYTE_ORDER parameter.
4085 (SCM_CAR, SCM_CDR): Pass SCM_BYTE_ORDER to scm_get_field.
4086 * scm-valprint.c (scm_scmval_print): Likewise.
4087 (scm_scmlist_print, scm_ipruk, scm_scmval_print): Define
4088 SCM_BYTE_ORDER.
4089
4090 * sh64-tdep.c (look_for_args_moves): Add GDBARCH parameter.
4091 (sh64_skip_prologue_hard_way): Add GDBARCH parameter, pass to
4092 look_for_args_moves.
4093 (sh64_skip_prologue): Pass architecture to
4094 sh64_skip_prologue_hard_way.
4095 * sh-tdep.c (sh_analyze_prologue): Add GDBARCH parameter.
4096 (sh_skip_prologue): Pass architecture to sh_analyze_prologue.
4097 (sh_frame_cache): Likewise.
4098
4099 * solib-irix.c (extract_mips_address): Add GDBARCH parameter.
4100 (fetch_lm_info, irix_current_sos, irix_open_symbol_file_object):
4101 Pass architecture to extract_mips_address.
4102
4103 * sparc-tdep.h (sparc_fetch_wcookie): Add GDBARCH parameter.
4104 * sparc-tdep.c (sparc_fetch_wcookie): Add GDBARCH parameter.
4105 (sparc_supply_rwindow, sparc_collect_rwindow): Pass architecture
4106 to sparc_fetch_wcookie.
4107 (sparc32_frame_prev_register): Likewise.
4108 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
4109 * sparc32nbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
4110 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
4111
4112 * spu-tdep.c (spu_analyze_prologue): Add GDBARCH parameter.
4113 (spu_skip_prologue): Pass architecture to spu_analyze_prologue.
4114 (spu_virtual_frame_pointer): Likewise.
4115 (spu_frame_unwind_cache): Likewise.
4116 (info_spu_mailbox_list): Add BYTE_ORER parameter.
4117 (info_spu_mailbox_command): Pass byte order to info_spu_mailbox_list.
4118 (info_spu_dma_cmdlist): Add BYTE_ORER parameter.
4119 (info_spu_dma_command, info_spu_proxydma_command): Pass byte order
4120 to info_spu_dma_cmdlist.
4121
4122 * symfile.c (read_target_long_array): Add GDBARCH parameter.
4123 (simple_read_overlay_table, simple_read_overlay_region_table,
4124 simple_overlay_update_1): Pass architecture to read_target_long_array.
4125
4126 * v850-tdep.c (v850_analyze_prologue): Add GDBARCH parameter.
4127 (v850_frame_cache): Pass architecture to v850_analyze_prologue.
4128
4129 * xstormy16-tdep.c (xstormy16_analyze_prologue): Add GDBARCH
4130 parameter.
4131 (xstormy16_skip_prologue, xstormy16_frame_cache): Pass architecture
4132 to xstormy16_analyze_prologue.
4133 (xstormy16_resolve_jmp_table_entry): Add GDBARCH parameter.
4134 (xstormy16_find_jmp_table_entry): Likewise.
4135 (xstormy16_skip_trampoline_code): Pass architecture to
4136 xstormy16_resolve_jmp_table_entry.
4137 (xstormy16_pointer_to_address): Likewise.
4138 (xstormy16_address_to_pointer): Pass architecture to
4139 xstormy16_find_jmp_table_entry.
4140
4141 * xtensa-tdep.c (call0_track_op): Add GDBARCH parameter.
4142 (call0_analyze_prologue): Add GDBARCH parameter, pass to
4143 call0_track_op.
4144 (call0_frame_cache): Pass architecture to call0_analyze_prologue.
4145 (xtensa_skip_prologue): Likewise.
4146
5af949e3
UW
41472009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4148
4149 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
4150 (paddress): Add GDBARCH parameter.
4151 * utils.c (strlen_paddr, paddr, paddr_nz): Remove.
4152 (paddress): Add GDBARCH parameter, use it instead of current_gdbarch.
4153 * ui-out.h (ui_out_field_core_addr): Add GDBARCH parameter.
4154 * ui-out.c (ui_out_field_core_addr): Add GDBARCH parameter,
4155 use it instead of current_gdbarch.
4156
4157 Update calls to ui_out_field_core_addr to pass architecture:
4158 * ada-lang.c (print_one_exception): Update.
4159 * breakpoint.c (print_one_breakpoint_location,
4160 print_one_exception_catchpoint): Update.
4161 * disasm.c (dump_insns): Update.
4162 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
4163 * mi/mi-main.c (mi_cmd_data_read_memory): Update.
4164 * mi/mi-symbol-cmds.c: Include "objfiles.h".
4165 (mi_cmd_symbol_list_lines): Update.
4166 * stack.c (print_frame_info, print_frame): Update.
4167
4168 Update callers of paddress to pass architecture:
4169 * ada-tasks.c (info_task): Update.
4170 * ada-valprint.c (ada_val_print_1): Update.
4171 * annotate.c (annotate_source, annotate_frame_begin): Update.
4172 * breakpoint.c (insert_bp_location, describe_other_breakpoints,
4173 mention): Update.
4174 * cli/cli-cmds.c (edit_command, list_command, print_disassembly):
4175 Update.
4176 * corefile.c (memory_error): Update.
4177 * c-valprint.c (print_function_pointer_address, c_val_print): Update.
4178 * disasm.c (dis_asm_print_address): Update.
4179 * exec.c (print_section_info): Update.
4180 * f-valprint.c (f_val_print): Update.
4181 * infcmd.c: Include "arch-utils.h".
4182 (jump_command, program_info): Update.
4183 * linux-fork.c: Include "arch-utils.h".
4184 (info_forks_command): Update.
4185 * m2-valprint.c (print_function_pointer_address,
4186 print_unpacked_pointer, print_variable_at_address,
4187 m2_val_print): Update.
4188 * m32r-rom.c (m32r_load_section, m32r_load, m32r_upload_command):
4189 Update.
4190 * printcmd.c (print_address, print_address_demangle, address_info):
4191 Update.
4192 * p-valprint.c (pascal_val_print): Update.
4193 * source.c: Include "arch-utils.h".
4194 (line_info): Update.
4195 * stack.c (frame_info, print_block_frame_labels): Update.
4196 * symfile.c (add_symbol_file_command, list_overlays_command): Update.
4197 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1,
4198 print_symbol, print_partial_symbols, maintenance_info_psymtabs,
4199 maintenance_check_symtabs): Update.
4200 * symtab.c (find_pc_sect_symtab): Update.
4201 * target.c (deprecated_debug_xfer_memory): Update.
4202 * tracepoint.c (scope_info): Update.
4203 * tui/tui-stack.c (tui_make_status_line): Update.
4204 * valprint.c (val_print_string): Update.
4205
4206 Update callers of paddr_nz to use paddress instead (keeping
4207 user-visible output identical):
4208 * alpha-tdep.c (alpha_heuristic_proc_start): Update.
4209 * amd64-tdep.c (fixup_riprel, amd64_displaced_step_copy_insn,
4210 amd64_displaced_step_fixup): Update.
4211 * arch-utils.c (simple_displaced_step_copy_insn): Update.
4212 * auxv.c (fprint_target_auxv): Update.
4213 * breakpoint.c (insert_single_step_breakpoint): Update.
4214 * buildsym.c (finish_block): Update.
4215 * cli/cli-dump.c (restore_section_callback): Update.
4216 * fbsd-nat.c (fbsd_find_memory_regions): Update.
4217 * frame.c (frame_unwind_register_value): Update.
4218 * gcore.c (gcore_create_callback): Update.
4219 * hppa-tdep.c (hppa_frame_cache, hppa_skip_trampoline_code): Update.
4220 * i386-tdep.c (i386_displaced_step_fixup, i386_record_modrm,
4221 i386_record_lea_modrm_addr, i386_record_lea_modrm,
4222 i386_process_record): Update.
4223 * ia64-tdep.c (ia64_frame_this_id, ia64_sigtramp_frame_this_id,
4224 ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id,
4225 ia64_dummy_id, ia64_access_reg, ia64_access_rse_reg): Update.
4226 * infrun.c (displaced_step_prepare, displaced_step_fixup,
4227 handle_inferior_event, insert_step_resume_breakpoint_at_sal,
4228 insert_longjmp_resume_breakpoint): Update.
4229 * linux-nat.c (linux_nat_find_memory_regions): Update.
4230 * linux-record.c (record_linux_system_call): Update.
4231 * mips-tdep.c (heuristic_proc_start, mips_eabi_push_dummy_call,
4232 mips_n32n64_push_dummy_call, mips_o32_push_dummy_call,
4233 mips_o64_push_dummy_call): Update.
4234 * monitor.c (monitor_error, monitor_remove_breakpoint): Update.
4235 * record.c (record_arch_list_add_mem, record_wait,
4236 record_xfer_partial): Update.
4237 * remote-mips.c (mips_fetch_word, mips_check_lsi_error,
4238 mips_common_breakpoint): Update.
4239 * remote-sim.c (gdbsim_xfer_inferior_memory): Update.
4240 * rs6000-tdep.c (ppc_displaced_step_fixup): Update.
4241 * solib-som.c (som_current_sos): Update.
4242 * symfile.c (load_progress, generic_load): Update.
4243 * symfile-mem.c (add_vsyscall_page): Update.
4244 * valops.c (value_fetch_lazy): Update.
4245 * windows-tdep.c (windows_xfer_shared_library): Update.
4246
4247 Update callers of paddr_nz to use paddress instead (changing
4248 user-visible output to make it more correct):
4249 * dwarf2loc.c (locexpr_describe_location): Update.
4250 * ia64-tdep.c (ia64_memory_insert_breakpoint,
4251 ia64_memory_remove_breakpoint): Update.
4252 * jv-valprint.c (java_value_print): Update.
4253 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
4254 * monitor.c (monitor_read_memory): Update.
4255
4256 Update callers of paddr to use paddress instead (changing
4257 user-visible output to make it more correct):
4258 * arm-tdep.c (arm_push_dummy_call): Update.
4259 * breakpoint.c (insert_bp_location, create_thread_event_breakpoint,
4260 create_breakpoint): Update.
4261 * darwin-nat-info.c (darwin_debug_regions): Update.
4262 * dcache.c (dcache_info): Update.
4263 * dsrec.c (load_srec, make_srec): Update.
4264 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program,
4265 dwarf2_frame_cache): Update.
4266 * gcore.c (gcore_copy_callback): Update.
4267 * gnu-nat.c (gnu_xfer_memory): Update.
4268 * mips-linux-nat.c (mips_show_dr): Update.
4269 * monitor.c (monitor_write_memory, monitor_insert_breakpoint,
4270 monitor_remove_breakpoint): Update.
4271 * remote.c (compare_sections_command): Update.
4272 * remote-m32r-sdi.c (m32r_xfer_memory, m32r_insert_breakpoint,
4273 m32r_remove_breakpoint, m32r_insert_watchpoint,
4274 m32r_remove_watchpoint): Update.
4275 * sol-thread.c (info_cb): Update.
4276 * symfile.c (load_progress): Update.
4277
4278 Update callers of paddress or paddr_nz to use hex_string instead
4279 (changes output of internal/error/debug messages only):
4280 * dwarf2read.c (dump_die_shallow): Update.
4281 * frame.c (fprint_field, fprint_frame, frame_pc_unwind,
4282 get_frame_func, create_new_frame): Update.
4283 * hppa-tdep.c (find_unwind_entry, unwind_command): Update.
4284 * ia64-tdep.c (get_kernel_table, ia64_find_proc_info_x,
4285 ia64_get_dyn_info_list): Update.
4286 * maint.c (maintenance_translate_address): Update.
4287 * mi/mi-cmd-var.c (mi_cmd_var_create): Update.
4288 * target.c (target_flash_erase): Update.
4289
4290 Update callers of paddr/paddr_nz to use phex/phex_nz instead,
4291 using an appropriate address size. Remove use of strlen_paddr.
4292 * exec.c (exec_files_info): Update.
4293 * i386-nat.c (i386_show_dr): Update.
4294 * remote.c (remote_flash_erase): Update.
4295 * m32r-rom.c (m32r_load_section): Update.
4296 * monitor.c (monitor_vsprintf, monitor_store_register): Update.
4297 * remote.c (remote_check_symbols, remote_search_memory): Update.
4298 * remote-mips.c (mips_request, mips_common_breakpoint): Update.
4299 * scm-valprint.c (scm_ipruk, scm_scmval_print): Update.
4300 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Update.
4301 * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs,
4302 sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs,
4303 sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
4304 sh_dsp_show_regs): Update.
4305 * xcoffsolib.c (sharedlibrary_command): Update.
4306
4307
4308 * maint.c (maint_print_section_info): Add ADDR_SIZE parameter.
4309 Use hex_string_custom instead of paddr.
4310 (print_bfd_section_info): Pass address size.
4311 (print_objfile_section_info): Likewise.
4312
4313 * annotate.h (annotate_source): Add GDBARCH parameter.
4314 (annotate_frame_begin): Likewise.
4315 * annotate.c (annotate_source): Add GDBARCH parameter.
4316 (annotate_frame_begin): Likewise.
4317 * source.c (identify_source_line): Update call to annotate_source.
4318 * stack.c (print_frame_info, print_frame): Update call to
4319 annotate_frame_begin.
4320
4321 * breakpoint.c (describe_other_breakpoints): Add GDBARCH parameter.
4322 (create_breakpoint, create_ada_exception_breakpoint): Update call.
4323
4324 * stack.c (print_block_frame_labels): Add GDBARCH parameter.
4325 (print_frame_label_vars): Update call.
4326
4327 * symmisc.c (print_partial_symbols): Add GDBARCH parameter.
4328 (dump_psymtab): Update call to print_partial_symbols.
4329 (struct print_symbol_args): Add GDBARCH member.
4330 (dump_symtab_1): Set print_symbol_args architecture member.
4331 (print_symbol): Use it.
4332
4333 * windows-tdep.h (windows_xfer_shared_library): Add GDBARCH
4334 parameter.
4335 * windows-tdep.c (windows_xfer_shared_library): Likewise.
4336 * i386-cygwin-tdep.c (struct cpms_data): Add GDBARCH member.
4337 (core_process_module_section): Pass architecture from cpms_data to
4338 windows_xfer_shared_library.
4339 (windows_core_xfer_shared_libraries): Initialize cmps_data
4340 architecture member.
4341 * windows-nat.c (windows_xfer_shared_libraries): Pass architecture
4342 to windows_xfer_shared_library.
4343
4344 * defs.h (print_address): Add GDBARCH parameter.
4345 * printcmd.c (print_address): Add GDBARCH parameter.
4346 (print_scalar_formatted, do_examine): Update call.
4347 * findcmd.c (find_command): Update call.
4348 * tracepoint.c: Include "arch-utils.h".
4349 (trace_find_line_command): Update call.
4350 * tui/tui-disasm.c (tui_disassemble): Update call.
4351
4352 * value.h (print_address_demangle): Add GDBARCH parameter.
4353 * printcmd.c (print_address_demangle): Add GDBARCH parameter.
4354 * c-valprint.c (print_function_pointer_address, c_val_print):
4355 Update call.
4356 * f-valprint.c (f_val_print): Update call.
4357 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update call.
4358 * jv-valprint.c (java_val_print): Update call.
4359 * m2-valprint.c (print_function_pointer_address, m2_val_print):
4360 Update call.
4361 * p-valprint.c (pascal_val_print): Update call.
4362
4363 * disasm.c (gdb_disassemble_info): Install architecture into
4364 di.application_data field.
4365
13274fc3
UW
43662009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4367
4368 * disasm.h (gdb_disassembly): Add GDBARCH parameter.
4369 (gdb_print_insn): Likewise.
4370 * disasm.c (dump_insns): Add GDBARCH parameter. Use it instead
4371 of current_gdbarch.
4372 (do_mixed_source_and_assembly): Add GDBARCH parameter. Pass to
4373 dump_insns.
4374 (do_assembly_only): Likewise.
4375 (gdb_disassembly): Add GDBARCH parameter. Use it instead of
4376 current_gdbarch. Pass to subroutines.
4377 (gdb_print_insn): Add GDBARCH parameter. Use it instead of
4378 current_gdbarch.
4379
4380 * stack.c (struct gdb_disassembly_stub_args): Add GDBARCH member.
4381 (gdb_disassembly_stub): Pass architecture to gdb_disassembly.
4382 (do_gdb_disassembly): Add GDBARCH argument. Store into args.
4383 (print_frame_info): Pass architecture to do_gdb_disassembly.
4384
4385 * printcmd.c (print_formatted): Pass architecture to gdb_print_insn.
4386
4387 * mi/mi-cmd-disas.c: Include "arch-utils.h"
4388 (mi_cmd_disassemble): Pass architecture to gdb_disassembly.
4389
4390 * cli/cli-cmds.c: Include "arch-utils.h".
4391 (print_disassembly): Add GDBARCH parameter. Pass to gdb_disassembly
4392 and tui_show_assembly.
4393 (disassemble_current_function): Pass architecture to
4394 tui_get_low_disassembly_address and print_disassembly.
4395 (disassemble_command): Pass architecture to
4396 tui_get_low_disassembly_address and print_disassembly.
4397
4398 * tui/tui.c (tui_show_assembly): Add GDBARCH parameter. Pass to
4399 tui_update_source_windows_with_addr.
4400
4401 * tui/tui-data.h (struct tui_locator_element): Add GDBARCH member.
4402 (struct tui_source_info): Likewise.
4403 * tui/tui-data.c (tui_clear_win_detail): Clear source_info.gdbarch.
4404
4405 * tui/tui-disasm.c (tui_disassemble): Add GDBARCH parameter.
4406 Pass to gdb_print_insn.
4407 (tui_find_disassembly_address): Add GDBARCH parameter. Pass to
4408 tui_disassemble.
4409 (tui_set_disassem_content): Add GDBARCH parameter. Install into
4410 source_info.gdbarch. Pass to tui_disassemble.
4411 (tui_show_disassem): Add GDBARCH parameter. Pass to
4412 tui_update_source_window.
4413 (tui_show_disassem_and_update_source): Add GDBARCH parameter. Pass to
4414 tui_show_disassem and tui_update_source_window.
4415
4416 (tui_get_begin_asm_address): Return locator architecture in addition
4417 to locator PC value.
4418
4419 (tui_get_low_disassembly_address): Add GDBARCH parameter. Pass to
4420 tui_get_low_disassembly_address.
4421
4422 (tui_vertical_disassem_scroll): Pass architecture to subroutines.
4423
4424 * tui/tui-disasm.h (tui_set_disassem_content): Add GDBARCH parameter.
4425 (tui_show_disassem): Likewise.
4426 (tui_show_disassem_and_update_source): Likewise.
4427 (tui_get_begin_asm_address): Return architecture and PC value.
4428
4429 * tui/tui.h (tui_get_low_disassembly_address): Add GDBARCH parameter.
4430 (tui_show_assembly): Add GDBARCH parameter.
4431
4432 * tui/tui-layout.c (extract_display_start_addr): Return current window
4433 architecture in addition to current PC value.
4434
4435 (tui_set_layout): Update calls to tui_get_low_disassembly_address and
4436 extract_display_start_addr. Pass architecture to
4437 tui_update_source_windows_with_addr.
4438
4439 * tui/tui-source.c: Include "objfiles.h".
4440 (tui_set_source_content): Initialize window architecture.
4441 (tui_show_symtab_source): Add GDBARCH parameter. Pass to
4442 tui_update_source_window_as_is
4443
4444 * tui/tui-source.h (tui_show_symtab_source): Add GDBARCH parameter.
4445
4446 * tui/tui-stack.c (tui_set_locator_info): Add GDBARCH parameter.
4447 Install locator architecture.
4448 (tui_set_locator_filename): Update call.
4449 (tui_show_frame_info): Pass architecture to tui_set_locator_info
4450 and subroutines.
4451
4452 * tui/tui-win.c (make_visible_with_new_height): Pass architecture
4453 to tui_update_source_window.
4454
4455 * tui/tui-winsource.c: Include "objfiles.h".
4456 (tui_display_main): Update call to tui_get_begin_asm_address.
4457 Pass architecture to tui_update_source_windows_with_addr.
4458 (tui_update_source_window): Add GDBARCH parameter. Pass to
4459 tui_update_source_window_as_is.
4460 (tui_update_source_window_as_is): Add GDBARCH parameter.
4461 Pass to tui_set_disassem_content.
4462 (tui_update_source_windows_with_addr): Add GDBARCH parameter.
4463 Pass to subroutines.
4464 (tui_update_source_windows_with_line): Pass objfile architecture
4465 to subroutines.
4466 (tui_horizontal_source_scroll): Pass architecture to
4467 tui_update_source_window_as_is.
4468
4469 * tui/tui-winsource.h (tui_update_source_window): Add GDBARCH
4470 parameter.
4471 (tui_update_source_window_as_is): Likewise.
4472 (tui_update_source_windows_with_addr): Likewise.
4473
a6d9a66e
UW
44742009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4475
4476 * breakpoint.h (struct breakpoint): New member GDBARCH.
4477 * breakpoint.c: Include "arch-utils.h".
4478 (set_raw_breakpoint_without_location): Add GDBARCH parameter.
4479 Use it to set breakpoint architecture.
4480 (set_raw_breakpoint): Add GDBARCH parameter.
4481 (create_internal_breakpoint): Likewise.
4482 (create_catchpoint): Likewise.
4483 (create_fork_vfork_event_catchpoint): Likewise.
4484 (create_breakpoint): Likewise.
4485 (create_breakpoints): Likewise.
4486 (break_command_really): Likewise.
4487 (create_ada_exception_breakpoint): Likewise.
4488 Update local callers to pass architecture:
4489 (create_internal_breakpoint): Update.
4490 (create_overlay_event_breakpoint): Update.
4491 (create_longjmp_master_breakpoint): Update.
4492 (create_thread_event_breakpoint): Update.
4493 (create_solib_event_breakpoint): Update.
4494 (create_catchpoint): Update.
4495 (create_fork_vfork_event_catchpoint): Update.
4496 (set_momentary_breakpoint): Update.
4497 (clone_momentary_breakpoint): Update.
4498 (create_breakpoint): Update.
4499 (create_breakpoints): Update.
4500 (break_command_really): Update.
4501 (break_command_1): Update.
4502 (set_breakpoint): Update.
4503 (watch_command_1): Update.
4504 (catch_fork_command_1): Update.
4505 (catch_exec_commnd_1): Update.
4506 (handle_gnu_v3_exceptions): Update.
4507 (create_ada_exception_breakpoint): Update.
4508 (catch_ada_exception_command): Update.
4509 (catch_assert_command): Update.
4510 (trace_command): Update.
4511
4512 * breakpoint.h (struct bp_location): New member GDBARCH.
4513 * breakpoint.c (get_sal_arch): New function.
4514 (set_raw_breakpoint): Set location architecture.
4515 (add_location_to_breakpoint): Likewise.
4516 (clone_momentary_breakpoint): Likewise.
4517 (watch_command_1): Likewise.
4518 (update_watchpoint): Likewise.
4519 (bp_loc_is_permanent): Use location architecture instead of
4520 current_gdbarch.
4521 (adjust_breakpoint_address): Add GDBARCH parameter; use it
4522 instead of current_gdbarch.
4523 Update callers of adjust_breakpoint_address to pass
4524 breakpoint location architecture:
4525 (set_raw_breakpoint): Update.
4526 (watch_command_1): Update.
4527
4528 * tracepoint.c: (collect_symbol): Add GDBARCH parameter, use instead
4529 of current_gdbarch.
4530 (add_local_symbols): Add GDBARCH parameter. Pass to collect_symbol.
4531 (encode_actions): Pass tracepoint architecture to add_local_symbols
4532 (encode_actions): Use tracepoint architecture instead of
4533 current_gdbarch. Pass it to add_local_symbols and collect_symbol.
4534
4535 * breakpoint.h (struct breakpoint_ops): Replace last_addr parameter
4536 of print_one callback with last_loc.
4537 * breakpoint.c (print_one_breakpoint_location): Replace last_addr
4538 parameter with last_loc.
4539 (print_one_breakpoint): Likewise.
4540 (do_captured_breakpoint_query): Update call.
4541 (breakpoint_1): Pass last_loc instead of last_addr to
4542 print_one_breakpoint. Pass last location architecture instead of
4543 current_gdbarch to set_next_address.
4544 Update all implementations of the print_one callback:
4545 * breakpoint.c (print_one_catch_fork): Update.
4546 (print_one_catch_vfork): Update.
4547 (print_one_catch_exec): Update.
4548 (print_one_exception_catchpoint): Update.
4549 * ada-lang.c (print_one_exception): Update.
4550 (print_one_catch_exception): Update.
4551 (print_one_catch_exception_unhandled): Update.
4552 (print_one_catch_assert): Update.
4553
4554 * breakpoint.c (print_one_breakpoint_location): Add PRINT_ADDRESS_BITS
4555 parameter. Use it instead of gdbarch_addr_bit (current_gdbarch).
4556 (print_one_breakpoint): Add PRINT_ADDRESS_BITS parameter and pass it
4557 to print_one_breakpoint_location.
4558 (breakpoint_address_bits): New function.
4559 (do_captured_breakpoint_query): Compute number of address bits to print
4560 and pass it to print_one_breakpoint.
4561 (breakpoint_1): Likewise. Use it instead of current_gdbarch.
4562
4563 * breakpoint.h (create_thread_event_breakpoint): Add GDBARCH.
4564 * breakpoint.c (create_thread_event_breakpoint): Likewise.
4565 Update callers to create_thread_event_breakpoint:
4566 * aix-thread.c (pd_enable): Update.
4567 * linux-thread-db.c (enable_thread_event): Update.
4568
4569 * breakpoint.h (create_solib_event_breakpoint): Add GDBARCH.
4570 * breakpoint.c (create_solib_event_breakpoint): Likewise.
4571 Update callers to create_solib_event_breakpoint:
4572 * solib-frv.c (enable_break, enable_break2): Update.
4573 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4574 * solib-som.c (som_solib_create_inferior_hook): Update.
4575 * solib-darwin.c (darwin_solib_create_inferior_hook): Update.
4576 * solib-svr4.c (enable_break): Update.
4577
4578 * breakpoint.h (insert_single_step_breakpoint): Add GDBARCH.
4579 * breakpoint.c (insert_single_step_breakpoint): Likewise.
4580 Update callers to insert_single_step_breakpoint:
4581 * alpha-tdep.c (alpha_software_single_step): Update.
4582 * arm-linux-tdep.c (arm_linux_software_single_step): Update.
4583 * arm-tdep.c (arm_software_single_step): Update.
4584 * cris-tdep.c (cris_software_single_step): Update.
4585 * rs6000-aix-tdep.c (rs6000_software_single_step): Update.
4586 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Update.
4587 * sparc-tdep.c (sparc_software_single_step): Update.
4588 * spu-tdep.c (spu_software_single_step): Update.
4589 * mips-tdep.c (deal_with_atomic_sequence): Add GDBARCH parameter.
4590 Pass it to insert_single_step_breakpoint.
4591 (mips_software_single_step): Pass architecture to
4592 deal_with_atomic_sequence and insert_single_step_breakpoint.
4593
4594 * breakpoint.h (deprecated_insert_raw_breakpoint): Add GDBARCH.
4595 (deprecated_remove_raw_breakpoint): Likewise.
4596 * breakpoint.c (deprecated_insert_raw_breakpoint): Add GDBARCH.
4597 (deprecated_remove_raw_breakpoint): Likewise.
4598 Update callers to deprecated_insert_raw_breakpoint and
4599 deprecated_remove_raw_breakpoint:
4600 * breakpoint.c (single_step_gdbarch): New static variable.
4601 (insert_single_step_breakpoint): Pass GDBARCH parameter to
4602 deprecated_insert_raw_breakpoint. Store it in single_step_gdbarch.
4603 (remove_single_step_breakpoints): Pass architecture stored in
4604 single_step_gdbarch to deprecated_remove_raw_breakpoint.
4605 * rs6000-nat.c (exec_one_dummy_insn): Update.
4606 * solib-irix.c (enable_break, disable_break): Update.
4607 * procfs.c (procfs_mourn_inferior): Update.
4608 (remove_dbx_link_breakpoint): Update.
4609
4610 * breakpoint.h (set_breakpoint): Add GDBARCH parameter.
4611 (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
4612 * breakpoint.c (set_breakpoint): Add GDBARCH parameter.
4613 (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
4614 Update callers to set_breakpoint, set_momentary_breakpoint and
4615 set_momentary_breakpoint_at_pc:
4616 * breakpoint.c (set_momentary_breakpoint_at_pc): Update.
4617 (until_break_command): Update.
4618 * infcall.c (call_function_by_hand): Update.
4619 * infcmd.c (finish_backward, finish_forward): Update.
4620 * infrun.c (insert_step_resume_breakpoint_at_sal): Add GDBARCH
4621 parameter. Pass it to set_momentary_breakpoint.
4622 (insert_longjmp_resume_breakpoint): Add GDBARCH parameter.
4623 Pass it to set_momentary_breakpoint_at_pc.
4624 (handle_inferior_event): Update.
4625 (insert_step_resume_breakpoint_at_frame): Update.
4626 (insert_step_resume_breakpoint_at_caller): Update..
4627 * mi/mi-cmd-break.c: Include "arch-utils.h".
4628 (mi_cmd_break_insert): Update.
4629
4630 * target.h (struct target_ops): Add GDBARCH parameter to
4631 to_insert_breakpoint, to_remove_breakpoint, to_insert_hw_breakpoint,
4632 and to_remove_hw_breakpoint members.
4633 (target_insert_breakpoint, target_remove_breakpoint,
4634 target_insert_hw_breakpoint, target_remove_hw_breakpoint): Add GDBARCH
4635 parameter, pass to target routine.
4636 (memory_remove_breakpoint, memory_insert_breakpoint): Add GDBARCH
4637 parameter.
4638 * target.c (debug_to_insert_breakpoint, debug_to_remove_breakpoint,
4639 debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint): Add
4640 GDBARCH parameter, pass to target routine.
4641 (update_current_target): Update function signature.
4642 * breakpoint.c (insert_bp_location, remove_breakpoint,
4643 deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint):
4644 Pass architecture to target_ routines.
4645 Update all implementations of the target breakpoint routines to take
4646 GDBARCH parameter and use it instead of GDBARCH as appropriate:
4647 * corelow.c (ignore): Update.
4648 * exec.c (ignore): Update.
4649 * mem-break.c (memory_insert_breakpoint): Update.
4650 (memory_remove_breakpoint): Update.
4651 * monitor.c (monitor_insert_breakpoint): Update.
4652 (monitor_remove_breakpoint): Update.
4653 * record.c (record_insert_breakpoint): Update.
4654 (record_beneath_to_insert_breakpoint): Update.
4655 (record_remove_breakpoint): Update.
4656 (record_beneath_to_remove_breakpoint): Update.
4657 * remote.c (remote_insert_breakpoint): Update.
4658 (remote_remove_breakpoint): Update.
4659 (remote_insert_hw_breakpoint): Update.
4660 (remote_remove_hw_breakpoint): Update.
4661 * remote-m32r-sdi.c (m32r_insert_breakpoint): Update.
4662 (m32r_remove_breakpoint): Update.
4663 * remote-mips.c (mips_insert_breakpoint): Update.
4664 (mips_remove_breakpoint): Update.
4665 * i386-nat.c (i386_insert_hw_breakpoint): Update.
4666 (i386_remove_hw_breakpoint): Update.
4667 * nto-procfs.c (procfs_insert_breakpoint): Update.
4668 (procfs_remove_breakpoint): Update.
4669 (procfs_insert_hw_breakpoint): Update.
4670 (procfs_remove_hw_breakpoint): Update.
4671
36f15f55
UW
46722009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4673
4674 * frame.h (frame_unwind_arch): New.
4675 (frame_unwind_caller_arch): Likewise.
4676 * frame-unwind.h (frame_prev_arch_ftype): New type.
4677 (struct frame_unwind): New member prev_arch.
4678 * frame.c (struct frame_info): New member prev_arch.
4679 (frame_unwind_arch): New function.
4680 (frame_unwind_caller_arch): Likewise..
4681 (get_frame_arch): Reimplement in terms of frame_unwind_arch.
4682 * sentinel-frame.c (sentinel_frame_prev_arch): New function.
4683 (sentinel_frame_unwinder): Install it.
4684
4685 * frame.c (frame_pc_unwind): Use frame_unwind_arch instead
4686 of get_frame_arch.
4687 (frame_unwind_register_value): Likewise.
4688 (frame_unwind_register_signed): Likewise.
4689 (frame_unwind_register_unsigned): Likewise.
4690 * frame-unwind.c (frame_unwind_got_optimized): Likewise.
4691 (frame_unwind_got_register): Likewise.
4692 (frame_unwind_got_constant): Likewise.
4693 (frame_unwind_got_bytes): Likewise.
4694 (frame_unwind_got_address): Likewise.
4695
4696 * frame.h (enum frame_type): New value ARCH_FRAME.
4697 * frame.c (fprint_frame_type): Handle ARCH_FRAME.
4698 * stack.c (print_frame_info): Likewise.
4699
c2250ad1
UW
47002009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4701
4702 * target.h (struct target_ops): New member to_thread_architecture.
4703 (target_thread_architecture): New macro.
4704 * target.c (update_current_target): Inherit to_thread_architecture.
4705 (default_thread_architecture): New function.
4706 (debug_to_thread_architecture): New function.
4707 (setup_target_debug): Handle to_thread_architecture.
4708
4709 * regcache.h (get_thread_arch_regcache): New.
4710 * regcache.c (struct regcache_list): New data type.
4711 (current_regcache): Hold regcache list instead of single regcache.
4712 (current_thread_ptid, current_thread_arch): New static variables.
4713 (get_thread_arch_regcache): New function.
4714 (get_thread_regcache): Use it. Call target_thread_architecture.
4715 (regcache_thread_ptid_changed): Update to current_regcache changes.
4716 (registers_changed): Likewise. Reset current_thread_arch and
4717 current_thread_ptid.
4718
4719 * remote.c (remote_wait): Access target registers in target_gdbarch.
4720 * linux-nat.c (linux_nat_do_thread_registers): Likewise.
4721 * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
4722 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
4723 * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
4724 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
4725 * solib-svr4.c (enable_break): Likewise.
4726 (svr4_relocate_main_executable): Likewise.
4727
d452c4bc
UW
47282009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4729
4730 * python/python-internal.h (struct language_defn): Declare.
4731 (python_gdbarch, python_language): Likewise.
4732 (ensure_python_env): Add prototype.
4733 (make_cleanup_py_restore_gil): Remove prototype.
4734
4735 * python/python.c: Include "arch-utils.h", "value.h" and "language.h".
4736 (python_gdbarch, python_language): New global variables.
4737 (struct python_env): New data type.
4738 (ensure_python_env, restore_python_env): New functions.
4739 (eval_python_from_control_command): Call ensure_python_env to
4740 install current architecture and language.
4741 (python_command, gdbpy_new_objfile): Likewise.
4742 * python/python-cmd.c: Include "arch-utils.h" and "language.h".
4743 (cmdpy_destroyer, cmdpy_function, cmdpy_completer): Call
4744 ensure_python_env.
4745 * python/python-type.c (clean_up_objfile_types): Likewise.
4746 * python/python-objfile.c: Include "language.h".
4747 (clean_up_objfile): Call ensure_python_env.
4748 * python/python-prettyprint.c (apply_val_pretty_printer): Likewise.
4749 (apply_varobj_pretty_printer): Do not call PyGILState_Ensure.
4750 * varobj.c (varobj_ensure_python_env): New helper function.
4751 (varobj_get_display_hint, update_dynamic_varobj_children,
4752 install_default_visualizer, varobj_set_visualizer, free_variable,
4753 value_get_print_value): Call it.
4754 (value_get_print_value): Add varobj argument instead of pretty
4755 printer argument. Update all callers.
4756
4757 * python/python-utils.c (py_gil_restore, make_cleanup_py_restore_gil):
4758 Remove.
4759
4760 * value.h (internal_function_fn): Add GDBARCH and LANGUAGE argument.
4761 (call_internal_function): Likewise.
4762 * value.c (call_internal_function): Likewise. Pass to handler.
4763 * eval.c (evaluate_subexp_standard): Update call.
4764 * python/python-function.c: Include "language.h".
4765 (fnpy_call): Add GDBARCH and LANGAUAGE arguments and call
4766 make_cleanup_python_env.
4767
4768 * python/python-value.c (builtin_type_pyint, builtin_type_pyfloat,
4769 builtin_type_pylong, builtin_type_pybool, builtin_type_pychar,
4770 valpy_str): Use python_gdbarch and python_language instead of
4771 current_gdbarch and current_language.
4772 * python/python-type.c (typy_lookup_typename): Likewise.
4773
e17c207e
UW
47742009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4775
4776 * arch-utils.c (selected_byte_order): Return target_byte_order_user.
4777 (show_endian): Use target_byte_order_user if specified; otherwise
4778 use get_current_arch () instead of current_gdbarch.
4779 (show_architecture): Use set_architecture_string if specified;
4780 otherwise use get_current_arch () instead of current_gdbarch.
4781 (get_current_arch): New function.
4782 * arch-utils.h (get_current_arch): Add prototype.
4783
4784 * osabi.c (show_osabi): Use get_current_arch () instead of
4785 current_gdbarch.
4786
4787 * findcmd.c: Include "arch-utils.h".
4788 (parse_find_args): Add BIG_P argument. Use it instead of byte order
4789 of current_gdbarch.
4790 (find_command): Use get_current_arch () instead of current_gdbarch.
4791 Pass byte order to parse_find_args.
4792
4793 * maint.c: Include "arch-utils.h".
4794 (maintenance_print_architecture): Use get_current_arch () instead
4795 of current_gdbarch.
4796
4797 * reggroups.c: Include "arch-utils.h".
4798 (maintenance_print_reggroups): Use get_current_arch () instead
4799 of current_gdbarch.
4800
4801 * symfile.c: Include "arch-utils.h".
4802 (overlay_load_command): Use get_current_arch () instead of
4803 current_gdbarch.
4804
4805 * value.c: Include "arch-utils.h".
4806 (show_convenience): Use get_current_arch () instead of
4807 current_gdbarch.
4808
4809 * tui/tui-regs.c: Include "arch-utils.h".
4810 (tui_reg_next_command): Use get_current_arch () instead of
4811 current_gdbarch.
4812
4813 * mi/mi-main.c: Include "arch-utils.h".
4814 (mi_cmd_data_read_memory): Use get_current_arch () instead of
4815 current_gdbarch.
4816
4817 * parse.c: Include "arch-utils.h".
4818 (parse_exp_in_context): Use get_current_arch () instead of
4819 current_gdbarch.
4820
50810684
UW
48212009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4822
4823 * gdbtypes.c (make_pointer_type, make_reference_type,
4824 smash_to_memberptr_type, lookup_array_range_type, check_stub_method):
4825 Use type architecture instead of current_gdbarch.
4826
4827 * gdbtypes.h (address_space_name_to_int, address_space_int_to_name):
4828 Add GDBARCH paramter.
4829 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name):
4830 Add GDBARCH parameter. Use it instead of current_gdbarch.
4831 * c-typeprint.c (c_type_print_modifier): Update call.
4832 * parse.c (push_type_address_space): Likewise.
4833
4834 * findvar.c (extract_typed_address, store_typed_address): Use type
4835 architecture instead of current_gdbarch.
4836
4837 * value.c (value_as_address, unpack_field_as_long): Use type architecture
4838 instead of current_gdbarch.
4839
4840 * doublest.c (floatformat_from_length): Add GDBARCH argument. Use it
4841 instead of current_gdbarch.
4842 (floatformat_from_type): Pass type architecture.
4843
4844 * infcall.c (find_function_addr): Use type architecture instead
4845 of current_gdbarch.
4846
4847 * valarith.c (value_bitstring_subscript, value_x_binop, value_neg,
4848 value_bit_index): Use type architecture instead of current_gdbarch.
4849 * valops.c (value_cast, value_slice): Likewise.
4850
4851 * value.h (modify_field): Add TYPE argument.
4852 * value.c (modify_field): Add TYPE argument. Use type architecture
4853 instead of current_gdbarch.
4854 (set_internalvar_component): Likewise.
4855 * eval.c (evaluate_struct_tuple): Update call.
4856 * valops.c (value_assign): Likewise.
4857 * ada-lang.c (modify_general_field): Likewise. Add TYPE argument.
4858 (make_array_descriptor): Update calls.
4859 (move_bits): Add BITS_BIG_ENDIAN_P argument. Use it instead of
4860 current_gdbarch.
4861 (ada_value_assign, value_assign_to_component): Update calls.
4862 (decode_packed_array, ada_value_primitive_packed_val, ada_value_assign,
4863 value_assign_to_component): Use type arch instead of current_gdbarch.
4864
4865 * printcmd.c (float_type_from_length): Remove GDBARCH argument,
4866 use type architecture instead.
4867 (print_scalar_formatted, printf_command): Update calls. Use type
4868 architecture instead of current_gdbarch.
4869 * valprint.c (val_print_type_code_int): Use type architecture
4870 instead of current_gdbarch.
4871 * varobj.c (value_get_print_value): Likewise.
4872 * python/python-prettyprint.c (print_string_repr): Add GDBARCH
4873 argument. Use it instead of current_gdbarch.
4874 (apply_val_pretty_printer): Update call.
4875
4876 * ada-valprint.c (ada_val_print_1): Use type architecture instead
4877 of current_gdbarch.
4878 * c-valprint.c (print_function_pointer_address): Add GDBARCH argument.
4879 Use it instead of current_gdbarch.
4880 (c_val_print): Update calls passing type architecture.
4881 * f-valprint.c (f_val_print): Use type architecture instead of
4882 current_gdbarch.
4883 * jv-valprint (java_value_print): Likewise.
4884 * m2-valprint.c (print_function_pointer_address): Add GDBARCH argument.
4885 Use it instead of current_gdbarch.
4886 (print_unpacked_pointer): Update calls passing type architecture.
4887 * scm-valprint.c (scm_scmval_print): Use type architecture instead of
4888 current_gdbarch.
4889
4890 * gnu-v3-abi.c (get_class_arch): Remove.
4891 (gnuv3_rtti_type): Use get_type_arch instead of get_class_arch. Remove
4892 special-case check for Java classes.
4893 (gnuv3_virtual_fn_field, gnuv3_baseclass_offset, gnuv3_print_method_ptr,
4894 gnuv3_method_ptr_size, gnuv3_make_method_ptr, gnuv3_method_ptr_to_value):
4895 Use get_type_arch instead of get_class_arch.
4896
e9bb382b
UW
48972009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4898
4899 * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.
4900 (TYPE_OBJFILE, TYPE_ALLOC, TYPE_ZALLOC): Reimplement.
4901 (alloc_type_arch): Add prototype.
4902 (alloc_type_copy): Likewise.
4903 (get_type_arch): Likewise.
4904 (arch_type): Likewise.
4905 (arch_integer_type): Likewise.
4906 (arch_character_type): Likewise.
4907 (arch_boolean_type): Likewise.
4908 (init_float_type): Remove, replace by ...
4909 (arch_float_type): ... this.
4910 (init_complex_type): Remove, replace by ...
4911 (arch_complex_type): ... this.
4912 (init_flags_type): Remove, replace by ...
4913 (arch_flags_type): ... this.
4914 (init_composite_type): Remove, replace by ...
4915 (arch_composite_type): ... this.
4916
4917 * gdbtypes.c (alloc_type): No longer support NULL objfile.
4918 (init_type): Likewise.
4919 (alloc_type_arch): New function.
4920 (alloc_type_copy): New function.
4921 (get_type_arch): New function.
4922
4923 (smash_type): Preserve type ownership information.
4924 (make_pointer_type, make_reference_type, make_function_type,
4925 smash_to_memberptr_type, smash_to_method_type): No longer
4926 preserve OBJFILE across smash_type calls.
4927 (make_pointer_type, make_reference_type, make_function_type,
4928 lookup_memberptr_type, lookup_methodptr_type, allocate_stub_method,
4929 create_range_type, create_array_type, create_set_type, copy_type):
4930 Use alloc_type_copy when allocating types.
4931 (check_typedef): Use alloc_type_arch.
4932 (copy_type_recursive): Likewise. Preserve type ownership data
4933 after copying type.
4934 (recursive_dump_type): Dump type ownership data.
4935 (alloc_type_instance): Update type ownership check.
4936 (copy_type, copy_type_recursive): Likewise.
4937
4938 (arch_type): New function.
4939 (arch_integer_type): Likewise.
4940 (arch_character_type): Likewise.
4941 (arch_boolean_type): Likewise.
4942 (init_float_type): Remove, replace by ...
4943 (arch_float_type): ... this.
4944 (init_complex_type): Remove, replace by ...
4945 (arch_complex_type): ... this.
4946 (init_flags_type): Remove, replace by ...
4947 (arch_flags_type): ... this.
4948 (append_flags_type_flag): Move down.
4949 (init_composite_type): Remove, replace by ...
4950 (arch_composite_type): ... this.
4951 (append_composite_type_field_aligned,
4952 append_composite_type_field): Move down.
4953
4954 * gdbarch.c (gdbtypes_post_init): Allocate all types
4955 using per-architecture routines.
4956 * ada-lang.c (ada_language_arch_info): Likewise.
4957 * f-lang.c (build_fortran_types): Likewise.
4958 * jv-lang.c (build_java_types): Likewise.
4959 * m2-lang.c (build_m2_types): Likewise.
4960 * scm-lang.c (build_scm_types): Likewise.
4961
4962 * ada-lang.c (ada_type_of_array): Use alloc_type_copy.
4963 (packed_array_type): Likewise.
4964 (ada_template_to_fixed_record_type_1): Likewise.
4965 (template_to_static_fixed_type): Likewise.
4966 (to_record_with_fixed_variant_part): Likewise.
4967 (to_fixed_variant_branch_type): Likewise.
4968 (to_fixed_array_type): Likewise.
4969 (to_fixed_range_type): Likewise.
4970 (empty_record): Use type instead of objfile argument.
4971 Use alloc_type_copy.
4972 (to_fixed_variant_branch_type): Update call to empty_record.
4973 * jv-lang.c (type_from_class): Use alloc_type_arch.
4974
4975 * arm-tdep.c (arm_ext_type): Allocate per-architecture type.
4976 * i386-tdep.c (i386_eflags_type, i386_mxcsr_type, i387_ext_type,
4977 i386_mmx_type, i386_sse_type): Likewise.
4978 * ia64-tdep.c (ia64_ext_type): Likewise.
4979 * m32c-tdep.c (make_types): Likewise.
4980 * m68k-tdep.c (m68k_ps_type, m68881_ext_type): Likewise.
4981 * rs6000-tdep.c (rs6000_builtin_type_vec64,
4982 rs6000_builtin_type_vec128): Likewise.
4983 * sparc-tdep.c (sparc_psr_type, sparc_fsr_type): Likewise.
4984 * sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type,
4985 sparc64_fprs_type): Likewise.
4986 * spu-tdep.c (spu_builtin_type_vec128): Likewise.
4987 * xtensa-tdep.c (xtensa_register_type): Likewise.
4988 * linux-tdep.c (linux_get_siginfo_type): Likewise.
4989 * target-descriptions.c (tdesc_gdb_type): Likewise.
4990 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
4991
209bd28e
UW
49922009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4993
4994 * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and
4995 i386_mxcsr_type members.
4996 (i386_eflags_type): Make into function.
4997 (i386_mxcsr_type): Likewise.
4998 * i386-tdep.c (i386_eflags_type): Make into function.
4999 (i386_mxcsr_type): Likewise.
5000 (i386_register_type): Update uses.
5001 (i386_init_types): Remove.
5002 (_initialize_i386_tdep): Do not call it.
5003 * amd64-tdep.c (amd64_register_type): Update uses.
5004
5005 * m68k-tdep.h (struct gdbarch_tdep): Add m68k_ps_type member.
5006 * m68k-tdep.c (m68k_ps_type): Make into function.
5007 (m68k_register_type): Update use.
5008 (m68k_init_types): Remove.
5009 (_initialize_m68k_tdep): Do not call it.
5010
5011 * sparc-tdep.h (struct gdbarch_tdep): Add sparc_psr_type,
5012 sparc_fsr_type, sparc64_pstate_type, sparc64_fsr_type, and
5013 sparc64_fprs_type members.
5014 * sparc-tdep.c (sparc_psr_type): Make into function.
5015 (sparc_fsr_type): Likewise.
5016 (sparc32_register_type): Update uses.
5017 (sparc_init_types): Remove.
5018 (_initialize_sparc_tdep): Do not call it.
5019 * sparc64-tdep.c (sparc64_pstate_type): Make into function.
5020 (sparc64_fsr_type): Likewise.
5021 (sparc64_fprs_type): Likewise.
5022 (sparc64_register_type): Update uses.
5023 (sparc64_init_types): Remove.
5024 (_initialize_sparc64_tdep): Likewise.
5025
27067745
UW
50262009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5027
5028 * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,
5029 builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
5030 builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
5031 (init_float_type, init_complex_type): Add prototypes.
5032 * gdbtypes.c (builtin_type_ieee_single, builtin_type_ieee_double,
5033 builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
5034 builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
5035 (_initialize_gdbtypes): Do not initialize them.
5036 (build_flt): Rename to ...
5037 (init_float_type): ... this. Make global.
5038 (build_complex): Rename to ...
5039 (init_complex_type): ... this. Make global. Remove BIT argument.
5040 (gdbtypes_post_init): Update calls.
5041
5042 * ada-lang.c (ada_language_arch_info): Use init_float_type.
5043 * jv-lang.c (build_java_types): Likewise.
5044 * m2-lang.c (build_m2_types): Likewise.
5045 * f-lang.c (build_fortran_types): Use init_float_type and
5046 init_complex_type.
5047
5048 * target-descriptions.c (tdesc_gdb_type): Call init_float_type instead
5049 of using builtin_type_ieee_single, builtin_type_ieee_double, or
5050 builtin_type_arm_ext.
5051
5052 * ia64-tdep.h (struct gdbarch_tdep): Add ia64_ext_type member.
5053 * ia64-tdep.c (builtin_type_ia64_ext): Remove.
5054 (_initialize_ia64_tdep): Do not initialize it.
5055 (floatformat_valid, floatformat_ia64_ext, floatformats_ia64_ext):
5056 Move up.
5057 (ia64_ext_type): New function.
5058 (ia64_register_reggroup_p, ia64_convert_register_p,
5059 ia64_register_to_value, ia64_value_to_register,
5060 ia64_extract_return_value, ia64_store_return_value): Use ia64_ext_type
5061 instead of builtin_type_ia64_ext.
5062
5063 * i386-tdep.h (struct gdbarch_tdep): Add i387_ext_type member.
5064 (i387_ext_type): Add prototype.
5065 * i386-tdep.c (i387_ext_type): New function.
5066 (i386_extract_return_value, i386_store_return_value,
5067 i386_register_type): Use it instead of builtin_type_i387_ext.
5068 * amd64-tdep.c (amd64_register_type): Likewise.
5069 * i387-tdep.c (print_i387_value, i387_register_to_value,
5070 i387_value_to_register): Likewise.
5071 (print_i387_value, print_i387_ext): Add GDBARCH argument.
5072 (print_i387_ext, i387_print_float_info): Pass to subroutines.
5073
5074 * m68k-tdep.h (struct gdbarch_tdep): Add m68881_ext_type member.
5075 * m68k-tdep.c (m68881_ext_type): New function.
5076 (m68k_register_type, m68k_convert_register_p): Use it instead
5077 of builtin_type_m68881_ext.
5078
5079 * arm-tdep.h (struct gdbarch_tdep): Add arm_ext_type member.
5080 * arm-tdep.c (arm_ext_type): New function.
5081 (arm_register_type): Use it instead of builtin_type_arm_ext.
5082
5083 * alpha-tdep.c (alpha_register_type): Use builtin types
5084 instead of builtin_type_ieee_double.
5085
5086 * mips-tdep.c (mips_float_register_type, mips_double_register_type):
5087 Remove.
5088 (mips_register_type): Use builtin types instead of
5089 builtin_type_ieee_single and builtin_type_ieee_double.
5090 (mips_print_fp_register): Use builtin types instead of
5091 mips_float_register_type and mips_double_register_type.
5092
5093 * hppa-tdep.c (hppa32_register_type, hppa64_register_type):
5094 Use builtin types instead of builtin_type_ieee_single and
5095 builtin_type_ieee_double.
5096
df4df182
UW
50972009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5098
5099 * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
5100 builtin_type_int16, builtin_type_uint16, builtin_type_int32,
5101 builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
5102 builtin_type_int128, builtin_type_uint128): Remove.
5103 (struct builtin_type): New members builtin_int0, builtin_int8,
5104 builtin_uint8, builtin_int16, builtin_uint16, builtin_int32,
5105 builtin_uint32, builtin_int64, builtin_uint64, builtin_int128,
5106 and builtin_uint128.
5107 * gdbtypes.c (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
5108 builtin_type_int16, builtin_type_uint16, builtin_type_int32,
5109 builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
5110 builtin_type_int128, builtin_type_uint128): Remove.
5111 (_initialize_gdbtypes): Do not initialize them.
5112 (gdbtypes_post_init): Initialize fixed-size integer types.
5113
5114 * dwarf2expr.c (unsigned_address_type, signed_address_type): Add
5115 GDBARCH argument. Return platform-specific type.
5116 (dwarf2_read_address, execute_stack_op): Update calls.
5117
5118 * target-descriptions.c (tdesc_gdb_type): Use platform-specific types
5119 instead of global builtin_int_... variables.
5120 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
5121 * printcmd.c (do_examine): Likewise.
5122 * jv-exp.y (parse_number): Likewise.
5123
5124 * alpha-tdep.c (alpha_register_type, alpha_push_dummy_call,
5125 alpha_store_return_value): Likewise.
5126 * amd64-linux-tdep.c (amd64_linux_register_type): Likewise.
5127 * amd64-tdep.c (amd64_register_type): Likewise.
5128 * arm-tdep.c (arm_register_type): Likewise.
5129 * avr-tdep.c (avr_register_type): Likewise.
5130 * cris-tdep.c (cris_register_type, crisv32_register_type): Likewise.
5131 * frv-tdep.c (frv_register_type): Likewise.
5132 * h8300-tdep.c h8300_register_type): Likewise.
5133 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_register_type,
5134 hppa64_register_type): Likewise.
5135 * i386-tdep.c (i386_mmx_type, i386_sse_type): Likewise.
5136 * iq2000-tdep.c (iq2000_register_type): Likewise.
5137 * lm32-tdep.c (lm32_register_type, lm32_push_dummy_call): Likewise.
5138 * m32r-tdep.c (m32r_register_type): Likewise.
5139 * m68hc11-tdep.c (m68hc11_register_type, m68hc11_pseudo_register_read,
5140 m68hc11_pseudo_register_write): Likewise.
5141 * m68k-tdep.c (m68k_register_type): Likewise.
5142 * m88k-tdep.c (m88k_register_type, m88k_store_arguments): Likewise.
5143 * mep-tdep.c (mep_register_type): Likewise.
5144 * mips-tdep.c (mips_register_type, mips_pseudo_register_type,
5145 mips_print_fp_register): Likewise.
5146 * moxie-tdep.c (moxie_register_type): Likewise.
5147 * mt-tdep.c (mt_copro_register_type, mt_register_type): Likewise.
5148 * rs6000-tdep.c (rs6000_builtin_type_vec64,
5149 rs6000_builtin_type_vec128): Likewise.
5150 * score-tdep.c (score_register_type): Likewise.
5151 * sparc-tdep.c (sparc32_register_type, sparc32_store_arguments):
5152 Likewise.
5153 * sparc64-tdep.c (sparc64_register_type, sparc64_store_arguments):
5154 Likewise.
5155 * spu-tdep.c (spu_builtin_type_vec128, spu_register_type): Likewise.
5156 * v850-tdep.c (v850_register_type): Likewise.
5157 * xstormy16-tdep.c (xstormy16_register_type): Likewise.
5158 * xtensa-tdep.c (xtensa_register_type): Likewise.
5159
5160 * mt-tdep.c (struct gdbarch_tdep): New data structure.
5161 (mt_gdbarch_init): Alloc TDEP structures.
5162 (mt_register_type): Cache coprocessor type in TDEP instead of
5163 static global variable.
5164
5165 * xtensa-tdep.h (struct gdbarch_tdep): Add type_entries member.
5166 * xtensa-tdep.c (type_entries): Remove.
5167 (xtensa_register_type): Cache fixed-size types in TDEP instead
5168 of in global variable.
5169
69feb676
UW
51702009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5171
5172 * gdbtypes.h (builtin_type_true_char): Remove.
5173 (builtin_type_true_unsigned_char): Likewise.
5174 (struct builtin_type): Add builtin_true_char and
5175 builtin_true_unsigned_char members.
5176 * gdbtypes.c (builtin_type_true_char): Remove.
5177 (builtin_type_true_unsigned_char): Likewise.
5178 (_initialize_gdbtypes): Do not initialize them.
5179 (gdbtypes_post_init): Initialize builtin_true_char and
5180 builtin_true_unsigned_char members of builtin_type.
5181
5182 * printcmd.c (print_scalar_formatted): Use builtin_type
5183 members instead of builtin_type_true_char and
5184 builtin_type_true_unsigned_char.
5185 * ada-valprint.c (ada_val_print_1): Likewise.
5186
48319d1f
UW
51872009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5188
5189 * gdbtypes.h (builtin_type_void): Remove.
5190 * gdbtypes.c (builtin_type_void): Remove.
5191 (_initialize_gdbtypes): Do not initialize it.
5192
5193 (safe_parse_type): Add GDBARCH argument. Use it to construct
5194 void return type.
5195 (check_stub_method): Update call.
5196
5197 * infcall.c (call_function_by_hand): Use platform-specific type
5198 instead of builtin_type_void.
5199 * valops.c (value_cast): Use input void type instead of
5200 builtin_type_void.
5201
22601c15
UW
52022009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5203
5204 * ada-lang.c (assign_component): Use platform-specific integer type
5205 instead of builtin_type_int32 type.
5206 (ada_evaluate_subexp) [OP_ATR_SIZE]: Likewise.
5207
5208 * ax-gdb.c (gen_expr) [UNOP_NEG]: Use platform-specific integer type
5209 instead of builtin_type_int8 type.
5210 * valarith.c (value_x_unop): Likewise.
5211 * python/python-value.c (valpy_absolute): Avoid reference to
5212 builtin_type_int8 type.
5213
5214 * eval.c (evaluate_subexp_standard): Use platform-specific integer
5215 type instead of builtin_type_int8 as EVAL_SKIP return value type.
5216 * ada-lang.c (ada_evaluate_subexp): Likewise.
5217 * jv-lang.c (evaluate_subexp_java): Likewise.
5218 * m2-lang.c (evaluate_subexp_modula2): Likewise.
5219 * scm-lang.c (evaluate_exp): Likewise.
5220
5221 * value.h (value_bitstring): Add INDEX_TYPE argument.
5222 * valops.c (value_bitstring): Add INDEX_TYPE argument, use it instead
5223 of builtin_type_int32 as base range type.
5224 * eval.c (evaluate_subexp_standard): Update value_bitstring call.
5225
e3506a9f
UW
52262009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5227
5228 * gdbtypes.c (lookup_array_range_type): Add prototype.
5229 (lookup_string_range_type): Likewise.
5230 * gdbtypes.c (lookup_array_range_type): New function.
5231 (lookup_string_range_type): Likewise.
5232
5233 * ax-gdb.c (gen_repeat): Use lookup_array_range_type.
5234 * parse.c (follow_types): Likewise.
5235 * jv-lang.c (java_array_type): Likewise.
5236 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
5237 * mt-tdep.c (mt_register_type): Likewise.
5238 * sh-tdep.c (sh_sh4_build_float_register_type): Likewise.
5239 * sh64-tdep.c (sh64_build_float_register_type): Likewise.
5240 * value.c (allocate_repeat_value): Likewise.
5241 * valops.c (value_array, value_cstring): Likewise.
5242 * valops.c (value_string): Use lookup_string_range_type.
5243
d5c831bd
UW
52442009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5245
5246 * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove
5247 redundant check for NULL TYPE_TARGET_TYPE.
5248 * m2-valprint.c (m2_print_long_set): Likewise.
5249 * p-valprint.c (pascal_type_print_base): Likewise.
5250
5d3729b5
UW
52512009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5252
5253 * printcmd.c (next_gdbarch): New static variable.
5254 (set_next_address, do_examine, x_command): Set it.
5255 (decode_format): Use 'a' size to indicate width of an address.
5256 (do_examine): Add GDBARCH argument. Handle 'a' size.
5257 (x_command): Pass architecture to do_examine.
5258 Error if called without argument the first time.
5259 (do_one_display): Pass architecture to do_examine.
5260
5261 (examine_i_type, examine_b_type, examine_h_type, examine_w_type,
5262 examine_g_type): Remove.
5263 (_initialize_printcmd): Do not initialize them.
5264 (do_examine): Use builin_type_int... instead of examine_..._type.
5265
78267919
UW
52662009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5267
5268 * gdbtypes.h (struct builtin_type): Add internal_fn member.
5269 * gdbtypes.c (gdbtypes_post_init): Initialize it.
5270 * value.c (internal_fn_type): Remove.
5271 (_initialize_values): Do not initialize it.
5272
5273 * value.c (struct internalvar): Add enum internalvar_kind type and
5274 kind member. Restructure union internalvar_data type. Remove type,
5275 canonical, and make_value members.
5276 (init_if_undefined_command): Update for data structure changes.
5277 (create_internalvar): Likewise.
5278 (create_internalvar_type_lazy): Likewise.
5279 (get_internalvar_integer): Likewise.
5280 (get_internalvar_function): Likewise.
5281 (set_internalvar_component): Likewise.
5282 (set_internalvar): Likewise.
5283 (set_internalvar_integer): Likewise.
5284 (set_internalvar_function): Likewise.
5285 (clear_internalvar): Likewise.
5286 (add_internal_function): Likewise.
5287 (preserve_one_internalvar): New function.
5288 (preserve_values): Call it.
5289
5290 * value.h (value_of_internalvar): Add GDBARCH parameter.
5291 (internalvar_make_value): Likewise.
5292 * value.c (value_of_internalvar): Add GDBARCH parameter. Pass it to
5293 make_value callback. Use it to generate per-architecture result value
5294 types for internal variables with no pre-defined type. Update for data
5295 structure changes.
5296 (show_convenience): Pass architecture to value_of_internalvar.
5297 * eval.c (evaluate_subexp_standard): Likewise.
5298 * infrun.c (siginfo_make_value): Add GDBARCH parameter. Use it
5299 instead of current frame architecture. Return per-architecture type.
5300
5301 * value.h (set_internalvar_string): Add prototype.
5302 * value.c (set_internalvar_string): New function.
5303 * tracepoint.c (set_traceframe_context): Use it.
5304
0daa2b63
UW
53052009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5306
5307 * jv-lang.h (java_int_type, java_byte_type, java_short_type,
5308 java_long_type, java_boolean_type, java_char_type, java_float_type,
5309 java_double_type, java_void_type): Remove.
5310 (struct builtin_java_type): New data type.
5311 (builtin_java_type): Add prototype.
5312 (java_primitive_type): Add GDBARCH argument.
5313 (java_primitive_type_from_name): Likewise.
5314 (type_from_class): Likewise.
5315
5316 * jv-lang.c (java_int_type, java_byte_type, java_short_type,
5317 java_long_type, java_boolean_type, java_char_type, java_float_type,
5318 java_double_type, java_void_type): Remove.
5319
5320 (build_java_types, builtin_java_type): New functions.
5321 (java_type_data): New static variable.
5322 (_initialize_java_language): Initialize it. No longer initialize
5323 global types.
5324 (java_language_arch_info): Use per-architecture types.
5325
5326 (java_primitive_type): Add GDBARCH argument. Return per-architecture
5327 type instead of refering to global variable.
5328 (java_primitive_type_from_name): Add GDBARCH argument.
5329 (java_primitive_type_name): New function.
5330 (java_demangled_signature_length): Use it instead of
5331 java_primitive_type_from_name.
5332 (java_demangled_signature_copy): Likewise.
5333
5334 (type_from_class): Add GDBARCH argument. Pass to java_link_class_type,
5335 java_primitive_type, and recursive type_from_class call.
5336 (java_link_class_type): Add GDBARCH argument. Pass to type_from_class
5337 calls. Use per-architecture types instead of global types.
5338
5339 * jv-exp.y (parse_java_type): New define.
5340 Use per-architecture types instead of global types througout.
5341
5342 * jv-valprint.c (java_value_print): Pass architecture to
5343 type_from_class and java_primitive_type_from_name. Use per-
5344 architecture types instead of global types.
5345
d70e31dd
DE
53462009-07-01 Doug Evans <dje@google.com>
5347
5348 * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint
5349 support for i386-linux, amd64-linux, and i386-win32 builds of
5350 gdbserver.
5351
b565e757 53522009-07-01 Nick Roberts <nickrob@snap.net.nz>
7371bfdc
NR
5353
5354 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for deleted files.
5355
59dd3af6
JK
53562009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5357
5358 * Makefile.in (TARGET_FLAGS_TO_PASS): Include also FORCE_PARALLEL.
5359 (check//%): Construct FORCE_PARALLEL for the sub-make. Extend the
5360 comment for it.
5361
2fd481e1
PP
53622009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5363
5364 gdb/10275
5365 * dwarf2-frame.c (dwarf2_frame_state): Move cfa_offset, cfa_reg,
5366 cfa_how and cfa_exp into regs and adjust users.
5367
c38f313d
DJ
53682009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5369
5370 * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573.
5371
8b777f02
VP
53722009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5373
5374 * mi/mi-cmd-stack.c (parse_print_values): New.
5375 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Use the above.
5376
1a4300e9
VP
53772009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5378
5379 * varobj.c (varobj_get_type): Use type_to_string.
5380
173853dc
PA
53812009-06-29 Pedro Alves <pedro@codesourcery.com>
5382
5383 * infrun.c (handle_inferior_event): Context switch to the new
5384 thread when resuming for a new_thread_event.
5385
4a399546
UW
53862009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5387
5388 * ada-lang.h (ada_convert_actual): Add GDBARCH argument.
5389 * ada-lang.c (convert_actual): Remove stale prototype.
5390 (ensure_lval, make_array_descriptor, ada_convert_actual):
5391 Add GDBARCH argument and pass through to subroutine calls.
5392 (ensure_lval): Use GDBARCH instead of current_gdbarch.
5393 * infcall.c (value_arg_coerce): Update ada_convert_actual call.
5394
30b15541
UW
53952009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5396
5397 * ada-lang.c (resolve): Use per-architecture void type instead
5398 of platform-independent one.
5399 (ada_evaluate_subexp) [STRUCTOP_STRUCT]: Likewise.
5400 (ada_resolve_function): Reimplement fallback logic to avoid
5401 explicit reference to builtin_type_void.
5402
7c964f07
UW
54032009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5404
5405 * ada-valprint.c (ada_print_scalar): Accept NULL type argument
5406 to indicate scalar should be printed as default integer.
5407 (print_optional_low_bound): Pass NULL to ada_print_scalar to
5408 indicate default integer output.
5409 * ada-typeprint.c (print_range, print_range_bound): Likewise.
5410 (print_choices): Likewise. Thus, accept NULL as val_type.
5411 * ada-lang.c (ada_variant_discrim_type): Return NULL when failed
5412 to look up controlling discriminant name.
5413
1ce677a4
UW
54142009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5415
5416 * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.
5417 Fall back to orig_type as index type if symbol lookup fails.
5418 Allocate result types from ORIG_TYPE's objfile.
5419 (ada_array_bound_from_type, to_fixed_array_type,
5420 ada_evaluate_subexp): Pass original index type to
5421 to_fixed_range_type. Do not pass objfile.
5422
5423 * ada-typeprint.c (print_range_type_named): Add ORIG_TYPE argument.
5424 Fall back to orig_type as index type if symbol lookup fails.
5425 (print_array_type, ada_print_type): Pass original index type
5426 to print_range_type_named.
5427
dd19d49e
UW
54282009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5429
5430 * ada-lang.c (ada_index_type): Update comment.
5431
1eea4ebd
UW
54322009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5433
5434 * ada-lang.c (ada_index_type): Make static. Add NAME argument.
5435 Throw error on invalid input arguments. Return NULL if unable
5436 to determine index type.
5437
5438 (ada_array_bound_from_type): Remove TYPEP argument.
5439 (ada_array_bound): Make static. Return LONGEST instead of value.
5440 Update for ada_array_bound_from_type change.
5441 (ada_array_length): Return LONGEST instead of value.
5442 Update for ada_array_bound_from_type change.
5443 (make_array_descriptor): Update for ada_array_bound change.
5444
5445 (ada_evaluate_subexp) [OP_ATR_RANGE, OP_ATR_FIRST, OP_ATR_LAST,
5446 OP_ATR_LENGTH]: Update for ada_array_bound_from_type,
5447 ada_array_bound, ada_array_length, ada_index_type changes.
5448 Always use ada_index_type to compute result type; fall back
5449 to architecture-specific integer type if ada_index_type fails.
5450
5451 * ada-lang.h (ada_index_type): Remove prototype.
5452 (ada_array_bound): Likewise.
5453
578933ab
PA
54542009-06-29 Pedro Alves <pedro@codesourcery.com>
5455
5456 * dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending
5457 a psymtab.
5458
6bc80edc
TT
54592009-06-29 Tom Tromey <tromey@redhat.com>
5460
5461 * README: Mention parallel check.
5462
794684b6
SW
54632009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5464
5465 * dwarf2read.c (read_import_statement): Properly set import location
5466 and destination.
5467 * cp-support.h (cp_add_using, cp_add_using_directive): Now take char*
5468 inner, char* outer arguments. Updated callers.
5469
2497b498
UW
54702009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5471
5472 * value.h (value_subscript, value_subscripted_rvalue,
5473 value_bitstring_subscript, value_ptradd): Use LONGEST instead
5474 of value as type of the index argument.
5475 (value_ptrsub): Remove.
5476 * valarith.c (value_subscript, value_subscripted_rvalue,
5477 value_bitstring_subscript, value_ptradd): Use LONGEST instead
5478 of value as type of the index argument.
5479 (value_ptrsub): Remove.
5480
5481 * wrapper.h (gdb_value_subscript): Use LONGEST instead of
5482 value as type of the index argument.
5483 * wrapper.c (gdb_value_subscript): Likewise.
5484
5485 Update calls to gdb_value_subscript, value_subscript,
5486 value_subscripted_rvalue, value_bitstring_subscript and
5487 value_ptradd to use LONGEST instead of value as index
5488 argument type. Use value_ptradd instead of value_ptrsub.
5489 * ada-lang.c (ada_value_subscript, ada_value_ptr_subscript,
5490 ada_tag_name_2): Update.
5491 * ada-tasks.c (read_atcb): Update.
5492 * eval.c (evaluate_subexp_standard): Update.
5493 * valarith.c (value_subscript): Update.
5494 * gnu-v2-abi.c (gnuv2_virtual_fn_field): Update.
5495 * gnu-v3-abi.c (gnuv3_get_virtual_fn, gnuv3_baseclass_offset,
5496 gnuv3_method_ptr_to_value): Update.
5497 * jv-lang.c (evaluate_subexp_java): Update.
5498 * m2-lang.c (evaluate_subexp_modula2): Update.
5499 * python/python-value.c (valpy_getitem, valpy_binop): Update.
5500 * wrapper.c (gdb_value_subscript): Update.
5501 * varobj.c (c_describe_child): Update.
5502
0c8b41f1
UW
55032009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5504
5505 * gdbtypes.h (make_function_type): Remove OBJFILE parameter.
5506 * gdbtypes.c (make_function_type): Remove OBJFILE parameter.
5507 (lookup_function_type): Update call.
5508 * stabsread.c (read_type): Likewise.
5509 * dwarf2read.c (read_subroutine_type): Use lookup_function_type
5510 instead of make_function_type.
5511 * jv-lang.c (type_from_class): Likewise. Do not allocate types
5512 on the fake "dynamics" obstack.
5513
46bf5051
UW
55142009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5515
5516 * gdbtypes.h (struct builtin_type): Remove builtin_core_addr,
5517 nodebug_text_symbol, nodebug_data_symbol, nodebug_unknown_symbol,
5518 and nodebug_tls_symbol members.
5519 (struct objfile_type): New data structure.
5520 (objfile_type): Add prototype.
5521 * gdbtypes.c (gdbtypes_post_init): Remove initialization code
5522 for types no longer in struct builtin_type.
5523 (objfile_type_data): New static variable.
5524 (_initialize_gdbtypes): Initialize it.
5525 (objfile_type): New function.
5526
5527 * gdbtypes.h (builtin_type_error): Remove.
5528 * gdbtypes.c (build_complex): Do not use builtin_type_error.
5529 * symtab.c (builtin_type_error): Remove.
5530 (_initialize_symtab): Remove initialization.
5531
5532 * stabsread.c (dbx_lookup_type, define_symbol, error_type,
5533 rs6000_builtin_type, read_range_type): Use per-objfile types
5534 instead of global or per-architecture builtin types.
5535 * coffread.c (decode_type): Likewise.
5536 * dwarf2read.c (read_array_type, read_tag_string_type,
5537 new_symbol, die_type): Likewise.
5538 * mdebugread.c (parse_symbol, basic_type, upgrade_type,
5539 parse_procedure, psymtab_to_symtab_1): Likewise.
5540 * xcoffread.c (process_xcoff_symbol): Likewise.
5541 * parse.c (write_exp_msymbol): Likewise.
5542
5543 * stabsread.c (rs6000_builtin_type_data): New static variable.
5544 (_initialize_stabsread): Initialize it.
5545 (rs6000_builtin_type): Add OBJFILE argument. Allocate builtin
5546 types per-objfile instead of globally.
5547
5548 * stabsread.c (dbx_lookup_type): Add OBJFILE argument. Use it
5549 instead of current_objfile; pass it to rs6000_builtin_type.
5550 (dbx_alloc_type, read_type, read_range_type): Update calls.
5551 (cleanup_undefined_types_noname): Add OBJFILE argument and
5552 pass it to dbx_lookup_type.
5553 (cleanup_undefined_types): Add OBJFILE argument and pass it
5554 to cleanup_undefined_types_noname.
5555 * stabsread.h (cleanup_undefined_types): Add OBJFILE argument.
5556 * buildsym.c (end_symtab): Update call.
5557
b08f1e8d
UW
55582009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5559
5560 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
5561 target_gdbarch instead of current_gdbarch.
5562
6d10c194
UW
55632009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
5564
5565 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows-tdep.o.
5566 (ALL_TARGET_OBS): Add moxie-tdep.o, i386-darwin-tdep.o, and
5567 solib-darwin.o.
5568
5569 * configure.tgt: Add comment.
5570
9901a55b
PP
55712009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5572
5573 * mi/mi-cmds.c (mi_cmds): Remove unimplemented entries.
5574
edb3359d
DJ
55752009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5576 Jan Kratochvil <jan.kratochvil@redhat.com>
5577
5578 * NEWS: Document inlined function support.
5579 * Makefile.in (SFILES): Add inline-frame.c.
5580 (COMMON_OBS): Add inline-frame.o.
5581 * block.c (contained_in): Rewrite to use lexical nesting.
5582 (block_linkage_function): Skip inlined function blocks.
5583 (block_inlined_p): New.
5584 * block.h (struct block): Update comment.
5585 (block_inlined_p): New prototype.
5586 * blockframe.c (get_frame_block): Handle inlined functions.
5587 (get_frame_function): Do not use block_linkage_function.
5588 (block_innermost_frame): Use get_frame_block and contained_in.
5589 * breakpoint.c (watchpoint_check): Remove extra reinit_frame_cache.
5590 Skip over inlined functions. Simplify epilogue check.
5591 (bpstat_check_breakpoint_conditions): Use get_stack_frame_id.
5592 Update comments.
5593 (set_momentary_breakpoint): Only accept non-inlined frames.
5594 (watch_command_1): Use frame_unwind_caller_pc and
5595 frame_unwind_caller_id instead of get_prev_frame.
5596 (until_break_command): Likewise. Use get_stack_frame_id.
5597 * buildsym.c (end_symtab): Set SYMBOL_SYMTAB for block functions.
5598 * dwarf2loc.c (dwarf_expr_frame_base): Use block_linkage_function.
5599 * dwarf2read.c (process_die): Handle DW_TAG_inlined_subroutine.
5600 (read_func_scope, new_symbol): Likewise. Handle arguments specially
5601 for inlined functions without call site information.
5602 (inherit_abstract_dies): Allow tag mismatch for inlined subroutines.
5603 (die_specification): Treat DW_AT_abstract_origin as a specification.
5604 (read_type_die): Handle DW_TAG_inlined_subroutine.
5605 * frame-unwind.c (frame_unwind_init): Add inline_frame_unwind.
5606 * frame.c (fprint_frame_id): Print inline depth.
5607 (fprint_frame_type): Handle INLINE_FRAME and SENTINEL_FRAME.
5608 (skip_inlined_frames, get_stack_frame_id): New.
5609 (frame_unwind_caller_id): Use skip_inlined_frames.
5610 (frame_id_inlined_p): New.
5611 (frame_id_eq): Make the logic match the comments. Add inline_depth
5612 check.
5613 (frame_id_inner): Handle inlined functions.
5614 (frame_unwind_pc): New function, copied from frame_unwind_caller_pc.
5615 (frame_unwind_caller_pc): Use skip_inlined_frames and frame_unwind_pc.
5616 (get_prev_frame_1): Check for inline frames. Split out frame
5617 allocation to get_prev_frame_raw.
5618 (get_prev_frame_raw): New function.
5619 (get_prev_frame): Handle inline frames.
5620 (get_frame_pc): Use frame_unwind_pc.
5621 (get_frame_address_in_block): Skip inlined frames on both sides.
5622 (pc_notcurrent): Delete.
5623 (find_frame_sal): Rewrite to handle inline call sites. Use
5624 get_frame_address_in_block.
5625 (deprecated_update_frame_pc_hack): Make static.
5626 * frame.h: Update comments.
5627 (struct frame_id): Add inline_depth.
5628 (enum frame_type): Add INLINE_FRAME.
5629 (frame_id_inlined_p, get_stack_frame_id): New prototypes.
5630 * gdbthread.h (struct thread_info): Add step_stack_frame_id field.
5631 * infcmd.c (set_step_frame): New function.
5632 (step_once): Use set_step_frame. Handle inlined functions.
5633 (until_next_command): Use set_step_frame.
5634 (finish_backward), finish_forward): Use get_stack_frame_id.
5635 (finish_command): Support inlined functions.
5636 * inferior.h (set_step_info): New prototype.
5637 * infrun.c (RESUME_ALL): Use minus_one_ptid.
5638 (clear_proceed_status): Clear step_stack_frame_id.
5639 (init_wait_for_inferior): Call clear_inline_frame_state.
5640 (init_execution_control_state): Make static.
5641 (set_step_info): New function.
5642 (init_thread_stepping_state): Do not set the symtab or line here.
5643 (stepped_in_from): New function.
5644 (handle_inferior_event): Handle inlined functions. Use set_step_info.
5645 (insert_step_resume_breakpoint_at_frame): Use get_stack_frame_id.
5646 (struct inferior_status): Add step_stack_frame_id.
5647 (save_inferior_status, restore_inferior_status): Save and restore
5648 step_stack_frame_id.
5649 * inline-frame.c, inline-frame.h: New files.
5650 * minsyms.c (prim_record_minimal_symbol_and_info): Use XCALLOC.
5651 * regcache.c (regcache_write_pc): Call reinit_frame_cache.
5652 * s390-tdep.c (s390_prologue_frame_unwind_cache): Handle INLINE_FRAME.
5653 * stack.c (frame_show_address): New.
5654 (print_frame_info, print_frame): Use it.
5655 (find_frame_funname): Use get_frame_function. Handle inlined blocks.
5656 (frame_info): Mark inlined functions.
5657 (backtrace_command_1): Use get_current_user_frame.
5658 (print_frame_local_vars, print_frame_label_vars): Update comments.
5659 (return_command): Refuse inlined functions.
5660 * symtab.c (lookup_symbol_aux_local): Stop at inlined function
5661 boundaries.
5662 (find_function_start_sal): Avoid inlined functions.
5663 (completion_list_add_fields): New function.
5664 (default_make_symbol_completion_list): Use it. Use block_static_block
5665 and block_global_block. Check for inlined functions.
5666 (skip_prologue_using_sal): Avoid line number comparison across
5667 inlining.
5668 * symtab.h (struct symbol): Add is_inlined.
5669 (SYMBOL_INLINED): New.
5670 * target.c (target_resume): Call clear_inline_frame_state.
5671 * valops.c (value_of_variable): Check block_inlined_p.
5672
c7ce8faa
DJ
56732009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5674
5675 * frame.c (frame_unwind_id): Renamed to ...
5676 (frame_unwind_caller_id): ... this. All callers updated.
5677 (frame_pc_unwind): Renamed to ...
5678 (frame_unwind_caller_pc): ... this. All callers updated.
5679 * frame.h: Document frame_unwind_caller_WHAT functions.
5680 (frame_unwind_id): Renamed to ...
5681 (frame_unwind_caller_id): ... this.
5682 (frame_pc_unwind): Renamed to ...
5683 (frame_unwind_caller_pc): ... this.
5684 * hppa-tdep.c (hppa_find_unwind_entry_in_block): Correct comment.
5685 * stack.c (parse_frame_specification_1): Do not rely on
5686 frame_unwind_id.
5687
388a8562
MS
56882009-06-27 Michael Snyder <msnyder@vmware.com>
5689
5690 * infrun.c (handle_inferior_event): Improve handling of
5691 reverse-stepping into and over shared library functions.
5692
f3a5f1de
KO
56932009-06-25 Karen Osmond <karen.osmond@gmail.com>
5694
5695 * linespec.c (find_method): Add new not_found_ptr parameter to
5696 bring in line with symtab_from_filename, decode_variable.
5697 (decode_compound): Likewise. Also propagate not_found_ptr to
5698 find_method.
5699 (decode_line_1): Propagate not_found_ptr to decode_compound.
5700 (cplusplus_error): Now throws NOT_FOUND_ERROR.
5701
123e3958
KO
57022009-06-25 Karen Osmond <karen.osmond@gmail.com>
5703
5704 * MAINTAINERS (Write After Approval): Add self.
5705
4e608b4f
UW
57062009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
5707
5708 * valops.c (value_one): Reimplement broken decimal-float case.
5709
34e13b5b
UW
57102009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
5711
5712 * eval.c (evaluate_subexp_standard): Use expression architecture
5713 instead of current_gdbarch.
5714
5715 * infrun.c (handle_inferior_event): Avoid unncessary reference
5716 to current_gdbarch and get_current_frame ().
5717
0fd8e87f
UW
57182009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
5719
5720 * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.
5721 (enum bptype): Add bp_longjmp_master.
5722
5723 * breakpoint.c (create_longjmp_master_breakpoint): New function.
5724 (update_breakpoints_after_exec): Handle bp_longjmp_master
5725 breakpoints. Call create_longjmp_master_breakpoint.
5726 (print_it_typical, bpstat_stop_status, bpstat_what,
5727 print_one_breakpoint_location, allocate_bp_location, mention,
5728 delete_command, breakpoint_re_set_one): Handle bp_longjmp_master.
5729 (breakpoint_re_set): Call create_longjmp_master_breakpoint.
5730 (create_longjmp_breakpoint): Delete.
5731 (set_longjmp_breakpoint): Add THREAD argument. Reimplement
5732 to install momentary clones of bp_longjmp_master breakpoints.
5733
5734 * infcmd.c (step_1): Pass thread to set_longjmp_breakpoint.
5735
ca5f395d
CC
57362009-06-23 Cary Coutant <ccoutant@google.com>
5737
5738 * dwarf2read.c (dwarf_decode_lines): Ignore rows where is_stmt is 0.
5739 Set basic_block to 0 after a special opcode.
5740
5b2ab461
JK
57412009-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5742
5743 Fix a regression by the mmap patch from 2009-06-16.
5744 * symfile.c (reread_symbols): Move sym_finish and clear_objfile_data
5745 calls before deleting the OBJFILE obstack. Extend the comment.
5746
45d5d5ca
UW
57472009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
5748
5749 * jv-lang.h (JAVA_OBJECT_SIZE): Remove.
5750 (get_java_object_header_size): Add GDBARCH parameter.
5751 * jv-lang.c (get_java_object_header_size): Add GDBARCH parameter.
5752 Use it instead of current_gdbarch.
5753 (evaluate_subexp_java): Replace JAVA_OBJECT_SIZE with call to
5754 get_java_object_header_size.
5755 * jv-valprint.c (java_value_print): Likewise.
5756
27aa8d6a
SW
57572009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5758
01fc9d36
TG
5759 * dwarf2read.c (process_die): Handle import statements
5760 (DW_TAG_imported_declaration, case DW_TAG_imported_module)
5761 (read_import_statement): New.
5762 (read_func_scope): Update using_directives to point to current context
5763 (read_lexical_block_scope): Ditto.
5764 * cp-support.h: Added prototype for cp_add_using.
5765 * cp-namespace.c: Removed local context_stack.
5766 (cp_initialize_namespace): Deleted.
5767 (cp_finalize_namespace): Deleted.
5768 (cp_add_using_directive): Use using_directives instead of using_list.
5769 (cp_add_using): No longer static.
5770 * buildsym.h: Created global using_direct variable.
5771 Created using_direct variable in context_stack.
5772 * buildsym.c (finish_block): Set using directives for the block under
5773 construction.
5774 (start_symtab): Removed call to cp_initialize_namespace().
5775 (end_symtab): Removed call to cp_finalize_namespace().
5776 (push_context): Save and reset using_directives.
5777 * block.c (block_using): Return using directives for given
5778 block instead of static block.
27aa8d6a 5779
ad068eab
UW
57802009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
5781
5782 * target-descriptions.h (struct type): Do not declare.
5783 (struct tdesc_type): Declare.
5784 (tdesc_named_type): Change return type to struct tdesc_type *.
5785 (tdesc_record_type): Remove.
5786 (tdesc_create_vector): Add prototype.
5787 (tdesc_create_union): Likewise.
5788 (tdesc_add_field): Likewise.
5789
5790 * target-descriptions.c (struct tdesc_reg): Replace gdb_type
5791 member by tdesc_type member.
5792 (struct tdesc_type_field, tdesc_type_field): Add type and vector def.
5793 (struct tdesc_type, tdesc_type_p): Likewise.
5794 (struct tdesc_arch_reg, tdesc_arch_reg): Likewise.
5795 (struct tdesc_feature): Change type of "types" to VEC(tdesc_type_p).
5796 (struct tdesc_arch_data): Replace registers member by arch_regs.
5797
5798 (tdesc_predefined_types): Change to array of pre-defined
5799 struct tdesc_type structures. Add "code_ptr" and "data_ptr".
5800 (tdesc_named_type): Return struct tdesc_type * instead of GDB type.
5801 (tdesc_gdb_type): New function.
5802
5803 (target_find_description): Update for data structure changes.
5804 (tdesc_data_cleanup): Likewise.
5805 (tdesc_numbered_register): Likewise.
5806 (tdesc_use_registers): Likewise.
5807 (tdesc_create_reg): Likewise.
5808
5809 (tdesc_find_arch_register): New function.
5810 (tdesc_find_register): Use it.
5811 (tdesc_register_type): Use tdesc_gdb_type to generate GDB type from
5812 tdesc_type on demand; cache generated types in tdesc_arch_reg.
5813
5814 (tdesc_free_type): New function.
5815 (tdesc_free_feature): Call it.
5816
5817 (tdesc_create_vector): New function.
5818 (tdesc_create_union): Likewise.
5819 (tdesc_add_field): Likewise.
5820 (tdesc_record_type): Remove.
5821
5822 (tdesc_type_id): Remove.
5823 (maint_print_c_tdesc_cmd): Update for data structure changes. Update
5824 generated code to create tdesc_type structures instead of GDB types.
5825
5826 * xml-tdesc.c: Do not include "gdbtypes.h".
5827 (struct tdesc_parsing_data): Change type of current_union to
5828 struct tdesc_type *.
5829 (tdesc_start_reg): Do not special-case "code_ptr" or "data_ptr".
5830 (tdesc_start_union): Call tdesc_create_union.
5831 (tdesc_start_field): Call tdesc_add_field.
5832 (tdesc_start_vector): Call tdesc_create_vector.
5833 (tdesc_end_union): Remove.
5834 (feature_children): Remove reference to tdesc_end_union.
5835
5836 * features/arm-with-iwmmxt.c: Regenerate.
5837 * features/mips-linux.c: Regenerate.
5838 * features/mips64-linux.c: Regenerate.
5839 * features/rs6000/powerpc-32.c: Regenerate.
5840 * features/rs6000/powerpc-32l.c: Regenerate.
5841 * features/rs6000/powerpc-403.c: Regenerate.
5842 * features/rs6000/powerpc-403gc.c: Regenerate.
5843 * features/rs6000/powerpc-505.c: Regenerate.
5844 * features/rs6000/powerpc-601.c: Regenerate.
5845 * features/rs6000/powerpc-602.c: Regenerate.
5846 * features/rs6000/powerpc-603.c: Regenerate.
5847 * features/rs6000/powerpc-604.c: Regenerate.
5848 * features/rs6000/powerpc-64.c: Regenerate.
5849 * features/rs6000/powerpc-64l.c: Regenerate.
5850 * features/rs6000/powerpc-7400.c: Regenerate.
5851 * features/rs6000/powerpc-750.c: Regenerate.
5852 * features/rs6000/powerpc-860.c: Regenerate.
5853 * features/rs6000/powerpc-altivec32.c: Regenerate.
5854 * features/rs6000/powerpc-altivec32l.c: Regenerate.
5855 * features/rs6000/powerpc-altivec64.c: Regenerate.
5856 * features/rs6000/powerpc-altivec64l.c: Regenerate.
5857 * features/rs6000/powerpc-e500.c: Regenerate.
5858 * features/rs6000/powerpc-e500l.c: Regenerate.
5859 * features/rs6000/powerpc-isa205-32l.c: Regenerate.
5860 * features/rs6000/powerpc-isa205-64l.c: Regenerate.
5861 * features/rs6000/powerpc-isa205-altivec32l.c: Regenerate.
5862 * features/rs6000/powerpc-isa205-altivec64l.c: Regenerate.
5863 * features/rs6000/powerpc-isa205-vsx32l.c: Regenerate.
5864 * features/rs6000/powerpc-isa205-vsx64l.c: Regenerate.
5865 * features/rs6000/powerpc-vsx32.c: Regenerate.
5866 * features/rs6000/powerpc-vsx32l.c: Regenerate.
5867 * features/rs6000/powerpc-vsx64.c: Regenerate.
5868 * features/rs6000/powerpc-vsx64l.c: Regenerate.
5869 * features/rs6000/rs6000.c: Regenerate.
5870
284614f0
JB
58712009-06-23 Joel Brobecker <brobecker@adacore.com>
5872
5873 * ada-lang.c (decode_packed_array): If the value is a pointer to
5874 an array, then use value_ind to dereference it, not ada_value_ind.
5875 (ada_template_to_fixed_record_type_1): Handle the case where a
5876 dynamic field is an aligner type.
5877 (to_fixed_array_type): Add handling for packed array types.
5878 (ada_get_base_type): Do not follow the XVS type if the type is
5879 an aligner type.
5880 (ada_evaluate_subexp): Split a few statements up for clarity
5881 and debuggability.
5882 <OP_FUNCALL>: Add handling of the case of a packed array that
5883 has already been fixed.
5884
4b27a620
JB
58852009-06-23 Joel Brobecker <brobecker@adacore.com>
5886
5887 * ada-lang.c (evaluate_subexp): Delete. Use the version from eval.c.
5888 (evaluate_subexp_type): Reimplement using evaluate_subexp.
5889 * value.h (evaluate_subexp): Add declaration.
5890 * eval.c (evaluate_subexp): Make non-static.
5891 * objc-lang.c (print_object_command): Use evaluate_subexp.
5892
69de3c6a
PP
58932009-06-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5894
5895 Revert 2009-05-14 breakpoint commit (no longer needed).
5896 * breakpoint.h (breakpoint_re_set_objfile): Remove
5897 * breakpoint.c (breakpoint_re_set_objfile): Likewise
5898 (create_overlay_event_breakpoint): Remove objfile parameter,
5899 iterate over all objfiles.
5900 * objfiles.c (objfile_relocate): Update.
5901 * symfile.c (new_symfile_objfile): Likewise.
5902
85e306ed
TT
59032009-06-23 Tom Tromey <tromey@redhat.com>
5904
5905 PR gdb/10309:
5906 * c-lang.c (classify_type): Iterate over typedefs.
5907 * c-valprint.c (textual_element_type): Iterate over typedefs.
5908
7bd06e87
TG
59092009-06-22 Tristan Gingold <gingold@adacore.com>
5910
5911 * darwin-nat.c (darwin_xfer_partial): Use host_address_to_string
5912 instead of "%p".
5913
07e7f39f
JK
59142009-06-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5915
5916 PR gdb/9988:
5917 * buildsym.c (block_compar): New function.
5918 (end_symtab): Replace the bubble sort by a qsort based code.
5919
59202009-06-22 Sami Wagiaalla <swagiaal@redhat.com>
f667014e
SW
5921
5922 * MAINTAINERS (Write After Approval): Add self.
5923
6e3f70d7
UW
59242009-06-22 Ulrich Weigand <uweigand@de.ibm.com>
5925
5926 * spu-tdep.c (spu_get_longjmp_target): New function.
5927 (spu_gdbarch_init): Install it.
5928
df4b58fe
L
59292009-06-22 H.J. Lu <hongjiu.lu@intel.com>
5930
5931 PR server/10306
5932 * remote.c (getpkt_or_notif_sane_1): Initialize val to -1.
5933
a49f981f
MS
59342009-06-21 Michael Snyder <msnyder@vmware.com>
5935
5936 * inferior.h: Update ancient comment.
5937
0763ab81
PA
59382009-06-20 Aleksandar Ristovski <aristovski@qnx.com>
5939 Pedro Alves <pedro@codesourcery.com>
5940
5941 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Avoid dereferencing
5942 NULL pointer.
5943 (scan_dyntag): Skip if input bfd isn't elf flavoured.
5944 (locate_base): Call elf_locate_base even without an exec_bfd.
5945
5d2c29b8
TT
59462009-06-19 Samuel Bronson <naesten@gmail.com>
5947
121e16b5 5948 PR cli/9903:
5d2c29b8
TT
5949 * cli/cli-decode.c (apropos_cmd): Skip traversing abbreviations
5950 for prefix commands to avoid duplicates in the output.
5951
4a98be19
TT
59522009-06-19 Samuel Bronson <naesten@gmail.com>
5953
121e16b5 5954 PR cli/9903:
4a98be19
TT
5955 * cli/cli-decode.c (apropos_cmd): Fix avoidance of double
5956 printing.
5957
3daf8fe5
JG
59582009-06-19 Jerome Guitton <guitton@adacore.com>
5959
5960 * breakpoint.c (expand_line_sal_maybe): When explicit_line,
5961 skip prologue on each sals.
5962 (skip_prologue_sal): Return explicit_line and explicit_pc
5963 unmodified.
5964
bb00b29d
TG
59652009-06-19 Tristan Gingold <gingold@adacore.com>
5966
8e54f210
TG
5967 * darwin-nat.c (_initialize_darwin_inferior): Remove commented-out
5968 line.
5969
59702009-06-19 Tristan Gingold <gingold@adacore.com>
bb00b29d
TG
5971 * machoread.c (macho_symtab_read): Adjust for bfd changes.
5972 * darwin-nat.h (struct darwin_exception_msg): New type to describe
5973 a mach exception.
5974 (struct private_thread_info): New type to describe the state of the
5975 thread.
5976 (DEF_VEC_I thread_t): Removed, replaced by ...
5977 (DEF_VEC_O darwin_thread_t): ... this new type.
5978 (struct darwin_inferior): Renamed to ...
5979 (struct private_inferior): ... this type. Fields added.
5980 (darwin_not_port): Moved into the private inferior structure.
5981 * darwin-nat.c: Add includes, improve comments.
5982 Rewrite to handle multiple threads and processes.
5983 (darwin_resume_to): New function and protype.
5984 (darwin_resume, darwin_wait_to, darwin_wait): Ditto.
5985 (darwin_kill_inferior): Add ops argument.
5986 (darwin_pid_to_str): New function.
5987 (darwin_thread_alive): Ditto.
5988 (darwin_inf, darwin_not_port): Removed.
5989 (darwin_inf_fake_stop): New variable.
5990 (msgin, msgout, msg_state, exc_msg): Removed.
5991 (mach_check_error): Use warning instead of error.
5992 (darwin_ptrace): Adjust debug level.
5993 (cmp_thread_t): Fix names (typo).
5994 (darwin_check_new_threads): Argument is now an inferior,
5995 adjust for new structures, add no change check, ignore dead ports,
5996 handle first thread case.
5997 (find_inferior_task_it): New function.
5998 (find_inferior_notify_it): Ditto.
5999 (darwin_find_inferior_by_task): Ditto.
6000 (darwin_find_inferior_by_notify): Ditto.
6001 (darwin_find_thread): Ditto.
6002 (darwin_suspend_inferior): Ditto.
6003 (darwin_resume_inferior): Ditto.
6004 (catch_exception_raise_state): Removed.
6005 (catch_exception_raise_state_identity): Removed.
6006 (darwin_suspend_inferior_it): New function.
6007 (darwin_resume_inferior_it): Ditto.
6008 (darwin_dump_message): New function, extracted from darwin_wait.
6009 (darwin_decode_exception_message): New function.
6010 (darwin_encode_reply): New function.
6011 (catch_exception_raise): Removed.
6012 (darwin_send_reply): New function, extracted from darwin_resume.
6013 (darwin_resume_thread): New function, extracted from darwin_resume.
6014 (struct resume_inferior_threads_param): New type.
6015 (darwin_resume_inferior_threads_it): New function.
6016 (darwin_resume_inferior_threads): New function.
6017 (darwin_suspend_inferior_threads): New function.
6018 (darwin_resume): Mostly rewritten to handle multiple threads and
6019 some corner cases.
6020 (darwin_decode_message): New function extracted from darwin_wait.
6021 (cancel_breakpoint): New function.
6022 (darwin_wait): Mostly rewritten. Handle multiple threads.
6023 (darwin_mourn_inferior): Adjust for per process structures.
6024 (darwin_reply_to_all_pending_messages): New function.
6025 (darwin_stop_inferior): Adjust for per inferior structures.
6026 (darwin_attach_pid): Ditto.
6027 (darwin_init_thread_list): Ditto.
6028 (darwin_attach): Ditto.
6029 (darwin_detach): Ditto.
6030 (darwin_files_info): Now empty.
6031 (darwin_pid_to_str): Adjust returns string to match one expected by
6032 the testsuite.
6033 (darwin_read_write_inferior): Rename err variable to match other uses.
6034 Adjust debug message. Handle submaps.
6035 (darwin_xfer_memory): Adjust for per inferior structures.
6036 (set_enable_mach_exceptions): Ditto.
6037 (darwin_pid_to_exec_file): New function.
6038 (darwin_get_ada_task_ptid): Ditto.
6039 (darwin_supports_multi_process): Ditto.
6040 (_initialize_darwin_inferior): Remove useless assertion, adjust for
6041 per inferior structures. Add new target operations.
6042
31410e84
MS
60432009-06-18 Hui Zhu <teawater@gmail.com>
6044 Michael Snyder <msnyder@vmware.com>
6045
6046 * infrun.c (handle_inferior_event): Improve reverse stepping
6047 through function epilogue.
6048
6373d119
MS
6049 * infrun.c (handle_inferior_event): Reverse-next through
6050 trampoline.
6051
c098b58b
PP
60522009-06-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6053
6054 * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
6055 dwarf_frame_size.
6056
affddf13
TT
60572009-06-17 Tom Tromey <tromey@redhat.com>
6058
6059 * dwarf2read.c (zlib_decompress_section): Use a cleanup.
6060
9898f801
UW
60612009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6062
6063 * gdbarch.sh (pointer_to_address): Change to type 'm'.
6064 (address_to_pointer): Likewise.
6065 * gdbarch.c, gdbarch.h: Regenerate.
6066
6067 * inferior.h (unsigned_pointer_to_address): Add GDBARCH argument.
6068 (signed_pointer_to_address): Likewise.
6069 (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
6070 * findvar.c (unsigned_pointer_to_address): Likewise.
6071 (signed_pointer_to_address): Likewise.
6072 (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
6073
6074 * avr-tdep.c (avr_address_to_pointer): Likewise.
6075 (avr_pointer_to_address): Likewise.
6076 * iq2000-tdep.c (iq2000_pointer_to_address): Likewise.
6077 (iq2000_address_to_pointer): Likewise.
6078 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
6079 (m32c_m16c_pointer_to_address): Likewise.
6080 * spu-tdep.c (spu_pointer_to_address): Likewise.
6081 * xstormy16-tdep.c (xstormy16_pointer_to_address): Likewise.
6082 (xstormy16_address_to_pointer): Likewise.
6083
1fac167a
UW
60842009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6085
6086 * printcmd.c (print_scalar_formatted): Always truncate
6087 unsigned data types.
6088
6089 * cli-dump.c (struct callback_data): Change type of load_offset
6090 to CORE_ADDR.
6091 (restore_binary_file): Update type casts.
6092 (restore_command): Parse load_offset as address, not long.
6093
6094 * utils.c (string_to_core_addr): Do not sign-extend value.
6095 * varobj.c (find_frame_addr_in_frame_chain): Truncate frame_base
6096 before comparing against requested frame address.
6097
a78c2d62
UW
60982009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6099
6100 * gdbarch.sh (gcore_bfd_target): New gdbarch callback.
6101 * gdbarch.h, gdbarch.c: Regenerate.
6102
6103 * gcore.c (default_gcore_target): Make return value const.
6104 Call gdbarch_gcore_bfd_target if present.
6105 (default_gcore_arch, default_gcore_mach): Use target_gdbarch.
6106
6107 * corelow.c (core_read_description): Call gdbarch_core_read_description
6108 on core_gdbarch instead of current_gdbarch.
6109
6110 * ppc-linux-tdep.c (ppc_linux_init_abi): Install gcore_bfd_target.
6111
3b7538c0
UW
61122009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6113
6114 * gdbtypes.c (create_string_type): Receive character type as argument.
6115 * gdbtypes.h (create_string_type): Add character type argument.
6116 * dwarf2read.c (read_tag_string_type): Pass character type to
6117 create_string_type.
6118
6119 * value.h (value_string): Add character type argument.
6120 * valops.c (value_string): Add character type argument. Pass it to
6121 create_string_type. Do not allocate space in inferior.
6122 * valarith.c (value_concat): Pass character type to value_string.
6123
6124 * value.h (value_typed_string): Rename to ...
6125 (value_cstring): ... this.
6126 * valops.c (value_typed_string): Rename to ...
6127 (value_cstring): ... this.
6128 * c-lang.c (evaluate_subexp_c): Update.
6129
6130 * python/python-value.c (builtin_type_pychar): New define.
6131 (convert_value_from_python): Call value_cstring instead
6132 of value_from_string.
6133 * value.c (value_from_string): Remove.
6134 * value.h (value_from_string): Remove.
6135
6136 * eval.c (evaluate_subexp_standard): Pass character type to
6137 value_string. Pass expression architecture to value_nsstring
6138 and lookup_child_selector.
6139 * objc-lang.h (lookup_objc_class): Add GDBARCH parameter.
6140 (lookup_child_selector): Likewise.
6141 (value_nsstring): Likewise.
6142 * objc-lang.c (lookup_objc_class): Add GDBARCH parameter.
6143 Pass character type to value_string..
6144 (lookup_child_selector): Likewise.
6145 (value_nsstring): Add GDBARCH parameter, use it instead of
6146 objfile architecture. Pass architecture to lookup_objc_class
6147 and lookup_child_selector. Pass character type to value_string.
6148 (end_msglist): Pass architecture to lookup_objc_class.
6149 * objc-exp.y: Pass architecture to lookup_objc_class.
6150
e6c014f2
UW
61512009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6152
6153 * gdbtypes.h (struct language_defn): Add forward declaration.
6154 (lookup_typename): Add LANGUAGE and GDBARCH parameters.
6155 (lookup_unsigned_typename): Likewise.
6156 (lookup_signed_typename): Likewise.
6157 * gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
6158 Use them instead of current_language and current_gdbarch.
6159 (lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
6160 Pass them to lookup_typename.
6161 (lookup_signed_typename): Likewise.
6162
6163 * c-exp.y: Pass parse_language and parse_gdbarch to
6164 lookup_unsigned_typename and lookup_signed_typename.
6165 * objc-exp.y: Likewise.
6166 * m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.
6167
6168 * c-lang.c (evaluate_subexp_c): Pass expression language and
6169 gdbarch to lookup_typename.
6170 * printcmd.c (printf_command): Pass current language and
6171 gdbarch to lookup_typename.
6172 * python/python-type.c (typy_lookup_typename): Likewise.
6173 Include "language.h".
6174
ec22ec34
UW
61752009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6176
6177 * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
6178 Use it instead of current_gdbarch. Pass architecture to
6179 sparc32_gregset_supplies_p.
6180 (sparc64_fpregset_supplies_p): Add GDBARCH parameter. Use it instead
6181 of current_gdbarch. Pass architecture to sparc32_fpregset_supplies_p.
6182 * sparc64nbsd-nat.c (sparc64nbsd_gregset_supplies_p,
6183 sparc64nbsd_fpregset_supplies_p): Likewise.
6184 * sparc-nat.c (sparc_gregset_supplies_p, sparc_fpregset_supplies_p):
6185 Add GDBARCH parameter.
6186 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
6187 (sparc_fetch_inferior_registers): Pass regcache architecture to
6188 sparc_gregset_supplies_p and sparc_fpregset_supplies_p.
6189 (sparc_store_inferior_registers): Likewise.
6190 * sparc-nat.h (sparc_gregset_supplies_p, sparc_fpregset_supplies_p:
6191 Add GDBARCH parameter.
6192 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
6193
a97b0ac8
UW
61942009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6195
6196 * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
6197 of current_gdbarch.
6198 * aix-thread.c (pd_enable): Likewise.
6199 * amd64-linux-nat.c (ps_get_thread_area): Likewise.
6200 * bsd-uthread.c (bsd_uthread_activate): Likewise.
6201 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
6202 * linux-thread-db.c (enable_thread_event): Likewise.
6203 * monitor.c (monitor_write_memory, monitor_read_memory): Likewise.
6204 * nto-procfs.c (procfs_open): Likewise.
6205 * procfs.c (invalidate_cache, procfs_insert_watchpoint,
6206 info_proc_mappings, info_mappings_callback): Likewise.
6207 * record.c (record_open): Likewise.
6208 * rs6000-nat.c (ARCH64): Likewise.
6209 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
6210 (darwin_bfd_open): Likewise.
6211 * memattr.c (mem_info_command): Likewise.
6212
6213 * windows-nat.c (win32_resume): Use current regcache architecture
6214 instead of current_gdbarch.
6215
6216 * dbug-rom.c (dbug_regname): Remove check against number of
6217 registers in current_gdbarch.
6218 * solib-pa64.c (read_dynamic_info): Remove unused variable.
6219
d80b854b
UW
62202009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6221
6222 * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
6223 use it instead of current_gdbarch.
6224 * frame.h (deprecated_pc_in_call_dummy): Add GDBARCH parameter.
6225 * arm-tdep.c (arm_skip_prologue): Pass architecture to
6226 deprecated_pc_in_call_dummy.
6227
6228 * symtab.c (skip_prologue_using_sal): Add GDBARCH parameter.
6229 Use it instead of current_gdbarch.
6230 * symtab.h (skip_prologue_using_sal): Add GDBARCH parameter.
6231 * breakpoint.c (expand_line_sal_maybe): Pass architecture to
6232 skip_prologue_using_sal.
6233 * arm-tdep.c (skip_prologue_using_sal): Likewise.
6234 * lm32-tdep.c (lm32_skip_prologue): Likewise.
6235 * m32-tdep.c (m32c_skip_prologue): Likewise.
6236 * mips-tdep.c (mips_skip_prologue): Likewise.
6237 * moxie-tdep.c (moxie_skip_prologue): Likewise.
6238 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
6239 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
6240 * frv-tdep.c (frv_analyze_prologue): Add GDBARCH parameter, pass
6241 it to skip_prologue_using_sal. Update call sites ...
6242 (frv_skip_prologue, frv_frame_unwind_cache): ... here.
6243
6244 * mn10300-tdep.c (struct mn10300_prologue): Add GDBARCH member.
6245 (check_for_saved): Use it instead of current_gdbarch.
6246 (mn10300_analyze_prologue): Set it.
6247
6248 * value.c (using_struct_return): Add GDBARCH parameter. Use it
6249 instead of current_gdbarch.
6250 * value.h (using_struct_return): Add GDBARCH parameter.
6251 * eval.c (evaluate_subexp_standard): Pass architecture to
6252 using_struct_return.
6253 * infcall.c (call_function_by_hand): Likewise.
6254 * stack.c (return_command): Likewise.
6255 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
6256
6257 * symtab.c (in_prologue): Add GDBARCH parameter. Use it instead of
6258 current_gdbarch.
6259 * symtab.h (in_prologue): Add GDBARCH parameter.
6260 * infrun.c (handle_inferior_event): Pass architecture to in_prologue.
6261
6262 * eval.c (evaluate_subexp_standard): Use expression architecture
6263 instead of current_gdbarch.
6264
6265 * c-lang.c (evaluate_subexp_c): Use expression architecture and
6266 language instead of current_gdbarch and current_language.
6267
6268 * printcmd.c (do_one_display): Use expression architecture instead
6269 of current_gdbarch.
6270
6271 * infcmd.c (print_return_value): Use architecture of stop_regcache
6272 instead of current_gdbarch.
6273 (print_vector_info, print_float_info): Remove GDBARCH argument,
6274 use frame architecture instead.
6275 (vector_info, float_info): Update calls.
6276
6277 * objc-lang.c (objc_skip_trampoline): Use frame architecture
6278 instead of current_gdbarch.
6279
6280 * parse.c (write_dollar_variable): Use parse architecture instead
6281 of current_gdbarch.
6282
6283 * source.c (line_info): Use objfile architecture instead of
6284 current_gdbarch.
6285
6286 * symtab.c (find_function_start_sal): Use gdbarch instead of
6287 current_gdbarch.
6288 (print_msymbol_info): Use objfile architecture instead of
6289 current_gdbarch.
6290
6291 * valops.c (value_assign): Use frame architecture instead of
6292 current_gdbarch.
6293
fbf65064
UW
62942009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6295
6296 * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.
6297
6298 * coffread.c (coff_symtab_read): Call gdbarch_addr_bits_remove before
6299 calling record_line.
6300 (enter_linenos): Likewise.
6301 * dbxread.c (process_one_symbol): Likewise.
6302 * dwarf2read.c (dwarf_decode_lines): Likewise.
6303 * mdebugread.c (psymtab_to_symtab_1): Likewise.
6304 * xcoffread.c (enter_line_range): Likewise.
6305
505e835d
UW
63062009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6307
6308 * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
6309 architecture instead of current_gdbarch.
6310 (gen_struct_ref): Add EXP argument, pass to get_bitfield_ref.
6311 (gen_expr): Pass expression to get_struct_ref.
6312
6313 * symtab.h (struct symbol_ops): Add GDBARCH parameter to
6314 tracepoint_var_ref callback.
6315 * ax-gdb.c (gen_var_ref): Pass architecture to tracepoint_var_ref
6316 symbol operation callback.
6317 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Add GDBARCH parameter.
6318 Use it instead of current_gdbarch.
6319 (locexpr_tracepoint_var_ref): Add GDBARCH parameter. Pass it to
6320 dwarf2_tracepoint_var_ref.
6321 (loclist_tracepoint_var_ref): Likewise.
6322
55f960e1
UW
63232009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6324
6325 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
6326 Use it instead of address bits of current_gdbarch.
6327 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
6328 * arm-tdep.c (thumb_analyze_prologue): Pass address bits to
6329 make_pv_area.
6330 (arm_scan_prologue): Likewise.
6331 * m32c-tdep.c (m32c_analyze_prologue): Likewise.
6332 * mep-tdep.c (mep_analyze_prologue): Likewise.
6333 * mn10300-tdep.c (mn10300_analyze_prologue): Likewise.
6334 * s390-tdep.c (s390_analyze_prologue): Likewise.
6335
7ccb0be9
UW
63362009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6337
6338 * mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
6339 frame architecture instead of current_gdbarch.
6340 (mi_cmd_data_list_changed_registers): Likewise.
6341 (mi_cmd_data_list_register_values): Likewise. Pass selected
6342 frame to get_register.
6343 (get_register): Add FRAME argument, use it as frame to retrieve
6344 registers from (instead of selected frame). Use frame architecture
6345 instead of current_gdbarch.
6346 (mi_cmd_data_write_register_values): Use current regcache
6347 architecture instead of current_gdbarch.
6348
5eccfcc2
UW
63492009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6350
6351 * tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
6352 use frame architecture instead. Replace current_gdbarch uses.
6353 (tui_show_registers): Update call.
6354 (tui_get_register): Remove GDBARCH parameter; use frame architecture
6355 instead.
6356 (tui_show_register_group): Update call.
6357 (tui_check_register_values): Likewise.
6358 (tui_register_format): Remove GDBARCH parameter; use frame
6359 architecture instead. Replace current_gdbarch uses.
6360 (tui_get_register): Update call.
6361
bd57a748
UW
63622009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6363
6364 * gdbarch.sh (construct_inferior_arguments): Remove.
6365 * gdbarch.c, gdbarch.h: Regenerate.
6366 * infcmd.c (get_inferior_args): Call construct_inferior_arguments
6367 directly instead of gdbarch_construct_inferior_arguments.
6368 (construct_inferior_arguments): Remove GDBARCH argument.
6369 * inferior.h (construct_inferior_arguments): Likewise.
6370
9216df95
UW
63712009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6372
6373 * symfile.c (section_is_mapped): Use objfile architecture instead
6374 of current_gdbarch.
6375 (TARGET_LONG_BYTES): Remove.
6376 (read_target_long_array): Add SIZE argument. Use it instead of
6377 TARGET_LONG_BYTES.
6378 (simple_read_overlay_table): Retrieve long size from objfile
6379 architecture; pass it to read_target_long_array.
6380 (simple_read_overlay_region_table): Likewise.
6381 (simple_overlay_update_1): Likewise.
6382
9f5a595d
UW
63832009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6384
6385 * infrun.c (cleanup_displaced_step_closure): Remove.
6386 (displaced_step_clear_cleanup): Move to before displaced_step_prepare.
6387 (displaced_step_prepare): Use displaced_step_clear_cleanup instead
6388 of cleanup_displaced_step_closure.
6389 (handle_inferior_event, keep_going): Use thread architecture instead
6390 of current_gdbarch.
6391
568d6575
UW
63922009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6393
6394 * infrun.c (handle_inferior_event): Use current frame architecture
6395 or thread architecture instead of current_gdbarch. Pass to
6396 handle_step_into_function and handle_step_into_function_backward.
6397 (handle_step_into_function): Add GDBARCH parameter. Use it instead
6398 of current_gdbarch.
6399 (handle_step_into_function_backward): Likewise.
6400 (insert_step_resume_breakpoint_at_frame): Use frame architecture
6401 instead of current_gdbarch.
6402 (insert_step_resume_breakpoint_at_caller): Likewise.
6403
ea5d7a99
PM
64042009-06-17 Pierre Muller <muller@ics.u-strasbg.fr>
6405 Pedro Alves <pedro@codesourcery.com>
6406
6407 * infcmd.c (post_create_inferior): Call breakpoint_re_set after target
6408 is pushed for watchpoint promotion to hardware watchpoint.
6409
dce234bc
PP
64102009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6411
6412 * dwarf2read.c (dwarf_info_section, dwarf_abbrev_section)
6413 (dwarf_line_section, dwarf_pubnames_section, dwarf_aranges_section)
6414 (dwarf_loc_section, dwarf_macinfo_section, dwarf_str_section)
6415 (dwarf_ranges_section, dwarf_frame_section)
6416 (dwarf_eh_frame_section): Removed.
6417 (dwarf2_resize_section): Likewise.
6418 (dwarf2_read_section): Now static, use bfd_mmap() if possible.
6419 (dwarf2_get_section_info): New function.
6420 (munmap_section_buffer): Likewise.
6421 (dwarf2_per_objfile_cleanup): Likewise.
6422 (section_is_p): Signature change.
6423 * dwarf2-frame.c (dwarf2_build_frame_info): Use
6424 dwarf2_get_section_info instead of dwarf2_read_section.
6425
7eedccfa
PP
64262009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6427
6428 * solib.c (symbol_add_stub): New FLAGS parameter.
6429 (solib_read_symbols): FROM_TTY -> FLAGS, call symbol_add_stub
6430 directly.
6431 (solib_add): Defer breakpoint_re_set until after all solibs.
6432 * bsd-uthread.c (bsd_uthread_solib_loaded): Adjust.
6433 * rs6000-nat.c (objfile_symbol_add): Adjust.
6434 * symfile.c (syms_from_objfile): Merge parameters into ADD_FLAGS.
6435 (new_symfile_objfile): Likewise.
6436 (symbol_file_add_with_addrs_or_offsets): Likewise.
6437 (symbol_file_add_from_bfd): Likewise.
6438 (symbol_file_add): Likewise.
6439 * symfile.h (enum symfile_add_flags): New. Adjust prototypes.
6440 * symfile-mem.c (symbol_file_add_from_memory): Adjust.
6441 * windows-nat.c (safe_symbol_file_add_stub): Adjust.
6442 * machoread.c (macho_oso_symfile, macho_symfile_read): Adjust.
6443
19ef5c71
KS
64442009-06-16 Keith Seitz <keiths@redhat.com>
6445
6446 * linespec.c (collect_methods): Delete.
6447 (add_matching_methods): Reove destructor special case.
6448 (find_method): Call find_methods directly instead of
6449 collect_methods.
6450 * valops.c (value_struct_elt): Remove destructor
6451 special cases.
6452 (check_field): Likewise.
6453 (value_struct_elt_for_reference): Likewise.
6454 (destructor_name_p): Remove misleading comment about dtors
6455 being "special cases".
6456 * gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
6457 * gdbtypes.c (get_destructor_fn_field): Likewise.
6458
a4261689
PA
64592009-06-16 Pedro Alves <pedro@codesourcery.com>
6460
6461 * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
6462 TARGET_OJECT_MEMORY reads to the topmost target, not to the
6463 flattened current_target.
6464
4e99ad69
TG
64652009-06-16 Tristan Gingold <gingold@adacore.com>
6466
6467 * avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
6468 call_length field.
6469 (avr_register_name): Add const to register_names.
6470 (avr_scan_arg_moves): Move inside avr_scan_prologue.
6471 (avr_scan_prologue): Add pc_end argument.
6472 Only read prologue bytes that can be read.
6473 Limit the scan to the known prologue length.
6474 Makes pattern variables static and const.
6475 Fix indentation.
6476 (avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
6477 Fix indentation.
6478 (avr_breakpoint_from_pc): Constify avr_break_insn.
6479 (avr_extract_return_value): Fix function comment.
6480 (avr_frame_unwind_cache): Fix GNU style violations.
6481 Pass current_pc argument to avr_scan_prologue to stop prologue
6482 analysis to the current pc. This fixes the bug with the 'next'
6483 command.
6484 Correctly set the SP register of the previous frame (use call_length).
6485 (avr_frame_prev_register): Fix indentation.
6486 Correctly read PC from the stack on avr6 architectures.
6487 (avr_push_dummy_call): Fix indentation.
6488 (avr_gdbarch_init): Set call_length according to the architecture.
6489
7cd1089b
PM
64902009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6491
6492 * infcall.c (show_unwind_on_terminating_exception_p): New
6493 function.
6494 (call_function_by_hand): Create breakpoint and clean-up call for
6495 std::terminate.breakpoint. Add unwind_on_terminating_exception_p
6496 gate. Pop frame on breakpoint hit.
6497 (_initialize_infcall): Add add_setshow_boolean_cmd for
6498 unwind-on-terminating-exception.
6499
b2ab525c
KB
65002009-06-12 Kevin Buettner <kevinb@redhat.com>
6501
6502 * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
6503 `has_section_at_zero' flag from stripped objfile to separate,
6504 debug info only, objfile.
6505
4b477ade
PA
65062009-06-12 Pedro Alves <pedro@codesourcery.com>
6507
6508 * exec.h (section_table_xfer_memory_partial): Improve description,
6509 mention SECTION_NAME.
6510 * exec.c (section_table_xfer_memory_partial): Remove stale
6511 description.
6512
c59fcb4c
AR
65132009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
6514
6515 * nto-tdep.h (nto_generic_supply_gpregset)
6516 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
6517 * nto-tdep.c (nto_generic_supply_gpregset)
6518 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
6519
19a934d8
AR
65202009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
6521
6522 * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
6523 (i386nto_sigcontext_addr): Change the way context address is calculated.
6524 (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
6525 sc_sp_offset and set sc_reg_offset and sc_num_regs.
6526
80b1849c
AR
65272009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
6528
6529 * i386-nto-tdep.c (i386_nto_target): Remove definition.
6530 (init_i386nto_ops): Use macros to set fields to global
6531 current_nto_target directly.
6532 (i386nto_init_abi): Remove unused nto_set_target call.
6533 * nto-tdep.h (nto_set_target): Remove unused declaration.
6534 * nto-tdep.c (nto_set_target): Remove unused function.
6535
80c99de1
PA
65362009-06-11 Pedro Alves <pedro@codesourcery.com>
6537
6538 * breakpoint.c (break_command_really): Rename local variable
6539 breakpoint_chain to bkpt_chain.
6540
dbfb31a4
AR
65412009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
6542
6543 Add support for XMM registers.
6544 * i386-nto-tdep.c (i386nto_regset_id): Add case for SSE register set.
6545 (i386nto_register_area): Correctly calculate offsets and sizes for
6546 all supported registers.
6547
17dd65ce
TT
65482009-06-11 Tom Tromey <tromey@redhat.com>
6549
6550 * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
6551 'static' from local variable definitions.
6552
828cd292
PA
65532009-06-11 Pedro Alves <pedro@codesourcery.com>
6554
6555 * symtab.c (append_expanded_sal): Remove unused local variables.
6556
d4db2f36
PA
65572009-06-11 Pedro Alves <pedro@codesourcery.com>
6558
6559 * infrun.c (sched_multi): New global.
6560 (resume): If sched_multi is set, resume only threads of the
6561 current inferior.
6562 (prepare_to_proceed): Don't switch over to wait_ptid if we're
6563 resuming a different inferior, and sched_multi is off.
6564 (show_schedule_multiple): New.
6565 (_initialize_infrun): Register new "set schedule-multiple" command.
6566 * inferior.h (sched_multi): Declare.
6567 * NEWS: Mention new "schedule-multiple" setting.
6568
e21458b2
PA
65692009-06-11 Pedro Alves <pedro@codesourcery.com>
6570
6571 * varobj.c (varobj_create): Properly restore the selected frame.
6572
8bb318c6
TT
65732009-06-05 Tom Tromey <tromey@redhat.com>
6574
6575 * inferior.c (print_inferior): Make a table, not a list. Emit
6576 table headers.
6577
bbb29520
PA
65782009-06-10 Jonas Maebe <jonas.maebe@elis.ugent.be>
6579
6580 * darwin-nat.c (darwin_stop_inferior): Pass 0 as options to
6581 darwin_wait (blocking wait).
6582 (darwin_kill_inferior): Likewise.
6583
66852e9c
PA
65842009-06-10 Pedro Alves <pedro@codesourcery.com>
6585
6586 * infrun.c (handle_inferior_event): Update comment around trying
6587 to revert back to a stepping thread that has exited.
6588
d0c6ba3d
CC
65892009-06-10 Cary Coutant <ccoutant@google.com>
6590
6591 * dwarf2read.c (dwarf_decode_lines): Recognize and ignore
6592 DW_LNE_set_discriminator.
6593
059fb39f
PM
65942009-06-10 Pierre Muller <muller@ics.u-strasbg.fr>
6595
6596 * breakpoint.c: ARI fixes.
6597 (create_overlay_event_breakpoint): Avoid assignment inside if statement.
6598 (print_one_breakpoint_location): Likewise.
6599 (create_longjmp_breakpoint): Likewise.
6600 (tracepoint_save_command): Likewise
6601 (bpstat_find_step_resume_breakpoint): No operator at end of line.
6602 (bpstat_stop_status): Likewise.
6603 (describe_other_breakpoints): Likewise.
6604 (hw_watchpoint_used_count): Likewise.
6605 (expand_line_sal_maybe): Likewise.
6606 (break_command_really): Likewise.
6607 (delete_command): Likewise.
6608 (do_enable_breakpoint): Likewise.
6609 (delete_trace_command): Likewise.
6610 (catch_exception_command_1): Likewise and remove extra parentheses.
6611
7681d515
PM
66122009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
6613
6614 * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
6615 "ubreak" command that does not exist.
6616
300d0284
PM
66172009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
6618
6619 * cli/cli-decode.c (add_alias_cmd): Correct assertion.
6620
72753510
PA
66212009-06-07 Pedro Alves <pedro@codesourcery.com>
6622
6623 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
6624
d1a7880c
PA
66252009-06-07 Pedro Alves <pedro@codesourcery.com>
6626
6627 * procfs.h: New.
6628 * proc-utils.h (procfs_first_available): Don't declare here.
6629 * sol-thread.c: Include procfs.h instead of sys/procfs.h and
6630 proc-utils.h.
6631 * procfs.c: Include procfs.h.
6632 (procfs_target): Make it public. Don't register
6633 procfs_can_use_hw_breakpoint here.
6634 (proc_set_watchpoint): Check for PCWATCH or PIOCSWATCH being
6635 defined instead of TARGET_HAS_HARDWARE_WATCHPOINTS.
6636 (procfs_can_use_hw_breakpoint): Remove check of
6637 TARGET_HAS_HARDWARE_WATCHPOINTS.
6638 (procfs_use_watchpoints): Register procfs_can_use_hw_breakpoint
6639 here.
6640 (_initialize_procfs): Don't add the procfs target here.
6641
6642 * i386-sol2-nat.c: Include target.h and procfs.h.
6643 (_initialize_amd64_sol2_nat): Install the procfs target here,
6644 customized with watchpoints support.
6645 * irix5-nat.c: Include target.h.
6646 (_initialize_core_irix5): Rename to ...
6647 (_initialize_irix5_nat): ... this. Install the procfs target
6648 here, customized with watchpoints support.
6649 * alpha-nat.c: Include procfs.h.
6650 (_initialize_core_alpha): Rename to...
6651 (_initialize_alpha_nat): ... this. Install the procfs target
6652 here, customized with watchpoints support.
6653 * sparc-sol2-nat.c: Include target.h and procfs.h.
6654 (_initialize_sparc_sol2_nat): New.
6655
6656 * config/i386/nm-i386sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
6657 * config/sparc/nm-sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
6658 * config/mips/irix5.mh (NAT_FILE): Delete.
6659 * config/mips/irix6.mh (NAT_FILE): Delete.
6660 * config/mips/nm-irix5.h: Delete.
6661
81b92222
PA
666220009-06-07 Pedro Alves <pedro@codesourcery.com>
6663
6664 * auxv.c (procfs_xfer_auxv): Change type of the `object' argument
6665 to enum target_object. Cleanup comments.
6666 * auxv.h: Include "target.h". Cleanup comments to not mention
6667 NATIVE_XFER_AUXV anymore.
6668
cc35222d
PA
66692009-06-07 Pedro Alves <pedro@codesourcery.com>
6670
6671 * inferior.h (procfs_first_available): Move declaration to...
6672 * proc-utils.h: ... here.
6673 * sol-thread.c: Include procfs.h and proc-utils.h.
6674
09d3bde9
PA
66752009-06-07 Pedro Alves <pedro@codesourcery.com>
6676
6677 * inferior.h (proc_iterate_over_mappings): Delete declaration.
6678 * nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
6679 * procfs.c (proc_iterate_over_mappings): Delete.
6680
c35b1492
PA
66812009-06-07 Pedro Alves <pedro@codesourcery.com>
6682
6683 * target.h (struct target_ops): Make to_has_all_memory,
6684 to_has_memory, to_has_stack, to_has_registers and to_has_execution
6685 methods instead of variables.
6686 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1)
6687 (target_has_registers_1, target_has_execution_1): Declare
6688 functions.
6689 (target_has_all_memory): Rewrite to call target_has_all_memory_1.
6690 (target_has_memory): Rewrite to call target_has_memory_1.
6691 (target_has_stack): Rewrite to call target_has_all_stack_1.
6692 (target_has_registers): Rewrite to call target_has_registers_1.
6693 (target_has_execution): Rewrite to call target_has_execution_1.
6694 (default_child_has_all_memory, default_child_has_memory)
6695 (default_child_has_stack, default_child_has_registers)
6696 (default_child_has_execution): Declare.
6697 (target_mark_running, target_mark_exited): Delete declarations.
6698 * target.c (default_child_has_all_memory,
6699 default_child_has_memory, default_child_has_stack,
6700 default_child_has_registers, default_child_has_execution): New.
6701 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1,
6702 target_has_registers_1, target_has_execution_1): New.
6703 (add_target): Default the to_has_all_memory, to_has_all_memory,
6704 to_has_memory, to_has_stack, to_has_registers and to_has_execution
6705 callbacks to return 0.
6706 (update_current_target): Do not inherit to_has_all_memory,
6707 to_has_memory, to_has_stack, to_has_registers or to_has_execution.
6708 (target_mark_running, target_mark_exited): Delete.
6709 (memory_xfer_partial): Adjust.
6710 (target_read_memory, target_write_memory, target_search_memory):
6711 Dispatch to the the top-most target, not the flattened
6712 current_target.
6713 (target_info): Adjust.
6714 (init_dummy_target): Install return_zero as callback for
6715 to_has_all_memory, to_has_memory, to_has_stack, to_has_registers,
6716 to_has_execution.
6717 (set_maintenance_target_async_permitted): Use have_live_inferiors
6718 instead of target_has_execution.
6719 * target-memory.c (target_write_memory_blocks): Dispatch memory
6720 writes to the the top-most target, not the flattened
6721 current_target.
6722
6723 * breakpoint.c (insert_breakpoints): Don't check for
6724 target_has_execution here.
6725 (update_global_location_list): Check if there are live inferiors
6726 to debug instead of target_has_execution.
6727 * infcmd.c (kill_command, detach_command): Check if there are
6728 inferiors instead of target_has_execution.
6729 * inferior.h (have_live_inferiors): Declare.
6730 * inferior.c (have_live_inferiors): New.
6731 * infrun.c (normal_stop): Don't check for target_has_execution to
6732 finish the thread states.
6733 * thread.c (is_thread_state, is_stopped, is_exited, is_running)
6734 (any_running, is_executing): Remove checks for
6735 target_has_execution.
6736 * top.c (kill_or_detach): Don't try to kill core inferiors.
6737 (quit_target): Don't check for target_has_execution.
6738
6739 * corelow.c (core_has_memory, core_has_stack, core_has_registers):
6740 New.
6741 (init_core_ops): Install core_has_memory, core_has_stack and
6742 core_has_registers.
6743 * exec.c (exec_has_memory): New.
6744 (init_exec_ops): Install exec_has_memory.
6745 * remote.c (remote_add_inferior): Don't call target_mark_running.
6746 (remote_start_remote): Don't call target_mark_exited or call
6747 target_mark_running.
6748 (remote_open_1): Use have_inferiors instead of
6749 target_has_execution. Don't use target_mark_exited.
6750 (init_remote_ops): Install deafult_child_has_all_memory,
6751 default_child_has_memory, default_child_has_stack,
6752 default_child_has_registers, default_child_has_execution.
6753 * bsd-kvm.c (bsd_kvm_return_one): New.
6754 (bsd_kvm_add_target): Register bsd_kvm_return_one as
6755 to_has_memory, to_has_stack and to_has_registers callbacks.
6756 * remote-m32r-sdi.c (m32r_return_one): New.
6757 (init_m32r_ops): Register it.
6758 * inf-child.c (inf_child_target): Adjust to register
6759 default_child_has_all_memory, default_child_has_memory,
6760 default_child_has_stack, default_child_has_registers,
6761 default_child_has_execution callbacks.
6762 * gnu-nat.c (init_gnu_ops): Likewise.
6763 * go32-nat.c (init_go32_ops): Likewise.
6764 * hpux-thread.c (init_hpux_thread_ops): Likewise.
6765 * monitor.c (init_base_monitor_ops): Likewise.
6766 * nto-procfs.c (init_procfs_ops): Likewise.
6767 * remote-mips.c (_initialize_remote_mips): Likewise.
6768 * windows-nat.c (init_windows_ops): Likewise.
6769 * remote-sim.c (gdbsim_create_inferior): Don't use
6770 target_mark_running or target_mark_exited.
6771 (gdbsim_mourn_inferior): Don't call target_mark_exited.
6772 (init_gdbsim_ops): Adjust to register
6773 default_child_has_all_memory, default_child_has_memory,
6774 default_child_has_stack, default_child_has_registers,
6775 default_child_has_execution callbacks.
6776
6777 * linux-nat.c (linux_nat_xfer_partial): If reading memory, and
6778 there's no inferior selected, defer to a lower stratum.
6779
da1f2771
TT
67802009-06-05 Tom Tromey <tromey@redhat.com>
6781
6782 * varobj.c (update_dynamic_varobj_children): Wrap error text in
6783 _().
6784 (install_visualizer): Likewise.
6785 (varobj_set_visualizer): Likewise.
6786
68c9c314 67872009-06-05 Marc Khouzam <marc.khouzam@ericsson.com>
4b459977
VP
6788
6789 * mi/mi-main.c (mi_cmd_exec_continue)
6790 (mi_cmd_exec_interrupt): Adjust parsing of thread group
6791 ids to current reality, where they don't have any 'p' prefix.
6792
b3ed98d2
AR
67932009-06-05 Aleksandar Ristovski <aristovski@qnx.com>
6794
6795 * corelow.c (core_open): Check for core_gdbarch before calling
6796 gdbarch_target_signal_from_host.
6797
68c1b02d
TT
67982009-06-05 Tom Tromey <tromey@redhat.com>
6799
6800 * c-exp.y (parse_number): Don't use K&R definition.
6801 (yylex): Likewise.
6802 (yyerror): Likewise.
6803
0b4bc29a
JK
68042009-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * varobj.c (varobj_update): Fix out of scope varobjs to not to change.
6807
768a979c
UW
68082009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6809
6810 * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.
6811 * ax-gdb.c (gen_var_ref): Likewise.
6812 * findvar.c (read_var_value, symbol_read_needs_frame): Likewise.
6813 * printcmd.c (address_info): Likewise.
6814 * dwarf2loc.c (dwarf_expr_frame_base): Likewise.
6815 * dwarf2read.c (dwarf2_symbol_mark_computed): Likewise.
6816 * symtab.h: Rename struct symbol_ops to struct symbol_computed_ops.
6817 * dwarf2loc.h: Likewise.
6818 * dwarf2loc.c (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Likewise.
6819
6820 * symtab.h: (struct symbol_register_ops): New struct definition.
6821 (struct symbol): Make "ops" member a union of symbol_computed_ops and
6822 symbol_register_ops callback pointers.
6823 (SYMBOL_REGISTER_OPS): New macro.
6824 * tracepoint.c: Include "objfiles.h".
6825 (scope_info, collect_symbol): Use SYMBOL_REGISTER_OPS register_number
6826 callback to retrieve register numbers.
6827 * ax-gdb.c (gen_var_ref): Likewise.
6828 * findvar.c (read_var_value): Likewise.
6829 * printcmd.c (address_info): Likewise.
6830
6831 * coffread.c (coff_reg_to_regnum): New function.
6832 (coff_register_funcs): New static variable.
6833 (process_coff_symbol): Do not call gdbarch_sdb_reg_to_regnum.
6834 Install SYMBOL_REGISTER_OPS callbacks.
6835 * mdebugread.c (mdebug_reg_to_regnum): New function.
6836 (mdebug_register_funcs): New static variable.
6837 (parse_symbol): Do not call gdbarch_ecoff_reg_to_regnum.
6838 Install SYMBOL_REGISTER_OPS callbacks.
6839 * stabsread.c (stab_reg_to_regnum): New function.
6840 (stab_register_funcs): New static variable.
6841 (define_symbol): Do not call gdbarch_stab_reg_to_regnum.
6842 Install SYMBOL_REGISTER_OPS callbacks.
6843
930123b7
DE
68442009-06-03 Doug Evans <dje@google.com>
6845
6846 * symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
6847 after discarding its contents.
6848
07b82ea5
PA
68492009-06-03 Pedro Alves <pedro@codesourcery.com>
6850
6851 * target.c: Include "exec.h".
6852 (update_current_target): Don't inherit to_sections or
6853 to_sections_end.
6854 (target_get_section_table): New.
6855 (target_section_by_addr): Fetch the section table from the passed
6856 in target.
6857 (memory_xfer_partial): Handle unmapped overlay sections before
6858 anything else. Get the overlay mapped address here. Adjust to
6859 use section_table_xfer_memory_partial.
6860 (get_target_memory): Request a TARGET_OBJECT_RAW_MEMORY object
6861 instead of TARGET_OBJECT_MEMORY.
6862 (target_resize_to_sections): Delete.
6863 (remove_target_sections): Adjust to remove target sections from
6864 `current_target_sections', and use resize_section_table.
6865 * target.h (struct target_ops) <to_sections, to_sections_end>:
6866 Remove fields.
6867 <to_get_section_table>: New method.
6868 (xfer_memory, print_section_info): Delete declarations.
6869 (struct target_section_table): New type.
6870 (target_get_section_table): Declare.
6871 (target_resize_to_sections): Delete declaration.
6872 (remove_target_sections): Delete declaration.
6873 * bfd-target.c (target_bfd_xfer_partial): Get the section table
6874 from to_data.
6875 (target_bfd_get_section_table): New.
6876 (target_bfd_xclose): Adjust.
6877 (target_bfd_reopen): Store the section table in the to_data field.
6878 * corelow.c (core_data): New.
6879 (core_close): Adjust to release core_data and its sections.
6880 (core_open): Allocate core_data, and build its target sections
6881 table.
6882 (deprecated_core_resize_section_table): New.
6883 (core_files_info): Pass core_data to print_section_info.
6884 (core_xfer_partial): Adjust to use
6885 section_table_xfer_memory_partial for TARGET_OBJECT_MEMORY xfers.
6886 (init_core_ops): Do not install a deprecated_xfer_memory callback
6887 anymore.
6888 * solib.c (update_solib_list): Add the shared library sections
6889 to the current target sections table.
6890 * exec.c (current_target_sections_1): New global.
6891 (current_target_sections): New global.
6892 (exec_close_1): New function, refactored from exec_close. Remove
6893 the exec_bfd's sections from the current target sections table.
6894 Adjust to not use to_sections.
6895 (exec_close): Remove all target sections. Call exec_close_1.
6896 (exec_file_clear): Use exec_close_1 instead of unpushing the
6897 target.
6898 (exec_file_attach): Likewise. Adjust to not use to_sections. Add
6899 exec_bfd's sections to the current target sections table. Don't
6900 push the exec_ops target here.
6901 (resize_section_table): New.
6902 (add_target_sections): New.
6903 (remove_target_sections): Moved here.
6904 (section_table_xfer_memory): Adjust to implement the xfer_partial
6905 interface, and rename to...
6906 (section_table_xfer_memory_partial): ... this, replacing the
6907 current function of that same name.
6908 (exec_get_section_table): New.
6909 (exec_xfer_partial): New.
6910 (xfer_memory): Delete.
6911 (print_section_info): Replace the target_ops parameter by a
6912 target_section_table parameter.
6913 (exec_files_info, set_section_command, exec_set_section_address):
6914 Adjust to use the current sections table.
6915 (init_exec_ops): Do not register a deprecated_xfer_memory
6916 callback. Register to_xfer_partial and to_get_section_table
6917 callbacks.
6918 * infrun.c (handle_inferior_event): Update comments around
6919 solib_add.
6920 * rs6000-nat.c (xcoff_relocate_core): Adjust to use
6921 deprecated_core_resize_section_table.
6922 * exec.h (resize_section_table): Declare.
6923 (section_table_xfer_memory_partial): Add const char * argument.
6924 (remove_target_sections): Declare here.
6925 (add_target_sections): Declare.
6926 (print_section_info): Declare here.
6927 * gdbcore.h (deprecated_core_resize_section_table): Declare.
6928
4fa62494
UW
69292009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
6930
6931 * value.h (struct internalvar): Remove.
6932 (get_internalvar_integer): Add prototype.
6933 (set_internalvar_integer): Add prototype.
6934 (clear_internalvar): Add prototype.
6935
6936 * value.c (struct internalvar): Move here. Add type member. Remove
6937 endian member. Add union_internalvar member instead of value member.
6938 (init_if_undefined_command): Use intvar->type.
6939 (create_internalvar): Do not initialize value/endian, but type.
6940 (create_internalvar_type_lazy): Call create_internalvar.
6941 (value_of_internalvar): Handle host-side internalvar contents.
6942 (set_internalvar_component): Likewise.
6943 (set_internalvar): Likewise.
6944 (get_internalvar_integer): New function.
6945 (clear_internalvar): Likewise.
6946 (set_internalvar_integer): Likewise.
6947 (preserve_values): Handle host-side internalvar contents.
6948
6949 * breakpoint.c (set_breakpoint_count, set_tracepoint_count): Call
6950 set_internalvar_integer instead of set_internalvar.
6951 * findcmd.c (find_command): Likewise.
6952 * infrun.c (handle_inferior_event): Likewise.
6953 * source.c (forward_search_command, reverse_search_command): Likewise.
6954 * tracepoint.c (set_traceframe_num, set_tracepoint_num,
6955 set_traceframe_context): Likewise.
6956
6957 * printcmd.c (x_command): Call clear_internalvar instead of
6958 set_internalvar.
6959 * tracepoint.c (set_traceframe_context): Likewise.
6960
6961 * breakpoint.c (get_number_trailer): Call get_internalvar_integer
6962 instead of value_of_internalvar.
6963 * linespec.c (decode_dollar): Likewise.
6964
6965 * expprint.c (dump_subexp_body_standard): Use internalvar_name
6966 instead of accessing internalvar private elements.
6967 * valops.c (value_assign): Copy from original source instead of
6968 accessing internalvar private elements.
6969
6ceaaae5
UW
69702009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
6971
6972 * scm-lang.c (builtin_type_scm): Remove.
6973 (scm_lookup_name): Add GDBARCH parameter. Use it instead of
6974 objfile architecture. Use per-architecture builtin_scm_type instead
6975 of builtin_type_scm.
6976 (evaluate_exp): Pass expression architecture to scm_lookup_name.
6977
6978 (scm_get_field): Add SIZE parameter. Use it instead of
6979 TYPE_LENGTH (builtin_type_scm).
6980
6981 (build_scm_types): New function.
6982 (scm_type_data): New variable.
6983 (builtin_scm_type): New function.
6984 (_initialize_scheme_language): Do not initialize builtin_type_scm.
6985 Register build_scm_types as post-init function for scm_type_data.
6986
6987 * scm-exp.c (scm_lreadr): Use per-architecture builtin_scm_type
6988 instead of builtin_type_scm.
6989
6990 * scm-lang.h (SCM_CAR, SCM_CDR): Pass SCM_SIZE to scm_get_field.
6991 (scm_get_field): Add SIZE paramter.
6992 (scm_scmval_print): Remove prototype.
6993 (builtin_type_scm): Remove.
6994 (struct builtin_scm_type): Add structure definition.
6995 (builtin_scm_type): Add prototype.
6996
6997 * scm-valprint.c (scm_inferior_print): Add TYPE parameter. Use it
6998 instead of builtin_core_addr type; do not use objfile architecture.
6999 (scm_scmlist_print): Add TYPE parameter. Use it to define SCM_SIZE.
7000 Pass type to scm_scmval_print.
7001 (scm_ipruk): Add TYPE parameter. Use it to define SCM_SIZE.
7002 (scm_scmval_print): Make static. Add TYPE parameter. Use it to
7003 define SCM_SIZE. Pass type to scm_ipruk and scm_scmlist_print.
7004 (scm_val_print): Pass type to scm_inferior_print and scm_scmval_print.
7005
0a9d309a
UW
70062009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
7007
7008 * mdebugread.c (mdebug_type_void, mdebug_type_char, mdebug_type_short,
7009 mdebug_type_int, mdebug_type_int_32, mdebug_type_int_64,
7010 mdebug_type_long_32, mdebug_type_long_64, mdebug_type_long_long_64,
7011 mdebug_type_unsigned_char, mdebug_type_unsigned_short,
7012 mdebug_type_unsigned_int_32, mdebug_type_unsigned_int_64,
7013 mdebug_type_unsigned_long_32, mdebug_type_unsigned_long_64,
7014 mdebug_type_unsigned_long_long_64, mdebug_type_adr_32,
7015 mdebug_type_adr_64, mdebug_type_float, mdebug_type_double,
7016 mdebug_type_complex, mdebug_type_double_complex,
7017 mdebug_type_fixed_dec, mdebug_type_float_dec, mdebug_type_string):
7018 Remove.
7019
7020 (basic_type_data): New global variable.
7021 (basic_type): New function.
7022 (parse_type): Remove static basic type map map_bt. Call basic_type
7023 to get basic types instead of using mdebug_type_ variables.
7024
7025 (parse_symbol): Use builtin types instead of mdebug_type_ variables.
7026 (upgrade_type): Likewise.
7027 (parse_procedure): Likewise.
7028 (psymtab_to_symtab_1): Likewise.
7029
7030 (_initialize_mdebugread): Do not initialize mdebug_type_ variables.
7031 Initialize basic_type_data.
7032
289bd67a
UW
70332009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
7034
7035 * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
7036 * dfp.c (promote_decimal): Remove.
7037 (decimal_binop): Convert LEN_RESULT to input parameter.
7038 Remove call to decimal_binop.
7039 (decimal_compare): Remove call to decimal_binop.
7040
7041 * valarith.c (value_binop): Pass desired result type length
7042 to decimal_binop.
7043
64c9be2e
TG
70442009-06-01 Tristan Gingold <gingold@adacore.com>
7045
7046 * configure.tgt (avr): Set gdb_sim to use the simulator.
7047
5a437975
DE
70482009-05-29 Doug Evans <dje@google.com>
7049
7050 * infrun.c (prepare_to_proceed): Document. Assert !non_stop.
7051 If scheduler-locking is enabled, we're not going to be singlestepping
7052 any other previously stopped thread.
7053
ab730e72
PA
70542009-05-29 Pedro Alves <pedro@codesourcery.com>
7055
7056 * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
7057
3d22076f
EZ
70582009-05-29 Eli Zaretskii <eliz@gnu.org>
7059
7060 * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
7061 for stabs and COFF debug info.
7062
b3444185
PA
70632009-05-28 Pedro Alves <pedro@codesourcery.com>
7064
7065 * infrun.c (handle_inferior_event): When thread hoping, switch
7066 inferior_ptid to the event thread before removing breakpoints from
7067 the target. If not stopping, also try to revert back to a thread
7068 that was doing a "next". Check if that thread still exists before
7069 resuming.
7070 (currently_stepping_thread): Delete and merge with ...
7071 (currently_stepping): ... this.
7072 (currently_stepping_callback): Rename to ...
7073 (currently_stepping_or_nexting_callback): ... this, and also
7074 return true if the thread was stepping over a call (has a
7075 step-resume breakpoint).
7076
8f500870
TT
70772009-05-28 Tom Tromey <tromey@redhat.com>
7078
7079 * python/python.c (gdbpy_parameter): Rename. Fix error message.
7080 (GdbMethods): Change "get_parameter" to "parameter".
7081
6bf0ce2b
PP
70822009-05-28 Pierre Muller <muller@ics.u-strasbg.fr>
7083 Paul Pluzhnikov <ppluzhnikov@google.com>
7084
7085 * configure.ac (!have_libpython): Add python-prettyprint source
7086 and object files.
7087 * configure: Regenerate.
7088 * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before
7089 python headers.
7090
b6313243
TT
70912009-05-27 Vladimir Prus <vladimir@codesourcery.com>
7092 Tom Tromey <tromey@redhat.com>
7093 Thiago Jung Bauermann <bauerman@br.ibm.com>
7094
7095 * mi/mi-main.c (mi_cmd_list_features): List "python" feature.
7096 * varobj.h (varobj_set_visualizer): Declare.
7097 (varobj_get_display_hint): Likewise.
7098 (varobj_update_result_t) <children_changed, value_installed>: New
7099 fields.
7100 * mi/mi-cmds.c (mi_cmds): Add var-set-visualizer.
7101 * mi/mi-cmds.h (mi_cmd_var_set_visualizer,
7102 mi_cmd_var_set_child_range): Declare.
7103 * mi/mi-cmd-var.c (mi_cmd_var_set_visualizer): New function.
7104 (mi_cmd_var_list_children): Emit display hint.
7105 (varobj_update_one): Emit display hint. Handle dynamic children.
7106 * python/python.c (GdbMethods): Add "default_visualizer".
7107 * python/python-internal.h (apply_varobj_pretty_printer,
7108 gdbpy_get_varobj_pretty_printer, gdbpy_get_display_hint):
7109 Declare.
7110 (gdbpy_default_visualizer): Likewise.
7111 * varobj.c: Include python.h, python-internal.h.
7112 (PyObject): New typedef.
7113 (struct varobj) <children_requested, pretty_printer>: New fields.
7114 (varobj_create): Call install_default_visualizer.
7115 (instantiate_pretty_printer): New function.
7116 (varobj_set_display_format): Update.
7117 (varobj_get_display_hint): New function.
7118 (update_dynamic_varobj_children): New function.
7119 (varobj_get_num_children): Handle dynamic children.
7120 (varobj_list_children): Likewise.
7121 (install_new_value): Likewise.
7122 (varobj_add_child): New function.
7123 (install_visualizer): Likewise.
7124 (install_default_visualizer): Likewise.
7125 (varobj_set_visualizer): Likewise.
7126 (varobj_update): Handle dynamic children.
7127 (create_child): Use create_child_with_value.
7128 (create_child_with_value): New function.
7129 (value_get_print_value): Call pretty printer. Add value_formatter
7130 argument.
7131 (c_value_of_variable): Update.
7132 (varobj_invalidate): Always free all_rootvarobj.
7133 * python/python-prettyprint.c (apply_varobj_pretty_printer): New
7134 function.
7135 (gdbpy_get_varobj_pretty_printer): Likewise.
7136 (gdbpy_default_visualizer): Likewise.
7137
a6bac58e
TT
71382009-05-27 Tom Tromey <tromey@redhat.com>
7139 Thiago Jung Bauermann <bauerman@br.ibm.com>
7140 Phil Muldoon <pmuldoon@redhat.com>
7141 Paul Pluzhnikov <ppluzhnikov@google.com>
7142 Vladimir Prus <vladimir@codesourcery.com>
7143
7144 * python/python-value.c (value_object_to_value): New function.
7145 * python/python-internal.h: Include frameobject.h.
7146 (gdbpy_children_cst, gdbpy_to_string_cst, gdbpy_display_hint_cst):
7147 Declare.
7148 (value_object_to_value): Declare.
7149 * printcmd.c (struct format_data) <raw>: New field.
7150 (last_format): Default to 0.
7151 (decode_format): Initialize val.raw. Handle /r flag.
7152 (print_command_1): Initialize fmt.raw and opts.raw.
7153 (output_command): Likewise.
7154 (x_command): Fix initialization of fmt.format. Initialize
7155 fmt.raw.
7156 (display_command): Initialize fmt.raw.
7157 (do_one_display): Set opts.raw.
7158 * python/python.c (gdbpy_to_string_cst, gdbpy_children_cst,
7159 gdbpy_display_hint_cst): New globals.
7160 (_initialize_python): Initialize them. Set gdb.pretty_printers.
7161 * cp-valprint.c: Include python.h.
7162 (cp_print_value): Call apply_val_pretty_printer.
7163 * python/python.h (apply_val_pretty_printer): Declare.
7164 * stack.c (print_this_frame_argument_p): Remove.
7165 (print_frame_args): Compute summary flag. Don't use
7166 print_this_frame_argument_p.
7167 * valprint.c: Include python.h.
7168 (user_print_options): Initialize new fields.
7169 (scalar_type_p): New function.
7170 (val_print): Handle 'raw' and 'summary' modes. Call
7171 apply_val_pretty_printer.
7172 (value_print): Handle 'raw' mode.
7173 * valprint.h (struct value_print_options) <raw, summary>: New
7174 fields.
7175 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-prettyprint.o
7176 (SUBDIR_PYTHON_SRCS): Add python-prettyprint.c.
7177 (python-prettyprint.o): New target.
7178 * python/python-prettyprint.c: New file.
7179
42ae5230
TT
71802009-05-27 Tom Tromey <tromey@redhat.com>
7181 Paul Pluzhnikov <ppluzhnikov@google.com>
7182
7183 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Use
7184 value_address.
7185 * cli/cli-dump.c (dump_value_to_file): Use value_address.
7186 * valprint.c (common_val_print): Likewise.
7187 * v850-tdep.c (v850_push_dummy_call): Use value_address.
7188 * tracepoint.c (encode_actions): Use value_address.
7189 * printcmd.c (print_formatted): Use value_address.
7190 (x_command): Likewise.
7191 * p-valprint.c (pascal_object_print_static_field): Use
7192 value_address.
7193 * mn10300-tdep.c (mn10300_push_dummy_call): Use value_address.
7194 * mips-tdep.c (mips_eabi_push_dummy_call): Use value_address.
7195 * m32r-tdep.c (m32r_push_dummy_call): Use value_address.
7196 * jv-valprint.c (java_value_print): Use value_address.
7197 * infcall.c (find_function_addr): Use value_address.
7198 * gnu-v3-abi.c (gnuv3_rtti_type): Use value_address.
7199 * gnu-v2-abi.c (gnuv2_value_rtti_type): Use value_address.
7200 * frv-tdep.c (frv_push_dummy_call): Use value_address.
7201 * frame.c (frame_register_unwind): Use value_address.
7202 (frame_unwind_register_value): Likewise.
7203 * darwin-nat-info.c (info_mach_region_command): Use
7204 value_address.
7205 * cp-valprint.c (cp_print_static_field): Use value_address.
7206 * c-valprint.c (c_value_print): Use value_address.
7207 * breakpoint.c (update_watchpoint): Use value_address.
7208 (can_use_hardware_watchpoint): Likewise.
7209 * ada-valprint.c (ada_val_print_1): Use value_address.
7210 (ada_value_print): Likewise.
7211 * ada-tasks.c (read_fat_string_value): Use value_address.
7212 * jv-lang.c (java_link_class_type): Use set_value_address.
7213 (java_link_class_type): Likewise.
7214 (get_java_utf8_name): Use value_address.
7215 (type_from_class): Likewise.
7216 (java_link_class_type): Likewise.
7217 * findvar.c (value_of_register): Use set_value_address.
7218 (read_var_value): Likewise.
7219 (read_var_value): Likewise.
7220 * eval.c (evaluate_subexp_standard): Use set_value_address.
7221 (evaluate_subexp_standard): Use value_address.
7222 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Use set_value_address.
7223 * ada-lang.c (coerce_unspec_val_to_type): Use set_value_address.
7224 (ada_value_primitive_packed_val): Likewise.
7225 (ensure_lval): Likewise.
7226 (thin_data_pntr): Use value_address.
7227 (desc_bounds): Likewise.
7228 (ada_value_primitive_packed_val): Likewise.
7229 (value_assign_to_component): Likewise.
7230 (ensure_lval): Likewise.
7231 (make_array_descriptor): Likewise.
7232 (ada_to_fixed_value): Likewise.
7233 (unwrap_value): Likewise.
7234 * value.c (deprecated_value_address_hack): Remove.
7235 (value_address): New function.
7236 (value_raw_address): Likewise.
7237 (set_value_address): Likewise.
7238 (value_fn_field): Use set_value_address.
7239 (value_from_contents_and_address): Likewise.
7240 (value_fn_field): Likewise.
7241 (allocate_value_lazy): Don't use VALUE_ADDRESS.
7242 (value_as_address): Use value_address.
7243 (value_static_field): Likewise.
7244 * valops.c (search_struct_field): Use set_value_address.
7245 (value_at): Likewise.
7246 (value_at_lazy): Likewise.
7247 (value_repeat): Likewise.
7248 (value_cast_structs): Use value_address.
7249 (value_cast): Likewise.
7250 (value_fetch_lazy): Likewise.
7251 (value_assign): Likewise.
7252 (value_repeat): Likewise.
7253 (address_of_variable): Likewise.
7254 (value_coerce_array): Likewise.
7255 (value_coerce_function): Likewise.
7256 (value_addr): Likewise.
7257 (search_struct_field): Likewise.
7258 (search_struct_method): Likewise.
7259 (find_method_list): Likewise.
7260 (value_struct_elt_for_reference): Likewise.
7261 (value_full_object): Likewise.
7262 * jv-valprint.c (java_value_print): Use set_value_address.
7263 * value.h (deprecated_value_address_hack): Remove.
7264 (VALUE_ADDRESS): Remove.
7265 (value_address): Declare.
7266 (value_raw_address): Declare.
7267 (set_value_address): Declare.
7268
2c74e833
TT
72692009-05-27 Tom Tromey <tromey@redhat.com>
7270 Thiago Jung Bauermann <bauerman@br.ibm.com>
7271 Phil Muldoon <pmuldoon@redhat.com>
7272 Paul Pluzhnikov <ppluzhnikov@google.com>
7273
7274 * python/python.c (_initialize_python): Call
7275 gdbpy_initialize_types.
7276 (GdbMethods): Add "lookup_type".
7277 * python/python-value.c (value_object) <type>: New field.
7278 (valpy_dealloc): Decref type.
7279 (valpy_new): Initialize type.
7280 (valpy_get_type): New function.
7281 (value_to_value_object): Initialize type.
7282 (valpy_cast): New function.
7283 (value_object_getset): Add "type".
7284 (value_object_methods): Add "cast".
7285 * python/python-internal.h (type_to_type_object): Declare.
7286 (type_object_to_type): Likewise.
7287 (gdbpy_initialize_types): Likewise.
7288 (gdbpy_lookup_type): Declare.
7289 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-type.o.
7290 (SUBDIR_PYTHON_SRCS): Add python-type.c.
7291 (python-type.o): New target.
7292 * python/python-type.c: New file.
7293
89c73ade
TT
72942009-05-27 Tom Tromey <tromey@redhat.com>
7295 Thiago Jung Bauermann <bauerman@br.ibm.com>
7296 Phil Muldoon <pmuldoon@redhat.com>
7297
7298 * python/python.c: Include objfiles.h, observer.h.
7299 (gdbpy_auto_load): New global.
7300 (gdbpy_current_objfile): Likewise.
7301 (GDBPY_AUTO_FILENAME): New define.
7302 (gdbpy_new_objfile): New function.
7303 (gdbpy_get_current_objfile): Likewise.
7304 (gdbpy_objfiles): Likewise.
7305 (_initialize_python): Add "maint set auto-load". Call
7306 gdbpy_initialize_objfile. Attach objfile observer.
7307 (GdbMethods): New methods current_objfile, objfiles.
7308 * python/python-objfile.c: New file.
7309 * python/python-internal.h (objfile_to_objfile_object): Declare.
7310 (objfpy_get_printers): Likewise.
7311 (gdbpy_initialize_objfile): Likewise.
7312 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-objfile.o.
7313 (SUBDIR_PYTHON_SRCS): Add python-objfile.c.
7314 (python-objfile.o): New target.
7315
a75724bc
PA
73162009-05-27 Pedro Alves <pedro@codesourcery.com>
7317
7318 * infrun.c (follow_exec): Clear the stop_requested flag.
7319 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
7320 Add debug output.
7321
97c44116
AR
73222009-05-27 Aleksandar Ristovski <aristovski@qnx.com>
7323
7324 * nto-procfs.c (get_regset): Pass correct pointer.
7325
f504f079
DE
73262009-05-26 Doug Evans <dje@google.com>
7327
7328 * dwarf2read.c (follow_die_ref): Add comment.
7329 (dwarf2_mark_helper): Tweak comment.
7330 (dwarf2_mark): Move description to its proper place.
7331
4fcbb494
PM
73322009-05-25 Pierre Muller <muller@ics.u-strasbg.fr>
7333
7334 * procfs.c (procfs_wait): Add options parameter.
7335
4e3990f4
DE
73362009-05-24 Doug Evans <dje@google.com>
7337
e09875d4
DE
7338 Global renaming of find_thread_pid to find_thread_ptid.
7339 * gdbthread.h (find_thread_ptid): Renamed from find_thread_pid.
7340 * thread.c (find_thread_ptid): Renamed from find_thread_pid.
7341 All callers updated.
7342
4e3990f4
DE
7343 * infrun.c (follow_fork): Initialize new step_* locals
7344 to avoid "may be used uninitialized" warnings.
7345
98b54c18
PA
73462009-05-24 Pedro Alves <pedro@codesourcery.com>
7347
7348 * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
7349
e58b0e63
PA
73502009-05-24 Pedro Alves <pedro@codesourcery.com>
7351
7352 * gdbthread.h (struct thread_info): New `pending_follow' field.
7353 * thread.c (new_thread): New function.
7354 (add_thread_silent): Use it.
7355 * breakpoint.c (internal_breakpoint_number): New global, moved
7356 from inside...
7357 (create_internal_breakpoint): ... this.
7358 (clone_momentary_breakpoint): New.
7359 * breakpoint.h (clone_momentary_breakpoint): Declare.
7360 * infrun.c (nullify_last_target_wait_ptid): Move declaration
7361 higher.
7362 (pending_follow): Delete.
7363 (follow_fork): Handle pending follow fork event here. Moved the
7364 preserving of thread stepping state here.
7365 (resume): Don't handle pending follow fork events here. Only
7366 install the inferior's terminal modes if we're about to resume it.
7367 (proceed): Handle possible pending follow fork events here.
7368 (init_wait_for_inferior): No need to clear pending_follow anymore,
7369 it's gone.
7370 (handle_inferior_event): Adjust to per-thread `pending_follow'.
7371 Call `follow_fork' to handle following the fork. If the
7372 follow-fork is cancelled, stop stepping.
7373 * linux-nat.c (linux_child_follow_fork): Adjust to per-thread
7374 `pending_follow' events. Remove code that handled preserving the
7375 thread stepping state.
7376 * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
7377 * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
7378
ea26755d 73792009-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
70992597
PM
7380
7381 * symfile.c (add_shared_symbol_files_command): Remove
7382 prototype and function.
7383 (_initialize _symfile): Move "add-shared-symbol-files"
7384 command and "assf" alias.
7385 * windows-nat.c (_initialize_windows_nat): to here.
7386 Change "add-shared-symbol-files" to alias.
7387
7388 * config/i386/cygwin.mh: Remove NAT_FILE.
7389 * config/i386/mingw.mh: Remove NAT_FILE.
7390 * config/i386/mingw64.mh: Remove NAT_FILE.
7391 * config/i386/nm-cygwin.h: Remove file.
7392 * config/i386/nm-cygwin64.h: Remove file.
7393
5e31abdf
HZ
73942009-05-24 Hui Zhu <teawater@gmail.com>
7395
7396 * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
7397 I386_LINUX_RECORD_IOCTL_*,
7398 I386_LINUX_RECORD_FCNTL_*) Removed.
7399 (i386_linux_init_abi): Change size of record from macros to
7400 numbers.
7401
74022009-05-24 Hui Zhu <teawater@gmail.com>
7403
7404 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_char.
7405 * linux-record.c (record_linux_system_call): Ditto.
7406 * linux-record.h (linux_record_tdep): Ditto.
7407
1b36a34b
JK
74082009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7409
7410 Replace the savestring calls by xstrdup calls where possible.
7411 * breakpoint.c (condition_command, set_raw_breakpoint)
7412 (create_catchpoint, update_breakpoint_locations): Replace the
7413 savestring calls by xstrdup calls where possible.
7414 * buildsym.c (start_subfile, patch_subfile_names, record_debugformat)
7415 (record_producer): Likewise.
7416 * coffread.c (coff_start_symtab, complete_symtab): Likewise.
7417 * corefile.c (set_gnutarget): Likewise.
7418 * dbxread.c (add_new_header_file): Likewise.
7419 * demangle.c (set_demangling_command, set_demangling_style): Likewise.
7420 * event-top.c (push_prompt, pop_prompt, command_line_handler)
7421 (set_async_prompt): Likewise.
7422 * infcmd.c (set_inferior_io_terminal, attach_command_post_wait):
7423 Likewise.
7424 * language.c (set_language_command, _initialize_language): Likewise.
7425 * linespec.c (decode_line_2): Likewise.
7426 * rs6000-nat.c (add_vmap): Likewise.
7427 * top.c (set_prompt, init_history, init_main): Likewise.
7428 * tracepoint.c (stringify_collection_list): Likewise.
7429 * varobj.c (varobj_create): Remove variable expr_len. Replace the
7430 savestring calls by xstrdup calls where possible.
7431 (value_of_root, c_name_of_variable, c_describe_child): Replace the
7432 savestring calls by xstrdup calls where possible.
7433 * xcoffread.c (complete_symtab): Likewise.
7434 * cli/cli-script.c (build_command_line, define_command): Likewise.
7435 * cli/cli-setshow.c (do_setshow_command): Likewise.
7436
61d8f275
JK
74372009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7438
7439 Remove already unreachable code.
7440 * varobj.c (varobj_get_handle): Fix comment when error is called.
7441 All callers updated.
7442
969107c5
EZ
74432009-05-23 Eli Zaretskii <eliz@gnu.org>
7444
70926f63
EZ
7445 * README (`configure' options): Document GDB-specific options to
7446 `configure'.
7447
8c7a1ee8
EZ
7448 * symtab.c (skip_prologue_using_lineinfo): New function.
7449 (find_function_start_sal): Use it to get to the first line of
7450 function's body that has an entry in the lineinfo table.
7451
969107c5
EZ
7452 * symmisc.c (dump_symtab): Switch the current language to
7453 the language of the symtab we are dumping only if the symtab's
7454 language is neither language_auto nor language_unknown.
7455
7456 * coffread.c (coff_symtab_read): Set language_minimal as the
7457 language for the "_globals_" pseudo-file.
754dd031
EZ
7458 (process_coff_symbol): Set the symbol's language to the language
7459 of current_subfile.
969107c5 7460
0542c86d
PA
74612009-05-22 Pedro Alves <pedro@codesourcery.com>
7462
7463 * target.h (struct section_table): Rename to ...
7464 (struct target_section): ... this.
7465 * exec.c: Adjust all references.
7466 * exec.h: Adjust all references.
7467 * nto-tdep.c: Adjust all references.
7468 * nto-tdep.h: Adjust all references.
7469 * ppc-linux-tdep.c: Adjust all references.
7470 * rs6000-nat.c: Adjust all references.
7471 * s390-tdep.c: Adjust all references.
7472 * solib-darwin.c: Adjust all references.
7473 * solib-frv.c: Adjust all references.
7474 * solib-irix.c: Adjust all references.
7475 * solib-null.c: Adjust all references.
7476 * solib-osf.c: Adjust all references.
7477 * solib-pa64.c: Adjust all references.
7478 * solib-som.c: Adjust all references.
7479 * solib-sunos.c: Adjust all references.
7480 * solib-svr4.c: Adjust all references.
7481 * solib-target.c: Adjust all references.
7482 * solib.c: Adjust all references.
7483 * solist.h: Adjust all references.
7484 * symfile.c: Adjust all references.
7485 * symfile.h: Adjust all references.
7486 * target.c: Adjust all references.
7487
b34fab9a
HZ
74882009-05-22 Hui Zhu <teawater@gmail.com>
7489
7490 Add sys_fcntl argument interfaces to linux_record_tdep.
7491
7492 * linux-record.h (linux_record_tdep): Add fcntl_F_GETLK,
7493 fcntl_F_GETLK64, fcntl_F_SETLK64 and fcntl_F_SETLKW64 to be
7494 interfaces.
7495 * i386-linux-tdep.c (I386_LINUX_RECORD_FCNTL_F_GETLK,
7496 I386_LINUX_RECORD_FCNTL_F_GETLK64,
7497 I386_LINUX_RECORD_FCNTL_F_SETLK64,
7498 I386_LINUX_RECORD_FCNTL_F_SETLKW64): New macros. The values
7499 of I386 Linux sys_fcntl arguments.
7500 (i386_linux_init_abi): Set macros values to linux_record_tdep.
7501 * linux-record.c (record_linux_system_call): Change to use
7502 the interface in linux_record_tdep in sys_fcntl and
7503 sys_fcntl64.
7504
7505 * linux-record.c (record_linux_system_call): Fix the process
7506 record build error about type in CYGWIN.
7507
88c0ab9d
PA
75082009-05-22 Pedro Alves <pedro@codesourcery.com>
7509
7510 * inflow.c (kill_command): Delete left over static declaration.
7511
348f8c02
PA
75122009-05-22 Pedro Alves <pedro@codesourcery.com>
7513
7514 * bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
7515 Include exec.h.
7516 (struct section_closure): Delete.
7517 (add_to_section_table): Delete.
7518 (build_target_sections_from_bfd): Delete.
7519 (target_bfd_xfer_partial): Use section_table_xfer_memory_partial.
7520 (target_bfd_reopen): Use build_section_table.
7521 * exec.c (xfer_memory): Move most code except for overlay
7522 debugging support from here...
7523 (section_table_xfer_memory): ... to this new function.
7524 (section_table_xfer_memory_partial): New.
7525 * exec.h (section_table_xfer_memory_partial): Declare.
7526 * bfd-target.h (build_target_sections_from_bfd): Delete
7527 declaration.
7528
41575630
PA
75292009-05-22 Pedro Alves <pedro@codesourcery.com>
7530
7531 * remote.c (compare_sections_command): Don't declare exec_bfd.
7532 * tracepoint.c: Include "gdbcore.h".
7533 (remote_set_transparent_ranges): Don't declare exec_bfd.
7534
783425fc
PA
75352009-05-21 Pedro Alves <pedro@codesourcery.com>
7536
7537 * aix-thread.c (init_aix_thread_ops): Whitespace.
7538
61439e34
PA
75392009-05-21 Pedro Alves <pedro@codesourcery.com>
7540
7541 * dec-thread.c (dec_thread_wait): Add options parameter. Use it
7542 to call the to_wait method in the target beneath.
7543 * remote-m32r-sdi.c (m32r_wait): Add options parameter.
7544
8914d83b
JB
75452009-05-21 Joel Brobecker <brobecker@adacore.com>
7546
7547 * aix-thread.c (aix_thread_wait): Add options parameter. Use it
7548 to call the to_wait method in the target_beneath.
7549
d9d2d8b6
PA
75502009-05-21 Pedro Alves <pedro@codesourcery.com>
7551
7552 * linux-nat.c (linux_nat_terminal_inferior)
7553 (linux_nat_terminal_ours): Don't check sync_execution.
7554 * remote.c (remote_terminal_inferior, remote_terminal_ours):
7555 Don't check sync_execution. Update comments.
7556 * target.c (target_terminal_inferior): New.
7557 * target.h (target_terminal_inferior): Delete macro, and declare
7558 as function.
7559 * event-top.c (async_disable_stdin): Make idempotent. Don't give
7560 the target the terminal here.
7561 * inflow.c (terminal_ours_1): Don't return early without setting
7562 `terminal_is_ours'.
7563
47608cb1
PA
75642009-05-21 Pedro Alves <pedro@codesourcery.com>
7565
7566 * target.h (TARGET_WNOHANG): New.
7567 * target.c (target_wait): Add `options' argument. Adjust.
7568 (struct target_ops) <to_wait>: Add `options' argument.
7569 (target_wait): Add `options' argument.
7570 * infrun.c (wait_for_inferior): Pass 0 as options to
7571 target_wait (blocking wait).
7572 (fetch_inferior_event): Pass TARGET_WNOHANG as options to
7573 target_wait.
7574 * fork-child.c (startup_inferior): Pass 0 as options to
7575 target_wait (blocking wait).
7576 * linux-nat.c (linux_nat_create_inferior): Remove async masking.
7577 (linux_nat_wait_1): Add `target_options' argument. Use it instead
7578 of checking on target_can_async_p.
7579 (linux_nat_wait): Add `target_options' argument. Adjust.
7580 * remote.c (remote_wait_ns): Add `options' argument. Adjust to
7581 check on TARGET_WNOWAIT instead of checking on remote_is_async_p.
7582 (remote_wait_as): Add `options' argument. Adjust to check on
7583 TARGET_WNOWAIT instead of checking on remote_is_async_p. If doing
7584 a blocking wait, keep waiting until an interesting event comes
7585 out.
7586 (remote_wait): Add `options' argument. Don't loop here if the
7587 target is in async mode, and a blocking wait has been requested.
7588
7589 * top.c (deprecated_target_wait_hook): Add `options' argument.
7590 * linux-thread-db.c (thread_db_wait): Add `options' argument, and
7591 pass it down to the layer beneath.
7592 * inf-ptrace.c (inf_ptrace_wait): Add `options' argument.
7593 * record.c (record_beneath_to_wait): Add `options' argument.
7594 (record_wait): Add `options' argument, and pass it down to the
7595 layer beneath.
7596 * bsd-uthread.c (bsd_uthread_wait): Add `options' argument.
7597 * darwin-nat.c (darwin_wait): Likewise.
7598 * defs.h (deprecated_target_wait_hook): Likewise.
7599 * gnu-nat.c (gnu_wait): Add `options' argument.
7600 * go32-nat.c (go32_wait): Likewise.
7601 * hpux-thread.c (hpux_thread_wait): Add `options' argument, and
7602 pass it down to the layer beneath.
7603 * inf-ttrace.c (inf_ttrace_wait): Add `options' argument.
7604 * monitor.c (monitor_wait): Likewise.
7605 * nto-procfs.c (procfs_wait): Likewise.
7606 * remote-mips.c (mips_wait): Add `options' argument.
7607 * remote-sim.c (gdbsim_wait): Likewise.
7608 * rs6000-nat.c (rs6000_wait): Add `options' argument.
7609 * sol-thread.c (sol_thread_wait): Add `options' argument, and pass
7610 it down to the layer beneath.
7611 * spu-linux-nat.c (spu_child_wait): Add `options' argument.
7612 * windows-nat.c (windows_wait): Likewise.
7613 * tui/tui-hooks.c (tui_target_wait_hook): Likewise. Adjust.
7614
9944e9c2
PA
76152009-05-21 Pedro Alves <pedro@codesourcery.com>
7616
7617 * mi/mi-interp.c (mi_on_resume): Account for whole process
7618 resumes.
7619
c244a140
JK
76202009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7621
7622 * m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
7623
76bee0cc
JK
76242009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
7627
4ac36638
JK
76282009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7629
7630 Fix parsing DW_AT_const_value using DW_FORM_string.
7631 * dwarf2read.c (dwarf2_const_value <DW_FORM_string>): New.
7632
77f0be4e
JB
76332009-05-20 Joel Brobecker <brobecker@adacore.com>
7634
7635 * aix-thread.c (giter_count): Do not count the main thread.
7636 (giter_accum): Do not include the main thread.
7637
fbdebf46
JK
76382009-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7639
7640 Remove the PROT parameter from openp.
7641 * source.c (openp): Remove the parameter PROT. Assertion check MODE.
7642 defs.h (openp): Update the prototype.
7643 Update all the openp callers.
7644
5fd62852
PA
76452009-05-19 Pedro Alves <pedro@codesourcery.com>
7646
7647 * inflow.c (kill_command): Moved to infcmd.c.
7648 (_initialize_inflow): Don't add the "kill" command or clear
7649 inferior_ptid here.
7650 * infcmd.c (kill_command): Moved here from inflow.c.
7651 (_initialize_infcmd): Add the "kill" command here.
7652
191c4426
PA
76532009-05-19 Pedro Alves <pedro@codesourcery.com>
7654
7655 * fork-child.c: Don't include frame.h. Include terminal.h.
7656 (fork_inferior): Call new_tty_postfork after forking adn adding
7657 the child to the inferior list.
7658 * inferior.h (new_tty_prefork, gdb_has_a_terminal): Don't declare
7659 here.
7660 * inflow.c (struct terminal_info): Remove const qualifier from
7661 `run_terminal' field.
7662 (inferior_thisrun_terminal): Tweak comment.
7663 (inflow_inferior_exit): Release the `run_terminal' field.
7664 (copy_terminal_info): New function.
7665 (new_tty_postfork): New function.
7666 * terminal.h (new_tty_prefork, new_tty, new_tty_postfork,
7667 (copy_terminal_info, gdb_has_a_terminal, gdb_setpgid): Declare.
7668 * inf-ptrace.c: Include terminal.h.
7669 (inf_ptrace_follow_fork): Copy the parent's terminal info to the
7670 child.
7671 * linux-nat.c: Include terminal.h.
7672 (linux_child_follow_fork): Copy the parent's terminal info to the
7673 child.
7674 * inf-ttrace.c: Include terminal.h.
7675 (inf_ttrace_follow_fork): Copy the parent's terminal info to the
7676 child.
7677
2ea7b647
PA
76782009-05-19 Pedro Alves <pedro@codesourcery.com>
7679
7680 * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
7681 (update_global_location_list): Use gdbarch_has_global_breakpoints
7682 instead of gdbarch_has_global_solist and
7683 target_supports_multi_process.
7684 * dicos-tdep.c (dicos_init_abi): Set
7685 gdbarch_has_global_breakpoints.
7686 * gdbarch.sh (has_global_solist): Update comment.
7687 (has_global_breakpoints): New.
7688 * remote.c (remote_start_remote): Use
7689 gdbarch_has_global_breakpoints instead of
7690 gdbarch_has_global_solist.
7691 * target.c (target_detach): Use gdbarch_has_global_breakpoints
7692 instead of gdbarch_has_global_solist.
7693 * infcmd.c (attach_command): Use gdbarch_has_global_solist instead
7694 of target_supports_multi_process.
7695
6342b74a
PP
76962009-05-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7697
7698 * objc-lang.c (find_methods): Plug a small memory leak.
7699
1a816a87
PA
77002009-05-18 Pedro Alves <pedro@codesourcery.com>
7701
7702 * solib-svr4.c: Include observer.h.
7703 (debug_base, debug_loader_offset_p, debug_loader_offset)
7704 (debug_loader_name, main_lm_addr): Move these globals...
7705 (struct svr4_info): ... into this new structure.
7706 (svr4_info_p): New typedef.
7707 (svr4_info): New global.
7708 (get_svr4_info, remove_svr4_info, solib_svr4_inferior_exit): New
7709 functions.
7710 (locate_base, solib_svr4_r_map, solib_svr4_r_brk)
7711 (solib_svr4_r_ldsomap): Add svr4_info argument. Adjust to
7712 per-inferior svr4.
7713 (open_symbol_file_object): Adjust to per-inferior svr4.
7714 (svr4_default_sos, svr4_current_sos, svr4_fetch_objfile_link_map):
7715 Ditto.
7716 (enable_break): Add svr4_info argument. Adjust to per-inferior
7717 svr4.
7718 (enable_break, svr4_solib_create_inferior_hook, svr4_clear_solib):
7719 Adjust to per-inferior svr4.
7720 (_initialize_svr4_solib): Install the solib_svr4_inferior_exit
7721 observer.
7722
4d062f1a
PA
77232009-05-18 Pedro Alves <pedro@codesourcery.com>
7724
7725 * linux-nat.h (linux_proc_get_tgid): Declare.
7726 * linux-nat.c (linux_proc_get_tgid): New.
7727 * linux-thread-db.c (struct thread_db_info): New field
7728 `need_stale_parent_threads_check'.
7729 (add_thread_db_info): Set it.
7730 (find_new_threads_callback): Ignore stale fork parent threads.
7731 (thread_db_resume): New.
7732 (init_thread_db_ops): Install thread_db_resume.
7733
d90e17a7
PA
77342009-05-18 Pedro Alves <pedro@codesourcery.com>
7735
7736 * fork-child.c (fork_inferior): Only reset the thread list if this
7737 is the first inferior.
7738 (startup_inferior): If the target support multi-process, tell it
7739 to resume only the new process.
7740 * linux-nat.c (num_lwps): Delete global.
7741 (purge_lwp_list): New function.
7742 (num_lwps): New function.
7743 (add_lwp, delete_lwp): Adjust.
7744 (ptid_match): New.
7745 (iterate_over_lwps): Add filter argument. Handle it.
7746 (linux_nat_attach): Remove FIXME note.
7747 (linux_nat_detach): Adjust to iterate over threads of the inferior
7748 we're detaching from. Adjust to num_lwps being a function. Don't
7749 assume the head of the lwp list is the main thread of the process
7750 we're detaching from. Don't destroy the LWP list.
7751 (resume_callback): Add debug output.
7752 (linux_nat_resume): Handle resuming a single inferior. Allow a
7753 wildcard resume in non-stop mode.
7754 (linux_handle_extended_wait): Don't assume inferior_ptid is the
7755 correct inferior of the parent LWP.
7756 (status_callback): Also check lp->waitstatus.
7757 (select_event_lwp): Add new filter parameter. Handle it.
7758 (linux_nat_filter_event): Adjust to num_lwps being a function.
7759 (linux_nat_wait_1): When adding the first lwp of the inferior, use
7760 an is_lwp check instead of checking for the number of lwps.
7761 (linux_nat_wait_1): Handle waiting for a specific tgid. Handle
7762 pending process exit statuses.
7763 (linux_nat_mourn_inferior): Don't destroy all the LWP info.
7764 Instead delete LWPs of the inferior that we're mourning. Don't
7765 unregister from the event loop here.
7766 (linux_nat_pid_to_str): Use `num_lwps'.
7767 (linux_nat_make_corefile_notes): Adjust to walk over lwps of a
7768 single inferior.
7769 (linux_nat_is_async_p): Check if async was masked out.
7770 (linux_multi_process): New global.
7771 (linux_nat_supports_multi_process): New.
7772 (linux_nat_stop_lwp): Remove LWP filtering. It is done by the
7773 caller.
7774 (linux_nat_stop): Adjust to make iterate_over_lwps itself do the
7775 LWP filtering.
7776 (linux_nat_close): New.
7777 (linux_nat_add_target): Register linux_nat_close and
7778 linux_nat_supports_multi_process.
7779 * linux-nat.h (iterate_over_lwps): Add filter argument.
7780 * linux-thread-db.c (thread_db_handle): Delete.
7781 (proc_handle, thread_agent, td_init_p, td_ta_new_p)
7782 (td_ta_map_id2thr_p, td_ta_map_lwp2thr_p, td_ta_thr_iter_p)
7783 (td_ta_event_addr_p, td_ta_set_event_p, td_ta_event_getmsg_p)
7784 (td_thr_validate_p, td_thr_get_info_p, td_thr_event_enable_p)
7785 (td_thr_tls_get_addr_p, td_create_bp_addr, td_death_bp_addr): No
7786 longer globals, moved to...
7787 (struct thread_db_info): ... this new structure.
7788 (thread_db_list): New.
7789 (add_thread_db_info, get_thread_db_info, delete_thread_db_info):
7790 New.
7791 (have_threads_callback): Filter out threads of all inferiors but
7792 the one specified by the ARGS argument.
7793 (have_threads): Add ptid argument specifying the inferior we're
7794 interested in. Handle it.
7795 (struct thread_get_info_inout): New.
7796 (thread_get_info_callback, thread_from_lwp): Adjust to use it.
7797 (thread_db_attach_lwp): Check that inferior of the passed in
7798 thread is using thread-db. Adjust.
7799 (enable_thread_event): Remove thread_agent parameter. Instead,
7800 get it from the per-inferior thread-db info.
7801 (dladdr_to_soname): Move higher up.
7802 (enable_thread_event_reporting): Adjust to use per-inferior
7803 thread-db info.
7804 (try_thread_db_load_1): Replace `handle' parameter by a
7805 thread_db_info parameter. Adjust to use per-inferior thread-db
7806 info.
7807 (try_thread_db_load): Adjust to use per-inferior thread-db info.
7808 (thread_db_load, disable_thread_event_reporting): Ditto.
7809 (check_for_thread_db): Remove conditional reporting of which
7810 libthread_db is in use.
7811 (thread_db_new_objfile): Add comment about inferior_ptid.
7812 (attach_thread): Adjust to use per-inferior thread-db info.
7813 (thread_db_detach): Adjust to use per-inferior thread-db info.
7814 Remove thread event breakpoints of the current inferior. Only
7815 unpush the thread-db target if there are no more processes using
7816 it.
7817 (check_event): Adjust to use per-inferior thread-db info.
7818 (thread_db_wait): Adjust to use per-inferior thread-db info. Only
7819 unpush the thread-db target if there are no more processes using
7820 it.
7821 (thread_db_mourn_inferior): Adjust to use per-inferior thread-db
7822 info. Mark breakpoints of the current inferior out before
7823 deleting them. Only unpush the thread-db target if there are no
7824 more processes using it.
7825 (find_new_threads_callback): Adjust to use per-inferior thread_db
7826 info.
7827 (thread_db_find_new_threads_1): Add new ptid argument. Adjust to
7828 use per-inferior thread-db info.
7829 (thread_db_find_new_threads): Adjust to use per-inferior thread-db
7830 info.
7831 (thread_db_get_thread_local_address): Adjust.
7832 (thread_db_get_ada_task_ptid): Adjust.
7833 * inf-ptrace.c (inf_ptrace_mourn_inferior): Only unpush the target
7834 if there no more processes left to debug.
7835 * thread.c (set_running, set_executing): Handle resuming all
7836 threads of a single inferior.
7837 * mi/mi-interp.c (mi_output_running_pid): New.
7838 (mi_inferior_count): New.
7839 (mi_on_resume): For backwards compatibility, if resuming all
7840 threads of an inferior, and there is only one inferior, output
7841 "all".
7842
dddfab26
UW
78432009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
7844
7845 * ada-lang.c (ada_find_any_type): Move check for primitive types ...
7846 (to_fixed_range_type): ... to here.
7847
556bdfd4
UW
78482009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
7849
7850 * ada-lang.c (desc_data_type): Remove, replace by ...
7851 (desc_data_target_type): ... this.
7852 (thin_data_pntr): Use desc_data_target_type instead of desc_data_type.
7853 (ada_is_array_descriptor_type): Likewise.
7854 (ada_type_of_array): Likewise.
7855 (ada_coerce_to_simple_array_type): Likewise.
7856 (ada_array_element_type): Likewise.
7857
aaa88a99
UW
78582009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
7859
7860 * ada-valprint.c (ada_val_print_1): Use val_print_string to print
7861 result of ada_vax_float_print_function inferior call.
7862
17280b9f
UW
78632009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
7864
7865 * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement to
7866 avoid creating a dummy value.
7867
830bb937
UW
78682009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
7869
7870 * p-valprint.c (pascal_val_print): Use extract_typed_address
7871 to extract reference value.
7872
e035e373
UW
78732009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
7874
7875 * doublest.c (NAN): Remove unused define.
7876 (extract_floating_by_length, deprecated_extract_floating): Remove.
7877 (store_floating_by_length, deprecated_store_floating): Remove.
7878 (extract_typed_floating): Do not call extract_floating_by_length.
7879 (store_typed_floating): Do not call store_floating_by_length.
7880 (convert_typed_floating): Remove redundant assertions.
7881 * doublest.h (deprecated_extract_floating): Remove.
7882 (deprecated_store_floating): Remove.
7883 * sh64-tdep.c (sh64_register_convert_to_raw): Call
7884 extract_typed_floating instead of deprecated_extract_floating.
7885
c28c63d8
JB
78862009-05-18 Jon Beniston <jon@beniston.com>
7887
7888 * MAINTAINERS: Add lm32 target.
7889 * Makefile.in: Add lm32 dependencies.
7890 * NEWS: Indicate lm32 is a new target.
7891 * configure.tgt: Add lm32 targets.
7892 * lm32-tdep.c: New file.
7893
739fc47a
PA
78942009-05-18 Pedro Alves <pedro@codesourcery.com>
7895
7896 * corelow.c (core_open): Flush the register cache before doing
7897 anything with registers.
7898
7e1789f5
PA
78992009-05-18 Pedro Alves <pedro@codesourcery.com>
7900
7901 * inflow.h (our_process_group): Remove declaration.
7902 (inferior_process_group): Delete global variable declaration.
7903 (inferior_process_group): New function declaration.
7904 * inflow.c: Include observer.h.
7905 (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
7906 Delete.
7907 (struct terminal_info): New struct.
7908 (our_terminal_info): New global.
7909 (inferior_process_group): New function.
7910 (inferior_thisrun_terminal): Extend description comment.
7911 (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
7912 instead of globals.
7913 (terminal_init_inferior_with_pgrp): Adjust to per-inferior
7914 terminal settings.
7915 (terminal_inferior): Ditto.
7916 (terminal_ours_1): Ditto.
7917 (inflow_new_inferior, inflow_inferior_exit): New functions.
7918 (child_terminal_info): Adjust to per-inferior terminal settings.
7919 (osig_set): New global.
7920 (set_sigint_trap): Adjust to per-inferior terminal settings. Set
7921 or clear `osig_set' accordingly.
7922 (clear_sigint_trap): Check `osig_set' to decide wheater to restore
7923 SIGINT handler, instead of checking the current inferior (which
7924 may be none).
7925 (_initialize_inflow): Attach inflow_new_inferior and
7926 inflow_inferior_exit to the "new_inferior" and "inferior_exit"
7927 notifications, respectively.
7928 * inferior.h (struct terminal_info): Forward declare.
7929 (struct inferior): Add `terminal_info' field.
7930 * inferior.c (delete_inferior_1): Notify the inferior_exit
7931 observers before removing the inferior from the lists and deleting
7932 it.
7933 * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
7934 a function instead of a variable. Adjust.
7935 * procfs.c (procfs_stop): Ditto.
7936
b242c3c2
PA
79372009-05-17 Pedro Alves <pedro@codesourcery.com>
7938
7939 * infrun.c (handle_inferior_event): When handling a
7940 TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
7941 immediatelly.
60a7d074 7942 * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
b242c3c2
PA
7943 from the child if vforking.
7944 * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
7945 breakpoints from the child here.
7946
71b43ef8
PA
79472009-05-17 Pedro Alves <pedro@codesourcery.com>
7948
7949 * infrun.c (pending_follow): Remove execd_pathname member.
7950 (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
7951 (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
7952 event, don't copy `execd_pathname' to pending_follow, use the
7953 event copy instead. Release `execd_pathname' once done with
7954 handling the event.
7955
235f2b04
PA
7956 * infrun.c (pending_follow): Remove mention of exec events.
7957
a6b808b4
HZ
79582009-05-17 Hui Zhu <teawater@gmail.com>
7959
7960 * i386-tdep.c (i386_process_record): Make it extern.
7961 (i386_gdbarch_init): Don't call set_gdbarch_process_record
7962 here.
d5f3b873 7963 * i386-tdep.h (i386_process_record): Declare.
a6b808b4
HZ
7964 * i386-linux-tdep.c (i386_linux_init_abi): Call
7965 set_gdbarch_process_record.
7966
ee342b23
VP
79672009-05-17 Vladimir Prus <vladimir@codesourcery.com>
7968
7969 Always report varobj as changed when in_scope attribute changes.
7970
7971 * varobj.c (install_new_value): If non-NULL-ness of value
7972 changed, return 1.
7973
17a37d48
PP
79742009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7975
7976 * NEWS: Mention set/show libthread-db-search-path.
7977 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
7978 (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
7979 * linux-thread-db.c (libthread_db_search_path): New setting.
7980 (thread_db_handle): New variable (replaces using_thread_db).
7981 (try_thread_db_load_1): New function.
7982 (try_thread_db_load, thread_db_load_search): Likewise.
7983 (dladdr_to_soname): Likewise.
7984 (thread_db_load): Iterate over possibly multiple libthread_db's.
7985 (check_for_thread_db): Attempt to load new libthread_db.
7986 (thread_db_detach, thread_db_wait): Unload libthread_db.
7987 (thread_db_mourn_inferior): Likewise.
7988 (_initialize_thread_db): Add new libthread-db-search-path option.
7989 Defer loading of libthread_db to check_for_thread_db.
7990 * solib.c (libpthread_name_p): New function.
7991 (libpthread_solib_p): Call it.
7992 * solib.h (libpthread_name_p): New prototype.
7993
0643c12e
PM
79942009-05-15 Pierre Muller <muller@ics.u-strasbg.fr>
7995
7996 * MAINTAINERS: Update my email address.
7997
e62c965a
PP
79982009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7999
8000 * breakpoint.h: Add breakpoint_re_set_objfile prototype.
8001 * breakpoint.c (create_overlay_event_breakpoint): Renamed
8002 from create_overlay_event_breakpoint_1, old
8003 create_overlay_event_breakpoint deleted.
8004 (breakpoint_re_set_objfile): Don't rescan all objfiles
8005 unnecessarily.
8006 (breakpoint_re_set): New function.
8007 * symfile.c (new_symfile_objfile): Call breakpoint_re_set_objfile
8008 instead of breakpoint_re_set.
8009 * objfiles.c (objfile_relocate): Likewise.
8010
9e2ace22
JB
80112009-05-14 Joel Brobecker <brobecker@adacore.com>
8012
8013 * gdbarch.sh: Add comment documenting the target_gdbarch global.
8014 gdbarch.h does NOT need to be regenerated as the corresponding
8015 change has already been made in a previous commit.
8016
39a90fca 80172009-05-14 Pierre Muller <muller@ics.u-strasbg.fr>
9bb9e8ad
PM
8018
8019 Remove all i386 debug register low level macros in config nm files.
8020 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
8021 (I386_DR_LOW_GET_STATUS, I386_DR_LOW_SET_CONTROL): Remove.
8022 (I386_USE_GENERIC_WATCHPOIINTS): Remove.
8023
8024 * i386-nat.h: New file (adapted from config/i386/nm-i386.h).
8025 (struct i386_dr_low_type): New type.
8026 (i386_dr_low): New global variable.
8027 * i386-nat.c (TARGET_HAS_DR_LEN_8): Update macro.
8028 (i386_insert_aligned_watchpoint): Replace i386 dr low macros by
8029 i386_dr_low struct variable fields.
8030 (i386_remove_aligned_watchpoint): Likewise.
8031 (i386_stopped_data_address): Likewise.
8032 (i386_stopped_by_hwbp): Likewise.
8033 (show_debug_regs_command_added): New static variable.
8034 (add_show_debug_regs_command): New static function.
8035 (i386_use_watchpoints): Call add_show_debug_regs_command if not done.
8036 (i386_set_debug_register_length): New function.
8037 (_initialize_i386_nat): Delete.
8038
8039 * amd64-linux-nat.c: Include "i386-nat.h".
8040 (amd64_linux_dr_set_control): Change to static.
8041 (amd64_linux_dr_get_status): Change to static.
8042 (amd64_linux_dr_set_addr,amd64_linux_dr_reset_addr): Likewise.
8043 (_initialize_amd64_linux_nat): Set i386_dr_low variable fields.
8044
8045 * go32-nat.c: Include "i386-nat.h".
8046 (go32_set_addr): Change to static.
8047 (go32_set_dr7): Change to static. Change arg type to unisgned long.
8048 (go32_get_dr6): Change to static. Change return type to unisnged long.
8049 (init_go32_ops): Set i386_dr_low variable fields.
8050 * i386-linux-nat.c: Include "i386-nat.h".
8051 (i386_linux_dr_set_control, i386_linux_dr_get_status): Change to static.
8052 (i386_linux_dr_set_addr, i386_linux_dr_reset_addr): Idem.
8053 (_initialize_i386_linux_nat): Set i386_dr_low variable fields.
8054 * i386bsd-nat.h: Declare functions used for
8055 i386_dr_low fields in i386fbsd-nat.c.
8056 * i386fbsd-nat.c: Include "i386-nat.h".
8057 (_initialize_i386fbsd_nat): Set i386_dr_low variable fields.
8058 * windows-nat.c: Include "i386-nat.h".
8059 (cygwin_set_dr, cygwin_get_dr6, cygwin_set_dr7): Add prototypes.
8060 Change to static.
8061 (cygwin_get_dr6): Change return type to unisnged long.
8062 (cygwin_set_dr7): Change arg type to unisgned long.
8063 (init_windows_ops): Set i386_dr_low function fields.
8064
8065 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Call
8066 i386_set_debug_register_length.
8067 * i386-windows-nat.c (_initialize_i386_windows_nat): Likewise.
8068
8069 * config/i386/nm-cygwin.h: Remove all I386_* macros.
8070 * config/i386/nm-cygwin64.h: Likewise.
8071 * config/i386/nm-fbsd.h: Likewise.
8072 * config/i386/nm-linux.h: Likewise.
8073 * config/i386/nm-i386.h: Remove completely.
8074 * config/i386/nm-go32.h: Remove completely.
8075 * config/i386/nm-linux64.h: Remove completely.
8076 * config/i386/go32.mh (NAT_FILE): Remove entry.
8077 * config/i386/linux64.h (NAT_FILE): Change to config/nm-linux.h.
8078
7a893eb8
JB
80792009-05-14 Jon Beniston <jon@beniston.com>
8080
8081 * MAINTAINERS: Add Jon Beniston to write after approval list.
8082
57a9e6af
PP
80832009-05-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8084
8085 * objc-lang.c (objc_objfile_data): New variable.
8086 (find_methods): Skip objfiles without Obj-C methods.
8087 (_initialize_objc_lang): New function.
8088
3f7f5fe4
JB
80892009-05-13 Joel Brobecker <brobecker@adacore.com>
8090
8091 * c-lang.c (print_wchar): Remove unnecessary cast.
8092
25ad2853
JB
80932009-05-12 Jim Blandy <jimb@red-bean.com>
8094
8095 * MAINTAINERS: Remove self as m32c target maintainer.
8096
cbe54154
PA
80972009-05-12 Pedro Alves <pedro@codesourcery.com>
8098
8099 * cli/cli-decode.c (deprecated_add_set_cmd): Delete.
8100 * command.h (deprecated_add_set_cmd): Delete declaration.
8101 * gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
8102 'set debug gnu-nat' and 'show debug gnu-nat'.
8103 * i386-nat.c (_initialize_i386_nat): Replace 'maint
8104 show-debug-registers' with 'maint set show-debug-registers' and
8105 'maint show show-debug-registers'.
8106 * mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
8107 show-debug-registers' with 'maint set show-debug-registers' and
8108 'maint show show-debug-registers'.
8109
2d90c72a
JB
81102009-05-12 Joel Brobecker <brobecker@adacore.com>
8111
8112 * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before
8113 pushing it on the output obstack.
8114
00903456
JK
81152009-05-11 Joel Brobecker <brobecker@adacore.com>
8116
8117 Fix internal error on breaking at a multi-locations caller source line.
8118 * breakpoint.c (parse_breakpoint_sals): Set EXPLICIT_PC for the `break'
8119 command with no parameters.
8120
7feb7d06
PA
81212009-05-11 Pedro Alves <pedro@codesourcery.com>
8122
8123 * linux-nat.c (enum sigchld_state): Delete.
8124 (linux_nat_async_events_state): Delete.
8125 (struct waitpid_result): Delete.
8126 (waitpid_queue): Delete.
8127 (queued_waitpid_1): Delete.
8128 (async_file_flush): New.
8129 (queued_waitpid, push_waitpid): Delete.
8130 (async_file_mark): New.
8131 (drain_queued_events): Delete.
8132 (my_waitpid): Remove locally queued events handling.
8133 (linux_test_for_tracefork): Upjust.
8134 (linux_child_follow_fork): Ditto.
8135 (sync_sigchld_action): Delete.
8136 (blocked_mask): Reinstate.
8137 (async_sigchld_action): Rename to...
8138 (sigchld_action): ... this.
8139 (block_child_signals): New.
8140 (restore_child_signals_mask): New.
8141 (lin_lwp_attach_lwp): Adjust.
8142 (linux_nat_create_inferior): Ditto.
8143 (linux_nat_attach): Also use lp->status in async mode.
8144 (get_pending_status): Don't use queued_waitpid.
8145 (linux_nat_detach): Don't drain locally queued events.
8146 (linux_nat_resume): Allow pending wait statuses stored lp->status
8147 in async mode. If returning early due to a pending event,
8148 re-register the event source.
8149 (stop_wait_callback): Allow pending wait statuses stored
8150 lp->status in async mode.
8151 (pipe_to_local_event_queue, local_event_queue_to_pipe): Delete.
8152 (linux_nat_wait): Rename to ...
8153 (linux_nat_wait_1): ... this. Allow pending wait statuses stored
8154 lp->status in async mode. Always add WNOHANG to the waitpid
8155 options in async mode.
8156 (linux_nat_wait): New.
8157 (kill_callback): Don't drain locally queued events.
8158 (sigchld_handler): Rewrite.
8159 (linux_nat_is_async_p, linux_nat_can_async_p): Fix comments to
8160 refer to "set target-async".
8161 (linux_nat_async_mask): If in non-stop, and re-enabling async
8162 mode, re-register the target event source in the event loop.
8163 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push)
8164 (get_pending_events, async_sigchld_handler)
8165 (linux_nat_async_events): Delete.
8166 (handle_target_event): New.
8167 (linux_nat_async_file_handler): Delete.
8168 (linux_async_pipe): New.
8169 (linux_nat_async): Only re-register in the event loop if not
8170 registered yet. Always notify the event-loop once if enabling the
8171 event source.
8172 (linux_nat_stop_lwp): Rewrite to handle pending events stored in
8173 lp->status, not in the locally queued event list.
8174 (linux_nat_stop): Don't mask out async event handling.
8175 (linux_nat_setup_async): Delete.
8176 (_initialize_linux_nat): Adjust.
8177 (lin_thread_get_thread_signals): blocked_mask is global again.
8178 Adjust.
8179
39a90fca 81802009-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
d92524f1
PM
8181
8182 Unify target macros.
8183
8184 * target.h (STOPPED_BY_WATCHPOINT): Delete, replaced by ...
8185 (target_stoppped_by_watchpoint): New macro.
8186 (HAVE_STEPPABLE_WATCHPOINT): Delete, replaced by ...
8187 (target_have_steppable_watchpoint): New macro.
8188 (HAVE_CONTINUABLE_WATCHPOINT): Delete, replace by ...
8189 (target_have_continuable_watchpoint): New macro.
8190 (TARGET_CAN_USE_HARDWARE_WATCHPOINT):Delete, replaced by ...
8191 (target_can_use_hardware_watchpoint): New macro.
8192 (TARGET_REGION_OK_FOR_HW_WATCHPOINT):Delete, replaced by ...
8193 (target_region_ok_for_hw_watchpoint): New macro.
8194
8195 * breakpoint.c (update_watchpoint): Use new macros.
8196 (bpstat_alloc): Likewise.
8197 (create_breakpoint): Likewise.
8198 (watch_command_1): Likewise.
8199 (can_use_hardware_watchpoint): Likewise.
8200 (do_enable_breakpoint): Likewise.
8201 * infrun.c (handle_inferior_event): Adapt to new macros.
8202 * mips-tdep.c (mips_gdbarch_init): Update comments.
8203 * procfs.c (procfs_set_watchpoint): Update comment.
8204 (procfs_insert_watchpoint): Adapt to new macros.
8205 * remote-m32r-sdi.c (m32r_stop):
8206 * remote-mips.c (mips_remove_breakpoint):
8207 * target.c (debug_to_region_ok_for_hw_watchpoint): Update to new macros.
8208 (debug_to_stopped_by_watchpoint): Likewise.
8209
8210
39a90fca 82112009-05-10 Pierre Muller <muller@ics.u-strasbg.fr>
fe524716
PM
8212
8213 * src/gdb/target.h: Remove all tests for already defined
8214 macros. All macros defined here should not be set in config
8215 headers anymore.
8216
1dfe79e8
SDJ
82172009-05-08 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8218
8219 * ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
8220 (have_ptrace_getsetfpregs): Likewise.
8221 fetch_all_gp_regs): New function.
8222 (fetch_gp_regs): New function.
8223 (fetch_all_fp_regs): Likewise.
8224 (fetch_fp_regs): New function.
8225 (fetch_ppc_registers): Using the new methods to fetch general-
8226 purpose and floating-pointer registers.
8227 (store_all_gp_regs): New function.
8228 (store_gp_regs): Likewise.
8229 (store_all_fp_regs): New function.
8230 (store_fp_regs): Likewise.
8231 (store_ppc_registers): Using the new methods to store general-
8232 purpose and floating-pointer registers.
8233
2cda8d2f
DE
82342009-05-08 Doug Evans <dje@google.com>
8235
8236 * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
8237
b0afac70
SDJ
82382009-05-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8239
8240 * MAINTAINERS (Write After Approval): Add self.
8241
6b614274
JB
82422009-05-07 Joel Brobecker <brobecker@adacore.com>
8243
8244 * gdbarch.h (target_gdbarch): Add comment documenting this global.
8245
82462009-05-06 Joel Brobecker <brobecker@adacore.com>
4edb1e84
JB
8247
8248 * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over
8249 system iconv.
8250 * configure: Regenerate.
8251
6b614274 82522009-05-06 Joel Brobecker <brobecker@adacore.com>
8626589c
JB
8253
8254 * utils.c: Add include of gdb_usleep.h.
8255 (defaulted_query): Detect false EOF conditions that happen
8256 on terminals opened with the O_NONBLOCK flag when there is
8257 nothing to read.
8258
a562dc8f
PA
82592009-05-06 Pedro Alves <pedro@codesourcery.com>
8260
8261 * inferior.c (add_inferior): Move observer_notify_new_inferior
8262 call to ...
8263 (add_inferior_silent): ... here.
8264
39a90fca 82652009-05-06 Pierre Muller <muller@ics.u-strasbg.fr>
25513619
PA
8266 Pedro Alves <pedro@codesourcery.com>
8267
8268 * procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
8269 (procfs_region_ok_for_hw_watchpoint, procfs_use_watchpoints): New
8270 functions.
8271 (procfs_stopped_by_watchpoint): Made static, ptid argument
8272 removed.
8273 (_initialize_procfs): Register new watchpoint related target
8274 functions.
8275 * config/i386/nm-i386sol2.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT)
8276 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT, STOPPED_BY_WATCHPOINT)
8277 (HAVE_CONTINUABLE_WATCHPOINT): Delete.
8278 (target_insert_watchpoint, target_remove_watchpoint): Delete.
8279 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
8280 declarations.
8281 * config/mips/nm-irix5.h (STOPPED_BY_WATCHPOINT)
8282 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
8283 (target_insert_watchpoint, target_remove_watchpoint): Delete.
8284 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
8285 declarations.
8286 * config/sparc/nm-sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
8287 (HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT): Delete.
8288 (target_insert_watchpoint, target_remove_watchpoint): Delete.
8289 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
8290 declarations.
8291
51f4db83 82922009-05-06 Hui Zhu <teawater@gmail.com>
e7a8dbfb 8293
8408d274
HZ
8294 * i386-tdep.c (i386_process_record): Change bzero to memset.
8295
51f4db83 82962009-05-06 Hui Zhu <teawater@gmail.com>
8408d274
HZ
8297
8298 * NEWS: Add item for process record and replay.
e7a8dbfb 8299
f6402f18
MG
83002009-05-05 Maxim Grigoriev <maxim2405@gmail.com>
8301
8302 * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
8303
fb14de7b
UW
83042009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
8305
8306 * inferior.h (read_pc, write_pc): Remove.
8307 * regcache.c (read_pc, write_pc): Remove.
8308
8309 * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
8310 of read_pc.
8311 (handle_inferior_event): Use regcache_read_pc instead of read_pc
8312 when determining value of stop_pc. Replace subsequent uses of
8313 read_pc by inspecting already-retrieved stop_pc value.
8314 (keep_going): Use regcache_read_pc instead of read_pc.
8315
8316 * breakpoint.c (watchpoint_check): Use current frame architecture
8317 and PC instead of current_gdbarch and read_pc ().
8318 * tracepoint.c (set_traceframe_context): Replace PC argument
8319 with FRAME argument.
8320 (trace_start_command, finish_tfind_command): Update calls.
8321 (finish_tfind_command): Compare frame IDs to identify transitions
8322 between frames.
8323 (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
8324 * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
8325 of gdbarch. Use regcache_read_pc and regcache_write_pc instead
8326 of read_pc and write_pc.
8327 (store_register): Make regcache argument non-const. Update call
8328 to exec_one_dummy_insn.
8329
8330 * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
8331 * infcmd.c (post_create_inferior): Likewise.
8332 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
8333 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
8334 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
8335 * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
8336 * linux-fork.c (fork_load_infrun_state): Likewise.
8337 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
8338 * record.c (record_wait): Likewise.
8339 * procfs.c (procfs_wait): Likewise.
8340 * remote-mips.c (common_open, mips_wait): Likewise.
8341 * remote-m32r-sdi.c (m32r_resume): Likewise.
8342
8343 * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
8344 * monitor.c (monitor_create_inferior, monitor_load): Likewise.
8345 * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
8346 * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
8347 * remote-mips.c (mips_create_inferior, mips_load): Likewise.
8348
8349 * solib-darwin.c: Include "regcache.h".
8350 * solib-pa64.c: Include "regcache.h".
8351 * solib-svr4.c: Include "regcache.h.".
8352
8353 * symfile.c: Do not mention read_pc or write_pc in comments.
8354 * dink32-rom.c: Likewise.
8355 * m32r-rom.c: Likewise.
8356 * mips-tdep.c: Likewise.
8357
f698437e
UW
83582009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
8359
8360 * fork-child.c (startup_inferior): Move setting stop_pc ...
8361 * infcmd.c (post_create_inferior): ... to here.
8362
64644d9b
MS
83632009-05-04 Michael Snyder <msnyder@vmware.com>
8364
8365 * NEWS: Add item for reverse debugging commands.
8366
67ce33d7
PA
83672009-05-04 Pedro Alves <pedro@codesourcery.com>
8368
8369 * go32-nat.c (go32_stop): Delete.
8370 (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
8371 (go32_create_inferior): Don't call go32_stop or
8372 go32_kill_inferior.
8373 (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
8374 here.
8375 (init_go32_ops): Don't register go32_stop.
8376
26a4ddaa
EZ
83772009-05-02 Eli Zaretskii <eliz@gnu.org>
8378
8379 * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
8380 sym_name.
8381
8382 * infcall.c (find_function_addr): Avoid compiler warnings for
8383 funaddr.
8384
a11a1416
JK
83852009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8386
8387 * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
8388 (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
8389
ee78f3e5
DE
83902009-05-01 Doug Evans <dje@google.com>
8391
8392 * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
8393 to thread_info.
8394
699275c9
EZ
83952009-05-01 Eli Zaretskii <eliz@gnu.org>
8396
299a410e
EZ
8397 * record.c (_initialize_record): Reformat and clarify doc strings
8398 for stop-at-limit and insn-number-max.
8399
699275c9
EZ
8400 * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
8401
323427d1
JK
84022009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8403
8404 Make specifiable the make_function_type type memory ownership.
8405 * gdbtypes.c (make_function_type): New parameter `objfile', use it
8406 explicitely instead of TYPE-initialized removed local variable
8407 `objfile'. Describe `objfile' it in the function comment.
8408 (lookup_function_type): Update make_function_type callers.
8409 * gdbtypes.h (make_function_type): Update the prototype.
8410 * jv-lang.c (java_link_class_type): Update make_function_type callers.
8411 * dwarf2read.c (read_subroutine_type): Likewise.
8412 * stabsread.c (read_type): Likewise.
8413
15430fc0
EZ
84142009-05-01 Eli Zaretskii <eliz@gnu.org>
8415
89c9c2ec
EZ
8416 * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
8417 printing a bogus "Thread <main>".
8418 (go32_thread_alive): Don't return 1 for null_ptid.
8419
15430fc0
EZ
8420 * i386-tdep.c (i386_go32_init_abi): Override the number of
8421 registers due to non-support of SSE.
8422
c7098c41
AG
84232009-04-30 Anthony Green <green@moxielogic.com>
8424
8425 * configure.tgt: Link the moxie simulator in with gdb.
8426
25c2f6ab
PP
84272009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
8428
8429 * elfread.c (elf_symtab_read): Don't assume .data and .rodata
8430 are present.
15430fc0 8431
77fcef51
HZ
84322009-04-30 Hui Zhu <teawater@gmail.com>
8433 Michael Snyder <msnyder@vmware.com>
8434
8435 I386 Linux process record and replay support.
8436
8437 * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
8438 This struct has the argument for the function
8439 "record_linux_system_call".
8440 (i386_linux_intx80_sysenter_record): New function. Parse the
8441 system call instruction and call function
8442 "record_linux_system_call" to record execute log.
8443 (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
8444 Set "i386_linux_intx80_sysenter_record" to
8445 "i386_intx80_record" and "i386_sysenter_record".
8446
7ad10968
HZ
84472009-04-30 Hui Zhu <teawater@gmail.com>
8448 Michael Snyder <msnyder@vmware.com>
8449
8450 I386 architecture process record and replay support.
8451
8452 * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
8453 PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
8454 instruction set.
8455 (aflag, dflag, override, modrm, mod, reg, rm, ot,
8456 i386_record_pc): New variables. Ditto.
8457 (i386_record_modrm, i386_record_lea_modrm_addr,
8458 i386_record_lea_modrm): New functions. Ditto.
8459 (i386_process_record): New function. Parse the instruction in
8460 address "addr" and record the values of registers and memory
8461 that will be changed by this instruction.
8462 (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
8463 "process_record" interface.
8464 * i386-tdep.h (gdbarch_tdep): New function pointers
8465 "i386_intx80_record" and "i386_sysenter_record" that point to
8466 the function that can record "intx80" and "sysenter" execute
8467 log.
8468
96429cc8
HZ
84692009-04-30 Hui Zhu <teawater@gmail.com>
8470 Michael Snyder <msnyder@vmware.com>
8471
8472 * infrun.c (use_displaced_stepping): Return false if process
8473 record and replay target is used.
8474 (proceed): Call function "record_not_record_set" if pocess
8475 record and replay target is used.
8476
b7f6bf22
HZ
84772009-04-30 Hui Zhu <teawater@gmail.com>
8478 Michael Snyder <msnyder@vmware.com>
8479
8480 Linux process record and replay support.
8481
8482 * Makefile.in (ALLDEPFILES): Add linux-record.c.
8483 (ALL_TARGET_OBS): Add linux-record.o.
8484 * configure.tgt (x86_64-*-linux*): Add linux-record.o.
8485 (i[34567]86-*-linux*): Add linux-record.o.
8486 * linux-record.c, linux-record.h: New file.
8487
69d05d38
HZ
84882009-04-30 Hui Zhu <teawater@gmail.com>
8489 Michael Snyder <msnyder@vmware.com>
8490
8491 Process record and replay target.
8492
8493 * Makefile.in (SFILES): Add record.c.
8494 (COMMON_OBS): Add record.o.
8495 * record.c, record.h: New file.
8496
81e64f55
HZ
84972009-04-30 Hui Zhu <teawater@gmail.com>
8498 Michael Snyder <msnyder@vmware.com>
8499
8500 * target.h (strata): New stratum "record_stratum".
8501
0407e712
HZ
85022009-04-30 Hui Zhu <teawater@gmail.com>
8503 Michael Snyder <msnyder@vmware.com>
8504
8505 GDBARCH interface for process record and replay.
8506
8507 * gdbarch.sh (process_record): This interface point to the
8508 function that records the inferior execute log.
8509
c5af0dad
DE
85102009-04-29 Doug Evans <dje@google.com>
8511
8512 * i386-nat.c (child_post_startup_inferior): Delete, unused.
8513
df2b6d2d
PA
85142009-04-29 Pedro Alves <pedro@codesourcery.com>
8515
8516 * breakpoint.c (print_exception_catchpoint): Access `b' directly
8517 instead of `b->loc->owner'.
8518 (print_mention_exception_catchpoint): Ditto.
8519
484086b7
JK
85202009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8521
8522 * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
8523
379a77b5
TT
85242009-04-27 Tom Tromey <tromey@redhat.com>
8525
8526 * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
8527
aad80b26
JG
85282009-04-27 Jerome Guitton <guitton@adacore.com>
8529
8530 * symtab.c (append_exact_match_to_sals): New function, extracted
8531 from expand_line_sal.
8532 (expand_line_sal): Use append_exact_match_to_sals to append exact
8533 matches. If none found, append all best items.
8534
57a46001
JG
85352009-04-27 Jerome Guitton <guitton@adacore.com>
8536
8537 * main.c (captured_main): Move gdbinit lookups after gdb_init.
8538
d389af10
JK
85392009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 PR gdb/9675:
8542 * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
8543 (read_func_scope): Call inherit_abstract_dies.
8544
90b9b517
EZ
85452009-04-25 Eli Zaretskii <eliz@gnu.org>
8546
8547 * Makefile.in (ALLDEPFILES): Remove duplicate entries for
8548 sparc-sol2-nat.c and sparc-sol2-tdep.c.
80a0ea0f
EZ
8549
8550 * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
8551
39a90fca 85522009-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
5ac79d78
PM
8553
8554 ARI change: Use "/* ARI: rule */" pattern.
8555 * utils.c: Update ARI patterns.
8556 * gdb_dirent.h: Likewise.
8557
d7066cce
AG
85582009-04-23 Anthony Green <green@moxielogic.com>
8559
8560 * MAINTAINERS: Add moxie target.
8561 * configure.tgt: Add moxie-*-elf target.
8562 * moxie-tdep.c: New file.
8563 * moxie-tdep.h: New file.
8564
fc84d355 85652009-04-23 Joel Brobecker <brobecker@adacore.com>
72fcaa05
JB
8566
8567 * ada-lang.c: Remove an extra empty line. No code change.
8568
217dc9e2
JK
85692009-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8570
8571 Fix double free on error inserting the breakpoint instruction.
8572 * breakpoint.c (create_breakpoints): Move the
8573 update_global_location_list call to ...
8574 (break_command_really): ... here together with the second local call
8575 both unified after all the cleanups.
8576
b14b1491
TT
85772009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8578 Tom Tromey <tromey@redhat.com>
8579
8580 * configure, config.in: Regenerate.
8581 * configure.ac: Support for relocatable GDB datadir. Use
8582 GDB_AC_WITH_DIR. Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
8583 * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
8584 * top.c (init_main): Add "set data-directory".
8585 * defs.h (gdb_datadir): Declare.
8586 * main.c (gdb_datadir): New global.
8587 (captured_main): Initialize gdb_datadir. Use relocate_directory.
8588 (relocate_path): New function.
8589 (relocate_directory): Likewise.
8590 (get_init_files): Use relocate_path.
8591 (README): Mention --with-gdb-datadir.
8592
5e7b5f74
JB
85932009-04-23 Joel Brobecker <brobecker@adacore.com>
8594
8595 * ada-tasks (task_command_1): Call target_find_new_threads.
8596
465f42bb
JB
85972009-04-23 Joel Brobecker <brobecker@adacore.com>
8598
8599 * stack.c (do_gdb_disassembly): Print the exception message if an
8600 error was thrown while trying to perform the disassembly.
8601
3038237c
JK
86022009-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8603
8604 * varobj.c (free_variable): Replace free_current_contents by xfree.
8605
17c12639
KH
86062009-04-22 Kazu Hirata <kazu@codesourcery.com>
8607
8608 * arm-linux-nat.c (fetch_register, store_register): Use
8609 ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
8610 * arm-linux-tdep.c (arm_linux_supply_gregset,
8611 arm_linux_collect_gregset): Likewise.
8612 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
8613 * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
8614
a362e3d3
HZ
86152009-04-22 Hui Zhu <teawater@gmail.com>
8616
8617 * stack.c (_initialize_stack): Set the default of
8618 disassemble-next-line to off.
8619
d2596e2e
TT
86202009-04-21 Tom Tromey <tromey@redhat.com>
8621
8622 * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
8623 * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
8624
62e4f60c
AS
86252009-04-21 Andreas Schwab <schwab@linux-m68k.org>
8626
8627 * configure.ac: Add quotes to not lose brackets in help text.
8628 * configure: Rebuild.
8629
82cd387f 86302009-04-21 Andreas Schwab <schwab@linux-m68k.org>
cfd53605
AS
8631
8632 * configure.ac: Don't postprocess Makefile in config.status.
8633 Substitute GDB_NM_FILE. Don't substitute nm_h.
8634 * Makefile.in (GDB_NM_FILE): Substitute.
8635 (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
8636 * configure: Regenerate.
8637 * gnulib/Makefile.in: Regenerate.
8638
26e251b6
JM
86392009-04-21 Joseph Myers <joseph@codesourcery.com>
8640
8641 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
8642 --with-htmldir): New.
8643 * configure: Regenerate.
8644
32c1c914
TT
86452009-04-21 Tom Tromey <tromey@redhat.com>
8646
8647 * configure: Rebuild.
8648 * configure.ac: Use lower case for start of help strings. Clean
8649 up --with-sysroot help.
8650
a1220294
TT
86512009-04-21 Tom Tromey <tromey@redhat.com>
8652
8653 * configure: Rebuild.
8654 * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
8655 * configure.ac: Use AC_HELP_STRING. Use upper case for variables
8656 in help.
8657
39a90fca 86582009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
dfc3cd0e
PM
8659
8660 ARI fix: remove "%p".
8661 * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
8662 (ia64_sigtramp_frame_this_id): Ditto.
8663 (ia64_libunwind_frame_this_id): Ditto.
8664 (ia64_libunwind_sigtramp_frame_this_id): Ditto.
8665 * symmisc.c (maintenance_info_psymtabs): Ditto.
8666
29b0e8a2
JM
86672009-04-21 Joseph Myers <joseph@codesourcery.com>
8668
8669 * configure.ac (--with-relocated-sources): New.
8670 * configure, config.in: Regenerate.
8671 * source.c (add_substitute_path_rule): Remove static.
8672 * source.h (add_substitute_path_rule): Declare.
8673 * main.c: Include "source.h".
8674 (captured_main): Add substitution rule if RELOC_SRCDIR.
8675
39a90fca 86762009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
ccabeb57
PM
8677
8678 * gnu-nat.h (proc_debug): Add missing continuation line in macro.
cfd53605 8679
b9412953
DD
86802009-04-20 David Daney <ddaney@caviumnetworks.com>
8681
8682 * NEWS: Mention MIPS/Linux hardware watchpoint support.
8683
86842009-04-20 David Daney <ddaney@caviumnetworks.com>
8685
8686 * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
8687 (maint_show_dr, super_close): New variables.
8688 (super_fetch_registers, super_store_registers): Make static.
8689 (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
8690 (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
8691 (pt_watch_style): Define new enum.
8692 (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
8693 Define new structs.
8694 (watch_readback_valid, watch_readback, current_watches, watch_mirror):
8695 New variables.
8696 (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
8697 (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
8698 (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
8699 (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
8700 (type_to_irw, fill_mask, try_one_watch)
8701 (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
8702 (mips_linux_new_thread, populate_regs_from_watches)
8703 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
8704 (mips_linux_close): New functions.
8705 (_initialize_mips_linux_nat): Register watchpoint functions with
8706 the target_ops. Add show-debug-regs maintenance command.
8707
87082009-04-20 David Daney <ddaney@caviumnetworks.com>
8709
8710 * infrun.c (handle_inferior_event): Move gegisters_changed call down.
8711
6de3146c
PA
87122009-04-19 Pedro Alves <pedro@codesourcery.com>
8713
8714 * NEWS: Mention gdbserver support for x86 Windows CE.
8715
10085bb5
EZ
87162009-04-19 Eli Zaretskii <eliz@gnu.org>
8717
e424a02e
EZ
8718 * config/djgpp/fnchange.lst: Fix typos.
8719
10085bb5
EZ
8720 Set default host and target charsets in the DJGPP port.
8721
8722 * config/djgpp/config.sed (am_cv_langinfo_codeset)
8723 (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
8724 in all configure scripts that define ac_cv_env_CPP_value.
8725
8726 * go32-nat.c (dos_codepage, nl_langinfo): New functions.
8727 Include langinfo.h.
8728
8729 * config/djgpp/nl_types.h: New file.
8730
8731 * config/djgpp/langinfo.h: New file.
8732
8733 * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
8734
2b831889
JM
87352009-04-18 Carlos O'Donell <carlos@codesourcery.com>
8736
8737 * Makefile.in (MAKEHTML): Set to makeinfo --html.
8738 (MAKEHTMLFLAGS): Set to empty.
8739
d647eed6
EZ
87402009-04-18 Eli Zaretskii <eliz@gnu.org>
8741
d7713ae0
EZ
8742 * NEWS: Mention all new set/show commands added since GDB 6.8 was
8743 released.
8744
d647eed6
EZ
8745 * go32-nat.c (go32_sysinfo): Check if the call to
8746 __dpmi_get_capabilities fills the buffer with information, and
8747 don't use the buffer if not.
8748
58720494
TT
87492009-04-17 Tom Tromey <tromey@redhat.com>
8750
8751 * charset.c (_initialize_charset): Add special case for "646".
8752
89a34d1b
JM
87532009-04-17 Carlos O'Donell <carlos@codesourcery.com>
8754
8755 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
8756 * configure: Regenerate.
8757 * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
8758 configure substitutions.
8759 (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
8760
39a90fca 87612009-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
a74ce742
PM
8762
8763 ARI fix: Do not use %p, replace by call to host_address_to_string
8764 for host pointers.
8765 * darwin-nat.c (darwin_xfer_partial): Apply change.
8766 * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
8767 * gnu-nat.h (proc_debug): Ditto.
8768 * symmisc.c (maintenance_info_symtabs): Ditto.
8769 (maintenance_info_psymtabs): Ditto.
8770 * windows-nat.c (handle_load_dll): Ditto.
8771 (handle_unload_dll, info_w32_command, handle_exception): Ditto.
8772 * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
8773
0ca8834f
JM
87742009-04-17 Joseph Myers <joseph@codesourcery.com>
8775
8776 * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
8777 --enable-64-bit-bfd.
8778 (sparc-*-linux*): Likewise.
8779
541f1105
EZ
87802009-04-17 Eli Zaretskii <eliz@gnu.org>
8781
8782 * go32-nat.c (go32_sysinfo): Update list of Windows versions of
8783 the NT family.
8784
1554e9be
PA
87852009-04-16 Pedro Alves <pedro@codesourcery.com>
8786
8787 * remote.c (remote_query_attached): Fix pasto in packet_ok result
8788 checking.
8789
bf75638e
JB
87902009-04-16 Joel Brobecker <brobecker@adacore.com>
8791
8792 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
8793 Revert the previous change. Might not be correct, actually.
8794
3705b1c5
JB
87952009-04-16 Joel Brobecker <brobecker@adacore.com>
8796
8797 * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
8798 (ada_get_current_task, ada_print_exception_breakpoint_nontask)
8799 (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
8800 Remove declaration. These are non-existent functions.
8801
37da21bc
JB
88022009-04-16 Joel Brobecker <brobecker@adacore.com>
8803
8804 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
8805 Fix a compilation warning on mips-irix due to casting from
8806 a pointer of different size.
8807
6f38eac8
JB
88082009-04-16 Joel Brobecker <brobecker@adacore.com>
8809
8810 * ada-lang.c (symtab_for_sym): Delete.
8811 (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
8812
f9bc20b9
JB
88132009-04-16 Joel Brobecker <brobecker@adacore.com>
8814
8815 * ada-lang.c (extract_string): Delete.
8816 (ada_main_name): Reimplement using target_read_string instead of
8817 extract_string.
8818
335d71d6
AS
88192009-04-16 Andreas Schwab <schwab@linux-m68k.org>
8820
8821 * m68klinux-nat.c: Remove obsolete comment.
8822 (fetch_register, store_register): Don't call
8823 gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
8824 which are always nops here.
8825
732f6a93
TT
88262009-04-14 Tom Tromey <tromey@redhat.com>
8827
8828 * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
8829 (c_printstr): Likewise.
8830 * charset.c: Include gdb_wait.h.
8831 (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
8832 (find_charset_names): Use pexecute. Handle libiconv's output.
8833 Detect errors.
8834 (_initialize_charset): Use xstrdup.
8835 * gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar
8836 cases.
8837 (INTERMEDIATE_ENCODING): New define.
8838 * configure, config.in: Rebuild.
8839 * configure.ac: Check for btowc.
8840
334cc82d
TT
88412009-04-15 Tom Tromey <tromey@redhat.com>
8842
8843 * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
8844
27e3013d
EZ
88452009-04-15 Eli Zaretskii <eliz@gnu.org>
8846
8847 * utils.c (parse_escape): Initialize target_char to pacify GCC.
8848
8ea5dfdf
JK
88492009-04-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
8852
88c15c34
PM
88532009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
8854
8855 ARI fix: sprintf rule.
8856 * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
8857 * ada-lang.c (add_angle_brackets): Use xstrprintf.
8858 (ada_decode): Replace sprintf by xsnprintf.
8859 (find_old_style_renaming_symbol): Ditto.
8860 (ada_to_fixed_type_1, ada_enum_name): Ditto.
8861
8862
efbd6e75
JB
88632009-04-14 Joel Brobecker <brobecker@adacore.com>
8864
8865 * target.c (target_mourn_inferior): Call bfd_cache_close_all
8866 after having executed the target mourn_inferior routine.
8867
b46df7a1
EZ
88682009-04-14 Eli Zaretskii <eliz@gnu.org>
8869
8870 * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
8871 undefined.
8872
2facfe5c
DD
88732009-04-13 David Daney <ddaney@caviumnetworks.com>
8874
8875 * infrun.c (maybe_software_singlestep): New function.
8876 (resume): Call maybe_software_singlestep.
8877 (handle_inferior_event): Same.
8878
18e8c3bc
TT
88792009-04-13 Tom Tromey <tromey@redhat.com>
8880
8881 * python/python-frame.c (frapy_richcompare): Return
8882 Py_NotImplemented, not an error. Handle Py_NE as well.
8883
e726d784
EZ
88842009-04-13 Eli Zaretskii <eliz@gnu.org>
8885
8886 * charset.c (EILSEQ): Define if not defined by system headers.
8887
685af672
EZ
88882009-04-11 Eli Zaretskii <eliz@gnu.org>
8889
238f4807 8890 * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
a2effb2e 8891 to be consistent with renaming config.intl.in into config_intl.in.
238f4807 8892
c03b3c32
EZ
8893 * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
8894 consistent with the change from 2008-11-09.
685af672 8895
c16abbde
JK
88962009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8897
8898 * gdbtypes.c: Remove excessive parentheses at the return keywords.
2dbd25e5 8899 * varobj.c (varobj_invalidate): Fix indentation.
f4a34a08 8900 * varobj.c (varobj_invalidate): Fix formatting text width.
c16abbde 8901
143260c9
VP
89022009-04-08 Vladimir Prus <vladimir@codesourcery.com>
8903
8904 Implement -exec-jump.
8905
8906 * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
8907 * mi/mi-main.c (mi_cmd_exec_jump): New.
8908 * mi/mi-cmds.c (mi_cmds): Register exec-jump.
8909
d10c338d
DE
89102009-04-07 Doug Evans <dje@google.com>
8911
8912 * symfile.c (symbol_file_clear): Fix indentation.
8913
e5a6ba44
MK
89142009-04-06 Mark Kettenis <kettenis@gnu.org>
8915
8916 * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
8917
409c383c
UW
89182009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8919
8920 * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
8921 (ppc_linux_auxv_parse): New function.
8922 (ppc_linux_read_description): Use ppc_linux_target_wordsize.
8923 (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
8924
89252009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
9592c5d0
UW
8926
8927 * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
8928 BFD to contents of SPU name note.
8929 (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
8930 with "from_tty" argument 1 instead of 0.
8931
de40b933
JK
89322009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8933
8934 * dwarf2read.c
8935 (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
8936 Create the symbol in local scope.
8937 * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
8938
6cbbcdfe
KS
89392009-04-02 Keith Seitz <keiths@redhat.com>
8940
8941 * stabsread.c (read_member_functions): GCC may emit an extra space
8942 at the end of the names "__base_ctor" and "__base_dtor"; so ignore
8943 whitespace when looking for these functions.
8944
476f7b68
JB
89452009-04-01 Joel Brobecker <brobecker@adacore.com>
8946
8947 Change the default value for "set print frame-arguments" to scalars.
8948
8949 * stack.c (print_frame_arguments): Set initial value to "scalars".
8950
865093a3
AR
89512009-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8952
8953 * mips-tdep.c (mips_numeric_register_alieses): New definition.
cfd53605 8954 (mips_gdbarch_init): Add user registers from
865093a3
AR
8955 mips_numeric_register_aliases.
8956
5d3b6af6
JB
89572009-04-01 Joel Brobecker <brobecker@adacore.com>
8958
8959 * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
8960
9db03742
JB
89612009-04-01 Joel Brobecker <brobecker@adacore.com>
8962
8963 * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
8964 this is the last one.
8965
0d8f58ca
PA
89662009-04-01 Pedro Alves <pedro@codesourcery.com>
8967
8968 * remote.c (append_resumption): New.
8969 (remote_vcont_resume): Use it.
8970
1e2f1c5c
JB
89712009-04-01 Joel Brobecker <brobecker@adacore.com>
8972
8973 * windows-nat.c (+windows_get_ada_task_ptid): New function.
8974 (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
8975
71c25dea
TT
89762009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
8977 Keith Seitz <keiths@redhat.com>
8978 Jan Kratochvil <jan.kratochvil@redhat.com>
8979
8980 PR gdb/6817
8981 * Makefile.in (dbxread.o): Update.
8982 * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
8983 * dwarf2read.c (GDB_FORM_cached_string): New.
8984 (read_partial_die): Use dwarf2_canonicalize_name.
8985 (dwarf2_linkage_name): Use dwarf2_name.
8986 (dwarf2_canonicalize_name): New.
8987 (dwarf2_name): Use dwarf2_canonicalize_name.
8988 (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
8989 * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
8990 * symtab.c (lookup_symbol_in_language): Canonicalize input before
8991 searching.
8992 * cp-name-parser.y: operator() requires two parameters,
8993 according to libiberty.
8994 * minsyms.c (lookup_minimal_symbol): Canonicalize input
8995 before searching.
8996 * NEWS: Update.
8997
4a306c9a
JB
89982009-03-31 Joel Brobecker <brobecker@adacore.com>
8999
9000 Provide support for (Ada) task-specific breakpoints.
9001
9002 * ada-lang.h (ada_get_task_number): Add declaration.
9003 (breakpoint_ada_task_match): Delete declaration.
9004 * ada-tasks.c (ada_get_task_number): Make non-static.
9005 * breakpoint.h (struct breakpoint): Add field "task".
9006 * breakpoint.c (print_one_breakpoint_location): Add handling of
9007 task-specific breakpoints.
9008 (create_breakpoint, create_breakpoints, find_condition_and_thread):
9009 New parameter "task".
9010 (break_command_really): Update calls to find_condition_and_thread
9011 and create_breakpoints.
9012 (breakpoint_re_set_one): Update call to find_condition_and_thread.
9013 Set b->task.
9014
4a5a9917
JB
90152009-03-31 Joel Brobecker <brobecker@adacore.com>
9016
9017 * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
9018
bad34192
PA
90192009-03-31 Pedro Alves <pedro@codesourcery.com>
9020
9021 * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check
9022 if the thread's ptid without a thread id field is in the list
9023 before calling thread_change_ptid.
9024 (extended_remote_attach_1): In non-stop mode, do not rely on
9025 querying the current thread, instead, query the thread list, and
9026 select the first thread of the process.
9027 * gdbthread.h (first_thread_of_process): Declare.
9028 * thread.c (first_thread_of_process): Define.
9029
1042e4c0
SS
90302009-03-30 Stan Shebs <stan@codesourcery.com>
9031
9032 Make tracepoints into a type of breakpoint.
9033 * breakpoint.h (enum bptype): Add bp_tracepoint.
9034 (struct breakpoint): Add fields step_count, pass_count, actions.
9035 (get_tracepoint, get_tracepoint_by_number): Declare.
9036 (all_tracepoints): Declare.
9037 * breakpoint.c: Include tracepoint.h, readline.h.
9038 (ALL_TRACEPOINTS): Move here from tracepoint.c.
9039 (tracepoint_count): Ditto.
9040 (should_be_inserted): GDB does not insert tracepoints itself.
9041 (print_it_typical): Add tracepoint case.
9042 (bpstat_what): Ditto.
9043 (print_one_breakpoint_location): Ditto, and add printing for
9044 pass count, step count, and action list.
9045 (user_settable_breakpoint): Add tracepoint case.
9046 (allocate_bp_location): Ditto.
9047 (set_breakpoint_location_function): Ditto.
9048 (disable_breakpoints_in_shlibs): Ditto.
9049 (mention): Ditto.
9050 (break_command_really): Add argument traceflag, use to choose
9051 basic breakpoint type.
9052 (break_command_1): Pass extra argument.
9053 (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
9054 (breakpoint_re_set_one): Add tracepoint case.
9055 (disable_command, enable_command): Ditto.
9056 (set_tracepoint_count): Move here from tracepoint.c.
9057 (trace_command): Move here from tracepoint.c and use
9058 break_command_really.
9059 (tracepoints_info): Move here from tracepoint.c and call
9060 breakpoints_info.
9061 (enable_trace_command): Move here from tracepoint.c and call
9062 enable_command.
9063 (disable_trace_command): Move here from tracepoint.c and call
9064 disable_command.
9065 (delete_trace_command): Move here from tracepoint.c and call
9066 delete_breakpoint.
9067 (trace_pass_command): Move here from tracepoint.c.
9068 (get_tracepoint_by_number): Ditto.
9069 (tracepoint_save_command): Ditto.
9070 (get_tracepoint): New function.
9071 (all_tracepoints): New function.
9072 (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
9073 deprecate "enable trace" and "disable trace" commands.
9074 * tracepoint.h (struct tracepoint): Remove.
9075 (tracepoint_chain): Remove decl.
9076 (deprecated_create_tracepoint_hook): Remove decl.
9077 (deprecated_delete_tracepoint_hook): Remove decl.
9078 (deprecated_modify_tracepoint_hook): Remove decl.
9079 (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
9080 (free_actions): Update signature.
9081 (validate_actionline): Update signature.
9082 (end_actions_pseudocommand): Declare.
9083 (while_stepping_pseudocommand): Declare.
9084 * tracepoint.c: Include breakpoint.h.
9085 (tracepoint_chain, tracepoint_count): Remove.
9086 (free_actions, make_cleanup_free_actions): Update signature.
9087 (trace_command, set_raw_tracepoint): Remove.
9088 (trace_mention): Remove.
9089 (tracepoints_info): Remove.
9090 (tracepoint_operation, map_args_over_tracepoints): Remove.
9091 (get_tracepoint_by_number): Remove.
9092 (enable_trace_command, disable_trace_command): Remove.
9093 (delete_trace_command, trace_pass_command): Remove.
9094 (trace_actions_command, read_actions): Update signature.
9095 (validate_actionline): Update signature, use bp loc.
9096 (encode_actions): Ditto.
9097 (download_tracepoint): New function, body of trace_start_command.
9098 (trace_start_command): Call it, use all_tracepoints.
9099 (tracepoint_save_command): Remove.
9100 (tracepoint_dump_command): Use get_tracepoint.
9101 (end_actions_pseudocommand): Make globally visible.
9102 (while_stepping_pseudocommand): Ditto.
9103 (_initialize_tracepoint): Move command definitions to breakpoint.c.
9104
f8f6f20b
TJB
91052009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9106
9107 Expose frames to Python.
9108 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
9109 (SUBDIR_PYTHON_SRCS): Add python-frame.c.
9110 (python-frame.o): New target.
9111 * python/python-frame.c: New file.
9112 * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
9113 gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
9114 gdbpy_initialize_frames): New prototypes.
9115 * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
9116 (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
9117 entries.
9118 * stack.c (find_frame_funname): New function, factored out of
9119 print_frame.
9120 (print_frame): Call find_frame_funname.
9121 * stack.h (find_frame_funname): Add prototype.
9122
77316f4c
TJB
91232009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
9124
9125 Remove unused value_object attribute `owned_by_gdb'.
9126 * python/python-value.c (value_object): Remove owned_by_gdb
9127 attribute.
9128 (valpy_dealloc): Remove reference to self->owned_by_gdb.
9129 (valpy_new): Likewise.
9130 (value_to_value_object): Likewise.
9131
c0c6f777
TJB
91322009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
9133
9134 Change gdb.Value.address from a method to an attribute.
9135 * python/python-value.c (value_object): Add `address' element.
9136 (valpy_dealloc): Decrement reference to self->address if set.
9137 (valpy_new): Initialize val_obj->address.
9138 (valpy_address): Rename to ...
9139 (valpy_get_address): ... this. Change signature from method to
9140 attribute. Update self->address if not set.
9141 (value_to_value_object): Initialize val_obj->address.
9142 (value_object_getset): Add `address' element.
9143 (value_object_methods): Remove `address' element.
9144
c2c8d75b
AS
91452009-03-29 Andreas Schwab <schwab@linux-m68k.org>
9146
9147 * observer.sh: Set LANG/LC_ALL to C, not c.
9148
1b31f75d
KB
91492009-03-28 Kevin Buettner <kevinb@redhat.com>
9150
9151 * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
9152 `char' is unsigned.
9153
f91d3df5
PA
91542009-03-28 Pedro Alves <pedro@codesourcery.com>
9155
9156 * remote.c (remote_stop_ns): If multi-process extensions are off,
9157 and GDB is requesting the whole process to stop, sent "vCont;t",
9158 not "vCont;t:-1"
9159
7b0e8051
PA
91602009-03-28 Pedro Alves <pedro@codesourcery.com>
9161
9162 * inf-loop.c (inferior_event_handler): Avoid calling is_running on
9163 null inferior_ptid.
9164
5362e076
EZ
91652009-03-27 Eli Zaretskii <eliz@gnu.org>
9166
9167 * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
9168
88fc996f
DE
91692009-03-26 Doug Evans <dje@google.com>
9170
9171 * thread.c (do_restore_current_thread_cleanup): Redo test for
9172 whether to restore old->inferior_ptid.
9173
56ef84b1
TT
91742009-03-26 Tom Tromey <tromey@redhat.com>
9175
9176 * breakpoint.c (resolve_sal_pc): Preserve original line number
9177 when skipping prologue.
9178
a5321aa4
DE
91792009-03-26 Doug Evans <dje@google.com>
9180
9181 * thread.c (inferior_thread) Remove "extern" in definition.
9182
def2b000
TJB
91832009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
9184
9185 Add gdb.Value.is_optimized_out attribute.
9186 * python/python-value.c (valpy_get_is_optimized_out): New
9187 function.
9188 (value_object_getset): New variable.
9189 (value_object_type): Initialize tp_getset element.
9190
442ddf59
JK
91912009-03-26 Joel Brobecker <brobecker@adacore.com>
9192
9193 Recognize missing DW_AT_location as <value optimized out>.
9194 * dwarf2read.c
9195 (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
9196 Call add_symbol_to_list.
9197
78485d59
TT
91982009-03-25 Tom Tromey <tromey@redhat.com>
9199
9200 * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
9201 * stack.c (print_this_frame_argument_p): Use check_typedef.
9202
94ae1714
TT
92032009-03-25 Tom Tromey <tromey@redhat.com>
9204
9205 * configure: Rebuild.
9206 * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
9207 Rearrange flags setting. Add comments.
9208
2bc57ae3
PM
92092009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9210
9211 * config/i386/nm-i386.h: Remove code within
9212 I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
9213 * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
9214 macro.
9215 * config/i386/nm-cygwin64.h: Ditto.
9216 * config/i386/nm-fbsd.h: Ditto.
9217 * config/i386/nm-go32.h: Ditto.
9218 * config/i386/nm-linux.h: Ditto.
9219 * config/i386/nm-linux64.h: Ditto.
9220
549ba0f8
PM
92212009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9222
9223 ARI fix: "xasprintf" rule.
9224 * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
9225
68c97600
PA
92262009-03-25 Pedro Alves <pedro@codesourcery.com>
9227
9228 * remote.c (remote_start_remote): In non-stop mode, call
9229 init_wait_for_inferior before adding threads and inferiors.
9230
a6f1cd96
JB
92312009-03-25 Joel Brobecker <brobecker@adacore.com>
9232
9233 * breakpoint.c (breakpoint_thread_match): Split a large condition
9234 into several smaller conditions. No behavior change.
9235
dbfb4bc7 92362009-03-25 Pedro Alves <pedro@codesourcery.com>
a07daef3
PA
9237
9238 * infrun.c (infrun_thread_thread_exit): New.
9239 (_initialize_infrun): Attach it to the thread_exit observer.
9240 * thread.c (delete_thread_1): Always call the observer, passing it
9241 the silent flag.
9242 * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter. If
9243 SILENT, return immediately.
9244
d729566a
PA
92452009-03-25 Pedro Alves <pedro@codesourcery.com>
9246
9247 * infrun.c (normal_stop): Use has_stack_frames instead of
9248 target_has_stack.
9249 * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
9250 when there is no thread selected.
9251 (mi_cmd_execute): Don't special case commands that can run without
9252 a valid selected thread.
9253 * top.c (execute_command): Don't special case commands that can
9254 run without a valid selected thread. Use has_stack_frames.
9255 * infcmd.c (ensure_valid_thread): New.
9256 (continue_1, step_1, jump_command, signal_command): Use it.
9257 (detach_command): Error out if there's no selected thread/inferior.
9258 * thread.c (print_thread_info): Allow having no thread selected.
9259 (switch_to_thread): Don't read the PC if there is no current thread.
9260 (do_restore_current_thread_cleanup): Don't record the current
9261 frame if there is no current thread.
9262 (make_cleanup_restore_current_thread): Don't read frame info if
9263 there is no selected thread.
9264 (_initialize_thread): Don't mark commands as
9265 "no_selected_thread_ok".
9266 * frame.c (get_current_frame): Error out if there is no valid
9267 selected thread.
9268 (has_stack_frames): Return false if there is no valid
9269 selected thread.
9270 * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
9271 "no_selected_thread_ok".
9272 * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
9273 (get_cmd_no_selected_thread_ok): Delete.
9274 * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
9275 (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
9276 Delete declaration.
9277 * stack.c (get_selected_block): Use has_stack_frames.
9278
f04c6d38
TJB
92792009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
9280
9281 Fix size of FPSCR in Power 7 processors.
9282 * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
9283 (PPC_FEATURE_HAS_DFP): New #define.
9284 (ppc_linux_read_description): Check for DFP feature instead of
9285 ISA 2.05 to decide on size of the FPSCR.
9286
6c02c64c
KB
92872009-03-25 Kevin Buettner <kevinb@redhat.com>
9288
9289 * mn10300-tdep.c (trad-frame.h): Don't include.
9290 (prologue-value.h): Include.
9291 (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
9292 (struct mn10300_prologue): Define.
9293 (push_reg, translate_rreg, check_for_saved): New functions.
9294 (mn10300_analyze_prologue): Rewrite, using prologue-value
9295 machinery. Handle more instructions than before. Permit
9296 instructions to occur in any order.
9297 (mn10300_skip_prologue): Find the extents of the function
9298 in question; mn10300_analyze_prologue no longer does this.
9299 (mn10300_analyze_frame_prologue): New function.
9300 (mn10300_frame_base): New function.
9301 (mn10300_frame_this_id): Rewrite, no longer using trad-frame
9302 implementation.
9303 (mn10300_frame_prev_register): Likewise.
9304 (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
9305 (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
9306 `this_frame'.
9307 (mn10300_frame_unwind_init): Don't call frame_base_set_default().
9308
67c296a2
PM
93092009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9310
9311 Fix completer problem for filename completion on the first try.
9312
9313 * gdb/completer.h (gdb_completion_word_break_characters): New function.
9314 * gdb/completer.c: Include gdb_assert.h.
9315 (complete_line_internal_reason): New enum.
9316 (complete_line_internal): Change last argument type to
9317 complete_line_internal_reason.
9318 Modify function to handle the different complete_line_internal_reason
9319 argument values.
9320 (complete_line): Adapt to change in complete_line_internal.
9321 (command_completer): Ditto.
9322 (gdb_completion_word_break_characters): Implement new function.
9323 * top.c (init_main): Set rl_completion_word_break_hook to
9324 gdb_completion_word_break_characters.
c2c8d75b 9325
67c296a2 9326
1a6d2f2f
PM
93272009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9328
9329 ARI fix: "strlen d_name" rule.
9330 * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
9331
9332
fc3b640d
TT
93332009-03-24 Tom Tromey <tromey@redhat.com>
9334 Pedro Alves <pedro@codesourcery.com>
9335
9336 * configure, config.in: Rebuild.
9337 * configure.ac: Check for libiconvlist.
9338 * charset.c: Check HAVE_LIBICONVLIST.
9339 * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
9340 LIBICONV_LIBDIR. Update CPPFLAGS and LIBS.
9341 * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
9342 Remove.
9343 (INTERNAL_CFLAGS_BASE): Update.
9344 (INTERNAL_LDFLAGS): Update.
9345 (CLIBS): Update.
9346
76a39ba7
JK
93472009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9348
9349 * configure.ac: Initialize the variable $PREFER_CURSES.
9350 * configure: Regenerated.
9351
bd8a8e1b
JK
93522009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9353
9354 * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
9355 * configure: Regenerated.
9356
a3224241
PM
93572009-03-24 Pierre Muller <muller@ics.u-strasbg.fr>
9358
9359 ARI fix: "strerror" rule.
9360 * darwin-nat.c (darwin_ptrace): Use safe_strerror.
9361 (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
9362
6cdd57f4
JB
93632009-03-23 Joel Brobecker <brobecker@adacore.com>
9364
9365 * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
9366 before looking up the fields inside our struct type.
9367
17466c1a
JB
93682009-03-23 Joel Brobecker <brobecker@adacore.com>
9369
9370 * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
9371 trying to resolve the type qualification.
9372
8008e265
JB
93732009-03-23 Joel Brobecker <brobecker@adacore.com>
9374
9375 * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
9376 we try to apply the attribute on the real type, rather than
9377 its associated typedef.
9378
31dedfee
JB
93792009-03-23 Joel Brobecker <brobecker@adacore.com>
9380
9381 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
9382 to make sure we try to get the modulus of the actual type, not the
9383 associated typedef.
9384
5bc23cb3
JB
93852009-03-23 Joel Brobecker <brobecker@adacore.com>
9386
9387 * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
9388 [OP_ATR_LENGTH]: When using the attribute on a type, make sure
9389 to get the real type, not the associated typedef.
9390
872c8b51
JB
93912009-03-23 Joel Brobecker <brobecker@adacore.com>
9392
9393 * ada-lang.c (ada_get_field_index): Add handling of the case
9394 when TYPE is a typedef of a struct.
9395
dcb626be
JB
93962009-03-23 Joel Brobecker <brobecker@adacore.com>
9397
e0cfd8e3 9398 Add gdb_usleep as a portable version of usleep based on gdb_select.
dcb626be
JB
9399 * gdb_usleep.h, gdb_usleep.c: New files.
9400 * Makefile.in (SFILES): Add gdb_usleep.c.
9401 (HFILES_NO_SRCDIR): Add gdb_usleep.h.
9402 (COMMON_OBS): Add gdb_usleep.o.
9403 * ser-unix.c (hardwire_send_break): Replace call to gdb_select
9404 by call to gdb_usleep.
9405
24be086d
JB
94062009-03-23 Joel Brobecker <brobecker@adacore.com>
9407
9408 * buildsym.c (end_symtab): If we ignore the subfiles, then
9409 unlink the associated symtabs if they were already allocated.
9410
cb01cfba
JB
94112009-03-23 Jerome Guitton <guitton@adacore.com>
9412
9413 Provide a way to force building of GDB with libcurses.
9414 * configure.ac: Add --with-curses.
9415 * configure: Regenerated.
9416
9c482037
TT
94172009-03-23 Tom Tromey <tromey@redhat.com>
9418
9419 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
9420 error message.
9421
e2dd7057
PP
94222009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com>
9423
9424 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
9425 solib_contains_address_p instead of searching.
c2c8d75b 9426
0dd7fb99
TT
94272009-03-23 Tom Tromey <tromey@redhat.com>
9428
9429 * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
9430 (iconv): Make 'inbuf' argument const.
9431 (convert_between_encodings): Use ICONV_CONST.
9432 (wchar_iterate): Likewise.
9433
418c6cb3
CF
94342009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
9435
9436 * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
9437 dynamically loaded function.
9438 (LookupPrivilegeValueA): Ditto.
9439 (OpenProcessToken): Ditto.
9440 (AdjustTokenPrivileges): Rename and define placeholder for address of
c2c8d75b 9441 dynamically loaded function.
418c6cb3
CF
9442 (LookupPrivilegeValueA): Ditto.
9443 (OpenProcessToken): Ditto.
9444 (set_process_privilege): Remove check for loaded functions.
9445 (bad_OpenProcessToken): Define.
9446 (_initialize_loadable): Load token functions from advapi here, setting
9447 OpenProcessToken function to a dummy static function which always return
9448 error if OS doesn't support this functionality.
9449
695de547
CF
94502009-03-22 Nicolas Roche <roche@adacore.com>
9451 Christopher Faylor <me+cygwin@cgf.cx>
9452
9453 * win32-nat.c (ctrl_c_handler): New function.
9454 (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
9455 is run in a separate console.
9456
2b008701
CF
94572009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
9458
9459 * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
9460 for dynamically loaded function.
9461 (DebugBreakProcess): Ditto.
9462 (DebugSetProcessKillOnExit): Ditto.
9463 (EnumProcessModules): Ditto.
9464 (GetModuleFileNameExA): Ditto.
9465 (GetModuleInformation): Ditto.
9466 (DebugActiveProcessStop): Rename and define placeholder for address of
418c6cb3 9467 dynamically loaded function.
2b008701
CF
9468 (DebugBreakProcess): Ditto.
9469 (DebugSetProcessKillOnExit): Ditto.
9470 (EnumProcessModules): Ditto.
9471 (GetModuleFileNameExA): Ditto.
9472 (GetModuleInformation): Ditto.
9473 (psapi_loaded): Delete.
9474 (get_module_name): Don't check psapi_loaded, just rely on the fact that
9475 dynamically loaded functions will return failure if they weren't
9476 previously found.
9477 (has_detach_ability): Delete.
9478 (windows_attach): Remove call to has_detach_ability (). Just rely on
9479 functions being callable.
9480 (bad_DebugActiveProcessStop): Define.
9481 (bad_DebugBreakProcess): Ditto.
9482 (bad_DebugSetProcessKillOnExit): Ditto.
9483 (bad_EnumProcessModules): Ditto.
9484 (bad_GetModuleFileNameExA): Ditto.
9485 (bad_GetModuleInformation): Ditto.
9486 (_initialize_loadable): Rename from _initialize_psapi. Initialize all
9487 dynamic storage here, setting nonexistent functions to dummy static
9488 functions which always return error.
9489
f3b1572e
PA
94902009-03-22 Pedro Alves <pedro@codesourcery.com>
9491
9492 * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
9493 to the about_to_proceed observer notification.
9494 (mi_about_to_proceed): New.
9495 (mi_on_resume): Only output ^running and the prompt here if the
9496 target was proceeded.
9497 * breakpoint.c (breakpoint_proceeded): New static.
9498 (breakpoint_about_to_proceed): New.
9499 (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
9500 the about_to_proceed observer notification.
9501 * inferior.h (breakpoint_proceeded): Delete declaration.
9502 * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
9503 Notify the about_to_proceed observers.
9504 (struct inferior_status): Delete breakpoint_proceeded member.
9505 (save_inferior_status): Don't save it.
9506 (restore_inferior_status): Don't restore it.
9507 * mi-main.h (mi_proceeded): Declare.
9508 * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
9509 a command.
9510
c5a4d20b
PA
95112009-03-22 Pedro Alves <pedro@codesourcery.com>
9512
9513 * gdbthread.h (struct thread_info): Add in_infcall member.
9514 * infcall.c (run_inferior_call): Save, set and restore in_infcall.
9515 Remove reverences to suppress_resume_observer. Refresh
9516 `call_thread' after returning from `proceed'.
9517 * infcmd.c (suppress_resume_observer): Delete.
9518 * inferior.h (suppress_resume_observer): Delete declaration.
9519 * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
9520 inferior function.
9521 * thread.c (set_running): Remove references to
9522 suppress_resume_observer.
9523 * infrun.c (struct inferior_status): Add in_infcall member.
9524 (save_inferior_status): Save it.
9525 (restore_inferior_status): Restore it.
9526
41d2bdb4
PA
95272009-03-22 Pedro Alves <pedro@codesourcery.com>
9528
9529 * infcall.c (run_inferior_call): Remove references to
9530 suppress_stop_observer.
9531 * infcmd.c (suppress_stop_observer): Delete.
9532 (finish_command_continuation): Remove NOTE. Don't clear
9533 suppress_stop_observer anymore.
9534 (finish_command_continuation_free_arg): Likewise.
9535 (finish_forward): Remove references to suppress_stop_observer.
9536 Call normal_stop observer if we haven't already.
9537 * inferior.h (suppress_stop_observer): Delete.
9538 * infrun.c (normal_stop): When deciding to suppress the
9539 normal_stop observer, check for proceed_to_finish instead of
9540 suppress_stop_observer.
9541
065a2c74
PA
95422009-03-22 Pedro Alves <pedro@codesourcery.com>
9543
9544 * symfile.c (symfile_relocate_debug_section): Remove check for
9545 SEC_DEBUGGING.
9546
cc924cad
TJB
95472009-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9548 Jim Blandy <jimb@red-bean.com>
9549 Thiago Jung Bauermann <bauerman@br.ibm.com>
9550 Tom Tromey <tromey@redhat.com>
9551
9552 Miscellaneous fixes to the Python code.
9553 * python/python-cmd.c (cmdpy_init): Accept keyword
9554 arguments.
9555 * python/python-value.c (valpy_string): Accept keyword
9556 arguments.
9557 (valpy_binop): Use `break' to exit from the TRY_CATCH block.
9558 Do not call value_to_value_object on NULL RES_VAL.
9559 (value_object_methods): Change `string' entry to also accept
9560 keyword arguments.
9561 (convert_value_from_python): Return a copy of the value if obj is
9562 a gdb.Value object.
9563 (value_object_methods): Mark the `string' method as accepting
9564 keywords, and show method "prototype" in the doc string.
9565 * python/python.c (get_parameter): Don't return inside a
9566 TRY_CATCH.
9567
bc3b79fd
TJB
95682009-03-20 Tom Tromey <tromey@redhat.com>
9569
9570 Add support for convenience functions in Python.
9571 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
9572 (SUBDIR_PYTHON_SRCS): Add python-function.c.
9573 (python-function.o): New target.
9574 * eval.c: Include "python/python.h" and <ctype.h>.
9575 (evaluate_subexp_standard): Handle values of type
9576 TYPE_CODE_INTERNAL_FUNCTION.
9577 * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
9578 * parse.c (write_exp_string): Remove duplicate word in comment.
9579 * python/python-function.c: New file.
9580 * python/python-internal.h (gdbpy_initialize_functions): Add
9581 prototype.
9582 * python/python.c (_initialize_python): Call
9583 gdbpy_initialize_functions.
9584 * valprint.c (value_check_printable): Handle values of type
9585 TYPE_CODE_INTERNAL_FUNCTION.
9586 * value.c: Include "cli/cli-decode.h".
9587 (internal_function): New struct.
9588 (functionlist, internal_fn_type): New static variables.
9589 (lookup_only_internalvar,
9590 lookup_internalvar): Add const qualifier to name argument.
9591 (create_internalvar): Likewise. Initialize new field.
9592 (set_internal_var): Fix typo in comment. Don't allow assignment
9593 to canonical variable.
9594 (value_create_internal_function, value_internal_function_name,
9595 call_internal_function, function_command, function_destroyer,
9596 add_internal_function): New functions.
9597 (_initialize_values): Create `function' placeholder command.
9598 Initialize internal_fn_type.
9599 * value.h (lookup_only_internalvar, create_internalvar,
9600 lookup_internalvar): Add const qualifier to name argument.
9601 (internal_function_fn, add_internal_function, call_internal_function,
9602 value_internal_function_name): Add prototypes.
9603 (struct internalvar) <canonical>: New field.
9604
546e879e
TT
96052009-03-20 Tom Tromey <tromey@redhat.com>
9606
9607 * c-lang.c (evaluate_subexp_c): Call check_typedef.
9608
6c7a06a3
TT
96092009-03-20 Tom Tromey <tromey@redhat.com>
9610 Julian Brown <julian@codesourcery.com>
9611
9612 PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
9613 PR i18n/9401, PR exp/9613:
9614 * NEWS: Update
9615 * value.h (value_typed_string): Declare.
9616 (val_print_string): Update.
9617 * valprint.h (print_char_chars): Update.
9618 * valprint.c (print_char_chars): Add type argument. Update.
9619 (val_print_string): Likewise.
9620 * valops.c (value_typed_string): New function.
9621 * utils.c (host_char_to_target): New function.
9622 (parse_escape): Use host_char_to_target, host_hex_value. Update.
9623 Remove '^' case.
9624 (no_control_char_error): Remove.
9625 * typeprint.c (print_type_scalar): Update.
9626 * scm-valprint.c (scm_scmval_print): Update.
9627 * scm-lang.h (scm_printchar, scm_printstr): Update.
9628 * scm-lang.c (scm_printchar): Add type argument.
9629 (scm_printstr): Likewise.
9630 * printcmd.c (print_formatted): Update.
9631 (print_scalar_formatted): Update.
9632 (printf_command) <wide_string_arg, wide_char_arg>: New constants.
9633 Handle '%lc' and '%ls'.
9634 * parser-defs.h (struct typed_stoken): New type.
9635 (struct stoken_vector): Likewise.
9636 (write_exp_string_vector): Declare.
9637 * parse.c (write_exp_string_vector): New function.
9638 * p-valprint.c (pascal_val_print): Update.
9639 * p-lang.h (is_pascal_string_type, pascal_printchar,
9640 pascal_printstr): Update.
9641 * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
9642 Add 'char_type' argument.
9643 (pascal_emit_char): Add type argument.
9644 (pascal_printchar): Likewise.
9645 (pascal_printstr): Likewise.
9646 * objc-lang.c (objc_emit_char): Add type argument.
9647 (objc_printchar): Likewise.
9648 (objc_printstr): Likewise.
9649 * macroexp.c (get_character_constant): Handle unicode characters.
9650 Use c_parse_escape.
9651 (get_string_literal): Handle unicode strings. Use
9652 c_parse_escape.
9653 * m2-valprint.c (print_unpacked_pointer): Update.
9654 (m2_print_array_contents): Update.
9655 (m2_val_print): Update.
9656 * m2-lang.c (m2_emit_char): Add type argument.
9657 (m2_printchar): Likewise.
9658 (m2_printstr): Likewise.
9659 * language.h (struct language_defn) <la_printchar>: Add type
9660 argument.
9661 <la_printstr, la_emitchar>: Likewise.
9662 (LA_PRINT_CHAR): Likewise.
9663 (LA_PRINT_STRING): Likewise.
9664 (LA_EMIT_CHAR): Likewise.
9665 * language.c (unk_lang_emit_char): Add type argument.
9666 (unk_lang_printchar): Likewise.
9667 (unk_lang_printstr): Likewise.
9668 * jv-valprint.c (java_val_print): Update.
9669 * jv-lang.c (java_emit_char): Add type argument.
9670 * f-valprint.c (f_val_print): Update.
9671 * f-lang.c (f_emit_char): Add type argument.
9672 (f_printchar): Likewise.
9673 (f_printstr): Likewise.
9674 * expprint.c (print_subexp_standard): Update.
9675 * charset.h (target_wide_charset): Declare.
9676 (c_target_char_has_backslash_escape, c_parse_backslash,
9677 host_char_print_literally, host_char_to_target,
9678 target_char_to_host, target_char_to_control_char): Remove.
9679 (enum transliterations): New type.
9680 (convert_between_encodings): Declare.
9681 (HOST_ESCAPE_CHAR): New define.
9682 (host_letter_to_control_character, host_hex_value): Declare.
9683 (enum wchar_iterate_result): New enum.
9684 (struct wchar_iterator): Declare.
9685 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
9686 wchar_push_back): Declare.
9687 * charset-list.h: New file.
9688 * c-valprint.c (textual_name): New function.
9689 (textual_element_type): Handle wide character types.
9690 (c_val_print): Pass original type to textual_element_type. Handle
9691 wide character types.
9692 (c_value_print): Use textual_element_type. Pass original type of
9693 value to val_print.
9694 * c-lang.h (enum c_string_type): New type.
9695 (c_printchar, c_printstr): Update.
9696 * c-lang.c (classify_type): New function.
9697 (print_wchar): Likewise.
9698 (c_emit_char): Add type argument. Handle wide characters.
9699 (c_printchar): Likewise.
9700 (c_printstr): Add type argument. Handle wide and multibyte
9701 character sets.
9702 (convert_ucn): New function.
9703 (emit_numeric_character): Likewise.
9704 (convert_octal): Likewise.
9705 (convert_hex): Likewise.
9706 (ADVANCE): New macro.
9707 (convert_escape): New function.
9708 (parse_one_string): Likewise.
9709 (evaluate_subexp_c): Likewise.
9710 (exp_descriptor_c): New global.
9711 (c_language_defn): Use exp_descriptor_c.
9712 (cplus_language_defn): Likewise.
9713 (asm_language_defn): Likewise.
9714 (minimal_language_defn): Likewise.
9715 (charset_for_string_type): New function.
9716 * c-exp.y (%union): Add 'svec' and 'tsval'.
9717 (CHAR): New token.
9718 (exp): Add CHAR production.
9719 (string_exp): Rewrite.
9720 (exp) <string_exp>: Rewrite.
9721 (tempbuf): Now global.
9722 (tempbuf_init): New global.
9723 (parse_string_or_char): New function.
9724 (yylex) <tempbuf>: Now global.
9725 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
9726 Remove.
9727 Handle 'u', 'U', and 'L' prefixes. Call parse_string_or_char.
9728 (c_parse_escape): New function.
9729 * auxv.c (fprint_target_auxv): Update.
9730 * ada-valprint.c (ada_emit_char): Add type argument.
9731 (ada_printchar): Likewise.
9732 (ada_print_scalar): Update.
9733 (printstr): Add type argument. Update calls to ada_emit_char.
9734 (ada_printstr): Add type argument.
9735 (ada_val_print_array): Update.
9736 (ada_val_print_1): Likewise.
9737 * ada-lang.c (emit_char): Add type argument.
9738 * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
9739 type arguments.
9740 * gdb_locale.h: Include langinfo.h.
9741 * charset.c (_initialize_charset): Set default host charset from
9742 the locale. Don't register charsets. Add target-wide-charset
9743 commands. Call find_charset_names.
9744 (struct charset, struct translation): Remove.
9745 (GDB_DEFAULT_HOST_CHARSET): Remove.
9746 (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
9747 (target_wide_charset_name): New global.
9748 (show_host_charset_name): Handle "auto".
9749 (show_target_wide_charset_name): New function.
9750 (host_charset_enum, target_charset_enum): Remove.
9751 (charset_enum): New global.
9752 (all_charsets, register_charset, lookup_charset, all_translations,
9753 register_translation, lookup_translation): Remove.
9754 (simple_charset, ascii_print_literally, ascii_to_control): Remove.
9755 (iso_8859_print_literally, iso_8859_to_control,
9756 iso_8859_family_charset): Remove.
9757 (ebcdic_print_literally, ebcdic_to_control,
9758 ebcdic_family_charset): Remove.
9759 (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
9760 register_iconv_charsets): Remove.
9761 (target_wide_charset_be_name, target_wide_charset_le_name): New
9762 globals.
9763 (identity_either_char_to_other): Remove.
9764 (set_be_le_names, validate): New functions.
9765 (backslashable, backslashed, represented): Remove.
9766 (default_c_target_char_has_backslash_escape): Remove.
9767 (default_c_parse_backslash, iconv_convert): Remove.
9768 (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
9769 ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
9770 iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
9771 ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
9772 ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
9773 ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
9774 (table_convert_char, table_translation, simple_table_translation):
9775 Remove.
9776 (current_host_charset, current_target_charset,
9777 c_target_char_has_backslash_escape_func,
9778 c_target_char_has_backslash_escape_baton): Remove.
9779 (c_parse_backslash_func, c_parse_backslash_baton): Remove.
9780 (host_char_to_target_func, host_char_to_target_baton): Remove.
9781 (target_char_to_host_func, target_char_to_host_baton): Remove.
9782 (cached_iconv_host_to_target, cached_iconv_target_to_host):
9783 Remove.
9784 (lookup_charset_or_error, check_valid_host_charset): Remove.
9785 (set_host_and_target_charsets): Remove.
9786 (set_host_charset, set_target_charset): Remove.
9787 (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
9788 (set_target_wide_charset_sfunc): New function.
9789 (show_charset): Print target wide character set.
9790 (host_charset, target_charset): Rewrite.
9791 (target_wide_charset): New function.
9792 (c_target_char_has_backslash_escape): Remove.
9793 (c_parse_backslash): Remove.
9794 (host_letter_to_control_character): New function.
9795 (host_char_print_literally): Remove.
9796 (host_hex_value): New function.
9797 (target_char_to_control_char): Remove.
9798 (cleanup_iconv): New function.
9799 (convert_between_encodings): New function.
9800 (target_char_to_host): Remove.
9801 (struct wchar_iterator): Define.
9802 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
9803 wchar_push_back): New functions.
9804 (do_cleanup_iterator): New function.
9805 (char_ptr): New typedef.
9806 (charsets): New global.
9807 (add_one, find_charset_names): New functions.
9808 (default_charset_names): New global.
9809 (auto_host_charset_name): Likewise.
9810 * aclocal.m4, config.in, configure: Rebuild.
9811 * configure.ac: Call AM_LANGINFO_CODESET.
9812 (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
9813 (AM_ICONV): Invoke earlier.
9814 * acinclude.m4: Include codeset.m4. Subst LIBICONV_INCLUDE and
9815 LIBICONV_LIBDIR. Check for libiconv in build tree.
9816 * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
9817 (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
9818 (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
9819 * gdb_obstack.h (obstack_grow_wstr): New define.
c2c8d75b
AS
9820 * gdb_wchar.h: New file.
9821 * defs.h: Include it.
6c7a06a3 9822
cb249c71
TT
98232009-03-20 Tom Tromey <tromey@redhat.com>
9824 Jan Kratochvil <jan.kratochvil@redhat.com>
9825
9826 * dwarf2read.c (process_die): Handle DW_TAG_typedef.
9827 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
9828 typedef.
9829 * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
9830 SYMBOL_TYPE result.
9831 * ada-typeprint.c (print_array_type): Do the NULL check
9832 unconditionally.
9833
16ad9370
TT
98342009-03-19 Tom Tromey <tromey@redhat.com>
9835
9836 * utils.c (do_obstack_free): New function.
9837 (make_cleanup_obstack_free): Likewise.
9838 * defs.h (make_cleanup_obstack_free): Declare.
9839
36dc683c
DE
98402009-03-18 Doug Evans <dje@google.com>
9841
89ecc4f5
DE
9842 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
9843 int, not a long long.
9844 (linux_nat_info_proc_cmd): Store pid in long instead of long long.
9845
a411cd0e
DE
9846 * expprint.c (dump_raw_expression): Print note if non-NULL.
9847
36dc683c
DE
9848 * printcmd.c (display_uses_solib_p): Redo loop, scan element list
9849 backwards.
9850
5b1ba0e5
NS
98512009-03-18 Nathan Sidwell <nathan@codesourcery.com>
9852
9853 * Makefile.in: Update license to GPLv3.
9854 * ada-exp.y: Update license to GPLv3.
9855 * ada-lex.l: Update license to GPLv3.
9856 * c-exp.y: Update license to GPLv3.
9857 * cp-name-parser.y: Update license to GPLv3.
9858 * darwin-nat-info.c: Update license to GPLv3.
9859 * f-exp.y: Update license to GPLv3.
9860 * gdb_thread_db.h: Update license to GPLv3.
9861 * hppanbsd-nat.c: Update license to GPLv3.
9862 * hppanbsd-tdep.c: Update license to GPLv3.
9863 * hppaobsd-tdep.c: Update license to GPLv3.
9864 * jv-exp.y: Update license to GPLv3.
9865 * m2-exp.y: Update license to GPLv3.
9866 * objc-exp.y: Update license to GPLv3.
9867 * p-exp.y: Update license to GPLv3.
9868 * reply_mig_hack.awk: Update license to GPLv3.
9869 * reverse.c: Update license to GPLv3.
9870 * xtensa-xtregs.c: Update license to GPLv3.
9871
8a2492ee
PA
98722009-03-18 Pedro Alves <pedro@codesourcery.com>
9873
9874 * remote.c (remote_close): Don't call generic_mourn_inferior.
9875 (remote_mourn_1): Call generic_mourn_inferior after closing the
9876 target.
9877
5338cef1
PA
98782009-03-18 Pedro Alves <pedro@codesourcery.com>
9879
9880 * remote.c (remote_start_remote): Add missing call to
9881 init_wait_for_inferior in non-stop mode.
9882
717a8278
PA
98832009-03-18 Pedro Alves <pedro@codesourcery.com>
9884
9885 * breakpoint.c (bpstat_should_step): Only consider software
9886 watchpoints that have a location.
9887
7d85a9c0
JB
98882009-03-17 Joel Brobecker <brobecker@adacore.com>
9889
9890 Add a target_ops parameter to the to_kill method in struct target_ops.
9891
9892 * target.h (struct target_ops): Add a "target_ops *" parameter to
9893 method to_kill.
9894 (target_kill): Remove macro. Add declaration.
9895 * target.c (debug_to_kill): Delete, no longer necessary.
9896 (target_kill): New function.
9897 (update_current_target): Stop inheriting the to_kill method.
9898 Do not de_fault it to no_process either.
9899 (setup_target_debug): Do not set current_target.to_kill.
9900 * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
9901 linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
9902 remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
9903 accordingly.
9904
14064aa2
DE
99052009-03-17 Doug Evans <dje@google.com>
9906
9907 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
9908 glibc 2.3.2 and earlier.
9909
f06eadd9
JB
99102009-03-17 Joel Brobecker <brobecker@adacore.com>
9911
9912 * frame.c (get_prev_frame_1): Do not perform the inner_frame
9913 sanity check if this_frame is not NORMAL.
9914 (frame_id_inner): Update the description of this function.
9915
481df73e
HZ
99162009-03-17 Hui Zhu <teawater@gmail.com>
9917
9918 * stack.c: Change the introduce of "disassemble-next-line".
9919
6b251945
PA
99202009-03-17 Pedro Alves <pedro@codesourcery.com>
9921
9922 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
9923 declare as extern.
9924
30c33a9f
HZ
99252009-03-17 Hui Zhu <teawater@gmail.com>
9926
dafb3b41 9927 * stack.c: Include valprint.h.
30c33a9f
HZ
9928 (disassemble_next_line): New enum.
9929 (show_disassemble_next_line): New function. Show the current
9930 value of disassemble-next-line.
9931 (gdb_disassembly_stub_args): New struct for argument passing
9932 between function do_gdb_disassembly and function
9933 gdb_disassembly_stub.
9934 (gdb_disassembly_stub): New function. Helper for
9935 gdb_disassembly.
9936 (do_gdb_disassembly): New function. Use TRY_CATCH to catch
9937 the exception from the gdb_disassembly because it will be
9938 broken by filter sometime.
9939 (print_frame_info): If disassemble-next-line is set to auto
9940 or on and doesn't have the line debug messages for $pc,
9941 output the next instruction.
9942 If disassemble-next-line is set to on and there is line debug
9943 messages, output assembly codes for next line.
9944 (_initialize_stack): Make the "set disassemble-next-line"
9945 command an auto-boolean command. Change its class to
9946 class_stack. Place it in the top level set list. Extend help
9947 to describe the auto mode.
9948
fee0be5d
PA
99492009-03-17 Pedro Alves <pedro@codesourcery.com>
9950
9951 * infrun.c (normal_stop): Don't overwrite old_chain.
9952
a624e111
JB
99532009-03-16 Joel Brobecker <brobecker@adacore.com>
9954
9955 * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
9956 which is undefined, by call to regcache_invalidate, which should
9957 do what the original author wanted to do.
9958
383c0389
JB
99592009-03-16 Joel Brobecker <brobecker@adacore.com>
9960
9961 * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
9962 (mips_create_inferior): Likewise.
9963
267fbcde
JB
99642009-03-16 Joel Brobecker <brobecker@adacore.com>
9965
9966 * go32-nat.c (go32_create_inferior): Add missing ops parameter.
9967
da66f6a6
JB
99682009-03-16 Joel Brobecker <brobecker@adacore.com>
9969
9970 * darwin-nat.c (darwin_resume): Fix a compiler warning when
9971 building on x86_64-darwin.
9972
58529c02
JB
99732009-03-16 Tristan Gingold <gingold@adacore.com>
9974
9975 * configure.tgt: Add handling for x86_64-darwin.
9976
ba30a4e9
JK
99772009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9978
9979 * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
9980
7fc0c7b5
JB
99812009-03-15 Joel Brobecker <brobecker@adacore.com>
9982
9983 * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
9984 Use the ops parameter to get to the target beneath, rather than
9985 using the current_target global. Using the current_target global
9986 was an unintended accident.
9987
1ba0a4ee
JB
99882009-03-15 Joel Brobecker <brobecker@adacore.com>
9989
9990 Fix an error happening while loading symbols from a core file
9991 (on AIX).
9992
9993 * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
9994 to detect whether we're debugging a core file or not.
9995
d30acaa7
JB
99962009-03-15 Joel Brobecker <brobecker@adacore.com>
9997
9998 Modernize the aix-thread later by getting rid of the base_target
9999 global. This brings back to life the AIX port which was otherwise
10000 crashing all the time.
10001
10002 * aix-thread.c (base_target): Delete.
10003 (pd_enable): Do not set base_target.
10004 (aix_thread_attach): Use find_target_beneath instead of base_target.
10005 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
10006 (aix_thread_fetch_registers, aix_thread_store_registers),
10007 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
10008 (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
10009 (aix_thread_kill): Delete. Does not seem necessary.
10010 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
10011
61ff14c6
JK
100122009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10013
10014 * stack.c (return_command <retval_exp>): New variables retval_expr
10015 and old_chain. Inline parse_and_eval to initialize retval_expr. Check
10016 RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
10017 if RETURN_TYPE is NULL.
10018
0b16c5cf
PA
100192009-03-14 Pedro Alves <pedro@codesourcery.com>
10020
10021 * remote.c (PACKET_qAttached): New.
10022 (remote_query_attached): New.
10023 (remote_add_inferior): Add new `attached' argument. Handle it.
10024 (remote_notice_new_inferior, remote_start_remote): Adjust to pass
10025 -1 to remote_add_inferior in new parameter.
10026 (extended_remote_attach_1): Adjust to pass 1 to
10027 remote_add_inferior in the new parameter.
10028 (extended_remote_create_inferior_1): Adjust to pass 0 to
10029 remote_add_inferior in the new parameter.
10030 (_initialize_remote): Add "set/show remote query-attached-packet"
10031 commands.
10032
9ee6bb93
TT
100332009-03-13 Tom Tromey <tromey@redhat.com>
10034
10035 * symtab.c (lookup_symbol_in_language): Use a cleanup.
10036
787274f0
DE
100372009-03-13 Doug Evans <dje@google.com>
10038
10039 * exceptions.h: Clean up some comments on catch_exceptions usage.
10040 * exceptions.c: Ditto. Plus mark catch_errors as superseded by
10041 catch_exceptions.
10042
24f81874
JB
100432009-02-17 Joel Brobecker <brobecker@adacore.com>
10044
10045 The following patch helps getting rid of a warning inside solib-som.c.
10046
10047 * source.c (source_full_path_of): Constify parameter filename.
10048 * defs.h (source_full_path_of): Update declaration accordingly.
10049
e1578042
JB
100502009-03-12 Joel Brobecker <brobecker@adacore.com>
10051
10052 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
10053 BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
10054 Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
10055
9c2be529
JB
100562009-03-12 Joel Brobecker <brobecker@adacore.com>
10057
10058 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
10059 promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
10060
2360f94a 100612009-03-12 Joel Brobecker <brobecker@adacore.com>
e22dccb5
JB
10062
10063 * ada-tasks.c (ada_task_is_alive): Move up and make static.
10064 * ada-lang.h (ada_task_is_alive): Remove declaration.
10065
facc390f
JB
100662009-03-12 Jerome Guitton <guitton@adacore.com>
10067
10068 * ada-lang.c (ada_delta): Change the type of numerators and
10069 denominators to DOUBLEST, as they may not fit into a long.
10070 (scaling_factor): Ditto.
10071
47e729a8
JB
100722009-03-12 Jerome Guitton <guitton@adacore.com>
10073
5c20fa2a 10074 * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
47e729a8 10075
b79819ba
JB
100762009-03-12 Joel Brobecker <brobecker@adacore.com>
10077
10078 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
10079 types, if we are unable to determine the actual symbol type
10080 from its tag, then use the static approximation instead.
10081
0056e4d5
JB
100822009-03-12 Joel Brobecker <brobecker@adacore.com>
10083
10084 Fix crash printing packed record with packed array.
10085
10086 * ada-lang.c (ada_modulus_from_name): New function.
10087 (ada_modulus): In the case where the type length is bigger than
10088 the size of the type used to hold the bounds, try determining
10089 the modulus from the type name.
10090 (ada_value_primitive_packed_val): Fix bug in the computation of
10091 ntarg causing an out-of-buffer invalid access.
10092
3c513ee6
JB
100932009-03-12 Joel Brobecker <brobecker@adacore.com>
10094
10095 Fix segfault when printing short_integer'last.
10096
10097 * ada-lang.c (ada_find_any_type): Search in the primitive types
10098 if a symbol could not be found.
10099
680f3fad
JB
101002009-03-12 Joel Brobecker <brobecker@adacore.com>
10101
10102 * ada-tasks.c (task_states,long_task_states): Add new states
10103 Activating and Acceptor_Delay_Sleep. Update the description
10104 of state Acceptor_Sleep.
10105
2ab1c2d9
JB
101062009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
10107
10108 Fix a build failure on Darwin following some changes in
10109 the profile of some target_ops methods.
10110
10111 * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
10112 where missing.
10113 (darwin_stop_inferior, darwin_detach): Likewise.
10114
1f31650a
VP
101152009-03-12 Vladimir Prus <vladimir@codesourcery.com>
10116
10117 Include token in ^running notification for CLI commands.
10118
c2c8d75b
AS
10119 * mi/mi-main.c (mi_execute_command): Set current_token here.
10120 (mi_cmd_execute): Do not set current_token here.
1f31650a 10121
4333ada3
VP
101222009-03-12 Vladimir Prus <vladimir@codesourcery.com>
10123
10124 Fix MI timings.
10125
c2c8d75b
AS
10126 * mi/mi-main.c (mi_print_timing_maybe): New.
10127 (captured_mi_execute_command): Simplify. Output timings to
10128 CLI commands, too.
10129 (mi_execute_async_cli_command): Do not print timings.
10130 * mi/mi-main.h (mi_print_timing_maybe): Declare.
10131 * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
4333ada3 10132
c5933f6d
JB
101332009-03-12 Jerome Guitton <guitton@adacore.com>
10134
10135 * xcoffread.c (process_linenos): Check if the line in the
10136 include table refers to the main source file and, if so,
10137 add them to the main subfile.
10138
c7660128
JB
101392009-03-12 Joel Brobecker <brobecker@adacore.com>
10140
10141 Fix a build failure on AIX introduced after a change in the profile
10142 of some of the "methods" in the target_ops structure.
10143 * aix-thread.c: Add missing target_ops parameter throughout.
10144
10145 Implement Ada task switching on AIX.
10146 * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
10147 (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
10148
c5bc3a77
DJ
101492009-03-11 Daniel Jacobowitz <dan@codesourcery.com>
10150
10151 * breakpoint.c (bpstat_check_breakpoint_conditions): Use
10152 value_mark and value_free_to_mark.
10153 * objfiles.c (free_objfile): Call objfile_free_data before
10154 freeing the BFD.
10155
55518360
HZ
101562009-03-10 Hui Zhu <teawater@gmail.com>
10157
10158 * disasm.c (gdb_disassembly): Remove unused argument
10159 "line_num".
10160 * disasm.h (gdb_disassembly): Ditto.
10161 * cli/cli-cmds.c (print_disassembly): Ditto.
10162 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
10163
5fd1a349
PP
101642009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
10165
10166 * solib.c (solib_contains_address_p): New function.
10167 (solib_name_from_address): Use it.
10168 * printcmd.c (display_uses_solib_p): Use it.
c2c8d75b
AS
10169 * solib.h (solib_contains_address_p): Declare it.
10170
36746093
JK
101712009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10172
10173 * varobj.c (free_variable): Call value_free.
10174
757a13d0
JK
101752009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10176
10177 PR gdb/9873:
10178 * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
10179 Move the variable `macinfo_type' out of the loop. Create a new
10180 processing pass before the current one to pre-create `current_file'.
10181 New complaint on misplaced zero/non-zero definitions/includes.
10182 Skip first DW_MACINFO_start_file with `at_commandline' set.
10183
c8fa6cdd
VP
101842008-03-09 Vladimir Prus <vladimir@codesourcery.com>
10185
10186 * solib.c (reload_shared_libraries): Give
10187 inferior a chance to reset solib breakpoint.
10188 Reinit frame cache.
10189
41b4aadc
CF
101902009-03-08 Christopher Faylor <me+cygwin@cgf.cx>
10191
10192 * windows-nat.c (dr): Redefine to use largest possible integer which
10193 holds a pointer.
10194 (cygwin_set_dr): Avoid coercion.
10195
101962009-03-08 Oswald Buddenhagen <oswald.buddenhagen@trolltech.de>
10197
14b69f28 10198 * windows-nat.c (windows_create_inferior): Implement --tty handling on
41b4aadc
CF
10199 non-cygwin.
10200
f5c9a895
PP
102012009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10202
10203 Rename solib_address to solib_name_from_address.
10204 * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
10205 (disable_breakpoints_in_unloaded_shlib): Update.
10206 * printcmd.c (display_uses_solib_p): Likewise.
10207 * stack.c (print_frame): Likewise.
10208 * solib.c: Rename.
10209 * solib.h: Rename.
c2c8d75b 10210
a3247a22
PP
102112009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10212
10213 * printcmd.c (do_one_display): Reparse exp_string.
10214 (display_uses_solib_p): New function.
10215 (clear_dangling_display_expressions): New function.
10216 (_initialize_printcmd): Add observer.
10217 * solib.c (no_shared_libraries): Swap order of calls to
10218 clear_solib and objfile_purge_solibs.
c2c8d75b 10219
d36df9c5
JB
102202009-03-05 Joel Brobecker <brobecker@adacore.com>
10221
10222 Implement the target-specific part of Ada tasking support
10223 on Tru64.
10224
10225 * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
10226 (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
10227
b254c0b2
JB
102282009-03-05 Joel Brobecker <brobecker@adacore.com>
10229
10230 Get rid of the global "base_target" and use "find_target_beneath"
10231 to find the underlying target.
10232 * dec-thread.c (base_target): Delete.
10233 (enable_dec_thread): Remove assignement to base_target.
10234 (dec_thread_detach, dec_thread_wait, dec_thread_wait)
10235 (dec_thread_fetch_registers, dec_thread_store_registers)
10236 (dec_thread_mourn_inferior, dec_thread_pid_to_str):
10237 Update the function profile if necessary.
10238 Use find_target_beneath to call the same method but from
10239 the underlying target, removing the need for "base_target".
10240
10241 * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
10242 Fix a copy/paste error in a few debug traces...
10243
10244 * solib-osf.c (init_so): Use a simpler method for computing
10245 the size of lm_info structure. This also gets rid of warning
10246 emitted by the compiler.
10247
aae64587
PA
102482009-03-05 Pedro Alves <pedro@codesourcery.com>
10249
10250 * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
10251 duplicates of permanent breakpoints.
10252
1941c569
PA
102532009-03-04 Pedro Alves <pedro@codesourcery.com>
10254
10255 * inferior.h (notice_new_inferior): Declare.
10256 * infcmd.c (notice_new_inferior): New.
10257 * remote.c (remote_add_inferior, remote_add_thread): New.
10258 (notice_new_inferiors): Rename to...
10259 (remote_notice_new_inferior): ... this. Add RUNNING argument.
10260 Use remote_add_thread instead of add_thread, passing it the
10261 RUNNING argument. Add an inferior with remote_add_inferior. If
10262 we just learned about an inferior, call notice_new_inferior.
10263 (record_currthread): Adjust.
10264 (remote_threads_info): Adjust to use remote_notice_new_inferior.
237d4315
PA
10265 (remote_start_remote, extended_remote_attach_1): Use
10266 remote_add_inferior.
1941c569
PA
10267 (process_stop_reply): Adjust. Call remote_notice_new_inferior
10268 after handling expedited registers and watchpoint state.
10269 (extended_remote_create_inferior_1): Use remote_add_inferior.
10270
9bde0732
AR
102712009-03-04 Aleksandar Ristovski <aristovski@qnx.com>
10272
10273 * infcmd.c (registers_info): Remove register number case.
10274
6aa8e5c2
PA
102752009-03-03 Pedro Alves <pedro@codesourcery.com>
10276
10277 * top.c (quit_target): Check for target_has_execution before
10278 killing or detaching from inferiors.
10279
1d59cee5
JB
102802009-03-02 Joel Brobecker <brobecker@adacore.com>
10281
10282 Remove some unused routines.
10283
10284 * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
10285 Delete.
10286 * ada-lang.c (ada_task_list_iterator_ftype)
10287 (iterate_over_live_ada_tasks): Delete.
10288 * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
10289 Delete.
10290
223698f8
DE
102912009-03-01 Doug Evans <dje@google.com>
10292
9af17804
DE
10293 * symtab.c: Remove trailing whitespace throughout the file.
10294 (expand_line_sal): Fix some typos and whitespace.
10295
3c54f140
DE
10296 * Makefile.in (clean): rm -f $(DEPDIR)/*.
10297
2aecd87f
DE
10298 * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
10299 (init.c): signals/ -> common/.
10300 (signals.o): Update.
10301 * target.h (target_signal_to_string,target_signal_to_string)
10302 (target_signal_from_name,target_signal_to_host_p)
10303 (target_signal_from_host,target_signal_to_host): Move to ...
10304 * common/gdb_signals.h: ... here. New file.
10305 * common/signals.c: Moved here from signals/signals.c.
10306 #include gdb_signals.h, remove #include of target.h in gdb case.
10307 (target_signal_from_command,default_target_signal_to_host)
10308 (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
10309
223698f8
DE
10310 Include thread ID in target_wait debugging output.
10311 * infrun.c (print_target_wait_results): New function.
10312 (wait_for_inferior,fetch_inferior_event): Call it.
10313
93a91755
PA
103142009-02-27 Pedro Alves <pedro@codesourcery.com>
10315
10316 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
10317 with a ptid_t field.
10318 * linux-thread-db.c (thread_get_info_callback): Build the ptid
10319 using the pid stored in proc_handle.ptid.
10320 (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
10321 (check_for_thread_db, thread_db_detach, check_event)
10322 (thread_db_mourn_inferior, find_new_threads_callback)
10323 (thread_db_find_new_threads_1): Adjust.
10324 * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
10325 (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
10326
b5096abe
PM
103272009-02-27 Phil Muldoon <pmuldoon@redhat.com>
10328
10329 * valprint.c (read_string): Rework clean-up logic. Use
10330 free_current_contents to clean-up buffer.
10331
a2f63f5e
AS
103322009-02-27 Andreas Schwab <schwab@linux-m68k.org>
10333
10334 * MAINTAINERS: Update e-mail address.
10335
83390453
PM
103362009-02-26 Phil Muldoon <pmuldoon@redhat.com>
10337
10338 * python/python-utils.c (python_string_to_unicode): Always return
10339 a new reference.
10340 (python_string_to_target_string): Decrement transient python
10341 instance.
10342 (python_string_to_host_string): Likewise.
10343
103442007-02-26 Pedro Alves <pedro@codesourcery.com>
a0740d21
PA
10345
10346 * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
10347 call to super_fetch_registers.
10348 (mips64_linux_store_registers): Pass `ops' to call to
10349 super_store_registers.
10350
89c83b10
DE
103512009-02-25 Doug Evans <dje@google.com>
10352
99361f52
DE
10353 * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
10354 error message.
10355
1c2af6c4
DE
10356 * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
10357 disabled_shlib_breaks, unused.
10358
89c83b10
DE
10359 * printcmd.c (build_address_symbolic): Fix comment.
10360
9e2f0ad4
HZ
103612009-02-25 Hui Zhu <teawater@gmail.com>
10362
10363 * cli/cli-script.c (define_command): Add _() to query.
10364 * gnu-nat.c (inf_validate_task_sc): Ditto.
10365 * infcmd.c (kill_if_already_running): Ditto.
10366 (jump_command): Ditto.
10367 (attach_command): Ditto.
10368 * inflow.c (kill_command): Ditto.
10369 * infrun.c (handle_command): Ditto.
10370 * maint.c (maintenance_dump_me): Ditto.
10371 * memattr.c (mem_delete_command): Ditto.
10372 * monitor.c (monitor_interrupt_query): Ditto.
10373 * nto-procfs.c (interrupt_query): Ditto.
10374 * printcmd.c (undisplay_command): Ditto.
10375 * remote-mips.c (mips_kill): Ditto.
10376 * remote.c (interrupt_query): Ditto.
10377 * solib-irix.c (irix_open_symbol_file_object): Ditto.
10378 * solib-osf.c (osf_open_symbol_file_object): Ditto.
10379 * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
10380 * solib-som.c (som_open_symbol_file_object): Ditto.
10381 * solib-svr4.c (open_symbol_file_object): Ditto.
10382 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
10383 * target.c (kill_or_be_killed): Ditto.
10384 * tracepoint.c (delete_trace_command): Ditto.
10385 * top.c (quit_confirm): Add _() to s that will be used
10386 in query.
10387
02529b48
PM
103882009-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
10389
10390 Fix windows-nat.c compilation failure.
10391
10392 * windows-nat.c (windows_thread_alive): Fix forward declaration.
10393 (get_windows_debug_event): Add ops parameter to call to windows_resume.
10394
2fb89e62
PA
103952009-02-23 Pedro Alves <pedro@codesourcery.com>
10396
10397 * remote-sim.c (gdbsim_resume): Add target_ops* argument.
10398
6f43c46f
JB
103992009-02-23 Jay Krell <jay.krell@cornell.edu> (tiny change)
10400
10401 * symtab.c (find_line_symtab): Initialize exact to avoid
10402 a compiler warning.
10403
84e473c8
PA
104042009-02-23 Pedro Alves <pedro@codesourcery.com>
10405
10406 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
10407 `ops' to recursive call.
10408
28439f5e
PA
104092009-02-23 Pedro Alves <pedro@codesourcery.com>
10410
10411 * corelow.c (get_core_registers): Adjust.
10412 (core_file_thread_alive): Rename to...
10413 (core_thread_alive): ... this.
10414 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
10415 (init_core_ops): Adjust.
10416 (coreops_suppress_target): Delete.
10417 (_initialize_corelow): Unconditionally add core_ops.
10418 * procfs.c: Include "inf-child.h".
10419 (procfs_ops): Delete.
10420 (init_procfs_ops): Delete. Reimplement as...
10421 (procfs_target): ... this, inheriting from inf-child.
10422 (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
10423 (procfs_prepare_to_store): Delete.
10424 (procfs_store_registers, procfs_resume): Adjust.
10425 (procfs_open): Delete.
10426 (procfs_suppress_run): Delete.
10427 (procfs_can_run): Delete.
10428 (procfs_mourn_inferior): Adjust.
10429 (procfs_init_inferior): Add target_ops parameter. Adjust.
10430 (procfs_create_inferior): Don't pass procfs_init_inferior to
10431 fork_inferior. Instead call it after fork_inferior returns.
10432 (procfs_find_new_threads): Adjust.
10433 (_initialize_procfs): Adjust to use procfs_target instead of
10434 init_procfs_ops.
10435 * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
10436 (lwp_to_thread): Use target_thread_alive.
10437 (sol_thread_open): Delete.
10438 (sol_thread_attach): Delete.
10439 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
10440 (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
10441 to use find_target_beneath.
10442 (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
10443 (sol_thread_xfer_partial): Adjust to use find_target_beneath.
10444 (sol_thread_files_info, sol_thread_kill_inferior): Delete.
10445 (check_for_thread_db): New.
10446 (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
10447 (sol_thread_new_objfile): Call check_for_thread_db.
10448 (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
10449 (sol_thread_can_run): Delete.
10450 (sol_thread_alive): Adjust to use find_target_beneath.
10451 (sol_thread_stop): Delete.
10452 (rw_common): Use target_write_memory or target_read_memory.
10453 (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
10454 (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
10455 (solaris_pid_to_str): Remove check for libthread_db initialization
10456 failing.
10457 (sol_find_new_threads): Remove check for libthread_db
10458 initialization failing, or for an invalid inferior_ptid. Adjust
10459 to use find_target_beneath.
10460 (sol_core_open, sol_core_close, sol_core_detach,
10461 sol_core_files_info, sol_find_memory_regions,
10462 sol_make_note_section, ignore): Delete.
10463 (init_sol_thread_ops): Make it a thread_stratum target. Remove
10464 unneeded callback settings.
10465 (init_sol_core_ops): Delete.
10466 (_initialize_sol_thread): No longer call init_sol_core_ops, set
10467 procfs_suppress_run, or hack with core_ops.
10468
10469 * target.h (struct target_ops): Add a target_ops * parameter to
10470 to_resume, to_fetch_registers, to_store_registers, to_thread_alive
10471 and to_find_new_threads.
10472 (target_fetch_registers, target_store_registers)
10473 (target_thread_alive, target_find_new_threads): Redeclare as
10474 function.
a2f63f5e 10475
28439f5e
PA
10476 * target.c (update_current_target): Do not inherit or de_fault
10477 to_resume, to_fetch_registers, to_store_registers,
10478 to_thread_alive, to_find_new_threads.
10479 (target_resume): Adjust.
10480 (target_thread_alive, target_find_new_threads): New.
10481 (debug_to_resume, debug_to_fetch_registers): Delete.
10482 (target_fetch_registers): New.
10483 (debug_to_store_registers): Delete.
10484 (target_store_registers): New.
10485 (debug_to_thread_alive, debug_to_find_new_threads): Delete.
10486 (setup_target_debug): Adjust.
a2f63f5e 10487
28439f5e 10488 * gdbcore.h (core_ops): Delete declaration.
a2f63f5e 10489
28439f5e
PA
10490 * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
10491 inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
10492 i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
10493 hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
10494 nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
10495 alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
10496 bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
10497 hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
10498 ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
10499 m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
10500 mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
10501 ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
10502 shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
10503 vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
10504
10505 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
10506 * gdbarch.h, gdbarch.c: Regenerate.
10507
10508 * sol2-tdep.c: Include "inferior.h".
10509 (sol2_core_pid_to_str): New.
10510 * sol2-tdep.h (sol2_core_pid_to_str): Declare.
10511
10512 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
10513 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
10514 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
10515 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
10516
907083d1
DE
105172009-02-22 Doug Evans <dje@google.com>
10518
10519 * exec.c (exec_file_attach): Fix comment.
10520
63807e1d
PA
105212009-02-22 Pedro Alves <pedro@codesourcery.com>
10522
10523 Silence a few -Wmissing-prototypes warnings.
10524
10525 PR build/9877:
a2f63f5e 10526 * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
63807e1d 10527 it static.
a2f63f5e
AS
10528 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
10529 * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
10530 * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
63807e1d
PA
10531 (_initialize_amd64nbsd_tdep): ... this.
10532 * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
10533 (_initialize_arm_linux_tdep): Declare.
10534 * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
10535 * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
10536 * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
10537 * avr-tdep.c (avr_return_value): Make it static.
10538 (avr_frame_unwind_cache): Ditto.
10539 * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
10540 (bsd_uthread_solib_loaded): Ditto.
10541 (bsd_uthread_solib_unloaded): Ditto.
10542 (bsd_uthread_target): Ditto.
10543 (_initialize_bsd_uthread): Declare.
10544 * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
10545 (cris_frame_unwind_cache): Ditto.
10546 * frv-tdep.c (frv_return_value): Ditto.
10547 * h8300-tdep.c (h8300_use_struct_convention): Ditto.
10548 (h8300h_use_struct_convention): Ditto.
10549 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
10550 Ditto.
10551 * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
10552 declarations.
10553 * hppabsd-tdep.c: Include hppabsd-tdep.h.
10554 (hppabsd_find_global_pointer): Make it static.
10555 * hppabsd-tdep.h: New.
10556 * hppanbsd-tdep.c: Include hppabsd-tdep.h.
10557 (hppabsd_init_abi): Remove declaration.
10558 (_initialize_hppabsd_tdep): Remove declaration.
10559 (_initialize_hppanbsd_tdep): Declare.
10560 * hppaobsd-tdep.c: Include hppabsd-tdep.h.
10561 (hppabsd_init_abi): Delete declaration.
10562 (hppaobsd_init_abi): Make it static.
10563 * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
10564 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
10565 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
10566 * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
10567 * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
10568 * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
10569 (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
10570 (_initialize_m32c_tdep): Declare.
10571 * m32r-rom.c (_initialize_m32r_rom): Declare.
10572 * m32r-tdep.c (m32r_skip_prologue): Make it static.
10573 (m32r_return_value): Ditto.
10574 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
10575 (m68hc11_return_value): Ditto.
10576 * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
10577 * m88k-tdep.c (m88k_frame_cache): Make it static.
10578 * mep-tdep.c (mep_gdb_print_insn): Ditto.
10579 (mep_return_value): Ditto.
10580 (_initialize_mep_tdep): Declare.
10581 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
10582 * mips-linux-tdep.c (supply_64bit_reg): Make it static.
10583 (mips_linux_syscall_next_pc): Ditto.
10584 (_initialize_mips_linux_tdep): Declare.
10585 * mips-tdep.c (mips_single_step_through_delay): Make it static.
10586 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
10587 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
10588 * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
10589 * mt-tdep.c (_initialize_mt_tdep): Declare.
10590 * nbsd-tdep.c: Include nbsd-tdep.h.
10591 * nto-tdep.c (find_load_phdr): Make it static.
10592 (_initialize_nto_tdep): Declare.
10593 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
10594 static.
10595 (_initialize_ppc_linux_tdep): Declare.
10596 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
10597 (m32r_insert_watchpoint, m32r_remove_watchpoint)
10598 (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
10599 static.
10600 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
10601 * rs6000-nat.c: Include xcoffread.h.
10602 (find_toc_address): Don't extern declare get_toc_offset. Adjust
10603 to call xcoff_get_to_offset.
10604 * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
10605 (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
10606 (rs6000_skip_trampoline_code): Make static.
10607 * s390-tdep.c (s390_regset_from_core_section): Ditto.
10608 * sh-tdep.c (sh_register_reggroup_p): Ditto.
10609 * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
10610 (_initialize_shnbsd_tdep): Declare.
10611 * solib-frv.c (displacement_from_map): Make static.
10612 (_initialize_frv_solib): Declare.
10613 * solib-irix.c (fetch_lm_info): Make static.
10614 (_initialize_irix_solib): Declare.
10615 * solib-som.c: Include solib-som.h.
10616 (som_solib_select): Line break.
10617 * sparc-tdep.c (sparc_regset_from_core_section): Make static.
10618 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
10619 (_initialize_sparcnbsd_tdep): ... this.
10620 * spu-tdep.c (spu_software_single_step): Make it static.
10621 (_initialize_spu_tdep): Declare.
10622 * vax-tdep.c (vax_frame_cache): Make it static.
10623 * xcoffread.c: Include xcoffread.h.
10624 (get_toc_offset): Rename to ...
10625 (xcoff_get_toc_offset): ... this.
10626 (_initialize_xcoffread): Declare.
10627 * xcoffread.h: New.
10628 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
10629 * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
10630 static.
10631 (_initialize_xtensa_tdep): Declare.
10632
2c0b251b
PA
106332008-02-21 Pedro Alves <pedro@codesorcery.com>
10634
10635 Silence a few -Wmissing-prototypes warnings.
10636
10637 PR build/9877:
10638 * amd64-nat.c: Include "amd64-nat.h".
10639 * fork-child.c (_initialize_fork_child): Ditto.
10640 * gcore.c (_initialize_gcore): Ditto.
10641 * inf-ptrace.c: Include "inf-ptrace.h".
10642 (inf_ptrace_store_registers): Make it static.
10643 * linux-nat.c (linux_nat_terminal_ours): Make it static.
10644 (_initialize_linux_nat): Declare before definition.
10645 * linux-tdep.c: Include "linux-tdep.h".
10646 * linux-thread-db.c (_initialize_thread_db): Declare before
10647 definition.
10648 * proc-service.c (_initialize_proc_service): Ditto.
10649 * remote.c (remote_send_printf): Make it static.
10650 * solib.c: Include "solib.h".
10651 * symfile-mem.c (_initialize_symfile_mem): Declare before
10652 definition.
10653 * ada-lang.c (ada_la_decode, ada_match_name)
10654 (ada_suppress_symbol_printing, ada_is_array_type)
10655 (ada_value_ptr_subscript, ada_array_length)
10656 (ada_to_static_fixed_value): Make them static.
10657 (_initialize_ada_language): Declare before definition.
10658 * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
10659 (ada_task_list_changed, ada_new_objfile_observer): Make them
10660 static.
10661 (_initialize_tasks): Declare before definition.
10662 * addrmap.c (_initialize_addrmap): Declare before definition.
10663 * auxv.c (default_auxv_parse): Make it static.
10664 * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
10665 them static.
10666 * breakpoint.c (remove_sal): Add line break.
10667 (expand_line_sal_maybe): Make it static.
10668 * cp-name-parser.y: Include "cp-support.h".
10669 * cp-valprint.c (cp_find_class_member): Make it static.
10670 * eval.c (value_f90_subarray): Ditto.
10671 * exceptions.c (print_any_exception): Ditto.
10672 * findcmd.c (_initialize_mem_search): Declare before definition.
10673 * frame.c (frame_observer_target_changed): Make it static.
10674 * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
10675 * inf-child.c: Include "inf-child.h".
10676 * inferior.h (valid_inferior_id): Rename to ...
10677 (valid_gdb_inferior_id): ... this.
10678 * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
10679 Make them static.
10680 * jv-lang.c (java_language_arch_info): Make it static.
10681 * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
10682 * osdata.c (info_osdata_command): Make it static.
10683 * regcache.c (regcache_observer_target_changed): Make it static.
10684 * reverse.c (_initialize_reverse): Declare before definition.
10685 * stabsread.c (cleanup_undefined_types_noname)
10686 (cleanup_undefined_types_1): Make them static.
10687 * symfile.c (place_section): Make it static.
10688 * symtab.c (find_pc_sect_psymtab_closer): Make it static.
10689 * target-descriptions.c (_initialize_target_descriptions): Declare
10690 before definition.
10691 * target.c (default_get_ada_task_ptid, find_default_can_async_p)
10692 (find_default_is_async_p, find_default_supports_non_stop): Make
10693 them static.
10694 (target_supports_non_stop): Add prototype.
10695 (dummy_pid_to_str): Make it static.
10696 * utils.c (_initialize_utils): Declare before definition.
10697 * ada-exp.y (_initialize_ada_exp): Declare before definition.
10698 * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
10699 * target.h (struct target_ops): Add a prototype to the
10700 to_can_execute_reverse callback.
a2f63f5e
AS
10701 * macroscope.c (_initialize_macroscope): Declare before definition.
10702 * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
2c0b251b
PA
10703 * python/python.c (_initialize_python): Declare before definition.
10704 * tui/tui-command.c: Include "tui/tui-command.h".
10705 * tui/tui-data.c (init_content_element, init_win_info): Make them
10706 static.
10707 * tui/tui-disasm.c: Include "tui/tui-disasm.h".
10708 * tui/tui-interp.c (_initialize_tui_interp): Declare before
10709 definition.
10710 * tui/tui-layout.c: Include "tui/tui-layout.h".
10711 (_initialize_tui_layout): Declare before definition.
10712 * tui/tui-regs.c: Include "tui/tui-regs.h".
10713 (tui_display_reg_element_at_line): Make it static.
10714 (_initialize_tui_regs): Declare before definition.
10715 * tui/tui-stack.c (_initialize_tui_stack): Declare before
10716 definition.
10717 * tui/tui-win.c: Include "tui/tui-win.h".
10718 (_initialize_tui_win): Declare before definition.
10719 (tui_sigwinch_handler): Make it static. Wrap in ifdef SIGWINCH.
10720 * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
10721 (tui_get_cmd_list): Add a prototype.
10722 * tui/tui-windata.c: Include tui-windata.h.
10723 * tui/tui-wingeneral.c (box_win): Make it static.
10724 * cli/cli-logging.c (show_logging_command): Make it static.
10725 (_initialize_cli_logging): Declare before definition.
10726 * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
10727 definition.
10728
5aca5a82
PM
107292009-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
10730
08c1f091 10731 Extend use of i386_use_watchpoints to all i386 native files
5aca5a82 10732 using hardware watchpoints.
08c1f091
DE
10733 * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
10734 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
10735 * windows-nat.c (init_windows_ops): Ditto.
10736 * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
10737 * config/i386/nm-cygwin64.h: Ditto.
10738 * config/i386/nm-fbsd.h: Ditto.
10739 * config/i386/nm-go32.h: Ditto.
5aca5a82 10740
1db300f1
JB
107412009-02-19 Joel Brobecker <brobecker@adacore.com>
10742
10743 * ada-typeprint.c (ada_typedef_print): Remove. Unused.
10744
c86cf029
VP
107452009-02-18 Vladimir Prus <vladimir@codesourcery.com>
10746
10747 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
10748 (mi_interpreter_init): Register the above.
10749 * solib.c (clear_solib): Notify solib unload.
10750 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
10751 disable breakpoints on a.out targets.
10752
3ea85240
VP
107532009-02-17 Vladimir Prus <vladimir@codesourcery.com>
10754
10755 * observer.c (observer_test_first_notification_function)
10756 (observer_test_second_notification_function)
10757 (observer_test_third_notification_function): Adjust prototype.
10758
4c1d2973
PA
107592009-02-17 Pedro Alves <pedro@codesourcery.com>
10760
10761 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
10762 (ALL_TARGET_OBS): Add dicos-tdep.o.
10763 (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
10764 * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
10765 gdb_target_obs.
10766 (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
10767 gdb_target_obs.
10768 * dicos-tdep.h, dicos-tdep.c: New.
10769 * amd64-dicos-tdep.c: New.
10770 * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
10771 inferior.h. Include dicos-tdep.h.
10772 (i386_dicos_init_abi): Call dicos_init_abi.
10773 (i386_dicos_bfd_has_symbol_p): Delete.
10774 (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
10775
10776 * NEWS: Mention x86-64 DICOS target support.
10777
1903f0e6
DE
107782009-02-16 Doug Evans <dje@google.com>
10779
10780 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
10781 All callers updated.
10782 (amd64_get_insn_details): Handle more 3-byte opcode insns.
10783 (amd64_breakpoint_p): Delete.
10784 (amd64_displaced_step_fixup): When fixing up after stepping an int3,
10785 don't back up pc to the start of the int3.
10786 * i386-tdep.c: #include opcode/i386.h.
10787 (i386_skip_prefixes): New function.
10788 (i386_absolute_jmp_p): Constify argument.
10789 (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
10790 (i386_breakpoint_p): Delete.
10791 (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
10792 When fixing up after stepping an int3, don't back up pc to the start
10793 of the int3.
10794
959b8724
PA
107952009-02-16 Pedro Alves <pedro@codesourcery.com>
10796
10797 * corelow.c (core_close): Don't hardcode the core's pid.
10798 (core_open): Find core threads before calling
10799 post_create_inferior.
10800 (add_to_thread_list, get_core_register_section): Take into account
10801 systems where the regset section names encode the pid of the
10802 inferior.
10803
10804 * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
10805 * gdbarch.h, gdbarch.c: Regenerate.
10806
10807 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
10808 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
10809 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
10810 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
10811
1d33d6ba
VP
108122009-02-14 Vladimir Prus <vladimir@codesourcery.com>
10813
10814 Include frame information for *stopped due to CLI commands.
10815
a2f63f5e
AS
10816 * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
10817 * infcmd.c (finish_command_continuation): Pass '1' for
10818 'print_frame' parameter to the observer.
10819 * infrun.c (normal_stop): Don't print mi-specific information
10820 here. Pass 'stop_print_frame' to the 'print_frame' parameter
10821 of the observer.
10822 * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
10823 If we need to print frame, and current uiout is not the MI one,
10824 print frame again.
1d33d6ba 10825
2ff5e605
PM
108262009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
10827
10828 * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
10829 Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
10830
5d7cb8df
JK
108312009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10832
10833 PR fortran/9806
10834 * dwarf2read.c (process_die <DW_TAG_module>, read_module)
10835 (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
10836
868a0084
PM
108372009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
10838
10839 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
5d7cb8df 10840 for DW_ATE_signed_char and DW_ATE_unsigned_char
868a0084
PM
10841 for pascal language.
10842
42e2132c
JK
108432009-02-11 Jim Meyering <meyering@redhat.com>
10844 Jan Kratochvil <jan.kratochvil@redhat.com>
10845
10846 Avoid NULL dereference.
10847 * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
10848 New variable func_type.
10849
315aef0a
PA
108502009-02-11 Pedro Alves <pedro@codesourcery.com>
10851
10852 * gdbarch.c: Regenerate.
10853
58159490
PM
108542009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
10855
10856 * p-lang.c (is_pascal_string_type): Fix comment.
10857 Determine exact size of char elements for GPC
10858 strings.
10859 (pascal_printstr): Handle char width of 2 or 4.
10860 * p-valprint.c (pascal_val_print): Handle char
10861 of width 2 or 4.
a2f63f5e 10862
d3f36a39
DJ
108632009-02-07 Daniel Jacobowitz <dan@codesourcery.com>
10864
10865 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
10866 inside the loop. Only call addrmap_set_empty if the compilation unit
10867 had DW_AT_high_pc and DW_AT_low_pc. Update call to
10868 scan_partial_symbols.
10869 (scan_partial_symbols): Take NEED_PC argument and pass it along with
10870 LOWPC and HIGHPC.
10871 (add_partial_namespace): Take NEED_PC argument and pass it through.
10872 (add_partial_subprogram): Take NEED_PC argument. Update the addrmap
10873 if necessary.
10874
47a3467a
PA
108752009-02-07 Pedro Alves <pedro@codesourcery.com>
10876
10877 * NEWS: Mention inspecting extra signal information, $_siginfo,
10878 and the qXfer:siginfo:read and qXfer:siginfo:write packets.
10879
1ef18d08
PA
108802009-02-07 Pedro Alves <pedro@codesourcery.com>
10881
10882 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
10883 isn't defined.
10884
5b009018
PA
108852009-02-06 Pedro Alves <pedro@codesourcery.com>
10886
10887 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
10888 (compat_timer_t, compat_clock_t, struct compat_timeval)
10889 (compat_sigval_t, compat_siginfo_t): New types.
10890 (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
10891 (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
10892 (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
10893 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
10894 (amd64_linux_siginfo_fixup): New.
10895 * linux-nat.c (linux_nat_siginfo_fixup): New.
10896 (siginfo_fixup): New.
10897 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
10898 siginfo layout expected by ptrace and the siginfo layout of the
10899 inferior.
10900 (linux_nat_set_siginfo_fixup): New.
10901 * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
10902
4aa995e1
PA
109032009-02-06 Pedro Alves <pedro@codesourcery.com>
10904
10905 * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
10906 * infrun.c (siginfo_value_read, siginfo_value_write): New.
10907 (siginfo_value_funcs): New.
10908 (siginfo_make_value): New.
10909 (_initialize_infrun): Create the $_siginfo convenience variable.
10910 * gdbtypes.h (append_composite_type_field_aligned): Declare.
10911 * gdbtypes.c (append_composite_type_field): Rename to...
10912 (append_composite_type_field_aligned): ... this. Add ALIGNMENT
10913 argument. Handle it.
10914 (append_composite_type_field): Rewrite on top of
10915 append_composite_type_field_aligned.
10916 * value.h (internalvar_make_value): New typedef.
10917 (struct internalvar) <make_value>: New field.
10918 (create_internalvar_type_lazy): Declare.
10919 * value.c (create_internalvar): Clear make_value.
10920 (create_internalvar_type_lazy): New.
10921 (value_of_internalvar): If make_value is set use it.
10922 (preserve_values): Skip internal variables that don't have a
10923 value.
10924 * gdbarch.sh (get_siginfo_type): New.
10925 * gdbarch.h, gdbarch.c: Regenerate.
10926
10927 * linux-tdep.h, linux-tdep.c: New.
10928 * amd64-linux-tdep.c: Include "linux-tdep.h".
10929 (amd64_linux_init_abi): Register linux_get_siginfo_type and
10930 linux_get_siginfo_mapper.
10931 * i386-linux-tdep.c: Include "linux-tdep.h".
10932 (i386_linux_init_abi): Register linux_get_siginfo_type and
10933 linux_get_siginfo_mapper.
10934 * arm-linux-tdep.c: Include "linux-tdep.h".
10935 (i386_linux_init_abi): Register linux_get_siginfo_type and
10936 linux_get_siginfo_mapper.
10937
10938 * linux-nat.c (linux_xfer_siginfo): New.
10939 (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
10940 * remote.c (PACKET_qXfer_siginfo_read)
10941 (PACKET_qXfer_siginfo_write): New.
10942 (feature remote_protocol_features): Add "qXfer:siginfo:read" and
10943 "qXfer:siginfo:write" features.
10944 (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
10945 (_initialize_remote): Add "set/show remote read-siginfo-object"
10946 and "set/show remote write-siginfo-object" commands.
10947
10948 * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
10949 (HFILES_NO_SRCDIR): Add linux-tdep.h.
10950 (ALLDEPFILES): Add linux-tdep.c.
a2f63f5e 10951
4aa995e1
PA
10952 * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
10953 (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
10954 gdb_target_obs.
10955
5f5233d4
PA
109562009-02-06 Jim Blandy <jimb@codesourcery.com>
10957 Daniel Jacobowitz <dan@codesourcery.com>
10958 Vladimir Prus <vladimir@codesourcery.com>
10959 Pedro Alves <pedro@codesourcery.com>
10960
10961 * defs.h (enum lval_type): New value: lval_computed.
10962 * value.h (struct lval_funcs): New type.
10963 (allocate_computed_value, value_computed_funcs)
10964 (value_computed_closure): New declarations.
10965 * value.c (struct value): Add a structure to the location union
10966 for computed lvalues, containing 'funcs' and 'closure' members.
10967 (allocate_computed_value, value_computed_funcs)
10968 (value_computed_closure): New functions.
10969 (value_free): For computed lvalues, call the closure's
10970 'free_closure' function before freeing the value itself.
10971 (value_copy): If we're copying an lval_computed value, call the
10972 closure's 'copy_closure' function.
10973 (set_value_component_location): If the original value is a
10974 computed lvalue, then call the closure's 'copy_closure' function.
10975 (value_of_internalvar): If an internal variable's value is a
10976 computed lvalue, make retrieving its value produce an equivalent
10977 computed lvalue.
10978 * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
10979 their read function.
10980 (value_assign): Assign to computed lvalues by calling their write
10981 function.
10982
117de6a9
PA
109832009-02-06 Pedro Alves <pedro@codesourcery.com>
10984
10985 * linux-nat.c (linux_nat_wait): Adjust.
10986 (linux_nat_pid_to_str): Adjust. Remove call to thread_db_init.
10987 * linux-nat.h (thread_db_init): Delete declaration.
10988 * linux-thread-db.c (target_beneath): Delete.
10989 (thread_db_init): Delete.
10990 (thread_db_detach): Use find_target_beneath.
10991 (thread_db_wait): Adjust interface. Use find_target_beneath.
10992 (thread_db_mourn_inferior): Use find_target_beneath.
10993 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
10994 (thread_db_async_mask): Delete.
10995 (thread_db_pid_to_str): Adjust interface. Use
10996 find_target_beneath.
10997 (thread_db_get_thread_local_address): Adjust interface. Use
10998 find_target_beneath.
10999 (init_thread_db_ops): Delete references to delete functions.
11000 * target.c (update_current_target): Don't inherit or default
11001 to_wait. Don't inherit to_pid_to_str and
11002 to_get_thread_local_address.
11003 (target_translate_tls_address): Look for a pushed target that
11004 implements to_get_thread_local_address, and use it instead of
11005 checking for target_get_thread_local_address_p.
11006 (target_wait, target_pid_to_str): Reimplement as functions.
11007 (dummy_pid_to_str): New.
11008 (init_dummy_target): Register it.
11009 (debug_to_wait): Delete.
11010 * target.h (struct target_ops): Make to_wait, to_pid_to_str and
11011 to_get_thread_local_address accept a pointer to struct target_ops.
11012 (target_wait): Delete macro, and declare as function.
11013 (target_pid_to_str): Likewise.
11014 (target_get_thread_local_address)
11015 (target_get_thread_local_address_p): Delete.
11016 (noprocess): Add NORETURN and ATTR_NORETURN tags.
11017 * inf-ptrace.c (inf_ptrace_wait): Adjust.
11018 (inf_ptrace_pid_to_str): New.
11019 (inf_ptrace_target): Use inf_ptrace_pid_to_str.
11020 * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
11021 * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
11022 * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
11023 Adjust.
11024 * corelow.c (core_pid_to_str): Adjust.
11025 * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
11026 * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
11027 * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
11028 * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
11029 * hpux-thread.c (hpux_thread_wait): Adjust.
11030 * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
11031 * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
11032 * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
11033 * procfs.c (procfs_pid_to_str): Adjust.
11034 * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
11035 * remote-mips.c (mips_wait): Adjust.
11036 * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
11037 * remote.c (remote_wait, remote_pid_to_str)
11038 (remote_get_thread_local_address): Adjust.
11039 * rs6000-nat.c (rs6000_wait): Adjust.
11040 * sol-thread.c (procfs_pid_to_str): Adjust declaration.
11041 (sol_thread_wait, solaris_pid_to_str): Adjust.
11042 * spu-linux-nat.c (spu_child_wait): Adjust.
11043 * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
11044
d8906c6f
TJB
110452009-02-06 Tom Tromey <tromey@redhat.com>
11046
11047 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
11048 (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
11049 (python-cmd.o): New target.
11050 * cli/cli-decode.c (set_cmd_completer): Add self parameter to
11051 completer prototype.
11052 (add_cmd): Initialize destroyer member of cmd_list_element. Use
11053 make_symbol_completion_list_fn as completer.
11054 (delete_cmd): Call destroyer if one is set.
11055 * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
11056 completer member. Add destroyer member.
11057 (set_cmd_completer): Add self parameter to
11058 completer prototype.
11059 * command.h (set_cmd_completer): Add cmd parameter to
11060 completer prototype.
11061 * completer.c (noop_completer, filename_completer,
11062 location_completer, expression_completer, command_completer): Adapt
11063 to new completer prototype.
11064 (complete_line_internal): Pass new parameter to completer function.
11065 * completer.h (noop_completer, filename_completer,
11066 location_completer, expression_completer, command_completer): Adapt
11067 prototypes to new completer prototype.
11068 * interps.c (interpreter_completer): Adapt to new completer
11069 prototype.
11070 * python/python-cmd.c: New file.
11071 * python/python-internal.h (gdbpy_initialize_commands): Add
11072 prototype.
11073 (gdbpy_doc_cst): Add forward declaration.
11074 * python/python.c (gdbpy_doc_cst): Declare.
11075 (_initialize_python): Call gdbpy_initialize_commands. Initialize
11076 gdbpy_doc_cst.
11077 * symtab.c (make_symbol_completion_list_fn): New function.
11078 * symtab.h (make_symbol_completion_list_fn): Add prototype.
11079
739ef7fb
PA
110802009-02-06 Pedro Alves <pedro@codesourcery.com>
11081
11082 * target.c (target_get_osdata): Check for equal or higher than
11083 process_stratum, not dummy_stratum.
11084
6d097e65
PA
110852009-02-06 Pedro Alves <pedro@codesourcery.com>
11086
11087 * remote.c (extended_remote_can_run): Delete.
11088 (init_remote_ops): Don't register it.
11089 * target.c (target_get_osdata): Don't check for target_can_run.
11090 Instead any target that has already been pushed, otherwise
739ef7fb 11091 fallback to the default run target.
6d097e65 11092
947b8855
PA
110932009-02-06 Pedro Alves <pedro@codesourcery.com>
11094
11095 * target.c (target_create_inferior, target_detach)
11096 (target_mourn_inferior, target_attach, target_close): Do target
11097 debug output.
11098 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
11099 (debug_to_mourn_inferior, debug_to_close): Delete.
11100 (setup_target_debug): Adjust.
11101
611041af
PA
111022009-02-05 Pedro Alves <pedro@codesourcery.com>
11103
11104 * target.h (target_stopped_data_address_p): Delete declaration,
11105 and don't define as macro.
11106 * target.c (target_stopped_data_address_p): Delete.
11107
b6cb8e7d
TJB
111082009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
11109 Tom Tromey <tromey@redhat.com>
11110
11111 * python/python-utils.c (target_string_to_unicode): New function.
11112 * python/python-internal.h (target_string_to_unicode): New prototype.
11113 * python/python-value.c (valpy_string): New function.
11114 (value_object_methods): Add `string' entry.
11115
54ba13f7
PA
111162009-02-05 Pedro Alves <pedro@codesourcery.com>
11117
11118 * target.h (target_tid_to_str): Delete.
11119 * thread.c (print_thread_info, thread_apply_all_command)
11120 (thread_apply_command, thread_command, do_captured_thread_select):
11121 Use target_pid_to_str instead of target_tid_to_str.
11122 * linux-fork.c (delete_fork_command): Likewise.
11123
9d49bdc2
PA
111242009-02-05 Pedro Alves <pedro@codesourcery.com>
11125
11126 * frame.c (has_stack_frames): Make public.
11127 (get_prev_frame): Don't allow a NULL this_frame anymore.
11128 * frame.h (has_stack_frames): Declare.
11129 * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
11130 to get_prev_frame, instead start at get_current_frame.
11131 (varobj_create): Check has_stack_frames before getting any frame;
11132 eliminate one usage of deprecated_safe_get_selected_frame.
11133
12453b93
TJB
111342009-02-05 Tom Tromey <tromey@redhat.com>
11135 Thiago Jung Bauermann <bauerman@br.ibm.com>
11136
11137 * python/python.c (GdbMethods): Move to bottom of file.
11138 (get_parameter, execute_gdb_command, gdbpy_write,
11139 gdbpy_flush): Remove forward declarations.
11140 (eval_python_from_control_command): Fix error checking of function
11141 PyRun_SimpleString. Fix error string.
11142 (python_command): Likewise.
11143 (execute_gdb_command): Added from_tty argument.
11144
ae6a3a4c
TJB
111452009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
11146
11147 * language.h (language_dfn): Add la_get_string member.
11148 (LA_GET_STRING): New macro.
11149 (default_get_string): New prototype.
11150 * language.c (default_get_string): New function.
11151 (unknown_language_defn, auto_language_defn, local_language_defn): Use
11152 default_get_string for la_get_string.
11153 * c-lang.c (c_get_string): New function.
11154 (c_language_defn, cplus_language_defn, asm_language_defn): Use
11155 c_get_string for la_get_string.
11156 (minimal_language_defn): Likewise
11157 * ada-lang.c (ada_language_defn): Likewise.
11158 * f-lang.c (f_language_defn): Use default_get_string for
11159 la_get_string.
11160 * jv-lang.c (java_language_defn): Likewise.
11161 * m2-lang.c (m2_language_defn): Likewise.
11162 * objc-lang.c (objc_language_defn): Likewise.
11163 * p-lang.c (p_language_defn): Likewise.
11164 * scm-lang.c (scm_language_defn): Likewise.
11165 * typeprint.c (type_to_string): New function.
11166 * value.h (type_to_string): New prototype.
11167 * valprint.c (val_print_string): Factor out code for reading string
11168 from the inferior into its own function. Put 2 spaces after period
11169 in comments.
11170 (read_string): New function.
11171 * valprint.h (read_string): New prototype.
11172
fa8a61dc
TT
111732009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
11174 Tom Tromey <tromey@redhat.com>
11175
11176 PR breakpoints/8079:
11177 * breakpoint.c (print_one_breakpoint): Use exp_string field
11178 to display expression of watchpoints.
11179 (mention): Likewise.
11180 (watch_command_1): Remove trailing whitespace from expression.
11181 * printcmd.c (struct display) <exp_string>: New field.
11182 (display_command): Set exp_string.
11183 (free_display): Free exp_string.
11184 (clear_displays): Use free_display.
11185 (do_one_display): Print exp_string.
11186 (display_info): Likewise.
11187
08c637de
TJB
111882009-02-04 Tom Tromey <tromey@redhat.com>
11189 Thiago Jung Bauermann <bauerman@br.ibm.com>
11190 Phil Muldoon <pmuldoon@redhat.com>
11191
11192 * python/python-internal.h (gdbpy_get_value_from_history): Rename
11193 prototype to gdbpy_history.
11194 (gdbpy_is_string): Declare.
11195 (python_string_to_host_string): Declare.
11196 * python/python-utils.c (gdbpy_is_string): New function.
11197 (unicode_to_encoded_string): New function.
11198 (unicode_to_target_string): Use it.
11199 (python_string_to_host_string): New function.
11200 * python/python-value.c (valpy_address): New function.
11201 (convert_value_from_python): Use gdbpy_is_string. Change to throw
11202 Python exception instead of a GDB exception on error. Properly check
11203 Python booleans.
11204 (valpy_getitem): Convert field name to host string. Handle array
11205 accesses. Adapt to new behaviour of convert_value_from_python.
11206 (valpy_new): Adapt to new behaviour of convert_value_from_python.
11207 (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
11208 VALPY_BITXOR, VALPY_BITOR>: New constants.
11209 (valpy_binop): Update. Adapt to new behaviour of
11210 convert_value_from_python.
11211 (valpy_invert): New function.
11212 (valpy_lsh): Likewise.
11213 (valpy_rsh): Likewise.
11214 (valpy_and): Likewise.
11215 (valpy_or): Likewise.
11216 (valpy_xor): Likewise.
11217 (valpy_richcompare): Call convert_value_from_python instead of doing
11218 conversions itself.
11219 (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
11220 (gdbpy_get_value_from_history): Rename
11221 function to gdbpy_history.
11222 (gdbpy_initialize_values): Don't set tp_new.
11223 (value_object_type): Add valpy_new.
11224 (value_object_methods): Add `address' entry.
11225 (value_object_as_number): Update for new methods.
11226 * python/python.c (GdbMethods): Rename entry from
11227 `get_value_from_history' to `history'.
11228
538e13a6 112292009-02-04 Jerome Guitton <guitton@adacore.com>
b5304971
JG
11230
11231 * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
11232 of type to guard against a crash.
11233
33d502b4
JG
112342009-02-04 Jerome Guitton <guitton@adacore.com>
11235
11236 * value.c (value_from_contents_and_address): Always return
11237 a lval_memory value, even if address is null.
11238
9f08ae4f
TG
112392009-02-04 Tristan Gingold <gingold@adacore.com>
11240
11241 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
11242 (amd64_darwin_sigcontext_addr): Ditto.
11243 (darwin_dwarf_signal_frame_p): Ditto.
11244 (i386_darwin_init_abi): Handle signal frames, use the const for
11245 sc_num_regs.
11246 (x86_darwin_init_abi_64): Ditto.
11247
4bd207ef
TG
112482009-02-04 Tristan Gingold <gingold@adacore.com>
11249
11250 * i386-tdep.c (i386_sigtramp_p): Make it public.
11251 * i386-tdep.h (i386_sigtramp_p): Declare.
11252
4aa99a88
TG
112532009-02-04 Tristan Gingold <gingold@adacore.com>
11254
11255 * machoread.c (macho_symfile_read): Read minsymtab also from
11256 shared libraries.
11257 (macho_symfile_read): Try to read dwarf2 frame info from main
11258 object file, but not from OSO files.
11259 (macho_symfile_offsets): Update section names for latest BFD
11260 changes.
11261 * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
11262 (x86_darwin_init_abi_64): Ditto.
11263 * solib-darwin.c: New file.
11264 * solib-darwin.h: New file.
11265 * configure.tgt: Add solib.o solib-darwin.o for Darwin.
11266
7a848be1
TG
112672009-02-04 Tristan Gingold <gingold@adacore.com>
11268
11269 * solist.h (struct target_so_ops): Comment fallback behavior for
11270 operation same.
11271
b32d97f3
TT
112722009-02-03 Tom Tromey <tromey@redhat.com>
11273
11274 * completer.c (add_struct_fields): Check type_name against NULL
11275 before use.
11276
692263b8
JB
112772009-02-03 Joel Brobecker <brobecker@adacore.com>
11278
11279 * MAINTAINERS: Update Elena's email address.
11280
bfa149ac
JB
112812009-02-02 Joel Brobecker <brobecker@adacore.com>
11282
11283 * breakpoint (update_watchpoint): Minor comment adjustment.
11284
1c71341a
TT
112852009-02-02 Tom Tromey <tromey@redhat.com>
11286
52e44b43 11287 PR gdb/9594:
1c71341a
TT
11288 * completer.c (count_struct_fields): Count method names.
11289 (add_struct_fields): Add matching method names.
11290
85541719
DE
112912009-02-02 Doug Evans <dje@google.com>
11292
11293 * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
11294 doing any further tcl/tk configury. Don't configure gdbtk if
11295 tcl or tk check fails.
11296 * aclocal.m4: Regenerate.
11297 * configure: Regenerate.
11298
a4295225
TT
112992009-02-02 Tom Tromey <tromey@redhat.com>
11300
11301 PR exp/9059:
11302 * valops.c (find_overload_match): Follow typedefs before taking
11303 address of object argument.
11304
f00150c9
DE
113052009-02-01 Doug Evans <dje@google.com>
11306
11307 * target.h (target_waitstatus_to_string): Declare.
11308 * target.c (target_waitstatus_to_string): New function. Copied from
11309 debug_to_wait. Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
11310 TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
11311 TARGET_WAITKIND_NO_HISTORY.
11312 (debug_to_wait): Call it.
11313 * infrun.c (wait_for_inferior): If debug_infrun, print result of
11314 target_wait.
11315 (fetch_inferior_event): Ditto.
11316
5abdf4bd
TT
113172009-01-30 Tom Tromey <tromey@redhat.com>
11318
11319 * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
11320
592375cd
VP
113212009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11322
11323 PR 8145.
11324 * thread.c (do_captured_list_thread_ids): Report the current
11325 thread id.
11326
41447f92
VP
113272009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11328
11329 * breakpoint.c (create_breakpoint, create_breakpoints)
11330 (break_command_really, set_breakpoint): New parameter enabled.
11331 (create_breakpoint, break_command_really): Make breakpoint
11332 disabled if so requested.
11333 * breakpoint.h (set_breakpoint): New parameter enabled.
11334 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
11335
35669430
DE
113362009-01-28 Doug Evans <dje@google.com>
11337
11338 * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
11339 (amd64_displaced_step_fixup): Declare.
11340 * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
11341 (amd64_arch_regmap): Move out of amd64_analyze_stack_align
11342 and make static global.
11343 (amd64_arch_regmap_len): New static global.
11344 (amd64_arch_reg_to_regnum): New function.
11345 (struct amd64_insn): New struct.
11346 (struct displaced_step_closure): New struct.
11347 (onebyte_has_modrm,twobyte_has_modrm): New static globals.
11348 (rex_prefix_p,skip_prefixes)
11349 (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
11350 (amd64_insn_length,amd64_get_unused_input_int_reg)
11351 (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
11352 (amd64_displaced_step_copy_insn)
11353 (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
11354 (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
11355 (amd64_displaced_step_fixup): New functions.
11356 * amd64-linux-tdep.c: #include arch-utils.h.
11357 (amd64_linux_init_abi): Install displaced stepping support.
11358
4eb7c016
JG
113592009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
11360 Jerome Guitton <guitton@adacore.com>
11361
11362 * configure, config.in: Regenerated.
11363 * configure.ac: Add --with-system-gdbinit.
11364 * main.c (get_init_files): New.
11365 (captured_main): Use get_init_files. Load system gdbinit before
11366 $HOME/.gdbinit.
11367 (print_gdb_help): Print location of init files.
11368
7df3ce47
PA
113692009-01-28 Pedro Alves <pedro@codesourcery.com>
11370
11371 * corefile.c (generic_search): Delete disabled code.
11372 * gdbcore.h (generic_search): Delete declaration.
11373
77435e4c
PA
113742009-01-26 Pedro Alves <pedro@codesourcery.com>
11375
11376 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
11377 parent to the child.
11378 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
11379 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
11380 remove_breakpoints to remove breakpoints from the parent.
11381
1e275f79
PA
113822009-01-26 Pedro Alves <pedro@codesourcery.com>
11383
7488432f 11384 PR backtrace/9458, PR backtrace/8864:
1e275f79
PA
11385 * frame.c (create_new_frame): Update the frame's cached PC before
11386 finding its unwinder. Use frame_id_build to build the new frame's
11387 id.
11388 * stack.c (parse_frame_specification_1): Correct setting ``addrs''
11389 array values from the ``args'' array values.
11390
1deafd4e
PA
113912009-01-26 Pedro Alves <pedro@codesourcery.com>
11392
11393 * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
11394 (create_array_type, create_set_type, init_flags_type)
11395 (copy_type_recursive): Replace pairs of calls to XALLOC and memset
11396 with a call to XZALLOC or XCALLOC, and pairs of calls to
11397 obstack_alloc and memset with a call to OBSTACK_ZALLOC.
11398
3c16cced
PA
113992009-01-26 Pedro Alves <pedro@codesourcery.com>
11400
11401 Add "maint set|show internal-error|internal-warning quit|corefile
11402 ask|yes|no" commands.
11403
11404 PR gdb/7580:
11405 * utils.c (internal_problem_ask, internal_problem_yes)
11406 (internal_problem_no, internal_problem_modes): New.
11407 (struct internal_problem): Remove FIXME. Make should_quit and
11408 should_dump_core types to char *.
11409 (internal_vproblem, internal_error_problem)
11410 (internal_warning_problem): Adjust.
11411 (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
11412 functions.
11413 (add_internal_problem_command): New.
11414 (_initialize_utils): New.
11415
616d7dd2
PA
114162009-01-25 Pedro Alves <pedro@codesourcery.com>
11417
11418 * infcmd.c (program_info): Use paddress instead of casting stop_pc
11419 to unsigned long.
11420
0516318b
PA
114212009-01-24 Pedro Alves <pedro@codesourcery.com>
11422
11423 * infrun.c (normal_stop): Don't call
11424 deprecated_update_frame_pc_hack.
11425 * frame.c (deprecated_update_frame_pc_hack)
11426 (deprecated_update_frame_base_hack): Delete, and ...
11427 (create_new_frame): ... inline here.
11428 * frame.h (deprecated_update_frame_pc_hack)
11429 (deprecated_update_frame_base_hack): Delete declarations.
11430
1e8fb976
PA
114312009-01-23 Pedro Alves <pedro@codesourcery.com>
11432
11433 * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
11434 * cli/cli-setshow.c (do_setshow_command): Handle it.
11435 * command.h (enum var_types): Add var_zuinteger.
11436 (add_setshow_zuinteger_cmd): Declare.
11437
11438 * valprint.c (_initialize_valprint): Change the set input-radix
11439 and set output-radix commands to zuinteger type.
11440
dd7e2d2b
PA
114412009-01-23 Pedro Alves <pedro@codesourcery.com>
11442
11443 PR gdb/9664:
11444 * infrun.c (normal_stop): Tag threads as stopped, and run the
11445 hook-stop before printing the stack frame.
11446
392452f6
PA
114472009-01-22 Pedro Alves <pedro@codesourcery.com>
11448
11449 PR c++/9631:
11450 * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
11451 vbasetype.
11452
f6a96b83
KH
114532009-01-20 Kazu Hirata <kazu@codesourcery.com>
11454
11455 * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
11456 unsigned long.
11457
5d277928 114582009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
a12cc160
DJ
11459
11460 PR gdb/9346
11461 * infcmd.c (signal_command): Do not specify a resume PC.
11462
b89667eb
DE
114632009-01-19 Doug Evans <dje@google.com>
11464
11465 * dummy-frame.c (dummy_frame): Replace regcache member with
11466 caller_state.
11467 (dummy_frame_push): Replace caller_regcache arg with caller_state.
11468 All callers updated.
11469 (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
11470 (dummy_frame_pop): Rewrite. Verify requested frame is in the
11471 dummy frame stack. Restore program state.
11472 (cleanup_dummy_frames): Rewrite.
11473 (dummy_frame_sniffer): Update. Make static.
11474 * dummy-frame.h (regcache,frame_info): Delete forward decls.
11475 (inferior_thread_state): New forward decl.
11476 (dummy_frame_push): Update prototype.
11477 * frame.c (frame_pop): dummy_frame_pop now does all the work for
11478 DUMMY_FRAMEs.
11479 * infcall.c (breakpoint_auto_delete_contents): Delete.
11480 (get_function_name,run_inferior_call): New fns.
11481 (call_function_by_hand): Simplify by moving some code to
11482 get_function_name, run_inferior_call. Inferior function call wrapped
11483 in TRY_CATCH so there's less need for cleanups and all exits from
11484 proceed are handled similarily. Detect program exit.
11485 Detect program stopping in a different thread.
11486 Make error messages more consistent.
11487 * inferior.h (inferior_thread_state): Declare (opaque type).
11488 (save_inferior_thread_state,restore_inferior_thread_state,
11489 make_cleanup_restore_inferior_thread_state,
11490 discard_inferior_thread_state, get_inferior_thread_state_regcache):
11491 Declare.
11492 (save_inferior_status): Update prototype.
11493 * infrun.c: (normal_stop): When stopped for the completion of an
11494 inferior function call, verify the expected stack frame kind.
11495 (inferior_thread_state): New struct.
11496 (save_inferior_thread_state,restore_inferior_thread_state,
11497 do_restore_inferior_thread_state_cleanup,
11498 make_cleanup_restore_inferior_thread_state,
11499 discard_inferior_thread_state,
11500 get_inferior_thread_state_regcache): New functions.
11501 (inferior_status): Move stop_signal, stop_pc, registers to
11502 inferior_thread_state. Remove restore_stack_info.
11503 (save_inferior_status): Remove arg restore_stack_info.
11504 All callers updated. Remove saving of state now saved by
11505 save_inferior_thread_state.
11506 (restore_inferior_status): Remove restoration of state now done by
11507 restore_inferior_thread_state.
11508 (discard_inferior_status): Remove freeing of registers, now done by
11509 discard_inferior_thread_state.
11510
aefc7064
PA
115112009-01-18 Pedro Alves <pedro@codesourcery.com>
11512
11513 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
11514 at a time, times NUM_TO_SCROLL.
11515 * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
11516 fetch the selected frame if there is no stack.
11517
29f49a6a
PA
115182009-01-18 Pedro Alves <pedro@codesourcery.com>
11519
11520 PR gdb/9747:
11521 * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
11522 Declare.
11523 * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
11524 * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
11525 is thrown while handling an event, finish the thread state.
11526 (normal_stop): Use finish_thread_state cleanup.
11527 * infcmd.c (run_command_1): If an error is thrown while starting
11528 the inferior, finish the thread state.
11529
e7243d73
PA
115302009-01-18 Pedro Alves <pedro@codesourcery.com>
11531
11532 * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
11533 skip breakpoints without a location (pending breakpoints).
11534
e74994b5
PA
115352009-01-18 Pedro Alves <pedro@codesourcery.com>
11536
11537 PR build/9186:
11538 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
11539
8405c36e
NR
115402009-01-18 Nick Roberts <nickrob@snap.net.nz>
11541
11542 * thread.c (thread_command): Move call to annotate_thread_changed
11543 to...
11544 (do_captured_thread_select): ... here, to avoid printing an
11545 annotation if the thread change generates an exception.
11546
b8bfd3ed
JB
115472009-01-16 Joel Brobecker <brobecker@adacore.com>
11548
11549 * NEWS: Document x86_64/MinGW as a new native configuration.
11550
2dde91e9
JB
115512009-01-16 Joel Brobecker <brobecker@adacore.com>
11552
11553 * NEWS: Move the documentation of "info os processes" to
11554 the appropriate section (documenting the new commands).
11555
54363045
DE
115562009-01-15 Doug Evans <dje@google.com>
11557
11558 * target.h (target_signal_to_string): Make return type const char *.
11559 (target_signal_to_name): Ditto.
11560 (target_signal_from_name): Make arg const char *.
54363045 11561 * infrun.c (sig_print_info): Update.
54363045
DE
11562 * signals/signals.c (signals): Make array and struct members const.
11563 (target_signal_to_string): Make return type const char *.
11564 (target_signal_to_name): Ditto.
11565 (target_signal_from_name): Make arg const char *.
11566
572d275c
UW
115672009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
11568 Tristan Gingold <gingold@adacore.com>
11569
11570 * solist.h (struct target_so_ops): New member bfd_open.
11571 (solib_find): Add prototype.
11572 (solib_bfd_fopen): Add prototype.
11573 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
11574 from solib_bfd_open.
11575 (solib_bfd_open): Use ops->bfd_open override if present. Call
11576 solib_find and solib_bfd_open otherwise.
11577
11578 * objfiles.h (OBJF_KEEPBFD): New define.
11579 * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
11580 objfile flag is set.
11581 * solib.c (symbol_add_stub): Do not allocate second BFD for
11582 shared library; use OBJF_KEEPBFD flag on solib objfile.
11583
0701b271
UW
115842009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
11585
11586 * frame.c (get_frame_arch): Abort if called with NULL this_frame.
11587
61212c0f
UW
115882009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
11589
11590 * value.h (address_of_variable): Add prototype.
11591 (locate_var_value): Remove prototype.
11592
11593 * findvar.c (read_var_value): Do not attempt to default frame
11594 to selected frame.
11595 (locate_var_value): Remove function.
11596 * valops.c (value_of_variable): Retrieve selected frame for
11597 symbols that require a frame when called with NULL block.
11598 * valops.c (address_of_variable): New function.
11599
11600 * eval.c (evaluate_subexp_for_address): Call address_of_variable
11601 instead of calling locate_var_value.
11602 (evaluate_subexp_with_coercion): Likewise.
11603
adb483fe
DJ
116042009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
11605
11606 * NEWS: Document "define" for prefixed commands.
11607 * cli/cli-cmds.c (show_user): Update calls to show_user_1. Call
11608 show_user_1 for prefix commands.
11609 * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
11610 * cli/cli-script.c (validate_comname): Rewrite to handle prefix
11611 commands. Return the containing command list.
11612 (define_command, document_command): Update to handle prefix commands.
11613 (show_user_1): Add prefix and name arguments. Handle prefix
11614 commands.
11615 * cli/cli-script.h (show_user_1): Update prototype.
11616
a32d7317
KT
116172009-01-14 Kai Tietz <kai.tietz@onevision.com>
11618
92a610f3 11619 * ser-mingw.c (console_select_thread): Add return to make
a32d7317
KT
11620 compiler happy.
11621 (pipe_select_thread): Likewise.
11622 (file_select_thread): Likewise.
11623
041d0fd7
PA
116242009-01-14 Pedro Alves <pedro@codesourcery.com>
11625
11626 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
11627 previous change.
11628
dc1981d7
PA
116292009-01-14 Pedro Alves <pedro@codesourcery.com>
11630
11631 * remote.c (extended_remote_mourn_1): Invalidate our notion of
11632 current general thread.
11633
244bf9ae
PA
116342009-01-14 Pedro Alves <pedro@codesourcery.com>
11635
11636 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
11637 without a live selected thread.
11638
e4d013fc
JB
116392009-01-14 Joel Brobecker <brobecker@adacore.com>
11640
11641 Update the copyright notice of some of the files I missed
11642 in the previous copyright update.
11643
a588db63
JB
116442009-01-14 Joel Brobecker <brobecker@adacore.com>
11645
11646 * windows-nat.c (handle_unload_dll): Use %p to print the DLL
11647 base address instead of casting it to DWORD.
11648
77a732d9
UW
116492009-01-13 Ulrich Weigand <uweigand@de.ibm.com>
11650
11651 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
11652 for NULL frame pointers.
11653
773698b5
JB
116542009-01-13 Mark Kettenis <kettenis@gnu.org>
11655
11656 * utils.c (host_address_to_string): Reimplement in a way that
11657 avoids the cast of the address to long.
11658
9918cab9
JB
116592009-01-13 Joel Brobecker <brobecker@adacore.com>
11660
11661 * mdebugread.c (parse_symbol): Save the symbol private data
11662 using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
11663 (psymtab_to_symtab_1): Likewise.
11664 (parse_procedure): Declare variable "e" only in the scope
11665 where it is used. Extract the symbol private data using
11666 SYMBOL_VALUE_BYTES.
11667
74bcbdf3
PA
116682009-01-13 Jim Blandy <jimb@codesourcery.com>
11669
11670 Abstract out common code for copying value locations.
11671
11672 * value.h (set_value_component_location): New declaration.
11673 * value.c (set_value_component_location): New function.
11674 (value_primitive_field): Use it.
11675 * valarith.c (value_subscript, value_subscripted_rvalue): Same.
11676 * valops.c (search_struct_field, value_slice): Same.
11677 * ada-lang.c (coerce_unspec_val_to_type)
11678 (ada_value_primitive_packed_val): Same.
11679
d7dc3873
JB
116802009-01-13 Joel Brobecker <brobecker@adacore.com>
11681
11682 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
11683
dc05df57
CF
116842009-01-12 Christopher Faylor <me+cygwin@cgf.cx>
11685
11686 * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
11687 throughout.
11688 * i386-cygwin-tdep.c: Ditto.
11689 * i386-windows-nat.c: Ditto.
11690 * windows-nat.h: Ditto.
11691 * windows-tdep.c: Ditto.
11692 * windows-tdep.h: Ditto.
11693 * windows-nat.c: Ditto.
11694 (cygwin_load_start): Redefine as CORE_ADDR.
11695 (cygwin_load_end): Ditto.
b8511eeb 11696 (windows_make_so): Coerce result of address arithmetic to uintptr_t
dc05df57
CF
11697 before coercing to CORE_ADDR to avoid a compiler warning.
11698 (handle_exception): Define addr as CORE_ADDR and coerce
11699 ExceptionAddress to uintptr_t before assigining to avoid a compiler
11700 warning.
11701 * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
11702 files.
11703
31b060a2
CF
117042009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11705
11706 Fix linking with --enable-targets=all:
11707 * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
11708 (HFILES_NO_SRCDIR): Add windows-tdep.h.
11709 (ALLDEPFILES): Add windows-tdep.c.
11710
f3b6bd60 117112009-01-11 Chris Faylor <me.gdb@cgf.cx>
31b060a2
CF
11712
11713 * win32-nat.h: Delete.
11714 * windows-nat.h: Rename from win32-nat.h.
11715 * win32-nat.c: Delete.
11716 * windows-nat.c: Rename from win32-nat.c.
11717 * win32-termcap.c: Delete.
11718 * windows-termcap.c: Rename from win32-termcap.c.
11719 * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
11720 * configure.ac: Handle rename from win32-termcap.c ->
11721 windows-termcap.c.
11722 * configure: Regenerate.
11723 * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
11724 -> windows-termcap.c.
11725 * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
11726 windows-tdep.h.
11727 * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
11728 * windows-nat.c: Ditto. Also reflect rename from from win32-tdep.h ->
11729 windows-tdep.h.
11730 (win32_make_so): Handle cygwin compiler warning due to change of
11731 load_addr from DWORD to LPVOID.
11732 (handle_load_dll): Use %p in format string to properly print address
11733 and avoid a compiler warning.
11734 (DEBUG_EXCEPTION_SIMPLE): Ditto.
11735 (handle_exception): Ditto.
11736 * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
11737 * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
11738 windows-nat.o.
11739 * config/i386/mingw.mh: Ditto.
11740 * config/i386/mingw64.mh: Ditto.
11741
0311118f
JK
117422009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11743
11744 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
11745 arrayprint_recurse_level to a parameter. Update all the callers. New
11746 comment at autovariables.
11747
5f61c20e
JK
117482009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11749
11750 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
11751 coding style.
11752
117532009-01-11 Joel Brobecker <brobecker@adacore.com>
53b71562
JB
11754
11755 * target.c (target_xfer_partial): Use host_address_to_string to
11756 print the address of readbuf and writebuf. Cast the address of
11757 elements inside the myaddr buffer into intptr_t.
11758 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
11759 Cast the address of elements inside the myaddr buffer into
11760 intptr_t.
11761
5f61c20e 117622009-01-11 Joel Brobecker <brobecker@adacore.com>
d0761299
JB
11763
11764 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
11765 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
11766 * configure.host, configure.tgt: Add handling for x86_64/windows.
11767 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
11768 and amd64-windows-tdep.c.
11769
5f61c20e 117702009-01-11 Joel Brobecker <brobecker@adacore.com>
bfb87e33
JB
11771
11772 * win32-tdep.h, win32-tdep.c: New files.
11773 * i386-cygwin-tdep.h: Delete.
11774 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
11775 i386-cygwin-tdep.h.
11776 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
11777 * win32-nat.c: Likewise.
11778 * configure.tgt: Add win32-tdep.o to the list of target object
11779 files for i386-cygwin and i386-mingw targets.
11780
5f61c20e 117812009-01-11 Joel Brobecker <brobecker@adacore.com>
7e63b4e4
JB
11782
11783 * win32-nat.h: New file.
11784 * win32-nat.c (mappings): Initialize to NULL.
11785 (win32_set_context_register_offsets): New function.
11786 * i386-windows-nat.c: New file.
11787 (mappings): Moved here from win32-nat.c.
11788 (_initialize_i386_windows_nat): New function.
11789 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
11790 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
11791
25fc6591
AS
117922009-01-09 Andreas Schwab <schwab@suse.de>
11793
11794 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
11795
87f70781
PA
117962009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
11797
11798 * gdbtypes.c (append_composite_type_field): Correct the location of
11799 appended fields.
11800
58d4abe1
PA
118012009-01-09 Pedro Alves <pedro@codesourcery.com>
11802
11803 * defs.h (deprecated_error_hook): Delete declaration.
11804 * interps.c (clear_interpreter_hooks): Adjust.
11805 * remote-sim.c (gdb_os_error): Don't try to call
11806 deprecated_error_hook. No need to call exit anymore.
11807 * top.c (deprecated_error_hook): Delete.
11808
e3cb3832
JB
118092009-01-09 Joel Brobecker <brobecker@adacore.com>
11810
11811 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
11812 to print the address of the gdbarch pointer.
11813
30737ed9
JB
118142009-01-09 Joel Brobecker <brobecker@adacore.com>
11815
11816 * gdbarch.sh: Fix all the compilation errors on amd64-windows
11817 due to casting a pointer to a long when printing a function
11818 address. Instead, use host_address_to_string to convert our
11819 address to a string.
11820 * gdbarch.c: Regenerate.
11821
ec4dfccf
JB
118222009-01-09 Joel Brobecker <brobecker@adacore.com>
11823
11824 * event-top.c (async_disconnect, async_stop_sig): use "raise"
11825 instead of "kill" to raise a signal.
11826
d3653bf6
JB
118272009-01-09 Joel Brobecker <brobecker@adacore.com>
11828
11829 * win32-nat.c (get_module_name): Change the type of parameter
11830 "base_address" to LPVOID. Remove unnecessary cast.
11831 (struct lm_info): Change type of load_addr to LPVOID.
11832 (win32_make_so): Change the type of parameter "load_addr"
11833 to LPVOID. Remove some unnecessary casts.
11834 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
11835 (win32_xfer_shared_libraries): Add missing cast.
11836
308a8808
JB
118372009-01-09 Joel Brobecker <brobecker@adacore.com>
11838
11839 * win32-nat.c (has_detach_ability, set_process_privilege):
11840 Cast the result of GetProcAddress to (void *) to avoid
11841 a compilation warning.
11842
5851ab76
JB
118432009-01-09 Joel Brobecker <brobecker@adacore.com>
11844
11845 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
11846 already defined.
11847
5732a500
JB
118482009-01-09 Joel Brobecker <brobecker@adacore.com>
11849
11850 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
11851 definition of local variable "done".
11852 (info_w32_command, handle_exception): Remove unnecessary cast.
11853
def4de3a
JB
118542009-01-09 Joel Brobecker <brobecker@adacore.com>
11855
11856 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
11857 DebugSetProcessKillOnExit. Update all uses in this file.
11858 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
11859 Update all uses in this file.
11860
118612009-01-09 Joel Brobecker <brobecker@adacore.com>
0795be10
JB
11862
11863 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
11864 and use it when pushing the target.
11865 (win32_attach, win32_create_inferior): Update call to
11866 do_initial_win32_stuff.
11867 (win32_detach, win32_mourn_inferior): Use our ops parameter
11868 instead of the global win32_ops to unpush the target.
11869
1be7fe8d
JB
118702009-01-09 Joel Brobecker <brobecker@adacore.com>
11871
11872 * ser-mingw.c (ser_windows_open): Use proper type when casting
11873 in call to _open_osfhandle.
11874
1dac1b47
KT
118752009-01-09 Kai Tietz <kai.tietz@onevision.com>
11876
11877 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
11878
ecf180db
JB
118792009-01-09 Joel Brobecker <brobecker@adacore.com>
11880
11881 * CONTRIBUTE: Minor reformatting.
11882
8234eceb
KT
118832009-01-08 Kai Tietz <kai.tietz@onevision.com>
11884
11885 * MAINTAINERS: Add myself to Write After Approval.
a68ddad5
KT
11886 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
11887 export directory.
8234eceb 11888
72ee8797
NF
118892009-01-08 Nathan Froyd <froydnj@codesourcery.com>
11890
11891 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
11892 Call exit to make it obvious to GCC.
11893
f7545552
TT
118942009-01-08 Tom Tromey <tromey@redhat.com>
11895
11896 PR breakpoints/9350:
11897 * varobj.c (varobj_invalidate): Unconditionally free
11898 all_rootvarobj.
11899 * symfile.c (syms_from_objfile): Free local_addr when returning
11900 normally.
11901 * exec.c (exec_file_attach): Do cleanups before returning.
11902 (exec_file_command): Likewise.
11903 * corefile.c (reopen_exec_file): Do cleanups before returning.
11904 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
a2f63f5e 11905 returning.
f7545552
TT
11906 (do_vec_free): New function.
11907 (update_global_location_list): Make a cleanup for old_locations.
11908 Do cleanups before returning. Remove unused variable 'e'.
11909 (find_condition_and_thread): Free result of parsing the
11910 expression.
11911 (print_it_typical): Do cleanups before returning.
11912 (breakpoint_re_set_one): Always free sals.sals.
11913
dde02812
ES
119142009-01-08 Joel Brobecker <brobecker@adacore.com>
11915 Emi Suzuki <emi-suzuki@tjsys.co.jp>
a2f63f5e 11916
dde02812
ES
11917 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
11918 watchpoints.
11919
69bcc6bc
DE
119202009-01-07 Doug Evans <dje@google.com>
11921
11922 * top.c (gdb_prompt_string): Delete, unused.
11923
fa3a767f
PA
119242009-01-07 Pedro Alves <pedro@codesourcery.com>
11925
11926 Delete ONE_PROCESS_WRITETEXT leftovers.
11927
11928 * breakpoint.c (insert_bp_location): Delete process_warning
11929 argument. Adjust.
11930 (insert_breakpoint_locations): Adjust.
11931 (reattach_breakpoints): Adjust.
11932 * infrun.c (normal_stop): Drop "It might be running in another
11933 process" notice.
11934
7b93f36d
SS
119352009-01-07 Stan Shebs <stan@codesourcery.com>
11936
11937 * config/pa/linux.mh (XDEPFILES): Remove.
11938
0380c18b
DE
119392009-01-07 Doug Evans <dje@google.com>
11940
11941 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
11942
60023297
JK
119432009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11944
11945 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
11946 spacing, a regression from 2008-04-22.
11947
ea8992ce
JB
119482009-01-07 Joel Brobecker <brobecker@adacore.com>
11949
11950 * utils.c (gdb_print_host_address): Adjust implementation to
11951 reuse host_address_to_string. Move comment explaining the conversion
11952 from host address to string from here...
11953 (host_address_to_string): ... to there.
11954
301d2c47
ES
119552009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
11956
11957 * MAINTAINERS: Add myself for write after approval privileges.
11958
170ce852
TT
119592009-01-06 Tom Tromey <tromey@redhat.com>
11960
11961 * value.c (set_internalvar): Use value_free, not xfree.
11962
fdb7262a
JB
119632009-01-06 Jim Blandy <jimb@red-bean.com>
11964
bf1d7d9c
JB
11965 Check return values of functions declared with warn_unused_result
11966 attribute in GLIBC 2.8.
11967 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
11968 * inflow.c (check_syscall): New function.
11969 (new_tty): Use check_syscall to check return values from open and dup.
11970 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
11971 * main.c (captured_main): Call cwd after setting up gdb_stderr;
11972 check for errors from getcwd.
11973 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
11974 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
11975 (stdio_file_fputs): Same.
11976 * utils.c (internal_vproblem): abort if last-ditch error message
11977 write fails.
11978
fdb7262a
JB
11979 * top.c (gdb_init): Don't set the current directory here; that's
11980 already been done in captured_main.
11981
84603566
SL
119822009-01-06 Sandra Loosemore <sandra@codesourcery.com>
11983
11984 * ser-tcp.c: Adjust includes.
11985 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
11986 (tcp_auto_retry, tcp_retry_limit): Declare.
11987 (TIMEOUT): Remove, in favor of tcp_retry_limit.
11988 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
11989 (wait_for_connect): New function.
11990 (net_open): Use it. Add auto-retry logic.
11991 (set_tcp_cmd, show_tcp_cmd): New functions.
11992 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
11993 and "set/show tcp connect-timeout" commands.
11994 * NEWS: Document new commands.
11995
5171e6b3
TT
119962009-01-05 Tom Tromey <tromey@redhat.com>
11997
11998 * python/python-internal.h (Py_ssize_t): Define as int.
11999
a367a1f2
JB
120002009-01-05 Jim Blandy <jimb@red-bean.com>
12001
12002 * MAINTAINERS: Fix my e-mail address as steering committee member.
12003
0fb0cc75
JB
120042009-01-03 Joel Brobecker <brobecker@adacore.com>
12005
12006 Updated copyright notices for most files.
12007
c9fc347d
JB
120082009-01-03 Joel Brobecker <brobecker@adacore.com>
12009
12010 * top.c (print_gdb_version): Update copyright year.
12011
a85d99b4
JB
120122009-01-03 Joel Brobecker <brobecker@adacore.com>
12013
12014 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
12015
4d78a120
JB
120162009-01-01 Pedro Alves <pedro@codesourcery.com>
12017
12018 PR breakpoints/9681:
12019 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
12020 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
12021 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
12022 retrow all other exceptions.
12023
67de2a4c 12024For older changes see ChangeLog-2008.
c906108c
SS
12025\f
12026Local Variables:
12027mode: change-log
12028left-margin: 8
12029fill-column: 74
12030version-control: never
57da7796 12031coding: utf-8
c906108c 12032End: