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