OSDN Git Service

2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
[pf3gnuchains/pf3gnuchains4x.git] / gdb / ChangeLog
1 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3
4         Implement support for PowerPC BookE ranged breakpoints.
5         * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
6         * breakpoint.h (struct bp_target_info) <length>: New member
7         variable.
8         (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
9         instead of struct breakpoint as argument, and also add ASPACE
10         and BP_ADDR arguments.  Update all callers.
11         (struct breakpoint_ops) <print_one_detail>: New method.
12         (struct breakpoint) <addr_string_range_end>: New member variable.
13         * breakpoint.c (breakpoint_location_address_match): Add function
14         prototype.
15         (insert_bp_location): Set bl->target_info.length.
16         (breakpoint_here_p): Call breakpoint_location_address_match.
17         (moribund_breakpoint_here_p): Likewise.
18         (regular_breakpoint_inserted_here_p): Likewise.
19         (breakpoint_thread_match): Likewise.
20         (bpstat_stop_status): Likewise.
21         (bpstat_check_location): Move call to
22         breakpoint_ops.breakpoint_hit to the top.
23         (print_one_breakpoint_location): Call
24         breakpoint_ops.print_one_detail if available.
25         (breakpoint_address_match_range): New function.
26         (breakpoint_location_address_match): Likewise.
27         (breakpoint_locations_match): Compare the length field of the
28         locations too.
29         (hw_breakpoint_used_count): Count resources used by all locations
30         in a breakpoint, and use breakpoint_ops.resources_needed if
31         available.
32         (breakpoint_hit_ranged_breakpoint): New function.
33         (resources_needed_ranged_breakpoint): Likewise.
34         (print_it_ranged_breakpoint): Likewise.
35         (print_one_ranged_breakpoint): Likewise.
36         (print_one_detail_ranged_breakpoint): Likewise.
37         (print_mention_ranged_breakpoint): Likewise.
38         (print_recreate_ranged_breakpoint): Likewise.
39         (ranged_breakpoint_ops): New structure.
40         (find_breakpoint_range_end): New function.
41         (break_range_command): Likewise.
42         (delete_breakpoint): Free addr_string_range_end.
43         (update_breakpoint_locations): Add SALS_END argument.  Update
44         all callers.  Calculate breakpoint length if a non-zero SALS_END
45         is given.  Call breakpoint_locations_match instead of
46         breakpoint_address_match.
47         (reset_breakpoint): Find SaL of the end of the range if B is a
48         ranged breakpoint.
49         (_initialize_breakpoint): Register break-range command.
50         * defs.h (print_core_address): Add function prototype.
51         * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
52         function.
53         (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
54         (ppc_linux_remove_hw_breakpoint): Likewise.
55         (_initialize_ppc_linux_nat): Initialize
56         to_ranged_break_num_registers.
57         * target.c (update_current_target): Add comment about
58         to_ranged_break_num_registers.
59         (target_ranged_break_num_registers): New function.
60         * target.h (struct target_ops) <to_ranged_break_num_registers>:
61         New method.
62         (target_ranged_break_num_registers): Add function prototype.
63         * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
64         * utils.c (print_core_address): ... here.
65
66 2011-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
67
68         * breakpoint.c (addr_string_to_sals): Avoid uninitialized
69         variable compiler warning.
70
71 2011-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
72
73         * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
74         code from here ...
75         (re_set_breakpoint): ... to here ...
76         (addr_string_to_sals): ... and here.
77
78 2011-03-29  Pierre Muller  <muller@ics.u-strasbg.fr>
79
80         * Makefile.in (SFILES): Add missing C sources.
81         (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
82         Add missing headers.
83
84 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
85
86         * .gitignore: New file.
87
88 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
89
90         * NEWS: Mention new cfi device simulation.
91
92 2011-03-29  Tom Tromey  <tromey@redhat.com>
93
94         * dwarf2read.c (fixup_partial_die): Handle linkage name on
95         otherwise anonymous types.
96         (dwarf2_name): Likewise.
97         * valops.c (value_struct_elt_for_reference): Refine artificial
98         type logic.  Call error if j==-1.
99
100 2011-03-29  Andreas Tobler  <andreast-list@fgznet.ch>
101
102         Fix false GCC warning.
103         * infcall.c (find_function_addr): Initialize funaddr.
104
105 2011-03-29  Pierre Muller  <muller@ics.u-strasbg.fr>
106
107         Fix mingw compilation with --enable-targets=all.
108         * remote-mips.c (gdb_usleep.h): Include header.
109         (mips_enter_debug): Use gdb_usleep instead of sleep.
110
111 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
112
113         Support resolution of STT_GNU_IFUNC via breakpoints.
114         * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
115         bp_gnu_ifunc_resolver_return.
116         (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
117         the loop.  Support bp_gnu_ifunc_resolver and
118         bp_gnu_ifunc_resolver_return.  New comment after the loop.  New loop
119         for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
120         breakpoints.
121         (bptype_string, print_one_breakpoint_location): Support
122         bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
123         (user_settable_breakpoint): Return true also for
124         bp_gnu_ifunc_resolver.
125         (allocate_bp_location): Support bp_gnu_ifunc_resolver and
126         bp_gnu_ifunc_resolver_return.
127         (set_breakpoint_location_function): New parameter explicit_loc,
128         describe it.  Call find_pc_partial_function_gnu_ifunc with new
129         variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
130         EXPLICIT_LOC is not set.
131         (set_raw_breakpoint): Set EXPLICIT_LOC for
132         set_breakpoint_location_function.
133         (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
134         set_breakpoint_location_function.
135         (mention): Support bp_gnu_ifunc_resolver and
136         bp_gnu_ifunc_resolver_return.
137         (add_location_to_breakpoint): Set EXPLICIT_LOC for
138         set_breakpoint_location_function.
139         (update_breakpoint_locations): Remove static.
140         (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
141         bp_gnu_ifunc_resolver_return.
142         * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
143         bp_gnu_ifunc_resolver_return.
144         (update_breakpoint_locations): New declaration.
145         * elfread.c: Include gdbthread.h and regcache.h.
146         (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
147         functions.
148         (elf_gnu_ifunc_fns): Install them.
149         * minsyms.c (stub_gnu_ifunc_resolver_stop)
150         (stub_gnu_ifunc_resolver_return_stop): New functions.
151         (stub_gnu_ifunc_fns): Install them.
152         * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
153         and gnu_ifunc_resolver_return_stop.
154         (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
155
156 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
157
158         STT_GNU_IFUNC reader implementation.
159         * elfread.c: Include gdbtypes.h, value.h and infcall.h.
160         (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
161         (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
162         (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
163         (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
164         (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
165         (elf_gnu_ifunc_resolve_addr): New.
166         (elf_symfile_read): Call elf_rel_plt_read.
167         (elf_gnu_ifunc_fns): New.
168         (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
169         Install elf_gnu_ifunc_fns.
170         * infcall.c (find_function_return_type): New function.
171         (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
172         * minsyms.c (stub_gnu_ifunc_resolve_addr)
173         (stub_gnu_ifunc_resolve_name): New functions.
174         (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
175         * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
176         (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
177
178 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
179
180         Code cleanup for later STT_GNU_IFUNC support.
181         * infcall.c (find_function_addr): Remove variable code, use explicit
182         dereferences for it.  Move VALUE_TYPE initialization later.
183
184 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
185
186         GDB find_pc_partial_function support for STT_GNU_IFUNC.
187         * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
188         (clear_pc_function_cache): Clear it.
189         (find_pc_partial_function): Rename to ...
190         (find_pc_partial_function_gnu_ifunc): ... this function.  New
191         parameter is_gnu_ifunc_p, describe it.  Set *IS_GNU_IFUNC_P.
192         (find_pc_partial_function): New wrapper for this function.
193         * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
194
195 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
196
197         GDB internal type support for STT_GNU_IFUNC.
198         * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
199         (elf_symtab_read): Set mst_text_gnu_ifunc for
200         BSF_GNU_INDIRECT_FUNCTION.
201         * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
202         * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
203         builtin_func_func, nodebug_text_gnu_ifunc_symbol and
204         nodebug_got_plt_symbol.
205         * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
206         (TYPE_GNU_IFUNC): New.
207         (struct main_type): New field flag_gnu_ifunc.
208         (struct builtin_type): New field builtin_func_func.
209         (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
210         nodebug_got_plt_symbol.
211         * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
212         (in_gnu_ifunc_stub): New.
213         (prim_record_minimal_symbol, find_solib_trampoline_target): Support
214         mst_text_gnu_ifunc.
215         * parse.c (write_exp_msymbol): New variable ifunc_msym.  Detect and
216         support mst_text_gnu_ifunc.  Support mst_slot_got_plt.
217         * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
218         in_gnu_ifunc_stub.
219         * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
220         * symtab.c (search_symbols): Likewise.
221         * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
222         and mst_slot_got_plt.
223         (in_gnu_ifunc_stub): New declaration.
224
225 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
226
227         Support a ring of related breakpoints.
228         * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
229         other functions, add gdb_assert.
230         (update_watchpoint, watchpoint_check): Add gdb_assert.  Use
231         watchpoint_del_at_next_stop.
232         (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
233         (bpstat_stop_status): Handle ring in related_breakpoint.
234         (set_raw_breakpoint_without_location): Initialize ring in
235         related_breakpoint.
236         (delete_breakpoint): Handle ring in related_breakpoint, use
237         watchpoint_del_at_next_stop.
238         (map_breakpoint_numbers): Handle ring in related_breakpoint.
239
240 2011-03-28  Tom Tromey  <tromey@redhat.com>
241
242         PR symtab/12441:
243         * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
244         with `language_minimal'.
245
246 2011-03-25  Ulrich Weigand  <ulrich.weigand@linaro.org>
247
248         * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
249         instead of checking for STT_ARM_TFUNC symbol type.
250
251 2011-03-25  Tom Tromey  <tromey@redhat.com>
252
253         * linespec.c (symbol_found): Restore line-based result for
254         non-LOC_LABEL symbols.
255
256 2011-03-25  Kai Tietz  <ktietz@redhat.com>
257
258         * tui/tui-source.c (tui_set_source_content): Use filename_cmp
259         instead of strcmp for comparison.
260         (tui_source_is_displayed): Likewise.
261         * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
262
263 2011-03-24  Mark Wielaard  <mjw@redhat.com>
264
265         * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
266         complaint.
267         (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
268         (find_partial_die_in_comp_unit): Likewise in comment.
269         (read_attribute_value): Likewise.
270         (lookup_die_type): Likewise.
271         (dwarf_form_name): Likewise.
272         (dump_die_shallow): Likewise.
273         (follow_die_ref_or_sig): Likewise.
274
275 2011-03-24  Tom Tromey  <tromey@redhat.com>
276
277         PR breakpoints/11816:
278         * linespec.c (decode_line_1): Parse `function:label' linespecs.
279         (decode_compound): Update.
280         (find_function_symbol): New function.
281         (decode_dollar): Update.
282         (decode_label): Add 'function_symbol' parameter.  Handle
283         function-relative labels.
284         (decode_variable): Update.
285         (symbol_found): Add 'function_symbol' parameter.  Use label's PC,
286         not its line.  Set `special_display' and canonical name for
287         labels.
288
289 2011-03-24  Tom Tromey  <tromey@redhat.com>
290
291         * linespec.h (struct linespec_result) <special_display>: New
292         field.
293         * breakpoint.h (struct breakpoint) <display_canonical>: New
294         field.
295         * breakpoint.c (print_breakpoint_location): Respect
296         display_canonical.
297         (create_breakpoint_sal): Add 'display_canonical' parameter.
298         (create_breakpoints_sal): Update.
299         (create_breakpoint): Update.
300
301 2011-03-24  Tom Tromey  <tromey@redhat.com>
302
303         * symtab.c (decode_line_spec): Update.
304         * linespec.c (build_canonical_line_spec): Change type of
305         'canonical'.
306         (decode_line_2, decode_line_1, decode_objc, decode_compound)
307         (find_method, decode_all_digits, decode_dollar, decode_label)
308         (symbol_found): Likewise.
309         (init_linespec_result): New function.
310         * breakpoint.c (struct captured_parse_breakpoint_args)
311         <canonical_p>: New field, replaces addr_string_p.
312         (create_breakpoints_sal): Add 'canonical' parameter, replacing
313         'addr_string'.
314         (parse_breakpoint_sals): Likewise.
315         (do_captured_parse_breakpoint): Update.
316         (create_breakpoint): Use struct linespec_result.
317         (until_break_command): Update.
318         (breakpoint_re_set_one): Update.
319         (decode_line_spec_1): Update.
320         * linespec.h (struct linespec_result): New.
321         (init_linespec_result): Declare.
322
323 2011-03-23  Pedro Alves  <pedro@codesourcery.com>
324
325         * regcache.c (regcache_raw_read): If the target didn't supply a
326         given raw register, mark it as unavailable.
327
328 2011-03-23  Kai Tietz  <ktietz@redhat.com>
329
330         * breakpoint.c (clear_command): Use filename_cmp
331         instead of strcmp for comparison.
332         * buildsym.c (watch_main_source_file_lossage): Likewise.
333         (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
334         checking just for slash.
335         * dbxread.c (read_dbx_symtab): Use lbasename instead of
336         strrchr and filename_cmp instead of strcmp for filenames.
337         (add_old_header_file): Use filename_cmp
338         instead of strcmp for comparison.
339         * exec.c (exec_set_section_address): Likewise.
340         * macrotab.c (macro_lookup_inclusion): Likewise.
341         (macro_lookup_inclusion): Likewise.
342         * elfread.c (_initialize_elfread): Likewise.
343         (elfstab_offset_sections): Likewise.
344         (elfstab_offset_sections): Use lbasename instead of
345         strrchr.
346         * mdebugread.c (parse_partial_symbols): Likewise.
347         (arse_partial_symbols): Use filename_(n)cmp instead of
348         str(n)cmp for comparison.
349         * minsyms.c (lookup_minimal_symbol): Likewise.
350         * psymtab.c (read_psymtabs_with_filename): Likewise.
351         * solib.c (solib_read_symbols): Likewise.
352         (reload_shared_libraries_1): Likewise.
353         * symmisc.c (maintenance_print_symbols): Likewise.
354         * symfile.c (separate_debug_file_exists): Likewise.
355         (reread_symbols): Likewise.
356         (find_separate_debug_file_by_debuglink): Likewise.
357         * remote-fileio.c (remote_fileio_func_rename): Likewise.
358         * source.c (add_path): Likewise.
359         * symtab.c (filename_seen): Likewise.
360         (file_matches): Likewise.
361         (print_symbol_info): Likewise.
362         (maybe_add_partial_symtab_filename): Likewise.
363         (make_source_files_completion_list): Likewise.
364         * xml-syscall.c (init_sysinfo): Likewise.
365         * windows-nat.c (_initialize_check_for_gdb_ini): Use
366         IS_DIR_SEPARATOR for checking for trailing path separator.
367
368 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
369
370         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value.  New
371         label abort_expression.
372         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
373         DWARF_VALUE_OPTIMIZED_OUT.
374
375 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
376
377         Code cleanup.
378         * c-typeprint.c (c_type_print_args): Change parameter show_artificial
379         to linkage_name.  Invert its value.  Update the function comment.
380         (c_type_print_varspec_suffix): Invert it at the caller.
381         * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
382
383 2011-03-22  Pedro Alves  <pedro@codesourcery.com>
384
385         * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
386         errors when reading the `stop_pc'.
387         * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
388         get_frame_pc.
389
390 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
391
392         * NEWS: Document gdb.Write stream keyword.
393
394 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
395
396         Revert:
397         2011-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
398         * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
399         (dwarf2_add_field): Fix new_field->accessibility for
400         cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
401
402 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
403
404         PR python/12183
405
406         * python/py-function.c (fnpy_call): Treat GdbErrors differently to
407         other error classes.  Do not print stack trace.
408
409 2011-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
410
411         * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
412         (dwarf2_add_field): Fix new_field->accessibility for
413         cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
414
415 2011-03-21  Ulrich Weigand  <ulrich.weigand@linaro.org>
416
417         * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
418         encountering a load via a non-SP register.
419
420 2011-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
421
422         * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
423         field in returned unwinder.
424
425 2012-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
426
427         * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
428
429 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
430
431         * ada-lang.c (replace_operator_with_call): Use xzalloc instead
432         of xmalloc.
433
434 2012-03-18  Pedro Alves  <pedro@codesourcery.com>
435
436         * frame.c (frame_unwind_register): Throw an error if unwinding the
437         register failed.
438         * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
439         an unwind stop reason.
440         (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
441         * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
442         UNWIND_UNAVAILABLE>: New.
443         * inline-frame.c (inline_frame_unwind): Install
444         default_frame_unwind_stop_reason.
445         * frame-unwind.c: Include "exceptions.h".
446         (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
447         (default_frame_unwind_stop_reason): New.
448         * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
449         (default_frame_unwind_stop_reason): Declare.
450         (struct frame_unwind) <stop_reason>: New function pointer.
451
452         * dummy-frame.c: Install default_frame_unwind_stop_reason.
453         * dwarf2-frame.c: Include exceptions.h.
454         (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
455         (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
456         computing the CFA.  If such an error was thrown, set
457         unavailable_retaddr.
458         (dwarf2_frame_unwind_stop_reason): New.
459         (dwarf2_frame_this_id): Don't build a frame id if the CFA was
460         unavailable.
461         (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
462         (dwarf2_signal_frame_unwind): Ditto.
463
464         * amd64-tdep.c: Include "exceptions.h".
465         (struct amd64_frame_cache): New field "base_p".
466         (amd64_init_frame_cache): Clear it.
467         (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
468         Avoid reading registers with functions that throw if the register
469         is not necessary to compute the frame base.
470         (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
471         swallowing NOT_AVAILABLE_ERROR.
472         (amd64_frame_unwind_stop_reason): New.
473         (amd64_frame_this_id): Don't build a frame id if the frame base
474         was unavailable.
475         (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
476         (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
477         base_p if the frame base was computable.
478         (amd64_sigtramp_frame_unwind_stop_reason): New.
479         (amd64_sigtramp_frame_this_id): Don't build a frame id if the
480         frame base was unavailable.
481         (amd64_sigtramp_frame_unwind): Install
482         amd64_sigtramp_frame_unwind_stop_reason.
483         (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
484         base_p if the frame base was computable.
485         (amd64_epilogue_frame_unwind_stop_reason): New.
486         (amd64_epilogue_frame_this_id): Don't build a frame id if the
487         frame base was unavailable.
488         (amd64_epilogue_frame_unwind): Install
489         amd64_epilogue_frame_unwind_stop_reason.
490         * i386-tdep.c: Include "exceptions.h".
491         (struct i386_frame_cache): New field "base_p".
492         (i386_init_frame_cache): Clear it.
493         (i386_frame_cache_1): New, factored out from amd64_frame_cache.
494         Avoid reading registers with functions that throw if the register
495         is not necessary to compute the frame base.
496         (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
497         swallowing NOT_AVAILABLE_ERROR.
498         (i386_frame_unwind_stop_reason): New.
499         (i386_frame_this_id): Don't build a frame id if the frame base was
500         unavailable.
501         (i386_frame_prev_register): Handle unavailable SP.
502         (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
503         (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
504         base_p if the frame base was computable.
505         (i386_epilogue_frame_unwind_stop_reason): New.
506         (i386_epilogue_frame_this_id): Don't build a frame id if the frame
507         base was unavailable.
508         (i386_epilogue_frame_unwind): Install
509         i386_epilogue_frame_unwind_stop_reason.
510         (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
511         base_p if the frame base was computable.
512         (i386_sigtramp_frame_unwind_stop_reason): New.
513         (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
514         base was unavailable.
515         (i386_sigtramp_frame_unwind): Install
516         i386_sigtramp_frame_unwind_stop_reason.
517         * sentinel-frame.c (sentinel_frame_prev_register): Use the value
518         type's size, not the register's.
519         (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
520
521         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
522         default_frame_unwind_stop_reason.
523         * alpha-tdep.c (alpha_sigtramp_frame_unwind)
524         (alpha_heuristic_frame_unwind): Ditto.
525         * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
526         * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
527         * avr-tdep.c (avr_frame_unwind): Ditto.
528         * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
529         Ditto.
530         * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
531         * frv-tdep.c (frv_frame_unwind): Ditto.
532         * h8300-tdep.c (h8300_frame_unwind): Ditto.
533         * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
534         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
535         * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
536         (hppa_stub_frame_unwind): Ditto.
537         * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
538         * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
539         (ia64_libunwind_frame_unwind)
540         (ia64_libunwind_sigtramp_frame_unwind): Ditto.
541         * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
542         * lm32-tdep.c (lm32_frame_unwind): Ditto.
543         * m32c-tdep.c (m32c_unwind): Ditto.
544         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
545         * m32r-tdep.c (m32r_frame_unwind): Ditto.
546         * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
547         * m68k-tdep.c (m68k_frame_unwind): Ditto.
548         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
549         * m88k-tdep.c (m88k_frame_unwind): Ditto.
550         * mep-tdep.c (mep_frame_unwind): Ditto.
551         * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
552         * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
553         (mips_stub_frame_unwind): Ditto.
554         * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
555         * moxie-tdep.c (moxie_frame_unwind): Ditto.
556         * mt-tdep.c (mt_frame_unwind): Ditto.
557         * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
558         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
559         * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
560         * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
561         (s390_sigtramp_frame_unwind): Ditto.
562         * score-tdep.c (score_prologue_unwind): Ditto.
563         * sh-tdep.c (sh_frame_unwind): Ditto.
564         * sh64-tdep.c (sh64_frame_unwind): Ditto.
565         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
566         * sparc-tdep.c (sparc32_frame_unwind): Ditto.
567         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
568         * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
569         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
570         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
571         * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
572         (sparc64obsd_trapframe_unwind): Ditto.
573         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
574         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
575         * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
576         * v850-tdep.c (v850_frame_unwind): Ditto.
577         * vax-tdep.c (vax_frame_unwind): Ditto.
578         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
579         * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
580         * xtensa-tdep.c (xtensa_unwind): Ditto.
581
582 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
583
584         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
585         there's always a frame.  Use get_frame_pc_if_available instead of
586         get_frame_pc, and if there's no PC available, don't look up a
587         symtab.
588
589 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
590
591         * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
592         unavailable PC.
593
594 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
595
596         * tracepoint.c (set_traceframe_context): Handle unavailable PC
597         gracefully.
598
599 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
600
601         * frame.h (frame_unwind_caller_pc_if_available): Declare.
602         * frame.c (frame_unwind_caller_pc_if_available): New.
603         * stack.c (frame_info): Handle unavailable PC.
604
605 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
606
607         * frame.c (frame_unwind_pc): Rename to ...
608         (frame_unwind_pc_if_available): ... this.  New `pc' output
609         parameter.  Change return type to int.  Gracefully handle
610         gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR.  Return 0 if that
611         happened, or 1 otherwise.
612         (frame_unwind_pc): Reimplement on top of
613         frame_unwind_pc_if_available.
614         (get_frame_func): Rename to ...
615         (get_frame_func_if_available): New `pc' output parameter.  Change
616         return type to int.  Gracefully handle the PC not being available.
617         (get_frame_func): Reimplement on top of
618         get_frame_func_if_available.
619         (select_frame): Handle the PC being unavailable.
620         (get_prev_frame): Handle the PC being unavailable.
621         (get_frame_pc_if_available): New.
622         (get_frame_address_in_block_if_available): New.
623         (find_frame_sal): Handle the frame PC not being available.
624         * frame.h (get_frame_pc_if_available): Declare.
625         (get_frame_address_in_block_if_available): Declare.
626         (get_frame_func_if_available): Declare.
627         * stack.c (print_frame_info): Handle the PC being unavailable.
628         (find_frame_funname): Ditto.
629         (print_frame): Handle the PC being unavailable.
630         (get_frame_language): Ditto.
631         * blockframe.c (get_frame_block): Ditto.
632         * macroscope.c (default_macro_scope): Ditto.
633         * tui/tui-stack.c (tui_show_frame_info): Ditto.
634
635 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
636
637         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
638         NOT_AVAILABLE_ERROR when evaluating the location expression.
639
640 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
641
642         * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
643         returning that the register piece is unavailable/optimized out.
644         (write_pieced_value): Handle get_frame_register_bytes returning
645         that the register piece is unavailable/optimized out when doing a
646         read-modify write of a bitfield.
647         * findvar.c (value_from_register): Handle get_frame_register_bytes
648         returning that the register piece is unavailable/optimized out.
649         * frame.c (get_frame_register_bytes): New parameters `optimizedp'
650         and `unavailablep'.  Throw error on bad debug info.  Use
651         frame_register instead of frame_register_read, to fill in the new
652         arguments.
653         * frame.h (get_frame_register_bytes): New parameters `optimizedp'
654         and `unavailablep'.
655         * valops.c: (value_assign): Adjust, and handle
656         get_frame_register_bytes failing.
657         * spu-tdep.c: Include exceptions.h.
658         (spu_software_single_step): Adjust, and handle
659         get_frame_register_bytes failing.
660         (spu_get_longjmp_target): Ditto.
661         * gdbarch.sh (register_to_value): Change to return int.  New
662         parameters `optimizedp' and `unavailablep'.
663         * gdbarch.h, gdbarch.c: Regenerate.
664         * i386-tdep.c (i386_register_to_value): Adjust to new
665         gdbarch_register_to_value interface.
666         * i387-tdep.c (i387_register_to_value): Ditto.
667         * i387-tdep.h (i387_register_to_value): Ditto.
668         * alpha-tdep.c (alpha_register_to_value): Ditto.
669         * ia64-tdep.c (ia64_register_to_value): Ditto.
670         * m68k-tdep.c (m68k_register_to_value): Ditto.
671         * mips-tdep.c (mips_register_to_value): Ditto.
672         * rs6000-tdep.c (rs6000_register_to_value): Ditto.
673
674 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
675
676         * findvar.c (value_of_register): Mark the value as unavailable, if
677         the register is unavailable.
678         * frame.h (frame_register_unwind): New `unavailablep' parameter.
679         (frame_register): New `unavailablep' parameter.
680         (frame_register_read): Update comment.
681         * frame.c (frame_register_unwind): New `unavailablep' parameter.
682         Set it if the register is unavailable.  If the register is
683         unavailable, clear the output buffer.
684         (frame_register): New `unavailablep' parameter.  Pass it down.
685         (frame_unwind_register): Adjust.
686         (put_frame_register): Adjust.
687         (frame_register_read): Adjust.  Also return false if the register
688         is not available.
689         (frame_register_unwind_location): Adjust.
690         * sentinel-frame.c (sentinel_frame_prev_register): If the register
691         is unavailable, mark the value accordingly.
692         * stack.c (frame_info): Handle unavailable registers.
693
694 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
695
696         * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
697         simplify, using regcache_cooked_read.
698
699 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
700
701         * regcache.h (regcache_raw_read, regcache_raw_read_signed)
702         (regcache_raw_read_unsigned, regcache_raw_read_signed)
703         (regcache_raw_read_unsigned, regcache_raw_read_part)
704         (regcache_cooked_read, regcache_cooked_read_signed)
705         (regcache_cooked_read_unsigned, regcache_cooked_read_part)
706         (regcache_cooked_read_ftype): Change return to enum
707         register_status.
708         * regcache.c: Include exceptions.h
709         (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
710         (do_cooked_read): Change return to enum register_status.  Always
711         forward to regcache_cooked_read.
712         (regcache_raw_read): Change return to enum register_status.  If
713         the register is not REG_VALID, memset the buffer.  Return the
714         register's status.
715         (regcache_raw_read_signed): Handle non-REG_VALID registers and
716         return the register's status.
717         (regcache_raw_read_unsigned): Ditto.
718         (regcache_cooked_read): Change return to enum register_status.
719         Assert that with read-only regcaches, the register's status must
720         be known.  If the regcache is read-only, and the register is not
721         REG_VALID, memset the buffer.  Return the register's status.
722         (regcache_cooked_read_signed): Change return to enum
723         register_status.  Handle non-REG_VALID registers and return the
724         register's status.
725         (regcache_cooked_read_unsigned): Change return to enum
726         register_status.  Handle non-REG_VALID registers and return the
727         register's status.
728         (regcache_xfer_part, regcache_raw_read_part)
729         (regcache_cooked_read_part): Change return to enum
730         register_status.  Return the register's status.
731         (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
732         unavailable.
733         (regcache_dump): Handle unavailable cooked registers.
734         * frame.c (do_frame_register_read): Adjust interface to match
735         regcache_cooked_read_ftype.
736         * gdbarch.sh (pseudo_register_read): Change return to enum
737         register_status.
738         * gdbarch.h, gdbarch.c: Regenerate.
739
740         * i386-tdep.h (i386_pseudo_register_read): Change return to enum
741         register_status.
742         * i386-tdep.c (i386_pseudo_register_read): Change return to enum
743         register_status.  If reading a raw register indicates the raw
744         register is not valid, return the raw register's status,
745         otherwise, return REG_VALID.
746         * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
747         register_status.  Handle non-REG_VALID raw registers and return
748         the register's status.
749         * arm-tdep.c (arm_neon_quad_read)
750         (arm_pseudo_read): Change return to enum register_status.  Handle
751         non-REG_VALID raw registers and return the register's status.
752         * avr-tdep.c (avr_pseudo_register_read): Ditto.
753         * frv-tdep.c (frv_pseudo_register_read): Ditto.
754         * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
755         * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
756         * m32c-tdep.c (m32c_move_reg_t): Change return to enum
757         register_status.
758         (m32c_raw_read, m32c_raw_write, m32c_banked_read)
759         (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
760         (m32c_part_write, m32c_cat_read, m32c_cat_write)
761         (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
762         (m32c_pseudo_register_read): Change return to enum
763         register_status.  Adjust.
764         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
765         enum register_status.  Return the register's status.
766         * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
767         register_status.  Return the register's status.
768         (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
769         * mips-tdep.c (mips_pseudo_register_read): Ditto.
770         * mt-tdep.c (mt_pseudo_register_read): Ditto.
771         * rs6000-tdep.c (move_ev_register_func): New typedef.
772         (e500_move_ev_register): Use it.  Change return to enum
773         register_status.  Return the register's status.
774         (do_regcache_raw_read): New function.
775         (do_regcache_raw_write): New function.
776         (e500_pseudo_register_read): Change return to enum
777         register_status.  Return the register's status.  Use
778         do_regcache_raw_read.
779         (e500_pseudo_register_write): Adjust.  Use do_regcache_raw_write.
780         (dfp_pseudo_register_read): Change return to enum register_status.
781         Return the register's status.
782         (vsx_pseudo_register_read): Ditto.
783         (efpr_pseudo_register_read): Ditto.
784         (rs6000_pseudo_register_read): Ditto.
785         * s390-tdep.c (s390_pseudo_register_read): Change return to enum
786         register_status.  Return the register's status.
787         * sh64-tdep.c (pseudo_register_read_portions): New function.
788         (sh64_pseudo_register_read): Change return to enum
789         register_status.  Use pseudo_register_read_portions.  Return the
790         register's status.
791         * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
792         register_status.  Return the register's status.
793         * sh-tdep.c (pseudo_register_read_portions): New function.
794         (sh_pseudo_register_read): Change return to enum register_status.
795         Use pseudo_register_read_portions.  Return the register's status.
796         * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
797         enum register_status.  Return the register's status.
798         * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
799         * spu-tdep.c (spu_pseudo_register_read_spu)
800         (spu_pseudo_register_read): Ditto.
801         * xtensa-tdep.c (xtensa_register_read_masked)
802         (xtensa_pseudo_register_read): Ditto.
803         * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
804
805 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
806
807         * python/py-value.c (valpy_getitem): Fix formatting of error function
808         call.
809
810 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
811
812         ARI fixes: Add missing internationalization markups throughout
813         C source files.
814         * darwin-nat-info.c: Ditto.
815         * record.c: Ditto.
816         * remote.c: Ditto.
817         * mi/mi-main.c: Ditto.
818
819 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
820
821         ARI fixes: Add missing internationalization markups throughout
822         yacc files.
823         * c-exp.y: Ditto.
824         * cp-name-parser.y: Ditto.
825         * f-exp.y: Ditto.
826         * m2-exp.y: Ditto.
827         * objc-exp.y: Ditto.
828         * p-exp.y: Ditto.
829
830 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
831
832         ARI fixes: Messages should have no trailing new lines.
833         * darwin-nat.c (mach_check_error): Remove trailing new line from
834         warning function call message.
835         * record.c (bfdcore_read): Idem for error call.
836
837 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
838
839         * common/signals.c (target_signal_from_host): Add _ markup to error
840         function call message.
841         (target_signal_to_host): Add _ markup and remove trailing new line
842         from warning call message.
843         (target_signal_from_command): Add _ markup to error function call
844         message.
845
846 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
847
848         PR python/12149
849
850         * python/python.c (gdbpy_write): Accept a stream argument and
851         operate to the appropriate stream.
852         (gdbpy_flush): Likewise.
853         (_initialize_python): Add stream constants.
854         (finish_python_initialization): Add GdbOutputErrorFile class.
855
856 2011-03-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
857
858         * MAINTAINERS: Add myself as a write-after-approval maintainer.
859
860 2011-03-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
861
862         * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
863         to store_signed_integer.  Add debug message when relocating CALL
864         instructions.  Fix formatting of debug message.
865         * i386-tdep.c (i386_relocate_instruction): Ditto.
866
867 2011-03-17  Joel Brobecker  <brobecker@gnat.com>
868
869         * target.h (struct target_ops): Remove to_lookup_symbol field.
870         (target_lookup_symbol): Delete macro.
871         * target.c (nosymbol, debug_to_lookup_symbol): Delete.
872         (update_current_target, setup_target_debug): Remove handling
873         of to_lookup_symbol target_ops field.
874         * ada-tasks.c (get_known_tasks_addr): Remove use of
875         target_lookup_symbol.
876         * coffread.c (coff_symtab_read): Likewise.
877         * dbxread.c (read_dbx_symtab): Ditto.
878
879 2011-03-17  Joel Brobecker  <brobecker@gnat.com>
880
881         PR gdb/12116:
882         * configure.ac: Add getthrds declaration check.
883         * configure, config.in: Regenerate.
884         * aix-thread.c (getthrds): Declare only if not already declared
885         in procinfo.h.  More declaration out of get_signaled_thread to
886         global scope.
887
888 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
889
890         * python/py-symtab.c: Populate symtab_object_methods,
891         sal_object_methods.
892         (stpy_is_valid): New function.
893         (salpy_is_valid): Ditto.
894         * python/py-symbol.c: Declare symbol_object_methods.  Populate.
895         (sympy_is_valid): New function.
896         * python/py-objfile.c: Declare objfile_object_methods.  Populate.
897         (objfpy_is_valid): New function.
898         * python/py-inferior.c: Populate inferior_object_methods.
899         (infpy_is_valid): New function.
900         * python/py-infthread.c: Populate thread_object_methods.
901         (thpy_is_valid): New function.
902         * python/py-block.c: Declare block_object_methods.  Populate.  Declare
903         block_iterator_object_methods.  Populate.
904         (blpy_is_valid): New function.
905         (blpy_iter_is_valid): Ditto.
906
907 2011-03-16  Keith Seitz  <keiths@redhat.com>
908
909         * linespec.c (find_methods): Canonicalize NAME before looking
910         up the symbol.
911         (name_end): New function.
912         (keep_name_info): New function.
913         (decode_line_1): Use keep_name_info.
914         (decode_compound): Likewise.
915         * cli/cli-utils.h (remove_trailing_whitespace): New function.
916         * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
917
918         PR c++/12273
919         * linespec.c (locate_first_half): Keep overload information, too.
920         (decode_compound): Use a string to represent break characters
921         to escape the loop.
922         If P points to a break character, do not increment it.
923         For C++ and Java, keep overload information and relevant keywords.
924         If we cannot find a symbol, search the minimal symbols.
925
926         PR c++/11734
927         * linespec.c (decode_compound): Rename SAVED_ARG to
928         THE_REAL_SAVED_ARG.
929         Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
930         single-quotes.
931         Pass a valid block to lookup_symbol.
932         (lookup_prefix_sym): Likewise.
933         (find_method): Construct search name based on SYM_CLASS instead
934         of SAVED_ARG.
935         * psymtab.c (lookup_partial_symbol): Add language parameter.
936         (lookup_symbol_aux_psymtabs): Likewise.
937         Don't assume that the psymtab we found was the right one. Search
938         for the desired symbol in the symtab to be certain.
939         (psymtab_search_name): New function.
940         (lookup_partial_symbol): Use psymtab_search_name.
941         Add language parameter.
942         (read_symtabs_for_function): Add language parameter and pass to
943         lookup_partial_symbol.
944         (find_symbol_file_from_partial): Likewise.
945
946 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
947
948         PR gdb/12528
949         * dwarf2read.c (noop_record_line): New function.
950         (dwarf_decode_lines): Ignore line tables for GCd functions.
951
952 2011-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
953
954         Fix ARI warnings about new lines at the end of messages, which
955         are unneeded as there is a new line added at the end of the message
956         automatically.
957         * darwin-nat.c (darwin_stop_inferior): Ditto.
958         * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
959         * dfp.c (decimal_to_number): Ditto.
960         * exec.c (print_section_info): Ditto.
961         * i386-darwin-nat.c (darwin_set_sstep): Ditto.
962         * osdata.c (get_osdata): Ditto.
963         * record.c (bfdcore_write): Ditto.
964         * remote-mips.c (mips_readchar): Ditto.
965         * remote.c (read_ptid): Ditto.
966         * ser-mingw.c (ser_windows_raw): Ditto.
967         * tracepoint.c (add_local_symbols): Ditto.
968         * windows-nat.c (fake_create_process): Ditto.
969
970 2011-03-16  Tom Tromey  <tromey@redhat.com>
971
972         * tracepoint.c (stop_tracing): Don't declare.
973         * event-top.c (after_char_processing_hook): Add `(void)'.
974
975 2011-03-16  Phil Muldoon  <pmuldoon@redhat.com>
976
977         * NEWS: Add Parameter sub-classing description.
978
979 2011-03-16  Kai Tietz  <ktietz@redhat.com>
980
981         * MAINTAINERS: Update my e-mail address.
982
983 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
984
985         * MAINTAINERS: Add myself for write after approval privileges.
986
987 2011-03-15  Michael Snyder  <msnyder@vmware.com>
988
989         * frame.c (find_frame_sal): Assert sym is not null.
990
991         * dbxread.c (process_one_symbol): Assert 'name' is not null.
992
993         * objc-lang.c (selectors_info): Check strchr for null result.
994
995         * stabsread.c (define_symbol): Guard against bad stabstring input.
996
997 2011-03-15  Pierre Muller  <muller@ics.u-strasbg.fr>
998
999         Remove trailing spaces and tabulations from pascal language
1000         support sources.
1001         p-exp.y: Ditto.
1002         p-lang.c: Ditto.
1003         p-lang.h: Ditto.
1004         p-valprint.c: Ditto.
1005
1006 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1007
1008         * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
1009         than LOW.  Comment it.
1010         (read_partial_die): Call complaint for inappropriate zero LOWPC or
1011         HIGHPC not strictly higher than LOWPC.
1012
1013 2011-03-15  Pierre Muller  <muller@ics.u-strasbg.fr>
1014
1015         Fix formatting of function declarations returning a pointer in
1016         previous commit.
1017         * varobj.c (varobj_add_child): Ditto.
1018         * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
1019         * inferior.h (get_displaced_step_closure_by_addr): Ditto.
1020
1021 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
1022
1023         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
1024         for the "generic" vector ABI used with GCC 4.3 and later.
1025         (ppc64_sysv_abi_return_value): Likewise.
1026
1027 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
1028
1029         * infcall.c (call_function_by_hand): Function return value is
1030         always a non_lval, even when using struct_return.
1031
1032 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
1033
1034         * printcmd.c (ALL_DISPLAYS_SAFE): New.
1035         (map_display_numbers): New.
1036         (do_delete_display): New.
1037         (undisplay_command): Use map_display_numbers.
1038         (do_enable_disable_display): New.
1039         (enable_disable_display_command): New function.
1040         (enable_display): Delete.
1041         (enable_display_command): New.
1042         (disable_display_command): Reimplement.
1043         (_initialize_printcmd): Adjust "enable display" command to use
1044         `enable_display_command' as callback.
1045
1046 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
1047
1048         * NEWS: Add Python breakpoint 'stop' operation.
1049
1050 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
1051
1052         * NEWS: Delete duplicate entry. Fix typo.
1053
1054 2011-03-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1055
1056         Fix ARI warning about function names in first column.
1057         Put prototype declaration on same line as return type.
1058         * objc-exp.y: Ditto.
1059         * p-exp.y: Ditto.
1060         * python/py-stopevent.h: Ditto.
1061         For long function names, split parameters to
1062         allow function name on same line as return type.
1063         * solib-pa64.c: Ditto.
1064         * varobj.c: Ditto.
1065         * varobj.h: Ditto.
1066         For long function declaration, use single line.
1067         * hppa-tdep.h: Ditto.
1068         * inferior.h: Ditto.
1069
1070 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
1071
1072         * python/python.h: Declare gdbpy_should_stop and
1073         gdbpy_breakpoint_has_py_cond.
1074         * python/python.c: Add python.h to includes.  Remove python.h from
1075         HAVE_PYTHON definition
1076         (gdbpy_should_stop): New dummy function.
1077         (gdbpy_breakpoint_has_py_cond): New dummy function.
1078         * python/py-breakpoint.c (bppy_init): Rewrite to allow
1079         sub-classing capabilities.
1080         (gdbpy_should_stop): New function.
1081         (gdbpy_breakpoint_has_py_cond): New function.
1082         (local_setattro): New function.
1083         * breakpoint.c (condition_command): Add check for Python 'stop'
1084         operation.
1085         (bpstat_check_breakpoint_conditions): Execute Python 'stop'
1086         operation function as part of stop/continue tests.
1087
1088 2011-03-14  Tom Tromey  <tromey@redhat.com>
1089
1090         PR gdb/12576:
1091         * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
1092         (needs_frame_dwarf_call): Likewise.
1093
1094 2011-03-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1095
1096         Fix ARI warning about functions without parameters that do not
1097         use (void).
1098         * breakpoint.c (all_tracepoints): Replace () by (void).
1099         * f-exp.y (match_string_literal): Ditto.
1100         (yylex): Ditto.
1101         * m2-exp.y (yylex): Ditto.
1102         * mep-tdep.c (current_me_module): Ditto.
1103         (current_options): Ditto.
1104         (current_cop_data_bus_width): Ditto.
1105         (current_cr_names): Ditto.
1106         (current_cr_is_float): Ditto.
1107         (current_ccr_names): Ditto.
1108         * objc-exp.y (yylex): Ditto.
1109         * p-exp.y (yylex): Ditto.
1110         * remote.c (send_interrupt_sequence): Ditto.
1111         * tracepoint.c (current_trace_status): Ditto.
1112         * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
1113         * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
1114
1115 2011-03-11  Michael Snyder  <msnyder@vmware.com>
1116
1117         * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
1118         * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
1119         (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
1120         * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
1121         * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
1122
1123         * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
1124         (delete_async_event_handler): Ditto.
1125
1126         * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
1127
1128         * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
1129
1130         * top.c (set_verbose): Assert showcmd was found.
1131
1132 2011-03-11  Maxim Grigoriev  <maxim2405@gmail.com>
1133
1134         * xtensa-tdep.c (warning_once): Correct style issues.
1135
1136 2011-03-11  Yao Qi  <yao@codesourcery.com>
1137
1138         * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
1139
1140 2011-03-11  Andreas Schwab  <schwab@redhat.com>
1141
1142         * common/aclocal.m4: Remove.
1143
1144 2011-03-10  Maxim Grigoriev  <maxim2405@gmail.com>
1145
1146         * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
1147         (xtensa_write_register, xtensa_read_register): Likewise.
1148         (xtensa_hextochar): Removed.
1149         (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
1150
1151 2011-03-10  Maxim Grigoriev  <maxim2405@gmail.com>
1152
1153         * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
1154         (xtensa_call0_frame_cache_t): Update comments.  New fields added.
1155         (xtensa_alloc_frame_cache): Add initialization for new fields.
1156         (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
1157         (warning_once): New function.
1158         (xtensa_insn_kind): New item c0opc_and.
1159         (call0_classify_opcode): Add the case for AND instruction.
1160         (call0_track_op): Change arguments.  New local variable litbase.
1161         Add the case to handle c0opc_and.  Update algorithms for c0opc_mov,
1162         c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
1163         in the prologue.
1164         Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
1165         (call0_analyze_prologue): Update the comments.  Change arguments.
1166         Add the variety of updates to handle extended prologues, which now can
1167         conduct dynamic stack adjustments.
1168         (call0_frame_cache): Likewise.
1169         (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
1170         (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
1171
1172 2011-03-10  Michael Snyder  <msnyder@vmware.com>
1173
1174         * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
1175         (cmd_qtframe): Ditto.
1176         (cmd_qtbuffer): Ditto.
1177         (cmd_bigqtbuffer): Ditto.
1178
1179 2011-03-10  Tom Tromey  <tromey@redhat.com>
1180
1181         * tracepoint.c (trace_actions_command): Update.
1182         * thread.c (thread_apply_command): Update.
1183         * reverse.c (delete_bookmark_command): Update.
1184         (bookmarks_info): Update.
1185         * printcmd.c (undisplay_command): Update.
1186         * memattr.c (mem_enable_command): Update.
1187         (mem_disable_command): Update.
1188         (mem_delete_command): Update.
1189         * inferior.c (detach_inferior_command): Update.
1190         (kill_inferior_command): Update.
1191         (remove_inferior_command): Update.
1192         * cli/cli-utils.h (struct get_number_or_range_state): New.
1193         (init_number_or_range): Declare.
1194         (get_number_or_range): Update.
1195         * cli/cli-utils.c (init_number_or_range): New function.
1196         (get_number_or_range): Change 'pp' parameter to 'state'.  Remove
1197         static variables.
1198         (number_is_in_list): Update.
1199         * breakpoint.h (get_tracepoint_by_number): Update.
1200         * breakpoint.c (map_breakpoint_numbers): Update for change to
1201         get_number_or_range.
1202         (find_location_by_number): Use get_number, not
1203         get_number_or_range.
1204         (trace_pass_set_count): New function.
1205         (trace_pass_command): Update for change to get_number_or_range.
1206         Rework loop logic.
1207         (get_tracepoint_by_number): Remove 'multi_p' parameter; add
1208         'state' parameter.
1209
1210 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
1211
1212         * python/py-param.c (add_setshow_generic): Add set/show callback
1213         parameters.  Register Python object context.
1214         (get_show_value): New function.
1215         (get_set_value): New function.
1216         (call_doc_function): New function.
1217         (get_doc_string): Move behind get_show_value/get_set_value.
1218
1219 2011-03-10  Andreas Tobler  <andreast-list@fgznet.ch>
1220
1221         * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
1222
1223 2011-03-09  Maxim Grigoriev  <maxim2405@gmail.com>
1224
1225         * xtensa-tdep.c (xtensa_read_register): Add comment.
1226         (xtensa_write_register): Likewise.
1227         (xtensa_hextochar): Add comment and update to match coding conventions.
1228         (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
1229         (execute_l32e, execute_s32e, execute_code): Update comments.
1230         (xtensa_exception_handler_t): Update to match coding conventions.
1231         (xtensa_insn_kind): Likewise.
1232
1233 2011-03-09  Michael Snyder  <msnyder@vmware.com>
1234
1235         * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
1236
1237 2011-03-09  Pedro Alves  <pedro@codesourcery.com>
1238
1239         * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
1240
1241 2011-03-09  Tom Tromey  <tromey@redhat.com>
1242
1243         * thread.c (restore_selected_frame): Handle frame_level == -1.
1244         (make_cleanup_restore_current_thread): Use
1245         get_selected_frame_if_set.
1246         * frame.h (get_selected_frame_if_set): Declare.
1247         * frame.c (get_selected_frame_if_set): New function.
1248
1249 2011-03-09  Pedro Alves  <pedro@codesourcery.com>
1250
1251         * cli/cli-cmds.c (shell_escape): Use lbasename.
1252         * coffread.c (coff_start_symtab): Constify parameter.
1253         (complete_symtab): Constify `name' parameter.
1254         (coff_symtab_read): Constify `filestring' local.
1255         (coff_getfilename): Constify return and `result' local.
1256         Use lbasename.
1257         * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
1258         * linux-fork.c (info_checkpoints_command): Use lbasename.
1259         * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
1260         * minsyms.c (lookup_minimal_symbol): Use lbasename.
1261         * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
1262         * procfs.c (procfs_make_note_section): Use lbasename.
1263         * tui/tui-io.c (printable_part): Constity return and parameter.
1264         Use lbasename.
1265         (print_filename): Constify parameters, and local `s'.
1266         (tui_rl_display_match_list): Constify local `temp'.
1267
1268 2011-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1269
1270         Revert:
1271         2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1272         Fix DWARF-3+ DW_AT_accessibility default assumption.
1273         * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1274         cu->header.version >= 3.
1275
1276 2011-03-09  Yao Qi  <yao@codesourcery.com>
1277
1278         * common/Makefile.in: Remove.
1279         * common/configure: Remove.
1280         * common/configure.ac: Remove.
1281
1282 2011-03-09  Yao Qi  <yao@codesourcery.com>
1283
1284         Revert:
1285         2011-02-11  Yao Qi  <yao@codesourcery.com>
1286
1287         * common/Makefile.in: Add copyright header.
1288
1289         2011-02-11  Yao Qi  <yao@codesourcery.com>
1290
1291         * Makefile.in: Remove signals.o from COMMON_OBS.  Link
1292         libcommon.a.
1293         * configure.ac: Add common to sub dir.
1294         * configure: Regenerate.
1295
1296 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
1297
1298         * xtensa-tdep.c (call0_ret): New function.
1299         (xtensa_skip_prologue): Speed up analysis.
1300
1301 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
1302
1303         * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
1304         while executing MI command -data-list-changed-registers.
1305
1306 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
1307
1308         * xtensa-tdep.c (xtensa_read_register): New function.
1309         (xtensa_write_register): New function.
1310         (xtensa_find_register_by_name): New function.
1311         (xtensa_windowed_frame_cache): Update comments in type description.
1312         (xtensa_frame_cache): Likewise.
1313         (xtensa_window_interrupt_insn): New function.
1314         (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
1315         (xtensa_insn_kind): Add new instructions.
1316         (rwx_special_register): New function.
1317         (call0_classify_opcode): Add new instructions to the analysis.
1318         (a0_saved, a7_saved, a11_saved): New variables.
1319         (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
1320         (execute_l32e): New function.
1321         (execute_s32e): New function.
1322         (xtensa_exception_handler_t): New type.
1323         (execute_code): New function.
1324         (xtensa_window_interrupt_frame_cache): New function to conduct frame
1325         analysis for Xtensa Window Exception handlers.
1326
1327 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
1328
1329         * xtensa-tdep.c (TX_PS): New.
1330         (windowing_enabled): Update to count for Call0 ABI.
1331         (xtensa_hextochar): New.
1332         (xtensa_init_reggroups): Make algorithm generic.
1333         (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
1334
1335 2011-03-08  Maxim Grigoriev  <maxim2405@gmail.com>
1336
1337         * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
1338
1339 2011-03-08  Michael Snyder  <msnyder@vmware.com>
1340
1341         * i386-tdep.c (i386_follow_jump): Check return value of
1342         target_read_memory.
1343         (i386_analyze_struct_return): Ditto.
1344         (i386_skip_probe): Ditto.
1345         (i386_match_insn): Ditto.
1346         (i386_skip_noop): Ditto.
1347         (i386_analyze_frame_setup): Ditto.
1348         (i386_analyze_register_saves): Ditto.
1349         (i386_skip_prologue): Ditto.
1350         (i386_skip_main_prologue): Ditto.
1351
1352         * target.c (read_whatever_is_readable): Fix memory leak.
1353
1354         * i386-tdep.c (i386_process_record): Document fall through.
1355
1356 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1357
1358         Fix DWARF-3+ DW_AT_accessibility default assumption.
1359         * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1360         cu->header.version >= 3.
1361
1362 2011-03-08  Pedro Alves  <pedro@codesourcery.com>
1363
1364         * remote.c (remote_check_symbols): Skip if the target has no
1365         execution.
1366
1367 2011-03-08  Joel Brobecker  <brobecker@adacore.com>
1368
1369         * target.c (read_whatever_is_readable): Reformat comment,
1370         with a minor typo fix. Minor reformatting of the code.
1371
1372 2011-03-08  Yao Qi  <yao@codesourcery.com>
1373
1374         * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
1375         (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
1376         Use cached result instead of calling displaced_in_arm_mode again.
1377         (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
1378         (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
1379         (cleanup_copro_load_store, copy_copro_load_store): Likewise.
1380         (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
1381         (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
1382         (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
1383         (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
1384         (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
1385         (cleanup_block_load_pc, copy_block_xfer): Likewise.
1386         * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
1387         (arm_catch_kernel_helper_return): Likewise.
1388         * gdb/arm-tdep.h : Update function declarations.
1389
1390 2011-03-07  Michael Snyder  <msnyder@vmware.com>
1391
1392         * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
1393
1394         * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
1395
1396         * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
1397
1398         * elfread.c (elf_symtab_read): Stop memory leak.
1399
1400         * main.c (captured_main): Fix memory leak.
1401
1402 2011-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1403
1404         * ada-lang.c (compare_names): Call is_name_suffix with string1
1405         instead of string2.
1406
1407 2011-03-07  Tom Tromey  <tromey@redhat.com>
1408
1409         * xcoffread.c (xcoff_sym_fns): Update.
1410         * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
1411         (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
1412         * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
1413         (symbol_file_add_with_addrs_or_offsets): Likewise.
1414         (reread_symbols): Handle OBJF_PSYMTABS_READ.
1415         * somread.c (som_sym_fns): Update.
1416         * psymtab.h (require_partial_symbols): Declare.
1417         * psymtab.c (require_partial_symbols): New function.
1418         (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
1419         (ALL_OBJFILE_PSYMTABS): Undef.
1420         (ALL_PSYMTABS): Move from psympriv.h.
1421         (lookup_partial_symtab, find_pc_sect_psymtab)
1422         (lookup_symbol_aux_psymtabs, relocate_psymtabs)
1423         (find_last_source_symtab_from_partial)
1424         (forget_cached_source_info_partial)
1425         (print_psymtab_stats_for_objfile, read_symtabs_for_function)
1426         (expand_partial_symbol_tables, read_psymtabs_with_filename)
1427         (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
1428         (find_symbol_file_from_partial, map_matching_symbols_psymtab)
1429         (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
1430         Use ALL_OBJFILE_PSYMTABS_REQUIRED.
1431         * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
1432         * objfiles.h (OBJF_PSYMTABS_READ): New macro.
1433         * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
1434         psymtabs.
1435         * mipsread.c (ecoff_sym_fns): Update.
1436         * machoread.c (macho_sym_fns): Update.
1437         * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
1438         (read_psyms): New function.
1439         (elf_sym_fns, elf_sym_fns_gdb_index): Update.
1440         (elf_sym_fns_lazy_psyms): New global.
1441         * dwarf2read.c (dwarf2_initialize_objfile): Don't call
1442         dwarf2_build_psymtabs.
1443         * dbxread.c (aout_sym_fns): Update.
1444         * coffread.c (coff_sym_fns): Update.
1445
1446 2011-03-07  Tom Tromey  <tromey@redhat.com>
1447
1448         * infrun.c (print_exited_reason): Include inferior id and pid in
1449         message.
1450
1451 2011-03-07  Tom Tromey  <tromey@redhat.com>
1452
1453         * target.h (struct target_ops) <to_has_execution>: Add ptid_t
1454         parameter.
1455         (target_has_execution_1): Update.
1456         (target_has_execution_current): Declare.
1457         (target_has_execution): Call target_has_execution_current.
1458         (default_child_has_execution): Update.
1459         * target.c (default_child_has_execution): Add 'the_ptid'
1460         parameter.
1461         (target_has_execution_1): Likewise.
1462         (target_has_execution_current): New function.
1463         (add_target): Update.
1464         (init_dummy_target): Update.
1465         * remote-m32r-sdi.c (m32r_has_execution): New function.
1466         (init_m32r_ops): Use it.
1467         * record.c (record_core_has_execution): Now static.  Add
1468         'the_ptid' parameter.
1469         * inferior.c (have_live_inferiors): Don't save current thread.
1470         Use target_has_execution_1.
1471
1472 2011-03-07  Yao Qi  <yao@codesourcery.com>
1473
1474         * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
1475
1476 2011-03-07  Joel Brobecker  <brobecker@adacore.com>
1477
1478         * elfread.c (elf_symtab_read): Minor reformatting.
1479
1480 2011-03-07  Joel Brobecker  <brobecker@adacore.com>
1481
1482         * objc-lang.c (selectors_info): Minor reformatting.
1483
1484 2011-03-07  Joel Brobecker  <brobecker@adacore.com>
1485
1486         * ada-lang.c (compare_names): Add FALLTHROUGH comment.
1487
1488 2011-03-07  Joel Brobecker  <brobecker@adacore.com>
1489             Michael Snyder  <msnyder@vmware.com>
1490
1491         * ada-valprint.c (ada_val_print_array): Move the declaration of
1492         "byte_order" and "elttype" inside the block where these variables
1493         are actually used.  Remove some special handling for the case
1494         where "elttype" and "eltlen" are null.  Replace by a comment
1495         and a couple of assertion checks.
1496
1497 2011-03-05  Michael Snyder  <msnyder@vmware.com>
1498
1499         * source.c (add_path): Replace semicolon at end of block.
1500         * dwarf2expr.c (execute_stack_op): Ditto.
1501
1502 2011-03-05  Mike Frysinger  <vapier@gentoo.org>
1503
1504         * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
1505         * configure.tgt (bfin-*-*linux*): Define gdb_sim.
1506         (bfin-*-*): Likewise.
1507
1508 2011-03-05  Michael Snyder  <msnyder@vmware.com>
1509
1510         * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
1511         * mdebugread.c (parse_symbol): Ditto.
1512         * parse.c (parse_exp_in_context): Ditto.
1513         * source.c (add_path): Ditto.
1514         * utils.c (gnu_debuglink_crc32): Ditto.
1515         * varobj.c (variable_language): Ditto.
1516
1517         * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
1518
1519 2011-03-04  Michael Snyder  <msnyder@vmware.com>
1520
1521         * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
1522
1523         * symfile.c (simple_overlay_update): Check for null return value
1524         from lookup_minimal_symbol.
1525
1526         * xml-syscall.c (syscall_start_syscall): Assert name is non null.
1527
1528 2011-03-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1529
1530         * eval.c (parse_and_eval_address_1): Remove function.
1531         * linespec.c (decode_indirect): Call parse_to_comma_and_eval
1532         instead of parse_and_eval_address_1.
1533         * value.h (parse_and_eval_address_1): Remove prototype.
1534
1535 2011-03-04  Michael Snyder  <msnyder@vmware.com>
1536
1537         * remote.c (putpkt_binary): Document that case stmt falls through.
1538
1539 2011-03-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1540
1541         * breakpointc (print_it_typical): Move NULL check from here...
1542         (print_bp_stop_message): ... to here.
1543
1544 2011-03-04  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
1545
1546         * breakpoint.c (enable_command): Use break instead of continue,
1547         and fill in a missing break.
1548         (disable_command): Ditto.
1549
1550 2011-03-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
1551
1552         * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
1553         (terminal_save_ours): Remove misleading comment.
1554         (inflow_inferior_data_cleanup): Free ttystate.
1555         (inflow_inferior_exit): Likewise.
1556         (copy_terminal_info): Copy ttystate.
1557
1558         * serial.c (serial_copy_tty_state): New function.
1559         * serial.h (serial_copy_tty_state): Add prototype.
1560         (struct serial_ops): Add copy_tty_state callback.
1561         * ser-base.c (ser_base_copy_tty_state): New function.
1562         * ser-base.h (ser_base_copy_tty_state): Add prototype.
1563         * ser-go32.c (dos_copy_tty_state): New function.
1564         (dos_ops): Install copy_tty_state callback.
1565         * ser-mingw.c (_initialize_ser_windows): Likewise.
1566         * ser-pipe.c (_initialize_ser_pipe): Likewise.
1567         * ser-unix.c (hardwire_copy_tty_state): New function.
1568         (_initialize_ser_hardwire): Install it.
1569
1570 2011-03-04  Michael Snyder  <msnyder@vmware.com>
1571
1572         * breakpoint.c (create_breakpoint): Add missing break statement.
1573
1574         Reverting this patch:
1575         * infcall.c (call_function_by_hand): Add break statements for lint.
1576
1577         Reverting this patch:
1578         * cli/cli-script.c (script_from_file): Add break for lint.
1579
1580 2011-03-04  Michael Snyder  <msnyder@vmware.com>
1581
1582         * solib.c (reload_shared_libraries_1): Close memory leak.
1583
1584 2011-03-03  Tom Tromey  <tromey@redhat.com>
1585
1586         PR gdb/12538:
1587         * dwarf2read.c (process_psymtab_comp_unit): Handle case where
1588         DW_STRING is NULL.
1589
1590 2011-03-03  Michael Snyder  <msnyder@vmware.com>
1591
1592         * remote-fileio.c (remote_fileio_func_fstat): Initialize all
1593         fields of struct 'st' to zero.
1594
1595         * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
1596         sal.pspace before calling set_current_source_symtab_and_line.
1597
1598 2011-03-03  Yao Qi  <yao@codesourcery.com>
1599
1600         * Makefile.in (configure-common): Remove.  Let Makefile
1601         in dir common to rebuild itself.
1602         (common/Makefile): Likewise.
1603
1604 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
1605
1606         * utils.c (parse_escape): Add i18n markup in error message.
1607
1608 2011-03-03  Yao Qi  <yao@codesourcery.com>
1609
1610         * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
1611         ARM_PC_REGNUM.
1612         (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
1613         (displaced_write_reg, displaced_read_reg): Likewise.
1614         (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
1615         (cleanup_block_load_pc, copy_block_xfer): Likewise.
1616         (cleanup_branch): Replace magic number 14 and 15 with
1617         ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
1618
1619 2011-03-02  Michael Snyder  <msnyder@vmware.com>
1620
1621         * maint.c (maintenance_do_deprecate): No need to check for NULL.
1622
1623         * cli/cli-script.c (script_from_file): Add break for lint.
1624
1625         * mdebugread.c (parse_partial_symbols): Fix indent.
1626
1627         * target-descriptions.c (tdesc_gdb_type): No need to call
1628         xstrdup, callee saves a copy.
1629
1630         * printcmd.c (print_scalar_formatted): Use strncpy for safety.
1631
1632         * infcall.c (call_function_by_hand): Add break statements for lint.
1633
1634         * utils.c (parse_escape): Escape the escape char.
1635
1636         * python/py-inferior.c (build_inferior_list): Error out if
1637         PyList_Append fails.
1638         (gdbpy_inferiors): Error out if build_inferior_list fails.
1639
1640         * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
1641         a function call.
1642
1643         * record.c (record_restore): Move printf to before error return.
1644
1645 2011-03-02  Yao Qi  <yao@codesourcery.com>
1646
1647         * arm-tdep.h (struct displaced_step_closure): Add two new fields
1648         is_thumb and insn_size.
1649         * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
1650         on both ARM and Thumb mode.
1651         (arm_process_displaced_insn): Set is_thumb and insn_size.
1652         (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
1653         (arm_displaced_step_fixup): Likewise.
1654
1655 2011-03-01  Michael Snyder  <msnyder@vmware.com>
1656
1657         * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
1658
1659         * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
1660
1661         * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
1662
1663         * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
1664
1665         * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
1666         with xmalloc.
1667
1668         * ada-lang.c (aggregate_assign_others): Rename inner scope variable
1669         which shadows function parameter.
1670
1671         * tracepoint.c (create_tsv_from_upload): Superfluous call
1672         to xstrdup.  Callee already calls xstrdup.
1673
1674         * linespec.c (decode_line_1): Remove unnecessary null check.
1675
1676         * tracepoint.c (scope_info): Fix mem leak, remove underused
1677         variable.
1678
1679         * python/py-prettyprint.c (apply_val_pretty_printer): Remove
1680         superfluous null check.
1681
1682         * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
1683         (value_of_builtin_frame_fp_reg): Ditto.
1684
1685         * event-top.c (display_gdb_prompt): Remove superfluous null check.
1686
1687         * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
1688         be null.
1689
1690         * linespec.c (decode_line_1): Check for null before dereference.
1691
1692         * reverse.c (record_restore): Move null-check to before pointer
1693         dereference.
1694
1695         * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
1696
1697         * objc-lang.c (selectors_info): Add explanitory comment.
1698         (classes_info): Ditto.
1699
1700 2011-03-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
1701
1702         * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
1703         (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
1704         versions of the trampoline.  Handle Thumb vs. ARM addresses.
1705         (arm_kernel_linux_restart_syscall_tramp_frame): New global.
1706         (arm_linux_init_abi): Install it.
1707         * arm-tdep.c (arm_psr_thumb_bit): Make global.
1708         * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
1709
1710 2011-02-28  Michael Snyder  <msnyder@vmware.com>
1711
1712         * ui-out.c (ui_out_field_core_addr): Make local char buffer
1713         a little bigger, to avoid possibility of an overflow.
1714
1715         * breakpoint.c (breakpoint_adjustment_warning): Make local char
1716         buffers a little bigger, to avoid possibility of an overflow.
1717
1718         * coffread.c (coff_getfilename): Add check to avoid overflow.
1719
1720         * objc-lang.c (selectors_info): Add a small safety margin to
1721         avoid overflow.
1722         (classes_info): Error out on too long REGEXP.
1723
1724         * infrun.c (handle_inferior_event): Remove unused function call.
1725
1726         * fork-child.c (fork_inferior): Remove ifdef'd code and
1727         unused variable.
1728
1729         * linux-thread-db.c (attach_thread): Discard unused value.
1730
1731         * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
1732
1733         * remote.c (remote_get_noisy_reply): Discard unused value.
1734         (remote_vcont_resume): Ditto.
1735         (remote_stop_ns): Ditto.
1736
1737         * linespec.c (decode_objc): Delete unused variable.
1738
1739         * tui/tui-regs.c (tui_register_format): Delete unused variable.
1740
1741         * dwarf2read.c (add_partial_symbol): Discard unused values.
1742         (read_base_type): Delete unused variable.
1743
1744         * dbxread.c (read_dbx_symtab): Discard unused value.
1745
1746         * eval.c (evaluate_subexp_standard): Delete unused variable,
1747         and discard unused values.
1748
1749         * infcmd.c (_initialize_infcmd): Discard unused values.
1750
1751         * stabsread.c (rs6000_builtin_type): Missing break statement.
1752
1753         * dbxread.c (process_one_symbol): Discard unused value.
1754
1755         * coffread.c (coff_end_symtab): Delete unused variable.
1756
1757         * dwarf2read.c (dw2_get_file_names): Discard unused value.
1758         (dwarf2_add_typedef): Delete unused variable.
1759         (read_namespace): Ditto.
1760         (dwarf_decode_macros): Ditto.
1761
1762         * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
1763
1764         * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
1765
1766         * p-valprint.c (pascal_val_print): Discard unused value.
1767
1768         * utils.c (nquery): Call va_end before return;
1769         (yquery): Ditto.
1770         (query): Ditto.
1771
1772         * proc-service.c (ps_plog): Call va_end before return.
1773
1774 2011-02-28  Tom Tromey  <tromey@redhat.com>
1775
1776         * python/python.c (gdbpy_value_cst): New global.
1777         (_initialize_python): Initialize it.
1778         * python/python-internal.h (gdbpy_value_cst): Declare.
1779         * python/py-value.c (convert_value_from_python): Use
1780         gdbpy_value_cst.
1781
1782 2011-02-28  Michael Snyder  <msnyder@vmware.com>
1783
1784         * python/py-cmd.c (cmdpy_init): Fix memory leak.
1785
1786         * breakpoint.c (catch_syscall_completer): Free malloced list.
1787
1788         * jv-lang.c (java_primitive_type_from_name): Add missing break.
1789
1790         * opencl-lang.c (lval_func_check_validity): Rename inner variables.
1791         (lval_func_check_synthetic_pointer): Ditto.
1792         (lval_func_free_closure): Fix use-after-free.
1793
1794 2011-02-28  Tom Tromey  <tromey@redhat.com>
1795
1796         * psymtab.c (expand_partial_symbol_tables): Use
1797         ALL_OBJFILE_PSYMTABS.
1798
1799 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1800
1801         * objc-lang.c (selectors_info): Error on too long REGEXP.
1802
1803 2011-02-28  Michael Snyder  <msnyder@vmware.com>
1804
1805         * python/py-param.c (set_parameter_value): Add missing
1806         break statement.
1807
1808         * linux-record.c (record_linux_system_call): Add missing
1809         break statement.
1810
1811 2011-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
1812
1813         * breakpoint.c (print_one_breakpoint_location): Remove unused
1814         argument PRINT_ADDRESS_BITS.  Update callers.
1815         (print_one_breakpoint): Likewise.
1816
1817 2011-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
1818
1819         * breakpoint.c (wrap_indent_at_field): New function.
1820         (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
1821         Allocate ui_stream locally instead of using STB argument.
1822         (print_one_breakpoint_location): Update call.
1823         * ui-out.c (ui_out_query_field): New function.
1824         * ui-out.h (ui_out_query_field): Add prototype.
1825
1826 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
1827
1828         From Michael Snyder  <msnyder@vmware.com>
1829         * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
1830
1831 2011-02-27  Michael Snyder  <msnyder@vmware.com>
1832
1833         * objc-lang.c (selectors_info): Prevent string overrun.
1834
1835         * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
1836         error in strncpy.
1837
1838         * symtab.c (rbreak_command): Move variable 'file_name' to
1839         outer scope.
1840
1841         * d-valprint.c (dynamic_array_type): Avoid shadowing a function
1842         param with a local variable of the same name.
1843
1844 2011-02-27  Michael Snyder  <msnyder@vmware.com>
1845
1846         * value.c (value_from_history_ref): New function.
1847         * value.h (value_from_history_ref): Export.
1848         * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
1849         to parse value history references.
1850         * cli/cli-utils.h (get_number_trailer): Update comment.
1851
1852 2011-02-27  Michael Snyder  <msnyder@vmware.com>
1853
1854         * inferior.c (detach_inferior_command): Use get_number_or_range.
1855         (kill_inferior_command): Ditto.
1856         (remove_inferior_command): Ditto.
1857         (initialize_inferiors): Make command names plural.
1858         Update help strings.
1859
1860 2011-02-27  Michael Snyder  <msnyder@vmware.com>
1861
1862         * darwin-nat-info.c: Fix comment typo.
1863         * dwarf2expr.h: Ditto.
1864         * fbsd-nat.c: Ditto.
1865         * fbsd-nat.h: Ditto.
1866         * frame-unwind.h: Ditto.
1867         * frame.h: Ditto.
1868         * hppa-hpux-tdep.c: Ditto.
1869         * i386-linux-nat.c: Ditto.
1870         * linux-nat.c: Ditto.
1871         * nbsd-nat.c: Ditto.
1872         * nbsd-nat.h: Ditto.
1873         * ppc-linux-tdep.c: Ditto.
1874         * serial.c: Ditto.
1875         * ui-file.h: Ditto.
1876         * tui/tui-winsource.c: Ditto.
1877
1878 2011-02-26  Michael Snyder  <msnyder@vmware.com>
1879
1880         * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
1881
1882         * maint.c (maintenance_do_deprecate): Plug a memory leak.
1883
1884         * dwarf2loc.c (insert_bits): Avoid shadowing a function param
1885         with a local variable of the same name.
1886
1887         * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
1888         param with a local variable of the same name.
1889         (i387_supply_xsave): Ditto.
1890
1891         * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
1892         that it does not shadow a function parameter.
1893
1894         * i386-nat.c (i386_length_and_rw_bits): Document that case
1895         statement is meant to fall through.
1896
1897         * expprint.c (dump_subexp_body_standard): Document that case
1898         statement is meant to fall through.
1899
1900         * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
1901         dead if statement.  Condition can't be false.
1902
1903 2011-02-25  Michael Snyder  <msnyder@vmware.com>
1904
1905         * arm-tdep.c: Fix typos in comments.
1906         * bsd-uthread.c: Ditto.
1907         * completer.c: Ditto.
1908         * corelow.c: Ditto.
1909         * cp-namespace.c: Ditto.
1910         * cp-support.c: Ditto.
1911         * cris-tdep.c: Ditto.
1912         * dbxread.c: Ditto.
1913         * dwarf2read.c: Ditto.
1914         * frame.h: Ditto.
1915         * gdbtypes.h: Ditto.
1916         * inferior.h: Ditto.
1917         * mdebugread.c: Ditto.
1918         * mips-tdep.c: Ditto.
1919         * ppc-linux-nat.c: Ditto.
1920         * ppc-linux-tdep.c: Ditto.
1921         * printcmd.c: Ditto.
1922         * sol-thread.c: Ditto.
1923         * solib-frv.c: Ditto.
1924         * solist.h: Ditto.
1925         * sparc64-tdep.c: Ditto.
1926         * spu-tdep.c: Ditto.
1927         * stabsread.c: Ditto.
1928         * symfile.c: Ditto.
1929         * valops.c: Ditto.
1930         * varobj.c: Ditto.
1931         * vax-nat.c: Ditto.
1932         * python/py-block.c: Ditto.
1933         * python/py-symbol.c: Ditto.
1934         * python/py-symtab.c: Ditto.
1935         * python/py-value.c: Ditto.
1936         * tui/tui-win.c: Ditto.
1937
1938 2011-02-25  Michael Snyder  <msnyder@vmware.com>
1939
1940         * inferior.c (print_inferior): Accept a string instead of an int
1941         for requested_inferiors, and use get_number_or_range to parse it.
1942         (info_inferiors_command): Pass args string to print_inferior.
1943         (initialize_inferiors): Change help string for info inferiors.
1944         * inferior.h (print_inferior): Export prototype change.
1945
1946 2011-02-25  Tom Tromey  <tromey@redhat.com>
1947
1948         * common/ax.def (invalid2): Set to 0x31.
1949
1950 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1951
1952         * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
1953         L and plongest.
1954         (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
1955         use L and plongest.
1956         (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
1957
1958 2011-02-24  Michael Snyder  <msnyder@vmware.com>
1959
1960         * Makefile.in (clean): Make clean should remove generated files
1961         observer.h and observer.inc.
1962
1963 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
1964
1965         Revert the following patch (not approved yet):
1966         2011-02-21  Hui Zhu  <teawater@gmail.com>
1967         * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
1968         * ax-gdb.c (gen_printf_expr_callback): New function.
1969         * ax-gdb.h (gen_printf_expr_callback): Forward declare.
1970         * ax-general.c (ax_memcpy): New function.
1971         (ax_print): Handle "printf".
1972         (ax_reqs): Ditto.
1973         * ax.h (ax_memcpy): Forward declare.
1974         * common/ax.def (invalid2): Removed.
1975         (printf): New entry.
1976         * printcmd.c (printcmd.h): New include.
1977         (string_printf): New function.
1978         (ui_printf): Removed.
1979         (printf_command): Remove static.  Call string_printf.
1980         (eval_command): Call string_printf.
1981         * printcmd.h: New file.
1982         * tracepoint.c (validate_actionline,
1983         encode_actions_1): handle printf_command.
1984
1985 2011-02-23  Tom Tromey  <tromey@redhat.com>
1986
1987         * ax-general.c (ax_pick): Add missing newline.
1988
1989 2011-02-23  Michael Snyder  <msnyder@vmware.com>
1990
1991         * breakpoint.c (breakpoint_1): Change first argument from an int
1992         to a char pointer, so that the function now accepts a list of
1993         breakpoints rather than just one.  Use new function
1994         'number_is_in_list' to implement.
1995         (breakpoints_info): Pass char * instead of int to breakpoint_1.
1996         (watchpoints_info): Ditto.
1997         (tracepoints_info): Ditto.
1998         (maintenance_info_breakpoints): Ditto.
1999         (_initialize_breakpoint): Update help strings to reflect the fact
2000         that these functions can now take more than one argument.
2001         * cli/cli-utils.c (number_is_in_list): New function.
2002         * cli/cli-utils.h (number_is_in_list): Export.
2003
2004 2011-02-23  Michael Snyder  <msnyder@vmware.com>
2005
2006         * memattr.c (mem_enable_command): Use get_number_or_range.
2007         (mem_disable_command): Ditto.
2008         (mem_delete_command): Ditto.
2009         (_initialize_mem): Tweak usage message to reflect multiple
2010         arguments.
2011
2012 2011-02-22  Doug Evans  <dje@google.com>
2013
2014         Add gdb.lookup_global_symbol python function.
2015         * NEWS: Add entry.
2016         * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
2017         * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
2018         * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
2019
2020 2011-02-22  Tom Tromey  <tromey@redhat.com>
2021
2022         * language.c (language_class_name_from_physname): Rename
2023         'curr_language' argument to 'lang'; use in body.
2024
2025 2011-02-22  Michael Snyder  <msnyder@vmware.com>
2026
2027         * cli/cli-utils.c (number_is_in_list): Check for zero return.
2028
2029 2011-02-22  Pedro Alves  <pedro@codesourcery.com>
2030
2031         * frame-unwind.h: Fix comment to mention the this frame, not the
2032         next.
2033
2034 2011-02-22  Tom Tromey  <tromey@redhat.com>
2035
2036         * symfile.c (auto_solib_limit): Remove.
2037         * symfile.h (auto_solib_limit): Remove.
2038
2039 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
2040
2041         * Makefile.in (INSTALLED_LIBS): Delete.  Update comment.
2042
2043 2011-02-21  Michael Snyder  <msnyder@vmware.com>
2044
2045         * gdbthread.h (print_thread_info): Change prototype.
2046         * thread.c (print_thread_info): Accept char* instead of int for
2047         requested_threads argument.  Use new function number_is_in_list
2048         to determine which threads to list.
2049         (info_threads_command): Pass char* to print_thread_info.
2050         * cli/cli-utils.c (number_is_in_list): New function.
2051         * cli/cli-utils.h (number_is_in_list): Export.
2052         * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
2053         print_thread_info.
2054         (print_one_inferior): Ditto.
2055         (mi_cmd_list_thread_groups): Ditto.
2056
2057 2011-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2058
2059         * common/Makefile.in (CFLAGS): New.
2060         (COMPILE): Add $(CFLAGS).
2061
2062 2011-02-21  Tom Tromey  <tromey@redhat.com>
2063
2064         * breakpoint.c (catch_syscall_command_1): Fix typo.
2065
2066 2011-02-21  Tom Tromey  <tromey@redhat.com>
2067
2068         * reverse.c: Include cli-utils.h.
2069         * printcmd.c: Include cli-utils.h.
2070         (string_printf): Use skip_spaces.
2071         * cli/cli-utils.h: New file.
2072         * cli/cli-utils.c: New file.
2073         * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
2074         * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
2075         * breakpoint.h (get_number, get_number_or_range): Move to
2076         cli-utils.h.
2077         * breakpoint.c: Include cli-utils.h.
2078         (get_number_trailer, get_number, get_number_or_range)
2079         (ep_skip_leading_whitespace): Move to cli-utils.c.
2080         (create_breakpoint_sal, find_condition_and_thread)
2081         (decode_static_tracepoint_spec, watch_command_1)
2082         (watch_maybe_just_location, ep_parse_optional_if_clause)
2083         (catch_fork_command_1, catch_exec_command_1)
2084         (catch_syscall_command_1): Use skip_spaces, skip_to_space.
2085         * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
2086         (SUBDIR_CLI_SRCS): Add cli-utils.c.
2087         (HFILES_NO_SRCDIR): Add cli-utils.h.
2088         (cli-utils.o): New target.
2089
2090 2011-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
2091
2092         * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
2093         before calling discard_all_inferiors.
2094
2095 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
2096
2097         * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
2098         (struct builtin_opencl_type): Remove.
2099         (builtin_opencl_type): Change return type to "struct type **".
2100         (lookup_opencl_vector_type): Update caller.
2101         (opencl_language_arch_info): Copy primitive type vector from gdbarch.
2102         (build_opencl_types): Install plain array of "struct type *"
2103         instead of "struct builtin_opencl_type".
2104
2105 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2106             Ulrich Weigand  <uweigand@de.ibm.com>
2107
2108         * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
2109         (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
2110         (struct arm_linux_hwbp_cap): New type.
2111         (arm_linux_get_hwbp_cap): New function.
2112         (arm_linux_get_hw_breakpoint_count): Likewise.
2113         (arm_linux_get_hw_watchpoint_count): Likewise.
2114         (arm_linux_can_use_hw_breakpoint): Likewise.
2115         (arm_hwbp_type): New type.
2116         (arm_hwbp_control_t): Likewise.
2117         (struct arm_linux_hw_breakpoint): Likewise.
2118         (struct arm_linux_thread_points): Likewise.
2119         (arm_threads): New global variable.
2120         (arm_linux_find_breakpoints_by_tid): New function.
2121         (arm_hwbp_control_initialize): Likewise.
2122         (arm_hwbp_control_is_enabled): Likewise.
2123         (arm_hwbp_control_disable): Likewise.
2124         (arm_linux_hw_breakpoint_initialize): Likewise.
2125         (arm_linux_get_hwbp_type): Likewise.
2126         (arm_linux_hw_watchpoint_initialize): Likewise.
2127         (arm_linux_hw_breakpoint_equal): Likewise.
2128         (arm_linux_insert_hw_breakpoint1): Likewise.
2129         (arm_linux_remove_hw_breakpoint1): Likewise.
2130         (arm_linux_insert_hw_breakpoint): Likewise.
2131         (arm_linux_remove_hw_breakpoint): Likewise.
2132         (arm_linux_region_ok_for_hw_watchpoint): Likewise.
2133         (arm_linux_insert_watchpoint): Likewise.
2134         (arm_linux_remove_watchpoint): Likewise.
2135         (arm_linux_stopped_data_address): Likewise.
2136         (arm_linux_stopped_by_watchpoint): Likewise.
2137         (arm_linux_watchpoint_addr_within_range): Likewise.
2138         (arm_linux_new_thread): Likewise.
2139         (arm_linux_thread_exit): Likewise.
2140         (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
2141         related target callbacks.  Register arm_linux_new_thread and
2142         arm_linux_thread_exit.
2143         * arm-tdep.h (arm_pc_is_thumb): Add prototype.
2144         * arm-tdep.c (arm_pc_is_thumb): Make global.
2145         (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
2146
2147 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
2148
2149         * breakpoint.c (update_watchpoint): Do not attempt to recreate
2150         per-frame locations while within a function epilogue.
2151
2152 2011-02-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2153
2154         * ser-mingw.c (ser_windows_close): Reformat comment to better conform
2155         to GNU coding standards.
2156
2157 2011-02-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2158
2159         Allow use of mingw native on Windows 95 OS.
2160         * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
2161         (ser_windows_close): Only call CancelIo if function exists.
2162         (_initialize_ser_windows): Use LoadLirary/GetProcAddress
2163         to check for existence of CancelIo function in kernel32 DLL.
2164
2165 2011-02-21  Hui Zhu  <teawater@gmail.com>
2166
2167         * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
2168         * ax-gdb.c (gen_printf_expr_callback): New function.
2169         * ax-gdb.h (gen_printf_expr_callback): Forward declare.
2170         * ax-general.c (ax_memcpy): New function.
2171         (ax_print): Handle "printf".
2172         (ax_reqs): Ditto.
2173         * ax.h (ax_memcpy): Forward declare.
2174         * common/ax.def (invalid2): Removed.
2175         (printf): New entry.
2176         * printcmd.c (printcmd.h): New include.
2177         (string_printf): New function.
2178         (ui_printf): Removed.
2179         (printf_command): Remove static.  Call string_printf.
2180         (eval_command): Call string_printf.
2181         * printcmd.h: New file.
2182         * tracepoint.c (validate_actionline,
2183         encode_actions_1): handle printf_command.
2184
2185 2011-02-19  Michael Snyder  <msnyder@vmware.com>
2186
2187         * reverse.c (delete_one_bookmark): Argument is now bookmark
2188         id rather than pointer to bookmark struct.
2189         (delete_bookmark_command): Use get_number_or_range.
2190         (goto_bookmark_command): Parse with get_number instead of strtoul.
2191         (bookmark_1): New function.  Print info for one bookmark.
2192         (bookmarks_info): Use get_number_or_range and bookmark_1.
2193
2194 2011-02-18  Michael Snyder  <msnyder@vmware.com>
2195
2196         * thread.c (info_threads_command): Re-implement using
2197         get_number_or_range.
2198         (thread_apply_command): Ditto.
2199
2200 2011-02-18  Tom Tromey  <tromey@redhat.com>
2201
2202         * common/ax.def: New file.
2203         * ax.h (enum agent_op): Use ax.def.
2204         * ax-general.c (aop_map): Use ax.def.
2205
2206 2011-02-18  Tom Tromey  <tromey@redhat.com>
2207
2208         * ax-general.c (aop_map): Add pick and rot.
2209         * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
2210         <DW_OP_rot>: Implement.
2211         * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
2212         (ax_pick): Declare.
2213         * ax-general.c (ax_pick): New function.
2214
2215 2011-02-18  Tom Tromey  <tromey@redhat.com>
2216
2217         * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
2218
2219 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2220             Tom Tromey  <tromey@redhat.com>
2221
2222         * cp-support.c (make_symbol_overload_list_namespace): Do not call
2223         make_symbol_overload_list_block with NULL BLOCK.
2224         * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
2225
2226 2011-02-18  Pedro Alves  <pedro@codesourcery.com>
2227
2228         * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
2229         * breakpoint.h (get_number_or_range): Declare.
2230         * printcmd.c (ALL_DISPLAYS): Declare.
2231         (delete_display): Reimplement taking a display pointer.
2232         (undisplay_command): Accept a range of displays to delete, using
2233         get_number_or_range.
2234
2235 2011-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
2236
2237         * c-valprint.c (c_val_print): Add embedded_offset to address
2238         for arrays of unspecified length.
2239         * p-valprint.c (pascal_val_print): Likewise.
2240
2241 2011-02-18  Yao Qi  <yao@codesourcery.com>
2242
2243         * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
2244         (arm_process_displaced_insn): .. here. Remove parameter INSN.
2245         (thumb_process_displaced_insn): New.
2246         * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
2247         call to arm_process_displaced_insn.
2248         * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
2249
2250 2011-02-17  Tom Tromey  <tromey@redhat.com>
2251
2252         * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
2253         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
2254         compile_dwarf_to_ax.  No longer static.  Call
2255         dwarf2_compile_cfa_to_ax.
2256         (locexpr_tracepoint_var_ref): Update.
2257         (loclist_tracepoint_var_ref): Update.
2258         * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
2259         * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
2260         argument; add 'gdbarch' and 'pc'.
2261         (dwarf2_compile_cfa_to_ax): New function.
2262         (dwarf2_frame_cache): Update.
2263
2264 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
2265
2266         * ada-lang.c (ada_type_of_array): Fix the size of the array
2267         in the case of an unconstrained packed array.
2268
2269 2011-02-17  Yao Qi  <yao@codesourcery.com>
2270
2271         * common/Makefile.in: Add more targets for make.
2272
2273 2011-02-16  Tom Tromey  <tromey@redhat.com>
2274
2275         * dwarf2loc.c (unimplemented): Fix typo.
2276
2277 2011-02-16  Tom Tromey  <tromey@redhat.com>
2278
2279         * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
2280         (compile_dwarf_to_ax) <default>: Use unimplemented.
2281         <DW_OP_deref>: Update.
2282         (disassemble_dwarf_expression): Update.
2283         * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
2284         (decode_locdesc): Update.
2285         * dwarf2expr.h (dwarf_stack_op_name): Update.
2286
2287 2011-02-16  Tom Tromey  <tromey@redhat.com>
2288
2289         * ax.h (struct aop_map) <name>: Now const.
2290
2291 2011-02-16  Tom Tromey  <tromey@redhat.com>
2292
2293         * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
2294         than axs_rvalue.
2295
2296 2011-02-16  Yao Qi  <yao@codesourcery.com>
2297
2298         * infrun.c (get_displaced_step_closure_by_addr): New.
2299         * inferior.h: Declare it.
2300         * arm-tdep.c: (arm_pc_is_thumb): Call
2301         get_displaced_step_closure_by_addr.  Adjust MEMADDR if it
2302         returns non-NULL.
2303
2304 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
2305             Jan Kratochvil  <jan.kratochvil@redhat.com>
2306
2307         gdb/
2308         * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
2309
2310 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
2311             Jan Kratochvil  <jan.kratochvil@redhat.com>
2312
2313         * value.c (value_contents_copy_raw): Extend describing comment.
2314         Assert that the destination contents we're overwriting are wholly
2315         available.
2316         (value_contents_copy): Extend describing comment.
2317
2318 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
2319             Jan Kratochvil  <jan.kratochvil@redhat.com>
2320
2321         * value.c (value_available_contents_eq): Remove redundant local
2322         variables.  Fix available contents comparision.
2323         * value.h (value_available_contents_eq): Extend describing
2324         comment.
2325
2326 2011-02-16  Yao Qi  <yao@codesourcery.com>
2327
2328         * thread.c (info_threads_command): Add missing i18n markup and remove
2329         trailing newline.
2330
2331 2011-02-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
2332
2333         * breakpoint.c (longjmp_names): New variable.
2334         (struct breakpoint_objfile_data): New type.
2335         (breakpoint_objfile_key): New variable.
2336         (msym_not_found): New variable.
2337         (msym_not_found_p): New predicate.
2338         (get_breakpoint_objfile_data): New function.
2339         (create_overlay_event_breakpoint): Check per-objfile cache for
2340         symbols first.
2341         (create_longjmp_master_breakpoint): Likewise.
2342         (create_std_terminate_master_breakpoint): Likewise.
2343         (create_exception_master_breakpoint): Likewise.
2344         (_initialize_breakpoint): Register per-objfile data key.
2345
2346 2011-02-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
2347
2348         * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
2349         parameter value.
2350         (create_longjmp_master_breakpoint): Loop over longjmp names.
2351         (create_std_terminate_master_breakpoint): Const-propagate parameter
2352         value.
2353         (update_breakpoints_after_exec): Adjust.
2354         (breakpoint_re_set): Adjust.
2355
2356 2011-02-15  Michael Snyder  <msnyder@vmware.com>
2357
2358         * thread.c (info_threads_command): Process arg as thread id,
2359         or list of thread ids.
2360         (thread_find_command): New command.
2361         (_initialize_thread): Document argument for info threads.
2362         Document 'thread find' command.
2363         * NEWS: Document new command "thread find".
2364
2365 2011-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2366
2367         * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
2368         * aclocal.m4: Regenerated with aclocal-1.11.1.
2369         * common/configure: Regenerate with autoconf-2.64.
2370
2371 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
2372
2373         * opencl-lang.c (build_opencl_types): Set the size of the built-in
2374         bool data type to a size of one byte.
2375
2376 2011-02-15  Pedro Alves  <pedro@codesourcery.com>
2377             Jan Kratochvil  <jan.kratochvil@redhat.com>
2378
2379         * target.c (memory_xfer_live_readonly_partial): Document where to
2380         look for interface description.
2381
2382 2011-02-15  Yao Qi  <yao@codesourcery.com>
2383
2384         PR tdep/12352
2385         * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
2386         order to store PC value on stack instead of text section.
2387
2388 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2389
2390         * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
2391         the EFP register set size.
2392         (efpr_pseudo_register_read): Use regcache_raw_read_part to read
2393         data from the VMX register.
2394         (efpr_pseudo_register_write): Use regcache_raw_write_part to read
2395         and write data from/to the VMX register.
2396
2397 2011-02-14  Michael Snyder  <msnyder@vmware.com>
2398
2399         * command.h (enum command_class): New class 'no_set_class', for
2400         "show" commands without a corresponding "set" command.
2401         * value.c (_initialize_values): Use 'no_set_class' for "show values".
2402         * copying.c (_initialize_copying): Ditto for "show copying" and
2403         "show warranty".
2404         * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
2405         "show version".
2406         * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
2407         which there is no corresponding "set" command (eg. "show copying").
2408
2409 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2410             Jan Kratochvil  <jan.kratochvil@redhat.com>
2411
2412         * exec.c (section_table_available_memory): Change `len' parameter
2413         type to ULONGEST.
2414         * exec.h (section_table_available_memory): Ditto.
2415         * value.h (read_value_memory): Rename the `offset' parameter to
2416         `embedded_offset'.
2417
2418 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2419             Jan Kratochvil  <jan.kratochvil@redhat.com>
2420
2421         * memrange.c (compare_mem_ranges): Mention sort order in
2422         describing comment.
2423         (normalize_mem_ranges): Add comment.  Fix ra->length calculation.
2424         * tracepoint.c (traceframe_available_memory): Extend comment to
2425         mention what happens to RESULT when the target does not support
2426         the query.
2427
2428 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2429             Jan Kratochvil  <jan.kratochvil@redhat.com>
2430
2431         * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
2432         range.
2433
2434 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2435
2436         * value.c (value_bits_valid, value_bits_synthetic_pointer):
2437         No longer handle NULL values.
2438
2439 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2440
2441         * exceptions.h (NOT_AVAILABLE_ERROR): New error.
2442         * value.c: Include "exceptions.h".
2443         (require_available): Throw NOT_AVAILABLE_ERROR instead of a
2444         generic error.
2445         * cp-abi.c: Include gdb_assert.h.
2446         (baseclass_offset): Add `embedded_offset' and `val' parameters.
2447         Assert the method is implemented.  Wrap NOT_AVAILABLE_ERROR
2448         errors.
2449         * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
2450         parameters.  No longer returns -1 on error.
2451         (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
2452         `val' parameters.
2453         * cp-valprint.c: Include exceptions.h.
2454         (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
2455         the baseclass_offset.  Handle unavailable base classes.  Use
2456         val_print_invalid_address.
2457         * p-valprint.c: Include exceptions.h.
2458         (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
2459         when fetching the baseclass_offset.  No longer expect
2460         baseclass_offset returning -1.  Handle unavailable base classes.
2461         Use val_print_invalid_address.
2462         * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
2463         `valaddr' parameter, and change its type to gdb_byte pointer.  Add
2464         `embedded_offset' and `val' parameters.  Adjust.
2465         (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
2466         parameter, and change its type to gdb_byte pointer.  Add
2467         `embedded_offset' and `val' parameters.  Adjust.  No longer expect
2468         baseclass_offset returning -1.
2469         (value_dynamic_cast): Use value_contents_for_printing rather than
2470         value_contents.  Adjust.
2471         (search_struct_field): No longer expect baseclass_offset returning
2472         -1.
2473         (search_struct_method): If reading memory from the target is
2474         necessary, wrap it in a new value to pass to baseclass_offset.  No
2475         longer expect baseclass_offset returning -1.
2476         (find_method_list): No longer expect baseclass_offset returning
2477         -1.  Use value_contents_for_printing rather than value_contents.
2478         * valprint.c (val_print_invalid_address): New function.
2479         * valprint.h (val_print_invalid_address): Declare.
2480         * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
2481         and `val' parameters.  No longer expect baseclass_offset returning
2482         -1.  Adjust.
2483         * gnu-v2-abi.c: Include "exceptions.h".
2484         (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
2485         parameters.  Handle unavailable memory.  Recurse through
2486         gnuv2_baseclass_offset directly, rather than through
2487         baseclass_offset.  No longer returns -1 on not found, instead
2488         throw an error.
2489         * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
2490         `val' parameters.  Adjust.
2491
2492 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2493
2494         * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
2495         almost but not quite adjacent.
2496
2497 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2498
2499         * value.h (value_entirely_available): Declare.
2500         * value.c (value_entirely_available): New function.
2501         * c-valprint.c (c_value_print): Don't try fetching the pointer's
2502         real type if the pointer is unavailable.
2503
2504 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2505
2506         * valops.c (value_repeat): Use read_value_memory instead of
2507         read_memory.
2508
2509 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2510
2511         * value.h (value_contents_copy, value_contents_copy_raw): Declare.
2512         * value.c (value_contents_copy_raw, value_contents_copy): New
2513         functions.
2514         (value_primitive_field): Use value_contents_copy_raw instead of
2515         memcpy.
2516         * valops.c (value_fetch_lazy): Use value_contents_copy instead of
2517         memcpy.
2518         (value_array, value_slice): Ditto.
2519         * valarith.c (value_subscripted_rvalue): Use
2520         value_contents_copy_raw instead of memcpy.
2521
2522 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2523
2524         <unavailable> references.
2525
2526         * valops.c (get_value_at): Use value_from_contents_and_address,
2527         avoiding read_memory.
2528
2529 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2530
2531         * c-valprint.c (c_val_print): Print a string with unavailable
2532         contents as an array.
2533
2534 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2535
2536         * value.h (unpack_bits_as_long): Delete declaration.
2537         (unpack_value_bits_as_long): Declare.
2538         (unpack_value_field_as_long): Declare.
2539         (value_field_bitfield): Declare.
2540         * value.c (unpack_bits_as_long): Rename to...
2541         (unpack_value_bits_as_long_1): ... this.  Add embedded_offset and
2542         value parameters.  Return the extracted result in a new output
2543         parameter.  If the value contents are unavailable, return false,
2544         otherwise return true.
2545         (unpack_value_bits_as_long): New.
2546         (unpack_field_as_long): Rename to...
2547         (unpack_value_field_as_long_1): ... this.  Add embedded_offset and
2548         Add embedded_offset and value parameters.  Return the extracted
2549         result in a new output parameter. If the value contents are
2550         unavailable, return false, otherwise return true.
2551         (unpack_value_field_as_long): New.
2552         (unpack_field_as_long_1): New.
2553         (unpack_field_as_long): Reimplement as wrapper around
2554         unpack_value_field_as_long_1.
2555         (value_field_bitfield): New function.
2556         * valops.c (value_fetch_lazy): When fetching a bitfield, use
2557         unpack_value_bits_as_long.  Mark the value as unavailable, if it
2558         is unavailable.
2559         * jv-valprint.c (java_print_value_fields): Use
2560         value_field_bitfield.
2561         * p-valprint.c (pascal_object_print_value_fields): Use
2562         value_field_bitfield.
2563         * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
2564
2565 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2566
2567         * value.c (get_internalvar_integer): Also return the int value of
2568         TYPE_CODE_INT INTERNALVAR_VALUE values.
2569         (set_internalvar): Don't special case TYPE_CODE_INT.
2570
2571 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2572
2573         * value.c (struct internalvar) <enum internalvar_kind>: Remove
2574         INTERNALVAR_POINTER.
2575         <pointer>: Delete.
2576         (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
2577         (set_internalvar): Remove special TYPE_CODE_PTR handling.
2578         (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
2579
2580 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2581
2582         * value.h (value_available_contents_eq): Declare.
2583         * value.c (find_first_range_overlap): New function.
2584         (value_available_contents_eq): New function.
2585         * valprint.c (val_print_array_elements): Use
2586         value_available_contents_eq.
2587         * ada-valprint.c (val_print_packed_array_elements): Use
2588         value_available_contents_eq.
2589         * jv-valprint.c (java_value_print): Use
2590         value_available_contents_eq.
2591
2592 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2593
2594         * target.c (target_read_live_memory): New function.
2595         (memory_xfer_live_readonly_partial): New.
2596         (memory_xfer_partial): If reading from a traceframe, fallback to
2597         reading unavailable read-only memory from read-only regions of
2598         live target memory.
2599         * tracepoint.c (disconnect_tracing): Adjust.
2600         (set_current_traceframe): New, factored out from
2601         set_traceframe_number.
2602         (set_traceframe_number): Reimplement to only change the traceframe
2603         number on the GDB side.
2604         (do_restore_current_traceframe_cleanup): Adjust.
2605         (make_cleanup_restore_traceframe_number): New.
2606         (cur_traceframe_number): New global.
2607         (tfile_open): Set cur_traceframe_number to no traceframe.
2608         (set_tfile_traceframe): New function.
2609         (tfile_trace_find): If looking up a traceframe using any method
2610         other than by number, make sure the current tfile traceframe
2611         matches gdb's current traceframe.  Update the current tfile
2612         traceframe if the lookup succeeded.
2613         (tfile_fetch_registers, tfile_xfer_partial)
2614         (tfile_get_trace_state_variable_value): Make sure the remote
2615         traceframe matches gdb's current traceframe.
2616         * remote.c (remote_traceframe_number): New global.
2617         (remote_open_1): Set it to -1.
2618         (set_remote_traceframe): New function.
2619         (remote_fetch_registers, remote_store_registers)
2620         (remote_xfer_memory, remote_xfer_partial)
2621         (remote_get_trace_state_variable_value): Make sure the remote
2622         traceframe matches gdb's current traceframe.
2623         (remote_trace_find): If looking up a traceframe using any method
2624         other than by number, make sure the current remote traceframe
2625         matches gdb's current traceframe.  Update the current remote
2626         traceframe if the lookup succeeded.
2627         * infrun.c (fetch_inferior_event): Adjust.
2628         * tracepoint.h (set_current_traceframe): Declare.
2629         (get_traceframe_number, set_traceframe_number): Add describing
2630         comments.
2631
2632 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2633
2634         Mark pieces of values as unavailable if the corresponding memory
2635         is unavailable.
2636
2637         * valops.c: Include tracepoint.h.
2638         (value_fetch_lazy): Use read_value_memory.
2639         (read_value_memory): New.
2640         * value.h (read_value_memory): Declare.
2641         * dwarf2loc.c (read_pieced_value): Use read_value_memory.
2642         * exec.c (section_table_available_memory): New function.
2643         * exec.h (section_table_available_memory): Declare.
2644
2645 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2646
2647         * Makefile.in (SFILES): Add memrange.c.
2648         (HFILES_NO_SRCDIR): Add memrange.h.
2649         (COMMON_OBS): Add memrange.o.
2650         * memrange.c: New file.
2651         * memrange.h: New file.
2652         * tracepoint.c: Include memrange.h.
2653         (struct mem_range): Delete.
2654         (mem_range_s): Delete.
2655         (traceframe_available_memory): New function.
2656         * tracepoint.h (traceframe_available_memory): Declare.
2657
2658 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2659
2660         * target.h (struct traceframe_info): Forward declare.
2661         (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
2662         (struct target_ops) <to_traceframe_info>: New field.
2663         (target_traceframe_info): New.
2664         * target.c (update_current_target): Inherit and default
2665         to_traceframe_info.
2666         * remote.c (PACKET_qXfer_traceframe_info): New.
2667         (remote_protocol_features): Register qXfer:traceframe-info:read.
2668         (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
2669         (remote_traceframe_info): New.
2670         (init_remote_ops): Install it.
2671         (_initialize_remote): Install "set/show remote traceframe-info"
2672         commands.
2673         * tracepoint.h (parse_traceframe_info): Declare.
2674         * tracepoint.c (struct mem_range): New.
2675         (mem_range_s): New typedef.
2676         (struct traceframe_info): New.
2677         (traceframe_info): New global.
2678         (free_traceframe_info): New function.
2679         (clear_traceframe_info): New function.
2680         (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
2681         info.
2682         (build_traceframe_info): New function.
2683         (tfile_traceframe_info): New function.
2684         (init_tfile_ops): Install tfile_traceframe_info.
2685         (traceframe_info_start_memory, free_result): New functions.
2686         (memory_attributes, traceframe_info_elements): New globals.
2687         (parse_traceframe_info, get_traceframe_info): New functions.
2688         * features/traceframe-info.dtd: New file.
2689         * Makefile.in (XMLFILES): Add traceframe-info.dtd.
2690
2691 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2692
2693         Base support for <unavailable> value contents.
2694
2695         * value.h (value_bytes_available): Declare.
2696         (mark_value_bytes_unavailable): Declare.
2697         * value.c (struct range): New struct.
2698         (range_s): New typedef.
2699         (ranges_overlap): New function.
2700         (range_lessthan): New function.
2701         (ranges_contain_p): New function.
2702         (struct value) <unavailable>: New field.
2703         (value_bytes_available): New function.
2704         (mark_value_bytes_unavailable): New function.
2705         (require_not_optimized_out): Constify parameter.
2706         (require_available): New function.
2707         (value_contents_all, value_contents): Require all bytes be
2708         available.
2709         (value_free): Free `unavailable'.
2710         (value_copy): Copy `unavailable'.
2711         * valprint.h (val_print_unavailable): Declare.
2712         * valprint.c (valprint_check_validity): Rename `offset' parameter
2713         to `embedded_offset'.  If printing a scalar, check whether the
2714         value chunk is available.
2715         (val_print_unavailable): New.
2716         (val_print_scalar_formatted): Check whether the value is
2717         available.
2718         * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
2719         pretty-printing unavailable values.
2720
2721 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2722
2723         Fix const/volatile qualifiers of C++ types, PR c++/12328.
2724         * c-typeprint.c (c_type_print_args): Update the function comment.  New
2725         variable param_type, initialize it.  Remove const/volatile qualifiers
2726         for language_cplus and !show_artificial.  Use param_type.
2727
2728 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2729
2730         * symtab.c (find_pc_sect_line): New variable objfile, initialize it
2731         from S.  Iterate S using ALL_OBJFILE_SYMTABS.  Verify BV for each S.
2732         * symtab.h (struct symtab) <next>: Comment extension.
2733
2734 2011-02-12  Yao Qi  <yao@codesourcery.com>
2735
2736         * Makefile.in (CLEANDIRS): Remove duplicated common dir.
2737
2738 2011-02-11  Yao Qi  <yao@codesourcery.com>
2739
2740         * common/Makefile.in: Add copyright header.
2741
2742 2011-02-11  Pedro Alves  <pedro@codesourcery.com>
2743
2744         * infrun.c (proceed): Move switching out and in of tfind mode from
2745         here ...
2746         (fetch_inferior_event): ... to here.
2747
2748 2011-02-11  Yao Qi  <yao@codesourcery.com>
2749
2750         * Makefile.in: Remove signals.o from COMMON_OBS.  Link
2751         libcommon.a.
2752         * configure.ac: Add common to sub dir.
2753         * configure: Regenerate.
2754
2755 2011-02-11  Yao Qi  <yao@codesourcery.com>
2756
2757         Build libcommon.a.
2758
2759         * common/Makefile.in: New.
2760         * common/configure.ac: New.
2761         * common/aclocal.m4: New.
2762         * common/configure: Generate.
2763
2764 2011-02-10  Pedro Alves  <pedro@codesourcery.com>
2765
2766         * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
2767         side of the parenthesis.
2768
2769         Merge from GCC:
2770         2010-07-13  Jakub Jelinek  <jakub@redhat.com>
2771         * vec.h (VEC_block_remove): Fix comment.
2772
2773 2011-02-08  Michael Snyder  <msnyder@vmware.com>
2774
2775         * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
2776
2777 2011-02-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2778
2779         * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
2780         in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
2781         psubd and paddd.
2782
2783 2011-02-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2784
2785         PR 12361.
2786         * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
2787         phsubsw.
2788         (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
2789         (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
2790
2791 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
2792
2793         * dwarf2read.c (read_subroutine_type): Set special calling
2794         convention flag for functions compiled by IBM XL C for OpenCL.
2795         * ppc-sysv-tdep.c: Include "dwarf2.h"
2796         (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
2797         calling convention.
2798         (do_ppc_sysv_return_value): Add FUNC_TYPE argument.  Implement
2799         IBM OpenCL vector types calling convention.
2800         (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
2801         (ppc_sysv_abi_broken_return_value): Likewise.
2802         (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
2803         types calling convention.
2804         (ppc64_sysv_abi_return_value): Likewise.
2805         * spu-tdep.c: Include "dwarf2.h"
2806         (spu_return_value): Implement IBM OpenCL vector types calling
2807         convention.
2808
2809 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
2810
2811         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
2812         correct ABI for AltiVec vector arguments.
2813
2814 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
2815
2816         * valprint.c (val_print): Extend comment.
2817         * ada-valprint.c (ada_valprint): Rewrite comment deferring
2818         interface explanation to val_print.
2819         (ada_val_print_array): Adjust comment to current interface.
2820         (print_field_values): Adjust comment to current interface.
2821         * c-valprint.c (c_val_print): Rewrite comment deferring interface
2822         explanation to val_print.
2823         * f-valprint.c (f_val_print): Ditto.
2824         * jv-valprint.c (java_val_print): Ditto.
2825         * m2-valprint.c (m2_val_print): Ditto.
2826         * p-valprint.c (pascal_val_print): Ditto.
2827
2828 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2829
2830         * breakpoint.c (parse_breakpoint_sals): Fix description.
2831
2832 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
2833             Oguz Kayral <oguzkayral@gmail.com>
2834
2835         * python/py-inferior.c (python_on_normal_stop): New function.
2836         (python_on_resume): New function.
2837         (python_inferior_exit): New function.
2838         (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
2839         inferior_exit observers.
2840         * python/py-evtregistry.c: New file.
2841         * python/py-threadevent.c : New file.
2842         * python/py-event.c: New file.
2843         * python/py-evts.c: New file.
2844         * python/py-continueevent.c: New file.
2845         * python/py-bpevent.c: New file.
2846         * python/py-signalevent.c: New file.
2847         * python/py-exetiedevent.c: New file.
2848         * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
2849         Move struct breakpoint_object from here...
2850         * python/python-internal.h: ... to here.
2851         * python/py-event.h: New file.
2852         * python/py-events.h: New file.
2853         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
2854         py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
2855         py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
2856         (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
2857         py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
2858         py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
2859         Add build rules for all the above.
2860
2861 2011-02-04  Tom Tromey  <tromey@redhat.com>
2862
2863         * dwarf2read.c (dwarf2_section_empty_p): New function.
2864         (dwarf2_read_section): Use dwarf2_section_empty_p.
2865         (dwarf2_section_size): New function.
2866         (dwarf2_get_section_info): Unconditionally read section.
2867         (dwarf2_read_index): Use dwarf2_section_empty_p.
2868         (partial_read_comp_unit_head): Use dwarf2_section_size.
2869         (dwarf2_symbol_mark_computed): Likewise.
2870
2871 2011-02-04 David Daney <ddaney@caviumnetworks.com>
2872
2873         * NEWS: Add item for "catch syscall" on mips*-linux* targets.
2874
2875 2011-02-04 David Daney <ddaney@caviumnetworks.com>
2876
2877         * mips-linux-tdep.c: Include xml-syscall.h.
2878         (mips_linux_get_syscall_number): New function.
2879         (mips_linux_init_abi): Add calls to
2880         mips_linux_get_syscall_number() and set_xml_syscall_file_name().
2881         * data-directory/Makefile.in (SYSCALLS_FILES): Add
2882         mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
2883         * syscalls/mips-n32-linux.xml: New file.
2884         * syscalls/mips-n64-linux.xml: New file.
2885         * syscalls/mips-o32-linux.xml: New file.
2886
2887 2011-02-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
2888
2889         * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
2890         Complain about inverted range entries.
2891         (dwarf2_record_block_ranges): Likewise.
2892
2893 2011-02-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2894
2895         Fix some typos.
2896         * breakpoint.c (update_watchpoint): Fix name of the
2897         update_global_location_list function.
2898         (print_one_breakpoint): Fix typo.
2899         (_initialize_breakpoint): Remove extra space in hbreak help
2900         string.
2901         * breakpoint.h (struct bp_location) <length>: Fix field
2902         description.
2903
2904 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
2905
2906         * regcache.c (registers_changed_ptid): Don't explictly always
2907         clear `current_regcache'.  Only clear current_thread_ptid and
2908         current_thread_arch when PTID matches.  Only reinit the frame
2909         cache if PTID matches the current inferior_ptid.  Move alloca(0)
2910         call to ...
2911         (registers_changed): ... here.
2912
2913 2011-02-03  Ulrich Weigand  <ulrich.weigand@linaro.org>
2914
2915         * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
2916         starts with __stack_chk_guard as stack guard symbol.
2917
2918 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
2919
2920         * disasm.c (compare_lines): Handle the end of sequence markers
2921         within the line table to better support disassembling over
2922         compilation unit boundaries.
2923
2924 2011-02-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2925
2926         * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
2927         arguments.  Skip in-prologue calls to glibc __aeabi_read_tp
2928         implementation even if no symbols are available.
2929         (thumb_analyze_prologue): Update call to skip_prologue_function.
2930         (arm_analyze_prologue): Likewise.
2931
2932 2011-02-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2933
2934         * arm-tdep.c: Include "observer.h".
2935         (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
2936         (arm_exidx_data_key): New static variable.
2937         (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
2938         (struct arm_exidx_data): Likewise.
2939         (arm_exidx_data_free): New function.
2940         (arm_compare_exidx_entries): Likewise.
2941         (arm_obj_section_from_vma): Likewise.
2942         (arm_exidx_new_objfile): Likewise.
2943         (arm_find_exidx_entry): Likewise.
2944         (arm_exidx_fill_cache): Likewise.
2945         (arm_exidx_unwind_sniffer): Likewise.
2946         (arm_exidx_unwind): New global variable.
2947         (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
2948         (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
2949         observer.  Register arm_exidx_data_key as objfile data.
2950
2951 2011-02-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2952
2953         * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
2954         due to accessing uninitialized variable.  Fix indentation.
2955
2956 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
2957
2958         * c-valprint.c (c_value_print): When doing virtual base pointer
2959         adjustment, create a new value with adjusted contents rather than
2960         changing the contents of the value being printed (and getting it
2961         wrong).
2962
2963 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
2964
2965         * xml-support.c (xml_find_attribute): New.
2966         (xinclude_start_include): Use it.
2967         * xml-support.h (xml_find_attribute): Declare.
2968         * memory-map.c (memory_map_start_memory)
2969         (memory_map_start_property): Use xml_find_attribute.
2970         * osdata.c (osdata_start_osdata, osdata_start_column): Use
2971         xml_find_attribute.
2972         * remote.c (start_thread): Use xml_find_attribute.
2973         * solib-target.c (library_list_start_segment)
2974         (library_list_start_section, library_list_start_library)
2975         (library_list_start_list): Use xml_find_attribute.
2976         * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
2977         (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
2978         (tdesc_start_field): Use xml_find_attribute.
2979
2980 2011-02-02  Ulrich Weigand  <uweigand@de.ibm.com>
2981
2982         * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
2983         (BUILD_OCL_VTYPES): Update.
2984
2985 2011-02-02  Joel Brobecker  <brobecker@adacore.com>
2986
2987         * configure.ac: Work around non-GNU sed limitation when computing
2988         python version number.
2989         * configure: Regenerate.
2990
2991 2011-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2992
2993         Fix debug printing of TYPE_INSTANCE.
2994         * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
2995         (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
2996
2997 2011-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2998
2999         Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
3000         OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
3001         OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
3002         * ada-operator.inc: Rename the file to ...
3003         * ada-operator.def: ... here, wrap all the entries by macro OP.
3004         * expprint.c (op_name_standard): Remove all the entries.  Include
3005         "std-operator.def" instead.
3006         * expression.h (enum exp_opcode): Include "std-operator.def" and
3007         "ada-operator.def".  Move all the entries ...
3008         * std-operator.def: ... here, wrap all the entries by macro OP.
3009
3010 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
3011
3012         * breakpoint.h (remove_jit_event_breakpoints): New prototype.
3013         * breakpoint.c (remove_jit_event_breakpoints): New function.
3014         * jit.c (jit_descriptor_addr): Delete.
3015         (registering_code): Delete.
3016         (clear_int): Delete.
3017         (jit_inferior_data): New variable.
3018         (struct jit_inferior_data): New type.
3019         (get_jit_inferior_data): New function.
3020         (jit_inferior_data_cleanup): New function.
3021         (jit_read_descriptor): Adjust.
3022         (jit_register_code): Adjust.
3023         (jit_breakpoint_re_set_internal): New function; move code here ...
3024         (jit_inferior_init): ... from here.
3025         (jit_breakpoint_re_set): Adjust.
3026         (jit_reset_inferior_data_and_breakpoints): New function.
3027         (jit_inferior_created_observer): Adjust.
3028         (jit_inferior_exit_hook): Adjust.
3029         (jit_executable_changed_observer): New function.
3030         (jit_event_handler): Adjust.
3031         (_initialize_jit): Adjust.
3032
3033 2011-01-31  Michael Snyder  <msnyder@vmware.com>
3034
3035         * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
3036         line.
3037
3038 2011-01-31  Tom Tromey  <tromey@redhat.com>
3039
3040         PR python/12216:
3041         * python/python.c (execute_gdb_command): Call
3042         prevent_dont_repeat.
3043         * top.c (suppress_dont_repeat): New global.
3044         (dont_repeat): Use it.
3045         (prevent_dont_repeat): New function.
3046         * command.h (prevent_dont_repeat): Declare.
3047
3048 2011-01-31  Tom Tromey  <tromey@redhat.com>
3049
3050         * infcmd.c (finish_backward): Use breakpoint_set_silent.
3051         * python/py-breakpoint.c (bppy_set_silent): Use
3052         breakpoint_set_silent.
3053         (bppy_set_thread): Use breakpoint_set_thread.
3054         (bppy_set_task): Use breakpoint_set_task.
3055         * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
3056         (breakpoint_set_task): Declare.
3057         (make_breakpoint_silent): Remove.
3058         * breakpoint.c (breakpoint_set_silent): New function.
3059         (breakpoint_set_thread): Likewise.
3060         (breakpoint_set_task): Likewise.
3061         (make_breakpoint_silent): Remove.
3062
3063 2011-01-31  Tom Tromey  <tromey@redhat.com>
3064
3065         * breakpoint.h (user_breakpoint_p): Declare.
3066         * breakpoint.c (user_breakpoint_p): New function.
3067         (breakpoint_1): Use it.
3068         (save_breakpoints): Likewise.
3069
3070 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
3071
3072         * configure.ac: Add handling of Python distribution on Windows.
3073         * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
3074         sysconfig variables are not defined, then do not use them.
3075         On Windows, if LIBPL is not defined, then use prefix + '/libs'
3076         instead.  On Windows, return all paths using forward-slashes
3077         rather than backslashes.
3078
3079 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
3080
3081         * configure.ac: Remove fallback behavior for building
3082         against Python.  Remove tweaking of Python include path.
3083         Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
3084         (AC_TRY_LIBPYTHON):  Adjust program used in linking test.
3085         If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
3086         Always restore CPPFLAGS and LIBS after linking test.
3087         * configure: Regenerated.
3088         * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
3089         (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
3090         * python/python-internal.h: Adjust includes of Python .h files.
3091
3092 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
3093
3094         * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
3095         in error message.
3096
3097 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
3098
3099         * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
3100         value test.
3101
3102 2011-01-31  Yao Qi  <yao@codesourcery.com>
3103
3104         * arm-linux-nat.c: Update calls to regcache_register_status
3105         instead of regcache_valid_p.
3106         * aix-thread.c: Likewise.
3107         * i386gnu-nat.c: Likewise.
3108
3109 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3110
3111         Fix crash.
3112         * valops.c (compare_parameters): Verify TYPE_NFIELDS before
3113         touching TYPE_FIELD_ARTIFICIAL.
3114
3115 2011-01-28  Richard Earnshaw  <rearnsha@arm.com>
3116
3117         * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
3118         Committers.
3119
3120 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
3121
3122         * tracepoint.c (tfile_xfer_partial): If there's no traceframe
3123         selected, don't try iterating over the traceframe's blocks.
3124         (tfile_has_stack): If there's no traceframe selected, then there's
3125         no stack.
3126         (tfile_has_registers): If there's no traceframe selected, then
3127         there's no registers.
3128
3129 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
3130
3131         * target.c (memory_xfer_partial): No need to restore shadows if we
3132         haven't read anything.
3133
3134 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
3135
3136         * mips-tdep.c (mips_print_register): Use get_frame_register_value
3137         and val_print_scalar_formatted.
3138
3139 2011-01-27  Pedro Alves  <pedro@codesourcery.com>
3140
3141         * tracepoint.c (tfile_read): New.
3142         (tfile_open): Use it.
3143         (tfile_get_traceframe_address): Use it.
3144         (tfile_trace_find): Use it.
3145         (walk_blocks_callback_func): New typedef.
3146         (match_blocktype): New function.
3147         (traceframe_walk_blocks): New function.
3148         (traceframe_find_block_type): New function.
3149         (tfile_fetch_registers, tfile_xfer_partial)
3150         (tfile_get_trace_state_variable_value): Use
3151         traceframe_find_block_type and tfile_read.
3152
3153 2011-01-26  Kevin Buettner  <kevinb@redhat.com>
3154
3155         * remote-mips.c: Add internationalization mark ups.  Remove
3156         trailing \n from already marked up strings.
3157
3158 2011-01-26  Tom Tromey  <tromey@redhat.com>
3159
3160         * python/py-prettyprint.c (print_string_repr): Clear
3161         'addressprint' option when calling val_print_string.
3162         (print_children): Handle Val_pretty_default.  Clear 'addressprint'
3163         option when calling val_print_string.
3164
3165 2011-01-26  Tom Tromey  <tromey@redhat.com>
3166
3167         * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
3168         GDB_PY_LL_ARG.
3169         * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
3170         macros.
3171         (gdb_py_longest, gdb_py_ulongest): New typedefs.
3172         (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
3173         (gdb_py_long_as_ulongest): New defines.
3174         (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
3175         (gdb_py_int_as_long): Declare.
3176         * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
3177         GDB_PY_LL_ARG, gdb_py_object_from_longest.
3178         (valpy_long): Add comment.
3179         * python/py-utils.c (get_addr_from_python): Use
3180         gdb_py_long_as_ulongest.  Handle overflow properly.
3181         (gdb_py_object_from_longest): New function.
3182         (gdb_py_object_from_ulongest): Likewise.
3183         (gdb_py_int_as_long): Likewise.
3184         * python/py-type.c (typy_array): Use gdb_py_int_as_long.
3185         * python/py-symtab.c (salpy_get_pc): Use
3186         gdb_py_long_from_ulongest.
3187         (salpy_get_line): Use PyInt_FromLong.
3188         * python/py-param.c (set_parameter_value): Use
3189         gdb_py_int_as_long.
3190         * python/py-lazy-string.c (stpy_get_address): Use
3191         gdb_py_long_from_ulongest.
3192         * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
3193         * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
3194         * python/py-breakpoint.c (bppy_set_thread): Use
3195         gdb_py_int_as_long.
3196         (bppy_set_task): Likewise.
3197         (bppy_set_ignore_count): Likewise.
3198         (bppy_set_hit_count): Likewise.
3199         * python/py-block.c (blpy_get_start): Use
3200         gdb_py_object_from_ulongest.
3201         (blpy_get_end): Likewise.
3202         (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
3203
3204 2011-01-25  Mathieu Lacage  <mathieu.lacage@inria.fr>
3205
3206         PR/symtab 11766:
3207         * gdb/objfiles.h (struct objfile) <addr_low>: New field.
3208         * gdb/solib.c (solib_read_symbols): Check for addr_low in
3209         equality test for objfile, initialize addr_low if needed.
3210
3211 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3212
3213         * tui/tui-regs.c (tui_register_format): Remove dead code.
3214
3215 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3216
3217         * printcmd.c (print_formatted): Use val_print_scalar_formatted
3218         instead of print_scalar_formatted.
3219         (print_scalar_formatted): Don't handle 's' format strings here,
3220         and add an assertion that we never see such format here.
3221         * valprint.h (val_print_scalar_formatted): Declare.
3222         * valprint.c (val_print_scalar_formatted): New.
3223         * c-valprint.c (c_val_print): Use val_print_scalar_formatted
3224         instead of print_scalar_formatted.
3225         * jv-valprint.c (java_val_print): Ditto.
3226         * p-valprint.c (pascal_val_print): Ditto.
3227         * ada-valprint.c (ada_val_print_1): Ditto.
3228         * f-valprint.c (f_val_print): Ditto.
3229         * infcmd.c (registers_info): Ditto.
3230         * m2-valprint.c (m2_val_print): Ditto.
3231
3232 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3233
3234         * m2-valprint.c (print_unbounded_array): Pass
3235         value_contents_for_printing rather than value_contents, to
3236         m2_print_array_contents.  Also pass in the value.
3237
3238 2011-01-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3239
3240         * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
3241         (save_gdb_index_command): Switch to .gdb_index version 4.
3242
3243 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3244
3245         * mi/mi-main.c (get_register): Use get_frame_register_value rather
3246         than frame_register, and always pass a valid value to val_print.
3247
3248 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3249
3250         Centralize printing "<optimized out>".
3251
3252         * valprint.h (val_print_optimized_out): Declare.
3253         * cp-valprint.c (cp_print_value_fields): Use
3254         val_print_optimized_out.
3255         * jv-valprint.c (java_print_value_fields): Ditto.
3256         * p-valprint.c (pascal_object_print_value_fields): Ditto.
3257         * printcmd.c (print_formatted): Ditto.
3258         * valprint.c (valprint_check_validity): Ditto.
3259         (value_check_printable): Ditto.
3260         (val_print_optimized_out): New.
3261
3262 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3263
3264         * infcmd.c (default_print_registers_info): Allocate values so to
3265         never pass a NULL value to val_print.
3266
3267 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3268
3269         * cp-valprint.c (cp_print_value): Treat the 'skip' local as
3270         boolean.  Make sure to always pass a value that matches the
3271         contents buffer to callees.  Preserve `address' for following
3272         iterations.
3273         * value.c (value_contents_for_printing_const): New.
3274         (value_address): Constify value argument.
3275         * value.h (value_contents_for_printing_const): Declare.
3276         (value_address): Constify value argument.
3277
3278 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3279
3280         * regcache.c (struct regcache_descr): Rename
3281         sizeof_raw_register_valid_p field to sizeof_raw_register_status,
3282         and sizeof_cooked_register_valid_p to
3283         sizeof_cooked_register_status.
3284         (init_regcache_descr): Adjust.
3285         (struct regcache): Rename register_valid_p field to
3286         register_status.
3287         (regcache_xmalloc_1, regcache_xfree, regcache_save)
3288         (do_cooked_read): Adjust.
3289         (regcache_valid_p): Rename to ...
3290         (regcache_register_status): ... this.  Adjust.
3291         (regcache_invalidate): Adjust.
3292         (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
3293         Adjust.
3294         (regcache_raw_supply): Adjust.  If buf i NULL, mark the register
3295         as unavailable, not valid.
3296         (regcache_dump): Adjust.
3297         * regcache.h (enum register_status): New.
3298         (regcache_register_status): Declare.
3299         (regcache_invalidate): Delete declaration.
3300         * corelow.c (get_core_registers): Adjust.
3301         * tracepoint.c (tfile_fetch_registers): Adjust.
3302         * trad-frame.c (REG_VALUE): Rename to ...
3303         (TF_REG_VALUE): ... this.
3304         (REG_UNKNOWN): Rename to ...
3305         (TF_REG_UNKNOWN): ... this.
3306         (trad_frame_set_value, trad_frame_set_unknown): Adjust.
3307         * mi/mi-main.c (register_changed_p): Adjust.
3308
3309 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3310
3311         * regcache.c (struct regcache_descr): Remove outdated comment.
3312         (init_regcache_descr): Remove sizeof_raw_register_valid_p
3313         overallocate hack.
3314         (regcache_xmalloc): Rename to ...
3315         (regcache_xmalloc_1): ... this.  Add `readonly_p' parameter.
3316         Allocate the regcache type accordingly.
3317         (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
3318         (regcache_xfree): Asser the source is also readonly.  Copy sizeof
3319         cooked registers, not raw.
3320         (regcache_dup_no_passthrough): Delete.
3321         (get_thread_arch_regcache): Use regcache_xmalloc_1.
3322         * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
3323         mention obsolete write_register_bytes.
3324         * regcache.h (regcache_dup_no_passthrough): Delete declaration.
3325
3326 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3327
3328         Stop remote_read_bytes from handling partial reads itself.
3329
3330         * remote-fileio.c: Include target.h.
3331         (remote_fileio_write_bytes): Delete.
3332         (remote_fileio_func_open, remote_fileio_func_write)
3333         (remote_fileio_func_rename, remote_fileio_func_unlink): Use
3334         target_read_memory.
3335         (remote_fileio_func_stat): Use target_read_memory and
3336         target_write_memory.
3337         (remote_fileio_func_gettimeofday): Use target_write_memory.
3338         (remote_fileio_func_system): Use target_read_memory.
3339         * remote.c (remote_write_bytes): Make it static.
3340         (remote_read_bytes): Don't handle partial reads here.
3341         * remote.h (remote_read_bytes): Delete declaration.
3342
3343 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3344
3345         Simplify XML parsing a bit.
3346
3347         * xml-support.h (gdb_xml_parse_quick): Declare.
3348         * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
3349         from gdb_xml_create_parser_and_cleanup, and added `old_chain'
3350         parameter.
3351         (gdb_xml_create_parser_and_cleanup): Reimplement on top of
3352         gdb_xml_create_parser_and_cleanup_1.
3353         (gdb_xml_parse_quick): New.
3354         * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
3355         * osdata.c (osdata_parse): Ditto.
3356         * remote.c (remote_threads_info): Ditto.
3357         * solib-target.c (solib_target_parse_libraries): Ditto.
3358         * xml-syscall.c (syscall_parse_xml): Ditto.
3359         * xml-tdesc.c (tdesc_parse_xml): Ditto.
3360
3361 2011-01-24  Kevin Buettner  <kevinb@redhat.com>
3362
3363         * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
3364         with remote-mips.o added to gdb_target_obs.
3365         * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
3366
3367 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
3368
3369         * ada-valprint.c (val_print_packed_array_elements): Pass the
3370         correct struct value to val_print.
3371         (ada_val_print_1): Ditto.
3372
3373 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
3374
3375         Don't lose embedded_offset in printing routines throughout.
3376
3377         * valprint.h (val_print_array_elements): Change prototype.
3378         * valprint.c (val_print_array_elements): Add `embedded_offset'
3379         parameter, and adjust to pass it down to val_print, while passing
3380         `valaddr' or `address' unmodified.  Take embedded_offset into
3381         account when checking repetitions.
3382         * c-valprint.c (c_val_print): Pass embedded_offset to
3383         val_print_array_elements instead of adjusting `valaddr' and
3384         `address'.
3385         * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
3386         embedded_offset to val_print_array_elements instead of adjusting
3387         `valaddr'.
3388         * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
3389         * p-valprint.c (pascal_val_print): Pass embedded_offset to
3390         val_print_array_elements and pascal_object_print_value_fields
3391         instead of adjusting `valaddr'.
3392         (pascal_object_print_value_fields): Add `offset' parameter, and
3393         adjust to use it.
3394         (pascal_object_print_value): Add `offset' parameter, and adjust to
3395         use it.
3396         (pascal_object_print_static_field): Use
3397         value_contents_for_printing/value_embedded_offset, rather than
3398         value_contents.
3399         * ada-valprint.c (val_print_packed_array_elements): Add `offset'
3400         parameter, and adjust to use it.  Use
3401         value_contents_for_printing/value_embedded_offset, rather than
3402         value_contents.
3403         (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
3404         (ada_val_print_array): Add `offset' parameter, and adjust to use
3405         it.
3406         (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
3407         `embedded_offset' to `offset'.  Don't re-adjust `valaddr'.
3408         Instead work with offsets.  Use
3409         value_contents_for_printing/value_embedded_offset, rather than
3410         value_contents.  Change `defer_val_int' local type to CORE_ADDR,
3411         and use value_from_pointer to extract a target pointer, rather
3412         than value_from_longest.
3413         (print_variant_part): Add `offset' parameter.  Replace
3414         `outer_valaddr' parameter by a new `outer_offset' parameter.
3415         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
3416         (ada_value_print): Use
3417         value_contents_for_printing/value_embedded_offset, rather than
3418         value_contents.
3419         (print_record): Add `offset' parameter, and adjust to pass it
3420         down.
3421         (print_field_values): Add `offset' parameter.  Replace
3422         `outer_valaddr' parameter by a new `outer_offset' parameter.
3423         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
3424         Use value_contents_for_printing/value_embedded_offset, rather than
3425         value_contents.
3426         * d-valprint.c (dynamic_array_type): Use
3427         value_contents_for_printing/value_embedded_offset, rather than
3428         value_contents.
3429         * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
3430         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
3431         (java_print_value_fields): Take `offset' into account.  Don't
3432         re-adjust `valaddr'.  Instead pass down adjusted offsets.
3433         (java_val_print): Take `embedded_offset' into account.  Pass it to
3434         java_print_value_fields.
3435         * f-valprint.c (f77_print_array_1): Add `embedded_offset'
3436         parameter.  Don't re-adjust `valaddr' or `address'.  Instead pass
3437         down adjusted offsets.
3438         (f77_print_array): Add `embedded_offset' parameter.  Pass it down.
3439         (f_val_print): Take `embedded_offset' into account.
3440
3441 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
3442
3443         * inflow.c: Include "gdbcmd.h".
3444         (interactive_mode): New static global, moved here from top.c.
3445         (show_interactive_mode): New function, moved here from top.c.
3446         use gdb_has_a_terminal instead of input_from_terminal_p to
3447         determine the current mode.
3448         (gdb_has_a_terminal): Add handling of the "iteractive-mode"
3449         setting.
3450         (_initialize_inflow): Add the "set/show interactive-mode"
3451         commands.  Moved here from top.c, after having adjusted slightly
3452         the help text.
3453         * top.c (interactive_mode, show_interactive_mode): Delete, moved
3454         to inflow.c.
3455         (input_from_terminal_p): Remove handling of "interactive-mode"
3456         setting, moved to infow.c.
3457         (init_main): Remove creation of the "set/show interactive-mode"
3458         commands, moved to inflow.c.
3459
3460 2011-01-19  Joel Brobecker  <brobecker@adacore.com>
3461
3462         * NEWS: Add entry for native ia64-hpux support.
3463
3464 2011-01-19  Tom Tromey  <tromey@redhat.com>
3465
3466         PR mi/8618:
3467         * thread.c (free_thread): Free 'name'.
3468         (print_thread_info): Emit thread name.  Change CLI output.
3469         (thread_name_command): New function.
3470         (do_captured_thread_select): Emit newline.
3471         (_initialize_thread): Register 'thread name' command.
3472         * target.h (struct target_ops) <to_thread_name>: New field.
3473         (target_thread_name): New macro.
3474         * target.c (update_current_target): Handle to_thread_name.
3475         * python/py-infthread.c (thpy_get_name): New function.
3476         (thpy_set_name): Likewise.
3477         (thread_object_getset): Add "name".
3478         * linux-nat.c (linux_nat_thread_name): New function.
3479         (linux_nat_add_target): Set to_thread_name.
3480         * gdbthread.h (struct thread_info) <name>: New field.
3481
3482 2011-01-18  Joel Brobecker  <brobecker@adacore.com>
3483
3484         * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
3485         (ada_val_print_1): Likewise.
3486
3487 2011-01-18  Joel Brobecker  <brobecker@adacore.com>
3488
3489         * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
3490         upper limit address is not greater than the function end address
3491         when the upper limit could not be computed using the debugging
3492         info.
3493
3494 2011-01-17  Tom Tromey  <tromey@redhat.com>
3495
3496         * cli/cli-cmds.c (apropos_command): Free the compiled regex.  Use
3497         get_regcomp_error.
3498         * utils.c: Include gdb_regex.h.
3499         (do_regfree_cleanup): New function.
3500         (make_regfree_cleanup): Likewise.
3501         (get_regcomp_error): Likewise.
3502         * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
3503
3504 2011-01-17  Tom Tromey  <tromey@redhat.com>
3505
3506         * cli/cli-cmds.c (apropos_command): Fix formatting.  Don't call
3507         re_compile_fastmap.
3508
3509 2011-01-17  Pierre Muller  <muller@ics.u-strasbg.fr>
3510
3511         * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
3512         for internal variables.
3513         (last_was_structop): New static variable.
3514         (COMPLETE): New token.
3515         (field_exp): New rule to group all '.' suffix handling.
3516         Add mark_struct_expression calls when approriate to be able
3517         to correctly find fields for completion.
3518         (yylex): Adapt to handle field completion and set INTVAR when
3519         required.
3520
3521 2011-01-14  Yao Qi  <yao@codesourcery.com>
3522
3523         * arm-tdep.c (arm_register_reggroup_p): FPS register is in
3524         save_reggroup, restore_reggroup and all_reggroup.
3525
3526 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
3527
3528         * ada-valprint. (ada_printchar): Use the correct type length
3529         in call to ada_emit_char.
3530         * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
3531
3532 2011-01-14  Pierre Muller  <muller@ics.u-strasbg.fr>
3533
3534         * solib-som.h (hpux_major_release): Declare variable here.
3535         * solib-som.c:  Remove <sys/utsname.h> header.
3536         (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
3537         (hpux_major_release): Make global, change default value to
3538         DEFAULT_HPUX_MAJOR_RELEASE.
3539         (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
3540         * hppa-hpux-nat.c: Add <sys/utsname.h> include.
3541         Add "solib-som.h" header.
3542         (set_hpux_major_release): New function.
3543         (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
3544
3545 2011-01-14  Mike Frysinger  <vapier@gentoo.org>
3546
3547         * configure.tgt (*-*-uclinux*): Match more Linux os targets
3548
3549 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
3550
3551         * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
3552         new-line at end of warning message.
3553         (ia64_hpux_store_register): Remove trailing new-line at end of
3554         error message.
3555         * ia64-hpux-tdep.c: Rephrase comment.
3556         * solib-ia64-hpux.c (struct dld_info): Change type of field
3557         dld_flags from "long long" to ULONGEST.
3558
3559 2011-01-14  Pedro Alves  <pedro@codesourcery.com>
3560
3561         * target.h (deprecated_child_ops): Delete declaration.
3562         * target.c (deprecated_child_ops): Delete definition.
3563
3564 2011-01-14  Pedro Alves  <pedro@codesourcery.com>
3565
3566         * Makefile.in (hpux-thread.o): Delete rule.
3567         * configure.ac: Don't check for HPUX DCE threads support.
3568         * configure, config.in: Regenerate.
3569         * hppa-hpux-nat.c (child_suppress_run): Delete.
3570         (hppa_hpux_child_can_run): Delete.
3571         (_initialize_hppa_hpux_nat): Don't override to_can_run.
3572         * hpux-thread.c: Delete.
3573
3574 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3575
3576         * hpux-thread.c (hpux_pid_to_str): Delete.
3577
3578 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3579
3580         * ada-valprint.c (ada_emit_char): Remove strange code.
3581         Check that c is <= UCHAR_MAX before passing it to isascii.
3582         (char_at): Do not assume that TYPE_LEN is either 1 or 2.
3583
3584 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3585
3586         * top.c (input_from_terminal_p): Restrict the use of interactive_mode
3587         to the case where instream is stdin.
3588
3589 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3590
3591         * ia64-tdep.h (struct regcache): Forward declare.
3592         (struct ia64_infcall_ops): New struct type.
3593         (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
3594         and "infcall_ops".
3595         * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
3596         Renames ia64_find_global_pointer.
3597         (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
3598         (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
3599         (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
3600         methods.
3601         (ia64_infcall_ops): New static global constant.
3602         (ia64_gdbarch_init): Set tdep->infcall_ops.
3603         * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
3604         (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
3605         * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
3606         (ia64_hpux_dummy_code): New static global constant.
3607         (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
3608         (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
3609         (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
3610         New function.
3611         (ia64_hpux_infcall_ops): New static global constant.
3612         (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
3613         for inferior function calls to work properly on ia64-hpux.
3614
3615 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3616
3617         * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
3618         * ia64-tdep.h (struct frame_info): forward declaration.
3619         (struct gdbarch_tdep): Add field size_of_register_frame.
3620         * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
3621         to determine the size of the register frame.
3622         (ia64_size_of_register_frame): New function.
3623         (ia64_gdbarch_init): Set tdep->size_of_register_frame.
3624         * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
3625         (IA64_HPUX_UREG_REASON): New macro.
3626         (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
3627         New functions.
3628         (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
3629         * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
3630         (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
3631         objects.
3632
3633 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3634
3635         Add support for ia64-hpux.
3636         * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
3637         ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
3638
3639         * configure.host: Add handling for ia64-hpux hosts.  Add associated
3640         floatformats.
3641         * configure.tgt: Add handling for ia64-hpux targets.
3642         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
3643         (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
3644         (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
3645
3646 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3647
3648         [ttrace] Compute thread list immediately after attach.
3649         * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
3650         New subprogram.
3651         (inf_ttrace_attach): Use it.
3652
3653 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3654
3655         * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
3656         if we could not determine the frame's function address.  Instead,
3657         use the frame's PC, and then continue.
3658
3659 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3660
3661         * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
3662         not already defined.
3663
3664 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3665
3666         * ia64-tdep.c (ia64_struct_type_p): New function.
3667         (ia64_extract_return_value): Handle integral values that are
3668         less than 8 bytes long.
3669         (ia64_push_dummy_call): Likewise.
3670
3671 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3672
3673         * ia64-tdep.c (floatformat_ia64_ext_little): Renames
3674         floatformat_ia64_ext.
3675         (floatformat_ia64_ext_big): New static const.
3676         (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
3677
3678 2011-01-12  Tom Tromey  <tromey@redhat.com>
3679
3680         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
3681         messages.
3682         * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
3683         (mi_cmd_thread_list_ids): Likewise.
3684         (mi_cmd_data_list_changed_registers): Likewise.
3685         (mi_cmd_data_list_register_values): Likewise.
3686         (mi_cmd_data_write_register_values): Likewise.
3687         (mi_cmd_data_evaluate_expression): Likewise.
3688         (mi_cmd_data_read_memory): Likewise.
3689         (mi_cmd_data_read_memory_bytes): Likewise.
3690         (mi_cmd_data_write_memory): Likewise.
3691         (mi_cmd_enable_timings): Likewise.
3692         * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
3693         * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
3694         (mi_cmd_var_delete): Likewise.
3695         (mi_cmd_var_set_format): Likewise.
3696         (mi_cmd_var_show_format): Likewise.
3697         (mi_cmd_var_info_num_children): Likewise.
3698         (mi_cmd_var_list_children): Likewise.
3699         (mi_cmd_var_info_type): Likewise.
3700         (mi_cmd_var_info_expression): Likewise.
3701         (mi_cmd_var_show_attributes): Likewise.
3702         (mi_cmd_var_assign): Likewise.
3703         (mi_cmd_var_update): Likewise.
3704         (mi_cmd_enable_pretty_printing): Likewise.
3705         (mi_cmd_var_set_update_range): Likewise.
3706         * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
3707         messages.
3708         (mi_cmd_target_file_put): Likewise.
3709         (mi_cmd_target_file_delete): Likewise.
3710         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
3711         messages.
3712         (mi_cmd_stack_info_depth): Likewise.
3713         (mi_cmd_stack_list_locals): Likewise.
3714         (mi_cmd_stack_list_args): Likewise.
3715         (mi_cmd_stack_select_frame): Likewise.
3716         (mi_cmd_stack_select_frame): Likewise.
3717         (mi_cmd_stack_info_frame): Likewise.
3718         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
3719         messages.
3720         (mi_cmd_file_list_exec_source_files): Likewise.
3721         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
3722         (mi_cmd_env_cd): Likewise.
3723         (mi_cmd_env_path): Likewise.
3724         (mi_cmd_env_dir): Likewise.
3725         (mi_cmd_inferior_tty_show): Likewise.
3726         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
3727         * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
3728         (mi_cmd_break_watch): Likewise.
3729
3730 2011-01-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3731
3732         * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
3733         (ppc_linux_insert_hw_breakpoint): Likewise.
3734         (ppc_linux_remove_hw_breakpoint): Likewise.
3735         (ppc_linux_insert_watchpoint): Likewise.
3736
3737 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
3738             Jan Kratochvil  <jan.kratochvil@redhat.com>
3739
3740         PR fortran/11104 and DWARF unbound arrays detection.
3741         * dwarf2read.c (read_subrange_type): Set zero length on unspecified
3742         upper bound.  Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
3743         unspecified upper bound.
3744         * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
3745         variables array_size_array, tmp_type and offset_item.  New variable
3746         array.  Remove call to f77_get_upperbound.  New variables array_type
3747         and index.  Call value_subscripted_rvalue for each dimenasion.  Remove
3748         the final call to deprecated_set_value_type.
3749
3750 2011-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3751
3752         Make value allocations more lazy.
3753         * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
3754         instead of allocate_value and set_value_lazy when possible.
3755         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
3756         instead of allocate_value and set_value_lazy.
3757         * findvar.c (value_of_register_lazy): Likewise.
3758         (read_var_value): Remove V preallocation, call just check_typedef in
3759         advance.  Move allocate_value to LOC_CONST, LOC_LABEL,
3760         LOC_CONST_BYTES.  Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
3761         LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK.  Set ADDR instead of
3762         set_value_address and break in LOC_BLOCK.  Use allocate_value_lazy and
3763         remove lval_memory set in LOC_REGPARM_ADDR.  Use allocate_value_lazy
3764         in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT.  Add setting lval_memory at
3765         the end, remove set_value_lazy there.
3766         * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
3767         instead of allocate_value and set_value_lazy when possible.
3768         * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
3769         * value.c (allocate_computed_value): Use allocate_value_lazy instead
3770         of allocate_value and set_value_lazy.
3771         (value_from_contents_and_address): Use allocate_value_lazy instead of
3772         allocate_value and set_value_lazy when possible.
3773
3774 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
3775
3776         * disasm.c (dump_insns): Support dumping opcodes for MI.
3777         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
3778         dumping of instruction opcodes.
3779
3780 2011-01-09  Robert Millan  <rmh@gnu.org>  (tiny patch)
3781
3782         * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
3783         appropiately.
3784
3785 2011-01-11  Tom Tromey  <tromey@redhat.com>
3786
3787         * thread.c (do_captured_thread_select): Emit newline before
3788         printing frame.
3789
3790 2011-01-11  Michael Snyder  <msnyder@vmware.com>
3791
3792         * s390-tdep.c: Comment cleanup, mostly periods and spaces.
3793         * score-tdep.c: Ditto.
3794         * score-tdep.h: Ditto.
3795         * ser-base.c: Ditto.
3796         * ser-go32.c: Ditto.
3797         * serial.c: Ditto.
3798         * serial.h: Ditto.
3799         * ser-mingw.c: Ditto.
3800         * ser-pipe.c: Ditto.
3801         * ser-tcp.c: Ditto.
3802         * ser-unix.c: Ditto.
3803         * sh64-tdep.c: Ditto.
3804         * shnbsd-nat.c: Ditto.
3805         * sh-tdep.c: Ditto.
3806         * sh-tdep.h: Ditto.
3807         * solib.c: Ditto.
3808         * solib-darwin.c: Ditto.
3809         * solib-frv.c: Ditto.
3810         * solib.h: Ditto.
3811         * solib-irix.c: Ditto.
3812         * solib-osf.c: Ditto.
3813         * solib-pa64.c: Ditto.
3814         * solib-som.c: Ditto.
3815         * solib-spu.c: Ditto.
3816         * solib-sunos.c: Ditto.
3817         * solib-svr4.c: Ditto.
3818         * solist.h: Ditto.
3819         * sol-thread.c: Ditto.
3820         * somread.c: Ditto.
3821         * source.c: Ditto.
3822         * source.h: Ditto.
3823         * sparc64-linux-tdep.c: Ditto.
3824         * sparc64-tdep.c: Ditto.
3825         * sparc-linux-nat.c: Ditto.
3826         * sparc-linux-tdep.c: Ditto.
3827         * sparc-sol2-nat.c: Ditto.
3828         * sparc-sol2-tdep.c: Ditto.
3829         * sparc-tdep.c: Ditto.
3830         * sparc-tdep.h: Ditto.
3831         * spu-tdep.c: Ditto.
3832         * stabsread.c: Ditto.
3833         * stabsread.h: Ditto.
3834         * stack.c: Ditto.
3835         * symfile.c: Ditto.
3836         * symfile.h: Ditto.
3837         * symmisc.c: Ditto.
3838         * symtab.c: Ditto.
3839         * symtab.h: Ditto.
3840         * target.c: Ditto.
3841         * target-descriptions.c: Ditto.
3842         * target-descriptions.h: Ditto.
3843         * target.h: Ditto.
3844         * target-memory.c: Ditto.
3845         * terminal.h: Ditto.
3846         * thread.c: Ditto.
3847         * top.c: Ditto.
3848         * tracepoint.c: Ditto.
3849         * tracepoint.h: Ditto.
3850         * trad-frame.h: Ditto.
3851         * typeprint.c: Ditto.
3852
3853 2011-01-11  Michael Snyder  <msnyder@vmware.com>
3854
3855         * ui-file.c: Comment cleanup, mostly periods and spaces.
3856         * ui-file.h: Ditto.
3857         * ui-out.c: Ditto.
3858         * ui-out.h: Ditto.
3859         * utils.c: Ditto.
3860         * v850-tdep.c: Ditto.
3861         * valarith.c: Ditto.
3862         * valops.c: Ditto.
3863         * valprint.c: Ditto.
3864         * valprint.h: Ditto.
3865         * value.c: Ditto.
3866         * value.h: Ditto.
3867         * varobj.c: Ditto.
3868         * varobj.h: Ditto.
3869         * vax-tdep.c: Ditto.
3870         * vec.c: Ditto.
3871         * vec.h: Ditto.
3872         * version.h: Ditto.
3873         * windows-nat.c: Ditto.
3874         * windows-tdep.c: Ditto.
3875         * xcoffread.c: Ditto.
3876         * xcoffsolib.c: Ditto.
3877         * xml-support.c: Ditto.
3878         * xstormy16-tdep.c: Ditto.
3879         * xtensa-tdep.c: Ditto.
3880         * xtensa-tdep.h: Ditto.
3881
3882 2011-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3883
3884         * breakpoint.c (resources_needed_watchpoint): Fix indentation.
3885         * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
3886
3887 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3888             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3889
3890         Implement support for PowerPC BookE ranged watchpoints.
3891         * breakpoint.h
3892         (struct breakpoint_ops) <resources_needed>: New method.
3893         Initialize to NULL in all existing breakpoint_ops instances.
3894         (struct breakpoint) <exact>: New field.
3895         (target_exact_watchpoints): Declare external global.
3896         * breakpoint.c (target_exact_watchpoints): New global flag.
3897         (update_watchpoint): Set b->type to bp_hardware_watchpoint and
3898         b->enable_state to bp_enabled before calling
3899         hw_watchpoint_used_count.
3900         (hw_watchpoint_used_count): Iterate over all bp_locations in a
3901         watchpoint.  Call breakpoint's breakpoint_ops.resources_needed
3902         if available.
3903         (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
3904         if the watchpoint is exact.
3905         (resources_needed_watchpoint): New function.
3906         (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
3907         (watch_command_1): Set b->exact if the user asked for an exact
3908         watchpoint and one can be set.
3909         (can_use_hardware_watchpoint): Add exact_watchpoints argument.
3910         Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
3911         the user asks for an exact watchpoint and one can be set.  Return
3912         number of needed debug registers to watch the expression.
3913         * gdbtypes.c (is_scalar_type): New function, based on
3914         valprint.c:scalar_type_p.
3915         (is_scalar_type_recursive): New function.
3916         * gdbtypes.h (is_scalar_type_recursive): Declare.
3917         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
3918         handle regions when ranged watchpoints are available.
3919         (create_watchpoint_request): New function.
3920         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
3921         create_watchpoint_request.
3922         * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
3923         (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
3924         `set powerpc' and `show powerpc' commands.
3925         * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
3926         Mention documentation comment in the target macro.
3927         (target_region_ok_for_hw_watchpoint): Document return value.
3928
3929 2011-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3930
3931         * breakpoint.c (update_watchpoint): Decide on using a software or
3932         hardware watchpoint after the bp_locations are created.
3933
3934 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3935
3936         Convert hardware watchpoints to use breakpoint_ops.
3937         * breakpoint.h (breakpoint_ops) <insert>: Rename to...
3938         <insert_location>: ... this.  Return int instead of void.
3939         Accept pointer to struct bp_location instead of pointer to
3940         struct breakpoint.  Adapt all implementations.
3941         (breakpoint_ops) <remove>: Rename to...
3942         <remove_location>: ... this.  Accept pointer to struct bp_location
3943         instead of pointer to struct breakpoint.  Adapt all implementations.
3944         * breakpoint.c (insert_catchpoint): Delete function.
3945         (insert_bp_location): Call the watchpoint or catchpoint's
3946         breakpoint_ops.insert method.
3947         (remove_breakpoint_1): Call the watchpoint or catchpoint's
3948         breakpoint_ops.remove method.
3949         (insert_watchpoint, remove_watchpoint): New functions.
3950         (watchpoint_breakpoint_ops): New structure.
3951         (watch_command_1): Initialize the OPS field.
3952         * inf-child.c (inf_child_insert_fork_catchpoint)
3953         (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
3954         (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
3955         (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
3956         Delete functions.
3957         (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
3958         to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
3959         to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
3960         to_remove_exec_catchpoint and to_set_syscall_catchpoint.
3961         * target.c (update_current_target): Change default implementation of
3962         to_insert_fork_catchpoint, to_remove_fork_catchpoint,
3963         to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
3964         to_insert_exec_catchpoint, to_remove_exec_catchpoint and
3965         to_set_syscall_catchpoint to return_one.
3966         (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
3967         (debug_to_insert_exec_catchpoint): Report return value.
3968         * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
3969         (to_insert_exec_catchpoint): Change declaration to return int instead
3970         of void.
3971
3972 2011-01-11  Michael Snyder  <msnyder@vmware.com>
3973
3974         * arm-tdep.c: Internationalization.
3975         * c-lang.c: Ditto.
3976         * charset.c: Ditto.
3977         * fork-child.c: Ditto.
3978         * nto-procfs.c: Ditto.
3979         * ppc-sysv-tdep.c: Ditto.
3980         * procfs.c: Ditto.
3981         * remote-mips.c: Ditto.
3982         * remote.c: Ditto.
3983         * rs6000-nat.c: Ditto.
3984         * rs6000-tdep.c: Ditto.
3985         * target.c: Ditto.
3986         * valops.c: Ditto.
3987         * value.c: Ditto.
3988         * xml-support.c: Ditto.
3989         * mi/mi-cmd-break.c: Ditto.
3990         * mi/mi-cmd-var.c: Ditto.
3991         * mi/mi-interp.c: Ditto.
3992         * mi/mi-main.c: Ditto.
3993
3994 2011-01-11  Andrew Burgess  <aburgess@broadcom.com>
3995
3996         * remote-sim.c (gdbsim_store_register): Update API to
3997         sim_store_register to check more error conditions.
3998
3999 2011-01-10  Michael Snyder  <msnyder@vmware.com>
4000
4001         * nto-procfs.c: Comment cleanup, mostly periods and spaces.
4002         * nto-tdep.c: Ditto.
4003         * nto-tdep.h: Ditto.
4004         * objc-exp.y: Ditto.
4005         * objc-lang.c: Ditto.
4006         * objfiles.c: Ditto.
4007         * objfiles.h: Ditto.
4008         * observer.c: Ditto.
4009         * opencl-lang.c: Ditto.
4010         * osabi.c: Ditto.
4011         * parse.c: Ditto.
4012         * parser-defs.h: Ditto.
4013         * p-exp.y: Ditto.
4014         * p-lang.c: Ditto.
4015         * posix-hdep.c: Ditto.
4016         * ppcbug-rom.c: Ditto.
4017         * ppc-linux-nat.c: Ditto.
4018         * ppc-linux-tdep.c: Ditto.
4019         * ppc-linux-tdep.h: Ditto.
4020         * ppcnbsd-tdep.c: Ditto.
4021         * ppcobsd-tdep.c: Ditto.
4022         * ppcobsd-tdep.h: Ditto.
4023         * ppc-sysv-tdep.c: Ditto.
4024         * ppc-tdep.h: Ditto.
4025         * printcmd.c: Ditto.
4026         * proc-abi.c: Ditto.
4027         * proc-flags.c: Ditto.
4028         * procfs.c: Ditto.
4029         * proc-utils.h: Ditto.
4030         * progspace.h: Ditto.
4031         * prologue-value.c: Ditto.
4032         * prologue-value.h: Ditto.
4033         * psympriv.h: Ditto.
4034         * psymtab.c: Ditto.
4035         * p-typeprint.c: Ditto.
4036         * p-valprint.c: Ditto.
4037         * ravenscar-sparc-thread.c: Ditto.
4038         * ravenscar-thread.c: Ditto.
4039         * ravenscar-thread.h: Ditto.
4040         * record.c: Ditto.
4041         * regcache.c: Ditto.
4042         * regcache.h: Ditto.
4043         * remote.c: Ditto.
4044         * remote-fileio.c: Ditto.
4045         * remote-fileio.h: Ditto.
4046         * remote.h: Ditto.
4047         * remote-m32r-sdi.c: Ditto.
4048         * remote-mips.c: Ditto.
4049         * remote-sim.c: Ditto.
4050         * rs6000-aix-tdep.c: Ditto.
4051         * rs6000-nat.c: Ditto.
4052         * rs6000-tdep.c: Ditto.
4053
4054 2011-01-10  Michael Snyder  <msnyder@vmware.com>
4055
4056         * charset.c (validate): Internationalization.
4057         * coffread.c (read_one_sym): Ditto.
4058         * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
4059         * h8300-tdep.c (H8300_extract_return_value): Ditto.
4060         * inflow.c (new_tty): Ditto.
4061         * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
4062         * m32c-tdep.c (m32c_return_value): Ditto.
4063         * mep-tdep.c (mep_store_return_value): Ditto.
4064         * score-tdep.c (score7_fetch_insn): Ditto.
4065         * ser-mingw.c (pipe_windows_open): Ditto.
4066         * sh64-tdep.c (sh64_extract_return_value): Ditto.
4067         * spu-tdep.c (spu_register_type): Ditto.
4068         * tracepoint.c (trace_find_command): Ditto.
4069         * valarith.c (value_pos): Ditto.
4070
4071 2011-01-10  Joel Brobecker  <brobecker@adacore.com>
4072
4073         * ada-valprint.c (printstr): Minor comment reformatting.
4074
4075 2011-01-08  Michael Snyder  <msnyder@vmware.com>
4076
4077         * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
4078         markup.
4079
4080 2011-01-08  Michael Snyder  <msnyder@vmware.com>
4081
4082         * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
4083         * hppa-hpux-tdep.c: Ditto.
4084         * hppa-linux-nat.c: Ditto.
4085         * hppa-linux-tdep.c: Ditto.
4086         * hppanbsd-tdep.c: Ditto.
4087         * hppa-tdep.c: Ditto.
4088         * hppa-tdep.h: Ditto.
4089         * hpux-thread.c: Ditto.
4090         * i386-cygwin-tdep.c: Ditto.
4091         * i386-darwin-nat.c: Ditto.
4092         * i386gnu-nat.c: Ditto.
4093         * i386-linux-nat.c: Ditto.
4094         * i386-linux-tdep.c: Ditto.
4095         * i386-nat.c: Ditto.
4096         * i386-nat.h: Ditto.
4097         * i386nbsd-tdep.c: Ditto.
4098         * i386-sol2-nat.c: Ditto.
4099         * i386-stub.c: Ditto.
4100         * i386-tdep.c: Ditto.
4101         * i386-tdep.h: Ditto.
4102         * i387-tdep.c: Ditto.
4103         * ia64-linux-nat.c: Ditto.
4104         * ia64-linux-tdep.c: Ditto.
4105         * ia64-tdep.c: Ditto.
4106         * infcall.c: Ditto.
4107         * infcall.h: Ditto.
4108         * infcmd.c: Ditto.
4109         * inferior.c: Ditto.
4110         * inferior.h: Ditto.
4111         * infloop.c: Ditto.
4112         * inflow.c: Ditto.
4113         * infrun.c: Ditto.
4114         * interps.c: Ditto.
4115         * interps.h: Ditto.
4116         * iq2000-tdep.c: Ditto.
4117         * irix5-nat.c: Ditto.
4118         * jit.c: Ditto.
4119         * jit.h: Ditto.
4120         * jv-exp.y: Ditto.
4121         * jv-lang.c: Ditto.
4122         * jv-lang.h: Ditto.
4123         * jv-typeprint.c: Ditto.
4124         * jv-valprint.c: Ditto.
4125         * language.c: Ditto.
4126         * language.h: Ditto.
4127         * linespec.c: Ditto.
4128         * linux-fork.c: Ditto.
4129         * linux-nat.c: Ditto.
4130         * linux-thread-db.c: Ditto.
4131         * lm32-tdep.c: Ditto.
4132
4133 2011-01-08  Michael Snyder  <msnyder@vmware.com>
4134
4135         * m2-exp.y: Comment cleanup, mostly periods and spaces.
4136         * m2-lang.c: Ditto.
4137         * m2-typeprint.c: Ditto.
4138         * m2-valprint.c: Ditto.
4139         * m32c-tdep.c: Ditto.
4140         * m32r-linux-nat.c: Ditto.
4141         * m32r-rom.c: Ditto.
4142         * m32r-tdep.c: Ditto.
4143         * m32r-tdep.h: Ditto.
4144         * m68hc11-tdep.c: Ditto.
4145         * m58klinux-nat.c: Ditto.
4146         * m68k-tdep.c: Ditto.
4147         * m88k-tdep.c: Ditto.
4148         * m88k-tdep.h: Ditto.
4149         * machoread.c: Ditto.
4150         * macrocmd.c: Ditto.
4151         * macroexp.c: Ditto.
4152         * macrotab.c: Ditto.
4153         * main.c: Ditto.
4154         * maint.c: Ditto.
4155         * mdebugread.c: Ditto.
4156         * mdebugread.h: Ditto.
4157         * memattr.c: Ditto.
4158         * memattr.h: Ditto.
4159         * memory-map.h: Ditto.
4160         * mep-tdep.c: Ditto.
4161         * microblaze-rom.c: Ditto.
4162         * microblaze-tdep.c: Ditto.
4163         * minsyms.c: Ditto.
4164         * mips-irix-tdep.c: Ditto.
4165         * mips-linux-nat.c: Ditto.
4166         * mips-linux-tdep.c: Ditto.
4167         * mips-linux-tdep.h: Ditto.
4168         * mipsnbsd-nat.c: Ditto.
4169         * mipsnbsd-tdep.c: Ditto.
4170         * mipsread.c: Ditto.
4171         * mips-tdep.c: Ditto.
4172         * mips-tdep.h: Ditto.
4173         * mn10300-linux-tdep.c: Ditto.
4174         * mn10300-tdep.c: Ditto.
4175         * mn10300-tdep.h: Ditto.
4176         * monitor.c: Ditto.
4177         * monitor.h: Ditto.
4178         * moxie-tdep.c: Ditto.
4179         * moxie-tdep.h: Ditto.
4180         * mt-tdep.c: Ditto.
4181
4182 2011-01-08  Mike Frysinger  <vapier@gentoo.org>
4183
4184         * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
4185
4186 2011-01-08  Robert Millan  <rmh@gnu.org>
4187
4188         * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
4189
4190 2011-01-07  Michael Snyder  <msnyder@vmware.com>
4191
4192         * charset.c (_initialize_charset): Fix typo in string.
4193
4194 2011-01-07  Michael Snyder  <msnyder@vmware.com>
4195
4196         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
4197         for i18n.
4198         * tui/tui-layout.c (tui_set_layout_for_display_command):
4199         Split line so that operator goes to beginning of line.
4200         * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
4201         assignment out of if statement.
4202
4203 2011-01-07  Michael Snyder  <msnyder@vmware.com>
4204
4205         * ada-lang.c: Comment cleanup, mostly periods and spaces.
4206         * ada-lang.h: Ditto.
4207         * ada-tasks.c: Ditto.
4208         * ada-valprint.c: Ditto.
4209         * aix-threads.c: Ditto.
4210         * alpha-linux-nat.c: Ditto.
4211         * alpha-linux-tdep.c: Ditto.
4212         * alpha-mdebug-tdep.c: Ditto.
4213         * alpha-nat.c: Ditto.
4214         * alpha-osf1-tdep.c: Ditto.
4215         * alpha-tdep.c: Ditto.
4216         * alphabsd-nat.c: Ditto.
4217         * alphabsd-tdep.c: Ditto.
4218         * amd64-darwin-tdep.c: Ditto.
4219         * amd64-linux-nat.c: Ditto.
4220         * amd64-linux-tdep.c: Ditto.
4221         * amd64-sol2-tdep.c: Ditto.
4222         * amd64-tdep.c: Ditto.
4223         * amd64-fbsd-tdep.c: Ditto.
4224         * amd64-nbsd-tdep.c: Ditto.
4225         * amd64-obsd-tdep.c: Ditto.
4226         * amd64-linux-nat.c: Ditto.
4227         * amd64-linux-tdep.c: Ditto.
4228         * arm-tdep.c: Ditto.
4229         * arm-tdep.h: Ditto.
4230         * armnbsd-nat.c: Ditto.
4231         * avr-tdep.c: Ditto.
4232         * bfin-tdep.c: Ditto.
4233         * bsd-kvm.c: Ditto.
4234         * c-typeprintc: Ditto.
4235         * c-valprint.c: Ditto.
4236         * coff-pe-read.h: Ditto.
4237         * coffreead.c: Ditto.
4238         * cris-tdep.c: Ditto.
4239         * d-lang.c: Ditto.
4240         * darwin-nat-info.c: Ditto.
4241         * darwin-nat.c: Ditto.
4242         * dbug-rom.c: Ditto.
4243         * dbxread.c: Ditto.
4244         * dcache.c: Ditto.
4245         * dcache.h: Ditto.
4246         * dec-thread.c: Ditto.
4247         * defs.h: Ditto.
4248         * demangle.c: Ditto.
4249         * dicos-tdep.c: Ditto.
4250         * dictionary.c: Ditto.
4251         * dictionary.h: Ditto.
4252         * dink32-rom.c: Ditto.
4253         * disasm.c: Ditto.
4254         * doublest.c: Ditto.
4255         * dsrec.c: Ditto.
4256         * dummy-frame.c: Ditto.
4257         * dwarf2-frame.c: Ditto.
4258         * dwarf2expr.c: Ditto.
4259         * dwarf2loc.c: Ditto.
4260         * dwarf2read.c: Ditto.
4261         * elfread.c: Ditto.
4262         * environ.c: Ditto.
4263         * eval.c: Ditto.
4264         * event-top.h: Ditto.
4265         * exceptions.c: Ditto.
4266         * exceptions.h: Ditto.
4267         * exec.c: Ditto.
4268         * expprint.c: Ditto.
4269         * expression.h: Ditto.
4270         * f-exp.y: Ditto.
4271         * f-lang.c: Ditto.
4272         * f-lang.h: Ditto.
4273         * f-typeprint.c: Ditto.
4274         * f-valprint.c: Ditto.
4275         * fbsd-nat.c: Ditto.
4276         * findvar.c: Ditto.
4277         * fork-child.c: Ditto.
4278         * frame.c: Ditto.
4279         * frame.h: Ditto.
4280         * frv-linux-tdep.c: Ditto.
4281         * frv-tdep.c: Ditto.
4282         * gcore.c: Ditto.
4283         * gdb-stabs.h: Ditto.
4284         * gdb_assert.h: Ditto.
4285         * gdb_string.h: Ditto.
4286         * gdb_thread_db.h: Ditto.
4287         * gdb_wait.h: Ditto.
4288         * gdbarch.sh: Ditto.
4289         * gdbcore.h: Ditto.
4290         * gdbthread.h: Ditto.
4291         * gdbtypes.c: Ditto.
4292         * gdbtypes.h: Ditto.
4293         * gnu-nat.c: Ditto.
4294         * gnu-nat.h: Ditto.
4295         * gnu-v2-abi.c: Ditto.
4296         * gnu-v3-abi.c: Ditto.
4297         * go32-nat.c: Ditto.
4298         * gdbarch.c: Regenerate.
4299         * gdbarch.h: Regenerate.
4300
4301 2011-01-07  Michael Snyder  <msnyder@vmware.com>
4302
4303         * ax-gdb.c: Adjust some long output strings.
4304         * breakpoint.c: Ditto.
4305         * charset.c: Ditto.
4306         * cp-abi.c: Ditto.
4307         * infcall.c: Ditto.
4308         * infrun.c: Ditto.
4309         * linux-nat.c: Ditto.
4310         * solib-pa64.c: Ditto.
4311         * solib-som.c: Ditto.
4312
4313 2011-01-06  Tom Tromey  <tromey@redhat.com>
4314
4315         PR python/12367:
4316         * NEWS: Add item.
4317         * python/python.c (GdbMethods): Add "newest_frame" method.
4318         * python/python-internal.h (gdbpy_newest_frame): Declare.
4319         * python/py-frame.c (gdbpy_newest_frame): New function.
4320
4321 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4322
4323         * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
4324         * jit.c (jit_debug): New variable.
4325         (show_jit_debug): New function.
4326         (struct target_buffer): Use ULONGEST.
4327         (bfd_open_from_target_memory): Likewise.
4328         (jit_register_code, jit_inferior_init): Add debug output.
4329         (_initialize_jit): Register "debug jit" command.
4330
4331 2011-01-06  Tom Tromey  <tromey@redhat.com>
4332
4333         * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
4334         * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
4335         and ARCH_FRAME.
4336
4337 2011-01-06  Tom Tromey  <tromey@redhat.com>
4338
4339         * python/py-frame.c (frapy_block): Use get_frame_block.
4340
4341 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4342
4343         Do not stop on SIGPRIO signals by default
4344         * infrun.c (_initialize_infrun): Unset signal_stop and
4345         signal_print for TARGET_SIGNAL_PRIO.
4346
4347 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4348
4349         * ada-tasks.c: Fix style violation in comment.
4350
4351 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4352
4353         * linespec.c (decode_compound, find_method): Remove trailing \n
4354         at end of error string.
4355         * solib-irix.c (irix_current_sos): Likewise.
4356         * varobj.c (uninstall_variable): Likewise.
4357
4358 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4359
4360         * copyright.py: New script.
4361         * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
4362         Launch emacs without exec'ing. Call copyright.py afterwards.
4363
4364 2011-01-05  Michael Snyder  <msnyder@vmware.com>
4365
4366         * addrmap.c: Shorten lines of >= 80 columns.
4367         * arch-utils.c: Ditto.
4368         * arch-utils.h: Ditto.
4369         * ax-gdb.c: Ditto.
4370         * ax-general.c: Ditto.
4371         * bcache.c: Ditto.
4372         * blockframe.c: Ditto.
4373         * breakpoint.c: Ditto.
4374         * buildsym.c: Ditto.
4375         * c-lang.c: Ditto.
4376         * c-typeprint.c: Ditto.
4377         * charset.c: Ditto.
4378         * coffread.c: Ditto.
4379         * command.h: Ditto.
4380         * corelow.c: Ditto.
4381         * cp-abi.c: Ditto.
4382         * cp-namespace.c: Ditto.
4383         * cp-support.c: Ditto.
4384         * dbug-rom.c: Ditto.
4385         * dbxread.c: Ditto.
4386         * defs.h: Ditto.
4387         * dfp.c: Ditto.
4388         * dfp.h: Ditto.
4389         * dictionary.c: Ditto.
4390         * disasm.c: Ditto.
4391         * doublest.c: Ditto.
4392         * dwarf2-frame.c: Ditto.
4393         * dwarf2expr.c: Ditto.
4394         * dwarf2loc.c: Ditto.
4395         * dwarf2read.c: Ditto.
4396         * elfread.c: Ditto.
4397         * eval.c: Ditto.
4398         * event-loop.c: Ditto.
4399         * event-loop.h: Ditto.
4400         * exceptions.h: Ditto.
4401         * exec.c: Ditto.
4402         * expprint.c: Ditto.
4403         * expression.h: Ditto.
4404         * f-lang.c: Ditto.
4405         * f-valprint.c: Ditto.
4406         * findcmd.c: Ditto.
4407         * frame-base.c: Ditto.
4408         * frame-unwind.c: Ditto.
4409         * frame-unwind.h: Ditto.
4410         * frame.c: Ditto.
4411         * frame.h: Ditto.
4412         * gcore.c: Ditto.
4413         * gdb-stabs.h: Ditto.
4414         * gdb_assert.h: Ditto.
4415         * gdb_dirent.h: Ditto.
4416         * gdb_obstack.h: Ditto.
4417         * gdbcore.h: Ditto.
4418         * gdbtypes.c: Ditto.
4419         * gdbtypes.h: Ditto.
4420         * inf-ttrace.c: Ditto.
4421         * infcall.c: Ditto.
4422         * infcmd.c: Ditto.
4423         * inflow.c: Ditto.
4424         * infrun.c: Ditto.
4425         * inline-frame.h: Ditto.
4426         * language.c: Ditto.
4427         * language.h: Ditto.
4428         * libunwind-frame.c: Ditto.
4429         * libunwind-frame.h: Ditto.
4430         * linespec.c: Ditto.
4431         * linux-nat.c: Ditto.
4432         * linux-nat.h: Ditto.
4433         * linux-thread-db.c: Ditto.
4434         * machoread.c: Ditto.
4435         * macroexp.c: Ditto.
4436         * macrotab.c: Ditto.
4437         * main.c: Ditto.
4438         * maint.c: Ditto.
4439         * mdebugread.c: Ditto.
4440         * memattr.c: Ditto.
4441         * minsyms.c: Ditto.
4442         * monitor.c: Ditto.
4443         * monitor.h: Ditto.
4444         * objfiles.c: Ditto.
4445         * objfiles.h: Ditto.
4446         * osabi.c: Ditto.
4447         * p-typeprint.c: Ditto.
4448         * p-valprint.c: Ditto.
4449         * parse.c: Ditto.
4450         * printcmd.c: Ditto.
4451         * proc-events.c: Ditto.
4452         * procfs.c: Ditto.
4453         * progspace.c: Ditto.
4454         * progspace.h: Ditto.
4455         * psympriv.h: Ditto.
4456         * psymtab.c: Ditto.
4457         * record.c: Ditto.
4458         * regcache.c: Ditto.
4459         * regcache.h: Ditto.
4460         * remote-fileio.c: Ditto.
4461         * remote.c: Ditto.
4462         * ser-mingw.c: Ditto.
4463         * ser-tcp.c: Ditto.
4464         * ser-unix.c: Ditto.
4465         * serial.c: Ditto.
4466         * serial.h: Ditto.
4467         * solib-frv.c: Ditto.
4468         * solib-irix.c: Ditto.
4469         * solib-osf.c: Ditto.
4470         * solib-pa64.c: Ditto.
4471         * solib-som.c: Ditto.
4472         * solib-sunos.c: Ditto.
4473         * solib-svr4.c: Ditto.
4474         * solib-target.c: Ditto.
4475         * solib.c: Ditto.
4476         * somread.c: Ditto.
4477         * source.c: Ditto.
4478         * stabsread.c: Ditto.
4479         * stabsread.c: Ditto.
4480         * stack.c: Ditto.
4481         * stack.h: Ditto.
4482         * symfile-mem.c: Ditto.
4483         * symfile.c: Ditto.
4484         * symfile.h: Ditto.
4485         * symmisc.c: Ditto.
4486         * symtab.c: Ditto.
4487         * symtab.h: Ditto.
4488         * target-descriptions.c: Ditto.
4489         * target-memory.c: Ditto.
4490         * target.c: Ditto.
4491         * target.h: Ditto.
4492         * terminal.h: Ditto.
4493         * thread.c: Ditto.
4494         * top.c: Ditto.
4495         * tracepoint.c: Ditto.
4496         * tracepoint.h: Ditto.
4497         * ui-file.c: Ditto.
4498         * ui-file.h: Ditto.
4499         * ui-out.h: Ditto.
4500         * user-regs.c: Ditto.
4501         * user-regs.h: Ditto.
4502         * utils.c: Ditto.
4503         * valarith.c: Ditto.
4504         * valops.c: Ditto.
4505         * valprint.c: Ditto.
4506         * valprint.h: Ditto.
4507         * value.c: Ditto.
4508         * varobj.c: Ditto.
4509         * varobj.h: Ditto.
4510         * vec.h: Ditto.
4511         * xcoffread.c: Ditto.
4512         * xcoffsolib.c: Ditto.
4513         * xcoffsolib.h: Ditto.
4514         * xml-syscall.c: Ditto.
4515         * xml-tdesc.c: Ditto.
4516
4517 2011-01-05  Michael Snyder  <msnyder@vmware.com>
4518
4519         * cli/cli-cmds.c: Shorten lines of >= 80 columns.
4520         * cli/cli-decode.c: Ditto.
4521         * cli/cli-dump.c: Ditto.
4522         * cli/cli-logging.c: Ditto.
4523         * cli/cli-script.c: Ditto.
4524         * cli/cli-setshow.c: Ditto.
4525         * common/signals.c: Ditto.
4526         * mi/mi-cmd-break.c: Ditto.
4527         * mi/mi-cmd-disas.c: Ditto.
4528         * mi/mi-cmd-stack.c: Ditto.
4529         * mi/mi-cmd-var.c: Ditto.
4530         * mi/mi-cmds.c: Ditto.
4531         * mi/mi-common.h: Ditto.
4532         * mi/mi-console.c: Ditto.
4533         * mi/mi-interp.c: Ditto.
4534         * mi/mi-main.c: Ditto.
4535         * osf-share/cma_attr.c: Ditto.
4536         * osf-share/cma_deb_core.h: Ditto.
4537         * osf-share/cma_debug_client.h: Ditto.
4538         * osf-share/cma_handle.h: Ditto.
4539         * osf-share/cma_mutex.h: Ditto.
4540         * osf-share/cma_stack_int.h: Ditto.
4541         * osf-share/cma_tcb_defs.h: Ditto.
4542         * python/py-auto-load.c: Ditto.
4543         * python/py-breakpoint.c: Ditto.
4544         * python/py-cmd.c: Ditto.
4545         * python/py-frame.c: Ditto.
4546         * python/py-objfile.c: Ditto.
4547         * python/py-param.c: Ditto.
4548         * python/py-progspace.c: Ditto.
4549         * python/py-symbol.c: Ditto.
4550         * python/py-value.c: Ditto.
4551         * python/python-internal.h: Ditto.
4552         * python/python.c: Ditto.
4553         * tui/tui-data.c: Ditto.
4554         * tui/tui-disasm.c: Ditto.
4555         * tui/tui-hooks.c: Ditto.
4556         * tui/tui-io.c: Ditto.
4557         * tui/tui-layout.c: Ditto.
4558         * tui/tui-regs.c: Ditto.
4559         * tui/tui-source.c: Ditto.
4560         * tui/tui-stack.c: Ditto.
4561         * tui/tui-win.c: Ditto.
4562         * tui/tui-windata.c: Ditto.
4563         * tui/tui-winsource.c: Ditto.
4564
4565 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4566
4567         * configure.ac, gdb.1: Copyright year update.
4568
4569 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4570
4571         * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
4572         this_pc_in_block, morestack_msym and morestack_name.  Check for
4573         "__morestack" minimal symbol there.
4574
4575 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
4576
4577         * symfile.c (find_sym_fns): Add call to dont_repeat.
4578
4579 2011-01-01  Joel Brobecker  <brobecker@adacore.com>
4580
4581         Copyright year update in most files (performed by copyright.sh).
4582
4583 2011-01-01  Joel Brobecker  <brobecker@adacore.com>
4584
4585         * top.c (print_gdb_version): Update copyright year in version output.
4586
4587 For older changes see ChangeLog-2010.
4588 \f
4589 Local Variables:
4590 mode: change-log
4591 left-margin: 8
4592 fill-column: 74
4593 version-control: never
4594 coding: utf-8
4595 End: