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