* python/py-value.c (valpy_call): Initialize ftype to avoid compiler
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2011-10-07  Doug Evans  <dje@google.com>
2
3         * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
4         warning.
5
6 2011-10-07  Pedro Alves  <pedro@codesourcery.com>
7
8         * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
9         * amd64-linux-nat.c (amd64_linux_dr_set_control)
10         (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
11         * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
12         (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
13         (arm_linux_remove_watchpoint): Adjust.
14         * i386-linux-nat.c (i386_linux_dr_set_control)
15         (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
16         * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
17         (ia64_linux_remove_watchpoint): Adjust.
18         * mips-linux-nat.c (write_watchpoint_regs): Adjust.
19         * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
20         (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
21         (ppc_linux_insert_mask_watchpoint)
22         (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
23         (ppc_linux_remove_watchpoint): Adjust.
24         * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
25         Adjust.
26
27 2011-10-07  Corinna Vinschen  <vinschen@redhat.com>
28
29         * windows-nat.c: Include wchar.h to avoid compiler warnings.
30         (clear_win32_environment): New function for Cygwin to clear out
31         Win32 environment.
32         (windows_create_inferior): Prepare new environment from in_env
33         for Cygwin, too.
34
35 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
36
37         PR python/13264
38         * python/py-value.c (valpy_call): Check that arguments are
39         a tuple.
40         (is_intlike): Remove call to CHECK_TYPEDEF.
41         (valpy_nonzero): Catch GDB exceptions.
42         (valpy_absolute): Ditto.
43         (valpy_lazy_string): Ditto.
44         (valpy_call): Ditto.
45         (valpy_get_is_optimized_out): Ditto.
46         (valpy_long): Ditto.
47         (valpy_float): Ditto.
48         (valpy_int): Call CHECK_TYPEDEF.  Catch GDB exceptions.
49         (valpy_richcompare): Ditto.
50
51 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
52
53         * inferior.h (disable_randomization): Declare.
54         * infrun.c (disable_randomization): New global variable.
55         (show_disable_randomization): New function.
56         (set_disable_randomization): Likewise.
57         (_initialize_infrun): Install set/show disable-randomization
58         commands.
59         * linux-nat.c (disable_randomization): Remove.
60         (show_disable_randomization): Likewise.
61         (set_disable_randomization): Likewise.
62         (_initialize_linux_nat): No longer install set/show
63         disable-randomization commands here.
64         (linux_nat_supports_disable_randomization): New function.
65         (linux_nat_add_target): Install it.
66         * remote.c (PACKET_QDisableRandomization): New enum value.
67         (remote_protocol_packets): Support QDisableRandomization.
68         (_initialize_remote): Likewise.
69         (remote_supports_disable_randomization): New function.
70         (init_remote_ops): Install it.
71         (extended_remote_supports_disable_randomization): New function.
72         (init_extended_remote_ops): Install it.
73         (extended_remote_disable_randomization): New function.
74         (extended_remote_create_inferior_1): Call it.
75         * target.h (struct target_ops): Add to_supports_disable_randomization.
76         (target_supports_disable_randomization): Add prototype.
77         * target.c (target_supports_disable_randomization): New function.
78         (find_default_supports_disable_randomization): Likewise.
79         (init_dummy_target): Install it.
80
81 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
82
83         Allow Python notification of new object-file loadings.
84         * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
85         (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
86         Add build rule for this file.
87         * python/py-event.h (emit_new_objfile_event): New prototype.
88         (newobjfile): New Python event emitter.
89         * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
90         Python event registry.
91         * python/py-inferior.c: Include objfiles.h
92         (python_new_objfile): New function.
93         (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
94         observers.
95         * python/py-newobjfileevent.c: New file.
96         * python-internal.h (gdbpy_initialize_new_objfile_event): New
97         prototype.
98         * python/python.c (_initialize_python): Add 
99         gdbpy_initialize_new_objfile_event call.
100         * NEWS: Add item for new Python event "gdb.newobjfile"
101
102 2011-10-05  Tristan Gingold  <gingold@adacore.com>
103
104         * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
105         Extract the ravenscar task name from the symbol for the atcb.
106
107 2011-10-04  Paul Koning  <paul_koning@dell.com>
108
109         * python/py-type.c (typy_make_iter): Add forward declaration.
110         (typy_fields_items):  Use the gdb.Type iterator.
111
112 2011-10-04  Paul Koning  <paul_koning@dell.com>
113
114         * NEWS: Add entry for Python gdb.Type mapping methods.
115
116 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
117
118         PR python/12691: Add the inferior to Python exited event
119         * python/py-exitedevent.c (create_exited_event_object): Add inferior
120         to exited_event.
121         * python/py-event.h (emit_exited_event): Likewise
122         * python/-inferior.c (python_inferior_exit): Likewise
123
124 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
125
126         * ada-tasks.c (print_ada_task_info): Add "thread-id" field
127         in output of -ada-task-info GDB/MI command.
128
129 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
130
131         * ada-lang.h (struct inferior): Declare.
132         (print_ada_task_info): Add declaration.
133         * ada-tasks.c (print_ada_task_info): Make non-static.
134         * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
135         * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
136         * mi/mi-main.c: #include "ada-lang.h".
137         (mi_cmd_list_features): Add "ada-task-info" to the list
138         of supported features.
139         (mi_cmd_ada_task_info): New function.
140
141 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
142
143         * python/python.c (python_run_simple_file): New function.
144         (source_python_script, source_python_script_for_objfile):
145         Replace call to PyRun_SimpleFile by call to
146         python_run_simple_file.
147
148 2011-10-03  Paul Koning  <paul_koning@dell.com>
149
150         * python/py-value.c (valpy_get_address): Use Py_XINCREF.
151         (value_to_value_object): Fetch value if it was lazy.
152
153 2011-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
154
155         Code cleanup.
156         * solib-svr4.c (svr4_default_sos):  Remove variables head and link_ptr.
157         Rearrange the code for it.
158
159 2011-10-02  Joel Brobecker  <brobecker@adacore.com>
160
161         * breakpoint.c (bkpt_print_recreate): Add call to
162         print_recreate_thread.
163
164 2011-09-29  Mike Frysinger  <vapier@gentoo.org>
165
166         * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
167         PTRACE_GETFDPIC_INTERP): Define.
168
169 2011-09-28  Yao Qi  <yao@codesourcery.com>
170
171         * symfile.c (add_symbol_file_command): Update message on usage.
172
173 2011-09-28  Paul Koning  <paul_koning@dell.com>
174
175         * python/py-type.c (make_fielditem, typy_field_names, typy_items)
176         (typy_length, typy_get, typy_has_key, typy_make_iter)
177         (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
178         (typy_iterator_iter, typy_iterator_iternext)
179         (typy_iterator_dealloc): New functions to implement standard
180         Python mapping methods on gdb.Type object.
181         (gdb.TypeIterator): New Python type.
182         * python/python-internal.h (gdbpy_iter_kind): New enum.
183
184 2011-09-28  David S. Miller  <davem@davemloft.net>
185
186         * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
187         SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
188         * sparc-tdep.c (sparc_complex_floating_p): New function.
189         (sparc32_store_arguments): Handle complex floats.
190         (sparc32_extract_return_value): Likewise.
191         (sparc32_store_return_value): Likewise.
192         (sparc32_stabs_argument_has_addr): Likewise.
193         * sparc64-tdep.c (sparc64_complex_floating_p): New function.
194         (sparc64_store_floating_fields): Handle complex floats.
195         (sparc64_store_arguments): Likewise.
196         (sparc64_store_return_value): Likewise.
197
198 2011-09-28  Eli Zaretskii  <eliz@gnu.org>
199
200         * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
201         before the change on 2006-12-09.
202         (windows_create_inferior) [!__CYGWIN__]: Restore code that
203         generates the environment block for CreateProcessA, modulo the
204         Cygwin-specific parts that are not needed here.
205
206 2011-09-27  Tristan Gingold  <gingold@adacore.com>
207
208         * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
209         * solib-darwin.c (DYLD_VERSION_MAX): Update number.
210         (darwin_solib_get_all_image_info_addr_at_init): New function.
211         (darwin_solib_read_all_image_info_addr): Likewise.
212         (darwin_solib_create_inferior_hook): Use the above two functions.
213         * darwin-nat.c (darwin_execvp): Renames retval to res.
214         (darwin_read_write_inferior): Update comment.
215         (darwin_read_dyld_info): New function.
216         (darwin_xfer_partial): Handle DYLD_INFO.
217
218 2011-09-27  Stan Shebs  <stan@codesourcery.com>
219
220         Add return address collection for tracepoints.
221         * tracepoint.c (encode_actions_1): Add case for $_ret.
222         (validate_actionline): Check for $_ret.
223         (trace_dump_actions): Ditto.
224         * ax-gdb.h (gen_trace_for_return_address): Declare.
225         * ax-gdb.c: Include arch-utils.h.
226         (gen_trace_for_return_address): New function.
227         (agent_command): Add return address special case.
228         * amd64-tdep.c: Include ax.h and ax-gdb.h.
229         (amd64_gen_return_address): New function.
230         (amd64_init_abi): Call it.
231         * i386-tdep.c: Include ax.h and ax-gdb.h.
232         (i386_gen_return_address): New function.
233         (i386_init_abi): Call it.
234         * arch-utils.h (default_gen_return_address): Declare.
235         * arch-utils.c (default_gen_return_address): New function.
236         * gdbarch.sh (gen_return_address): New method.
237         * gdbarch.h, gdbarch.c: Regenerate.
238
239 2011-09-23  Joseph Myers  <joseph@codesourcery.com>
240
241         PR gdb/13079
242         * i386-tdep.c (i386_frame_align): New.
243         (i386_gdbarch_init): Use i386_frame_align.
244
245 2011-09-23  Yao Qi  <yao@codesourcery.com>
246
247         * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
248         to get address.
249
250 2011-09-22  Tristan Gingold  <gingold@adacore.com>
251
252         * fork-child.c (fork_inferior): Add exec_fun parameter.
253         Call exec_fun or execvp.
254         * inferior.h: Adjust prototype.
255         * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
256         * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
257         * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
258         * procfs.c (procfs_create_inferior): Ditto.
259         * darwin-nat.c (darwin_execvp): New function.
260         (darwin_create_inferior): Use it.
261
262 2011-09-22  Yao Qi  <yao@codesourcery.com>
263
264         * infrun.c (context_switch): Print debug message when switching to
265         a different thread.
266
267 2011-09-21  Ulrich Weigand  <uweigand@de.ibm.com>
268
269         * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
270         complex and vector types.
271         (s390_return_value_convention): Likewise.
272
273         (s390_value_from_register): Call check_typedef.
274         (extend_simple_arg): Likewise.
275         (alignment_of): Likewise.
276         (s390_push_dummy_call): Likewise.
277         (s390_return_value): Likewise.
278
279 2011-09-21  Joseph Myers  <joseph@codesourcery.com>
280
281         * event-top.c (async_disconnect): If an exception is thrown from
282         quit_cover, call pop_all_targets.  Use TRY_CATCH instead of
283         catch_errors.
284         * top.c (quit_cover): Return void and take no arguments.
285         * top.h (quit_cover): Update prototype.
286
287 2011-09-20  Joseph Myers  <joseph@codesourcery.com>
288
289         * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
290         current_uiout, not uiout.
291
292 2011-09-19  Doug Evans  <dje@google.com>
293
294         * python/py-auto-load.c (source_section_scripts): Fix file
295         descriptor leak.
296         * python/python.c (source_python_script_for_objfile): Tweak comments.
297
298 2011-09-18  Yao Qi  <yao@codesourcery.com>
299             Ulrich Weigand  <ulrich.weigand@linaro.org>
300
301         Support displaced stepping for Thumb 16-bit insns.
302         * arm-tdep.c (THUMB_NOP) Define.
303         (thumb_copy_unmodified_16bit): New.
304         (thumb_copy_b, thumb_copy_bx_blx_reg): New.
305         (thumb_copy_alu_reg): New.
306         (arm_copy_svc): Move some common code to ...
307         (install_svc): ... here.  New.
308         (thumb_copy_svc): New.
309         (install_pc_relative): New.
310         (thumb_copy_pc_relative_16bit): New.
311         (thumb_decode_pc_relative_16bit): New.
312         (thumb_copy_16bit_ldr_literal): New.
313         (thumb_copy_cbnz_cbz): New.
314         (cleanup_pop_pc_16bit_all): New.
315         (thumb_copy_pop_pc_16bit): New.
316         (thumb_process_displaced_16bit_insn): New.
317         (thumb_process_displaced_32bit_insn): New.
318         (thumb_process_displaced_insn): process thumb instruction.
319
320         Support displaced stepping for Thumb 32-bit insns.
321         * arm-tdep.c (thumb_copy_unmodified_32bit): New.
322         (thumb2_copy_preload): New.
323         (thumb2_copy_copro_load_store): New.
324         (thumb2_copy_b_bl_blx): New.
325         (thumb2_copy_alu_imm): New.
326         (thumb2_copy_load_reg_imm): New.
327         (thumb2_copy_load_literal): New
328         (thumb2_copy_block_xfer): New.
329         (thumb_32bit_copy_undef): New.
330         (thumb_32bit_copy_unpred): New.
331         (thumb2_decode_ext_reg_ld_st): New.
332         (thumb2_decode_svc_copro): New.
333         (decode_thumb_32bit_store_single_data_item): New.
334         (thumb_copy_pc_relative_32bit): New.
335         (thumb_decode_pc_relative_32bit): New.
336         (decode_thumb_32bit_ld_mem_hints): New.
337         (thumb2_copy_table_branch): New
338         (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
339         instructions.
340
341 2011-09-18  Yao Qi  <yao@codesourcery.com>
342
343         * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
344         (install_b_bl_blx): Likewise.
345
346 2011-09-17  Yao Qi  <yao@codesourcery.com>
347
348         * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
349         (install_load_store): ... this.  New.
350         Change parameter BYTE to SIZE.
351         (arm_copy_ldr_str_ldrb_strb): Update caller.
352         (arm_decode_ld_st_word_ubyte): Update caller.
353
354 2011-09-17  Yao Qi  <yao@codesourcery.com>
355
356         * infrun.c (displaced_step_fixup): Move some code ...
357         (displaced_step_restore): ... here.  New function.
358         (handle_inferior_event): Cleanup displaced stepping state for both
359         child and parent when get forked or vforked event.
360         * regcache.c (get_thread_arch_aspace_regcache): New function.
361         get_thread_arch_regcache (): Call it.
362
363 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
364
365         * ada-tasks.c (print_ada_task_info): New function, merging
366         short_task_info and info_tasks together.  Reimplement using
367         ui-out instead of printing to stdout directly.  Move the code
368         building and checking the task list here, instead of leaving it
369         in info_tasks_command.
370         (info_task): Move the code building and checking the task
371         list here, instead of leaving it in info_tasks_command.
372         (info_tasks_command): Delete code building and checking
373         the task list - moved elsewhere.  Update calls to info_tasks
374         and info_task.
375
376 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
377
378         * ada-tasks.c (info_task): Delete parameter `from_tty'.
379
380 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
381
382         * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
383
384 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
385
386         * ada-lang.h (ada_build_task_list): Remove parameter
387         `warn_if_null'.
388         * ada-tasks.c (ada_build_task_list): Remove parameter
389         `warn_if_null'.  Adjust implementation and documentation.
390         (valid_task_id, ada_get_environment_task)
391         iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
392         (info_tasks_command): Adjust implementation.
393         (task_command): Likewise.
394         * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
395         to ada_build_task_list.
396
397 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
398
399         * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
400         (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
401         (ada_tasks_inferior_data_handle): New static global.
402         (get_ada_tasks_inferior_data): New function.
403         (ada_get_task_number, get_task_number_from_id, valid_task_id)
404         (ada_get_environment_task, iterate_over_live_ada_tasks)
405         (add_ada_task, read_known_tasks_array, read_known_tasks_list):
406         Adjust.
407         (ada_set_current_inferior_known_tasks_addr): New function.
408         (read_known_tasks, ada_build_task_list, short_task_info)
409         (info_tasks, info_task, info_tasks_command, task_command_1)
410         (task_command, ada_task_list_changed): Adjust.
411         (ada_tasks_invalidate_inferior_data): New function.
412         (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
413         (_initialize_tasks): Set ada_tasks_inferior_data_handle.
414         * ada-lang.h (struct inferior): Add declaration.
415         (ada_task_list_changed): Update profile.
416         * remote-wtx-pd.c: #include "inferior.h".
417         (switch_to_pd_internal): Update call to ada_task_list_changed.
418
419 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
420
421         * ada-tasks.c: #include "progspace.h" and "objfiles.h".
422         (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
423         (atcb_fieldno): Delete these static globals.
424         (struct ada_tasks_pspace_data): New struct.
425         (ada_tasks_pspace_data_handle): New static global.
426         (get_ada_tasks_pspace_data): New function.
427         (ada_tasks_invalidate_pspace_data): New function.
428         (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
429         (read_known_tasks_list, ada_new_objfile_observer): Adjust.
430         (_initialize_tasks): Create this module's per-progspace
431         data handle.
432
433 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
434
435         * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
436
437 2011-09-16  Tristan Gingold  <gingold@adacore.com>
438
439         * fork-child.c (fork_inferior): Update comment.  Use alloca
440         instead of xmalloc for argv.  Move len and shell_command
441         declarations in the block where they are used.
442         Only call execvp.  Factorize failure code.
443
444 2011-09-16  Abhijit Halder  <abhijit.k.halder@gmail.com>
445
446         Code cleanup.
447         * parse.c (write_exp_elt): Change argument to pass a pointer of union
448         `exp_element' instead of an element of the same and make the function
449         static.
450         (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
451         (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
452         (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
453         Change argument of `write_exp_elt' function call.
454         Remove extra spaces from comments.
455         * parser-defs.h (write_exp_elt): Remove prototype.
456
457 2011-09-15  Paul Koning  <paul_koning@dell.com>
458
459         * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
460         count of item appended to list.
461         * python/py-type.c (typy_fields): Likewise.
462
463 2011-09-15  Paul Koning  <paul_koning@dell.com>
464
465         * MAINTAINERS (Write After Approval): Add myself to the list.
466
467 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
468
469         PR threads/12628
470         * linux-fork.c (checkpoint_command): Disallow checkpointing of
471         processes with multiple threads.
472         (inf_has_multiple_thread_cb): New function.
473         (inf_has_multiple_threads): New function.
474
475 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
476
477         PR Python/12692 Add gdb.selected_inferior() to Python interface.
478         * python/py-inferior.c (GdbMethods): New Python method definition.
479
480 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
481
482         Handle multiple breakpoint hits in Python interface:
483         * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
484         variable to breakpoints.
485         * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
486         bps instead of single breakpoint. Fix some space typos.
487         * python/py-stopevent.c (create_breakpoint_event_object): Rename
488         variable to breakpoints.
489
490 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
491
492         * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
493         note if the breakpoint is internal.
494
495 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
496
497         * MAINTAINERS (Write After Approval): Add myself to the list
498
499 2011-09-14  Pedro Alves  <pedro@codesourcery.com>
500
501         * infrun.c (prepare_for_detach, wait_for_inferior)
502         (fetch_inferior_event): Don't flush the register cache.
503         * remote.c (struct stop_reply) <regcache>: Add comment.
504
505 2011-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
506
507         Remove excessive DWARF expressions memory duplication.
508         * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
509         for block.data.
510         (indirect_pieced_value): Remove variable result.  Remove variable
511         back_to and its use for baton.data.
512         (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
513         block.data.
514         * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
515         Update the function comment.
516
517 2011-09-13  Pedro Alves  <pedro@codesourcery.com>
518
519         * inferior.h (ALL_INFERIORS): New.
520         * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
521         for a stopped thread.
522         (thread_db_find_new_threads): Look for threads in all inferiors.
523
524 2011-09-13  Pedro Alves  <pedro@codesourcery.com>
525
526         * breakpoint.c (update_watchpoint): Handle the case of the
527         watchpoint to update not being in the breakpoint list yet.
528         (hw_watchpoint_use_count): New, factored out from
529         hw_watchpoint_used_count.
530         (hw_watchpoint_used_count): Rename to ...
531         (hw_watchpoint_used_count_others): ... this.  Add `except'
532         parameter.  Don't count resources of `except'.  Use
533         hw_watchpoint_use_count.
534
535 2011-09-13  Pedro Alves  <pedro@codesourcery.com>
536
537         * gdbthread.h (enum thread_state): Moved here.
538         (struct thread_info): Rename `executing_' field to `executing' and
539         `state_' to `state'.
540         * thread.c (enum thread_state): Moved to gdbthread.h.
541         (new_thread, add_thread_silent, delete_thread_1)
542         (any_live_thread_of_process, thread_alive, set_running)
543         (set_running, is_thread_state, any_running, is_executing)
544         (set_executing, finish_thread_state, print_thread_info)
545         (do_captured_thread_select): Adjust.
546
547 2011-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
548
549         Fix compatibility with gcc < 4.3 and non-gcc compilers.
550         * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
551
552 2011-09-12  Pedro Alves  <pedro@codesourcery.com>
553             Matt Rice  <ratmice@gmail.com>
554
555         PR gdb/13175
556
557         * interps.c (struct interp) <interpreter_out>: Delete field.
558         (interp_new): Remove the data and uiout parameters and adjust.
559         (interp_set): Only set the current_uiout from the interpreter's
560         uiout after initializing the interpreter.  Adjust call to
561         init_proc.
562         (interp_ui_out): Adjust to call procs->ui_out_proc.
563         (interp_data, interp_name): New.
564         * interps.h (interp_init_ftype): Add `self' parameter.
565         (interp_ui_out_ftype): New typedef.
566         (struct interp_procs) <ui_out_proc>: New method pointer.
567         (interp_new): Remove the data and uiout parameters.
568         (interp_data, interp_name): Declare.
569         * tui/tui-interp.c (tui_init): Adjust prototype.
570         (tui_ui_out): New.
571         (_initialize_tui_interp): Install tui_ui_out.  Don't instanciate
572         tui_out here.  Adjust call to interp_new.
573         * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
574         * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
575         (cli_ui_out): New.
576         (_initialize_cli_interp): Install it.  Adjust call to interp_new.
577         * mi/mi-common.h (struct mi_interp) <uiout>: New field.
578         * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
579         Initialize mi->uiout depending on the mi_version as extracted from
580         the interpreter's name.
581         (mi_ui_out): New.
582         (_initialize_mi_interp): Install mi_ui_out.  Adjust calls to
583         interp_new.  Don't allocate the ui_out's of the interpreters here.
584
585 2011-09-12  Aleksandar Ristovski  <aristovski@qnx.com>
586
587         * solib.c (solib_used): New function.
588         (update_solib_list, reload_shared_libraries_1): Check if objfile is used
589         by another so_list object before freeing it.
590
591 2011-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
592
593         Code cleanup.
594         * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
595         values.
596
597 2011-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
598
599         Code cleanup.
600         * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
601         (amd64_skip_xmm_prologue): ... this new function.  Describe its
602         parameters.  No longer use amd64_prologue_line_bug.
603         * defs.h (producer_is_gcc_ge_4): New declaration.
604         * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
605         (process_full_comp_unit): Update its caller.  Remove
606         amd64_prologue_line_bug initialization.
607         * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
608         * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
609
610 2011-09-09  Pedro Alves  <pedro@codesourcery.com>
611
612         * linux-nat.h (enum resume_kind): New.
613         (struct lwp_info) <last_resume_kind>: New field.
614         * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
615         resume_stop on the new lwp.
616         (add_lwp): Set last_resume_kind as resume_continue by default.
617         (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
618         (resume_lwp): New, factored out from resume_callback.  Also check
619         for pending status in lp->waitstatus.
620         (resume_callback): Reimplement.
621         (resume_clear_callback): Set last_resume_kind as resume_stop.
622         (resume_set_callback): Set last_resume_kind as resume_continue.
623         (linux_nat_resume, linux_handle_extended_wait): Set
624         last_resume_kind.
625         (running_callback): Also check lp->waitstatus for pending events.
626         (select_singlestep_lwp_callback): Check that lp->last_resume_kind
627         is resume_step.
628         (stop_and_resume_callback): Don't re-resume if the core wanted the
629         lwp stopped.  Use resume_lwp instead of resume_callback.  Avoid
630         using an invalidated pointer.
631         (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
632         SIGSTOPs if the core wanted the LWP to stop.
633         (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
634         wanted the lwp to stop.  If the core wanted the lwp to stop, and
635         the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
636         of TARGET_SIGNAL_STOP.
637         (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
638         here.  Instead, signal the lwp, and set the last_resume_kind to
639         resume_stop.
640
641 2011-09-09  Pedro Alves  <pedro@codesourcery.com>
642
643         * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
644         -1 (error), if the lwp exits right after attaching.
645
646 2011-09-08  Doug Evans  <dje@google.com>
647
648         * py-cmd.c: Some minor formatting fixes.
649         (gdbpy_parse_command_name): Rename text arg to name, make const.
650         All callers updated.
651         * python-internal.h (gdbpy_parse_command_name): Update.
652
653         * cli/cli-decode.c (add_cmd): Add comment.
654
655 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
656
657         PR breakpoints/12435
658         * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
659         next_sal, buf, offset and xmmreg.  Advance PC if it sees the PR.
660         * dwarf2read.c (process_full_comp_unit): Initialize
661         amd64_prologue_line_bug.
662         * symtab.h (struct symtab): New field amd64_prologue_line_bug.
663
664 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
665
666         Fix TUI screen corruption.
667         * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
668         batch_flag.
669
670 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
671
672         * findvar.c (read_var_value): Never return NULL, throw an error
673         instead.  Update the function comment.  State symbol name in the error
674         messages.
675         * python/py-frame.c (frapy_read_var): Remove handling of NULL from
676         read_var_value.
677         * stack.c (print_frame_args): Likewise.
678         * valops.c (value_of_variable): Likewise.
679
680 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
681
682         * stack.c (print_frame_args): New variable except.  Wrap
683         read_var_value and common_val_print into TRY_CATCH.
684
685 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
686
687         * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
688         caller to value_of_this.
689         * p-exp.y: Update the value_of_this caller to value_of_this_silent.
690         Twice.
691         * valops.c (value_of_this): Remove parameter complain and variable ret.
692         Update function comment.  Never return NULL by this code.
693         (value_of_this_silent): New function.
694         * value.h (value_of_this): Remove parameter complain.
695         (value_of_this_silent): New declaration.
696
697 2011-09-07  Yao Qi  <yao@codesourcery.com>
698
699         * gdbthread.h (struct thread_info): Remove fields
700         `stepping_through_solib_after_catch' and
701         `stepping_through_solib_catchpoints'.
702         * infrun.c (init_thread_stepping_state): Update.
703         (process_event_stop_test, currently_stepping): Update.
704         (currently_stepping_or_nexting_callback): Update.
705
706 2011-09-07  Yao Qi  <yao@codesourcery.com>
707
708         * gdbthread.h (struct thread_info): Comment on field
709         `step_after_step_resume_breakpoint'.
710
711 2011-09-07  Abhijit Halder  <abhijit.k.halder@gmail.com>
712
713         * remote.c (remote_console_output): Reindent.
714
715 2011-09-06  Luis Machado  <lgustavo@codesourcery.com>
716
717         * frame.c (has_stack_frames): Check for currently selected
718         traceframe.
719
720 2011-09-06  Pedro Alves  <pedro@codesourcery.com>
721
722         * event-top.h (MAXPROMPTS, struct prompts): Delete.
723         (set_async_annotation_level, set_async_prompt, pop_prompt)
724         (push_prompt, new_async_prompt): Delete declarations.
725         * top.h (get_prompt, set_prompt): Change prototype.
726         (get_prefix, set_prefix, get_suffix, set_suffix): Delete
727         declarations.
728         * top.c (command_loop):
729         (top_prompt): New global.
730         (get_prefix, set_prefix, get_suffix, ): Delete.
731         (get_prompt, set_prompt): Rewrite.
732         (show_new_async_prompt): Rename to ...
733         (show_prompt): ... this.
734         (init_main): Adjust.  Don't handle --annotate=2 here.
735         * event-top.c (new_async_prompt): Delete.
736         (the_prompts): Delete.
737         (more_to_come): Make static.
738         (display_gdb_prompt): Use top_level_prompt() to compute the top
739         level prompt, and don't notify the before_prompt observers
740         directly here.  Always trick readline into not trying to display
741         the prompt if sync_execution and displaying the primary prompt.
742         If displaying a local/secondary prompt, always show it, even if
743         sync_execution is set.
744         (change_annotation_level): Delete.
745         (top_level_prompt): New, based on change_annotation_level.
746         (push_prompt, pop_prompt): Delete.
747         (async_disable_stdin): No longer pushes prompt.
748         (command_line_handler): No longer pushes or pops prompt.  If more
749         input is expected, call display_gdb_prompt with an explicit empty
750         prompt.
751         (async_stop_sig): Adjust.
752         (set_async_annotation_level, set_async_prompt): Delete.
753         * python/python.c (before_prompt_hook): Adjust.
754
755 2011-09-05  Pedro Alves  <pedro@codesourcery.com>
756
757         PR cli/13110
758
759         * infrun.c (fetch_inferior_event): Check if there's a selected
760         thread before checking if the selected thread is executing.
761
762 2011-09-05  Pedro Alves  <pedro@codesourcery.com>
763
764         * inf-loop.c (execute_command): Don't check if the current thread
765         if running before synchronously waiting for command completion.
766         * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
767         here.
768         (normal_stop): Call async_enable_stdin here.
769         * inf-loop.c (inferior_event_handler): Don't call
770         async_enable_stdin, nor handle "set exec-done-display" here.
771
772 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
773
774         GDB 7.3.1 released.
775
776 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
777
778         * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
779
780 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
781
782         * NEWS: Add entry for OpenBSD/NetBSD build failure.
783
784 2011-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
785
786         * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
787
788 2011-09-02  Matt Rice  <ratmice@gmail.com>
789
790         PR gdb/10720
791         * event-top.c (cli_command_loop): Replace readline setup with
792         direct call to display_gdb_prompt.
793         (display_gdb_prompt): Do not call observer mechanism during
794         synchronous execution.
795
796 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
797
798         * linux-nat.c (in_pid_list_p): New.
799         (linux_record_stopped_pid): Delete.
800         (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
801         already attached to the LWP.  Return an indication if so.
802         (linux_nat_filter_event): Adjust.
803         * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
804         returning an indication to ignore this thread.
805
806 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
807
808         * top.c: Include interps.h.
809         (execute_command): If the target can async, but the interpreter is
810         in sync mode, synchronously wait for the command to finish before
811         returning.
812         (execute_command_to_string): Force the interpreter to sync mode.
813         * infrun.c: Include interps.h.
814         (fetch_inferior_event): Don't restore the prompt yet if the
815         interpreter is in sync mode.
816         * interps.c (interpreter_async): New global.
817         * interps.h (interpreter_async): Declare.
818         * inf-loop.c: Include interps.h.
819         (inferior_event_handler): Don't print the language change or run
820         breakpoint commands yet if the interpreter in is sync mode.
821         * main.c (captured_command_loop): Flip the interpreter to async
822         mode.
823         * cli/cli-script.c: Include interps.h.
824         (execute_user_command, while_command, if_command): Force the
825         interpreter to sync mode.
826         * python/python.c: Include interps.h.
827         (python_command, execute_gdb_command): Force the interpreter to
828         sync mode.
829
830 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
831
832         * value.c (show_convenience): Catch errors thrown while printing
833         each internal variable.
834         * infrun.c (validate_siginfo_access): New function.
835         (siginfo_value_read, siginfo_value_write): Call it.
836
837 2011-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
838
839         Revert:
840         2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
841         * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
842         attribute.
843
844 2011-08-29  Yao Qi  <yao@codesourcery.com>
845
846         * solib-dsbt.c (bfd_lookup_symbol): Removed.
847         (cmp_name): New.
848         (enable_break2): Update caller.
849         * solib-frv.c (bfd_lookup_symbol): Removed.
850         (cmp_name): New.
851         (enable_break2): Update caller.
852         * solib-pa64.c (bfd_lookup_symbol): Removed.
853         (cmp_name): New.
854         * solib-svr4.c (bfd_lookup_symbol): Removed.
855         (cmp_name_and_sec_flags): New.
856         (enable_break): Update caller.
857         * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
858         (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
859         (gdb_bfd_lookup_symbol): New.
860         * solib.h: Functions declarations.
861
862 2011-08-29  Yao Qi  <yao@codesourcery.com>
863
864         * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
865         and solib-dsbt.o.
866
867 2011-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
868
869         Fix TUI stepi on code without symbols.
870         * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
871         current PC instead.
872
873 2011-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
874
875         Code cleanup.
876         * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
877         and the static keyword.
878         * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
879         Make prefix an array.
880         * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
881         * mi/mi-main.c (get_register): Remove stb initialization and the static
882         keyword.
883
884 2011-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
885
886         Code cleanup - make mi_opt const.
887         * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
888         opts const.
889         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
890         * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
891         (mi_cmd_env_dir): Likewise.
892         * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
893         (mi_cmd_target_file_put): Likewise.
894         * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
895         * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
896         * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
897         (mi_valid_noargs): Make opts const.
898         * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
899         * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
900         (mi_cmd_data_read_memory): Likewise.
901         (mi_cmd_data_read_memory_bytes): Likewise.
902         (mi_cmd_data_write_memory): Likewise.
903
904 2011-08-26  Matt Rice  <ratmice@gmail.com>
905
906         * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
907         bcache_xmalloc,  replace bcache_xmalloc with call to
908         psymbol_bcache_init for psymbol_cache.
909         * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
910
911 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
912
913         * inf-loop.c (inferior_event_handler): Add exception_print in
914         INF_EXEC_COMPLETE.
915
916 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
917
918         * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
919         make_bpstat_clear_actions_cleanup and discard_cleanups for it.
920         * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
921         * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
922         * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
923         call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
924         Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
925         * infrun.c (fetch_inferior_event): Call
926         make_bpstat_clear_actions_cleanup.
927         * top.c (execute_command): New variable cleanup_if_error, call
928         make_bpstat_clear_actions_cleanup and discard_cleanups for it.
929         * utils.c (do_bpstat_clear_actions_cleanup)
930         (make_bpstat_clear_actions_cleanup): New functions.
931
932 2011-08-26  Pedro Alves  <pedro@codesourcery.com>
933
934         * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
935         either the parent or the child forks.  Rename a couple locals.
936
937 2011-08-26  Pedro Alves  <pedro@codesourcery.com>
938
939         * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
940         library call.  Avoid reading the `status' local if all waitpid
941         calls failed.
942
943 2011-08-26  Pedro Alves  <pedro@codesourcery.com>
944
945         * common/linux-osdata.c (get_cores_used_by_process): Don't assume
946         opening /proc/PID/task always succeeds.
947
948 2011-08-26  Aleksandar Ristovski <aristovski@qnx.com>
949
950         * linespec.c (symtab_from_filename): Check for the end of string.
951
952 2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>
953
954         PR mi/11912
955         * varobj.c (cplus_describe_child): Add the keyword
956         'class' to the output of the method when dealing 
957         with a cast to a base class.
958
959 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
960
961         No functionality change.
962         * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
963         function comment a reference, new variables tp and bs, move here code
964         from throw_exception.
965         * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
966         describe it in the comment.
967         * exceptions.c (throw_exception): Remove variable tp, move the code for
968         bpstat_clear_actions to bpstat_clear_actions.
969
970 2011-08-24  Luis Machado  <lgustavo@codesourcery.com>
971
972         * linux-nat.h (linux_proc_get_tgid): Remove declaration.
973         * linux-nat.c: Include linux-procfs.h.
974         (linux_proc_get_tgid): Move to ...
975         * common/linux-procfs.c: ... here. New file.
976         * common/linux-procfs.h: New file.
977         * linux-thread-db.c: Include linux-procfs.h.
978         * Makefile.in: Update dependencies.
979         * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
980         * config/arm/linux.mh: Likewise.
981         * config/i386/linux.mh: Likewise.
982         * config/i386/linux64.mh: Likewise.
983         * config/ia64/linux.mh: Likewise.
984         * config/m32r/linux.mh: Likewise.
985         * config/m68k/linux.mh: Likewise.
986         * config/mips/linux.mh: Likewise.
987         * config/pa/linux.mh: Likewise.
988         * config/pa/linux.mh: Likewise.
989         * config/powerpc/linux.mh: Likewise.
990         * config/powerpc/ppc64-linux.mh: Likewise.
991         * config/powerpc/spu-linux.mh: Likewise.
992         * config/sparc/linux.mh: Likewise.
993         * config/sparc/linux64.mh: Likewise.
994         * config/xtensa/linux.mh: Likewise.
995
996 2011-08-24  Hui Zhu  <teawater@gmail.com>
997
998         * tracepoint.c (cond_string_is_same): New function.
999         (find_matching_tracepoint): Add condition check
1000         by cond_string_is_same.
1001
1002 2011-08-23  Josh Matthews  <josh@joshmatthews.net>
1003
1004         Fix build error in Darwin port.
1005         * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
1006
1007 2011-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1008
1009         Code cleanup.
1010         * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
1011         (command_line_is_silent): New function.
1012         (bpstat_do_actions_1): No longer use commands_left, use
1013         command_line_is_silent for commands.
1014         (bpstat_alloc): Remove clearing of commands_left.
1015         (bpstat_stop_status): Remove initialization of commands_left, use
1016         command_line_is_silent.
1017         * breakpoint.h (struct bpstats): Remove commands_left.
1018
1019 2011-08-18  Keith Seitz  <keiths@redhat.com>
1020
1021         PR c++/12266
1022         * cp-name-parser.y (struct demangle_info): Remove unused
1023         member PREV.
1024         (d_grab): Likewise.
1025         (allocate_info): Change return type to struct demangle_info *.
1026         Always allocate a new demangle_info.
1027         Remove unused PREV pointer.
1028         (cp_new_demangle_parse_info): New function.
1029         (cp_demangled_name_parse_free): New function.
1030         (do_demangled_name_parse_free_cleanup): New function.
1031         (make_cleanup_cp_demangled_name_parse_free): New function.
1032         (cp_demangled_name_to_comp): Change return type to
1033         struct demangle_parse_info *.
1034         Allocate a new storage for each call.
1035         (main): Update usage for cp_demangled_name_to_comp
1036         API change.
1037         * cp-support.h (struct demangle_parse_info): New structure.
1038         (cp_demangled_name_to_comp): Update API change for
1039         return type.
1040         (cp_new_demangle_parse_info): Declare.
1041         (make_cleanup_cp_demangled_name_parse_free): New declaration.
1042         (cp_demangled_name_parse_free): Declare.
1043         * cp-support.c (cp_canonicalize_string): Update API
1044         change for cp_demangled_name_to_comp.
1045         (mangled_name_to_comp): Likewise.
1046         Return struct demangle_parse_info, too.
1047         (cp_class_name_from_physname): Update mangled_name_to_comp
1048         API change.
1049         (method_name_from_physname): Likewise.
1050         (cp_func_name): Update API change for cp_demangled_name_to_comp.
1051         (cp_remove_params): Likewise.
1052         * python/py-type.c (typy_legacy_template_argument): Likewise.
1053
1054         * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
1055         (cp_merge_demangle_parse_infos): Declare.
1056         * cp-support.c (ignore_typedefs): New file global.
1057         (copy_string_to_obstack): New function.
1058         (inspect_type): New function.
1059         (replace_typedefs): New function.
1060         (replace_typedefs_qualified_name): New function.
1061         (cp_canonicalize_string_no_typedefs): New function.
1062         * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
1063         (cp_new_demangle__parse_info): Allocate and initialize the obstack.
1064         * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
1065         instead of cp_canonicalize_string.
1066         (find_method): Likewise.
1067         (decode_compound): Before looking up the name, call
1068         cp_canonicalize_string_no_typedefs.
1069         (decode_variable): Likewise.
1070
1071 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
1072             Tom Tromey  <tromey@redhat.com>
1073             Matt Rice <ratmice@gmail.com>
1074
1075         * python/lib/gdb/prompt.py: New file.
1076         * python/lib/gdb/command/prompt.py: New file.
1077         * NEWS: Document set extended-prompt and gdb.prompt library
1078
1079 2011-08-16  Yao Qi  <yao@codesourcery.com>
1080
1081         * tic6x-linux-tdep.c: Move const arrays definition from here...
1082         * tic6x-tdep.c: to here ...
1083
1084 2011-08-14  Yao Qi  <yao@codesourcery.com>
1085
1086         * NEWS: New port to Texas Instruments TMS320C6x.
1087
1088 2011-08-14  Andrew Jenner  <andrew@codesourcery.com>
1089             Bernd Schmidt  <bernds@codesourcery.com>
1090             Yao Qi  <yao@codesourcery.com>
1091
1092         * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
1093         * solib-dsbt.c: New file.  Support DSBT shared object.
1094         * tic6x-linux-tdep.c: New file.
1095         * tic6x-tdep.c: New file.
1096         * tic6x-tdep.h: New file.
1097
1098 2011-08-14  Andrew Stubbs <ams@codesourcery.com>
1099             Yao Qi  <yao@codesourcery.com>
1100
1101         * remote.c (PACKET_qXfer_fdpic): New enum value.
1102         (remote_protocol_features): Add qXfer:fdpic:read packet.
1103         (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
1104         (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
1105         * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
1106
1107 2011-08-14  Yao Qi  <yao@codesourcery.com>
1108
1109         Target description for tic6x.
1110         * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
1111         tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
1112         * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
1113         * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
1114         * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
1115         * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
1116         * features/tic6x-c64xp-linux.xml: New.
1117         * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
1118         * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
1119         * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
1120         * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
1121         * regformats/tic6x-c64xp.dat,
1122         regformats/tic6x-c62x-linux.dat: Generated.
1123         * regformats/tic6x-c64x-linux.dat,
1124         regformats/tic6x-c64xp-linux.dat: Generated.
1125         * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
1126         features/tic6x-*.c files.
1127         Add regformats/tic6x-*.dat files.
1128
1129 2011-08-12  Doug Evans  <dje@google.com>
1130
1131         * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
1132         * python/py-symbol.c (sympy_get_type): New function.
1133         (symbol_object_getset): Add "type".
1134
1135 2011-08-12  Pedro Alves  <pedro@codesourcery.com>
1136
1137         PR tui/13073
1138
1139         * tui/tui-regs.c (tui_show_register_group): Skip registers with an
1140         empty name.
1141         (tui_show_register_group): Don't store a byte buffer in the data
1142         element's value.
1143         (tui_register_format): Skip registers with an empty name.
1144         (tui_get_register): Store a struct value in the data element's
1145         value field instead of a byte buffer holding the raw register
1146         contents.  Account for optimized-out and unavailable registers
1147         when comparing register contents.
1148
1149 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
1150
1151         * printcmd.c (current_display_number): Update comment.
1152         (disable_current_display_cleanup): Delete.
1153         (do_one_display): Use make_cleanup_restore_integer.  Gracefully
1154         catch errors thrown while evaluating and printing the display.
1155
1156 2011-08-09  Tom Tromey  <tromey@redhat.com>
1157
1158         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
1159
1160 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
1161
1162         * elfread.c (elf_symtab_read): Rework comments.
1163         * maint.c (maintenance_command): Ditto.
1164         * somread.c (som_symtab_read): Ditto.
1165         * solib.c (solib_find, solib_map_sections, update_solib_list)
1166         (solib_add, info_sharedlibrary_command, solib_name_from_address)
1167         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
1168         (sharedlibrary_command, no_shared_libraries): Ditto.
1169         * solib-irix.c (locate_base, disable_break, enable_break)
1170         (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
1171         (irix_current_sos, irix_open_symbol_file_object)
1172         (irix_special_symbol_handling): Ditto.
1173         * solib-sunos.c (locate_base, first_link_map_member)
1174         (sunos_current_sos, disable_break, enable_break)
1175         (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
1176         Ditto.
1177         * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
1178         (open_symbol_file_object, svr4_current_sos, enable_break)
1179         (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
1180         Ditto.
1181         * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
1182         (frv_current_sos, enable_break, frv_special_symbol_handling)
1183         (frv_solib_create_inferior_hook): Ditto.
1184         * solist.h (struct target_so_ops): Extend the comments of the
1185         special_symbol_handling, current_sos and open_symbol_file_object
1186         methods.
1187
1188 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
1189
1190         * python/lib/gdb/__init__.py: Auto-load files in command and
1191         function directories.
1192         * python/python.c (finish_python_initialization): Use
1193         os.path.join.
1194         * python/lib/gdb/command/pretty_printers.py: Self register
1195         command.
1196         * NEWS: Document auto-loading.
1197
1198 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1199
1200         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
1201         (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
1202         objfile_gdbarch.  Fix BFD_ENDIAN_BIG case.
1203
1204 2011-08-08  Tom Tromey  <tromey@redhat.com>
1205
1206         * breakpoint.c (clean_up_filters): Remove.
1207         (catch_syscall_split_args): Use VEC_cleanup.
1208
1209 2011-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1210
1211         * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
1212         (main): Uncomment "Demangling error\n".
1213
1214 2011-08-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1215
1216         * solib-target.c (segment_attributes): Make them static.
1217         (section_attributes, library_children, library_attributes): Likewise.
1218         (library_list_children, library_list_attributes): Likesise.
1219         (library_list_elements): Likewise.
1220
1221 2011-08-05  Pedro Alves  <pedro@codesourcery.com>
1222
1223         * exceptions.c (throw_exception): Don't disable the current
1224         display.
1225         * printcmd.c (disable_current_display_cleanup): New function.
1226         (do_one_display): Install a cleanup to disable the current display
1227         if doing the display throws.
1228
1229 2011-08-05  Eli Zaretskii  <eliz@gnu.org>
1230
1231         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
1232         initialization of the tp_new member to the corresponding
1233         gdbpy_initialize_* function.
1234         * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
1235         * python/py-frame.c (gdbpy_initialize_frames): Likewise.
1236         * python/py-function.c (gdbpy_initialize_functions): Likewise.
1237         * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
1238         * python/py-param.c (gdbpy_initialize_parameters): Likewise.
1239
1240 2011-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1241
1242         * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
1243         (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
1244         (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
1245         references to current_uiout.
1246
1247 2011-08-04  Pedro Alves  <pedro@codesourcery.com>
1248
1249         * event-loop.c (gdb_do_one_event): Remove `data' parameter.
1250         (start_event_loop): Use TRY_CATCH instead of catch_errors.
1251         * event-loop.h (gdb_do_one_event): Remove `data' parameter.
1252         * top.c (gdb_readline_wrapper): Adjust.
1253         * tui/tui-interp.c (tui_command_loop):
1254         (_initialize_tui_interp): Don't install it.
1255
1256 2011-08-04  Pedro Alves  <pedro@codesourcery.com>
1257
1258         * ui-out.h (uiout): Rename to ...
1259         (current_uiout): ... this.
1260         * ui-out.c (uiout): Rename to ...
1261         (current_uiout): ... this.
1262         * ada-lang.c (print_it_exception, print_one_exception)
1263         (print_mention_exception): Adjust.
1264         * breakpoint.c (watchpoint_check): Adjust.
1265         (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
1266         (default_collect_info, watchpoints_info, print_one_catch_fork)
1267         (print_one_catch_vfork, print_one_catch_syscall)
1268         (print_one_catch_exec, mention, print_it_ranged_breakpoint)
1269         (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
1270         (print_it_watchpoint, print_mention_watchpoint)
1271         (print_it_masked_watchpoint, print_mention_masked_watchpoint)
1272         (print_it_exception_catchpoint, print_one_exception_catchpoint)
1273         (print_mention_exception_catchpoint, say_where, bkpt_print_it)
1274         (bkpt_print_mention, momentary_bkpt_print_it)
1275         (tracepoint_print_mention, update_static_tracepoint)
1276         (tracepoints_info, save_breakpoints): Adjust.
1277         * cli-out.c (field_separator): Adjust.
1278         * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
1279         * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
1280         * frame.c (get_current_frame): Adjust.
1281         * infcmd.c (run_command_1, print_return_value): Adjust.
1282         * inferior.c (inferior_command, info_inferiors_command): Adjust.
1283         * infrun.c (print_end_stepping_range_reason): Adjust.
1284         (print_signal_exited_reason, print_exited_reason): Adjust.
1285         (print_signal_received_reason, print_no_history_reason): Adjust.
1286         * interps.c (interp_set): Adjust.
1287         * osdata.c (info_osdata_command): Adjust.
1288         * progspace.c (maintenance_info_program_spaces_command): Adjust.
1289         * remote-fileio.c (remote_fileio_request): Adjust.
1290         * remote.c (show_remote_cmd): Adjust.
1291         * solib.c (info_sharedlibrary_command): Adjust.
1292         * source.c (print_source_lines_base): Adjust.
1293         * stack.c (print_stack_frame): Adjust.
1294         (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
1295         * symfile-mem.c (add_vsyscall_page): Adjust.
1296         * symfile.c (load_progress, generic_load)
1297         (print_transfer_performance): Adjust.
1298         * thread.c (info_threads_command, restore_selected_frame)
1299         (thread_command): Adjust.
1300         * top.c (make_cleanup_restore_ui_file): Adjust.
1301         * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
1302         (print_one_static_tracepoint_marker): Adjust.
1303         * cli/cli-cmds.c (print_disassembly): Adjust.
1304         * cli/cli-decode.c (print_doc_line): Adjust.
1305         * cli/cli-interp.c (safe_execute_command): Adjust.
1306         * cli/cli-logging.c (set_logging_redirect, pop_output_files)
1307         (handle_redirections): Adjust.
1308         * cli/cli-script.c (show_user_1): Adjust.
1309         * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
1310         * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
1311         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
1312         * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
1313         (mi_cmd_env_dir): Adjust.
1314         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
1315         (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
1316         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1317         (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
1318         (list_args_or_locals): Adjust.
1319         * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
1320         (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
1321         (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
1322         (mi_cmd_var_list_children, mi_cmd_var_info_type)
1323         (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
1324         (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
1325         (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
1326         * mi/mi-interp.c (mi_on_normal_stop): Adjust.
1327         * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
1328         (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
1329         (list_available_thread_groups, mi_cmd_list_thread_groups)
1330         (mi_cmd_data_list_register_names)
1331         (mi_cmd_data_list_changed_registers)
1332         (mi_cmd_data_list_register_values, get_register)
1333         (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
1334         (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
1335         (mi_cmd_list_target_features, mi_cmd_add_inferior)
1336         (mi_execute_command, mi_load_progress): Adjust.
1337         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
1338         * python/py-auto-load.c (print_script, info_auto_load_scripts):
1339         Adjust.
1340         * python/py-breakpoint.c (bppy_get_commands): Adjust.
1341         * tui/tui-interp.c (tui_command_loop): Adjust.
1342         * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
1343
1344 2011-08-04  Pedro Alves  <pedro@codesourcery.com>
1345
1346         * exceptions.c (struct catcher): Remove saved_uiout field.
1347         (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
1348         no longer save/resvore the global ui_out builder.
1349         (catch_exceptions_with_msg): Save/override/restore the global
1350         ui_out builder manually instead of relying on TRY_CATCH to do it.
1351         (catch_errors): Save/restore the global ui_out builder manually
1352         instead of relying on TRY_CATCH to do it.
1353         * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
1354         parameter.
1355         (TRY_CATCH): Adjust.
1356         * cli/cli-interp.c (safe_execute_command): Save/override/restore
1357         the global ui_out builder manually instead of relying on TRY_CATCH
1358         to do it.
1359
1360 2011-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1361
1362         * breakpoint.c (update_global_location_list): Ensure
1363         invariant 'first loc marked not duplicated and inserted,
1364         following locs marked duplicated/not inserted' is respected
1365         for multiple locations at the same address.
1366         (unduplicated_should_be_inserted) New function.
1367         (swap_insertion) New function.
1368
1369 2011-08-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1370
1371         * stack.c (print_frame_arguments_choices): Comment typo fix.
1372
1373 2011-08-01  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1374
1375         Revert:
1376         2011-07-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1377         * breakpoint.c (insert_bp_location): Remove disabled_breaks
1378         argument.  Update callers.
1379
1380 2011-08-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
1381
1382         PR gdb/13045
1383         * doublest.c (convert_doublest_to_floatformat): Pass correct
1384         mantissa length to put_field.
1385
1386 2011-08-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1387
1388         * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
1389         exception_print code path.
1390         (backtrace_command): Remove variable e.  Protect arg by make_cleanup in
1391         advance.  Simplify memset.  Remove TRY_CATCH.  Remove explicit xfree.
1392         (backtrace_full_command):  Remove variable e.  Remove TRY_CATCH.
1393
1394 2011-08-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1395
1396         Code cleanup.
1397         * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
1398         Remove, merge them into ...
1399         (print_stack_frame): ... here with a TRY_CATCH.  New variable e, remove
1400         variable args and its initialization.
1401         (struct print_args_args, print_args_stub): Remove, merge them into
1402         print_frame.
1403         (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
1404         them into ...
1405         (do_gdb_disassembly): ... here.  Remove variable args and its
1406         initialization.
1407         (print_frame): Remove variable args and its initialization, new
1408         variable gdbarch and numargs (from print_args_stub), inline here
1409         print_args_stub with a TRY_CATCH.
1410         (struct backtrace_command_args, backtrace_command_stub): Remove, merge
1411         them into ...
1412         (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
1413         New variable e, remove variable btargs and its initialization.
1414
1415 2011-08-01  Tristan Gingold  <gingold@adacore.com>
1416
1417         * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
1418
1419 2011-07-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1420
1421         * breakpoint.c (insert_bp_location): Document return value.
1422         (insert_breakpoint_locations): Fix documentation.
1423         (remove_breakpoints): Add documentation.
1424
1425 2011-07-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1426
1427         * breakpoint.c (insert_bp_location): Remove disabled_breaks
1428         argument.  Update callers.
1429
1430 2011-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1431
1432         * stack.c (print_frame_info): Comment typo fix.
1433
1434 2011-07-29  Sterling Augustine  <saugustine@google.com>
1435
1436         * MAINTAINERS (Write After Approval): Add myself to the list.
1437
1438 2011-07-29  Tom Tromey  <tromey@redhat.com>
1439
1440         * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
1441         (library_list_start_segment): Update.
1442         (library_list_start_section): Update.
1443
1444 2011-07-28  Phil Muldoon  <pmuldoon@redhat.com>
1445
1446         * varobj.c (value_get_print_value): Move hint check later into the
1447         function.  Comment function.  Free thevalue before reusing it.
1448
1449 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1450             Pedro Alves  <pedro@codesourcery.com>
1451
1452         * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
1453         value_one.
1454         * valops.c (value_one): Remove parameter lv.  Do not pass it to itself.
1455         Assert the result kind.
1456         * value.h (value_one): Remove parameter lv.
1457
1458 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1459
1460         Fix crash on lval_computed values.
1461         * valops.c (value_zero): Use not_lval for lval_computed.
1462
1463 2011-07-27  Tom Tromey  <tromey@redhat.com>
1464
1465         * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
1466         gdb_assert.h, gdb_locale.h, gdb_dirent.h.
1467
1468 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1469
1470         * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
1471         "ptype" by their typedefs difference.
1472
1473 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1474
1475         * dwarf2expr.c (ctx_no_read_reg): New function.
1476         * dwarf2expr.h (ctx_no_read_reg): New declaration.
1477         * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
1478         (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
1479         (decode_locdesc): Replace by a caller of dwarf_expr_eval.
1480
1481 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1482
1483         * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
1484         (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
1485         file.
1486         (dwarf2_frame_ctx_funcs): Reference the renamed functions.
1487         * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1488         (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1489         (ctx_no_get_base_type): Move the functions here.
1490         * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1491         (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1492         (ctx_no_get_base_type): New declarations.
1493
1494 2011-07-27  Tom Tromey  <tromey@redhat.com>
1495
1496         * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
1497         entries.
1498         * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
1499         * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
1500
1501 2011-07-26  Sterling Augustine  <saugustine@google.com>
1502
1503         * cli/cli-dump.c (dump_binary_file): Change parameter type to
1504         ULONGEST.
1505         (dump_bfd_file): Likewise.
1506
1507 2011-07-26  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1508
1509         * remote.c (remote_region_ok_for_hw_watchpoint): New function.
1510         (remote_hw_watchpoint_length_limit): New variable.
1511         (_initialize_remote) add set,show cmds for this new variable.
1512         * gdb.texinfo: document these new commands.
1513         * NEWS: Mention these new commands.
1514
1515 2011-07-26  Pedro Alves  <pedro@codesourcery.com>
1516
1517         * breakpoint.c (works_in_software_mode_watchpoint): Also return
1518         true for software watchpoints.
1519
1520 2011-07-26  Joel Brobecker  <brobecker@adacore.com>
1521
1522         GDB 7.3 released.
1523
1524 2011-07-26  Tom Tromey  <tromey@redhat.com>
1525
1526         * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
1527         * dwarf2read.c (read_indirect_string_at_offset): New function.
1528         (read_indirect_string): Use it.
1529         (dwarf_decode_macro_bytes): New function, taken from
1530         dwarf_decode_macros.  Handle DW_MACRO_GNU_*.
1531         (dwarf_decode_macros): Use it.  handle DW_MACRO_GNU_*.
1532         (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
1533         New functions.
1534         (struct dwarf2_per_objfile) <macro>: New field.
1535         (dwarf2_elf_names): Add .debug_macro.
1536         (dwarf2_macros_too_long_complaint): Add 'section' argument.
1537         (dwarf2_locate_sections): Handle new section.
1538         (read_file_scope): Handle DW_AT_GNU_macros.
1539         (dwarf2_per_objfile_free): Unmap the .debug_macro section.
1540
1541 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
1542
1543         * NEWS: Mention dcache configuration.
1544         * dcache.c (dcache_set_list, dcache_show_list): New variables.
1545         (dcache_size, dcache_line_size): New variables.
1546         (LINE_SIZE_MASK, XFORM, MASK): Adjust.
1547         (struct dcache_block): Make it expandable.
1548         (struct dcache_struct): New field.
1549         (dcache_invalidate): Discard freelist upon dcache_line_size changes.
1550         (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
1551         (dcache_poke_byte, dcache_print_line): Adjust.
1552         (set_dcache_size, set_dcache_line_size): New functions.
1553         (set_dcache_command, show_dcache_command): New functions.
1554         (_initialize_dcache): Add new commands.
1555
1556 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
1557
1558         * progspace.h (struct program_space): Add solib_add_generation.
1559         * infcmd.c (post_create_inferior): Only call solib_add if not
1560         already done.
1561         * solib.c (solib_add): Increment solib_add_generation.
1562
1563 2011-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1564
1565         Fix implicit pointer offsets.
1566         * dwarf2loc.c (indirect_pieced_value): Comment byte_offset.  Use also
1567         ptr.OFFSET.
1568
1569 2011-07-25  Tom Tromey  <tromey@redhat.com>
1570
1571         * ada-lang.c (ada_exception_breakpoint_ops): Make return type
1572         const.
1573         (ada_exception_sal): Make 'ops' const.
1574         (ada_decode_exception_location): Likewise.
1575         (ada_decode_assert_location): Likewise.
1576         (catch_assert_command): Update.
1577         (catch_ada_exception_command): Update.
1578         (create_ada_exception_catchpoint): Make 'ops' const.
1579         * breakpoint.c (set_raw_breakpoint_without_location)
1580         (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
1581         const.
1582         (create_internal_breakpoint): Update.
1583         (init_raw_breakpoint_without_location): Make 'ops' const.
1584         (init_raw_breakpoint, init_catchpoint)
1585         (create_fork_vfork_event_catchpoint)
1586         (create_syscall_event_catchpoint, init_breakpoint_sal)
1587         (create_breakpoint_sal, create_breakpoints_sal)
1588         (create_breakpoint, init_ada_exception_breakpoint): Likewise.
1589         * breakpoint.h (struct breakpoint) <ops>: Now const.
1590         (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
1591         const.
1592
1593 2011-07-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
1594
1595         * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
1596
1597 2011-07-25  Pedro Alves  <pedro@codesourcery.com>
1598
1599         * breakpoint.h (print_recreate_thread): Declare.
1600         (struct breakpoint): Move step_count, pass_count,
1601         number_on_target, static_trace_marker_id,
1602         static_trace_marker_id_idx ...
1603         (struct tracepoint): ... to this new struct.
1604         (get_tracepoint, get_tracepoint_by_number_on_target)
1605         (get_tracepoint_by_number): Change return type to struct
1606         tracepoint pointer.
1607         * breakpoint.c (is_tracepoint_type): New, factored out from
1608         is_tracepoint.
1609         (is_tracepoint): Adjust.
1610         (print_one_breakpoint_location): Cast to struct tracepoint as
1611         necessary, and adjust.
1612         (print_recreate_catch_fork, print_recreate_catch_vfork)
1613         (print_recreate_catch_syscall, print_recreate_catch_exec): Call
1614         print_recreate_thread.
1615         (init_breakpoint_sal): New, factored out from
1616         create_breakpoint_sal.
1617         (create_breakpoint_sal): Reimplement.
1618         (create_breakpoint): Allocate a struct tracecepoint if the caller
1619         wanted a tracepoint.  Use init_breakpoint_sal and
1620         install_breakpoint.
1621         (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
1622         (print_recreate_masked_watchpoint)
1623         (print_recreate_exception_catchpoint): Call print_recreate_thread.
1624         (tracepoint_print_one_detail): Adjust.
1625         (tracepoint_print_recreate): Adjust.  Call print_recreate_thread.
1626         Dump the pass count here.
1627         (update_static_tracepoint): Adjust.
1628         (addr_string_to_sals): Adjust.
1629         (create_tracepoint_from_upload): Adjust.  Change return type to
1630         struct tracepoint pointer.
1631         (trace_pass_set_count): Change parameter type to struct tracepoint
1632         pointer, and adjust.
1633         (trace_pass_command): Adjust.
1634         (get_tracepoint, get_tracepoint_by_number_on_target)
1635         (get_tracepoint_by_number): Change return type to struct
1636         tracepoint pointer, and adjust.
1637         (print_recreate_thread): New, factored out from save_breakpoints.
1638         (save_breakpoints): Don't print thread and task and passcount
1639         recreation here.
1640         * remote.c (remote_download_tracepoint): Adjust.
1641         * tracepoint.c (trace_actions_command, validate_actionline)
1642         (start_tracing, tfind_1, trace_find_tracepoint_command)
1643         (trace_dump_command): Adjust.
1644         (find_matching_tracepoint): Change return type to struct
1645         tracepoint pointer, and adjust.
1646         (merge_uploaded_tracepoints, tfile_get_traceframe_address)
1647         (tfile_trace_find, tfile_fetch_registers): Adjust.
1648         * tracepoint.h (create_tracepoint_from_upload): Change return type
1649         to struct tracepoint pointer.
1650         * ada-lang.c (print_recreate_exception): Call
1651         print_recreate_thread.
1652         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
1653
1654 2011-07-25  Pedro Alves  <pedro@codesourcery.com>
1655
1656         * breakpoint.h (struct breakpoint): Move ops as first field.  Move
1657         exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
1658         cond_exp_valid_block, val, val_valid, watchpoint_frame,
1659         watchpoint_thread, watchpoint_triggered ...
1660         (struct watchpoint): ... to this new struct.
1661         (is_watchpoint): Declare.
1662         (install_breakpoint): Add new `internal' parameter.
1663         * breakpoint.c (is_watchpoint): Delete declaration.
1664         (set_breakpoint_condition): Handle watchpoints.
1665         (is_watchpoint): Make public.
1666         (watchpoint_in_thread_scope): Change parameter type to struct
1667         watchpoint.
1668         (watchpoint_del_at_next_stop): Change parameter type to struct
1669         watchpoint.  Remove assertion.  Adjust.
1670         (update_watchpoint): Ditto.
1671         (insert_breakpoints, breakpoint_init_inferior)
1672         (watchpoints_triggered, watchpoint_check)
1673         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
1674         (bpstat_stop_status, print_one_breakpoint_location)
1675         (print_one_breakpoint_location, watchpoint_locations_match): Cast
1676         to struct watchpoint as necessary, and adjust.
1677         (install_breakpoint): Add `internal' argument.  If true, don't
1678         mention the new breakpoint.  Use set_breakpoint_number.
1679         (create_fork_vfork_event_catchpoint)
1680         (create_syscall_event_catchpoint): Adjust.
1681         (dtor_watchpoint): New.
1682         (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
1683         (breakpoint_hit_watchpoint, resources_needed_watchpoint)
1684         (print_it_watchpoint, print_mention_watchpoint)
1685         (print_recreate_watchpoint, insert_masked_watchpoint)
1686         (remove_masked_watchpoint, resources_needed_masked_watchpoint)
1687         (print_one_detail_masked_watchpoint)
1688         (print_mention_masked_watchpoint)
1689         (print_recreate_masked_watchpoint): Cast to struct watchpoint as
1690         necessary, and adjust.
1691         (watch_command_1): Allocate and initialize a struct watchpoint
1692         instead of a struct breakpoint.  Use install_breakpoint.
1693         (catch_exec_command_1): Adjust.
1694         (base_breakpoint_dtor): Delete accesses to watchpoint specific
1695         fields.
1696         (delete_breakpoint, enable_breakpoint_disp)
1697         (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
1698         as necessary, and adjust.
1699         (initialize_breakpoint_ops): Install dtor_watchpoint as
1700         watchpoints' dtor method.
1701         * ada-lang.c (create_ada_exception_catchpoint): Adjust.
1702         * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
1703         to struct watchpoint as necessary, and adjust.
1704
1705 2011-07-25  Pedro Alves  <pedro@codesourcery.com>
1706
1707         * ada-lang.c (dtor_exception, re_set_exception): Indirect through
1708         the the base class ops table.
1709         (catch_exception_breakpoint_ops)
1710         (catch_exception_unhandled_breakpoint_ops)
1711         (catch_assert_breakpoint_ops): Don't statically initialize.
1712         (initialize_ada_catchpoint_ops): New.
1713         (_initialize_ada_language): Call it.
1714         * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
1715         (bkpt_breakpoint_ops): Forward declare.
1716         (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
1717         (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
1718         (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
1719         (masked_watchpoint_breakpoint_ops)
1720         (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
1721         (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
1722         base class ops table.
1723         (null_re_set, null_check_status, null_works_in_software_mode)
1724         (null_resources_needed, null_print_one_detail): Delete.
1725         (bkpt_dtor): Rename to ...
1726         (base_breakpoint_dtor): ... this.  Make static.
1727         (bkpt_allocate_location): Rename to ...
1728         (base_breakpoint_allocate_location): ... this.  Make static.
1729         (base_breakpoint_re_set): New.
1730         (internal_error_pure_virtual_called): New.
1731         (base_breakpoint_insert_location, base_breakpoint_remove_location)
1732         (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
1733         (base_breakpoint_works_in_software_mode)
1734         (base_breakpoint_resources_needed, base_breakpoint_print_it)
1735         (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
1736         (base_breakpoint_print_recreate): New functions.
1737         (base_breakpoint_ops): New global.
1738         (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
1739         (bkpt_breakpoint_hit): Make static.
1740         (bkpt_check_status): Delete.
1741         (bkpt_resources_needed): Make static.
1742         (bkpt_works_in_software_mode): Delete.
1743         (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
1744         static.
1745         (bkpt_breakpoint_ops, internal_breakpoint_ops)
1746         (momentary_breakpoint_ops): Don't statically initialize.
1747         (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
1748         Delete.
1749         (tracepoint_insert_location, tracepoint_remove_location)
1750         (tracepoint_check_status, tracepoint_works_in_software_mode)
1751         (tracepoint_print_it): Delete.
1752         (tracepoint_breakpoint_ops): Don't statically initialize.
1753         (initialize_breakpoint_ops): New.
1754         (_initialize_breakpoint): Call it.
1755         * breakpoint.h (null_re_set, null_works_in_software_mode)
1756         (null_resources_needed, null_check_status, null_print_one_detail):
1757         (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
1758         (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
1759         (bkpt_check_status, bkpt_resources_needed)
1760         (bkpt_works_in_software_mode, bkpt_print_it)
1761         (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
1762         Delete declarations.
1763         (initialize_breakpoint_ops): Declare.
1764
1765 2011-07-25  Pedro Alves  <pedro@codesourcery.com>
1766
1767         * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
1768         (momentary_bkpt_print_it): Simplify.
1769
1770 2011-07-25  Pedro Alves  <pedro@codesourcery.com>
1771
1772         Split internal, momentary and user breakpoints breakpoint_ops
1773         tables.
1774
1775         * breakpoint.c (internal_breakpoint_ops)
1776         (momentary_breakpoint_ops): Forward declare.
1777         (create_internal_breakpoint): Add new breakpoint_ops parameter.
1778         Pass it down, rather than hardcoding bkpt_breakpoint_ops.
1779         (create_overlay_event_breakpoint)
1780         (create_std_terminate_master_breakpoint)
1781         (create_exception_master_breakpoint): Create breakpoints with
1782         internal_breakpoint_ops vtable.
1783         (set_longjmp_breakpoint): Create momentary breakpoints with
1784         momentary_breakpoint_ops vtable, using
1785         momentary_breakpoint_from_master.
1786         (create_thread_event_breakpoint, create_jit_event_breakpoint)
1787         (create_solib_event_breakpoint): Create breakpoints with
1788         internal_breakpoint_ops vtable.
1789         (set_momentary_breakpoint): Create breakpoints with
1790         momentary_breakpoint_ops vtable.
1791         (momentary_breakpoint_from_master): New, factored out from
1792         clone_momentary_breakpoint.
1793         (clone_momentary_breakpoint): Adjust.
1794         (watch_command_1): Create scope breakpoints with
1795         momentary_breakpoint_ops vtable.
1796         (bkpt_re_set): Remove handling of internal and momentary
1797         breakpoints.
1798         (bkpt_print_mention, bkpt_print_recreate): New.
1799         (bkpt_breakpoint_ops): Adjust.
1800         (internal_bkpt_re_set, internal_bkpt_check_status)
1801         (internal_bkpt_print_it, internal_bkpt_print_mention)
1802         (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
1803         (momentary_bkpt_re_set, momentary_bkpt_check_status)
1804         (momentary_bkpt_print_it, momentary_bkpt_print_mention)
1805         (momentary_bkpt_print_recreate): New.
1806         (momentary_breakpoint_ops): New.
1807
1808 2011-07-25  Pedro Alves  <pedro@codesourcery.com>
1809
1810         Implement most breakpoint_ops methods for all breakpoint types,
1811         and move the default handlings to the proper callbacks.
1812
1813         * breakpoint.c (update_watchpoint): Always call the breakpoint's
1814         works_in_software_mode method.
1815         (insert_bp_location): Go through breakpoint_ops->insert_location
1816         for software and hardware watchpoints.
1817         (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
1818         breakpoint_ops.
1819         (remove_breakpoint_1): Go through breakpoint_ops->remove_location
1820         for software and hardware watchpoints.
1821         (print_it_typical): Delete.
1822         (print_bp_stop_message): Always call the breakpoint_ops->print_it
1823         method.
1824         (watchpoint_check): Adjust comment.
1825         (bpstat_check_location): Simply always call the breakpoint's
1826         breakpoint_hit method.
1827         (bpstat_stop_status): Always call the breakpoint's check_status
1828         method.  Remove special cases for watchpoints and internal event
1829         breakpoints from here (moved to the check_status implementations).
1830         (print_one_breakpoint_location): Assume b->ops is never NULL.
1831         Remove static tracepoint marker id printing from here (moved to
1832         the print_one_detail callback implementation of tracepoints).
1833         (init_bp_location): Assert OPS is never NULL.
1834         (allocate_bp_location): Always call the breakpoint's
1835         allocate_location method, and remove the default code from here.
1836         (free_bp_location): Always call the location's dtor method, and
1837         remove the default code from here.
1838         (init_raw_breakpoint_without_location): Assert OPS is never NULL.
1839         (set_raw_breakpoint_without_location): Add new breakpoint_ops
1840         parameter.  Pass it down.
1841         (set_raw_breakpoint): Ditto.
1842         (print_it_catch_fork): Adjust to take a bpstat as argument.
1843         (catch_fork_breakpoint_ops): Install methods.
1844         (print_it_catch_vfork): Adjust to take a bpstat as argument.
1845         (catch_vfork_breakpoint_ops): Install methods.
1846         (dtor_catch_syscall): Call the base dtor.
1847         (print_it_catch_syscall): Adjust to take a bpstat as argument.
1848         (catch_syscall_breakpoint_ops): Install methods.
1849         (dtor_catch_exec): Call the base dtor.
1850         (print_it_catch_exec): Adjust to take a bpstat as argument.
1851         (catch_exec_breakpoint_ops): Install methods.
1852         (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
1853         the breakpoint's resources_needed method, and remove the default
1854         code from here.
1855         (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
1856         breakpoint_ops.
1857         (clone_momentary_breakpoint): Clone the original's ops.
1858         (mention): Always call the breakpoint's print_mention method, and
1859         remove the default code from here.
1860         (create_breakpoint_sal): Adjust to pass the ops to
1861         set_raw_breakpoint rather than setting it manually.
1862         (create_breakpoint): Assert ops is never NULL.  Adjust to pass the
1863         ops to set_raw_breakpoint_without_location rather than setting it
1864         manually.
1865         (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
1866         (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
1867         (ranged_breakpoint_ops): Install methods.
1868         (break_range_command): Adjust to pass the ops to
1869         set_raw_breakpoint rather than setting it manually.
1870         (re_set_watchpoint, breakpoint_hit_watchpoint)
1871         (check_status_watchpoint, resources_needed_watchpoint)
1872         (works_in_software_mode_watchpoint, print_it_watchpoint)
1873         (print_mention_watchpoint, print_recreate_watchpoint): New
1874         functions.
1875         (watchpoint_breakpoint_ops): Install new methods.
1876         (print_it_masked_watchpoint): New function.
1877         (masked_watchpoint_breakpoint_ops): Install new methods.
1878         (watch_command_1): Adjust to pass the right breakpoint_ops to
1879         set_raw_breakpoint_without_location rather than setting it
1880         manually later.  Record the current pspace.
1881         (print_it_exception_catchpoint): Adjust to take a bpstat as
1882         argument.
1883         (gnu_v3_exception_catchpoint_ops): Install new methods.
1884         (say_where): New function.
1885         (null_re_set, null_check_status, null_works_in_software_mode)
1886         (null_resources_needed, null_print_one_detail, bp_location_dtor):
1887         New functions.
1888         (bp_location_ops): New global.
1889         (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
1890         (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
1891         (bkpt_check_status, bkpt_resources_needed)
1892         (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
1893         (bkpt_print_recreate): New functions.
1894         (bkpt_breakpoint_ops): New global.
1895         (tracepoint_re_set, tracepoint_insert_location)
1896         (tracepoint_remove_location, tracepoint_breakpoint_hit)
1897         (tracepoint_check_status, tracepoint_works_in_software_mode)
1898         (tracepoint_print_it, tracepoint_print_one_detail)
1899         (tracepoint_print_mention, tracepoint_print_recreate): New
1900         functions.
1901         (tracepoint_breakpoint_ops): New global.
1902         (delete_breakpoint): Always call the breakpoint's dtor method, and
1903         remove the default handling from here.
1904         (breakpoint_re_set_default): Make static.
1905         (breakpoint_re_set_one): Always call the breakpoints re_set
1906         method, and remove the default handling from here.
1907         (trace_command, ftrace_command, strace_command)
1908         (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
1909         to create_breakpoint.
1910         (save_breakpoints): Always call the breakpoint's print_recreate
1911         method, and remove the default handling from here.
1912
1913         * ada-lang.c (dtor_exception): Call the base dtor.
1914         (re_set_exception): Call the base method.
1915         (print_it_exception, print_it_catch_exception): Adjust to take a
1916         bpstat as argument.
1917         (catch_exception_breakpoint_ops): Install methods.
1918         (print_it_catch_exception_unhandled): Adjust to take a bpstat as
1919         argument.
1920         (catch_exception_unhandled_breakpoint_ops): Install methods.
1921         (print_it_catch_assert): Adjust to take a bpstat as argument.
1922         (catch_assert_breakpoint_ops): Install methods.
1923
1924         * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
1925         to take a bpstat as argument.
1926         (enum print_stop_action): Add describing comments to each enum
1927         value.
1928         (breakpoint_re_set_default): Delete declaration.
1929         (null_re_set, null_works_in_software_mode, null_resources_needed)
1930         (null_check_status, null_print_one_detail): Declare.
1931         (bkpt_breakpoint_ops): Declare.
1932         (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
1933         (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
1934         (bkpt_check_status, bkpt_resources_needed)
1935         (bkpt_works_in_software_mode, bkpt_print_it)
1936         (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
1937         Declare.
1938
1939         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
1940         bkpt_breakpoint_ops.
1941         * python/py-breakpoint.c (bppy_init): Ditto.
1942
1943 2011-07-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1944
1945         * MAINTAINERS (Write After Approval): Add myself to the list.
1946
1947 2011-07-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
1948
1949         * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
1950
1951 2011-07-22  Pedro Alves  <pedro@codesourcery.com>
1952
1953         * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
1954         (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
1955         (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
1956         adjust.
1957         (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
1958         (struct i386_debug_reg_state): New.
1959         (i386_init_dregs): New.
1960         (dr_mirror): New.
1961         (i386_cleanup_dregs): Use i386_init_dregs.
1962         (i386_show_dr): Add state parameter and adjust.
1963         (i386_insert_aligned_watchpoint): Ditto.  Don't pass the info to
1964         the inferior here.
1965         (i386_remove_aligned_watchpoint): Likewise.
1966         (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
1967         (i386_update_inferior_debug_regs): New.
1968         (i386_insert_watchpoint): Work on a local mirror of the debug
1969         registers, and only update the inferior on success.
1970         (i386_remove_watchpoint): Ditto.
1971         (i386_region_ok_for_watchpoint): Adjust.
1972         (i386_stopped_data_address): Adjust.
1973         (i386_insert_hw_breakpoint): Adjust.
1974         (i386_remove_hw_breakpoint): Adjust.
1975
1976 2011-07-22  Tom Tromey  <tromey@redhat.com>
1977
1978         * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
1979         from amd64_pseudo_register_read.  Change arguments.  Call
1980         mark_value_bytes_unavailable when needed.
1981         (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
1982         set_gdbarch_pseudo_register_read.
1983         * sentinel-frame.c (sentinel_frame_prev_register): Use
1984         regcache_cooked_read_value.
1985         * regcache.h (regcache_cooked_read_value): Declare.
1986         * regcache.c (regcache_cooked_read_value): New function.
1987         (regcache_cooked_read): Call
1988         gdbarch_pseudo_register_read_value if available.
1989         * i386-tdep.h (i386_pseudo_register_read_value): Declare.
1990         (i386_pseudo_register_read): Remove.
1991         * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
1992         i386_pseudo_register_read.  Change arguments.  Call
1993         mark_value_bytes_unavailable when needed.
1994         (i386_pseudo_register_read_value): New function.
1995         (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
1996         not set_gdbarch_pseudo_register_read.
1997         * gdbarch.sh (pseudo_register_read_value): New method.
1998         * gdbarch.c, gdbarch.h: Rebuild.
1999         * findvar.c (value_from_register): Call get_frame_register_value.
2000
2001 2011-07-22  Phil Muldoon  <pmuldoon@redhat.com>
2002
2003         * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
2004         get_prefix.
2005         (display_gdb_prompt): Likewise.
2006         (change_annotation_level): Likewise.
2007         (push_prompt): Likewise.
2008         (pop_prompt): Likewise.
2009         (handle_stop_sig): Use get_prompt with a level.
2010         * top.c (command_loop): Use get_prompt with a level.
2011         (set_async_annotation_level): Use set_prompt with a level.
2012         (get_prefix): New function.
2013         (set_prefix): Ditto.
2014         (set_suffix): Ditto.
2015         (get_suffix): Ditto.
2016         (get_prompt): Accept a level argument.
2017         (set_prompt): Accept a level argument.  Free old prompts.  Set
2018         new_async_prompt if level is 0.
2019         (init_main): Use set_prompt with a level.  Do not set
2020         new_async_prompt.
2021         * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
2022         * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
2023         Modify set_prompt, get_prompt to account for levels.
2024         * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
2025         level.
2026         * python/python.c (before_prompt_hook): Use set_prompt.
2027         
2028 2011-07-22  Kwok Cheung Yeung  <kcy@codesourcery.com>
2029
2030         * defs.h: Add guard against inclusion in gdbserver.
2031         (struct ptid, ptid_t): Move to common/ptid.h.
2032         (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
2033         xsnprintf, internal_error): Move to common/common-utils.h.
2034         (nomem): Delete.
2035         * gdb_assert.h: Move into common/ sub-directory.
2036         * gdb_locale.h: Ditto.
2037         * gdb_dirent.h: Ditto.
2038         * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
2039         ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
2040         Move into common/ptid.h.
2041         * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
2042         (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
2043         Change nomem to malloc_failure.
2044         * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
2045         * utils.c (nomem): Rename to malloc_failure.
2046         (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
2047         xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
2048         (gdb_buildargv): Change nomem to malloc_failure.
2049         * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
2050         ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
2051         ptid_is_pid): Move into common/ptid.c.
2052         (initialize_infrun): Delete initialization of null_ptid and
2053         minus_one_ptid.
2054         * linux-nat.c (linux_nat_xfer_osdata): Defer to
2055         linux_common_xfer_osdata.
2056         * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
2057         common/ptid.c and common/buffer.c.
2058         (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
2059         common/ptid.h, common/buffer.h and common/linux-osdata.h.
2060         (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
2061         (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
2062         rules.
2063         * common/gdb_assert.h: New.
2064         * common/gdb_dirent.h: New.
2065         * common/gdb_locale.h: New.
2066         * common/buffer.c: New.
2067         * common/buffer.h: New.
2068         * common/ptid.c: New.
2069         * common/ptid.h: New.
2070         * common/xml-utils.c: New.
2071         * common/xml-utils.h: New.
2072         * common/common-utils.c: New.
2073         * common/common-utils.h: New.
2074         * common/linux-osdata.c: New.
2075         * common/linux-osdata.h: New.
2076         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
2077         * config/arm/linux.mh (NATDEPFILES): Ditto.
2078         * config/i386/linux.mh (NATDEPFILES): Ditto.
2079         * config/i386/linux64.mh (NATDEPFILES): Ditto.
2080         * config/ia64/linux.mh (NATDEPFILES): Ditto.
2081         * config/m32r/linux.mh (NATDEPFILES): Ditto.
2082         * config/m68k/linux.mh (NATDEPFILES): Ditto.
2083         * config/mips/linux.mh (NATDEPFILES): Ditto.
2084         * config/pa/linux.mh (NATDEPFILES): Ditto.
2085         * config/powerpc/linux.mh (NATDEPFILES): Ditto.
2086         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
2087         * config/s390/s390.mh (NATDEPFILES): Ditto.
2088         * config/sparc/linux.mh (NATDEPFILES): Ditto.
2089         * config/sparc/linux64.mh (NATDEPFILES): Ditto.
2090         * config/xtensa/linux.mh (NATDEPFILES): Ditto.
2091
2092 2011-07-21  Matt Rice  <ratmice@gmail.com>
2093
2094         * NEWS: Add info macros and info definitions commands.
2095
2096 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
2097
2098         * NEWS: Document Python prompt substitution hook.
2099
2100 2011-07-18  Matt Rice  <ratmice@gmail.com>
2101
2102         PR macros/12999
2103         * macrotab.h (macro_callback_fn): Add new arguments to callback.
2104         * macrotab.c (foreach_macro): Ditto.
2105         (foreach_macro_in_scope): Ditto.
2106         * macrocmd.c (print_macro_callback): New function.
2107         (info_macro_command): Move some code to print_macro_definition.
2108         (print_macro_definition): New function.
2109         (print_one_macro): Add new arguments to callback.
2110         (info_definitions_command): New function.
2111         (info_macros_command): Ditto.
2112         (_initialize_macrocmd): Add info macros and info definitions commands.
2113         * symtab.c (add_macro_name): Add new arguments to callback.
2114
2115 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
2116             Tom Tromey  <tromey@redhat.com>
2117
2118         * top.c (set_prompt): Rewrite to free previous prompt, free
2119         asynch_new_prompt and set both on new prompts.
2120         * event-top.c (display_gdb_prompt): Add prompt substitution
2121         logic.
2122         * python/python.c (before_prompt_hook): New function.
2123
2124 2011-07-20  Matt Rice  <ratmice@gmail.com>
2125
2126         * bfin-tdep.c (bfin_extract_return_value): Fix swapped
2127         arguments to store_unsigned_integer.
2128
2129 2011-07-20  Tom Tromey  <tromey@redhat.com>
2130
2131         * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
2132         in some declaration-only cases.
2133
2134 2011-07-18  Tom Tromey  <tromey@redhat.com>
2135
2136         PR symtab/12984:
2137         * dwarf2read.c (dwarf2_section_info_def): New typedef.
2138         (struct dwarf2_per_objfile) <types>: Change to a VEC.
2139         (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
2140         <debug_type_section>: New field.
2141         (dwarf2_locate_sections): Push .debug_types sections onto VEC.
2142         (load_cu): Use appropriate section.
2143         (create_signatured_type_table_from_index): Add 'section'
2144         argument.
2145         (dwarf2_read_index): Only allow a single .debug_types section.
2146         (dw2_get_file_names): Use appropriate section.
2147         (read_type_comp_unit_head): Add 'section' argument.
2148         (create_debug_types_hash_table): Loop over all .debug_types
2149         sections.
2150         (init_cu_die_reader): Use appropriate section.
2151         (process_psymtab_comp_unit, load_partial_comp_unit)
2152         (load_full_comp_unit, read_die_and_children, find_partial_die)
2153         (lookup_die_type, determine_prefix, follow_die_offset): Update.
2154         (lookup_signatured_type_at_offset): Add 'section' argument.
2155         (read_signatured_type_at_offset): Add 'sect' argument.
2156         (read_signatured_type): Use appropriate section.
2157         (set_die_type, get_die_type_at_offset): Update.
2158         (dwarf2_per_objfile_free): Free all .debug_types sections, and
2159         VEC.
2160         (write_psymtabs_to_index): Don't allow index with more than one
2161         .debug_types section.
2162
2163 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2164
2165         Fix crash if referenced CU is aged out.
2166         * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
2167         xfree of block.data.
2168         (indirect_pieced_value): New variable back_to, use to for xfree of
2169         baton.data.
2170         (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
2171         block.data.
2172         * dwarf2read.c (dwarf2_find_base_address): New prototype.
2173         (load_cu): New function from ...
2174         (dw2_do_instantiate_symtab): ... the code here ...
2175         (process_full_comp_unit): ... and here.
2176         (dwarf2_fetch_die_location_block): Call load_cu first.  Call xmemdup on
2177         retval.data.
2178
2179 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2180
2181         * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
2182         type.
2183
2184 2011-07-19  Gary Benson  <gbenson@redhat.com>
2185
2186         * infrun.c (struct execution_control_state): New member
2187         stop_func_filled_in.
2188         (clear_stop_func, fill_in_stop_func): New functions.
2189         (handle_inferior_event): Call clear_stop_func rather than
2190         manipulating the execution control state directly.
2191         Call fill_in_stop_func lazily as required rather than
2192         directly calling find_pc_partial_function in all cases.
2193
2194 2011-07-18  Tom Tromey  <tromey@redhat.com>
2195
2196         * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
2197         checking for variable-sized array.
2198
2199 2011-07-18  Jean-Charles Delay  <delay@adacore.com>
2200
2201         * varobj.h (varobj_languages): Add vlang_ada definition to the list
2202         of supported languages.
2203         * varobj.c: Add top definitions and basic implementation of the
2204         following callbacks: ada_number_of_children, ada_name_of_variable,
2205         ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
2206         ada_value_of_child, ada_type_of_child, ada_value_of_variable.
2207         (languages): Register Ada-specific callbacks.
2208         (variable_language): Add the Ada case in the language setter switch.
2209
2210 2011-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2211
2212         * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
2213
2214 2011-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2215
2216         Code cleanup.
2217         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
2218         (execute_stack_op): Use dwarf2_frame_ctx_funcs
2219         * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
2220         (execute_stack_op): Access read_reg, get_frame_base, read_mem,
2221         get_frame_cfa, get_tls_address and dwarf_call via funcs.
2222         * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
2223         (struct dwarf_expr_context_funcs): New, move here methods from ...
2224         (struct dwarf_expr_context): ... here.  New fields funcs.
2225         * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
2226         (dwarf_expr_ctx_funcs): New.
2227         (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
2228         (needs_frame_dwarf_call): Access get_frame_pc via funcs.
2229         (needs_frame_ctx_funcs): New.
2230         (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
2231
2232 2011-07-15  Fawzi Mohamed  <fawzi.mohamed@nokia.com>
2233
2234         * MAINTAINERS (Write After Approval): Add myself to the list.
2235
2236 2011-07-15  Fawzi Mohamed  <fawzi.mohamed@nokia.com>
2237
2238         * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
2239         that CIE pointer of an FDE really points to a CIE .
2240
2241 2011-07-15  Hui Zhu  <teawater@gmail.com>
2242
2243         * remote.c (remote_get_trace_status): Add comments.
2244
2245 2011-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2246
2247         Code cleanup - constify struct lval_funcs.
2248         * dwarf2loc.c (pieced_value_funcs): Make it const.
2249         * infrun.c (siginfo_value_funcs): Likewise.
2250         * opencl-lang.c (opencl_value_funcs): Likewise.
2251         * valops.c (value_assign, value_ind): Make the funcs variable const.
2252         * value.c (struct value): Make location.computed.funcs target const.
2253         Rearrange the comments.
2254         (allocate_computed_value): Make the funcs parameter target const.
2255         (value_computed_funcs): Return the funcs target const.
2256         (value_free, value_copy, set_value_component_location): Make the funcs
2257         variable const.
2258         * value.h (allocate_computed_value): Make the funcs parameter target
2259         const.
2260         (value_computed_funcs): Return the funcs target const.
2261         * windows-tdep.c (tlb_value_funcs): Make it const.
2262
2263 2011-07-14  Hui Zhu  <teawater@gmail.com>
2264
2265         * remote.c (remote_get_trace_status): Initialize p.
2266
2267 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2268
2269         Work around kgdb.
2270         * remote.c (remote_get_trace_status): New variable ex.  Put
2271         remote_get_noisy_reply into TRY_CATCH.  Call exception_fprintf for it.
2272
2273 2011-07-13  Tom Tromey  <tromey@redhat.com>
2274
2275         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
2276         value_from_contents for final conversion.
2277
2278 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2279
2280         Code cleanup.
2281         * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
2282         Indent prototypes so they do not get into tags.
2283
2284 2011-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2285
2286         Code cleanup making also optimized out values lazy.
2287         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
2288         allocate_optimized_out_value.  Twice.
2289         (loclist_read_variable)  Use allocate_optimized_out_value.  Once.
2290         * findvar.c (read_var_value): Likewise.
2291         * value.c (allocate_optimized_out_value): New function.
2292         * value.h (allocate_optimized_out_value): New declaration.
2293
2294 2011-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2295
2296         Fix occasional crash of CTRL-C during DWARF read in.
2297         * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
2298
2299 2011-07-11  Tom Tromey  <tromey@redhat.com>
2300
2301         * regcache.c (struct regcache_descr): Fix typo.
2302         * i387-tdep.c (i387_supply_xsave): Fix typo.
2303
2304 2011-07-11  Tom Tromey  <tromey@redhat.com>
2305
2306         * dwarf2read.c (handle_DW_AT_stmt_list): New function.
2307         (read_file_scope, read_type_unit_scope): Use it.
2308
2309 2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2310
2311         * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
2312         `int'.
2313
2314 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
2315
2316         PR python/12438
2317         * python/python.c: Set gdbpy_should_print_stack default to off.
2318         (set_python): Deprecate maint set python print-stack to
2319         class_deprecate.
2320         (_initialize_python): Deprecate maint set/show python print-stack.
2321         Add new prefix command, python.  Add new setting, print-backtrace.
2322         * NEWS: Document set python print-stack.  Document default change.
2323
2324 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
2325
2326         * python/py-inferior.c (infpy_dealloc): New function.
2327         (inferior_to_inferior_object): Return a new object, or a
2328         new reference to the existing object.
2329         (find_thread_object): Cleanup references to inferior.
2330         (delete_thread_object): Ditto.
2331         * python/py-infthread.c (create_thread_object): Do not increment
2332         inferior reference count.
2333
2334 2011-07-08  Tom Tromey  <tromey@redhat.com>
2335
2336         * dwarf2loc.c (locexpr_regname): New function.
2337         (locexpr_describe_location_piece): Use it.
2338         (disassemble_dwarf_expression): Add per_cu argument.  Use
2339         locexpr_regname.
2340         <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
2341         DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
2342         New cases.
2343         (locexpr_describe_location_1): Add per_cu argument.
2344         (locexpr_describe_location): Update.
2345         (loclist_describe_location): Update.
2346
2347 2011-07-08  Tom Tromey  <tromey@redhat.com>
2348
2349         * dwarf2expr.c (execute_stack_op): Add QUIT.
2350
2351 2011-07-07  Hui Zhu  <teawater@gmail.com>
2352
2353         Revert:
2354         2011-07-06  Hui Zhu  <teawater@gmail.com>
2355         * remote.c (remote_start_remote): Add TRY_CATCH for
2356         remote_get_trace_status.
2357         * tracepoint.c (disconnect_tracing): Ditto.
2358
2359 2011-07-07  Andrew Burgess  <aburgess@broadcom.com>
2360
2361         * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
2362         variables as signed, not unsigned.
2363
2364 2011-07-06  Joel Brobecker  <brobecker@adacore.com>
2365
2366         * jit.c (jit_inferior_init): Reformat forward declaration.
2367
2368 2011-07-06  Matt Rice  <ratmice@gmail.com>
2369
2370         * MAINTAINERS (Write After Approval): Add myself to the list.
2371
2372 2011-07-06  Hui Zhu  <teawater@gmail.com>
2373
2374         * remote.c (remote_start_remote): Add TRY_CATCH for
2375         remote_get_trace_status.
2376         * tracepoint.c (disconnect_tracing): Ditto.
2377
2378 2011-07-05  Tom Tromey  <tromey@redhat.com>
2379
2380         * symtab.c (operator_chars): Now static.
2381         * linespec.c (operator_chars): Don't declare.
2382
2383 2011-07-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2384
2385         * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
2386
2387 2011-07-05  Tom Tromey  <tromey@redhat.com>
2388
2389         * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
2390         * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
2391         (TYPE_CPLUS_REALLY_JAVA): New macro.
2392         * dwarf2read.c (process_structure_scope): Set
2393         TYPE_CPLUS_REALLY_JAVA.
2394
2395 2011-07-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2396
2397         * ada-lang.c: Fix typos.
2398         * amd64-tdep.c: Likewise.
2399         * breakpoint.c: Likewise.
2400         * cli/cli-decode.c: Likewise.
2401         * findcmd.c: Likewise.
2402         * inline-frame.c: Likewise.
2403         * mi/mi-main.c: Likewise.
2404         * minsyms.c: Likewise.
2405         * monitor.c: Likewise.
2406         * monitor.h: Likewise.
2407         * prologue-value.c: Likewise.
2408         * reverse.c: Likewise.
2409         * s390-tdep.c: Likewise.
2410
2411 2011-07-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2412
2413         * jit.c (jit_inferior_init): Forward declare.
2414         (jit_breakpoint_re_set_internal): Call jit_inferior_init.
2415
2416 2011-07-04  Joel Brobecker  <brobecker@adacore.com>
2417
2418         * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
2419
2420 2011-07-04  Tristan Gingold  <gingold@adacore.com>
2421
2422         * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
2423         (tcb_fieldno): Add activation_link field.
2424         (get_known_tasks_addr): Moved and rewritten.
2425         (get_tcb_types_info): Set activation_link field.
2426         (read_known_tasks_array): Add parameter.  Rewritten.
2427         (read_known_tasks_list): New function.
2428         (read_known_tasks): New function.
2429         (ada_build_task_list): Call read_known_tasks instead of
2430         read_known_tasks_array.
2431         * ravenscar-thread.c: Add first_task_name constant.
2432         (has_ravenscar_runtime): Check for task list too.
2433
2434 2011-07-04  Tristan Gingold  <gingold@adacore.com>
2435
2436         * ada-tasks.c: Renames fieldno to actb_fieldno.
2437         (ada_get_task_number): Indentation.
2438         (get_tcb_types_info): Remove all parameters.  Write directly
2439         the globals.
2440         (ptid_from_atcb_common): Adjust.
2441         (read_atcb): Adjust.
2442
2443 2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2444
2445         * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
2446
2447 2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2448
2449         * ui-out.c (ui_out_field_core_addr): Mention that the function
2450         description is in the header file.
2451         * ui-out.h (ui_out_field_core_addr): Document function.
2452
2453 2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2454
2455         * ui-out.c (ui_out_get_field_separator): Remove unused function.
2456         * ui-out.h (ui_out_get_field_separator): Remove prototype.
2457
2458 2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2459
2460         * symtab.c (expand_line_sal): Remove empty line.
2461
2462 2011-07-04  Thomas Schwinge  <thomas@schwinge.name>
2463
2464         * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
2465         same way as ELFOSABI_NONE.
2466         <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
2467
2468 2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2469
2470         * breakpoint.c: Fix typos in comments.
2471         * linespec.c: Likewise.
2472         * symtab.c: Likewise.
2473
2474 2011-07-04  Joel Brobecker  <brobecker@adacore.com>
2475
2476         * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
2477         section in separate object files.
2478
2479 2011-07-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2480
2481         Fix false GCC warning.
2482         * linespec.c (decode_line_1): Initialize values.
2483
2484 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2485
2486         * linespec.c (find_method): Accept the function type automatically only
2487         if it was specified with parameter types.
2488
2489 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2490
2491         Stop on first linespec terminator instead of eating what we can.
2492         * linespec.c (is_linespec_boundary): New function.
2493         (name_end): Remove function.
2494         (keep_name_info): New parameter on_boundary, replace the body.
2495         (decode_line_1): Provide the parameter to keep_name_info.
2496         (decode_compound): Likewise.  Drop the trailing java return type
2497         handling.  Twice.
2498
2499 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2500
2501         Fall back linespec to minimal symbols.
2502         * linespec.c (decode_line_1): New variable ex, saved_argptr.  Protect
2503         decode_compound by TRY_CATCH, fall back on minsyms if it failed.
2504         (find_method, symbol_found): Change error to cplusplus_error.
2505
2506 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2507
2508         * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
2509
2510 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2511             Tom Tromey  <tromey@redhat.com>
2512
2513         * dwarf2read.c (check_physname): New variable.
2514         (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
2515         (show_check_physname): New function.
2516         (_initialize_dwarf2_read): Add `check-physname' for check_physname.
2517
2518 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2519
2520         * machoread.c (macho_symfile_read): Delete OBE comment.
2521
2522 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2523
2524         * machoread.c (struct macho_oso_data): Delete.
2525         (current_oso): Delete.
2526         (macho_relocate_common_syms): New function, mostly extracted
2527         out of
2528         (macho_add_oso_symfile): Call macho_relocate_common_syms.
2529         Remove code that sets and unset current_oso.
2530         (macho_symfile_relocate): Delete handling of common symbols,
2531         now moved to macho_relocate_common_syms.
2532
2533 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2534
2535         * darwin-nat.c (darwin_ptrace): Add documentation.
2536         Set errno to zero before calling ptrace.  If ptrace returns
2537         -1 and errno is zero, then change then return zero.
2538         (darwin_kill_inferior): Issue a warning instead of triggering
2539         a failed assertion when the PT_KILL ptrace operations returned
2540         nonzero.
2541
2542 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2543
2544         * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
2545         only when inf->private->no_ptrace.
2546
2547 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2548
2549         * ada-lang.c (print_it_exception): Print temporary catchpoints
2550         as "Temporary catchpoint".
2551         (print_mention_exception): Likewise.
2552
2553 2011-07-01  Tom Tromey  <tromey@redhat.com>
2554
2555         * jv-lang.c (java_language_defn): Use java_printchar,
2556         java_printstr.
2557         (java_get_encoding): New function.
2558         (java_emit_char): Use generic_emit_char.
2559         (java_printchar): New function.
2560         (java_printstr): Likewise.
2561
2562 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2563
2564         * ada-typeprint.c (print_record_type): If unable to decode
2565         the name of the parent type, use the encoded name.
2566
2567 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
2568
2569         * ada-typeprint.c (ada_print_type): Fix both PAD type and
2570         pointer to constrained packed array type output.
2571         * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
2572         packed array output.
2573
2574 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
2575
2576         * ada-typeprint.c (print_array_type): removed if condition on show
2577         being negative for bounds printing.
2578
2579 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2580
2581         * ada-lang.c (ada_identical_enum_types_p): New function.
2582         (symbols_are_identical_enums): New function.
2583         (remove_extra_symbols): Do nothing if NSYMS < 2.
2584         Use symbols_are_identical_enums.
2585
2586 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2587
2588         * ada-valprint.c (ada_value_print): Handle typedefs.
2589
2590 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2591
2592         * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
2593
2594 2011-07-01  Eric Botcazou  <ebotcazou@adacore.com>
2595
2596         * ada-lang.c (thin_descriptor_type): Deal with typedefs.
2597         (decode_constrained_packed_array): Likewise.
2598         (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
2599
2600 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2601
2602         * ada-exp.y (convert_char_literal): Handle typedef types.
2603
2604 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2605
2606         * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
2607
2608 2011-06-30  Tom Tromey  <tromey@redhat.com>
2609
2610         * varobj.c (varobj_create): Call do_cleanups on early exit path.
2611         * valops.c (find_overload_match): Call do_cleanups on early exit
2612         path.
2613         * solib.c (solib_find): Call do_cleanups on early exit path.
2614
2615 2011-06-30  Tom Tromey  <tromey@redhat.com>
2616
2617         * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
2618         * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
2619         return paths.  Defer final do_cleanups until last return.
2620         * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
2621         early return.
2622
2623 2011-06-30  Tom Tromey  <tromey@redhat.com>
2624
2625         * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
2626
2627 2011-06-30  Andrew Burgess  <aburgess@broadcom.com>
2628
2629         * MAINTAINERS (Write After Approval): Add myself to the list.
2630
2631 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2632
2633         Disable epilogue unwinders on recent GCCs.
2634         * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
2635         initialize it, return 0 on EPILOGUE_UNWIND_VALID.
2636         * dwarf2read.c (process_full_comp_unit): Initialize
2637         EPILOGUE_UNWIND_VALID.
2638         * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
2639         initialize it, return 0 on EPILOGUE_UNWIND_VALID.
2640         * symtab.h (struct symtab): New field epilogue_unwind_valid.
2641
2642 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2643
2644         Code cleanup - reformatting.
2645         * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
2646         (producer_is_gcc_ge_4): ... here, change the return value.
2647         (process_full_comp_unit): New variable gcc_4_minor, adjust the value
2648         interpretation.
2649
2650 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2651
2652         Fix non-only rename list for Fortran modules import.
2653         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
2654         cp_add_using_directive caller.
2655         (cp_add_using_directive): New parameter excludes, describe it.  New
2656         variables ix and param.  Compare if also excludes match.  Allocate NEW
2657         with variable size, initialize EXCLUDES there.
2658         (cp_lookup_symbol_imports): New variable excludep, test
2659         current->EXCLUDES with it.
2660         * cp-support.h: Include vec.h.
2661         (struct using_direct): New field excludes, describe it.
2662         (DEF_VEC_P (const_char_ptr)): New.
2663         (cp_add_using_directive): New parameter excludes.
2664         * defs.h (const_char_ptr): New typedef.
2665         * dwarf2read.c (read_import_statement): New variables child_die,
2666         excludes and cleanups, read in excludes.
2667         (read_namespace): Adjust the cp_add_using_directive caller.
2668
2669 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2670
2671         Code cleanup.
2672         * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
2673         negative comparisons.
2674
2675 2011-06-29  André Pönitz  <andre.poenitz@nokia.com>
2676
2677         * mi/mi-main.c (mi_cmd_list_features): Emit
2678         breakpoint-notifications.
2679
2680 2011-06-29  Tom Tromey  <tromey@redhat.com>
2681
2682         PR fortran/10036:
2683         * valprint.h (generic_emit_char, generic_printstr): Declare.
2684         * valprint.c (wchar_printable, append_string_as_wide)
2685         (print_wchar): Move from c-lang.c.
2686         (generic_emit_char): New function; mostly taken from c_emit_char.
2687         (generic_printstr): New function; mostly taken from c_printstr.
2688         * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
2689         represented as arrays.
2690         <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
2691         type.
2692         * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
2693         identically to TYPE_CODE_INT.
2694         * f-lang.c (f_get_encoding): New function.
2695         (f_emit_char): Use generic_emit_char.
2696         (f_printchar): Replace comment.
2697         (f_printstr): Use generic_printstr.
2698         * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
2699         "character" types specially.
2700         <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
2701         for Fortran.
2702         * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
2703         Move to valprint.c
2704         (c_emit_char): Call generic_emit_char.
2705         (c_printstr): Call generic_printstr.
2706
2707 2011-06-29  Gary Benson  <gbenson@redhat.com>
2708
2709         * breakpoint.c (bpstat_what): Removed duplicated case.
2710
2711 2011-06-28  Tom Tromey  <tromey@redhat.com>
2712
2713         * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
2714
2715 2011-06-27  Tom Tromey  <tromey@redhat.com>
2716
2717         * valops.c (find_overload_match): Call do_cleanups before early
2718         return.
2719         * top.c (execute_command): Call do_cleanups before early return.
2720         (command_loop): Likewise.
2721         * stack.c (backtrace_command): Make a null cleanup early.  Don't
2722         conditionally call do_cleanups.
2723         * python/py-value.c (TRY_CATCH): Move cleanup handling into
2724         TRY_CATCH.
2725         * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
2726         so cleanups are always run.
2727         * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
2728         * findcmd.c (parse_find_args): Call do_cleanups on early return
2729         path.
2730         * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
2731         Don't conditionally call do_cleanups.
2732         * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
2733         later.
2734
2735 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
2736
2737         * MAINTAINERS (Write After Approval): Use default email address.
2738
2739 2011-06-27  Joel Brobecker  <brobecker@adacore.com>
2740
2741         * MAINTAINERS (Write After Approval): Add Eric Botcazou.
2742
2743 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
2744
2745         * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
2746         saved_regs_mask and copied_regs_mask fields.
2747         (sparc_record_save_insn): New prototype.
2748         * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
2749         (sparc_record_save_insn): New function.
2750         (sparc_analyze_prologue): Add head comment.  Recognize store insns
2751         of call-saved registers.  Use OFFSET consistently.  Recognize flat
2752         frames and cache their settings.
2753         (sparc32_skip_prologue): Handle flat frames.
2754         (sparc_frame_cache): Add frame_offset to the base address.
2755         (sparc32_frame_cache): Adjust to new frame description.
2756         (sparc32_frame_prev_register): Likewise.
2757         * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
2758         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
2759         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
2760         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
2761         frame by calling sparc_record_save_insn.
2762         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
2763         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
2764         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
2765
2766 2011-06-27  Tristan Gingold  <gingold@adacore.com>
2767
2768         * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
2769         field by map_addr and map_len.
2770         (dwarf2_read_section): Adjust for the new bfd_mmap api.
2771         (munmap_section_buffer): Likewise.
2772
2773 2011-06-24  Tom Tromey  <tromey@redhat.com>
2774
2775         * varobj.c (update_dynamic_varobj_children): Make 'name' const.
2776         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
2777         * python/python.c (gdbpy_parameter): Make 'arg' const.
2778         (execute_gdb_command): Likewise.
2779         (gdbpy_decode_line): Likewise.  Copy it.
2780         (gdbpy_parse_and_eval): Make 'expr_string' const.  Copy it.
2781         (gdbpy_write): Make 'arg' const.
2782         * python/py-type.c (typy_lookup_typename): Make 'type_name'
2783         const.
2784         (gdbpy_lookup_type): Likewise.
2785         * python/py-prettyprint.c (print_children): Make 'name' const.
2786         * python/py-param.c (parmpy_init): Make 'name' const.  Copy it.
2787         * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
2788         Py_ssize_t.
2789         * python/py-function.c (fnpy_init): Make 'name' const.
2790         * python/py-cmd.c (cmdpy_init): Make 'name' const.  Copy it.
2791         (gdbpy_string_to_argv): Make 'input' const.
2792         * python/py-breakpoint.c (bppy_init): Make 'spec' const.  Copy
2793         it.
2794         * gdbtypes.h (lookup_typename): Update.
2795         * gdbtypes.c (lookup_typename): Make 'name' const.
2796         (lookup_struct): Likewise.
2797         (lookup_union): Likewise.
2798         (lookup_enum): Likewise.
2799
2800 2011-06-24  Tom Tromey  <tromey@redhat.com>
2801
2802         * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
2803         gdb_thread_db.h.  Move all common/ entries to be together.
2804         (TAGS): Don't depend on DEPFILES.
2805
2806 2011-06-23  Yao Qi  <yao@codesourcery.com>
2807
2808         * infrun.c (start_remote): Move call init_wait_for_inferior to ...
2809         * remote.c (remote_start_remote): ... here.
2810         * monitor.c (monitor_open): ... here.
2811
2812 2011-06-23  Andrew Burgess  <aburgess@broadcom.com>
2813
2814         * gdbtypes.c (append_composite_type_field_aligned): Fix
2815         calculation of bit position based on alignment.
2816
2817 2011-06-22  Pedro Alves  <pedro@codesourcery.com>
2818
2819         * breakpoint.c (bpstat_stop_status): Call the check_status
2820         breakpoint_ops method.
2821         (print_one_breakpoint_location): Also print the condition for Ada
2822         exception catchpoints.
2823         (allocate_bp_location): New, factored out from
2824         allocate_bp_location.
2825         (allocate_bp_location): Adjust.  Call the owner breakpoint's
2826         allocate_location method, if there is one.
2827         (free_bp_location): Call the locations's dtor method, if there is
2828         one.
2829         (init_raw_breakpoint_without_location): New breakpoint_ops
2830         parameter.  Use it.
2831         (set_raw_breakpoint_without_location): Adjust.
2832         (init_raw_breakpoint): New breakpoint_ops parameter.  Pass it down.
2833         (set_raw_breakpoint): Adjust.
2834         (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
2835         (catch_syscall_breakpoint_ops): Install NULL allocate_location,
2836         re_set and check_status methods.
2837         (init_catchpoint): Don't memset, initialize thread, addr_string
2838         and enable_state.  Pass the ops down to init_raw_breakpoint.
2839         (install_catchpoint): Rename to ...
2840         (install_breakpoint): ... this, and make extern.
2841         (create_fork_vfork_event_catchpoint): Adjust.
2842         (catch_exec_breakpoint_ops): Install NULL allocate_location,
2843         re_set and check_status methods.
2844         (create_syscall_event_catchpoint): Adjust.
2845         (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
2846         (masked_watchpoint_breakpoint_ops): Install NULL
2847         allocate_location, re_set and check_status methods.
2848         (catch_exec_command_1): Adjust.
2849         (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
2850         re_set and check_status methods.
2851         (create_ada_exception_breakpoint): Rename to ...
2852         (init_ada_exception_breakpoint): ... this.  Add a struct
2853         breakpoint parameter, and delete the exp_string, cond_string and
2854         cond parameters.  Use init_raw_breakpoint, and don't install or
2855         mention the breakpoint yet.  Don't clear breakpoint fields that
2856         init_raw_breakpoint already clears.
2857         (re_set_breakpoint): Delete, split into ...
2858         (breakpoint_re_set_default, prepare_re_set_context): ... these new
2859         functions.
2860         (breakpoint_re_set_one): Call the breakpoint's
2861         breakpoint_ops->re_set implementation, if there's one.  Adjust.
2862         * breakpoint.h: Forward declare struct bpstats and struct bp_location.
2863         (struct bp_location_ops): New type.
2864         (struct bp_location): New field `ops'.
2865         (struct breakpoint_ops): New `allocate_location', `re_set' and
2866         `check_status' fields.  Make `breakpoint_hit''s description match
2867         reality.
2868         (init_bp_location): Declare.
2869         (breakpoint_re_set_default): Declare.
2870         (create_ada_exception_breakpoint): Rename to ...
2871         (init_ada_exception_breakpoint): ... this.  Add a struct
2872         breakpoint parameter, and delete the exp_string, cond_string and
2873         cond parameters.
2874         (install_breakpoint): Declare.
2875         * ada-lang.c: Include exceptions.h.
2876         <Ada exceptions description>: Update.
2877         (struct ada_catchpoint_location): New type.
2878         (ada_catchpoint_location_dtor): New function.
2879         (ada_catchpoint_location_ops): New global.
2880         (ada_catchpoint): New type.
2881         (create_excep_cond_exprs): New function.
2882         (dtor_exception, allocate_location_exception, re_set_exception)
2883         (should_stop_exception, check_status_exception): New functions.
2884         (print_one_exception, print_mention_exception)
2885         (print_recreate_exception): Adjust.
2886         (dtor_catch_exception, allocate_location_catch_exception)
2887         (re_set_catch_exception, check_status_catch_exception): New
2888         functions.
2889         (catch_exception_breakpoint_ops): Install them.
2890         (dtor_catch_exception_unhandled)
2891         (allocate_location_catch_exception_unhandled)
2892         (re_set_catch_exception_unhandled)
2893         (check_status_catch_exception_unhandled): New functions.
2894         (catch_exception_unhandled_breakpoint_ops): Install them.
2895         (dtor_catch_assert, allocate_location_catch_assert)
2896         (re_set_catch_assert, check_status_catch_assert): New functions.
2897         (catch_assert_breakpoint_ops): Install them.
2898         (ada_exception_catchpoint_p): Delete.
2899         (catch_ada_exception_command_split)
2900         (ada_exception_catchpoint_cond_string): Rename exp_string
2901         parameter to excep_string.  Adjust.
2902         (ada_parse_catchpoint_condition): Delete.
2903         (ada_exception_sal): Rename the exp_string parameter to
2904         excep_string.  Delete the cond_string and cond parameters.
2905         Adjust.
2906         (ada_decode_exception_location): Rename the exp_string parameter
2907         to excep_string.  Delete the cond_string and cond parameters.
2908         Adjust.
2909         (create_ada_exception_catchpoint): New function.
2910         (catch_ada_exception_command, ada_decode_assert_location)
2911         (catch_assert_command): Adjust.
2912         * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
2913
2914 2011-06-22  Pedro Alves  <pedro@codesourcery.com>
2915
2916         * ada-lang.c: Include arch-utils.h.
2917         (ada_decode_exception_location): Make static.
2918         (catch_ada_exception_command): Moved here from breakpoint.c.
2919         (ada_decode_assert_location): Make static.
2920         (catch_assert_command): Moved here from breakpoint.c.
2921         (_initialize_ada_lang): Install the exception and assert
2922         catchpoint commands here.
2923         * ada-lang.h (ada_decode_exception_location)
2924         (ada_decode_assert_location): Delete declarations.
2925         * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
2926         breakpoint.h.
2927         (create_ada_exception_breakpoint): Make extern.
2928         (catch_ada_exception_command, catch_assert_command): Moved to
2929         ada-lang.c.
2930         (add_catch_command): Make extern.
2931         (_initilize_breakpoint): Don't install the exception and assert
2932         catchpoint commands here.
2933         * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
2934         breakpoint.c
2935         (add_catch_command, create_ada_exception_breakpoint): Declare.
2936
2937 2011-06-22  Pedro Alves  <pedro@codesourcery.com>
2938
2939         * breakpoint.c (init_raw_breakpoint_without_location): Don't add
2940         the breakpoint to the breakpoint chain here.
2941         (set_raw_breakpoint_without_location): Add the breakpoint to the
2942         breakpoint chain here.
2943         (init_raw_breakpoint): Adjust comments.
2944         (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
2945         here.
2946         (init_catchpoint): Don't set the catchpoint's breakpoint number
2947         here.
2948         (install_catchpoint): New function.
2949         (create_fork_vfork_event_catchpoint)
2950         (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
2951         use install_catchpoint.
2952
2953 2011-06-22  Pedro Alves  <pedro@codesourcery.com>
2954
2955         * breakpoint.c (create_catchpoint_without_mention)
2956         (create_catchpoint): Delete.
2957
2958 2011-06-22  Pedro Alves  <pedro@codesourcery.com>
2959
2960         * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
2961         * breakpoint.c (init_raw_breakpoint_without_location): Remove
2962         reference to exec_pathname.
2963         (struct exec_catchpoint): New type.
2964         (dtor_catch_exec): New function.
2965         (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
2966         (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
2967         (catch_exec_command_1): Adjust to use init_catchpoint.
2968         (delete_breakpoint): Remove reference to exec_pathname.
2969
2970 2011-06-22  Pedro Alves  <pedro@codesourcery.com>
2971
2972         * breakpoint.h (struct breakpoint_ops): New field `dtor'.
2973         (struct breakpoint): Delete field `syscalls_to_be_caught'.
2974         * breakpoint.c (init_raw_breakpoint_without_location): Remove
2975         reference to syscalls_to_be_caught.
2976         (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
2977         NULL `dtor'.
2978         (struct syscall_catchpoint): New type.
2979         (dtor_catch_syscall): New function.
2980         (insert_catch_syscall, remove_catch_syscall)
2981         (breakpoint_hit_catch_syscall, print_one_catch_syscall)
2982         (print_recreate_catch_syscall): Adjust.
2983         (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
2984         (catch_exec_breakpoint_ops): Install a NULL `dtor'.
2985         (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
2986         (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
2987         (masked_watchpoint_breakpoint_ops)
2988         (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
2989         (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
2990         there is one.  Remove references to syscalls_to_be_caught.
2991         (catching_syscall_number): Adjust.
2992         * ada-lang.c (catch_exception_breakpoint_ops)
2993         (catch_exception_unhandled_breakpoint_ops)
2994         (catch_assert_breakpoint_ops): Install a NULL `dtor'.
2995
2996 2011-06-22  Pedro Alves  <pedro@codesourcery.com>
2997
2998         * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
2999         field.
3000         * breakpoint.c (init_raw_breakpoint_without_location): Remove
3001         reference to forked_inferior_pid.
3002         (struct fork_catchpoint): New type.
3003         (breakpoint_hit_catch_fork, print_it_catch_fork)
3004         (print_one_catch_fork, breakpoint_hit_catch_vfork)
3005         (print_it_catch_vfork, print_one_catch_vfork): Adjust.
3006         (create_fork_vfork_event_catchpoint): Adjust to use
3007         init_catchpoint.
3008
3009 2011-06-22  Pedro Alves  <pedro@codesourcery.com>
3010
3011         * breakpoint.c (add_to_breakpoint_chain)
3012         (init_raw_breakpoint_without_location): New functions, factored
3013         out from ...
3014         (set_raw_breakpoint_without_location): ... this one.
3015         (init_raw_breakpoint): New function, factored out from
3016         set_raw_breakpoint and adjusted to use
3017         init_raw_breakpoint_without_location.
3018         (set_raw_breakpoint): Adjust.
3019         (init_catchpoint): New function, factored out from
3020         create_catchpoint_without_mention and adjusted to use
3021         init_raw_breakpoint.
3022         (create_catchpoint_without_mention): Adjust.
3023
3024 2011-06-22  Tom Tromey  <tromey@redhat.com>
3025
3026         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
3027         argument of 0 specially.
3028
3029 2011-06-22  Yao Qi  <yao@codesourcery.com>
3030
3031         * infrun.c (handle_inferior_event): Remove write-only local variable
3032         `sw_single_step_trap_p'.
3033
3034 2011-06-20  Tom Tromey  <tromey@redhat.com>
3035
3036         * symtab.c (lookup_language_this): End loop if block is NULL.
3037
3038 2011-06-17  Tom Tromey  <tromey@redhat.com>
3039
3040         * valops.c (value_of_this): Use lookup_language_this.
3041         * symtab.h (lookup_language_this): Declare.
3042         * symtab.c (lookup_language_this): New function.
3043         (lookup_symbol_aux): Use lookup_language_this.
3044         * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
3045
3046 2011-06-17  Tom Tromey  <tromey@redhat.com>
3047
3048         * value.h (value_of_this): Update.
3049         (value_of_local): Remove.
3050         * valops.c (value_of_this): Rename from value_of_local.  Change
3051         parameters.
3052         * p-exp.y (exp): Update.
3053         (variable): Likewise.
3054         * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
3055
3056 2011-06-17  Tom Tromey  <tromey@redhat.com>
3057
3058         * valops.c (value_of_local): Complain if NAME is NULL.
3059         * std-operator.def (OP_OBJC_SELF): Remove.
3060         * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
3061         * objc-exp.y (name_not_typename): Use OP_THIS.
3062         * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
3063         name for "this".
3064         <OP_OBJC_SELF>: Remove.
3065         * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
3066
3067 2011-06-16  Tristan Gingold  <gingold@adacore.com>
3068
3069         * python/py-events.h (gdb_py_events): Make it extern.
3070         * python/py-evtregistry.c (gdb_py_events): Declare.
3071
3072 2011-06-16  Hui Zhu  <teawater@gmail.com>
3073
3074         * remote.c (remote_trace_set_readonly_regions): Add check for
3075         remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
3076         output warning.
3077
3078 2011-06-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
3079
3080         * arm-linux-tdep.c: Include "auxv.h".
3081         (AT_HWCAP): Define.
3082         (ARM_LINUX_SIZEOF_VFP): Define.
3083         (arm_linux_supply_vfp): New function.
3084         (arm_linux_collect_vfp): Likewise.
3085         (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
3086         (arm_linux_fpa_regset_sections): New variable.
3087         (arm_linux_vfp_regset_sections): Likewise.
3088         (arm_linux_core_read_description): New function.
3089         (arm_linux_init_abi): Install arm_linux_core_read_description and
3090         arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
3091         appropriate for the architecture.
3092         * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
3093         (tdesc_arm_with_m): Declare.
3094         (tdesc_arm_with_iwmmxt): Likewise.
3095         (tdesc_arm_with_vfpv2): Likewise.
3096         (tdesc_arm_with_vfpv3): Likewise.
3097         (tdesc_arm_with_neon): Likewise.
3098         * arm-linux-nat.c: Move features/*.c includes ...
3099         * arm-tdep.c: ... here.
3100         * arm-linux-nat.c (arm_linux_read_description): Move initializing
3101         target description data structures ...
3102         * arm-tdep.c (_initialize_arm_tdep): ... here.
3103         * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
3104         HWCAP_VFPv3D16): Move definitions ...
3105         * arm-linux-tdep.h: ... here.
3106
3107 2011-06-15  Hui Zhu  <teawater@gmail.com>
3108
3109         * remote.c (remote_trace_set_readonly_regions): Add a check for
3110         target_buf_size.
3111
3112 2011-06-14  Tom Tromey  <tromey@redhat.com>
3113
3114         * coffread.c (coffread_objfile): Rename from current_objfile.
3115         * dbxread.c (dbxread_objfile): Rename from current_objfile.
3116         * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
3117
3118 2011-06-14  Tom Tromey  <tromey@redhat.com>
3119
3120         * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
3121         (class_symtab): Remove.
3122         (jv_dynamics_progspace_key): New global.
3123         (jv_per_objfile_free): Reset program space data.  Update assert.
3124         Don't clear globals.
3125         (get_dynamics_objfile): Use and set program space data.
3126         (get_java_class_symtab): Use get_dynamics_objfile.
3127         (add_class_symbol): Likewise.
3128         (java_link_class_type): Likewise.
3129         (java_object_type, jv_clear_object_type, set_java_object_type):
3130         Remove.
3131         (get_java_object_type): Update.  Don't cache result.
3132         (is_object_type): Don't call set_java_object_type.
3133         (_initialize_java_language): Don't set jv_type_objfile_data_key;
3134         initialize jv_dynamics_progspace_key.
3135
3136 2011-06-14  Tom Tromey  <tromey@redhat.com>
3137
3138         * symtab.h (current_objfile): Don't declare.
3139         * objfiles.h (current_objfile): Don't declare.
3140         * objfiles.c (current_objfile): Remove.
3141         * mdebugread.c (current_objfile): New file-scope global.
3142         * dbxread.c (current_objfile): New file-scope global.
3143         * coffread.c (current_objfile): New file-scope global.
3144
3145 2011-06-13  Pedro Alves  <pedro@codesourcery.com>
3146
3147         * top.h (line): Rename to ...
3148         (saved_command_line): ... this.
3149         (linesize): Rename to ...
3150         (saved_command_line_size): ... this.
3151         * top.c (line): Rename to ...
3152         (saved_command_line): ... this.
3153         (linesize): Rename to ...
3154         (saved_command_line_size): ... this.
3155         (dont_repeat, command_line_input, dont_repeat_command): Adjust.
3156         * event-top.c (command_line_handler): Adjust.
3157         * main.c (captured_main): Adjust.
3158
3159 2011-06-12  Mark Kettenis  <kettenis@gnu.org>
3160
3161         * i386-tdep.c (i386_epilogue_frame_cache): Simplify code.  Call
3162         get_frame_func instead of get_frame_pc to determine the code
3163         address used to construct the frame ID.
3164         (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
3165         (i386_epilogue_frame_this_id): Likewise.
3166         (i386_epilogue_frame_prev_register): New function.
3167         (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
3168         (i386_stack_tramp_frame_sniffer): Fix coding style.
3169         (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
3170         (i386_gdbarch_init): Fix comments.
3171
3172 2011-06-12  Mark Kettenis  <kettenis@gnu.org>
3173
3174         * i386-tdep.c (i386_match_insn_block): Use length of the proper
3175         instruction when walking back through the instruction stream.
3176
3177 2011-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3178
3179         * symtab.c (output_partial_symbol_filename): Exchange the filename and
3180         fullname parameters order.
3181
3182 2011-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3183
3184         Code cleanup.
3185         * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
3186         for fun.
3187         * psymtab.c (map_symbol_filenames_psymtab)
3188         (map_partial_symbol_filenames): Likewise.
3189         * psymtab.h: Include symfile.h.
3190         (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
3191         * symfile.h (symbol_filename_ftype): New.
3192         (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
3193         map_symbol_filenames, clarify more the naming in comment.
3194
3195 2011-06-07  Doug Evans  <dje@google.com>
3196
3197         * cc-with-index.sh: Fix typos in comment.
3198         Look for ../../gdb, for fullname.exp.
3199
3200 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3201             Pedro Alves  <pedro@codesourcery.com>
3202
3203         * cli/cli-cmds.c (shell_escape): Use waitpid.
3204         * rs6000-nat.c (exec_one_dummy_insn): Likewise.
3205
3206 2011-06-07  Tristan Gingold  <gingold@adacore.com>
3207
3208         * xcoffread.c (dwarf2_xcoff_names): New variable.
3209         (aix_process_linenos): Add a guard.
3210         (xcoff_symfile_finish): Free dwarf2.
3211         (xcoff_initial_scan): Add dwarf2 support.
3212
3213 2011-06-06  Pedro Alves  <pedro@codesourcery.com>
3214
3215         * infcall.c (run_inferior_call): Don't mask async.  Instead force
3216         a synchronous wait, if the target can async.
3217
3218         * target.h (struct target_ops): Delete to_async_mask.
3219         (target_async_mask): Delete.
3220         * target.c (update_current_target): Delete references to to_async_mask.
3221         * linux-nat.c (linux_nat_async_mask_value): Delete.
3222         (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
3223         to linux_nat_async_mask_value.
3224         (linux_nat_async_mask): Delete.
3225         (linux_nat_async, linux_nat_close): Remove references to
3226         linux_nat_async_mask_value.
3227         * record.c (record_async_mask_value): Delete.
3228         (record_async): Remove references to record_async_mask_value.
3229         (record_async_mask): Delete.
3230         (record_can_async_p, record_is_async_p): Remove references to
3231         record_async_mask_value.
3232         (init_record_ops, init_record_core_ops): Remove references to
3233         record_async_mask.
3234         * remote.c (remote_async_mask_value): Delete.
3235         (init_remote_ops): Remove reference to remote_async_mask.
3236         (remote_can_async_p, remote_is_async_p): Remove references to
3237         remote_async_mask_value.
3238         (remote_async): Remove references to remote_async_mask_value.
3239         (remote_async_mask): Delete.
3240
3241         * infrun.c (fetch_inferior_event): Don't claim registers changed
3242         if the current thread is already not executing.
3243
3244 2011-06-03  Joel Brobecker  <brobecker@adacore.com>  (obvious fix)
3245
3246         From Stephen Kitt  <steve@sk2.org>
3247         * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
3248         gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
3249
3250 2011-06-03  Joel Brobecker  <brobecker@adacore.com>
3251
3252         * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
3253         the case where ADDR_SIZE is different from TYPE_LENGTH (type).
3254
3255 2011-06-03  Tom Tromey  <tromey@redhat.com>
3256
3257         * python/py-inferior.c (python_inferior_exit): Use inferior's exit
3258         code fields.
3259         * python/py-exitedevent.c (create_exited_event_object): Change
3260         type of 'exit_code'.  Optionally add exit_code attribute.
3261         (emit_exited_event): Change type of 'exit_code'.
3262         * python/py-event.h (emit_exited_event): Update.
3263         * mi/mi-interp.c (mi_inferior_exit): Print exit code.
3264         * infrun.c (handle_inferior_event): Set exit code fields on
3265         inferior.
3266         * inferior.h (struct inferior) <has_exit_code, exit_code>: New
3267         fields.
3268         * inferior.c (exit_inferior_1): Initialize new fields.
3269
3270 2011-06-03  Tom Tromey  <tromey@redhat.com>
3271
3272         * dwarf2expr.c (get_signed_type): New function.
3273         (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
3274
3275 2011-06-02  Keith Seitz  <keiths@redhat.com>
3276
3277         * objc-lang.c (find_methods): Increment objfile_csym earlier.
3278
3279 2011-06-02  Pedro Alves  <pedro@codesourcery.com>
3280
3281         * top.h (simplified_command_loop): Delete declaration.
3282
3283 2011-06-01  Mike Frysinger  <vapier@gentoo.org>
3284
3285         * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
3286         gdb_sysroot to the "len" variable.  Append both to "arg_buf".
3287
3288 2011-06-01  Yao Qi  <yao@codesourcery.com>
3289
3290         * objfiles.h (obj_section_addr): Update reference to objfile from
3291         `abfd' to `obfd'.
3292         (obj_section_endaddr): Likewise.
3293
3294 2011-06-01  Daniel Jacobowitz  <drow@false.org>
3295
3296         * MAINTAINERS: Update my email address and affiliation.  Also
3297         update Ian Lance Taylor's affiliation.  Use UTF-8 for ludo@gnu.org.
3298
3299 2010-05-31  Keith Seitz  <keiths@redhat.com>
3300
3301         PR c++/12750
3302         * linespec.c (get_search_block): New function.
3303         (find_methods): Add FILE_SYMTATB parameter and use it and
3304         get_search_block to pass an appropriate block to
3305         lookup_symbol_in_namespace.
3306         (decode_line_1): Record if *ARGPTR is single-quote enclosed.
3307         Check if *ARGPTR starts with a filename first.
3308         If it does, call locate_first_half again to locate the next
3309         "first half" of the linespec.
3310         Pass FILE_SYMTATB to decode_objc and decode_compound.
3311         Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
3312         (locate_first_half): Stop on the first colon seen.
3313         (decode_compound): Add FILE_SYMTAB parameter.
3314         Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
3315         (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
3316         get_search_block with lookup_symbol.
3317         (find_method): Add FILE_SYMTAB parameter and pass it to
3318         find_methods.
3319         (decode_objc): Use get_search_block.
3320
3321 2010-05-31  Keith Seitz  <keiths@redhat.com>
3322
3323         PR symtab/12704
3324         * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
3325         (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
3326         and CP_ANONYMOUS_NAMESPACE_LEN.
3327         (cp_is_anonymous): Likewise.
3328         * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
3329         (CP_ANONYMOUS_NAMESPACE_LEN): Define.
3330         * dwarf2read.c (namespace_name): Likewise.
3331         (fixup_partial_die): Likewise.
3332         * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
3333         seen in the input, keep it.
3334
3335 2011-05-30  Pedro Alves  <pedro@codesourcery.com>
3336
3337         * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
3338         * inf-loop.h (inferior_event_handler_wrapper): Delete.
3339         * inf-loop.c (inferior_event_handler_wrapper): Delete.
3340         (inferior_event_handler): Don't handle INF_QUIT_REQ.
3341         * remote.c (_initialize_remote): Register
3342         async_remote_interrupt_twice directly as
3343         sigint_remote_twice_token event.
3344
3345 2011-05-30  Pedro Alves  <pedro@codesourcery.com>
3346
3347         * target.h (enum inferior_event_type): Delete INF_ERROR.
3348         * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
3349
3350 2011-05-30  Pedro Alves  <pedro@codesourcery.com>
3351
3352         * interps.c (interp_set): Don't cancel continuations.
3353
3354 2011-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3355
3356         * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
3357
3358 2011-05-30  Pedro Alves  <pedro@codesourcery.com>
3359
3360         * continuations.h (continuation_ftype): Add `err' parameter.
3361         Document parameters.
3362         (do_all_continuations, do_all_continuations_thread)
3363         (do_all_intermediate_continuations)
3364         (do_all_intermediate_continuations_thread)
3365         (do_all_inferior_continuations): Add `err' parameter.
3366         * continuations.c (do_my_continuations_1, do_my_continuations)
3367         (do_all_inferior_continuations, do_all_continuations_ptid)
3368         (do_all_continuations_thread_callback)
3369         (do_all_continuations_thread, do_all_continuations)
3370         (do_all_intermediate_continuations_thread_callback)
3371         (do_all_intermediate_continuations_thread)
3372         (do_all_intermediate_continuations): Add `err' parameter, and pass
3373         it down all the way to the continuations proper.
3374         * inf-loop.c (inferior_event_handler): If fetching an inferior
3375         event throws an error, don't pop the target, and still call the
3376         continuations, but with `err' set.  Adjust all other continuation
3377         calls.
3378         * breakpoint.c (until_break_command_continuation): Add `err'
3379         parameter.
3380         * infcmd.c (step_1_continuation): Add `err' parameter.  Don't
3381         issue another step if `err' is set.
3382         (struct until_next_continuation_args): New.
3383         (until_next_continuation): Add `err' parameter.  Adjust.
3384         (until_next_command): Adjust.
3385         (struct finish_command_continuation_args): Add `thread' field.
3386         (finish_command_continuation): Add `err' parameter.  Handle it.
3387         (finish_forward): Adjust.
3388         (attach_command_continuation): Add `err' parameter.  Handle it.
3389         * infrun.c (infrun_thread_stop_requested_callback): Adjust to
3390         cancel the continuations.
3391         * interps.c (interp_set): Adjust to cancel the continuations.
3392         * thread.c (clear_thread_inferior_resources): Adjust to cancel the
3393         continuations rather than discarding.
3394         (free_thread): Don't clear thread inferior resources here.
3395         (delete_thread_1): Do it here instead.  And do it before removing
3396         the thread from the threads list.  Tag the thread as exited before
3397         clearing thread inferior resources.
3398
3399 2011-05-30  Joel Brobecker  <brobecker@adacore.com>
3400
3401         * infcall.c (call_function_by_hand): Rephrase error message.
3402
3403 2011-05-27  Pedro Alves  <pedro@codesourcery.com>
3404
3405         * defs.h (struct thread_info, struct inferior): Delete forward
3406         declarations.
3407         * breakpoint.h (struct thread_info): New forward declaration.
3408         * observer.sh (struct inferior): New forward declaration.
3409         * python/python-internal.h (struct inferior): New forward
3410         declaration.
3411
3412 2011-05-27  Pedro Alves  <pedro@codesourcery.com>
3413
3414         * defs.h (struct continuation, continuation_ftype)
3415         (continuation_free_arg_ftype, add_continuation)
3416         (do_all_continuations, do_all_continuations_thread)
3417         (discard_all_continuations, discard_all_continuations_thread)
3418         (add_intermediate_continuation, do_all_intermediate_continuations)
3419         (do_all_intermediate_continuations_thread)
3420         (discard_all_intermediate_continuations)
3421         (discard_all_intermediate_continuations_thread)
3422         (add_inferior_continuation, do_all_inferior_continuations)
3423         (discard_all_inferior_continuations): Move to ...
3424         * continuations.h: ... this new file.
3425         * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
3426         infcmd.c, inferior.c, infrun.c, interps.c: Include
3427         continuations.h.
3428
3429 2011-05-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3430             Doug Evans  <dje@google.com>
3431
3432         Fix PR 10970, PR 12702.
3433         * linux-nat.c (linux_lwp_is_zombie): New function.
3434         (wait_lwp): Initialize status.  New variable prev_mask.  Block signals.
3435         Check for linux_lwp_is_zombie.  Use WNOHANG and sigsuspend.
3436
3437 2011-05-27  Pedro Alves  <pedro@codesourcery.com>
3438
3439         * defs.h (continuation_ftype, continuation_free_arg_ftype): New
3440         typedefs.
3441         (add_continuation, add_intermediate_continuation)
3442         (add_inferior_continuation): Use them.
3443         * continuations.c (struct continuation): Use them.
3444         (make_continuation_ftype): Delete.
3445         (make_continuation, add_inferior_continuation, add_continuation)
3446         (add_intermediate_continuation): Use continuation_ftype and
3447         continuation_free_arg_ftype.  Rename parameters to shorter names.
3448
3449 2011-05-27  Pedro Alves  <pedro@codesourcery.com>
3450
3451         * continuations.c (make_continuation): Make it return void.
3452         (do_my_continuations): Rename to ...
3453         (do_my_continuations_1): ... this.  Remove old_chain parameter and
3454         adjust.
3455         (do_my_continuations): New.
3456         (discard_my_continuations): Rename to ...
3457         (discard_my_continuations_1): ... this.  Remove old_chain
3458         parameter and adjust.
3459         (discard_my_continuations): New.
3460         (add_inferior_continuation): Simplify.
3461         (do_all_inferior_continuations): Reimplement on top
3462         do_my_continuations.
3463         (discard_all_inferior_continuations): Simplify.
3464         (add_continuation): Simplify.
3465         (do_all_continuations_ptid): Simplify.
3466         (discard_all_continuations_thread_callback): Simplify.
3467         (add_intermediate_continuation): Simplify.
3468         (discard_all_intermediate_continuations_thread_callback):
3469         Simplify.
3470
3471 2011-05-27  Pedro Alves  <pedro@codesourcery.com>
3472
3473         * utils.c (struct continuation, add_continuation)
3474         (add_inferior_continuation)
3475         (do_all_inferior_continuations, discard_all_inferior_continuations)
3476         (restore_thread_cleanup, do_all_continuations_ptid)
3477         (do_all_continuations_thread_callback)
3478         (do_all_continuations_thread, do_all_continuations)
3479         (discard_all_continuations_thread_callback)
3480         (discard_all_continuations_thread, discard_all_continuations)
3481         (add_intermediate_continuation)
3482         (do_all_intermediate_continuations_thread_callback)
3483         (do_all_intermediate_continuations_thread)
3484         (do_all_intermediate_continuations)
3485         (discard_all_intermediate_continuations_thread_callback)
3486         (discard_all_intermediate_continuations_thread)
3487         (discard_all_intermediate_continuations): Move to ...
3488         * continuations.c: ... this new file, and adjust to no longer
3489         implement continuations on top of cleanups.
3490         * Makefile.in (SFILES): Add continuations.c.
3491         (COMMON_OBS): Add continuations.o.
3492
3493 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3494
3495         * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
3496         * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
3497         Internal error on invalid values.
3498         * reverse.c: Don't handle EXEC_ERROR.
3499         * mi/mi-main.c: Don't handle EXEC_ERROR.
3500
3501 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3502
3503         * record.c: Include event-loop.h, inf-loop.h.
3504         (record_beneath_to_async): New global.
3505         (tmp_to_async): New global.
3506         (record_async_inferior_event_token): New global.
3507         (record_open_1): Don't error out if async is enabled.
3508         (record_open): Handle to_async.  Create an async event source in
3509         the event loop.
3510         (record_close): Delete the async event source.
3511         (record_resumed): New global.
3512         (record_execution_dir): New global.
3513         (record_resume, record_core_resume): Set them.  Register the
3514         target on the event loop.
3515         (record_wait): Rename to ...
3516         (record_wait_1): ... this.  Add more debug output.  Handle
3517         TARGET_WNOHANG, and the target beneath returning
3518         TARGET_WAITKIND_IGNORE.
3519         (record_wait): Reimplement on top of record_wait_1.
3520         (record_async_mask_value): New global.
3521         (record_async, record_async_mask, record_can_async_p)
3522         (record_is_async_p, record_execution_direction): New functions.
3523         (init_record_ops, init_record_core_ops): Install new methods.
3524         * infrun.c (fetch_inferior_event): Temporarily switch the global
3525         execution direction to the direction the target was going.
3526         (execution_direction): Change type to int.
3527         * target.c (default_execution_direction): New function.
3528         (update_current_target): Inherit and de_fault
3529         to_execution_direction.
3530         * target.h (struct target_ops) <to_execution_direction>: New
3531         field.
3532         (target_execution_direction): New macro.
3533         * inferior.h (execution_direction): Change type to int.
3534
3535 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3536
3537         * infcall.c (call_function_by_hand): Don't allow calling functions
3538         in reverse execution mode.
3539
3540 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3541
3542         * infcmd.c (finish_command): Allow async finish in reverse.
3543
3544 2011-05-26  Yao Qi  <yao@codesourcery.com>
3545
3546         * gdb_thread_db.h: Delete.  Move to ...
3547         * common/gdb_thread_db.h: ... here.
3548
3549 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3550
3551         * infcmd.c (finish_backward): Set a step-resume breakpoint at the
3552         function's entry point instead of a manually managed momentary
3553         breakpoint, and only ever issue one proceed call.
3554         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
3555         doing a reverse-finish, switch to stepi mode, to do another step.
3556         (insert_step_resume_breakpoint_at_sal): Make public.
3557         (normal_stop): No need to save function value return registers if
3558         going reverse.
3559         * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
3560
3561 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3562
3563         * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
3564         (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
3565         before BPSTAT_WHAT_STOP_SILENT.  Add BPSTAT_WHAT_HP_STEP_RESUME
3566         at the end.
3567         * breakpoint.c (update_breakpoints_after_exec): Also delete hp
3568         step-resume breakpoints.
3569         (print_it_typical): Handle bp_hp_step_resume.
3570         (bpstat_what): Ditto.
3571         (bptype_string): Ditto.
3572         (print_one_breakpoint_location): Ditto.
3573         (allocate_bp_location): Ditto.
3574         (mention): Ditto.
3575         (breakpoint_re_set_one): Ditto.
3576         * infrun.c (handle_inferior_event): Adjust.  Split
3577         BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
3578         BPSTAT_WHAT_HP_STEP_RESUME.
3579         (insert_step_resume_breakpoint_at_sal): Rename to ...
3580         (insert_step_resume_breakpoint_at_sal_1): ... this.  Add bptype
3581         parameter.  Handle it.
3582         (insert_step_resume_breakpoint_at_sal): Reimplement on top of
3583         insert_step_resume_breakpoint_at_sal_1.
3584         (insert_step_resume_breakpoint_at_frame): Rename to ...
3585         (insert_hp_step_resume_breakpoint_at_frame): ... this.  Adjust to
3586         set a high-priority step-resume breakpoint.
3587         (insert_step_resume_breakpoint_at_frame): Adjust comment.
3588         (insert_step_resume_breakpoint_at_caller): Ditto.
3589
3590 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3591
3592         * breakpoint.c (iterate_over_related_breakpoints): New.
3593         (do_map_delete_breakpoint): New.
3594         (delete_command): Pass do_map_delete_breakpoint to
3595         map_breakpoint_numbers.
3596         (do_disable_breakpoint): New.
3597         (do_map_disable_breakpoint): Iterate over the breakpoint's related
3598         breakpoints.
3599         (do_enable_breakpoint): Rename to ...
3600         (enable_breakpoint_disp): ... this.
3601         (enable_breakpoint): Adjust.
3602         (do_enable_breakpoint): New.
3603         (enable_once_breakpoint): Delete.
3604         (do_map_enable_breakpoint): New.
3605         (do_map_enable_once_breakpoint): New.
3606         (enable_once_command, enable_delete_command)
3607         (delete_trace_command): Iterate over the breakpoint's related
3608         breakpoints.
3609
3610 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3611
3612         * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
3613         for ALPHA_ZERO_REGNUM.
3614         (alpha_supply_int_regs): Explicitly supply zero as the value for
3615         ALPHA_ZERO_REGNUM in the register cache.
3616         * alpha-nat.c (fetch_osf_core_registers): Ditto.
3617
3618 2011-05-26  Yao Qi  <yao@codesourcery.com>
3619
3620         * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
3621
3622 2011-05-26  Tristan Gingold  <gingold@adacore.com>
3623
3624         * symfile.h (struct dwarf2_section_names): New type.
3625         (struct dwarf2_debug_sections): New type.
3626         (dwarf2_has_info): Add parameter.
3627         * dwarf2read.c (dwarf2_elf_names): New variable.
3628         (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
3629         (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
3630         (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
3631         (dwarf2_has_info): Add names parameter.  Pass names
3632         to dwarf2_locate_sections.
3633         (section_is_p): Rewrite using the names parameter.
3634         (dwarf2_locate_sections): Use section names from the names parameter.
3635         * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
3636         * elfread.c (read_psyms): Ditto.
3637         * machoread.c (macho_symfile_read): Ditto.
3638
3639 2011-05-25  Andreas Schwab  <schwab@redhat.com>
3640
3641         PR gdb/8677
3642         * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
3643
3644 2011-05-24  Keith Seitz  <keiths@redhat.com>
3645
3646         PR breakpoint/12803
3647         * linespec.c (keep_name_info): Add handling for "volatile" keyword.
3648         (decode_compound): Unconditionally call keep_name_info.
3649
3650 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
3651
3652         * breakpoint.c (watchpoint_check): If the watchpoint went out of
3653         scope, clear its command list.
3654         (map_breakpoint_numbers): Don't walk the related breakpoints list
3655         of each breakpoint.
3656
3657 2011-05-24  Tom Tromey  <tromey@redhat.com>
3658
3659         * MAINTAINERS: Move Jim Blandy to past maintainers.
3660
3661 2011-05-24  Tristan Gingold  <gingold@adacore.com>
3662
3663         * symfile.h (enum dwarf2_section_enum): New type.
3664         (dwarf2_get_section_info): New prototype.
3665         * dwarf2read.c (dwarf2_get_section_info): Replace parameter
3666         section_name by sect.  Use a switch to select the info.
3667         * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
3668         (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
3669
3670 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
3671
3672         * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
3673         shared library event breakpoint if there's no execution.
3674
3675 2011-05-24  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3676
3677         * breakpont.c (remove_hw_watchpoints): Remove unused function.
3678         * breakpoint.h remove_hw_watchpoints(): Remove prototype.
3679
3680 2011-05-23  Tom Tromey  <tromey@redhat.com>
3681
3682         * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
3683         NULL.
3684
3685 2011-05-23  Doug Evans  <dje@google.com>
3686
3687         * python/lib/gdb/printing.py (register_pretty_printer): Add missing
3688         entry for RuntimeError to doc string.
3689
3690 2011-05-23  Jerome Guitton  <guitton@adacore.com>
3691
3692         * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
3693         sequence for probing loops.
3694
3695 2011-05-23  Pedro Alves  <pedro@codesourcery.com>
3696
3697         * infrun.c (user_visible_resume_ptid): Fix typos in describing
3698         comment.
3699
3700 2011-05-21  Mark Kettenis  <kettenis@gnu.org>
3701
3702         * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
3703         zero as the value for %g0 in the register cache.
3704         * sparc-tdep.c (sparc32_supply_gregset): Likewise.
3705         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
3706
3707 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3708
3709         * infrun.c (proceed): Set previous_inferior_ptid here.
3710         (init_wait_for_inferior): Initialize previous_inferior_ptid from
3711         inferior_ptid, not null_ptid.
3712         (wait_for_inferior): Don't initialize previous_inferior_ptid here.
3713         (fetch_inferior_event): Nor here.
3714
3715 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3716
3717         * inf-loop.c (inferior_event_handler): Only output a message if
3718         verbose.
3719
3720 2011-05-20  Luis Machado  <lgustavo@codesourcery.com>
3721
3722         * MAINTAINERS: Update my e-mail address.
3723
3724 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3725
3726         * infrun.c (proceed): Switch the inferior event loop to
3727         INF_EXEC_COMPLETE if the target refused to resume from a
3728         vfork/fork.
3729
3730 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3731
3732         * infcmd.c: Include "inf-loop.h".
3733         (step_once): When stepping into an inline subroutine, pretend the
3734         target has run.  If the target can async, switch the inferior
3735         event loop to INF_EXEC_COMPLETE.
3736         * inferior.h (user_visible_resume_ptid): Declare.
3737         * infrun.c (user_visible_resume_ptid): New function, factored out
3738         from `resume'.
3739         (resume): Use it.
3740         * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
3741         that the current thread is running.  Merge async and sync
3742         branches.
3743
3744 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3745
3746         * infcmd.c (step_1): Simplify synchronous case.
3747
3748 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3749
3750         * tracepoint.c: Include exceptions.h.
3751         (TFILE_PID): Move higher in file.
3752         (tfile_open): Delay pushing the tfile target until we're assured
3753         the tfile header is present in the file.  Wrap reading the initial
3754         newline-terminated lines in TRY_CATCH.  Pop the target if the
3755         initial setup failed.  Add the tfile's thread immediately
3756         aftwards, before any non-essential setup.  Don't skip
3757         post_create_inferior if there are no traceframes present in the
3758         file.
3759         (tfile_close): Remove redundant check for null before xfree call.
3760         (tfile_thread_alive): New function.
3761         (init_tfile_ops): Register it as to_thread_alive callback.
3762
3763 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3764
3765         * tracepoint.c (tfile_open): Delete #if 0'd code.
3766
3767 2011-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3768
3769         Fix -readnow for -gdwarf-4 unused type units.
3770         * dwarf2read.c (struct signatured_type): Remove the field offset.
3771         (create_signatured_type_table_from_index): Remove its initialization.
3772         (create_debug_types_hash_table): Likewise.  Initialize per_cu.offset
3773         instead.  Add a complaint call.
3774         (process_psymtab_comp_unit): Change assignment to gdb_assert.
3775         (process_type_comp_unit, lookup_die_type, dump_die_shallow)
3776         (lookup_signatured_type_at_offset, read_signatured_type)
3777         (write_one_signatured_type): Update the field for per_cu.
3778
3779 2011-05-19  Tom Tromey  <tromey@redhat.com>
3780
3781         * python/py-inferior.c (python_inferior_exit): Use
3782         target_gdbarch.
3783         (python_on_resume): Likewise.
3784
3785 2011-05-19  Matt Rice  <ratmice@gmail.com>
3786
3787         * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
3788
3789 2011-05-19  Hui Zhu  <teawater@gmail.com>
3790
3791         * tracepoint.c (tfile_trace_find): Return directly when num is -1.
3792
3793 2011-05-19  Hui Zhu  <teawater@gmail.com>
3794
3795         * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
3796
3797 2011-05-18  Tom Tromey  <tromey@redhat.com>
3798
3799         * dwarf2read.c (dwarf2_add_field): Constify.
3800         * value.c (value_static_field): Constify.
3801         * gdbtypes.h (struct main_type) <field.field_location.physname>:
3802         Now const.
3803         * ax-gdb.c (gen_static_field): Constify
3804
3805 2011-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3806
3807         * linux-nat.c (kill_callback): Use SIGKILL first.
3808
3809 2011-05-18  Joel Brobecker  <brobecker@adacore.com>
3810
3811         * ada-lang.c (print_it_exception): Avoid use of sprintf.
3812
3813 2011-05-18  Tom Tromey  <tromey@redhat.com>
3814
3815         * value.c (value_fn_field): Constify.
3816         * symtab.c (gdb_mangle_name): Constify.
3817         * stabsread.c (update_method_name_from_physname): Make 'physname'
3818         argument const.
3819         * p-typeprint.c (pascal_type_print_method_args): Make arguments
3820         const.  Use explicit fputc_filtered loop.
3821         (pascal_type_print_base): Constify.
3822         * p-lang.h (pascal_type_print_method_args): Update.
3823         * linespec.c (add_matching_methods): Constify.
3824         (add_constructors): Likewise.
3825         * jv-typeprint.c (java_type_print_base): Constify.
3826         * gdbtypes.h (struct cplus_struct_type)
3827         <fn_fieldlist.fn_field.physname>: Now const.
3828         * dwarf2read.c (compute_delayed_physnames): Constify.
3829         (dwarf2_add_member_fn): Likewise.
3830         * c-typeprint.c (c_type_print_base): Constify.  Use cleanups.
3831
3832 2011-05-18  Pedro Alves  <pedro@codesourcery.com>
3833
3834         * infrun.c (resume): Mention which is the current thread, and its
3835         current PC in debug output.
3836         (prepare_to_proceed): Mention the thread switching in debug
3837         output.
3838
3839 2011-05-18  Tom Tromey  <tromey@redhat.com>
3840
3841         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
3842         path check.  Use xmalloc and cleanups.
3843         (try_thread_db_load_from_dir): Use xmalloc and cleanups.
3844
3845 2011-05-17  Tom Tromey  <tromey@redhat.com>
3846
3847         * cp-valprint.c (cp_print_value_fields): Catch errors from
3848         value_static_field.
3849
3850 2011-05-17  Tom Tromey  <tromey@redhat.com>
3851
3852         * dwarf2read.c (dwarf2_get_die_type): Call
3853         get_die_type_at_offset.
3854         * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
3855         get_base_type function.
3856
3857 2011-05-17  Tomas Martinec  <fyzmat@gmail.com>
3858
3859         * infrun.c (handle_inferior_event) <handling deferred step>: Clear
3860         trap_expected.
3861
3862 2011-05-16  Doug Evans  <dje@google.com>
3863
3864         * python/py-auto-load.c (source_section_scripts): Mention objfile
3865         name in warning.
3866
3867 2011-05-15  Doug Evans  <dje@google.com>
3868
3869         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
3870         (try_thread_db_load_from_pdir): Call it.  If unable to find
3871         libthread_db in directory of libpthread, see if we're looking at
3872         the separate-debug-info copy.
3873
3874         * python/py-autoload.c (print_script): Print "Missing" instead of
3875         "No" for missing scripts.
3876         (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
3877
3878 2011-05-13  Doug Evans  <dje@google.com>
3879
3880         * ui-file.c (stdio_file_write_async_safe): Add comment.
3881
3882 2011-05-14  Hui Zhu  <teawater@gmail.com>
3883
3884         * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
3885
3886 2011-05-13  Doug Evans  <dje@google.com>
3887
3888         Support $pdir and $sdir in libthread-db-search-path.
3889         * NEWS: Mention $sdir,$pdir.
3890         * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
3891         * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
3892         (try_thread_db_load_from_sdir): New function.
3893         (try_thread_db_load_from_dir): New function.
3894         (thread_db_load_search): Handle $pdir, $sdir.  Remove trying of
3895         system directories if search of libthread-db-search-path fails,
3896         that is now done via $sdir.
3897         (has_libpthread): New function.
3898         (thread_db_load): Remove search for libthread_db in directory of
3899         libpthread, that is now done via $pdir.
3900
3901         * NEWS: Mention "info auto-load-scripts".
3902         * python/py-auto-load.c (struct auto_load_pspace_info): New member
3903         script_not_found_warning_printed.
3904         (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
3905         all callers updated.  Initialize script_not_found_warning_printed.
3906         (get_auto_load_pspace_data_for_loading): New function.
3907         (maybe_add_script): New function.
3908         (source_section_scripts): Simplify.  Only print one warning regardless
3909         of the number of auto-load scripts not found.
3910         (clear_section_scripts): Clear script_not_found_warning_printed.
3911         (auto_load_objfile_script): Record script in hash table.
3912         (count_matching_scripts): New function.
3913         (maybe_print_script): Renamed from maybe_print_section_script, all
3914         callers updated.  Rewrite to use ui_out_*.
3915         (info_auto_load_scripts): Renamed from
3916         maintenance_print_section_scripts, all callers updated.
3917         (gdbpy_initialize_auto_load): "maintenance print section-scripts"
3918         renamed as "info auto-load-scripts".
3919
3920 2011-05-13  Tom Tromey  <tromey@redhat.com>
3921
3922         * dwarf2expr.c (read_uleb128): Cast intermediate result.
3923         (read_sleb128): Likewise.
3924
3925 2011-05-13  Tom Tromey  <tromey@redhat.com>
3926
3927         * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
3928         offset display.
3929
3930 2011-05-13  Doug Evans  <dje@google.com>
3931
3932         * linux-nat.c (debug_linux_nat_async): Delete.
3933         Replace all references to use debug_linux_nat instead.
3934         (show_debug_linux_nat_async): Delete.
3935         (sigchld_handler): Call ui_file_write_async_safe instead of
3936         fprintf_unfiltered.
3937         (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
3938         * ui-file.c (struct ui_file): New member to_write_async_safe.
3939         (null_file_write_async_safe): New function.
3940         (ui_file_write_async_safe): New function.
3941         (set_ui_file_write_async_safe): New function.
3942         (ui_file_new): Initialize to_write_async_safe.
3943         (stdio_file_write_async_safe): New function.
3944         (struct stdio_file): New member fd.
3945         (stdio_file_new): Initialize to_write_async_safe, fd.
3946         (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
3947         fileno.
3948         * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
3949         (set_ui_file_write_async_safe): Declare.
3950         (ui_file_write_async_safe): Declare.
3951
3952 2011-05-13  Tom Tromey  <tromey@redhat.com>
3953
3954         * utils.c (do_value_free): New function.
3955         (make_cleanup_value_free): Likewise.
3956         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
3957         freeing correctly.
3958         (dwarf2_loc_desc_needs_frame): Call
3959         make_cleanup_value_free_to_mark.
3960         * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
3961         * dwarf2expr.c (free_dwarf_expr_context): Don't call
3962         value_free_to_mark.
3963         (new_dwarf_expr_context): Don't call value_mark.
3964         * dwarf2-frame.c (execute_stack_op): Call
3965         make_cleanup_value_free_to_mark.
3966         * defs.h (make_cleanup_value_free): Declare.
3967
3968 2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3969
3970         * mi/mi-main.c (mi_cmd_execute): Use cleanup from
3971         prepare_execute_command.
3972         * top.c (prepare_execute_command): Return cleanup.
3973         (execute_command): Use cleanup from prepare_execute_command.
3974         * top.h (prepare_execute_command): Change prototype to return
3975         cleanup.
3976         * defs.h (struct value): Add opaque declaration.
3977         (make_cleanup_value_free_to_mark): Add prototype.
3978         * utils.c (do_value_free_to_mark): New function.
3979         (make_cleanup_value_free_to_mark): Likewise.
3980
3981 2011-05-12  Tom Tromey  <tromey@redhat.com>
3982
3983         * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
3984         cast left-hand-side to unsigned.
3985
3986 2011-05-12  Tom Tromey  <tromey@redhat.com>
3987
3988         PR gdb/12617:
3989         * value.h (value_from_contents): Declare.
3990         * value.c (value_from_contents): New function.
3991         * dwarf2read.c (dwarf_stack_op_name): Add new values.
3992         (dwarf2_get_die_type): New function.
3993         * dwarf2loc.c (dwarf_expr_get_base_type): New function.
3994         (allocate_piece_closure): Acquire reference to values.
3995         (read_pieced_value): Update for value-based expressions.
3996         (write_pieced_value): Likewise.
3997         (free_pieced_value_closure): Call value_free as needed.
3998         (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
3999         Update for value-based expressions.
4000         * dwarf2loc.h (dwarf2_get_die_type): Declare.
4001         * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
4002         <get_base_type>: New field.
4003         (struct dwarf_expr_piece) <v.value>: Change type.
4004         <v.regno>: New field.
4005         (struct dwarf_expr_context) <mark>: New field.
4006         (dwarf_expr_piece, dwarf_expr_fetch): Update.
4007         (dwarf_expr_pop, dwarf_expr_push): Remove.
4008         (dwarf_expr_push_address): Declare.
4009         * dwarf2expr.c (dwarf_arch_cookie): New global.
4010         (struct dwarf_gdbarch_types): New.
4011         (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
4012         functions.
4013         (dwarf_expr_push): Change type of 'value' argument.  Update.  Now
4014         static.
4015         (dwarf_expr_push_address): New function.
4016         (dwarf_expr_pop): Now static.
4017         (dwarf_expr_fetch): Change return type.
4018         (dwarf_require_integral): New function.
4019         (dwarf_expr_fetch): Simplify.
4020         (add_piece): Update.
4021         (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
4022         functions.
4023         (execute_stack_op) <sign_ext>: Remove.
4024         Use values for DWARF stack.
4025         <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
4026         DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
4027         New cases.
4028         (_initialize_dwarf2expr): New function.
4029         (add_piece): Update.
4030         (new_dwarf_expr_context): Set new field.
4031         (free_dwarf_expr_context): Call value_free_to_mark.
4032         * dwarf2-frame.c (no_base_type): New function.
4033         (execute_stack_op): Set get_base_type field.  Update.
4034
4035 2011-05-12  Tom Tromey  <tromey@redhat.com>
4036
4037         * dwarf2read.c (read_common_block): Fix formatting.
4038
4039 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
4040
4041         * breakpoint.c (disable_breakpoint): Disable all locations
4042         associated with a tracepoint on target if a trace experiment is
4043         running.
4044         (disable_command): Disable a specific tracepoint location on target if
4045         a trace experiment is running.
4046         (do_enable_breakpoint): Enable all locations associated with a
4047         tracepoint on target if a trace experiment is running.
4048         (enable_command) Enable a specific tracepoint location on target if a
4049         trace experiment is running.
4050         * target.c (update_current_target): Add INHERIT and de_fault clauses for
4051         to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4052         to_disable_tracepoint.
4053         * target.h: Add declaration of struct bp_location.
4054         (struct target_ops): Add new functions
4055         to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4056         to_disable_tracepoint to target operations.
4057         (target_supports_enable_disable_tracepoint): New macro.
4058         (target_enable_tracepoint): New macro.
4059         (target_disable_tracepoint): New macro.
4060         * remote.c (struct remote_state): Add new field.
4061         (remote_enable_disable_tracepoint_feature): New.
4062         (remote_protocol_features): Add new entry.
4063         (remote_supports_enable_disable_tracepoint): New.
4064         (remote_enable_tracepoint): New.
4065         (remote_disable_tracepoint): New.
4066         (init_remote_ops): Add remote_enable_tracepoint,
4067         remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
4068         to remote operations.
4069         * tracepoint.c (start_tracing): Allow tracing to start without any
4070         tracepoints enabled with just a warning if they can be re-enabled
4071         later.
4072         * NEWS: Add news item for the new behaviour of the enable and disable
4073         GDB commands when applied to tracepoints.
4074         Add news items for the new remote packets QTEnable and QTDisable.
4075
4076 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4077
4078         * config.in: Regenerate.
4079         * configure: Regenerate.
4080         * configure.ac <--with-system-readline> (for readline_echoing_p):
4081         Remove the test.
4082         * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
4083         (tui_old_rl_echoing_p): ... here.
4084         (tui_setup_io): Rename extern declaration readline_echoing_p to
4085         _rl_echoing_p.  Adjust assignments for the both renames.
4086
4087 2011-05-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4088
4089         * symtab.c (lookup_symtab): Run cleanup before returning.
4090
4091 2011-05-11  Tom Tromey  <tromey@redhat.com>
4092
4093         * dwarf2read.c (handle_data_member_location): New function.
4094         (dwarf2_add_field): Use it.
4095         (read_common_block): Likewise.
4096
4097 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4098
4099         Make addrs->SECTINDEX always defined.
4100         * symfile.c (relative_addr_info_to_section_offsets): Check for
4101         SECTINDEX -1, not for zero ADDR.
4102         (addrs_section_compar): Remove checking for invalid SECTINDEX.
4103         (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
4104         * symfile.h (struct section_addr_info) <sectindex>: Update the comment
4105         on its validity.
4106
4107 2011-05-10  Doug Evans  <dje@google.com>
4108
4109         * linux-thread-db.c: Whitespace cleanup.
4110         (try_thread_db_load_1): Fix comment.
4111
4112         * linux-thread-db.c (set_libthread_db_search_path): New function.
4113         (_initialize_thread_db): Add setter for libthread-db-search-path.
4114
4115 2011-05-09  Doug Evans  <dje@google.com>
4116
4117         * NEWS: Mention --with-iconv-bin.
4118         * configure.ac: New option --with-iconv-bin.
4119         * configure: Regenerate.
4120         * config.in: Regenerate.
4121         * defs.h (relocate_gdb_directory): Declare.
4122         * main.c (relocate_gdb_directory): Renamed from relocate_directory,
4123         removed progname parameter, and exported.  All callers updated.
4124         * charset.c (find_charset_names): Use --with-iconv-bin if specified.
4125
4126         * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
4127         adding missing call to restore_child_signals_mask.
4128
4129 2011-05-09  Pedro Alves  <pedro@codesourcery.com>
4130
4131         * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
4132         parameter.
4133         * infrun.c (proceed, start_remote): Adjust.
4134         (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
4135         and adjust to not handle it.
4136         * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
4137         * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
4138         * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
4139         * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
4140         * windows-nat.c (do_initial_windows_stuff): Adjust.
4141         * infcmd.c (attach_command): Adjust.
4142         (notice_new_inferior): Adjust.
4143
4144 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4145
4146         * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
4147         (ppu2spu_unwind_register): Mark pseudo registers unavailable.
4148         * spu-tdep.c (op_selb): Use correct value.
4149
4150 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
4151
4152         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
4153         "parent" parameter to symbol_file_add_from_bfd call.
4154
4155 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4156             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4157
4158         Implement support for PowerPC BookE masked watchpoints.
4159         * NEWS: Mention masked watchpoint support.  Create "Changed commands"
4160         section.
4161         * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
4162         method.  Initialize to NULL in all existing breakpoint_ops instances.
4163         (struct breakpoint) <hw_wp_mask>: New field.
4164         * breakpoint.c (is_masked_watchpoint): Add prototype.
4165         (update_watchpoint): Don't set b->val for masked watchpoints.  Call
4166         breakpoint's breakpoint_ops.works_in_software_mode if available.
4167         (watchpoints_triggered): Handle the case of a hardware masked
4168         watchpoint trigger.
4169         (watchpoint_check): Likewise.
4170         (works_in_software_mode_watchpoint): New function.
4171         (insert_masked_watchpoint, remove_masked_watchpoint)
4172         (resources_needed_masked_watchpoint)
4173         (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
4174         (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
4175         (print_recreate_masked_watchpoint, is_masked_watchpoint): New
4176         functions.
4177         (masked_watchpoint_breakpoint_ops): New structure.
4178         (watch_command_1): Check for the existence of the `mask' parameter.
4179         Set b->ops according to the type of hardware watchpoint being created.
4180         * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
4181         (ppc_linux_remove_mask_watchpoint)
4182         (ppc_linux_masked_watch_num_registers): New functions.
4183         (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
4184         to_remove_mask_watchpoint and to_masked_watch_num_registers.
4185         * target.c (update_current_target): Mention to_insert_mask_watchpoint,
4186         to_remove_mask_watchpoint, and to_masked_watch_num_registers.
4187         (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4188         (target_masked_watch_num_registers): New functions.
4189         * target.h (struct target_ops) <to_insert_mask_watchpoint>,
4190         <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
4191         methods.
4192         (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4193         (target_masked_watch_num_registers): Add prototypes.
4194
4195 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4196
4197         PR 12573
4198         * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
4199         (producer_is_gcc_ge_4_0): New function.
4200         (process_full_comp_unit): Set also symtab->locations_valid.  Move the
4201         symtab->language code.
4202         (var_decode_location): Set cu->has_loclist.
4203         * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
4204         skip.  Intialize force_skip from locations_valid.  Move the prologue
4205         skipping code into two passes.
4206         * symtab.h (struct symtab): Make the primary field a bitfield.  New
4207         field locations_valid.
4208
4209 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4210
4211         * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
4212         (classify_inner_name): Call cp_lookup_nested_type with
4213         yylval.tsym.type.
4214         * cp-namespace.c (cp_lookup_nested_type): New variable
4215         saved_parent_type.  Call CHECK_TYPEDEF for parent_type.  Call
4216         type_name_no_tag_or_error with saved_parent_type.
4217         * dwarf2read.c (load_partial_dies): Read in any children of
4218         DW_TAG_typedef with complaint in such case.
4219         * gdbtypes.c (type_name_no_tag_or_error): New function.
4220         * gdbtypes.h (type_name_no_tag_or_error): New prototype.
4221         * valops.c (destructor_name_p): New comment for parameter type.  Remove
4222         type const.  Make dname and cp const.  Call type_name_no_tag_or_error.
4223         * value.h (destructor_name_p): Remove type const.
4224
4225 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4226
4227         * symtab.c (compare_symbol_name): New function.
4228         (completion_list_add_name, expand_partial_symbol_name): Call it,
4229         remove the variable ncmp.
4230         (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
4231         gdb_assert it.
4232
4233 2011-05-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4234
4235         Demote to sw watchpoint only in update_watchpoint.
4236         * breakpoint.c (update_watchpoint): Change between software and
4237         hardware watchpoint for all kinds of watchpoints, not just
4238         read/write ones.  Determine b->exact value here instead of
4239         in watch_command_1.  Error out if there are not enough resources
4240         for a read or access hardware watchpoint.
4241         (watch_command_1): Remove logic of checking whether there are
4242         enough resources available, since update_watchpoint will do that
4243         work now.  Don't set b->exact here.  Catch exceptions thrown by
4244         update_watchpoint and delete the watchpoint.
4245         (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
4246         Use target_exact_watchpoints instead.
4247         (delete_breakpoint): Notify observers only if deleted watchpoint
4248         has a breakpoint number assigned to it.
4249
4250 2011-05-05  Janis Johnson  <janisjo@codesourcery.com>
4251
4252         * MAINTAINERS: Add myself as a write-after-approval maintainer.
4253
4254 2011-05-05  Jerome Guitton  <guitton@adacore.com>
4255
4256         * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
4257         New functions.
4258         (i386_stack_tramp_frame_unwind): New static global.
4259         (i386_match_pattern): New function, extracted from i386_match_insn.
4260         (i386_match_insn): Use i386_match_pattern.
4261         (i386_match_insn_block): New function.
4262         (i386_tramp_chain_in_reg_insns)
4263         (i386_tramp_chain_on_stack_insns): New static variables.
4264         (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
4265         of unwinders.
4266
4267 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4268
4269         * configure.host (xscale*): Don't handle target.
4270         * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
4271         handle targets.
4272
4273 2011-05-04  Yao Qi  <yao@codesourcery.com>
4274
4275         * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
4276
4277 2011-05-03  Joel Brobecker <brobecker@adacore.com>
4278
4279         Revert:
4280         | 2011-03-07  Michael Snyder  <msnyder@vmware.com>
4281         | * elfread.c (elf_symtab_read): Stop memory leak.
4282
4283 2011-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
4284
4285         * nto-tdep.c (nto_target): Replace deprecated call to
4286         cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
4287
4288 2011-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4289
4290         Fix false GCC warning.
4291         * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
4292
4293 2011-05-03  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4294
4295         * breakpoint.c (update_watchpoint): Move code to change
4296         the enable state of breakpoint from here ...
4297         (do_enable_breakpoint): ... to here.
4298
4299 2011-04-26  Andrew Gontarek  <andrewg@cray.com>
4300
4301         * valprint.c (val_print_array_elements): Fixed poor performance
4302         of printing very large arrays with repeat_count_threshold set
4303         to unlimited.  New comment.
4304
4305 2011-04-29  Tom Tromey  <tromey@redhat.com>
4306
4307         * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
4308         (mi_parse): Likewise.
4309         * breakpoint.c (break_range_command): Use sizeof char*, not
4310         char**.
4311         (create_breakpoint): Likewise.
4312         (parse_breakpoint_sals): Likewise.
4313
4314 2011-04-29  Pedro Alves  <pedro@codesourcery.com>
4315
4316         * linux-nat.c (linux_child_remove_fork_catchpoint)
4317         (linux_child_remove_vfork_catchpoint)
4318         (linux_child_remove_exec_catchpoint): New functions.
4319         (linux_target_install_ops): Install them.
4320
4321 2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4322
4323         PR mi/12531
4324
4325         * varobj.c (install_default_visualizer): Do not install a
4326         visualizer if the varobj is CPLUS_FAKE_CHILD.
4327         (construct_visualizer): Likewise.
4328
4329 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4330
4331         * symtab.c (expand_partial_symbol_name): New variable NCMP.  Support
4332         case insensitive comparison.
4333
4334 2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
4335
4336         * infrun.c (proceed): Revert previous change.
4337         (resume): Instead, handle the case of signal delivery while stepping
4338         off a breakpoint location here, and only if software single-stepping
4339         is used.  Handle nested signals.
4340
4341 2011-04-28  Yao Qi  <yao@codesourcery.com>
4342
4343         * arm-tdep.c (copy_unmodified): Rename to ...
4344         (arm_copy_unmodified): .. this.  New.
4345         (copy_preload): Move common part to ...
4346         (install_preload): .. this.  New.
4347         (arm_copy_preload): New.
4348         (copy_preload_reg): Move common part to ...
4349         (install_preload_reg): ... this.  New.
4350         (arm_copy_preload_reg): New.
4351         (copy_b_bl_blx): Move common part to ...
4352         (install_b_bl_blx): .. this.  New.
4353         (arm_copy_b_bl_blx): New.
4354         (copy_bx_blx_reg): Move common part to ...
4355         (install_bx_blx_reg): ... this. New.
4356         (arm_copy_bx_blx_reg): New.
4357         (copy_alu_reg): Move common part to ...
4358         (install_alu_reg): ... this.  New.
4359         (arm_copy_alu_reg): New.
4360         (copy_alu_shifted_reg): Move common part to ...
4361         (install_alu_shifted_reg): ... this.  New.
4362         (copy_ldr_str_ldrb_strb): Move common part to ...
4363         (install_ldr_str_ldrb_strb): ... this.  New.
4364         (arm_copy_ldr_str_ldrb_strb): New.
4365         (copy_copro_load_store): Move some common part to ...
4366         (install_copy_copro_load_store): ... this.  New.
4367         (arm_copy_copro_load_store): New.
4368         (copy_svc): Delete.
4369         (arm_copy_svc): Renamed from copy_svc.
4370         (copy_undef): Delete.
4371         (arm_copy_undef): Renamed from copy_undef.
4372         (decode_ext_reg_ld_st): Delete.
4373         (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4374         (decode_svc_copro): Delete.
4375         (arm_decode_svc_copro): Renamed from decode_svc_copro.
4376         (copy_copro_load_store, copy_alu_imm): update callers.
4377         (copy_extra_ld_st, copy_block_xfer): Likewise.
4378         (decode_misc_memhint_neon, decode_unconditional): Likewise.
4379         (decode_miscellaneous, decode_dp_misc): Likewise.
4380         (decode_ld_st_word_ubyte, decode_media): Likewise.
4381         (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
4382         (decode_svc_copro, decode_misc_memhint_neon): Likewise.
4383         (decode_unconditional, decode_miscellaneous): Likewise.
4384         (decode_media, decode_b_bl_ldmstm): Likewise.
4385         (arm_process_displaced_insn): Likewise..
4386         (decode_misc_memhint_neon): Delete.
4387         (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
4388         (decode_miscellaneous): Delete.
4389         (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
4390         (decode_dp_misc): Delete.
4391         (arm_decode_dp_misc): Renamed from decode_dp_misc.
4392         (decode_ld_st_word_ubyte): Delete.
4393         (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
4394         (decode_media): Delete.
4395         (arm_decode_media): Renamed from decode_media.
4396         (decode_b_bl_ldmstm): Delete.
4397         (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
4398         (decode_ext_reg_ld_st): Delete.
4399         (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4400         (decode_unconditional): Delete.
4401         (arm_decode_unconditional): Renamed from decode_unconditional.
4402
4403 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4404
4405         Case insensitive lookups implementation.
4406         * dwarf2read.c: Include ctype.h.
4407         (struct mapped_index): New field version.
4408         (mapped_index_string_hash): New parameter index_version.  New comment
4409         for it.  Call tolower appropriately.
4410         (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
4411         Choose the right index version for mapped_index_string_hash.
4412         (dwarf2_read_index): Support also the index version 5.  Initialize the
4413         new struct mapped_index field version.
4414         (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
4415         (find_slot): Explain the version needs.  Pass INT_MAX for the new
4416         parameter.
4417         (write_psymtabs_to_index): Produce version 5.
4418         * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
4419         use it.  New comment for SYMBOL_MATCHES_SEARCH_NAME.
4420         * psymtab.c (lookup_partial_symbol): Find the
4421         SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
4422         entries.
4423         * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
4424         NAME lowercasing.
4425         (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
4426         (completion_list_add_name): New variable ncmp, initialize it, use it.
4427         * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
4428         * utils.c (strcmp_iw): Support case_sensitive_off.
4429         (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
4430         New function comment part.  New variables saved_string1,
4431         saved_string2 and case_pass.  Add a proper second pass.
4432
4433 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4434
4435         Replace re_comp/re_exec by regcomp/regexec.
4436         * symtab.c (struct search_symbols_data): New fields preg, preg_p.
4437         (search_symbols_name_matches): Use them, use regexec.
4438         (search_symbols): New variable retval_chain, adjust the use of
4439         old_chain against it.  Replace re_comp by regcomp.  Use the new struct
4440         search_symbols_data fields, use regexec instead of re_exec.
4441
4442 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4443
4444         Format the code for the next patch.
4445         * dwarf2read.c (struct mapped_index): Include delimiting newlines.
4446         * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
4447         New variables c1 and c2.
4448
4449 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
4450
4451         * infrun.c (proceed): Do not single-step into signal delivery
4452         when stepping off a breakpoint location.
4453         (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
4454         (insert_step_resume_breakpoint_at_caller): Likewise.
4455         (insert_step_resume_breakpoint_at_sal): Likewise.
4456         (insert_longjmp_resume_breakpoint): Likewise.
4457
4458 2011-04-27  Yao Qi  <yao@codesourcery.com>
4459
4460         * common/linux-ptrace.h: Remove include <sys/wait.h>.
4461
4462 2011-04-27  Joel Brobecker  <brobecker@adacore.com>
4463
4464         * procfs.c (procfs_pass_signals): Fix advance declaration.
4465
4466 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
4467
4468         * target.h (struct target_ops): Remove to_notice_signals;
4469         add to_pass_signals.
4470         (target_notice_signals): Remove.
4471         (target_pass_signals): Add prototype.
4472         * target.c (update_current_target): Remove to_notice_signals;
4473         mention to_pass_signals.
4474         (target_pass_signals): New function.
4475         (debug_to_notice_signals): Remove.
4476         (setup_target_debug): Do not install debug_to_notice_signals.
4477
4478         * infrun.c (signal_pass): New global.
4479         (resume): Call target_pass_signals.
4480         (handle_inferior_event): Report all signals while stepping over
4481         non-steppable watchpoint.  Reset trap_expected to ensure breakpoints
4482         are re-inserted when stepping over a signal handler.
4483         (signal_cache_update): New function.
4484         (signal_stop_update): Call it.
4485         (signal_print_update): Likewise.
4486         (signal_pass_update): Likewise.
4487         (handle_command): Call signal_cache_update and target_pass_signals
4488         instead of target_notice_signals.
4489         (_initialize_infrun): Initialize signal_pass.
4490
4491         * linux-nat.c (pass_mask): New global.
4492         (linux_nat_pass_signals): New function.
4493         (linux_nat_create_inferior): Report all signals initially.
4494         (linux_nat_attach): Likewise.
4495         (linux_nat_resume): Use pass_mask to decide whether to directly
4496         handle an inferior signal.
4497         (linux_nat_wait_1): Likewise.
4498         (linux_nat_add_target): Install to_pass_signals callback.
4499
4500         * nto-procfs.c (notice_signals): Remove.
4501         (procfs_resume): Do not call notice_signals.
4502         (procfs_notice_signals): Remove.
4503         (procfs_pass_signals): New function.
4504         (init_procfs_ops): Install to_pass_signals callback instead of
4505         to_notice_signals callback.
4506         (_initialize_procfs): Report all signals initially.
4507
4508         * procfs.c (procfs_notice_signals): Remove.
4509         (procfs_pass_signals): New function.
4510         (procfs_target): Install to_pass_signals callback instead of
4511         to_notice_signals callback.
4512         (register_gdb_signals): Remove.
4513         (procfs_debug_inferior): Report all signals initially.
4514         (procfs_init_inferior): Remove redundant register_gdb_signals call.
4515
4516         * remote.c (remote_pass_signals): Add numsigs and pass_signals
4517         parameters; use them instead of calling signal_..._state routines.
4518         (remote_notice_signals): Remove.
4519         (remote_start_remote): Report all signals initially.
4520         (remote_resume): Do not call remote_pass_signals.
4521         (_initialize_remote): Install to_pass_signals callback instead of
4522         to_notice_signals callback.
4523
4524 2011-04-27  Pedro Alves  <pedro@codesourcery.com>
4525
4526         * breakpoint.c (user_settable_breakpoint): Delete.
4527         (user_breakpoint_p): Remove check on user_settable_breakpoint.
4528         (delete_command): Check user_breakpoint_p instead of looking at
4529         the breakpoint's type.
4530         (disable_command): Ditto.
4531         (enable_command): Ditto.
4532         (delete_trace_command): Use user_breakpoint_p instead of looking
4533         at the breakpoint number directly.  When checking if there are
4534         user visible tracepoints, in order to know whether to ask the user
4535         for confirmation, check whether the breakpoint is actually a
4536         tracepoint.
4537
4538 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
4539
4540         * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
4541         compilation.
4542
4543 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
4544
4545         MI breakpoint notifications.
4546
4547         * annotate.c (breakpoint_changed): Adjust parameter type.
4548         * breakpoint.c (set_breakpoint_condition): Adjust to change
4549         in breakpoint_modified type.
4550         (breakpoint_set_commands): Likewise.
4551         (do_map_commands_command): Likewise.
4552         (bpstat_check_breakpoint_conditions): Notify that breakpoint has
4553         changed after bumping hit count.
4554         (bpstat_stop_status): Likewise.
4555         (print_one_breakpoint_location): Don't wrap in tuple here.
4556         (print_one_breakpoint): Always print individual locations.
4557         For locations, use unnamed tuple.
4558         (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
4559         has changed.
4560         (create_catchpoint, create_syscall_event_catchpoint): Call
4561         breakpoint_created obsever.
4562         (mention): Don't call breakpoint_created observer.
4563         (create_breakpoint_sal): Call breakpoint_created observer.
4564         (create_breakpoint, watch_command_1): Likewise.
4565         (create_ada_exception_breakpoint): Likewise.
4566         (delete_breakpoint): Call breakpoint_deleted breakpoint.
4567         (locations_are_equal): New.
4568         (update_breakpoint_locations): If locations were changed, notify.
4569         (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
4570         Call breakpoint_modified observer.
4571
4572         * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
4573         (mi_cmd_break_insert): Don't set observers for modify and delete.
4574         * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
4575         (mi_breakpoint_created, mi_breakpoint_deleted)
4576         (mi_breakpoint_modified): New.
4577         (mi_interpreter_init): Hook the above.
4578         * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
4579         while -break-* commands are executing.
4580         * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
4581         * mi/mi-out.c (struct ui_out_data): New field original_buffer.
4582         (mi_redirect): New.
4583         (mi_ui_out_impl): Hook in mi_redirect.
4584         (mi_field_skip): True to the name, skip the field, don't output
4585         a field with an empty value.
4586
4587         * python/py-breakpoint.c (gdbpy_breakpoint_created)
4588         (gdbpy_breakpoint_deleted): Adjust.
4589         * tui/tui-hooks.c (tui_event_create_breakpoint)
4590         (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
4591
4592 2011-04-26  Aleksandar Ristovski  <aristovski@qnx.com>
4593
4594         * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
4595         (procfs_remove_hw_watchpoint): Likewise.
4596
4597 2011-04-26  Michael Walle  <michael@walle.cc>
4598
4599         * remote.c (remote_start_remote): Ack packet after sending the
4600         interrupt sequence.
4601
4602 2011-04-26  Yao Qi  <yao@codesourcery.com>
4603
4604         * linux-nat.c: Move common macros to ...
4605         Include linux-ptrace.h.
4606         * common/linux-ptrace.h: ... here.  New.
4607
4608 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4609
4610         * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
4611         !objfile_has_partial_symbols.  New comment.
4612         * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
4613         SYM_READ_PSYMBOLS is not present. Extend the comment.
4614         * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
4615
4616 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4617
4618         * defs.h (ENUM_BITFIELD): Remove.
4619
4620 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4621             Eli Zaretskii  <eliz@gnu.org>
4622
4623         * NEWS: Document the new gdbserver --once option.
4624
4625 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4626
4627         * MAINTAINERS: Update my email address.
4628
4629 2011-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4630
4631         * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
4632         (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
4633         function call if __STDC_ISO_10646__ macro is defined.
4634         (intermediate_encoding): New prototype.
4635         * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
4636         to generate compile time error for unsupported gdb_wchar_t size.
4637         (ENDIAN_SUFFIX): New macro.
4638         (intermediate_encoding): New function.
4639
4640 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4641
4642         * ada-lang.c (struct add_partial_datum): Update the comment for
4643         expand_partial_symbol_name.
4644         (ada_add_partial_symbol_completions): Rename to ...
4645         (ada_expand_partial_symbol_name): ... here, change return type, update
4646         function comment, call symbol_completion_match instead of
4647         symbol_completion_add.
4648         (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
4649         and ada_expand_partial_symbol_name.
4650         * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
4651         FILE_MATCHER.
4652         (dw2_map_symbol_names): Remove.
4653         (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
4654         * psymtab.c (map_symbol_names_psymtab): Remove.
4655         (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
4656         Support KIND == ALL_DOMAIN.  Exchange the NAME_MATCHER and KIND check
4657         order.
4658         (psym_functions): Unlist map_symbol_names_psymtab.
4659         (map_partial_symbol_names): Rename to ...
4660         (expand_partial_symbol_names): ... here, change the FUN type, call
4661         expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
4662         * psymtab.h (map_partial_symbol_names): Rename to ...
4663         (expand_partial_symbol_names): ... here, change the FUN type.
4664         * symfile.h (struct quick_symbol_functions): Update the description of
4665         expand_symtabs_matching.  Remove map_symbol_names.
4666         * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
4667         (struct add_name_data): Update the comment for
4668         expand_partial_symbol_name.
4669         (add_partial_symbol_name): Rename to ...
4670         (expand_partial_symbol_name): ... here.  Replace
4671         completion_list_add_name call by strncmp.
4672         (default_make_symbol_completion_list_break_on): Use now
4673         expand_partial_symbol_names and expand_partial_symbol_name.
4674         * symtab.h (enum search_domain): New element ALL_DOMAIN.
4675
4676 2011-04-20  Tom Tromey  <tromey@redhat.com>
4677
4678         * dwarf2read.c (save_gdb_index_command): Replace format
4679         documentation with a pointer to the manual.
4680
4681 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
4682
4683         * regcache.c: Include remote.h.
4684         (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
4685         (regcache_dump): Handle regcache_dump_remote.
4686         (maintenance_print_remote_registers): New function.
4687         (_initialize_regcache): Install "maint print remote-registers"
4688         command.
4689         * remote.c (map_regcache_remote_table): New function, factored out
4690         from ...
4691         (init_remote_state): ... here.
4692         (remote_register_number_and_offset): New.
4693         * remote.h (remote_register_number_and_offset): Declare.
4694
4695 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
4696
4697         * regcache.c (get_thread_arch_regcache): If creating a regcache for
4698         null_ptid, assume and allow a NULL address space, instead of
4699         asking the target for the ptid's address space.
4700         * infrun.c (ptid_is_pid): Remove assertion.
4701
4702 2011-04-19  Tom Tromey  <tromey@redhat.com>
4703
4704         * windows-tdep.c (windows_xfer_shared_library):
4705         * windows-nat.c (get_module_name, windows_make_so):
4706         * v850-tdep.c (v850_handle_pushm):
4707         * utils.c (null_cleanup, gdb_realpath):
4708         * ui-out.c (get_next_header):
4709         * tracepoint.c (clear_traceframe_info):
4710         * symtab.c (lookup_symtab):
4711         * serial.h (struct serial_ops):
4712         * mipsread.c (read_alphacoff_dynamic_symtab):
4713         * infcmd.c (print_return_value):
4714         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
4715         * f-exp.y (parse_number):
4716         * exceptions.c (catch_exceptions):
4717         * dummy-frame.c (dummy_frame_this_id):
4718         * defs.h (struct cleanup):
4719         * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
4720         * arm-tdep.c (arm_push_dummy_call):
4721         * amd64-tdep.h (amd64_collect_xsave):
4722         * amd64-tdep.c (amd64_collect_xsave):
4723         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
4724         * README (typing): Remove duplicate words.
4725         * cli/cli-decode.c (lookup_cmd_composition): Add comma.
4726         * infrun.c (siginfo_value_read): Fix typo.
4727         * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
4728         * top.c (source_line_number): Add comma.
4729
4730 2011-04-19  Marc Khouzam  <marc.khouzam@ericsson.com>
4731
4732         * thread.c (any_live_thread_of_process): Prioritize threads
4733         that are not executing.
4734         * gdbthread.h (any_live_thread_of_process): Update comment
4735         as per above change.
4736
4737 2011-04-19  Andreas Schwab  <schwab@linux-m68k.org>
4738
4739         * xcoffread.c (process_xcoff_symbol): Remove useless cast.
4740         (scan_xcoff_symtab): Likewise.
4741
4742 2011-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4743
4744         * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
4745         inside if clause.
4746
4747 2011-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4748             Pedro Alves  <pedro@codesourcery.com>
4749
4750         * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
4751         variables to simplify code and avoid == operator at end of
4752         line as this is against GNU coding standards.
4753
4754 2011-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4755
4756         * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
4757         lm_name to name_lm to avoid conflict with lm_name function.
4758
4759 2011-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4760
4761         ARI fixes: Use only lowercase function name for static functions.
4762         * nto-tdep.c (LM_ADDR): Rename to...
4763         (lm_addr): New function name.
4764         (nto_relocate_section_addresses): Adapt to change above.
4765         * solib-sunos.c (LM_ADDR): Rename to...
4766         (lm_addr): New function name.
4767         (LM_NEXT): Rename to...
4768         (lm_next): New function name.
4769         (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
4770         function name changes above.
4771         * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
4772         (lm_addr_from_link_map): New function name.
4773         (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
4774         (has_lm_dynamic_from_link_map): New function name.
4775         (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
4776         (lm_dynamic_from_link_map): New function name.
4777         (LM_ADDR_CHECK): Rename to...
4778         (lm_addr_check): New function name.
4779         (LM_NEXT): Rename to...
4780         (lm_next): New function name.
4781         (LM_PREV): Rename to...
4782         (lm_prev): New function name.
4783         (LM_NAME): Rename to...
4784         (lm_name): New function name.
4785         (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
4786         (ignore_first_link_map_entry): New function name.
4787         (svr4_keep_data_in_core): Adapt to function name changes above.
4788         (svr4_current_sos): Likewise.
4789         (enable_break): Likewise.
4790         (svr4_relocate_section_addresses): Likewise.
4791
4792 2011-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4793
4794         ARI cleanup.
4795         * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
4796         sprintf. Simplify code and avoid loosing memory.
4797         (xtensa_register_reggroup_p): Extract assignment out of IF clause.
4798         (call0_frame_cache): Remove && operator from end of line.
4799
4800 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4801
4802         Fix libraries displacement if they change whether they were prelinked.
4803         * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
4804         does not match.  Comment why.
4805
4806 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4807
4808         * corelow.c: Include wrapper.h.
4809         (core_open): Call now gdb_target_find_new_threads.
4810         * wrapper.c: Include target.h.
4811         (gdb_target_find_new_threads): New.
4812         * wrapper.h (gdb_target_find_new_threads): New declaration.
4813
4814 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4815
4816         * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
4817         even if !TARGET_HAS_EXECUTION.
4818
4819 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4820
4821         Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
4822         * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
4823         bfd_get_synthetic_symtab.
4824         * jit.c (jit_register_code): Pass NULL to the new parameter parent.
4825         * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
4826         parameter parent, remove the call to add_separate_debug_objfile.
4827         * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
4828         * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4829         * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
4830         parent, new comment for it, call add_separate_debug_objfile for it.
4831         (symbol_file_add_separate): Pass objfile as the parameter parent,
4832         remove the call to add_separate_debug_objfile.
4833         (symbol_file_add_from_bfd): New parameter parent, pass it.
4834         (symbol_file_add): Pass NULL to the new parameter parent.
4835         * symfile.h (symbol_file_add_from_bfd): New parameter parent.
4836
4837 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4838
4839         * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
4840         BSF_SYNTHETIC.
4841
4842 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4843
4844         Fix Python access to inlined frames.
4845         * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
4846         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
4847
4848 2011-04-15  Tom Tromey  <tromey@redhat.com>
4849
4850         * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
4851
4852 2011-04-15  Gary Benson  <gbenson@redhat.com>
4853
4854         * MAINTAINERS: Add myself to write-after-approval section.
4855
4856 2011-04-14  Mike Frysinger  <vapier@gentoo.org>
4857
4858         * remote-sim.c (sim_command_completer): New function.
4859         (_initialize_remote_sim): Set completer to sim_command_completer.
4860
4861 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4862
4863         * breakpoint.c (print_exception_catchpoint): Rename to ...
4864         (print_it_exception_catchpoint): ... this.
4865         (gnu_v3_exception_catchpoint_ops): Update with new name
4866         for print_it_exception_catchpoint.
4867
4868 2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4869
4870         * MAINTAINERS: Add myself for write after approval privileges.
4871
4872 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
4873
4874         * MAINTAINERS: Add myself as a write-after-approval maintainer.
4875
4876 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4877
4878         * breakpoint.c (watch_command_1): Remove colon from exp_string.
4879
4880 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4881
4882         * breakpoint.c (save_breakpoints): Verify whether
4883         breakpoint_ops.print_recreate is defined before calling it.
4884
4885 2011-04-11  Gary Benson  <gbenson@redhat.com>
4886
4887         Fix failure with --enable-maintainer-mode.
4888         * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
4889
4890 2011-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4891
4892         Code cleanup.
4893         * symtab.c (search_symbols): Reorder the KIND description in the
4894         function comment.  Remove the unused 4th element of types, types2,
4895         types3 and types4.  New gdb_assert on KIND.
4896         (symtab_symbol_info): Remove the unused 4th element of classnames.
4897         New gdb_assert on KIND.
4898         * symtab.h (enum search_domain): New warning in the enum comment.
4899         Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
4900         TYPES_DOMAIN.
4901
4902 2011-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4903
4904         Fix crash of gdb save-index on a STABS file.
4905         * dwarf2read.c (write_psymtabs_to_index): Return also on no
4906         PSYMTABS_ADDRMAP.
4907
4908 2011-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4909
4910         Fix DW_AT_accessibility compatibility with gcc-4.6+.
4911         * dwarf2read.c: Include ctype.h.
4912         (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
4913         functions.
4914         (dwarf2_add_field): Fix new_field->accessibility by calling
4915         dwarf2_default_access_attribute.  Restructure setting accessibility
4916         vs. virtuality.
4917         (dwarf2_add_member_fn): New variable accessibility.  Fix fnp
4918         is_private and is_protected by calling
4919         dwarf2_default_access_attribute.
4920
4921 2011-04-08  Kevin Buettner  <kevinb@redhat.com>
4922
4923         * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
4924         to the initialization.
4925
4926 2011-04-08  Steve Ellcey  <sje@cup.hp.com>
4927
4928         * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
4929         initalization.
4930
4931 2011-04-07  Pierre Muller  <muller@ics.u-strasbg.fr>
4932
4933         Remove support for old Cygwin 1.5 versions.
4934         * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
4935         function on old Cygwin version.
4936         * windows-nat.c: Remove cygwin version check and always define
4937         __USEWIDE for Cygwin compilation.
4938
4939 2011-04-07  Yao Qi  <yao@codesourcery.com>
4940
4941         * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
4942         and TO.
4943         * arm-tdep.c (cleanup_svc): Handle variable instruction size.
4944         (arm_copy_svc): Remove parameters INSN and TO.
4945         (decode_svc_copro): Update caller.
4946         * arm-tdep.h (struct displaced_step_closure): Remove parameters
4947         from function pointer `copy_svc_os'.
4948
4949 2011-04-07  Yao Qi  <yao@codesourcery.com>
4950
4951         * arm-tdep.c (cleanup_branch): Set a correct return address in
4952         LR for ARM and Thumb.
4953
4954 2011-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4955
4956         Code cleanup.
4957         * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
4958         * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
4959         in the function comment, a new note on values compatibility.
4960         * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
4961         * symtab.h (SYMBOL_HASH_NEXT): New.
4962
4963 2011-04-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4964
4965         * ppc-linux-nat.c (check_condition): Add len output parameter.
4966         Set it based on the memory region referenced in the condition
4967         expression.  Update all callers.
4968
4969 2011-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4970
4971         Fix crash regression on systems featuring .gdb_index.
4972         * objfiles.c (free_objfile): Move the
4973         forget_cached_source_info_for_objfile call earlier.  Comment it.
4974         Extend the comment for objfile_free_data.
4975
4976 2011-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4977
4978         Fix regression of displaying the debug format.
4979         * buildsym.c (end_symtab): Set symtab's debugformat and producer from
4980         subfile.
4981
4982 2011-04-04  Tom Tromey  <tromey@redhat.com>
4983
4984         * cli/cli-interp.c (struct captured_execute_command_args):
4985         Remove.
4986         (do_captured_execute_command): Remove.
4987         (safe_execute_command): Use TRY_CATCH.
4988         * cli/cli-script.c (struct wrapped_read_command_file_args):
4989         Remove.
4990         (wrapped_read_command_file): Remove.
4991         (script_from_file): Use TRY_CATCH.
4992         * exceptions.c (catch_exception): Remove.
4993         * exceptions.h (catch_exception): Remove.
4994         (deprecated_throw_reason): Update comment.
4995         * mi/mi-main.c (captured_mi_execute_command): Change 'data'
4996         argument to 'context'.
4997         (mi_execute_command): Use TRY_CATCH.
4998         * remote.c (struct start_remote_args): Remove.
4999         (remote_start_remote): Update; change arguments.
5000         (remote_open_1): Use TRY_CATCH.
5001
5002 2011-04-04  Tom Tromey  <tromey@redhat.com>
5003
5004         * tracepoint.c (scope_info): Update.
5005         * symtab.c (decode_line_spec): Update.
5006         * python/python.c (gdbpy_decode_line): Update.
5007         * linespec.h (decode_line_1): Update.
5008         * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
5009         (decode_compound, find_method, symtab_from_filename)
5010         (decode_variable): Likewise.
5011         * cli/cli-cmds.c (edit_command): Update.
5012         (list_command): Update.
5013         * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
5014         argument.
5015         (create_breakpoint): Update.
5016         (until_break_command): Update.
5017         (addr_string_to_sals): Update.
5018         (decode_line_spec_1): Update.
5019
5020 2011-04-04  Tom Tromey  <tromey@redhat.com>
5021
5022         * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
5023         (do_captured_parse_breakpoint): Remove.
5024         (create_breakpoint): `e' is now volatile.  Remove `parse_args'.
5025         Use TRY_CATCH directly.
5026
5027 2011-04-04  Tom Tromey  <tromey@redhat.com>
5028
5029         * symtab.h (free_symtab): Remove.
5030         (forget_cached_source_info_for_objfile): Declare.
5031         * symmisc.c (free_symtab): Remove.
5032         * source.c (forget_cached_source_info_for_objfile): New function.
5033         (forget_cached_source_info): Use it.
5034         * objfiles.c (free_objfile): Simplify check before calling
5035         clear_current_source_symtab_and_line.  Call
5036         forget_cached_source_info_for_objfile.
5037
5038 2011-04-04  Tom Tromey  <tromey@redhat.com>
5039
5040         * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
5041         (new_symtab): Don't set `free_code' on symtab.
5042         (new_linetable): Properly handle size==0.
5043         * symtab.h (struct symtab) <free_code, free_func>: Remove.
5044         * symmisc.c (free_symtab): Don't free the linetable.  Don't call
5045         free_func.
5046         * jv-lang.c (struct jv_per_objfile_data): New.
5047         (jv_per_objfile_free): Free the data.
5048         (get_dynamics_objfile): Allocate a jv_per_objfile_data.
5049         (get_java_class_symtab): Set the `dict' field on the
5050         jv_per_objfile_data.
5051         (free_class_block): Remove.
5052         * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
5053         the symtab.
5054
5055 2011-04-04  Tom Tromey  <tromey@redhat.com>
5056
5057         * symfile.c (reread_symbols): Update.
5058         * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
5059         field.
5060         * objfiles.c (allocate_objfile): Update.
5061         * cp-support.h (cp_check_possible_namespace_symbols): Don't
5062         declare.
5063         * cp-namespace.c (lookup_symbol_file): Don't call
5064         lookup_possible_namespace_symbol.
5065         (initialize_namespace_symtab, get_possible_namespace_block)
5066         (free_namespace_block, cp_check_possible_namespace_symbols)
5067         (check_possible_namespace_symbols_loop)
5068         (check_one_possible_namespace_symbol)
5069         (lookup_possible_namespace_symbol): Remove.
5070         (maintenance_cplus_namespace): Replace with notice.
5071         (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
5072
5073 2011-04-04  Tom Tromey  <tromey@redhat.com>
5074
5075         * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
5076         * symtab.h (struct symtab) <producer, debugformat>: Now const.
5077         * symmisc.c (free_symtab): Don't free debugformat.
5078         * buildsym.h (struct subfile) <producer, debugformat>: Now const.
5079         (record_debugformat, record_producer): Document.
5080         * buildsym.c (end_symtab): Don't save debugformat and producer
5081         names on obstack.
5082         (end_symtab): Don't free debugformat and producer fields.
5083         (record_debugformat): Don't call xstrdup.
5084         (record_producer): Likewise.
5085
5086 2011-04-04  Tom Tromey  <tromey@redhat.com>
5087
5088         * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
5089         (source_line_charpos, source_charpos_line): Remove.
5090
5091 2011-04-04  Tom Tromey  <tromey@redhat.com>
5092
5093         * symtab.h (domain_enum): Split in two...
5094         (enum search_domain): New.
5095         (search_symbols): Update.
5096         * symtab.c (print_symbol_info, symtab_symbol_info): Remove
5097         redundant declarations.
5098         (search_symbols): Change 'kind' argument to search_domain.
5099         Update.
5100         (print_symbol_info): Likewise.
5101         (symtab_symbol_info): Likewise.
5102         * symfile.h (struct quick_symbol_functions)
5103         <pre_expand_symtabs_matching>: Change type of 'kind' argument.
5104         <expand_symtabs_matching>: Likewise.
5105         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
5106         (expand_symtabs_matching_via_partial): Update.
5107         * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
5108         (dw2_expand_symtabs_for_function): Update.
5109         * block.h: Moved anonymous enum...
5110         * defs.h (enum block_enum): ... here.  Now named.
5111
5112 2011-04-03  Joel Brobecker  <brobecker@adacore.com>
5113
5114         GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
5115         * version.in: Bump version to 7.3.50.20110403-cvs.
5116
5117 2011-04-03  Joel Brobecker  <brobecker@adacore.com>
5118
5119         * NEWS: Create a new section for the next release branch.
5120         Rename the section of the current branch, now that it has
5121         been cut.
5122
5123 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
5124
5125         * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
5126         for "fpscr" in target description.
5127
5128 2011-04-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5129
5130         * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
5131         initialize it.  Delay HASH initialization.  Strip the part after open
5132         parenthesis for languages with qualifiers.  Call do_cleanups.
5133
5134 2011-04-01  Tom Tromey  <tromey@redhat.com>
5135
5136         * utils.c (report_command_stats): Don't print `-' for negative
5137         number.
5138
5139 2011-04-01  Eric Botcazou  <ebotcazou@adacore.com>
5140
5141         * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
5142         (ada_value_slice, empty_array, to_fixed_array_type): Deal with
5143         typedefs.
5144
5145 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
5146
5147         * breakpoint.h (bpdisp_text): Add declaration.
5148         * breakpoint.c (bpdisp_text): Make non-static.
5149         * ada-lang.c: #include "mi/mi-common.h".
5150         (print_it_exception): Rewrite to improve GDB/MI output.
5151
5152 2011-04-01  Pedro Alves  <pedro@codesourcery.com>
5153
5154         * arm-tdep.h (struct address_space): Add forward declaration.
5155
5156 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
5157
5158         * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
5159         * arm-tdep.c (arm_override_mode): New global.
5160         (arm_pc_is_thumb): Respect arm_override_mode.  Remove single-step
5161         execution mode heuristics.
5162         (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
5163         second single-step breakpoint if needed, using
5164         arm_insert_single_step_breakpoint.
5165         (arm_get_next_pc_raw): Remove INSERT_BKTP argument.  Only handle
5166         ARM execution mode, do not call thumb_get_next_pc_raw.
5167         (arm_get_next_pc): Encode execution mode in return value.  Call
5168         either arm_get_next_pc_raw or thumb_get_next_pc_raw.
5169         (arm_insert_single_step_breakpoint): New function.
5170         (arm_software_single_step): Call it.
5171         * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
5172         argument to return execution mode of sigreturn target.
5173         (arm_linux_syscall_next_pc): Use it.
5174         (arm_linux_copy_svc): Update call.
5175         (arm_linux_software_single_step): Call
5176         arm_insert_single_step_breakpoint.
5177
5178 2011-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5179
5180         * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
5181         the comment.
5182
5183 2011-03-31  Tom Tromey  <tromey@redhat.com>
5184
5185         * varobj.c (update_dynamic_varobj_children): Properly handle
5186         errors from iterator.
5187
5188 2011-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5189
5190         * dwarf2read.c (dwarf2_name): Initialize DEMANGLED.  Avoid demangling
5191         struct linkage name twice.
5192
5193 2011-03-31  Tom Tromey  <tromey@redhat.com>
5194
5195         * python/py-prettyprint.c (print_stack_unless_memory_error): Add
5196         missing ">" to message.
5197
5198 2011-03-31  Tom Tromey  <tromey@redhat.com>
5199
5200         * varobj.c (instantiate_pretty_printer): Remove duplicate
5201         'return'.
5202
5203 2011-03-31  Ulrich Weigand  <ulrich.weigand@linaro.org>
5204
5205         * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
5206         if neither saved value nor register available (e.g. signal frame).
5207
5208 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5209
5210         * macroexp.c (expand): Avoid uninitialized variable
5211         compiler warning.
5212
5213 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5214
5215         * breakpoint.c (break_range_command): Fix typo in comment.
5216
5217 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5218             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
5219
5220         Implement support for PowerPC BookE ranged breakpoints.
5221         * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
5222         * breakpoint.h (struct bp_target_info) <length>: New member
5223         variable.
5224         (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
5225         instead of struct breakpoint as argument, and also add ASPACE
5226         and BP_ADDR arguments.  Update all callers.
5227         (struct breakpoint_ops) <print_one_detail>: New method.
5228         (struct breakpoint) <addr_string_range_end>: New member variable.
5229         * breakpoint.c (breakpoint_location_address_match): Add function
5230         prototype.
5231         (insert_bp_location): Set bl->target_info.length.
5232         (breakpoint_here_p): Call breakpoint_location_address_match.
5233         (moribund_breakpoint_here_p): Likewise.
5234         (regular_breakpoint_inserted_here_p): Likewise.
5235         (breakpoint_thread_match): Likewise.
5236         (bpstat_stop_status): Likewise.
5237         (bpstat_check_location): Move call to
5238         breakpoint_ops.breakpoint_hit to the top.
5239         (print_one_breakpoint_location): Call
5240         breakpoint_ops.print_one_detail if available.
5241         (breakpoint_address_match_range): New function.
5242         (breakpoint_location_address_match): Likewise.
5243         (breakpoint_locations_match): Compare the length field of the
5244         locations too.
5245         (hw_breakpoint_used_count): Count resources used by all locations
5246         in a breakpoint, and use breakpoint_ops.resources_needed if
5247         available.
5248         (breakpoint_hit_ranged_breakpoint): New function.
5249         (resources_needed_ranged_breakpoint): Likewise.
5250         (print_it_ranged_breakpoint): Likewise.
5251         (print_one_ranged_breakpoint): Likewise.
5252         (print_one_detail_ranged_breakpoint): Likewise.
5253         (print_mention_ranged_breakpoint): Likewise.
5254         (print_recreate_ranged_breakpoint): Likewise.
5255         (ranged_breakpoint_ops): New structure.
5256         (find_breakpoint_range_end): New function.
5257         (break_range_command): Likewise.
5258         (delete_breakpoint): Free addr_string_range_end.
5259         (update_breakpoint_locations): Add SALS_END argument.  Update
5260         all callers.  Calculate breakpoint length if a non-zero SALS_END
5261         is given.  Call breakpoint_locations_match instead of
5262         breakpoint_address_match.
5263         (reset_breakpoint): Find SaL of the end of the range if B is a
5264         ranged breakpoint.
5265         (_initialize_breakpoint): Register break-range command.
5266         * defs.h (print_core_address): Add function prototype.
5267         * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
5268         function.
5269         (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
5270         (ppc_linux_remove_hw_breakpoint): Likewise.
5271         (_initialize_ppc_linux_nat): Initialize
5272         to_ranged_break_num_registers.
5273         * target.c (update_current_target): Add comment about
5274         to_ranged_break_num_registers.
5275         (target_ranged_break_num_registers): New function.
5276         * target.h (struct target_ops) <to_ranged_break_num_registers>:
5277         New method.
5278         (target_ranged_break_num_registers): Add function prototype.
5279         * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
5280         * utils.c (print_core_address): ... here.
5281
5282 2011-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5283
5284         * breakpoint.c (addr_string_to_sals): Avoid uninitialized
5285         variable compiler warning.
5286
5287 2011-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5288
5289         * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
5290         code from here ...
5291         (re_set_breakpoint): ... to here ...
5292         (addr_string_to_sals): ... and here.
5293
5294 2011-03-29  Pierre Muller  <muller@ics.u-strasbg.fr>
5295
5296         * Makefile.in (SFILES): Add missing C sources.
5297         (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
5298         Add missing headers.
5299
5300 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
5301
5302         * .gitignore: New file.
5303
5304 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
5305
5306         * NEWS: Mention new cfi device simulation.
5307
5308 2011-03-29  Tom Tromey  <tromey@redhat.com>
5309
5310         * dwarf2read.c (fixup_partial_die): Handle linkage name on
5311         otherwise anonymous types.
5312         (dwarf2_name): Likewise.
5313         * valops.c (value_struct_elt_for_reference): Refine artificial
5314         type logic.  Call error if j==-1.
5315
5316 2011-03-29  Andreas Tobler  <andreast-list@fgznet.ch>
5317
5318         Fix false GCC warning.
5319         * infcall.c (find_function_addr): Initialize funaddr.
5320
5321 2011-03-29  Pierre Muller  <muller@ics.u-strasbg.fr>
5322
5323         Fix mingw compilation with --enable-targets=all.
5324         * remote-mips.c (gdb_usleep.h): Include header.
5325         (mips_enter_debug): Use gdb_usleep instead of sleep.
5326
5327 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5328
5329         Support resolution of STT_GNU_IFUNC via breakpoints.
5330         * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
5331         bp_gnu_ifunc_resolver_return.
5332         (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
5333         the loop.  Support bp_gnu_ifunc_resolver and
5334         bp_gnu_ifunc_resolver_return.  New comment after the loop.  New loop
5335         for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
5336         breakpoints.
5337         (bptype_string, print_one_breakpoint_location): Support
5338         bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
5339         (user_settable_breakpoint): Return true also for
5340         bp_gnu_ifunc_resolver.
5341         (allocate_bp_location): Support bp_gnu_ifunc_resolver and
5342         bp_gnu_ifunc_resolver_return.
5343         (set_breakpoint_location_function): New parameter explicit_loc,
5344         describe it.  Call find_pc_partial_function_gnu_ifunc with new
5345         variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
5346         EXPLICIT_LOC is not set.
5347         (set_raw_breakpoint): Set EXPLICIT_LOC for
5348         set_breakpoint_location_function.
5349         (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
5350         set_breakpoint_location_function.
5351         (mention): Support bp_gnu_ifunc_resolver and
5352         bp_gnu_ifunc_resolver_return.
5353         (add_location_to_breakpoint): Set EXPLICIT_LOC for
5354         set_breakpoint_location_function.
5355         (update_breakpoint_locations): Remove static.
5356         (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
5357         bp_gnu_ifunc_resolver_return.
5358         * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
5359         bp_gnu_ifunc_resolver_return.
5360         (update_breakpoint_locations): New declaration.
5361         * elfread.c: Include gdbthread.h and regcache.h.
5362         (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
5363         functions.
5364         (elf_gnu_ifunc_fns): Install them.
5365         * minsyms.c (stub_gnu_ifunc_resolver_stop)
5366         (stub_gnu_ifunc_resolver_return_stop): New functions.
5367         (stub_gnu_ifunc_fns): Install them.
5368         * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
5369         and gnu_ifunc_resolver_return_stop.
5370         (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
5371
5372 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5373
5374         STT_GNU_IFUNC reader implementation.
5375         * elfread.c: Include gdbtypes.h, value.h and infcall.h.
5376         (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
5377         (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
5378         (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
5379         (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
5380         (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
5381         (elf_gnu_ifunc_resolve_addr): New.
5382         (elf_symfile_read): Call elf_rel_plt_read.
5383         (elf_gnu_ifunc_fns): New.
5384         (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
5385         Install elf_gnu_ifunc_fns.
5386         * infcall.c (find_function_return_type): New function.
5387         (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
5388         * minsyms.c (stub_gnu_ifunc_resolve_addr)
5389         (stub_gnu_ifunc_resolve_name): New functions.
5390         (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
5391         * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
5392         (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
5393
5394 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5395
5396         Code cleanup for later STT_GNU_IFUNC support.
5397         * infcall.c (find_function_addr): Remove variable code, use explicit
5398         dereferences for it.  Move VALUE_TYPE initialization later.
5399
5400 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5401
5402         GDB find_pc_partial_function support for STT_GNU_IFUNC.
5403         * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
5404         (clear_pc_function_cache): Clear it.
5405         (find_pc_partial_function): Rename to ...
5406         (find_pc_partial_function_gnu_ifunc): ... this function.  New
5407         parameter is_gnu_ifunc_p, describe it.  Set *IS_GNU_IFUNC_P.
5408         (find_pc_partial_function): New wrapper for this function.
5409         * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
5410
5411 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5412
5413         GDB internal type support for STT_GNU_IFUNC.
5414         * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
5415         (elf_symtab_read): Set mst_text_gnu_ifunc for
5416         BSF_GNU_INDIRECT_FUNCTION.
5417         * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
5418         * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
5419         builtin_func_func, nodebug_text_gnu_ifunc_symbol and
5420         nodebug_got_plt_symbol.
5421         * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
5422         (TYPE_GNU_IFUNC): New.
5423         (struct main_type): New field flag_gnu_ifunc.
5424         (struct builtin_type): New field builtin_func_func.
5425         (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
5426         nodebug_got_plt_symbol.
5427         * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
5428         (in_gnu_ifunc_stub): New.
5429         (prim_record_minimal_symbol, find_solib_trampoline_target): Support
5430         mst_text_gnu_ifunc.
5431         * parse.c (write_exp_msymbol): New variable ifunc_msym.  Detect and
5432         support mst_text_gnu_ifunc.  Support mst_slot_got_plt.
5433         * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
5434         in_gnu_ifunc_stub.
5435         * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
5436         * symtab.c (search_symbols): Likewise.
5437         * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
5438         and mst_slot_got_plt.
5439         (in_gnu_ifunc_stub): New declaration.
5440
5441 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5442
5443         Support a ring of related breakpoints.
5444         * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
5445         other functions, add gdb_assert.
5446         (update_watchpoint, watchpoint_check): Add gdb_assert.  Use
5447         watchpoint_del_at_next_stop.
5448         (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
5449         (bpstat_stop_status): Handle ring in related_breakpoint.
5450         (set_raw_breakpoint_without_location): Initialize ring in
5451         related_breakpoint.
5452         (delete_breakpoint): Handle ring in related_breakpoint, use
5453         watchpoint_del_at_next_stop.
5454         (map_breakpoint_numbers): Handle ring in related_breakpoint.
5455
5456 2011-03-28  Tom Tromey  <tromey@redhat.com>
5457
5458         PR symtab/12441:
5459         * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
5460         with `language_minimal'.
5461
5462 2011-03-25  Ulrich Weigand  <ulrich.weigand@linaro.org>
5463
5464         * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
5465         instead of checking for STT_ARM_TFUNC symbol type.
5466
5467 2011-03-25  Tom Tromey  <tromey@redhat.com>
5468
5469         * linespec.c (symbol_found): Restore line-based result for
5470         non-LOC_LABEL symbols.
5471
5472 2011-03-25  Kai Tietz  <ktietz@redhat.com>
5473
5474         * tui/tui-source.c (tui_set_source_content): Use filename_cmp
5475         instead of strcmp for comparison.
5476         (tui_source_is_displayed): Likewise.
5477         * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
5478
5479 2011-03-24  Mark Wielaard  <mjw@redhat.com>
5480
5481         * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
5482         complaint.
5483         (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
5484         (find_partial_die_in_comp_unit): Likewise in comment.
5485         (read_attribute_value): Likewise.
5486         (lookup_die_type): Likewise.
5487         (dwarf_form_name): Likewise.
5488         (dump_die_shallow): Likewise.
5489         (follow_die_ref_or_sig): Likewise.
5490
5491 2011-03-24  Tom Tromey  <tromey@redhat.com>
5492
5493         PR breakpoints/11816:
5494         * linespec.c (decode_line_1): Parse `function:label' linespecs.
5495         (decode_compound): Update.
5496         (find_function_symbol): New function.
5497         (decode_dollar): Update.
5498         (decode_label): Add 'function_symbol' parameter.  Handle
5499         function-relative labels.
5500         (decode_variable): Update.
5501         (symbol_found): Add 'function_symbol' parameter.  Use label's PC,
5502         not its line.  Set `special_display' and canonical name for
5503         labels.
5504
5505 2011-03-24  Tom Tromey  <tromey@redhat.com>
5506
5507         * linespec.h (struct linespec_result) <special_display>: New
5508         field.
5509         * breakpoint.h (struct breakpoint) <display_canonical>: New
5510         field.
5511         * breakpoint.c (print_breakpoint_location): Respect
5512         display_canonical.
5513         (create_breakpoint_sal): Add 'display_canonical' parameter.
5514         (create_breakpoints_sal): Update.
5515         (create_breakpoint): Update.
5516
5517 2011-03-24  Tom Tromey  <tromey@redhat.com>
5518
5519         * symtab.c (decode_line_spec): Update.
5520         * linespec.c (build_canonical_line_spec): Change type of
5521         'canonical'.
5522         (decode_line_2, decode_line_1, decode_objc, decode_compound)
5523         (find_method, decode_all_digits, decode_dollar, decode_label)
5524         (symbol_found): Likewise.
5525         (init_linespec_result): New function.
5526         * breakpoint.c (struct captured_parse_breakpoint_args)
5527         <canonical_p>: New field, replaces addr_string_p.
5528         (create_breakpoints_sal): Add 'canonical' parameter, replacing
5529         'addr_string'.
5530         (parse_breakpoint_sals): Likewise.
5531         (do_captured_parse_breakpoint): Update.
5532         (create_breakpoint): Use struct linespec_result.
5533         (until_break_command): Update.
5534         (breakpoint_re_set_one): Update.
5535         (decode_line_spec_1): Update.
5536         * linespec.h (struct linespec_result): New.
5537         (init_linespec_result): Declare.
5538
5539 2011-03-23  Pedro Alves  <pedro@codesourcery.com>
5540
5541         * regcache.c (regcache_raw_read): If the target didn't supply a
5542         given raw register, mark it as unavailable.
5543
5544 2011-03-23  Kai Tietz  <ktietz@redhat.com>
5545
5546         * breakpoint.c (clear_command): Use filename_cmp
5547         instead of strcmp for comparison.
5548         * buildsym.c (watch_main_source_file_lossage): Likewise.
5549         (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
5550         checking just for slash.
5551         * dbxread.c (read_dbx_symtab): Use lbasename instead of
5552         strrchr and filename_cmp instead of strcmp for filenames.
5553         (add_old_header_file): Use filename_cmp
5554         instead of strcmp for comparison.
5555         * exec.c (exec_set_section_address): Likewise.
5556         * macrotab.c (macro_lookup_inclusion): Likewise.
5557         (macro_lookup_inclusion): Likewise.
5558         * elfread.c (_initialize_elfread): Likewise.
5559         (elfstab_offset_sections): Likewise.
5560         (elfstab_offset_sections): Use lbasename instead of
5561         strrchr.
5562         * mdebugread.c (parse_partial_symbols): Likewise.
5563         (arse_partial_symbols): Use filename_(n)cmp instead of
5564         str(n)cmp for comparison.
5565         * minsyms.c (lookup_minimal_symbol): Likewise.
5566         * psymtab.c (read_psymtabs_with_filename): Likewise.
5567         * solib.c (solib_read_symbols): Likewise.
5568         (reload_shared_libraries_1): Likewise.
5569         * symmisc.c (maintenance_print_symbols): Likewise.
5570         * symfile.c (separate_debug_file_exists): Likewise.
5571         (reread_symbols): Likewise.
5572         (find_separate_debug_file_by_debuglink): Likewise.
5573         * remote-fileio.c (remote_fileio_func_rename): Likewise.
5574         * source.c (add_path): Likewise.
5575         * symtab.c (filename_seen): Likewise.
5576         (file_matches): Likewise.
5577         (print_symbol_info): Likewise.
5578         (maybe_add_partial_symtab_filename): Likewise.
5579         (make_source_files_completion_list): Likewise.
5580         * xml-syscall.c (init_sysinfo): Likewise.
5581         * windows-nat.c (_initialize_check_for_gdb_ini): Use
5582         IS_DIR_SEPARATOR for checking for trailing path separator.
5583
5584 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5585
5586         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value.  New
5587         label abort_expression.
5588         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
5589         DWARF_VALUE_OPTIMIZED_OUT.
5590
5591 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5592
5593         Code cleanup.
5594         * c-typeprint.c (c_type_print_args): Change parameter show_artificial
5595         to linkage_name.  Invert its value.  Update the function comment.
5596         (c_type_print_varspec_suffix): Invert it at the caller.
5597         * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
5598
5599 2011-03-22  Pedro Alves  <pedro@codesourcery.com>
5600
5601         * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
5602         errors when reading the `stop_pc'.
5603         * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
5604         get_frame_pc.
5605
5606 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
5607
5608         * NEWS: Document gdb.Write stream keyword.
5609
5610 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5611
5612         Revert:
5613         2011-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5614         * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
5615         (dwarf2_add_field): Fix new_field->accessibility for
5616         cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
5617
5618 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
5619
5620         PR python/12183
5621
5622         * python/py-function.c (fnpy_call): Treat GdbErrors differently to
5623         other error classes.  Do not print stack trace.
5624
5625 2011-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5626
5627         * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
5628         (dwarf2_add_field): Fix new_field->accessibility for
5629         cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
5630
5631 2011-03-21  Ulrich Weigand  <ulrich.weigand@linaro.org>
5632
5633         * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
5634         encountering a load via a non-SP register.
5635
5636 2011-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5637
5638         * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
5639         field in returned unwinder.
5640
5641 2012-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5642
5643         * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
5644
5645 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
5646
5647         * ada-lang.c (replace_operator_with_call): Use xzalloc instead
5648         of xmalloc.
5649
5650 2012-03-18  Pedro Alves  <pedro@codesourcery.com>
5651
5652         * frame.c (frame_unwind_register): Throw an error if unwinding the
5653         register failed.
5654         * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
5655         an unwind stop reason.
5656         (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
5657         * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
5658         UNWIND_UNAVAILABLE>: New.
5659         * inline-frame.c (inline_frame_unwind): Install
5660         default_frame_unwind_stop_reason.
5661         * frame-unwind.c: Include "exceptions.h".
5662         (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
5663         (default_frame_unwind_stop_reason): New.
5664         * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
5665         (default_frame_unwind_stop_reason): Declare.
5666         (struct frame_unwind) <stop_reason>: New function pointer.
5667
5668         * dummy-frame.c: Install default_frame_unwind_stop_reason.
5669         * dwarf2-frame.c: Include exceptions.h.
5670         (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
5671         (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
5672         computing the CFA.  If such an error was thrown, set
5673         unavailable_retaddr.
5674         (dwarf2_frame_unwind_stop_reason): New.
5675         (dwarf2_frame_this_id): Don't build a frame id if the CFA was
5676         unavailable.
5677         (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
5678         (dwarf2_signal_frame_unwind): Ditto.
5679
5680         * amd64-tdep.c: Include "exceptions.h".
5681         (struct amd64_frame_cache): New field "base_p".
5682         (amd64_init_frame_cache): Clear it.
5683         (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
5684         Avoid reading registers with functions that throw if the register
5685         is not necessary to compute the frame base.
5686         (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
5687         swallowing NOT_AVAILABLE_ERROR.
5688         (amd64_frame_unwind_stop_reason): New.
5689         (amd64_frame_this_id): Don't build a frame id if the frame base
5690         was unavailable.
5691         (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
5692         (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5693         base_p if the frame base was computable.
5694         (amd64_sigtramp_frame_unwind_stop_reason): New.
5695         (amd64_sigtramp_frame_this_id): Don't build a frame id if the
5696         frame base was unavailable.
5697         (amd64_sigtramp_frame_unwind): Install
5698         amd64_sigtramp_frame_unwind_stop_reason.
5699         (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5700         base_p if the frame base was computable.
5701         (amd64_epilogue_frame_unwind_stop_reason): New.
5702         (amd64_epilogue_frame_this_id): Don't build a frame id if the
5703         frame base was unavailable.
5704         (amd64_epilogue_frame_unwind): Install
5705         amd64_epilogue_frame_unwind_stop_reason.
5706         * i386-tdep.c: Include "exceptions.h".
5707         (struct i386_frame_cache): New field "base_p".
5708         (i386_init_frame_cache): Clear it.
5709         (i386_frame_cache_1): New, factored out from amd64_frame_cache.
5710         Avoid reading registers with functions that throw if the register
5711         is not necessary to compute the frame base.
5712         (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
5713         swallowing NOT_AVAILABLE_ERROR.
5714         (i386_frame_unwind_stop_reason): New.
5715         (i386_frame_this_id): Don't build a frame id if the frame base was
5716         unavailable.
5717         (i386_frame_prev_register): Handle unavailable SP.
5718         (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
5719         (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5720         base_p if the frame base was computable.
5721         (i386_epilogue_frame_unwind_stop_reason): New.
5722         (i386_epilogue_frame_this_id): Don't build a frame id if the frame
5723         base was unavailable.
5724         (i386_epilogue_frame_unwind): Install
5725         i386_epilogue_frame_unwind_stop_reason.
5726         (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5727         base_p if the frame base was computable.
5728         (i386_sigtramp_frame_unwind_stop_reason): New.
5729         (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
5730         base was unavailable.
5731         (i386_sigtramp_frame_unwind): Install
5732         i386_sigtramp_frame_unwind_stop_reason.
5733         * sentinel-frame.c (sentinel_frame_prev_register): Use the value
5734         type's size, not the register's.
5735         (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
5736
5737         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
5738         default_frame_unwind_stop_reason.
5739         * alpha-tdep.c (alpha_sigtramp_frame_unwind)
5740         (alpha_heuristic_frame_unwind): Ditto.
5741         * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
5742         * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
5743         * avr-tdep.c (avr_frame_unwind): Ditto.
5744         * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
5745         Ditto.
5746         * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
5747         * frv-tdep.c (frv_frame_unwind): Ditto.
5748         * h8300-tdep.c (h8300_frame_unwind): Ditto.
5749         * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
5750         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
5751         * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
5752         (hppa_stub_frame_unwind): Ditto.
5753         * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
5754         * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
5755         (ia64_libunwind_frame_unwind)
5756         (ia64_libunwind_sigtramp_frame_unwind): Ditto.
5757         * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
5758         * lm32-tdep.c (lm32_frame_unwind): Ditto.
5759         * m32c-tdep.c (m32c_unwind): Ditto.
5760         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
5761         * m32r-tdep.c (m32r_frame_unwind): Ditto.
5762         * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
5763         * m68k-tdep.c (m68k_frame_unwind): Ditto.
5764         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
5765         * m88k-tdep.c (m88k_frame_unwind): Ditto.
5766         * mep-tdep.c (mep_frame_unwind): Ditto.
5767         * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
5768         * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
5769         (mips_stub_frame_unwind): Ditto.
5770         * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
5771         * moxie-tdep.c (moxie_frame_unwind): Ditto.
5772         * mt-tdep.c (mt_frame_unwind): Ditto.
5773         * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
5774         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
5775         * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
5776         * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
5777         (s390_sigtramp_frame_unwind): Ditto.
5778         * score-tdep.c (score_prologue_unwind): Ditto.
5779         * sh-tdep.c (sh_frame_unwind): Ditto.
5780         * sh64-tdep.c (sh64_frame_unwind): Ditto.
5781         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
5782         * sparc-tdep.c (sparc32_frame_unwind): Ditto.
5783         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
5784         * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
5785         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
5786         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
5787         * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
5788         (sparc64obsd_trapframe_unwind): Ditto.
5789         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
5790         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
5791         * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
5792         * v850-tdep.c (v850_frame_unwind): Ditto.
5793         * vax-tdep.c (vax_frame_unwind): Ditto.
5794         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
5795         * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
5796         * xtensa-tdep.c (xtensa_unwind): Ditto.
5797
5798 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5799
5800         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
5801         there's always a frame.  Use get_frame_pc_if_available instead of
5802         get_frame_pc, and if there's no PC available, don't look up a
5803         symtab.
5804
5805 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5806
5807         * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
5808         unavailable PC.
5809
5810 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5811
5812         * tracepoint.c (set_traceframe_context): Handle unavailable PC
5813         gracefully.
5814
5815 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5816
5817         * frame.h (frame_unwind_caller_pc_if_available): Declare.
5818         * frame.c (frame_unwind_caller_pc_if_available): New.
5819         * stack.c (frame_info): Handle unavailable PC.
5820
5821 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5822
5823         * frame.c (frame_unwind_pc): Rename to ...
5824         (frame_unwind_pc_if_available): ... this.  New `pc' output
5825         parameter.  Change return type to int.  Gracefully handle
5826         gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR.  Return 0 if that
5827         happened, or 1 otherwise.
5828         (frame_unwind_pc): Reimplement on top of
5829         frame_unwind_pc_if_available.
5830         (get_frame_func): Rename to ...
5831         (get_frame_func_if_available): New `pc' output parameter.  Change
5832         return type to int.  Gracefully handle the PC not being available.
5833         (get_frame_func): Reimplement on top of
5834         get_frame_func_if_available.
5835         (select_frame): Handle the PC being unavailable.
5836         (get_prev_frame): Handle the PC being unavailable.
5837         (get_frame_pc_if_available): New.
5838         (get_frame_address_in_block_if_available): New.
5839         (find_frame_sal): Handle the frame PC not being available.
5840         * frame.h (get_frame_pc_if_available): Declare.
5841         (get_frame_address_in_block_if_available): Declare.
5842         (get_frame_func_if_available): Declare.
5843         * stack.c (print_frame_info): Handle the PC being unavailable.
5844         (find_frame_funname): Ditto.
5845         (print_frame): Handle the PC being unavailable.
5846         (get_frame_language): Ditto.
5847         * blockframe.c (get_frame_block): Ditto.
5848         * macroscope.c (default_macro_scope): Ditto.
5849         * tui/tui-stack.c (tui_show_frame_info): Ditto.
5850
5851 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5852
5853         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
5854         NOT_AVAILABLE_ERROR when evaluating the location expression.
5855
5856 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5857
5858         * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
5859         returning that the register piece is unavailable/optimized out.
5860         (write_pieced_value): Handle get_frame_register_bytes returning
5861         that the register piece is unavailable/optimized out when doing a
5862         read-modify write of a bitfield.
5863         * findvar.c (value_from_register): Handle get_frame_register_bytes
5864         returning that the register piece is unavailable/optimized out.
5865         * frame.c (get_frame_register_bytes): New parameters `optimizedp'
5866         and `unavailablep'.  Throw error on bad debug info.  Use
5867         frame_register instead of frame_register_read, to fill in the new
5868         arguments.
5869         * frame.h (get_frame_register_bytes): New parameters `optimizedp'
5870         and `unavailablep'.
5871         * valops.c: (value_assign): Adjust, and handle
5872         get_frame_register_bytes failing.
5873         * spu-tdep.c: Include exceptions.h.
5874         (spu_software_single_step): Adjust, and handle
5875         get_frame_register_bytes failing.
5876         (spu_get_longjmp_target): Ditto.
5877         * gdbarch.sh (register_to_value): Change to return int.  New
5878         parameters `optimizedp' and `unavailablep'.
5879         * gdbarch.h, gdbarch.c: Regenerate.
5880         * i386-tdep.c (i386_register_to_value): Adjust to new
5881         gdbarch_register_to_value interface.
5882         * i387-tdep.c (i387_register_to_value): Ditto.
5883         * i387-tdep.h (i387_register_to_value): Ditto.
5884         * alpha-tdep.c (alpha_register_to_value): Ditto.
5885         * ia64-tdep.c (ia64_register_to_value): Ditto.
5886         * m68k-tdep.c (m68k_register_to_value): Ditto.
5887         * mips-tdep.c (mips_register_to_value): Ditto.
5888         * rs6000-tdep.c (rs6000_register_to_value): Ditto.
5889
5890 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5891
5892         * findvar.c (value_of_register): Mark the value as unavailable, if
5893         the register is unavailable.
5894         * frame.h (frame_register_unwind): New `unavailablep' parameter.
5895         (frame_register): New `unavailablep' parameter.
5896         (frame_register_read): Update comment.
5897         * frame.c (frame_register_unwind): New `unavailablep' parameter.
5898         Set it if the register is unavailable.  If the register is
5899         unavailable, clear the output buffer.
5900         (frame_register): New `unavailablep' parameter.  Pass it down.
5901         (frame_unwind_register): Adjust.
5902         (put_frame_register): Adjust.
5903         (frame_register_read): Adjust.  Also return false if the register
5904         is not available.
5905         (frame_register_unwind_location): Adjust.
5906         * sentinel-frame.c (sentinel_frame_prev_register): If the register
5907         is unavailable, mark the value accordingly.
5908         * stack.c (frame_info): Handle unavailable registers.
5909
5910 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5911
5912         * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
5913         simplify, using regcache_cooked_read.
5914
5915 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
5916
5917         * regcache.h (regcache_raw_read, regcache_raw_read_signed)
5918         (regcache_raw_read_unsigned, regcache_raw_read_signed)
5919         (regcache_raw_read_unsigned, regcache_raw_read_part)
5920         (regcache_cooked_read, regcache_cooked_read_signed)
5921         (regcache_cooked_read_unsigned, regcache_cooked_read_part)
5922         (regcache_cooked_read_ftype): Change return to enum
5923         register_status.
5924         * regcache.c: Include exceptions.h
5925         (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
5926         (do_cooked_read): Change return to enum register_status.  Always
5927         forward to regcache_cooked_read.
5928         (regcache_raw_read): Change return to enum register_status.  If
5929         the register is not REG_VALID, memset the buffer.  Return the
5930         register's status.
5931         (regcache_raw_read_signed): Handle non-REG_VALID registers and
5932         return the register's status.
5933         (regcache_raw_read_unsigned): Ditto.
5934         (regcache_cooked_read): Change return to enum register_status.
5935         Assert that with read-only regcaches, the register's status must
5936         be known.  If the regcache is read-only, and the register is not
5937         REG_VALID, memset the buffer.  Return the register's status.
5938         (regcache_cooked_read_signed): Change return to enum
5939         register_status.  Handle non-REG_VALID registers and return the
5940         register's status.
5941         (regcache_cooked_read_unsigned): Change return to enum
5942         register_status.  Handle non-REG_VALID registers and return the
5943         register's status.
5944         (regcache_xfer_part, regcache_raw_read_part)
5945         (regcache_cooked_read_part): Change return to enum
5946         register_status.  Return the register's status.
5947         (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
5948         unavailable.
5949         (regcache_dump): Handle unavailable cooked registers.
5950         * frame.c (do_frame_register_read): Adjust interface to match
5951         regcache_cooked_read_ftype.
5952         * gdbarch.sh (pseudo_register_read): Change return to enum
5953         register_status.
5954         * gdbarch.h, gdbarch.c: Regenerate.
5955
5956         * i386-tdep.h (i386_pseudo_register_read): Change return to enum
5957         register_status.
5958         * i386-tdep.c (i386_pseudo_register_read): Change return to enum
5959         register_status.  If reading a raw register indicates the raw
5960         register is not valid, return the raw register's status,
5961         otherwise, return REG_VALID.
5962         * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
5963         register_status.  Handle non-REG_VALID raw registers and return
5964         the register's status.
5965         * arm-tdep.c (arm_neon_quad_read)
5966         (arm_pseudo_read): Change return to enum register_status.  Handle
5967         non-REG_VALID raw registers and return the register's status.
5968         * avr-tdep.c (avr_pseudo_register_read): Ditto.
5969         * frv-tdep.c (frv_pseudo_register_read): Ditto.
5970         * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
5971         * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
5972         * m32c-tdep.c (m32c_move_reg_t): Change return to enum
5973         register_status.
5974         (m32c_raw_read, m32c_raw_write, m32c_banked_read)
5975         (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
5976         (m32c_part_write, m32c_cat_read, m32c_cat_write)
5977         (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
5978         (m32c_pseudo_register_read): Change return to enum
5979         register_status.  Adjust.
5980         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
5981         enum register_status.  Return the register's status.
5982         * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
5983         register_status.  Return the register's status.
5984         (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
5985         * mips-tdep.c (mips_pseudo_register_read): Ditto.
5986         * mt-tdep.c (mt_pseudo_register_read): Ditto.
5987         * rs6000-tdep.c (move_ev_register_func): New typedef.
5988         (e500_move_ev_register): Use it.  Change return to enum
5989         register_status.  Return the register's status.
5990         (do_regcache_raw_read): New function.
5991         (do_regcache_raw_write): New function.
5992         (e500_pseudo_register_read): Change return to enum
5993         register_status.  Return the register's status.  Use
5994         do_regcache_raw_read.
5995         (e500_pseudo_register_write): Adjust.  Use do_regcache_raw_write.
5996         (dfp_pseudo_register_read): Change return to enum register_status.
5997         Return the register's status.
5998         (vsx_pseudo_register_read): Ditto.
5999         (efpr_pseudo_register_read): Ditto.
6000         (rs6000_pseudo_register_read): Ditto.
6001         * s390-tdep.c (s390_pseudo_register_read): Change return to enum
6002         register_status.  Return the register's status.
6003         * sh64-tdep.c (pseudo_register_read_portions): New function.
6004         (sh64_pseudo_register_read): Change return to enum
6005         register_status.  Use pseudo_register_read_portions.  Return the
6006         register's status.
6007         * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
6008         register_status.  Return the register's status.
6009         * sh-tdep.c (pseudo_register_read_portions): New function.
6010         (sh_pseudo_register_read): Change return to enum register_status.
6011         Use pseudo_register_read_portions.  Return the register's status.
6012         * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
6013         enum register_status.  Return the register's status.
6014         * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
6015         * spu-tdep.c (spu_pseudo_register_read_spu)
6016         (spu_pseudo_register_read): Ditto.
6017         * xtensa-tdep.c (xtensa_register_read_masked)
6018         (xtensa_pseudo_register_read): Ditto.
6019         * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
6020
6021 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6022
6023         * python/py-value.c (valpy_getitem): Fix formatting of error function
6024         call.
6025
6026 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6027
6028         ARI fixes: Add missing internationalization markups throughout
6029         C source files.
6030         * darwin-nat-info.c: Ditto.
6031         * record.c: Ditto.
6032         * remote.c: Ditto.
6033         * mi/mi-main.c: Ditto.
6034
6035 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6036
6037         ARI fixes: Add missing internationalization markups throughout
6038         yacc files.
6039         * c-exp.y: Ditto.
6040         * cp-name-parser.y: Ditto.
6041         * f-exp.y: Ditto.
6042         * m2-exp.y: Ditto.
6043         * objc-exp.y: Ditto.
6044         * p-exp.y: Ditto.
6045
6046 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6047
6048         ARI fixes: Messages should have no trailing new lines.
6049         * darwin-nat.c (mach_check_error): Remove trailing new line from
6050         warning function call message.
6051         * record.c (bfdcore_read): Idem for error call.
6052
6053 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6054
6055         * common/signals.c (target_signal_from_host): Add _ markup to error
6056         function call message.
6057         (target_signal_to_host): Add _ markup and remove trailing new line
6058         from warning call message.
6059         (target_signal_from_command): Add _ markup to error function call
6060         message.
6061
6062 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
6063
6064         PR python/12149
6065
6066         * python/python.c (gdbpy_write): Accept a stream argument and
6067         operate to the appropriate stream.
6068         (gdbpy_flush): Likewise.
6069         (_initialize_python): Add stream constants.
6070         (finish_python_initialization): Add GdbOutputErrorFile class.
6071
6072 2011-03-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
6073
6074         * MAINTAINERS: Add myself as a write-after-approval maintainer.
6075
6076 2011-03-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
6077
6078         * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
6079         to store_signed_integer.  Add debug message when relocating CALL
6080         instructions.  Fix formatting of debug message.
6081         * i386-tdep.c (i386_relocate_instruction): Ditto.
6082
6083 2011-03-17  Joel Brobecker  <brobecker@gnat.com>
6084
6085         * target.h (struct target_ops): Remove to_lookup_symbol field.
6086         (target_lookup_symbol): Delete macro.
6087         * target.c (nosymbol, debug_to_lookup_symbol): Delete.
6088         (update_current_target, setup_target_debug): Remove handling
6089         of to_lookup_symbol target_ops field.
6090         * ada-tasks.c (get_known_tasks_addr): Remove use of
6091         target_lookup_symbol.
6092         * coffread.c (coff_symtab_read): Likewise.
6093         * dbxread.c (read_dbx_symtab): Ditto.
6094
6095 2011-03-17  Joel Brobecker  <brobecker@gnat.com>
6096
6097         PR gdb/12116:
6098         * configure.ac: Add getthrds declaration check.
6099         * configure, config.in: Regenerate.
6100         * aix-thread.c (getthrds): Declare only if not already declared
6101         in procinfo.h.  More declaration out of get_signaled_thread to
6102         global scope.
6103
6104 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
6105
6106         * python/py-symtab.c: Populate symtab_object_methods,
6107         sal_object_methods.
6108         (stpy_is_valid): New function.
6109         (salpy_is_valid): Ditto.
6110         * python/py-symbol.c: Declare symbol_object_methods.  Populate.
6111         (sympy_is_valid): New function.
6112         * python/py-objfile.c: Declare objfile_object_methods.  Populate.
6113         (objfpy_is_valid): New function.
6114         * python/py-inferior.c: Populate inferior_object_methods.
6115         (infpy_is_valid): New function.
6116         * python/py-infthread.c: Populate thread_object_methods.
6117         (thpy_is_valid): New function.
6118         * python/py-block.c: Declare block_object_methods.  Populate.  Declare
6119         block_iterator_object_methods.  Populate.
6120         (blpy_is_valid): New function.
6121         (blpy_iter_is_valid): Ditto.
6122
6123 2011-03-16  Keith Seitz  <keiths@redhat.com>
6124
6125         * linespec.c (find_methods): Canonicalize NAME before looking
6126         up the symbol.
6127         (name_end): New function.
6128         (keep_name_info): New function.
6129         (decode_line_1): Use keep_name_info.
6130         (decode_compound): Likewise.
6131         * cli/cli-utils.h (remove_trailing_whitespace): New function.
6132         * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
6133
6134         PR c++/12273
6135         * linespec.c (locate_first_half): Keep overload information, too.
6136         (decode_compound): Use a string to represent break characters
6137         to escape the loop.
6138         If P points to a break character, do not increment it.
6139         For C++ and Java, keep overload information and relevant keywords.
6140         If we cannot find a symbol, search the minimal symbols.
6141
6142         PR c++/11734
6143         * linespec.c (decode_compound): Rename SAVED_ARG to
6144         THE_REAL_SAVED_ARG.
6145         Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
6146         single-quotes.
6147         Pass a valid block to lookup_symbol.
6148         (lookup_prefix_sym): Likewise.
6149         (find_method): Construct search name based on SYM_CLASS instead
6150         of SAVED_ARG.
6151         * psymtab.c (lookup_partial_symbol): Add language parameter.
6152         (lookup_symbol_aux_psymtabs): Likewise.
6153         Don't assume that the psymtab we found was the right one. Search
6154         for the desired symbol in the symtab to be certain.
6155         (psymtab_search_name): New function.
6156         (lookup_partial_symbol): Use psymtab_search_name.
6157         Add language parameter.
6158         (read_symtabs_for_function): Add language parameter and pass to
6159         lookup_partial_symbol.
6160         (find_symbol_file_from_partial): Likewise.
6161
6162 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
6163
6164         PR gdb/12528
6165         * dwarf2read.c (noop_record_line): New function.
6166         (dwarf_decode_lines): Ignore line tables for GCd functions.
6167
6168 2011-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6169
6170         Fix ARI warnings about new lines at the end of messages, which
6171         are unneeded as there is a new line added at the end of the message
6172         automatically.
6173         * darwin-nat.c (darwin_stop_inferior): Ditto.
6174         * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
6175         * dfp.c (decimal_to_number): Ditto.
6176         * exec.c (print_section_info): Ditto.
6177         * i386-darwin-nat.c (darwin_set_sstep): Ditto.
6178         * osdata.c (get_osdata): Ditto.
6179         * record.c (bfdcore_write): Ditto.
6180         * remote-mips.c (mips_readchar): Ditto.
6181         * remote.c (read_ptid): Ditto.
6182         * ser-mingw.c (ser_windows_raw): Ditto.
6183         * tracepoint.c (add_local_symbols): Ditto.
6184         * windows-nat.c (fake_create_process): Ditto.
6185
6186 2011-03-16  Tom Tromey  <tromey@redhat.com>
6187
6188         * tracepoint.c (stop_tracing): Don't declare.
6189         * event-top.c (after_char_processing_hook): Add `(void)'.
6190
6191 2011-03-16  Phil Muldoon  <pmuldoon@redhat.com>
6192
6193         * NEWS: Add Parameter sub-classing description.
6194
6195 2011-03-16  Kai Tietz  <ktietz@redhat.com>
6196
6197         * MAINTAINERS: Update my e-mail address.
6198
6199 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
6200
6201         * MAINTAINERS: Add myself for write after approval privileges.
6202
6203 2011-03-15  Michael Snyder  <msnyder@vmware.com>
6204
6205         * frame.c (find_frame_sal): Assert sym is not null.
6206
6207         * dbxread.c (process_one_symbol): Assert 'name' is not null.
6208
6209         * objc-lang.c (selectors_info): Check strchr for null result.
6210
6211         * stabsread.c (define_symbol): Guard against bad stabstring input.
6212
6213 2011-03-15  Pierre Muller  <muller@ics.u-strasbg.fr>
6214
6215         Remove trailing spaces and tabulations from pascal language
6216         support sources.
6217         p-exp.y: Ditto.
6218         p-lang.c: Ditto.
6219         p-lang.h: Ditto.
6220         p-valprint.c: Ditto.
6221
6222 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6223
6224         * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
6225         than LOW.  Comment it.
6226         (read_partial_die): Call complaint for inappropriate zero LOWPC or
6227         HIGHPC not strictly higher than LOWPC.
6228
6229 2011-03-15  Pierre Muller  <muller@ics.u-strasbg.fr>
6230
6231         Fix formatting of function declarations returning a pointer in
6232         previous commit.
6233         * varobj.c (varobj_add_child): Ditto.
6234         * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
6235         * inferior.h (get_displaced_step_closure_by_addr): Ditto.
6236
6237 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
6238
6239         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
6240         for the "generic" vector ABI used with GCC 4.3 and later.
6241         (ppc64_sysv_abi_return_value): Likewise.
6242
6243 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
6244
6245         * infcall.c (call_function_by_hand): Function return value is
6246         always a non_lval, even when using struct_return.
6247
6248 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
6249
6250         * printcmd.c (ALL_DISPLAYS_SAFE): New.
6251         (map_display_numbers): New.
6252         (do_delete_display): New.
6253         (undisplay_command): Use map_display_numbers.
6254         (do_enable_disable_display): New.
6255         (enable_disable_display_command): New function.
6256         (enable_display): Delete.
6257         (enable_display_command): New.
6258         (disable_display_command): Reimplement.
6259         (_initialize_printcmd): Adjust "enable display" command to use
6260         `enable_display_command' as callback.
6261
6262 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
6263
6264         * NEWS: Add Python breakpoint 'stop' operation.
6265
6266 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
6267
6268         * NEWS: Delete duplicate entry. Fix typo.
6269
6270 2011-03-14  Pierre Muller  <muller@ics.u-strasbg.fr>
6271
6272         Fix ARI warning about function names in first column.
6273         Put prototype declaration on same line as return type.
6274         * objc-exp.y: Ditto.
6275         * p-exp.y: Ditto.
6276         * python/py-stopevent.h: Ditto.
6277         For long function names, split parameters to
6278         allow function name on same line as return type.
6279         * solib-pa64.c: Ditto.
6280         * varobj.c: Ditto.
6281         * varobj.h: Ditto.
6282         For long function declaration, use single line.
6283         * hppa-tdep.h: Ditto.
6284         * inferior.h: Ditto.
6285
6286 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
6287
6288         * python/python.h: Declare gdbpy_should_stop and
6289         gdbpy_breakpoint_has_py_cond.
6290         * python/python.c: Add python.h to includes.  Remove python.h from
6291         HAVE_PYTHON definition
6292         (gdbpy_should_stop): New dummy function.
6293         (gdbpy_breakpoint_has_py_cond): New dummy function.
6294         * python/py-breakpoint.c (bppy_init): Rewrite to allow
6295         sub-classing capabilities.
6296         (gdbpy_should_stop): New function.
6297         (gdbpy_breakpoint_has_py_cond): New function.
6298         (local_setattro): New function.
6299         * breakpoint.c (condition_command): Add check for Python 'stop'
6300         operation.
6301         (bpstat_check_breakpoint_conditions): Execute Python 'stop'
6302         operation function as part of stop/continue tests.
6303
6304 2011-03-14  Tom Tromey  <tromey@redhat.com>
6305
6306         PR gdb/12576:
6307         * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
6308         (needs_frame_dwarf_call): Likewise.
6309
6310 2011-03-14  Pierre Muller  <muller@ics.u-strasbg.fr>
6311
6312         Fix ARI warning about functions without parameters that do not
6313         use (void).
6314         * breakpoint.c (all_tracepoints): Replace () by (void).
6315         * f-exp.y (match_string_literal): Ditto.
6316         (yylex): Ditto.
6317         * m2-exp.y (yylex): Ditto.
6318         * mep-tdep.c (current_me_module): Ditto.
6319         (current_options): Ditto.
6320         (current_cop_data_bus_width): Ditto.
6321         (current_cr_names): Ditto.
6322         (current_cr_is_float): Ditto.
6323         (current_ccr_names): Ditto.
6324         * objc-exp.y (yylex): Ditto.
6325         * p-exp.y (yylex): Ditto.
6326         * remote.c (send_interrupt_sequence): Ditto.
6327         * tracepoint.c (current_trace_status): Ditto.
6328         * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
6329         * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
6330
6331 2011-03-11  Michael Snyder  <msnyder@vmware.com>
6332
6333         * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
6334         * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
6335         (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
6336         * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
6337         * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
6338
6339         * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
6340         (delete_async_event_handler): Ditto.
6341
6342         * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
6343
6344         * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
6345
6346         * top.c (set_verbose): Assert showcmd was found.
6347
6348 2011-03-11  Maxim Grigoriev  <maxim2405@gmail.com>
6349
6350         * xtensa-tdep.c (warning_once): Correct style issues.
6351
6352 2011-03-11  Yao Qi  <yao@codesourcery.com>
6353
6354         * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
6355
6356 2011-03-11  Andreas Schwab  <schwab@redhat.com>
6357
6358         * common/aclocal.m4: Remove.
6359
6360 2011-03-10  Maxim Grigoriev  <maxim2405@gmail.com>
6361
6362         * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
6363         (xtensa_write_register, xtensa_read_register): Likewise.
6364         (xtensa_hextochar): Removed.
6365         (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
6366
6367 2011-03-10  Maxim Grigoriev  <maxim2405@gmail.com>
6368
6369         * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
6370         (xtensa_call0_frame_cache_t): Update comments.  New fields added.
6371         (xtensa_alloc_frame_cache): Add initialization for new fields.
6372         (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
6373         (warning_once): New function.
6374         (xtensa_insn_kind): New item c0opc_and.
6375         (call0_classify_opcode): Add the case for AND instruction.
6376         (call0_track_op): Change arguments.  New local variable litbase.
6377         Add the case to handle c0opc_and.  Update algorithms for c0opc_mov,
6378         c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
6379         in the prologue.
6380         Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
6381         (call0_analyze_prologue): Update the comments.  Change arguments.
6382         Add the variety of updates to handle extended prologues, which now can
6383         conduct dynamic stack adjustments.
6384         (call0_frame_cache): Likewise.
6385         (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
6386         (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
6387
6388 2011-03-10  Michael Snyder  <msnyder@vmware.com>
6389
6390         * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6391         (cmd_qtframe): Ditto.
6392         (cmd_qtbuffer): Ditto.
6393         (cmd_bigqtbuffer): Ditto.
6394
6395 2011-03-10  Tom Tromey  <tromey@redhat.com>
6396
6397         * tracepoint.c (trace_actions_command): Update.
6398         * thread.c (thread_apply_command): Update.
6399         * reverse.c (delete_bookmark_command): Update.
6400         (bookmarks_info): Update.
6401         * printcmd.c (undisplay_command): Update.
6402         * memattr.c (mem_enable_command): Update.
6403         (mem_disable_command): Update.
6404         (mem_delete_command): Update.
6405         * inferior.c (detach_inferior_command): Update.
6406         (kill_inferior_command): Update.
6407         (remove_inferior_command): Update.
6408         * cli/cli-utils.h (struct get_number_or_range_state): New.
6409         (init_number_or_range): Declare.
6410         (get_number_or_range): Update.
6411         * cli/cli-utils.c (init_number_or_range): New function.
6412         (get_number_or_range): Change 'pp' parameter to 'state'.  Remove
6413         static variables.
6414         (number_is_in_list): Update.
6415         * breakpoint.h (get_tracepoint_by_number): Update.
6416         * breakpoint.c (map_breakpoint_numbers): Update for change to
6417         get_number_or_range.
6418         (find_location_by_number): Use get_number, not
6419         get_number_or_range.
6420         (trace_pass_set_count): New function.
6421         (trace_pass_command): Update for change to get_number_or_range.
6422         Rework loop logic.
6423         (get_tracepoint_by_number): Remove 'multi_p' parameter; add
6424         'state' parameter.
6425
6426 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
6427
6428         * python/py-param.c (add_setshow_generic): Add set/show callback
6429         parameters.  Register Python object context.
6430         (get_show_value): New function.
6431         (get_set_value): New function.
6432         (call_doc_function): New function.
6433         (get_doc_string): Move behind get_show_value/get_set_value.
6434
6435 2011-03-10  Andreas Tobler  <andreast-list@fgznet.ch>
6436
6437         * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
6438
6439 2011-03-09  Maxim Grigoriev  <maxim2405@gmail.com>
6440
6441         * xtensa-tdep.c (xtensa_read_register): Add comment.
6442         (xtensa_write_register): Likewise.
6443         (xtensa_hextochar): Add comment and update to match coding conventions.
6444         (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
6445         (execute_l32e, execute_s32e, execute_code): Update comments.
6446         (xtensa_exception_handler_t): Update to match coding conventions.
6447         (xtensa_insn_kind): Likewise.
6448
6449 2011-03-09  Michael Snyder  <msnyder@vmware.com>
6450
6451         * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
6452
6453 2011-03-09  Pedro Alves  <pedro@codesourcery.com>
6454
6455         * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
6456
6457 2011-03-09  Tom Tromey  <tromey@redhat.com>
6458
6459         * thread.c (restore_selected_frame): Handle frame_level == -1.
6460         (make_cleanup_restore_current_thread): Use
6461         get_selected_frame_if_set.
6462         * frame.h (get_selected_frame_if_set): Declare.
6463         * frame.c (get_selected_frame_if_set): New function.
6464
6465 2011-03-09  Pedro Alves  <pedro@codesourcery.com>
6466
6467         * cli/cli-cmds.c (shell_escape): Use lbasename.
6468         * coffread.c (coff_start_symtab): Constify parameter.
6469         (complete_symtab): Constify `name' parameter.
6470         (coff_symtab_read): Constify `filestring' local.
6471         (coff_getfilename): Constify return and `result' local.
6472         Use lbasename.
6473         * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
6474         * linux-fork.c (info_checkpoints_command): Use lbasename.
6475         * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
6476         * minsyms.c (lookup_minimal_symbol): Use lbasename.
6477         * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
6478         * procfs.c (procfs_make_note_section): Use lbasename.
6479         * tui/tui-io.c (printable_part): Constity return and parameter.
6480         Use lbasename.
6481         (print_filename): Constify parameters, and local `s'.
6482         (tui_rl_display_match_list): Constify local `temp'.
6483
6484 2011-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6485
6486         Revert:
6487         2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6488         Fix DWARF-3+ DW_AT_accessibility default assumption.
6489         * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
6490         cu->header.version >= 3.
6491
6492 2011-03-09  Yao Qi  <yao@codesourcery.com>
6493
6494         * common/Makefile.in: Remove.
6495         * common/configure: Remove.
6496         * common/configure.ac: Remove.
6497
6498 2011-03-09  Yao Qi  <yao@codesourcery.com>
6499
6500         Revert:
6501         2011-02-11  Yao Qi  <yao@codesourcery.com>
6502
6503         * common/Makefile.in: Add copyright header.
6504
6505         2011-02-11  Yao Qi  <yao@codesourcery.com>
6506
6507         * Makefile.in: Remove signals.o from COMMON_OBS.  Link
6508         libcommon.a.
6509         * configure.ac: Add common to sub dir.
6510         * configure: Regenerate.
6511
6512 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
6513
6514         * xtensa-tdep.c (call0_ret): New function.
6515         (xtensa_skip_prologue): Speed up analysis.
6516
6517 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
6518
6519         * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
6520         while executing MI command -data-list-changed-registers.
6521
6522 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
6523
6524         * xtensa-tdep.c (xtensa_read_register): New function.
6525         (xtensa_write_register): New function.
6526         (xtensa_find_register_by_name): New function.
6527         (xtensa_windowed_frame_cache): Update comments in type description.
6528         (xtensa_frame_cache): Likewise.
6529         (xtensa_window_interrupt_insn): New function.
6530         (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
6531         (xtensa_insn_kind): Add new instructions.
6532         (rwx_special_register): New function.
6533         (call0_classify_opcode): Add new instructions to the analysis.
6534         (a0_saved, a7_saved, a11_saved): New variables.
6535         (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
6536         (execute_l32e): New function.
6537         (execute_s32e): New function.
6538         (xtensa_exception_handler_t): New type.
6539         (execute_code): New function.
6540         (xtensa_window_interrupt_frame_cache): New function to conduct frame
6541         analysis for Xtensa Window Exception handlers.
6542
6543 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
6544
6545         * xtensa-tdep.c (TX_PS): New.
6546         (windowing_enabled): Update to count for Call0 ABI.
6547         (xtensa_hextochar): New.
6548         (xtensa_init_reggroups): Make algorithm generic.
6549         (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
6550
6551 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
6552
6553         * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
6554
6555 2011-03-08  Michael Snyder  <msnyder@vmware.com>
6556
6557         * i386-tdep.c (i386_follow_jump): Check return value of
6558         target_read_memory.
6559         (i386_analyze_struct_return): Ditto.
6560         (i386_skip_probe): Ditto.
6561         (i386_match_insn): Ditto.
6562         (i386_skip_noop): Ditto.
6563         (i386_analyze_frame_setup): Ditto.
6564         (i386_analyze_register_saves): Ditto.
6565         (i386_skip_prologue): Ditto.
6566         (i386_skip_main_prologue): Ditto.
6567
6568         * target.c (read_whatever_is_readable): Fix memory leak.
6569
6570         * i386-tdep.c (i386_process_record): Document fall through.
6571
6572 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6573
6574         Fix DWARF-3+ DW_AT_accessibility default assumption.
6575         * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
6576         cu->header.version >= 3.
6577
6578 2011-03-08  Pedro Alves  <pedro@codesourcery.com>
6579
6580         * remote.c (remote_check_symbols): Skip if the target has no
6581         execution.
6582
6583 2011-03-08  Joel Brobecker  <brobecker@adacore.com>
6584
6585         * target.c (read_whatever_is_readable): Reformat comment,
6586         with a minor typo fix. Minor reformatting of the code.
6587
6588 2011-03-08  Yao Qi  <yao@codesourcery.com>
6589
6590         * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
6591         (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
6592         Use cached result instead of calling displaced_in_arm_mode again.
6593         (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
6594         (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
6595         (cleanup_copro_load_store, copy_copro_load_store): Likewise.
6596         (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
6597         (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
6598         (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
6599         (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
6600         (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
6601         (cleanup_block_load_pc, copy_block_xfer): Likewise.
6602         * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
6603         (arm_catch_kernel_helper_return): Likewise.
6604         * gdb/arm-tdep.h : Update function declarations.
6605
6606 2011-03-07  Michael Snyder  <msnyder@vmware.com>
6607
6608         * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
6609
6610         * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
6611
6612         * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
6613
6614         * elfread.c (elf_symtab_read): Stop memory leak.
6615
6616         * main.c (captured_main): Fix memory leak.
6617
6618 2011-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6619
6620         * ada-lang.c (compare_names): Call is_name_suffix with string1
6621         instead of string2.
6622
6623 2011-03-07  Tom Tromey  <tromey@redhat.com>
6624
6625         * xcoffread.c (xcoff_sym_fns): Update.
6626         * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
6627         (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
6628         * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
6629         (symbol_file_add_with_addrs_or_offsets): Likewise.
6630         (reread_symbols): Handle OBJF_PSYMTABS_READ.
6631         * somread.c (som_sym_fns): Update.
6632         * psymtab.h (require_partial_symbols): Declare.
6633         * psymtab.c (require_partial_symbols): New function.
6634         (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
6635         (ALL_OBJFILE_PSYMTABS): Undef.
6636         (ALL_PSYMTABS): Move from psympriv.h.
6637         (lookup_partial_symtab, find_pc_sect_psymtab)
6638         (lookup_symbol_aux_psymtabs, relocate_psymtabs)
6639         (find_last_source_symtab_from_partial)
6640         (forget_cached_source_info_partial)
6641         (print_psymtab_stats_for_objfile, read_symtabs_for_function)
6642         (expand_partial_symbol_tables, read_psymtabs_with_filename)
6643         (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
6644         (find_symbol_file_from_partial, map_matching_symbols_psymtab)
6645         (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
6646         Use ALL_OBJFILE_PSYMTABS_REQUIRED.
6647         * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
6648         * objfiles.h (OBJF_PSYMTABS_READ): New macro.
6649         * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
6650         psymtabs.
6651         * mipsread.c (ecoff_sym_fns): Update.
6652         * machoread.c (macho_sym_fns): Update.
6653         * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
6654         (read_psyms): New function.
6655         (elf_sym_fns, elf_sym_fns_gdb_index): Update.
6656         (elf_sym_fns_lazy_psyms): New global.
6657         * dwarf2read.c (dwarf2_initialize_objfile): Don't call
6658         dwarf2_build_psymtabs.
6659         * dbxread.c (aout_sym_fns): Update.
6660         * coffread.c (coff_sym_fns): Update.
6661
6662 2011-03-07  Tom Tromey  <tromey@redhat.com>
6663
6664         * infrun.c (print_exited_reason): Include inferior id and pid in
6665         message.
6666
6667 2011-03-07  Tom Tromey  <tromey@redhat.com>
6668
6669         * target.h (struct target_ops) <to_has_execution>: Add ptid_t
6670         parameter.
6671         (target_has_execution_1): Update.
6672         (target_has_execution_current): Declare.
6673         (target_has_execution): Call target_has_execution_current.
6674         (default_child_has_execution): Update.
6675         * target.c (default_child_has_execution): Add 'the_ptid'
6676         parameter.
6677         (target_has_execution_1): Likewise.
6678         (target_has_execution_current): New function.
6679         (add_target): Update.
6680         (init_dummy_target): Update.
6681         * remote-m32r-sdi.c (m32r_has_execution): New function.
6682         (init_m32r_ops): Use it.
6683         * record.c (record_core_has_execution): Now static.  Add
6684         'the_ptid' parameter.
6685         * inferior.c (have_live_inferiors): Don't save current thread.
6686         Use target_has_execution_1.
6687
6688 2011-03-07  Yao Qi  <yao@codesourcery.com>
6689
6690         * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
6691
6692 2011-03-07  Joel Brobecker  <brobecker@adacore.com>
6693
6694         * elfread.c (elf_symtab_read): Minor reformatting.
6695
6696 2011-03-07  Joel Brobecker  <brobecker@adacore.com>
6697
6698         * objc-lang.c (selectors_info): Minor reformatting.
6699
6700 2011-03-07  Joel Brobecker  <brobecker@adacore.com>
6701
6702         * ada-lang.c (compare_names): Add FALLTHROUGH comment.
6703
6704 2011-03-07  Joel Brobecker  <brobecker@adacore.com>
6705             Michael Snyder  <msnyder@vmware.com>
6706
6707         * ada-valprint.c (ada_val_print_array): Move the declaration of
6708         "byte_order" and "elttype" inside the block where these variables
6709         are actually used.  Remove some special handling for the case
6710         where "elttype" and "eltlen" are null.  Replace by a comment
6711         and a couple of assertion checks.
6712
6713 2011-03-05  Michael Snyder  <msnyder@vmware.com>
6714
6715         * source.c (add_path): Replace semicolon at end of block.
6716         * dwarf2expr.c (execute_stack_op): Ditto.
6717
6718 2011-03-05  Mike Frysinger  <vapier@gentoo.org>
6719
6720         * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
6721         * configure.tgt (bfin-*-*linux*): Define gdb_sim.
6722         (bfin-*-*): Likewise.
6723
6724 2011-03-05  Michael Snyder  <msnyder@vmware.com>
6725
6726         * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
6727         * mdebugread.c (parse_symbol): Ditto.
6728         * parse.c (parse_exp_in_context): Ditto.
6729         * source.c (add_path): Ditto.
6730         * utils.c (gnu_debuglink_crc32): Ditto.
6731         * varobj.c (variable_language): Ditto.
6732
6733         * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
6734
6735 2011-03-04  Michael Snyder  <msnyder@vmware.com>
6736
6737         * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
6738
6739         * symfile.c (simple_overlay_update): Check for null return value
6740         from lookup_minimal_symbol.
6741
6742         * xml-syscall.c (syscall_start_syscall): Assert name is non null.
6743
6744 2011-03-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6745
6746         * eval.c (parse_and_eval_address_1): Remove function.
6747         * linespec.c (decode_indirect): Call parse_to_comma_and_eval
6748         instead of parse_and_eval_address_1.
6749         * value.h (parse_and_eval_address_1): Remove prototype.
6750
6751 2011-03-04  Michael Snyder  <msnyder@vmware.com>
6752
6753         * remote.c (putpkt_binary): Document that case stmt falls through.
6754
6755 2011-03-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6756
6757         * breakpointc (print_it_typical): Move NULL check from here...
6758         (print_bp_stop_message): ... to here.
6759
6760 2011-03-04  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
6761
6762         * breakpoint.c (enable_command): Use break instead of continue,
6763         and fill in a missing break.
6764         (disable_command): Ditto.
6765
6766 2011-03-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
6767
6768         * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
6769         (terminal_save_ours): Remove misleading comment.
6770         (inflow_inferior_data_cleanup): Free ttystate.
6771         (inflow_inferior_exit): Likewise.
6772         (copy_terminal_info): Copy ttystate.
6773
6774         * serial.c (serial_copy_tty_state): New function.
6775         * serial.h (serial_copy_tty_state): Add prototype.
6776         (struct serial_ops): Add copy_tty_state callback.
6777         * ser-base.c (ser_base_copy_tty_state): New function.
6778         * ser-base.h (ser_base_copy_tty_state): Add prototype.
6779         * ser-go32.c (dos_copy_tty_state): New function.
6780         (dos_ops): Install copy_tty_state callback.
6781         * ser-mingw.c (_initialize_ser_windows): Likewise.
6782         * ser-pipe.c (_initialize_ser_pipe): Likewise.
6783         * ser-unix.c (hardwire_copy_tty_state): New function.
6784         (_initialize_ser_hardwire): Install it.
6785
6786 2011-03-04  Michael Snyder  <msnyder@vmware.com>
6787
6788         * breakpoint.c (create_breakpoint): Add missing break statement.
6789
6790         Reverting this patch:
6791         * infcall.c (call_function_by_hand): Add break statements for lint.
6792
6793         Reverting this patch:
6794         * cli/cli-script.c (script_from_file): Add break for lint.
6795
6796 2011-03-04  Michael Snyder  <msnyder@vmware.com>
6797
6798         * solib.c (reload_shared_libraries_1): Close memory leak.
6799
6800 2011-03-03  Tom Tromey  <tromey@redhat.com>
6801
6802         PR gdb/12538:
6803         * dwarf2read.c (process_psymtab_comp_unit): Handle case where
6804         DW_STRING is NULL.
6805
6806 2011-03-03  Michael Snyder  <msnyder@vmware.com>
6807
6808         * remote-fileio.c (remote_fileio_func_fstat): Initialize all
6809         fields of struct 'st' to zero.
6810
6811         * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
6812         sal.pspace before calling set_current_source_symtab_and_line.
6813
6814 2011-03-03  Yao Qi  <yao@codesourcery.com>
6815
6816         * Makefile.in (configure-common): Remove.  Let Makefile
6817         in dir common to rebuild itself.
6818         (common/Makefile): Likewise.
6819
6820 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
6821
6822         * utils.c (parse_escape): Add i18n markup in error message.
6823
6824 2011-03-03  Yao Qi  <yao@codesourcery.com>
6825
6826         * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
6827         ARM_PC_REGNUM.
6828         (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
6829         (displaced_write_reg, displaced_read_reg): Likewise.
6830         (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
6831         (cleanup_block_load_pc, copy_block_xfer): Likewise.
6832         (cleanup_branch): Replace magic number 14 and 15 with
6833         ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
6834
6835 2011-03-02  Michael Snyder  <msnyder@vmware.com>
6836
6837         * maint.c (maintenance_do_deprecate): No need to check for NULL.
6838
6839         * cli/cli-script.c (script_from_file): Add break for lint.
6840
6841         * mdebugread.c (parse_partial_symbols): Fix indent.
6842
6843         * target-descriptions.c (tdesc_gdb_type): No need to call
6844         xstrdup, callee saves a copy.
6845
6846         * printcmd.c (print_scalar_formatted): Use strncpy for safety.
6847
6848         * infcall.c (call_function_by_hand): Add break statements for lint.
6849
6850         * utils.c (parse_escape): Escape the escape char.
6851
6852         * python/py-inferior.c (build_inferior_list): Error out if
6853         PyList_Append fails.
6854         (gdbpy_inferiors): Error out if build_inferior_list fails.
6855
6856         * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
6857         a function call.
6858
6859         * record.c (record_restore): Move printf to before error return.
6860
6861 2011-03-02  Yao Qi  <yao@codesourcery.com>
6862
6863         * arm-tdep.h (struct displaced_step_closure): Add two new fields
6864         is_thumb and insn_size.
6865         * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
6866         on both ARM and Thumb mode.
6867         (arm_process_displaced_insn): Set is_thumb and insn_size.
6868         (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
6869         (arm_displaced_step_fixup): Likewise.
6870
6871 2011-03-01  Michael Snyder  <msnyder@vmware.com>
6872
6873         * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
6874
6875         * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
6876
6877         * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
6878
6879         * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
6880
6881         * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
6882         with xmalloc.
6883
6884         * ada-lang.c (aggregate_assign_others): Rename inner scope variable
6885         which shadows function parameter.
6886
6887         * tracepoint.c (create_tsv_from_upload): Superfluous call
6888         to xstrdup.  Callee already calls xstrdup.
6889
6890         * linespec.c (decode_line_1): Remove unnecessary null check.
6891
6892         * tracepoint.c (scope_info): Fix mem leak, remove underused
6893         variable.
6894
6895         * python/py-prettyprint.c (apply_val_pretty_printer): Remove
6896         superfluous null check.
6897
6898         * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
6899         (value_of_builtin_frame_fp_reg): Ditto.
6900
6901         * event-top.c (display_gdb_prompt): Remove superfluous null check.
6902
6903         * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
6904         be null.
6905
6906         * linespec.c (decode_line_1): Check for null before dereference.
6907
6908         * reverse.c (record_restore): Move null-check to before pointer
6909         dereference.
6910
6911         * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
6912
6913         * objc-lang.c (selectors_info): Add explanitory comment.
6914         (classes_info): Ditto.
6915
6916 2011-03-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
6917
6918         * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
6919         (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
6920         versions of the trampoline.  Handle Thumb vs. ARM addresses.
6921         (arm_kernel_linux_restart_syscall_tramp_frame): New global.
6922         (arm_linux_init_abi): Install it.
6923         * arm-tdep.c (arm_psr_thumb_bit): Make global.
6924         * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
6925
6926 2011-02-28  Michael Snyder  <msnyder@vmware.com>
6927
6928         * ui-out.c (ui_out_field_core_addr): Make local char buffer
6929         a little bigger, to avoid possibility of an overflow.
6930
6931         * breakpoint.c (breakpoint_adjustment_warning): Make local char
6932         buffers a little bigger, to avoid possibility of an overflow.
6933
6934         * coffread.c (coff_getfilename): Add check to avoid overflow.
6935
6936         * objc-lang.c (selectors_info): Add a small safety margin to
6937         avoid overflow.
6938         (classes_info): Error out on too long REGEXP.
6939
6940         * infrun.c (handle_inferior_event): Remove unused function call.
6941
6942         * fork-child.c (fork_inferior): Remove ifdef'd code and
6943         unused variable.
6944
6945         * linux-thread-db.c (attach_thread): Discard unused value.
6946
6947         * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
6948
6949         * remote.c (remote_get_noisy_reply): Discard unused value.
6950         (remote_vcont_resume): Ditto.
6951         (remote_stop_ns): Ditto.
6952
6953         * linespec.c (decode_objc): Delete unused variable.
6954
6955         * tui/tui-regs.c (tui_register_format): Delete unused variable.
6956
6957         * dwarf2read.c (add_partial_symbol): Discard unused values.
6958         (read_base_type): Delete unused variable.
6959
6960         * dbxread.c (read_dbx_symtab): Discard unused value.
6961
6962         * eval.c (evaluate_subexp_standard): Delete unused variable,
6963         and discard unused values.
6964
6965         * infcmd.c (_initialize_infcmd): Discard unused values.
6966
6967         * stabsread.c (rs6000_builtin_type): Missing break statement.
6968
6969         * dbxread.c (process_one_symbol): Discard unused value.
6970
6971         * coffread.c (coff_end_symtab): Delete unused variable.
6972
6973         * dwarf2read.c (dw2_get_file_names): Discard unused value.
6974         (dwarf2_add_typedef): Delete unused variable.
6975         (read_namespace): Ditto.
6976         (dwarf_decode_macros): Ditto.
6977
6978         * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
6979
6980         * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
6981
6982         * p-valprint.c (pascal_val_print): Discard unused value.
6983
6984         * utils.c (nquery): Call va_end before return;
6985         (yquery): Ditto.
6986         (query): Ditto.
6987
6988         * proc-service.c (ps_plog): Call va_end before return.
6989
6990 2011-02-28  Tom Tromey  <tromey@redhat.com>
6991
6992         * python/python.c (gdbpy_value_cst): New global.
6993         (_initialize_python): Initialize it.
6994         * python/python-internal.h (gdbpy_value_cst): Declare.
6995         * python/py-value.c (convert_value_from_python): Use
6996         gdbpy_value_cst.
6997
6998 2011-02-28  Michael Snyder  <msnyder@vmware.com>
6999
7000         * python/py-cmd.c (cmdpy_init): Fix memory leak.
7001
7002         * breakpoint.c (catch_syscall_completer): Free malloced list.
7003
7004         * jv-lang.c (java_primitive_type_from_name): Add missing break.
7005
7006         * opencl-lang.c (lval_func_check_validity): Rename inner variables.
7007         (lval_func_check_synthetic_pointer): Ditto.
7008         (lval_func_free_closure): Fix use-after-free.
7009
7010 2011-02-28  Tom Tromey  <tromey@redhat.com>
7011
7012         * psymtab.c (expand_partial_symbol_tables): Use
7013         ALL_OBJFILE_PSYMTABS.
7014
7015 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
7016
7017         * objc-lang.c (selectors_info): Error on too long REGEXP.
7018
7019 2011-02-28  Michael Snyder  <msnyder@vmware.com>
7020
7021         * python/py-param.c (set_parameter_value): Add missing
7022         break statement.
7023
7024         * linux-record.c (record_linux_system_call): Add missing
7025         break statement.
7026
7027 2011-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
7028
7029         * breakpoint.c (print_one_breakpoint_location): Remove unused
7030         argument PRINT_ADDRESS_BITS.  Update callers.
7031         (print_one_breakpoint): Likewise.
7032
7033 2011-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
7034
7035         * breakpoint.c (wrap_indent_at_field): New function.
7036         (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
7037         Allocate ui_stream locally instead of using STB argument.
7038         (print_one_breakpoint_location): Update call.
7039         * ui-out.c (ui_out_query_field): New function.
7040         * ui-out.h (ui_out_query_field): Add prototype.
7041
7042 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
7043
7044         From Michael Snyder  <msnyder@vmware.com>
7045         * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
7046
7047 2011-02-27  Michael Snyder  <msnyder@vmware.com>
7048
7049         * objc-lang.c (selectors_info): Prevent string overrun.
7050
7051         * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
7052         error in strncpy.
7053
7054         * symtab.c (rbreak_command): Move variable 'file_name' to
7055         outer scope.
7056
7057         * d-valprint.c (dynamic_array_type): Avoid shadowing a function
7058         param with a local variable of the same name.
7059
7060 2011-02-27  Michael Snyder  <msnyder@vmware.com>
7061
7062         * value.c (value_from_history_ref): New function.
7063         * value.h (value_from_history_ref): Export.
7064         * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
7065         to parse value history references.
7066         * cli/cli-utils.h (get_number_trailer): Update comment.
7067
7068 2011-02-27  Michael Snyder  <msnyder@vmware.com>
7069
7070         * inferior.c (detach_inferior_command): Use get_number_or_range.
7071         (kill_inferior_command): Ditto.
7072         (remove_inferior_command): Ditto.
7073         (initialize_inferiors): Make command names plural.
7074         Update help strings.
7075
7076 2011-02-27  Michael Snyder  <msnyder@vmware.com>
7077
7078         * darwin-nat-info.c: Fix comment typo.
7079         * dwarf2expr.h: Ditto.
7080         * fbsd-nat.c: Ditto.
7081         * fbsd-nat.h: Ditto.
7082         * frame-unwind.h: Ditto.
7083         * frame.h: Ditto.
7084         * hppa-hpux-tdep.c: Ditto.
7085         * i386-linux-nat.c: Ditto.
7086         * linux-nat.c: Ditto.
7087         * nbsd-nat.c: Ditto.
7088         * nbsd-nat.h: Ditto.
7089         * ppc-linux-tdep.c: Ditto.
7090         * serial.c: Ditto.
7091         * ui-file.h: Ditto.
7092         * tui/tui-winsource.c: Ditto.
7093
7094 2011-02-26  Michael Snyder  <msnyder@vmware.com>
7095
7096         * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
7097
7098         * maint.c (maintenance_do_deprecate): Plug a memory leak.
7099
7100         * dwarf2loc.c (insert_bits): Avoid shadowing a function param
7101         with a local variable of the same name.
7102
7103         * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
7104         param with a local variable of the same name.
7105         (i387_supply_xsave): Ditto.
7106
7107         * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
7108         that it does not shadow a function parameter.
7109
7110         * i386-nat.c (i386_length_and_rw_bits): Document that case
7111         statement is meant to fall through.
7112
7113         * expprint.c (dump_subexp_body_standard): Document that case
7114         statement is meant to fall through.
7115
7116         * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
7117         dead if statement.  Condition can't be false.
7118
7119 2011-02-25  Michael Snyder  <msnyder@vmware.com>
7120
7121         * arm-tdep.c: Fix typos in comments.
7122         * bsd-uthread.c: Ditto.
7123         * completer.c: Ditto.
7124         * corelow.c: Ditto.
7125         * cp-namespace.c: Ditto.
7126         * cp-support.c: Ditto.
7127         * cris-tdep.c: Ditto.
7128         * dbxread.c: Ditto.
7129         * dwarf2read.c: Ditto.
7130         * frame.h: Ditto.
7131         * gdbtypes.h: Ditto.
7132         * inferior.h: Ditto.
7133         * mdebugread.c: Ditto.
7134         * mips-tdep.c: Ditto.
7135         * ppc-linux-nat.c: Ditto.
7136         * ppc-linux-tdep.c: Ditto.
7137         * printcmd.c: Ditto.
7138         * sol-thread.c: Ditto.
7139         * solib-frv.c: Ditto.
7140         * solist.h: Ditto.
7141         * sparc64-tdep.c: Ditto.
7142         * spu-tdep.c: Ditto.
7143         * stabsread.c: Ditto.
7144         * symfile.c: Ditto.
7145         * valops.c: Ditto.
7146         * varobj.c: Ditto.
7147         * vax-nat.c: Ditto.
7148         * python/py-block.c: Ditto.
7149         * python/py-symbol.c: Ditto.
7150         * python/py-symtab.c: Ditto.
7151         * python/py-value.c: Ditto.
7152         * tui/tui-win.c: Ditto.
7153
7154 2011-02-25  Michael Snyder  <msnyder@vmware.com>
7155
7156         * inferior.c (print_inferior): Accept a string instead of an int
7157         for requested_inferiors, and use get_number_or_range to parse it.
7158         (info_inferiors_command): Pass args string to print_inferior.
7159         (initialize_inferiors): Change help string for info inferiors.
7160         * inferior.h (print_inferior): Export prototype change.
7161
7162 2011-02-25  Tom Tromey  <tromey@redhat.com>
7163
7164         * common/ax.def (invalid2): Set to 0x31.
7165
7166 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7167
7168         * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
7169         L and plongest.
7170         (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
7171         use L and plongest.
7172         (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
7173
7174 2011-02-24  Michael Snyder  <msnyder@vmware.com>
7175
7176         * Makefile.in (clean): Make clean should remove generated files
7177         observer.h and observer.inc.
7178
7179 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
7180
7181         Revert the following patch (not approved yet):
7182         2011-02-21  Hui Zhu  <teawater@gmail.com>
7183         * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7184         * ax-gdb.c (gen_printf_expr_callback): New function.
7185         * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7186         * ax-general.c (ax_memcpy): New function.
7187         (ax_print): Handle "printf".
7188         (ax_reqs): Ditto.
7189         * ax.h (ax_memcpy): Forward declare.
7190         * common/ax.def (invalid2): Removed.
7191         (printf): New entry.
7192         * printcmd.c (printcmd.h): New include.
7193         (string_printf): New function.
7194         (ui_printf): Removed.
7195         (printf_command): Remove static.  Call string_printf.
7196         (eval_command): Call string_printf.
7197         * printcmd.h: New file.
7198         * tracepoint.c (validate_actionline,
7199         encode_actions_1): handle printf_command.
7200
7201 2011-02-23  Tom Tromey  <tromey@redhat.com>
7202
7203         * ax-general.c (ax_pick): Add missing newline.
7204
7205 2011-02-23  Michael Snyder  <msnyder@vmware.com>
7206
7207         * breakpoint.c (breakpoint_1): Change first argument from an int
7208         to a char pointer, so that the function now accepts a list of
7209         breakpoints rather than just one.  Use new function
7210         'number_is_in_list' to implement.
7211         (breakpoints_info): Pass char * instead of int to breakpoint_1.
7212         (watchpoints_info): Ditto.
7213         (tracepoints_info): Ditto.
7214         (maintenance_info_breakpoints): Ditto.
7215         (_initialize_breakpoint): Update help strings to reflect the fact
7216         that these functions can now take more than one argument.
7217         * cli/cli-utils.c (number_is_in_list): New function.
7218         * cli/cli-utils.h (number_is_in_list): Export.
7219
7220 2011-02-23  Michael Snyder  <msnyder@vmware.com>
7221
7222         * memattr.c (mem_enable_command): Use get_number_or_range.
7223         (mem_disable_command): Ditto.
7224         (mem_delete_command): Ditto.
7225         (_initialize_mem): Tweak usage message to reflect multiple
7226         arguments.
7227
7228 2011-02-22  Doug Evans  <dje@google.com>
7229
7230         Add gdb.lookup_global_symbol python function.
7231         * NEWS: Add entry.
7232         * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
7233         * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
7234         * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
7235
7236 2011-02-22  Tom Tromey  <tromey@redhat.com>
7237
7238         * language.c (language_class_name_from_physname): Rename
7239         'curr_language' argument to 'lang'; use in body.
7240
7241 2011-02-22  Michael Snyder  <msnyder@vmware.com>
7242
7243         * cli/cli-utils.c (number_is_in_list): Check for zero return.
7244
7245 2011-02-22  Pedro Alves  <pedro@codesourcery.com>
7246
7247         * frame-unwind.h: Fix comment to mention the this frame, not the
7248         next.
7249
7250 2011-02-22  Tom Tromey  <tromey@redhat.com>
7251
7252         * symfile.c (auto_solib_limit): Remove.
7253         * symfile.h (auto_solib_limit): Remove.
7254
7255 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
7256
7257         * Makefile.in (INSTALLED_LIBS): Delete.  Update comment.
7258
7259 2011-02-21  Michael Snyder  <msnyder@vmware.com>
7260
7261         * gdbthread.h (print_thread_info): Change prototype.
7262         * thread.c (print_thread_info): Accept char* instead of int for
7263         requested_threads argument.  Use new function number_is_in_list
7264         to determine which threads to list.
7265         (info_threads_command): Pass char* to print_thread_info.
7266         * cli/cli-utils.c (number_is_in_list): New function.
7267         * cli/cli-utils.h (number_is_in_list): Export.
7268         * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
7269         print_thread_info.
7270         (print_one_inferior): Ditto.
7271         (mi_cmd_list_thread_groups): Ditto.
7272
7273 2011-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7274
7275         * common/Makefile.in (CFLAGS): New.
7276         (COMPILE): Add $(CFLAGS).
7277
7278 2011-02-21  Tom Tromey  <tromey@redhat.com>
7279
7280         * breakpoint.c (catch_syscall_command_1): Fix typo.
7281
7282 2011-02-21  Tom Tromey  <tromey@redhat.com>
7283
7284         * reverse.c: Include cli-utils.h.
7285         * printcmd.c: Include cli-utils.h.
7286         (string_printf): Use skip_spaces.
7287         * cli/cli-utils.h: New file.
7288         * cli/cli-utils.c: New file.
7289         * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
7290         * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
7291         * breakpoint.h (get_number, get_number_or_range): Move to
7292         cli-utils.h.
7293         * breakpoint.c: Include cli-utils.h.
7294         (get_number_trailer, get_number, get_number_or_range)
7295         (ep_skip_leading_whitespace): Move to cli-utils.c.
7296         (create_breakpoint_sal, find_condition_and_thread)
7297         (decode_static_tracepoint_spec, watch_command_1)
7298         (watch_maybe_just_location, ep_parse_optional_if_clause)
7299         (catch_fork_command_1, catch_exec_command_1)
7300         (catch_syscall_command_1): Use skip_spaces, skip_to_space.
7301         * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
7302         (SUBDIR_CLI_SRCS): Add cli-utils.c.
7303         (HFILES_NO_SRCDIR): Add cli-utils.h.
7304         (cli-utils.o): New target.
7305
7306 2011-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
7307
7308         * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
7309         before calling discard_all_inferiors.
7310
7311 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
7312
7313         * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
7314         (struct builtin_opencl_type): Remove.
7315         (builtin_opencl_type): Change return type to "struct type **".
7316         (lookup_opencl_vector_type): Update caller.
7317         (opencl_language_arch_info): Copy primitive type vector from gdbarch.
7318         (build_opencl_types): Install plain array of "struct type *"
7319         instead of "struct builtin_opencl_type".
7320
7321 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7322             Ulrich Weigand  <uweigand@de.ibm.com>
7323
7324         * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
7325         (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
7326         (struct arm_linux_hwbp_cap): New type.
7327         (arm_linux_get_hwbp_cap): New function.
7328         (arm_linux_get_hw_breakpoint_count): Likewise.
7329         (arm_linux_get_hw_watchpoint_count): Likewise.
7330         (arm_linux_can_use_hw_breakpoint): Likewise.
7331         (arm_hwbp_type): New type.
7332         (arm_hwbp_control_t): Likewise.
7333         (struct arm_linux_hw_breakpoint): Likewise.
7334         (struct arm_linux_thread_points): Likewise.
7335         (arm_threads): New global variable.
7336         (arm_linux_find_breakpoints_by_tid): New function.
7337         (arm_hwbp_control_initialize): Likewise.
7338         (arm_hwbp_control_is_enabled): Likewise.
7339         (arm_hwbp_control_disable): Likewise.
7340         (arm_linux_hw_breakpoint_initialize): Likewise.
7341         (arm_linux_get_hwbp_type): Likewise.
7342         (arm_linux_hw_watchpoint_initialize): Likewise.
7343         (arm_linux_hw_breakpoint_equal): Likewise.
7344         (arm_linux_insert_hw_breakpoint1): Likewise.
7345         (arm_linux_remove_hw_breakpoint1): Likewise.
7346         (arm_linux_insert_hw_breakpoint): Likewise.
7347         (arm_linux_remove_hw_breakpoint): Likewise.
7348         (arm_linux_region_ok_for_hw_watchpoint): Likewise.
7349         (arm_linux_insert_watchpoint): Likewise.
7350         (arm_linux_remove_watchpoint): Likewise.
7351         (arm_linux_stopped_data_address): Likewise.
7352         (arm_linux_stopped_by_watchpoint): Likewise.
7353         (arm_linux_watchpoint_addr_within_range): Likewise.
7354         (arm_linux_new_thread): Likewise.
7355         (arm_linux_thread_exit): Likewise.
7356         (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
7357         related target callbacks.  Register arm_linux_new_thread and
7358         arm_linux_thread_exit.
7359         * arm-tdep.h (arm_pc_is_thumb): Add prototype.
7360         * arm-tdep.c (arm_pc_is_thumb): Make global.
7361         (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
7362
7363 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
7364
7365         * breakpoint.c (update_watchpoint): Do not attempt to recreate
7366         per-frame locations while within a function epilogue.
7367
7368 2011-02-21  Pierre Muller  <muller@ics.u-strasbg.fr>
7369
7370         * ser-mingw.c (ser_windows_close): Reformat comment to better conform
7371         to GNU coding standards.
7372
7373 2011-02-21  Pierre Muller  <muller@ics.u-strasbg.fr>
7374
7375         Allow use of mingw native on Windows 95 OS.
7376         * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
7377         (ser_windows_close): Only call CancelIo if function exists.
7378         (_initialize_ser_windows): Use LoadLirary/GetProcAddress
7379         to check for existence of CancelIo function in kernel32 DLL.
7380
7381 2011-02-21  Hui Zhu  <teawater@gmail.com>
7382
7383         * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7384         * ax-gdb.c (gen_printf_expr_callback): New function.
7385         * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7386         * ax-general.c (ax_memcpy): New function.
7387         (ax_print): Handle "printf".
7388         (ax_reqs): Ditto.
7389         * ax.h (ax_memcpy): Forward declare.
7390         * common/ax.def (invalid2): Removed.
7391         (printf): New entry.
7392         * printcmd.c (printcmd.h): New include.
7393         (string_printf): New function.
7394         (ui_printf): Removed.
7395         (printf_command): Remove static.  Call string_printf.
7396         (eval_command): Call string_printf.
7397         * printcmd.h: New file.
7398         * tracepoint.c (validate_actionline,
7399         encode_actions_1): handle printf_command.
7400
7401 2011-02-19  Michael Snyder  <msnyder@vmware.com>
7402
7403         * reverse.c (delete_one_bookmark): Argument is now bookmark
7404         id rather than pointer to bookmark struct.
7405         (delete_bookmark_command): Use get_number_or_range.
7406         (goto_bookmark_command): Parse with get_number instead of strtoul.
7407         (bookmark_1): New function.  Print info for one bookmark.
7408         (bookmarks_info): Use get_number_or_range and bookmark_1.
7409
7410 2011-02-18  Michael Snyder  <msnyder@vmware.com>
7411
7412         * thread.c (info_threads_command): Re-implement using
7413         get_number_or_range.
7414         (thread_apply_command): Ditto.
7415
7416 2011-02-18  Tom Tromey  <tromey@redhat.com>
7417
7418         * common/ax.def: New file.
7419         * ax.h (enum agent_op): Use ax.def.
7420         * ax-general.c (aop_map): Use ax.def.
7421
7422 2011-02-18  Tom Tromey  <tromey@redhat.com>
7423
7424         * ax-general.c (aop_map): Add pick and rot.
7425         * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
7426         <DW_OP_rot>: Implement.
7427         * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
7428         (ax_pick): Declare.
7429         * ax-general.c (ax_pick): New function.
7430
7431 2011-02-18  Tom Tromey  <tromey@redhat.com>
7432
7433         * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
7434
7435 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7436             Tom Tromey  <tromey@redhat.com>
7437
7438         * cp-support.c (make_symbol_overload_list_namespace): Do not call
7439         make_symbol_overload_list_block with NULL BLOCK.
7440         * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
7441
7442 2011-02-18  Pedro Alves  <pedro@codesourcery.com>
7443
7444         * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
7445         * breakpoint.h (get_number_or_range): Declare.
7446         * printcmd.c (ALL_DISPLAYS): Declare.
7447         (delete_display): Reimplement taking a display pointer.
7448         (undisplay_command): Accept a range of displays to delete, using
7449         get_number_or_range.
7450
7451 2011-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
7452
7453         * c-valprint.c (c_val_print): Add embedded_offset to address
7454         for arrays of unspecified length.
7455         * p-valprint.c (pascal_val_print): Likewise.
7456
7457 2011-02-18  Yao Qi  <yao@codesourcery.com>
7458
7459         * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
7460         (arm_process_displaced_insn): .. here. Remove parameter INSN.
7461         (thumb_process_displaced_insn): New.
7462         * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
7463         call to arm_process_displaced_insn.
7464         * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
7465
7466 2011-02-17  Tom Tromey  <tromey@redhat.com>
7467
7468         * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
7469         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
7470         compile_dwarf_to_ax.  No longer static.  Call
7471         dwarf2_compile_cfa_to_ax.
7472         (locexpr_tracepoint_var_ref): Update.
7473         (loclist_tracepoint_var_ref): Update.
7474         * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
7475         * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
7476         argument; add 'gdbarch' and 'pc'.
7477         (dwarf2_compile_cfa_to_ax): New function.
7478         (dwarf2_frame_cache): Update.
7479
7480 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
7481
7482         * ada-lang.c (ada_type_of_array): Fix the size of the array
7483         in the case of an unconstrained packed array.
7484
7485 2011-02-17  Yao Qi  <yao@codesourcery.com>
7486
7487         * common/Makefile.in: Add more targets for make.
7488
7489 2011-02-16  Tom Tromey  <tromey@redhat.com>
7490
7491         * dwarf2loc.c (unimplemented): Fix typo.
7492
7493 2011-02-16  Tom Tromey  <tromey@redhat.com>
7494
7495         * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
7496         (compile_dwarf_to_ax) <default>: Use unimplemented.
7497         <DW_OP_deref>: Update.
7498         (disassemble_dwarf_expression): Update.
7499         * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
7500         (decode_locdesc): Update.
7501         * dwarf2expr.h (dwarf_stack_op_name): Update.
7502
7503 2011-02-16  Tom Tromey  <tromey@redhat.com>
7504
7505         * ax.h (struct aop_map) <name>: Now const.
7506
7507 2011-02-16  Tom Tromey  <tromey@redhat.com>
7508
7509         * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
7510         than axs_rvalue.
7511
7512 2011-02-16  Yao Qi  <yao@codesourcery.com>
7513
7514         * infrun.c (get_displaced_step_closure_by_addr): New.
7515         * inferior.h: Declare it.
7516         * arm-tdep.c: (arm_pc_is_thumb): Call
7517         get_displaced_step_closure_by_addr.  Adjust MEMADDR if it
7518         returns non-NULL.
7519
7520 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
7521             Jan Kratochvil  <jan.kratochvil@redhat.com>
7522
7523         gdb/
7524         * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
7525
7526 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
7527             Jan Kratochvil  <jan.kratochvil@redhat.com>
7528
7529         * value.c (value_contents_copy_raw): Extend describing comment.
7530         Assert that the destination contents we're overwriting are wholly
7531         available.
7532         (value_contents_copy): Extend describing comment.
7533
7534 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
7535             Jan Kratochvil  <jan.kratochvil@redhat.com>
7536
7537         * value.c (value_available_contents_eq): Remove redundant local
7538         variables.  Fix available contents comparision.
7539         * value.h (value_available_contents_eq): Extend describing
7540         comment.
7541
7542 2011-02-16  Yao Qi  <yao@codesourcery.com>
7543
7544         * thread.c (info_threads_command): Add missing i18n markup and remove
7545         trailing newline.
7546
7547 2011-02-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
7548
7549         * breakpoint.c (longjmp_names): New variable.
7550         (struct breakpoint_objfile_data): New type.
7551         (breakpoint_objfile_key): New variable.
7552         (msym_not_found): New variable.
7553         (msym_not_found_p): New predicate.
7554         (get_breakpoint_objfile_data): New function.
7555         (create_overlay_event_breakpoint): Check per-objfile cache for
7556         symbols first.
7557         (create_longjmp_master_breakpoint): Likewise.
7558         (create_std_terminate_master_breakpoint): Likewise.
7559         (create_exception_master_breakpoint): Likewise.
7560         (_initialize_breakpoint): Register per-objfile data key.
7561
7562 2011-02-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
7563
7564         * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
7565         parameter value.
7566         (create_longjmp_master_breakpoint): Loop over longjmp names.
7567         (create_std_terminate_master_breakpoint): Const-propagate parameter
7568         value.
7569         (update_breakpoints_after_exec): Adjust.
7570         (breakpoint_re_set): Adjust.
7571
7572 2011-02-15  Michael Snyder  <msnyder@vmware.com>
7573
7574         * thread.c (info_threads_command): Process arg as thread id,
7575         or list of thread ids.
7576         (thread_find_command): New command.
7577         (_initialize_thread): Document argument for info threads.
7578         Document 'thread find' command.
7579         * NEWS: Document new command "thread find".
7580
7581 2011-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7582
7583         * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
7584         * aclocal.m4: Regenerated with aclocal-1.11.1.
7585         * common/configure: Regenerate with autoconf-2.64.
7586
7587 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
7588
7589         * opencl-lang.c (build_opencl_types): Set the size of the built-in
7590         bool data type to a size of one byte.
7591
7592 2011-02-15  Pedro Alves  <pedro@codesourcery.com>
7593             Jan Kratochvil  <jan.kratochvil@redhat.com>
7594
7595         * target.c (memory_xfer_live_readonly_partial): Document where to
7596         look for interface description.
7597
7598 2011-02-15  Yao Qi  <yao@codesourcery.com>
7599
7600         PR tdep/12352
7601         * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
7602         order to store PC value on stack instead of text section.
7603
7604 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7605
7606         * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
7607         the EFP register set size.
7608         (efpr_pseudo_register_read): Use regcache_raw_read_part to read
7609         data from the VMX register.
7610         (efpr_pseudo_register_write): Use regcache_raw_write_part to read
7611         and write data from/to the VMX register.
7612
7613 2011-02-14  Michael Snyder  <msnyder@vmware.com>
7614
7615         * command.h (enum command_class): New class 'no_set_class', for
7616         "show" commands without a corresponding "set" command.
7617         * value.c (_initialize_values): Use 'no_set_class' for "show values".
7618         * copying.c (_initialize_copying): Ditto for "show copying" and
7619         "show warranty".
7620         * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
7621         "show version".
7622         * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
7623         which there is no corresponding "set" command (eg. "show copying").
7624
7625 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7626             Jan Kratochvil  <jan.kratochvil@redhat.com>
7627
7628         * exec.c (section_table_available_memory): Change `len' parameter
7629         type to ULONGEST.
7630         * exec.h (section_table_available_memory): Ditto.
7631         * value.h (read_value_memory): Rename the `offset' parameter to
7632         `embedded_offset'.
7633
7634 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7635             Jan Kratochvil  <jan.kratochvil@redhat.com>
7636
7637         * memrange.c (compare_mem_ranges): Mention sort order in
7638         describing comment.
7639         (normalize_mem_ranges): Add comment.  Fix ra->length calculation.
7640         * tracepoint.c (traceframe_available_memory): Extend comment to
7641         mention what happens to RESULT when the target does not support
7642         the query.
7643
7644 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7645             Jan Kratochvil  <jan.kratochvil@redhat.com>
7646
7647         * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
7648         range.
7649
7650 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7651
7652         * value.c (value_bits_valid, value_bits_synthetic_pointer):
7653         No longer handle NULL values.
7654
7655 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7656
7657         * exceptions.h (NOT_AVAILABLE_ERROR): New error.
7658         * value.c: Include "exceptions.h".
7659         (require_available): Throw NOT_AVAILABLE_ERROR instead of a
7660         generic error.
7661         * cp-abi.c: Include gdb_assert.h.
7662         (baseclass_offset): Add `embedded_offset' and `val' parameters.
7663         Assert the method is implemented.  Wrap NOT_AVAILABLE_ERROR
7664         errors.
7665         * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
7666         parameters.  No longer returns -1 on error.
7667         (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
7668         `val' parameters.
7669         * cp-valprint.c: Include exceptions.h.
7670         (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
7671         the baseclass_offset.  Handle unavailable base classes.  Use
7672         val_print_invalid_address.
7673         * p-valprint.c: Include exceptions.h.
7674         (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
7675         when fetching the baseclass_offset.  No longer expect
7676         baseclass_offset returning -1.  Handle unavailable base classes.
7677         Use val_print_invalid_address.
7678         * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
7679         `valaddr' parameter, and change its type to gdb_byte pointer.  Add
7680         `embedded_offset' and `val' parameters.  Adjust.
7681         (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
7682         parameter, and change its type to gdb_byte pointer.  Add
7683         `embedded_offset' and `val' parameters.  Adjust.  No longer expect
7684         baseclass_offset returning -1.
7685         (value_dynamic_cast): Use value_contents_for_printing rather than
7686         value_contents.  Adjust.
7687         (search_struct_field): No longer expect baseclass_offset returning
7688         -1.
7689         (search_struct_method): If reading memory from the target is
7690         necessary, wrap it in a new value to pass to baseclass_offset.  No
7691         longer expect baseclass_offset returning -1.
7692         (find_method_list): No longer expect baseclass_offset returning
7693         -1.  Use value_contents_for_printing rather than value_contents.
7694         * valprint.c (val_print_invalid_address): New function.
7695         * valprint.h (val_print_invalid_address): Declare.
7696         * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
7697         and `val' parameters.  No longer expect baseclass_offset returning
7698         -1.  Adjust.
7699         * gnu-v2-abi.c: Include "exceptions.h".
7700         (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
7701         parameters.  Handle unavailable memory.  Recurse through
7702         gnuv2_baseclass_offset directly, rather than through
7703         baseclass_offset.  No longer returns -1 on not found, instead
7704         throw an error.
7705         * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
7706         `val' parameters.  Adjust.
7707
7708 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7709
7710         * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
7711         almost but not quite adjacent.
7712
7713 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7714
7715         * value.h (value_entirely_available): Declare.
7716         * value.c (value_entirely_available): New function.
7717         * c-valprint.c (c_value_print): Don't try fetching the pointer's
7718         real type if the pointer is unavailable.
7719
7720 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7721
7722         * valops.c (value_repeat): Use read_value_memory instead of
7723         read_memory.
7724
7725 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7726
7727         * value.h (value_contents_copy, value_contents_copy_raw): Declare.
7728         * value.c (value_contents_copy_raw, value_contents_copy): New
7729         functions.
7730         (value_primitive_field): Use value_contents_copy_raw instead of
7731         memcpy.
7732         * valops.c (value_fetch_lazy): Use value_contents_copy instead of
7733         memcpy.
7734         (value_array, value_slice): Ditto.
7735         * valarith.c (value_subscripted_rvalue): Use
7736         value_contents_copy_raw instead of memcpy.
7737
7738 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7739
7740         <unavailable> references.
7741
7742         * valops.c (get_value_at): Use value_from_contents_and_address,
7743         avoiding read_memory.
7744
7745 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7746
7747         * c-valprint.c (c_val_print): Print a string with unavailable
7748         contents as an array.
7749
7750 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7751
7752         * value.h (unpack_bits_as_long): Delete declaration.
7753         (unpack_value_bits_as_long): Declare.
7754         (unpack_value_field_as_long): Declare.
7755         (value_field_bitfield): Declare.
7756         * value.c (unpack_bits_as_long): Rename to...
7757         (unpack_value_bits_as_long_1): ... this.  Add embedded_offset and
7758         value parameters.  Return the extracted result in a new output
7759         parameter.  If the value contents are unavailable, return false,
7760         otherwise return true.
7761         (unpack_value_bits_as_long): New.
7762         (unpack_field_as_long): Rename to...
7763         (unpack_value_field_as_long_1): ... this.  Add embedded_offset and
7764         Add embedded_offset and value parameters.  Return the extracted
7765         result in a new output parameter. If the value contents are
7766         unavailable, return false, otherwise return true.
7767         (unpack_value_field_as_long): New.
7768         (unpack_field_as_long_1): New.
7769         (unpack_field_as_long): Reimplement as wrapper around
7770         unpack_value_field_as_long_1.
7771         (value_field_bitfield): New function.
7772         * valops.c (value_fetch_lazy): When fetching a bitfield, use
7773         unpack_value_bits_as_long.  Mark the value as unavailable, if it
7774         is unavailable.
7775         * jv-valprint.c (java_print_value_fields): Use
7776         value_field_bitfield.
7777         * p-valprint.c (pascal_object_print_value_fields): Use
7778         value_field_bitfield.
7779         * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
7780
7781 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7782
7783         * value.c (get_internalvar_integer): Also return the int value of
7784         TYPE_CODE_INT INTERNALVAR_VALUE values.
7785         (set_internalvar): Don't special case TYPE_CODE_INT.
7786
7787 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7788
7789         * value.c (struct internalvar) <enum internalvar_kind>: Remove
7790         INTERNALVAR_POINTER.
7791         <pointer>: Delete.
7792         (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
7793         (set_internalvar): Remove special TYPE_CODE_PTR handling.
7794         (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
7795
7796 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7797
7798         * value.h (value_available_contents_eq): Declare.
7799         * value.c (find_first_range_overlap): New function.
7800         (value_available_contents_eq): New function.
7801         * valprint.c (val_print_array_elements): Use
7802         value_available_contents_eq.
7803         * ada-valprint.c (val_print_packed_array_elements): Use
7804         value_available_contents_eq.
7805         * jv-valprint.c (java_value_print): Use
7806         value_available_contents_eq.
7807
7808 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7809
7810         * target.c (target_read_live_memory): New function.
7811         (memory_xfer_live_readonly_partial): New.
7812         (memory_xfer_partial): If reading from a traceframe, fallback to
7813         reading unavailable read-only memory from read-only regions of
7814         live target memory.
7815         * tracepoint.c (disconnect_tracing): Adjust.
7816         (set_current_traceframe): New, factored out from
7817         set_traceframe_number.
7818         (set_traceframe_number): Reimplement to only change the traceframe
7819         number on the GDB side.
7820         (do_restore_current_traceframe_cleanup): Adjust.
7821         (make_cleanup_restore_traceframe_number): New.
7822         (cur_traceframe_number): New global.
7823         (tfile_open): Set cur_traceframe_number to no traceframe.
7824         (set_tfile_traceframe): New function.
7825         (tfile_trace_find): If looking up a traceframe using any method
7826         other than by number, make sure the current tfile traceframe
7827         matches gdb's current traceframe.  Update the current tfile
7828         traceframe if the lookup succeeded.
7829         (tfile_fetch_registers, tfile_xfer_partial)
7830         (tfile_get_trace_state_variable_value): Make sure the remote
7831         traceframe matches gdb's current traceframe.
7832         * remote.c (remote_traceframe_number): New global.
7833         (remote_open_1): Set it to -1.
7834         (set_remote_traceframe): New function.
7835         (remote_fetch_registers, remote_store_registers)
7836         (remote_xfer_memory, remote_xfer_partial)
7837         (remote_get_trace_state_variable_value): Make sure the remote
7838         traceframe matches gdb's current traceframe.
7839         (remote_trace_find): If looking up a traceframe using any method
7840         other than by number, make sure the current remote traceframe
7841         matches gdb's current traceframe.  Update the current remote
7842         traceframe if the lookup succeeded.
7843         * infrun.c (fetch_inferior_event): Adjust.
7844         * tracepoint.h (set_current_traceframe): Declare.
7845         (get_traceframe_number, set_traceframe_number): Add describing
7846         comments.
7847
7848 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7849
7850         Mark pieces of values as unavailable if the corresponding memory
7851         is unavailable.
7852
7853         * valops.c: Include tracepoint.h.
7854         (value_fetch_lazy): Use read_value_memory.
7855         (read_value_memory): New.
7856         * value.h (read_value_memory): Declare.
7857         * dwarf2loc.c (read_pieced_value): Use read_value_memory.
7858         * exec.c (section_table_available_memory): New function.
7859         * exec.h (section_table_available_memory): Declare.
7860
7861 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7862
7863         * Makefile.in (SFILES): Add memrange.c.
7864         (HFILES_NO_SRCDIR): Add memrange.h.
7865         (COMMON_OBS): Add memrange.o.
7866         * memrange.c: New file.
7867         * memrange.h: New file.
7868         * tracepoint.c: Include memrange.h.
7869         (struct mem_range): Delete.
7870         (mem_range_s): Delete.
7871         (traceframe_available_memory): New function.
7872         * tracepoint.h (traceframe_available_memory): Declare.
7873
7874 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7875
7876         * target.h (struct traceframe_info): Forward declare.
7877         (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
7878         (struct target_ops) <to_traceframe_info>: New field.
7879         (target_traceframe_info): New.
7880         * target.c (update_current_target): Inherit and default
7881         to_traceframe_info.
7882         * remote.c (PACKET_qXfer_traceframe_info): New.
7883         (remote_protocol_features): Register qXfer:traceframe-info:read.
7884         (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
7885         (remote_traceframe_info): New.
7886         (init_remote_ops): Install it.
7887         (_initialize_remote): Install "set/show remote traceframe-info"
7888         commands.
7889         * tracepoint.h (parse_traceframe_info): Declare.
7890         * tracepoint.c (struct mem_range): New.
7891         (mem_range_s): New typedef.
7892         (struct traceframe_info): New.
7893         (traceframe_info): New global.
7894         (free_traceframe_info): New function.
7895         (clear_traceframe_info): New function.
7896         (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
7897         info.
7898         (build_traceframe_info): New function.
7899         (tfile_traceframe_info): New function.
7900         (init_tfile_ops): Install tfile_traceframe_info.
7901         (traceframe_info_start_memory, free_result): New functions.
7902         (memory_attributes, traceframe_info_elements): New globals.
7903         (parse_traceframe_info, get_traceframe_info): New functions.
7904         * features/traceframe-info.dtd: New file.
7905         * Makefile.in (XMLFILES): Add traceframe-info.dtd.
7906
7907 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
7908
7909         Base support for <unavailable> value contents.
7910
7911         * value.h (value_bytes_available): Declare.
7912         (mark_value_bytes_unavailable): Declare.
7913         * value.c (struct range): New struct.
7914         (range_s): New typedef.
7915         (ranges_overlap): New function.
7916         (range_lessthan): New function.
7917         (ranges_contain_p): New function.
7918         (struct value) <unavailable>: New field.
7919         (value_bytes_available): New function.
7920         (mark_value_bytes_unavailable): New function.
7921         (require_not_optimized_out): Constify parameter.
7922         (require_available): New function.
7923         (value_contents_all, value_contents): Require all bytes be
7924         available.
7925         (value_free): Free `unavailable'.
7926         (value_copy): Copy `unavailable'.
7927         * valprint.h (val_print_unavailable): Declare.
7928         * valprint.c (valprint_check_validity): Rename `offset' parameter
7929         to `embedded_offset'.  If printing a scalar, check whether the
7930         value chunk is available.
7931         (val_print_unavailable): New.
7932         (val_print_scalar_formatted): Check whether the value is
7933         available.
7934         * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
7935         pretty-printing unavailable values.
7936
7937 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7938
7939         Fix const/volatile qualifiers of C++ types, PR c++/12328.
7940         * c-typeprint.c (c_type_print_args): Update the function comment.  New
7941         variable param_type, initialize it.  Remove const/volatile qualifiers
7942         for language_cplus and !show_artificial.  Use param_type.
7943
7944 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7945
7946         * symtab.c (find_pc_sect_line): New variable objfile, initialize it
7947         from S.  Iterate S using ALL_OBJFILE_SYMTABS.  Verify BV for each S.
7948         * symtab.h (struct symtab) <next>: Comment extension.
7949
7950 2011-02-12  Yao Qi  <yao@codesourcery.com>
7951
7952         * Makefile.in (CLEANDIRS): Remove duplicated common dir.
7953
7954 2011-02-11  Yao Qi  <yao@codesourcery.com>
7955
7956         * common/Makefile.in: Add copyright header.
7957
7958 2011-02-11  Pedro Alves  <pedro@codesourcery.com>
7959
7960         * infrun.c (proceed): Move switching out and in of tfind mode from
7961         here ...
7962         (fetch_inferior_event): ... to here.
7963
7964 2011-02-11  Yao Qi  <yao@codesourcery.com>
7965
7966         * Makefile.in: Remove signals.o from COMMON_OBS.  Link
7967         libcommon.a.
7968         * configure.ac: Add common to sub dir.
7969         * configure: Regenerate.
7970
7971 2011-02-11  Yao Qi  <yao@codesourcery.com>
7972
7973         Build libcommon.a.
7974
7975         * common/Makefile.in: New.
7976         * common/configure.ac: New.
7977         * common/aclocal.m4: New.
7978         * common/configure: Generate.
7979
7980 2011-02-10  Pedro Alves  <pedro@codesourcery.com>
7981
7982         * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
7983         side of the parenthesis.
7984
7985         Merge from GCC:
7986         2010-07-13  Jakub Jelinek  <jakub@redhat.com>
7987         * vec.h (VEC_block_remove): Fix comment.
7988
7989 2011-02-08  Michael Snyder  <msnyder@vmware.com>
7990
7991         * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
7992
7993 2011-02-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7994
7995         * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
7996         in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
7997         psubd and paddd.
7998
7999 2011-02-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8000
8001         PR 12361.
8002         * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
8003         phsubsw.
8004         (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
8005         (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
8006
8007 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
8008
8009         * dwarf2read.c (read_subroutine_type): Set special calling
8010         convention flag for functions compiled by IBM XL C for OpenCL.
8011         * ppc-sysv-tdep.c: Include "dwarf2.h"
8012         (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
8013         calling convention.
8014         (do_ppc_sysv_return_value): Add FUNC_TYPE argument.  Implement
8015         IBM OpenCL vector types calling convention.
8016         (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
8017         (ppc_sysv_abi_broken_return_value): Likewise.
8018         (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
8019         types calling convention.
8020         (ppc64_sysv_abi_return_value): Likewise.
8021         * spu-tdep.c: Include "dwarf2.h"
8022         (spu_return_value): Implement IBM OpenCL vector types calling
8023         convention.
8024
8025 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
8026
8027         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
8028         correct ABI for AltiVec vector arguments.
8029
8030 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
8031
8032         * valprint.c (val_print): Extend comment.
8033         * ada-valprint.c (ada_valprint): Rewrite comment deferring
8034         interface explanation to val_print.
8035         (ada_val_print_array): Adjust comment to current interface.
8036         (print_field_values): Adjust comment to current interface.
8037         * c-valprint.c (c_val_print): Rewrite comment deferring interface
8038         explanation to val_print.
8039         * f-valprint.c (f_val_print): Ditto.
8040         * jv-valprint.c (java_val_print): Ditto.
8041         * m2-valprint.c (m2_val_print): Ditto.
8042         * p-valprint.c (pascal_val_print): Ditto.
8043
8044 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8045
8046         * breakpoint.c (parse_breakpoint_sals): Fix description.
8047
8048 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
8049             Oguz Kayral <oguzkayral@gmail.com>
8050
8051         * python/py-inferior.c (python_on_normal_stop): New function.
8052         (python_on_resume): New function.
8053         (python_inferior_exit): New function.
8054         (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
8055         inferior_exit observers.
8056         * python/py-evtregistry.c: New file.
8057         * python/py-threadevent.c : New file.
8058         * python/py-event.c: New file.
8059         * python/py-evts.c: New file.
8060         * python/py-continueevent.c: New file.
8061         * python/py-bpevent.c: New file.
8062         * python/py-signalevent.c: New file.
8063         * python/py-exetiedevent.c: New file.
8064         * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
8065         Move struct breakpoint_object from here...
8066         * python/python-internal.h: ... to here.
8067         * python/py-event.h: New file.
8068         * python/py-events.h: New file.
8069         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
8070         py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
8071         py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
8072         (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
8073         py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
8074         py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
8075         Add build rules for all the above.
8076
8077 2011-02-04  Tom Tromey  <tromey@redhat.com>
8078
8079         * dwarf2read.c (dwarf2_section_empty_p): New function.
8080         (dwarf2_read_section): Use dwarf2_section_empty_p.
8081         (dwarf2_section_size): New function.
8082         (dwarf2_get_section_info): Unconditionally read section.
8083         (dwarf2_read_index): Use dwarf2_section_empty_p.
8084         (partial_read_comp_unit_head): Use dwarf2_section_size.
8085         (dwarf2_symbol_mark_computed): Likewise.
8086
8087 2011-02-04 David Daney <ddaney@caviumnetworks.com>
8088
8089         * NEWS: Add item for "catch syscall" on mips*-linux* targets.
8090
8091 2011-02-04 David Daney <ddaney@caviumnetworks.com>
8092
8093         * mips-linux-tdep.c: Include xml-syscall.h.
8094         (mips_linux_get_syscall_number): New function.
8095         (mips_linux_init_abi): Add calls to
8096         mips_linux_get_syscall_number() and set_xml_syscall_file_name().
8097         * data-directory/Makefile.in (SYSCALLS_FILES): Add
8098         mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
8099         * syscalls/mips-n32-linux.xml: New file.
8100         * syscalls/mips-n64-linux.xml: New file.
8101         * syscalls/mips-o32-linux.xml: New file.
8102
8103 2011-02-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
8104
8105         * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
8106         Complain about inverted range entries.
8107         (dwarf2_record_block_ranges): Likewise.
8108
8109 2011-02-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8110
8111         Fix some typos.
8112         * breakpoint.c (update_watchpoint): Fix name of the
8113         update_global_location_list function.
8114         (print_one_breakpoint): Fix typo.
8115         (_initialize_breakpoint): Remove extra space in hbreak help
8116         string.
8117         * breakpoint.h (struct bp_location) <length>: Fix field
8118         description.
8119
8120 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
8121
8122         * regcache.c (registers_changed_ptid): Don't explictly always
8123         clear `current_regcache'.  Only clear current_thread_ptid and
8124         current_thread_arch when PTID matches.  Only reinit the frame
8125         cache if PTID matches the current inferior_ptid.  Move alloca(0)
8126         call to ...
8127         (registers_changed): ... here.
8128
8129 2011-02-03  Ulrich Weigand  <ulrich.weigand@linaro.org>
8130
8131         * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
8132         starts with __stack_chk_guard as stack guard symbol.
8133
8134 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
8135
8136         * disasm.c (compare_lines): Handle the end of sequence markers
8137         within the line table to better support disassembling over
8138         compilation unit boundaries.
8139
8140 2011-02-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
8141
8142         * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
8143         arguments.  Skip in-prologue calls to glibc __aeabi_read_tp
8144         implementation even if no symbols are available.
8145         (thumb_analyze_prologue): Update call to skip_prologue_function.
8146         (arm_analyze_prologue): Likewise.
8147
8148 2011-02-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
8149
8150         * arm-tdep.c: Include "observer.h".
8151         (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
8152         (arm_exidx_data_key): New static variable.
8153         (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
8154         (struct arm_exidx_data): Likewise.
8155         (arm_exidx_data_free): New function.
8156         (arm_compare_exidx_entries): Likewise.
8157         (arm_obj_section_from_vma): Likewise.
8158         (arm_exidx_new_objfile): Likewise.
8159         (arm_find_exidx_entry): Likewise.
8160         (arm_exidx_fill_cache): Likewise.
8161         (arm_exidx_unwind_sniffer): Likewise.
8162         (arm_exidx_unwind): New global variable.
8163         (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
8164         (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
8165         observer.  Register arm_exidx_data_key as objfile data.
8166
8167 2011-02-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
8168
8169         * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
8170         due to accessing uninitialized variable.  Fix indentation.
8171
8172 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
8173
8174         * c-valprint.c (c_value_print): When doing virtual base pointer
8175         adjustment, create a new value with adjusted contents rather than
8176         changing the contents of the value being printed (and getting it
8177         wrong).
8178
8179 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
8180
8181         * xml-support.c (xml_find_attribute): New.
8182         (xinclude_start_include): Use it.
8183         * xml-support.h (xml_find_attribute): Declare.
8184         * memory-map.c (memory_map_start_memory)
8185         (memory_map_start_property): Use xml_find_attribute.
8186         * osdata.c (osdata_start_osdata, osdata_start_column): Use
8187         xml_find_attribute.
8188         * remote.c (start_thread): Use xml_find_attribute.
8189         * solib-target.c (library_list_start_segment)
8190         (library_list_start_section, library_list_start_library)
8191         (library_list_start_list): Use xml_find_attribute.
8192         * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
8193         (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
8194         (tdesc_start_field): Use xml_find_attribute.
8195
8196 2011-02-02  Ulrich Weigand  <uweigand@de.ibm.com>
8197
8198         * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
8199         (BUILD_OCL_VTYPES): Update.
8200
8201 2011-02-02  Joel Brobecker  <brobecker@adacore.com>
8202
8203         * configure.ac: Work around non-GNU sed limitation when computing
8204         python version number.
8205         * configure: Regenerate.
8206
8207 2011-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8208
8209         Fix debug printing of TYPE_INSTANCE.
8210         * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
8211         (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
8212
8213 2011-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8214
8215         Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
8216         OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
8217         OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
8218         * ada-operator.inc: Rename the file to ...
8219         * ada-operator.def: ... here, wrap all the entries by macro OP.
8220         * expprint.c (op_name_standard): Remove all the entries.  Include
8221         "std-operator.def" instead.
8222         * expression.h (enum exp_opcode): Include "std-operator.def" and
8223         "ada-operator.def".  Move all the entries ...
8224         * std-operator.def: ... here, wrap all the entries by macro OP.
8225
8226 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
8227
8228         * breakpoint.h (remove_jit_event_breakpoints): New prototype.
8229         * breakpoint.c (remove_jit_event_breakpoints): New function.
8230         * jit.c (jit_descriptor_addr): Delete.
8231         (registering_code): Delete.
8232         (clear_int): Delete.
8233         (jit_inferior_data): New variable.
8234         (struct jit_inferior_data): New type.
8235         (get_jit_inferior_data): New function.
8236         (jit_inferior_data_cleanup): New function.
8237         (jit_read_descriptor): Adjust.
8238         (jit_register_code): Adjust.
8239         (jit_breakpoint_re_set_internal): New function; move code here ...
8240         (jit_inferior_init): ... from here.
8241         (jit_breakpoint_re_set): Adjust.
8242         (jit_reset_inferior_data_and_breakpoints): New function.
8243         (jit_inferior_created_observer): Adjust.
8244         (jit_inferior_exit_hook): Adjust.
8245         (jit_executable_changed_observer): New function.
8246         (jit_event_handler): Adjust.
8247         (_initialize_jit): Adjust.
8248
8249 2011-01-31  Michael Snyder  <msnyder@vmware.com>
8250
8251         * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
8252         line.
8253
8254 2011-01-31  Tom Tromey  <tromey@redhat.com>
8255
8256         PR python/12216:
8257         * python/python.c (execute_gdb_command): Call
8258         prevent_dont_repeat.
8259         * top.c (suppress_dont_repeat): New global.
8260         (dont_repeat): Use it.
8261         (prevent_dont_repeat): New function.
8262         * command.h (prevent_dont_repeat): Declare.
8263
8264 2011-01-31  Tom Tromey  <tromey@redhat.com>
8265
8266         * infcmd.c (finish_backward): Use breakpoint_set_silent.
8267         * python/py-breakpoint.c (bppy_set_silent): Use
8268         breakpoint_set_silent.
8269         (bppy_set_thread): Use breakpoint_set_thread.
8270         (bppy_set_task): Use breakpoint_set_task.
8271         * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
8272         (breakpoint_set_task): Declare.
8273         (make_breakpoint_silent): Remove.
8274         * breakpoint.c (breakpoint_set_silent): New function.
8275         (breakpoint_set_thread): Likewise.
8276         (breakpoint_set_task): Likewise.
8277         (make_breakpoint_silent): Remove.
8278
8279 2011-01-31  Tom Tromey  <tromey@redhat.com>
8280
8281         * breakpoint.h (user_breakpoint_p): Declare.
8282         * breakpoint.c (user_breakpoint_p): New function.
8283         (breakpoint_1): Use it.
8284         (save_breakpoints): Likewise.
8285
8286 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
8287
8288         * configure.ac: Add handling of Python distribution on Windows.
8289         * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
8290         sysconfig variables are not defined, then do not use them.
8291         On Windows, if LIBPL is not defined, then use prefix + '/libs'
8292         instead.  On Windows, return all paths using forward-slashes
8293         rather than backslashes.
8294
8295 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
8296
8297         * configure.ac: Remove fallback behavior for building
8298         against Python.  Remove tweaking of Python include path.
8299         Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
8300         (AC_TRY_LIBPYTHON):  Adjust program used in linking test.
8301         If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
8302         Always restore CPPFLAGS and LIBS after linking test.
8303         * configure: Regenerated.
8304         * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
8305         (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
8306         * python/python-internal.h: Adjust includes of Python .h files.
8307
8308 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
8309
8310         * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
8311         in error message.
8312
8313 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
8314
8315         * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
8316         value test.
8317
8318 2011-01-31  Yao Qi  <yao@codesourcery.com>
8319
8320         * arm-linux-nat.c: Update calls to regcache_register_status
8321         instead of regcache_valid_p.
8322         * aix-thread.c: Likewise.
8323         * i386gnu-nat.c: Likewise.
8324
8325 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8326
8327         Fix crash.
8328         * valops.c (compare_parameters): Verify TYPE_NFIELDS before
8329         touching TYPE_FIELD_ARTIFICIAL.
8330
8331 2011-01-28  Richard Earnshaw  <rearnsha@arm.com>
8332
8333         * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
8334         Committers.
8335
8336 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
8337
8338         * tracepoint.c (tfile_xfer_partial): If there's no traceframe
8339         selected, don't try iterating over the traceframe's blocks.
8340         (tfile_has_stack): If there's no traceframe selected, then there's
8341         no stack.
8342         (tfile_has_registers): If there's no traceframe selected, then
8343         there's no registers.
8344
8345 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
8346
8347         * target.c (memory_xfer_partial): No need to restore shadows if we
8348         haven't read anything.
8349
8350 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
8351
8352         * mips-tdep.c (mips_print_register): Use get_frame_register_value
8353         and val_print_scalar_formatted.
8354
8355 2011-01-27  Pedro Alves  <pedro@codesourcery.com>
8356
8357         * tracepoint.c (tfile_read): New.
8358         (tfile_open): Use it.
8359         (tfile_get_traceframe_address): Use it.
8360         (tfile_trace_find): Use it.
8361         (walk_blocks_callback_func): New typedef.
8362         (match_blocktype): New function.
8363         (traceframe_walk_blocks): New function.
8364         (traceframe_find_block_type): New function.
8365         (tfile_fetch_registers, tfile_xfer_partial)
8366         (tfile_get_trace_state_variable_value): Use
8367         traceframe_find_block_type and tfile_read.
8368
8369 2011-01-26  Kevin Buettner  <kevinb@redhat.com>
8370
8371         * remote-mips.c: Add internationalization mark ups.  Remove
8372         trailing \n from already marked up strings.
8373
8374 2011-01-26  Tom Tromey  <tromey@redhat.com>
8375
8376         * python/py-prettyprint.c (print_string_repr): Clear
8377         'addressprint' option when calling val_print_string.
8378         (print_children): Handle Val_pretty_default.  Clear 'addressprint'
8379         option when calling val_print_string.
8380
8381 2011-01-26  Tom Tromey  <tromey@redhat.com>
8382
8383         * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
8384         GDB_PY_LL_ARG.
8385         * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
8386         macros.
8387         (gdb_py_longest, gdb_py_ulongest): New typedefs.
8388         (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
8389         (gdb_py_long_as_ulongest): New defines.
8390         (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
8391         (gdb_py_int_as_long): Declare.
8392         * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
8393         GDB_PY_LL_ARG, gdb_py_object_from_longest.
8394         (valpy_long): Add comment.
8395         * python/py-utils.c (get_addr_from_python): Use
8396         gdb_py_long_as_ulongest.  Handle overflow properly.
8397         (gdb_py_object_from_longest): New function.
8398         (gdb_py_object_from_ulongest): Likewise.
8399         (gdb_py_int_as_long): Likewise.
8400         * python/py-type.c (typy_array): Use gdb_py_int_as_long.
8401         * python/py-symtab.c (salpy_get_pc): Use
8402         gdb_py_long_from_ulongest.
8403         (salpy_get_line): Use PyInt_FromLong.
8404         * python/py-param.c (set_parameter_value): Use
8405         gdb_py_int_as_long.
8406         * python/py-lazy-string.c (stpy_get_address): Use
8407         gdb_py_long_from_ulongest.
8408         * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
8409         * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
8410         * python/py-breakpoint.c (bppy_set_thread): Use
8411         gdb_py_int_as_long.
8412         (bppy_set_task): Likewise.
8413         (bppy_set_ignore_count): Likewise.
8414         (bppy_set_hit_count): Likewise.
8415         * python/py-block.c (blpy_get_start): Use
8416         gdb_py_object_from_ulongest.
8417         (blpy_get_end): Likewise.
8418         (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
8419
8420 2011-01-25  Mathieu Lacage  <mathieu.lacage@inria.fr>
8421
8422         PR/symtab 11766:
8423         * gdb/objfiles.h (struct objfile) <addr_low>: New field.
8424         * gdb/solib.c (solib_read_symbols): Check for addr_low in
8425         equality test for objfile, initialize addr_low if needed.
8426
8427 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8428
8429         * tui/tui-regs.c (tui_register_format): Remove dead code.
8430
8431 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8432
8433         * printcmd.c (print_formatted): Use val_print_scalar_formatted
8434         instead of print_scalar_formatted.
8435         (print_scalar_formatted): Don't handle 's' format strings here,
8436         and add an assertion that we never see such format here.
8437         * valprint.h (val_print_scalar_formatted): Declare.
8438         * valprint.c (val_print_scalar_formatted): New.
8439         * c-valprint.c (c_val_print): Use val_print_scalar_formatted
8440         instead of print_scalar_formatted.
8441         * jv-valprint.c (java_val_print): Ditto.
8442         * p-valprint.c (pascal_val_print): Ditto.
8443         * ada-valprint.c (ada_val_print_1): Ditto.
8444         * f-valprint.c (f_val_print): Ditto.
8445         * infcmd.c (registers_info): Ditto.
8446         * m2-valprint.c (m2_val_print): Ditto.
8447
8448 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8449
8450         * m2-valprint.c (print_unbounded_array): Pass
8451         value_contents_for_printing rather than value_contents, to
8452         m2_print_array_contents.  Also pass in the value.
8453
8454 2011-01-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8455
8456         * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
8457         (save_gdb_index_command): Switch to .gdb_index version 4.
8458
8459 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8460
8461         * mi/mi-main.c (get_register): Use get_frame_register_value rather
8462         than frame_register, and always pass a valid value to val_print.
8463
8464 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8465
8466         Centralize printing "<optimized out>".
8467
8468         * valprint.h (val_print_optimized_out): Declare.
8469         * cp-valprint.c (cp_print_value_fields): Use
8470         val_print_optimized_out.
8471         * jv-valprint.c (java_print_value_fields): Ditto.
8472         * p-valprint.c (pascal_object_print_value_fields): Ditto.
8473         * printcmd.c (print_formatted): Ditto.
8474         * valprint.c (valprint_check_validity): Ditto.
8475         (value_check_printable): Ditto.
8476         (val_print_optimized_out): New.
8477
8478 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8479
8480         * infcmd.c (default_print_registers_info): Allocate values so to
8481         never pass a NULL value to val_print.
8482
8483 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8484
8485         * cp-valprint.c (cp_print_value): Treat the 'skip' local as
8486         boolean.  Make sure to always pass a value that matches the
8487         contents buffer to callees.  Preserve `address' for following
8488         iterations.
8489         * value.c (value_contents_for_printing_const): New.
8490         (value_address): Constify value argument.
8491         * value.h (value_contents_for_printing_const): Declare.
8492         (value_address): Constify value argument.
8493
8494 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8495
8496         * regcache.c (struct regcache_descr): Rename
8497         sizeof_raw_register_valid_p field to sizeof_raw_register_status,
8498         and sizeof_cooked_register_valid_p to
8499         sizeof_cooked_register_status.
8500         (init_regcache_descr): Adjust.
8501         (struct regcache): Rename register_valid_p field to
8502         register_status.
8503         (regcache_xmalloc_1, regcache_xfree, regcache_save)
8504         (do_cooked_read): Adjust.
8505         (regcache_valid_p): Rename to ...
8506         (regcache_register_status): ... this.  Adjust.
8507         (regcache_invalidate): Adjust.
8508         (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
8509         Adjust.
8510         (regcache_raw_supply): Adjust.  If buf i NULL, mark the register
8511         as unavailable, not valid.
8512         (regcache_dump): Adjust.
8513         * regcache.h (enum register_status): New.
8514         (regcache_register_status): Declare.
8515         (regcache_invalidate): Delete declaration.
8516         * corelow.c (get_core_registers): Adjust.
8517         * tracepoint.c (tfile_fetch_registers): Adjust.
8518         * trad-frame.c (REG_VALUE): Rename to ...
8519         (TF_REG_VALUE): ... this.
8520         (REG_UNKNOWN): Rename to ...
8521         (TF_REG_UNKNOWN): ... this.
8522         (trad_frame_set_value, trad_frame_set_unknown): Adjust.
8523         * mi/mi-main.c (register_changed_p): Adjust.
8524
8525 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8526
8527         * regcache.c (struct regcache_descr): Remove outdated comment.
8528         (init_regcache_descr): Remove sizeof_raw_register_valid_p
8529         overallocate hack.
8530         (regcache_xmalloc): Rename to ...
8531         (regcache_xmalloc_1): ... this.  Add `readonly_p' parameter.
8532         Allocate the regcache type accordingly.
8533         (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
8534         (regcache_xfree): Asser the source is also readonly.  Copy sizeof
8535         cooked registers, not raw.
8536         (regcache_dup_no_passthrough): Delete.
8537         (get_thread_arch_regcache): Use regcache_xmalloc_1.
8538         * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
8539         mention obsolete write_register_bytes.
8540         * regcache.h (regcache_dup_no_passthrough): Delete declaration.
8541
8542 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8543
8544         Stop remote_read_bytes from handling partial reads itself.
8545
8546         * remote-fileio.c: Include target.h.
8547         (remote_fileio_write_bytes): Delete.
8548         (remote_fileio_func_open, remote_fileio_func_write)
8549         (remote_fileio_func_rename, remote_fileio_func_unlink): Use
8550         target_read_memory.
8551         (remote_fileio_func_stat): Use target_read_memory and
8552         target_write_memory.
8553         (remote_fileio_func_gettimeofday): Use target_write_memory.
8554         (remote_fileio_func_system): Use target_read_memory.
8555         * remote.c (remote_write_bytes): Make it static.
8556         (remote_read_bytes): Don't handle partial reads here.
8557         * remote.h (remote_read_bytes): Delete declaration.
8558
8559 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
8560
8561         Simplify XML parsing a bit.
8562
8563         * xml-support.h (gdb_xml_parse_quick): Declare.
8564         * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
8565         from gdb_xml_create_parser_and_cleanup, and added `old_chain'
8566         parameter.
8567         (gdb_xml_create_parser_and_cleanup): Reimplement on top of
8568         gdb_xml_create_parser_and_cleanup_1.
8569         (gdb_xml_parse_quick): New.
8570         * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
8571         * osdata.c (osdata_parse): Ditto.
8572         * remote.c (remote_threads_info): Ditto.
8573         * solib-target.c (solib_target_parse_libraries): Ditto.
8574         * xml-syscall.c (syscall_parse_xml): Ditto.
8575         * xml-tdesc.c (tdesc_parse_xml): Ditto.
8576
8577 2011-01-24  Kevin Buettner  <kevinb@redhat.com>
8578
8579         * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
8580         with remote-mips.o added to gdb_target_obs.
8581         * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
8582
8583 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
8584
8585         * ada-valprint.c (val_print_packed_array_elements): Pass the
8586         correct struct value to val_print.
8587         (ada_val_print_1): Ditto.
8588
8589 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
8590
8591         Don't lose embedded_offset in printing routines throughout.
8592
8593         * valprint.h (val_print_array_elements): Change prototype.
8594         * valprint.c (val_print_array_elements): Add `embedded_offset'
8595         parameter, and adjust to pass it down to val_print, while passing
8596         `valaddr' or `address' unmodified.  Take embedded_offset into
8597         account when checking repetitions.
8598         * c-valprint.c (c_val_print): Pass embedded_offset to
8599         val_print_array_elements instead of adjusting `valaddr' and
8600         `address'.
8601         * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
8602         embedded_offset to val_print_array_elements instead of adjusting
8603         `valaddr'.
8604         * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
8605         * p-valprint.c (pascal_val_print): Pass embedded_offset to
8606         val_print_array_elements and pascal_object_print_value_fields
8607         instead of adjusting `valaddr'.
8608         (pascal_object_print_value_fields): Add `offset' parameter, and
8609         adjust to use it.
8610         (pascal_object_print_value): Add `offset' parameter, and adjust to
8611         use it.
8612         (pascal_object_print_static_field): Use
8613         value_contents_for_printing/value_embedded_offset, rather than
8614         value_contents.
8615         * ada-valprint.c (val_print_packed_array_elements): Add `offset'
8616         parameter, and adjust to use it.  Use
8617         value_contents_for_printing/value_embedded_offset, rather than
8618         value_contents.
8619         (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
8620         (ada_val_print_array): Add `offset' parameter, and adjust to use
8621         it.
8622         (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
8623         `embedded_offset' to `offset'.  Don't re-adjust `valaddr'.
8624         Instead work with offsets.  Use
8625         value_contents_for_printing/value_embedded_offset, rather than
8626         value_contents.  Change `defer_val_int' local type to CORE_ADDR,
8627         and use value_from_pointer to extract a target pointer, rather
8628         than value_from_longest.
8629         (print_variant_part): Add `offset' parameter.  Replace
8630         `outer_valaddr' parameter by a new `outer_offset' parameter.
8631         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
8632         (ada_value_print): Use
8633         value_contents_for_printing/value_embedded_offset, rather than
8634         value_contents.
8635         (print_record): Add `offset' parameter, and adjust to pass it
8636         down.
8637         (print_field_values): Add `offset' parameter.  Replace
8638         `outer_valaddr' parameter by a new `outer_offset' parameter.
8639         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
8640         Use value_contents_for_printing/value_embedded_offset, rather than
8641         value_contents.
8642         * d-valprint.c (dynamic_array_type): Use
8643         value_contents_for_printing/value_embedded_offset, rather than
8644         value_contents.
8645         * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
8646         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
8647         (java_print_value_fields): Take `offset' into account.  Don't
8648         re-adjust `valaddr'.  Instead pass down adjusted offsets.
8649         (java_val_print): Take `embedded_offset' into account.  Pass it to
8650         java_print_value_fields.
8651         * f-valprint.c (f77_print_array_1): Add `embedded_offset'
8652         parameter.  Don't re-adjust `valaddr' or `address'.  Instead pass
8653         down adjusted offsets.
8654         (f77_print_array): Add `embedded_offset' parameter.  Pass it down.
8655         (f_val_print): Take `embedded_offset' into account.
8656
8657 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
8658
8659         * inflow.c: Include "gdbcmd.h".
8660         (interactive_mode): New static global, moved here from top.c.
8661         (show_interactive_mode): New function, moved here from top.c.
8662         use gdb_has_a_terminal instead of input_from_terminal_p to
8663         determine the current mode.
8664         (gdb_has_a_terminal): Add handling of the "iteractive-mode"
8665         setting.
8666         (_initialize_inflow): Add the "set/show interactive-mode"
8667         commands.  Moved here from top.c, after having adjusted slightly
8668         the help text.
8669         * top.c (interactive_mode, show_interactive_mode): Delete, moved
8670         to inflow.c.
8671         (input_from_terminal_p): Remove handling of "interactive-mode"
8672         setting, moved to infow.c.
8673         (init_main): Remove creation of the "set/show interactive-mode"
8674         commands, moved to inflow.c.
8675
8676 2011-01-19  Joel Brobecker  <brobecker@adacore.com>
8677
8678         * NEWS: Add entry for native ia64-hpux support.
8679
8680 2011-01-19  Tom Tromey  <tromey@redhat.com>
8681
8682         PR mi/8618:
8683         * thread.c (free_thread): Free 'name'.
8684         (print_thread_info): Emit thread name.  Change CLI output.
8685         (thread_name_command): New function.
8686         (do_captured_thread_select): Emit newline.
8687         (_initialize_thread): Register 'thread name' command.
8688         * target.h (struct target_ops) <to_thread_name>: New field.
8689         (target_thread_name): New macro.
8690         * target.c (update_current_target): Handle to_thread_name.
8691         * python/py-infthread.c (thpy_get_name): New function.
8692         (thpy_set_name): Likewise.
8693         (thread_object_getset): Add "name".
8694         * linux-nat.c (linux_nat_thread_name): New function.
8695         (linux_nat_add_target): Set to_thread_name.
8696         * gdbthread.h (struct thread_info) <name>: New field.
8697
8698 2011-01-18  Joel Brobecker  <brobecker@adacore.com>
8699
8700         * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
8701         (ada_val_print_1): Likewise.
8702
8703 2011-01-18  Joel Brobecker  <brobecker@adacore.com>
8704
8705         * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
8706         upper limit address is not greater than the function end address
8707         when the upper limit could not be computed using the debugging
8708         info.
8709
8710 2011-01-17  Tom Tromey  <tromey@redhat.com>
8711
8712         * cli/cli-cmds.c (apropos_command): Free the compiled regex.  Use
8713         get_regcomp_error.
8714         * utils.c: Include gdb_regex.h.
8715         (do_regfree_cleanup): New function.
8716         (make_regfree_cleanup): Likewise.
8717         (get_regcomp_error): Likewise.
8718         * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
8719
8720 2011-01-17  Tom Tromey  <tromey@redhat.com>
8721
8722         * cli/cli-cmds.c (apropos_command): Fix formatting.  Don't call
8723         re_compile_fastmap.
8724
8725 2011-01-17  Pierre Muller  <muller@ics.u-strasbg.fr>
8726
8727         * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
8728         for internal variables.
8729         (last_was_structop): New static variable.
8730         (COMPLETE): New token.
8731         (field_exp): New rule to group all '.' suffix handling.
8732         Add mark_struct_expression calls when approriate to be able
8733         to correctly find fields for completion.
8734         (yylex): Adapt to handle field completion and set INTVAR when
8735         required.
8736
8737 2011-01-14  Yao Qi  <yao@codesourcery.com>
8738
8739         * arm-tdep.c (arm_register_reggroup_p): FPS register is in
8740         save_reggroup, restore_reggroup and all_reggroup.
8741
8742 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
8743
8744         * ada-valprint. (ada_printchar): Use the correct type length
8745         in call to ada_emit_char.
8746         * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
8747
8748 2011-01-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8749
8750         * solib-som.h (hpux_major_release): Declare variable here.
8751         * solib-som.c:  Remove <sys/utsname.h> header.
8752         (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
8753         (hpux_major_release): Make global, change default value to
8754         DEFAULT_HPUX_MAJOR_RELEASE.
8755         (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
8756         * hppa-hpux-nat.c: Add <sys/utsname.h> include.
8757         Add "solib-som.h" header.
8758         (set_hpux_major_release): New function.
8759         (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
8760
8761 2011-01-14  Mike Frysinger  <vapier@gentoo.org>
8762
8763         * configure.tgt (*-*-uclinux*): Match more Linux os targets
8764
8765 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
8766
8767         * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
8768         new-line at end of warning message.
8769         (ia64_hpux_store_register): Remove trailing new-line at end of
8770         error message.
8771         * ia64-hpux-tdep.c: Rephrase comment.
8772         * solib-ia64-hpux.c (struct dld_info): Change type of field
8773         dld_flags from "long long" to ULONGEST.
8774
8775 2011-01-14  Pedro Alves  <pedro@codesourcery.com>
8776
8777         * target.h (deprecated_child_ops): Delete declaration.
8778         * target.c (deprecated_child_ops): Delete definition.
8779
8780 2011-01-14  Pedro Alves  <pedro@codesourcery.com>
8781
8782         * Makefile.in (hpux-thread.o): Delete rule.
8783         * configure.ac: Don't check for HPUX DCE threads support.
8784         * configure, config.in: Regenerate.
8785         * hppa-hpux-nat.c (child_suppress_run): Delete.
8786         (hppa_hpux_child_can_run): Delete.
8787         (_initialize_hppa_hpux_nat): Don't override to_can_run.
8788         * hpux-thread.c: Delete.
8789
8790 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8791
8792         * hpux-thread.c (hpux_pid_to_str): Delete.
8793
8794 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8795
8796         * ada-valprint.c (ada_emit_char): Remove strange code.
8797         Check that c is <= UCHAR_MAX before passing it to isascii.
8798         (char_at): Do not assume that TYPE_LEN is either 1 or 2.
8799
8800 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8801
8802         * top.c (input_from_terminal_p): Restrict the use of interactive_mode
8803         to the case where instream is stdin.
8804
8805 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8806
8807         * ia64-tdep.h (struct regcache): Forward declare.
8808         (struct ia64_infcall_ops): New struct type.
8809         (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
8810         and "infcall_ops".
8811         * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
8812         Renames ia64_find_global_pointer.
8813         (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
8814         (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
8815         (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
8816         methods.
8817         (ia64_infcall_ops): New static global constant.
8818         (ia64_gdbarch_init): Set tdep->infcall_ops.
8819         * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
8820         (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
8821         * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
8822         (ia64_hpux_dummy_code): New static global constant.
8823         (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
8824         (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
8825         (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
8826         New function.
8827         (ia64_hpux_infcall_ops): New static global constant.
8828         (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
8829         for inferior function calls to work properly on ia64-hpux.
8830
8831 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8832
8833         * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
8834         * ia64-tdep.h (struct frame_info): forward declaration.
8835         (struct gdbarch_tdep): Add field size_of_register_frame.
8836         * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
8837         to determine the size of the register frame.
8838         (ia64_size_of_register_frame): New function.
8839         (ia64_gdbarch_init): Set tdep->size_of_register_frame.
8840         * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
8841         (IA64_HPUX_UREG_REASON): New macro.
8842         (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
8843         New functions.
8844         (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
8845         * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
8846         (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
8847         objects.
8848
8849 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8850
8851         Add support for ia64-hpux.
8852         * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
8853         ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
8854
8855         * configure.host: Add handling for ia64-hpux hosts.  Add associated
8856         floatformats.
8857         * configure.tgt: Add handling for ia64-hpux targets.
8858         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
8859         (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
8860         (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
8861
8862 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8863
8864         [ttrace] Compute thread list immediately after attach.
8865         * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
8866         New subprogram.
8867         (inf_ttrace_attach): Use it.
8868
8869 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8870
8871         * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
8872         if we could not determine the frame's function address.  Instead,
8873         use the frame's PC, and then continue.
8874
8875 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8876
8877         * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
8878         not already defined.
8879
8880 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8881
8882         * ia64-tdep.c (ia64_struct_type_p): New function.
8883         (ia64_extract_return_value): Handle integral values that are
8884         less than 8 bytes long.
8885         (ia64_push_dummy_call): Likewise.
8886
8887 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
8888
8889         * ia64-tdep.c (floatformat_ia64_ext_little): Renames
8890         floatformat_ia64_ext.
8891         (floatformat_ia64_ext_big): New static const.
8892         (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
8893
8894 2011-01-12  Tom Tromey  <tromey@redhat.com>
8895
8896         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
8897         messages.
8898         * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
8899         (mi_cmd_thread_list_ids): Likewise.
8900         (mi_cmd_data_list_changed_registers): Likewise.
8901         (mi_cmd_data_list_register_values): Likewise.
8902         (mi_cmd_data_write_register_values): Likewise.
8903         (mi_cmd_data_evaluate_expression): Likewise.
8904         (mi_cmd_data_read_memory): Likewise.
8905         (mi_cmd_data_read_memory_bytes): Likewise.
8906         (mi_cmd_data_write_memory): Likewise.
8907         (mi_cmd_enable_timings): Likewise.
8908         * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
8909         * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
8910         (mi_cmd_var_delete): Likewise.
8911         (mi_cmd_var_set_format): Likewise.
8912         (mi_cmd_var_show_format): Likewise.
8913         (mi_cmd_var_info_num_children): Likewise.
8914         (mi_cmd_var_list_children): Likewise.
8915         (mi_cmd_var_info_type): Likewise.
8916         (mi_cmd_var_info_expression): Likewise.
8917         (mi_cmd_var_show_attributes): Likewise.
8918         (mi_cmd_var_assign): Likewise.
8919         (mi_cmd_var_update): Likewise.
8920         (mi_cmd_enable_pretty_printing): Likewise.
8921         (mi_cmd_var_set_update_range): Likewise.
8922         * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
8923         messages.
8924         (mi_cmd_target_file_put): Likewise.
8925         (mi_cmd_target_file_delete): Likewise.
8926         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
8927         messages.
8928         (mi_cmd_stack_info_depth): Likewise.
8929         (mi_cmd_stack_list_locals): Likewise.
8930         (mi_cmd_stack_list_args): Likewise.
8931         (mi_cmd_stack_select_frame): Likewise.
8932         (mi_cmd_stack_select_frame): Likewise.
8933         (mi_cmd_stack_info_frame): Likewise.
8934         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
8935         messages.
8936         (mi_cmd_file_list_exec_source_files): Likewise.
8937         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
8938         (mi_cmd_env_cd): Likewise.
8939         (mi_cmd_env_path): Likewise.
8940         (mi_cmd_env_dir): Likewise.
8941         (mi_cmd_inferior_tty_show): Likewise.
8942         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
8943         * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
8944         (mi_cmd_break_watch): Likewise.
8945
8946 2011-01-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8947
8948         * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
8949         (ppc_linux_insert_hw_breakpoint): Likewise.
8950         (ppc_linux_remove_hw_breakpoint): Likewise.
8951         (ppc_linux_insert_watchpoint): Likewise.
8952
8953 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
8954             Jan Kratochvil  <jan.kratochvil@redhat.com>
8955
8956         PR fortran/11104 and DWARF unbound arrays detection.
8957         * dwarf2read.c (read_subrange_type): Set zero length on unspecified
8958         upper bound.  Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
8959         unspecified upper bound.
8960         * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
8961         variables array_size_array, tmp_type and offset_item.  New variable
8962         array.  Remove call to f77_get_upperbound.  New variables array_type
8963         and index.  Call value_subscripted_rvalue for each dimenasion.  Remove
8964         the final call to deprecated_set_value_type.
8965
8966 2011-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8967
8968         Make value allocations more lazy.
8969         * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
8970         instead of allocate_value and set_value_lazy when possible.
8971         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
8972         instead of allocate_value and set_value_lazy.
8973         * findvar.c (value_of_register_lazy): Likewise.
8974         (read_var_value): Remove V preallocation, call just check_typedef in
8975         advance.  Move allocate_value to LOC_CONST, LOC_LABEL,
8976         LOC_CONST_BYTES.  Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
8977         LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK.  Set ADDR instead of
8978         set_value_address and break in LOC_BLOCK.  Use allocate_value_lazy and
8979         remove lval_memory set in LOC_REGPARM_ADDR.  Use allocate_value_lazy
8980         in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT.  Add setting lval_memory at
8981         the end, remove set_value_lazy there.
8982         * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
8983         instead of allocate_value and set_value_lazy when possible.
8984         * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
8985         * value.c (allocate_computed_value): Use allocate_value_lazy instead
8986         of allocate_value and set_value_lazy.
8987         (value_from_contents_and_address): Use allocate_value_lazy instead of
8988         allocate_value and set_value_lazy when possible.
8989
8990 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
8991
8992         * disasm.c (dump_insns): Support dumping opcodes for MI.
8993         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
8994         dumping of instruction opcodes.
8995
8996 2011-01-09  Robert Millan  <rmh@gnu.org>  (tiny patch)
8997
8998         * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
8999         appropiately.
9000
9001 2011-01-11  Tom Tromey  <tromey@redhat.com>
9002
9003         * thread.c (do_captured_thread_select): Emit newline before
9004         printing frame.
9005
9006 2011-01-11  Michael Snyder  <msnyder@vmware.com>
9007
9008         * s390-tdep.c: Comment cleanup, mostly periods and spaces.
9009         * score-tdep.c: Ditto.
9010         * score-tdep.h: Ditto.
9011         * ser-base.c: Ditto.
9012         * ser-go32.c: Ditto.
9013         * serial.c: Ditto.
9014         * serial.h: Ditto.
9015         * ser-mingw.c: Ditto.
9016         * ser-pipe.c: Ditto.
9017         * ser-tcp.c: Ditto.
9018         * ser-unix.c: Ditto.
9019         * sh64-tdep.c: Ditto.
9020         * shnbsd-nat.c: Ditto.
9021         * sh-tdep.c: Ditto.
9022         * sh-tdep.h: Ditto.
9023         * solib.c: Ditto.
9024         * solib-darwin.c: Ditto.
9025         * solib-frv.c: Ditto.
9026         * solib.h: Ditto.
9027         * solib-irix.c: Ditto.
9028         * solib-osf.c: Ditto.
9029         * solib-pa64.c: Ditto.
9030         * solib-som.c: Ditto.
9031         * solib-spu.c: Ditto.
9032         * solib-sunos.c: Ditto.
9033         * solib-svr4.c: Ditto.
9034         * solist.h: Ditto.
9035         * sol-thread.c: Ditto.
9036         * somread.c: Ditto.
9037         * source.c: Ditto.
9038         * source.h: Ditto.
9039         * sparc64-linux-tdep.c: Ditto.
9040         * sparc64-tdep.c: Ditto.
9041         * sparc-linux-nat.c: Ditto.
9042         * sparc-linux-tdep.c: Ditto.
9043         * sparc-sol2-nat.c: Ditto.
9044         * sparc-sol2-tdep.c: Ditto.
9045         * sparc-tdep.c: Ditto.
9046         * sparc-tdep.h: Ditto.
9047         * spu-tdep.c: Ditto.
9048         * stabsread.c: Ditto.
9049         * stabsread.h: Ditto.
9050         * stack.c: Ditto.
9051         * symfile.c: Ditto.
9052         * symfile.h: Ditto.
9053         * symmisc.c: Ditto.
9054         * symtab.c: Ditto.
9055         * symtab.h: Ditto.
9056         * target.c: Ditto.
9057         * target-descriptions.c: Ditto.
9058         * target-descriptions.h: Ditto.
9059         * target.h: Ditto.
9060         * target-memory.c: Ditto.
9061         * terminal.h: Ditto.
9062         * thread.c: Ditto.
9063         * top.c: Ditto.
9064         * tracepoint.c: Ditto.
9065         * tracepoint.h: Ditto.
9066         * trad-frame.h: Ditto.
9067         * typeprint.c: Ditto.
9068
9069 2011-01-11  Michael Snyder  <msnyder@vmware.com>
9070
9071         * ui-file.c: Comment cleanup, mostly periods and spaces.
9072         * ui-file.h: Ditto.
9073         * ui-out.c: Ditto.
9074         * ui-out.h: Ditto.
9075         * utils.c: Ditto.
9076         * v850-tdep.c: Ditto.
9077         * valarith.c: Ditto.
9078         * valops.c: Ditto.
9079         * valprint.c: Ditto.
9080         * valprint.h: Ditto.
9081         * value.c: Ditto.
9082         * value.h: Ditto.
9083         * varobj.c: Ditto.
9084         * varobj.h: Ditto.
9085         * vax-tdep.c: Ditto.
9086         * vec.c: Ditto.
9087         * vec.h: Ditto.
9088         * version.h: Ditto.
9089         * windows-nat.c: Ditto.
9090         * windows-tdep.c: Ditto.
9091         * xcoffread.c: Ditto.
9092         * xcoffsolib.c: Ditto.
9093         * xml-support.c: Ditto.
9094         * xstormy16-tdep.c: Ditto.
9095         * xtensa-tdep.c: Ditto.
9096         * xtensa-tdep.h: Ditto.
9097
9098 2011-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9099
9100         * breakpoint.c (resources_needed_watchpoint): Fix indentation.
9101         * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
9102
9103 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
9104             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9105
9106         Implement support for PowerPC BookE ranged watchpoints.
9107         * breakpoint.h
9108         (struct breakpoint_ops) <resources_needed>: New method.
9109         Initialize to NULL in all existing breakpoint_ops instances.
9110         (struct breakpoint) <exact>: New field.
9111         (target_exact_watchpoints): Declare external global.
9112         * breakpoint.c (target_exact_watchpoints): New global flag.
9113         (update_watchpoint): Set b->type to bp_hardware_watchpoint and
9114         b->enable_state to bp_enabled before calling
9115         hw_watchpoint_used_count.
9116         (hw_watchpoint_used_count): Iterate over all bp_locations in a
9117         watchpoint.  Call breakpoint's breakpoint_ops.resources_needed
9118         if available.
9119         (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
9120         if the watchpoint is exact.
9121         (resources_needed_watchpoint): New function.
9122         (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
9123         (watch_command_1): Set b->exact if the user asked for an exact
9124         watchpoint and one can be set.
9125         (can_use_hardware_watchpoint): Add exact_watchpoints argument.
9126         Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
9127         the user asks for an exact watchpoint and one can be set.  Return
9128         number of needed debug registers to watch the expression.
9129         * gdbtypes.c (is_scalar_type): New function, based on
9130         valprint.c:scalar_type_p.
9131         (is_scalar_type_recursive): New function.
9132         * gdbtypes.h (is_scalar_type_recursive): Declare.
9133         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
9134         handle regions when ranged watchpoints are available.
9135         (create_watchpoint_request): New function.
9136         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
9137         create_watchpoint_request.
9138         * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
9139         (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
9140         `set powerpc' and `show powerpc' commands.
9141         * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
9142         Mention documentation comment in the target macro.
9143         (target_region_ok_for_hw_watchpoint): Document return value.
9144
9145 2011-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9146
9147         * breakpoint.c (update_watchpoint): Decide on using a software or
9148         hardware watchpoint after the bp_locations are created.
9149
9150 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9151
9152         Convert hardware watchpoints to use breakpoint_ops.
9153         * breakpoint.h (breakpoint_ops) <insert>: Rename to...
9154         <insert_location>: ... this.  Return int instead of void.
9155         Accept pointer to struct bp_location instead of pointer to
9156         struct breakpoint.  Adapt all implementations.
9157         (breakpoint_ops) <remove>: Rename to...
9158         <remove_location>: ... this.  Accept pointer to struct bp_location
9159         instead of pointer to struct breakpoint.  Adapt all implementations.
9160         * breakpoint.c (insert_catchpoint): Delete function.
9161         (insert_bp_location): Call the watchpoint or catchpoint's
9162         breakpoint_ops.insert method.
9163         (remove_breakpoint_1): Call the watchpoint or catchpoint's
9164         breakpoint_ops.remove method.
9165         (insert_watchpoint, remove_watchpoint): New functions.
9166         (watchpoint_breakpoint_ops): New structure.
9167         (watch_command_1): Initialize the OPS field.
9168         * inf-child.c (inf_child_insert_fork_catchpoint)
9169         (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
9170         (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
9171         (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
9172         Delete functions.
9173         (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
9174         to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
9175         to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
9176         to_remove_exec_catchpoint and to_set_syscall_catchpoint.
9177         * target.c (update_current_target): Change default implementation of
9178         to_insert_fork_catchpoint, to_remove_fork_catchpoint,
9179         to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
9180         to_insert_exec_catchpoint, to_remove_exec_catchpoint and
9181         to_set_syscall_catchpoint to return_one.
9182         (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
9183         (debug_to_insert_exec_catchpoint): Report return value.
9184         * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
9185         (to_insert_exec_catchpoint): Change declaration to return int instead
9186         of void.
9187
9188 2011-01-11  Michael Snyder  <msnyder@vmware.com>
9189
9190         * arm-tdep.c: Internationalization.
9191         * c-lang.c: Ditto.
9192         * charset.c: Ditto.
9193         * fork-child.c: Ditto.
9194         * nto-procfs.c: Ditto.
9195         * ppc-sysv-tdep.c: Ditto.
9196         * procfs.c: Ditto.
9197         * remote-mips.c: Ditto.
9198         * remote.c: Ditto.
9199         * rs6000-nat.c: Ditto.
9200         * rs6000-tdep.c: Ditto.
9201         * target.c: Ditto.
9202         * valops.c: Ditto.
9203         * value.c: Ditto.
9204         * xml-support.c: Ditto.
9205         * mi/mi-cmd-break.c: Ditto.
9206         * mi/mi-cmd-var.c: Ditto.
9207         * mi/mi-interp.c: Ditto.
9208         * mi/mi-main.c: Ditto.
9209
9210 2011-01-11  Andrew Burgess  <aburgess@broadcom.com>
9211
9212         * remote-sim.c (gdbsim_store_register): Update API to
9213         sim_store_register to check more error conditions.
9214
9215 2011-01-10  Michael Snyder  <msnyder@vmware.com>
9216
9217         * nto-procfs.c: Comment cleanup, mostly periods and spaces.
9218         * nto-tdep.c: Ditto.
9219         * nto-tdep.h: Ditto.
9220         * objc-exp.y: Ditto.
9221         * objc-lang.c: Ditto.
9222         * objfiles.c: Ditto.
9223         * objfiles.h: Ditto.
9224         * observer.c: Ditto.
9225         * opencl-lang.c: Ditto.
9226         * osabi.c: Ditto.
9227         * parse.c: Ditto.
9228         * parser-defs.h: Ditto.
9229         * p-exp.y: Ditto.
9230         * p-lang.c: Ditto.
9231         * posix-hdep.c: Ditto.
9232         * ppcbug-rom.c: Ditto.
9233         * ppc-linux-nat.c: Ditto.
9234         * ppc-linux-tdep.c: Ditto.
9235         * ppc-linux-tdep.h: Ditto.
9236         * ppcnbsd-tdep.c: Ditto.
9237         * ppcobsd-tdep.c: Ditto.
9238         * ppcobsd-tdep.h: Ditto.
9239         * ppc-sysv-tdep.c: Ditto.
9240         * ppc-tdep.h: Ditto.
9241         * printcmd.c: Ditto.
9242         * proc-abi.c: Ditto.
9243         * proc-flags.c: Ditto.
9244         * procfs.c: Ditto.
9245         * proc-utils.h: Ditto.
9246         * progspace.h: Ditto.
9247         * prologue-value.c: Ditto.
9248         * prologue-value.h: Ditto.
9249         * psympriv.h: Ditto.
9250         * psymtab.c: Ditto.
9251         * p-typeprint.c: Ditto.
9252         * p-valprint.c: Ditto.
9253         * ravenscar-sparc-thread.c: Ditto.
9254         * ravenscar-thread.c: Ditto.
9255         * ravenscar-thread.h: Ditto.
9256         * record.c: Ditto.
9257         * regcache.c: Ditto.
9258         * regcache.h: Ditto.
9259         * remote.c: Ditto.
9260         * remote-fileio.c: Ditto.
9261         * remote-fileio.h: Ditto.
9262         * remote.h: Ditto.
9263         * remote-m32r-sdi.c: Ditto.
9264         * remote-mips.c: Ditto.
9265         * remote-sim.c: Ditto.
9266         * rs6000-aix-tdep.c: Ditto.
9267         * rs6000-nat.c: Ditto.
9268         * rs6000-tdep.c: Ditto.
9269
9270 2011-01-10  Michael Snyder  <msnyder@vmware.com>
9271
9272         * charset.c (validate): Internationalization.
9273         * coffread.c (read_one_sym): Ditto.
9274         * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
9275         * h8300-tdep.c (H8300_extract_return_value): Ditto.
9276         * inflow.c (new_tty): Ditto.
9277         * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
9278         * m32c-tdep.c (m32c_return_value): Ditto.
9279         * mep-tdep.c (mep_store_return_value): Ditto.
9280         * score-tdep.c (score7_fetch_insn): Ditto.
9281         * ser-mingw.c (pipe_windows_open): Ditto.
9282         * sh64-tdep.c (sh64_extract_return_value): Ditto.
9283         * spu-tdep.c (spu_register_type): Ditto.
9284         * tracepoint.c (trace_find_command): Ditto.
9285         * valarith.c (value_pos): Ditto.
9286
9287 2011-01-10  Joel Brobecker  <brobecker@adacore.com>
9288
9289         * ada-valprint.c (printstr): Minor comment reformatting.
9290
9291 2011-01-08  Michael Snyder  <msnyder@vmware.com>
9292
9293         * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
9294         markup.
9295
9296 2011-01-08  Michael Snyder  <msnyder@vmware.com>
9297
9298         * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
9299         * hppa-hpux-tdep.c: Ditto.
9300         * hppa-linux-nat.c: Ditto.
9301         * hppa-linux-tdep.c: Ditto.
9302         * hppanbsd-tdep.c: Ditto.
9303         * hppa-tdep.c: Ditto.
9304         * hppa-tdep.h: Ditto.
9305         * hpux-thread.c: Ditto.
9306         * i386-cygwin-tdep.c: Ditto.
9307         * i386-darwin-nat.c: Ditto.
9308         * i386gnu-nat.c: Ditto.
9309         * i386-linux-nat.c: Ditto.
9310         * i386-linux-tdep.c: Ditto.
9311         * i386-nat.c: Ditto.
9312         * i386-nat.h: Ditto.
9313         * i386nbsd-tdep.c: Ditto.
9314         * i386-sol2-nat.c: Ditto.
9315         * i386-stub.c: Ditto.
9316         * i386-tdep.c: Ditto.
9317         * i386-tdep.h: Ditto.
9318         * i387-tdep.c: Ditto.
9319         * ia64-linux-nat.c: Ditto.
9320         * ia64-linux-tdep.c: Ditto.
9321         * ia64-tdep.c: Ditto.
9322         * infcall.c: Ditto.
9323         * infcall.h: Ditto.
9324         * infcmd.c: Ditto.
9325         * inferior.c: Ditto.
9326         * inferior.h: Ditto.
9327         * infloop.c: Ditto.
9328         * inflow.c: Ditto.
9329         * infrun.c: Ditto.
9330         * interps.c: Ditto.
9331         * interps.h: Ditto.
9332         * iq2000-tdep.c: Ditto.
9333         * irix5-nat.c: Ditto.
9334         * jit.c: Ditto.
9335         * jit.h: Ditto.
9336         * jv-exp.y: Ditto.
9337         * jv-lang.c: Ditto.
9338         * jv-lang.h: Ditto.
9339         * jv-typeprint.c: Ditto.
9340         * jv-valprint.c: Ditto.
9341         * language.c: Ditto.
9342         * language.h: Ditto.
9343         * linespec.c: Ditto.
9344         * linux-fork.c: Ditto.
9345         * linux-nat.c: Ditto.
9346         * linux-thread-db.c: Ditto.
9347         * lm32-tdep.c: Ditto.
9348
9349 2011-01-08  Michael Snyder  <msnyder@vmware.com>
9350
9351         * m2-exp.y: Comment cleanup, mostly periods and spaces.
9352         * m2-lang.c: Ditto.
9353         * m2-typeprint.c: Ditto.
9354         * m2-valprint.c: Ditto.
9355         * m32c-tdep.c: Ditto.
9356         * m32r-linux-nat.c: Ditto.
9357         * m32r-rom.c: Ditto.
9358         * m32r-tdep.c: Ditto.
9359         * m32r-tdep.h: Ditto.
9360         * m68hc11-tdep.c: Ditto.
9361         * m58klinux-nat.c: Ditto.
9362         * m68k-tdep.c: Ditto.
9363         * m88k-tdep.c: Ditto.
9364         * m88k-tdep.h: Ditto.
9365         * machoread.c: Ditto.
9366         * macrocmd.c: Ditto.
9367         * macroexp.c: Ditto.
9368         * macrotab.c: Ditto.
9369         * main.c: Ditto.
9370         * maint.c: Ditto.
9371         * mdebugread.c: Ditto.
9372         * mdebugread.h: Ditto.
9373         * memattr.c: Ditto.
9374         * memattr.h: Ditto.
9375         * memory-map.h: Ditto.
9376         * mep-tdep.c: Ditto.
9377         * microblaze-rom.c: Ditto.
9378         * microblaze-tdep.c: Ditto.
9379         * minsyms.c: Ditto.
9380         * mips-irix-tdep.c: Ditto.
9381         * mips-linux-nat.c: Ditto.
9382         * mips-linux-tdep.c: Ditto.
9383         * mips-linux-tdep.h: Ditto.
9384         * mipsnbsd-nat.c: Ditto.
9385         * mipsnbsd-tdep.c: Ditto.
9386         * mipsread.c: Ditto.
9387         * mips-tdep.c: Ditto.
9388         * mips-tdep.h: Ditto.
9389         * mn10300-linux-tdep.c: Ditto.
9390         * mn10300-tdep.c: Ditto.
9391         * mn10300-tdep.h: Ditto.
9392         * monitor.c: Ditto.
9393         * monitor.h: Ditto.
9394         * moxie-tdep.c: Ditto.
9395         * moxie-tdep.h: Ditto.
9396         * mt-tdep.c: Ditto.
9397
9398 2011-01-08  Mike Frysinger  <vapier@gentoo.org>
9399
9400         * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
9401
9402 2011-01-08  Robert Millan  <rmh@gnu.org>
9403
9404         * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
9405
9406 2011-01-07  Michael Snyder  <msnyder@vmware.com>
9407
9408         * charset.c (_initialize_charset): Fix typo in string.
9409
9410 2011-01-07  Michael Snyder  <msnyder@vmware.com>
9411
9412         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
9413         for i18n.
9414         * tui/tui-layout.c (tui_set_layout_for_display_command):
9415         Split line so that operator goes to beginning of line.
9416         * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
9417         assignment out of if statement.
9418
9419 2011-01-07  Michael Snyder  <msnyder@vmware.com>
9420
9421         * ada-lang.c: Comment cleanup, mostly periods and spaces.
9422         * ada-lang.h: Ditto.
9423         * ada-tasks.c: Ditto.
9424         * ada-valprint.c: Ditto.
9425         * aix-threads.c: Ditto.
9426         * alpha-linux-nat.c: Ditto.
9427         * alpha-linux-tdep.c: Ditto.
9428         * alpha-mdebug-tdep.c: Ditto.
9429         * alpha-nat.c: Ditto.
9430         * alpha-osf1-tdep.c: Ditto.
9431         * alpha-tdep.c: Ditto.
9432         * alphabsd-nat.c: Ditto.
9433         * alphabsd-tdep.c: Ditto.
9434         * amd64-darwin-tdep.c: Ditto.
9435         * amd64-linux-nat.c: Ditto.
9436         * amd64-linux-tdep.c: Ditto.
9437         * amd64-sol2-tdep.c: Ditto.
9438         * amd64-tdep.c: Ditto.
9439         * amd64-fbsd-tdep.c: Ditto.
9440         * amd64-nbsd-tdep.c: Ditto.
9441         * amd64-obsd-tdep.c: Ditto.
9442         * amd64-linux-nat.c: Ditto.
9443         * amd64-linux-tdep.c: Ditto.
9444         * arm-tdep.c: Ditto.
9445         * arm-tdep.h: Ditto.
9446         * armnbsd-nat.c: Ditto.
9447         * avr-tdep.c: Ditto.
9448         * bfin-tdep.c: Ditto.
9449         * bsd-kvm.c: Ditto.
9450         * c-typeprintc: Ditto.
9451         * c-valprint.c: Ditto.
9452         * coff-pe-read.h: Ditto.
9453         * coffreead.c: Ditto.
9454         * cris-tdep.c: Ditto.
9455         * d-lang.c: Ditto.
9456         * darwin-nat-info.c: Ditto.
9457         * darwin-nat.c: Ditto.
9458         * dbug-rom.c: Ditto.
9459         * dbxread.c: Ditto.
9460         * dcache.c: Ditto.
9461         * dcache.h: Ditto.
9462         * dec-thread.c: Ditto.
9463         * defs.h: Ditto.
9464         * demangle.c: Ditto.
9465         * dicos-tdep.c: Ditto.
9466         * dictionary.c: Ditto.
9467         * dictionary.h: Ditto.
9468         * dink32-rom.c: Ditto.
9469         * disasm.c: Ditto.
9470         * doublest.c: Ditto.
9471         * dsrec.c: Ditto.
9472         * dummy-frame.c: Ditto.
9473         * dwarf2-frame.c: Ditto.
9474         * dwarf2expr.c: Ditto.
9475         * dwarf2loc.c: Ditto.
9476         * dwarf2read.c: Ditto.
9477         * elfread.c: Ditto.
9478         * environ.c: Ditto.
9479         * eval.c: Ditto.
9480         * event-top.h: Ditto.
9481         * exceptions.c: Ditto.
9482         * exceptions.h: Ditto.
9483         * exec.c: Ditto.
9484         * expprint.c: Ditto.
9485         * expression.h: Ditto.
9486         * f-exp.y: Ditto.
9487         * f-lang.c: Ditto.
9488         * f-lang.h: Ditto.
9489         * f-typeprint.c: Ditto.
9490         * f-valprint.c: Ditto.
9491         * fbsd-nat.c: Ditto.
9492         * findvar.c: Ditto.
9493         * fork-child.c: Ditto.
9494         * frame.c: Ditto.
9495         * frame.h: Ditto.
9496         * frv-linux-tdep.c: Ditto.
9497         * frv-tdep.c: Ditto.
9498         * gcore.c: Ditto.
9499         * gdb-stabs.h: Ditto.
9500         * gdb_assert.h: Ditto.
9501         * gdb_string.h: Ditto.
9502         * gdb_thread_db.h: Ditto.
9503         * gdb_wait.h: Ditto.
9504         * gdbarch.sh: Ditto.
9505         * gdbcore.h: Ditto.
9506         * gdbthread.h: Ditto.
9507         * gdbtypes.c: Ditto.
9508         * gdbtypes.h: Ditto.
9509         * gnu-nat.c: Ditto.
9510         * gnu-nat.h: Ditto.
9511         * gnu-v2-abi.c: Ditto.
9512         * gnu-v3-abi.c: Ditto.
9513         * go32-nat.c: Ditto.
9514         * gdbarch.c: Regenerate.
9515         * gdbarch.h: Regenerate.
9516
9517 2011-01-07  Michael Snyder  <msnyder@vmware.com>
9518
9519         * ax-gdb.c: Adjust some long output strings.
9520         * breakpoint.c: Ditto.
9521         * charset.c: Ditto.
9522         * cp-abi.c: Ditto.
9523         * infcall.c: Ditto.
9524         * infrun.c: Ditto.
9525         * linux-nat.c: Ditto.
9526         * solib-pa64.c: Ditto.
9527         * solib-som.c: Ditto.
9528
9529 2011-01-06  Tom Tromey  <tromey@redhat.com>
9530
9531         PR python/12367:
9532         * NEWS: Add item.
9533         * python/python.c (GdbMethods): Add "newest_frame" method.
9534         * python/python-internal.h (gdbpy_newest_frame): Declare.
9535         * python/py-frame.c (gdbpy_newest_frame): New function.
9536
9537 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9538
9539         * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
9540         * jit.c (jit_debug): New variable.
9541         (show_jit_debug): New function.
9542         (struct target_buffer): Use ULONGEST.
9543         (bfd_open_from_target_memory): Likewise.
9544         (jit_register_code, jit_inferior_init): Add debug output.
9545         (_initialize_jit): Register "debug jit" command.
9546
9547 2011-01-06  Tom Tromey  <tromey@redhat.com>
9548
9549         * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
9550         * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
9551         and ARCH_FRAME.
9552
9553 2011-01-06  Tom Tromey  <tromey@redhat.com>
9554
9555         * python/py-frame.c (frapy_block): Use get_frame_block.
9556
9557 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
9558
9559         Do not stop on SIGPRIO signals by default
9560         * infrun.c (_initialize_infrun): Unset signal_stop and
9561         signal_print for TARGET_SIGNAL_PRIO.
9562
9563 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
9564
9565         * ada-tasks.c: Fix style violation in comment.
9566
9567 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
9568
9569         * linespec.c (decode_compound, find_method): Remove trailing \n
9570         at end of error string.
9571         * solib-irix.c (irix_current_sos): Likewise.
9572         * varobj.c (uninstall_variable): Likewise.
9573
9574 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
9575
9576         * copyright.py: New script.
9577         * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
9578         Launch emacs without exec'ing. Call copyright.py afterwards.
9579
9580 2011-01-05  Michael Snyder  <msnyder@vmware.com>
9581
9582         * addrmap.c: Shorten lines of >= 80 columns.
9583         * arch-utils.c: Ditto.
9584         * arch-utils.h: Ditto.
9585         * ax-gdb.c: Ditto.
9586         * ax-general.c: Ditto.
9587         * bcache.c: Ditto.
9588         * blockframe.c: Ditto.
9589         * breakpoint.c: Ditto.
9590         * buildsym.c: Ditto.
9591         * c-lang.c: Ditto.
9592         * c-typeprint.c: Ditto.
9593         * charset.c: Ditto.
9594         * coffread.c: Ditto.
9595         * command.h: Ditto.
9596         * corelow.c: Ditto.
9597         * cp-abi.c: Ditto.
9598         * cp-namespace.c: Ditto.
9599         * cp-support.c: Ditto.
9600         * dbug-rom.c: Ditto.
9601         * dbxread.c: Ditto.
9602         * defs.h: Ditto.
9603         * dfp.c: Ditto.
9604         * dfp.h: Ditto.
9605         * dictionary.c: Ditto.
9606         * disasm.c: Ditto.
9607         * doublest.c: Ditto.
9608         * dwarf2-frame.c: Ditto.
9609         * dwarf2expr.c: Ditto.
9610         * dwarf2loc.c: Ditto.
9611         * dwarf2read.c: Ditto.
9612         * elfread.c: Ditto.
9613         * eval.c: Ditto.
9614         * event-loop.c: Ditto.
9615         * event-loop.h: Ditto.
9616         * exceptions.h: Ditto.
9617         * exec.c: Ditto.
9618         * expprint.c: Ditto.
9619         * expression.h: Ditto.
9620         * f-lang.c: Ditto.
9621         * f-valprint.c: Ditto.
9622         * findcmd.c: Ditto.
9623         * frame-base.c: Ditto.
9624         * frame-unwind.c: Ditto.
9625         * frame-unwind.h: Ditto.
9626         * frame.c: Ditto.
9627         * frame.h: Ditto.
9628         * gcore.c: Ditto.
9629         * gdb-stabs.h: Ditto.
9630         * gdb_assert.h: Ditto.
9631         * gdb_dirent.h: Ditto.
9632         * gdb_obstack.h: Ditto.
9633         * gdbcore.h: Ditto.
9634         * gdbtypes.c: Ditto.
9635         * gdbtypes.h: Ditto.
9636         * inf-ttrace.c: Ditto.
9637         * infcall.c: Ditto.
9638         * infcmd.c: Ditto.
9639         * inflow.c: Ditto.
9640         * infrun.c: Ditto.
9641         * inline-frame.h: Ditto.
9642         * language.c: Ditto.
9643         * language.h: Ditto.
9644         * libunwind-frame.c: Ditto.
9645         * libunwind-frame.h: Ditto.
9646         * linespec.c: Ditto.
9647         * linux-nat.c: Ditto.
9648         * linux-nat.h: Ditto.
9649         * linux-thread-db.c: Ditto.
9650         * machoread.c: Ditto.
9651         * macroexp.c: Ditto.
9652         * macrotab.c: Ditto.
9653         * main.c: Ditto.
9654         * maint.c: Ditto.
9655         * mdebugread.c: Ditto.
9656         * memattr.c: Ditto.
9657         * minsyms.c: Ditto.
9658         * monitor.c: Ditto.
9659         * monitor.h: Ditto.
9660         * objfiles.c: Ditto.
9661         * objfiles.h: Ditto.
9662         * osabi.c: Ditto.
9663         * p-typeprint.c: Ditto.
9664         * p-valprint.c: Ditto.
9665         * parse.c: Ditto.
9666         * printcmd.c: Ditto.
9667         * proc-events.c: Ditto.
9668         * procfs.c: Ditto.
9669         * progspace.c: Ditto.
9670         * progspace.h: Ditto.
9671         * psympriv.h: Ditto.
9672         * psymtab.c: Ditto.
9673         * record.c: Ditto.
9674         * regcache.c: Ditto.
9675         * regcache.h: Ditto.
9676         * remote-fileio.c: Ditto.
9677         * remote.c: Ditto.
9678         * ser-mingw.c: Ditto.
9679         * ser-tcp.c: Ditto.
9680         * ser-unix.c: Ditto.
9681         * serial.c: Ditto.
9682         * serial.h: Ditto.
9683         * solib-frv.c: Ditto.
9684         * solib-irix.c: Ditto.
9685         * solib-osf.c: Ditto.
9686         * solib-pa64.c: Ditto.
9687         * solib-som.c: Ditto.
9688         * solib-sunos.c: Ditto.
9689         * solib-svr4.c: Ditto.
9690         * solib-target.c: Ditto.
9691         * solib.c: Ditto.
9692         * somread.c: Ditto.
9693         * source.c: Ditto.
9694         * stabsread.c: Ditto.
9695         * stabsread.c: Ditto.
9696         * stack.c: Ditto.
9697         * stack.h: Ditto.
9698         * symfile-mem.c: Ditto.
9699         * symfile.c: Ditto.
9700         * symfile.h: Ditto.
9701         * symmisc.c: Ditto.
9702         * symtab.c: Ditto.
9703         * symtab.h: Ditto.
9704         * target-descriptions.c: Ditto.
9705         * target-memory.c: Ditto.
9706         * target.c: Ditto.
9707         * target.h: Ditto.
9708         * terminal.h: Ditto.
9709         * thread.c: Ditto.
9710         * top.c: Ditto.
9711         * tracepoint.c: Ditto.
9712         * tracepoint.h: Ditto.
9713         * ui-file.c: Ditto.
9714         * ui-file.h: Ditto.
9715         * ui-out.h: Ditto.
9716         * user-regs.c: Ditto.
9717         * user-regs.h: Ditto.
9718         * utils.c: Ditto.
9719         * valarith.c: Ditto.
9720         * valops.c: Ditto.
9721         * valprint.c: Ditto.
9722         * valprint.h: Ditto.
9723         * value.c: Ditto.
9724         * varobj.c: Ditto.
9725         * varobj.h: Ditto.
9726         * vec.h: Ditto.
9727         * xcoffread.c: Ditto.
9728         * xcoffsolib.c: Ditto.
9729         * xcoffsolib.h: Ditto.
9730         * xml-syscall.c: Ditto.
9731         * xml-tdesc.c: Ditto.
9732
9733 2011-01-05  Michael Snyder  <msnyder@vmware.com>
9734
9735         * cli/cli-cmds.c: Shorten lines of >= 80 columns.
9736         * cli/cli-decode.c: Ditto.
9737         * cli/cli-dump.c: Ditto.
9738         * cli/cli-logging.c: Ditto.
9739         * cli/cli-script.c: Ditto.
9740         * cli/cli-setshow.c: Ditto.
9741         * common/signals.c: Ditto.
9742         * mi/mi-cmd-break.c: Ditto.
9743         * mi/mi-cmd-disas.c: Ditto.
9744         * mi/mi-cmd-stack.c: Ditto.
9745         * mi/mi-cmd-var.c: Ditto.
9746         * mi/mi-cmds.c: Ditto.
9747         * mi/mi-common.h: Ditto.
9748         * mi/mi-console.c: Ditto.
9749         * mi/mi-interp.c: Ditto.
9750         * mi/mi-main.c: Ditto.
9751         * osf-share/cma_attr.c: Ditto.
9752         * osf-share/cma_deb_core.h: Ditto.
9753         * osf-share/cma_debug_client.h: Ditto.
9754         * osf-share/cma_handle.h: Ditto.
9755         * osf-share/cma_mutex.h: Ditto.
9756         * osf-share/cma_stack_int.h: Ditto.
9757         * osf-share/cma_tcb_defs.h: Ditto.
9758         * python/py-auto-load.c: Ditto.
9759         * python/py-breakpoint.c: Ditto.
9760         * python/py-cmd.c: Ditto.
9761         * python/py-frame.c: Ditto.
9762         * python/py-objfile.c: Ditto.
9763         * python/py-param.c: Ditto.
9764         * python/py-progspace.c: Ditto.
9765         * python/py-symbol.c: Ditto.
9766         * python/py-value.c: Ditto.
9767         * python/python-internal.h: Ditto.
9768         * python/python.c: Ditto.
9769         * tui/tui-data.c: Ditto.
9770         * tui/tui-disasm.c: Ditto.
9771         * tui/tui-hooks.c: Ditto.
9772         * tui/tui-io.c: Ditto.
9773         * tui/tui-layout.c: Ditto.
9774         * tui/tui-regs.c: Ditto.
9775         * tui/tui-source.c: Ditto.
9776         * tui/tui-stack.c: Ditto.
9777         * tui/tui-win.c: Ditto.
9778         * tui/tui-windata.c: Ditto.
9779         * tui/tui-winsource.c: Ditto.
9780
9781 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
9782
9783         * configure.ac, gdb.1: Copyright year update.
9784
9785 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9786
9787         * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
9788         this_pc_in_block, morestack_msym and morestack_name.  Check for
9789         "__morestack" minimal symbol there.
9790
9791 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
9792
9793         * symfile.c (find_sym_fns): Add call to dont_repeat.
9794
9795 2011-01-01  Joel Brobecker  <brobecker@adacore.com>
9796
9797         Copyright year update in most files (performed by copyright.sh).
9798
9799 2011-01-01  Joel Brobecker  <brobecker@adacore.com>
9800
9801         * top.c (print_gdb_version): Update copyright year in version output.
9802
9803 For older changes see ChangeLog-2010.
9804 \f
9805 Local Variables:
9806 mode: change-log
9807 left-margin: 8
9808 fill-column: 74
9809 version-control: never
9810 coding: utf-8
9811 End: