dab0eca622eca23d5a4e31995d42578c29a41499
[external/binutils.git] / gdb / ChangeLog
1 2009-10-12  Jiang Jilin  <freephp@gmail.com>
2
3         * i386-tdep.c (i386_process_record): Add xgetbv/xsetbv
4         instructions support.
5
6 2009-10-11  Pedro Alves  <pedro@codesourcery.com>
7
8         * procfs.c (procfs_make_note_section): Go back to only outputing
9         an NT_PSTATUS note when UNIXWARE is defined.
10
11 2009-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
12
13         * features/xinclude.dtd: Correct EMPTY typo.
14
15 2009-10-10  Michael Snyder  <msnyder@vmware.com>
16
17         * i386-tdep.c (i386_process_record): Or-equals, not not-equals.
18
19 2009-10-10  Pedro Alves  <pedro@codesourcery.com>
20
21         * mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error.
22         Put "break" statements on their own line.
23
24 2009-10-09  Pedro Alves  <pedro@codesourcery.com>
25
26         * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
27         we found no event while waiting for a specific LWP.
28         * infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE
29         before anything else.
30
31 2009-10-09  Pedro Alves  <pedro@codesourcery.com>
32
33         * procfs.c (procfs_make_note_section): Always output a NT_PSTATUS
34         note when NEW_PROC_API is defined.
35
36 2009-10-09  Pedro Alves  <pedro@codesourcery.com>
37
38         * corelow.c (core_has_fake_pid): New.
39         (core_close): Clear it.
40         (add_to_thread_list): Fake a pid if one is not found on a Solaris
41         core.  Add the inferior here.  Always add the thread, don't use
42         thread_change_ptid.
43         (core_open): Don't add the main thread or the inferior here unless
44         we find that the core had no .reg/NN sections.
45         (get_core_register_section): Handle Solaris cores with fake pids.
46
47         * corelow.c (add_to_thread_list): Fix typo.
48
49 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
50
51         PR gdb/10457
52         * elfread.c (elf_symtab_read): Don't use alloca in a loop.
53         
54 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
55
56         * i386-nat.c (i386_stopped_by_hwbp): Remove.
57
58 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
59
60         * NEWS: Update following the GDB 7.0 release.
61
62 2009-10-07  Pierre Muller  <muller@ics.u-strasbg.fr>
63
64         ARI fix: OP eol rule.
65         * doublest.c (floatformat_from_length): Avoid operator at end of line.
66         * dwarf2-frame.c (dwarf2_build_frame_info): Idem.
67         * dwarf2read.c (read_array_order, dwarf_decode_macros): Idem.
68         * eval.c (evaluate_subexp_standard): Idem.
69         * event-loop.c (create_timer, handle_timer_event): Idem.
70         * expprint.c (print_subexp_standard): Idem.
71         * f-exp.y (variable): Idem.
72         * f-typeprint.c (f_print_type): Idem.
73
74 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
75
76         ARI fix: OP eol rule.
77         * blockframe.c (find_pc_partial_function): Avoid operator at end of
78         line.
79         * buildsym.c (find_symbol_in_list): Idem.
80         (start_subfile, patch_subfile_names): Idem.
81         * c-exp.y (variable, yylex): Idem.
82         * c-typeprint.c (c_print_type, c_type_print_base): Idem.
83         * c-valprint.c (c_val_print): Idem.
84         * coffread.c (patch_opaque_types, process_coff_symbol): Idem.
85         * corelow.c (core_open): Idem.
86         * cris-tdep.c (move_reg_to_mem_movem_op): Idem.
87         * cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem.
88
89 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
90
91         ARI fix: OP eol rule.
92         * ada-exp.y (block_lookup): Avoid operator at end of line.
93         * aix-thread.c (pd_enable): Idem.
94         * alpha-tdep.c (alpha_next_pc): Idem.
95         * arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem.
96         (condition_true, coff_sym_is_thumb): Idem.
97
98 2009-10-06  Joel Brobecker  <brobecker@adacore.com>
99
100         GDB 7.0 released.
101
102 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
103
104         ARI fix: "%p" rule.
105         * target.c (debug_to_thread_architecture): Replace %p by %s using
106         host_address_to_string function.
107
108 2009-10-06  Tristan Gingold  <gingold@adacore.com>
109
110         * darwin-nat.c: Add __TEXT __info_plist content.
111         (darwin_attach_pid): Update error message.
112
113 2009-10-06  Joel Brobecker  <brobecker@adacore.com>
114
115         * MAINTAINERS: Add Tristan Gingold as Maintainer of the Darwin port.
116
117 2009-10-06  Joel Brobecker  <brobecker@adacore.com>
118
119         * MAINTAINERS: Add Jan Kratochvil as Maintainer of the ia64 target.
120
121 2009-10-05  Pedro Alves  <pedro@codesourcery.com>
122
123         Revert:
124         2009-10-04  Pedro Alves  <pedro@codesourcery.com>
125         * gdbinit.in: Set data-directory to @srcdir@.
126
127 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
128
129         * NEWS: Mention non-stop mode.
130
131 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
132
133         * gdbinit.in: Set data-directory to @srcdir@.
134
135 2009-10-02  Pedro Alves  <pedro@codesourcery.com>
136
137         * linux-nat.c (TRAP_IS_SYSCALL, TRAP_REMOVE_SYSCALL_FLAG): Delete.
138         (SYSCALL_SIGTRAP): New.
139         (status_to_str): Adjust.
140         (get_pending_status): Pending events in lp->waitstatus don't map
141         to any signal.  Simplify.
142         (linux_handle_syscall_trap): New.
143         (linux_handle_extended_wait): When handling PTRACE_EVENT_CLONE
144         events, use linux_ops->to_resume instead of direct ptrace with
145         PTRACE_CONT.  Remove all TRAP_IS_SYSCALL handling.
146         (wait_lwp): Handle syscall traps with linux_handle_syscall_trap,
147         and clear the sysgood bit.
148         (status_callback): Make it clearer and add comments.
149         (cancel_breakpoints_callback): Ignore if LP has waitstatus set.
150         (linux_nat_filter_event): Handle syscall traps with
151         linux_handle_syscall_trap, and clear the sysgood bit.  Move the
152         check for storing siginfo to after handling extended statuses and
153         syscall traps.  Store status in the lwp object.
154         (linux_wait_1): Don't swap the pending status out of the lwp
155         object until after deciding we found an lwp with an interesting
156         event.  Requeue a new pending signal if we find one while getting
157         rid or a pending SIGSTOP we sent ourselves.  Don't clear the
158         sysgood bit here.
159
160         * infrun.c (deal_with_syscall_event): Rename to ...
161         (handle_syscall_event): ... this.  Always context switch and set
162         stop_pc, even if not catching the syscall.  If not catching the
163         syscall, always resume with keep_going.
164         (handle_inferior_event): Adjust.
165
166 2009-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
167
168         Fix compatibility of --with-system-readline and readline-6.0+.
169         * configure.ac <--with-system-readline> (for readline_echoing_p): New
170         test.
171         * config.in: Regenerate.
172         * configure: Regenerate.
173
174 2009-10-01  Joel Brobecker  <brobecker@adacore.com>
175
176         * MAINTAINERS: Move Don Lee to the correct section (Write After
177         Approval).
178
179 2009-10-01  Phil Muldoon  <pmuldoon@redhat.com>
180
181         * infcall.c (call_function_by_hand): Add a new cleanup branch for
182         std::terminate breakpoints.
183
184 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
185
186         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): New variable buf.
187         Check first the descriptor memory is readable.
188
189 2009-09-29  Tom Tromey  <tromey@redhat.com>
190
191         * python/py-value.c (valpy_string): NULL-terminate 'keywords'.
192
193 2009-09-29  Ulrich Weigand  <uweigand@de.ibm.com>
194
195         * s390-tdep.c (s390_displaced_step_fixup): Use type ULONGEST
196         instead of CORE_ADDR for "amode".
197
198 2009-09-29  Joel Brobecker  <brobecker@adacore.com>
199
200         * ia64-tdep.c: Update the comments on how we insert/remove
201         breakpoints for L-X instructions.
202         (ia64_memory_insert_breakpoint, ia64_memory_remove_breakpoint):
203         Update the comments inside these functions.
204
205 2009-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
206
207         * gdbarch.sh (displaced_step_hw_singlestep): New callback.
208         * gdbarch.c, gdbarch.h: Regenerate.
209         * arch-utils.c (default_displaced_step_hw_singlestep): New function.
210         * arch-utils.h (default_displaced_step_hw_singlestep): Add prototype.
211
212         * ppc-linux-tdep.c (ppc_displaced_step_hw_singlestep): New function.
213         (rs6000_gdbarch_init): Install it.
214
215         * infrun.c (displaced_step_fixup): Use new callback to determine
216         whether to "step" or "continue" displaced copy.
217         (resume): Likewise.  Do not call maybe_software_singlestep
218         for displaced stepping.
219         (maybe_software_singlestep): Do not handle displaced stepping.
220
221 2009-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
222
223         * eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support
224         platforms that use function descriptors.  Prefer to use function
225         pointer types instead of function types.
226         * linespec.c (decode_objc): Support function descriptors.  Fully
227         initialize SAL result.
228         * objc-lang.c (find_methods): Support function descriptors.
229         Do not require function symbol to point to text section.
230
231         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling
232         via a function pointer, use the descriptor it points to.
233
234 2009-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
235
236         Fix ia64 breakpoints in the L-X slot.
237         * ia64-tdep.c (ia64_memory_insert_breakpoint): Extend the comment.
238         New variable shadow_slotnum, use it appropriately instead of slotnum.
239         Move shadow_len initialization before SLOTNUM adjustment, cover now the
240         whole remaining bundle.  Error now on breakpoints requested for the
241         slot 2 of L-X bundles.  Better sanity check the requested slot 1 of L-X
242         bundles.
243         (ia64_memory_remove_breakpoint): New variable shadow_slotnum, use it
244         appropriately instead of slotnum.  Warn now on breakpoints requested
245         for the slot 2 of L-X bundles.  Better sanity check the requested slot
246         1 of L-X bundles.  Update the assertio check of PLACED_SIZE.
247         (ia64_breakpoint_from_pc): New variable shadow_slotnum, use it
248         appropriately instead of slotnum.  Move *lenptr initialization before
249         SLOTNUM adjustment, cover now the whole remaining bundle.  Error now
250         on breakpoints requested for the slot 2 of L-X bundles.  Better sanity
251         check the requested slot 1 of L-X bundles.  Simplify the returned
252         expression.
253
254 2009-09-28  Joel Brobecker  <brobecker@adacore.com>
255
256         * ia64-tdep.c (ia64_memory_insert_breakpoint): Check the slotnum
257         and the type of instruction before deciding which slot to save
258         in the breakpoint shadown contents.
259
260 2009-09-28  Doug Evans  <dje@google.com>
261
262         * linux-nat.c (status_to_str): Handle TRAP_IS_SYSCALL.
263         (TRAP_REMOVE_SYSCALL_FLAG): New macro.
264         (linux_nat_wait_1): Mask off is-syscall bit in wait status for
265         TRAP_IS_SYSCALL before passing value to caller.
266
267 2009-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
268
269         * valops.c (value_assign): Respect parent offset when
270         assigning to a bitfield.
271
272 2009-09-28  Hui Zhu  <teawater@gmail.com>
273
274         * i386-tdep.c (i386_process_record): Remove "0x" that
275         don't need.
276
277 2009-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
278
279         * s390-tdep.c (op_bctr, op_bctgr, op_bct, op1_bctg, op2_bctg,
280         op_bxh, op1_bxhg, op2_bxhg, op_bxle, op1_bxleg, op2_bxleg,
281         op1_brct, op2_brct, op1_brctg, op2_brctg, op_brxh, op1_brxhg,
282         op2_brxhg, op_brxle, op1_brxlg, op2_brxlg): New enum values.
283         (is_rsi, is_rie): New insn format decoder routines.
284         (s390_displaced_step_fixup): New function.
285         (s390_gdbarch_init): Install displaced stepping routines.
286
287 2009-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
288
289         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*):
290         Add linux-tdep.o to gdb_target_obs.
291         (s390*-*-*): Likewise.
292
293 2009-09-27  Don Lee  <don.lee@sunplusct.com>
294
295         * score-tdep.c: Comment out some simulator dependent codes.
296         * score-tdep.h: Delete some simulator dependent macro definitions.
297
298 2009-09-27  Hui Zhu  <teawater@gmail.com>
299
300         * record.c (record_open): Change "query" to "error".
301         (cmd_record_stop): Change "query" to "printf_unfiltered".
302
303 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
304
305         * i386-nat.c (i386_stopped_data_address): Also check that
306         hitted watch register is not vacant.
307
308 2009-09-25  Tom Tromey  <tromey@redhat.com>
309
310         PR python/10664:
311         * language.h (struct language_defn) <la_get_string>: Add
312         'char_type' argument.
313         (LA_GET_STRING): Likewise.
314         (default_get_string, c_get_string): Update.
315         * language.c (default_get_string): Add 'char_type' argument.
316         * c-valprint.c (c_textual_element_type): Rename from
317         textual_element_type.  No longer static.  Update callers.
318         * c-lang.h (c_textual_element_type): Declare.
319         * c-lang.c (c_get_string): Add 'char_type' argument.
320
321 2009-09-25  Tom Tromey  <tromey@redhat.com>
322
323         * charset.c (iconv_open): Use UTF-16 and UTF-32, not UCS-2 and
324         UCS-4.
325         (iconv): Rename 'ucs_flag'.
326         (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
327         * c-lang.c (charset_for_string_type): Use UTF-16 and UTF-32, not
328         UCS-2 and UCS-4.
329         (convert_ucn): Use UTF-32.
330
331 2009-09-25  Nick Roberts  <nickrob@snap.net.nz>
332
333         * mi/gdb-mi.el: Remove file.
334
335 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
336
337         * record.c (record_open, record_store_registers, record_xfer_partial):
338         Replace calls to nquery by calls to query.
339
340 2009-09-23  John Wright  <john.wright@hp.com>
341
342         PR gdb/10684:
343         * event-top.c (command_line_handler): Terminate linebuffer before
344         xstrdup.
345
346 2009-09-22  Joel Brobecker  <brobecker@adacore.com>
347
348         * solib.c (solib_bfd_open): Relax a bit the compatibility check.
349
350 2009-09-22  Daniel Jacobowitz  <dan@codesourcery.com>
351
352         * source.c (forget_cached_source_info): Clear last_source_visited.
353         (init_last_source_visited): Delete.
354         (directory_command): Do not clear last_source_visited.  Call
355         forget_cached_source_info only if required.
356         (unset_substitute_path_command, set_substitute_path_command): Call
357         forget_cached_source_info.
358         * mi/mi-cmd-env.c (mi_cmd_env_dir): Do not call
359         init_last_source_visited.
360         * defs.h (init_last_source_visited): Delete declaration.
361
362 2009-09-22  Tom Tromey  <tromey@redhat.com>
363
364         PR gdb/10583:
365         * python/py-value.c (valpy_int): Use PyLong_FromLongLong.
366         (valpy_long): Likewise.
367
368 2009-09-22  Tom Tromey  <tromey@redhat.com>
369
370         PR python/10680:
371         * eval.c (evaluate_subexp_standard) <do_call_it>: Handle internal
372         functions in EVAL_AVOID_SIDE_EFFECTS case.
373
374 2009-09-22  Jie Zhang  <jie.zhang@analog.com>
375
376         * MAINTAINERS: Add myself under Write After Approval.
377
378 2009-09-22  Pierre Muller  <muller@ics.u-strasbg.fr>
379
380         * windows-nat.c (ctrl_c_handler): Also handle CTRL_BREAK_EVENT.
381
382 2009-09-18  Keith Seitz  <keiths@redhat.com>
383
384         * cp-support.h (cp_validate_operator): Declare new function.
385         * cp-support.c (cp_validate_operator): New function.
386         * linespec.c (decode_compound): For C++ check for a valid operator.
387
388 2009-09-21  Keith Seitz  <keiths@redhat.com>
389
390         * c-exp.y (qualified_name): Call CHECK_TYPEDEF before deciding
391         that a type is not an aggregate type.
392
393 2009-09-21  Jason Orendorff  <jason.orendorff@gmail.com>
394
395         PR python/10666:
396         * python/py-function.c (fnpy_init): Use xstrdup.
397
398 2009-09-21  Jie Zhang  <jie.zhang@analog.com>
399
400         * doc/gdb.texinfo: Escape "{" and "}".
401
402 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
403
404         PR python/10633
405
406         * c-lang.c (c_printstr): Do not loop past  options->print_max when
407         iterating with wchar_iterate.
408
409 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
410
411         * python/py-value.c (valpy_getitem): Test value before allowing
412         subscript operation.
413
414 2009-09-21  Hui Zhu  <teawater@gmail.com>
415             Michael Snyder  <msnyder@vmware.com>
416
417         * amd64-linux-tdep.c (amd64_all_but_ip_registers_record): New
418         function.
419         (amd64_linux_syscall_record): Call
420         amd64_all_but_ip_registers_record if syscall is
421         sys_rt_sigreturn.
422         (AMD64_LINUX_redzone, AMD64_LINUX_xstate,
423         AMD64_LINUX_frame_size): New macros.
424         (amd64_linux_record_signal): New function.
425         (amd64_linux_init_abi): Call set_gdbarch_process_record_signal.
426
427 2009-09-21  Hui Zhu  <teawater@gmail.com>
428             Michael Snyder  <msnyder@vmware.com>
429
430         * i386-linux-tdep.c (i386_all_but_ip_registers_record): New
431         function.
432         (i386_linux_intx80_sysenter_record): Call
433         i386_all_but_ip_registers_record if syscall is sys_sigreturn
434         or sys_rt_sigreturn.
435         (I386_LINUX_xstate, I386_LINUX_frame_size): New macros.
436         (i386_linux_record_signal): New function.
437         (i386_linux_init_abi): Call set_gdbarch_process_record_signal.
438
439 2009-09-21  Hui Zhu  <teawater@gmail.com>
440             Michael Snyder  <msnyder@vmware.com>
441
442         * record.c (record_end_entry): New struct.
443         (record_type): Add end.
444         (record_arch_list_add_end): Set rec->u.end.sigval to
445         TARGET_SIGNAL_0.
446         (record_message_args): New struct.
447         (record_message): Call gdbarch_process_record_signal.
448         (do_record_message): Add argument "signal".
449         (record_resume): Ditto.
450         (record_wait): Ditto.  Check record_list->u.end.sigval
451         in replay mode.
452
453 2009-09-21  Hui Zhu  <teawater@gmail.com>
454             Michael Snyder  <msnyder@vmware.com>
455
456         * gdbarch.sh (process_record_signal): New interface.
457
458 2009-09-19  Matt Rice <ratmice@gmail.com>  (tiny change)
459
460         Checked in by Joel Brobecker  <brobecker@gnat.com>
461         * varobj.c (varobj_update): Initialize children_changed.
462
463 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
464
465         * mi/mi-cmd-stack.c (list_args_or_locals): Workaround
466         gcc warning.
467
468 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
469
470         * mi/mi-cmds.h (mi_cmd_stack_list_variables): Declare.
471         * mi/mi-cmds.c (mi_cmds): Register -stack-list-variables.
472         * mi/mi-cmd-stack.c (enum what_to_list): New.
473         (list_args_or_locals): Accept what_to_list parameter.
474         Use 'variables' as output name of all are requested.
475         (mi_cmd_stack_list_variables): New.
476         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Adjust.
477
478 2009-09-19  Eli Zaretskii  <eliz@gnu.org>
479
480         * config/djgpp/fnchange.lst: Add missing edits.
481
482 2009-09-18  Maxim Grigoriev  <maxim2405@gmail.com>
483
484         * xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX.
485
486 2009-09-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
487
488         * objfiles.c (free_objfile): Clear SYMFILE_OBJFILE if it is OBJFILE.
489         * rs6000-nat.c (vmap_ldinfo): Only assertion check SYMFILE_OBJFILE now.
490         * symfile.c (syms_from_objfile, symbol_file_clear): Likewise.
491
492 2009-09-18  Ulrich Weigand  <uweigand@de.ibm.com>
493
494         * rs6000-tdep.c (rs6000_builtin_type_vec128): Add v2_double
495         union member.
496
497 2009-09-17  Joel Brobecker  <brobecker@adacore.com>
498
499         Fix a build failure on pa-hpux:
500         * gdb_ptrace.h (PT_SYSCALL): Define here if not already defined.
501         * inf-ttrace.c (inf_ttrace_wait): Fix compilation failure
502         introduced after field syscall_id inside struct target_waitstatus
503         has been renamed into syscall_number.
504
505 2009-09-16  H.J. Lu  <hongjiu.lu@intel.com>
506
507         PR gdb/10649
508         * Makefile.in (GDB_DATADIR_PATH): Renamed to ...
509         (GDB_DATADIR): This.
510         (xml-syscall-install): Updated.
511
512 2009-09-16  Joel Brobecker  <brobecker@adacore.com>
513
514         GDB 7.0 branch created (branch timestamp: 2009-09-16 19:00 UTC)
515         * version.in: Bump version to 7.0.50.20090916-cvs.
516
517 2009-09-15  Tom Tromey  <tromey@redhat.com>
518
519         * varobj.h (varobj_update_result_t) <new>: New field.
520         (varobj_get_child_range, varobj_set_child_range): Declare.
521         (varobj_list_children): Update.
522         (varobj_enable_pretty_printing, varobj_has_more)
523         (varobj_pretty_printed_p): Declare.
524         * varobj.c (pretty_printing): New global.
525         (varobj_enable_pretty_printing): New function.
526         (struct varobj_root) <from, to, constructor, child_iter,
527         saved_item>: New fields.
528         (varobj_create): Don't call install_default_visualizer.
529         (instantiate_pretty_printer): Don't use value_copy.
530         (varobj_has_more): New function.
531         (restrict_range): New function.
532         (install_dynamic_child): Likewise.
533         (dynamic_varobj_has_child_method): Likewise.
534         (update_dynamic_varobj_children): Remove 'new_and_unchanged'
535         argument; add 'new', 'unchanged', 'from', and 'to' arguments.
536         Rewrite.
537         (varobj_get_num_children): Call update_dynamic_varobj_children.
538         (varobj_list_children): Add 'from' and 'to' arguments.  Ignore
539         result of update_dynamic_varobj_children.  Don't call
540         install_default_visualizer.  Restrict result range.
541         (varobj_add_child): Don't call install_default_visualizer.
542         (varobj_pretty_printed_p): New function.
543         (install_visualizer): Rewrite.  Move earlier in file.
544         (install_default_visualizer): Likewise.
545         (construct_visualizer): New function.
546         (install_new_value_visualizer): Likewise.
547         (install_new_value): Don't call release_value.  Special case
548         pretty-printed objects.  Use value_incref.  Rearrange "changed"
549         logic.
550         (varobj_get_child_range): New function.
551         (varobj_set_child_range): Likewise.
552         (varobj_set_visualizer): Rewrite.
553         (varobj_update): Rewrite pretty-printing logic.
554         (new_variable): Initialize new fields.
555         (free_variable): Destroy new fields.
556         (value_of_root): Copy 'from' and 'to'.
557         (my_value_of_variable): Handle pretty-printers.
558         (value_get_print_value): Rework pretty-printing logic.
559         (cplus_describe_child): Don't use release_value.
560         * mi/mi-cmds.h (mi_cmd_enable_pretty_printing)
561         (mi_cmd_var_set_update_range): Declare.
562         * mi/mi-cmds.c (mi_cmds): Add enable-pretty-printing and
563         var-set-update-range.
564         * mi/mi-cmd-var.c (print_varobj): Update.  Emit "dynamic"
565         attribute.
566         (mi_cmd_var_create): Emit "has_more" attribute.
567         (mi_cmd_var_set_format): Plug memory leak.
568         (mi_print_value_p): Replace 'type' argument with 'var'.  Handle
569         pretty-printed varobjs.
570         (mi_cmd_var_list_children): Accept 'from' and 'to' arguments.
571         Emit "has_more" attribute.
572         (mi_cmd_var_evaluate_expression): Plug memory leak.
573         (mi_cmd_var_assign): Likewise.
574         (varobj_update_one): Likewise.  Emit "dynamic", "has_more", and
575         "new_children" attributes.
576         (mi_cmd_enable_pretty_printing): New function.
577         (mi_cmd_var_set_update_range): Likewise.
578
579 2009-09-15  Doug Evans  <dje@google.com>
580
581         * dwarf2expr.h (dwarf_value_location): Add more comments describing
582         enum values.
583         (struct dwarf_stack_value): New struct.
584         (struct dwarf_expr_context): Change type of `stack' from CORE_ADDR*
585         to struct dwarf_stack_value*.
586         (struct dwarf_expr_piece): Move `v.value' into its own struct, v.expr,
587         all uses updated.  Add v.expr.in_stack_memory.
588         (dwarf_expr_push): Update declaration.
589         (dwarf_expr_fetch_in_stack_memory): Declare.
590         * dwarf2expr.c (dwarf_expr_grow_stack): Update calculation of
591         size of stack value.
592         (dwarf_expr_push): New arg in_stack_memory, all callers updated.
593         (dwarf_expr_fetch_in_stack_memory): New function.
594         (add_piece): Set in_stack_memory for non-literal values.
595         (execute_stack_op): Allow ops to specify whether the value is on the
596         program's stack.
597         (execute_stack_op, case DW_OP_fbreg): Mark value as in stack memory.
598         (execute_stack_op, case DW_OP_call_frame_cfa): Ditto.
599         (execute_stack_op, case DW_OP_dup): Copy in_stack_memory flag.
600         (execute_stack_op, cases DW_OP_pick, DW_OP_over): Ditto.
601         (execute_stack_op, cases DW_OP_swap, DW_OP_rot): Update type of
602         dwarf stack value.
603         * dwarf2loc.c (read_pieced_value): Call read_stack for values known
604         to be on the program's stack.
605         (dwarf2_evaluate_loc_desc, case DWARF_VALUE_MEMORY): Call
606         set_value_stack only for objects known to be in stack memory.
607         * dwarf2-frame.c (execute_stack_op): New arg initial_in_stack_memory,
608         all callers updated.
609
610         * target.c (memory_xfer_partial): Pass correct length to dcache_update.
611
612 2009-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
613
614         Fix gcc-4.5 HEAD warnings for enum ada_operator.
615         * Makefile.in (HFILES_NO_SRCDIR): Add ada-operator.inc.
616         * ada-lang.h (enum ada_operator): Move it to ...
617         * ada-operator.inc: ... a new file.
618         * expression.h (enum exp_opcode): Include ada-operator.inc.
619         New element OP_UNUSED_LAST.  Update comment for OP_EXTENDED0.
620
621         Fix gcc-4.5 HEAD warnings for GDB_FORM_cached_string.
622         * dwarf2read.c (GDB_FORM_cached_string)
623         (dwarf_form_name <GDB_FORM_cached_string>): Remove.
624         (struct attribute <dwarf_form>): Reduce the bit width.
625         (struct attribute <string_is_canonical>, DW_STRING_IS_CANONICAL): New.
626         (read_attribute_value <DW_FORM_string>)
627         (read_attribute_value <DW_FORM_strp>): Initialize
628         DW_STRING_IS_CANONICAL.
629         (dwarf2_name, dump_die_shallow <DW_FORM_string>)
630         (dump_die_shallow <DW_FORM_strp>): Update the code using former
631         GDB_FORM_cached_string.
632
633 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
634
635         * amd64-linux-tdep.c: Include xml-syscall.h header, define the XML
636         syscall name for the architecture.
637         (amd64_linux_get_syscall_number): New function.
638         (amd64_linux_init_abi): Register the correct functions for syscall
639         catchpoint; set the correct syscall file name.
640         * breakpoint.c: New include: xml-syscall.h.
641         (set_raw_breakpoint_without_location): Setting the parameters
642         for the catch syscall feature.
643         (insert_catch_syscall): New.
644         (remove_catch_syscall): New.
645         (breakpoint_hit_catch_syscall): New.
646         (print_it_catch_syscall): New.
647         (print_one_catch_syscall): New.
648         (print_mention_catch_syscall): New.
649         (catch_syscall_breakpoint_ops): New.
650         (syscall_catchpoint_p): New.
651         (create_catchpoint_without_mention): New.
652         (create_catchpoint): Modified in order to use
653         create_catchpoint_without_mention.
654         (create_syscall_event_catchpoint): New.
655         (clean_up_filters): New.
656         (catch_syscall_split_args): New.
657         (catch_syscall_command_1): New.
658         (delete_breakpoint): Add cleanup for catch syscall.
659         (is_syscall_catchpoint_enabled): New.
660         (catch_syscall_enabled): New.
661         (catching_syscall_number): New.
662         (catch_syscall_completer): New completer function.
663         (add_catch_command): Add the completer function for catchpoints.
664         * breakpoint.h (syscalls_to_be_caught): New vector.
665         (catch_syscall_enabled): New.
666         (catching_syscall_number): New.
667         * gdbarch.c: Regenerated.
668         * gdbarch.h: Regenerated.
669         * gdbarch.sh: Add syscall catchpoint functions and structures.
670         (get_syscall_number): New.
671         (UNKNOWN_SYSCALL): New definition.
672         * i386-linux-nat.c (i386_linux_resume): Select the proper request
673         to be made for ptrace() considering if we are catching syscalls
674         or not.
675         * i386-linux-tdep.c: Include xml-syscall.h header, define the XML
676         syscall name for the architecture.
677         (i386_linux_get_syscall_number): New.
678         (i386_linux_init_abi): Register the correct functions for syscall
679         catchpoint; set the correct syscall file name.
680         * inf-child.c (inf_child_set_syscall_catchpoint): New.
681         (inf_child_target): Assign default values to target_ops.
682         * inf-ptrace.c (inf_ptrace_resume): Select the proper request
683         to be made for ptrace() considering if we are catching syscalls
684         or not.
685         * inferior.h (struct inferior): Included new variables
686         any_syscall_count, syscalls_counts and total_syscalls_count,
687         used to keep track of requested syscall catchpoints.
688         * infrun.c (resume): Add syscall catchpoint.
689         (deal_with_syscall_event): New.
690         (handle_inferior_event): Add syscall entry/return events.
691         (inferior_has_called_syscall): New.
692         * linux-nat.c: Define some helpful variables to track wether we have
693         support for the needed ptrace option.
694         (linux_test_for_tracesysgood): New.
695         (linux_supports_tracesysgood): New.
696         (linux_enable_tracesysgood): New.
697         (linux_enable_event_reporting): Save the current used ptrace
698         options.
699         (linux_child_post_attach): Calling linux_enable_tracesysgood.
700         (linux_child_post_startup_inferior): Likewise.
701         (linux_child_set_syscall_catchpoint): New function.
702         (linux_handle_extended_wait): Handle the case which the inferior stops
703         because it has called or returned from a syscall.
704         (linux_target_install_ops): Install the necessary functions to handle
705         syscall catchpoints.
706         * linux-nat.h (struct lwp_info): Include syscall_state into the
707         structure, which indicates if we are in a syscall entry or return.
708         * ppc-linux-tdep.c: Include xml-syscall.h header, define the XML
709         syscall filename for the arch.
710         (ppc_linux_get_syscall_number): New.
711         (ppc_linux_init_abi): Register the correct functions for syscall
712         catchpoint; setting the correct name for the XML syscall file.
713         * target.c (update_current_target): Update/copy functions related to
714         syscall catchpoint.
715         (target_waitstatus_to_string): Add syscall catchpoint entry/return
716         events.
717         * target.h (struct target_waitstatus): Add syscall number.
718         (struct syscall): New struct to hold information about syscalls
719         in the system.
720         (struct target_ops): Add ops for syscall catchpoint.
721         (inferior_has_called_syscall): New.
722         (target_set_syscall_catchpoint): New.
723         * xml-support.c (xml_fetch_content_from_file): New function,
724         transferred from xml-tdesc.c.
725         * xml-support.h (xml_fetch_content_from_file): New.
726         * xml-tdesc.c (fetch_xml_from_file): Function removed;
727         transferred to xml-support.c.
728         (file_read_description_xml): Updated to use the new
729         xml_fetch_content_from_file function.
730         * syscalls/gdb-syscalls.dtd: New definition file for syscall's XML
731         support.
732         * syscalls/amd64-linux.xml: New file containing information about
733         syscalls for GNU/Linux systems that use amd64 architecture.
734         * syscalls/i386-linux.xml: New file containing information about
735         syscalls for GNU/Linux systems that use i386 architecture.
736         * syscalls/ppc-linux.xml: New file containing information about
737         syscalls for GNU/Linux systems that use PPC architecture.
738         * syscalls/ppc64-linux.xml: New file containing information about
739         syscalls for GNU/Linux systems that use PPC64 architecture.
740         * xml-syscall.c: New file containing functions for manipulating
741         syscall's XML files.
742         * xml-syscall.h: New file, exporting the functions above mentioned.
743         * Makefile.in: Support for relocatable GDB datadir and XML
744         syscall.
745         * NEWS: Added information about the catch syscall feature.
746
747 2009-09-14  Doug Evans  <dje@google.com>
748
749         * target.c (memory_xfer_partial): Only update dcache after we know
750         the write succeeded.
751
752 2009-09-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
753
754         *minsyms.c (lookup_minimal_symbol_by_pc_section_1): Assert non-NULL
755         section.
756         (lookup_minimal_symbol_by_pc_section): Check for NULL section.
757         (lookup_minimal_symbol_by_pc): Adjust.
758
759 2009-09-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
760
761         * objfiles.c (qsort_cmp): Remove asserts.
762         (insert_section_p, filter_debuginfo_sections): New function.
763         (filter_overlapping_sections): Likewise.
764         (update_section_map): Adjust.   
765
766 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
767
768         * frame.c (get_frame_id): Default to outer_frame_id if the this_id
769         method does not supply an ID.  Assert that the result is not
770         null_frame_id.
771         (outer_frame_id): New.
772         (frame_id_p): Accept outer_frame_id.
773         (frame_id_eq): Allow outer_frame_id to be equal to itself.
774         (frame_find_by_id): Revert previous local workarounds.
775         (get_prev_frame_1): Adjust end-of-stack check to test outer_frame_id.
776         * frame.h (null_frame_id, frame_id_p): Update comments.
777         (outer_frame_id): Declare.
778         * infrun.c (handle_inferior_event): Do not treat all steps from the
779         outermost frame as subroutine calls.
780
781         * libunwind-frame.c (libunwind_frame_this_id): Do not clear THIS_ID.
782         * hppa-tdep.c (hppa_stub_frame_this_id): Likewise.
783         * ia64-tdep.c (ia64_frame_this_id): Likewise.
784         (ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id):
785         Use outer_frame_id instead of null_frame_id.
786         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Use outer_frame_id.
787         * i386obsd-tdep.c (i386obsd_trapframe_cache): Likewise.
788         * inline-frame.c (inline_frame_this_id): Refuse outer_frame_id.
789         * thread.c (restore_selected_frame): Update comment and remove
790         frame_id_p check.
791
792 2009-09-11  Doug Evans  <dje@google.com>
793
794         * dwarf2expr.c (execute_stack_op, case DW_OP_piece): Delete unused
795         local addr_or_regnum.
796
797         * objfiles.c (struct objfile_data): Delete member cleanup and replace
798         with save, free.
799         (register_objfile_data_with_cleanup): Delete arg cleanup and replace
800         with save, free.  All callers updated.
801         (clear_objfile_data): Replace cleanup loop with separate save and
802         free loops.
803         * objfiles.h (register_objfile_data_with_cleanup): Update.
804         * arm-tdep.c (arm_objfile_data_free): Renamed from
805         arm_objfile_data_cleanup, all callers updated.
806         * dwarf2read.c (dwarf2_per_objfile_free): Renamed from
807         dwarf2_per_objfile_cleanup, all callers updated.
808         * python/py-objfile.c (py_free_objfile): Renamed from clean_up_objfile,
809         all callers updated.
810         * python/py-type.c (save_objfile_types): Renamed from
811         clean_up_objfile_types, all callers updated.
812
813 2009-09-11  Tom Tromey  <tromey@redhat.com>
814
815         * dwarf2loc.c (struct piece_closure) <arch>: New field.
816         (dwarf2_evaluate_loc_desc): Update.
817         (dwarf2_loc_desc_needs_frame): Likewise.
818         (allocate_piece_closure): Initialize new field.
819         (read_pieced_value): Update.
820         (write_pieced_value): Update.
821         (copy_pieced_value_closure): Update.
822         * dwarf2expr.h (enum dwarf_value_location): New.
823         (struct dwarf_expr_context) <in_reg>: Remove.
824         <location, len, data>: New fields.
825         (struct dwarf_expr_piece) <in_reg, value>: Remove.
826         <location, v>: New fields.
827         * dwarf2expr.c (add_piece): Remove in_reg, value arguments.
828         Update.
829         (require_composition): New function.
830         (execute_stack_op): Update.
831         <DW_OP_implicit_value, DW_OP_stack_value>: New cases.
832         <DW_OP_reg0>: Set location, not in_reg.
833         <DW_OP_regx>: Likewise.  Use require_composition.
834         <DW_OP_fbreg>: Update.
835         <DW_OP_piece>: Likewise.
836         * dwarf2-frame.c (execute_stack_op): Update.
837
838 2009-09-10  Anthony Green  <green@moxielogic.com>
839
840         * moxie-tdep.c (moxie_analyze_prologue): Recognize new prologue
841         sequences.
842
843 2009-09-10  Michael Snyder  <msnyder@vmware.com>
844
845         * remote.c (PACKET_bc, PACKET_bs): New enums.
846         (remote_protocol_features): Add ReverseStep, ReverseContinue.
847         (remote_resume): Check for reverse capability.
848         (_initialize_remote): Add packet config for "bs" and "bc" packets.
849         * NEWS (new options): Mention set/show for "bs" and "bc" packets.
850
851 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
852
853         * top.c (interactive_mode): New static variable.
854         (show_interactive_mode): New function.
855         (input_from_terminal_p): If interactive_mode is not auto, then
856         use that rather than checking the stdin settings.
857         (init_main): Add "set/show interactive-mode" command.
858         * NEWS: Add entry for new "set/show interactive-mode" command.
859
860 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
861
862         * configure.ac: Fix the names of the python source and object files
863         following the renaming done in an earlier change.
864         * configure: Regenerate.
865
866 2009-09-08  Joel Brobecker  <brobecker@adacore.com>
867
868         Fix a build failure on AIX.
869         * rs6000-nat.c (vmap_exec): Rewrite using target_get_section_table
870         instead of relying on the to_sections/to_section_end target_ops
871         field, since the latter have been removed in a previous patch.
872
873 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
874
875         * Makefile.in (py-cmd.o): Renamed from python-cmd.o.  Updated
876         references.
877         (py-frame.o): Renamed from python-frame.o.  Updated references.
878         (py-function.o): Renamed from python-function.o.  Updated references.
879         (py-objfile.o): Renamed from python-objfile.o.  Updated references.
880         (py-prettyprint.o): Renamed from python-prettyprint.o.  Updated
881         references.
882         (py-type.o): Renamed from python-type.o.  Updated references.
883         (py-utils.o): Renamed from python-utils.o.  Updated references.
884         (py-value.o): Renamed from python-value.o.  Updated references.
885         * py-cmd.c: Renamed from python-cmd.c.
886         * py-frame.c: Renamed from python-frame.c.
887         * py-function.c: Renamed from python-function.c.
888         * py-objfile.c: Renamed from python-objfile.c.
889         * py-prettyprint.c: Renamed from python-prettyprint.c.
890         * py-type.c: Renamed from python-type.c.
891         * py-utils.c: Renamed from python-utils.c.
892         * py-value.c: Renamed from python-value.c.
893
894 2009-09-08  Joel Brobecker  <brobecker@adacore.com>
895
896         Avoid quadratic behavior when computing the value of a register.
897         * frame.c (frame_stash): New static constant.
898         (frame_stash_add, frame_stash_find, frame_stash_invalidate):
899         New functions.
900         (get_frame_id): Minor reformatting. Add the frame to the frame stash.
901         (frame_find_by_id): Search the frame stash first before walking all
902         frames starting from te current_frame.
903         (reinit_frame_stash): Add call to frame_stash_invalidate ();
904
905 2009-09-08  Joel Brobecker  <brobecker@adacore.com>
906
907         * block.c (contained_in): Return zero for nested functions.
908         * blockframe.c (block_innermost_frame): Delete unreferenced local
909         variable.
910
911 2009-09-08  Doug Evans  <dje@google.com>
912
913         * target.c (initialize_targets): Fix thinko in stack_cache_enabled_p.
914
915 2009-09-08  Michael Snyder  <msnyder@vmware.com>
916
917         * amd64-linux-tdep.h (enum amd64_syscall): New enum consts, 
918         to replace literal consts used in amd64-linux-tdep.c
919         * linux-record.h (enum gdb_syscall): New enum consts, to replace
920         literal consts used in amd64-linux-tdep.c and linux-record.c.
921         * amd64-linux-tdep.c (amd64_canonicalize_syscall): New function,
922         translate from native amd64 Linux syscall id to internal gdb id.
923         (amd64_linux_syscall_record): Switch statement abstracted out 
924         and replaced with a call to amd64_canonicalize_syscall.
925         * linux-record.c (record_linux_system_call): Replace literal
926         consts with enum consts.
927         * i386-linux-tdep.c (i386_canonicalize_syscall): New function,
928         trivially translate from native i386 Linux syscalls to gdb syscalls.
929         (i386_linux_intx80_sysenter_record): 
930
931 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
932
933         * gdb/Makefile.in (check//%): Parse 'config.status --version'
934         output to recreate the configuration from the testsuite directory,
935         rather than running 'config.status --recheck' from a different
936         build directory.  Let configure do the recursion rather than
937         doing it manually.
938
939 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
940
941         * ia64-tdep.c (ia64_memory_remove_breakpoint): Call do_cleanups
942         before a return.
943
944 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
945
946         * ia64-tdep.c (ia64_memory_insert_breakpoint)
947         (ia64_memory_remove_breakpoint): Return immediately if any of memory
948         reads fail.  Do not combine the VAL values.
949
950 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
951
952         Fix ia64 shadowing of breakpoints in multiple slots of a single bundle.
953         * ia64-tdep.c (ia64_memory_insert_breakpoint): New call
954         of make_show_memory_breakpoints_cleanup with parameter 0.  Move the
955         reading of SHADOW_CONTENTS to this memory state point of code.  Update
956         comment for the memory re-read.
957
958 2009-09-07  Michael Snyder  <msnyder@vmware.com>
959
960         * record.c: Minor comment and white space fix-ups.
961
962 2009-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
963
964         * m68k-tdep.c (m68k_gdbarch_init): Allocate TDEP as cleared.
965         * sparc-tdep.c (sparc32_gdbarch_init): Allocate TDEP as cleared.
966         Remove explicit clearing of TDEP fields.
967
968 2009-09-06  Hui Zhu  <teawater@gmail.com>
969
970         * i386-tdep.c (i386_record_check_override): Deleted.
971         (i386_record_lea_modrm): Ditto.
972         (i386_process_record): Ditto.
973
974 2009-09-05  Eli Zaretskii  <eliz@gnu.org>
975
976         * config/djgpp/djconfig.sh: Fix for Autoconf 2.64.
977         * config/djgpp/config.sed: Fix for Autoconf 2.64.
978
979 2009-09-05  Hui Zhu  <teawater@gmail.com>
980
981         * i386-tdep.c (i386_record_s): Add orig_addr.
982         (i386_record_check_override): New function.
983         (i386_record_lea_modrm): Call i386_record_check_override.
984         (i386_process_record): Ditto.
985
986 2009-09-03  Nathan Froyd  <froydnj@codesourcery.com>
987
988         * dwarf2loc.c (struct piece_closure): New.
989         (allocate_piece_closure): New function.
990         (read_pieced_value): New function.
991         (write_pieced_value): New function.
992         (copy_pieced_value_closure): New function.
993         (free_pieced_value_closure): New function.
994         (pieced_value_funcs): Define.
995         (dwarf2_evaluate_loc_desc): Return a computed value for a variable
996         described with pieces.
997
998 2009-09-03  Pierre Muller <muller@ics.u-strasbg.fr>
999             Richard Earnshaw <rearnsha@arm.com>
1000
1001         * arm-tdep.c (displaced_write_reg): Replace call to abort by call
1002         to internal_error.
1003
1004 2009-09-02  Tom Tromey  <tromey@redhat.com>
1005
1006         * frame.h (frame_unwinder_is): Declare.
1007         * frame.c (frame_unwinder_is): New function.
1008         * dwarf2loc.c: Include dwarf2-frame.h.
1009         (dwarf_expr_frame_cfa): New function.
1010         (dwarf2_evaluate_loc_desc): Use it.
1011         (needs_frame_frame_cfa): New function.
1012         (dwarf2_loc_desc_needs_frame): Use it.
1013         * dwarf2expr.h (struct dwarf_expr_context) <get_frame_cfa>: New
1014         field.
1015         * dwarf2expr.c (execute_stack_op) <DW_OP_call_frame_cfa>: New
1016         case.
1017         * dwarf2-frame.h (dwarf2_frame_cfa): Declare.
1018         * dwarf2-frame.c (no_get_frame_cfa): New function.
1019         (execute_stack_op): Use it.
1020         (dwarf2_frame_cfa): New function.
1021
1022 2009-09-02  Hui Zhu  <teawater@gmail.com>
1023
1024         * record.c (record_resume): Change "signal" to "siggnal".
1025
1026 2009-09-01  Hui Zhu  <teawater@gmail.com>
1027
1028         * record.c (record_resume): Change "siggnal" to "signal".
1029
1030 2009-09-01  Hui Zhu  <teawater@gmail.com>
1031
1032         * record.c (record_resume_siggnal): Deleted.
1033         (record_resume): Ditto.
1034         (record_wait): Change record_resume_siggnal to
1035         TARGET_SIGNAL_0.
1036
1037 2009-08-31  Jacob Potter  <jdpotter@google.com>
1038             Doug Evans  <dje@google.com>
1039
1040         Implement TARGET_OBJECT_STACK_MEMORY.
1041         * NEWS: Add note on new "set stack-cache" option.
1042         * corefile.c (read_stack): New function.
1043         * dcache.c (dcache_struct): New member ptid.
1044         (dcache_enable_p): Mark as obsolete.
1045         (show_dcache_enabled_p): Flag option as deprecated.
1046         (dcache_invalidate): Update ptid.
1047         (dcache_invalidate_line): New function.
1048         (dcache_read_line): No longer check cacheable attribute, stack
1049         accesses get cached despite attribute.
1050         (dcache_init): Set ptid.
1051         (dcache_xfer_memory): Flush cache if from different ptid than before.
1052         Update cache after write.
1053         (dcache_update): New function.
1054         (dcache_info): Report ptid.
1055         (_initialize_dcache): Update text for `remotecache' to indicate it
1056         is obsolete.
1057         * dcache.h (dcache_update): Declare.
1058         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Mark values on stack with
1059         set_value_stack.
1060         * frame-unwind.c (frame_unwind_got_memory): Ditto.
1061         * gdbcore.h (read_stack): Declare.
1062         * memattr.c (mem_enable_command): Call target_dcache_invalidate
1063         instead of dcache_invalidate.
1064         (mem_disable_command, mem_delete_command): Ditto.
1065         * target.c (stack_cache_enabled_p_1): New static global.
1066         (stack_cache_enabled_p): New static global.
1067         (set_stack_cache_enabled_p): New function.
1068         (show_stack_cache_enabled_p): New function.
1069         (target_dcache): Make static.
1070         (target_dcache_invalidate): New function.
1071         (target_load, target_resume): Call target_dcache_invalidate
1072         instead of dcache_invalidate.
1073         (memory_xfer_partial): New arg object, all callers updated.
1074         Check for existing inferior before calling dcache routines.
1075         When writing non-TARGET_OBJECT_STACK_MEMORY, notify dcache.
1076         (target_xfer_partial): Call memory_xfer_partial for
1077         TARGET_OBJECT_STACK_MEMORY.
1078         (target_read_stack): New function.
1079         (initialize_targets): Install new option `stack-cache'.
1080         * target.h: Remove #include of dcache.h.
1081         (enum target_object): New value TARGET_OBJECT_STACK_MEMORY.
1082         (target_dcache): Delete.
1083         (target_dcache_invalidate): Declare.
1084         (target_read_stack): Declare.
1085         * top.c (prepare_execute_command): New function.
1086         (execute_command): Call prepare_execute_command
1087         instead of free_all_values.
1088         * top.h (prepare_execute_command): Declare.
1089         * valops.c (get_value_at): New function.
1090         (value_at): Guts moved to get_value_at.
1091         (value_at_lazy): Similarly.
1092         (value_fetch_lazy): Call read_stack for stack values.
1093         * value.c (struct value): New member `stack'.
1094         (value_stack, set_value_stack): New functions.
1095         * value.h (value_stack, set_value_stack): Declare.
1096         * mi/mi-main.c (mi_cmd_execute): Call prepare_execute_command
1097         instead of free_all_values.
1098
1099 2009-08-29  Hui Zhu  <teawater@gmail.com>
1100
1101         * i386-tdep.c (i386_process_record): Fix the error of string
1102         ops instructions's handler.
1103
1104 2009-08-28  Doug Evans  <dje@google.com>
1105
1106         * top.c (execute_command): Remove redundant comment.
1107
1108 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
1109
1110         PR gdb/10565
1111
1112         * value.c (value_primitive_field): Do not save value_offset for
1113         bitfields.
1114         (unpack_bits_as_long): Do not read an entire ULONGEST.
1115
1116 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1117
1118         Support constant DW_AT_data_member_location by GCC PR debug/40659.
1119         * dwarf2read.c
1120         (dwarf2_add_field <DW_TAG_member> <DW_AT_data_member_location>):
1121         Initialize BYTE_OFFSET to 0 by default.  Explicitly check if
1122         attr_form_is_block.
1123         (dwarf2_add_field <DW_TAG_inheritance> <DW_AT_data_member_location>)
1124         (read_common_block <DW_AT_data_member_location>): New variable
1125         byte_offset.  Fix crash on non-DW_BLOCK ATTR values.
1126
1127 2009-08-28  Hui Zhu  <teawater@gmail.com>
1128
1129         * record.c (record_list_release_next): Change the first
1130         record_reg to record_end.
1131
1132 2009-08-27  Doug Evans  <dje@google.com>
1133
1134         * value.c (free_all_values): Tweak comment.
1135
1136         * NEWS: Add note on "info sharedlibrary".
1137         Remove note on "set print symbol-loading".
1138         * main.c (captured_main): Pass !batch for from_tty when calling
1139         symbol_file_add_main.
1140         * objfiles.h (objfile_has_partial_symbols): Declare.
1141         (objfile_has_full_symbols): Declare.
1142         * objfiles.c (objfile_has_partial_symbols): New function.
1143         (have_partial_symbols): Use it.
1144         (objfile_has_full_symbols): New function.
1145         (have_full_symbols): Use it.
1146         * solib.c: Include interps.h.
1147         (solib_read_symbols): Back out patch of 2008-07-10.
1148         Add test for info_verbose for symbol loading messages for
1149         consistency with symfile.c.
1150         (info_sharedlibrary_command): Handle optional parameter of regex of
1151         libraries to list.  Inform user of libraries without debugging info.
1152         Rewrite to use ui_out routines to format output.
1153         * symfile.c (print_symbol_loading): Delete.
1154         (symbol_file_add_with_addrs_or_offsets): Back out patch of 2008-07-10.
1155         Print "no debugging symbols found" only if from_tty || info_verbose;
1156         and only check file being loaded, not all files.
1157         (reread_symbols): Test file being loaded for whether it has symbols,
1158         not all files.
1159         (__initialize_symfile): Delete `set print symbol-loading'.
1160         * symfile.h (print_symbol_loading): Delete.
1161
1162 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1163
1164         * varobj.c (varobj_create): Error if the specified frame was not found
1165         and it is needed.
1166
1167 2009-08-26  Michael Snyder  <msnyder@vmware.com>
1168
1169         * i386-tdep.c (i386_process_record): Break out of prefix loop
1170         if not amd64.  Otherwise inc/dec instructions are lost.
1171
1172 2009-08-25  Keith Seitz  <keiths@redhat.com>
1173
1174         * c-exp.y (yylex): Add cxx_only check for tokentab2 and tokentab3
1175         searches. 
1176         (tokentab3): Add cxx_only for DOT_STAR.
1177
1178 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
1179
1180         * inferior.c (print_inferior): Align columns left.  Remove header
1181         for the the "current" column.  Rename column "Id" to "Num".
1182         Rename column "PID" to "Description".  Print if there's no selected
1183         inferior.
1184
1185 2009-08-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1186
1187         Fix ia64 start crash when GDB built with -lmcheck.
1188         * ia64-tdep.c (ia64_gdbarch_init): Allocate TDEP as cleared.  Remove
1189         specific clearing of TDEP SIGCONTEXT_REGISTER_ADDRESS and
1190         PC_IN_SIGTRAMP.
1191
1192 2009-08-24  Keith Seitz  <keiths@redhat.com>
1193
1194         * c-exp.y (tokentab3): Add new token, ARROW_STAR. Changed all users.
1195         (tokentab2): Add new token, DOT_STAR. Changed all users.
1196
1197 2009-08-24  Keith Seitz  <keiths@redhat.com>
1198
1199         * symtab.c (default_make_symbol_completion_list): Keep
1200         ':', too, so that we can limit searches in namespaces
1201         and classes. 
1202
1203 2009-08-24  Tom Tromey  <tromey@redhat.com>
1204
1205         * python/python-value.c (valpy_richcompare): Don't return from
1206         inside a TRY_CATCH.
1207
1208 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1209
1210         * CONTRIBUTE: Bump documented Autoconf version.
1211         * configure.ac: Do not substitute datarootdir, htmldir,
1212         pdfdir, docdir.  Do not process --with-datarootdir,
1213         --with-htmldir, --with-pdfdir, --with-docdir.
1214         * configure: Regenerate.
1215
1216         * aclocal.m4: Regenerate.
1217         * config.in: Likewise.
1218         * configure: Likewise.
1219         * gnulib/Makefile.in: Likewise.
1220
1221         * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of
1222         AC_GNU_SOURCE, AC_AIX, AC_ISC_POSIX.
1223
1224 2009-08-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
1225
1226         * objfiles.h (gdb_bfd_ref): New prototype.
1227         * objfiles.c (gdb_bfd_ref): New function.
1228         (allocate_objfile): Call it.
1229         (gdb_bfd_unref): Adjust assertion.
1230         * solib.c (solib_map_sections): Add reference.
1231         (symbol_add_stub): Don't add reference here.
1232         * symfile.c (reread_symbols): Add reference.
1233
1234 2009-08-21  Ken Werner <ken@linux.vnet.ibm.com>
1235             Doug Evans  <dje@google.com>
1236
1237         * jit.c (jit_event_handler): Use paddress to print target addresses.
1238         Wrap printf string in _().
1239
1240 2009-08-21  Doug Evans  <dje@google.com>
1241
1242         * jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.
1243         (jit_read_code_entry, jit_register_code): Ditto.
1244         (jit_event_handler): Ditto.
1245         (jit_inferior_init): Renamed from previous jit_inferior_created_hook.
1246         (jit_inferior_created_hook, jit_breakpoint_re_set): New functions.
1247         (jit_inferior_created_observer): Renamed from
1248         jit_inferior_created_hook1, all callers updated.
1249         * jit.h (jit_breakpoint_re_set): Declare.
1250         (jit_event_handler): Update prototype.
1251         * breakpoint.c (breakpoint_re_set): Call jit_breakpoint_re_set instead
1252         of jit_inferior_created_hook.
1253
1254 2009-08-21  Hui Zhu  <teawater@gmail.com>
1255
1256         * record.c (record_wait): Change the argument of
1257         record_beneath_to_wait to options.
1258
1259 2009-08-20  Jacob Potter  <jdpotter@google.com>
1260
1261         Replace dcache with splay tree.
1262         Remove partially implemented writeback support.
1263         * dcache.c: Include splay-tree.h.
1264         (LINE_SIZE_POWER): Change from 5 to 6.
1265         (DCACHE_SIZE): Change from 64 to 4096.
1266         (ENTRY_INVALID, ENTRY_VALID, ENTRY_DIRTY): Delete.
1267         (state_chars): Delete.
1268         (struct dcache_block): Clean up; remove state and anydirty fields.
1269         (struct dcache_struct): Redefine as a splay tree and linked list.
1270         (last_cache): Make static.
1271         (dcache_invalidate, dcache_hit): Rewrite for new cache structure.
1272         (dcache_read_line, dcache_alloc): Rewrite for new cache structure.
1273         (dcache_write_line): Delete.
1274         (dcache_writeback): Delete.
1275         (dcache_peek_byte): Clean up; remove "invalid" state check.
1276         (dcache_poke_byte): Rewrite for new cache structure; clarify comment.
1277         (dcache_splay_tree_compare): New function.
1278         (dcache_init, dcache_free): Rewrite for new cache structure.
1279         (dcache_xfer_memory): Rewrite for new write-through cache structure.
1280         (dcache_print_line): New function.
1281         (dcache_info): Rewrite for new cache structure.
1282         (_initialize_dcache): Update "info dcache" help text.
1283         * dcache.h (dcache_xfer_memory): Update declaration.
1284         * target.c (memory_xfer_partial): Update calls to dcache_xfer_memory.
1285
1286 2009-08-19  Reid Kleckner  <reid@kleckner.net>
1287
1288         Add interface for JIT code generation.
1289         * NEWS: Announce JIT interface.
1290         * Makefile.in (SFILES): Add jit.c.
1291         (HFILES_NO_SRCDIR): Add jit.h.
1292         (COMMON_OBS): Add jit.o.
1293         * jit.c: New file.
1294         * jit.h: New file.
1295         * breakpoint.h (enum bptype): Add bp_jit_event to enum.
1296         * breakpoint.c:
1297         (update_breakpoints_after_exec): Delete jit breakpoints after exec.
1298         (bpstat_what): Update event table for bp_jit_event.
1299         (print_it_typical): Added case for bp_jit_event.
1300         (print_one_breakpoint_location): Added case for bp_jit_event.
1301         (allocate_bp_location): Added case for bp_jit_event.
1302         (mention): Added case for bp_jit_event.
1303         (delete_command): Added case for bp_jit_event.
1304         (breakpoint_re_set_one): Added case for bp_jit_event.
1305         (breakpoint_re_set): Added call to jit_inferior_created_hook.
1306         (create_jit_event_breakpoint): New.
1307         * infrun.c (handle_inferior_event): Add handler for jit event.
1308         (follow_exec): Add call to jit_inferior_created_hook.
1309
1310 2009-08-19  Ulrich Weigand  <uweigand@de.ibm.com>
1311
1312         * value.c (enum internalvar_kind): Replace INTERNALVAR_SCALAR by
1313         INTERNALVAR_INTEGER and INTERNALVAR_POINTER.
1314         (union internalvar_data): Replace "scalar" member by "integer"
1315         and "pointer".
1316         (value_of_internalvar): Handle INTERNALVAR_INTEGER and
1317         INTERNALVAR_POINTER instead of INTERNALVAR_SCALAR.
1318         (get_internalvar_integer): Likewise.
1319         (set_internalvar): Likewise.
1320         (set_internalvar_integer): Likewise.
1321         (preserve_one_internalvar): Likewise.
1322         (value_from_pointer): Handle typedef'd pointer types.
1323
1324 2009-08-18  Tom Tromey  <tromey@redhat.com>
1325
1326         * utils.c (add_internal_problem_command): Free set_doc and
1327         show_doc.
1328         * remote.c (add_packet_config_cmd): Free set_doc and show_doc.
1329         * language.c (add_language): Free language_set_doc.
1330
1331 2009-08-18  Tom Tromey  <tromey@redhat.com>
1332
1333         * Makefile.in (ALL_TARGET_OBS): Remove prologue-value.o, solib.o.
1334
1335 2009-08-17  Ulrich Weigand  <uweigand@de.ibm.com>
1336
1337         * symfile.c (reread_symbols): Call objfiles_changed *before*
1338         calling clear_symtab_users.
1339
1340 2009-08-17  Michael Snyder  <msnyder@vmware.com>
1341
1342         * amd64-tdep.c: Add a frame unwinder for function epilogues.
1343         (amd64_in_function_epilogue_p): New function.
1344         (amd64_epilogue_frame_sniffer): New function.
1345         (amd64_epilogue_frame_cache): New function.
1346         (amd64_epilogue_frame_this_id): New function.
1347         (amd64_epilogue_frame_unwind): New struct frame_unwind.
1348         (amd64_init_abi): Hook the new unwinder.
1349
1350         * amd64-linux-tdep.c (amd64_linux_init_abi): Set gdbarch to use
1351         SVR4 method for skip_trampoline_code.
1352
1353 2009-08-17  Pedro Alves  <pedro@codesourcery.com>>
1354
1355         * objfiles.c (objfile_relocate): Relocate the entry point before
1356         relocating the section offsets.  Flush the section map before
1357         resetting breakpoints.
1358
1359 2009-08-14  Doug Evans  <dje@google.com>
1360
1361         * symfile.c (find_separate_debug_file): Remove double free of
1362         canon_name.
1363
1364 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
1365
1366         * top.c (any_thread_of): Delete.
1367         (kill_or_detach): Use any_thread_of_process.
1368         * top.c (print_inferior_quit_action): New.
1369         (quit_confirm): Rewrite to print info about all inferiors.
1370         * target.c (dispose_inferior): New.
1371         (target_preopen): Use it.
1372
1373 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
1374
1375         * ui-file.h (ui_file_xstrdup): Mention that the length argument
1376         may be NULL.
1377         * ui-file.c (ui_file_xstrdup): Don't dereference LENGTH if it is
1378         NULL.
1379         * aix-thread.c (aix_thread_extra_thread_info): Pass NULL as length
1380         parameter to ui_file_xstrdup.
1381         * arm-tdep.c (_initialize_arm_tdep): Ditto.
1382         * infrun.c (print_target_wait_results): Ditto.
1383         * language.c (add_language): Ditto.
1384         * linespec.c (cplusplus_error): Ditto.
1385         * remote.c (escape_buffer): Ditto.
1386         * typeprint.c (type_to_string): Ditto.
1387         * utils.c (error_stream): Ditto.
1388         * varobj.c (value_get_print_value): Ditto.
1389         * xtensa-tdep.c (xtensa_verify_config): Replace `dummy' local with
1390         `length' local.  Pass it to ui_file_xstrdup, and avoid an strlen
1391         call.
1392         * gdbarch.sh (verify_gdbarch): Ditto.
1393         * gdbarch.c: Regenerate.
1394         * cli/cli-setshow.c (do_setshow_command): Pass NULL as length
1395         parameter to ui_file_xstrdup.
1396         * python/python-frame.c (frapy_str): Ditto.
1397         * python/python-type.c (typy_str): Use the length local instead of
1398         calling strlen.
1399         * python/python-value.c (valpy_str): Pass NULL as length parameter
1400         to ui_file_xstrdup.
1401
1402 2009-08-13  Doug Evans  <dje@google.com>
1403
1404         * utils.c (gnu_debuglink_crc32): Store crc32_table as unsigned int
1405         instead of unsigned long.
1406
1407 2009-08-13  Tom Tromey  <tromey@redhat.com>
1408
1409         * varobj.c (update_dynamic_varobj_children): Don't use
1410         value_copy.
1411         * value.h: (preserve_one_value): Declare.
1412         (value_prepend_to_list, value_remove_from_list): Remove.
1413         * value.c (preserve_one_value): No longer static.
1414         (preserve_values): Call preserve_python_values.
1415         (value_prepend_to_list): Remove.
1416         (value_remove_from_list): Remove.
1417         * python/python.h (values_in_python): Don't declare.
1418         (preserve_python_values): Declare.
1419         * python/python-value.c (values_in_python): Change type.  Move
1420         lower.  Now static.
1421         (struct value_object): Add struct tag.
1422         <next, prev>: New fields.
1423         (valpy_dealloc): Update.
1424         (note_value): New function.
1425         (valpy_new): Use value_incref, note_value.
1426         (preserve_python_values): New function.
1427         (valpy_positive): Don't use value_copy.
1428         (value_to_value_object): Use value_incref, note_value.
1429         (convert_value_from_python): Update comment.
1430
1431 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
1432
1433         * remote.c (remote_pid_to_str): If printing a process id and we
1434         don't know what the remote pid could be, output "Remote target";
1435         otherwise, use normal_pid_to_str.
1436
1437 2009-08-13  Tom Tromey  <tromey@redhat.com>
1438
1439         * language.h (longest_raw_hex_string): Remove unused declaration.
1440
1441 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
1442
1443         PR gdb/8869:
1444
1445         * language.c (language, type, range, case_sensitive): Make const.
1446         (show_language_command): Don't call deprecated_show_value_hack.
1447         Special case "auto".
1448         (set_language_command): An unrecognized language is now an
1449         internal error instead of a user error.  Don't call set_lang_str.
1450         (show_type_command): Don't call deprecated_show_value_hack.
1451         Special case "auto".  Use warning.
1452         (set_type_command): An unrecognized type is now an internal error
1453         instead of a user error.  Output type check mismatch with language
1454         here.  Don't call set_type_str.
1455         (show_range_command): Don't call deprecated_show_value_hack.
1456         Special case "auto".  Use warning.
1457         (set_range_command): An unrecognized range check is now an
1458         internal error instead of a warning.  Output range check mismatch
1459         with language here.  Don't call set_range_str.
1460         (show_case_command): Don't call deprecated_show_value_hack.
1461         Special case "auto".  Use warning.
1462         (set_case_command): Don't call set_case_str.  An unrecognized case
1463         check is now an internal error instead of a warning.  Output range
1464         check mismatch with language here.  Don't call set_case_str.
1465         (set_type_range_case): Don't call set_type_str, set_range_str or
1466         set_case_str here.
1467         (set_lang_str, set_type_str, set_range_str, set_case_str): Delete.
1468         (add_language): Install or reinstall the "set language" command
1469         here, and make it an enum command.  Build the enumeration and the
1470         help string from the current list of known languages.
1471         (_initialize_language): Don't install "set language" here.  Make
1472         "set check type", "set check range" and "set case-sensitive" enum
1473         commands.  Register the "auto" "local" and "unknown" languages in
1474         that order.
1475
1476 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
1477
1478         Revert 2009-08-07 changes for PR gdb/8869:
1479
1480         * language.c (set_language_command): Strip whitespace.
1481         (set_type_command): Likewise.
1482         (set_range_command): Likewise.
1483
1484         * language.c (language_completer): New function.
1485         (range_or_type_completer): New function.
1486         (case_completer): New function.
1487         (_initialize_language): Set completers.
1488         * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
1489         command.
1490         (add_setshow_string_noescape_cmd): Likewise.
1491         (add_setshow_integer_cmd): Likewise.
1492         (add_setshow_uinteger_cmd): Likewise.
1493         (add_setshow_zinteger_cmd): Likewise.
1494         (add_setshow_zuinteger_cmd): Likewise.
1495         * command.h (add_setshow_string_cmd,
1496         add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
1497         add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
1498
1499 2009-08-12  Michael Snyder  <msnyder@vmware.com>
1500
1501         * remote.c (remote_add_inferior): Remove unused local.
1502         (remote_add_thread): Ditto.
1503         (read_ptid): Ditto.
1504         (remote_current_thread): Ditto.
1505         (remote_stop_ns): Ditto.
1506         (remote_parse_stop_reply): Ditto.
1507         (remote_get_pending_stop_replies): Ditto.
1508         (remote_wait_ns): Ditto.
1509         (remote_wait_as): Ditto.
1510         (send_g_packet): Ditto.
1511         (remote_fetch_registers): Ditto.
1512         (store_register_using_P): Ditto.
1513         (remote_store_registers): Ditto.
1514         (remote_remove_breakpoint): Ditto.
1515         (remote_write_qxfer): Ditto.
1516         (remote_read_qxfer): Ditto.
1517
1518 2009-08-11  Tom Tromey  <tromey@redhat.com>
1519
1520         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make a cleanup.
1521         (dwarf2_loc_desc_needs_frame): Likewise.
1522         * dwarf2expr.h (make_cleanup_free_dwarf_expr_context): Declare.
1523         * dwarf2expr.c (free_dwarf_expr_context_cleanup): New function.
1524         (make_cleanup_free_dwarf_expr_context): Likewise.
1525         * dwarf2-frame.c (execute_stack_op): Make a cleanup.
1526
1527 2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1528
1529         * objfiles.c (gdb_bfd_unref): Use the bfd_usrdata accessor.
1530         * solib.c (symbol_add_stub): Likewise.
1531         * symfile.c (symfile_bfd_open): Assert BFD_USRDATA is NULL.
1532
1533 2009-08-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
1534
1535         * objfiles.c (qsort_cmp): Remove assert.
1536         (preferred_obj_section): New function.
1537         (update_section_map): Filter duplicates.
1538         
1539 2009-08-10  Tristan Gingold  <gingold@adacore.com>
1540
1541         * solib-darwin.c (find_program_interpreter): Simplify the code by
1542         looking up for the load_dylinker command instead of reading the
1543         corresponding (but deprecated) section.
1544         (darwin_solib_create_inferior_hook): Adjust: do not free the
1545         interpreter path.
1546
1547 2009-08-10  Tristan Gingold  <gingold@adacore.com>
1548
1549         * i386-darwin-tdep.c (i386_m128_p): New function.
1550         (i386_darwin_arg_type_alignment): Ditto.
1551         (i386_darwin_push_dummy_call): Ditto.
1552         (i386_darwin_init_abi): Define Darwin specific push_dummy_call.
1553         Adjust long_double size.  Adjust pc offset in setjump buffer.
1554
1555 2009-08-10  Hui Zhu  <teawater@gmail.com>
1556
1557         Add Linux AMD64 process record support.
1558
1559         * amd64-linux-tdep.c (amd64_linux_record_tdep): New variable.
1560         This struct has the argument for the function
1561         "record_linux_system_call".
1562         (amd64_linux_syscall_record): New function. Parse the
1563         system call instruction and call function
1564         "record_linux_system_call" to record execute log.
1565         (i386_linux_init_abi): Initialize "amd64_linux_record_tdep".
1566         Set "amd64_linux_syscall_record" to "i386_syscall_record".
1567
1568 2009-08-10  Hui Zhu  <teawater@gmail.com>
1569
1570         Add process record Linux system call 64 bits support.
1571
1572         * linux-record.h (linux_record_tdep): Add size_pointer,
1573         size_size_t, size_iovec and arg6.  Change the values of
1574         size_int, size_long and size_ulong to
1575         gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT,
1576         gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT,
1577         gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT.
1578         * i386-linux-tdep.c (i386_linux_init_abi): Ditto.
1579         (i386_linux_intx80_sysenter_record): Add a check for system
1580         call number.
1581         * linux-record.c (record_linux_system_call): Make this
1582         function support 64 bits.
1583
1584 2009-08-10  Hui Zhu  <teawater@gmail.com>
1585
1586         Add AMD64 process record instruction set support.
1587
1588         * i386-tdep.h (gdbarch_tdep): Add record_regmap for registers
1589         because the AMD64's registers order in GDB is not same with
1590         I386 instructions.
1591         Add i386_syscall_record to be the syscall function handle
1592         interface.
1593         (record_i386_regnum): Number for record_regmap.
1594         * i386-tdep.c (OT_QUAD): For 64 bits.
1595         (i386_record_s): Add rex_x, rex_b, rip_offset and
1596         popl_esp_hack for AMD64 instruction set. And regmap for
1597         record_regmap.
1598         (i386_record_lea_modrm_addr): Support AMD64 instruction set
1599         64 bits lea.
1600         (i386_record_lea_modrm): Ditto.
1601         (i386_record_push): New function.  Record the execution log
1602         of push.
1603         (I386_RECORD_ARCH_LIST_ADD_REG): New macro to record the
1604         register.
1605         (i386_process_record): Support AMD64 instruction set.
1606         * amd64-tdep.c (amd64_record_regmap): For record_regmap.
1607         (amd64_init_abi): Set amd64_record_regmap to record_regmap.
1608
1609 2009-08-08  Pedro Alves  <pedro@codesourcery.com>
1610
1611         * bfd-target.c (struct target_bfd_data): New.
1612         (target_bfd_xfer_partial): Adjust to get at the section table from
1613         the new structure.
1614         (target_bfd_get_section_table): Ditto.
1615         (target_bfd_xclose): Ditto.  Get the bfd pointer from the
1616         target_bfd_data structure, from the section table.
1617         (target_bfd_reopen): Store a struct target_bfd_data in the
1618         target_ops to_data field, instead of a target_section_table.
1619
1620 2009-08-08  Aleksandar Ristovski  <aristovski@qnx.com>
1621             Hui Zhu  <teawater@gmail.com>
1622
1623         * record.c (record_store_registers): Remove unused variable.
1624
1625 2009-08-07  Tom Tromey  <tromey@redhat.com>
1626
1627         * language.c (set_language_command): Strip whitespace.
1628         (set_type_command): Likewise.
1629         (set_range_command): Likewise.
1630
1631 2009-08-07  Tom Tromey  <tromey@redhat.com>
1632
1633         PR gdb/8869:
1634         * language.c (language_completer): New function.
1635         (range_or_type_completer): New function.
1636         (case_completer): New function.
1637         (_initialize_language): Set completers.
1638         * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
1639         command.
1640         (add_setshow_string_noescape_cmd): Likewise.
1641         (add_setshow_integer_cmd): Likewise.
1642         (add_setshow_uinteger_cmd): Likewise.
1643         (add_setshow_zinteger_cmd): Likewise.
1644         (add_setshow_zuinteger_cmd): Likewise.
1645         * command.h (add_setshow_string_cmd,
1646         add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
1647         add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
1648
1649 2009-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1650         
1651         gold/10400
1652         * dwarf2-frame.c (qsort_fde_cmp): Use stable sort.      
1653         
1654 2009-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1655
1656         * dwarf2-frame.c (struct dwarf2_cie): Remove 'next'.
1657         (struct dwarf2_cie_table): New.
1658         (struct dwarf2_fde): Remove 'next'.
1659         (struct dwarf2_fde_table): New.
1660         (struct comp_unit): Remove 'cie'.
1661         (bsearch_cie_cmp, bsearch_fde_cmp): New function.
1662         (find_cie, dwarf2_frame_find_fde): Use bsearch.
1663         (add_cie, add_fde): Use array instead of linked list.
1664         (decode_frame_entry, decode_frame_entry_1): New parameters.
1665         (qsort_fde_cmp): New function.
1666         (dwarf2_build_frame_info): Adjust.
1667         
1668 2009-08-06  Don Lee <don.lee@sunplusct.com>
1669
1670         * score-tdep.c: Support a new Sunplus CT S+core variant, S+core 3.
1671         * score-tdep.h: Ditto.
1672         * NEWS: Ditto.
1673         * configure.tgt: Test do we have a simulator.
1674         * MAINTAINERS: Add myself under target score
1675
1676 2009-08-06  Nick Roberts  <nickrob@snap.net.nz>
1677
1678         * utils.c (defaulted_query): Don't ask for confirmation if server
1679         prefix is used.
1680
1681 2009-08-05  Tom Tromey  <tromey@redhat.com>
1682
1683         * spu-tdep.h (SPUADDR_SPU): Cast result to int.
1684
1685 2009-08-04  Paul Pluzhnikov  <ppluzhnikov@google.com>
1686
1687         * objfiles.h (OBJF_KEEPBFD): Delete.
1688         (gdb_bfd_unref): New prototype.
1689         * objfiles.c (gdb_bfd_unref): New function.
1690         (free_objfile): Call gdb_bfd_unref.
1691         * solib.c (free_so): Likewise.
1692         (symbol_add_stub): Set refcount.
1693
1694 2009-08-04  Hui Zhu  <teawater@gmail.com>
1695             Michael Snyder  <msnyder@vmware.com>
1696
1697         * record.c (record_mem_entry): New field 'mem_entry_not_accessible'.
1698         (record_arch_list_add_mem): Initialize 'mem_entry_not_accessible'.
1699         (record_wait): Set 'mem_entry_not_accessible' flag if target
1700         memory not readable.  Don't try to change target memory if
1701         'mem_entry_not_accessible' is set.
1702
1703 2009-08-03  Richard Guenther  <rguenther@suse.de>
1704             Jan Kratochvil  <jan.kratochvil@redhat.com>
1705
1706         Fix memory corruption on reread of file through a symbolic link.
1707         * symfile.c (find_separate_debug_file): Initialize CANON_NAME earlier.
1708         Allocate DEBUGFILE with length based on CANON_NAME.  Free CANON_NAME on
1709         all the return paths.
1710
1711 2009-08-03  Jim Ingham  <jingham@apple.com>
1712             Vladimir Prus  <vladimir@codesourcery.com>
1713
1714         Implement -break-commands
1715
1716         * breakpoint.c (get_breakpoint, breakpoint_set_commands): New.
1717         (commands_command): Use breakpoint_set_commands.
1718         * breakpoint.h (get_breakpoint, breakpoint_set_commands): Declare.
1719
1720         * mi/mi-cmds.h (mi_cmd_break_commands): New.
1721         * mi/mi-cmds.c: Register -break-commands.
1722         * mi/mi-cmd-break.c (mi_cmd_break_commands, mi_read_next_line)
1723         (mi_command_line_array, mi_command_line_array_cnt)
1724         (mi_command_line_array_ptr): New.
1725
1726 2009-08-03  Jim Ingham  <jingham@apple.com>
1727             Vladimir Prus  <vladimir@codesourcery.com>
1728
1729         Refactor reading of commands
1730
1731         * defs.h (read_command_lines_1): Declare.
1732         * cli/cli-script.c (read_next_line): Only return string,
1733         do not process.
1734         (process_next_line): New, extracted from read_next_line.
1735         (recurse_read_control_structure): Take a function pointer to the
1736         read function.
1737         (get_command_line) Pass the read_next_line as reader function
1738         into recurse_read_control_structure.
1739         (read_command_lines_1): New, extracted from...
1740         (read_command_lines): ...here.
1741
1742 2009-07-31  Kazu Hirata  <kazu@codesourcery.com>
1743
1744         * procfs.c (proc_set_current_signal): Populate mysinfo before
1745         copying it to arg.
1746         (proc_clear_current_signal): Likewise.
1747         (proc_set_watchpoint): Populate pwatch before copying it to arg.
1748
1749 2009-07-31  Michael Snyder  <msnyder@vmware.com>
1750
1751         * remote.c (store_register_using_P): Call putpkt and getpkt
1752         directly instead of calling remote_send.
1753         (store_registers_using_G): Ditto.
1754         (fetch_register_using_p): Ditto.
1755
1756         * remote.c (store_register_using_P): Make error msg more verbose.
1757         (store_registers_using_G): Ditto.
1758         (fetch_register_using_p): Ditto.
1759
1760 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1761
1762         * spu-tdep.c: Include "infcall.h".
1763         (spu_address_class_type_flags): New function.
1764         (spu_address_class_type_flags_to_name): Likewise.
1765         (spu_address_class_name_to_type_flags): Likewise.
1766         (spu_pointer_to_address): Handle __ea pointers.
1767         (spu_auto_flush_cache_p): New static variable.
1768         (spu_objfile_from_frame): New function.
1769         (flush_ea_cache, spu_attach_normal_stop): Likewise.
1770         (show_spu_auto_flush_cache): Likewise.
1771         (spu_gdbarch_init): Install address class handlers.
1772         (_initialize_spu_tdep): Attach to normal_stop observer.
1773         Install "set spu auto-flush-cache" / "show spu auto-flush-cache"
1774         commands.
1775
1776         * NEWS: Mention "set/show spu auto-flush-cache" commands.
1777
1778 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1779
1780         * spu-tdep.c: Include "block.h".
1781         (setspucmdlist, showspucmdlist): New static variables.
1782         (spu_stop_on_load_p): Likewise.
1783         (spu_catch_start): New function.
1784         (show_spu_command, set_spu_command): New functions.
1785         (show_spu_stop_on_load): Likewise.
1786         (_initialize_spu_tdep): Attach spu_catch_start to new_objfile observer.
1787         Install "set spu" / "show spu" prefix command handler.
1788         Install "set spu stop-on-load" / "show spu stop-on-load" command.
1789
1790         * NEWS: Mention "set/show spu stop-on-load" commands.
1791
1792 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1793
1794         * ppc-linux-tdep.c: Include "solib.h", "solist.h", "exceptions.h",
1795         "arch-utils.h", and "spu-tdep.h".
1796         (spu_context_objfile, spe_context_lm_addr, spe_context_offset):
1797         New static variables.
1798         (spe_context_cache_ptid, spe_context_cache_address): Likewise.
1799         (ppc_linux_spe_context_lookup): New function.
1800         (ppc_linux_spe_context_inferior_created): Likewise.
1801         (ppc_linux_spe_context_solib_loaded): Likewise.
1802         (ppc_linux_spe_context_solib_unloaded): Likewise.
1803         (ppc_linux_spe_context): Likewise.
1804         (struct ppu2spu_cache, struct ppu2spu_data): New data types.
1805         (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register,
1806         ppu2spu_unwind_register, ppu2spu_sniffer,
1807         ppu2spu_dealloc_cache): New functions.
1808         (ppu2spu_unwind): New static variable.
1809         (ppc_linux_init_abi): Install cross-architecture unwinder.
1810         (_initialize_ppc_linux_tdep): Attach to observers.
1811
1812         * spu-tdep.c (struct spu2ppu_cache): New data type.
1813         (spu2ppu_prev_arch, spu2ppu_this_id, spu2ppu_prev_register,
1814         spu2ppu_sniffer, spu2ppu_dealloc_cache): New functions.
1815         (spu2ppu_unwind): New static variable.
1816         (spu_gdbarch_init): Install cross-architecture unwinder.
1817
1818 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1819
1820         * target.h (enum strata): New value arch_stratum.
1821         * target.c (target_require_runnable): Skip arch_stratum targets.
1822
1823         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
1824         solib-spu.o and spu-multiarch.o to gdb_target_obs.
1825         * Makefile.in (ALL_TARGET_OBS): Add solib-spu.o and spu-multiarch.o.
1826         (ALLDEPFILES): Add solib-spu.c and spu-multiarch.c.
1827
1828         * solib-spu.c: New file.
1829         * solib-spu.h: New file.
1830         * spu-multiarch.c: New file.
1831
1832         * spu-tdep.h (SPUADDR, SPUADDR_SPU, SPUADDR_ADDR): New macros.
1833
1834         * spu-tdep.c (struct gdbarch_tdep): New member id.
1835         (spu_gdbarch_id): New function.
1836         (spu_lslr): New function.
1837
1838         (spu_address_to_pointer): New function.
1839         (spu_pointer_to_address): Support SPU ID address encoding.  Use
1840         spu_gdbarch_id and spu_lslr.
1841         (spu_integer_to_address): Likewise.
1842         (spu_frame_unwind_cache): Update for encoded addresses.
1843         (spu_unwind_pc, spu_unwind_sp): Likewise.
1844         (spu_read_pc, spu_write_pc): Likewise.
1845         (spu_push_dummy_call): Likewise.
1846         (spu_software_single_step): Likewise.
1847         (spu_get_longjmp_target): Likewise.
1848         (spu_overlay_update_osect): Likewise.
1849
1850         (spu_dis_asm_print_address): New function.
1851         (gdb_print_insn_spu): Likewise.
1852
1853         (spu_gdbarch_init): Store SPU ID in tdep structure.
1854         Install spu_address_to_pointer and gdb_print_insn_spu.
1855
1856         * ppc-linux-tdep.c: Include "observer.h", "auxv.h", "elf/common.h"
1857         and "solib-spu.h".
1858         (ppc_linux_entry_point_addr): New static variable.
1859         (ppc_linux_inferior_created): New function.
1860         (ppc_linux_displaced_step_location): Likewise.
1861         (ppc_linux_init_abi): Enable Cell/B.E. support if supported
1862         by the target.
1863         (_initialize_ppc_linux_tdep): Attach to inferior_created observer.
1864
1865         * NEWS: Mention multi-architecture and Cell/B.E. debugging
1866         capabilities.
1867
1868 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1869
1870         * linux-nat.c: Include <sys/vfs.h>.
1871         (SPUFS_MAGIC): Define.
1872         (spu_enumerate_spu_ids): New function.
1873         (linux_proc_xfer_spu): New function.
1874         (linux_xfer_partial): Handle TARGET_OBJECT_SPU.
1875
1876         (iterate_over_spus): New function.
1877         (struct linux_spu_corefile_data): New data type.
1878         (linux_spu_corefile_callback): New function.
1879         (linux_spu_make_corefile_notes): New function.
1880         (linux_nat_make_corefile_notes): Call it.
1881
1882         * corelow.c (struct spuid_list): New data type.
1883         (add_to_spuid_list): New function.
1884         (core_xfer_partial): Handle TARGET_OBJECT_SPU.
1885
1886 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1887
1888         * features/Makefile: Allow sub-platform specific expedite settings.
1889         (WHICH): Add rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
1890         (rs6000/powerpc-cell32l-expedite): Define.
1891         (rs6000/powerpc-cell64l-expedite): Likewise.
1892         * features/rs6000/powerpc-cell32l.xml: New file.
1893         * features/rs6000/powerpc-cell64l.xml: New file.
1894         * features/rs6000/powerpc-cell32l.c: New generated file.
1895         * features/rs6000/powerpc-cell64l.c: New generated file.
1896
1897         * regformats/rs6000/powerpc-cell32l.dat: New generated file.
1898         * regformats/rs6000/powerpc-cell64l.dat: New generated file.
1899
1900         * config/djgpp/fnchange.lst: Add mappings for new files.
1901
1902         * ppc-linux-tdep.h (tdesc_powerpc_cell32l): Add prototype.
1903         (tdesc_powerpc_cell64l): Likewise.
1904         * ppc-linux-tdep.c: Include "features/rs6000/powerpc-cell32l.c"
1905         and "features/rs6000/powerpc-cell64l.c".
1906         (_initialize_ppc_linux_tdep): Initialize target descriptions.
1907         (ppc_linux_spu_section): New function.
1908         (ppc_linux_core_read_description): Detect Cell/B.E. core files.
1909         * ppc-linux-nat.c (PPC_FEATURE_CELL): Define.
1910         (ppc_linux_read_description): Detect Cell/B.E. architecture.
1911
1912         * rs6000-tdep.c (rs6000_gdbarch_init): Do not trust BFD wordsize
1913         if exec file is not PowerPC architecture.
1914
1915 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1916
1917         * features/gdb-target.dtd (target): Accept optional
1918         <compatible> elements.
1919         (compatible): Define element.
1920
1921         * target-descriptions.h (tdesc_compatible_p): New.
1922         (tdesc_add_compatible): New.
1923         * target-descriptions.c (arch_p): New VEC_P type.
1924         (struct target_desc): New member compatible.
1925         (free_target_description): Handle it.
1926         (maint_print_c_tdesc_cmd): Likewise.
1927         (tdesc_compatible_p): New function.
1928         (tdesc_add_compatible): New function.
1929
1930         * xml-tdesc.c (tdesc_end_compatible): New function.
1931         (target_children): Handle <compatible> element.
1932
1933         * arch-utils.c (choose_architecture_for_target): Accept target
1934         description instead of BFD architecture as input.  Query target
1935         description for compatible architectures.
1936         (gdbarch_info_fill): Update call.
1937
1938         * NEWS: Mention <compatible> element of target descriptions.
1939
1940 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1941
1942         * breakpoint.c (remove_breakpoints): If removing one breakpoint
1943         location fails, still continue to remove other locations.
1944         (remove_hw_watchpoints): Likewise.
1945         (detach_breakpoints): Likewise.
1946
1947 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1948
1949         * breakpoint.h (enum enable_state): Add bp_startup_disabled.
1950         (disable_breakpoints_before_startup): Add prototype.
1951         (enable_breakpoints_after_startup): Likewise.
1952
1953         * breakpoint.c (executing_startup): New static variable.
1954         (describe_other_breakpoints): Handle bp_startup_disabled.
1955         (check_duplicates_for): Likewise.
1956         (disable_breakpoints_before_startup): New function.
1957         (enable_breakpoints_after_startup): New function.
1958         (create_breakpoint): Mark new breakpoints as bp_startup_disabled
1959         if executing_startup flag is true.
1960         (break_command_really): Likewise.
1961         (breakpoint_re_set_one): Skip bp_startup_disabled breakpoints.
1962
1963 2009-07-31  Julian Brown  <julian@codesourcery.com>
1964
1965         * arm-linux-tdep.c (arch-utils.h, inferior.h, gdbthread.h, symfile.h):
1966         Include files.
1967         (arm_linux_cleanup_svc, arm_linux_copy_svc): New.
1968         (cleanup_kernel_helper_return, arm_catch_kernel_helper_return): New.
1969         (arm_linux_displaced_step_copy_insn): New.
1970         (arm_linux_init_abi): Initialise displaced stepping callbacks.
1971         * arm-tdep.c (DISPLACED_STEPPING_ARCH_VERSION): New macro.
1972         (ARM_NOP): New.
1973         (displaced_read_reg, displaced_in_arm_mode, branch_write_pc)
1974         (bx_write_pc, load_write_pc, alu_write_pc, displaced_write_reg)
1975         (insn_references_pc, copy_unmodified, cleanup_preload, copy_preload)
1976         (copy_preload_reg, cleanup_copro_load_store, copy_copro_load_store)
1977         (cleanup_branch, copy_b_bl_blx, copy_bx_blx_reg, cleanup_alu_imm)
1978         (copy_alu_imm, cleanup_alu_reg, copy_alu_reg)
1979         (cleanup_alu_shifted_reg, copy_alu_shifted_reg, cleanup_load)
1980         (cleanup_store, copy_extra_ld_st, copy_ldr_str_ldrb_strb)
1981         (cleanup_block_load_all, cleanup_block_store_pc)
1982         (cleanup_block_load_pc, copy_block_xfer, cleanup_svc, copy_svc)
1983         (copy_undef, copy_unpred): New.
1984         (decode_misc_memhint_neon, decode_unconditional)
1985         (decode_miscellaneous, decode_dp_misc, decode_ld_st_word_ubyte)
1986         (decode_media, decode_b_bl_ldmstm, decode_ext_reg_ld_st)
1987         (decode_svc_copro, arm_process_displaced_insn)
1988         (arm_displaced_init_closure, arm_displaced_step_copy_insn)
1989         (arm_displaced_step_fixup): New.
1990         (arm_gdbarch_init): Initialise max insn length field.
1991         * arm-tdep.h (DISPLACED_TEMPS, DISPLACED_MODIFIED_INSNS): New
1992         macros.
1993         (displaced_step_closure, pc_write_style): New.
1994         (arm_displaced_init_closure, displaced_read_reg)
1995         (arm_process_displaced_insn, arm_displaced_init_closure)
1996         (displaced_read_reg, displaced_write_reg, arm_displaced_step_copy_insn)
1997         (arm_displaced_step_fixup): Add prototypes.
1998
1999 2009-07-31  Pedro Alves  <pedro@codesourcery.com>
2000             Julian Brown  <julian@codesourcery.com>
2001
2002         * infrun.c (displaced_step_fixup): If this is a software
2003         single-stepping arch, don't tell the target to single-step.
2004         (maybe_software_singlestep): Return 0 if we're using displaced
2005         stepping.
2006         (resume): If this is a software single-stepping arch, and
2007         displaced-stepping is enabled, use it for all single-step
2008         requests.
2009
2010 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2011
2012         * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, aclocal_m4_deps)
2013         (AUTOCONF, configure_deps, AUTOHEADER): New variables.
2014         ($(srcdir)/aclocal.m4, $(srcdir)/configure, $(srcdir)/config.in)
2015         (am--refresh): New rules.
2016         (stamp-h, config.status): List config.in and configure including
2017         $(srcdir)/ prefix.
2018         * aclocal.m4: Regenerate.
2019         * configure: Regenerate.
2020
2021 2009-07-30  Thomas Schwinge  <tschwinge@gnu.org>
2022
2023         * gnu-nat.c (add_task_commands) <stopped>: Register the correct
2024         callback function.
2025
2026 2009-07-30  H.J. Lu  <hongjiu.lu@intel.com>
2027
2028         * ia64-tdep.c (ia64_access_reg): Correct paddress.
2029
2030 2009-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2031
2032         Replace public function varobj_list by all_root_varobjs iterator.
2033         * mi/mi-cmd-var.c (struct mi_cmd_var_update, mi_cmd_var_update_iter):
2034         New.
2035         (mi_cmd_var_update): Replace the varobj_list call by all_root_varobjs.
2036         Remove the variables rootlist, cr.  New variable data.
2037         * varobj.c (rootcount, varobj_list): Remove.
2038         (install_variable, uninstall_variable): Remove the rootcount updates.
2039         (all_root_varobjs): New function.
2040         (varobj_invalidate): Use the all_root_varobjs call.  Move the code to...
2041         (varobj_invalidate_iter): ... a new function.
2042         * varobj.h (varobj_list): Remove the prototype.
2043         (all_root_varobjs): New prototype.
2044
2045 2009-07-29  Paul Pluzhnikov  <ppluzhnikov@google.com>
2046
2047         PR gdb/6817
2048         * dbxread.c (read_dbx_symtab): Reduce stack use.
2049         
2050 2009-07-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2051
2052         Fix gcc-4.5 HEAD warnings.
2053         * cp-name-parser.y (%union <typed_val_int>, %token GLOBAL)
2054         (GLOBAL_CONSTRUCTORS, GLOBAL_DESTRUCTORS, demangler_special <GLOBAL>):
2055         Remove.
2056         (yylex <"global constructors keyed to ">)
2057         (yylex <"global destructors keyed to ">): Base it on DEMANGLER_SPECIAL.
2058         (cp_comp_to_string): Remove variables str, prefix and buf.  Remove the
2059         GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS handling.
2060         (cp_print): Remove the GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS
2061         handling.
2062
2063 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
2064
2065         * NEWS: Mention ARM VFP support.
2066         * target-descriptions.c (tdesc_register_type): Make public.
2067         (tdesc_unnumbered_register): New function.
2068         (tdesc_register_reggroup_p): Allow missing
2069         pseudo_register_reggroup_p.
2070         * target-descriptions.h (tdesc_register_type): Declare.
2071         (tdesc_unnumbered_register): Declare.
2072         * arm-tdep.c (arm_neon_quad_read, arm_neon_quad_write): New functions.
2073         (arm_push_dummy_call): Use arm_neon_quad_write.
2074         (arm_neon_double_type, arm_neon_quad_type): New functions.
2075         (arm_register_type): Handle VFP and NEON registers.  Override the
2076         types of double-precision registers for NEON.  Disable FPA registers
2077         if they are not present.
2078         (arm_dwarf_reg_to_regnum): Add current VFP and NEON register numbers.
2079         (arm_return_value): Use arm_neon_quad_write and arm_neon_quad_read.
2080         (arm_register_name): Handle VFP single and NEON quad registers.
2081         (arm_pseudo_read, arm_pseudo_write): New functions.
2082         (arm_gdbarch_init): Check for VFP and NEON in the target description.
2083         Assign numbers to double-precision registers.  Register VFP and NEON
2084         pseudo registers.  Remove a shadowed "i" variable.
2085         * arm-tdep.h (enum gdb_regnum): Add ARM_D0_REGNUM and
2086         ARM_D31_REGNUM.
2087         (struct gdbarch_tdep): Add have_neon_pseudos, have_neon,
2088         have_vfp_registers, have_vfp_pseudos, neon_double_type,
2089         and neon_quad_type.
2090
2091         * features/Makefile: Make expedite settings only architecture
2092         specific.
2093         (WHICH): Add new ARM descriptions.
2094         * features/arm-with-neon.xml, features/arm-with-vfpv2.c,
2095         features/arm-with-vfpv3.c, features/arm-vfpv2.xml,
2096         features/arm-vfpv3.xml, features/arm-with-vfpv2.xml,
2097         features/arm-with-vfpv3.xml, features/arm-with-neon.c: New files.
2098         * regformats/arm-with-neon.dat, regformats/arm-with-vfpv2.dat,
2099         regformats/arm-with-vfpv3.dat: Generate.
2100
2101 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
2102
2103         * infrun.c (handle_inferior_event): Clear trap_expected after
2104         stepping past a single-step breakpoint.
2105
2106 2009-07-28  Joseph Myers  <joseph@codesourcery.com>
2107
2108         * arm-tdep.c (enum arm_vfp_cprc_base_type,
2109         arm_vfp_cprc_unit_length, arm_vfp_cprc_reg_char,
2110         arm_vfp_cprc_sub_candidate, arm_vfp_call_candidate,
2111         arm_vfp_abi_for_function): New.
2112         (arm_push_dummy_call): Handle VFP ABI.
2113         (arm_extract_return_value, arm_store_return_value): Handle
2114         ARM_FLOAT_VFP case.
2115         (arm_return_value): Handle VFP ABI.
2116         (arm_gdbarch_init): Default fp_model based on Tag_ABI_VFP_args for
2117         EABI binaries.
2118
2119 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
2120
2121         * arch-utils.c (displaced_step_at_entry_point): Do not call
2122         gdbarch_convert_from_func_ptr_addr.
2123         * cris-tdep.c: Remove outdated comment.
2124         * infcall.c (call_function_by_hand): Do not call
2125         gdbarch_convert_from_func_ptr_addr after entry_point_address.
2126         * objfiles.c (entry_point_address): Call both
2127         gdbarch_convert_from_func_ptr_addr and
2128         gdbarch_addr_bits_remove.
2129
2130 2009-07-28  Aleksandar Ristovski  <aristovski@qnx.com>
2131
2132         * nto-tdep.c (nto_thread_state_str): New array.
2133         (nto_extra_thread_info): New function definition.
2134         * nto-tdep.h (gdbthread.h): New include.
2135         (private_thread_info): New struct.
2136         (nto_extra_thread_info): New declaration.
2137         * nto-procfs.c (procfs_thread_alive): Properly check if
2138         thread is still alive.
2139         (update_thread_private_data_name, update_thread_private_data): New
2140         function definition.
2141         (procfs_find_new_threads): Fetch thread private data.
2142         (init_procfs_ops): Register to_extra_thread_info.
2143
2144 2009-07-25  Pedro Alves  <pedro@codesourcery.com>
2145
2146         * stack.c (backtrace_command_1): Remove dead check of NULL current
2147         frame.
2148
2149 2009-07-23  Keith Seitz  <keiths@redhat.com>
2150
2151         * source.c (forward_search_command): Don't fclose the stream,
2152         just run the cleanups.
2153         (reverse_search_command): Likewise.
2154
2155 2009-07-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
2156
2157         * symtab.c (search_symbols): Add QUIT.
2158         
2159 2009-07-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
2160
2161         * symfile.c (symbol_file_add_with_addrs_or_offsets): Call observer.
2162         
2163 2009-07-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
2164
2165         * objfiles.h (objfiles_changed): New prototype.
2166         * objfiles.c (objfiles_updated_p): Rename to objfiles_changed_p.
2167         (allocate_objfile, free_objfile): Must rebuild section map.
2168         (objfile_relocate): Likewise.
2169         (update_section_map, find_pc_section): Adjust.
2170         (set_objfiles_updated_on_exe_change): Remove.
2171         (set_objfiles_updated_on_solib_activity): Remove.
2172         (_initialize_objfiles): Remove.
2173         (objfiles_changed): New function.
2174         * symfile.c (reread_symbols): Call objfiles_changed.    
2175         
2176 2009-07-22  Hui Zhu  <teawater@gmail.com>
2177
2178         * record.c (record_xfer_partial): Call error When nquery
2179         return "n".
2180
2181 2009-07-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
2182         
2183         * objfiles.c (objfiles_updated_p): New variable.
2184         (qsort_cmp, bsearch_cmp, update_section_map): New function.
2185         (find_pc_section): Use bsearch.
2186         (set_objfiles_updated_on_exe_change): New function.
2187         (set_objfiles_updated_on_solib_activity): New function.
2188         (_initialize_objfiles): New function.
2189         
2190 2009-07-21 Michael Eager <eager@eagercon.com>
2191
2192         * features/rs6000/powerpc-405.xml: New.
2193         * rs6000-tdep.c: Add include & initialize for
2194         powerpc-405.c, add 405 to variants.
2195         * features/rs6000/powerpc-405.c: Generate.
2196
2197 2009-07-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
2198
2199         * utils.c (internal_vproblem): Always print failure message.
2200
2201 2009-07-21  Daniel Jacobowitz  <dan@codesourcery.com>
2202             Vladimir Prus <vladimir@codesourcery.com>
2203
2204         * valops.c (value_fetch_lazy): Handle bitfields explicitly.
2205         (value_assign): Remove unnecessary FIXME.  Honor the container
2206         type of bitfields if possible.
2207         * value.c (struct value): Add parent field.
2208         (value_parent): New function.
2209         (value_free): Free the parent also.
2210         (value_copy): Copy the parent also.
2211         (value_primitive_field): Do not read the contents of a lazy
2212         value to create a child bitfield value.  Set bitpos and offset
2213         according to the container type if possible.
2214         (unpack_bits_as_long): Rename from unpack_field_as_long.  Take
2215         field_type, bitpos, and bitsize instead of type and fieldno.
2216         (unpack_field_as_long): Use unpack_bits_as_long.
2217         * value.h (value_parent, unpack_bits_as_long): New prototypes.
2218
2219 2009-07-21  Daniel Jacobowitz  <dan@codesourcery.com>
2220
2221         * value.c (struct value): Add reference_count field.
2222         (allocate_value_lazy): Initialize reference_count.
2223         (value_incref): New function.
2224         (value_free): Check the reference count.
2225         * value.h (value_incref): New prototype.
2226
2227 2009-07-20  Marc Khouzam  <marc.khouzam@ericsson.com>
2228
2229         * utils.c (defaulted_query): Update comment and remove dead code.
2230
2231 2009-07-20  Doug Evans  <dje@google.com>
2232
2233         Add support for "comdat types" from DWARF4.
2234         * dwarf2read.c (dwarf2_per_objfile): New member types,
2235         signatured_types.
2236         (TYPES_SECTION): New macro.
2237         (dwarf2_per_cu_data): Change size of length field from 30 bits
2238         to 29 bits.  New member from_debug_types.
2239         (signatured_type): New struct.
2240         (struct attribute): New union member signatured_type.
2241         (DW_SIGNATURED_TYPE): New macro.
2242         (dwarf2_attr_no_follow): New function.
2243         (read_type_unit_scope): New function.
2244         (follow_die_ref_or_sig, follow_die_sig): New functions.
2245         (dwarf2_locate_sectoins): Handle .debug_types.
2246         (dwarf2_build_psymtabs): Read .debug_types.
2247         (read_type_comp_unit_head): New function.
2248         (hash_type_signature, eq_type_signature): New functions.
2249         (create_debug_types_hash_table): New function.
2250         (lookup_signatured_type): New function.
2251         (process_psymtab_comp_unit): Handle type units too.
2252         (process_type_comp_unit, build_type_psymtabs): New functions.
2253         (dwarf2_build_psymtabs_hard): Call build_type_psymtabs.
2254         (load_partial_comp_unit): Assert not called for a type unit.
2255         (skip_one_die): Handle DW_FORM_sig8.
2256         (queue_comp_unit): Don't call load_full_comp_unit here, or
2257         update read_in_chain.
2258         (psymtab_to_symtab_1): Call read_signatured_type_at_offset for
2259         type units, or load_full_comp_unit for comp units after
2260         queue_comp_unit returns.
2261         (load_full_comp_unit): Assert not called for type units.
2262         (load_full_comp_unit): Update read_in_chain here.
2263         (process_die): Handle DW_TAG_type_unit.
2264         (read_structure_type): Look for signatured types.
2265         (read_enumeration_type): Ditto.
2266         (init_cu_die_reader): Handle .debug_types.
2267         (read_comp_unit): Assert hash not computed yet.
2268         (read_die_and_children): Expand debugging printf to handle .debug_types.
2269         (read_partial_die): Handle DW_TAG_type_unit:
2270         (find_patial_die): Handle .debug_types.
2271         (read_attribute_value): Handle DW_FORM_sig8.
2272         (die_type): Call follow_die_ref_or_sig instead of follow_die_ref.
2273         (die_containing_type): Ditto.
2274         (dwarf_tag_name): Handle DW_TAG_type_unit.
2275         (dwarf_attr_name): Handle DW_AT_signature.
2276         (dwarf_form_name): Handle DW_FORM_sec_offset, DW_FORM_exprloc,
2277         DW_FORM_flag_present, DW_FORM_sig8.
2278         (dump_die_shallow): Handlel DW_FORM_sig8.
2279         (maybe_queue_comp_unit): Change return type to int from void.
2280         All callers updated.
2281         (follow_die_ref): Handle .debug_types.
2282         (lookup_signatured_type_at_offset): New function.
2283         (read_signatured_type_at_offset): New function.
2284         (read_signatured_type): New function.
2285
2286 2009-07-20  Ulrich Weigand  <uweigand@de.ibm.com>
2287
2288         * arch-utils.c (gdbarch_info_fill): Only reference GDB_OSABI_DEFAULT
2289         if the macro is defined.
2290
2291 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
2292
2293         * features/gdb-target.dtd (target): Accept an optional 'osabi'
2294         element.
2295         (osabi): Define element.
2296         * features/mips-linux.xml (target): Add an osabi subelement set to
2297         GNU/Linux.
2298         * regformats/regdat.sh (xmlarch, xmlosabi): New variables.  Don't
2299         write the architecture into $xmltarget.  Store it in $xmlarch.
2300         Handle the 'osabi' type.  Handle outputting the osabi element of
2301         the target description.
2302         * regformats/reg-x86-64-linux.dat (osabi): Set to GNU/Linux.
2303         * regformats/reg-i386-linux.dat (osabi): Set to GNU/Linux.
2304
2305         * target-descriptions.h (tdesc_osabi, set_tdesc_osabi): Declare.
2306         * target-descriptions.c (struct target_desc) <osabi>: New field.
2307         (tdesc_osabi): New function.
2308         (set_tdesc_osabi): New function.
2309         * xml-tdesc.c: Include osabi.h.
2310         (tdesc_end_osabi): New.
2311         (target_children): Parse "osabi" elements.
2312         * arch-utils.c (gdbarch_info_fill): Try to get the osabi from the
2313         target description if the user didn't override it or it is not
2314         extractable from the bfd.  If that still fails, fallback to the
2315         configured in default.
2316         * osabi.h (osabi_from_tdesc_string): Declare.
2317         * osabi.c (osabi_from_tdesc_string): New.
2318         (gdbarch_lookup_osabi): Return GDB_OSABI_UNKNOWN instead of
2319         GDB_OSABI_DEFAULT.
2320
2321         * NEWS: Mention that target descriptions can now describe the
2322         target OS ABI.
2323
2324 2009-07-20  Mike Frysinger  <vapier@gentoo.org>
2325
2326         * configure.ac (AC_CHECK_FUNCS): Check for pipe.
2327         * config.in, configure: Regenerate.
2328         * tui/tui-io.c (TUI_USE_PIPE_FOR_READLINE): Define if HAVE_PIPE.
2329
2330 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
2331
2332         * gnu-nat.c: Include "inf-child.h".
2333         (gnu_mourn_inferior): Use the passed in target_ops
2334         instead of the gnu_ops global.
2335         (gnu_create_inferior): Inline `attach_to_child', use the passed in
2336         target_ops instead of the gnu_ops global.
2337         (gnu_can_run): Delete.
2338         (gnu_attach): Use the passed in target_ops instead of the gnu_ops
2339         global.
2340         (gnu_detach): Ditto.
2341         (gnu_prepare_to_store, gnu_open): Delete.
2342         (gnu_store_registers, gnu_fetch_registers): Delete declarations.
2343         (gnu_ops): Delete.
2344         (init_gnu_ops): Delete.
2345         (gnu_target): New.
2346         (_initialize_gnu_nat): Don't call init_gnu_ops or add_target here.
2347         * gnu-nat.h (gnu_target): Declare.
2348         * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Make
2349         static.
2350         (_initialize_i386gnu_nat): New.
2351
2352 2009-07-20  Ulrich Weigand  <uweigand@de.ibm.com>
2353
2354         * dwarf2loc.c (find_location_expression): Retrieve beginning and
2355         ending address offsets in location list entries as integers,
2356         not as addresses.
2357
2358 2009-07-20  Ulrich Weigand  <uweigand@de.ibm.com>
2359
2360         * infrun.c (wait_for_inferior): Invalidate registers and overlay
2361         cache every time before calling target_wait.
2362         (handle_inferior_event): Make static. Always reset waiton_ptid.
2363         Never call registers_changed.
2364         (prepare_to_wait): Do not invaliate registers or overlay cache
2365         (moved to wait_for_inferior).  Do not reset waiton_ptid (moved
2366         to handle_inferior_event).
2367         (fetch_inferior_event): Remove check for always-true condition.  
2368
2369 2009-07-20  Thomas Schwinge  <tschwinge@gnu.org>
2370
2371         * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Adjust to
2372         2009-02-23 target_ops changes.
2373
2374 2009-07-18  Michael Snyder  <msnyder@vmware.com>
2375
2376         * infrun.c (handle_inferior_event): Remove an execution_direction
2377         check in the "check for subroutine calls" test, and add some 
2378         additional handling for reverse-stepping through shared libraries.
2379
2380 2009-07-18  Anthony Green  <green@moxielogic.com>
2381
2382         * moxie-tdep.c (moxie_analyze_prologue): Take gdbarch as last
2383         parameter instead of frame_info.
2384         (moxie_frame_cache): Call moxie_analyze_prologue with different
2385         args.
2386
2387 2009-07-17  Ulrich Weigand  <uweigand@de.ibm.com>
2388
2389         * solib.c (solib_bfd_open): Do not call ops->bfd_open.
2390         (solib_map_sections): Call ops->bfd_open instead of solib_bfd_open.
2391         * solib-frv.c (_initialize_frv_solib): Initialize bfd_open member.
2392         * solib-irix.c (_initialize_irix_solib): Likewise.
2393         * solib-null.c (_initialize_null_solib): Likewise.
2394         * solib-osf.c (_initialize_osf_solib): Likewise.
2395         * solib-pa64.c (_initialize_pa64_solib): Likewise.
2396         * solib-som.c (_initialize_som_solib): Likewise.
2397         * solib-sunos.c (_initialize_sunos_solib): Likewise.
2398         * solib-svr4.c (_initialize_svr4_solib): Likewise.
2399         * solib-target.c (_initialize_solib_target): Likewise.
2400
2401 2009-07-17  Ulrich Weigand  <uweigand@de.ibm.com>
2402
2403         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect mixed_mode flag.
2404
2405 2009-07-16  Doug Evans  <dje@google.com>
2406
2407         * linux-thread.db.c (try_thread_db_load_1): Tweak comment.
2408
2409 2007-07-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
2410
2411         * linux-thread-db.c (thread_db_find_new_threads_silently):
2412         New function.
2413         (try_thread_db_load_1): Call it.
2414
2415 2009-07-15  Doug Evans  <dje@google.com>
2416
2417         Code reorg in preparation for adding comdat types support.
2418         * dwarf2read.c (struct die_reader_specs): New struct.
2419         (locate_pdi_sibling): New arg buffer.  All callers updated.
2420         (load_partial_dies, read_partial_die): Ditto.
2421         (read_8_bytes): Change return type to ULONGEST.
2422         (read_comp_unit): Delete arg abfd.  All callers updated.
2423         (read_die_and_children_1): Delete args abfd, cu.  New arg reader.
2424         All callers updated.
2425         (read_die_and_children, read_die_and_siblings): Ditto.
2426         (read_full_die): Ditto.  Move closer to callers.
2427         (skip_one_die): New arg buffer.  All callers updated.
2428         (load_full_comp_unit): Change return type to void.  All callers
2429         updated.
2430         (partial_read_comp_unit_head): New args buffer, buffer_size.
2431         All callers updated.
2432         (process_psymtab_comp_unit): New function, split out from
2433         dwarf2_build_psymtabs_hard.
2434         (dwarf2_build_psymtabs_hard): Call it.
2435         (load_partial_comp_unit): Renamed from load_comp_unit.
2436         All callers updated.
2437         (skip_children): New arg buffer.  All callers updated.
2438         (init_cu_die_reader): New function.
2439         (is_ref_attr): New function.
2440         (dwarf2_get_ref_die_offset): Call it.
2441         (alloc_one_comp_unit): New function.
2442
2443 2009-07-14  Stan Shebs  <stan@codesourcery.com>
2444
2445         * MAINTAINERS (Global Maintainers): Add Doug Evans.
2446
2447 2009-07-14  Stan Shebs  <stan@codesourcery.com>
2448
2449         Conditional tracepoints.
2450         * ax-gdb.h (gen_eval_for_expr): Declare.
2451         * ax-gdb.c (gen_expr): Generate bytecodes for BINOP_EQUAL
2452         and other comparisons.
2453         (gen_eval_for_expr): New function.
2454         (agent_eval_command): New maintenance command.
2455         (_initialize_ax_gdb): Define the command.
2456         * remote.c (struct remote_state): New field cond_tracepoints.
2457         (PACKET_ConditionalTracepoints): New packet config type.
2458         (remote_cond_tracepoint_feature): New function.
2459         (remote_protocol_features): Add ConditionalTracepoints.
2460         (remote_supports_cond_tracepoints): New function.
2461         (_initialize_remote): Add ConditionalTracepoints.
2462         * tracepoint.c (download_tracepoint): Add conditional.
2463         * NEWS: Mention conditional tracepoints.
2464
2465 2009-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
2466
2467         * objfiles.c (objfile_relocate): Do not relocate the same
2468         BLOCKVECTOR_MAP address map multiple times.
2469
2470 2009-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
2471
2472         * remote.c (process_stop_reply): Access expedited target registers
2473         in target_gdbarch.
2474
2475 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2476
2477         Fix memory access from signed 32bit inferior registers on 64bit GDB.
2478         * linux-nat.c (linux_xfer_partial <TARGET_OBJECT_MEMORY>): New variable
2479         addr_bit.  Mask OFFSET by the ADDR_BIT width.
2480
2481 2009-07-13  Anthony Green  <green@moxielogic.com>
2482
2483         * moxie-tdep.c (moxie_gdbarch_init): Call
2484         set_gdbarch_process_record.
2485         (moxie_process_record): New.
2486         (moxie_process_readu): New.
2487
2488 2009-07-12  Michael Snyder  <msnyder@vmware.com>
2489
2490         * i386-tdep.c: Add a frame unwinder for function epilogues.
2491         (i386_in_function_epilogue_p): New function.
2492         (i386_epilogue_frame_sniffer): New function.
2493         (i386_epilogue_frame_cache): New function.
2494         (i386_epilogue_frame_this_id): New function.
2495         (i386_epilogue_frame_unwind): New struct frame_unwind.
2496         (i386_gdbarch_init): Hook the new unwinder.
2497
2498 2009-07-11  Hui Zhu  <teawater@gmail.com>
2499
2500         * cli/cli-cmds.c (disassemble_command): Add a new modifier /r
2501         to "disassemble" command to print the raw instructions in hex as
2502         well as in symbolic form.
2503         (init_cli_cmds): Ditto.
2504         (print_disassembly): Change "mixed" to "flags" to translate
2505         the behavior of disassemble.
2506         (disassemble_current_function): Ditto.
2507         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
2508         * stack.c (gdb_disassembly_stub): Ditto.
2509         * disasm.c (do_mixed_source_and_assembly): Ditto.
2510         (do_mixed_source_and_assembly): Ditto.
2511         (do_assembly_only): Ditto.
2512         (gdb_disassembly): Ditto.
2513         (dump_insns): print the raw instructions in hex as well as in
2514         symbolic form if DISASSEMBLY_RAW_INSN and flags is true.
2515         * disasm.h (DISASSEMBLY_SOURCE): Include source code with the
2516         assembly if it and flags is true.
2517         (DISASSEMBLY_RAW_INSN): Include the raw instructions in hex with
2518         the assembly if it and flags is true.
2519         (gdb_disassembly): Update extern.
2520         * NEWS: Document disassemble/r support.
2521
2522 2009-07-10  Tom Tromey  <tromey@redhat.com>
2523
2524         * dwarf2-frame.c: Include dwarf2.h, not elf/dwarf2.h.
2525         * dwarf2expr.c: Likewise.
2526         * dwarf2loc.c: Likewise.
2527         * dwarf2read.c: Likewise.
2528         * sh-tdep.c: Likewise.
2529         * xtensa-tdep.c: Likewise.
2530
2531 2009-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2532
2533         Tidy up the code.
2534         * mi/mi-cmd-var.c (mi_cmd_var_update): Remove variable nv.  Move
2535         variables var, rootlist and cr to their local sub-block.  Move the
2536         make_cleanup_ui_out_tuple_begin_end, make_cleanup_ui_out_list_begin_end
2537         and do_cleanups calls to the common base block.  Remove the zero NV
2538         check.
2539
2540 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
2541
2542         * python/python-internal.h (apply_varobj_pretty_printer): Update
2543         definition.
2544         (python_string_to_target_python_string): Add definition.
2545         * python/python-utils.c (unicode_to_encoded_python_string)
2546         (unicode_to_target_python_string)
2547         (python_string_to_target_python_string): New Functions.
2548         * python/python-prettyprint.c (pretty_print_one_value): Likewise.
2549         (print_string_repr): Refactor to logic to account for PyObject
2550         returned strings.
2551         (apply_varobj_pretty_printer): Likewise.
2552         * python/python-value.c (valpy_string): Parse length keyword. Use
2553         length keyword in LA_GET_STRING.
2554         * varobj.c (value_get_print_value): Refactor logic to account for
2555         PyObject returned strings.
2556         * c-lang.c (c_get_string): If the length parameter is specified,
2557         use that. Return value in characters. Update comments.
2558         * language.h: Update c_get_string prototype comments.
2559
2560 2009-07-09  Doug Evans  <dje@google.com>
2561
2562         * i386-tdep.c (i386_displaced_step_fixup): Fix order of arguments
2563         to read_memory_unsigned_integer.
2564
2565 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2566
2567         Report error on inaccessible memory.
2568         * cli/cli-dump.c: Include gdbcore.h.
2569         (dump_memory_to_file): Call read_memory instead of target_read_memory.
2570
2571 2009-07-09  Hui Zhu  <teawater@gmail.com>
2572
2573         * solib.c (solib_bfd_open): Output a warning if solib's
2574         architecture is not compatible with inferior's architecture.
2575
2576 2009-07-09  Ulrich Weigand  <uweigand@de.ibm.com>
2577             Jan Kratochvil  <jan.kratochvil@redhat.com>
2578
2579         * target.h (struct target_ops <to_thread_architecture>): Describe it.
2580         (target_thread_architecture): Refer to to_thread_architecture.
2581
2582 2009-07-08  Pierre Muller  <muller@ics.u-strasbg.fr>
2583
2584         * cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command.
2585
2586 2009-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
2587
2588         * tui/tui-stack.c (tui_make_status_line): Display PC as ?? if unknown.
2589
2590 2009-07-07  Pierre Muller  <muller@ics.u-strasbg.fr>
2591
2592         * breakpoint.c (set_raw_breakpoint): Remove static modifier.
2593
2594 2009-07-07  Tom Tromey  <tromey@redhat.com>
2595
2596         * c-lang.c (convert_octal): Only allow 3 octal digits.
2597         (print_wchar): Prefer 3-digit octal form.  Fall back to hex if
2598         needed.
2599         * c-exp.y (c_parse_escape): Only allow 3 octal digits.
2600
2601 2009-07-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
2602
2603         * python/python-value.c (valpy_getitem): Remove incorrect assert.
2604         
2605 2009-07-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
2606
2607         * python/python-value.c (valpy_getitem): Don't return from TRY_CATCH.
2608
2609 2009-07-07  Sami Wagiaalla  <swagiaal@redhat.com>
2610
2611         * cp-support.h (struct using_direct): Rename members inner and
2612         outer to import_src, and import_dest respectively.
2613         * cp-namespace.c (cp_add_using_directive): Update.
2614         (cp_add_using): Update.
2615         (cp_copy_usings): Update.
2616         (cp_lookup_symbol_namespace): Update.
2617         (cp_scan_for_anonymous_namespaces): Update.
2618         * cp-support.c (make_symbol_overload_list_using): Update.
2619         * cp-support.h (cp_add_using_directive, cp_add_using): Rename
2620         arguments from inner and outer to src and dest respectively.
2621         * cp-namespace.c (cp_add_using_directive): Ditto.
2622         (cp_add_using): Ditto.
2623
2624 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2625
2626         * mi/mi-cmd-var.c (mi_cmd_var_update): Replace a while loop by for loop.
2627         * varobj.c (varobj_invalidate): Replace a while loop by for loop.
2628
2629 2009-07-07  Vladimir Prus  <vladimir@codesourcery.com>
2630
2631         Fix hang in floating varobjs.
2632
2633         * varobj.c (varobj_invalidate): Advance to next
2634         element when processing floating varobj.
2635
2636 2009-07-07  Vladimir Prus  <vladimir@codesourcery.com>
2637
2638         * varobj.c: Remove unnecessary include.
2639
2640 2009-07-07  Tristan Gingold  <gingold@adacore.com>
2641
2642         * config/i386/darwin.mh (NATDEPFILES): Remove excServer.o.
2643         Remove excServer.c target.  Remove _all target.
2644         * darwin.defs: Removed.
2645
2646 2009-07-06  Aleksandar Ristovski  <aristovski@qnx.com>
2647
2648         * configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes.
2649
2650 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2651
2652         * source.c (find_and_open_source): Remove the `objfile' parameter.
2653         Update the function comment.
2654         (open_source_file, symtab_to_fullname, psymtab_to_fullname): Update the
2655         find_and_open_source callers.
2656
2657 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
2658
2659         * coff-pe-read.c (read_pe_exported_syms): Recognize
2660         "pe-arm-wince-little" and "pei-arm-wince-little" bfd targets as PE
2661         targets.
2662
2663 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
2664
2665         * arm-wince-tdep.c (arm_wince_skip_main_prologue): New.
2666         (arm_wince_init_abi): Register it as gdbarch_skip_main_prologue
2667         callback.
2668
2669 2009-06-29  Tristan Gingold  <gingold@adacore.com>
2670
2671         * i386-darwin-tdep.c (amd64_darwin_thread_state_reg_offset)
2672         (amd64_darwin_thread_state_num_regs)
2673         (amd64_darwin_sigcontext_addr, x86_darwin_init_abi_64): Moved to
2674         amd64-darwin-tdep.c
2675         (_initialize_i386_darwin_tdep): Remove 64 bits parts.
2676         (darwin_dwarf_signal_frame_p): Make public.
2677         * amd64-darwin-tdep.c: New file with most chunks from
2678         i386-darwin-tdep.c      
2679         * i386-darwin-tdep.h: Add a prototype for darwin_dwarf_signal_frame_p.
2680         (amd64_darwin_thread_state_reg_offset)
2681         (amd64_darwin_thread_state_num_regs): Moved to amd64-darwin-tdep.h
2682         * amd64-darwin-tdep.h: New file.
2683         * i386-darwin-nat.c: Only includes amd64-nat.h and amd64-darwin-tdep.h
2684         if BFD64 is defined.
2685         (i386_darwin_fetch_inferior_registers): Add #ifdef BFD64/#endif around
2686         64 bits parts.
2687         (i386_darwin_store_inferior_registers): Ditto.
2688         (darwin_set_sstep): Ditto.
2689         (darwin_complete_target): Ditto.
2690         (amd64_darwin_sstep_at_sigreturn): Ditto.
2691         * configure.tgt: Create a separate entry for x86_64-*-darwin.
2692         Add 64 bits support for i386-*-darwin if --enable-64-bit-bfd.
2693         * Makefile.in (ALLDEPFILES): Add amd64-darwin-tdep.c, darwin-nat.c,
2694         i386-darwin-tdep.c i386-darwin-nat.c
2695         (ALL_64_TARGET_OBS): Add amd64-darwin-tdep.o
2696         
2697 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
2698
2699         * linux-fork.c (forks_exist_p): Drop unnecessary extern.
2700         (add_fork, linux_fork_killall, linux_fork_mourn_inferior)
2701         (linux_fork_detach): Ditto.
2702         (delete_fork_command): Rename to ...
2703         (delete_checkpoint_command): ... this.
2704         (detach_fork_command): Rename to ...
2705         (detach_checkpoint_command): ... this.
2706         (info_forks_command): Rename to ...
2707         (info_checkpoints_command): ... this.
2708         (_initialize_linux_fork): Remove stale comments.  Adjust.
2709
2710 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
2711
2712         * linux-nat.c (linux_child_follow_fork): If we're staying attached
2713         to the child process, enable event reporting on it.  Don't handle
2714         checkpoints here.  Instead, add the child fork to the lwp thread
2715         and inferior lists without clobbering the previous inferior.  Let
2716         the thread_db layer learn about a new child process, even if
2717         following the parent.
2718         (linux_nat_switch_fork): Delete lwps of the current inferior only,
2719         instead of clearing the whole list.  Use thread_change_ptid to
2720         give the core the illusion the new checkpoint is still the same
2721         inferior.  Clear the register cache.
2722         (linux_handle_extended_wait): Handle checkpoints here.
2723         (linux_multi_process): Turn on.
2724         * linux-fork.c (struct fork_info) <pc>: Remove field.
2725         (init_fork_list): Do not delete the checkpoint from the inferior
2726         list (it is not there).
2727         (fork_load_infrun_state): Don't switch inferior_ptid here.  Pass
2728         the new checkpoint's ptid to linux_nat_switch_fork.
2729         (fork_save_infrun_state): Make static.  Don't stop the pc field of
2730         fork_info, it's gone.
2731         (linux_fork_mourn_inferior): Don't delete the checkpoint from the
2732         inferior list, it's not there.
2733         (linux_fork_detach): Ditto.
2734         (delete_fork_command): Replace mention of fork/checkpoint by
2735         checkpoint only.
2736         (detach_fork_command): Likewise.  Don't delete the checkpoint from
2737         the inferior list.
2738         (info_forks_command): Adjust.
2739         (restore_detach_fork): Delete.
2740         (checkpointing_pid): New.
2741         (linux_fork_checkpointing_p): New.
2742         (save_detach_fork): Delete.
2743         (checkpoint_command): Delete temp_detach_fork.  Don't remove
2744         breakpoints, that's a nop.  Store the pid of the process we're
2745         checkpointing, and use make_cleanup_restore_integer to restore it.
2746         Don't reinsert breakpoints here.
2747         (process_command, fork_command): Delete.
2748         (restart_command): Update comments to only mention checkpoints,
2749         not forks.
2750         (_initialize_linux_fork): Delete "fork", "process", "info forks"
2751         commands.
2752         * linux-fork.h (fork_save_infrun_state, fork_list): Delete
2753         declarations.
2754         (linux_fork_checkpointing_p): Declare.
2755         * cli/cli-cmds.c (killlist): New.
2756         * cli/cli-cmds.h (killlist): Declare.
2757         * gdbcmd.h (killlist): Declare.
2758         * inferior.c: Include "gdbthread.h".
2759         (detach_inferior_command, kill_inferior_command)
2760         (inferior_command): New.
2761         (info_inferiors_command): Allow specifying a specific inferior id.
2762         (_initialize_inferiors): Register "inferior", "kill inferior" and
2763         "detach inferior" commands.
2764         * infcmd.c (_initialize_infcmd): Make "kill" a prefix command.
2765         * gdbthread.h (any_thread_of_process): Declare.
2766         * thread.c (any_thread_of_process): New.
2767
2768         * NEWS: Mention multi-inferior debugging.  Mention 'info
2769         inferiors', 'inferior', 'detach inferior' and 'kill inferior' as
2770         new commands.
2771         (Removed commands): New section, mentioning that 'info forks',
2772         'fork', 'process', 'delete fork' and 'detach fork' are now gone.
2773
2774 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
2775
2776         * gdbarch.sh (current_gdbarch): Remove global variable.
2777         (find_arch_by_info): Remove, inline into ...
2778         (gdbarch_find_by_info): ... this.  Remove current_gdbarch swapping.
2779         (deprecated_current_gdbarch_select_hack): Rename to ...
2780         (deprecated_target_gdbarch_select_hack): ... this.  Do not set
2781         or access current_gdbarch.
2782         * gdbarch.c, gdbarch.h: Regenerate.
2783
2784         * arch-utils.c (gdbarch_update_p): Update call.
2785         (set_gdbarch_from_file): Likewise.
2786
2787 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
2788
2789         * defs.h (extract_signed_integer, extract_unsigned_integer,
2790         extract_long_unsigned_integer, store_signed_integer,
2791         store_unsigned_integer): Add BYTE_ORDER parameter.
2792         * findvar.c (extract_signed_integer, extract_unsigned_integer,
2793         extract_long_unsigned_integer, store_signed_integer,
2794         store_unsigned_integer): Add BYTE_ORDER parameter.  Use it
2795         instead of current_gdbarch.
2796
2797         * gdbcore.h (read_memory_integer, safe_read_memory_integer,
2798         read_memory_unsigned_integer, write_memory_signed_integer,
2799         write_memory_unsigned_integer): Add BYTE_ORDER parameter.
2800         * corefile.c (struct captured_read_memory_integer_arguments): Add
2801         BYTE_ORDER member.
2802         (safe_read_memory_integer): Add BYTE_ORDER parameter.  Store it into
2803         struct captured_read_memory_integer_arguments.
2804         (do_captured_read_memory_integer): Pass it to read_memory_integer.
2805         (read_memory_integer): Add BYTE_ORDER parameter.  Pass it to
2806         extract_signed_integer.
2807         (read_memory_unsigned_integer): Add BYTE_ORDER parameter.  Pass it to
2808         extract_unsigned_integer.
2809         (write_memory_signed_integer): Add BYTE_ORDER parameter.  Pass it
2810         to store_signed_integer.
2811         (write_memory_unsigned_integer): Add BYTE_ORDER parameter.  Pass it
2812         to store_unsigned_integer.
2813
2814         * target.h (get_target_memory_unsigned): Add BYTE_ORDER parameter.
2815         * target.c (get_target_memory_unsigned): Add BYTE_ORDER parameter.
2816         Pass it to extract_unsigned_integer.
2817
2818
2819         Update calls to extract_signed_integer, extract_unsigned_integer,
2820         extract_long_unsigned_integer, store_signed_integer,
2821         store_unsigned_integer, read_memory_integer,
2822         read_memory_unsigned_integer, safe_read_memory_integer,
2823         write_memory_signed_integer, write_memory_unsigned_integer, and
2824         get_target_memory_unsigned to pass byte order:
2825         * ada-lang.c (ada_value_binop): Update.
2826         * ada-valprint.c (char_at): Update.
2827         * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Update.
2828         * alpha-tdep.c (alpha_lds, alpha_sts, alpha_push_dummy_call,
2829         alpha_extract_return_value, alpha_read_insn,
2830         alpha_get_longjmp_target): Update.
2831         * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Update.
2832         * amd64obsd-tdep.c (amd64obsd_supply_uthread,
2833         amd64obsd_collect_uthread, amd64obsd_trapframe_cache): Update.
2834         * amd64-tdep.c (amd64_push_dummy_call, amd64_analyze_prologue,
2835         amd64_frame_cache, amd64_sigtramp_frame_cache, fixup_riprel,
2836         amd64_displaced_step_fixup): Update.
2837         * arm-linux-tdep.c (arm_linux_sigreturn_init,
2838         arm_linux_rt_sigreturn_init, arm_linux_supply_gregset): Update.
2839         * arm-tdep.c (thumb_analyze_prologue, arm_skip_prologue,
2840         arm_scan_prologue, arm_push_dummy_call, thumb_get_next_pc,
2841         arm_get_next_pc, arm_extract_return_value, arm_store_return_value,
2842         arm_return_value): Update.
2843         * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
2844         * auxv.c (default_auxv_parse): Update.
2845         * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address,
2846         avr_scan_prologue, avr_extract_return_value,
2847         avr_frame_prev_register, avr_push_dummy_call): Update.
2848         * bsd-uthread.c (bsd_uthread_check_magic, bsd_uthread_lookup_offset,
2849         bsd_uthread_wait, bsd_uthread_thread_alive,
2850         bsd_uthread_extra_thread_info): Update.
2851         * c-lang.c (c_printstr, print_wchar): Update.
2852         * cp-valprint.c (cp_print_class_member): Update.
2853         * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache,
2854         cris_push_dummy_call, cris_scan_prologue, cris_store_return_value,
2855         cris_extract_return_value, find_step_target, dip_prefix,
2856         sixteen_bit_offset_branch_op, none_reg_mode_jump_op,
2857         move_mem_to_reg_movem_op, get_data_from_address): Update.
2858         * dwarf2expr.c (dwarf2_read_address, execute_stack_op): Update.
2859         * dwarf2-frame.c (execute_cfa_program): Update.
2860         * dwarf2loc.c (find_location_expression): Update.
2861         * dwarf2read.c (dwarf2_const_value): Update.
2862         * expprint.c (print_subexp_standard): Update.
2863         * findvar.c (unsigned_pointer_to_address, signed_pointer_to_address,
2864         unsigned_address_to_pointer, address_to_signed_pointer,
2865         read_var_value): Update.
2866         * frame.c (frame_unwind_register_signed,
2867         frame_unwind_register_unsigned, get_frame_memory_signed,
2868         get_frame_memory_unsigned): Update.
2869         * frame-unwind.c (frame_unwind_got_constant): Update.
2870         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp,
2871         frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
2872         Update.
2873         * frv-tdep.c (frv_analyze_prologue, frv_skip_main_prologue,
2874         frv_extract_return_value, find_func_descr,
2875         frv_convert_from_func_ptr_addr, frv_push_dummy_call): Update.
2876         * f-valprint.c (f_val_print): Update.
2877         * gnu-v3-abi.c (gnuv3_decode_method_ptr, gnuv3_make_method_ptr):
2878         Update.
2879         * h8300-tdep.c (h8300_is_argument_spill, h8300_analyze_prologue,
2880         h8300_push_dummy_call, h8300_extract_return_value,
2881         h8300h_extract_return_value, h8300_store_return_value,
2882         h8300h_store_return_value): Update.
2883         * hppabsd-tdep.c (hppabsd_find_global_pointer): Update.
2884         * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register):
2885         Update.
2886         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline,
2887         hppa64_hpux_in_solib_call_trampoline,
2888         hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code,
2889         hppa_hpux_sigtramp_frame_unwind_cache,
2890         hppa_hpux_sigtramp_unwind_sniffer, hppa32_hpux_find_global_pointer,
2891         hppa64_hpux_find_global_pointer, hppa_hpux_search_pattern,
2892         hppa32_hpux_search_dummy_call_sequence,
2893         hppa64_hpux_search_dummy_call_sequence, hppa_hpux_supply_save_state,
2894         hppa_hpux_unwind_adjust_stub): Update.
2895         * hppa-linux-tdep.c (insns_match_pattern,
2896         hppa_linux_find_global_pointer): Update.
2897         * hppa-tdep.c (hppa_in_function_epilogue_p, hppa32_push_dummy_call,
2898         hppa64_convert_code_addr_to_fptr, hppa64_push_dummy_call,
2899         skip_prologue_hard_way, hppa_frame_cache, hppa_fallback_frame_cache,
2900         hppa_pseudo_register_read, hppa_frame_prev_register_helper,
2901         hppa_match_insns): Update.
2902         * hpux-thread.c (hpux_thread_fetch_registers): Update.
2903         * i386-tdep.c (i386bsd_sigcontext_addr): Update.
2904         * i386-cygwin-tdep.c (core_process_module_section): Update.
2905         * i386-darwin-nat.c (i386_darwin_sstep_at_sigreturn,
2906         amd64_darwin_sstep_at_sigreturn): Update.
2907         * i386-darwin-tdep.c (i386_darwin_sigcontext_addr,
2908         amd64_darwin_sigcontext_addr): Likewise.
2909         * i386-linux-nat.c (i386_linux_sigcontext_addr): Update.
2910         * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Update.
2911         * i386-nto-tdep.c (i386nto_sigcontext_addr): Update.
2912         * i386obsd-nat.c (i386obsd_supply_pcb): Update.
2913         * i386obsd-tdep.c (i386obsd_supply_uthread, i386obsd_collect_uthread,
2914         i386obsd_trapframe_cache): Update.
2915         * i386-tdep.c (i386_displaced_step_fixup, i386_follow_jump,
2916         i386_analyze_frame_setup, i386_analyze_prologue,
2917         i386_skip_main_prologue, i386_frame_cache, i386_sigtramp_frame_cache,
2918         i386_get_longjmp_target, i386_push_dummy_call,
2919         i386_pe_skip_trampoline_code, i386_svr4_sigcontext_addr,
2920         i386_fetch_pointer_argument): Update.
2921         * i387-tdep.c (i387_supply_fsave): Update.
2922         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Update.
2923         * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write,
2924         examine_prologue, ia64_frame_cache, ia64_frame_prev_register,
2925         ia64_sigtramp_frame_cache, ia64_sigtramp_frame_prev_register,
2926         ia64_access_reg, ia64_access_rse_reg, ia64_libunwind_frame_this_id,
2927         ia64_libunwind_frame_prev_register,
2928         ia64_libunwind_sigtramp_frame_this_id,
2929         ia64_libunwind_sigtramp_frame_prev_register, ia64_find_global_pointer,
2930         find_extant_func_descr, find_func_descr,
2931         ia64_convert_from_func_ptr_addr, ia64_push_dummy_call, ia64_dummy_id,
2932         ia64_unwind_pc): Update.
2933         * iq2000-tdep.c (iq2000_pointer_to_address, iq2000_address_to_pointer,
2934         iq2000_scan_prologue, iq2000_extract_return_value,
2935         iq2000_push_dummy_call): Update.
2936         * irix5nat.c (fill_gregset): Update.
2937         * jv-lang.c (evaluate_subexp_java): Update.
2938         * jv-valprint.c (java_value_print): Update.
2939         * lm32-tdep.c (lm32_analyze_prologue, lm32_push_dummy_call, 
2940         lm32_extract_return_value, lm32_store_return_value): Update.
2941         * m32c-tdep.c (m32c_push_dummy_call, m32c_return_value,
2942         m32c_skip_trampoline_code, m32c_m16c_address_to_pointer,
2943         m32c_m16c_pointer_to_address): Update.
2944         * m32r-tdep.c (m32r_store_return_value, decode_prologue,
2945         m32r_skip_prologue, m32r_push_dummy_call, m32r_extract_return_value):
2946         Update.
2947         * m68hc11-tdep.c (m68hc11_pseudo_register_read,
2948         m68hc11_pseudo_register_write, m68hc11_analyze_instruction,
2949         m68hc11_push_dummy_call): Update.
2950         * m68linux-tdep.c (m68k_linux_pc_in_sigtramp,
2951         m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
2952         Update.
2953         * m68k-tdep.c (m68k_push_dummy_call, m68k_analyze_frame_setup,
2954         m68k_analyze_register_saves, m68k_analyze_prologue, m68k_frame_cache,
2955         m68k_get_longjmp_target): Update.
2956         * m88k-tdep.c (m88k_fetch_instruction): Update.
2957         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_csr_write,
2958         mep_pseudo_cr32_write, mep_get_insn, mep_push_dummy_call): Update.
2959         * mi/mi-main.c (mi_cmd_data_write_memory): Update.
2960         * mips-linux-tdep.c (mips_linux_get_longjmp_target, supply_32bit_reg,
2961         mips64_linux_get_longjmp_target, mips64_fill_gregset,
2962         mips64_fill_fpregset, mips_linux_in_dynsym_stub): Update.
2963         * mipsnbdsd-tdep.c (mipsnbsd_get_longjmp_target): Update.
2964         * mips-tdep.c (mips_fetch_instruction, fetch_mips_16,
2965         mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call,
2966         mips_o32_push_dummy_call, mips_o64_push_dummy_call, 
2967         mips_single_step_through_delay, mips_skip_pic_trampoline_code,
2968         mips_integer_to_address): Update.
2969         * mn10300-tdep.c (mn10300_analyze_prologue, mn10300_push_dummy_call):
2970         Update.
2971         * monitor.c (monitor_supply_register, monitor_write_memory,
2972         monitor_read_memory_single): Update.
2973         * moxie-tdep.c (moxie_store_return_value, moxie_extract_return_value,
2974         moxie_analyze_prologue): Update.
2975         * mt-tdep.c (mt_return_value, mt_skip_prologue, mt_select_coprocessor,
2976         mt_pseudo_register_read, mt_pseudo_register_write, mt_registers_info,
2977         mt_push_dummy_call): Update.
2978         * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
2979         read_objc_methlist_method, read_objc_object, read_objc_super,
2980         read_objc_class, find_implementation_from_class): Update.
2981         * ppc64-linux-tdep.c (ppc64_desc_entry_point,
2982         ppc64_linux_convert_from_func_ptr_addr, ppc_linux_sigtramp_cache):
2983         Update.
2984         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_sniffer,
2985         ppcobsd_sigtramp_frame_cache): Update.
2986         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
2987         do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
2988         ppc64_sysv_abi_return_value): Update.
2989         * ppc-linux-nat.c (ppc_linux_auxv_parse): Update.
2990         * procfs.c (procfs_auxv_parse): Update.
2991         * p-valprint.c (pascal_val_print): Update.
2992         * regcache.c (regcache_raw_read_signed, regcache_raw_read_unsigned,
2993         regcache_raw_write_signed, regcache_raw_write_unsigned,
2994         regcache_cooked_read_signed, regcache_cooked_read_unsigned,
2995         regcache_cooked_write_signed, regcache_cooked_write_unsigned): Update.
2996         * remote-m32r-sdi.c (m32r_fetch_register): Update.
2997         * remote-mips.c (mips_wait, mips_fetch_registers, mips_xfer_memory):
2998         Update.
2999         * rs6000-aix-tdep.c (rs6000_push_dummy_call, rs6000_return_value,
3000         rs6000_convert_from_func_ptr_addr, branch_dest, 
3001         rs6000_software_single_step): Update.
3002         * rs6000-tdep.c (rs6000_in_function_epilogue_p,
3003         ppc_displaced_step_fixup, ppc_deal_with_atomic_sequence,
3004         bl_to_blrl_insn_p, rs6000_fetch_instruction, skip_prologue,
3005         rs6000_skip_main_prologue, rs6000_skip_trampoline_code,
3006         rs6000_frame_cache): Update.
3007         * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write,
3008         s390x_pseudo_register_read, s390x_pseudo_register_write, s390_load,
3009         s390_backchain_frame_unwind_cache, s390_sigtramp_frame_unwind_cache,
3010         extend_simple_arg, s390_push_dummy_call, s390_return_value): Update.
3011         * scm-exp.c (scm_lreadr): Update.
3012         * scm-lang.c (scm_get_field, scm_unpack): Update.
3013         * scm-valprint.c (scm_val_print): Update.
3014         * score-tdep.c (score_breakpoint_from_pc, score_push_dummy_call,
3015         score_fetch_inst): Update.
3016         * sh64-tdep.c (look_for_args_moves, sh64_skip_prologue_hard_way,
3017         sh64_analyze_prologue, sh64_push_dummy_call, sh64_extract_return_value,
3018         sh64_pseudo_register_read, sh64_pseudo_register_write,
3019         sh64_frame_prev_register): Update:
3020         * sh-tdep.c (sh_analyze_prologue, sh_push_dummy_call_fpu,
3021         sh_push_dummy_call_nofpu, sh_extract_return_value_nofpu,
3022         sh_store_return_value_nofpu, sh_in_function_epilogue_p): Update.
3023         * solib-darwin.c (darwin_load_image_infos): Update.
3024         * solib-frv.c (fetch_loadmap, lm_base, frv_current_sos, enable_break2,
3025         find_canonical_descriptor_in_load_object): Update.
3026         * solib-irix.c (extract_mips_address, fetch_lm_info, irix_current_sos,
3027         irix_open_symbol_file_object): Update.
3028         * solib-som.c (som_solib_create_inferior_hook, link_map_start,
3029         som_current_sos, som_open_symbol_file_object): Update.
3030         * solib-sunos.c (SOLIB_EXTRACT_ADDRESS, LM_ADDR, LM_NEXT, LM_NAME):
3031         Update.
3032         * solib-svr4.c (read_program_header, scan_dyntag_auxv,
3033         solib_svr4_r_ldsomap): Update.
3034         * sparc64-linux-tdep.c (sparc64_linux_step_trap): Update.
3035         * sparc64obsd-tdep.c (sparc64obsd_supply_uthread,
3036         sparc64obsd_collect_uthread): Update.
3037         * sparc64-tdep.c (sparc64_pseudo_register_read,
3038         sparc64_pseudo_register_write, sparc64_supply_gregset,
3039         sparc64_collect_gregset): Update.
3040         * sparc-linux-tdep.c (sparc32_linux_step_trap): Update.
3041         * sparcobsd-tdep.c (sparc32obsd_supply_uthread,
3042         sparc32obsd_collect_uthread): Update.
3043         * sparc-tdep.c (sparc_fetch_wcookie, sparc32_push_dummy_code,
3044         sparc32_store_arguments, sparc32_return_value, sparc_supply_rwindow,
3045         sparc_collect_rwindow): Update.
3046         * spu-linux-nat.c (parse_spufs_run): Update.
3047         * spu-tdep.c (spu_pseudo_register_read_spu,
3048         spu_pseudo_register_write_spu, spu_pointer_to_address,
3049         spu_analyze_prologue, spu_in_function_epilogue_p,
3050         spu_frame_unwind_cache, spu_push_dummy_call, spu_software_single_step,
3051         spu_get_longjmp_target, spu_get_overlay_table, spu_overlay_update_osect,
3052         info_spu_signal_command, info_spu_mailbox_list, info_spu_dma_cmdlist,
3053         info_spu_dma_command, info_spu_proxydma_command): Update.
3054         * stack.c (print_frame_nameless_args, frame_info): Update.
3055         * symfile.c (read_target_long_array, simple_read_overlay_table,
3056         simple_read_overlay_region_table): Update.
3057         * target.c (debug_print_register): Update.
3058         * tramp-frame.c (tramp_frame_start): Update.
3059         * v850-tdep.c (v850_analyze_prologue, v850_push_dummy_call,
3060         v850_extract_return_value, v850_store_return_value, 
3061         * valarith.c (value_binop, value_bit_index): Update.
3062         * valops.c (value_cast): Update.
3063         * valprint.c (val_print_type_code_int, val_print_string,
3064         read_string): Update.
3065         * value.c (unpack_long, unpack_double, unpack_field_as_long,
3066         modify_field, pack_long): Update.
3067         * vax-tdep.c (vax_store_arguments, vax_push_dummy_call,
3068         vax_skip_prologue): Update.
3069         * xstormy16-tdep.c (xstormy16_push_dummy_call,
3070         xstormy16_analyze_prologue, xstormy16_in_function_epilogue_p,
3071         xstormy16_resolve_jmp_table_entry, xstormy16_find_jmp_table_entry,
3072         xstormy16_pointer_to_address, xstormy16_address_to_pointer): Update.
3073         * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read,
3074         xtensa_pseudo_register_write, xtensa_frame_cache,
3075         xtensa_push_dummy_call, call0_track_op, call0_frame_cache): Update.
3076
3077
3078         * dfp.h (decimal_to_string, decimal_from_string, decimal_from_integral,
3079         decimal_from_floating, decimal_to_doublest, decimal_is_zero): Add
3080         BYTE_ORDER parameter.
3081         (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
3082         parameters.
3083         (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
3084         (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
3085         * dfp.c (match_endianness): Add BYTE_ORDER parameter.  Use it
3086         instead of current_gdbarch.
3087         (decimal_to_string, decimal_from_integral, decimal_from_floating,
3088         decimal_to_doublest, decimal_is_zero): Add BYTE_ORDER parameter.
3089         Pass it to match_endianness.
3090         (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
3091         parameters.  Pass them to match_endianness.
3092         (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
3093         Pass them to match_endianness.
3094         (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
3095         Pass them to match_endianness.
3096         * valarith.c (value_args_as_decimal): Add BYTE_ORDER_X and
3097         BYTE_ORDER_Y output parameters.
3098         (value_binop): Update call to value_args_as_decimal.
3099
3100         Update calls to decimal_to_string, decimal_from_string,
3101         decimal_from_integral, decimal_from_floating, decimal_to_doublest,
3102         decimal_is_zero, decimal_binop, decimal_compare and decimal_convert
3103         to pass/receive byte order:
3104         * c-exp.y (parse_number): Update.
3105         * printcmd.c (printf_command): Update.
3106         * valarith.c (value_args_as_decimal, value_binop, value_logical_not,
3107         value_equal, value_less): Update.
3108         * valops.c (value_cast, value_one): Update.
3109         * valprint.c (print_decimal_floating): Update.
3110         * value.c (unpack_long, unpack_double): Update.
3111         * python/python-value.c (valpy_nonzero): Update.
3112
3113
3114         * ada-valprint.c (char_at): Add BYTE_ORDER parameter.
3115         (printstr): Update calls to char_at.
3116         (ada_val_print_array): Likewise.
3117         * valprint.c (read_string): Add BYTE_ORDER parameter.
3118         (val_print_string): Update call to read_string.
3119         * c-lang.c (c_get_string): Likewise.
3120         * charset.h (target_wide_charset): Add BYTE_ORDER parameter.
3121         * charset.c (target_wide_charset): Add BYTE_ORDER parameter.
3122         Use it instead of current_gdbarch.
3123         * printcmd.c (printf_command): Update calls to target_wide_charset.
3124         * c-lang.c (charset_for_string_type): Add BYTE_ORDER parameter.
3125         Pass to target_wide_charset.  Use it instead of current_gdbarch.
3126         (classify_type): Add BYTE_ORDER parameter.  Pass to
3127         charset_for_string_type.  Allow NULL encoding pointer.
3128         (print_wchar): Add BYTE_ORDER parameter.
3129         (c_emit_char): Update calls to classify_type and print_wchar.
3130         (c_printchar, c_printstr): Likewise.
3131
3132
3133         * gdbarch.sh (in_solib_return_trampoline): Convert to type "m".
3134         * gdbarch.c, gdbarch.h: Regenerate.
3135         * arch-utils.h (generic_in_solib_return_trampoline): Add GDBARCH
3136         parameter.
3137         * arch-utils.c (generic_in_solib_return_trampoline): Likewise.
3138         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Likewise.
3139         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise.
3140         (rs6000_skip_trampoline_code): Update call.
3141
3142         * alpha-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
3143         dynamic_sigtramp_offset and pc_in_sigtramp callbacks.
3144         (alpha_read_insn): Add GDBARCH parameter.
3145         * alpha-tdep.c (alpha_lds, alpha_sts): Add GDBARCH parameter.
3146         (alpha_register_to_value): Pass architecture to alpha_sts.
3147         (alpha_extract_return_value): Likewise.
3148         (alpha_value_to_register): Pass architecture to alpha_lds.
3149         (alpha_store_return_value): Likewise.
3150         (alpha_read_insn): Add GDBARCH parameter.
3151         (alpha_skip_prologue): Pass architecture to alpha_read_insn.
3152         (alpha_heuristic_proc_start): Likewise.
3153         (alpha_heuristic_frame_unwind_cache): Likewise.
3154         (alpha_next_pc): Likewise.
3155         (alpha_sigtramp_frame_this_id): Pass architecture to
3156         tdep->dynamic_sigtramp_offset callback.
3157         (alpha_sigtramp_frame_sniffer): Pass architecture to
3158         tdep->pc_in_sigtramp callback.
3159         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): Add GDBARCH parameter.
3160         (alphafbsd_sigtramp_offset): Likewise.
3161         * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): Add GDBARCH
3162         parameter.  Pass to alpha_read_insn.
3163         (alpha_linux_sigtramp_offset): Add GDBARCH parameter.  Pass to
3164         alpha_linux_sigtramp_offset_1.
3165         (alpha_linux_pc_in_sigtramp): Add GDBARCH parameter.  Pass to
3166         alpha_linux_sigtramp_offset.
3167         (alpha_linux_sigcontext_addr): Pass architecture to alpha_read_insn
3168         and alpha_linux_sigtramp_offset.
3169         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Add GDBARCH parameter.
3170         (alphanbsd_pc_in_sigtramp): Add GDBARCH parameter.  Pass to
3171         alphanbsd_sigtramp_offset.
3172         * alphaobsd-tdep.c (alphaobsd_sigtramp_offset): Add GDBARCH parameter.
3173         (alphaobsd_pc_in_sigtramp): Add GDBARCH parameter.  Pass to
3174         alpha_read_insn.
3175         (alphaobsd_sigcontext_addr): Pass architecture to
3176         alphaobsd_sigtramp_offset.
3177         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): Add GDBARCH
3178         parameter.
3179
3180         * amd64-tdep.c (amd64_analyze_prologue): Add GDBARCH parameter.
3181         (amd64_skip_prologue): Pass architecture to amd64_analyze_prologue.
3182         (amd64_frame_cache): Likewise.
3183
3184         * arm-tdep.c (SWAP_SHORT, SWAP_INT): Remove.
3185         (thumb_analyze_prologue, arm_skip_prologue, arm_scan_prologue,
3186         thumb_get_next_pc, arm_get_next_pc): Do not use SWAP_ macros.
3187         * arm-wince-tdep.c: Include "frame.h".
3188
3189         * avr-tdep.c (EXTRACT_INSN): Remove.
3190         (avr_scan_prologue): Add GDBARCH argument, inline EXTRACT_INSN.
3191         (avr_skip_prologue): Pass architecture to avr_scan_prologue.
3192         (avr_frame_unwind_cache): Likewise.
3193
3194         * cris-tdep.c (struct instruction_environment): Add BYTE_ORDER member.
3195         (find_step_target): Initialize it.
3196         (get_data_from_address): Add BYTE_ORDER parameter.
3197         (bdap_prefix): Pass byte order to get_data_from_address.
3198         (handle_prefix_assign_mode_for_aritm_op): Likewise.
3199         (three_operand_add_sub_cmp_and_or_op): Likewise.
3200         (handle_inc_and_index_mode_for_aritm_op): Likewise.
3201
3202         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Add GDBARCH parameter.
3203         (frv_linux_sigcontext_reg_addr): Pass architecture to
3204         frv_linux_pc_in_sigtramp.
3205         (frv_linux_sigtramp_frame_sniffer): Likewise.
3206
3207         * h8300-tdep.c (h8300_is_argument_spill): Add GDBARCH parameter.
3208         (h8300_analyze_prologue): Add GDBARCH parameter.  Pass to
3209         h8300_is_argument_spill.
3210         (h8300_frame_cache, h8300_skip_prologue): Pass architecture
3211         to h8300_analyze_prologue.
3212
3213         * hppa-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
3214         in_solib_call_trampoline callback.
3215         (hppa_in_solib_call_trampoline): Add GDBARCH parameter.
3216         * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Add GDBARCH
3217         parameter.
3218         (hppa64_push_dummy_call): Pass architecture to
3219         hppa64_convert_code_addr_to_fptr.
3220         (hppa_match_insns): Add GDBARCH parameter.
3221         (hppa_match_insns_relaxed): Add GDBARCH parameter.  Pass to
3222         hppa_match_insns.
3223         (hppa_skip_trampoline_code): Pass architecture to hppa_match_insns.
3224         (hppa_in_solib_call_trampoline): Add GDBARCH parameter.  Pass to
3225         hppa_match_insns_relaxed.
3226         (hppa_stub_unwind_sniffer): Pass architecture to
3227         tdep->in_solib_call_trampoline callback.
3228         * hppa-hpux-tdep.c (hppa_hpux_search_pattern): Add GDBARCH parameter.
3229         (hppa32_hpux_search_dummy_call_sequence): Pass architecture to
3230         hppa_hpux_search_pattern.
3231         * hppa-linux-tdep.c (insns_match_pattern): Add GDBARCH parameter.
3232         (hppa_linux_sigtramp_find_sigcontext): Add GDBARCH parameter.
3233         Pass to insns_match_pattern.
3234         (hppa_linux_sigtramp_frame_unwind_cache): Pass architecture to
3235         hppa_linux_sigtramp_find_sigcontext.
3236         (hppa_linux_sigtramp_frame_sniffer): Likewise.
3237         (hppa32_hpux_in_solib_call_trampoline): Add GDBARCH parameter.
3238         (hppa64_hpux_in_solib_call_trampoline): Likewise.
3239
3240         * i386-tdep.c (i386_follow_jump): Add GDBARCH parameter.
3241         (i386_analyze_frame_setup): Add GDBARCH parameter.
3242         (i386_analyze_prologue): Add GDBARCH parameter.  Pass to
3243         i386_follow_jump and i386_analyze_frame_setup.
3244         (i386_skip_prologue): Pass architecture to i386_analyze_prologue
3245         and i386_follow_jump.
3246         (i386_frame_cache): Pass architecture to i386_analyze_prologue.
3247         (i386_pe_skip_trampoline_code): Add FRAME parameter.
3248         * i386-tdep.h (i386_pe_skip_trampoline_code): Add FRAME parameter.
3249         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Pass
3250         frame to i386_pe_skip_trampoline_code.
3251
3252         * ia64-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter
3253         to sigcontext_register_address callback.
3254         * ia64-tdep.c (ia64_find_global_pointer): Add GDBARCH parameter.
3255         (ia64_find_unwind_table): Pass architecture to
3256         ia64_find_global_pointer.
3257         (find_extant_func_descr): Add GDBARCH parameter.
3258         (find_func_descr): Pass architecture to find_extant_func_descr
3259         and ia64_find_global_pointer.
3260         (ia64_sigtramp_frame_init_saved_regs): Pass architecture to
3261         tdep->sigcontext_register_address callback.
3262         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Add
3263         GDBARCH parameter.
3264
3265         * iq2000-tdep.c (iq2000_scan_prologue): Add GDBARCH parameter.
3266         (iq2000_frame_cache): Pass architecture to iq2000_scan_prologue.
3267
3268         * lm32-tdep.c (lm32_analyze_prologue): Add GDBARCH parameter.
3269         (lm32_skip_prologue, lm32_frame_cache): Pass architecture to
3270         lm32_analyze_prologue.
3271
3272         * m32r-tdep.c (decode_prologue): Add GDBARCH parameter.
3273         (m32r_skip_prologue): Pass architecture to decode_prologue.
3274
3275         * m68hc11-tdep.c (m68hc11_analyze_instruction): Add GDBARCH parameter.
3276         (m68hc11_scan_prologue): Pass architecture to
3277         m68hc11_analyze_instruction.
3278
3279         * m68k-tdep.c (m68k_analyze_frame_setup): Add GDBARCH parameter.
3280         (m68k_analyze_prologue): Pass architecture to
3281         m68k_analyze_frame_setup.
3282
3283         * m88k-tdep.c (m88k_fetch_instruction): Add BYTE_ORDER parameter.
3284         (m88k_analyze_prologue): Add GDBARCH parameter.  Pass byte order
3285         to m88k_fetch_instruction.
3286         (m88k_skip_prologue): Pass architecture to m88k_analyze_prologue.
3287         (m88k_frame_cache): Likewise.
3288
3289         * mep-tdep.c (mep_get_insn): Add GDBARCH parameter.
3290         (mep_analyze_prologue): Pass architecture to mep_get_insn.
3291
3292         * mips-tdep.c (mips_fetch_instruction): Add GDBARCH parameter.
3293         (mips32_next_pc): Pass architecture to mips_fetch_instruction.
3294         (deal_with_atomic_sequence): Likewise.
3295         (unpack_mips16): Add GDBARCH parameter, pass to mips_fetch_instruction.
3296         (mips16_scan_prologue): Likewise.
3297         (mips32_scan_prologue): Likewise.
3298         (mips16_in_function_epilogue_p): Likewise.
3299         (mips32_in_function_epilogue_p): Likewise.
3300         (mips_about_to_return): Likewise.
3301         (mips_insn16_frame_cache): Pass architecture to mips16_scan_prologue.
3302         (mips_insn32_frame_cache): Pass architecture to mips32_scan_prologue.
3303         (mips_skip_prologue): Pass architecture to mips16_scan_prologue
3304         and mips32_scan_prologue.
3305         (mips_in_function_epilogue_p): Pass architecture to
3306         mips16_in_function_epilogue_p and
3307         mips32_in_function_epilogue_p.
3308         (heuristic_proc_start): Pass architecture to mips_fetch_instruction
3309         and mips_about_to_return.
3310         (mips_skip_mips16_trampoline_code): Pass architecture to
3311         mips_fetch_instruction.
3312         (fetch_mips_16): Add GDBARCH parameter.
3313         (mips16_next_pc): Pass architecture to fetch_mips_16.
3314         (extended_mips16_next_pc): Pass architecture to unpack_mips16 and
3315         fetch_mips_16.
3316
3317         * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
3318         read_objc_methlist_method, read_objc_object, read_objc_super,
3319         read_objc_class): Add GDBARCH parameter.
3320         (find_implementation_from_class): Add GDBARCH parameter, pass
3321         to read_objc_class, read_objc_methlist_nmethods, and
3322         read_objc_methlist_method.
3323         (find_implementation): Add GDBARCH parameter, pass to
3324         read_objc_object and find_implementation_from_class.
3325         (resolve_msgsend, resolve_msgsend_stret): Pass architecture
3326         to find_implementation.
3327         (resolve_msgsend_super, resolve_msgsend_super_stret): Pass
3328         architecture to read_objc_super and find_implementation_from_class.
3329
3330         * ppc64-linux-tdep.c (ppc64_desc_entry_point): Add GDBARCH parameter.
3331         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target,
3332         ppc64_standard_linkage3_target): Pass architecture to
3333         ppc64_desc_entry_point.
3334         * rs6000-tdep.c (bl_to_blrl_insn_p): Add BYTE_ORDER parameter.
3335         (skip_prologue): Pass byte order to bl_to_blrl_insn_p.
3336         (rs6000_fetch_instruction): Add GDBARCH parameter.
3337         (rs6000_skip_stack_check): Add GDBARCH parameter, pass to
3338         rs6000_fetch_instruction.
3339         (skip_prologue): Pass architecture to rs6000_fetch_instruction.
3340         
3341         * remote-mips.c (mips_store_word): Return old_contents as host
3342         integer value instead of target bytes.
3343
3344         * s390-tdep.c (struct s390_prologue_data): Add BYTE_ORDER member.
3345         (s390_analyze_prologue): Initialize it.
3346         (extend_simple_arg): Add GDBARCH parameter.
3347         (s390_push_dummy_call): Pass architecture to extend_simple_arg.
3348
3349         * scm-lang.c (scm_get_field): Add BYTE_ORDER parameter.
3350         * scm-lang.h (scm_get_field): Add BYTE_ORDER parameter.
3351         (SCM_CAR, SCM_CDR): Pass SCM_BYTE_ORDER to scm_get_field.
3352         * scm-valprint.c (scm_scmval_print): Likewise.
3353         (scm_scmlist_print, scm_ipruk, scm_scmval_print): Define
3354         SCM_BYTE_ORDER.
3355
3356         * sh64-tdep.c (look_for_args_moves): Add GDBARCH parameter.
3357         (sh64_skip_prologue_hard_way): Add GDBARCH parameter, pass to
3358         look_for_args_moves.
3359         (sh64_skip_prologue): Pass architecture to
3360         sh64_skip_prologue_hard_way.
3361         * sh-tdep.c (sh_analyze_prologue): Add GDBARCH parameter.
3362         (sh_skip_prologue): Pass architecture to sh_analyze_prologue.
3363         (sh_frame_cache): Likewise.
3364
3365         * solib-irix.c (extract_mips_address): Add GDBARCH parameter.
3366         (fetch_lm_info, irix_current_sos, irix_open_symbol_file_object):
3367         Pass architecture to extract_mips_address.
3368
3369         * sparc-tdep.h (sparc_fetch_wcookie): Add GDBARCH parameter.
3370         * sparc-tdep.c (sparc_fetch_wcookie): Add GDBARCH parameter.
3371         (sparc_supply_rwindow, sparc_collect_rwindow): Pass architecture
3372         to sparc_fetch_wcookie.
3373         (sparc32_frame_prev_register): Likewise.
3374         * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
3375         * sparc32nbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
3376         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
3377
3378         * spu-tdep.c (spu_analyze_prologue): Add GDBARCH parameter.
3379         (spu_skip_prologue): Pass architecture to spu_analyze_prologue.
3380         (spu_virtual_frame_pointer): Likewise.
3381         (spu_frame_unwind_cache): Likewise.
3382         (info_spu_mailbox_list): Add BYTE_ORER parameter.
3383         (info_spu_mailbox_command): Pass byte order to info_spu_mailbox_list.
3384         (info_spu_dma_cmdlist): Add BYTE_ORER parameter.
3385         (info_spu_dma_command, info_spu_proxydma_command): Pass byte order
3386         to info_spu_dma_cmdlist.
3387
3388         * symfile.c (read_target_long_array): Add GDBARCH parameter.
3389         (simple_read_overlay_table, simple_read_overlay_region_table,
3390         simple_overlay_update_1): Pass architecture to read_target_long_array.
3391
3392         * v850-tdep.c (v850_analyze_prologue): Add GDBARCH parameter.
3393         (v850_frame_cache): Pass architecture to v850_analyze_prologue.
3394
3395         * xstormy16-tdep.c (xstormy16_analyze_prologue): Add GDBARCH
3396         parameter.
3397         (xstormy16_skip_prologue, xstormy16_frame_cache): Pass architecture
3398         to xstormy16_analyze_prologue.
3399         (xstormy16_resolve_jmp_table_entry): Add GDBARCH parameter.
3400         (xstormy16_find_jmp_table_entry): Likewise.
3401         (xstormy16_skip_trampoline_code): Pass architecture to
3402         xstormy16_resolve_jmp_table_entry.
3403         (xstormy16_pointer_to_address): Likewise.
3404         (xstormy16_address_to_pointer): Pass architecture to
3405         xstormy16_find_jmp_table_entry.
3406
3407         * xtensa-tdep.c (call0_track_op): Add GDBARCH parameter.
3408         (call0_analyze_prologue): Add GDBARCH parameter, pass to
3409         call0_track_op.
3410         (call0_frame_cache): Pass architecture to call0_analyze_prologue.
3411         (xtensa_skip_prologue): Likewise.
3412
3413 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3414
3415         * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
3416         (paddress): Add GDBARCH parameter.
3417         * utils.c (strlen_paddr, paddr, paddr_nz): Remove.
3418         (paddress): Add GDBARCH parameter, use it instead of current_gdbarch.
3419         * ui-out.h (ui_out_field_core_addr): Add GDBARCH parameter.
3420         * ui-out.c (ui_out_field_core_addr): Add GDBARCH parameter,
3421         use it instead of current_gdbarch.
3422
3423         Update calls to ui_out_field_core_addr to pass architecture:
3424         * ada-lang.c (print_one_exception): Update.
3425         * breakpoint.c (print_one_breakpoint_location,
3426         print_one_exception_catchpoint): Update.
3427         * disasm.c (dump_insns): Update.
3428         * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
3429         * mi/mi-main.c (mi_cmd_data_read_memory): Update.
3430         * mi/mi-symbol-cmds.c: Include "objfiles.h".
3431         (mi_cmd_symbol_list_lines): Update.
3432         * stack.c (print_frame_info, print_frame): Update.
3433
3434         Update callers of paddress to pass architecture:
3435         * ada-tasks.c (info_task): Update.
3436         * ada-valprint.c (ada_val_print_1): Update.
3437         * annotate.c (annotate_source, annotate_frame_begin): Update.
3438         * breakpoint.c (insert_bp_location, describe_other_breakpoints,
3439         mention): Update.
3440         * cli/cli-cmds.c (edit_command, list_command, print_disassembly):
3441         Update.
3442         * corefile.c (memory_error): Update.
3443         * c-valprint.c (print_function_pointer_address, c_val_print): Update.
3444         * disasm.c (dis_asm_print_address): Update.
3445         * exec.c (print_section_info): Update.
3446         * f-valprint.c (f_val_print): Update.
3447         * infcmd.c: Include "arch-utils.h".
3448         (jump_command, program_info): Update.
3449         * linux-fork.c: Include "arch-utils.h".
3450         (info_forks_command): Update.
3451         * m2-valprint.c (print_function_pointer_address,
3452         print_unpacked_pointer, print_variable_at_address,
3453         m2_val_print): Update.
3454         * m32r-rom.c (m32r_load_section, m32r_load, m32r_upload_command):
3455         Update.
3456         * printcmd.c (print_address, print_address_demangle, address_info):
3457         Update.
3458         * p-valprint.c (pascal_val_print): Update.
3459         * source.c: Include "arch-utils.h".
3460         (line_info): Update.
3461         * stack.c (frame_info, print_block_frame_labels): Update.
3462         * symfile.c (add_symbol_file_command, list_overlays_command): Update.
3463         * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1,
3464         print_symbol, print_partial_symbols, maintenance_info_psymtabs,
3465         maintenance_check_symtabs): Update.
3466         * symtab.c (find_pc_sect_symtab): Update.
3467         * target.c (deprecated_debug_xfer_memory): Update.
3468         * tracepoint.c (scope_info): Update.
3469         * tui/tui-stack.c (tui_make_status_line): Update.
3470         * valprint.c (val_print_string): Update.
3471
3472         Update callers of paddr_nz to use paddress instead (keeping
3473         user-visible output identical):
3474         * alpha-tdep.c (alpha_heuristic_proc_start): Update.
3475         * amd64-tdep.c (fixup_riprel, amd64_displaced_step_copy_insn,
3476         amd64_displaced_step_fixup): Update.
3477         * arch-utils.c (simple_displaced_step_copy_insn): Update.
3478         * auxv.c (fprint_target_auxv): Update.
3479         * breakpoint.c (insert_single_step_breakpoint): Update.
3480         * buildsym.c (finish_block): Update.
3481         * cli/cli-dump.c (restore_section_callback): Update.
3482         * fbsd-nat.c (fbsd_find_memory_regions): Update.
3483         * frame.c (frame_unwind_register_value): Update.
3484         * gcore.c (gcore_create_callback): Update.
3485         * hppa-tdep.c (hppa_frame_cache, hppa_skip_trampoline_code): Update.
3486         * i386-tdep.c (i386_displaced_step_fixup, i386_record_modrm,
3487         i386_record_lea_modrm_addr, i386_record_lea_modrm,
3488         i386_process_record): Update.
3489         * ia64-tdep.c (ia64_frame_this_id, ia64_sigtramp_frame_this_id,
3490         ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id,
3491         ia64_dummy_id, ia64_access_reg, ia64_access_rse_reg): Update.
3492         * infrun.c (displaced_step_prepare, displaced_step_fixup,
3493         handle_inferior_event, insert_step_resume_breakpoint_at_sal,
3494         insert_longjmp_resume_breakpoint): Update.
3495         * linux-nat.c (linux_nat_find_memory_regions): Update.
3496         * linux-record.c (record_linux_system_call): Update.
3497         * mips-tdep.c (heuristic_proc_start, mips_eabi_push_dummy_call,
3498         mips_n32n64_push_dummy_call, mips_o32_push_dummy_call,
3499         mips_o64_push_dummy_call): Update.
3500         * monitor.c (monitor_error, monitor_remove_breakpoint): Update.
3501         * record.c (record_arch_list_add_mem, record_wait,
3502         record_xfer_partial): Update.
3503         * remote-mips.c (mips_fetch_word, mips_check_lsi_error,
3504         mips_common_breakpoint): Update.
3505         * remote-sim.c (gdbsim_xfer_inferior_memory): Update.
3506         * rs6000-tdep.c (ppc_displaced_step_fixup): Update.
3507         * solib-som.c (som_current_sos): Update.
3508         * symfile.c (load_progress, generic_load): Update.
3509         * symfile-mem.c (add_vsyscall_page): Update.
3510         * valops.c (value_fetch_lazy): Update.
3511         * windows-tdep.c (windows_xfer_shared_library): Update.
3512
3513         Update callers of paddr_nz to use paddress instead (changing
3514         user-visible output to make it more correct):
3515         * dwarf2loc.c (locexpr_describe_location): Update.
3516         * ia64-tdep.c (ia64_memory_insert_breakpoint,
3517         ia64_memory_remove_breakpoint): Update.
3518         * jv-valprint.c (java_value_print): Update.
3519         * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
3520         * monitor.c (monitor_read_memory): Update.
3521
3522         Update callers of paddr to use paddress instead (changing
3523         user-visible output to make it more correct):
3524         * arm-tdep.c (arm_push_dummy_call): Update.
3525         * breakpoint.c (insert_bp_location, create_thread_event_breakpoint,
3526         create_breakpoint): Update.
3527         * darwin-nat-info.c (darwin_debug_regions): Update.
3528         * dcache.c (dcache_info): Update.
3529         * dsrec.c (load_srec, make_srec): Update.
3530         * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program,
3531         dwarf2_frame_cache): Update.
3532         * gcore.c (gcore_copy_callback): Update.
3533         * gnu-nat.c (gnu_xfer_memory): Update.
3534         * mips-linux-nat.c (mips_show_dr): Update.
3535         * monitor.c (monitor_write_memory, monitor_insert_breakpoint,
3536         monitor_remove_breakpoint): Update.
3537         * remote.c (compare_sections_command): Update.
3538         * remote-m32r-sdi.c (m32r_xfer_memory, m32r_insert_breakpoint,
3539         m32r_remove_breakpoint, m32r_insert_watchpoint,
3540         m32r_remove_watchpoint): Update.
3541         * sol-thread.c (info_cb): Update.
3542         * symfile.c (load_progress): Update.
3543
3544         Update callers of paddress or paddr_nz to use hex_string instead
3545         (changes output of internal/error/debug messages only):
3546         * dwarf2read.c (dump_die_shallow): Update.
3547         * frame.c (fprint_field, fprint_frame, frame_pc_unwind,
3548         get_frame_func, create_new_frame): Update.
3549         * hppa-tdep.c (find_unwind_entry, unwind_command): Update.
3550         * ia64-tdep.c (get_kernel_table, ia64_find_proc_info_x,
3551         ia64_get_dyn_info_list): Update.
3552         * maint.c (maintenance_translate_address): Update.
3553         * mi/mi-cmd-var.c (mi_cmd_var_create): Update.
3554         * target.c (target_flash_erase): Update.
3555
3556         Update callers of paddr/paddr_nz to use phex/phex_nz instead,
3557         using an appropriate address size.  Remove use of strlen_paddr.
3558         * exec.c (exec_files_info): Update.
3559         * i386-nat.c (i386_show_dr): Update.
3560         * remote.c (remote_flash_erase): Update.
3561         * m32r-rom.c (m32r_load_section): Update.
3562         * monitor.c (monitor_vsprintf, monitor_store_register): Update.
3563         * remote.c (remote_check_symbols, remote_search_memory): Update.
3564         * remote-mips.c (mips_request, mips_common_breakpoint): Update.
3565         * scm-valprint.c (scm_ipruk, scm_scmval_print): Update.
3566         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Update.
3567         * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs,
3568         sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs,
3569         sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
3570         sh_dsp_show_regs): Update.
3571         * xcoffsolib.c (sharedlibrary_command): Update.
3572
3573
3574         * maint.c (maint_print_section_info): Add ADDR_SIZE parameter.
3575         Use hex_string_custom instead of paddr.
3576         (print_bfd_section_info): Pass address size.
3577         (print_objfile_section_info): Likewise.
3578
3579         * annotate.h (annotate_source): Add GDBARCH parameter.
3580         (annotate_frame_begin): Likewise.
3581         * annotate.c (annotate_source): Add GDBARCH parameter.
3582         (annotate_frame_begin): Likewise.
3583         * source.c (identify_source_line): Update call to annotate_source.
3584         * stack.c (print_frame_info, print_frame): Update call to
3585         annotate_frame_begin.
3586
3587         * breakpoint.c (describe_other_breakpoints): Add GDBARCH parameter.
3588         (create_breakpoint, create_ada_exception_breakpoint): Update call.
3589
3590         * stack.c (print_block_frame_labels): Add GDBARCH parameter.
3591         (print_frame_label_vars): Update call.
3592
3593         * symmisc.c (print_partial_symbols): Add GDBARCH parameter.
3594         (dump_psymtab): Update call to print_partial_symbols.
3595         (struct print_symbol_args): Add GDBARCH member.
3596         (dump_symtab_1): Set print_symbol_args architecture member.
3597         (print_symbol): Use it.
3598
3599         * windows-tdep.h (windows_xfer_shared_library): Add GDBARCH
3600         parameter.
3601         * windows-tdep.c (windows_xfer_shared_library): Likewise.
3602         * i386-cygwin-tdep.c (struct cpms_data): Add GDBARCH member.
3603         (core_process_module_section): Pass architecture from cpms_data to
3604         windows_xfer_shared_library.
3605         (windows_core_xfer_shared_libraries): Initialize cmps_data 
3606         architecture member.
3607         * windows-nat.c (windows_xfer_shared_libraries): Pass architecture
3608         to windows_xfer_shared_library.
3609
3610         * defs.h (print_address): Add GDBARCH parameter.
3611         * printcmd.c (print_address): Add GDBARCH parameter.
3612         (print_scalar_formatted, do_examine): Update call.
3613         * findcmd.c (find_command): Update call.
3614         * tracepoint.c: Include "arch-utils.h".
3615         (trace_find_line_command): Update call.
3616         * tui/tui-disasm.c (tui_disassemble): Update call.
3617
3618         * value.h (print_address_demangle): Add GDBARCH parameter.
3619         * printcmd.c (print_address_demangle): Add GDBARCH parameter.
3620         * c-valprint.c (print_function_pointer_address, c_val_print):
3621         Update call.
3622         * f-valprint.c (f_val_print): Update call.
3623         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update call.
3624         * jv-valprint.c (java_val_print): Update call.
3625         * m2-valprint.c (print_function_pointer_address, m2_val_print):
3626         Update call.
3627         * p-valprint.c (pascal_val_print): Update call.
3628
3629         * disasm.c (gdb_disassemble_info): Install architecture into
3630         di.application_data field.
3631
3632 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3633
3634         * disasm.h (gdb_disassembly): Add GDBARCH parameter.
3635         (gdb_print_insn): Likewise.
3636         * disasm.c (dump_insns): Add GDBARCH parameter.  Use it instead
3637         of current_gdbarch.
3638         (do_mixed_source_and_assembly): Add GDBARCH parameter.  Pass to
3639         dump_insns.
3640         (do_assembly_only): Likewise.
3641         (gdb_disassembly): Add GDBARCH parameter.  Use it instead of
3642         current_gdbarch.  Pass to subroutines.
3643         (gdb_print_insn): Add GDBARCH parameter.  Use it instead of
3644         current_gdbarch.
3645
3646         * stack.c (struct gdb_disassembly_stub_args): Add GDBARCH member.
3647         (gdb_disassembly_stub): Pass architecture to gdb_disassembly.
3648         (do_gdb_disassembly): Add GDBARCH argument.  Store into args.
3649         (print_frame_info): Pass architecture to do_gdb_disassembly.
3650
3651         * printcmd.c (print_formatted): Pass architecture to gdb_print_insn.
3652
3653         * mi/mi-cmd-disas.c: Include "arch-utils.h"
3654         (mi_cmd_disassemble): Pass architecture to gdb_disassembly.
3655
3656         * cli/cli-cmds.c: Include "arch-utils.h".
3657         (print_disassembly): Add GDBARCH parameter.  Pass to gdb_disassembly
3658         and tui_show_assembly.
3659         (disassemble_current_function): Pass architecture to
3660         tui_get_low_disassembly_address and print_disassembly.
3661         (disassemble_command): Pass architecture to
3662         tui_get_low_disassembly_address and print_disassembly.
3663
3664         * tui/tui.c (tui_show_assembly): Add GDBARCH parameter.  Pass to
3665         tui_update_source_windows_with_addr.
3666
3667         * tui/tui-data.h (struct tui_locator_element): Add GDBARCH member.
3668         (struct tui_source_info): Likewise.
3669         * tui/tui-data.c (tui_clear_win_detail): Clear source_info.gdbarch.
3670
3671         * tui/tui-disasm.c (tui_disassemble): Add GDBARCH parameter.
3672         Pass to gdb_print_insn.
3673         (tui_find_disassembly_address): Add GDBARCH parameter.  Pass to
3674         tui_disassemble.
3675         (tui_set_disassem_content): Add GDBARCH parameter.  Install into
3676         source_info.gdbarch.  Pass to tui_disassemble.
3677         (tui_show_disassem): Add GDBARCH parameter.  Pass to 
3678         tui_update_source_window.
3679         (tui_show_disassem_and_update_source): Add GDBARCH parameter.  Pass to
3680         tui_show_disassem and tui_update_source_window.
3681
3682         (tui_get_begin_asm_address): Return locator architecture in addition
3683         to locator PC value.
3684
3685         (tui_get_low_disassembly_address): Add GDBARCH parameter.   Pass to
3686         tui_get_low_disassembly_address.
3687
3688         (tui_vertical_disassem_scroll): Pass architecture to subroutines.
3689
3690         * tui/tui-disasm.h (tui_set_disassem_content): Add GDBARCH parameter.
3691         (tui_show_disassem): Likewise.
3692         (tui_show_disassem_and_update_source): Likewise.
3693         (tui_get_begin_asm_address): Return architecture and PC value.
3694
3695         * tui/tui.h (tui_get_low_disassembly_address): Add GDBARCH parameter.
3696         (tui_show_assembly): Add GDBARCH parameter.
3697
3698         * tui/tui-layout.c (extract_display_start_addr): Return current window
3699         architecture in addition to current PC value.
3700
3701         (tui_set_layout): Update calls to tui_get_low_disassembly_address and
3702         extract_display_start_addr.  Pass architecture to
3703         tui_update_source_windows_with_addr.
3704
3705         * tui/tui-source.c: Include "objfiles.h".
3706         (tui_set_source_content): Initialize window architecture.
3707         (tui_show_symtab_source): Add GDBARCH parameter.  Pass to
3708         tui_update_source_window_as_is
3709
3710         * tui/tui-source.h (tui_show_symtab_source): Add GDBARCH parameter.
3711
3712         * tui/tui-stack.c (tui_set_locator_info): Add GDBARCH parameter.
3713         Install locator architecture.
3714         (tui_set_locator_filename): Update call.
3715         (tui_show_frame_info): Pass architecture to tui_set_locator_info
3716         and subroutines.
3717
3718         * tui/tui-win.c (make_visible_with_new_height): Pass architecture
3719         to tui_update_source_window.
3720
3721         * tui/tui-winsource.c: Include "objfiles.h".
3722         (tui_display_main): Update call to tui_get_begin_asm_address.
3723         Pass architecture to tui_update_source_windows_with_addr.
3724         (tui_update_source_window): Add GDBARCH parameter.  Pass to
3725         tui_update_source_window_as_is.
3726         (tui_update_source_window_as_is): Add GDBARCH parameter.
3727         Pass to tui_set_disassem_content.
3728         (tui_update_source_windows_with_addr): Add GDBARCH parameter.
3729         Pass to subroutines.
3730         (tui_update_source_windows_with_line): Pass objfile architecture
3731         to subroutines.
3732         (tui_horizontal_source_scroll): Pass architecture to 
3733         tui_update_source_window_as_is.
3734         
3735         * tui/tui-winsource.h (tui_update_source_window): Add GDBARCH
3736         parameter.
3737         (tui_update_source_window_as_is): Likewise.
3738         (tui_update_source_windows_with_addr): Likewise.
3739
3740 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3741
3742         * breakpoint.h (struct breakpoint): New member GDBARCH.
3743         * breakpoint.c: Include "arch-utils.h".
3744         (set_raw_breakpoint_without_location): Add GDBARCH parameter.
3745         Use it to set breakpoint architecture.
3746         (set_raw_breakpoint): Add GDBARCH parameter.
3747         (create_internal_breakpoint): Likewise.
3748         (create_catchpoint): Likewise.
3749         (create_fork_vfork_event_catchpoint): Likewise.
3750         (create_breakpoint): Likewise.
3751         (create_breakpoints): Likewise.
3752         (break_command_really): Likewise.
3753         (create_ada_exception_breakpoint): Likewise.
3754         Update local callers to pass architecture:
3755         (create_internal_breakpoint): Update.
3756         (create_overlay_event_breakpoint): Update.
3757         (create_longjmp_master_breakpoint): Update.
3758         (create_thread_event_breakpoint): Update.
3759         (create_solib_event_breakpoint): Update.
3760         (create_catchpoint): Update.
3761         (create_fork_vfork_event_catchpoint): Update.
3762         (set_momentary_breakpoint): Update.
3763         (clone_momentary_breakpoint): Update.
3764         (create_breakpoint): Update.
3765         (create_breakpoints): Update.
3766         (break_command_really): Update.
3767         (break_command_1): Update.
3768         (set_breakpoint): Update.
3769         (watch_command_1): Update.
3770         (catch_fork_command_1): Update.
3771         (catch_exec_commnd_1): Update.
3772         (handle_gnu_v3_exceptions): Update.
3773         (create_ada_exception_breakpoint): Update.
3774         (catch_ada_exception_command): Update.
3775         (catch_assert_command): Update.
3776         (trace_command): Update.
3777
3778         * breakpoint.h (struct bp_location): New member GDBARCH.
3779         * breakpoint.c (get_sal_arch): New function.
3780         (set_raw_breakpoint): Set location architecture.
3781         (add_location_to_breakpoint): Likewise.
3782         (clone_momentary_breakpoint): Likewise.
3783         (watch_command_1): Likewise.
3784         (update_watchpoint): Likewise.
3785         (bp_loc_is_permanent): Use location architecture instead of
3786         current_gdbarch.
3787         (adjust_breakpoint_address): Add GDBARCH parameter; use it
3788         instead of current_gdbarch.
3789         Update callers of adjust_breakpoint_address to pass
3790         breakpoint location architecture:
3791         (set_raw_breakpoint): Update.
3792         (watch_command_1): Update.
3793
3794         * tracepoint.c: (collect_symbol): Add GDBARCH parameter, use instead
3795         of current_gdbarch.
3796         (add_local_symbols): Add GDBARCH parameter.  Pass to collect_symbol.
3797         (encode_actions): Pass tracepoint architecture to add_local_symbols
3798         (encode_actions): Use tracepoint architecture instead of
3799         current_gdbarch.  Pass it to add_local_symbols and collect_symbol.
3800
3801         * breakpoint.h (struct breakpoint_ops): Replace last_addr parameter
3802         of print_one callback with last_loc.
3803         * breakpoint.c (print_one_breakpoint_location): Replace last_addr
3804         parameter with last_loc.
3805         (print_one_breakpoint): Likewise.
3806         (do_captured_breakpoint_query): Update call.
3807         (breakpoint_1): Pass last_loc instead of last_addr to
3808         print_one_breakpoint.  Pass last location architecture instead of
3809         current_gdbarch to set_next_address.
3810         Update all implementations of the print_one callback:
3811         * breakpoint.c (print_one_catch_fork): Update.
3812         (print_one_catch_vfork): Update.
3813         (print_one_catch_exec): Update.
3814         (print_one_exception_catchpoint): Update.
3815         * ada-lang.c (print_one_exception): Update.
3816         (print_one_catch_exception): Update.
3817         (print_one_catch_exception_unhandled): Update.
3818         (print_one_catch_assert): Update.
3819
3820         * breakpoint.c (print_one_breakpoint_location): Add PRINT_ADDRESS_BITS
3821         parameter.  Use it instead of gdbarch_addr_bit (current_gdbarch).
3822         (print_one_breakpoint): Add PRINT_ADDRESS_BITS parameter and pass it
3823         to print_one_breakpoint_location.
3824         (breakpoint_address_bits): New function.
3825         (do_captured_breakpoint_query): Compute number of address bits to print
3826         and pass it to print_one_breakpoint.
3827         (breakpoint_1): Likewise.  Use it instead of current_gdbarch.
3828
3829         * breakpoint.h (create_thread_event_breakpoint): Add GDBARCH.
3830         * breakpoint.c (create_thread_event_breakpoint): Likewise.
3831         Update callers to create_thread_event_breakpoint:
3832         * aix-thread.c (pd_enable): Update.
3833         * linux-thread-db.c (enable_thread_event): Update.
3834
3835         * breakpoint.h (create_solib_event_breakpoint): Add GDBARCH.
3836         * breakpoint.c (create_solib_event_breakpoint): Likewise.
3837         Update callers to create_solib_event_breakpoint:
3838         * solib-frv.c (enable_break, enable_break2): Update.
3839         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3840         * solib-som.c (som_solib_create_inferior_hook): Update.
3841         * solib-darwin.c (darwin_solib_create_inferior_hook): Update.
3842         * solib-svr4.c (enable_break): Update.
3843
3844         * breakpoint.h (insert_single_step_breakpoint): Add GDBARCH.
3845         * breakpoint.c (insert_single_step_breakpoint): Likewise.
3846         Update callers to insert_single_step_breakpoint:
3847         * alpha-tdep.c (alpha_software_single_step): Update.
3848         * arm-linux-tdep.c (arm_linux_software_single_step): Update.
3849         * arm-tdep.c (arm_software_single_step): Update.
3850         * cris-tdep.c (cris_software_single_step): Update.
3851         * rs6000-aix-tdep.c (rs6000_software_single_step): Update.
3852         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Update.
3853         * sparc-tdep.c (sparc_software_single_step): Update.
3854         * spu-tdep.c (spu_software_single_step): Update.
3855         * mips-tdep.c (deal_with_atomic_sequence): Add GDBARCH parameter.
3856         Pass it to insert_single_step_breakpoint.
3857         (mips_software_single_step): Pass architecture to
3858         deal_with_atomic_sequence and insert_single_step_breakpoint.
3859
3860         * breakpoint.h (deprecated_insert_raw_breakpoint): Add GDBARCH.
3861         (deprecated_remove_raw_breakpoint): Likewise.
3862         * breakpoint.c (deprecated_insert_raw_breakpoint): Add GDBARCH.
3863         (deprecated_remove_raw_breakpoint): Likewise.
3864         Update callers to deprecated_insert_raw_breakpoint and
3865         deprecated_remove_raw_breakpoint:
3866         * breakpoint.c (single_step_gdbarch): New static variable.
3867         (insert_single_step_breakpoint): Pass GDBARCH parameter to
3868         deprecated_insert_raw_breakpoint.  Store it in single_step_gdbarch.
3869         (remove_single_step_breakpoints): Pass architecture stored in
3870         single_step_gdbarch to deprecated_remove_raw_breakpoint.
3871         * rs6000-nat.c (exec_one_dummy_insn): Update.
3872         * solib-irix.c (enable_break, disable_break): Update.
3873         * procfs.c (procfs_mourn_inferior): Update.
3874         (remove_dbx_link_breakpoint): Update.
3875
3876         * breakpoint.h (set_breakpoint): Add GDBARCH parameter.
3877         (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
3878         * breakpoint.c (set_breakpoint): Add GDBARCH parameter.
3879         (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
3880         Update callers to set_breakpoint, set_momentary_breakpoint and
3881         set_momentary_breakpoint_at_pc:
3882         * breakpoint.c (set_momentary_breakpoint_at_pc): Update.
3883         (until_break_command): Update.
3884         * infcall.c (call_function_by_hand): Update.
3885         * infcmd.c (finish_backward, finish_forward): Update.
3886         * infrun.c (insert_step_resume_breakpoint_at_sal): Add GDBARCH
3887         parameter.  Pass it to set_momentary_breakpoint.
3888         (insert_longjmp_resume_breakpoint): Add GDBARCH parameter.
3889         Pass it to set_momentary_breakpoint_at_pc.
3890         (handle_inferior_event): Update.
3891         (insert_step_resume_breakpoint_at_frame): Update.
3892         (insert_step_resume_breakpoint_at_caller): Update..
3893         * mi/mi-cmd-break.c: Include "arch-utils.h".
3894         (mi_cmd_break_insert): Update.
3895
3896         * target.h (struct target_ops): Add GDBARCH parameter to
3897         to_insert_breakpoint, to_remove_breakpoint, to_insert_hw_breakpoint,
3898         and to_remove_hw_breakpoint members.
3899         (target_insert_breakpoint, target_remove_breakpoint,
3900         target_insert_hw_breakpoint, target_remove_hw_breakpoint): Add GDBARCH
3901         parameter, pass to target routine.
3902         (memory_remove_breakpoint, memory_insert_breakpoint): Add GDBARCH
3903         parameter.
3904         * target.c (debug_to_insert_breakpoint, debug_to_remove_breakpoint,
3905         debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint): Add
3906         GDBARCH parameter, pass to target routine.
3907         (update_current_target): Update function signature.
3908         * breakpoint.c (insert_bp_location, remove_breakpoint,
3909         deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint):
3910         Pass architecture to target_ routines.
3911         Update all implementations of the target breakpoint routines to take
3912         GDBARCH parameter and use it instead of GDBARCH as appropriate:
3913         * corelow.c (ignore): Update.
3914         * exec.c (ignore): Update.
3915         * mem-break.c (memory_insert_breakpoint): Update.
3916         (memory_remove_breakpoint): Update.
3917         * monitor.c (monitor_insert_breakpoint): Update.
3918         (monitor_remove_breakpoint): Update.
3919         * record.c (record_insert_breakpoint): Update.
3920         (record_beneath_to_insert_breakpoint): Update.
3921         (record_remove_breakpoint): Update.
3922         (record_beneath_to_remove_breakpoint): Update.
3923         * remote.c (remote_insert_breakpoint): Update.
3924         (remote_remove_breakpoint): Update.
3925         (remote_insert_hw_breakpoint): Update.
3926         (remote_remove_hw_breakpoint): Update.
3927         * remote-m32r-sdi.c (m32r_insert_breakpoint): Update.
3928         (m32r_remove_breakpoint): Update.
3929         * remote-mips.c (mips_insert_breakpoint): Update.
3930         (mips_remove_breakpoint): Update.
3931         * i386-nat.c (i386_insert_hw_breakpoint): Update.
3932         (i386_remove_hw_breakpoint): Update.
3933         * nto-procfs.c (procfs_insert_breakpoint):  Update.
3934         (procfs_remove_breakpoint): Update.
3935         (procfs_insert_hw_breakpoint): Update.
3936         (procfs_remove_hw_breakpoint): Update.
3937
3938 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3939
3940         * frame.h (frame_unwind_arch): New.
3941         (frame_unwind_caller_arch): Likewise.
3942         * frame-unwind.h (frame_prev_arch_ftype): New type.
3943         (struct frame_unwind): New member prev_arch.
3944         * frame.c (struct frame_info): New member prev_arch.
3945         (frame_unwind_arch): New function.
3946         (frame_unwind_caller_arch): Likewise..
3947         (get_frame_arch): Reimplement in terms of frame_unwind_arch.
3948         * sentinel-frame.c (sentinel_frame_prev_arch): New function.
3949         (sentinel_frame_unwinder): Install it.
3950
3951         * frame.c (frame_pc_unwind): Use frame_unwind_arch instead
3952         of get_frame_arch.
3953         (frame_unwind_register_value): Likewise.
3954         (frame_unwind_register_signed): Likewise.
3955         (frame_unwind_register_unsigned): Likewise.
3956         * frame-unwind.c (frame_unwind_got_optimized): Likewise.
3957         (frame_unwind_got_register): Likewise.
3958         (frame_unwind_got_constant): Likewise.
3959         (frame_unwind_got_bytes): Likewise.
3960         (frame_unwind_got_address): Likewise.
3961
3962         * frame.h (enum frame_type): New value ARCH_FRAME.
3963         * frame.c (fprint_frame_type): Handle ARCH_FRAME.
3964         * stack.c (print_frame_info): Likewise.
3965
3966 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3967
3968         * target.h (struct target_ops): New member to_thread_architecture.
3969         (target_thread_architecture): New macro.
3970         * target.c (update_current_target): Inherit to_thread_architecture.
3971         (default_thread_architecture): New function.
3972         (debug_to_thread_architecture): New function.
3973         (setup_target_debug): Handle to_thread_architecture.
3974
3975         * regcache.h (get_thread_arch_regcache): New.
3976         * regcache.c (struct regcache_list): New data type.
3977         (current_regcache): Hold regcache list instead of single regcache.
3978         (current_thread_ptid, current_thread_arch): New static variables.
3979         (get_thread_arch_regcache): New function.
3980         (get_thread_regcache): Use it.  Call target_thread_architecture.
3981         (regcache_thread_ptid_changed): Update to current_regcache changes.
3982         (registers_changed): Likewise.  Reset current_thread_arch and
3983         current_thread_ptid.
3984
3985         * remote.c (remote_wait): Access target registers in target_gdbarch.
3986         * linux-nat.c (linux_nat_do_thread_registers): Likewise.
3987         * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
3988         (ps_lgetfpregs, ps_lsetfpregs): Likewise.
3989         * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
3990         (ps_lgetfpregs, ps_lsetfpregs): Likewise.
3991         * solib-svr4.c (enable_break): Likewise.
3992         (svr4_relocate_main_executable): Likewise.
3993
3994 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3995
3996         * python/python-internal.h (struct language_defn): Declare.
3997         (python_gdbarch, python_language): Likewise.
3998         (ensure_python_env): Add prototype.
3999         (make_cleanup_py_restore_gil): Remove prototype.
4000
4001         * python/python.c: Include "arch-utils.h", "value.h" and "language.h".
4002         (python_gdbarch, python_language): New global variables.
4003         (struct python_env): New data type.
4004         (ensure_python_env, restore_python_env): New functions.
4005         (eval_python_from_control_command): Call ensure_python_env to
4006         install current architecture and language.
4007         (python_command, gdbpy_new_objfile): Likewise.
4008         * python/python-cmd.c: Include "arch-utils.h" and "language.h".
4009         (cmdpy_destroyer, cmdpy_function, cmdpy_completer): Call
4010         ensure_python_env.
4011         * python/python-type.c (clean_up_objfile_types): Likewise.
4012         * python/python-objfile.c: Include "language.h".
4013         (clean_up_objfile): Call ensure_python_env.
4014         * python/python-prettyprint.c (apply_val_pretty_printer): Likewise.
4015         (apply_varobj_pretty_printer): Do not call PyGILState_Ensure.
4016         * varobj.c (varobj_ensure_python_env): New helper function.
4017         (varobj_get_display_hint, update_dynamic_varobj_children,
4018         install_default_visualizer, varobj_set_visualizer, free_variable,
4019         value_get_print_value): Call it.
4020         (value_get_print_value): Add varobj argument instead of pretty
4021         printer argument.  Update all callers.
4022
4023         * python/python-utils.c (py_gil_restore, make_cleanup_py_restore_gil):
4024         Remove.
4025
4026         * value.h (internal_function_fn): Add GDBARCH and LANGUAGE argument.
4027         (call_internal_function): Likewise.
4028         * value.c (call_internal_function): Likewise.  Pass to handler.
4029         * eval.c (evaluate_subexp_standard): Update call.
4030         * python/python-function.c: Include "language.h".
4031         (fnpy_call): Add GDBARCH and LANGAUAGE arguments and call
4032         make_cleanup_python_env.
4033
4034         * python/python-value.c (builtin_type_pyint, builtin_type_pyfloat,
4035         builtin_type_pylong, builtin_type_pybool, builtin_type_pychar,
4036         valpy_str): Use python_gdbarch and python_language instead of
4037         current_gdbarch and current_language.
4038         * python/python-type.c (typy_lookup_typename): Likewise.
4039
4040 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4041
4042         * arch-utils.c (selected_byte_order): Return target_byte_order_user.
4043         (show_endian): Use target_byte_order_user if specified; otherwise
4044         use get_current_arch () instead of current_gdbarch.
4045         (show_architecture): Use set_architecture_string if specified;
4046         otherwise use get_current_arch () instead of current_gdbarch.
4047         (get_current_arch): New function.
4048         * arch-utils.h (get_current_arch): Add prototype.
4049
4050         * osabi.c (show_osabi): Use get_current_arch () instead of
4051         current_gdbarch.
4052
4053         * findcmd.c: Include "arch-utils.h".
4054         (parse_find_args): Add BIG_P argument.  Use it instead of byte order
4055         of current_gdbarch.
4056         (find_command): Use get_current_arch () instead of current_gdbarch.
4057         Pass byte order to parse_find_args.
4058
4059         * maint.c: Include "arch-utils.h".
4060         (maintenance_print_architecture): Use get_current_arch () instead
4061         of current_gdbarch.
4062
4063         * reggroups.c: Include "arch-utils.h".
4064         (maintenance_print_reggroups): Use get_current_arch () instead
4065         of current_gdbarch.
4066
4067         * symfile.c: Include "arch-utils.h".
4068         (overlay_load_command): Use get_current_arch () instead of
4069         current_gdbarch.
4070
4071         * value.c: Include "arch-utils.h".
4072         (show_convenience): Use get_current_arch () instead of
4073         current_gdbarch.
4074
4075         * tui/tui-regs.c: Include "arch-utils.h".
4076         (tui_reg_next_command): Use get_current_arch () instead of
4077         current_gdbarch.
4078
4079         * mi/mi-main.c: Include "arch-utils.h".
4080         (mi_cmd_data_read_memory): Use get_current_arch () instead of
4081         current_gdbarch.
4082
4083         * parse.c: Include "arch-utils.h".
4084         (parse_exp_in_context): Use get_current_arch () instead of
4085         current_gdbarch.
4086
4087 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4088
4089         * gdbtypes.c (make_pointer_type, make_reference_type,
4090         smash_to_memberptr_type, lookup_array_range_type, check_stub_method):
4091         Use type architecture instead of current_gdbarch.
4092
4093         * gdbtypes.h (address_space_name_to_int, address_space_int_to_name):
4094         Add GDBARCH paramter.
4095         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name):
4096         Add GDBARCH parameter.   Use it instead of current_gdbarch.
4097         * c-typeprint.c (c_type_print_modifier): Update call.
4098         * parse.c (push_type_address_space): Likewise.
4099
4100         * findvar.c (extract_typed_address, store_typed_address): Use type
4101         architecture instead of current_gdbarch.
4102
4103         * value.c (value_as_address, unpack_field_as_long): Use type architecture
4104         instead of current_gdbarch.
4105
4106         * doublest.c (floatformat_from_length): Add GDBARCH argument.  Use it
4107         instead of current_gdbarch.
4108         (floatformat_from_type): Pass type architecture.
4109
4110         * infcall.c (find_function_addr): Use type architecture instead
4111         of current_gdbarch.
4112
4113         * valarith.c (value_bitstring_subscript, value_x_binop, value_neg,
4114         value_bit_index): Use type architecture instead of current_gdbarch.
4115         * valops.c (value_cast, value_slice): Likewise.
4116
4117         * value.h (modify_field): Add TYPE argument.
4118         * value.c (modify_field): Add TYPE argument.  Use type architecture
4119         instead of current_gdbarch.
4120         (set_internalvar_component): Likewise.
4121         * eval.c (evaluate_struct_tuple): Update call.
4122         * valops.c (value_assign): Likewise.
4123         * ada-lang.c (modify_general_field): Likewise.  Add TYPE argument.
4124         (make_array_descriptor): Update calls.
4125         (move_bits): Add BITS_BIG_ENDIAN_P argument.  Use it instead of
4126         current_gdbarch.
4127         (ada_value_assign, value_assign_to_component): Update calls.
4128         (decode_packed_array, ada_value_primitive_packed_val, ada_value_assign,
4129         value_assign_to_component): Use type arch instead of current_gdbarch.
4130
4131         * printcmd.c (float_type_from_length): Remove GDBARCH argument,
4132         use type architecture instead.
4133         (print_scalar_formatted, printf_command): Update calls.  Use type
4134         architecture instead of current_gdbarch.
4135         * valprint.c (val_print_type_code_int): Use type architecture
4136         instead of current_gdbarch.
4137         * varobj.c (value_get_print_value): Likewise.
4138         * python/python-prettyprint.c (print_string_repr): Add GDBARCH
4139         argument.  Use it instead of current_gdbarch.
4140         (apply_val_pretty_printer): Update call.
4141
4142         * ada-valprint.c (ada_val_print_1): Use type architecture instead
4143         of current_gdbarch.
4144         * c-valprint.c (print_function_pointer_address): Add GDBARCH argument.
4145         Use it instead of current_gdbarch.
4146         (c_val_print): Update calls passing type architecture.
4147         * f-valprint.c (f_val_print): Use type architecture instead of
4148         current_gdbarch.
4149         * jv-valprint (java_value_print): Likewise.
4150         * m2-valprint.c (print_function_pointer_address): Add GDBARCH argument.
4151         Use it instead of current_gdbarch.
4152         (print_unpacked_pointer): Update calls passing type architecture.
4153         * scm-valprint.c (scm_scmval_print): Use type architecture instead of
4154         current_gdbarch.
4155
4156         * gnu-v3-abi.c (get_class_arch): Remove.
4157         (gnuv3_rtti_type): Use get_type_arch instead of get_class_arch.  Remove
4158         special-case check for Java classes.
4159         (gnuv3_virtual_fn_field, gnuv3_baseclass_offset, gnuv3_print_method_ptr,
4160         gnuv3_method_ptr_size, gnuv3_make_method_ptr, gnuv3_method_ptr_to_value):
4161         Use get_type_arch instead of get_class_arch.
4162
4163 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4164
4165         * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.
4166         (TYPE_OBJFILE, TYPE_ALLOC, TYPE_ZALLOC): Reimplement.
4167         (alloc_type_arch): Add prototype.
4168         (alloc_type_copy): Likewise.
4169         (get_type_arch): Likewise.
4170         (arch_type): Likewise.
4171         (arch_integer_type): Likewise.
4172         (arch_character_type): Likewise.
4173         (arch_boolean_type): Likewise.
4174         (init_float_type): Remove, replace by ...
4175         (arch_float_type): ... this.
4176         (init_complex_type): Remove, replace by ...
4177         (arch_complex_type): ... this.
4178         (init_flags_type): Remove, replace by ...
4179         (arch_flags_type): ... this.
4180         (init_composite_type): Remove, replace by ...
4181         (arch_composite_type): ... this.
4182
4183         * gdbtypes.c (alloc_type): No longer support NULL objfile.
4184         (init_type): Likewise.
4185         (alloc_type_arch): New function.
4186         (alloc_type_copy): New function.
4187         (get_type_arch): New function.
4188
4189         (smash_type): Preserve type ownership information.
4190         (make_pointer_type, make_reference_type, make_function_type,
4191         smash_to_memberptr_type, smash_to_method_type): No longer
4192         preserve OBJFILE across smash_type calls.
4193         (make_pointer_type, make_reference_type, make_function_type,
4194         lookup_memberptr_type, lookup_methodptr_type, allocate_stub_method,
4195         create_range_type, create_array_type, create_set_type, copy_type):
4196         Use alloc_type_copy when allocating types.
4197         (check_typedef): Use alloc_type_arch.
4198         (copy_type_recursive): Likewise.  Preserve type ownership data
4199         after copying type.
4200         (recursive_dump_type): Dump type ownership data.
4201         (alloc_type_instance): Update type ownership check.
4202         (copy_type, copy_type_recursive): Likewise.
4203
4204         (arch_type): New function.
4205         (arch_integer_type): Likewise.
4206         (arch_character_type): Likewise.
4207         (arch_boolean_type): Likewise.
4208         (init_float_type): Remove, replace by ...
4209         (arch_float_type): ... this.
4210         (init_complex_type): Remove, replace by ...
4211         (arch_complex_type): ... this.
4212         (init_flags_type): Remove, replace by ...
4213         (arch_flags_type): ... this.
4214         (append_flags_type_flag): Move down.
4215         (init_composite_type): Remove, replace by ...
4216         (arch_composite_type): ... this.
4217         (append_composite_type_field_aligned,
4218         append_composite_type_field): Move down.
4219
4220         * gdbarch.c (gdbtypes_post_init): Allocate all types
4221         using per-architecture routines.
4222         * ada-lang.c (ada_language_arch_info): Likewise.
4223         * f-lang.c (build_fortran_types): Likewise.
4224         * jv-lang.c (build_java_types): Likewise.
4225         * m2-lang.c (build_m2_types): Likewise.
4226         * scm-lang.c (build_scm_types): Likewise.
4227
4228         * ada-lang.c (ada_type_of_array): Use alloc_type_copy.
4229         (packed_array_type): Likewise.
4230         (ada_template_to_fixed_record_type_1): Likewise.
4231         (template_to_static_fixed_type): Likewise.
4232         (to_record_with_fixed_variant_part): Likewise.
4233         (to_fixed_variant_branch_type): Likewise.
4234         (to_fixed_array_type): Likewise.
4235         (to_fixed_range_type): Likewise.
4236         (empty_record): Use type instead of objfile argument.
4237         Use alloc_type_copy.
4238         (to_fixed_variant_branch_type): Update call to empty_record.
4239         * jv-lang.c (type_from_class): Use alloc_type_arch.
4240
4241         * arm-tdep.c (arm_ext_type): Allocate per-architecture type.
4242         * i386-tdep.c (i386_eflags_type, i386_mxcsr_type, i387_ext_type,
4243         i386_mmx_type, i386_sse_type): Likewise.
4244         * ia64-tdep.c (ia64_ext_type): Likewise.
4245         * m32c-tdep.c (make_types): Likewise.
4246         * m68k-tdep.c (m68k_ps_type, m68881_ext_type): Likewise.
4247         * rs6000-tdep.c (rs6000_builtin_type_vec64,
4248         rs6000_builtin_type_vec128): Likewise.
4249         * sparc-tdep.c (sparc_psr_type, sparc_fsr_type): Likewise.
4250         * sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type,
4251         sparc64_fprs_type): Likewise.
4252         * spu-tdep.c (spu_builtin_type_vec128): Likewise.
4253         * xtensa-tdep.c (xtensa_register_type): Likewise.
4254         * linux-tdep.c (linux_get_siginfo_type): Likewise.
4255         * target-descriptions.c (tdesc_gdb_type): Likewise.
4256         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
4257
4258 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4259
4260         * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and
4261         i386_mxcsr_type members.
4262         (i386_eflags_type): Make into function.
4263         (i386_mxcsr_type): Likewise.
4264         * i386-tdep.c (i386_eflags_type): Make into function.
4265         (i386_mxcsr_type): Likewise.
4266         (i386_register_type): Update uses.
4267         (i386_init_types): Remove.
4268         (_initialize_i386_tdep): Do not call it.
4269         * amd64-tdep.c (amd64_register_type): Update uses.
4270
4271         * m68k-tdep.h (struct gdbarch_tdep): Add m68k_ps_type member.
4272         * m68k-tdep.c (m68k_ps_type): Make into function.
4273         (m68k_register_type): Update use.
4274         (m68k_init_types): Remove.
4275         (_initialize_m68k_tdep): Do not call it.
4276
4277         * sparc-tdep.h (struct gdbarch_tdep): Add sparc_psr_type,
4278         sparc_fsr_type, sparc64_pstate_type, sparc64_fsr_type, and
4279         sparc64_fprs_type members.
4280         * sparc-tdep.c (sparc_psr_type): Make into function.
4281         (sparc_fsr_type): Likewise.
4282         (sparc32_register_type): Update uses.
4283         (sparc_init_types): Remove.
4284         (_initialize_sparc_tdep): Do not call it.
4285         * sparc64-tdep.c (sparc64_pstate_type): Make into function.
4286         (sparc64_fsr_type): Likewise.
4287         (sparc64_fprs_type): Likewise.
4288         (sparc64_register_type): Update uses.
4289         (sparc64_init_types): Remove.
4290         (_initialize_sparc64_tdep): Likewise.
4291
4292 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4293
4294         * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,
4295         builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
4296         builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
4297         (init_float_type, init_complex_type): Add prototypes.
4298         * gdbtypes.c (builtin_type_ieee_single, builtin_type_ieee_double,
4299         builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
4300         builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
4301         (_initialize_gdbtypes): Do not initialize them.
4302         (build_flt): Rename to ...
4303         (init_float_type): ... this.  Make global.
4304         (build_complex): Rename to ...
4305         (init_complex_type): ... this.  Make global.  Remove BIT argument.
4306         (gdbtypes_post_init): Update calls.
4307
4308         * ada-lang.c (ada_language_arch_info): Use init_float_type.
4309         * jv-lang.c (build_java_types): Likewise.
4310         * m2-lang.c (build_m2_types): Likewise.
4311         * f-lang.c (build_fortran_types): Use init_float_type and
4312         init_complex_type.
4313
4314         * target-descriptions.c (tdesc_gdb_type): Call init_float_type instead
4315         of using builtin_type_ieee_single, builtin_type_ieee_double, or
4316         builtin_type_arm_ext.
4317
4318         * ia64-tdep.h (struct gdbarch_tdep): Add ia64_ext_type member.
4319         * ia64-tdep.c (builtin_type_ia64_ext): Remove.
4320         (_initialize_ia64_tdep): Do not initialize it.
4321         (floatformat_valid, floatformat_ia64_ext, floatformats_ia64_ext):
4322         Move up.
4323         (ia64_ext_type): New function.
4324         (ia64_register_reggroup_p, ia64_convert_register_p,
4325         ia64_register_to_value, ia64_value_to_register,
4326         ia64_extract_return_value, ia64_store_return_value): Use ia64_ext_type
4327         instead of builtin_type_ia64_ext.
4328
4329         * i386-tdep.h (struct gdbarch_tdep): Add i387_ext_type member.
4330         (i387_ext_type): Add prototype.
4331         * i386-tdep.c (i387_ext_type): New function.
4332         (i386_extract_return_value, i386_store_return_value,
4333         i386_register_type): Use it instead of builtin_type_i387_ext.
4334         * amd64-tdep.c (amd64_register_type): Likewise.
4335         * i387-tdep.c (print_i387_value, i387_register_to_value,
4336         i387_value_to_register): Likewise.
4337         (print_i387_value, print_i387_ext): Add GDBARCH argument.
4338         (print_i387_ext, i387_print_float_info): Pass to subroutines.
4339
4340         * m68k-tdep.h (struct gdbarch_tdep): Add m68881_ext_type member.
4341         * m68k-tdep.c (m68881_ext_type): New function.
4342         (m68k_register_type, m68k_convert_register_p): Use it instead
4343         of builtin_type_m68881_ext.
4344
4345         * arm-tdep.h (struct gdbarch_tdep): Add arm_ext_type member.
4346         * arm-tdep.c (arm_ext_type): New function.
4347         (arm_register_type): Use it instead of builtin_type_arm_ext.
4348
4349         * alpha-tdep.c (alpha_register_type): Use builtin types
4350         instead of builtin_type_ieee_double.
4351
4352         * mips-tdep.c (mips_float_register_type, mips_double_register_type):
4353         Remove.
4354         (mips_register_type): Use builtin types instead of
4355         builtin_type_ieee_single and builtin_type_ieee_double.
4356         (mips_print_fp_register): Use builtin types instead of
4357         mips_float_register_type and mips_double_register_type.
4358
4359         * hppa-tdep.c (hppa32_register_type, hppa64_register_type):
4360         Use builtin types instead of builtin_type_ieee_single and
4361         builtin_type_ieee_double.
4362
4363 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4364
4365         * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
4366         builtin_type_int16, builtin_type_uint16, builtin_type_int32,
4367         builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
4368         builtin_type_int128, builtin_type_uint128): Remove.
4369         (struct builtin_type): New members builtin_int0, builtin_int8,
4370         builtin_uint8, builtin_int16, builtin_uint16, builtin_int32,
4371         builtin_uint32, builtin_int64, builtin_uint64, builtin_int128,
4372         and builtin_uint128.
4373         * gdbtypes.c (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
4374         builtin_type_int16, builtin_type_uint16, builtin_type_int32,
4375         builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
4376         builtin_type_int128, builtin_type_uint128): Remove.
4377         (_initialize_gdbtypes): Do not initialize them.
4378         (gdbtypes_post_init): Initialize fixed-size integer types.
4379
4380         * dwarf2expr.c (unsigned_address_type, signed_address_type): Add
4381         GDBARCH argument.  Return platform-specific type.
4382         (dwarf2_read_address, execute_stack_op): Update calls.
4383
4384         * target-descriptions.c (tdesc_gdb_type): Use platform-specific types
4385         instead of global builtin_int_... variables.
4386         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
4387         * printcmd.c (do_examine): Likewise.
4388         * jv-exp.y (parse_number): Likewise.
4389
4390         * alpha-tdep.c (alpha_register_type, alpha_push_dummy_call,
4391         alpha_store_return_value): Likewise.
4392         * amd64-linux-tdep.c (amd64_linux_register_type): Likewise.
4393         * amd64-tdep.c (amd64_register_type): Likewise.
4394         * arm-tdep.c (arm_register_type): Likewise.
4395         * avr-tdep.c (avr_register_type): Likewise.
4396         * cris-tdep.c (cris_register_type, crisv32_register_type): Likewise.
4397         * frv-tdep.c (frv_register_type): Likewise.
4398         * h8300-tdep.c h8300_register_type): Likewise.
4399         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_register_type,
4400         hppa64_register_type): Likewise.
4401         * i386-tdep.c (i386_mmx_type, i386_sse_type): Likewise.
4402         * iq2000-tdep.c (iq2000_register_type): Likewise.
4403         * lm32-tdep.c (lm32_register_type, lm32_push_dummy_call): Likewise.
4404         * m32r-tdep.c (m32r_register_type): Likewise.
4405         * m68hc11-tdep.c (m68hc11_register_type, m68hc11_pseudo_register_read,
4406         m68hc11_pseudo_register_write): Likewise.
4407         * m68k-tdep.c (m68k_register_type): Likewise.
4408         * m88k-tdep.c (m88k_register_type, m88k_store_arguments): Likewise.
4409         * mep-tdep.c (mep_register_type): Likewise.
4410         * mips-tdep.c (mips_register_type, mips_pseudo_register_type,
4411         mips_print_fp_register): Likewise.
4412         * moxie-tdep.c (moxie_register_type): Likewise.
4413         * mt-tdep.c (mt_copro_register_type, mt_register_type): Likewise.
4414         * rs6000-tdep.c (rs6000_builtin_type_vec64,
4415         rs6000_builtin_type_vec128): Likewise.
4416         * score-tdep.c (score_register_type): Likewise.
4417         * sparc-tdep.c (sparc32_register_type, sparc32_store_arguments):
4418         Likewise.
4419         * sparc64-tdep.c (sparc64_register_type, sparc64_store_arguments):
4420         Likewise.
4421         * spu-tdep.c (spu_builtin_type_vec128, spu_register_type): Likewise.
4422         * v850-tdep.c (v850_register_type): Likewise.
4423         * xstormy16-tdep.c (xstormy16_register_type): Likewise.
4424         * xtensa-tdep.c (xtensa_register_type): Likewise.
4425
4426         * mt-tdep.c (struct gdbarch_tdep): New data structure.
4427         (mt_gdbarch_init): Alloc TDEP structures.
4428         (mt_register_type): Cache coprocessor type in TDEP instead of
4429         static global variable.
4430
4431         * xtensa-tdep.h (struct gdbarch_tdep): Add type_entries member.
4432         * xtensa-tdep.c (type_entries): Remove.
4433         (xtensa_register_type): Cache fixed-size types in TDEP instead
4434         of in global variable.
4435
4436 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4437
4438         * gdbtypes.h (builtin_type_true_char): Remove.
4439         (builtin_type_true_unsigned_char): Likewise.
4440         (struct builtin_type): Add builtin_true_char and
4441         builtin_true_unsigned_char members.
4442         * gdbtypes.c (builtin_type_true_char): Remove.
4443         (builtin_type_true_unsigned_char): Likewise.
4444         (_initialize_gdbtypes): Do not initialize them.
4445         (gdbtypes_post_init): Initialize builtin_true_char and
4446         builtin_true_unsigned_char members of builtin_type.
4447
4448         * printcmd.c (print_scalar_formatted): Use builtin_type
4449         members instead of builtin_type_true_char and
4450         builtin_type_true_unsigned_char.
4451         * ada-valprint.c (ada_val_print_1): Likewise.
4452
4453 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4454
4455         * gdbtypes.h (builtin_type_void): Remove.
4456         * gdbtypes.c (builtin_type_void): Remove.
4457         (_initialize_gdbtypes): Do not initialize it.
4458
4459         (safe_parse_type): Add GDBARCH argument.  Use it to construct
4460         void return type.
4461         (check_stub_method): Update call.
4462
4463         * infcall.c (call_function_by_hand): Use platform-specific type
4464         instead of builtin_type_void.
4465         * valops.c (value_cast): Use input void type instead of
4466         builtin_type_void.
4467
4468 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4469
4470         * ada-lang.c (assign_component): Use platform-specific integer type
4471         instead of builtin_type_int32 type.
4472         (ada_evaluate_subexp) [OP_ATR_SIZE]: Likewise.
4473
4474         * ax-gdb.c (gen_expr) [UNOP_NEG]: Use platform-specific integer type
4475         instead of builtin_type_int8 type.
4476         * valarith.c (value_x_unop): Likewise.
4477         * python/python-value.c (valpy_absolute): Avoid reference to
4478         builtin_type_int8 type.
4479
4480         * eval.c (evaluate_subexp_standard): Use platform-specific integer
4481         type instead of builtin_type_int8 as EVAL_SKIP return value type.
4482         * ada-lang.c (ada_evaluate_subexp): Likewise.
4483         * jv-lang.c (evaluate_subexp_java): Likewise.
4484         * m2-lang.c (evaluate_subexp_modula2): Likewise.
4485         * scm-lang.c (evaluate_exp): Likewise.
4486
4487         * value.h (value_bitstring): Add INDEX_TYPE argument.
4488         * valops.c (value_bitstring): Add INDEX_TYPE argument, use it instead
4489         of builtin_type_int32 as base range type.
4490         * eval.c (evaluate_subexp_standard): Update value_bitstring call.
4491
4492 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4493
4494         * gdbtypes.c (lookup_array_range_type): Add prototype.
4495         (lookup_string_range_type): Likewise.
4496         * gdbtypes.c (lookup_array_range_type): New function.
4497         (lookup_string_range_type): Likewise.
4498
4499         * ax-gdb.c (gen_repeat): Use lookup_array_range_type.
4500         * parse.c (follow_types): Likewise.
4501         * jv-lang.c (java_array_type): Likewise.
4502         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
4503         * mt-tdep.c (mt_register_type): Likewise.
4504         * sh-tdep.c (sh_sh4_build_float_register_type): Likewise.
4505         * sh64-tdep.c (sh64_build_float_register_type): Likewise.
4506         * value.c (allocate_repeat_value): Likewise.
4507         * valops.c (value_array, value_cstring): Likewise.
4508         * valops.c (value_string): Use lookup_string_range_type.
4509
4510 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4511
4512         * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove
4513         redundant check for NULL TYPE_TARGET_TYPE.
4514         * m2-valprint.c (m2_print_long_set): Likewise.
4515         * p-valprint.c (pascal_type_print_base): Likewise.
4516
4517 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4518
4519         * printcmd.c (next_gdbarch): New static variable.
4520         (set_next_address, do_examine, x_command): Set it.
4521         (decode_format): Use 'a' size to indicate width of an address.
4522         (do_examine): Add GDBARCH argument.  Handle 'a' size.
4523         (x_command): Pass architecture to do_examine.
4524         Error if called without argument the first time.  
4525         (do_one_display): Pass architecture to do_examine.
4526
4527         (examine_i_type, examine_b_type, examine_h_type, examine_w_type,
4528         examine_g_type): Remove.
4529         (_initialize_printcmd): Do not initialize them.
4530         (do_examine): Use builin_type_int... instead of examine_..._type.
4531
4532 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4533
4534         * gdbtypes.h (struct builtin_type): Add internal_fn member.
4535         * gdbtypes.c (gdbtypes_post_init): Initialize it.
4536         * value.c (internal_fn_type): Remove.
4537         (_initialize_values): Do not initialize it.
4538
4539         * value.c (struct internalvar): Add enum internalvar_kind type and
4540         kind member.  Restructure union internalvar_data type.  Remove type,
4541         canonical, and make_value members.
4542         (init_if_undefined_command): Update for data structure changes.
4543         (create_internalvar): Likewise.
4544         (create_internalvar_type_lazy): Likewise.
4545         (get_internalvar_integer): Likewise.
4546         (get_internalvar_function): Likewise.
4547         (set_internalvar_component): Likewise.
4548         (set_internalvar): Likewise.
4549         (set_internalvar_integer): Likewise.
4550         (set_internalvar_function): Likewise.
4551         (clear_internalvar): Likewise.
4552         (add_internal_function): Likewise.
4553         (preserve_one_internalvar): New function.
4554         (preserve_values): Call it.
4555
4556         * value.h (value_of_internalvar): Add GDBARCH parameter.
4557         (internalvar_make_value): Likewise.
4558         * value.c (value_of_internalvar): Add GDBARCH parameter.  Pass it to
4559         make_value callback.  Use it to generate per-architecture result value
4560         types for internal variables with no pre-defined type.  Update for data
4561         structure changes.
4562         (show_convenience): Pass architecture to value_of_internalvar.
4563         * eval.c (evaluate_subexp_standard): Likewise.
4564         * infrun.c (siginfo_make_value): Add GDBARCH parameter.  Use it
4565         instead of current frame architecture.  Return per-architecture type.
4566
4567         * value.h (set_internalvar_string): Add prototype.
4568         * value.c (set_internalvar_string): New function.
4569         * tracepoint.c (set_traceframe_context): Use it.
4570
4571 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4572
4573         * jv-lang.h (java_int_type, java_byte_type, java_short_type,
4574         java_long_type, java_boolean_type, java_char_type, java_float_type,
4575         java_double_type, java_void_type): Remove.
4576         (struct builtin_java_type): New data type.
4577         (builtin_java_type): Add prototype.
4578         (java_primitive_type): Add GDBARCH argument.
4579         (java_primitive_type_from_name): Likewise.
4580         (type_from_class): Likewise.
4581
4582         * jv-lang.c (java_int_type, java_byte_type, java_short_type,
4583         java_long_type, java_boolean_type, java_char_type, java_float_type,
4584         java_double_type, java_void_type): Remove.
4585
4586         (build_java_types, builtin_java_type): New functions.
4587         (java_type_data): New static variable.
4588         (_initialize_java_language): Initialize it.  No longer initialize
4589         global types.
4590         (java_language_arch_info): Use per-architecture types.
4591
4592         (java_primitive_type): Add GDBARCH argument.  Return per-architecture
4593         type instead of refering to global variable.
4594         (java_primitive_type_from_name): Add GDBARCH argument.
4595         (java_primitive_type_name): New function.
4596         (java_demangled_signature_length): Use it instead of
4597         java_primitive_type_from_name.
4598         (java_demangled_signature_copy): Likewise.
4599
4600         (type_from_class): Add GDBARCH argument.  Pass to java_link_class_type,
4601         java_primitive_type, and recursive type_from_class call.
4602         (java_link_class_type): Add GDBARCH argument.  Pass to type_from_class
4603         calls.  Use per-architecture types instead of global types.
4604
4605         * jv-exp.y (parse_java_type): New define.
4606         Use per-architecture types instead of global types througout.
4607
4608         * jv-valprint.c (java_value_print): Pass architecture to
4609         type_from_class and java_primitive_type_from_name.  Use per-
4610         architecture types instead of global types.
4611
4612 2009-07-01  Doug Evans  <dje@google.com>
4613
4614         * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint
4615         support for i386-linux, amd64-linux, and i386-win32 builds of
4616         gdbserver.
4617
4618 2009-07-01  Nick Roberts  <nickrob@snap.net.nz>
4619
4620         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for deleted files.
4621
4622 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4623
4624         * Makefile.in (TARGET_FLAGS_TO_PASS): Include also FORCE_PARALLEL.
4625         (check//%): Construct FORCE_PARALLEL for the sub-make.  Extend the
4626         comment for it.
4627
4628 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
4629
4630         gdb/10275
4631         * dwarf2-frame.c (dwarf2_frame_state): Move cfa_offset, cfa_reg,
4632         cfa_how and cfa_exp into regs and adjust users.
4633         
4634 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
4635
4636         * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573.
4637
4638 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
4639
4640         * mi/mi-cmd-stack.c (parse_print_values): New.
4641         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Use the above.
4642
4643 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
4644
4645         * varobj.c (varobj_get_type): Use type_to_string.
4646
4647 2009-06-29  Pedro Alves  <pedro@codesourcery.com>
4648
4649         * infrun.c (handle_inferior_event): Context switch to the new
4650         thread when resuming for a new_thread_event.
4651
4652 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4653
4654         * ada-lang.h (ada_convert_actual): Add GDBARCH argument.
4655         * ada-lang.c (convert_actual): Remove stale prototype.
4656         (ensure_lval, make_array_descriptor, ada_convert_actual):
4657         Add GDBARCH argument and pass through to subroutine calls.
4658         (ensure_lval): Use GDBARCH instead of current_gdbarch.
4659         * infcall.c (value_arg_coerce): Update ada_convert_actual call.
4660
4661 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4662
4663         * ada-lang.c (resolve): Use per-architecture void type instead
4664         of platform-independent one.
4665         (ada_evaluate_subexp) [STRUCTOP_STRUCT]: Likewise.
4666         (ada_resolve_function): Reimplement fallback logic to avoid
4667         explicit reference to builtin_type_void.
4668
4669 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4670
4671         * ada-valprint.c (ada_print_scalar): Accept NULL type argument
4672         to indicate scalar should be printed as default integer.
4673         (print_optional_low_bound): Pass NULL to ada_print_scalar to
4674         indicate default integer output.
4675         * ada-typeprint.c (print_range, print_range_bound): Likewise.
4676         (print_choices): Likewise.  Thus, accept NULL as val_type.
4677         * ada-lang.c (ada_variant_discrim_type): Return NULL when failed
4678         to look up controlling discriminant name.
4679
4680 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4681
4682         * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.
4683         Fall back to orig_type as index type if symbol lookup fails.
4684         Allocate result types from ORIG_TYPE's objfile.
4685         (ada_array_bound_from_type, to_fixed_array_type,
4686         ada_evaluate_subexp): Pass original index type to
4687         to_fixed_range_type.  Do not pass objfile.
4688
4689         * ada-typeprint.c (print_range_type_named): Add ORIG_TYPE argument.
4690         Fall back to orig_type as index type if symbol lookup fails.
4691         (print_array_type, ada_print_type): Pass original index type
4692         to print_range_type_named.
4693
4694 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4695
4696         * ada-lang.c (ada_index_type): Update comment.
4697
4698 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4699
4700         * ada-lang.c (ada_index_type): Make static.  Add NAME argument.
4701         Throw error on invalid input arguments.  Return NULL if unable
4702         to determine index type.
4703
4704         (ada_array_bound_from_type): Remove TYPEP argument.
4705         (ada_array_bound): Make static.  Return LONGEST instead of value.
4706         Update for ada_array_bound_from_type change.
4707         (ada_array_length): Return LONGEST instead of value.
4708         Update for ada_array_bound_from_type change.
4709         (make_array_descriptor): Update for ada_array_bound change.
4710
4711         (ada_evaluate_subexp) [OP_ATR_RANGE, OP_ATR_FIRST, OP_ATR_LAST,
4712         OP_ATR_LENGTH]: Update for ada_array_bound_from_type,
4713         ada_array_bound, ada_array_length, ada_index_type changes.
4714         Always use ada_index_type to compute result type; fall back
4715         to architecture-specific integer type if ada_index_type fails.
4716
4717         * ada-lang.h (ada_index_type): Remove prototype.
4718         (ada_array_bound): Likewise.
4719
4720 2009-06-29  Pedro Alves  <pedro@codesourcery.com>
4721
4722         * dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending
4723         a psymtab.
4724
4725 2009-06-29  Tom Tromey  <tromey@redhat.com>
4726
4727         * README: Mention parallel check.
4728
4729 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
4730
4731         * dwarf2read.c (read_import_statement): Properly set import location
4732         and destination.
4733         * cp-support.h (cp_add_using, cp_add_using_directive): Now take char*
4734         inner, char* outer arguments. Updated callers.
4735
4736 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4737
4738         * value.h (value_subscript, value_subscripted_rvalue,
4739         value_bitstring_subscript, value_ptradd): Use LONGEST instead
4740         of value as type of the index argument.
4741         (value_ptrsub): Remove.
4742         * valarith.c (value_subscript, value_subscripted_rvalue,
4743         value_bitstring_subscript, value_ptradd): Use LONGEST instead
4744         of value as type of the index argument.
4745         (value_ptrsub): Remove.
4746
4747         * wrapper.h (gdb_value_subscript): Use LONGEST instead of
4748         value as type of the index argument.
4749         * wrapper.c (gdb_value_subscript): Likewise.
4750
4751         Update calls to gdb_value_subscript, value_subscript,
4752         value_subscripted_rvalue, value_bitstring_subscript and
4753         value_ptradd to use LONGEST instead of value as index
4754         argument type.  Use value_ptradd instead of value_ptrsub.
4755         * ada-lang.c (ada_value_subscript, ada_value_ptr_subscript,
4756         ada_tag_name_2): Update.
4757         * ada-tasks.c (read_atcb): Update.
4758         * eval.c (evaluate_subexp_standard): Update.
4759         * valarith.c (value_subscript): Update.
4760         * gnu-v2-abi.c (gnuv2_virtual_fn_field): Update.
4761         * gnu-v3-abi.c (gnuv3_get_virtual_fn, gnuv3_baseclass_offset,
4762         gnuv3_method_ptr_to_value): Update.
4763         * jv-lang.c (evaluate_subexp_java): Update.
4764         * m2-lang.c (evaluate_subexp_modula2): Update.
4765         * python/python-value.c (valpy_getitem, valpy_binop): Update.
4766         * wrapper.c (gdb_value_subscript): Update.
4767         * varobj.c (c_describe_child): Update.
4768
4769 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4770
4771         * gdbtypes.h (make_function_type): Remove OBJFILE parameter.
4772         * gdbtypes.c (make_function_type): Remove OBJFILE parameter.
4773         (lookup_function_type): Update call.
4774         * stabsread.c (read_type): Likewise.
4775         * dwarf2read.c (read_subroutine_type): Use lookup_function_type
4776         instead of make_function_type.
4777         * jv-lang.c (type_from_class): Likewise.  Do not allocate types
4778         on the fake "dynamics" obstack.
4779
4780 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4781
4782         * gdbtypes.h (struct builtin_type): Remove builtin_core_addr,
4783         nodebug_text_symbol, nodebug_data_symbol, nodebug_unknown_symbol,
4784         and nodebug_tls_symbol members.
4785         (struct objfile_type): New data structure.
4786         (objfile_type): Add prototype.
4787         * gdbtypes.c (gdbtypes_post_init): Remove initialization code
4788         for types no longer in struct builtin_type.
4789         (objfile_type_data): New static variable.
4790         (_initialize_gdbtypes): Initialize it.
4791         (objfile_type): New function.
4792
4793         * gdbtypes.h (builtin_type_error): Remove.
4794         * gdbtypes.c (build_complex): Do not use builtin_type_error.
4795         * symtab.c (builtin_type_error): Remove.
4796         (_initialize_symtab): Remove initialization.
4797
4798         * stabsread.c (dbx_lookup_type, define_symbol, error_type,
4799         rs6000_builtin_type, read_range_type): Use per-objfile types
4800         instead of global or per-architecture builtin types.
4801         * coffread.c (decode_type): Likewise.
4802         * dwarf2read.c (read_array_type, read_tag_string_type,
4803         new_symbol, die_type): Likewise.
4804         * mdebugread.c (parse_symbol, basic_type, upgrade_type,
4805         parse_procedure, psymtab_to_symtab_1): Likewise.
4806         * xcoffread.c (process_xcoff_symbol): Likewise.
4807         * parse.c (write_exp_msymbol): Likewise.
4808
4809         * stabsread.c (rs6000_builtin_type_data): New static variable.
4810         (_initialize_stabsread): Initialize it.
4811         (rs6000_builtin_type): Add OBJFILE argument.  Allocate builtin
4812         types per-objfile instead of globally.
4813
4814         * stabsread.c (dbx_lookup_type): Add OBJFILE argument.  Use it
4815         instead of current_objfile; pass it to rs6000_builtin_type.
4816         (dbx_alloc_type, read_type, read_range_type): Update calls.
4817         (cleanup_undefined_types_noname): Add OBJFILE argument and
4818         pass it to dbx_lookup_type.
4819         (cleanup_undefined_types): Add OBJFILE argument and pass it
4820         to cleanup_undefined_types_noname.
4821         * stabsread.h (cleanup_undefined_types): Add OBJFILE argument.
4822         * buildsym.c (end_symtab): Update call.
4823
4824 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4825
4826         * darwin-nat-info.c (darwin_debug_regions_recurse): Use
4827         target_gdbarch instead of current_gdbarch.
4828
4829 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
4830
4831         * Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows-tdep.o.
4832         (ALL_TARGET_OBS): Add moxie-tdep.o, i386-darwin-tdep.o, and
4833         solib-darwin.o.
4834
4835         * configure.tgt: Add comment.
4836
4837 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
4838
4839         * mi/mi-cmds.c (mi_cmds): Remove unimplemented entries.
4840         
4841 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
4842             Jan Kratochvil  <jan.kratochvil@redhat.com>
4843
4844         * NEWS: Document inlined function support.
4845         * Makefile.in (SFILES): Add inline-frame.c.
4846         (COMMON_OBS): Add inline-frame.o.
4847         * block.c (contained_in): Rewrite to use lexical nesting.
4848         (block_linkage_function): Skip inlined function blocks.
4849         (block_inlined_p): New.
4850         * block.h (struct block): Update comment.
4851         (block_inlined_p): New prototype.
4852         * blockframe.c (get_frame_block): Handle inlined functions.
4853         (get_frame_function): Do not use block_linkage_function.
4854         (block_innermost_frame): Use get_frame_block and contained_in.
4855         * breakpoint.c (watchpoint_check): Remove extra reinit_frame_cache.
4856         Skip over inlined functions.  Simplify epilogue check.
4857         (bpstat_check_breakpoint_conditions): Use get_stack_frame_id.
4858         Update comments.
4859         (set_momentary_breakpoint): Only accept non-inlined frames.
4860         (watch_command_1): Use frame_unwind_caller_pc and
4861         frame_unwind_caller_id instead of get_prev_frame.
4862         (until_break_command): Likewise.  Use get_stack_frame_id.
4863         * buildsym.c (end_symtab): Set SYMBOL_SYMTAB for block functions.
4864         * dwarf2loc.c (dwarf_expr_frame_base): Use block_linkage_function.
4865         * dwarf2read.c (process_die): Handle DW_TAG_inlined_subroutine.
4866         (read_func_scope, new_symbol): Likewise.  Handle arguments specially
4867         for inlined functions without call site information.
4868         (inherit_abstract_dies): Allow tag mismatch for inlined subroutines.
4869         (die_specification): Treat DW_AT_abstract_origin as a specification.
4870         (read_type_die): Handle DW_TAG_inlined_subroutine.
4871         * frame-unwind.c (frame_unwind_init): Add inline_frame_unwind.
4872         * frame.c (fprint_frame_id): Print inline depth.
4873         (fprint_frame_type): Handle INLINE_FRAME and SENTINEL_FRAME.
4874         (skip_inlined_frames, get_stack_frame_id): New.
4875         (frame_unwind_caller_id): Use skip_inlined_frames.
4876         (frame_id_inlined_p): New.
4877         (frame_id_eq): Make the logic match the comments.  Add inline_depth
4878         check.
4879         (frame_id_inner): Handle inlined functions.
4880         (frame_unwind_pc): New function, copied from frame_unwind_caller_pc.
4881         (frame_unwind_caller_pc): Use skip_inlined_frames and frame_unwind_pc.
4882         (get_prev_frame_1): Check for inline frames.  Split out frame
4883         allocation to get_prev_frame_raw.
4884         (get_prev_frame_raw): New function.
4885         (get_prev_frame): Handle inline frames.
4886         (get_frame_pc): Use frame_unwind_pc.
4887         (get_frame_address_in_block): Skip inlined frames on both sides.
4888         (pc_notcurrent): Delete.
4889         (find_frame_sal): Rewrite to handle inline call sites.  Use
4890         get_frame_address_in_block.
4891         (deprecated_update_frame_pc_hack): Make static.
4892         * frame.h: Update comments.
4893         (struct frame_id): Add inline_depth.
4894         (enum frame_type): Add INLINE_FRAME.
4895         (frame_id_inlined_p, get_stack_frame_id): New prototypes.
4896         * gdbthread.h (struct thread_info): Add step_stack_frame_id field.
4897         * infcmd.c (set_step_frame): New function.
4898         (step_once): Use set_step_frame.  Handle inlined functions.
4899         (until_next_command): Use set_step_frame.
4900         (finish_backward), finish_forward): Use get_stack_frame_id.
4901         (finish_command): Support inlined functions.
4902         * inferior.h (set_step_info): New prototype.
4903         * infrun.c (RESUME_ALL): Use minus_one_ptid.
4904         (clear_proceed_status): Clear step_stack_frame_id.
4905         (init_wait_for_inferior): Call clear_inline_frame_state.
4906         (init_execution_control_state): Make static.
4907         (set_step_info): New function.
4908         (init_thread_stepping_state): Do not set the symtab or line here.
4909         (stepped_in_from): New function.
4910         (handle_inferior_event): Handle inlined functions.  Use set_step_info.
4911         (insert_step_resume_breakpoint_at_frame): Use get_stack_frame_id.
4912         (struct inferior_status): Add step_stack_frame_id.
4913         (save_inferior_status, restore_inferior_status): Save and restore
4914         step_stack_frame_id.
4915         * inline-frame.c, inline-frame.h: New files.
4916         * minsyms.c (prim_record_minimal_symbol_and_info): Use XCALLOC.
4917         * regcache.c (regcache_write_pc): Call reinit_frame_cache.
4918         * s390-tdep.c (s390_prologue_frame_unwind_cache): Handle INLINE_FRAME.
4919         * stack.c (frame_show_address): New.
4920         (print_frame_info, print_frame): Use it.
4921         (find_frame_funname): Use get_frame_function.  Handle inlined blocks.
4922         (frame_info): Mark inlined functions.
4923         (backtrace_command_1): Use get_current_user_frame.
4924         (print_frame_local_vars, print_frame_label_vars): Update comments.
4925         (return_command): Refuse inlined functions.
4926         * symtab.c (lookup_symbol_aux_local): Stop at inlined function
4927         boundaries.
4928         (find_function_start_sal): Avoid inlined functions.
4929         (completion_list_add_fields): New function.
4930         (default_make_symbol_completion_list): Use it.  Use block_static_block
4931         and block_global_block.  Check for inlined functions.
4932         (skip_prologue_using_sal): Avoid line number comparison across
4933         inlining.
4934         * symtab.h (struct symbol): Add is_inlined.
4935         (SYMBOL_INLINED): New.
4936         * target.c (target_resume): Call clear_inline_frame_state.
4937         * valops.c (value_of_variable): Check block_inlined_p.
4938
4939 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
4940
4941         * frame.c (frame_unwind_id): Renamed to ...
4942         (frame_unwind_caller_id): ... this.  All callers updated.
4943         (frame_pc_unwind): Renamed to ...
4944         (frame_unwind_caller_pc): ... this.  All callers updated.
4945         * frame.h: Document frame_unwind_caller_WHAT functions.
4946         (frame_unwind_id): Renamed to ...
4947         (frame_unwind_caller_id): ... this.
4948         (frame_pc_unwind): Renamed to ...
4949         (frame_unwind_caller_pc): ... this.
4950         * hppa-tdep.c (hppa_find_unwind_entry_in_block): Correct comment.
4951         * stack.c (parse_frame_specification_1): Do not rely on
4952         frame_unwind_id.
4953
4954 2009-06-27  Michael Snyder  <msnyder@vmware.com>
4955
4956         * infrun.c (handle_inferior_event): Improve handling of
4957         reverse-stepping into and over shared library functions.
4958
4959 2009-06-25  Karen Osmond  <karen.osmond@gmail.com>
4960
4961         * linespec.c (find_method): Add new not_found_ptr parameter to
4962         bring in line with symtab_from_filename, decode_variable.
4963         (decode_compound): Likewise.  Also propagate not_found_ptr to 
4964         find_method.
4965         (decode_line_1): Propagate not_found_ptr to decode_compound.
4966         (cplusplus_error): Now throws NOT_FOUND_ERROR.
4967
4968 2009-06-25  Karen Osmond  <karen.osmond@gmail.com>
4969
4970         * MAINTAINERS (Write After Approval): Add self.
4971
4972 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
4973
4974         * valops.c (value_one): Reimplement broken decimal-float case.
4975
4976 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
4977
4978         * eval.c (evaluate_subexp_standard): Use expression architecture
4979         instead of current_gdbarch.
4980
4981         * infrun.c (handle_inferior_event): Avoid unncessary reference
4982         to current_gdbarch and get_current_frame ().
4983
4984 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
4985
4986         * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.
4987         (enum bptype): Add bp_longjmp_master.
4988
4989         * breakpoint.c (create_longjmp_master_breakpoint): New function.
4990         (update_breakpoints_after_exec): Handle bp_longjmp_master
4991         breakpoints.  Call create_longjmp_master_breakpoint.
4992         (print_it_typical, bpstat_stop_status, bpstat_what,
4993         print_one_breakpoint_location, allocate_bp_location, mention,
4994         delete_command, breakpoint_re_set_one): Handle bp_longjmp_master.
4995         (breakpoint_re_set): Call create_longjmp_master_breakpoint.
4996         (create_longjmp_breakpoint): Delete.
4997         (set_longjmp_breakpoint): Add THREAD argument.  Reimplement
4998         to install momentary clones of bp_longjmp_master breakpoints.
4999
5000         * infcmd.c (step_1): Pass thread to set_longjmp_breakpoint.
5001
5002 2009-06-23  Cary Coutant  <ccoutant@google.com>
5003
5004         * dwarf2read.c (dwarf_decode_lines): Ignore rows where is_stmt is 0.
5005         Set basic_block to 0 after a special opcode.
5006
5007 2009-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
5008
5009         Fix a regression by the mmap patch from 2009-06-16.
5010         * symfile.c (reread_symbols): Move sym_finish and clear_objfile_data
5011         calls before deleting the OBJFILE obstack.  Extend the comment.
5012
5013 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
5014
5015         * jv-lang.h (JAVA_OBJECT_SIZE): Remove.
5016         (get_java_object_header_size): Add GDBARCH parameter.
5017         * jv-lang.c (get_java_object_header_size): Add GDBARCH parameter.
5018         Use it instead of current_gdbarch.
5019         (evaluate_subexp_java): Replace JAVA_OBJECT_SIZE with call to
5020         get_java_object_header_size.
5021         * jv-valprint.c (java_value_print): Likewise.
5022
5023 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
5024
5025         * dwarf2read.c (process_die): Handle import statements
5026         (DW_TAG_imported_declaration, case DW_TAG_imported_module)
5027         (read_import_statement): New.
5028         (read_func_scope): Update using_directives to point to current context
5029         (read_lexical_block_scope): Ditto.
5030         * cp-support.h: Added prototype for cp_add_using.
5031         * cp-namespace.c: Removed local context_stack.
5032         (cp_initialize_namespace): Deleted.
5033         (cp_finalize_namespace): Deleted.
5034         (cp_add_using_directive): Use using_directives instead of using_list.
5035         (cp_add_using): No longer static.
5036         * buildsym.h: Created global using_direct variable.
5037         Created using_direct variable in context_stack.
5038         * buildsym.c (finish_block): Set using directives for the block under
5039         construction.
5040         (start_symtab): Removed call to cp_initialize_namespace().
5041         (end_symtab): Removed call to cp_finalize_namespace().
5042         (push_context): Save and reset using_directives.
5043         * block.c (block_using): Return using directives for given
5044         block instead of static block.
5045
5046 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
5047
5048         * target-descriptions.h (struct type): Do not declare.
5049         (struct tdesc_type): Declare.
5050         (tdesc_named_type): Change return type to struct tdesc_type *.
5051         (tdesc_record_type): Remove.
5052         (tdesc_create_vector): Add prototype.
5053         (tdesc_create_union): Likewise.
5054         (tdesc_add_field): Likewise.
5055
5056         * target-descriptions.c (struct tdesc_reg): Replace gdb_type
5057         member by tdesc_type member.
5058         (struct tdesc_type_field, tdesc_type_field): Add type and vector def.
5059         (struct tdesc_type, tdesc_type_p): Likewise.
5060         (struct tdesc_arch_reg, tdesc_arch_reg): Likewise.
5061         (struct tdesc_feature): Change type of "types" to VEC(tdesc_type_p).
5062         (struct tdesc_arch_data): Replace registers member by arch_regs.
5063
5064         (tdesc_predefined_types): Change to array of pre-defined
5065         struct tdesc_type structures.  Add "code_ptr" and "data_ptr".
5066         (tdesc_named_type): Return struct tdesc_type * instead of GDB type.
5067         (tdesc_gdb_type): New function.
5068
5069         (target_find_description): Update for data structure changes.
5070         (tdesc_data_cleanup): Likewise.
5071         (tdesc_numbered_register): Likewise.
5072         (tdesc_use_registers): Likewise.
5073         (tdesc_create_reg): Likewise.
5074         
5075         (tdesc_find_arch_register): New function.
5076         (tdesc_find_register): Use it.
5077         (tdesc_register_type): Use tdesc_gdb_type to generate GDB type from
5078         tdesc_type on demand; cache generated types in tdesc_arch_reg.
5079
5080         (tdesc_free_type): New function.
5081         (tdesc_free_feature): Call it.
5082
5083         (tdesc_create_vector): New function.
5084         (tdesc_create_union): Likewise.
5085         (tdesc_add_field): Likewise.
5086         (tdesc_record_type): Remove.
5087
5088         (tdesc_type_id): Remove.
5089         (maint_print_c_tdesc_cmd): Update for data structure changes.  Update
5090         generated code to create tdesc_type structures instead of GDB types.
5091
5092         * xml-tdesc.c: Do not include "gdbtypes.h".
5093         (struct tdesc_parsing_data): Change type of current_union to
5094         struct tdesc_type *.
5095         (tdesc_start_reg): Do not special-case "code_ptr" or "data_ptr".
5096         (tdesc_start_union): Call tdesc_create_union.
5097         (tdesc_start_field): Call tdesc_add_field.
5098         (tdesc_start_vector): Call tdesc_create_vector.
5099         (tdesc_end_union): Remove.
5100         (feature_children): Remove reference to tdesc_end_union.
5101
5102         * features/arm-with-iwmmxt.c: Regenerate.
5103         * features/mips-linux.c: Regenerate.
5104         * features/mips64-linux.c: Regenerate.
5105         * features/rs6000/powerpc-32.c: Regenerate.
5106         * features/rs6000/powerpc-32l.c: Regenerate.
5107         * features/rs6000/powerpc-403.c: Regenerate.
5108         * features/rs6000/powerpc-403gc.c: Regenerate.
5109         * features/rs6000/powerpc-505.c: Regenerate.
5110         * features/rs6000/powerpc-601.c: Regenerate.
5111         * features/rs6000/powerpc-602.c: Regenerate.
5112         * features/rs6000/powerpc-603.c: Regenerate.
5113         * features/rs6000/powerpc-604.c: Regenerate.
5114         * features/rs6000/powerpc-64.c: Regenerate.
5115         * features/rs6000/powerpc-64l.c: Regenerate.
5116         * features/rs6000/powerpc-7400.c: Regenerate.
5117         * features/rs6000/powerpc-750.c: Regenerate.
5118         * features/rs6000/powerpc-860.c: Regenerate.
5119         * features/rs6000/powerpc-altivec32.c: Regenerate.
5120         * features/rs6000/powerpc-altivec32l.c: Regenerate.
5121         * features/rs6000/powerpc-altivec64.c: Regenerate.
5122         * features/rs6000/powerpc-altivec64l.c: Regenerate.
5123         * features/rs6000/powerpc-e500.c: Regenerate.
5124         * features/rs6000/powerpc-e500l.c: Regenerate.
5125         * features/rs6000/powerpc-isa205-32l.c: Regenerate.
5126         * features/rs6000/powerpc-isa205-64l.c: Regenerate.
5127         * features/rs6000/powerpc-isa205-altivec32l.c: Regenerate.
5128         * features/rs6000/powerpc-isa205-altivec64l.c: Regenerate.
5129         * features/rs6000/powerpc-isa205-vsx32l.c: Regenerate.
5130         * features/rs6000/powerpc-isa205-vsx64l.c: Regenerate.
5131         * features/rs6000/powerpc-vsx32.c: Regenerate.
5132         * features/rs6000/powerpc-vsx32l.c: Regenerate.
5133         * features/rs6000/powerpc-vsx64.c: Regenerate.
5134         * features/rs6000/powerpc-vsx64l.c: Regenerate.
5135         * features/rs6000/rs6000.c: Regenerate.
5136
5137 2009-06-23  Joel Brobecker  <brobecker@adacore.com>
5138
5139         * ada-lang.c (decode_packed_array): If the value is a pointer to
5140         an array, then use value_ind to dereference it, not ada_value_ind.
5141         (ada_template_to_fixed_record_type_1): Handle the case where a
5142         dynamic field is an aligner type.
5143         (to_fixed_array_type): Add handling for packed array types.
5144         (ada_get_base_type): Do not follow the XVS type if the type is
5145         an aligner type.
5146         (ada_evaluate_subexp): Split a few statements up for clarity
5147         and debuggability.
5148         <OP_FUNCALL>: Add handling of the case of a packed array that
5149         has already been fixed.
5150
5151 2009-06-23  Joel Brobecker  <brobecker@adacore.com>
5152
5153         * ada-lang.c (evaluate_subexp): Delete.  Use the version from eval.c.
5154         (evaluate_subexp_type): Reimplement using evaluate_subexp.
5155         * value.h (evaluate_subexp): Add declaration.
5156         * eval.c (evaluate_subexp): Make non-static.
5157         * objc-lang.c (print_object_command): Use evaluate_subexp.
5158
5159 2009-06-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
5160
5161         Revert 2009-05-14 breakpoint commit (no longer needed).
5162         * breakpoint.h (breakpoint_re_set_objfile): Remove
5163         * breakpoint.c (breakpoint_re_set_objfile): Likewise
5164         (create_overlay_event_breakpoint): Remove objfile parameter,
5165         iterate over all objfiles.
5166         * objfiles.c (objfile_relocate): Update.
5167         * symfile.c (new_symfile_objfile): Likewise.    
5168         
5169 2009-06-23  Tom Tromey  <tromey@redhat.com>
5170
5171         PR gdb/10309:
5172         * c-lang.c (classify_type): Iterate over typedefs.
5173         * c-valprint.c (textual_element_type): Iterate over typedefs.
5174
5175 2009-06-22  Tristan Gingold  <gingold@adacore.com>
5176
5177         * darwin-nat.c (darwin_xfer_partial): Use host_address_to_string
5178         instead of "%p".
5179
5180 2009-06-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5181
5182         PR gdb/9988:
5183         * buildsym.c (block_compar): New function.
5184         (end_symtab): Replace the bubble sort by a qsort based code.
5185
5186 2009-06-22  Sami Wagiaalla  <swagiaal@redhat.com>
5187
5188         * MAINTAINERS (Write After Approval): Add self.
5189
5190 2009-06-22  Ulrich Weigand  <uweigand@de.ibm.com>
5191
5192         * spu-tdep.c (spu_get_longjmp_target): New function.
5193         (spu_gdbarch_init): Install it.
5194
5195 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
5196
5197         PR server/10306
5198         * remote.c (getpkt_or_notif_sane_1): Initialize val to -1.
5199
5200 2009-06-21  Michael Snyder  <msnyder@vmware.com>
5201
5202         * inferior.h: Update ancient comment.
5203
5204 2009-06-20  Aleksandar Ristovski  <aristovski@qnx.com>
5205             Pedro Alves  <pedro@codesourcery.com>
5206
5207         * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Avoid dereferencing
5208         NULL pointer.
5209         (scan_dyntag): Skip if input bfd isn't elf flavoured.
5210         (locate_base): Call elf_locate_base even without an exec_bfd.
5211
5212 2009-06-19  Samuel Bronson  <naesten@gmail.com>
5213
5214         PR cli/9903:
5215         * cli/cli-decode.c (apropos_cmd): Skip traversing abbreviations
5216         for prefix commands to avoid duplicates in the output.
5217
5218 2009-06-19  Samuel Bronson  <naesten@gmail.com>
5219
5220         PR cli/9903:
5221         * cli/cli-decode.c (apropos_cmd): Fix avoidance of double
5222         printing.
5223
5224 2009-06-19  Jerome Guitton  <guitton@adacore.com>
5225
5226         * breakpoint.c (expand_line_sal_maybe): When explicit_line,
5227         skip prologue on each sals.
5228         (skip_prologue_sal): Return explicit_line and explicit_pc
5229         unmodified.
5230
5231 2009-06-19  Tristan Gingold  <gingold@adacore.com>
5232
5233         * darwin-nat.c (_initialize_darwin_inferior): Remove commented-out
5234         line.
5235
5236 2009-06-19  Tristan Gingold  <gingold@adacore.com>
5237         * machoread.c (macho_symtab_read): Adjust for bfd changes.
5238         * darwin-nat.h (struct darwin_exception_msg): New type to describe
5239         a mach exception.
5240         (struct private_thread_info): New type to describe the state of the
5241         thread.
5242         (DEF_VEC_I thread_t): Removed, replaced by ...
5243         (DEF_VEC_O darwin_thread_t): ... this new type.
5244         (struct darwin_inferior): Renamed to ...
5245         (struct private_inferior): ... this type.  Fields added.
5246         (darwin_not_port): Moved into the private inferior structure.
5247         * darwin-nat.c: Add includes, improve comments.
5248         Rewrite to handle multiple threads and processes.
5249         (darwin_resume_to): New function and protype.
5250         (darwin_resume, darwin_wait_to, darwin_wait): Ditto.
5251         (darwin_kill_inferior): Add ops argument.
5252         (darwin_pid_to_str): New function.
5253         (darwin_thread_alive): Ditto.
5254         (darwin_inf, darwin_not_port): Removed.
5255         (darwin_inf_fake_stop): New variable.
5256         (msgin, msgout, msg_state, exc_msg): Removed.
5257         (mach_check_error): Use warning instead of error.
5258         (darwin_ptrace): Adjust debug level.
5259         (cmp_thread_t): Fix names (typo).
5260         (darwin_check_new_threads): Argument is now an inferior,
5261         adjust for new structures, add no change check, ignore dead ports,
5262         handle first thread case.
5263         (find_inferior_task_it): New function.
5264         (find_inferior_notify_it): Ditto.
5265         (darwin_find_inferior_by_task): Ditto.
5266         (darwin_find_inferior_by_notify): Ditto.
5267         (darwin_find_thread): Ditto.
5268         (darwin_suspend_inferior): Ditto.
5269         (darwin_resume_inferior): Ditto.
5270         (catch_exception_raise_state): Removed.
5271         (catch_exception_raise_state_identity): Removed.
5272         (darwin_suspend_inferior_it): New function.
5273         (darwin_resume_inferior_it): Ditto.
5274         (darwin_dump_message): New function, extracted from darwin_wait.
5275         (darwin_decode_exception_message): New function.
5276         (darwin_encode_reply): New function.
5277         (catch_exception_raise): Removed.
5278         (darwin_send_reply): New function, extracted from darwin_resume.
5279         (darwin_resume_thread): New function, extracted from darwin_resume.
5280         (struct resume_inferior_threads_param): New type.
5281         (darwin_resume_inferior_threads_it): New function.
5282         (darwin_resume_inferior_threads): New function.
5283         (darwin_suspend_inferior_threads): New function.
5284         (darwin_resume): Mostly rewritten to handle multiple threads and
5285         some corner cases.
5286         (darwin_decode_message): New function extracted from darwin_wait.
5287         (cancel_breakpoint): New function.
5288         (darwin_wait): Mostly rewritten.  Handle multiple threads.
5289         (darwin_mourn_inferior): Adjust for per process structures.
5290         (darwin_reply_to_all_pending_messages): New function.
5291         (darwin_stop_inferior): Adjust for per inferior structures.
5292         (darwin_attach_pid): Ditto.
5293         (darwin_init_thread_list): Ditto.
5294         (darwin_attach): Ditto.
5295         (darwin_detach): Ditto.
5296         (darwin_files_info): Now empty.
5297         (darwin_pid_to_str): Adjust returns string to match one expected by
5298         the testsuite.
5299         (darwin_read_write_inferior): Rename err variable to match other uses.
5300         Adjust debug message.  Handle submaps.
5301         (darwin_xfer_memory): Adjust for per inferior structures.
5302         (set_enable_mach_exceptions): Ditto.
5303         (darwin_pid_to_exec_file): New function.
5304         (darwin_get_ada_task_ptid): Ditto.
5305         (darwin_supports_multi_process): Ditto.
5306         (_initialize_darwin_inferior): Remove useless assertion, adjust for
5307         per inferior structures.  Add new target operations.
5308
5309 2009-06-18  Hui Zhu  <teawater@gmail.com>
5310             Michael Snyder  <msnyder@vmware.com>
5311
5312         * infrun.c (handle_inferior_event): Improve reverse stepping
5313         through function epilogue.
5314
5315         * infrun.c (handle_inferior_event): Reverse-next through
5316         trampoline.
5317
5318 2009-06-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5319
5320         * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
5321         dwarf_frame_size.
5322
5323 2009-06-17  Tom Tromey  <tromey@redhat.com>
5324
5325         * dwarf2read.c (zlib_decompress_section): Use a cleanup.
5326
5327 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5328
5329         * gdbarch.sh (pointer_to_address): Change to type 'm'.
5330         (address_to_pointer): Likewise.
5331         * gdbarch.c, gdbarch.h: Regenerate.
5332
5333         * inferior.h (unsigned_pointer_to_address): Add GDBARCH argument.
5334         (signed_pointer_to_address): Likewise.
5335         (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
5336         * findvar.c (unsigned_pointer_to_address): Likewise.
5337         (signed_pointer_to_address): Likewise.
5338         (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
5339
5340         * avr-tdep.c (avr_address_to_pointer): Likewise.
5341         (avr_pointer_to_address): Likewise.
5342         * iq2000-tdep.c (iq2000_pointer_to_address): Likewise.
5343         (iq2000_address_to_pointer): Likewise.
5344         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
5345         (m32c_m16c_pointer_to_address): Likewise.
5346         * spu-tdep.c (spu_pointer_to_address): Likewise.
5347         * xstormy16-tdep.c (xstormy16_pointer_to_address): Likewise.
5348         (xstormy16_address_to_pointer): Likewise.
5349
5350 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5351
5352         * printcmd.c (print_scalar_formatted): Always truncate
5353         unsigned data types.
5354
5355         * cli-dump.c (struct callback_data): Change type of load_offset
5356         to CORE_ADDR.
5357         (restore_binary_file): Update type casts.
5358         (restore_command): Parse load_offset as address, not long.
5359
5360         * utils.c (string_to_core_addr): Do not sign-extend value.
5361         * varobj.c (find_frame_addr_in_frame_chain): Truncate frame_base
5362         before comparing against requested frame address.
5363
5364 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5365
5366         * gdbarch.sh (gcore_bfd_target): New gdbarch callback.
5367         * gdbarch.h, gdbarch.c: Regenerate.
5368
5369         * gcore.c (default_gcore_target): Make return value const.
5370         Call gdbarch_gcore_bfd_target if present.
5371         (default_gcore_arch, default_gcore_mach): Use target_gdbarch.
5372
5373         * corelow.c (core_read_description): Call gdbarch_core_read_description
5374         on core_gdbarch instead of current_gdbarch.
5375
5376         * ppc-linux-tdep.c (ppc_linux_init_abi): Install gcore_bfd_target.
5377
5378 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5379
5380         * gdbtypes.c (create_string_type): Receive character type as argument.
5381         * gdbtypes.h (create_string_type): Add character type argument.
5382         * dwarf2read.c (read_tag_string_type): Pass character type to
5383         create_string_type.
5384
5385         * value.h (value_string): Add character type argument.
5386         * valops.c (value_string): Add character type argument.  Pass it to
5387         create_string_type.  Do not allocate space in inferior.
5388         * valarith.c (value_concat): Pass character type to value_string.
5389
5390         * value.h (value_typed_string): Rename to ...
5391         (value_cstring): ... this.
5392         * valops.c (value_typed_string): Rename to ...
5393         (value_cstring): ... this.
5394         * c-lang.c (evaluate_subexp_c): Update.
5395
5396         * python/python-value.c (builtin_type_pychar): New define.
5397         (convert_value_from_python): Call value_cstring instead
5398         of value_from_string.
5399         * value.c (value_from_string): Remove.
5400         * value.h (value_from_string): Remove.
5401
5402         * eval.c (evaluate_subexp_standard): Pass character type to
5403         value_string.  Pass expression architecture to value_nsstring
5404         and lookup_child_selector.
5405         * objc-lang.h (lookup_objc_class): Add GDBARCH parameter.
5406         (lookup_child_selector): Likewise.
5407         (value_nsstring): Likewise.
5408         * objc-lang.c (lookup_objc_class): Add GDBARCH parameter.
5409         Pass character type to value_string..
5410         (lookup_child_selector): Likewise.
5411         (value_nsstring): Add GDBARCH parameter, use it instead of
5412         objfile architecture.  Pass architecture to lookup_objc_class
5413         and lookup_child_selector. Pass character type to value_string.
5414         (end_msglist): Pass architecture to lookup_objc_class.
5415         * objc-exp.y: Pass architecture to lookup_objc_class.
5416
5417 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5418
5419         * gdbtypes.h (struct language_defn): Add forward declaration.
5420         (lookup_typename): Add LANGUAGE and GDBARCH parameters.
5421         (lookup_unsigned_typename): Likewise.
5422         (lookup_signed_typename): Likewise.
5423         * gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
5424         Use them instead of current_language and current_gdbarch.
5425         (lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
5426         Pass them to lookup_typename.
5427         (lookup_signed_typename): Likewise.
5428
5429         * c-exp.y: Pass parse_language and parse_gdbarch to
5430         lookup_unsigned_typename and lookup_signed_typename.
5431         * objc-exp.y: Likewise.
5432         * m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.
5433
5434         * c-lang.c (evaluate_subexp_c): Pass expression language and
5435         gdbarch to lookup_typename.
5436         * printcmd.c (printf_command): Pass current language and
5437         gdbarch to lookup_typename.
5438         * python/python-type.c (typy_lookup_typename): Likewise.
5439         Include "language.h".
5440
5441 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5442
5443         * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
5444         Use it instead of current_gdbarch.  Pass architecture to
5445         sparc32_gregset_supplies_p.
5446         (sparc64_fpregset_supplies_p): Add GDBARCH parameter.  Use it instead
5447         of current_gdbarch.  Pass architecture to sparc32_fpregset_supplies_p.
5448         * sparc64nbsd-nat.c (sparc64nbsd_gregset_supplies_p,
5449         sparc64nbsd_fpregset_supplies_p): Likewise.
5450         * sparc-nat.c (sparc_gregset_supplies_p, sparc_fpregset_supplies_p):
5451         Add GDBARCH parameter.
5452         (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
5453         (sparc_fetch_inferior_registers): Pass regcache architecture to
5454         sparc_gregset_supplies_p and sparc_fpregset_supplies_p.
5455         (sparc_store_inferior_registers): Likewise.
5456         * sparc-nat.h (sparc_gregset_supplies_p, sparc_fpregset_supplies_p:
5457         Add GDBARCH parameter.
5458         (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
5459
5460 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5461
5462         * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
5463         of current_gdbarch.
5464         * aix-thread.c (pd_enable): Likewise.
5465         * amd64-linux-nat.c (ps_get_thread_area): Likewise.
5466         * bsd-uthread.c (bsd_uthread_activate): Likewise.
5467         * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
5468         * linux-thread-db.c (enable_thread_event): Likewise.
5469         * monitor.c (monitor_write_memory, monitor_read_memory): Likewise.
5470         * nto-procfs.c (procfs_open): Likewise.
5471         * procfs.c (invalidate_cache, procfs_insert_watchpoint,
5472         info_proc_mappings, info_mappings_callback): Likewise.
5473         * record.c (record_open): Likewise.
5474         * rs6000-nat.c (ARCH64): Likewise.
5475         * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
5476         (darwin_bfd_open): Likewise.
5477         * memattr.c (mem_info_command): Likewise.
5478
5479         * windows-nat.c (win32_resume): Use current regcache architecture
5480         instead of current_gdbarch.
5481
5482         * dbug-rom.c (dbug_regname): Remove check against number of
5483         registers in current_gdbarch.
5484         * solib-pa64.c (read_dynamic_info): Remove unused variable.
5485
5486 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5487
5488         * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
5489         use it instead of current_gdbarch.
5490         * frame.h (deprecated_pc_in_call_dummy): Add GDBARCH parameter.
5491         * arm-tdep.c (arm_skip_prologue): Pass architecture to
5492         deprecated_pc_in_call_dummy.
5493
5494         * symtab.c (skip_prologue_using_sal): Add GDBARCH parameter.
5495         Use it instead of current_gdbarch.
5496         * symtab.h (skip_prologue_using_sal): Add GDBARCH parameter.
5497         * breakpoint.c (expand_line_sal_maybe): Pass architecture to
5498         skip_prologue_using_sal.
5499         * arm-tdep.c (skip_prologue_using_sal): Likewise.
5500         * lm32-tdep.c (lm32_skip_prologue): Likewise.
5501         * m32-tdep.c (m32c_skip_prologue): Likewise.
5502         * mips-tdep.c (mips_skip_prologue): Likewise.
5503         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5504         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
5505         * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
5506         * frv-tdep.c (frv_analyze_prologue): Add GDBARCH parameter, pass
5507         it to skip_prologue_using_sal.  Update call sites ...
5508         (frv_skip_prologue, frv_frame_unwind_cache): ... here.
5509
5510         * mn10300-tdep.c (struct mn10300_prologue): Add GDBARCH member.
5511         (check_for_saved): Use it instead of current_gdbarch.
5512         (mn10300_analyze_prologue): Set it.
5513
5514         * value.c (using_struct_return): Add GDBARCH parameter.  Use it
5515         instead of current_gdbarch.
5516         * value.h (using_struct_return): Add GDBARCH parameter.
5517         * eval.c (evaluate_subexp_standard): Pass architecture to
5518         using_struct_return.
5519         * infcall.c (call_function_by_hand): Likewise.
5520         * stack.c (return_command): Likewise.
5521         * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
5522
5523         * symtab.c (in_prologue): Add GDBARCH parameter.  Use it instead of
5524         current_gdbarch.
5525         * symtab.h (in_prologue): Add GDBARCH parameter.
5526         * infrun.c (handle_inferior_event): Pass architecture to in_prologue.
5527
5528         * eval.c (evaluate_subexp_standard): Use expression architecture
5529         instead of current_gdbarch.
5530
5531         * c-lang.c (evaluate_subexp_c): Use expression architecture and
5532         language instead of current_gdbarch and current_language.
5533
5534         * printcmd.c (do_one_display): Use expression architecture instead
5535         of current_gdbarch.
5536
5537         * infcmd.c (print_return_value): Use architecture of stop_regcache
5538         instead of current_gdbarch.
5539         (print_vector_info, print_float_info): Remove GDBARCH argument,
5540         use frame architecture instead.
5541         (vector_info, float_info): Update calls.
5542
5543         * objc-lang.c (objc_skip_trampoline): Use frame architecture
5544         instead of current_gdbarch.
5545
5546         * parse.c (write_dollar_variable): Use parse architecture instead
5547         of current_gdbarch.
5548
5549         * source.c (line_info): Use objfile architecture instead of
5550         current_gdbarch.
5551
5552         * symtab.c (find_function_start_sal): Use gdbarch instead of
5553         current_gdbarch.
5554         (print_msymbol_info): Use objfile architecture instead of
5555         current_gdbarch.
5556
5557         * valops.c (value_assign): Use frame architecture instead of
5558         current_gdbarch.
5559
5560 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5561
5562         * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.
5563
5564         * coffread.c (coff_symtab_read): Call gdbarch_addr_bits_remove before
5565         calling record_line.
5566         (enter_linenos): Likewise.
5567         * dbxread.c (process_one_symbol): Likewise.
5568         * dwarf2read.c (dwarf_decode_lines): Likewise.
5569         * mdebugread.c (psymtab_to_symtab_1): Likewise.
5570         * xcoffread.c (enter_line_range): Likewise.
5571
5572 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5573
5574         * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
5575         architecture instead of current_gdbarch.
5576         (gen_struct_ref): Add EXP argument, pass to get_bitfield_ref.
5577         (gen_expr): Pass expression to get_struct_ref.
5578
5579         * symtab.h (struct symbol_ops): Add GDBARCH parameter to
5580         tracepoint_var_ref callback.
5581         * ax-gdb.c (gen_var_ref): Pass architecture to tracepoint_var_ref
5582         symbol operation callback.
5583         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Add GDBARCH parameter.
5584         Use it instead of current_gdbarch.
5585         (locexpr_tracepoint_var_ref): Add GDBARCH parameter.  Pass it to
5586         dwarf2_tracepoint_var_ref.
5587         (loclist_tracepoint_var_ref): Likewise.
5588
5589 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5590
5591         * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
5592         Use it instead of address bits of current_gdbarch.
5593         * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
5594         * arm-tdep.c (thumb_analyze_prologue): Pass address bits to
5595         make_pv_area.
5596         (arm_scan_prologue): Likewise.
5597         * m32c-tdep.c (m32c_analyze_prologue): Likewise.
5598         * mep-tdep.c (mep_analyze_prologue): Likewise.
5599         * mn10300-tdep.c (mn10300_analyze_prologue): Likewise.
5600         * s390-tdep.c (s390_analyze_prologue): Likewise.
5601
5602 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5603
5604         * mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
5605         frame architecture instead of current_gdbarch.
5606         (mi_cmd_data_list_changed_registers): Likewise.
5607         (mi_cmd_data_list_register_values): Likewise.  Pass selected
5608         frame to get_register.
5609         (get_register): Add FRAME argument, use it as frame to retrieve
5610         registers from (instead of selected frame).  Use frame architecture
5611         instead of current_gdbarch.
5612         (mi_cmd_data_write_register_values): Use current regcache
5613         architecture instead of current_gdbarch.
5614
5615 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5616
5617         * tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
5618         use frame architecture instead.  Replace current_gdbarch uses.
5619         (tui_show_registers): Update call.
5620         (tui_get_register): Remove GDBARCH parameter; use frame architecture
5621         instead.
5622         (tui_show_register_group): Update call.
5623         (tui_check_register_values): Likewise.
5624         (tui_register_format): Remove GDBARCH parameter; use frame
5625         architecture instead.  Replace current_gdbarch uses.
5626         (tui_get_register): Update call.
5627
5628 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5629
5630         * gdbarch.sh (construct_inferior_arguments): Remove.
5631         * gdbarch.c, gdbarch.h: Regenerate.
5632         * infcmd.c (get_inferior_args): Call construct_inferior_arguments
5633         directly instead of gdbarch_construct_inferior_arguments.
5634         (construct_inferior_arguments): Remove GDBARCH argument.
5635         * inferior.h (construct_inferior_arguments): Likewise.
5636
5637 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5638
5639         * symfile.c (section_is_mapped): Use objfile architecture instead
5640         of current_gdbarch.
5641         (TARGET_LONG_BYTES): Remove.
5642         (read_target_long_array): Add SIZE argument.  Use it instead of
5643         TARGET_LONG_BYTES.
5644         (simple_read_overlay_table): Retrieve long size from objfile
5645         architecture; pass it to read_target_long_array.
5646         (simple_read_overlay_region_table): Likewise.
5647         (simple_overlay_update_1): Likewise.
5648
5649 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5650
5651         * infrun.c (cleanup_displaced_step_closure): Remove.
5652         (displaced_step_clear_cleanup): Move to before displaced_step_prepare.
5653         (displaced_step_prepare): Use displaced_step_clear_cleanup instead
5654         of cleanup_displaced_step_closure.
5655         (handle_inferior_event, keep_going): Use thread architecture instead
5656         of current_gdbarch.
5657
5658 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
5659
5660         * infrun.c (handle_inferior_event): Use current frame architecture
5661         or thread architecture instead of current_gdbarch.  Pass to
5662         handle_step_into_function and handle_step_into_function_backward.
5663         (handle_step_into_function): Add GDBARCH parameter.  Use it instead
5664         of current_gdbarch.
5665         (handle_step_into_function_backward): Likewise.
5666         (insert_step_resume_breakpoint_at_frame): Use frame architecture
5667         instead of current_gdbarch.
5668         (insert_step_resume_breakpoint_at_caller): Likewise.
5669
5670 2009-06-17  Pierre Muller  <muller@ics.u-strasbg.fr>
5671         Pedro Alves  <pedro@codesourcery.com>
5672         
5673         * infcmd.c (post_create_inferior): Call breakpoint_re_set after target
5674         is pushed for watchpoint promotion to hardware watchpoint.
5675
5676 2009-06-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
5677
5678         * dwarf2read.c (dwarf_info_section, dwarf_abbrev_section)
5679         (dwarf_line_section, dwarf_pubnames_section, dwarf_aranges_section)
5680         (dwarf_loc_section, dwarf_macinfo_section, dwarf_str_section)
5681         (dwarf_ranges_section, dwarf_frame_section)
5682         (dwarf_eh_frame_section): Removed.
5683         (dwarf2_resize_section): Likewise.
5684         (dwarf2_read_section): Now static, use bfd_mmap() if possible.
5685         (dwarf2_get_section_info): New function.
5686         (munmap_section_buffer): Likewise.
5687         (dwarf2_per_objfile_cleanup): Likewise.
5688         (section_is_p): Signature change.
5689         * dwarf2-frame.c (dwarf2_build_frame_info): Use
5690         dwarf2_get_section_info instead of dwarf2_read_section.
5691         
5692 2009-06-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
5693
5694         * solib.c (symbol_add_stub): New FLAGS parameter.
5695         (solib_read_symbols): FROM_TTY -> FLAGS, call symbol_add_stub
5696         directly.
5697         (solib_add): Defer breakpoint_re_set until after all solibs.
5698         * bsd-uthread.c (bsd_uthread_solib_loaded): Adjust.
5699         * rs6000-nat.c (objfile_symbol_add): Adjust.
5700         * symfile.c (syms_from_objfile): Merge parameters into ADD_FLAGS.
5701         (new_symfile_objfile): Likewise.
5702         (symbol_file_add_with_addrs_or_offsets): Likewise.
5703         (symbol_file_add_from_bfd): Likewise.
5704         (symbol_file_add): Likewise.
5705         * symfile.h (enum symfile_add_flags): New. Adjust prototypes.
5706         * symfile-mem.c (symbol_file_add_from_memory): Adjust.
5707         * windows-nat.c (safe_symbol_file_add_stub): Adjust.
5708         * machoread.c (macho_oso_symfile, macho_symfile_read): Adjust.
5709         
5710 2009-06-16  Keith Seitz  <keiths@redhat.com>
5711
5712         * linespec.c (collect_methods): Delete.
5713         (add_matching_methods): Reove destructor special case.
5714         (find_method): Call find_methods directly instead of
5715         collect_methods.
5716         * valops.c (value_struct_elt): Remove destructor
5717         special cases.
5718         (check_field): Likewise.
5719         (value_struct_elt_for_reference): Likewise.
5720         (destructor_name_p): Remove misleading comment about dtors
5721         being "special cases". 
5722         * gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
5723         * gdbtypes.c (get_destructor_fn_field): Likewise. 
5724
5725 2009-06-16  Pedro Alves  <pedro@codesourcery.com>
5726
5727         * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
5728         TARGET_OJECT_MEMORY reads to the topmost target, not to the
5729         flattened current_target.
5730
5731 2009-06-16  Tristan Gingold  <gingold@adacore.com>
5732
5733         * avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
5734         call_length field.
5735         (avr_register_name): Add const to register_names.
5736         (avr_scan_arg_moves): Move inside avr_scan_prologue.
5737         (avr_scan_prologue): Add pc_end argument.
5738         Only read prologue bytes that can be read.
5739         Limit the scan to the known prologue length.
5740         Makes pattern variables static and const.
5741         Fix indentation.
5742         (avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
5743         Fix indentation.
5744         (avr_breakpoint_from_pc): Constify avr_break_insn.
5745         (avr_extract_return_value): Fix function comment.
5746         (avr_frame_unwind_cache): Fix GNU style violations.
5747         Pass current_pc argument to avr_scan_prologue to stop prologue
5748         analysis to the current pc.  This fixes the bug with the 'next'
5749         command.
5750         Correctly set the SP register of the previous frame (use call_length).
5751         (avr_frame_prev_register): Fix indentation.
5752         Correctly read PC from the stack on avr6 architectures.
5753         (avr_push_dummy_call): Fix indentation.
5754         (avr_gdbarch_init): Set call_length according to the architecture.
5755
5756 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5757
5758         * infcall.c (show_unwind_on_terminating_exception_p): New
5759         function.
5760         (call_function_by_hand): Create breakpoint and clean-up call for
5761         std::terminate.breakpoint. Add unwind_on_terminating_exception_p
5762         gate. Pop frame on breakpoint hit.
5763         (_initialize_infcall): Add add_setshow_boolean_cmd for
5764         unwind-on-terminating-exception.
5765
5766 2009-06-12  Kevin Buettner  <kevinb@redhat.com>
5767
5768         * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
5769         `has_section_at_zero' flag from stripped objfile to separate,
5770         debug info only, objfile.
5771
5772 2009-06-12  Pedro Alves  <pedro@codesourcery.com>
5773
5774         * exec.h (section_table_xfer_memory_partial): Improve description,
5775         mention SECTION_NAME.
5776         * exec.c (section_table_xfer_memory_partial): Remove stale
5777         description.
5778
5779 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
5780
5781         * nto-tdep.h (nto_generic_supply_gpregset)
5782         (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
5783         * nto-tdep.c (nto_generic_supply_gpregset)
5784         (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
5785
5786 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
5787
5788         * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
5789         (i386nto_sigcontext_addr): Change the way context address is calculated.
5790         (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
5791         sc_sp_offset and set sc_reg_offset and sc_num_regs.
5792
5793 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
5794
5795         * i386-nto-tdep.c (i386_nto_target): Remove definition.
5796         (init_i386nto_ops): Use macros to set fields to global
5797         current_nto_target directly.
5798         (i386nto_init_abi): Remove unused nto_set_target call.
5799         * nto-tdep.h (nto_set_target): Remove unused declaration.
5800         * nto-tdep.c (nto_set_target): Remove unused function.
5801
5802 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5803
5804         * breakpoint.c (break_command_really): Rename local variable
5805         breakpoint_chain to bkpt_chain.
5806
5807 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
5808
5809         Add support for XMM registers.
5810         * i386-nto-tdep.c (i386nto_regset_id): Add case for SSE register set.
5811         (i386nto_register_area): Correctly calculate offsets and sizes for
5812         all supported registers.
5813
5814 2009-06-11  Tom Tromey  <tromey@redhat.com>
5815
5816         * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
5817         'static' from local variable definitions.
5818
5819 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5820
5821         * symtab.c (append_expanded_sal): Remove unused local variables.
5822
5823 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5824
5825         * infrun.c (sched_multi): New global.
5826         (resume): If sched_multi is set, resume only threads of the
5827         current inferior.
5828         (prepare_to_proceed): Don't switch over to wait_ptid if we're
5829         resuming a different inferior, and sched_multi is off.
5830         (show_schedule_multiple): New.
5831         (_initialize_infrun): Register new "set schedule-multiple" command.
5832         * inferior.h (sched_multi): Declare.
5833         * NEWS: Mention new "schedule-multiple" setting.
5834
5835 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5836
5837         * varobj.c (varobj_create): Properly restore the selected frame.
5838
5839 2009-06-05  Tom Tromey  <tromey@redhat.com>
5840
5841         * inferior.c (print_inferior): Make a table, not a list.  Emit
5842         table headers.
5843
5844 2009-06-10  Jonas Maebe  <jonas.maebe@elis.ugent.be>
5845
5846         * darwin-nat.c (darwin_stop_inferior): Pass 0 as options to
5847         darwin_wait (blocking wait).
5848         (darwin_kill_inferior): Likewise.
5849
5850 2009-06-10  Pedro Alves  <pedro@codesourcery.com>
5851
5852         * infrun.c (handle_inferior_event): Update comment around trying
5853         to revert back to a stepping thread that has exited.
5854
5855 2009-06-10  Cary Coutant  <ccoutant@google.com>
5856
5857         * dwarf2read.c (dwarf_decode_lines): Recognize and ignore
5858         DW_LNE_set_discriminator.
5859
5860 2009-06-10  Pierre Muller  <muller@ics.u-strasbg.fr>
5861
5862         * breakpoint.c: ARI fixes.
5863         (create_overlay_event_breakpoint): Avoid assignment inside if statement.
5864         (print_one_breakpoint_location): Likewise.
5865         (create_longjmp_breakpoint): Likewise.
5866         (tracepoint_save_command): Likewise
5867         (bpstat_find_step_resume_breakpoint): No operator at end of line.
5868         (bpstat_stop_status): Likewise.
5869         (describe_other_breakpoints): Likewise.
5870         (hw_watchpoint_used_count): Likewise.
5871         (expand_line_sal_maybe): Likewise.
5872         (break_command_really): Likewise.
5873         (delete_command): Likewise.
5874         (do_enable_breakpoint): Likewise.
5875         (delete_trace_command): Likewise.
5876         (catch_exception_command_1): Likewise and remove extra parentheses.
5877
5878 2009-06-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5879
5880         * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
5881         "ubreak" command that does not exist.
5882
5883 2009-06-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5884
5885         * cli/cli-decode.c (add_alias_cmd): Correct assertion.
5886
5887 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5888
5889         * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
5890
5891 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5892
5893         * procfs.h: New.
5894         * proc-utils.h (procfs_first_available): Don't declare here.
5895         * sol-thread.c: Include procfs.h instead of sys/procfs.h and
5896         proc-utils.h.
5897         * procfs.c: Include procfs.h.
5898         (procfs_target): Make it public.  Don't register
5899         procfs_can_use_hw_breakpoint here.
5900         (proc_set_watchpoint): Check for PCWATCH or PIOCSWATCH being
5901         defined instead of TARGET_HAS_HARDWARE_WATCHPOINTS.
5902         (procfs_can_use_hw_breakpoint): Remove check of
5903         TARGET_HAS_HARDWARE_WATCHPOINTS.
5904         (procfs_use_watchpoints): Register procfs_can_use_hw_breakpoint
5905         here.
5906         (_initialize_procfs): Don't add the procfs target here.
5907
5908         * i386-sol2-nat.c: Include target.h and procfs.h.
5909         (_initialize_amd64_sol2_nat): Install the procfs target here,
5910         customized with watchpoints support.
5911         * irix5-nat.c: Include target.h.
5912         (_initialize_core_irix5): Rename to ...
5913         (_initialize_irix5_nat): ... this.  Install the procfs target
5914         here, customized with watchpoints support.
5915         * alpha-nat.c: Include procfs.h.
5916         (_initialize_core_alpha): Rename to...
5917         (_initialize_alpha_nat): ... this.  Install the procfs target
5918         here, customized with watchpoints support.
5919         * sparc-sol2-nat.c: Include target.h and procfs.h.
5920         (_initialize_sparc_sol2_nat): New.
5921
5922         * config/i386/nm-i386sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
5923         * config/sparc/nm-sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
5924         * config/mips/irix5.mh (NAT_FILE): Delete.
5925         * config/mips/irix6.mh (NAT_FILE): Delete.
5926         * config/mips/nm-irix5.h: Delete.
5927
5928 20009-06-07  Pedro  Alves  <pedro@codesourcery.com>
5929
5930         * auxv.c (procfs_xfer_auxv): Change type of the `object' argument
5931         to enum target_object.  Cleanup comments.
5932         * auxv.h: Include "target.h".  Cleanup comments to not mention
5933         NATIVE_XFER_AUXV anymore.
5934
5935 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5936
5937         * inferior.h (procfs_first_available): Move declaration to...
5938         * proc-utils.h: ... here.
5939         * sol-thread.c: Include procfs.h and proc-utils.h.
5940
5941 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5942
5943         * inferior.h (proc_iterate_over_mappings): Delete declaration.
5944         * nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
5945         * procfs.c (proc_iterate_over_mappings): Delete.
5946
5947 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5948
5949         * target.h (struct target_ops): Make to_has_all_memory,
5950         to_has_memory, to_has_stack, to_has_registers and to_has_execution
5951         methods instead of variables.
5952         (target_has_all_memory_1, target_has_memory_1, target_has_stack_1)
5953         (target_has_registers_1, target_has_execution_1): Declare
5954         functions.
5955         (target_has_all_memory): Rewrite to call target_has_all_memory_1.
5956         (target_has_memory): Rewrite to call target_has_memory_1.
5957         (target_has_stack): Rewrite to call target_has_all_stack_1.
5958         (target_has_registers): Rewrite to call target_has_registers_1.
5959         (target_has_execution): Rewrite to call target_has_execution_1.
5960         (default_child_has_all_memory, default_child_has_memory)
5961         (default_child_has_stack, default_child_has_registers)
5962         (default_child_has_execution): Declare.
5963         (target_mark_running, target_mark_exited): Delete declarations.
5964         * target.c (default_child_has_all_memory,
5965         default_child_has_memory, default_child_has_stack,
5966         default_child_has_registers, default_child_has_execution): New.
5967         (target_has_all_memory_1, target_has_memory_1, target_has_stack_1,
5968         target_has_registers_1, target_has_execution_1): New.
5969         (add_target): Default the to_has_all_memory, to_has_all_memory,
5970         to_has_memory, to_has_stack, to_has_registers and to_has_execution
5971         callbacks to return 0.
5972         (update_current_target): Do not inherit to_has_all_memory,
5973         to_has_memory, to_has_stack, to_has_registers or to_has_execution.
5974         (target_mark_running, target_mark_exited): Delete.
5975         (memory_xfer_partial): Adjust.
5976         (target_read_memory, target_write_memory, target_search_memory):
5977         Dispatch to the the top-most target, not the flattened
5978         current_target.
5979         (target_info): Adjust.
5980         (init_dummy_target): Install return_zero as callback for
5981         to_has_all_memory, to_has_memory, to_has_stack, to_has_registers,
5982         to_has_execution.
5983         (set_maintenance_target_async_permitted): Use have_live_inferiors
5984         instead of target_has_execution.
5985         * target-memory.c (target_write_memory_blocks): Dispatch memory
5986         writes to the the top-most target, not the flattened
5987         current_target.
5988
5989         * breakpoint.c (insert_breakpoints): Don't check for
5990         target_has_execution here.
5991         (update_global_location_list): Check if there are live inferiors
5992         to debug instead of target_has_execution.
5993         * infcmd.c (kill_command, detach_command): Check if there are
5994         inferiors instead of target_has_execution.
5995         * inferior.h (have_live_inferiors): Declare.
5996         * inferior.c (have_live_inferiors): New.
5997         * infrun.c (normal_stop): Don't check for target_has_execution to
5998         finish the thread states.
5999         * thread.c (is_thread_state, is_stopped, is_exited, is_running)
6000         (any_running, is_executing): Remove checks for
6001         target_has_execution.
6002         * top.c (kill_or_detach): Don't try to kill core inferiors.
6003         (quit_target): Don't check for target_has_execution.
6004
6005         * corelow.c (core_has_memory, core_has_stack, core_has_registers):
6006         New.
6007         (init_core_ops): Install core_has_memory, core_has_stack and
6008         core_has_registers.
6009         * exec.c (exec_has_memory): New.
6010         (init_exec_ops): Install exec_has_memory.
6011         * remote.c (remote_add_inferior): Don't call target_mark_running.
6012         (remote_start_remote): Don't call target_mark_exited or call
6013         target_mark_running.
6014         (remote_open_1): Use have_inferiors instead of
6015         target_has_execution.  Don't use target_mark_exited.
6016         (init_remote_ops): Install deafult_child_has_all_memory,
6017         default_child_has_memory, default_child_has_stack,
6018         default_child_has_registers, default_child_has_execution.
6019         * bsd-kvm.c (bsd_kvm_return_one): New.
6020         (bsd_kvm_add_target): Register bsd_kvm_return_one as
6021         to_has_memory, to_has_stack and to_has_registers callbacks.
6022         * remote-m32r-sdi.c (m32r_return_one): New.
6023         (init_m32r_ops): Register it.
6024         * inf-child.c (inf_child_target): Adjust to register
6025         default_child_has_all_memory, default_child_has_memory,
6026         default_child_has_stack, default_child_has_registers,
6027         default_child_has_execution callbacks.
6028         * gnu-nat.c (init_gnu_ops): Likewise.
6029         * go32-nat.c (init_go32_ops): Likewise.
6030         * hpux-thread.c (init_hpux_thread_ops): Likewise.
6031         * monitor.c (init_base_monitor_ops): Likewise.
6032         * nto-procfs.c (init_procfs_ops): Likewise.
6033         * remote-mips.c (_initialize_remote_mips): Likewise.
6034         * windows-nat.c (init_windows_ops): Likewise.
6035         * remote-sim.c (gdbsim_create_inferior): Don't use
6036         target_mark_running or target_mark_exited.
6037         (gdbsim_mourn_inferior): Don't call target_mark_exited.
6038         (init_gdbsim_ops): Adjust to register
6039         default_child_has_all_memory, default_child_has_memory,
6040         default_child_has_stack, default_child_has_registers,
6041         default_child_has_execution callbacks.
6042
6043         * linux-nat.c (linux_nat_xfer_partial): If reading memory, and
6044         there's no inferior selected, defer to a lower stratum.
6045
6046 2009-06-05  Tom Tromey  <tromey@redhat.com>
6047
6048         * varobj.c (update_dynamic_varobj_children): Wrap error text in
6049         _().
6050         (install_visualizer): Likewise.
6051         (varobj_set_visualizer): Likewise.
6052
6053 2009-06-05  Marc Khouzam  <marc.khouzam@ericsson.com>
6054
6055         * mi/mi-main.c (mi_cmd_exec_continue)
6056         (mi_cmd_exec_interrupt): Adjust parsing of thread group
6057         ids to current reality, where they don't have any 'p' prefix.
6058
6059 2009-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
6060
6061         * corelow.c (core_open): Check for core_gdbarch before calling
6062         gdbarch_target_signal_from_host.
6063
6064 2009-06-05  Tom Tromey  <tromey@redhat.com>
6065
6066         * c-exp.y (parse_number): Don't use K&R definition.
6067         (yylex): Likewise.
6068         (yyerror): Likewise.
6069
6070 2009-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6071
6072         * varobj.c (varobj_update): Fix out of scope varobjs to not to change.
6073
6074 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
6075
6076         * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.
6077         * ax-gdb.c (gen_var_ref): Likewise.
6078         * findvar.c (read_var_value, symbol_read_needs_frame): Likewise.
6079         * printcmd.c (address_info): Likewise.
6080         * dwarf2loc.c (dwarf_expr_frame_base): Likewise.
6081         * dwarf2read.c (dwarf2_symbol_mark_computed): Likewise.
6082         * symtab.h: Rename struct symbol_ops to struct symbol_computed_ops.
6083         * dwarf2loc.h: Likewise.
6084         * dwarf2loc.c (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Likewise.
6085
6086         * symtab.h: (struct symbol_register_ops): New struct definition.
6087         (struct symbol): Make "ops" member a union of symbol_computed_ops and
6088         symbol_register_ops callback pointers.
6089         (SYMBOL_REGISTER_OPS): New macro.
6090         * tracepoint.c: Include "objfiles.h".
6091         (scope_info, collect_symbol): Use SYMBOL_REGISTER_OPS register_number
6092         callback to retrieve register numbers.
6093         * ax-gdb.c (gen_var_ref): Likewise.
6094         * findvar.c (read_var_value): Likewise.
6095         * printcmd.c (address_info): Likewise.
6096
6097         * coffread.c (coff_reg_to_regnum): New function.
6098         (coff_register_funcs): New static variable.
6099         (process_coff_symbol): Do not call gdbarch_sdb_reg_to_regnum.
6100         Install SYMBOL_REGISTER_OPS callbacks.
6101         * mdebugread.c (mdebug_reg_to_regnum): New function.
6102         (mdebug_register_funcs): New static variable.
6103         (parse_symbol): Do not call gdbarch_ecoff_reg_to_regnum.
6104         Install SYMBOL_REGISTER_OPS callbacks.
6105         * stabsread.c (stab_reg_to_regnum): New function.
6106         (stab_register_funcs): New static variable.
6107         (define_symbol): Do not call gdbarch_stab_reg_to_regnum.
6108         Install SYMBOL_REGISTER_OPS callbacks.
6109
6110 2009-06-03  Doug Evans  <dje@google.com>
6111
6112         * symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
6113         after discarding its contents.
6114
6115 2009-06-03  Pedro Alves  <pedro@codesourcery.com>
6116
6117         * target.c: Include "exec.h".
6118         (update_current_target): Don't inherit to_sections or
6119         to_sections_end.
6120         (target_get_section_table): New.
6121         (target_section_by_addr): Fetch the section table from the passed
6122         in target.
6123         (memory_xfer_partial): Handle unmapped overlay sections before
6124         anything else.  Get the overlay mapped address here.  Adjust to
6125         use section_table_xfer_memory_partial.
6126         (get_target_memory): Request a TARGET_OBJECT_RAW_MEMORY object
6127         instead of TARGET_OBJECT_MEMORY.
6128         (target_resize_to_sections): Delete.
6129         (remove_target_sections): Adjust to remove target sections from
6130         `current_target_sections', and use resize_section_table.
6131         * target.h (struct target_ops) <to_sections, to_sections_end>:
6132         Remove fields.
6133         <to_get_section_table>: New method.
6134         (xfer_memory, print_section_info): Delete declarations.
6135         (struct target_section_table): New type.
6136         (target_get_section_table): Declare.
6137         (target_resize_to_sections): Delete declaration.
6138         (remove_target_sections): Delete declaration.
6139         * bfd-target.c (target_bfd_xfer_partial): Get the section table
6140         from to_data.
6141         (target_bfd_get_section_table): New.
6142         (target_bfd_xclose): Adjust.
6143         (target_bfd_reopen): Store the section table in the to_data field.
6144         * corelow.c (core_data): New.
6145         (core_close): Adjust to release core_data and its sections.
6146         (core_open): Allocate core_data, and build its target sections
6147         table.
6148         (deprecated_core_resize_section_table): New.
6149         (core_files_info): Pass core_data to print_section_info.
6150         (core_xfer_partial): Adjust to use
6151         section_table_xfer_memory_partial for TARGET_OBJECT_MEMORY xfers.
6152         (init_core_ops): Do not install a deprecated_xfer_memory callback
6153         anymore.
6154         * solib.c (update_solib_list): Add the shared library sections
6155         to the current target sections table.
6156         * exec.c (current_target_sections_1): New global.
6157         (current_target_sections): New global.
6158         (exec_close_1): New function, refactored from exec_close.  Remove
6159         the exec_bfd's sections from the current target sections table.
6160         Adjust to not use to_sections.
6161         (exec_close): Remove all target sections.  Call exec_close_1.
6162         (exec_file_clear): Use exec_close_1 instead of unpushing the
6163         target.
6164         (exec_file_attach): Likewise.  Adjust to not use to_sections.  Add
6165         exec_bfd's sections to the current target sections table.  Don't
6166         push the exec_ops target here.
6167         (resize_section_table): New.
6168         (add_target_sections): New.
6169         (remove_target_sections): Moved here.
6170         (section_table_xfer_memory): Adjust to implement the xfer_partial
6171         interface, and rename to...
6172         (section_table_xfer_memory_partial): ... this, replacing the
6173         current function of that same name.
6174         (exec_get_section_table): New.
6175         (exec_xfer_partial): New.
6176         (xfer_memory): Delete.
6177         (print_section_info): Replace the target_ops parameter by a
6178         target_section_table parameter.
6179         (exec_files_info, set_section_command, exec_set_section_address):
6180         Adjust to use the current sections table.
6181         (init_exec_ops): Do not register a deprecated_xfer_memory
6182         callback.  Register to_xfer_partial and to_get_section_table
6183         callbacks.
6184         * infrun.c (handle_inferior_event): Update comments around
6185         solib_add.
6186         * rs6000-nat.c (xcoff_relocate_core): Adjust to use
6187         deprecated_core_resize_section_table.
6188         * exec.h (resize_section_table): Declare.
6189         (section_table_xfer_memory_partial): Add const char * argument.
6190         (remove_target_sections): Declare here.
6191         (add_target_sections): Declare.
6192         (print_section_info): Declare here.
6193         * gdbcore.h (deprecated_core_resize_section_table): Declare.
6194
6195 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
6196
6197         * value.h (struct internalvar): Remove.
6198         (get_internalvar_integer): Add prototype.
6199         (set_internalvar_integer): Add prototype.
6200         (clear_internalvar): Add prototype.
6201
6202         * value.c (struct internalvar): Move here.  Add type member.  Remove
6203         endian member.  Add union_internalvar member instead of value member.
6204         (init_if_undefined_command): Use intvar->type.
6205         (create_internalvar): Do not initialize value/endian, but type.
6206         (create_internalvar_type_lazy): Call create_internalvar.
6207         (value_of_internalvar): Handle host-side internalvar contents.
6208         (set_internalvar_component): Likewise.
6209         (set_internalvar): Likewise.
6210         (get_internalvar_integer): New function.
6211         (clear_internalvar): Likewise.
6212         (set_internalvar_integer): Likewise.
6213         (preserve_values): Handle host-side internalvar contents.
6214
6215         * breakpoint.c (set_breakpoint_count, set_tracepoint_count): Call
6216         set_internalvar_integer instead of set_internalvar.
6217         * findcmd.c (find_command): Likewise.
6218         * infrun.c (handle_inferior_event): Likewise.
6219         * source.c (forward_search_command, reverse_search_command): Likewise.
6220         * tracepoint.c (set_traceframe_num, set_tracepoint_num,
6221         set_traceframe_context): Likewise.
6222
6223         * printcmd.c (x_command): Call clear_internalvar instead of
6224         set_internalvar.
6225         * tracepoint.c (set_traceframe_context): Likewise.
6226         
6227         * breakpoint.c (get_number_trailer): Call get_internalvar_integer
6228         instead of value_of_internalvar.
6229         * linespec.c (decode_dollar): Likewise.
6230
6231         * expprint.c (dump_subexp_body_standard): Use internalvar_name
6232         instead of accessing internalvar private elements.
6233         * valops.c (value_assign): Copy from original source instead of
6234         accessing internalvar private elements.
6235
6236 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
6237
6238         * scm-lang.c (builtin_type_scm): Remove.
6239         (scm_lookup_name): Add GDBARCH parameter.  Use it instead of
6240         objfile architecture.  Use per-architecture builtin_scm_type instead
6241         of builtin_type_scm.
6242         (evaluate_exp): Pass expression architecture to scm_lookup_name.
6243
6244         (scm_get_field): Add SIZE parameter.  Use it instead of 
6245         TYPE_LENGTH (builtin_type_scm).
6246
6247         (build_scm_types): New function.
6248         (scm_type_data): New variable.
6249         (builtin_scm_type): New function.
6250         (_initialize_scheme_language): Do not initialize builtin_type_scm.
6251         Register build_scm_types as post-init function for scm_type_data.
6252
6253         * scm-exp.c (scm_lreadr): Use per-architecture builtin_scm_type
6254         instead of builtin_type_scm.
6255
6256         * scm-lang.h (SCM_CAR, SCM_CDR): Pass SCM_SIZE to scm_get_field.
6257         (scm_get_field): Add SIZE paramter.
6258         (scm_scmval_print): Remove prototype.
6259         (builtin_type_scm): Remove.
6260         (struct builtin_scm_type): Add structure definition.
6261         (builtin_scm_type): Add prototype.
6262
6263         * scm-valprint.c (scm_inferior_print): Add TYPE parameter.  Use it
6264         instead of builtin_core_addr type; do not use objfile architecture.
6265         (scm_scmlist_print): Add TYPE parameter.  Use it to define SCM_SIZE.
6266         Pass type to scm_scmval_print.
6267         (scm_ipruk): Add TYPE parameter.  Use it to define SCM_SIZE.
6268         (scm_scmval_print): Make static.  Add TYPE parameter.  Use it to
6269         define SCM_SIZE.  Pass type to scm_ipruk and scm_scmlist_print.
6270         (scm_val_print): Pass type to scm_inferior_print and scm_scmval_print.
6271
6272 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
6273
6274         * mdebugread.c (mdebug_type_void, mdebug_type_char, mdebug_type_short,
6275         mdebug_type_int, mdebug_type_int_32, mdebug_type_int_64,
6276         mdebug_type_long_32, mdebug_type_long_64, mdebug_type_long_long_64,
6277         mdebug_type_unsigned_char, mdebug_type_unsigned_short,
6278         mdebug_type_unsigned_int_32, mdebug_type_unsigned_int_64,
6279         mdebug_type_unsigned_long_32, mdebug_type_unsigned_long_64,
6280         mdebug_type_unsigned_long_long_64, mdebug_type_adr_32,
6281         mdebug_type_adr_64, mdebug_type_float, mdebug_type_double,
6282         mdebug_type_complex, mdebug_type_double_complex,
6283         mdebug_type_fixed_dec, mdebug_type_float_dec, mdebug_type_string):
6284         Remove.
6285
6286         (basic_type_data): New global variable.
6287         (basic_type): New function.
6288         (parse_type): Remove static basic type map map_bt.  Call basic_type
6289         to get basic types instead of using mdebug_type_ variables.
6290
6291         (parse_symbol): Use builtin types instead of mdebug_type_ variables.
6292         (upgrade_type): Likewise.
6293         (parse_procedure): Likewise.
6294         (psymtab_to_symtab_1): Likewise.
6295
6296         (_initialize_mdebugread): Do not initialize mdebug_type_ variables.
6297         Initialize basic_type_data.
6298
6299 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
6300
6301         * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
6302         * dfp.c (promote_decimal): Remove.
6303         (decimal_binop): Convert LEN_RESULT to input parameter.
6304         Remove call to decimal_binop.
6305         (decimal_compare): Remove call to decimal_binop.
6306
6307         * valarith.c (value_binop): Pass desired result type length
6308         to decimal_binop.
6309
6310 2009-06-01  Tristan Gingold  <gingold@adacore.com>
6311
6312         * configure.tgt (avr): Set gdb_sim to use the simulator.
6313
6314 2009-05-29  Doug Evans  <dje@google.com>
6315
6316         * infrun.c (prepare_to_proceed): Document.  Assert !non_stop.
6317         If scheduler-locking is enabled, we're not going to be singlestepping
6318         any other previously stopped thread.
6319
6320 2009-05-29  Pedro Alves  <pedro@codesourcery.com>
6321
6322         * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
6323
6324 2009-05-29  Eli Zaretskii  <eliz@gnu.org>
6325
6326         * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
6327         for stabs and COFF debug info.
6328
6329 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
6330
6331         * infrun.c (handle_inferior_event): When thread hoping, switch
6332         inferior_ptid to the event thread before removing breakpoints from
6333         the target.  If not stopping, also try to revert back to a thread
6334         that was doing a "next".  Check if that thread still exists before
6335         resuming.
6336         (currently_stepping_thread): Delete and merge with ...
6337         (currently_stepping): ... this.
6338         (currently_stepping_callback): Rename to ...
6339         (currently_stepping_or_nexting_callback): ... this, and also
6340         return true if the thread was stepping over a call (has a
6341         step-resume breakpoint).
6342
6343 2009-05-28  Tom Tromey  <tromey@redhat.com>
6344
6345         * python/python.c (gdbpy_parameter): Rename.  Fix error message.
6346         (GdbMethods): Change "get_parameter" to "parameter".
6347
6348 2009-05-28  Pierre Muller  <muller@ics.u-strasbg.fr>
6349             Paul Pluzhnikov  <ppluzhnikov@google.com>
6350
6351         * configure.ac (!have_libpython): Add python-prettyprint source
6352         and object files.
6353         * configure: Regenerate.
6354         * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before
6355         python headers.
6356         
6357 2009-05-27  Vladimir Prus  <vladimir@codesourcery.com>
6358             Tom Tromey  <tromey@redhat.com>
6359             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6360
6361         * mi/mi-main.c (mi_cmd_list_features): List "python" feature.
6362         * varobj.h (varobj_set_visualizer): Declare.
6363         (varobj_get_display_hint): Likewise.
6364         (varobj_update_result_t) <children_changed, value_installed>: New
6365         fields.
6366         * mi/mi-cmds.c (mi_cmds): Add var-set-visualizer.
6367         * mi/mi-cmds.h (mi_cmd_var_set_visualizer,
6368         mi_cmd_var_set_child_range): Declare.
6369         * mi/mi-cmd-var.c (mi_cmd_var_set_visualizer): New function.
6370         (mi_cmd_var_list_children): Emit display hint.
6371         (varobj_update_one): Emit display hint.  Handle dynamic children.
6372         * python/python.c (GdbMethods): Add "default_visualizer".
6373         * python/python-internal.h (apply_varobj_pretty_printer,
6374         gdbpy_get_varobj_pretty_printer, gdbpy_get_display_hint):
6375         Declare.
6376         (gdbpy_default_visualizer): Likewise.
6377         * varobj.c: Include python.h, python-internal.h.
6378         (PyObject): New typedef.
6379         (struct varobj) <children_requested, pretty_printer>: New fields.
6380         (varobj_create): Call install_default_visualizer.
6381         (instantiate_pretty_printer): New function.
6382         (varobj_set_display_format): Update.
6383         (varobj_get_display_hint): New function.
6384         (update_dynamic_varobj_children): New function.
6385         (varobj_get_num_children): Handle dynamic children.
6386         (varobj_list_children): Likewise.
6387         (install_new_value): Likewise.
6388         (varobj_add_child): New function.
6389         (install_visualizer): Likewise.
6390         (install_default_visualizer): Likewise.
6391         (varobj_set_visualizer): Likewise.
6392         (varobj_update): Handle dynamic children.
6393         (create_child): Use create_child_with_value.
6394         (create_child_with_value): New function.
6395         (value_get_print_value): Call pretty printer.  Add value_formatter
6396         argument.
6397         (c_value_of_variable): Update.
6398         (varobj_invalidate): Always free all_rootvarobj.
6399         * python/python-prettyprint.c (apply_varobj_pretty_printer): New
6400         function.
6401         (gdbpy_get_varobj_pretty_printer): Likewise.
6402         (gdbpy_default_visualizer): Likewise.
6403
6404 2009-05-27  Tom Tromey  <tromey@redhat.com>
6405             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6406             Phil Muldoon  <pmuldoon@redhat.com>
6407             Paul Pluzhnikov  <ppluzhnikov@google.com>
6408             Vladimir Prus  <vladimir@codesourcery.com>
6409
6410         * python/python-value.c (value_object_to_value): New function.
6411         * python/python-internal.h: Include frameobject.h.
6412         (gdbpy_children_cst, gdbpy_to_string_cst, gdbpy_display_hint_cst):
6413         Declare.
6414         (value_object_to_value): Declare.
6415         * printcmd.c (struct format_data) <raw>: New field.
6416         (last_format): Default to 0.
6417         (decode_format): Initialize val.raw.  Handle /r flag.
6418         (print_command_1): Initialize fmt.raw and opts.raw.
6419         (output_command): Likewise.
6420         (x_command): Fix initialization of fmt.format.  Initialize
6421         fmt.raw.
6422         (display_command): Initialize fmt.raw.
6423         (do_one_display): Set opts.raw.
6424         * python/python.c (gdbpy_to_string_cst, gdbpy_children_cst,
6425         gdbpy_display_hint_cst): New globals.
6426         (_initialize_python): Initialize them.  Set gdb.pretty_printers.
6427         * cp-valprint.c: Include python.h.
6428         (cp_print_value): Call apply_val_pretty_printer.
6429         * python/python.h (apply_val_pretty_printer): Declare.
6430         * stack.c (print_this_frame_argument_p): Remove.
6431         (print_frame_args): Compute summary flag.  Don't use
6432         print_this_frame_argument_p.
6433         * valprint.c: Include python.h.
6434         (user_print_options): Initialize new fields.
6435         (scalar_type_p): New function.
6436         (val_print): Handle 'raw' and 'summary' modes.  Call
6437         apply_val_pretty_printer.
6438         (value_print): Handle 'raw' mode.
6439         * valprint.h (struct value_print_options) <raw, summary>: New
6440         fields.
6441         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-prettyprint.o
6442         (SUBDIR_PYTHON_SRCS): Add python-prettyprint.c.
6443         (python-prettyprint.o): New target.
6444         * python/python-prettyprint.c: New file.
6445
6446 2009-05-27  Tom Tromey  <tromey@redhat.com>
6447             Paul Pluzhnikov  <ppluzhnikov@google.com>
6448
6449         * mi/mi-main.c (mi_cmd_data_evaluate_expression): Use
6450         value_address.
6451         * cli/cli-dump.c (dump_value_to_file): Use value_address.
6452         * valprint.c (common_val_print): Likewise.
6453         * v850-tdep.c (v850_push_dummy_call): Use value_address.
6454         * tracepoint.c (encode_actions): Use value_address.
6455         * printcmd.c (print_formatted): Use value_address.
6456         (x_command): Likewise.
6457         * p-valprint.c (pascal_object_print_static_field): Use
6458         value_address.
6459         * mn10300-tdep.c (mn10300_push_dummy_call): Use value_address.
6460         * mips-tdep.c (mips_eabi_push_dummy_call): Use value_address.
6461         * m32r-tdep.c (m32r_push_dummy_call): Use value_address.
6462         * jv-valprint.c (java_value_print): Use value_address.
6463         * infcall.c (find_function_addr): Use value_address.
6464         * gnu-v3-abi.c (gnuv3_rtti_type): Use value_address.
6465         * gnu-v2-abi.c (gnuv2_value_rtti_type): Use value_address.
6466         * frv-tdep.c (frv_push_dummy_call): Use value_address.
6467         * frame.c (frame_register_unwind): Use value_address.
6468         (frame_unwind_register_value): Likewise.
6469         * darwin-nat-info.c (info_mach_region_command): Use
6470         value_address.
6471         * cp-valprint.c (cp_print_static_field): Use value_address.
6472         * c-valprint.c (c_value_print): Use value_address.
6473         * breakpoint.c (update_watchpoint): Use value_address.
6474         (can_use_hardware_watchpoint): Likewise.
6475         * ada-valprint.c (ada_val_print_1): Use value_address.
6476         (ada_value_print): Likewise.
6477         * ada-tasks.c (read_fat_string_value): Use value_address.
6478         * jv-lang.c (java_link_class_type): Use set_value_address.
6479         (java_link_class_type): Likewise.
6480         (get_java_utf8_name): Use value_address.
6481         (type_from_class): Likewise.
6482         (java_link_class_type): Likewise.
6483         * findvar.c (value_of_register): Use set_value_address.
6484         (read_var_value): Likewise.
6485         (read_var_value): Likewise.
6486         * eval.c (evaluate_subexp_standard): Use set_value_address.
6487         (evaluate_subexp_standard): Use value_address.
6488         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Use set_value_address.
6489         * ada-lang.c (coerce_unspec_val_to_type): Use set_value_address.
6490         (ada_value_primitive_packed_val): Likewise.
6491         (ensure_lval): Likewise.
6492         (thin_data_pntr): Use value_address.
6493         (desc_bounds): Likewise.
6494         (ada_value_primitive_packed_val): Likewise.
6495         (value_assign_to_component): Likewise.
6496         (ensure_lval): Likewise.
6497         (make_array_descriptor): Likewise.
6498         (ada_to_fixed_value): Likewise.
6499         (unwrap_value): Likewise.
6500         * value.c (deprecated_value_address_hack): Remove.
6501         (value_address): New function.
6502         (value_raw_address): Likewise.
6503         (set_value_address): Likewise.
6504         (value_fn_field): Use set_value_address.
6505         (value_from_contents_and_address): Likewise.
6506         (value_fn_field): Likewise.
6507         (allocate_value_lazy): Don't use VALUE_ADDRESS.
6508         (value_as_address): Use value_address.
6509         (value_static_field): Likewise.
6510         * valops.c (search_struct_field): Use set_value_address.
6511         (value_at): Likewise.
6512         (value_at_lazy): Likewise.
6513         (value_repeat): Likewise.
6514         (value_cast_structs): Use value_address.
6515         (value_cast): Likewise.
6516         (value_fetch_lazy): Likewise.
6517         (value_assign): Likewise.
6518         (value_repeat): Likewise.
6519         (address_of_variable): Likewise.
6520         (value_coerce_array): Likewise.
6521         (value_coerce_function): Likewise.
6522         (value_addr): Likewise.
6523         (search_struct_field): Likewise.
6524         (search_struct_method): Likewise.
6525         (find_method_list): Likewise.
6526         (value_struct_elt_for_reference): Likewise.
6527         (value_full_object): Likewise.
6528         * jv-valprint.c (java_value_print): Use set_value_address.
6529         * value.h (deprecated_value_address_hack): Remove.
6530         (VALUE_ADDRESS): Remove.
6531         (value_address): Declare.
6532         (value_raw_address): Declare.
6533         (set_value_address): Declare.
6534
6535 2009-05-27  Tom Tromey  <tromey@redhat.com>
6536             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6537             Phil Muldoon  <pmuldoon@redhat.com>
6538             Paul Pluzhnikov  <ppluzhnikov@google.com>
6539
6540         * python/python.c (_initialize_python): Call
6541         gdbpy_initialize_types.
6542         (GdbMethods): Add "lookup_type".
6543         * python/python-value.c (value_object) <type>: New field.
6544         (valpy_dealloc): Decref type.
6545         (valpy_new): Initialize type.
6546         (valpy_get_type): New function.
6547         (value_to_value_object): Initialize type.
6548         (valpy_cast): New function.
6549         (value_object_getset): Add "type".
6550         (value_object_methods): Add "cast".
6551         * python/python-internal.h (type_to_type_object): Declare.
6552         (type_object_to_type): Likewise.
6553         (gdbpy_initialize_types): Likewise.
6554         (gdbpy_lookup_type): Declare.
6555         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-type.o.
6556         (SUBDIR_PYTHON_SRCS): Add python-type.c.
6557         (python-type.o): New target.
6558         * python/python-type.c: New file.
6559
6560 2009-05-27  Tom Tromey  <tromey@redhat.com>
6561             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6562             Phil Muldoon  <pmuldoon@redhat.com>
6563
6564         * python/python.c: Include objfiles.h, observer.h.
6565         (gdbpy_auto_load): New global.
6566         (gdbpy_current_objfile): Likewise.
6567         (GDBPY_AUTO_FILENAME): New define.
6568         (gdbpy_new_objfile): New function.
6569         (gdbpy_get_current_objfile): Likewise.
6570         (gdbpy_objfiles): Likewise.
6571         (_initialize_python): Add "maint set auto-load".  Call
6572         gdbpy_initialize_objfile.  Attach objfile observer.
6573         (GdbMethods): New methods current_objfile, objfiles.
6574         * python/python-objfile.c: New file.
6575         * python/python-internal.h (objfile_to_objfile_object): Declare.
6576         (objfpy_get_printers): Likewise.
6577         (gdbpy_initialize_objfile): Likewise.
6578         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-objfile.o.
6579         (SUBDIR_PYTHON_SRCS): Add python-objfile.c.
6580         (python-objfile.o): New target.
6581
6582 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
6583
6584         * infrun.c (follow_exec): Clear the stop_requested flag.
6585         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
6586         Add debug output.
6587
6588 2009-05-27  Aleksandar Ristovski  <aristovski@qnx.com>
6589
6590         * nto-procfs.c (get_regset): Pass correct pointer.
6591
6592 2009-05-26  Doug Evans  <dje@google.com>
6593
6594         * dwarf2read.c (follow_die_ref): Add comment.
6595         (dwarf2_mark_helper): Tweak comment.
6596         (dwarf2_mark): Move description to its proper place.
6597
6598 2009-05-25  Pierre Muller  <muller@ics.u-strasbg.fr>
6599
6600         * procfs.c (procfs_wait): Add options parameter.
6601
6602 2009-05-24  Doug Evans  <dje@google.com>
6603
6604         Global renaming of find_thread_pid to find_thread_ptid.
6605         * gdbthread.h (find_thread_ptid): Renamed from find_thread_pid.
6606         * thread.c (find_thread_ptid): Renamed from find_thread_pid.
6607         All callers updated.
6608
6609         * infrun.c (follow_fork): Initialize new step_* locals
6610         to avoid "may be used uninitialized" warnings.
6611
6612 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
6613
6614         * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
6615
6616 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
6617
6618         * gdbthread.h (struct thread_info): New `pending_follow' field.
6619         * thread.c (new_thread): New function.
6620         (add_thread_silent): Use it.
6621         * breakpoint.c (internal_breakpoint_number): New global, moved
6622         from inside...
6623         (create_internal_breakpoint): ... this.
6624         (clone_momentary_breakpoint): New.
6625         * breakpoint.h (clone_momentary_breakpoint): Declare.
6626         * infrun.c (nullify_last_target_wait_ptid): Move declaration
6627         higher.
6628         (pending_follow): Delete.
6629         (follow_fork): Handle pending follow fork event here.  Moved the
6630         preserving of thread stepping state here.
6631         (resume): Don't handle pending follow fork events here.  Only
6632         install the inferior's terminal modes if we're about to resume it.
6633         (proceed): Handle possible pending follow fork events here.
6634         (init_wait_for_inferior): No need to clear pending_follow anymore,
6635         it's gone.
6636         (handle_inferior_event): Adjust to per-thread `pending_follow'.
6637         Call `follow_fork' to handle following the fork.  If the
6638         follow-fork is cancelled, stop stepping.
6639         * linux-nat.c (linux_child_follow_fork): Adjust to per-thread
6640         `pending_follow' events.  Remove code that handled preserving the
6641         thread stepping state.
6642         * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
6643         * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
6644
6645 2009-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
6646
6647         * symfile.c (add_shared_symbol_files_command): Remove
6648         prototype and function.
6649         (_initialize _symfile): Move "add-shared-symbol-files"
6650         command and "assf" alias.
6651         * windows-nat.c (_initialize_windows_nat): to here.
6652         Change "add-shared-symbol-files" to alias.
6653         
6654         * config/i386/cygwin.mh: Remove NAT_FILE.
6655         * config/i386/mingw.mh: Remove NAT_FILE.
6656         * config/i386/mingw64.mh: Remove NAT_FILE.
6657         * config/i386/nm-cygwin.h: Remove file.
6658         * config/i386/nm-cygwin64.h: Remove file.
6659
6660 2009-05-24  Hui Zhu  <teawater@gmail.com>
6661
6662         * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
6663         I386_LINUX_RECORD_IOCTL_*,
6664         I386_LINUX_RECORD_FCNTL_*) Removed.
6665         (i386_linux_init_abi): Change size of record from macros to
6666         numbers.
6667
6668 2009-05-24  Hui Zhu  <teawater@gmail.com>
6669
6670         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_char.
6671         * linux-record.c (record_linux_system_call): Ditto.
6672         * linux-record.h (linux_record_tdep): Ditto.
6673
6674 2009-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6675
6676         Replace the savestring calls by xstrdup calls where possible.
6677         * breakpoint.c (condition_command, set_raw_breakpoint)
6678         (create_catchpoint, update_breakpoint_locations): Replace the
6679         savestring calls by xstrdup calls where possible.
6680         * buildsym.c (start_subfile, patch_subfile_names, record_debugformat)
6681         (record_producer): Likewise.
6682         * coffread.c (coff_start_symtab, complete_symtab): Likewise.
6683         * corefile.c (set_gnutarget): Likewise.
6684         * dbxread.c (add_new_header_file): Likewise.
6685         * demangle.c (set_demangling_command, set_demangling_style): Likewise.
6686         * event-top.c (push_prompt, pop_prompt, command_line_handler)
6687         (set_async_prompt): Likewise.
6688         * infcmd.c (set_inferior_io_terminal, attach_command_post_wait):
6689         Likewise.
6690         * language.c (set_language_command, _initialize_language): Likewise.
6691         * linespec.c (decode_line_2): Likewise.
6692         * rs6000-nat.c (add_vmap): Likewise.
6693         * top.c (set_prompt, init_history, init_main): Likewise.
6694         * tracepoint.c (stringify_collection_list): Likewise.
6695         * varobj.c (varobj_create): Remove variable expr_len.  Replace the 
6696         savestring calls by xstrdup calls where possible.
6697         (value_of_root, c_name_of_variable, c_describe_child): Replace the
6698         savestring calls by xstrdup calls where possible.
6699         * xcoffread.c (complete_symtab): Likewise.
6700         * cli/cli-script.c (build_command_line, define_command): Likewise.
6701         * cli/cli-setshow.c (do_setshow_command): Likewise.
6702
6703 2009-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6704
6705         Remove already unreachable code.
6706         * varobj.c (varobj_get_handle): Fix comment when error is called.
6707         All callers updated.
6708
6709 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
6710
6711         * README (`configure' options): Document GDB-specific options to
6712         `configure'.
6713
6714         * symtab.c (skip_prologue_using_lineinfo): New function.
6715         (find_function_start_sal): Use it to get to the first line of
6716         function's body that has an entry in the lineinfo table.
6717
6718         * symmisc.c (dump_symtab): Switch the current language to
6719         the language of the symtab we are dumping only if the symtab's
6720         language is neither language_auto nor language_unknown.
6721
6722         * coffread.c (coff_symtab_read): Set language_minimal as the
6723         language for the "_globals_" pseudo-file.
6724         (process_coff_symbol): Set the symbol's language to the language
6725         of current_subfile.
6726
6727 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
6728
6729         * target.h (struct section_table): Rename to ...
6730         (struct target_section): ... this.
6731         * exec.c: Adjust all references.
6732         * exec.h: Adjust all references.
6733         * nto-tdep.c: Adjust all references.
6734         * nto-tdep.h: Adjust all references.
6735         * ppc-linux-tdep.c: Adjust all references.
6736         * rs6000-nat.c: Adjust all references.
6737         * s390-tdep.c: Adjust all references.
6738         * solib-darwin.c: Adjust all references.
6739         * solib-frv.c: Adjust all references.
6740         * solib-irix.c: Adjust all references.
6741         * solib-null.c: Adjust all references.
6742         * solib-osf.c: Adjust all references.
6743         * solib-pa64.c: Adjust all references.
6744         * solib-som.c: Adjust all references.
6745         * solib-sunos.c: Adjust all references.
6746         * solib-svr4.c: Adjust all references.
6747         * solib-target.c: Adjust all references.
6748         * solib.c: Adjust all references.
6749         * solist.h: Adjust all references.
6750         * symfile.c: Adjust all references.
6751         * symfile.h: Adjust all references.
6752         * target.c: Adjust all references.
6753
6754 2009-05-22  Hui Zhu  <teawater@gmail.com>
6755
6756         Add sys_fcntl argument interfaces to linux_record_tdep.
6757
6758         * linux-record.h (linux_record_tdep): Add fcntl_F_GETLK,
6759         fcntl_F_GETLK64, fcntl_F_SETLK64 and fcntl_F_SETLKW64 to be
6760         interfaces.
6761         * i386-linux-tdep.c (I386_LINUX_RECORD_FCNTL_F_GETLK,
6762         I386_LINUX_RECORD_FCNTL_F_GETLK64,
6763         I386_LINUX_RECORD_FCNTL_F_SETLK64,
6764         I386_LINUX_RECORD_FCNTL_F_SETLKW64): New macros. The values
6765         of I386 Linux sys_fcntl arguments.
6766         (i386_linux_init_abi): Set macros values to linux_record_tdep.
6767         * linux-record.c (record_linux_system_call): Change to use
6768         the interface in linux_record_tdep in sys_fcntl and
6769         sys_fcntl64.
6770
6771         * linux-record.c (record_linux_system_call): Fix the process
6772         record build error about type in CYGWIN.
6773
6774 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
6775
6776         * inflow.c (kill_command): Delete left over static declaration.
6777
6778 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
6779
6780         * bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
6781         Include exec.h.
6782         (struct section_closure): Delete.
6783         (add_to_section_table): Delete.
6784         (build_target_sections_from_bfd): Delete.
6785         (target_bfd_xfer_partial): Use section_table_xfer_memory_partial.
6786         (target_bfd_reopen): Use build_section_table.
6787         * exec.c (xfer_memory): Move most code except for overlay
6788         debugging support from here...
6789         (section_table_xfer_memory): ... to this new function.
6790         (section_table_xfer_memory_partial): New.
6791         * exec.h (section_table_xfer_memory_partial): Declare.
6792         * bfd-target.h (build_target_sections_from_bfd): Delete
6793         declaration.
6794
6795 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
6796
6797         * remote.c (compare_sections_command): Don't declare exec_bfd.
6798         * tracepoint.c: Include "gdbcore.h".
6799         (remote_set_transparent_ranges): Don't declare exec_bfd.
6800
6801 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
6802
6803         * aix-thread.c (init_aix_thread_ops): Whitespace.
6804
6805 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
6806
6807         * dec-thread.c (dec_thread_wait): Add options parameter.  Use it
6808         to call the to_wait method in the target beneath.
6809         * remote-m32r-sdi.c (m32r_wait): Add options parameter.
6810
6811 2009-05-21  Joel Brobecker  <brobecker@adacore.com>
6812
6813         * aix-thread.c (aix_thread_wait): Add options parameter.  Use it
6814         to call the to_wait method in the target_beneath.
6815
6816 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
6817
6818         * linux-nat.c (linux_nat_terminal_inferior)
6819         (linux_nat_terminal_ours): Don't check sync_execution.
6820         * remote.c (remote_terminal_inferior, remote_terminal_ours):
6821         Don't check sync_execution.  Update comments.
6822         * target.c (target_terminal_inferior): New.
6823         * target.h (target_terminal_inferior): Delete macro, and declare
6824         as function.
6825         * event-top.c (async_disable_stdin): Make idempotent.  Don't give
6826         the target the terminal here.
6827         * inflow.c (terminal_ours_1): Don't return early without setting
6828         `terminal_is_ours'.
6829
6830 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
6831
6832         * target.h (TARGET_WNOHANG): New.
6833         * target.c (target_wait): Add `options' argument.  Adjust.
6834         (struct target_ops) <to_wait>: Add `options' argument.
6835         (target_wait): Add `options' argument.
6836         * infrun.c (wait_for_inferior): Pass 0 as options to
6837         target_wait (blocking wait).
6838         (fetch_inferior_event): Pass TARGET_WNOHANG as options to
6839         target_wait.
6840         * fork-child.c (startup_inferior): Pass 0 as options to
6841         target_wait (blocking wait).
6842         * linux-nat.c (linux_nat_create_inferior): Remove async masking.
6843         (linux_nat_wait_1): Add `target_options' argument.  Use it instead
6844         of checking on target_can_async_p.
6845         (linux_nat_wait): Add `target_options' argument.  Adjust.
6846         * remote.c (remote_wait_ns): Add `options' argument.  Adjust to
6847         check on TARGET_WNOWAIT instead of checking on remote_is_async_p.
6848         (remote_wait_as): Add `options' argument.  Adjust to check on
6849         TARGET_WNOWAIT instead of checking on remote_is_async_p.  If doing
6850         a blocking wait, keep waiting until an interesting event comes
6851         out.
6852         (remote_wait): Add `options' argument.  Don't loop here if the
6853         target is in async mode, and a blocking wait has been requested.
6854
6855         * top.c (deprecated_target_wait_hook): Add `options' argument.
6856         * linux-thread-db.c (thread_db_wait): Add `options' argument, and
6857         pass it down to the layer beneath.
6858         * inf-ptrace.c (inf_ptrace_wait): Add `options' argument.
6859         * record.c (record_beneath_to_wait): Add `options' argument.
6860         (record_wait): Add `options' argument, and pass it down to the
6861         layer beneath.
6862         * bsd-uthread.c (bsd_uthread_wait): Add `options' argument.
6863         * darwin-nat.c (darwin_wait): Likewise.
6864         * defs.h (deprecated_target_wait_hook): Likewise.
6865         * gnu-nat.c (gnu_wait): Add `options' argument.
6866         * go32-nat.c (go32_wait): Likewise.
6867         * hpux-thread.c (hpux_thread_wait): Add `options' argument, and
6868         pass it down to the layer beneath.
6869         * inf-ttrace.c (inf_ttrace_wait): Add `options' argument.
6870         * monitor.c (monitor_wait): Likewise.
6871         * nto-procfs.c (procfs_wait): Likewise.
6872         * remote-mips.c (mips_wait): Add `options' argument.
6873         * remote-sim.c (gdbsim_wait): Likewise.
6874         * rs6000-nat.c (rs6000_wait): Add `options' argument.
6875         * sol-thread.c (sol_thread_wait): Add `options' argument, and pass
6876         it down to the layer beneath.
6877         * spu-linux-nat.c (spu_child_wait): Add `options' argument.
6878         * windows-nat.c (windows_wait): Likewise.
6879         * tui/tui-hooks.c (tui_target_wait_hook): Likewise.  Adjust.
6880
6881 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
6882
6883         * mi/mi-interp.c (mi_on_resume): Account for whole process
6884         resumes.
6885
6886 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6887
6888         * m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
6889
6890 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6891
6892         * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
6893
6894 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6895
6896         Fix parsing DW_AT_const_value using DW_FORM_string.
6897         * dwarf2read.c (dwarf2_const_value <DW_FORM_string>): New.
6898
6899 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
6900
6901         * aix-thread.c (giter_count): Do not count the main thread.
6902         (giter_accum): Do not include the main thread.
6903
6904 2009-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6905
6906         Remove the PROT parameter from openp.
6907         * source.c (openp): Remove the parameter PROT.  Assertion check MODE.
6908         defs.h (openp): Update the prototype.
6909         Update all the openp callers.
6910
6911 2009-05-19  Pedro Alves  <pedro@codesourcery.com>
6912
6913         * inflow.c (kill_command): Moved to infcmd.c.
6914         (_initialize_inflow): Don't add the "kill" command or clear
6915         inferior_ptid here.
6916         * infcmd.c (kill_command): Moved here from inflow.c.
6917         (_initialize_infcmd): Add the "kill" command here.
6918
6919 2009-05-19  Pedro Alves  <pedro@codesourcery.com>
6920
6921         * fork-child.c: Don't include frame.h.  Include terminal.h.
6922         (fork_inferior): Call new_tty_postfork after forking adn adding
6923         the child to the inferior list.
6924         * inferior.h (new_tty_prefork, gdb_has_a_terminal): Don't declare
6925         here.
6926         * inflow.c (struct terminal_info): Remove const qualifier from
6927         `run_terminal' field.
6928         (inferior_thisrun_terminal): Tweak comment.
6929         (inflow_inferior_exit): Release the `run_terminal' field.
6930         (copy_terminal_info): New function.
6931         (new_tty_postfork): New function.
6932         * terminal.h (new_tty_prefork, new_tty, new_tty_postfork,
6933         (copy_terminal_info, gdb_has_a_terminal, gdb_setpgid): Declare.
6934         * inf-ptrace.c: Include terminal.h.
6935         (inf_ptrace_follow_fork): Copy the parent's terminal info to the
6936         child.
6937         * linux-nat.c: Include terminal.h.
6938         (linux_child_follow_fork): Copy the parent's terminal info to the
6939         child.
6940         * inf-ttrace.c: Include terminal.h.
6941         (inf_ttrace_follow_fork): Copy the parent's terminal info to the
6942         child.
6943
6944 2009-05-19  Pedro Alves  <pedro@codesourcery.com>
6945
6946         * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
6947         (update_global_location_list): Use gdbarch_has_global_breakpoints
6948         instead of gdbarch_has_global_solist and
6949         target_supports_multi_process.
6950         * dicos-tdep.c (dicos_init_abi): Set
6951         gdbarch_has_global_breakpoints.
6952         * gdbarch.sh (has_global_solist): Update comment.
6953         (has_global_breakpoints): New.
6954         * remote.c (remote_start_remote): Use
6955         gdbarch_has_global_breakpoints instead of
6956         gdbarch_has_global_solist.
6957         * target.c (target_detach): Use gdbarch_has_global_breakpoints
6958         instead of gdbarch_has_global_solist.
6959         * infcmd.c (attach_command): Use gdbarch_has_global_solist instead
6960         of target_supports_multi_process.
6961
6962 2009-05-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6963
6964         * objc-lang.c (find_methods): Plug a small memory leak.
6965
6966 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
6967
6968         * solib-svr4.c: Include observer.h.
6969         (debug_base, debug_loader_offset_p, debug_loader_offset)
6970         (debug_loader_name, main_lm_addr): Move these globals...
6971         (struct svr4_info): ... into this new structure.
6972         (svr4_info_p): New typedef.
6973         (svr4_info): New global.
6974         (get_svr4_info, remove_svr4_info, solib_svr4_inferior_exit): New
6975         functions.
6976         (locate_base, solib_svr4_r_map, solib_svr4_r_brk)
6977         (solib_svr4_r_ldsomap): Add svr4_info argument.  Adjust to
6978         per-inferior svr4.
6979         (open_symbol_file_object): Adjust to per-inferior svr4.
6980         (svr4_default_sos, svr4_current_sos, svr4_fetch_objfile_link_map):
6981         Ditto.
6982         (enable_break): Add svr4_info argument.  Adjust to per-inferior
6983         svr4.
6984         (enable_break, svr4_solib_create_inferior_hook, svr4_clear_solib):
6985         Adjust to per-inferior svr4.
6986         (_initialize_svr4_solib): Install the solib_svr4_inferior_exit
6987         observer.
6988
6989 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
6990
6991         * linux-nat.h (linux_proc_get_tgid): Declare.
6992         * linux-nat.c (linux_proc_get_tgid): New.
6993         * linux-thread-db.c (struct thread_db_info): New field
6994         `need_stale_parent_threads_check'.
6995         (add_thread_db_info): Set it.
6996         (find_new_threads_callback): Ignore stale fork parent threads.
6997         (thread_db_resume): New.
6998         (init_thread_db_ops): Install thread_db_resume.
6999
7000 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
7001
7002         * fork-child.c (fork_inferior): Only reset the thread list if this
7003         is the first inferior.
7004         (startup_inferior): If the target support multi-process, tell it
7005         to resume only the new process.
7006         * linux-nat.c (num_lwps): Delete global.
7007         (purge_lwp_list): New function.
7008         (num_lwps): New function.
7009         (add_lwp, delete_lwp): Adjust.
7010         (ptid_match): New.
7011         (iterate_over_lwps): Add filter argument.  Handle it.
7012         (linux_nat_attach): Remove FIXME note.
7013         (linux_nat_detach): Adjust to iterate over threads of the inferior
7014         we're detaching from.  Adjust to num_lwps being a function.  Don't
7015         assume the head of the lwp list is the main thread of the process
7016         we're detaching from.  Don't destroy the LWP list.
7017         (resume_callback): Add debug output.
7018         (linux_nat_resume): Handle resuming a single inferior.  Allow a
7019         wildcard resume in non-stop mode.
7020         (linux_handle_extended_wait): Don't assume inferior_ptid is the
7021         correct inferior of the parent LWP.
7022         (status_callback): Also check lp->waitstatus.
7023         (select_event_lwp): Add new filter parameter.  Handle it.
7024         (linux_nat_filter_event): Adjust to num_lwps being a function.
7025         (linux_nat_wait_1): When adding the first lwp of the inferior, use
7026         an is_lwp check instead of checking for the number of lwps.
7027         (linux_nat_wait_1): Handle waiting for a specific tgid.  Handle
7028         pending process exit statuses.
7029         (linux_nat_mourn_inferior): Don't destroy all the LWP info.
7030         Instead delete LWPs of the inferior that we're mourning.  Don't
7031         unregister from the event loop here.
7032         (linux_nat_pid_to_str): Use `num_lwps'.
7033         (linux_nat_make_corefile_notes): Adjust to walk over lwps of a
7034         single inferior.
7035         (linux_nat_is_async_p): Check if async was masked out.
7036         (linux_multi_process): New global.
7037         (linux_nat_supports_multi_process): New.
7038         (linux_nat_stop_lwp): Remove LWP filtering.  It is done by the
7039         caller.
7040         (linux_nat_stop): Adjust to make iterate_over_lwps itself do the
7041         LWP filtering.
7042         (linux_nat_close): New.
7043         (linux_nat_add_target): Register linux_nat_close and
7044         linux_nat_supports_multi_process.
7045         * linux-nat.h (iterate_over_lwps): Add filter argument.
7046         * linux-thread-db.c (thread_db_handle): Delete.
7047         (proc_handle, thread_agent, td_init_p, td_ta_new_p)
7048         (td_ta_map_id2thr_p, td_ta_map_lwp2thr_p, td_ta_thr_iter_p)
7049         (td_ta_event_addr_p, td_ta_set_event_p, td_ta_event_getmsg_p)
7050         (td_thr_validate_p, td_thr_get_info_p, td_thr_event_enable_p)
7051         (td_thr_tls_get_addr_p, td_create_bp_addr, td_death_bp_addr): No
7052         longer globals, moved to...
7053         (struct thread_db_info): ... this new structure.
7054         (thread_db_list): New.
7055         (add_thread_db_info, get_thread_db_info, delete_thread_db_info):
7056         New.
7057         (have_threads_callback): Filter out threads of all inferiors but
7058         the one specified by the ARGS argument.
7059         (have_threads): Add ptid argument specifying the inferior we're
7060         interested in.  Handle it.
7061         (struct thread_get_info_inout): New.
7062         (thread_get_info_callback, thread_from_lwp): Adjust to use it.
7063         (thread_db_attach_lwp): Check that inferior of the passed in
7064         thread is using thread-db.  Adjust.
7065         (enable_thread_event): Remove thread_agent parameter.  Instead,
7066         get it from the per-inferior thread-db info.
7067         (dladdr_to_soname): Move higher up.
7068         (enable_thread_event_reporting): Adjust to use per-inferior
7069         thread-db info.
7070         (try_thread_db_load_1): Replace `handle' parameter by a
7071         thread_db_info parameter.  Adjust to use per-inferior thread-db
7072         info.
7073         (try_thread_db_load): Adjust to use per-inferior thread-db info.
7074         (thread_db_load, disable_thread_event_reporting): Ditto.
7075         (check_for_thread_db): Remove conditional reporting of which
7076         libthread_db is in use.
7077         (thread_db_new_objfile): Add comment about inferior_ptid.
7078         (attach_thread): Adjust to use per-inferior thread-db info.
7079         (thread_db_detach): Adjust to use per-inferior thread-db info.
7080         Remove thread event breakpoints of the current inferior.  Only
7081         unpush the thread-db target if there are no more processes using
7082         it.
7083         (check_event): Adjust to use per-inferior thread-db info.
7084         (thread_db_wait): Adjust to use per-inferior thread-db info.  Only
7085         unpush the thread-db target if there are no more processes using
7086         it.
7087         (thread_db_mourn_inferior): Adjust to use per-inferior thread-db
7088         info.  Mark breakpoints of the current inferior out before
7089         deleting them.  Only unpush the thread-db target if there are no
7090         more processes using it.
7091         (find_new_threads_callback): Adjust to use per-inferior thread_db
7092         info.
7093         (thread_db_find_new_threads_1): Add new ptid argument.  Adjust to
7094         use per-inferior thread-db info.
7095         (thread_db_find_new_threads): Adjust to use per-inferior thread-db
7096         info.
7097         (thread_db_get_thread_local_address): Adjust.
7098         (thread_db_get_ada_task_ptid): Adjust.
7099         * inf-ptrace.c (inf_ptrace_mourn_inferior): Only unpush the target
7100         if there no more processes left to debug.
7101         * thread.c (set_running, set_executing): Handle resuming all
7102         threads of a single inferior.
7103         * mi/mi-interp.c (mi_output_running_pid): New.
7104         (mi_inferior_count): New.
7105         (mi_on_resume): For backwards compatibility, if resuming all
7106         threads of an inferior, and there is only one inferior, output
7107         "all".
7108
7109 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
7110
7111         * ada-lang.c (ada_find_any_type): Move check for primitive types ...
7112         (to_fixed_range_type): ... to here.
7113
7114 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
7115
7116         * ada-lang.c (desc_data_type): Remove, replace by ...
7117         (desc_data_target_type): ... this.
7118         (thin_data_pntr): Use desc_data_target_type instead of desc_data_type.
7119         (ada_is_array_descriptor_type): Likewise.
7120         (ada_type_of_array): Likewise.
7121         (ada_coerce_to_simple_array_type): Likewise.
7122         (ada_array_element_type): Likewise.
7123
7124 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
7125
7126         * ada-valprint.c (ada_val_print_1): Use val_print_string to print
7127         result of ada_vax_float_print_function inferior call.
7128
7129 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
7130
7131         * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement to
7132         avoid creating a dummy value.
7133
7134 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
7135
7136         * p-valprint.c (pascal_val_print): Use extract_typed_address
7137         to extract reference value.
7138
7139 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
7140
7141         * doublest.c (NAN): Remove unused define.
7142         (extract_floating_by_length, deprecated_extract_floating): Remove.
7143         (store_floating_by_length, deprecated_store_floating): Remove.
7144         (extract_typed_floating): Do not call extract_floating_by_length.
7145         (store_typed_floating): Do not call store_floating_by_length.
7146         (convert_typed_floating): Remove redundant assertions.
7147         * doublest.h (deprecated_extract_floating): Remove.
7148         (deprecated_store_floating): Remove.
7149         * sh64-tdep.c (sh64_register_convert_to_raw): Call
7150         extract_typed_floating instead of deprecated_extract_floating.
7151
7152 2009-05-18  Jon Beniston <jon@beniston.com>
7153         
7154         * MAINTAINERS: Add lm32 target.        
7155         * Makefile.in: Add lm32 dependencies.        
7156         * NEWS: Indicate lm32 is a new target.
7157         * configure.tgt: Add lm32 targets.
7158         * lm32-tdep.c: New file.
7159
7160 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
7161
7162         * corelow.c (core_open): Flush the register cache before doing
7163         anything with registers.
7164
7165 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
7166
7167         * inflow.h (our_process_group): Remove declaration.
7168         (inferior_process_group): Delete global variable declaration.
7169         (inferior_process_group): New function declaration.
7170         * inflow.c: Include observer.h.
7171         (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
7172         Delete.
7173         (struct terminal_info): New struct.
7174         (our_terminal_info): New global.
7175         (inferior_process_group): New function.
7176         (inferior_thisrun_terminal): Extend description comment.
7177         (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
7178         instead of globals.
7179         (terminal_init_inferior_with_pgrp): Adjust to per-inferior
7180         terminal settings.
7181         (terminal_inferior): Ditto.
7182         (terminal_ours_1): Ditto.
7183         (inflow_new_inferior, inflow_inferior_exit): New functions.
7184         (child_terminal_info): Adjust to per-inferior terminal settings.
7185         (osig_set): New global.
7186         (set_sigint_trap): Adjust to per-inferior terminal settings.  Set
7187         or clear `osig_set' accordingly.
7188         (clear_sigint_trap): Check `osig_set' to decide wheater to restore
7189         SIGINT handler, instead of checking the current inferior (which
7190         may be none).
7191         (_initialize_inflow): Attach inflow_new_inferior and
7192         inflow_inferior_exit to the "new_inferior" and "inferior_exit"
7193         notifications, respectively.
7194         * inferior.h (struct terminal_info): Forward declare.
7195         (struct inferior): Add `terminal_info' field.
7196         * inferior.c (delete_inferior_1): Notify the inferior_exit
7197         observers before removing the inferior from the lists and deleting
7198         it.
7199         * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
7200         a function instead of a variable.  Adjust.
7201         * procfs.c (procfs_stop): Ditto.
7202
7203 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
7204
7205         * infrun.c (handle_inferior_event): When handling a
7206         TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
7207         immediatelly.
7208         * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
7209         from the child if vforking.
7210         * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
7211         breakpoints from the child here.
7212
7213 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
7214
7215         * infrun.c (pending_follow): Remove execd_pathname member.
7216         (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
7217         (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
7218         event, don't copy `execd_pathname' to pending_follow, use the
7219         event copy instead.  Release `execd_pathname' once done with
7220         handling the event.
7221
7222         * infrun.c (pending_follow): Remove mention of exec events.
7223
7224 2009-05-17  Hui Zhu  <teawater@gmail.com>
7225
7226         * i386-tdep.c (i386_process_record): Make it extern.
7227         (i386_gdbarch_init): Don't call set_gdbarch_process_record
7228         here.
7229         * i386-tdep.h (i386_process_record): Declare.
7230         * i386-linux-tdep.c (i386_linux_init_abi): Call
7231         set_gdbarch_process_record.
7232
7233 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
7234
7235         Always report varobj as changed when in_scope attribute changes.
7236
7237         * varobj.c (install_new_value): If non-NULL-ness of value
7238         changed, return 1.
7239
7240 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
7241         
7242         * NEWS: Mention set/show libthread-db-search-path.
7243         * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
7244         (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
7245         * linux-thread-db.c (libthread_db_search_path): New setting.
7246         (thread_db_handle): New variable (replaces using_thread_db).
7247         (try_thread_db_load_1): New function.
7248         (try_thread_db_load, thread_db_load_search): Likewise.
7249         (dladdr_to_soname): Likewise.
7250         (thread_db_load): Iterate over possibly multiple libthread_db's.
7251         (check_for_thread_db): Attempt to load new libthread_db.
7252         (thread_db_detach, thread_db_wait): Unload libthread_db.
7253         (thread_db_mourn_inferior): Likewise.
7254         (_initialize_thread_db): Add new libthread-db-search-path option.
7255         Defer loading of libthread_db to check_for_thread_db.
7256         * solib.c (libpthread_name_p): New function.
7257         (libpthread_solib_p): Call it.
7258         * solib.h (libpthread_name_p): New prototype.
7259         
7260 2009-05-15  Pierre Muller  <muller@ics.u-strasbg.fr>
7261
7262         * MAINTAINERS: Update my email address.
7263         
7264 2009-05-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7265
7266         * breakpoint.h: Add breakpoint_re_set_objfile prototype.
7267         * breakpoint.c (create_overlay_event_breakpoint): Renamed
7268         from create_overlay_event_breakpoint_1, old
7269         create_overlay_event_breakpoint deleted.
7270         (breakpoint_re_set_objfile): Don't rescan all objfiles
7271         unnecessarily.
7272         (breakpoint_re_set): New function.
7273         * symfile.c (new_symfile_objfile): Call breakpoint_re_set_objfile
7274         instead of breakpoint_re_set.
7275         * objfiles.c (objfile_relocate): Likewise.
7276         
7277 2009-05-14  Joel Brobecker  <brobecker@adacore.com>
7278
7279         * gdbarch.sh: Add comment documenting the target_gdbarch global.
7280         gdbarch.h does NOT need to be regenerated as the corresponding
7281         change has already been made in a previous commit.
7282
7283 2009-05-14  Pierre Muller  <muller@ics.u-strasbg.fr>
7284
7285         Remove all i386 debug register low level macros in config nm files.
7286         (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
7287         (I386_DR_LOW_GET_STATUS, I386_DR_LOW_SET_CONTROL): Remove.
7288         (I386_USE_GENERIC_WATCHPOIINTS): Remove.
7289
7290         * i386-nat.h: New file (adapted from config/i386/nm-i386.h).
7291         (struct i386_dr_low_type): New type.
7292         (i386_dr_low): New global variable.
7293         * i386-nat.c (TARGET_HAS_DR_LEN_8): Update macro.
7294         (i386_insert_aligned_watchpoint): Replace i386 dr low macros by
7295         i386_dr_low struct variable fields.
7296         (i386_remove_aligned_watchpoint): Likewise.
7297         (i386_stopped_data_address): Likewise.
7298         (i386_stopped_by_hwbp): Likewise.
7299         (show_debug_regs_command_added): New static variable.
7300         (add_show_debug_regs_command): New static function.
7301         (i386_use_watchpoints): Call add_show_debug_regs_command if not done.
7302         (i386_set_debug_register_length): New function.
7303         (_initialize_i386_nat): Delete.
7304         
7305         * amd64-linux-nat.c: Include "i386-nat.h".
7306         (amd64_linux_dr_set_control):  Change to static.
7307         (amd64_linux_dr_get_status): Change to static.
7308         (amd64_linux_dr_set_addr,amd64_linux_dr_reset_addr): Likewise.
7309         (_initialize_amd64_linux_nat): Set i386_dr_low variable fields.
7310         
7311         * go32-nat.c: Include "i386-nat.h".
7312         (go32_set_addr): Change to static.
7313         (go32_set_dr7): Change to static. Change arg type to unisgned long.
7314         (go32_get_dr6): Change to static. Change return type to unisnged long.
7315         (init_go32_ops):  Set i386_dr_low variable fields.
7316         * i386-linux-nat.c: Include "i386-nat.h".
7317         (i386_linux_dr_set_control, i386_linux_dr_get_status): Change to static.
7318         (i386_linux_dr_set_addr, i386_linux_dr_reset_addr): Idem.
7319         (_initialize_i386_linux_nat):  Set i386_dr_low variable fields.
7320         * i386bsd-nat.h: Declare functions used for
7321         i386_dr_low fields in i386fbsd-nat.c.
7322         * i386fbsd-nat.c: Include "i386-nat.h".
7323         (_initialize_i386fbsd_nat): Set i386_dr_low variable fields.
7324         * windows-nat.c: Include "i386-nat.h".
7325         (cygwin_set_dr, cygwin_get_dr6, cygwin_set_dr7): Add prototypes.
7326         Change to static.
7327         (cygwin_get_dr6): Change return type to unisnged long.
7328         (cygwin_set_dr7): Change arg type to unisgned long.
7329         (init_windows_ops): Set i386_dr_low function fields.
7330
7331         * amd64-windows-nat.c (_initialize_amd64_windows_nat): Call 
7332         i386_set_debug_register_length.
7333         * i386-windows-nat.c (_initialize_i386_windows_nat): Likewise.
7334
7335         * config/i386/nm-cygwin.h: Remove all I386_* macros.
7336         * config/i386/nm-cygwin64.h: Likewise.
7337         * config/i386/nm-fbsd.h: Likewise.
7338         * config/i386/nm-linux.h: Likewise.
7339         * config/i386/nm-i386.h: Remove completely.
7340         * config/i386/nm-go32.h: Remove completely.
7341         * config/i386/nm-linux64.h: Remove completely.
7342         * config/i386/go32.mh (NAT_FILE): Remove entry.
7343         * config/i386/linux64.h (NAT_FILE): Change to config/nm-linux.h.
7344
7345 2009-05-14  Jon Beniston  <jon@beniston.com>
7346
7347         * MAINTAINERS: Add Jon Beniston to write after approval list.
7348
7349 2009-05-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
7350
7351         * objc-lang.c (objc_objfile_data): New variable.
7352         (find_methods): Skip objfiles without Obj-C methods.
7353         (_initialize_objc_lang): New function.
7354
7355 2009-05-13  Joel Brobecker  <brobecker@adacore.com>
7356
7357         * c-lang.c (print_wchar): Remove unnecessary cast.
7358
7359 2009-05-12  Jim Blandy  <jimb@red-bean.com>
7360
7361         * MAINTAINERS: Remove self as m32c target maintainer.
7362
7363 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
7364
7365         * cli/cli-decode.c (deprecated_add_set_cmd): Delete.
7366         * command.h (deprecated_add_set_cmd): Delete declaration.
7367         * gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
7368         'set debug gnu-nat' and 'show debug gnu-nat'.
7369         * i386-nat.c (_initialize_i386_nat): Replace 'maint
7370         show-debug-registers' with 'maint set show-debug-registers' and
7371         'maint show show-debug-registers'.
7372         * mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
7373         show-debug-registers' with 'maint set show-debug-registers' and
7374         'maint show show-debug-registers'.
7375
7376 2009-05-12  Joel Brobecker <brobecker@adacore.com>
7377
7378         * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before
7379         pushing it on the output obstack.
7380
7381 2009-05-11  Joel Brobecker <brobecker@adacore.com>
7382
7383         Fix internal error on breaking at a multi-locations caller source line.
7384         * breakpoint.c (parse_breakpoint_sals): Set EXPLICIT_PC for the `break'
7385         command with no parameters.
7386
7387 2009-05-11  Pedro Alves  <pedro@codesourcery.com>
7388
7389         * linux-nat.c (enum sigchld_state): Delete.
7390         (linux_nat_async_events_state): Delete.
7391         (struct waitpid_result): Delete.
7392         (waitpid_queue): Delete.
7393         (queued_waitpid_1): Delete.
7394         (async_file_flush): New.
7395         (queued_waitpid, push_waitpid): Delete.
7396         (async_file_mark): New.
7397         (drain_queued_events): Delete.
7398         (my_waitpid): Remove locally queued events handling.
7399         (linux_test_for_tracefork): Upjust.
7400         (linux_child_follow_fork): Ditto.
7401         (sync_sigchld_action): Delete.
7402         (blocked_mask): Reinstate.
7403         (async_sigchld_action): Rename to...
7404         (sigchld_action): ... this.
7405         (block_child_signals): New.
7406         (restore_child_signals_mask): New.
7407         (lin_lwp_attach_lwp): Adjust.
7408         (linux_nat_create_inferior): Ditto.
7409         (linux_nat_attach): Also use lp->status in async mode.
7410         (get_pending_status): Don't use queued_waitpid.
7411         (linux_nat_detach): Don't drain locally queued events.
7412         (linux_nat_resume): Allow pending wait statuses stored lp->status
7413         in async mode.  If returning early due to a pending event,
7414         re-register the event source.
7415         (stop_wait_callback): Allow pending wait statuses stored
7416         lp->status in async mode.
7417         (pipe_to_local_event_queue, local_event_queue_to_pipe): Delete.
7418         (linux_nat_wait): Rename to ...
7419         (linux_nat_wait_1): ... this.  Allow pending wait statuses stored
7420         lp->status in async mode.  Always add WNOHANG to the waitpid
7421         options in async mode.
7422         (linux_nat_wait): New.
7423         (kill_callback): Don't drain locally queued events.
7424         (sigchld_handler): Rewrite.
7425         (linux_nat_is_async_p, linux_nat_can_async_p): Fix comments to
7426         refer to "set target-async".
7427         (linux_nat_async_mask): If in non-stop, and re-enabling async
7428         mode, re-register the target event source in the event loop.
7429         (linux_nat_event_pipe_pop, linux_nat_event_pipe_push)
7430         (get_pending_events, async_sigchld_handler)
7431         (linux_nat_async_events): Delete.
7432         (handle_target_event): New.
7433         (linux_nat_async_file_handler): Delete.
7434         (linux_async_pipe): New.
7435         (linux_nat_async): Only re-register in the event loop if not
7436         registered yet.  Always notify the event-loop once if enabling the
7437         event source.
7438         (linux_nat_stop_lwp): Rewrite to handle pending events stored in
7439         lp->status, not in the locally queued event list.
7440         (linux_nat_stop): Don't mask out async event handling.
7441         (linux_nat_setup_async): Delete.
7442         (_initialize_linux_nat): Adjust.
7443         (lin_thread_get_thread_signals): blocked_mask is global again.
7444         Adjust.
7445
7446 2009-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
7447
7448         Unify target macros.
7449
7450         * target.h (STOPPED_BY_WATCHPOINT): Delete, replaced by ...
7451         (target_stoppped_by_watchpoint): New macro.
7452         (HAVE_STEPPABLE_WATCHPOINT): Delete, replaced by ...
7453         (target_have_steppable_watchpoint): New macro.
7454         (HAVE_CONTINUABLE_WATCHPOINT): Delete, replace by ...
7455         (target_have_continuable_watchpoint): New macro.
7456         (TARGET_CAN_USE_HARDWARE_WATCHPOINT):Delete, replaced by ...
7457         (target_can_use_hardware_watchpoint): New macro.
7458         (TARGET_REGION_OK_FOR_HW_WATCHPOINT):Delete, replaced by ...
7459         (target_region_ok_for_hw_watchpoint): New macro.
7460
7461         * breakpoint.c (update_watchpoint): Use new macros.
7462         (bpstat_alloc): Likewise.
7463         (create_breakpoint): Likewise.
7464         (watch_command_1): Likewise.
7465         (can_use_hardware_watchpoint): Likewise.
7466         (do_enable_breakpoint): Likewise.
7467         * infrun.c (handle_inferior_event): Adapt to new macros.
7468         * mips-tdep.c (mips_gdbarch_init): Update comments.
7469         * procfs.c (procfs_set_watchpoint): Update comment.
7470         (procfs_insert_watchpoint): Adapt to new macros.
7471         * remote-m32r-sdi.c (m32r_stop):
7472         * remote-mips.c (mips_remove_breakpoint):
7473         * target.c (debug_to_region_ok_for_hw_watchpoint): Update to new macros.
7474         (debug_to_stopped_by_watchpoint): Likewise.
7475
7476
7477 2009-05-10  Pierre Muller  <muller@ics.u-strasbg.fr>
7478
7479         * src/gdb/target.h: Remove all tests for already defined
7480         macros. All macros defined here should not be set in config
7481         headers anymore.
7482
7483 2009-05-08  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7484
7485         * ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
7486         (have_ptrace_getsetfpregs): Likewise.
7487         fetch_all_gp_regs): New function.
7488         (fetch_gp_regs): New function.
7489         (fetch_all_fp_regs): Likewise.
7490         (fetch_fp_regs): New function.
7491         (fetch_ppc_registers): Using the new methods to fetch general-
7492         purpose and floating-pointer registers.
7493         (store_all_gp_regs): New function.
7494         (store_gp_regs): Likewise.
7495         (store_all_fp_regs): New function.
7496         (store_fp_regs): Likewise.
7497         (store_ppc_registers): Using the new methods to store general-
7498         purpose and floating-pointer registers.
7499
7500 2009-05-08  Doug Evans  <dje@google.com>
7501
7502         * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
7503
7504 2009-05-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
7505
7506         * MAINTAINERS (Write After Approval): Add self.
7507
7508 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
7509
7510         * gdbarch.h (target_gdbarch): Add comment documenting this global.
7511
7512 2009-05-06  Joel Brobecker  <brobecker@adacore.com>
7513
7514         * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over
7515         system iconv.
7516         * configure: Regenerate.
7517
7518 2009-05-06  Joel Brobecker  <brobecker@adacore.com>
7519
7520         * utils.c: Add include of gdb_usleep.h.
7521         (defaulted_query): Detect false EOF conditions that happen
7522         on terminals opened with the O_NONBLOCK flag when there is
7523         nothing to read.
7524
7525 2009-05-06  Pedro Alves  <pedro@codesourcery.com>
7526
7527         * inferior.c (add_inferior): Move observer_notify_new_inferior
7528         call to ...
7529         (add_inferior_silent): ... here.
7530
7531 2009-05-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7532             Pedro Alves  <pedro@codesourcery.com>
7533
7534         * procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
7535         (procfs_region_ok_for_hw_watchpoint, procfs_use_watchpoints): New
7536         functions.
7537         (procfs_stopped_by_watchpoint): Made static, ptid argument
7538         removed.
7539         (_initialize_procfs): Register new watchpoint related target
7540         functions.
7541         * config/i386/nm-i386sol2.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT)
7542         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT, STOPPED_BY_WATCHPOINT)
7543         (HAVE_CONTINUABLE_WATCHPOINT): Delete.
7544         (target_insert_watchpoint, target_remove_watchpoint): Delete.
7545         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
7546         declarations.
7547         * config/mips/nm-irix5.h (STOPPED_BY_WATCHPOINT)
7548         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
7549         (target_insert_watchpoint, target_remove_watchpoint): Delete.
7550         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
7551         declarations.
7552         * config/sparc/nm-sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
7553         (HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT): Delete.
7554         (target_insert_watchpoint, target_remove_watchpoint): Delete.
7555         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
7556         declarations.
7557
7558 2009-05-06  Hui Zhu  <teawater@gmail.com>
7559
7560         * i386-tdep.c (i386_process_record): Change bzero to memset.
7561
7562 2009-05-06  Hui Zhu  <teawater@gmail.com>
7563
7564         * NEWS: Add item for process record and replay.
7565
7566 2009-05-05  Maxim Grigoriev  <maxim2405@gmail.com>
7567
7568         * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
7569
7570 2009-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
7571
7572         * inferior.h (read_pc, write_pc): Remove.
7573         * regcache.c (read_pc, write_pc): Remove.
7574
7575         * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
7576         of read_pc.
7577         (handle_inferior_event): Use regcache_read_pc instead of read_pc
7578         when determining value of stop_pc.  Replace subsequent uses of
7579         read_pc by inspecting already-retrieved stop_pc value.
7580         (keep_going): Use regcache_read_pc instead of read_pc.
7581
7582         * breakpoint.c (watchpoint_check): Use current frame architecture
7583         and PC instead of current_gdbarch and read_pc ().
7584         * tracepoint.c (set_traceframe_context): Replace PC argument
7585         with FRAME argument.
7586         (trace_start_command, finish_tfind_command): Update calls.
7587         (finish_tfind_command): Compare frame IDs to identify transitions
7588         between frames.
7589         (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
7590         * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
7591         of gdbarch.  Use regcache_read_pc and regcache_write_pc instead
7592         of read_pc and write_pc.
7593         (store_register): Make regcache argument non-const.  Update call
7594         to exec_one_dummy_insn.
7595
7596         * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
7597         * infcmd.c (post_create_inferior): Likewise.
7598         * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
7599         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
7600         * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
7601         * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
7602         * linux-fork.c (fork_load_infrun_state): Likewise.
7603         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
7604         * record.c (record_wait): Likewise.
7605         * procfs.c (procfs_wait): Likewise.
7606         * remote-mips.c (common_open, mips_wait): Likewise.
7607         * remote-m32r-sdi.c (m32r_resume): Likewise.
7608
7609         * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
7610         * monitor.c (monitor_create_inferior, monitor_load): Likewise.
7611         * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
7612         * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
7613         * remote-mips.c (mips_create_inferior, mips_load): Likewise.
7614
7615         * solib-darwin.c: Include "regcache.h".
7616         * solib-pa64.c: Include "regcache.h".
7617         * solib-svr4.c: Include "regcache.h.".
7618
7619         * symfile.c: Do not mention read_pc or write_pc in comments.
7620         * dink32-rom.c: Likewise.
7621         * m32r-rom.c: Likewise.
7622         * mips-tdep.c: Likewise.
7623
7624 2009-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
7625
7626         * fork-child.c (startup_inferior): Move setting stop_pc ...
7627         * infcmd.c (post_create_inferior): ... to here.
7628
7629 2009-05-04  Michael Snyder  <msnyder@vmware.com>
7630
7631         * NEWS: Add item for reverse debugging commands.
7632
7633 2009-05-04  Pedro Alves  <pedro@codesourcery.com>
7634
7635         * go32-nat.c (go32_stop): Delete.
7636         (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
7637         (go32_create_inferior): Don't call go32_stop or
7638         go32_kill_inferior.
7639         (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
7640         here.
7641         (init_go32_ops): Don't register go32_stop.
7642
7643 2009-05-02  Eli Zaretskii  <eliz@gnu.org>
7644
7645         * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
7646         sym_name.
7647
7648         * infcall.c (find_function_addr): Avoid compiler warnings for
7649         funaddr.
7650
7651 2009-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7652
7653         * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
7654         (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
7655
7656 2009-05-01  Doug Evans  <dje@google.com>
7657
7658         * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
7659         to thread_info.
7660
7661 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
7662
7663         * record.c (_initialize_record): Reformat and clarify doc strings
7664         for stop-at-limit and insn-number-max.
7665
7666         * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
7667
7668 2009-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7669
7670         Make specifiable the make_function_type type memory ownership.
7671         * gdbtypes.c (make_function_type): New parameter `objfile', use it
7672         explicitely instead of TYPE-initialized removed local variable
7673         `objfile'.  Describe `objfile' it in the function comment.
7674         (lookup_function_type): Update make_function_type callers.
7675         * gdbtypes.h (make_function_type): Update the prototype.
7676         * jv-lang.c (java_link_class_type): Update make_function_type callers.
7677         * dwarf2read.c (read_subroutine_type): Likewise.
7678         * stabsread.c (read_type): Likewise.
7679
7680 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
7681
7682         * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
7683         printing a bogus "Thread <main>".
7684         (go32_thread_alive): Don't return 1 for null_ptid.
7685
7686         * i386-tdep.c (i386_go32_init_abi): Override the number of
7687         registers due to non-support of SSE.
7688
7689 2009-04-30  Anthony Green  <green@moxielogic.com>
7690
7691         * configure.tgt: Link the moxie simulator in with gdb.
7692
7693 2009-04-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
7694
7695         * elfread.c (elf_symtab_read): Don't assume .data and .rodata
7696         are present.
7697
7698 2009-04-30  Hui Zhu  <teawater@gmail.com>
7699             Michael Snyder  <msnyder@vmware.com>
7700
7701         I386 Linux process record and replay support.
7702
7703         * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
7704         This struct has the argument for the function
7705         "record_linux_system_call".
7706         (i386_linux_intx80_sysenter_record): New function. Parse the
7707         system call instruction and call function
7708         "record_linux_system_call" to record execute log.
7709         (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
7710         Set "i386_linux_intx80_sysenter_record" to
7711         "i386_intx80_record" and "i386_sysenter_record".
7712
7713 2009-04-30  Hui Zhu  <teawater@gmail.com>
7714             Michael Snyder  <msnyder@vmware.com>
7715
7716         I386 architecture process record and replay support.
7717
7718         * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
7719         PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
7720         instruction set.
7721         (aflag, dflag, override, modrm, mod, reg, rm, ot,
7722         i386_record_pc): New variables. Ditto.
7723         (i386_record_modrm, i386_record_lea_modrm_addr,
7724         i386_record_lea_modrm): New functions. Ditto.
7725         (i386_process_record): New function. Parse the instruction in
7726         address "addr" and record the values of registers and memory
7727         that will be changed by this instruction.
7728         (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
7729         "process_record" interface.
7730         * i386-tdep.h (gdbarch_tdep): New function pointers
7731         "i386_intx80_record" and "i386_sysenter_record" that point to
7732         the function that can record "intx80" and "sysenter" execute
7733         log.
7734
7735 2009-04-30  Hui Zhu  <teawater@gmail.com>
7736             Michael Snyder  <msnyder@vmware.com>
7737
7738         * infrun.c (use_displaced_stepping): Return false if process
7739         record and replay target is used.
7740         (proceed): Call function "record_not_record_set" if pocess
7741         record and replay target is used.
7742
7743 2009-04-30  Hui Zhu  <teawater@gmail.com>
7744             Michael Snyder  <msnyder@vmware.com>
7745
7746         Linux process record and replay support.
7747
7748         * Makefile.in (ALLDEPFILES): Add linux-record.c.
7749         (ALL_TARGET_OBS): Add linux-record.o.
7750         * configure.tgt (x86_64-*-linux*): Add linux-record.o.
7751         (i[34567]86-*-linux*): Add linux-record.o.
7752         * linux-record.c, linux-record.h: New file.
7753
7754 2009-04-30  Hui Zhu  <teawater@gmail.com>
7755             Michael Snyder  <msnyder@vmware.com>
7756
7757         Process record and replay target.
7758
7759         * Makefile.in (SFILES): Add record.c.
7760         (COMMON_OBS): Add record.o.
7761         * record.c, record.h: New file.
7762
7763 2009-04-30  Hui Zhu  <teawater@gmail.com>
7764             Michael Snyder  <msnyder@vmware.com>
7765
7766         * target.h (strata): New stratum "record_stratum".
7767
7768 2009-04-30  Hui Zhu  <teawater@gmail.com>
7769             Michael Snyder  <msnyder@vmware.com>
7770
7771         GDBARCH interface for process record and replay.
7772
7773         * gdbarch.sh (process_record): This interface point to the
7774         function that records the inferior execute log.
7775
7776 2009-04-29  Doug Evans  <dje@google.com>
7777
7778         * i386-nat.c (child_post_startup_inferior): Delete, unused.
7779
7780 2009-04-29  Pedro Alves  <pedro@codesourcery.com>
7781
7782         * breakpoint.c (print_exception_catchpoint): Access `b' directly
7783         instead of `b->loc->owner'.
7784         (print_mention_exception_catchpoint): Ditto.
7785
7786 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7787
7788         * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
7789
7790 2009-04-27  Tom Tromey  <tromey@redhat.com>
7791
7792         * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
7793
7794 2009-04-27  Jerome Guitton  <guitton@adacore.com>
7795
7796         * symtab.c (append_exact_match_to_sals): New function, extracted
7797         from expand_line_sal.
7798         (expand_line_sal): Use append_exact_match_to_sals to append exact
7799         matches. If none found, append all best items.
7800
7801 2009-04-27  Jerome Guitton  <guitton@adacore.com>
7802
7803         * main.c (captured_main): Move gdbinit lookups after gdb_init.
7804
7805 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7806
7807         PR gdb/9675:
7808         * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
7809         (read_func_scope): Call inherit_abstract_dies.
7810
7811 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
7812
7813         * Makefile.in (ALLDEPFILES): Remove duplicate entries for
7814         sparc-sol2-nat.c and sparc-sol2-tdep.c.
7815
7816         * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
7817
7818 2009-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
7819
7820         ARI change: Use "/* ARI: rule */" pattern.
7821         * utils.c: Update ARI patterns.
7822         * gdb_dirent.h: Likewise.
7823
7824 2009-04-23  Anthony Green  <green@moxielogic.com>
7825
7826         * MAINTAINERS: Add moxie target.
7827         * configure.tgt: Add moxie-*-elf target.
7828         * moxie-tdep.c: New file.
7829         * moxie-tdep.h: New file.
7830
7831 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
7832
7833         * ada-lang.c: Remove an extra empty line. No code change.
7834
7835 2009-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
7836
7837         Fix double free on error inserting the breakpoint instruction.
7838         * breakpoint.c (create_breakpoints): Move the
7839         update_global_location_list call to ...
7840         (break_command_really): ... here together with the second local call
7841         both unified after all the cleanups.
7842
7843 2009-04-23  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7844             Tom Tromey  <tromey@redhat.com>
7845
7846         * configure, config.in: Regenerate.
7847         * configure.ac: Support for relocatable GDB datadir.  Use
7848         GDB_AC_WITH_DIR.  Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
7849         * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
7850         * top.c (init_main): Add "set data-directory".
7851         * defs.h (gdb_datadir): Declare.
7852         * main.c (gdb_datadir): New global.
7853         (captured_main): Initialize gdb_datadir.  Use relocate_directory.
7854         (relocate_path): New function.
7855         (relocate_directory): Likewise.
7856         (get_init_files): Use relocate_path.
7857         (README): Mention --with-gdb-datadir.
7858
7859 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
7860
7861         * ada-tasks (task_command_1): Call target_find_new_threads.
7862
7863 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
7864
7865         * stack.c (do_gdb_disassembly): Print the exception message if an
7866         error was thrown while trying to perform the disassembly.
7867
7868 2009-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7869
7870         * varobj.c (free_variable): Replace free_current_contents by xfree.
7871
7872 2009-04-22  Kazu Hirata  <kazu@codesourcery.com>
7873
7874         * arm-linux-nat.c (fetch_register, store_register): Use
7875         ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
7876         * arm-linux-tdep.c (arm_linux_supply_gregset,
7877         arm_linux_collect_gregset): Likewise.
7878         * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
7879         * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
7880
7881 2009-04-22  Hui Zhu  <teawater@gmail.com>
7882
7883         * stack.c (_initialize_stack): Set the default of
7884         disassemble-next-line to off.
7885
7886 2009-04-21  Tom Tromey  <tromey@redhat.com>
7887
7888         * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
7889         * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
7890
7891 2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
7892
7893         * configure.ac: Add quotes to not lose brackets in help text.
7894         * configure: Rebuild.
7895
7896 2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
7897
7898         * configure.ac: Don't postprocess Makefile in config.status.
7899         Substitute GDB_NM_FILE.  Don't substitute nm_h.
7900         * Makefile.in (GDB_NM_FILE): Substitute.
7901         (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
7902         * configure: Regenerate.
7903         * gnulib/Makefile.in: Regenerate.
7904
7905 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
7906
7907         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
7908         --with-htmldir): New.
7909         * configure: Regenerate.
7910
7911 2009-04-21  Tom Tromey  <tromey@redhat.com>
7912
7913         * configure: Rebuild.
7914         * configure.ac: Use lower case for start of help strings.  Clean
7915         up --with-sysroot help.
7916
7917 2009-04-21  Tom Tromey  <tromey@redhat.com>
7918
7919         * configure: Rebuild.
7920         * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
7921         * configure.ac: Use AC_HELP_STRING.  Use upper case for variables
7922         in help.
7923
7924 2009-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
7925
7926         ARI fix: remove "%p".
7927         * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
7928         (ia64_sigtramp_frame_this_id): Ditto.
7929         (ia64_libunwind_frame_this_id): Ditto.
7930         (ia64_libunwind_sigtramp_frame_this_id): Ditto.
7931         * symmisc.c (maintenance_info_psymtabs): Ditto.
7932
7933 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
7934
7935         * configure.ac (--with-relocated-sources): New.
7936         * configure, config.in: Regenerate.
7937         * source.c (add_substitute_path_rule): Remove static.
7938         * source.h (add_substitute_path_rule): Declare.
7939         * main.c: Include "source.h".
7940         (captured_main): Add substitution rule if RELOC_SRCDIR.
7941
7942 2009-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
7943
7944         * gnu-nat.h (proc_debug): Add missing continuation line in macro.
7945
7946 2009-04-20  David Daney  <ddaney@caviumnetworks.com>
7947
7948         * NEWS: Mention MIPS/Linux hardware watchpoint support.
7949
7950 2009-04-20  David Daney  <ddaney@caviumnetworks.com>
7951
7952         * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
7953         (maint_show_dr, super_close): New variables.
7954         (super_fetch_registers, super_store_registers): Make static.
7955         (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
7956         (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
7957         (pt_watch_style): Define new enum.
7958         (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
7959         Define new structs.
7960         (watch_readback_valid, watch_readback, current_watches, watch_mirror):
7961         New variables.
7962         (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
7963         (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
7964         (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
7965         (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
7966         (type_to_irw, fill_mask, try_one_watch)
7967         (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
7968         (mips_linux_new_thread, populate_regs_from_watches)
7969         (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
7970         (mips_linux_close): New functions.
7971         (_initialize_mips_linux_nat): Register watchpoint functions with
7972         the target_ops.  Add show-debug-regs maintenance command.
7973
7974 2009-04-20  David Daney  <ddaney@caviumnetworks.com>
7975
7976         * infrun.c (handle_inferior_event): Move gegisters_changed call down.
7977
7978 2009-04-19  Pedro Alves  <pedro@codesourcery.com>
7979
7980         * NEWS: Mention gdbserver support for x86 Windows CE.
7981
7982 2009-04-19  Eli Zaretskii  <eliz@gnu.org>
7983
7984         * config/djgpp/fnchange.lst: Fix typos.
7985
7986         Set default host and target charsets in the DJGPP port.
7987
7988         * config/djgpp/config.sed (am_cv_langinfo_codeset)
7989         (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
7990         in all configure scripts that define ac_cv_env_CPP_value.
7991
7992         * go32-nat.c (dos_codepage, nl_langinfo): New functions.
7993         Include langinfo.h.
7994
7995         * config/djgpp/nl_types.h: New file.
7996
7997         * config/djgpp/langinfo.h: New file.
7998
7999         * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
8000
8001 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
8002
8003         * Makefile.in (MAKEHTML): Set to makeinfo --html.
8004         (MAKEHTMLFLAGS): Set to empty.
8005
8006 2009-04-18  Eli Zaretskii  <eliz@gnu.org>
8007
8008         * NEWS: Mention all new set/show commands added since GDB 6.8 was
8009         released.
8010
8011         * go32-nat.c (go32_sysinfo): Check if the call to
8012         __dpmi_get_capabilities fills the buffer with information, and
8013         don't use the buffer if not.
8014
8015 2009-04-17  Tom Tromey  <tromey@redhat.com>
8016
8017         * charset.c (_initialize_charset): Add special case for "646".
8018
8019 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
8020
8021         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
8022         * configure: Regenerate.
8023         * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
8024         configure substitutions.
8025         (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
8026
8027 2009-04-17  Pierre Muller  <muller@ics.u-strasbg.fr>
8028
8029         ARI fix: Do not use %p, replace by call to host_address_to_string
8030         for host pointers.
8031         * darwin-nat.c (darwin_xfer_partial): Apply change.
8032         * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
8033         * gnu-nat.h (proc_debug): Ditto.
8034         * symmisc.c (maintenance_info_symtabs): Ditto.
8035         (maintenance_info_psymtabs): Ditto.
8036         * windows-nat.c (handle_load_dll): Ditto.
8037         (handle_unload_dll, info_w32_command, handle_exception): Ditto.
8038         * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
8039
8040 2009-04-17  Joseph Myers  <joseph@codesourcery.com>
8041
8042         * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
8043         --enable-64-bit-bfd.
8044         (sparc-*-linux*): Likewise.
8045
8046 2009-04-17  Eli Zaretskii  <eliz@gnu.org>
8047
8048         * go32-nat.c (go32_sysinfo): Update list of Windows versions of
8049         the NT family.
8050
8051 2009-04-16  Pedro Alves  <pedro@codesourcery.com>
8052
8053         * remote.c (remote_query_attached): Fix pasto in packet_ok result
8054         checking.
8055
8056 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
8057
8058         * procfs.c (solib_mappings_callback, find_memory_regions_callback):
8059         Revert the previous change.  Might not be correct, actually.
8060
8061 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
8062
8063         * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
8064         (ada_get_current_task, ada_print_exception_breakpoint_nontask)
8065         (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
8066         Remove declaration. These are non-existent functions.
8067
8068 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
8069
8070         * procfs.c (solib_mappings_callback, find_memory_regions_callback):
8071         Fix a compilation warning on mips-irix due to casting from
8072         a pointer of different size.
8073
8074 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
8075
8076         * ada-lang.c (symtab_for_sym): Delete.
8077         (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
8078
8079 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
8080
8081         * ada-lang.c (extract_string): Delete.
8082         (ada_main_name): Reimplement using target_read_string instead of
8083         extract_string.
8084
8085 2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
8086
8087         * m68klinux-nat.c: Remove obsolete comment.
8088         (fetch_register, store_register): Don't call
8089         gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
8090         which are always nops here.
8091
8092 2009-04-14  Tom Tromey  <tromey@redhat.com>
8093
8094         * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
8095         (c_printstr): Likewise.
8096         * charset.c: Include gdb_wait.h.
8097         (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
8098         (find_charset_names): Use pexecute.  Handle libiconv's output.
8099         Detect errors.
8100         (_initialize_charset): Use xstrdup.
8101         * gdb_wchar.h: Check HAVE_BTOWC.  Split PHONY_ICONV and wchar
8102         cases.
8103         (INTERMEDIATE_ENCODING): New define.
8104         * configure, config.in: Rebuild.
8105         * configure.ac: Check for btowc.
8106
8107 2009-04-15  Tom Tromey  <tromey@redhat.com>
8108
8109         * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
8110
8111 2009-04-15  Eli Zaretskii  <eliz@gnu.org>
8112
8113         * utils.c (parse_escape): Initialize target_char to pacify GCC.
8114
8115 2009-04-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8116
8117         * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
8118
8119 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8120
8121         ARI fix: sprintf rule.
8122         * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
8123         * ada-lang.c (add_angle_brackets): Use xstrprintf.
8124         (ada_decode): Replace sprintf by xsnprintf.
8125         (find_old_style_renaming_symbol): Ditto.
8126         (ada_to_fixed_type_1, ada_enum_name): Ditto.
8127
8128
8129 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
8130
8131         * target.c (target_mourn_inferior): Call bfd_cache_close_all
8132         after having executed the target mourn_inferior routine.
8133
8134 2009-04-14  Eli Zaretskii  <eliz@gnu.org>
8135
8136         * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
8137         undefined.
8138
8139 2009-04-13  David Daney  <ddaney@caviumnetworks.com>
8140
8141         * infrun.c (maybe_software_singlestep): New function.
8142         (resume): Call maybe_software_singlestep.
8143         (handle_inferior_event): Same.
8144
8145 2009-04-13  Tom Tromey  <tromey@redhat.com>
8146
8147         * python/python-frame.c (frapy_richcompare): Return
8148         Py_NotImplemented, not an error.  Handle Py_NE as well.
8149
8150 2009-04-13  Eli Zaretskii  <eliz@gnu.org>
8151
8152         * charset.c (EILSEQ): Define if not defined by system headers.
8153
8154 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
8155
8156         * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
8157         to be consistent with renaming config.intl.in into config_intl.in.
8158
8159         * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
8160         consistent with the change from 2008-11-09.
8161
8162 2009-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8163
8164         * gdbtypes.c: Remove excessive parentheses at the return keywords.
8165         * varobj.c (varobj_invalidate): Fix indentation.
8166         * varobj.c (varobj_invalidate): Fix formatting text width.
8167
8168 2009-04-08  Vladimir Prus  <vladimir@codesourcery.com>
8169
8170         Implement -exec-jump.
8171
8172         * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
8173         * mi/mi-main.c (mi_cmd_exec_jump): New.
8174         * mi/mi-cmds.c (mi_cmds): Register exec-jump.
8175
8176 2009-04-07  Doug Evans  <dje@google.com>
8177
8178         * symfile.c (symbol_file_clear): Fix indentation.
8179
8180 2009-04-06  Mark Kettenis  <kettenis@gnu.org>
8181
8182         * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
8183
8184 2009-04-03  Ulrich Weigand  <uweigand@de.ibm.com>
8185
8186         * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
8187         (ppc_linux_auxv_parse): New function.
8188         (ppc_linux_read_description): Use ppc_linux_target_wordsize.
8189         (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
8190
8191 2009-04-03  Ulrich Weigand  <uweigand@de.ibm.com>
8192
8193         * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
8194         BFD to contents of SPU name note.
8195         (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
8196         with "from_tty" argument 1 instead of 0.
8197
8198 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8199
8200         * dwarf2read.c
8201         (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
8202         Create the symbol in local scope.
8203         * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
8204
8205 2009-04-02  Keith Seitz  <keiths@redhat.com>
8206
8207         * stabsread.c (read_member_functions): GCC may emit an extra space
8208         at the end of the names "__base_ctor" and "__base_dtor"; so ignore
8209         whitespace when looking for these functions.
8210
8211 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
8212
8213         Change the default value for "set print frame-arguments" to scalars.
8214
8215         * stack.c (print_frame_arguments): Set initial value to "scalars".
8216
8217 2009-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8218
8219         * mips-tdep.c (mips_numeric_register_alieses): New definition.
8220         (mips_gdbarch_init): Add user registers from
8221         mips_numeric_register_aliases.
8222
8223 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
8224
8225         * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
8226
8227 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
8228
8229         * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
8230         this is the last one.
8231
8232 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
8233
8234         * remote.c (append_resumption): New.
8235         (remote_vcont_resume): Use it.
8236
8237 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
8238
8239         * windows-nat.c (+windows_get_ada_task_ptid): New function.
8240         (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
8241
8242 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
8243             Keith Seitz  <keiths@redhat.com>
8244             Jan Kratochvil  <jan.kratochvil@redhat.com>
8245
8246         PR gdb/6817
8247         * Makefile.in (dbxread.o): Update.
8248         * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
8249         * dwarf2read.c (GDB_FORM_cached_string): New.
8250         (read_partial_die): Use dwarf2_canonicalize_name.
8251         (dwarf2_linkage_name): Use dwarf2_name.
8252         (dwarf2_canonicalize_name): New.
8253         (dwarf2_name): Use dwarf2_canonicalize_name.
8254         (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
8255         * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
8256         * symtab.c (lookup_symbol_in_language): Canonicalize input before
8257         searching.
8258         * cp-name-parser.y: operator() requires two parameters,
8259         according to libiberty.
8260         * minsyms.c (lookup_minimal_symbol): Canonicalize input
8261         before searching.
8262         * NEWS: Update.
8263
8264 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
8265
8266         Provide support for (Ada) task-specific breakpoints.
8267
8268         * ada-lang.h (ada_get_task_number): Add declaration.
8269         (breakpoint_ada_task_match): Delete declaration.
8270         * ada-tasks.c (ada_get_task_number): Make non-static.
8271         * breakpoint.h (struct breakpoint): Add field "task".
8272         * breakpoint.c (print_one_breakpoint_location): Add handling of
8273         task-specific breakpoints.
8274         (create_breakpoint, create_breakpoints, find_condition_and_thread):
8275         New parameter "task".
8276         (break_command_really): Update calls to find_condition_and_thread
8277         and create_breakpoints.
8278         (breakpoint_re_set_one): Update call to find_condition_and_thread.
8279         Set b->task.
8280
8281 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
8282
8283         * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
8284
8285 2009-03-31  Pedro Alves  <pedro@codesourcery.com>
8286
8287         * remote.c (remote_notice_new_inferior): Use ptid_is_pid.  Check
8288         if the thread's ptid without a thread id field is in the list
8289         before calling thread_change_ptid.
8290         (extended_remote_attach_1): In non-stop mode, do not rely on
8291         querying the current thread, instead, query the thread list, and
8292         select the first thread of the process.
8293         * gdbthread.h (first_thread_of_process): Declare.
8294         * thread.c (first_thread_of_process): Define.
8295
8296 2009-03-30  Stan Shebs  <stan@codesourcery.com>
8297
8298         Make tracepoints into a type of breakpoint.
8299         * breakpoint.h (enum bptype): Add bp_tracepoint.
8300         (struct breakpoint): Add fields step_count, pass_count, actions.
8301         (get_tracepoint, get_tracepoint_by_number): Declare.
8302         (all_tracepoints): Declare.
8303         * breakpoint.c: Include tracepoint.h, readline.h.
8304         (ALL_TRACEPOINTS): Move here from tracepoint.c.
8305         (tracepoint_count): Ditto.
8306         (should_be_inserted): GDB does not insert tracepoints itself.
8307         (print_it_typical): Add tracepoint case.
8308         (bpstat_what): Ditto.
8309         (print_one_breakpoint_location): Ditto, and add printing for
8310         pass count, step count, and action list.
8311         (user_settable_breakpoint): Add tracepoint case.
8312         (allocate_bp_location): Ditto.
8313         (set_breakpoint_location_function): Ditto.
8314         (disable_breakpoints_in_shlibs): Ditto.
8315         (mention): Ditto.
8316         (break_command_really): Add argument traceflag, use to choose
8317         basic breakpoint type.
8318         (break_command_1): Pass extra argument.
8319         (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
8320         (breakpoint_re_set_one): Add tracepoint case.
8321         (disable_command, enable_command): Ditto.
8322         (set_tracepoint_count): Move here from tracepoint.c.
8323         (trace_command): Move here from tracepoint.c and use
8324         break_command_really.
8325         (tracepoints_info): Move here from tracepoint.c and call
8326         breakpoints_info.
8327         (enable_trace_command): Move here from tracepoint.c and call
8328         enable_command.
8329         (disable_trace_command): Move here from tracepoint.c and call
8330         disable_command.
8331         (delete_trace_command): Move here from tracepoint.c and call
8332         delete_breakpoint.
8333         (trace_pass_command): Move here from tracepoint.c.
8334         (get_tracepoint_by_number): Ditto.
8335         (tracepoint_save_command): Ditto.
8336         (get_tracepoint): New function.
8337         (all_tracepoints): New function.
8338         (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
8339         deprecate "enable trace" and "disable trace" commands.
8340         * tracepoint.h (struct tracepoint): Remove.
8341         (tracepoint_chain): Remove decl.
8342         (deprecated_create_tracepoint_hook): Remove decl.
8343         (deprecated_delete_tracepoint_hook): Remove decl.
8344         (deprecated_modify_tracepoint_hook): Remove decl.
8345         (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
8346         (free_actions): Update signature.
8347         (validate_actionline): Update signature.
8348         (end_actions_pseudocommand): Declare.
8349         (while_stepping_pseudocommand): Declare.
8350         * tracepoint.c: Include breakpoint.h.
8351         (tracepoint_chain, tracepoint_count): Remove.
8352         (free_actions, make_cleanup_free_actions): Update signature.
8353         (trace_command, set_raw_tracepoint): Remove.
8354         (trace_mention): Remove.
8355         (tracepoints_info): Remove.
8356         (tracepoint_operation, map_args_over_tracepoints): Remove.
8357         (get_tracepoint_by_number): Remove.
8358         (enable_trace_command, disable_trace_command): Remove.
8359         (delete_trace_command, trace_pass_command): Remove.
8360         (trace_actions_command, read_actions): Update signature.
8361         (validate_actionline): Update signature, use bp loc.
8362         (encode_actions): Ditto.
8363         (download_tracepoint): New function, body of trace_start_command.
8364         (trace_start_command): Call it, use all_tracepoints.
8365         (tracepoint_save_command): Remove.
8366         (tracepoint_dump_command): Use get_tracepoint.
8367         (end_actions_pseudocommand): Make globally visible.
8368         (while_stepping_pseudocommand): Ditto.
8369         (_initialize_tracepoint): Move command definitions to breakpoint.c.
8370
8371 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8372
8373         Expose frames to Python.
8374         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
8375         (SUBDIR_PYTHON_SRCS): Add python-frame.c.
8376         (python-frame.o): New target.
8377         * python/python-frame.c: New file.
8378         * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
8379         gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
8380         gdbpy_initialize_frames): New prototypes.
8381         * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
8382         (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
8383         entries.
8384         * stack.c (find_frame_funname): New function, factored out of
8385         print_frame.
8386         (print_frame): Call find_frame_funname.
8387         * stack.h (find_frame_funname): Add prototype.
8388
8389 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8390
8391         Remove unused value_object attribute `owned_by_gdb'.
8392         * python/python-value.c (value_object): Remove owned_by_gdb
8393         attribute.
8394         (valpy_dealloc): Remove reference to self->owned_by_gdb.
8395         (valpy_new): Likewise.
8396         (value_to_value_object): Likewise.
8397
8398 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8399
8400         Change gdb.Value.address from a method to an attribute.
8401         * python/python-value.c (value_object): Add `address' element.
8402         (valpy_dealloc): Decrement reference to self->address if set.
8403         (valpy_new): Initialize val_obj->address.
8404         (valpy_address): Rename to ...
8405         (valpy_get_address): ... this.  Change signature from method to
8406         attribute.  Update self->address if not set.
8407         (value_to_value_object): Initialize val_obj->address.
8408         (value_object_getset): Add `address' element.
8409         (value_object_methods): Remove `address' element.
8410
8411 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
8412
8413         * observer.sh: Set LANG/LC_ALL to C, not c.
8414
8415 2009-03-28  Kevin Buettner  <kevinb@redhat.com>
8416
8417         * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
8418         `char' is unsigned.
8419
8420 2009-03-28  Pedro Alves  <pedro@codesourcery.com>
8421
8422         * remote.c (remote_stop_ns): If multi-process extensions are off,
8423         and GDB is requesting the whole process to stop, sent "vCont;t",
8424         not "vCont;t:-1"
8425
8426 2009-03-28  Pedro Alves  <pedro@codesourcery.com>
8427
8428         * inf-loop.c (inferior_event_handler): Avoid calling is_running on
8429         null inferior_ptid.
8430
8431 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
8432
8433         * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
8434
8435 2009-03-26  Doug Evans  <dje@google.com>
8436
8437         * thread.c (do_restore_current_thread_cleanup): Redo test for
8438         whether to restore old->inferior_ptid.
8439
8440 2009-03-26  Tom Tromey  <tromey@redhat.com>
8441
8442         * breakpoint.c (resolve_sal_pc): Preserve original line number
8443         when skipping prologue.
8444
8445 2009-03-26  Doug Evans  <dje@google.com>
8446
8447         * thread.c (inferior_thread) Remove "extern" in definition.
8448
8449 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8450
8451         Add gdb.Value.is_optimized_out attribute.
8452         * python/python-value.c (valpy_get_is_optimized_out): New
8453         function.
8454         (value_object_getset): New variable.
8455         (value_object_type): Initialize tp_getset element.
8456
8457 2009-03-26  Joel Brobecker  <brobecker@adacore.com>
8458
8459         Recognize missing DW_AT_location as <value optimized out>.
8460         * dwarf2read.c
8461         (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
8462         Call add_symbol_to_list.
8463
8464 2009-03-25  Tom Tromey  <tromey@redhat.com>
8465
8466         * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
8467         * stack.c (print_this_frame_argument_p): Use check_typedef.
8468
8469 2009-03-25  Tom Tromey  <tromey@redhat.com>
8470
8471         * configure: Rebuild.
8472         * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
8473         Rearrange flags setting.  Add comments.
8474
8475 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8476
8477         * config/i386/nm-i386.h: Remove code within
8478         I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
8479         * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
8480         macro.
8481         * config/i386/nm-cygwin64.h: Ditto.
8482         * config/i386/nm-fbsd.h: Ditto.
8483         * config/i386/nm-go32.h: Ditto.
8484         * config/i386/nm-linux.h: Ditto.
8485         * config/i386/nm-linux64.h: Ditto.
8486
8487 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8488
8489         ARI fix: "xasprintf" rule.
8490         * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
8491
8492 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
8493
8494         * remote.c (remote_start_remote): In non-stop mode, call
8495         init_wait_for_inferior before adding threads and inferiors.
8496
8497 2009-03-25  Joel Brobecker  <brobecker@adacore.com>
8498
8499         * breakpoint.c (breakpoint_thread_match): Split a large condition
8500         into several smaller conditions.  No behavior change.
8501
8502 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
8503
8504         * infrun.c (infrun_thread_thread_exit): New.
8505         (_initialize_infrun): Attach it to the thread_exit observer.
8506         * thread.c (delete_thread_1): Always call the observer, passing it
8507         the silent flag.
8508         * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter.  If
8509         SILENT, return immediately.
8510
8511 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
8512
8513         * infrun.c (normal_stop): Use has_stack_frames instead of
8514         target_has_stack.
8515         * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
8516         when there is no thread selected.
8517         (mi_cmd_execute): Don't special case commands that can run without
8518         a valid selected thread.
8519         * top.c (execute_command): Don't special case commands that can
8520         run without a valid selected thread.  Use has_stack_frames.
8521         * infcmd.c (ensure_valid_thread): New.
8522         (continue_1, step_1, jump_command, signal_command): Use it.
8523         (detach_command): Error out if there's no selected thread/inferior.
8524         * thread.c (print_thread_info): Allow having no thread selected.
8525         (switch_to_thread): Don't read the PC if there is no current thread.
8526         (do_restore_current_thread_cleanup): Don't record the current
8527         frame if there is no current thread.
8528         (make_cleanup_restore_current_thread): Don't read frame info if
8529         there is no selected thread.
8530         (_initialize_thread): Don't mark commands as
8531         "no_selected_thread_ok".
8532         * frame.c (get_current_frame): Error out if there is no valid
8533         selected thread.
8534         (has_stack_frames): Return false if there is no valid
8535         selected thread.
8536         * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
8537         "no_selected_thread_ok".
8538         * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
8539         (get_cmd_no_selected_thread_ok): Delete.
8540         * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
8541         (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
8542         Delete declaration.
8543         * stack.c (get_selected_block): Use has_stack_frames.
8544
8545 2009-03-25  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8546
8547         Fix size of FPSCR in Power 7 processors.
8548         * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
8549         (PPC_FEATURE_HAS_DFP): New #define.
8550         (ppc_linux_read_description): Check for DFP feature instead of
8551         ISA 2.05 to decide on size of the FPSCR.
8552
8553 2009-03-25  Kevin Buettner  <kevinb@redhat.com>
8554
8555         * mn10300-tdep.c (trad-frame.h): Don't include.
8556         (prologue-value.h): Include.
8557         (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
8558         (struct mn10300_prologue): Define.
8559         (push_reg, translate_rreg, check_for_saved): New functions.
8560         (mn10300_analyze_prologue): Rewrite, using prologue-value
8561         machinery.  Handle more instructions than before.  Permit
8562         instructions to occur in any order.
8563         (mn10300_skip_prologue): Find the extents of the function
8564         in question; mn10300_analyze_prologue no longer does this.
8565         (mn10300_analyze_frame_prologue): New function.
8566         (mn10300_frame_base): New function.
8567         (mn10300_frame_this_id): Rewrite, no longer using trad-frame
8568         implementation.
8569         (mn10300_frame_prev_register): Likewise.
8570         (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
8571         (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
8572         `this_frame'.
8573         (mn10300_frame_unwind_init): Don't call frame_base_set_default().
8574
8575 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8576
8577         Fix completer problem for filename completion on the first try.
8578
8579         * gdb/completer.h (gdb_completion_word_break_characters): New function.
8580         * gdb/completer.c: Include gdb_assert.h.
8581         (complete_line_internal_reason): New enum.
8582         (complete_line_internal): Change last argument type to
8583         complete_line_internal_reason.
8584         Modify function to handle the different complete_line_internal_reason
8585         argument values.
8586         (complete_line): Adapt to change in complete_line_internal.
8587         (command_completer): Ditto.
8588         (gdb_completion_word_break_characters): Implement new function.
8589         * top.c (init_main): Set  rl_completion_word_break_hook to
8590         gdb_completion_word_break_characters.
8591
8592
8593 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8594
8595         ARI fix: "strlen d_name" rule.
8596         * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
8597
8598
8599 2009-03-24  Tom Tromey  <tromey@redhat.com>
8600             Pedro Alves  <pedro@codesourcery.com>
8601
8602         * configure, config.in: Rebuild.
8603         * configure.ac: Check for libiconvlist.
8604         * charset.c: Check HAVE_LIBICONVLIST.
8605         * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
8606         LIBICONV_LIBDIR.  Update CPPFLAGS and LIBS.
8607         * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
8608         Remove.
8609         (INTERNAL_CFLAGS_BASE): Update.
8610         (INTERNAL_LDFLAGS): Update.
8611         (CLIBS): Update.
8612
8613 2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
8614
8615         * configure.ac: Initialize the variable $PREFER_CURSES.
8616         * configure: Regenerated.
8617
8618 2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
8619
8620         * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
8621         * configure: Regenerated.
8622
8623 2009-03-24  Pierre Muller  <muller@ics.u-strasbg.fr>
8624
8625         ARI fix: "strerror" rule.
8626         * darwin-nat.c (darwin_ptrace): Use safe_strerror.
8627         (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
8628
8629 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
8630
8631         * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
8632         before looking up the fields inside our struct type.
8633
8634 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
8635
8636         * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
8637         trying to resolve the type qualification.
8638
8639 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
8640
8641         * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
8642         we try to apply the attribute on the real type, rather than
8643         its associated typedef.
8644
8645 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
8646
8647         * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
8648         to make sure we try to get the modulus of the actual type, not the
8649         associated typedef.
8650
8651 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
8652
8653         * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
8654         [OP_ATR_LENGTH]: When using the attribute on a type, make sure
8655         to get the real type, not the associated typedef.
8656
8657 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
8658
8659         * ada-lang.c (ada_get_field_index): Add handling of the case
8660         when TYPE is a typedef of a struct.
8661
8662 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
8663
8664         Add gdb_usleep as a portable version of usleep based on gdb_select.
8665         * gdb_usleep.h, gdb_usleep.c: New files.
8666         * Makefile.in (SFILES): Add gdb_usleep.c.
8667         (HFILES_NO_SRCDIR): Add gdb_usleep.h.
8668         (COMMON_OBS): Add gdb_usleep.o.
8669         * ser-unix.c (hardwire_send_break): Replace call to gdb_select
8670         by call to gdb_usleep.
8671
8672 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
8673
8674         * buildsym.c (end_symtab): If we ignore the subfiles, then
8675         unlink the associated symtabs if they were already allocated.
8676
8677 2009-03-23  Jerome Guitton  <guitton@adacore.com>
8678
8679         Provide a way to force building of GDB with libcurses.
8680         * configure.ac: Add --with-curses.
8681         * configure: Regenerated.
8682
8683 2009-03-23  Tom Tromey  <tromey@redhat.com>
8684
8685         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
8686         error message.
8687
8688 2009-03-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
8689
8690         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
8691         solib_contains_address_p instead of searching.
8692
8693 2009-03-23  Tom Tromey  <tromey@redhat.com>
8694
8695         * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
8696         (iconv): Make 'inbuf' argument const.
8697         (convert_between_encodings): Use ICONV_CONST.
8698         (wchar_iterate): Likewise.
8699
8700 2009-03-22  Christopher Faylor  <me+cygwin@cgf.cx>
8701
8702         * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
8703         dynamically loaded function.
8704         (LookupPrivilegeValueA): Ditto.
8705         (OpenProcessToken): Ditto.
8706         (AdjustTokenPrivileges): Rename and define placeholder for address of
8707         dynamically loaded function.
8708         (LookupPrivilegeValueA): Ditto.
8709         (OpenProcessToken): Ditto.
8710         (set_process_privilege): Remove check for loaded functions.
8711         (bad_OpenProcessToken): Define.
8712         (_initialize_loadable): Load token functions from advapi here, setting
8713         OpenProcessToken function to a dummy static function which always return
8714         error if OS doesn't support this functionality.
8715
8716 2009-03-22   Nicolas Roche  <roche@adacore.com>
8717              Christopher Faylor <me+cygwin@cgf.cx>
8718
8719         * win32-nat.c (ctrl_c_handler): New function.
8720         (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
8721         is run in a separate console.
8722
8723 2009-03-22  Christopher Faylor  <me+cygwin@cgf.cx>
8724
8725         * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
8726         for dynamically loaded function.
8727         (DebugBreakProcess): Ditto.
8728         (DebugSetProcessKillOnExit): Ditto.
8729         (EnumProcessModules): Ditto.
8730         (GetModuleFileNameExA): Ditto.
8731         (GetModuleInformation): Ditto.
8732         (DebugActiveProcessStop): Rename and define placeholder for address of
8733         dynamically loaded function.
8734         (DebugBreakProcess): Ditto.
8735         (DebugSetProcessKillOnExit): Ditto.
8736         (EnumProcessModules): Ditto.
8737         (GetModuleFileNameExA): Ditto.
8738         (GetModuleInformation): Ditto.
8739         (psapi_loaded): Delete.
8740         (get_module_name): Don't check psapi_loaded, just rely on the fact that
8741         dynamically loaded functions will return failure if they weren't
8742         previously found.
8743         (has_detach_ability): Delete.
8744         (windows_attach): Remove call to has_detach_ability ().  Just rely on
8745         functions being callable.
8746         (bad_DebugActiveProcessStop): Define.
8747         (bad_DebugBreakProcess): Ditto.
8748         (bad_DebugSetProcessKillOnExit): Ditto.
8749         (bad_EnumProcessModules): Ditto.
8750         (bad_GetModuleFileNameExA): Ditto.
8751         (bad_GetModuleInformation): Ditto.
8752         (_initialize_loadable): Rename from _initialize_psapi.  Initialize all
8753         dynamic storage here, setting nonexistent functions to dummy static
8754         functions which always return error.
8755
8756 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
8757
8758         * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
8759         to the about_to_proceed observer notification.
8760         (mi_about_to_proceed): New.
8761         (mi_on_resume): Only output ^running and the prompt here if the
8762         target was proceeded.
8763         * breakpoint.c (breakpoint_proceeded): New static.
8764         (breakpoint_about_to_proceed): New.
8765         (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
8766         the about_to_proceed observer notification.
8767         * inferior.h (breakpoint_proceeded): Delete declaration.
8768         * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
8769         Notify the about_to_proceed observers.
8770         (struct inferior_status): Delete breakpoint_proceeded member.
8771         (save_inferior_status): Don't save it.
8772         (restore_inferior_status): Don't restore it.
8773         * mi-main.h (mi_proceeded): Declare.
8774         * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
8775         a command.
8776
8777 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
8778
8779         * gdbthread.h (struct thread_info): Add in_infcall member.
8780         * infcall.c (run_inferior_call): Save, set and restore in_infcall.
8781         Remove reverences to suppress_resume_observer.  Refresh
8782         `call_thread' after returning from `proceed'.
8783         * infcmd.c (suppress_resume_observer): Delete.
8784         * inferior.h (suppress_resume_observer): Delete declaration.
8785         * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
8786         inferior function.
8787         * thread.c (set_running): Remove references to
8788         suppress_resume_observer.
8789         * infrun.c (struct inferior_status): Add in_infcall member.
8790         (save_inferior_status): Save it.
8791         (restore_inferior_status): Restore it.
8792
8793 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
8794
8795         * infcall.c (run_inferior_call): Remove references to
8796         suppress_stop_observer.
8797         * infcmd.c (suppress_stop_observer): Delete.
8798         (finish_command_continuation): Remove NOTE.  Don't clear
8799         suppress_stop_observer anymore.
8800         (finish_command_continuation_free_arg): Likewise.
8801         (finish_forward): Remove references to suppress_stop_observer.
8802         Call normal_stop observer if we haven't already.
8803         * inferior.h (suppress_stop_observer): Delete.
8804         * infrun.c (normal_stop): When deciding to suppress the
8805         normal_stop observer, check for proceed_to_finish instead of
8806         suppress_stop_observer.
8807
8808 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
8809
8810         * symfile.c (symfile_relocate_debug_section): Remove check for
8811         SEC_DEBUGGING.
8812
8813 2009-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8814             Jim Blandy  <jimb@red-bean.com>
8815             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8816             Tom Tromey  <tromey@redhat.com>
8817
8818         Miscellaneous fixes to the Python code.
8819         * python/python-cmd.c (cmdpy_init): Accept keyword
8820         arguments.
8821         * python/python-value.c (valpy_string): Accept keyword
8822         arguments.
8823         (valpy_binop): Use `break' to exit from the TRY_CATCH block.
8824         Do not call value_to_value_object on NULL RES_VAL.
8825         (value_object_methods): Change `string' entry to also accept
8826         keyword arguments.
8827         (convert_value_from_python): Return a copy of the value if obj is
8828         a gdb.Value object.
8829         (value_object_methods): Mark the `string' method as accepting
8830         keywords, and show method "prototype" in the doc string.
8831         * python/python.c (get_parameter): Don't return inside a
8832         TRY_CATCH.
8833
8834 2009-03-20  Tom Tromey  <tromey@redhat.com>
8835
8836         Add support for convenience functions in Python.
8837         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
8838         (SUBDIR_PYTHON_SRCS): Add python-function.c.
8839         (python-function.o): New target.
8840         * eval.c: Include "python/python.h" and <ctype.h>.
8841         (evaluate_subexp_standard): Handle values of type
8842         TYPE_CODE_INTERNAL_FUNCTION.
8843         * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
8844         * parse.c (write_exp_string): Remove duplicate word in comment.
8845         * python/python-function.c: New file.
8846         * python/python-internal.h (gdbpy_initialize_functions): Add
8847         prototype.
8848         * python/python.c (_initialize_python): Call
8849         gdbpy_initialize_functions.
8850         * valprint.c (value_check_printable): Handle values of type
8851         TYPE_CODE_INTERNAL_FUNCTION.
8852         * value.c: Include "cli/cli-decode.h".
8853         (internal_function): New struct.
8854         (functionlist, internal_fn_type): New static variables.
8855         (lookup_only_internalvar,
8856         lookup_internalvar): Add const qualifier to name argument.
8857         (create_internalvar): Likewise.  Initialize new field.
8858         (set_internal_var): Fix typo in comment.  Don't allow assignment
8859         to canonical variable.
8860         (value_create_internal_function, value_internal_function_name,
8861         call_internal_function, function_command, function_destroyer,
8862         add_internal_function): New functions.
8863         (_initialize_values): Create `function' placeholder command.
8864         Initialize internal_fn_type.
8865         * value.h (lookup_only_internalvar, create_internalvar,
8866         lookup_internalvar): Add const qualifier to name argument.
8867         (internal_function_fn, add_internal_function, call_internal_function,
8868         value_internal_function_name): Add prototypes.
8869         (struct internalvar) <canonical>: New field.
8870
8871 2009-03-20  Tom Tromey  <tromey@redhat.com>
8872
8873         * c-lang.c (evaluate_subexp_c): Call check_typedef.
8874
8875 2009-03-20  Tom Tromey  <tromey@redhat.com>
8876             Julian Brown  <julian@codesourcery.com>
8877
8878         PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
8879         PR i18n/9401, PR exp/9613:
8880         * NEWS: Update
8881         * value.h (value_typed_string): Declare.
8882         (val_print_string): Update.
8883         * valprint.h (print_char_chars): Update.
8884         * valprint.c (print_char_chars): Add type argument.  Update.
8885         (val_print_string): Likewise.
8886         * valops.c (value_typed_string): New function.
8887         * utils.c (host_char_to_target): New function.
8888         (parse_escape): Use host_char_to_target, host_hex_value.  Update.
8889         Remove '^' case.
8890         (no_control_char_error): Remove.
8891         * typeprint.c (print_type_scalar): Update.
8892         * scm-valprint.c (scm_scmval_print): Update.
8893         * scm-lang.h (scm_printchar, scm_printstr): Update.
8894         * scm-lang.c (scm_printchar): Add type argument.
8895         (scm_printstr): Likewise.
8896         * printcmd.c (print_formatted): Update.
8897         (print_scalar_formatted): Update.
8898         (printf_command) <wide_string_arg, wide_char_arg>: New constants.
8899         Handle '%lc' and '%ls'.
8900         * parser-defs.h (struct typed_stoken): New type.
8901         (struct stoken_vector): Likewise.
8902         (write_exp_string_vector): Declare.
8903         * parse.c (write_exp_string_vector): New function.
8904         * p-valprint.c (pascal_val_print): Update.
8905         * p-lang.h (is_pascal_string_type, pascal_printchar,
8906         pascal_printstr): Update.
8907         * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
8908         Add 'char_type' argument.
8909         (pascal_emit_char): Add type argument.
8910         (pascal_printchar): Likewise.
8911         (pascal_printstr): Likewise.
8912         * objc-lang.c (objc_emit_char): Add type argument.
8913         (objc_printchar): Likewise.
8914         (objc_printstr): Likewise.
8915         * macroexp.c (get_character_constant): Handle unicode characters.
8916         Use c_parse_escape.
8917         (get_string_literal): Handle unicode strings.  Use
8918         c_parse_escape.
8919         * m2-valprint.c (print_unpacked_pointer): Update.
8920         (m2_print_array_contents): Update.
8921         (m2_val_print): Update.
8922         * m2-lang.c (m2_emit_char): Add type argument.
8923         (m2_printchar): Likewise.
8924         (m2_printstr): Likewise.
8925         * language.h (struct language_defn) <la_printchar>: Add type
8926         argument.
8927         <la_printstr, la_emitchar>: Likewise.
8928         (LA_PRINT_CHAR): Likewise.
8929         (LA_PRINT_STRING): Likewise.
8930         (LA_EMIT_CHAR): Likewise.
8931         * language.c (unk_lang_emit_char): Add type argument.
8932         (unk_lang_printchar): Likewise.
8933         (unk_lang_printstr): Likewise.
8934         * jv-valprint.c (java_val_print): Update.
8935         * jv-lang.c (java_emit_char): Add type argument.
8936         * f-valprint.c (f_val_print): Update.
8937         * f-lang.c (f_emit_char): Add type argument.
8938         (f_printchar): Likewise.
8939         (f_printstr): Likewise.
8940         * expprint.c (print_subexp_standard): Update.
8941         * charset.h (target_wide_charset): Declare.
8942         (c_target_char_has_backslash_escape, c_parse_backslash,
8943         host_char_print_literally, host_char_to_target,
8944         target_char_to_host, target_char_to_control_char): Remove.
8945         (enum transliterations): New type.
8946         (convert_between_encodings): Declare.
8947         (HOST_ESCAPE_CHAR): New define.
8948         (host_letter_to_control_character, host_hex_value): Declare.
8949         (enum wchar_iterate_result): New enum.
8950         (struct wchar_iterator): Declare.
8951         (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
8952         wchar_push_back): Declare.
8953         * charset-list.h: New file.
8954         * c-valprint.c (textual_name): New function.
8955         (textual_element_type): Handle wide character types.
8956         (c_val_print): Pass original type to textual_element_type.  Handle
8957         wide character types.
8958         (c_value_print): Use textual_element_type.  Pass original type of
8959         value to val_print.
8960         * c-lang.h (enum c_string_type): New type.
8961         (c_printchar, c_printstr): Update.
8962         * c-lang.c (classify_type): New function.
8963         (print_wchar): Likewise.
8964         (c_emit_char): Add type argument.  Handle wide characters.
8965         (c_printchar): Likewise.
8966         (c_printstr): Add type argument.  Handle wide and multibyte
8967         character sets.
8968         (convert_ucn): New function.
8969         (emit_numeric_character): Likewise.
8970         (convert_octal): Likewise.
8971         (convert_hex): Likewise.
8972         (ADVANCE): New macro.
8973         (convert_escape): New function.
8974         (parse_one_string): Likewise.
8975         (evaluate_subexp_c): Likewise.
8976         (exp_descriptor_c): New global.
8977         (c_language_defn): Use exp_descriptor_c.
8978         (cplus_language_defn): Likewise.
8979         (asm_language_defn): Likewise.
8980         (minimal_language_defn): Likewise.
8981         (charset_for_string_type): New function.
8982         * c-exp.y (%union): Add 'svec' and 'tsval'.
8983         (CHAR): New token.
8984         (exp): Add CHAR production.
8985         (string_exp): Rewrite.
8986         (exp) <string_exp>: Rewrite.
8987         (tempbuf): Now global.
8988         (tempbuf_init): New global.
8989         (parse_string_or_char): New function.
8990         (yylex) <tempbuf>: Now global.
8991         <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
8992         Remove.
8993         Handle 'u', 'U', and 'L' prefixes.  Call parse_string_or_char.
8994         (c_parse_escape): New function.
8995         * auxv.c (fprint_target_auxv): Update.
8996         * ada-valprint.c (ada_emit_char): Add type argument.
8997         (ada_printchar): Likewise.
8998         (ada_print_scalar): Update.
8999         (printstr): Add type argument.  Update calls to ada_emit_char.
9000         (ada_printstr): Add type argument.
9001         (ada_val_print_array): Update.
9002         (ada_val_print_1): Likewise.
9003         * ada-lang.c (emit_char): Add type argument.
9004         * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
9005         type arguments.
9006         * gdb_locale.h: Include langinfo.h.
9007         * charset.c (_initialize_charset): Set default host charset from
9008         the locale.  Don't register charsets.  Add target-wide-charset
9009         commands.  Call find_charset_names.
9010         (struct charset, struct translation): Remove.
9011         (GDB_DEFAULT_HOST_CHARSET): Remove.
9012         (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
9013         (target_wide_charset_name): New global.
9014         (show_host_charset_name): Handle "auto".
9015         (show_target_wide_charset_name): New function.
9016         (host_charset_enum, target_charset_enum): Remove.
9017         (charset_enum): New global.
9018         (all_charsets, register_charset, lookup_charset, all_translations,
9019         register_translation, lookup_translation): Remove.
9020         (simple_charset, ascii_print_literally, ascii_to_control): Remove.
9021         (iso_8859_print_literally, iso_8859_to_control,
9022         iso_8859_family_charset): Remove.
9023         (ebcdic_print_literally, ebcdic_to_control,
9024         ebcdic_family_charset): Remove.
9025         (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
9026         register_iconv_charsets): Remove.
9027         (target_wide_charset_be_name, target_wide_charset_le_name): New
9028         globals.
9029         (identity_either_char_to_other): Remove.
9030         (set_be_le_names, validate): New functions.
9031         (backslashable, backslashed, represented): Remove.
9032         (default_c_target_char_has_backslash_escape): Remove.
9033         (default_c_parse_backslash, iconv_convert): Remove.
9034         (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
9035         ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
9036         iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
9037         ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
9038         ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
9039         ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
9040         (table_convert_char, table_translation, simple_table_translation):
9041         Remove.
9042         (current_host_charset, current_target_charset,
9043         c_target_char_has_backslash_escape_func,
9044         c_target_char_has_backslash_escape_baton): Remove.
9045         (c_parse_backslash_func, c_parse_backslash_baton): Remove.
9046         (host_char_to_target_func, host_char_to_target_baton): Remove.
9047         (target_char_to_host_func, target_char_to_host_baton): Remove.
9048         (cached_iconv_host_to_target, cached_iconv_target_to_host):
9049         Remove.
9050         (lookup_charset_or_error, check_valid_host_charset): Remove.
9051         (set_host_and_target_charsets): Remove.
9052         (set_host_charset, set_target_charset): Remove.
9053         (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
9054         (set_target_wide_charset_sfunc): New function.
9055         (show_charset): Print target wide character set.
9056         (host_charset, target_charset): Rewrite.
9057         (target_wide_charset): New function.
9058         (c_target_char_has_backslash_escape): Remove.
9059         (c_parse_backslash): Remove.
9060         (host_letter_to_control_character): New function.
9061         (host_char_print_literally): Remove.
9062         (host_hex_value): New function.
9063         (target_char_to_control_char): Remove.
9064         (cleanup_iconv): New function.
9065         (convert_between_encodings): New function.
9066         (target_char_to_host): Remove.
9067         (struct wchar_iterator): Define.
9068         (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
9069         wchar_push_back): New functions.
9070         (do_cleanup_iterator): New function.
9071         (char_ptr): New typedef.
9072         (charsets): New global.
9073         (add_one, find_charset_names): New functions.
9074         (default_charset_names): New global.
9075         (auto_host_charset_name): Likewise.
9076         * aclocal.m4, config.in, configure: Rebuild.
9077         * configure.ac: Call AM_LANGINFO_CODESET.
9078         (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
9079         (AM_ICONV): Invoke earlier.
9080         * acinclude.m4: Include codeset.m4.  Subst LIBICONV_INCLUDE and
9081         LIBICONV_LIBDIR.  Check for libiconv in build tree.
9082         * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
9083         (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
9084         (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
9085         * gdb_obstack.h (obstack_grow_wstr): New define.
9086         * gdb_wchar.h: New file.
9087         * defs.h: Include it.
9088
9089 2009-03-20  Tom Tromey  <tromey@redhat.com>
9090             Jan Kratochvil  <jan.kratochvil@redhat.com>
9091
9092         * dwarf2read.c (process_die): Handle DW_TAG_typedef.
9093         * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
9094         typedef.
9095         * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
9096         SYMBOL_TYPE result.
9097         * ada-typeprint.c (print_array_type): Do the NULL check
9098         unconditionally.
9099
9100 2009-03-19  Tom Tromey  <tromey@redhat.com>
9101
9102         * utils.c (do_obstack_free): New function.
9103         (make_cleanup_obstack_free): Likewise.
9104         * defs.h (make_cleanup_obstack_free): Declare.
9105
9106 2009-03-18  Doug Evans  <dje@google.com>
9107
9108         * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
9109         int, not a long long.
9110         (linux_nat_info_proc_cmd): Store pid in long instead of long long.
9111
9112         * expprint.c (dump_raw_expression): Print note if non-NULL.
9113
9114         * printcmd.c (display_uses_solib_p): Redo loop, scan element list
9115         backwards.
9116
9117 2009-03-18  Nathan Sidwell  <nathan@codesourcery.com>
9118
9119         * Makefile.in: Update license to GPLv3.
9120         * ada-exp.y: Update license to GPLv3.
9121         * ada-lex.l: Update license to GPLv3.
9122         * c-exp.y: Update license to GPLv3.
9123         * cp-name-parser.y: Update license to GPLv3.
9124         * darwin-nat-info.c: Update license to GPLv3.
9125         * f-exp.y: Update license to GPLv3.
9126         * gdb_thread_db.h: Update license to GPLv3.
9127         * hppanbsd-nat.c: Update license to GPLv3.
9128         * hppanbsd-tdep.c: Update license to GPLv3.
9129         * hppaobsd-tdep.c: Update license to GPLv3.
9130         * jv-exp.y: Update license to GPLv3.
9131         * m2-exp.y: Update license to GPLv3.
9132         * objc-exp.y: Update license to GPLv3.
9133         * p-exp.y: Update license to GPLv3.
9134         * reply_mig_hack.awk: Update license to GPLv3.
9135         * reverse.c: Update license to GPLv3.
9136         * xtensa-xtregs.c: Update license to GPLv3.
9137
9138 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
9139
9140         * remote.c (remote_close): Don't call generic_mourn_inferior.
9141         (remote_mourn_1): Call generic_mourn_inferior after closing the
9142         target.
9143
9144 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
9145
9146         * remote.c (remote_start_remote): Add missing call to
9147         init_wait_for_inferior in non-stop mode.
9148
9149 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
9150
9151         * breakpoint.c (bpstat_should_step): Only consider software
9152         watchpoints that have a location.
9153
9154 2009-03-17  Joel Brobecker  <brobecker@adacore.com>
9155
9156         Add a target_ops parameter to the to_kill method in struct target_ops.
9157
9158         * target.h (struct target_ops): Add a "target_ops *" parameter to
9159         method to_kill.
9160         (target_kill): Remove macro. Add declaration.
9161         * target.c (debug_to_kill): Delete, no longer necessary.
9162         (target_kill): New function.
9163         (update_current_target):  Stop inheriting the to_kill method.
9164         Do not de_fault it to no_process either.
9165         (setup_target_debug): Do not set current_target.to_kill.
9166         * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
9167         linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
9168         remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
9169         accordingly.
9170
9171 2009-03-17  Doug Evans  <dje@google.com>
9172
9173         * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
9174         glibc 2.3.2 and earlier.
9175
9176 2009-03-17  Joel Brobecker  <brobecker@adacore.com>
9177
9178         * frame.c (get_prev_frame_1): Do not perform the inner_frame
9179         sanity check if this_frame is not NORMAL.
9180         (frame_id_inner): Update the description of this function.
9181
9182 2009-03-17  Hui Zhu  <teawater@gmail.com>
9183
9184         * stack.c: Change the introduce of "disassemble-next-line".
9185
9186 2009-03-17  Pedro Alves  <pedro@codesourcery.com>
9187
9188         * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
9189         declare as extern.
9190
9191 2009-03-17  Hui Zhu  <teawater@gmail.com>
9192
9193         * stack.c: Include valprint.h.
9194         (disassemble_next_line): New enum.
9195         (show_disassemble_next_line): New function.  Show the current
9196         value of disassemble-next-line.
9197         (gdb_disassembly_stub_args): New struct for argument passing
9198         between function do_gdb_disassembly and function
9199         gdb_disassembly_stub.
9200         (gdb_disassembly_stub): New function.  Helper for
9201         gdb_disassembly.
9202         (do_gdb_disassembly): New function.  Use TRY_CATCH to catch
9203         the exception from the gdb_disassembly because it will be
9204         broken by filter sometime.
9205         (print_frame_info): If disassemble-next-line is set to auto
9206         or on and doesn't have the line debug messages for $pc,
9207         output the next instruction.
9208         If disassemble-next-line is set to on and there is line debug
9209         messages, output assembly codes for next line.
9210         (_initialize_stack): Make the "set disassemble-next-line"
9211         command an auto-boolean command.  Change its class to
9212         class_stack.  Place it in the top level set list.  Extend help
9213         to describe the auto mode.
9214
9215 2009-03-17  Pedro Alves  <pedro@codesourcery.com>
9216
9217         * infrun.c (normal_stop): Don't overwrite old_chain.
9218
9219 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
9220
9221         * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
9222         which is undefined, by call to regcache_invalidate, which should
9223         do what the original author wanted to do.
9224
9225 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
9226
9227         * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
9228         (mips_create_inferior): Likewise.
9229
9230 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
9231
9232         * go32-nat.c (go32_create_inferior): Add missing ops parameter.
9233
9234 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
9235
9236         * darwin-nat.c (darwin_resume): Fix a compiler warning when
9237         building on x86_64-darwin.
9238
9239 2009-03-16  Tristan Gingold  <gingold@adacore.com>
9240
9241         * configure.tgt: Add handling for x86_64-darwin.
9242
9243 2009-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9244
9245         * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
9246
9247 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
9248
9249         * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
9250         Use the ops parameter to get to the target beneath, rather than
9251         using the current_target global.  Using the current_target global
9252         was an unintended accident.
9253
9254 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
9255
9256         Fix an error happening while loading symbols from a core file
9257         (on AIX).
9258
9259         * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
9260         to detect whether we're debugging a core file or not.
9261
9262 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
9263
9264         Modernize the aix-thread later by getting rid of the base_target
9265         global.  This brings back to life the AIX port which was otherwise
9266         crashing all the time.
9267
9268         * aix-thread.c (base_target): Delete.
9269         (pd_enable): Do not set base_target.
9270         (aix_thread_attach): Use find_target_beneath instead of base_target.
9271         (aix_thread_detach, aix_thread_resume, aix_thread_wait)
9272         (aix_thread_fetch_registers, aix_thread_store_registers),
9273         (aix_thread_xfer_partial, aix_thread_mourn_inferior)
9274         (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
9275         (aix_thread_kill): Delete. Does not seem necessary.
9276         (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
9277
9278 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9279
9280         * stack.c (return_command <retval_exp>): New variables retval_expr
9281         and old_chain.  Inline parse_and_eval to initialize retval_expr.  Check
9282         RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
9283         if RETURN_TYPE is NULL.
9284
9285 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
9286
9287         * remote.c (PACKET_qAttached): New.
9288         (remote_query_attached): New.
9289         (remote_add_inferior): Add new `attached' argument.  Handle it.
9290         (remote_notice_new_inferior, remote_start_remote): Adjust to pass
9291         -1 to remote_add_inferior in new parameter.
9292         (extended_remote_attach_1): Adjust to pass 1 to
9293         remote_add_inferior in the new parameter.
9294         (extended_remote_create_inferior_1): Adjust to pass 0 to
9295         remote_add_inferior in the new parameter.
9296         (_initialize_remote): Add "set/show remote query-attached-packet"
9297         commands.
9298
9299 2009-03-13  Tom Tromey  <tromey@redhat.com>
9300
9301         * symtab.c (lookup_symbol_in_language): Use a cleanup.
9302
9303 2009-03-13  Doug Evans  <dje@google.com>
9304
9305         * exceptions.h: Clean up some comments on catch_exceptions usage.
9306         * exceptions.c: Ditto.  Plus mark catch_errors as superseded by
9307         catch_exceptions.
9308
9309 2009-02-17  Joel Brobecker  <brobecker@adacore.com>
9310
9311         The following patch helps getting rid of a warning inside solib-som.c.
9312
9313         * source.c (source_full_path_of): Constify parameter filename.
9314         * defs.h (source_full_path_of): Update declaration accordingly.
9315
9316 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9317
9318         * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
9319         BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
9320         Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
9321
9322 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9323
9324         * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
9325         promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
9326
9327 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9328
9329         * ada-tasks.c (ada_task_is_alive): Move up and make static.
9330         * ada-lang.h (ada_task_is_alive): Remove declaration.
9331
9332 2009-03-12  Jerome Guitton  <guitton@adacore.com>
9333
9334         * ada-lang.c (ada_delta): Change the type of numerators and
9335         denominators to DOUBLEST, as they may not fit into a long.
9336         (scaling_factor): Ditto.
9337
9338 2009-03-12  Jerome Guitton  <guitton@adacore.com>
9339
9340         * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
9341
9342 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9343
9344         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
9345         types, if we are unable to determine the actual symbol type
9346         from its tag, then use the static approximation instead.
9347
9348 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9349
9350         Fix crash printing packed record with packed array.
9351
9352         * ada-lang.c (ada_modulus_from_name): New function.
9353         (ada_modulus): In the case where the type length is bigger than
9354         the size of the type used to hold the bounds, try determining
9355         the modulus from the type name.
9356         (ada_value_primitive_packed_val): Fix bug in the computation of
9357         ntarg causing an out-of-buffer invalid access.
9358
9359 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9360
9361         Fix segfault when printing short_integer'last.
9362
9363         * ada-lang.c (ada_find_any_type): Search in the primitive types
9364         if a symbol could not be found.
9365
9366 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9367
9368         * ada-tasks.c (task_states,long_task_states): Add new states
9369         Activating and Acceptor_Delay_Sleep.  Update the description
9370         of state Acceptor_Sleep.
9371
9372 2009-03-12  Jonas Maebe <jonas.maebe@elis.ugent.be>  (obvious change)
9373
9374         Fix a build failure on Darwin following some changes in
9375         the profile of some target_ops methods.
9376
9377         * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
9378         where missing.
9379         (darwin_stop_inferior, darwin_detach): Likewise.
9380
9381 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
9382
9383         Include token in ^running notification for CLI commands.
9384
9385         * mi/mi-main.c (mi_execute_command): Set current_token here.
9386         (mi_cmd_execute): Do not set current_token here.
9387
9388 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
9389
9390         Fix MI timings.
9391
9392         * mi/mi-main.c (mi_print_timing_maybe): New.
9393         (captured_mi_execute_command): Simplify. Output timings to
9394         CLI commands, too.
9395         (mi_execute_async_cli_command): Do not print timings.
9396         * mi/mi-main.h (mi_print_timing_maybe): Declare.
9397         * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
9398
9399 2009-03-12  Jerome Guitton  <guitton@adacore.com>
9400
9401         * xcoffread.c (process_linenos): Check if the line in the
9402         include table refers to the main source file and, if so,
9403         add them to the main subfile.
9404
9405 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9406
9407         Fix a build failure on AIX introduced after a change in the profile
9408         of some of the "methods" in the target_ops structure.
9409         * aix-thread.c: Add missing target_ops parameter throughout.
9410
9411         Implement Ada task switching on AIX.
9412         * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
9413         (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
9414
9415 2009-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
9416
9417         * breakpoint.c (bpstat_check_breakpoint_conditions): Use
9418         value_mark and value_free_to_mark.
9419         * objfiles.c (free_objfile): Call objfile_free_data before
9420         freeing the BFD.
9421
9422 2009-03-10  Hui Zhu  <teawater@gmail.com>
9423
9424         * disasm.c (gdb_disassembly): Remove unused argument
9425         "line_num".
9426         * disasm.h (gdb_disassembly): Ditto.
9427         * cli/cli-cmds.c (print_disassembly): Ditto.
9428         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
9429
9430 2009-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
9431
9432         * solib.c (solib_contains_address_p): New function.
9433         (solib_name_from_address): Use it.
9434         * printcmd.c (display_uses_solib_p): Use it.
9435         * solib.h (solib_contains_address_p): Declare it.
9436
9437 2009-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9438
9439         * varobj.c (free_variable): Call value_free.
9440
9441 2009-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9442
9443         PR gdb/9873:
9444         * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
9445         Move the variable `macinfo_type' out of the loop.  Create a new
9446         processing pass before the current one to pre-create `current_file'.
9447         New complaint on misplaced zero/non-zero definitions/includes.
9448         Skip first DW_MACINFO_start_file with `at_commandline' set.
9449
9450 2008-03-09  Vladimir Prus  <vladimir@codesourcery.com>
9451
9452        * solib.c (reload_shared_libraries): Give
9453        inferior a chance to reset solib breakpoint.
9454        Reinit frame cache.
9455
9456 2009-03-08  Christopher Faylor  <me+cygwin@cgf.cx>
9457
9458         * windows-nat.c (dr): Redefine to use largest possible integer which
9459         holds a pointer.
9460         (cygwin_set_dr): Avoid coercion.
9461
9462 2009-03-08  Oswald Buddenhagen  <oswald.buddenhagen@trolltech.de>
9463
9464         * windows-nat.c (windows_create_inferior): Implement --tty handling on
9465         non-cygwin.
9466
9467 2009-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9468
9469         Rename solib_address to solib_name_from_address.
9470         * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
9471         (disable_breakpoints_in_unloaded_shlib): Update.
9472         * printcmd.c (display_uses_solib_p): Likewise.
9473         * stack.c (print_frame): Likewise.
9474         * solib.c: Rename.
9475         * solib.h: Rename.
9476
9477 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
9478
9479         * printcmd.c (do_one_display): Reparse exp_string.
9480         (display_uses_solib_p): New function.
9481         (clear_dangling_display_expressions): New function.
9482         (_initialize_printcmd): Add observer.
9483         * solib.c (no_shared_libraries): Swap order of calls to
9484         clear_solib and objfile_purge_solibs.
9485
9486 2009-03-05  Joel Brobecker  <brobecker@adacore.com>
9487
9488         Implement the target-specific part of Ada tasking support
9489         on Tru64.
9490
9491         * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
9492         (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
9493
9494 2009-03-05  Joel Brobecker  <brobecker@adacore.com>
9495
9496         Get rid of the global "base_target" and use "find_target_beneath"
9497         to find the underlying target.
9498         * dec-thread.c (base_target): Delete.
9499         (enable_dec_thread): Remove assignement to base_target.
9500         (dec_thread_detach, dec_thread_wait, dec_thread_wait)
9501         (dec_thread_fetch_registers, dec_thread_store_registers)
9502         (dec_thread_mourn_inferior, dec_thread_pid_to_str):
9503         Update the function profile if necessary.
9504         Use find_target_beneath to call the same method but from
9505         the underlying target, removing the need for "base_target".
9506
9507         * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
9508         Fix a copy/paste error in a few debug traces...
9509
9510         * solib-osf.c (init_so): Use a simpler method for computing
9511         the size of lm_info structure. This also gets rid of warning
9512         emitted by the compiler.
9513
9514 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
9515
9516         * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
9517         duplicates of permanent breakpoints.
9518
9519 2009-03-04  Pedro Alves  <pedro@codesourcery.com>
9520
9521         * inferior.h (notice_new_inferior): Declare.
9522         * infcmd.c (notice_new_inferior): New.
9523         * remote.c (remote_add_inferior, remote_add_thread): New.
9524         (notice_new_inferiors): Rename to...
9525         (remote_notice_new_inferior): ... this.  Add RUNNING argument.
9526         Use remote_add_thread instead of add_thread, passing it the
9527         RUNNING argument.  Add an inferior with remote_add_inferior.  If
9528         we just learned about an inferior, call notice_new_inferior.
9529         (record_currthread): Adjust.
9530         (remote_threads_info): Adjust to use remote_notice_new_inferior.
9531         (remote_start_remote, extended_remote_attach_1): Use
9532         remote_add_inferior.
9533         (process_stop_reply): Adjust.  Call remote_notice_new_inferior
9534         after handling expedited registers and watchpoint state.
9535         (extended_remote_create_inferior_1): Use remote_add_inferior.
9536
9537 2009-03-04  Aleksandar Ristovski  <aristovski@qnx.com>
9538
9539         * infcmd.c (registers_info): Remove register number case.
9540
9541 2009-03-03  Pedro Alves  <pedro@codesourcery.com>
9542
9543         * top.c (quit_target): Check for target_has_execution before
9544         killing or detaching from inferiors.
9545
9546 2009-03-02  Joel Brobecker  <brobecker@adacore.com>
9547
9548         Remove some unused routines.
9549
9550         * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
9551         Delete.
9552         * ada-lang.c (ada_task_list_iterator_ftype)
9553         (iterate_over_live_ada_tasks): Delete.
9554         * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
9555         Delete.
9556
9557 2009-03-01  Doug Evans  <dje@google.com>
9558
9559         * symtab.c: Remove trailing whitespace throughout the file.
9560         (expand_line_sal): Fix some typos and whitespace.
9561
9562         * Makefile.in (clean): rm -f $(DEPDIR)/*.
9563
9564         * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
9565         (init.c): signals/ -> common/.
9566         (signals.o): Update.
9567         * target.h (target_signal_to_string,target_signal_to_string)
9568         (target_signal_from_name,target_signal_to_host_p)
9569         (target_signal_from_host,target_signal_to_host): Move to ...
9570         * common/gdb_signals.h: ... here.  New file.
9571         * common/signals.c: Moved here from signals/signals.c.
9572         #include gdb_signals.h, remove #include of target.h in gdb case.
9573         (target_signal_from_command,default_target_signal_to_host)
9574         (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
9575
9576         Include thread ID in target_wait debugging output.
9577         * infrun.c (print_target_wait_results): New function.
9578         (wait_for_inferior,fetch_inferior_event): Call it.
9579
9580 2009-02-27  Pedro Alves  <pedro@codesourcery.com>
9581
9582         * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
9583         with a ptid_t field.
9584         * linux-thread-db.c (thread_get_info_callback): Build the ptid
9585         using the pid stored in proc_handle.ptid.
9586         (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
9587         (check_for_thread_db, thread_db_detach, check_event)
9588         (thread_db_mourn_inferior, find_new_threads_callback)
9589         (thread_db_find_new_threads_1): Adjust.
9590         * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
9591         (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
9592
9593 2009-02-27  Phil Muldoon  <pmuldoon@redhat.com>
9594
9595         * valprint.c (read_string): Rework clean-up logic. Use
9596         free_current_contents to clean-up buffer.
9597
9598 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
9599
9600         * MAINTAINERS: Update e-mail address.
9601
9602 2009-02-26  Phil Muldoon  <pmuldoon@redhat.com>
9603
9604         * python/python-utils.c (python_string_to_unicode): Always return
9605         a new reference.
9606         (python_string_to_target_string): Decrement transient python
9607         instance.
9608         (python_string_to_host_string): Likewise.
9609
9610 2007-02-26  Pedro Alves  <pedro@codesourcery.com>
9611
9612         * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
9613         call to super_fetch_registers.
9614         (mips64_linux_store_registers): Pass `ops' to call to
9615         super_store_registers.
9616
9617 2009-02-25  Doug Evans  <dje@google.com>
9618
9619         * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
9620         error message.
9621
9622         * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
9623         disabled_shlib_breaks, unused.
9624
9625         * printcmd.c (build_address_symbolic): Fix comment.
9626
9627 2009-02-25  Hui Zhu  <teawater@gmail.com>
9628
9629         * cli/cli-script.c (define_command): Add _() to query.
9630         * gnu-nat.c (inf_validate_task_sc): Ditto.
9631         * infcmd.c (kill_if_already_running): Ditto.
9632         (jump_command): Ditto.
9633         (attach_command): Ditto.
9634         * inflow.c (kill_command): Ditto.
9635         * infrun.c (handle_command): Ditto.
9636         * maint.c (maintenance_dump_me): Ditto.
9637         * memattr.c (mem_delete_command): Ditto.
9638         * monitor.c (monitor_interrupt_query): Ditto.
9639         * nto-procfs.c (interrupt_query): Ditto.
9640         * printcmd.c (undisplay_command): Ditto.
9641         * remote-mips.c (mips_kill): Ditto.
9642         * remote.c (interrupt_query): Ditto.
9643         * solib-irix.c (irix_open_symbol_file_object): Ditto.
9644         * solib-osf.c (osf_open_symbol_file_object): Ditto.
9645         * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
9646         * solib-som.c (som_open_symbol_file_object): Ditto.
9647         * solib-svr4.c (open_symbol_file_object): Ditto.
9648         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
9649         * target.c (kill_or_be_killed): Ditto.
9650         * tracepoint.c (delete_trace_command): Ditto.
9651         * top.c (quit_confirm): Add _() to s that will be used
9652         in query.
9653
9654 2009-02-24  Pierre Muller  <muller@ics.u-strasbg.fr>
9655
9656         Fix windows-nat.c compilation failure.
9657
9658         * windows-nat.c (windows_thread_alive): Fix forward declaration.
9659         (get_windows_debug_event): Add ops parameter to call to windows_resume.
9660
9661 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
9662
9663         * remote-sim.c (gdbsim_resume): Add target_ops* argument.
9664
9665 2009-02-23  Jay Krell  <jay.krell@cornell.edu>  (tiny change)
9666
9667         * symtab.c (find_line_symtab): Initialize exact to avoid
9668         a compiler warning.
9669
9670 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
9671
9672         * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
9673         `ops' to recursive call.
9674
9675 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
9676
9677         * corelow.c (get_core_registers): Adjust.
9678         (core_file_thread_alive): Rename to...
9679         (core_thread_alive): ... this.
9680         (core_pid_to_str): Try gdbarch_core_pid_to_str first.
9681         (init_core_ops): Adjust.
9682         (coreops_suppress_target): Delete.
9683         (_initialize_corelow): Unconditionally add core_ops.
9684         * procfs.c: Include "inf-child.h".
9685         (procfs_ops): Delete.
9686         (init_procfs_ops): Delete.  Reimplement as...
9687         (procfs_target): ... this, inheriting from inf-child.
9688         (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
9689         (procfs_prepare_to_store): Delete.
9690         (procfs_store_registers, procfs_resume): Adjust.
9691         (procfs_open): Delete.
9692         (procfs_suppress_run): Delete.
9693         (procfs_can_run): Delete.
9694         (procfs_mourn_inferior): Adjust.
9695         (procfs_init_inferior): Add target_ops parameter.  Adjust.
9696         (procfs_create_inferior): Don't pass procfs_init_inferior to
9697         fork_inferior.  Instead call it after fork_inferior returns.
9698         (procfs_find_new_threads): Adjust.
9699         (_initialize_procfs): Adjust to use procfs_target instead of
9700         init_procfs_ops.
9701         * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
9702         (lwp_to_thread): Use target_thread_alive.
9703         (sol_thread_open): Delete.
9704         (sol_thread_attach): Delete.
9705         (sol_thread_detach, sol_thread_resume, sol_thread_wait)
9706         (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
9707         to use find_target_beneath.
9708         (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
9709         (sol_thread_xfer_partial): Adjust to use find_target_beneath.
9710         (sol_thread_files_info, sol_thread_kill_inferior): Delete.
9711         (check_for_thread_db): New.
9712         (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
9713         (sol_thread_new_objfile): Call check_for_thread_db.
9714         (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
9715         (sol_thread_can_run): Delete.
9716         (sol_thread_alive): Adjust to use find_target_beneath.
9717         (sol_thread_stop): Delete.
9718         (rw_common): Use target_write_memory or target_read_memory.
9719         (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
9720         (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
9721         (solaris_pid_to_str): Remove check for libthread_db initialization
9722         failing.
9723         (sol_find_new_threads): Remove check for libthread_db
9724         initialization failing, or for an invalid inferior_ptid.  Adjust
9725         to use find_target_beneath.
9726         (sol_core_open, sol_core_close, sol_core_detach,
9727         sol_core_files_info, sol_find_memory_regions,
9728         sol_make_note_section, ignore): Delete.
9729         (init_sol_thread_ops): Make it a thread_stratum target.  Remove
9730         unneeded callback settings.
9731         (init_sol_core_ops): Delete.
9732         (_initialize_sol_thread): No longer call init_sol_core_ops, set
9733         procfs_suppress_run, or hack with core_ops.
9734
9735         * target.h (struct target_ops): Add a target_ops * parameter to
9736         to_resume, to_fetch_registers, to_store_registers, to_thread_alive
9737         and to_find_new_threads.
9738         (target_fetch_registers, target_store_registers)
9739         (target_thread_alive, target_find_new_threads): Redeclare as
9740         function.
9741
9742         * target.c (update_current_target): Do not inherit or de_fault
9743         to_resume, to_fetch_registers, to_store_registers,
9744         to_thread_alive, to_find_new_threads.
9745         (target_resume): Adjust.
9746         (target_thread_alive, target_find_new_threads): New.
9747         (debug_to_resume, debug_to_fetch_registers): Delete.
9748         (target_fetch_registers): New.
9749         (debug_to_store_registers): Delete.
9750         (target_store_registers): New.
9751         (debug_to_thread_alive, debug_to_find_new_threads): Delete.
9752         (setup_target_debug): Adjust.
9753
9754         * gdbcore.h (core_ops): Delete declaration.
9755
9756         * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
9757         inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
9758         i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
9759         hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
9760         nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
9761         alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
9762         bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
9763         hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
9764         ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
9765         m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
9766         mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
9767         ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
9768         shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
9769         vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
9770
9771         * gdbarch.sh (core_pid_to_str): New gdbarch callback.
9772         * gdbarch.h, gdbarch.c: Regenerate.
9773
9774         * sol2-tdep.c: Include "inferior.h".
9775         (sol2_core_pid_to_str): New.
9776         * sol2-tdep.h (sol2_core_pid_to_str): Declare.
9777
9778         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
9779         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
9780         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
9781         * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
9782
9783 2009-02-22  Doug Evans  <dje@google.com>
9784
9785         * exec.c (exec_file_attach): Fix comment.
9786
9787 2009-02-22  Pedro Alves  <pedro@codesourcery.com>
9788
9789         Silence a few -Wmissing-prototypes warnings.
9790
9791         PR build/9877:
9792         * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
9793         it static.
9794         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
9795         * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
9796         * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
9797         (_initialize_amd64nbsd_tdep): ... this.
9798         * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
9799         (_initialize_arm_linux_tdep): Declare.
9800         * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
9801         * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
9802         * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
9803         * avr-tdep.c (avr_return_value): Make it static.
9804         (avr_frame_unwind_cache): Ditto.
9805         * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
9806         (bsd_uthread_solib_loaded): Ditto.
9807         (bsd_uthread_solib_unloaded): Ditto.
9808         (bsd_uthread_target): Ditto.
9809         (_initialize_bsd_uthread): Declare.
9810         * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
9811         (cris_frame_unwind_cache): Ditto.
9812         * frv-tdep.c (frv_return_value): Ditto.
9813         * h8300-tdep.c (h8300_use_struct_convention): Ditto.
9814         (h8300h_use_struct_convention): Ditto.
9815         * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
9816         Ditto.
9817         * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
9818         declarations.
9819         * hppabsd-tdep.c: Include hppabsd-tdep.h.
9820         (hppabsd_find_global_pointer): Make it static.
9821         * hppabsd-tdep.h: New.
9822         * hppanbsd-tdep.c: Include hppabsd-tdep.h.
9823         (hppabsd_init_abi): Remove declaration.
9824         (_initialize_hppabsd_tdep): Remove declaration.
9825         (_initialize_hppanbsd_tdep): Declare.
9826         * hppaobsd-tdep.c: Include hppabsd-tdep.h.
9827         (hppabsd_init_abi): Delete declaration.
9828         (hppaobsd_init_abi): Make it static.
9829         * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
9830         * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
9831         * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
9832         * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
9833         * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
9834         * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
9835         (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
9836         (_initialize_m32c_tdep): Declare.
9837         * m32r-rom.c (_initialize_m32r_rom): Declare.
9838         * m32r-tdep.c (m32r_skip_prologue): Make it static.
9839         (m32r_return_value): Ditto.
9840         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
9841         (m68hc11_return_value): Ditto.
9842         * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
9843         * m88k-tdep.c (m88k_frame_cache): Make it static.
9844         * mep-tdep.c (mep_gdb_print_insn): Ditto.
9845         (mep_return_value): Ditto.
9846         (_initialize_mep_tdep): Declare.
9847         * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
9848         * mips-linux-tdep.c (supply_64bit_reg): Make it static.
9849         (mips_linux_syscall_next_pc): Ditto.
9850         (_initialize_mips_linux_tdep): Declare.
9851         * mips-tdep.c (mips_single_step_through_delay): Make it static.
9852         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
9853         * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
9854         * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
9855         * mt-tdep.c (_initialize_mt_tdep): Declare.
9856         * nbsd-tdep.c: Include nbsd-tdep.h.
9857         * nto-tdep.c (find_load_phdr): Make it static.
9858         (_initialize_nto_tdep): Declare.
9859         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
9860         static.
9861         (_initialize_ppc_linux_tdep): Declare.
9862         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
9863         (m32r_insert_watchpoint, m32r_remove_watchpoint)
9864         (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
9865         static.
9866         * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
9867         * rs6000-nat.c: Include xcoffread.h.
9868         (find_toc_address): Don't extern declare get_toc_offset.  Adjust
9869         to call xcoff_get_to_offset.
9870         * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
9871         (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
9872         (rs6000_skip_trampoline_code): Make static.
9873         * s390-tdep.c (s390_regset_from_core_section): Ditto.
9874         * sh-tdep.c (sh_register_reggroup_p): Ditto.
9875         * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
9876         (_initialize_shnbsd_tdep): Declare.
9877         * solib-frv.c (displacement_from_map): Make static.
9878         (_initialize_frv_solib): Declare.
9879         * solib-irix.c (fetch_lm_info): Make static.
9880         (_initialize_irix_solib): Declare.
9881         * solib-som.c: Include solib-som.h.
9882         (som_solib_select): Line break.
9883         * sparc-tdep.c (sparc_regset_from_core_section): Make static.
9884         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
9885         (_initialize_sparcnbsd_tdep): ... this.
9886         * spu-tdep.c (spu_software_single_step): Make it static.
9887         (_initialize_spu_tdep): Declare.
9888         * vax-tdep.c (vax_frame_cache): Make it static.
9889         * xcoffread.c: Include xcoffread.h.
9890         (get_toc_offset): Rename to ...
9891         (xcoff_get_toc_offset): ... this.
9892         (_initialize_xcoffread): Declare.
9893         * xcoffread.h: New.
9894         * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
9895         * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
9896         static.
9897         (_initialize_xtensa_tdep): Declare.
9898
9899 2008-02-21  Pedro Alves  <pedro@codesorcery.com>
9900
9901         Silence a few -Wmissing-prototypes warnings.
9902
9903         PR build/9877:
9904         * amd64-nat.c: Include "amd64-nat.h".
9905         * fork-child.c (_initialize_fork_child): Ditto.
9906         * gcore.c (_initialize_gcore): Ditto.
9907         * inf-ptrace.c: Include "inf-ptrace.h".
9908         (inf_ptrace_store_registers): Make it static.
9909         * linux-nat.c (linux_nat_terminal_ours): Make it static.
9910         (_initialize_linux_nat): Declare before definition.
9911         * linux-tdep.c: Include "linux-tdep.h".
9912         * linux-thread-db.c (_initialize_thread_db): Declare before
9913         definition.
9914         * proc-service.c (_initialize_proc_service): Ditto.
9915         * remote.c (remote_send_printf): Make it static.
9916         * solib.c: Include "solib.h".
9917         * symfile-mem.c (_initialize_symfile_mem): Declare before
9918         definition.
9919         * ada-lang.c (ada_la_decode, ada_match_name)
9920         (ada_suppress_symbol_printing, ada_is_array_type)
9921         (ada_value_ptr_subscript, ada_array_length)
9922         (ada_to_static_fixed_value): Make them static.
9923         (_initialize_ada_language): Declare before definition.
9924         * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
9925         (ada_task_list_changed, ada_new_objfile_observer): Make them
9926         static.
9927         (_initialize_tasks): Declare before definition.
9928         * addrmap.c (_initialize_addrmap): Declare before definition.
9929         * auxv.c (default_auxv_parse): Make it static.
9930         * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
9931         them static.
9932         * breakpoint.c (remove_sal): Add line break.
9933         (expand_line_sal_maybe): Make it static.
9934         * cp-name-parser.y: Include "cp-support.h".
9935         * cp-valprint.c (cp_find_class_member): Make it static.
9936         * eval.c (value_f90_subarray): Ditto.
9937         * exceptions.c (print_any_exception): Ditto.
9938         * findcmd.c (_initialize_mem_search): Declare before definition.
9939         * frame.c (frame_observer_target_changed): Make it static.
9940         * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
9941         * inf-child.c: Include "inf-child.h".
9942         * inferior.h (valid_inferior_id): Rename to ...
9943         (valid_gdb_inferior_id): ... this.
9944         * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
9945         Make them static.
9946         * jv-lang.c (java_language_arch_info): Make it static.
9947         * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
9948         * osdata.c (info_osdata_command): Make it static.
9949         * regcache.c (regcache_observer_target_changed): Make it static.
9950         * reverse.c (_initialize_reverse): Declare before definition.
9951         * stabsread.c (cleanup_undefined_types_noname)
9952         (cleanup_undefined_types_1): Make them static.
9953         * symfile.c (place_section): Make it static.
9954         * symtab.c (find_pc_sect_psymtab_closer): Make it static.
9955         * target-descriptions.c (_initialize_target_descriptions): Declare
9956         before definition.
9957         * target.c (default_get_ada_task_ptid, find_default_can_async_p)
9958         (find_default_is_async_p, find_default_supports_non_stop): Make
9959         them static.
9960         (target_supports_non_stop): Add prototype.
9961         (dummy_pid_to_str): Make it static.
9962         * utils.c (_initialize_utils): Declare before definition.
9963         * ada-exp.y (_initialize_ada_exp): Declare before definition.
9964         * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
9965         * target.h (struct target_ops): Add a prototype to the
9966         to_can_execute_reverse callback.
9967         * macroscope.c (_initialize_macroscope): Declare before definition.
9968         * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
9969         * python/python.c (_initialize_python): Declare before definition.
9970         * tui/tui-command.c: Include "tui/tui-command.h".
9971         * tui/tui-data.c (init_content_element, init_win_info): Make them
9972         static.
9973         * tui/tui-disasm.c: Include "tui/tui-disasm.h".
9974         * tui/tui-interp.c (_initialize_tui_interp): Declare before
9975         definition.
9976         * tui/tui-layout.c: Include "tui/tui-layout.h".
9977         (_initialize_tui_layout): Declare before definition.
9978         * tui/tui-regs.c: Include "tui/tui-regs.h".
9979         (tui_display_reg_element_at_line): Make it static.
9980         (_initialize_tui_regs): Declare before definition.
9981         * tui/tui-stack.c (_initialize_tui_stack): Declare before
9982         definition.
9983         * tui/tui-win.c: Include "tui/tui-win.h".
9984         (_initialize_tui_win): Declare before definition.
9985         (tui_sigwinch_handler): Make it static.  Wrap in ifdef SIGWINCH.
9986         * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
9987         (tui_get_cmd_list): Add a prototype.
9988         * tui/tui-windata.c: Include tui-windata.h.
9989         * tui/tui-wingeneral.c (box_win): Make it static.
9990         * cli/cli-logging.c (show_logging_command): Make it static.
9991         (_initialize_cli_logging): Declare before definition.
9992         * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
9993         definition.
9994
9995 2009-02-20  Pierre Muller  <muller@ics.u-strasbg.fr>
9996
9997         Extend use of i386_use_watchpoints to all i386 native files
9998         using hardware watchpoints.
9999         * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
10000         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
10001         * windows-nat.c (init_windows_ops): Ditto.
10002         * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
10003         * config/i386/nm-cygwin64.h: Ditto.
10004         * config/i386/nm-fbsd.h: Ditto.
10005         * config/i386/nm-go32.h: Ditto.
10006
10007 2009-02-19  Joel Brobecker  <brobecker@adacore.com>
10008
10009         * ada-typeprint.c (ada_typedef_print): Remove.  Unused.
10010
10011 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
10012
10013         * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
10014         (mi_interpreter_init): Register the above.
10015         * solib.c (clear_solib): Notify solib unload.
10016         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
10017         disable breakpoints on a.out targets.
10018
10019 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
10020
10021         * observer.c (observer_test_first_notification_function)
10022         (observer_test_second_notification_function)
10023         (observer_test_third_notification_function): Adjust prototype.
10024
10025 2009-02-17  Pedro Alves  <pedro@codesourcery.com>
10026
10027         * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
10028         (ALL_TARGET_OBS): Add dicos-tdep.o.
10029         (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
10030         * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
10031         gdb_target_obs.
10032         (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
10033         gdb_target_obs.
10034         * dicos-tdep.h, dicos-tdep.c: New.
10035         * amd64-dicos-tdep.c: New.
10036         * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
10037         inferior.h.  Include dicos-tdep.h.
10038         (i386_dicos_init_abi): Call dicos_init_abi.
10039         (i386_dicos_bfd_has_symbol_p): Delete.
10040         (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
10041
10042         * NEWS: Mention x86-64 DICOS target support.
10043
10044 2009-02-16  Doug Evans  <dje@google.com>
10045
10046         * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
10047         All callers updated.
10048         (amd64_get_insn_details): Handle more 3-byte opcode insns.
10049         (amd64_breakpoint_p): Delete.
10050         (amd64_displaced_step_fixup): When fixing up after stepping an int3,
10051         don't back up pc to the start of the int3.
10052         * i386-tdep.c: #include opcode/i386.h.
10053         (i386_skip_prefixes): New function.
10054         (i386_absolute_jmp_p): Constify argument.
10055         (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
10056         (i386_breakpoint_p): Delete.
10057         (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
10058         When fixing up after stepping an int3, don't back up pc to the start
10059         of the int3.
10060
10061 2009-02-16  Pedro Alves  <pedro@codesourcery.com>
10062
10063         * corelow.c (core_close): Don't hardcode the core's pid.
10064         (core_open): Find core threads before calling
10065         post_create_inferior.
10066         (add_to_thread_list, get_core_register_section): Take into account
10067         systems where the regset section names encode the pid of the
10068         inferior.
10069
10070         * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
10071         * gdbarch.h, gdbarch.c: Regenerate.
10072
10073         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
10074         * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
10075         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
10076         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
10077
10078 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
10079
10080         Include frame information for *stopped due to CLI commands.
10081
10082         * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
10083         * infcmd.c (finish_command_continuation): Pass '1' for
10084         'print_frame' parameter to the observer.
10085         * infrun.c (normal_stop): Don't print mi-specific information
10086         here. Pass 'stop_print_frame' to the 'print_frame' parameter
10087         of the observer.
10088         * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
10089         If we need to print frame, and current uiout is not the MI one,
10090         print frame again.
10091
10092 2009-02-13  Pierre Muller  <muller@ics.u-strasbg.fr>
10093
10094         * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
10095         Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
10096
10097 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10098
10099         PR fortran/9806
10100         * dwarf2read.c (process_die <DW_TAG_module>, read_module)
10101         (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
10102
10103 2009-02-11  Pierre Muller  <muller@ics.u-strasbg.fr>
10104
10105         * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
10106         for DW_ATE_signed_char and DW_ATE_unsigned_char
10107         for pascal language.
10108
10109 2009-02-11  Jim Meyering  <meyering@redhat.com>
10110             Jan Kratochvil  <jan.kratochvil@redhat.com>
10111
10112         Avoid NULL dereference.
10113         * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
10114         New variable func_type.
10115
10116 2009-02-11  Pedro Alves  <pedro@codesourcery.com>
10117
10118         * gdbarch.c: Regenerate.
10119
10120 2009-02-10  Pierre Muller  <muller@ics.u-strasbg.fr>
10121
10122         * p-lang.c (is_pascal_string_type): Fix comment.
10123         Determine exact size of char elements for GPC
10124         strings.
10125         (pascal_printstr): Handle char width of 2 or 4.
10126         * p-valprint.c (pascal_val_print): Handle char
10127         of width 2 or 4.
10128
10129 2009-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
10130
10131         * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
10132         inside the loop.  Only call addrmap_set_empty if the compilation unit
10133         had DW_AT_high_pc and DW_AT_low_pc.  Update call to
10134         scan_partial_symbols.
10135         (scan_partial_symbols): Take NEED_PC argument and pass it along with
10136         LOWPC and HIGHPC.
10137         (add_partial_namespace): Take NEED_PC argument and pass it through.
10138         (add_partial_subprogram): Take NEED_PC argument.  Update the addrmap
10139         if necessary.
10140
10141 2009-02-07  Pedro Alves  <pedro@codesourcery.com>
10142
10143         * NEWS: Mention inspecting extra signal information, $_siginfo,
10144         and the qXfer:siginfo:read and qXfer:siginfo:write packets.
10145
10146 2009-02-07  Pedro Alves  <pedro@codesourcery.com>
10147
10148         * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
10149         isn't defined.
10150
10151 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
10152
10153         * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
10154         (compat_timer_t, compat_clock_t, struct compat_timeval)
10155         (compat_sigval_t, compat_siginfo_t): New types.
10156         (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
10157         (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
10158         (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
10159         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
10160         (amd64_linux_siginfo_fixup): New.
10161         * linux-nat.c (linux_nat_siginfo_fixup): New.
10162         (siginfo_fixup): New.
10163         (linux_xfer_siginfo): Use siginfo_fixup to convert between the
10164         siginfo layout expected by ptrace and the siginfo layout of the
10165         inferior.
10166         (linux_nat_set_siginfo_fixup): New.
10167         * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
10168
10169 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
10170
10171         * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
10172         * infrun.c (siginfo_value_read, siginfo_value_write): New.
10173         (siginfo_value_funcs): New.
10174         (siginfo_make_value): New.
10175         (_initialize_infrun): Create the $_siginfo convenience variable.
10176         * gdbtypes.h (append_composite_type_field_aligned): Declare.
10177         * gdbtypes.c (append_composite_type_field): Rename to...
10178         (append_composite_type_field_aligned): ... this.  Add ALIGNMENT
10179         argument.  Handle it.
10180         (append_composite_type_field): Rewrite on top of
10181         append_composite_type_field_aligned.
10182         * value.h (internalvar_make_value): New typedef.
10183         (struct internalvar) <make_value>: New field.
10184         (create_internalvar_type_lazy): Declare.
10185         * value.c (create_internalvar): Clear make_value.
10186         (create_internalvar_type_lazy): New.
10187         (value_of_internalvar): If make_value is set use it.
10188         (preserve_values): Skip internal variables that don't have a
10189         value.
10190         * gdbarch.sh (get_siginfo_type): New.
10191         * gdbarch.h, gdbarch.c: Regenerate.
10192
10193         * linux-tdep.h, linux-tdep.c: New.
10194         * amd64-linux-tdep.c: Include "linux-tdep.h".
10195         (amd64_linux_init_abi): Register linux_get_siginfo_type and
10196         linux_get_siginfo_mapper.
10197         * i386-linux-tdep.c: Include "linux-tdep.h".
10198         (i386_linux_init_abi): Register linux_get_siginfo_type and
10199         linux_get_siginfo_mapper.
10200         * arm-linux-tdep.c: Include "linux-tdep.h".
10201         (i386_linux_init_abi): Register linux_get_siginfo_type and
10202         linux_get_siginfo_mapper.
10203
10204         * linux-nat.c (linux_xfer_siginfo): New.
10205         (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
10206         * remote.c (PACKET_qXfer_siginfo_read)
10207         (PACKET_qXfer_siginfo_write): New.
10208         (feature remote_protocol_features): Add "qXfer:siginfo:read" and
10209         "qXfer:siginfo:write" features.
10210         (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
10211         (_initialize_remote): Add "set/show remote read-siginfo-object"
10212         and "set/show remote write-siginfo-object" commands.
10213
10214         * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
10215         (HFILES_NO_SRCDIR): Add linux-tdep.h.
10216         (ALLDEPFILES): Add linux-tdep.c.
10217
10218         * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
10219         (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
10220         gdb_target_obs.
10221
10222 2009-02-06  Jim Blandy  <jimb@codesourcery.com>
10223             Daniel Jacobowitz  <dan@codesourcery.com>
10224             Vladimir Prus  <vladimir@codesourcery.com>
10225             Pedro Alves  <pedro@codesourcery.com>
10226
10227         * defs.h (enum lval_type): New value: lval_computed.
10228         * value.h (struct lval_funcs): New type.
10229         (allocate_computed_value, value_computed_funcs)
10230         (value_computed_closure): New declarations.
10231         * value.c (struct value): Add a structure to the location union
10232         for computed lvalues, containing 'funcs' and 'closure' members.
10233         (allocate_computed_value, value_computed_funcs)
10234         (value_computed_closure): New functions.
10235         (value_free): For computed lvalues, call the closure's
10236         'free_closure' function before freeing the value itself.
10237         (value_copy): If we're copying an lval_computed value, call the
10238         closure's 'copy_closure' function.
10239         (set_value_component_location): If the original value is a
10240         computed lvalue, then call the closure's 'copy_closure' function.
10241         (value_of_internalvar): If an internal variable's value is a
10242         computed lvalue, make retrieving its value produce an equivalent
10243         computed lvalue.
10244         * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
10245         their read function.
10246         (value_assign): Assign to computed lvalues by calling their write
10247         function.
10248
10249 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
10250
10251         * linux-nat.c (linux_nat_wait): Adjust.
10252         (linux_nat_pid_to_str): Adjust.  Remove call to thread_db_init.
10253         * linux-nat.h (thread_db_init): Delete declaration.
10254         * linux-thread-db.c (target_beneath): Delete.
10255         (thread_db_init): Delete.
10256         (thread_db_detach): Use find_target_beneath.
10257         (thread_db_wait): Adjust interface.  Use find_target_beneath.
10258         (thread_db_mourn_inferior): Use find_target_beneath.
10259         (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
10260         (thread_db_async_mask): Delete.
10261         (thread_db_pid_to_str): Adjust interface.  Use
10262         find_target_beneath.
10263         (thread_db_get_thread_local_address): Adjust interface.  Use
10264         find_target_beneath.
10265         (init_thread_db_ops): Delete references to delete functions.
10266         * target.c (update_current_target): Don't inherit or default
10267         to_wait.  Don't inherit to_pid_to_str and
10268         to_get_thread_local_address.
10269         (target_translate_tls_address): Look for a pushed target that
10270         implements to_get_thread_local_address, and use it instead of
10271         checking for target_get_thread_local_address_p.
10272         (target_wait, target_pid_to_str): Reimplement as functions.
10273         (dummy_pid_to_str): New.
10274         (init_dummy_target): Register it.
10275         (debug_to_wait): Delete.
10276         * target.h (struct target_ops): Make to_wait, to_pid_to_str and
10277         to_get_thread_local_address accept a pointer to struct target_ops.
10278         (target_wait): Delete macro, and declare as function.
10279         (target_pid_to_str): Likewise.
10280         (target_get_thread_local_address)
10281         (target_get_thread_local_address_p): Delete.
10282         (noprocess): Add NORETURN and ATTR_NORETURN tags.
10283         * inf-ptrace.c (inf_ptrace_wait): Adjust.
10284         (inf_ptrace_pid_to_str): New.
10285         (inf_ptrace_target): Use inf_ptrace_pid_to_str.
10286         * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
10287         * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
10288         * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
10289         Adjust.
10290         * corelow.c (core_pid_to_str): Adjust.
10291         * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
10292         * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
10293         * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
10294         * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
10295         * hpux-thread.c (hpux_thread_wait): Adjust.
10296         * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
10297         * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
10298         * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
10299         * procfs.c (procfs_pid_to_str): Adjust.
10300         * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
10301         * remote-mips.c (mips_wait): Adjust.
10302         * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
10303         * remote.c (remote_wait, remote_pid_to_str)
10304         (remote_get_thread_local_address): Adjust.
10305         * rs6000-nat.c (rs6000_wait): Adjust.
10306         * sol-thread.c (procfs_pid_to_str): Adjust declaration.
10307         (sol_thread_wait, solaris_pid_to_str): Adjust.
10308         * spu-linux-nat.c (spu_child_wait): Adjust.
10309         * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
10310
10311 2009-02-06  Tom Tromey  <tromey@redhat.com>
10312
10313         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
10314         (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
10315         (python-cmd.o): New target.
10316         * cli/cli-decode.c (set_cmd_completer): Add self parameter to
10317         completer prototype.
10318         (add_cmd): Initialize destroyer member of cmd_list_element. Use
10319         make_symbol_completion_list_fn as completer.
10320         (delete_cmd): Call destroyer if one is set.
10321         * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
10322         completer member.  Add destroyer member.
10323         (set_cmd_completer): Add self parameter to
10324         completer prototype.
10325         * command.h (set_cmd_completer): Add cmd parameter to
10326         completer prototype.
10327         * completer.c (noop_completer, filename_completer,
10328         location_completer, expression_completer, command_completer): Adapt
10329         to new completer prototype.
10330         (complete_line_internal): Pass new parameter to completer function.
10331         * completer.h (noop_completer, filename_completer,
10332         location_completer, expression_completer, command_completer): Adapt
10333         prototypes to new completer prototype.
10334         * interps.c (interpreter_completer): Adapt to new completer
10335         prototype.
10336         * python/python-cmd.c: New file.
10337         * python/python-internal.h (gdbpy_initialize_commands): Add
10338         prototype.
10339         (gdbpy_doc_cst): Add forward declaration.
10340         * python/python.c (gdbpy_doc_cst): Declare.
10341         (_initialize_python): Call gdbpy_initialize_commands.  Initialize
10342         gdbpy_doc_cst.
10343         * symtab.c (make_symbol_completion_list_fn): New function.
10344         * symtab.h (make_symbol_completion_list_fn): Add prototype.
10345
10346 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
10347
10348         * target.c (target_get_osdata): Check for equal or higher than
10349         process_stratum, not dummy_stratum.
10350
10351 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
10352
10353         * remote.c (extended_remote_can_run): Delete.
10354         (init_remote_ops): Don't register it.
10355         * target.c (target_get_osdata): Don't check for target_can_run.
10356         Instead any target that has already been pushed, otherwise
10357         fallback to the default run target.
10358
10359 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
10360
10361         * target.c (target_create_inferior, target_detach)
10362         (target_mourn_inferior, target_attach, target_close): Do target
10363         debug output.
10364         (debug_to_attach, debug_to_detach, debug_to_create_inferior)
10365         (debug_to_mourn_inferior, debug_to_close): Delete.
10366         (setup_target_debug): Adjust.
10367
10368 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
10369
10370         * target.h (target_stopped_data_address_p): Delete declaration,
10371         and don't define as macro.
10372         * target.c (target_stopped_data_address_p): Delete.
10373
10374 2009-02-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10375             Tom Tromey  <tromey@redhat.com>
10376
10377         * python/python-utils.c (target_string_to_unicode): New function.
10378         * python/python-internal.h (target_string_to_unicode): New prototype.
10379         * python/python-value.c (valpy_string): New function.
10380         (value_object_methods): Add `string' entry.
10381
10382 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
10383
10384         * target.h (target_tid_to_str): Delete.
10385         * thread.c (print_thread_info, thread_apply_all_command)
10386         (thread_apply_command, thread_command, do_captured_thread_select):
10387         Use target_pid_to_str instead of target_tid_to_str.
10388         * linux-fork.c (delete_fork_command): Likewise.
10389
10390 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
10391
10392         * frame.c (has_stack_frames): Make public.
10393         (get_prev_frame): Don't allow a NULL this_frame anymore.
10394         * frame.h (has_stack_frames): Declare.
10395         * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
10396         to get_prev_frame, instead start at get_current_frame.
10397         (varobj_create): Check has_stack_frames before getting any frame;
10398         eliminate one usage of deprecated_safe_get_selected_frame.
10399
10400 2009-02-05  Tom Tromey  <tromey@redhat.com>
10401             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10402
10403         * python/python.c (GdbMethods): Move to bottom of file.
10404         (get_parameter, execute_gdb_command, gdbpy_write,
10405         gdbpy_flush): Remove forward declarations.
10406         (eval_python_from_control_command): Fix error checking of function
10407         PyRun_SimpleString.  Fix error string.
10408         (python_command): Likewise.
10409         (execute_gdb_command): Added from_tty argument.
10410
10411 2009-02-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10412
10413         * language.h (language_dfn): Add la_get_string member.
10414         (LA_GET_STRING): New macro.
10415         (default_get_string): New prototype.
10416         * language.c (default_get_string): New function.
10417         (unknown_language_defn, auto_language_defn, local_language_defn): Use
10418         default_get_string for la_get_string.
10419         * c-lang.c (c_get_string): New function.
10420         (c_language_defn, cplus_language_defn, asm_language_defn): Use
10421         c_get_string for la_get_string.
10422         (minimal_language_defn): Likewise
10423         * ada-lang.c (ada_language_defn): Likewise.
10424         * f-lang.c (f_language_defn): Use default_get_string for
10425         la_get_string.
10426         * jv-lang.c (java_language_defn): Likewise.
10427         * m2-lang.c (m2_language_defn): Likewise.
10428         * objc-lang.c (objc_language_defn): Likewise.
10429         * p-lang.c (p_language_defn): Likewise.
10430         * scm-lang.c (scm_language_defn): Likewise.
10431         * typeprint.c (type_to_string): New function.
10432         * value.h (type_to_string): New prototype.
10433         * valprint.c (val_print_string): Factor out code for reading string
10434         from the inferior into its own function.  Put 2 spaces after period
10435         in comments.
10436         (read_string): New function.
10437         * valprint.h (read_string): New prototype.
10438
10439 2009-01-07  Pierre Muller  <muller@ics.u-strasbg.fr>
10440             Tom Tromey  <tromey@redhat.com>
10441
10442         PR breakpoints/8079:
10443         * breakpoint.c (print_one_breakpoint): Use exp_string field
10444         to display expression of watchpoints.
10445         (mention): Likewise.
10446         (watch_command_1): Remove trailing whitespace from expression.
10447         * printcmd.c (struct display) <exp_string>: New field.
10448         (display_command): Set exp_string.
10449         (free_display): Free exp_string.
10450         (clear_displays): Use free_display.
10451         (do_one_display): Print exp_string.
10452         (display_info): Likewise.
10453
10454 2009-02-04  Tom Tromey  <tromey@redhat.com>
10455             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10456             Phil Muldoon  <pmuldoon@redhat.com>
10457
10458         * python/python-internal.h (gdbpy_get_value_from_history): Rename
10459         prototype to gdbpy_history.
10460         (gdbpy_is_string): Declare.
10461         (python_string_to_host_string): Declare.
10462         * python/python-utils.c (gdbpy_is_string): New function.
10463         (unicode_to_encoded_string): New function.
10464         (unicode_to_target_string): Use it.
10465         (python_string_to_host_string): New function.
10466         * python/python-value.c (valpy_address): New function.
10467         (convert_value_from_python): Use gdbpy_is_string.  Change to throw
10468         Python exception instead of a GDB exception on error.  Properly check
10469         Python booleans.
10470         (valpy_getitem): Convert field name to host string.  Handle array
10471         accesses.  Adapt to new behaviour of convert_value_from_python.
10472         (valpy_new): Adapt to new behaviour of convert_value_from_python.
10473         (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
10474         VALPY_BITXOR, VALPY_BITOR>: New constants.
10475         (valpy_binop): Update.  Adapt to new behaviour of
10476         convert_value_from_python.
10477         (valpy_invert): New function.
10478         (valpy_lsh): Likewise.
10479         (valpy_rsh): Likewise.
10480         (valpy_and): Likewise.
10481         (valpy_or): Likewise.
10482         (valpy_xor): Likewise.
10483         (valpy_richcompare): Call convert_value_from_python instead of doing
10484         conversions itself.
10485         (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
10486         (gdbpy_get_value_from_history): Rename
10487         function to gdbpy_history.
10488         (gdbpy_initialize_values): Don't set tp_new.
10489         (value_object_type): Add valpy_new.
10490         (value_object_methods): Add `address' entry.
10491         (value_object_as_number): Update for new methods.
10492         * python/python.c (GdbMethods): Rename entry from
10493         `get_value_from_history' to `history'.
10494
10495 2009-02-04  Jerome Guitton  <guitton@adacore.com>
10496
10497         * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
10498         of type to guard against a crash.
10499
10500 2009-02-04  Jerome Guitton  <guitton@adacore.com>
10501
10502         * value.c (value_from_contents_and_address): Always return
10503         a lval_memory value, even if address is null.
10504
10505 2009-02-04  Tristan Gingold  <gingold@adacore.com>
10506
10507         * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
10508         (amd64_darwin_sigcontext_addr): Ditto.
10509         (darwin_dwarf_signal_frame_p): Ditto.
10510         (i386_darwin_init_abi): Handle signal frames, use the const for
10511         sc_num_regs.
10512         (x86_darwin_init_abi_64): Ditto.
10513
10514 2009-02-04  Tristan Gingold  <gingold@adacore.com>
10515
10516         * i386-tdep.c (i386_sigtramp_p): Make it public.
10517         * i386-tdep.h (i386_sigtramp_p): Declare.
10518
10519 2009-02-04  Tristan Gingold  <gingold@adacore.com>
10520
10521         * machoread.c (macho_symfile_read): Read minsymtab also from
10522         shared libraries.
10523         (macho_symfile_read): Try to read dwarf2 frame info from main
10524         object file, but not from OSO files.
10525         (macho_symfile_offsets): Update section names for latest BFD
10526         changes.
10527         * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
10528         (x86_darwin_init_abi_64): Ditto.
10529         * solib-darwin.c: New file.
10530         * solib-darwin.h: New file.
10531         * configure.tgt: Add solib.o solib-darwin.o for Darwin.
10532
10533 2009-02-04  Tristan Gingold  <gingold@adacore.com>
10534
10535         * solist.h (struct target_so_ops): Comment fallback behavior for
10536         operation same.
10537
10538 2009-02-03  Tom Tromey  <tromey@redhat.com>
10539
10540         * completer.c (add_struct_fields): Check type_name against NULL
10541         before use.
10542
10543 2009-02-03  Joel Brobecker  <brobecker@adacore.com>
10544
10545         * MAINTAINERS: Update Elena's email address.
10546
10547 2009-02-02  Joel Brobecker  <brobecker@adacore.com>
10548
10549         * breakpoint (update_watchpoint): Minor comment adjustment.
10550
10551 2009-02-02  Tom Tromey  <tromey@redhat.com>
10552
10553         PR gdb/9594:
10554         * completer.c (count_struct_fields): Count method names.
10555         (add_struct_fields): Add matching method names.
10556
10557 2009-02-02  Doug Evans  <dje@google.com>
10558
10559         * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
10560         doing any further tcl/tk configury.  Don't configure gdbtk if
10561         tcl or tk check fails.
10562         * aclocal.m4: Regenerate.
10563         * configure: Regenerate.
10564
10565 2009-02-02  Tom Tromey  <tromey@redhat.com>
10566
10567         PR exp/9059:
10568         * valops.c (find_overload_match): Follow typedefs before taking
10569         address of object argument.
10570
10571 2009-02-01  Doug Evans  <dje@google.com>
10572
10573         * target.h (target_waitstatus_to_string): Declare.
10574         * target.c (target_waitstatus_to_string): New function.  Copied from
10575         debug_to_wait.  Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
10576         TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
10577         TARGET_WAITKIND_NO_HISTORY.
10578         (debug_to_wait): Call it.
10579         * infrun.c (wait_for_inferior): If debug_infrun, print result of
10580         target_wait.
10581         (fetch_inferior_event): Ditto.
10582
10583 2009-01-30  Tom Tromey  <tromey@redhat.com>
10584
10585         * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
10586
10587 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
10588
10589         PR 8145.
10590         * thread.c (do_captured_list_thread_ids): Report the current
10591         thread id.
10592
10593 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
10594
10595         * breakpoint.c (create_breakpoint, create_breakpoints)
10596         (break_command_really, set_breakpoint): New parameter enabled.
10597         (create_breakpoint, break_command_really): Make breakpoint
10598         disabled if so requested.
10599         * breakpoint.h (set_breakpoint): New parameter enabled.
10600         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
10601
10602 2009-01-28  Doug Evans  <dje@google.com>
10603
10604         * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
10605         (amd64_displaced_step_fixup): Declare.
10606         * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
10607         (amd64_arch_regmap): Move out of amd64_analyze_stack_align
10608         and make static global.
10609         (amd64_arch_regmap_len): New static global.
10610         (amd64_arch_reg_to_regnum): New function.
10611         (struct amd64_insn): New struct.
10612         (struct displaced_step_closure): New struct.
10613         (onebyte_has_modrm,twobyte_has_modrm): New static globals.
10614         (rex_prefix_p,skip_prefixes)
10615         (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
10616         (amd64_insn_length,amd64_get_unused_input_int_reg)
10617         (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
10618         (amd64_displaced_step_copy_insn)
10619         (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
10620         (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
10621         (amd64_displaced_step_fixup): New functions.
10622         * amd64-linux-tdep.c: #include arch-utils.h.
10623         (amd64_linux_init_abi): Install displaced stepping support.
10624
10625 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
10626             Jerome Guitton  <guitton@adacore.com>
10627
10628         * configure, config.in: Regenerated.
10629         * configure.ac: Add --with-system-gdbinit.
10630         * main.c (get_init_files): New.
10631         (captured_main): Use get_init_files.  Load system gdbinit before
10632         $HOME/.gdbinit.
10633         (print_gdb_help): Print location of init files.
10634
10635 2009-01-28  Pedro Alves  <pedro@codesourcery.com>
10636
10637         * corefile.c (generic_search): Delete disabled code.
10638         * gdbcore.h (generic_search): Delete declaration.
10639
10640 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
10641
10642         * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
10643         parent to the child.
10644         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
10645         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.  Use
10646         remove_breakpoints to remove breakpoints from the parent.
10647
10648 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
10649
10650         PR backtrace/9458, PR backtrace/8864:
10651         * frame.c (create_new_frame): Update the frame's cached PC before
10652         finding its unwinder.  Use frame_id_build to build the new frame's
10653         id.
10654         * stack.c (parse_frame_specification_1): Correct setting ``addrs''
10655         array values from the ``args'' array values.
10656
10657 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
10658
10659         * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
10660         (create_array_type, create_set_type, init_flags_type)
10661         (copy_type_recursive): Replace pairs of calls to XALLOC and memset
10662         with a call to XZALLOC or XCALLOC, and pairs of calls to
10663         obstack_alloc and memset with a call to OBSTACK_ZALLOC.
10664
10665 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
10666
10667         Add "maint set|show internal-error|internal-warning quit|corefile
10668         ask|yes|no" commands.
10669
10670         PR gdb/7580:
10671         * utils.c (internal_problem_ask, internal_problem_yes)
10672         (internal_problem_no, internal_problem_modes): New.
10673         (struct internal_problem): Remove FIXME.  Make should_quit and
10674         should_dump_core types to char *.
10675         (internal_vproblem, internal_error_problem)
10676         (internal_warning_problem): Adjust.
10677         (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
10678         functions.
10679         (add_internal_problem_command): New.
10680         (_initialize_utils): New.
10681
10682 2009-01-25  Pedro Alves  <pedro@codesourcery.com>
10683
10684         * infcmd.c (program_info): Use paddress instead of casting stop_pc
10685         to unsigned long.
10686
10687 2009-01-24  Pedro Alves  <pedro@codesourcery.com>
10688
10689         * infrun.c (normal_stop): Don't call
10690         deprecated_update_frame_pc_hack.
10691         * frame.c (deprecated_update_frame_pc_hack)
10692         (deprecated_update_frame_base_hack): Delete, and ...
10693         (create_new_frame): ... inline here.
10694         * frame.h (deprecated_update_frame_pc_hack)
10695         (deprecated_update_frame_base_hack): Delete declarations.
10696
10697 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
10698
10699         * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
10700         * cli/cli-setshow.c (do_setshow_command): Handle it.
10701         * command.h (enum var_types): Add var_zuinteger.
10702         (add_setshow_zuinteger_cmd): Declare.
10703
10704         * valprint.c (_initialize_valprint): Change the set input-radix
10705         and set output-radix commands to zuinteger type.
10706
10707 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
10708
10709         PR gdb/9664:
10710         * infrun.c (normal_stop): Tag threads as stopped, and run the
10711         hook-stop before printing the stack frame.
10712
10713 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
10714
10715         PR c++/9631:
10716         * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
10717         vbasetype.
10718
10719 2009-01-20  Kazu Hirata  <kazu@codesourcery.com>
10720
10721         * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
10722         unsigned long.
10723
10724 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
10725
10726         PR gdb/9346
10727         * infcmd.c (signal_command): Do not specify a resume PC.
10728
10729 2009-01-19  Doug Evans  <dje@google.com>
10730
10731         * dummy-frame.c (dummy_frame): Replace regcache member with
10732         caller_state.
10733         (dummy_frame_push): Replace caller_regcache arg with caller_state.
10734         All callers updated.
10735         (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
10736         (dummy_frame_pop): Rewrite.  Verify requested frame is in the
10737         dummy frame stack.  Restore program state.
10738         (cleanup_dummy_frames): Rewrite.
10739         (dummy_frame_sniffer): Update.  Make static.
10740         * dummy-frame.h (regcache,frame_info): Delete forward decls.
10741         (inferior_thread_state): New forward decl.
10742         (dummy_frame_push): Update prototype.
10743         * frame.c (frame_pop): dummy_frame_pop now does all the work for
10744         DUMMY_FRAMEs.
10745         * infcall.c (breakpoint_auto_delete_contents): Delete.
10746         (get_function_name,run_inferior_call): New fns.
10747         (call_function_by_hand): Simplify by moving some code to
10748         get_function_name, run_inferior_call.  Inferior function call wrapped
10749         in TRY_CATCH so there's less need for cleanups and all exits from
10750         proceed are handled similarily.  Detect program exit.
10751         Detect program stopping in a different thread.
10752         Make error messages more consistent.
10753         * inferior.h (inferior_thread_state): Declare (opaque type).
10754         (save_inferior_thread_state,restore_inferior_thread_state,
10755         make_cleanup_restore_inferior_thread_state,
10756         discard_inferior_thread_state, get_inferior_thread_state_regcache):
10757         Declare.
10758         (save_inferior_status): Update prototype.
10759         * infrun.c: (normal_stop): When stopped for the completion of an
10760         inferior function call, verify the expected stack frame kind.
10761         (inferior_thread_state): New struct.
10762         (save_inferior_thread_state,restore_inferior_thread_state,
10763         do_restore_inferior_thread_state_cleanup,
10764         make_cleanup_restore_inferior_thread_state,
10765         discard_inferior_thread_state,
10766         get_inferior_thread_state_regcache): New functions.
10767         (inferior_status): Move stop_signal, stop_pc, registers to
10768         inferior_thread_state.  Remove restore_stack_info.
10769         (save_inferior_status): Remove arg restore_stack_info.
10770         All callers updated.  Remove saving of state now saved by
10771         save_inferior_thread_state.
10772         (restore_inferior_status): Remove restoration of state now done by
10773         restore_inferior_thread_state.
10774         (discard_inferior_status): Remove freeing of registers, now done by
10775         discard_inferior_thread_state.
10776
10777 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
10778
10779         * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
10780         at a time, times NUM_TO_SCROLL.
10781         * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
10782         fetch the selected frame if there is no stack.
10783
10784 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
10785
10786         PR gdb/9747:
10787         * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
10788         Declare.
10789         * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
10790         * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
10791         is thrown while handling an event, finish the thread state.
10792         (normal_stop): Use finish_thread_state cleanup.
10793         * infcmd.c (run_command_1): If an error is thrown while starting
10794         the inferior, finish the thread state.
10795
10796 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
10797
10798         * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
10799         skip breakpoints without a location (pending breakpoints).
10800
10801 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
10802
10803         PR build/9186:
10804         * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
10805
10806 2009-01-18  Nick Roberts  <nickrob@snap.net.nz>
10807
10808         * thread.c (thread_command): Move call to annotate_thread_changed
10809         to...
10810         (do_captured_thread_select): ... here, to avoid printing an
10811         annotation if the thread change generates an exception.
10812
10813 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
10814
10815         * NEWS: Document x86_64/MinGW as a new native configuration.
10816
10817 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
10818
10819         * NEWS: Move the documentation of "info os processes" to
10820         the appropriate section (documenting the new commands).
10821
10822 2009-01-15  Doug Evans  <dje@google.com>
10823
10824         * target.h (target_signal_to_string): Make return type const char *.
10825         (target_signal_to_name): Ditto.
10826         (target_signal_from_name): Make arg const char *.
10827         * infrun.c (sig_print_info): Update.
10828         * signals/signals.c (signals): Make array and struct members const.
10829         (target_signal_to_string): Make return type const char *.
10830         (target_signal_to_name): Ditto.
10831         (target_signal_from_name): Make arg const char *.
10832
10833 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
10834             Tristan Gingold  <gingold@adacore.com>
10835
10836         * solist.h (struct target_so_ops): New member bfd_open.
10837         (solib_find): Add prototype.
10838         (solib_bfd_fopen): Add prototype.
10839         * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
10840         from solib_bfd_open.
10841         (solib_bfd_open): Use ops->bfd_open override if present.  Call
10842         solib_find and solib_bfd_open otherwise.
10843
10844         * objfiles.h (OBJF_KEEPBFD): New define.
10845         * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
10846         objfile flag is set.
10847         * solib.c (symbol_add_stub): Do not allocate second BFD for
10848         shared library; use OBJF_KEEPBFD flag on solib objfile.
10849
10850 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
10851
10852         * frame.c (get_frame_arch): Abort if called with NULL this_frame.
10853
10854 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
10855
10856         * value.h (address_of_variable): Add prototype.
10857         (locate_var_value): Remove prototype.
10858
10859         * findvar.c (read_var_value): Do not attempt to default frame
10860         to selected frame.
10861         (locate_var_value): Remove function.
10862         * valops.c (value_of_variable): Retrieve selected frame for
10863         symbols that require a frame when called with NULL block.
10864         * valops.c (address_of_variable): New function.
10865
10866         * eval.c (evaluate_subexp_for_address): Call address_of_variable
10867         instead of calling locate_var_value.
10868         (evaluate_subexp_with_coercion): Likewise.
10869
10870 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
10871
10872         * NEWS: Document "define" for prefixed commands.
10873         * cli/cli-cmds.c (show_user): Update calls to show_user_1.  Call
10874         show_user_1 for prefix commands.
10875         * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
10876         * cli/cli-script.c (validate_comname): Rewrite to handle prefix
10877         commands.  Return the containing command list.
10878         (define_command, document_command): Update to handle prefix commands.
10879         (show_user_1): Add prefix and name arguments.  Handle prefix
10880         commands.
10881         * cli/cli-script.h (show_user_1): Update prototype.
10882
10883 2009-01-14  Kai Tietz  <kai.tietz@onevision.com>
10884
10885         * ser-mingw.c (console_select_thread): Add return to make
10886         compiler happy.
10887         (pipe_select_thread): Likewise.
10888         (file_select_thread): Likewise.
10889
10890 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
10891
10892         * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
10893         previous change.
10894
10895 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
10896
10897         * remote.c (extended_remote_mourn_1): Invalidate our notion of
10898         current general thread.
10899
10900 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
10901
10902         * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
10903         without a live selected thread.
10904
10905 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
10906
10907         Update the copyright notice of some of the files I missed
10908         in the previous copyright update.
10909
10910 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
10911
10912         * windows-nat.c (handle_unload_dll): Use %p to print the DLL
10913         base address instead of casting it to DWORD.
10914
10915 2009-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
10916
10917         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
10918         for NULL frame pointers.
10919
10920 2009-01-13  Mark Kettenis  <kettenis@gnu.org>
10921
10922         * utils.c (host_address_to_string): Reimplement in a way that
10923         avoids the cast of the address to long.
10924
10925 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
10926
10927         * mdebugread.c (parse_symbol): Save the symbol private data
10928         using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
10929         (psymtab_to_symtab_1): Likewise.
10930         (parse_procedure): Declare variable "e" only in the scope
10931         where it is used. Extract the symbol private data using
10932         SYMBOL_VALUE_BYTES.
10933
10934 2009-01-13  Jim Blandy  <jimb@codesourcery.com>
10935
10936         Abstract out common code for copying value locations.
10937
10938         * value.h (set_value_component_location): New declaration.
10939         * value.c (set_value_component_location): New function.
10940         (value_primitive_field): Use it.
10941         * valarith.c (value_subscript, value_subscripted_rvalue): Same.
10942         * valops.c (search_struct_field, value_slice): Same.
10943         * ada-lang.c (coerce_unspec_val_to_type)
10944         (ada_value_primitive_packed_val): Same.
10945
10946 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
10947
10948         * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
10949
10950 2009-01-12  Christopher Faylor  <me+cygwin@cgf.cx>
10951
10952         * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
10953         throughout.
10954         * i386-cygwin-tdep.c: Ditto.
10955         * i386-windows-nat.c: Ditto.
10956         * windows-nat.h: Ditto.
10957         * windows-tdep.c: Ditto.
10958         * windows-tdep.h: Ditto.
10959         * windows-nat.c: Ditto.
10960         (cygwin_load_start): Redefine as CORE_ADDR.
10961         (cygwin_load_end): Ditto.
10962         (windows_make_so): Coerce result of address arithmetic to uintptr_t
10963         before coercing to CORE_ADDR to avoid a compiler warning.
10964         (handle_exception): Define addr as CORE_ADDR and coerce
10965         ExceptionAddress to uintptr_t before assigining to avoid a compiler
10966         warning.
10967         * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
10968         files.
10969
10970 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10971
10972         Fix linking with --enable-targets=all:
10973         * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
10974         (HFILES_NO_SRCDIR): Add windows-tdep.h.
10975         (ALLDEPFILES): Add windows-tdep.c.
10976
10977 2009-01-11  Chris Faylor  <me.gdb@cgf.cx>
10978
10979         * win32-nat.h: Delete.
10980         * windows-nat.h: Rename from win32-nat.h.
10981         * win32-nat.c: Delete.
10982         * windows-nat.c: Rename from win32-nat.c.
10983         * win32-termcap.c: Delete.
10984         * windows-termcap.c: Rename from win32-termcap.c.
10985         * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
10986         * configure.ac: Handle rename from win32-termcap.c ->
10987         windows-termcap.c.
10988         * configure: Regenerate.
10989         * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
10990         -> windows-termcap.c.
10991         * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
10992         windows-tdep.h.
10993         * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
10994         * windows-nat.c: Ditto.  Also reflect rename from from win32-tdep.h ->
10995         windows-tdep.h.
10996         (win32_make_so): Handle cygwin compiler warning due to change of
10997         load_addr from DWORD to LPVOID.
10998         (handle_load_dll): Use %p in format string to properly print address
10999         and avoid a compiler warning.
11000         (DEBUG_EXCEPTION_SIMPLE): Ditto.
11001         (handle_exception): Ditto.
11002         * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
11003         * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
11004         windows-nat.o.
11005         * config/i386/mingw.mh: Ditto.
11006         * config/i386/mingw64.mh: Ditto.
11007
11008 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11009
11010         * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
11011         arrayprint_recurse_level to a parameter.  Update all the callers.  New
11012         comment at autovariables.
11013
11014 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11015
11016         * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
11017         coding style.
11018
11019 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
11020
11021         * target.c (target_xfer_partial): Use host_address_to_string to
11022         print the address of readbuf and writebuf. Cast the address of
11023         elements inside the myaddr buffer into intptr_t.
11024         (deprecated_debug_xfer_memory): Use paddress to print memaddr.
11025         Cast the address of elements inside the myaddr buffer into
11026         intptr_t.
11027
11028 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
11029
11030         * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
11031         * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
11032         * configure.host, configure.tgt: Add handling for x86_64/windows.
11033         * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
11034         and amd64-windows-tdep.c.
11035
11036 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
11037
11038         * win32-tdep.h, win32-tdep.c: New files.
11039         * i386-cygwin-tdep.h: Delete.
11040         * i386-cygwin-tdep.c: Include win32-tdep.h instead of
11041         i386-cygwin-tdep.h.
11042         (win32_xfer_shared_library): Delete.  Moved to win32-tdep.c.
11043         * win32-nat.c: Likewise.
11044         * configure.tgt: Add win32-tdep.o to the list of target object
11045         files for i386-cygwin and i386-mingw targets.
11046
11047 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
11048
11049         * win32-nat.h: New file.
11050         * win32-nat.c (mappings): Initialize to NULL.
11051         (win32_set_context_register_offsets): New function.
11052         * i386-windows-nat.c: New file.
11053         (mappings): Moved here from win32-nat.c.
11054         (_initialize_i386_windows_nat): New function.
11055         * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
11056         * config/i386/cygwin.mh (NATDEPFILES): Likewise.
11057
11058 2009-01-09  Andreas Schwab  <schwab@suse.de>
11059
11060         * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
11061
11062 2009-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
11063
11064         * gdbtypes.c (append_composite_type_field): Correct the location of
11065         appended fields.
11066
11067 2009-01-09  Pedro Alves  <pedro@codesourcery.com>
11068
11069         * defs.h (deprecated_error_hook): Delete declaration.
11070         * interps.c (clear_interpreter_hooks): Adjust.
11071         * remote-sim.c (gdb_os_error): Don't try to call
11072         deprecated_error_hook.  No need to call exit anymore.
11073         * top.c (deprecated_error_hook): Delete.
11074
11075 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11076
11077         * arch-utils.c (gdbarch_update_p): Use host_address_to_string
11078         to print the address of the gdbarch pointer.
11079
11080 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11081
11082         * gdbarch.sh: Fix all the compilation errors on amd64-windows
11083         due to casting a pointer to a long when printing a function
11084         address. Instead, use host_address_to_string to convert our
11085         address to a string.
11086         * gdbarch.c: Regenerate.
11087
11088 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11089
11090         * event-top.c (async_disconnect, async_stop_sig): use "raise"
11091         instead of "kill" to raise a signal.
11092
11093 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11094
11095         * win32-nat.c (get_module_name): Change the type of parameter
11096         "base_address" to LPVOID.  Remove unnecessary cast.
11097         (struct lm_info): Change type of load_addr to LPVOID.
11098         (win32_make_so): Change the type of parameter "load_addr"
11099         to LPVOID.  Remove some unnecessary casts.
11100         (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
11101         (win32_xfer_shared_libraries): Add missing cast.
11102
11103 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11104
11105         * win32-nat.c (has_detach_ability, set_process_privilege):
11106         Cast the result of GetProcAddress to (void *) to avoid
11107         a compilation warning.
11108
11109 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11110
11111         * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
11112         already defined.
11113
11114 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11115
11116         * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
11117         definition of local variable "done".
11118         (info_w32_command, handle_exception): Remove unnecessary cast.
11119
11120 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11121
11122         * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
11123         DebugSetProcessKillOnExit.  Update all uses in this file.
11124         (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
11125         Update all uses in this file.
11126
11127 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11128
11129         * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
11130         and use it when pushing the target.
11131         (win32_attach, win32_create_inferior): Update call to
11132         do_initial_win32_stuff.
11133         (win32_detach, win32_mourn_inferior): Use our ops parameter
11134         instead of the global win32_ops to unpush the target.
11135
11136 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11137
11138         * ser-mingw.c (ser_windows_open): Use proper type when casting
11139         in call to _open_osfhandle.
11140
11141 2009-01-09  Kai Tietz  <kai.tietz@onevision.com>
11142
11143         * coff-pe-read.c (read_pe_exported_syms): Fix typo.
11144
11145 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
11146
11147         * CONTRIBUTE: Minor reformatting.
11148
11149 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
11150
11151         * MAINTAINERS: Add myself to Write After Approval.
11152         * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
11153         export directory.
11154
11155 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
11156
11157         * remote-sim.c (gdb_os_error): Mark as a noreturn function.
11158         Call exit to make it obvious to GCC.
11159
11160 2009-01-08  Tom Tromey  <tromey@redhat.com>
11161
11162         PR breakpoints/9350:
11163         * varobj.c (varobj_invalidate): Unconditionally free
11164         all_rootvarobj.
11165         * symfile.c (syms_from_objfile): Free local_addr when returning
11166         normally.
11167         * exec.c (exec_file_attach): Do cleanups before returning.
11168         (exec_file_command): Likewise.
11169         * corefile.c (reopen_exec_file): Do cleanups before returning.
11170         * breakpoint.c (insert_breakpoint_locations): Do cleanups before
11171         returning.
11172         (do_vec_free): New function.
11173         (update_global_location_list): Make a cleanup for old_locations.
11174         Do cleanups before returning.  Remove unused variable 'e'.
11175         (find_condition_and_thread): Free result of parsing the
11176         expression.
11177         (print_it_typical): Do cleanups before returning.
11178         (breakpoint_re_set_one): Always free sals.sals.
11179
11180 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
11181             Emi Suzuki  <emi-suzuki@tjsys.co.jp>
11182
11183         * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
11184         watchpoints.
11185
11186 2009-01-07  Doug Evans  <dje@google.com>
11187
11188         * top.c (gdb_prompt_string): Delete, unused.
11189
11190 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
11191
11192         Delete ONE_PROCESS_WRITETEXT leftovers.
11193
11194         * breakpoint.c (insert_bp_location): Delete process_warning
11195         argument.  Adjust.
11196         (insert_breakpoint_locations): Adjust.
11197         (reattach_breakpoints): Adjust.
11198         * infrun.c (normal_stop): Drop "It might be running in another
11199         process" notice.
11200
11201 2009-01-07  Stan Shebs  <stan@codesourcery.com>
11202
11203         * config/pa/linux.mh (XDEPFILES): Remove.
11204
11205 2009-01-07  Doug Evans  <dje@google.com>
11206
11207         * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
11208
11209 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11210
11211         * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
11212         spacing, a regression from 2008-04-22.
11213
11214 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
11215
11216         * utils.c (gdb_print_host_address): Adjust implementation to
11217         reuse host_address_to_string. Move comment explaining the conversion
11218         from host address to string from here...
11219         (host_address_to_string): ... to there.
11220
11221 2009-01-07  Emi Suzuki  <emi-suzuki@tjsys.co.jp>
11222
11223         * MAINTAINERS: Add myself for write after approval privileges.
11224
11225 2009-01-06  Tom Tromey  <tromey@redhat.com>
11226
11227         * value.c (set_internalvar): Use value_free, not xfree.
11228
11229 2009-01-06  Jim Blandy  <jimb@red-bean.com>
11230
11231         Check return values of functions declared with warn_unused_result
11232         attribute in GLIBC 2.8.
11233         * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
11234         * inflow.c (check_syscall): New function.
11235         (new_tty): Use check_syscall to check return values from open and dup.
11236         * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
11237         * main.c (captured_main): Call cwd after setting up gdb_stderr;
11238         check for errors from getcwd.
11239         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
11240         * ui-file.c (stdio_file_write): Ignore return value from fwrite.
11241         (stdio_file_fputs): Same.
11242         * utils.c (internal_vproblem): abort if last-ditch error message
11243         write fails.
11244
11245         * top.c (gdb_init): Don't set the current directory here; that's
11246         already been done in captured_main.
11247
11248 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
11249
11250         * ser-tcp.c: Adjust includes.
11251         (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
11252         (tcp_auto_retry, tcp_retry_limit): Declare.
11253         (TIMEOUT): Remove, in favor of tcp_retry_limit.
11254         (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
11255         (wait_for_connect): New function.
11256         (net_open): Use it.  Add auto-retry logic.
11257         (set_tcp_cmd, show_tcp_cmd): New functions.
11258         (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
11259         and "set/show tcp connect-timeout" commands.
11260         * NEWS: Document new commands.
11261
11262 2009-01-05  Tom Tromey  <tromey@redhat.com>
11263
11264         * python/python-internal.h (Py_ssize_t): Define as int.
11265
11266 2009-01-05  Jim Blandy  <jimb@red-bean.com>
11267
11268         * MAINTAINERS: Fix my e-mail address as steering committee member.
11269
11270 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
11271
11272         Updated copyright notices for most files.
11273
11274 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
11275
11276         * top.c (print_gdb_version): Update copyright year.
11277
11278 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
11279
11280         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
11281
11282 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
11283
11284         PR breakpoints/9681:
11285         * exceptions.h (enum errors): New error type, MEMORY_ERROR.
11286         * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
11287         * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
11288         retrow all other exceptions.
11289
11290 For older changes see ChangeLog-2008.
11291 \f
11292 Local Variables:
11293 mode: change-log
11294 left-margin: 8
11295 fill-column: 74
11296 version-control: never
11297 coding: utf-8
11298 End: