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