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