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