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