* dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
[external/binutils.git] / gdb / ChangeLog
1 2012-04-27  Mark Wielaard  <mjw@redhat.com>
2
3         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
4         see whether it is an address or a constant offset from DW_AT_low_pc.
5         (dwarf2_record_block_ranges): Likewise.
6         (read_partial_die): Likewise.
7
8 2012-04-26  Mark Wielaard  <mjw@redhat.com>
9
10         * MAINTAINERS (Write After Approval): Add myself to the list.
11
12 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
13
14         * proc-utils.h (proc_prettyprint_signalset): New prototype.
15         (proc_prettyprint_signal): Likewise.
16         (proc_prettyprint_faultset): Likewise.
17         (proc_prettyprint_fault): Likewise.
18         (proc_prettyprint_actionset): Likewise.
19         (proc_prettyprint_flags): Move to new proc-flags.c section.
20         (proc_prettyfprint_flags): New prototype.
21         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
22         (proc_syscall, proc_cursig): Likewise.
23         (proc_set_kill_on_last_close): Likewise.
24         (proc_unset_kill_on_last_close): Likewise.
25         (proc_set_watchpoint): Make static.
26         (proc_delete_dead_threads): Likewise.
27         (procfs_set_watchpoint): Likewise.
28         (_initialize_procfs): Add prototype.
29         * proc-events.c: Include proc-utils.h.
30         (init_syscall_table): Make static.
31         * proc-api.c (_initialize_proc_api): Add prototype.
32         * proc-flags.c: Include proc-utils.h.
33
34 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
35
36         * configure.ac: Add AC_ARG_PROGRAM.
37         * configure: Regenerate.
38
39 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
40
41         Fix DW_AT_lower_bound defaults for DWARF-4+.
42         * dwarf2read.c (read_subrange_type): Remove initialization of low and
43         high.  New variable low_default_is_valid.  Implement DWARF-4+
44         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
45         no default by the DWARF standard.
46
47 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
48             Maciej W. Rozycki  <macro@codesourcery.com>
49
50         * infrun.c (handle_inferior_event): Move the check for return
51         trampolines ahead of the check for function trampolines.
52         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
53         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
54         (mips_str_mips16_ret_stub): Likewise.
55         (mips_str_call_fp_stub): Likewise.
56         (mips_str_call_stub): Likewise.
57         (mips_str_fn_stub): Likewise.
58         (mips_str_pic): Likewise.
59         (mips_in_frame_stub): New function.
60         (mips_unwind_pc): Return the return address rather than the PC
61         if the PC of an intermediate frame is inside a call thunk.
62         (mips_is_stub_suffix): New function.
63         (mips_is_stub_mode): Likewise.
64         (mips_get_mips16_fn_stub_pc): Likewise.
65         (mips_skip_mips16_trampoline_code): Update to handle all the
66         currently generated stub types.  Don't recurse into __fn_stub
67         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
68         Use cooked register accesses.
69         (mips_in_return_stub): Reintroduce function.
70         (mips_skip_trampoline_code): Traverse trampolines recursively.
71         (mips_gdbarch_init): Handle MIPS16 return trampolines.
72
73 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
74
75         GDB 7.4.1 released.
76
77 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
78
79         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
80         * features/arm-with-m-vfp-d16.xml: New file. Describes
81         Cortex-M with VFPv4-sp-d16 FPU register layout.
82         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
83         * features/arm-with-m-vfp-d16.c: New. Generated from above.
84         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
85         (arm-register_g_packet_guesses): Add vfp-d16 guess.
86         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
87
88 2012-04-25  Doug Evans  <dje@google.com>
89
90         * cli/cli-decode.c (print_doc_line): Use stream instead of
91         current_uiout.
92
93 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
94
95         * features/arm-with-iwmmxt.c: Regenerate.
96         * features/arm-with-m-fpa-layout.c: Likewise.
97         * features/arm-with-m.c: Likewise.
98         * features/arm-with-neon.c: Likewise.
99         * features/arm-with-vfpv2.c: Likewise.
100         * features/arm-with-vfpv3.c: Likewise.
101         * features/mips-dsp-linux.c: Likewise.
102         * features/mips-linux.c: Likewise.
103         * features/mips64-dsp-linux.c: Likewise.
104         * features/mips64-linux.c: Likewise.
105         * features/s390-linux32.c: Likewise.
106         * features/s390-linux32v1.c: Likewise.
107         * features/s390-linux32v2.c: Likewise.
108         * features/s390-linux64.c: Likewise.
109         * features/s390-linux64v1.c: Likewise.
110         * features/s390-linux64v2.c: Likewise.
111         * features/s390x-linux64.c: Likewise.
112         * features/s390x-linux64v1.c: Likewise.
113         * features/s390x-linux64v2.c: Likewise.
114         * features/tic6x-c62x-linux.c: Likewise.
115         * features/tic6x-c62x.c: Likewise.
116         * features/tic6x-c64x-linux.c: Likewise.
117         * features/tic6x-c64x.c: Likewise.
118         * features/tic6x-c64xp-linux.c: Likewise.
119         * features/tic6x-c64xp.c: Likewise.
120         * target-descriptions.c: Only generate `field_type' and `type'
121         variables when needed.
122
123 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
124
125         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
126
127 2012-04-25  Doug Evans  <dje@google.com>
128
129         Initial pass at Go language support.
130         * NEWS: Mention Go.
131         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
132         go-valprint.c.
133         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
134         (YYFILES): Add go-exp.c.
135         (YYOBJ): Add go-exp.o.
136         (local-maintainer-clean): Delete go-exp.c.
137         * defs.h (enum language): Add language_go.
138         * dwarf2read.c: #include "go-lang.h".
139         (fixup_go_packaging): New function.
140         (process_full_comp_unit): Call it when processing Go CUs.
141         (dwarf2_physname): Add Go support.
142         (read_file_scope): Handle missing language spec for GNU Go.
143         (set_cu_language): Handle DW_LANG_Go.
144         * go-exp.y: New file.
145         * go-lang.h: New file.
146         * go-lang.c: New file.
147         * go-typeprint.c: New file.
148         * go-valprint.c: New file.
149         * symtab.c: #include "go-lang.h".
150         (symbol_set_language): Handle language_go.
151         (symbol_find_demangled_name, symbol_set_names): Ditto.
152         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
153
154 2012-04-24  Jim Meyering  <meyering@redhat.com>
155
156         avoid a few strncpy-induced buffer overruns
157         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
158         fname and psargs before trying to concatenate.
159         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
160         "name" before applying strchr.
161
162 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
163
164         * CONTRIBUTE: Use unified diff instead of context diff when
165         generating patches.
166
167 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
168
169         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
170         code.  Handle JR.HB correctly.
171
172 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
173
174         * mips-tdep.c
175         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
176         with the other MIPS16 helpers.
177
178 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
179
180         * observer.sh: Conditionally declare `args', thus cleaning up
181         unused instances of this variable.
182
183 2012-04-24  Yao Qi  <yao@codesourcery.com>
184
185         Revert this patch to allow breakpoint always-inserted
186         in record target.
187         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
188         * breakpoint.c: Include record.h.
189         (breakpoints_always_inserted_mode): Return false when the record
190         target is in use.
191
192         * breakpoint.c (iterate_over_bp_locations): New.
193         * breakpoint.h: Declare.
194         New typedef walk_bp_location_callback.
195         * record.c (record_open): Call record_init_record_breakpoints.
196         (record_sync_record_breakpoints): New.
197         (record_init_record_breakpoints): New.
198         * NEWS: Mention supporting breakpoint always-inserted mode in
199         record target.
200
201 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
202
203         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
204         any thread.
205
206 2012-04-24  Yao Qi  <yao@codesourcery.com>
207
208         * breakpoint.c (ep_is_catchpoint): Renamed to ...
209         (is_catchpoint): ... it.
210         (print_one_breakpoint_location): Caller update.
211         * breakpoint.h: Update declaration.
212
213 2012-04-23  David S. Miller  <davem@davemloft.net>
214
215         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
216
217 2012-04-23  Tom Tromey  <tromey@redhat.com>
218
219         * buildsym.c (add_free_pendings): Remove.
220         * buildsym.h (add_free_pendings): Remove.
221
222 2012-04-23  Doug Evans  <dje@google.com>
223
224         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
225         attr.u.unsnd instead of attr.u.addr.
226         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
227         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
228         DW_FORM_ref_udata.
229         (dump_die_shallow): Update cases DW_FORM_ref_addr,
230         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
231         DW_FORM_ref_udata.
232         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
233
234 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
235
236         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
237         (mips_o32_return_value): Likewise.
238         (mips_o64_return_value): Likewise.
239
240 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
241
242         * ada-lang.c (ada_evaluate_subexp): Add cases for
243         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
244         their treatment in eval.c.
245
246 2012-04-21  David S. Miller  <davem@davemloft.net>
247
248         * sparc-tdep.c (X_DISP10): Define.
249         (sparc_analyze_control_transfer): Handle compare-and-branch.
250
251 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
252
253         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
254         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
255
256 2012-04-20  Nigel Stephens  <nigel@mips.com>
257             Maciej W. Rozycki  <macro@codesourcery.com>
258
259         * mips-tdep.c (mips_float_register_p): New function.
260         (mips_convert_register_float_case_p): Use mips_float_register_p.
261         (mips_register_type): Likewise.
262         (mips_print_register): Likewise.
263         (print_gp_register_row): Likewise.
264         (mips_print_registers_info): Likewise.
265
266 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
267
268         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
269         of mips16 symbols.
270
271 2012-04-20  Andrew Pinski  <apinski@cavium.com>
272
273         * MAINTAINERS (Write After Approval): Add myself to the list.
274
275 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
276
277         * MAINTAINERS: Update my e-mail address.
278
279 2012-04-20  Pedro Alves  <palves@redhat.com>
280
281         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
282         $srcdir.
283         * configure: Regenerate.
284
285 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
286
287         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
288         declaration.
289         * gdb_vecs.h: Declare `const_char_ptr' VEC.
290
291 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
292
293         Fix compilation compatibility with python-2.4
294         * python/py-type.c (convert_field): Cast ADDRSTRING for
295         PyObject_SetAttrString as non-const.  New comment.
296
297 2012-04-19  Tom Tromey  <tromey@redhat.com>
298
299         * top.c (quit_target): Use all_cleanups.
300         * main.c (captured_command_loop): Use all_cleanups.
301         * exceptions.c (throw_exception): Use all_cleanups.
302
303 2012-04-19  Pedro Alves  <palves@redhat.com>
304
305         * Makefile.in (GNULIB_BUILDDIR): New.
306         (LIBGNU, INCGNU, GNULIB_H): Adjust.
307         (SUBDIRS): Add $(GNULIB_BUILDDIR).
308         (CLEANDIRS). Remove gnulib/import.
309         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
310         (all-lib): Ditto.
311         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
312         (gnulib/import/Makefile): Replace gnulib/import with
313         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
314         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
315         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
316         acx_configure_dir.m4.
317         * acinclude.m4: Include acx_configure_dir.m4.
318         * acx_configure_dir.m4: New file.
319         * aclocal.m4: Regenerate.
320         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
321         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
322         (GNULIB): New variable.
323         (GNULIB_STDINT_H): Adjust.
324         (AC_OUTPUT): Don't output gnulib/Makefile.
325         * gdb/defs.h: Include build-gnulib/config.h.
326         * aclocal.m4: Regenerate.
327         * config.in: Regenerate.
328         * configure: Regenerate.
329
330         * gnulib/Makefile.in: New file.
331         * gnulib/configure.ac: New file.
332         * gnulib/aclocal.m4: New file.
333         * gnulib/config.in: New file.
334         * gnulib/configure: New file.
335         * gnulib/: Re-run gnulib-tool to adjust.
336
337 2012-04-19  Doug Evans  <dje@google.com>
338
339         * cleanups.h (struct cleanup): Move to cleanups.c.
340         (make_cleanup_dtor_ftype): New typedef.
341         (make_cleanup_dtor): Use it.
342         (ALL_CLEANUPS): Replace with ...
343         (all_cleanups): ... this.  Declare.  All uses updated.
344         * cleanups.c: #include "gdb_assert.h".
345         (sentinel_cleanup): New static global.
346         (SENTINEL_CLEANUP): Define.
347         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
348         (make_my_cleanup2): Assert result is non-NULL.
349         (all_cleanups): New function.
350         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
351         of NULL.
352
353 2012-04-19  Pedro Alves  <palves@redhat.com>
354
355         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
356         Adjust paths to gnulib imported files.
357
358 2012-04-19  Pedro Alves  <palves@redhat.com>
359
360         * gnulib/: Move whole directory ...
361         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
362         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
363         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
364         (aclocal_m4_deps): Adjust.
365         * aclocal.m4: Regenerate.
366         * configure: Regenerate.
367         * configure.ac: Adjust AC_OUTPUT output.
368
369 2012-04-19  Yao Qi  <yao@codesourcery.com>
370
371         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
372         (vec.o): New rule.
373         * vec.c: Move it ...
374         * common/vec.c: ... here.
375         * vec.h: Move it ...
376         * common/vec.h: ... here.
377
378 2012-04-19  Yao Qi  <yao@codesourcery.com>
379
380         * gdb-code-style.el: New.
381
382 2012-04-18  Pedro Alves  <palves@redhat.com>
383
384         Update gnulib from latest git.
385         (639ea5ae15e39fe48d43e04864b2997301e4b969)
386
387         * gnulib/Makefile.am: Update.
388         * gnulib/dummy.c: Update.
389         * gnulib/extra/arg-nonnull.h: Update.
390         * gnulib/extra/c++defs.h: Update.
391         * gnulib/extra/update-copyright: Update.
392         * gnulib/extra/warn-on-use.h: Update.
393         * gnulib/inttypes.in.h: Update.
394         * gnulib/m4/00gnulib.m4: Update.
395         * gnulib/m4/extensions.m4: Update.
396         * gnulib/m4/gnulib-cache.m4: Update.
397         * gnulib/m4/gnulib-common.m4: Update.
398         * gnulib/m4/gnulib-comp.m4: Update.
399         * gnulib/m4/gnulib-tool.m4: Update.
400         * gnulib/m4/include_next.m4: Update.
401         * gnulib/m4/inttypes-pri.m4: Update.
402         * gnulib/m4/inttypes.m4: Update.
403         * gnulib/m4/longlong.m4: Update.
404         * gnulib/m4/memchr.m4: Update.
405         * gnulib/m4/memmem.m4: Update.
406         * gnulib/m4/mmap-anon.m4: Update.
407         * gnulib/m4/multiarch.m4: Update.
408         * gnulib/m4/onceonly.m4: Update.
409         * gnulib/m4/stddef_h.m4: Update.
410         * gnulib/m4/stdint.m4: Update.
411         * gnulib/m4/string_h.m4: Update.
412         * gnulib/m4/warn-on-use.m4: Update.
413         * gnulib/m4/wchar_h.m4: Update.
414         * gnulib/m4/wchar_t.m4: Update.
415         * gnulib/m4/wint_t.m4: Update.
416         * gnulib/memchr.c: Update.
417         * gnulib/memmem.c: Update.
418         * gnulib/stddef.in.h: Update.
419         * gnulib/stdint.in.h: Update.
420         * gnulib/str-two-way.h: Update.
421         * gnulib/string.in.h: Update.
422         * gnulib/wchar.in.h: Update.
423
424         * gnulib/extra/arg-nonnull.h: Delete.
425         * gnulib/extra/c++defs.h: Delete.
426         * gnulib/extra/warn-on-use.h: Delete.
427         * gnulib/m4/wchar_h.m4: Delete.
428         * gnulib/m4/wint_t.m4: Delete.
429         * gnulib/wchar.in.h: Delete.
430
431         * gnulib/extra/snippets/arg-nonnull.h: New.
432         * gnulib/extra/snippets/c++defs.h: New.
433         * gnulib/extra/snippets/warn-on-use.h: New.
434
435         * aclocal.m4: Regenerate.
436         * config.in: Regenerate.
437         * configure: Regenerate.
438         * gnulib/Makefile.in: Regenerate.
439
440 2012-04-18  Pedro Alves  <palves@redhat.com>
441
442         Reimport the update-copyright module from gnulib
443         (250b80067c1e1d8faa0c42fb572f721975b929c5).
444
445         * configure: Regenerate.
446         * gnulib/Makefile.am: Update.
447         * gnulib/Makefile.in: Regenerate.
448         * gnulib/extra/update-copyright: Update.
449         * gnulib/m4/gnulib-cache.m4: Update.
450         * gnulib/m4/gnulib-comp.m4: Update.
451
452 2012-04-18  Tristan Gingold  <gingold@adacore.com>
453
454         * configure.ac (aix): Put -lpthread into libs.
455         * configure: Regenerate.
456
457 2012-04-18  Tom Tromey  <tromey@redhat.com>
458
459         * linespec.c (convert_linespec_to_sals): Don't use
460         SYMBOL_OBJ_SECTION.
461         (compare_msymbols): Arguments are minsym_and_objfile, not
462         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
463
464 2012-04-18  Pedro Alves  <palves@redhat.com>
465
466         Revert gnulib/ part of:
467         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
468         Copyright year update in most files (performed by copyright.sh).
469
470 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
471
472         Fix 64-bit constants on 32-bit hosts.
473         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
474         from unsigned long to ULONGEST.
475         (read_signed_leb128): Change declaration return type from long to
476         LONGEST.
477         (dwarf2_const_value_attr): Change declaration parameter value from long
478         to LONGEST.
479         (dwarf2_compute_name): Change variable value from long to LONGEST.
480         (read_unsigned_leb128): Change return type, variable result and some
481         casts from unsigned long to ULONGEST.
482         (read_signed_leb128): Change return type, variable result and some
483         casts from long to LONGEST.
484         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
485         value from long to LONGEST.
486         (dwarf2_const_value): Change variable value from long to LONGEST.
487         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
488         plongest and hex_string.
489         * symtab.h (struct general_symbol_info): Change ivalue from long to
490         LONGEST, remove the comment.
491         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
492         Change SYMBOL_VALUE format strings to use plongest and hex_string.
493
494 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
495
496         PR symtab/7259:
497         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
498         * ada-lang.c (ada_discrete_type_high_bound)
499         (ada_discrete_type_low_bound): Fix function comment.  Use
500         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
501         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
502         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
503         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
504         Use TYPE_FIELD_ENUMVAL.
505         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
506         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
507         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
508         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
509         TYPE_CODE_ENUM.
510         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
511         * dwarf2read.c (process_enumeration_scope): Likewise.
512         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
513         field.bitpos.
514         (class StructMainTypePrettyPrinter): Support also
515         FIELD_LOC_KIND_ENUMVAL.
516         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
517         TYPE_CODE_ENUM.
518         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
519         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
520         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
521         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
522         field enumval.
523         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
524         accommodate enumval.
525         (struct call_site): Adjust loc_kind to accommodate enumval.
526         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
527         (TYPE_FIELD_ENUMVAL): New macros.
528         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
529         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
530         TYPE_CODE_ENUM.
531         * p-typeprint.c (pascal_type_print_base): Likewise.
532         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
533         enumval.
534         * python/lib/gdb/types.py (make_enum_dict): Likewise.
535         * python/py-type.c (convert_field): New variable addrstring.  Use
536         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
537         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
538         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
539         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
540         TYPE_CODE_ENUM.
541         * valprint.c (generic_val_print): Likewise.
542
543 2012-04-17  Doug Evans  <dje@google.com>
544
545         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
546
547         * dwarf2read.c: Whitespace fixes.
548         (lookup_signatured_type): Tweak comment.
549         (get_die_type_at_offset): Fix comment.
550
551 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
552
553         * xcoffread.c (xcoff_secnum_to_sections): New function.
554         (secnum_to_section, secnum_to_bfd_section): Reimplement
555         using xcoff_secnum_to_sections.  Rename "secnum" parameter
556         into "n_scnum".
557         (RECORD_MINIMAL_SYMBOL): Delete.
558         (record_minimal_symbol): New function.
559         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
560         by call to record_minimal_symbol and set misc_func_recorded
561         to 1.  Set last_csect_sec to the XCOFF section index instead
562         of GDB's section_offset index.  Update calls to
563         prim_record_minimal_symbol_and_info to pass the BFD section
564         as well.
565
566 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
567
568         * xcoffread.c (read_xcoff_symtab): Delete variables
569         last_csect_val and last_csect_sec and associated code.
570
571 2012-04-17  Doug Evans  <dje@google.com>
572
573         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
574         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
575         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
576         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
577
578         * cleanups.h: New file.
579         * cleanups.c: New file.
580         * Makefile.in (SFILES): Add cleanups.c.
581         (HFILES_NO_SRCDIR): Add cleanups.h.
582         (COMMON_OBS): Add cleanups.o.
583         * defs.h (struct cleanup): Moved to cleanups.h.
584         (do_cleanups,do_final_cleanups): Ditto.
585         (discard_cleanups,discard_final_cleanups): Ditto
586         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
587         (save_cleanups,save_final_cleanups): Ditto.
588         (restore_cleanups,restore_final_cleanups): Ditto.
589         (null_cleanup): Ditto.
590         (make_my_cleanup,make_my_cleanup2): Ditto.
591         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
592         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
593         (do_cleanups,do_final_cleanups): Ditto.
594         (discard_cleanups,discard_final_cleanups): Ditto
595         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
596         (save_cleanups,save_final_cleanups): Ditto.
597         (restore_cleanups,restore_final_cleanups): Ditto.
598         (null_cleanup): Ditto.
599         (make_my_cleanup,make_my_cleanup2): Ditto.
600         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
601
602         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
603         make_my_cleanup.
604         (make_cleanup_dyn_string_delete): Ditto.
605         (make_cleanup_ui_file_delete): Ditto.
606         (make_cleanup_ui_out_redirect_pop): Ditto.
607         (make_cleanup_free_section_addr_info): Ditto.
608         (make_cleanup_restore_integer): Ditto.
609         (make_cleanup_unpush_target): Ditto.
610         (make_cleanup_value_free_to_mark): Ditto.
611         (make_cleanup_value_free): Ditto.
612         (make_cleanup_free_so): Ditto.
613
614 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
615
616         New option "set debug auto-load".
617         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
618         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
619         (auto_load_safe_path_vec_update)
620         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
621         if DEBUG_AUTO_LOAD.
622         (file_is_auto_load_safe): New parameters debug_fmt and ....
623         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
624         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
625         caller by explanatory string.
626         (_initialize_auto_load): Register "set debug auto-load".
627         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
628         and ....
629         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
630         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
631         by explanatory string.
632         * main.c (captured_main): Likewise.
633         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
634         (source_section_scripts): Likewise.
635
636 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
637
638         New option "set auto-load safe-path".
639         * NEWS: New commands "set auto-load safe-path"
640         and "show auto-load safe-path".
641         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
642         (auto_load_safe_path, auto_load_safe_path_vec)
643         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
644         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
645         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
646         (source_gdb_script_for_objfile): New variable is_safe.  Call
647         file_is_auto_load_safe.  Return if it is not.
648         (struct loaded_script): New field loaded.
649         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
650         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
651         output "Missing" to "No".
652         (_initialize_auto_load): New variable cmd.  Initialize
653         auto_load_safe_path.  Register "set auto-load safe-path",
654         "show auto-load safe-path" and "add-auto-load-safe-path".
655         * auto-load.h (maybe_add_script): Add parameter loaded.
656         (file_is_auto_load_safe): New declaration.
657         * config.in: Regenerate.
658         * configure: Regenerate.
659         * configure.ac: New parameters --with-auto-load-safe-path
660         and --without-auto-load-safe-path.
661         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
662         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
663         * main.c (captured_main): Check file_is_auto_load_safe for
664         LOCAL_GDBINIT.
665         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
666         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
667         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
668         not.
669
670 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
671
672         auto-load: Implementation.
673         * NEWS: New descriptions for "info auto-load",
674         "info auto-load gdb-scripts", "info auto-load python-scripts",
675         "info auto-load local-gdbinit" and "info auto-load libthread-db".
676         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
677         and "show auto-load-scripts".  New description for "set auto-load",
678         "show auto-load", "set auto-load gdb-scripts",
679         "show auto-load gdb-scripts", "set auto-load python-scripts",
680         "show auto-load python-scripts", "set auto-load local-gdbinit",
681         "show auto-load local-gdbinit", "set auto-load libthread-db" and
682         "show auto-load libthread-db".
683         * auto-load.c: Remove include python/python-internal.h.  Add includes
684         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
685         cli/cli-setshow.h.
686         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
687         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
688         (gdbpy_global_auto_load): Rename to ...
689         (global_auto_load): ... here.
690         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
691         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
692         (script_language_gdb, source_gdb_script_for_objfile): New.
693         (struct loaded_script): New field language.
694         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
695         LANGUAGE.
696         (maybe_add_script): Add parameter language.  Drop redundant
697         entry.full_path initialization.  Initialize entry.language and
698         (*slot)->language.
699         (auto_load_objfile_script): Change parameter suffix to language.
700         Remove the call of maybe_add_script.
701         Call language->source_script_for_objfile.
702         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
703         New.
704         (collect_matching_scripts): Adjust it for
705         struct collect_matching_scripts_data.
706         (auto_load_info_scripts_pattern_nl): New variable.
707         (info_auto_load_scripts): Rename to ...
708         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
709         for struct collect_matching_scripts_data.
710         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
711         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
712         (auto_load_show_cmdlist_get, info_auto_load_cmd)
713         (auto_load_info_cmdlist_get): New.
714         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
715         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
716         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
717         "info auto-load local-gdbinit".
718         * auto-load.h (struct script_language): New.
719         (gdbpy_global_auto_load): Rename to ...
720         (global_auto_load): ... here.
721         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
722         (auto_load_local_gdbinit_loaded): New declarations.
723         (maybe_add_script): New parameter language.
724         (auto_load_objfile_script): Change parameter suffix to language.
725         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
726         (auto_load_info_scripts, auto_load_set_cmdlist_get)
727         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
728         declarations.
729         * linux-thread-db.c: Include auto-load.h and ctype.h.
730         (auto_load_thread_db, show_auto_load_thread_db): New.
731         (struct thread_db_info): New field filename.
732         (delete_thread_db_info): Call xfree for FILENAME.
733         (try_thread_db_load): Initialize FILENAME.
734         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
735         if !AUTO_LOAD_THREAD_DB.
736         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
737         (_initialize_thread_db): Install auto_load_thread_db
738         as "set auto-load libthread-db" and install info_auto_load_libthread_db
739         as "info auto-load libthread-db".
740         * main.c (captured_main): Rename gdbpy_global_auto_load to
741         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
742         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
743         (print_gdb_help): Extend the help for 'local init file'.
744         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
745         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
746         (auto_load_scripts): Rename to ...
747         (auto_load_python_scripts): ... here, update the comment.
748         (gdbpy_load_auto_script_for_objfile): New declaration.
749         (show_auto_load_python_scripts, script_language_python)
750         (gdbpy_load_auto_script_for_objfile): New.
751         (source_section_scripts): Refactor the code.
752         (load_auto_scripts_for_objfile): Rename to ...
753         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
754         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
755         (info_auto_load_python_scripts): New.
756         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
757         Rename "set auto-load-scripts" to "set auto-load python-scripts".
758         Register "set auto-load-scripts" as its deprecated alias.  Register
759         "info auto-load python-scripts".  Register "info auto-load-scripts" as
760         its deprecated alias.
761         (load_auto_scripts_for_objfile): Rename to ...
762         (gdbpy_load_auto_scripts_for_objfile): ... here.
763         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
764         (gdbpy_load_auto_scripts_for_objfile): ... here.
765
766 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
767
768         auto-load: Move files.
769         * Makefile.in (SFILES): Add auto-load.c.
770         (HFILES_NO_SRCDIR): Add auto-load.h.
771         (COMMON_OBS): Add auto-load.o.
772         (distclean): Change .gdbinit for gdb-gdb.gdb.
773         * auto-load.c: New file, with parts from python/py-auto-load.c.
774         * auto-load.h: New file, with parts from python/python.h.
775         * configure: Regenerate.
776         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
777         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
778         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
779         * main.c: Include auto-load.h.
780         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
781         command.h, observer.h and progspace.h to auto-load.c.  Add include
782         auto-load.h.
783         (gdbpy_global_auto_load, struct auto_load_pspace_info)
784         (struct loaded_script, auto_load_pspace_data)
785         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
786         (hash_loaded_script_entry, eq_loaded_script_entry)
787         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
788         (maybe_add_script): Move to auto-load.c.
789         (source_section_scripts): Change maybe_add_script parameters passing,
790         use script_not_found_warning_print.
791         (clear_section_scripts, auto_load_objfile_script)
792         (auto_load_new_objfile, loaded_script_ptr)
793         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
794         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
795         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
796         auto_load_new_objfile and info_auto_load_scripts initizations to
797         auto-load.c.
798         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
799
800 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
801
802         Code cleanup.
803         * charset.c (find_charset_names): Remove variables ix and elt.
804         Use free_char_ptr_vec.
805         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
806         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
807         debugdir_end.  New variable debugdir_len.
808         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
809         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
810         declarations.
811         * progspace.c (clear_program_space_solib_cache): Remove variables ix
812         and elt.  Use free_char_ptr_vec.
813         * source.c (add_path): Remove variables argv, arg and argv_index.
814         New variables dir_vec, back_to, ix and name.
815         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
816         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
817         no longer expecting DIRNAME_SEPARATOR.
818         (openp): Remove variable p, p1 and len.  New variables dir_vec,
819         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
820         no longer expecting DIRNAME_SEPARATOR.
821         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
822         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
823         debugdir_end.
824         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
825         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
826         (dirnames_to_char_ptr_vec): New functions.
827
828 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
829
830         Code cleanup.
831         * source.c (add_path): Remove always true conditional 'p == 0' and
832         unindent its code block.
833
834 2012-04-17  Pedro Alves  <palves@redhat.com>
835
836         * gdbtypes.h (FIELD_BITPOS): Rename to ...
837         (FIELD_BITPOS_LVAL): ... this.
838         (FIELD_BITPOS): New.
839         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
840         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
841         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
842         SET_FIELD_BITPOS.
843         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
844         SET_FIELD_BITPOS.
845         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
846         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
847         * target-descriptions.c (tdesc_gdb_type): Adjust to use
848         SET_FIELD_BITPOS.
849
850 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
851
852         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
853         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
854         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
855         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
856         * jv-lang.c (java_link_class_type): Likewise, once.
857         * stabsread.c (read_enum_type): Likewise.
858
859 2012-04-16  Yao Qi  <yao@codesourcery.com>
860
861         * common/agent.c (agent_run_command): Add one more parameter `len'.
862         Update callers.
863         * common/agent.h: Update declaration.
864         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
865         Update.
866         (linux_child_static_tracepoint_markers_by_strid): Ditto.
867
868 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
869
870         PR mi/13393
871         * value.c (value_actual_type): New function.
872         * value.h (value_actual_type): New declaration.
873         * varobj.c (update_type_if_necessary): New function.
874         (varobj_create): Call value_actual_type instead of
875         value_type.
876         (install_dynamic_child): distinct changed and type changed MI variable
877         objects.
878         (update_dynamic_varobj_children): Updated for install_dynamic_child
879         change.  All callers updated.
880         (varobj_update): Support for MI variable object type change if
881         the value changed and RTTI is used to determine the type.
882         (create_child_with_value): Call value_actual_type instead of
883         value_type.
884         (adjust_value_for_child_access): Extended with a new parameter which
885         specify whether the given value should be casted to enclosing type.
886         All callers updated.
887
888 2012-04-14  Yao Qi  <yao@codesourcery.com>
889
890         Import gnulib module inttypes from git
891         (250b80067c1e1d8faa0c42fb572f721975b929c5)
892         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
893         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
894         gnulib/m4/inttypes-pri.m4
895         * aclocal.m4, config.in, configure: Regenerated.
896         * gnulib/Makefile.am: Update.
897         * gnulib/Makefile.in: Update.
898         * gnulib/m4/gnulib-cache.m4: Update.
899         * gnulib/m4/gnulib-comp.m4: Update.
900         * gnulib/inttypes.in.h: New.
901         * gnulib/m4/inttypes-pri.m4: New.
902         * gnulib/m4/inttypes.m4: New.
903
904 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
905
906         * infrun.c (resume): Update PC address to the real PC after
907         preparing to do displaced stepping.
908
909 2012-04-12  Doug Evans  <dje@google.com>
910
911         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
912         All callers updated.
913
914 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
915
916         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
917
918 2012-04-12  Doug Evans  <dje@google.com>
919
920         * dwarf2read.c (create_all_type_units): Renamed from
921         create_debug_types_hash_table.  All callers updated.
922
923         * dwarf2read.c (create_signatured_type_table_from_index): Rename
924         local type_sig to sig_type, type_offset to type_offset_in_tu.
925         (hash_signatured_type): Renamed from hash_type_signature,
926         all callers updated.
927         (eq_signatured_type): Renamed from eq_type_signature,
928         all callers updated.
929         (create_debug_types_hash_table): Rename local type_sig to sig_type.
930         (process_enumeration_scope): Ditto.
931         (lookup_signatured_type_at_offset): Ditto.
932         (load_full_type_unit, read_signatured_type): Ditto.
933
934 2012-04-12  Yao Qi  <yao@codesourcery.com>
935
936         * remote.c (async_remote_interrupt): Correct function name in
937         debug message.
938         (async_remote_interrupt_twice): Ditto.
939
940 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
941
942         * source.c (find_and_open_source): Consistently pass resulting
943         full path through xfullpath.
944
945 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
946
947         Provide more specific displaced-stepping memory error message.
948         * infrun.c (displaced_step_prepare): New variable status.  Call
949         target_read_memory instead of read_memory, provide more specific
950         error message.
951
952 2012-04-11  Tristan Gingold  <gingold@adacore.com>
953
954         PR gdb/13901
955         * darwin-nat.c (darwin_execvp): Revert previous patch.
956
957 2012-04-11  Tristan Gingold  <gingold@adacore.com>
958
959         PR gdb/13901
960         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
961         in case of change.
962
963 2012-04-11  Tristan Gingold  <gingold@adacore.com>
964
965         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
966         warning.
967
968 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
969
970         New command 'explore' which helps explore values and types in
971         scope.
972         * NEWS: Add an entry about the new 'explore' command.
973         * data-directory/Makefile.in: Add gdb/command/explore.py
974         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
975         command using the GDB Python API.
976
977 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
978
979         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
980         extension in jump target calculation.
981
982 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
983
984         * mips-tdep.c (mips32_next_pc): Handle JALX.
985
986 2012-04-10  Yao Qi  <yao@codesourcery.com>
987
988         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
989
990 2012-04-10  Yao Qi  <yao@codesourcery.com>
991
992         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
993         and gnulib/m4/gnulib-tool.m4.
994
995 2012-04-10  Doug Evans  <dje@google.com>
996
997         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
998         (load_partial_dies): Clarify comment.
999         (find_partial_die): Support rereading type units.
1000         Clarify CU handling, if we know offset is in CU, don't search for the
1001         containing CU.  Add comment regarding memory waste.
1002
1003 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
1004
1005         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
1006         i386/x32-avx and i386/x32-avx-linux.
1007         (i386/x32-expedite): New.
1008         (i386/x32-linux-expedite): Likewise.
1009         (i386/x32-avx-expedite): Likewise.
1010         (i386/x32-avx-linux-expedite): Likewise.
1011         ($(outdir)/i386/x32.dat): Likewise.
1012         ($(outdir)/i386/x32-linux.dat): Likewise.
1013         ($(outdir)/i386/x32-avx.dat): Likewise.
1014         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
1015
1016         * features/i386/x32-avx-linux.xml: New file.
1017         * features/i386/x32-avx.xml: Likewise.
1018         * features/i386/x32-core.xml: Likewise.
1019         * features/i386/x32-linux.xml: Likewise.
1020         * features/i386/x32.xml: Likewise.
1021
1022         * features/i386/x32-avx-linux.c: New.  Generated.
1023         * features/i386/x32-avx.c: Likewise.
1024         * features/i386/x32-linux.c: Likewise.
1025         * features/i386/x32.c: Likewise.
1026         * regformats/i386/x32-avx-linux.dat: Likewise.
1027         * regformats/i386/x32-avx.dat: Likewise.
1028         * regformats/i386/x32-linux.dat: Likewise.
1029         * regformats/i386/x32.dat: Likewise.
1030
1031 2012-04-10  Tristan Gingold  <gingold@adacore.com>
1032
1033         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
1034         code to kill the inferior.
1035
1036 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
1037
1038         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1039         defines.
1040         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1041         defines.
1042         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
1043         (yyvsp): New defines.
1044         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1045         defines.
1046         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1047         defines.
1048         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1049         defines.
1050         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1051         defines.
1052         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1053         defines.
1054
1055 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
1056
1057         * sparc64-tdep.c (sparc64_store_arguments)
1058         (sparc64_store_arguments): Fix coding style.
1059
1060 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
1061
1062         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
1063         complex floats, adjust some related comments and tighten a related
1064         assertion.
1065         (sparc64_extract_return_value): Handle complex floats.
1066
1067 2012-04-07  Doug Evans  <dje@google.com>
1068
1069         * dwarf2read.c (load_partial_dies): Change condition to assert.
1070
1071 2012-04-06  Doug Evans  <dje@google.com>
1072
1073         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
1074         "mov %rsp,%rbp".
1075
1076 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
1077
1078         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
1079         fencepost error.
1080         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
1081         (v850_gdbarch_init): Set `num_regs' as appropriate for the
1082         architecture.
1083
1084 2012-04-05  Keith Seitz  <keiths@redhat.com>
1085
1086         * linespec.c (decode_compound): Remove.
1087         (enum offset_relative_sign): New enum.
1088         (struct line_offset): New struct.
1089         (struct linespec): New struct.
1090         (struct linespec_state): Move file_symtabs,
1091         user_filename, and user_function into struct linespec.
1092         Make result an anonymous struct holding vectors of
1093         symbolp and minsym_and_objfile_d.
1094         Add language member.
1095         (enum ls_token_type): New enum.
1096         (linespec_keywords): New array.
1097         (struct ls_token): New struct.
1098         (struct ls_parser): New struct.
1099         (linespec_lexer_lex_number): New function.
1100         (linespec_lexer_lex_keyword): New function.
1101         (is_ada_operator): New function.
1102         (skip_quote_char): New function.
1103         (copy_token_string): New function.
1104         (is_closing_quote_enclosed): New function.
1105         (find_parameter_list_end): New function.
1106         (linespec_lexer_lex_string): New function.
1107         (linespec_lexer_lex_one): New function.
1108         (linespec_lexer_consume_token): New function.
1109         (linespec_lexer_peek_token): New function.
1110         (cplusplus_error): Remove unused function.
1111         (find_methods): Update comment.
1112         (find_toplevel_char): Return const.
1113         (is_objc_method_format): Remove unused function.
1114         (find_toplevel_string): New function.
1115         (is_linespec_boundary): Remove.
1116         (symbol_not_found_error): New function.
1117         (find_method_overload_end): Remove function.
1118         (unexpected_linespec_error): New function.
1119         (keep_name_info): Remove.
1120         (linespec_parse_line_offset): New function.
1121         (linespec_parse_basic): New function.
1122         (canonicalize_linespec): New function.
1123         (decode_line_internal): Remove.
1124         (create_sals_line_offset): New function adapted from
1125         decode_all_digits.
1126         (convert_linespec_to_sals): New function.
1127         (parse_linespec): New function.
1128         (linespec_parser_new): New function.
1129         (linespec_state_destructor): Change parameter type to
1130         struct linespec_state *.
1131         Add language parameter.
1132         Remove freeing of moved members.
1133         (linespec_parser_delete): New function.
1134         (decode_line_full): Use parse_linespec and linespec_parser_new.
1135         (decode_line_1): Likewise.
1136         (decode_indirect): Rename to ...
1137         (linespec_expression_to_pc): ... this and rewrite
1138         to simply find CORE_ADDR, storing this result for later
1139         conversion to SALs.
1140         (locate_first_half): Remove.
1141         (deocde_objc): Add parameter LS.
1142         Initialize new struct collect_info members.
1143         Handle minimal symbols, too.
1144         (decode_compound): Delete.
1145         (lookup_prefix_sym): Rewrite.
1146         (compare_msymbols): New function.
1147         (find_method): Rewrite.
1148         Do not call cplusplus_error.
1149         (symtabs_from_filename): Rewrite.
1150         (collect_function_symbols): Delete.
1151         (find_function_symbols): Rewrite without ARGPTR-style
1152         processing.
1153         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
1154         (decode_dollar): Adapted and renamed to ...
1155         (linespec_parse_variable): ... this.
1156         (find_linespec_symbols): New function.
1157         (decode_label): Adapted and renamed to ...
1158         (find_label_symbols): ... this.
1159         (decode_digits_list_mode): Add and use LS argument.
1160         (decode_digits_ordinary): Likewise.
1161         (collect_symbols): Do not collect SALs, just symbols and msymbols.
1162         If in list mode, allow any symbol class.  Otherwise, only
1163         permit LOC_BLOCK symbols.
1164         (minsym_found): Update comments.
1165         (search_minsyms_for_name): Do not convert the matching symbol
1166         into a SAL.  Simply push the symbol and objfile into the
1167         result vector.
1168         (decode_variable): Delete. Contents adapted into
1169         find_linespec_symbols.
1170
1171         * cp-support.c (SKIP_SPACE): Remove.
1172         (operator_tokens): Remove unused global.
1173         (cp_validate_operator): Remove.
1174         * cp-support.h (cp_validate_operator): Remove declaration.
1175
1176 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1177
1178         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
1179         for TYPE_VPTR_FIELDNO.
1180         * valprint.c (valprint_check_validity): Make it global, move the
1181         function comment ...
1182         * value.h (valprint_check_validity): ... to this new declaration.
1183
1184 2012-04-02  Tristan Gingold  <gingold@adacore.com>
1185
1186         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
1187         the STATE32 api for i386 state.
1188         (i386_darwin_store_inferior_registers): Likewise.
1189
1190 2012-04-02  Tristan Gingold  <gingold@adacore.com>
1191
1192         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
1193         SS offset.
1194         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
1195         format_string.
1196
1197 2012-04-02  Tristan Gingold  <gingold@adacore.com>
1198
1199         PR gdb/13901
1200         * darwin-nat.c (darwin_execvp): Set binary preference.
1201
1202 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1203
1204         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
1205
1206 2012-03-30  Tom Tromey  <tromey@redhat.com>
1207
1208         * python/python.c (gdbpy_decode_line): Move cleanup creation out
1209         of TRY_CATCH.  Fix error handling.
1210         * python/py-value.c (convert_value_from_python): Move 'old'
1211         declaration to innermost scope.
1212
1213 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1214             Andrey Smirnov  <andrew.smirnov@gmail.com>
1215
1216         -Wshadow warning fix.
1217         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
1218         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
1219         Adjust code accordingly.
1220
1221 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1222
1223         * ada-lang.c (symbol_completion_add): Rename parameter
1224         "encoded" into "encoded_p".  Ajust code and documentation
1225         accordingly.
1226
1227 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1228             Andrey Smirnov  <andrew.smirnov@gmail.com>
1229
1230         -Wshadow warning fix.
1231         * ada-lang.c (symbol_completion_add): Rename parameter
1232         "wild_match" into wild_match_p.  Update code and documentation
1233         accordingly.
1234
1235 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1236
1237         * ada-lang.c (symbol_completion_match): Rename parameter
1238         "encoded" into "encoded_p".  Ajust code and documentation
1239         accordingly.
1240
1241 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1242             Andrey Smirnov  <andrew.smirnov@gmail.com>
1243
1244         -Wshadow warning fix.
1245         * ada-lang.c (symbol_completion_match): Rename parameter
1246         "wild_match" into "wild_match_p".  Adjust code and function
1247         documentation accordingly.
1248
1249 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1250             Andrey Smirnov  <andrew.smirnov@gmail.com>
1251
1252         -Wshadow warning fix.
1253         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
1254         "symbol_info" into "info".  Adjust code accordingly.
1255         (ada_lookup_symbol): Likewise.
1256
1257 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1258
1259         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
1260         of this function's documentation.
1261
1262 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1263             Andrey Smirnov  <andrew.smirnov@gmail.com>
1264
1265         -Wshadow warning fix.
1266         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
1267         variable into "wild_match_p".  Adjust code accordingly.
1268
1269 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1270             Andrey Smirnov  <andrew.smirnov@gmail.com>
1271
1272         -Wshadow warning fix.
1273         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
1274         parameter into "wild_match_p".  Adjust code accordingly.
1275         Document this parameter in the function description.
1276
1277 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1278             Andrey Smirnov  <andrew.smirnov@gmail.com>
1279
1280         -Wshadow warning fix.
1281         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
1282         "wild_match" parameter to "wild_match_p" (-Wshadow).
1283
1284 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1285
1286         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
1287         in function documentation.
1288
1289 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1290             Andrey Smirnov  <andrew.smirnov@gmail.com>
1291
1292         -Wshadow warning fix.
1293         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
1294         variable into wild_match_p.  Adjust code accordingly.
1295
1296 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1297             Andrey Smirnov  <andrew.smirnov@gmail.com>
1298
1299         * ada-valprint.c (ada_val_print_1): Move the code handling
1300         TYPE_CODE_ENUM inside its own lexical block.  Declare
1301         variables len and val there, instead of in the function's
1302         top level block.  Avoid declaring deref_val again in a way
1303         that shadows another variable of the same name declared
1304         in one of the up-level blocks.  Just re-use the up-level
1305         variable instead.
1306
1307 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1308
1309         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
1310         Replace block_found argument by symbol_info.  Adjust
1311         implementation accordingly.  Add function documentation.
1312         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
1313         Fix documentation.
1314         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
1315         * ada-exp.y (write_object_renaming): Adjust to new
1316         ada_lookup_encoded_symbol API.
1317
1318 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1319
1320         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
1321         documentation.
1322
1323 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
1324
1325         * v850-tdep.c: Add the enum values for mpu and fpu registers.
1326         (v850_register_name): Add the mpu and fpu register names.
1327         (v850e_register_name): Add the mpu and fpu register names.
1328         (v850e2_register_name): New function.
1329         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
1330         bfd_mach_v850e2v3.
1331
1332 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1333
1334         * NEWS: Add entry for Ada varobj support.
1335
1336 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1337
1338         * varobj.c (default_value_is_changeable_p): New function,
1339         extracted from varobj_value_is_changeable_p.  Add declaration.
1340         (ada_value_is_changeable_p): New function, extracted from
1341         varobj_value_is_changeable_p.  Add declaration.
1342         (struct language_specific): New field "value_is_changeable_p".
1343         (languages): Add entries for new field.
1344         (varobj_create): Set language before calling install_new_value.
1345         (varobj_value_is_changeable_p): Reimplement to call the varobj's
1346         "value_is_changeable_p" language callback.
1347
1348 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1349
1350         * ada-varobj.h, ada-varobj.c: New files.
1351         * Makefile.in (SFILES): Add ada-varobj.c.
1352         (HFILES_NO_SRCDIR): Add ada-varobj.h.
1353         (COMMON_OBS): Add ada-varobj.o.
1354
1355 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1356
1357         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
1358         (struct language_specific): New field "value_has_mutated".
1359         (languages): Set field "value_has_mutated" in each entry of array.
1360         (varobj_value_has_mutated): New function.
1361         (varobj_udpdate): Add handling of type mutation.
1362         (value_of_root): Add handling of type mutation.
1363         (ada_value_has_mutated): New function.
1364
1365 2012-03-28  Pedro Alves  <palves@redhat.com>
1366
1367         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
1368         Always supply $fr0 as 0.0 and $fr1 as 1.0.
1369
1370 2012-03-28  Tom Tromey  <tromey@redhat.com>
1371
1372         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
1373         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
1374         before returning.
1375
1376 2012-03-28  Tom Tromey  <tromey@redhat.com>
1377
1378         * .dir-locals.el: New file.
1379
1380 2012-03-28  Pedro Alves  <palves@redhat.com>
1381
1382         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
1383
1384 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1385
1386         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
1387         handling for r0.
1388
1389 2012-03-27  Pedro Alves  <palves@redhat.com>
1390
1391         Eliminate struct ui_stream.
1392
1393         * ui-out.h (struct ui_stream): Delete.
1394         (ui_out_field_stream): Adjust prototype.
1395         (ui_out_stream_new, ui_out_stream_delete)
1396         (make_cleanup_ui_out_stream_delete): Delete declarations.
1397         * ui-out.c (ui_out_field_stream): Change prototype to take a
1398         ui_file instead of a ui_stream.  Adjust.
1399         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
1400         (make_cleanup_ui_out_stream_delete): Delete.
1401         * breakpoint.c (print_breakpoint_location)
1402         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
1403         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
1404         * disasm.c (dump_insns): Ditto.
1405         (do_mixed_source_and_assembly, do_assembly_only): Adjust
1406         prototype.
1407         (gdb_disassembly): Use ui_file/mem_fileopen instead of
1408         ui_stream/ui_out_stream_new.
1409         * infcmd.c (print_return_value): Ditto.
1410         * osdata.c (info_osdata_command): Don't allocate a local
1411         ui_stream.
1412         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
1413         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
1414         * tracepoint.c (print_one_static_tracepoint_marker): Don't
1415         allocate a local ui_stream.
1416         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
1417         instead of ui_stream/ui_out_stream_new.
1418         (list_args_or_locals): Don't allocate a local ui_stream.
1419         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
1420         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
1421         ui_stream/ui_out_stream_new.
1422         * cli/cli-setshow.c (do_setshow_command): Ditto.
1423
1424 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
1425
1426         * arm-linux-tdep.c (arm_linux_init_abi): Call
1427         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
1428         * arm-tdep.c (arm_process_record): New function.
1429         (deallocate_reg_mem): New function.
1430         (decode_insn): New function.
1431         (thumb_record_branch): New function.
1432         (thumb_record_ldm_stm_swi(): New function.
1433         (thumb_record_misc): New function.
1434         (thumb_record_ld_st_stack): New function.
1435         (thumb_record_ld_st_imm_offset): New function.
1436         (thumb_record_ld_st_reg_offset(): New function.
1437         (thumb_record_add_sub_cmp_mov): New function.
1438         (thumb_record_shift_add_sub): New function.
1439         (arm_record_coproc_data_proc): New function.
1440         (arm_record_coproc): New function.
1441         (arm_record_b_bl): New function.
1442         (arm_record_ld_st_multiple): New function.
1443         (arm_record_ld_st_reg_offset): New function.
1444         (arm_record_ld_st_imm_offset): New function.
1445         (arm_record_data_proc_imm): New function.
1446         (arm_record_data_proc_misc_ld_str): New function.
1447         (arm_record_extension_space): New function.
1448         (arm_record_strx): New function.
1449         (sbo_sbz): New function.
1450         (struct insn_decode_record): New structure for arm insn record.
1451         (REG_ALLOC): New macro for reg allocations.
1452         (MEM_ALLOC): New macro for memory allocations.
1453         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
1454
1455 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
1456
1457         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
1458         (store_register): Likewise.
1459
1460 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
1461
1462         * MAINTAINERS (Write After Approval): Add myself to the list.
1463
1464 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1465
1466         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
1467         Describe also the option "auto".
1468
1469 2012-03-22  Richard Henderson  <rth@redhat.com>
1470
1471         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
1472         * sparc-nat.c (sparc_xfer_wcookie): Make static.
1473
1474 2012-03-22  Richard Henderson  <rth@redhat.com>
1475
1476         * jit.c (jit_read_code_entry): Compute alignment and offset of
1477         int64_t member before computing entry_size.
1478
1479 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
1480
1481         Python scripting: Add new method Value.referenced_value to
1482         gdb.Value which can dereference pointer as well as reference
1483         values.
1484         * NEWS: Add entry under 'Python scripting' about the new method
1485         Value.referenced_value on gdb.Value objects.
1486         * python/py-value.c (valpy_referenced_value): New function
1487         defining a new method on gdb.Value objects which can dereference
1488         pointer and reference values.
1489
1490 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
1491
1492         * MAINTAINERS (Write After Approval): Add myself to the list.
1493
1494 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
1495
1496         * symtab.c (skip_prologue_sal): Change test to check for "main()"
1497         in addition to "main".
1498
1499 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
1500
1501         * expression.h (op_name): Add declaration.
1502         * expprint.c (op_name): Remove declaration.  Make non-static.
1503         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
1504
1505 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
1506
1507         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
1508         of struct siginfo.
1509         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
1510         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
1511         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
1512         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
1513         (linux_nat_get_siginfo): Likewise.
1514         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
1515         (linux_nat_get_siginfo): Likewise.
1516         * linux-tdep.c (linux_get_siginfo_type): Likewise.
1517         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
1518         * procfs.c (gdb_siginfo_t): Likewise.
1519
1520 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
1521
1522         * .gitignore: Ignore more files.
1523
1524 2012-03-20  Pedro Alves  <palves@redhat.com>
1525
1526         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
1527         returns.
1528
1529 2012-03-20  Yao Qi  <yao@codesourcery.com>
1530
1531         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
1532         comment.
1533
1534 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1535
1536         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
1537         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
1538         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
1539         sect_offset.
1540         * dwarf2expr.h (cu_offset, sect_offset): New types.
1541         (struct dwarf_expr_context_funcs) <dwarf_call>
1542         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
1543         sect_offset.
1544         (struct dwarf_expr_context) <len>: Improve the comment.
1545         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
1546         cu_offset and sect_offset.
1547         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
1548         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
1549         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
1550         * dwarf2loc.h: Include dwarf2expr.h.
1551         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
1552         and sect_offset.
1553         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
1554         Improve the comment.
1555         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
1556         (struct signatured_type, struct line_header, struct partial_die_info)
1557         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
1558         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
1559         (get_die_type_at_offset, create_cus_from_index)
1560         (create_signatured_type_table_from_index, dw2_get_file_names)
1561         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
1562         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
1563         (create_debug_types_hash_table, process_psymtab_comp_unit)
1564         (load_partial_comp_unit, create_all_comp_units)
1565         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
1566         (load_full_comp_unit, dwarf2_physname, read_import_statement)
1567         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
1568         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
1569         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
1570         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
1571         (find_partial_die, read_attribute_value, lookup_die_type)
1572         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
1573         (is_ref_attr): New function comment.
1574         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
1575         Use cu_offset and sect_offset.
1576         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
1577         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
1578         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
1579         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
1580         (offset_and_type_hash, offset_and_type_eq, set_die_type)
1581         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
1582         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
1583         sect_offset.
1584
1585 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1586
1587         Code cleanup.
1588         * python/py-auto-load.c (source_section_scripts): New variable back_to.
1589         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
1590         with xfree.
1591         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
1592
1593 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1594
1595         * NEWS: Describe new options --init-command=FILE, -ix and
1596         --init-eval-command=COMMAND, -iex.
1597         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
1598         CMDARG_INIT_COMMAND.
1599         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
1600         "init-command", "init-eval-command", "ix" and "iex" to the variable
1601         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
1602         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
1603         (print_gdb_help): Describe --init-command=FILE, -ix and
1604         --init-eval-command=COMMAND, -iex.
1605
1606 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1607
1608         Code cleanup.
1609         * main.c (struct cmdarg): Move it here from main.  Add more comments.
1610         (cmdarg_s, VEC (cmdarg_s)): New.
1611         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
1612         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
1613         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
1614         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
1615         of CMDARG.
1616
1617 2012-03-19  Tom Tromey  <tromey@redhat.com>
1618
1619         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
1620
1621 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1622
1623         PR symtab/13777
1624         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
1625         GCC >=4.5.
1626
1627 2012-03-16  Chris January  <chris.january@allinea.com>
1628
1629         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
1630         of clear.
1631
1632 2012-03-16  Chris January  <chris.january@allinea.com>
1633
1634         * source.c (add_path): Use memmove instead of strcpy because the
1635         strings overlap.
1636
1637 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
1638
1639         * value.h (set_value_parent): Add declaration.
1640         * value.c (set_value_parent): New function.
1641         (value_address): If VALUE->PARENT is not NULL, then use it as
1642         the base address instead of VALUE->LOCATION.address.
1643         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
1644         the same as OBJ's address.  Adjust V's offset accordingly.
1645         Set V's parent.
1646
1647 2012-03-16  Gary Benson  <gbenson@redhat.com>
1648
1649         PR breakpoints/10738
1650         * dwarf2read.c (use_deprecated_index_sections): New global.
1651         (struct partial_die_info): New member may_be_inlined.
1652         (read_partial_die): Set may_be_inlined where appropriate.
1653         (add_partial_subprogram): Add partial symbols for partial
1654         DIEs that may be inlined.
1655         (new_symbol_full): Add inlined subroutines to the current
1656         scope.
1657         (write_psymtabs_to_index): Bump version number.
1658         (dwarf2_read_index): Read only version 6 indices unless
1659         use_deprecated_index_sections is set.
1660         * linespec.c (symbol_and_data_callback): New structure.
1661         (iterate_inline_only): New function.
1662         (iterate_over_all_matching_symtabs): New argument
1663         "include_inline".  If nonzero, also call the callback for
1664         symbols representing inlined subroutines.
1665         (lookup_prefix_sym): Pass extra argument to the above.
1666         (find_function_symbols): Likewise.
1667         (add_matching_symbols_to_info): Likewise.
1668         * NEWS: Mention that GDB can now set breakpoints on inlined
1669         functions.
1670
1671 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
1672
1673         * p-typeprint.c (pascal_type_print_method_args):
1674         Fix display of parameter of methods.
1675
1676 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
1677
1678         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
1679         Add missing prototype.
1680
1681 2012-03-16  Yao Qi  <yao@codesourcery.com>
1682             Jan Kratochvil  <jan.kratochvil@redhat.com>
1683
1684         Fix false compilation warning.
1685         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
1686
1687 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
1688             Pedro Alves  <pedro@codesourcery.com>
1689
1690         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
1691         (arm_register_g_packet_guesses): New function.
1692         (arm_gdbarch_init): Don't force a target description with
1693         registers when the executable is detected as M-profile.  Instead
1694         set gdbarch->tdep->is_m.  Register `g' packet guesses.
1695         (_initialize_arm_tdep): Initialize the new target description.
1696         * features/arm-with-m-fpa-layout.xml: New description.
1697         * features/arm-with-m-fpa-layout.c: New, generated.
1698
1699 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
1700
1701         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
1702         Update function description.
1703         (insert_bp_location): Do not wipe bl->target_info out.
1704         * mem-break.c: #include "gdb_string.h".
1705         (default_memory_insert_breakpoint): Do not call target_read_memory
1706         with a pointer to the breakpoint's shadow_contents buffer.  Use
1707         a local buffer instead.
1708         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
1709
1710 2012-03-15  Tom Tromey  <tromey@redhat.com>
1711
1712         * NEWS: Mention "info vtbl", not "info vtable".
1713         * cp-support.c (info_vtbl_command): Fix comment.
1714         (_initialize_cp_support): Fix text.
1715
1716 2012-03-15  Tom Tromey  <tromey@redhat.com>
1717
1718         * cp-valprint.c (cp_print_value_fields): Use
1719         print_function_pointer_address for vtable slot.
1720
1721 2012-03-15  Tom Tromey  <tromey@redhat.com>
1722
1723         * gnu-v3-abi.c (struct value_and_voffset): New.
1724         (hash_value_and_voffset, eq_value_and_voffset)
1725         (compare_value_and_voffset, compute_vtable_size)
1726         (print_one_vtable, gnuv3_print_vtable): New functions.
1727         (init_gnuv3_ops): Initialize 'print_vtable' field.
1728         * cp-support.c (info_vtbl_command): New function.
1729         (_initialize_cp_support): Add "info vtbl".
1730         * cp-abi.h (cplus_print_vtable): Declare.
1731         (struct cp_abi_ops) <print_vtable>: New field.
1732         * cp-abi.c (cplus_print_vtable): New function.
1733         * NEWS: Update.
1734
1735 2012-03-15  Tom Tromey  <tromey@redhat.com>
1736
1737         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
1738         iterate_over_symbols.
1739
1740 2012-03-14  Doug Evans  <dje@google.com>
1741
1742         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
1743         DW_OP_GNU_parameter_ref.
1744
1745 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1746
1747         Fix double prompt of 'interpreter-exec mi'.
1748         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
1749         (mi_interpreter_resume): use it.
1750         (mi_execute_command_input_handler): New function.
1751         * mi/mi-main.c (mi_execute_command): Move prompt printing to
1752         mi_execute_command_input_handler.
1753
1754 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
1755
1756         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
1757         prototype.
1758         (darwin_debug_port_info): Make static.
1759         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
1760         * machoread.c (_initialize_machoread): Add prototype.
1761         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
1762         (i386_darwin_set_control, i386_darwin_get_control)
1763         i386_darwin_dr_set_addr, i386_darwin_get_addr)
1764         i386_darwin_get_status, i386_darwin_get_control):
1765         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
1766
1767 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
1768
1769         * ax-gdb.c (gen_usual_unary): Remove special handling of
1770         enum and bool types.
1771
1772 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
1773
1774         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
1775
1776 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
1777
1778         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
1779
1780 2012-03-13  Chris January  <chris.january@allinea.com>
1781
1782         * aix-thread.c (fill_sprs): Store the floating point registers
1783         at the correct offsets into vals.
1784
1785 2012-03-13  Doug Evans  <dje@google.com>
1786
1787         * NEWS: Mention symbol-reloading has been deleted.
1788         * symfile.c (symbol_reloading): Delete.
1789         (show_symbol_reloading): Delete.
1790         (_initialize_symfile): Delete set/show symbol-reloading.
1791
1792         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
1793         read_in_chain until we have successfully read it in.
1794         (load_full_comp_unit): Ditto.
1795         (read_signatured_type): Add comment.
1796
1797 2012-03-13  Chris January  <chris.january@allinea.com>
1798
1799         * stabsread.c (fix_common_block): Change type of valu argument
1800         to CORE_ADDR.
1801
1802 2012-03-13  Chris January  <chris.january@allinea.com>
1803
1804         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
1805         instruction.
1806
1807 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1808
1809         * common/linux-procfs.c (linux_proc_get_int): New, from
1810         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
1811         field.
1812         (linux_proc_get_tgid): Only call linux_proc_get_int.
1813         (linux_proc_get_tracerpid): New.
1814         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
1815         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
1816         linux_proc_pid_has_state.
1817         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
1818         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
1819         (linux_ptrace_attach_warnings): New.
1820         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
1821         New declaration.
1822         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
1823         (linux_nat_attach): New variables ex, buffer, message and message_s.
1824         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
1825
1826 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1827
1828         * Makefile.in (linux-ptrace.o): New.
1829         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
1830         from linux-nat.c.
1831         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
1832         * common/linux-ptrace.c: New file.
1833         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
1834         * config/arm/linux.mh: Likewise.
1835         * config/i386/linux.mh: Likewise.
1836         * config/i386/linux64.mh: Likewise.
1837         * config/ia64/linux.mh: Likewise.
1838         * config/m32r/linux.mh: Likewise.
1839         * config/m68k/linux.mh: Likewise.
1840         * config/mips/linux.mh: Likewise.
1841         * config/pa/linux.mh: Likewise.
1842         * config/powerpc/linux.mh: Likewise.
1843         * config/powerpc/ppc64-linux.mh: Likewise.
1844         * config/powerpc/spu-linux.mh: Likewise.
1845         * config/s390/s390.mh: Likewise.
1846         * config/sparc/linux.mh: Likewise.
1847         * config/sparc/linux64.mh: Likewise.
1848         * config/xtensa/linux.mh: Likewise.
1849         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
1850         common/linux-procfs.c.
1851         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
1852
1853 2012-03-13  Hui Zhu  <teawater@gmail.com>
1854             Pedro Alves  <palves@redhat.com>
1855
1856         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
1857         CREATE_BREAKPOINT_FLAGS_INSERTED.
1858         (create_breakpoint_sal, create_breakpoints_sal)
1859         (base_breakpoint_create_breakpoints_sal)
1860         (tracepoint_create_breakpoints_sal)
1861         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
1862         down.
1863         (break_command_1, handle_gnu_v3_exceptions, trace_command)
1864         (ftrace_command, strace_command): Adjust.
1865         (create_tracepoint_from_upload): Pass
1866         CREATE_BREAKPOINT_FLAGS_INSERTED.
1867         * breakpoint.h (enum breakpoint_create_flags): New.
1868         (create_breakpoint): New flags parameter.
1869         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
1870         * python/py-breakpoint.c (bppy_init): Adjust.
1871         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
1872         * spu-tdep.c (spu_catch_start): Adjust.
1873
1874 2012-03-13  Pedro Alves  <palves@redhat.com>
1875             Hui Zhu  <teawater@gmail.com>
1876             Yao Qi  <yao@codesourcery.com>
1877
1878         * remote.c (struct remote_state): New field `starting_up'.
1879         (remote_start_remote): Set and clear it.
1880         (remote_can_download_tracepoint): If starting up, return false.
1881
1882 2012-03-13  Yao Qi  <yao@codesourcery.com>
1883
1884         * inferior.h (struct inferior): Remove fields any_syscall_count,
1885         syscalls_counts and total_syscalls_count.  Move them to new
1886         struct catch_syscall_inferior_data in breakpoint.c.
1887         * breakpoint.c: Call DEF_VEC_I(int).
1888         (struct catch_syscall_inferior_data): New.
1889         (get_catch_syscall_inferior_data): New.
1890         (catch_syscall_inferior_data_cleanup): New.
1891         (insert_catch_syscall): Update to access data in
1892         struct catch_syscall_inferior_data.
1893         (insert_catch_syscall): Likewise.
1894         (remove_catch_syscall): Likewise.
1895         (remove_catch_syscall): Likewise.
1896         (is_syscall_catchpoint_enabled): Likewise.
1897         (add_catch_command): Likewise.
1898         (_initialize_breakpoint): Register cleanup.
1899         * breakpoint.h: Removed DEF_VEC_I(int).
1900         * dwarf2loc.c: Call DEF_VEC_I(int).
1901         * mi/mi-main.c: Likewise.
1902
1903 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
1904
1905         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
1906
1907 2012-03-12  Chris January  <chris.january@allinea.com>
1908
1909         * aix-thread.c (_initialize_aix_thread): Add prototype.
1910         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
1911         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
1912
1913 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
1914
1915         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
1916         include of "amd64-nat.h".
1917
1918 2012-03-12  Tom Tromey  <tromey@redhat.com>
1919
1920         * buildsym.c (record_pending_block): Now static.
1921         * buildsym.h: (record_pending_block): Remove.
1922
1923 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
1924
1925         * amd64bsd-nat.c: Include amd64bsd-nat.h.
1926
1927 2012-03-09  Tom Tromey  <tromey@redhat.com>
1928
1929         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
1930         producer_is_gxx_lt_4_6>: New fields.
1931         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
1932
1933 2012-03-09  Tom Tromey  <tromey@redhat.com>
1934
1935         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
1936
1937 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
1938
1939         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
1940         prototype.
1941
1942 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
1943
1944         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
1945
1946 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1947
1948         Fix -Wmissing-prototypes build.
1949         * arm-linux-nat.c (get_thread_id): Make it static.
1950         * xtensa-linux-nat.c (get_thread_id): Likewise.
1951
1952 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
1953
1954         * server.c (process_point_options): If a conditional expression
1955         is found, only print a message if remote_debug is nonzero.
1956
1957 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
1958
1959         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
1960         of internal error for unknown/unsupported types.
1961
1962 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1963
1964         Fix CU relative vs. absolute DIE offsets.
1965         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
1966         offset to offset_in_cu.
1967         * dwarf2read.c (process_enumeration_scope): Add CU offset to
1968         TYPE_OFFSET.
1969         (dwarf2_fetch_die_location_block): Rename parameter offset to
1970         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
1971
1972 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1973
1974         * libunwind-frame.c: Rename to ...
1975         * ia64-libunwind-tdep.c: ... here.
1976         * libunwind-frame.h: Rename to ...
1977         * ia64-libunwind-tdep.h: ... here.
1978         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
1979         ia64-libunwind-tdep.h.
1980         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
1981         * README (--with-libunwind): Rename to ...
1982         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
1983         * config.in: Regenerate.
1984         * configure: Regenerate.
1985         * configure.ac: New option --with-libunwind-ia64, make the
1986         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
1987         Remove AC_DEFINE for HAVE_LIBUNWIND.
1988         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
1989         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
1990         Rename libunwind-frame in the general comment.
1991         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
1992         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
1993         Move forward declarations inside #ifndef.  Rename libunwind-frame in
1994         the general comment.
1995         * ia64-tdep.c: Rename libunwind-frame.h #include to
1996         ia64-libunwind-tdep.h.
1997         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
1998         (ia64_libunwind_descr): Rename libunwind-frame to
1999         ia64-libunwind-tdep in these function comments.
2000         * ia64-tdep.h: Rename libunwind-frame.h #include to
2001         ia64-libunwind-tdep.h.
2002         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
2003         ia64-libunwind-tdep in that data comment.
2004
2005 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2006
2007         * libunwind-frame.h (struct frame_unwind): New declaration.
2008
2009 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
2010
2011         * breakpoint.c (_initialize_breakpoint): Fix error in help of
2012         "set breakpoint condition-evaluation" command.
2013
2014 2012-03-08  Tristan Gingold  <gingold@adacore.com>
2015
2016         * sparc-stub.c: Move to stubs/
2017         * sh-stub.c: Likewise.
2018         * m68k-stub.c: Likewise.
2019         * m32r-stub.c: Likewise.
2020         * i386-stub.c: Likewise.
2021
2022 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
2023
2024         * m68klinux-tdep.c (m68k_linux_init_abi): Register
2025         linux_get_siginfo_type.
2026
2027         * m68klinux-nat.c: Include "gdb_proc_service.h".
2028         (PTRACE_GET_THREAD_AREA): Define.
2029         (ps_get_thread_area): New function.
2030
2031 2012-03-08  Yao Qi  <yao@codesourcery.com>
2032
2033         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
2034         `xsnprintf'.
2035         (remote_query_attached): Likewise.
2036         (remote_static_tracepoint_marker_at): Likewise.
2037         (remote_set_permissions): Likewise.
2038         (remote_detach_1, extended_remote_attach_1): Likewise.
2039         (send_g_packet, remote_vkill): Likewise.
2040         (extended_remote_disable_randomization): Likewise.
2041         (remote_add_target_side_condition): Likewise.
2042         (remote_insert_breakpoint): Likewise.
2043         (remote_remove_breakpoint): Likewise.
2044         (remote_insert_watchpoint): Likewise.
2045         (remote_remove_watchpoint): Likewise.
2046         (remote_insert_hw_breakpoint): Likewise.
2047         (remote_insert_hw_breakpoint): Likewise.
2048         (remote_remove_hw_breakpoint): Likewise.
2049         (remote_download_command_source): Likewise.
2050         (remote_download_tracepoint): Likewise.
2051         (remote_download_trace_state_variable): Likewise.
2052         (remote_disable_tracepoint): Likewise.
2053         (remote_trace_set_readonly_regions): Likewise.
2054         (remote_get_tracepoint_status): Likewise.
2055         (remote_trace_find): Likewise.
2056         (remote_get_trace_state_variable_value): Likewise.
2057         (remote_set_disconnected_tracing): Likewise.
2058         (remote_set_circular_trace_buffer): Likewise.
2059         (remote_get_min_fast_tracepoint_insn_len): Likewise.
2060         (remote_use_agent): Likewise.
2061         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
2062         Update callers.
2063
2064 2012-03-07  Pedro Alves  <palves@redhat.com>
2065
2066         * NEWS: Mention QProgramSignals.
2067         * inferior.h (update_signals_program_target): Declare.
2068         * infrun.c: (update_signals_program_target): New.
2069         (handle_command): Update the target of the new program signals
2070         array changes.
2071         * remote.c (PACKET_QProgramSignals): New enum.
2072         (last_program_signals_packet): New global.
2073         (remote_program_signals): New.
2074         (remote_start_remote): Update the target with the program signals
2075         list.
2076         (remote_protocol_features): Add entry for QPassSignals.
2077         (remote_open_1): Free anc clear last_program_signals_packet.
2078         (init_remote_ops): Install remote_program_signals.
2079         * target.c (update_current_target): Adjust.
2080         (target_program_signals): New.
2081         * target.h (struct target_ops) <to_program_signals>: New field.
2082         (target_program_signals): Declare.
2083
2084 2012-03-07  Pedro Alves  <palves@redhat.com>
2085
2086         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
2087         extensions.
2088
2089 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2090
2091         * m68klinux-nat.c (getregs_supplies): Make static.
2092         (getfpregs_supplies): Likewise.
2093         (have_ptrace_getregs): Likewise.
2094
2095 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
2096
2097         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
2098         in call to get_die_type_at_offset.
2099
2100 2012-03-06  Stan Shebs  <stan@codesourcery.com>
2101
2102         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
2103         * mi/mi-cmd-disas.c: Ditto.
2104         * mi/mi-cmd-env.c: Ditto.
2105         * mi/mi-cmd-file.c: Ditto.
2106         * mi/mi-cmd-stack.c: Ditto.
2107         * mi/mi-cmd-target.c: Ditto.
2108         * mi/mi-cmd-var.c: Ditto.
2109         * mi/mi-cmds.c: Ditto.
2110         * mi/mi-cmds.h: Ditto.
2111         * mi/mi-console.c: Ditto.
2112         * mi/mi-getopt.c: Ditto.
2113         * mi/mi-getopt.h: Ditto.
2114         * mi/mi-interp.c: Ditto.
2115         * mi/mi-main.c: Ditto.
2116         * mi/mi-out.c: Ditto.
2117         * mi/mi-parse.c: Ditto.
2118         * mi/mi-parse.h: Ditto.
2119         * mi/mi-symbol-cmds.c: Ditto.
2120
2121         * mi/mi-getopt.h: Move mi_opt struct up.
2122         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
2123         return.
2124         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
2125
2126 2012-03-06  Tom Tromey  <tromey@redhat.com>
2127
2128         * proc-service.c (ps_pglobal_lookup): Set the current program
2129         space.
2130
2131 2012-03-06  Pedro Alves  <palves@redhat.com>
2132
2133         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
2134
2135 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
2136
2137         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
2138
2139 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2140
2141         Code cleanup.
2142         * common/linux-osdata.c (linux_common_core_of_thread): New function
2143         comment.
2144         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
2145         call by linux_common_core_of_thread.
2146         (linux_nat_core_of_thread_1): Remove.
2147         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
2148         * linux-thread-db.c: Include linux-osdata.h.
2149         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
2150         linux_common_core_of_thread.
2151
2152 2012-03-05  Tom Tromey  <tromey@redhat.com>
2153
2154         * value.c (value_primitive_field): Don't fetch contents for
2155         non-virtual bases.
2156
2157 2012-03-05  Tom Tromey  <tromey@redhat.com>
2158
2159         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
2160
2161 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2162
2163         * s390-nat.c: Include "gregset.h".
2164
2165 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2166
2167         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
2168         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
2169         (libunwind_load): New variable so_error, use it for dlerror.  Try to
2170         load also LIBUNWIND_SO_7.
2171
2172 2012-03-05  Pedro Alves  <palves@redhat.com>
2173
2174         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
2175         is not NULL, and remove resulting dead code.
2176
2177 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
2178
2179         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
2180         prologue to sh_analyze_prologue.
2181         (sh_analyze_prologue): Make better use of such an upper limit, and
2182         generally be more cautious about accessing memory.
2183
2184 2012-03-05  Tom Tromey  <tromey@redhat.com>
2185
2186         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
2187         _initialize_ia64_hpux_tdep.
2188
2189 2012-03-05  Pedro Alves  <palves@redhat.com>
2190
2191         PR gdb/13766
2192
2193         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
2194         the register state is clear, supply explicit zero, instead of
2195         marking the register unavailable.
2196
2197 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2198
2199         * NEWS: Mention OpenVMS ia64 new target.
2200
2201 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2202
2203         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
2204         (ia64_unw_accessors, ia64_unw_rse_accessors)
2205         (ia64_libunwind_descr): Declare.
2206         * ia64-vms-tdep.c: New file.
2207         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
2208         (ia64_libunwind_descr): Make them public.
2209         * configure.tgt: Add ia64-*-*vms*.
2210         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
2211         (ALLDEPFILES): Add ia64-vms-tdep.c
2212
2213 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2214
2215         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
2216         * remote.c (PACKET_qXfer_uib): New enum value.
2217         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
2218         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
2219         (_initialize_remote): Call add_packet_config_cmd for
2220         xfer:uib packet.
2221
2222 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2223
2224         * osabi.c (gdb_osabi_names): Add OpenVMS.
2225         (generic_elf_osabi_sniffer): Likewise.
2226         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
2227
2228 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2229
2230         Removed unused code.
2231         * libunwind-frame.c (libunwind_frame_unwind)
2232         (libunwind_frame_base_address): Remove.
2233         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
2234
2235 2012-03-04  Yao Qi  <yao@codesourcery.com>
2236
2237         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
2238         remove trailing new line.
2239         (agent_run_command, agent_run_command): Add _ markup.
2240         (agent_capability_check): Likewise.
2241
2242 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2243
2244         * breakpoint.c (set_condition_evaluation_mode): Set
2245         CONDITION_EVALUATION_MODE unconditionally.
2246
2247 2012-03-03  Yao Qi  <yao@codesourcery.com>
2248
2249         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
2250         * common/agent.h: Update declaration.
2251         * inf-child.c (inf_child_use_agent): New.
2252         (inf_child_can_use_agent): New.
2253         (inf_child_target): Initialize fields `to_use_agent'
2254         and `to_can_use_agent'.
2255         * agent.c (agent_new_objfile): New.
2256         (_initialize_agent): Add agent_new_objfile to new_objfile
2257         observer.
2258
2259         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
2260         New.
2261         (linux_target_install_ops): Initialize field
2262         `to_static_tracepoint_markers_by_strid'.
2263         * remote.c (free_current_marker): Move it to ...
2264         * tracepoint.c (free_current_marker): ... here.  New.
2265         (cleanup_target_stop): New.
2266         * tracepoint.h: Declare free_current_marker.
2267         * NEWS: Add one entry about `info static-tracepoint-marker'.
2268
2269 2012-03-03  Yao Qi  <yao@codesourcery.com>
2270
2271         * common/agent.c (agent_loaded_p): New.
2272         (agent_look_up_symbols): New global.
2273         * common/agent.h: Declare agent_loaded_p.
2274
2275 2012-03-03  Yao Qi  <yao@codesourcery.com>
2276
2277         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
2278         (agent_capability_check, agent_capability_invalidate): New.
2279         (symbol_list): New array element.
2280         * common/agent.h (enum agent_capa): New.
2281         * target.c (target_pre_inferior): Call agent_capability_invalidate.
2282
2283 2012-03-03  Yao Qi  <yao@codesourcery.com>
2284
2285         * target.h (struct target_ops) <to_use_agent>: New field.
2286         (struct target_ops) <to_can_use_agent>: New field.
2287         (target_use_agent, target_can_use_agent): New macro.
2288         * target.c (update_current_target): Update.
2289         * remote.c: New enum `PACKET_QAgent'.
2290         (remote_protocol_features): Add a new element.
2291         (remote_use_agent, remote_can_use_agent): New.
2292         (init_remote_ops): Initialize field `can_use_agent' with
2293         remote_can_use_agent.  Intiailize field `use_agent' with
2294         remote_use_agent.
2295         * common/agent.c (use_agent): New global.
2296         * common/agent.h: Declare it.
2297         * tracepoint.c (info_static_tracepoint_markers_command): Add
2298         comment.
2299         * Makefile.in (SFILES): Add common/agent.c and agent.c.
2300         (COMMON_OBS): Add common/agent.o and agent.o
2301         (common-agent.o): New rule.
2302         * agent.c: New.
2303
2304 2012-03-03  Yao Qi  <yao@codesourcery.com>
2305
2306         * common/agent.c: New.
2307         * common/agent.h: New.
2308         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
2309         AC_CHECK_HEADERS.
2310         * configure, configh.in: Regenerated.
2311
2312 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
2313
2314         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
2315         unless it exists for this architecture.
2316
2317 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
2318
2319         * language.h (struct language_defn): New "method" la_read_var_value.
2320         * findvar.c: #include "language.h".
2321         (default_read_var_value): Renames read_var_value.  Rewrite
2322         function description.
2323         (read_var_value): New function.
2324         * value.h (default_read_var_value): Add prototype.
2325         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
2326         New functions.
2327         (ada_language_defn): Add entry for la_read_var_value.
2328         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
2329         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
2330         language_defn structures to add entry for new la_read_var_value
2331         field.
2332
2333 2012-03-02  Tom Tromey  <tromey@redhat.com>
2334             Pedro Alves  <palves@redhat.com>
2335
2336         PR breakpoints/13776:
2337         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
2338         breakpoints.
2339         (delete_longjmp_breakpoint_at_next_stop): New.
2340         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
2341         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
2342         before deleting the inferior.  Add comments.
2343         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
2344         breakpoints immediately, but only on next stop.  Move that code
2345         next to where we mark other breakpoints for deletion.
2346
2347 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
2348
2349         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
2350         marker.
2351         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
2352         violation.
2353
2354 2012-03-02  Pedro Alves  <palves@redhat.com>
2355
2356         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
2357
2358 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
2359
2360         Fix -Wmissing-prototypes build.
2361         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
2362         * remote-sim.c (gdbsim_has_all_memory): Likewise.
2363         (gdbsim_has_memory): Likewise.
2364
2365 2012-03-02  Yao Qi  <yao@codesourcery.com>
2366
2367         Fix -Wmissing-prototypes build.
2368         * charset.c (phony_iconv_open): Make static.
2369         (phony_iconv_close, phony_iconv): Likewise.
2370         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
2371         * i386-windows-nat.c (_initialize_i386_windows_nat): New
2372         prototype.
2373         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
2374         * ser-mingw.c (create_select_thread): Make static.
2375         * windows-termcap.c (tgetent): New prototype.
2376         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
2377
2378 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
2379
2380         Fix -Wmissing-prototypes build.
2381         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
2382         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
2383         (_initialize_loadable): New prototypes.
2384
2385 2012-03-02  Doug Evans  <dje@google.com>
2386
2387         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
2388         abbrev table, read_comp_unit will do it.
2389
2390 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2391
2392         Fix -Wmissing-prototypes build.
2393         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
2394         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
2395         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
2396         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
2397         (_initialize_arm_symbian_tdep): New prototype.
2398         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
2399         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
2400         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
2401         static.
2402         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
2403         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
2404         prototype.
2405         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
2406         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
2407         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
2408         static.
2409         * moxie-tdep.c (moxie_process_record): Likewise.
2410         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
2411         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
2412         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
2413         (_initialize_rl78_tdep): New prototype.
2414         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
2415         (_initialize_rx_tdep): New prototype.
2416         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
2417         (_initialize_darwin_solib): New prototype.
2418         * solib-spu.c: Include solib-spu.h.
2419         (_initialize_spu_solib): New prototype.
2420         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
2421         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
2422         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
2423         (tic6x_software_single_step): Make it static.
2424         (_initialize_tic6x_tdep): New prototype.
2425
2426 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2427
2428         Fix -Wmissing-prototypes build.
2429         * cris-tdep.c (cris_can_use_hardware_watchpoint)
2430         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
2431
2432 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2433
2434         Fix -Wmissing-prototypes build.
2435         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
2436         (frv_have_stopped_data_address): Remove.
2437
2438 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2439
2440         Fix -Wmissing-prototypes build.
2441         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
2442         * sh-tdep.c: Include sh64-tdep.h.
2443         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
2444         * sh64-tdep.c: Include sh64-tdep.h.
2445         * sh64-tdep.h: New file.
2446
2447 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
2448
2449         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
2450
2451 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
2452
2453         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
2454         sp_regnum once the gdbarch_init_osabi hook has been called.
2455
2456 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
2457
2458         * mips-tdep.c (mips32_bc1_pc): New function.
2459         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
2460         BPOSGE32 and BPOSGE64 instructions.
2461         (deal_with_atomic_sequence): Likewise.
2462         (mips32_instruction_has_delay_slot): Likewise.
2463
2464 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
2465             Chris Dearman  <chris@mips.com>
2466             Maciej W. Rozycki  <macro@codesourcery.com>
2467             Joseph Myers  <joseph@codesourcery.com>
2468
2469         * features/mips-dsp.xml: New file.
2470         * features/mips64-dsp.xml: New file.
2471         * features/mips-dsp-linux.xml: New file.
2472         * features/mips64-dsp-linux.xml: New file.
2473         * features/Makefile (WHICH): Add mips-dsp-linux and
2474         mips64-dsp-linux.
2475         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
2476         * features/mips-dsp-linux.c: New file.
2477         * features/mips64-dsp-linux.c: New file.
2478         * regformats/mips-dsp-linux.dat: New file.
2479         * regformats/mips64-dsp-linux.dat: New file.
2480         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
2481         registers.
2482         (mips64_linux_register_addr): Likewise.
2483         (mips64_linux_regsets_fetch_registers): Likewise.
2484         (mips64_linux_regsets_store_registers): Likewise.
2485         (mips64_linux_fetch_registers): Update call to
2486         mips64_linux_regsets_fetch_registers.
2487         (mips64_linux_store_registers): Update call to
2488         mips64_linux_regsets_store_registers.
2489         (mips_linux_read_description): Probe for DSP registers.
2490         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
2491         and initialize_tdesc_mips64_dsp_linux.
2492         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
2493         Remove padding of no longer used embedded register slots.
2494         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
2495         (MIPS_RESTART_REGNUM): Redefine enum value.
2496         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
2497         strings.
2498         (mips_tx39_reg_names): Likewise.
2499         (mips_linux_reg_names): New array of register names for Linux
2500         targets.
2501         (mips_register_name): Check for a null pointer in
2502         mips_processor_reg_names and return an empty string.
2503         (mips_register_type): Exclude embedded registers for the IRIX
2504         and Linux ABIs.
2505         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
2506         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
2507         DSP registers.
2508         (mips_stab_reg_to_regnum): Handle DSP accumulators.
2509         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
2510         (mips_gdbarch_init): Likewise.  Initialize internal register
2511         indices for the Linux ABI.  Use dynamic numbers to refer to
2512         registers, as applicable, while parsing the target description.
2513         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
2514
2515 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
2516
2517         * frame.h (read_frame_register_unsigned): Fix typo in function
2518         description.
2519
2520 2012-03-01  Pedro Alves  <palves@redhat.com>
2521
2522         * jit-reader.in [!__cplusplus]
2523         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
2524
2525 2012-03-01  Pedro Alves  <palves@redhat.com>
2526
2527         * configure.ac (build_warnings): Add -Wmissing-prototypes.
2528         * configure: Regenerate.
2529
2530 2012-03-01  Pedro Alves  <palves@redhat.com>
2531
2532         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
2533         * breakpoint.c (create_exception_master_breakpoint, trace_command)
2534         (ftrace_command, strace_command): Make static.
2535         * d-lang.c (_initialize_d_language): Declare.
2536         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
2537         * dwarf2loc.c (_initialize_dwarf2loc):
2538         * dwarf2read.c (process_psymtab_comp_unit): Make static.
2539         * exec.c (exec_get_section_table): Make static.
2540         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
2541         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
2542         * inferior.c (remove_inferior_command, add_inferior_command)
2543         (clone_inferior_command): Make static.
2544         * linux-nat.c (linux_nat_thread_address_space)
2545         (linux_nat_core_of_thread): Make static.
2546         * linux-tdep.c (_initialize_linux_tdep): Declare.
2547         * objc-lang.c (_initialize_objc_lang): Declare.
2548         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
2549         Make static.
2550         (_initialize_opencl_language): Declare.
2551         * record.c (_initialize_record): Declare.
2552         * remote.c (demand_private_info, remote_get_tib_address)
2553         (remote_supports_cond_tracepoints)
2554         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
2555         Make static.
2556         * skip.c (_initialize_step_skip): Declare.
2557         * symtab.c (skip_prologue_using_lineinfo): Make static.
2558         * tracepoint.c (delete_trace_state_variable)
2559         (trace_variable_command, delete_trace_variable_command)
2560         (get_uploaded_tsv, find_matching_tracepoint_location)
2561         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
2562         Make static.
2563         * value.c (pack_unsigned_long): Make static.
2564         * varobj.c (varobj_ensure_python_env): Make static.
2565         * windows-tdep.c (_initialize_windows_tdep): Declare.
2566         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
2567
2568 2012-03-01  Pedro Alves  <palves@redhat.com>
2569
2570         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
2571         gdbarch parameter.
2572         (linux_init_abi): Install it as has_shared_address_space gdbarch
2573         callback.
2574
2575 2012-03-01  Pedro Alves  <palves@redhat.com>
2576
2577         * observer.c (observer_test_first_notification_function)
2578         (observer_test_second_notification_function)
2579         (observer_test_third_notification_function): Add declarations.
2580
2581 2012-03-01  Pedro Alves  <palves@redhat.com>
2582
2583         * common/signals.c (default_target_signal_to_host)
2584         (default_target_signal_from_host): Move ...
2585         * arch-utils.c: ... here.
2586         * arch-utils.h (default_target_signal_to_host)
2587         (default_target_signal_from_host): Declare.
2588
2589         * common/signals.c (target_signal_from_command): Move ...
2590         * infrun.c: ... here.
2591         * inferior.h (target_signal_from_command): Declare.
2592         * target.h (target_signal_from_command)
2593         (default_target_signal_from_host, default_target_signal_to_host):
2594         Delete declarations.
2595
2596         * common/signals.c (_initialize_signals): Delete.
2597
2598 2012-03-01  Pedro Alves  <palves@redhat.com>
2599
2600         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
2601         both __cplusplus and !__cplusplus.
2602
2603 2012-03-01  Pedro Alves  <palves@redhat.com>
2604
2605         * psymtab.c (find_and_open_source): Delete declaration.
2606         * source.c (find_and_open_source): Move comment ...
2607         * source.h (find_and_open_source): ... to this new declaration.
2608
2609 2012-03-01  Pedro Alves  <palves@redhat.com>
2610
2611         * inline-frame.c: Include inline-frame.h.
2612
2613 2012-03-01  Pedro Alves  <palves@redhat.com>
2614
2615         * tui/tui-data.c (set_gen_win_origin): Delete.
2616         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
2617         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
2618
2619 2012-03-01  Pedro Alves  <palves@redhat.com>
2620
2621         * remote.c (encode_actions): Delete declaration.
2622         * tracepoint.c (encode_actions): Make extern.
2623         * tracepoint.h (encode_actions): Declare.
2624
2625 2012-03-01  Pedro Alves  <palves@redhat.com>
2626
2627         * python/py-breakpoint.c: Include python.h.
2628         * python/py-continueevent.c (create_continue_event_object): Make
2629         static.
2630         * python/py-lazy-string.c (stpy_get_type): Make static.
2631         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2632         Make static.
2633         * python/py-utils.c (unicode_to_target_python_string): Make
2634         static.
2635         * python/py-value.c: Include python.h.
2636
2637 2012-03-01  Pedro Alves  <palves@redhat.com>
2638
2639         * inferior.c (delete_threads_of_inferior): Delete.
2640
2641 2012-03-01  Pedro Alves  <palves@redhat.com>
2642
2643         Import fallback definitions from glibc.
2644
2645         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
2646         ps_prochandle): Forward declare.
2647         (ps_err_e): Use glibc's comments.
2648         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
2649         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
2650         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
2651         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
2652         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
2653         (struct ps_prochandle): Adjust comment.
2654
2655 2012-03-01  Pedro Alves  <palves@redhat.com>
2656
2657         * ada-lang.c (ada_modulus_from_name): Delete.
2658         * ada-lex.l (lexer_init): Make static.
2659
2660 2012-03-01  Pedro Alves  <palves@redhat.com>
2661
2662         PR gdb/13767
2663
2664         * frame.c (read_frame_register_unsigned): New.
2665         * frame.h (read_frame_register_unsigned): Declare.
2666         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
2667         Handle it.
2668         (print_i387_control_word): New parameter `control_p'.  Handle it.
2669         (i387_print_float_info): Handle unavailable float registers.
2670
2671 2012-03-01  Keith Seitz  <keiths@redhat.com>
2672
2673         * linespec.c (decode_line_2): Sort the list of methods
2674         alphabetically before presenting the user with a selection
2675         menu.
2676
2677 2012-03-01  Doug Evans  <dje@google.com>
2678
2679         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
2680         has_namespace_info.
2681         (dwarf2_read_abbrevs): Remove corresponding initialization.
2682
2683 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
2684
2685         * NEWS: Mention new python command class gdb.COMMAND_USER.
2686         * cli/cli-cmds.c (show_user): Print error when used on a python
2687         command.
2688         (init_cli_cmds): Update documentation strings for "show user" and
2689         "set/show max-user-call-depth" to clarify that it does not apply to
2690         python commands.
2691         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
2692         error check.
2693         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
2694         gdb python api.
2695         * top.c (execute_command): Only execute a user-defined command as a
2696         legacy macro if c->user_commands is set.
2697
2698 2012-03-01  Tom Tromey  <tromey@redhat.com>
2699
2700         * valprint.h (struct generic_val_print_decorations): New.
2701         (generic_val_print): Declare.
2702         * valprint.c (generic_val_print): New function.
2703         * p-valprint.c (p_decorations): New global.
2704         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
2705         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
2706         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
2707         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
2708         * m2-valprint.c (m2_decorations): New global.
2709         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
2710         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
2711         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
2712         TYPE_CODE_ERROR>: Call generic_val_print.
2713         * f-valprint.c (f_decorations): New global.
2714         (f_val_print): Use print_function_pointer_address.
2715         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
2716         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
2717         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
2718         generic_val_print.
2719         * c-valprint.c (c_decorations): New global.
2720         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
2721         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
2722         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
2723         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
2724         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
2725         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
2726         case.
2727
2728 2012-03-01  Tom Tromey  <tromey@redhat.com>
2729
2730         * valprint.c (val_print): Update.
2731         * p-valprint (pascal_val_print): Return void.
2732         * p-lang.h (pascal_val_print): Return void.
2733         * m2-valprint.c (m2_val_print): Return void.
2734         * m2-lang.h (m2_val_print): Return void.
2735         * language.h (struct language_defn) <la_val_print>: Return void.
2736         * language.c (unk_lang_val_print): Return void.
2737         * jv-valprint.c (java_val_print): Return void.
2738         * jv-lang.h (java_val_print): Return void.
2739         * f-valprint.c (f_val_print): Return void.
2740         * f-lang.h (f_val_print): Return void.
2741         * d-valprint.c (d_val_print): Return void.
2742         (dynamic_array_type): Update.
2743         * d-lang.h (d_val_print): Return void.
2744         * c-valprint.c (c_val_print): Return void.
2745         * c-lang.h (c_val_print): Return void.
2746         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
2747         void.
2748         * ada-lang.h (ada_val_print): Return void.
2749
2750 2012-03-01  Tom Tromey  <tromey@redhat.com>
2751
2752         * value.h (val_print): Return void.
2753         * valprint.c (val_print): Return void.
2754
2755 2012-03-01  Tom Tromey  <tromey@redhat.com>
2756
2757         * value.h (common_val_print): Return void.
2758         * valprint.c (common_val_print): Return void.
2759
2760 2012-03-01  Tom Tromey  <tromey@redhat.com>
2761
2762         * value.h (value_print): Return void.
2763         * valprint.c (value_print): Return void.
2764         * p-valprint.c (pascal_value_print): Return void.
2765         * p-lang.h (pascal_value_print): Return void.
2766         * language.h (struct language_defn) <la_value_print>: Return
2767         void.
2768         * language.c (unk_lang_value_print): Return void.
2769         * jv-valprint.c (java_value_print): Return void.
2770         * jv-lang.h (java_value_print): Return void.
2771         * f-valprint.c (c_value_print): Don't declare.
2772         Include c-lang.h.
2773         * c-valprint.c (c_value_print): Return void.
2774         * c-lang.h (c_value_print): Return void.
2775         * ada-valprint.c (ada_value_print): Return void.
2776         * ada-lang.h (ada_value_print): Return void.
2777
2778 2012-03-01  Tom Tromey  <tromey@redhat.com>
2779
2780         * value.c (value_primitive_field): Handle virtual base classes.
2781
2782 2012-03-01  Tom Tromey  <tromey@redhat.com>
2783
2784         * gdbtypes.h (struct vbase): Remove.
2785
2786 2012-03-01  Tom Tromey  <tromey@redhat.com>
2787
2788         * c-valprint.c (print_function_pointer_address): Move...
2789         * valprint.c: ... here.  Make non-static.
2790         * m2-valprint.c (print_function_pointer_address): Remove.
2791         * valprint.h (print_function_pointer_address): Declare.
2792
2793 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
2794
2795         * NEWS: Document the fact that one can provide a condition when
2796         creating an Ada exception catchpoint.
2797
2798 2012-03-01  Tom Tromey  <tromey@redhat.com>
2799
2800         * valprint.c (val_print_type_code_flags): Fix placement of
2801         trailing brace.
2802
2803 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
2804
2805         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
2806         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
2807         environment variable before calling update-copyright.
2808
2809 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
2810
2811         * gnulib/extra/update-copyright: Update to the latest from
2812         gnulib's git repository.
2813         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
2814         variable to 2 instead of 1.
2815
2816 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2817
2818         * varobj.c (c_value_of_variable): Remove dead code.
2819
2820 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2821
2822         * ada-lex.p (processId): Do not modify already encoded IDs.
2823         Update function documentation.
2824
2825 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2826
2827         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
2828         "name" with "struct symbol *name_sym".
2829         * ada-exp.y (write_var_or_type): Update call to
2830         ada_find_renaming_symbol.
2831         "name" with "struct symbol *name_sym". Adjust Implementation
2832         accordingly.  Adjust the function documentation.
2833
2834 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2835
2836         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
2837         * ada-lang.c (ada_find_any_type): Add advance declaration.
2838         Make static.  Replace ada_find_any_symbol by
2839         ada_find_any_type_symbol.
2840         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
2841         Improve function description.  Make static.
2842         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
2843         Replace ada_find_any_symbol by ada_find_any_type_symbol.
2844
2845 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2846
2847         * ada-lang.c (struct tag_args): Delete.
2848         (ada_get_tsd_type): Function body moved up in source file.
2849         (ada_tag_name_1, ada_tag_name_2): Delete.
2850         (ada_get_tsd_from_tag): New function.
2851         (ada_tag_name_from_tsd): New function.
2852         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
2853         to determine the tag name.
2854
2855 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2856
2857         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
2858         declaration.
2859         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
2860         function.
2861
2862 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2863
2864         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
2865
2866 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2867
2868         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
2869         full searches.
2870
2871 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2872
2873         * ada-lang.c (constrained_packed_array_type): If there is a
2874         parallel XA type, use it to determine the array index type.
2875
2876 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2877
2878         * ada-valprint.c (ada_val_print_1): If our value is a reference
2879         to an array descriptor, dereference it before converting it
2880         to a simple array.
2881
2882 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2883
2884         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
2885         creating fixed value.
2886         (ada_value_ind, ada_coerce_ref, assign_component)
2887         (ada_evaluate_subexp): Remove call to unwrap_value before
2888         call to ada_to_fixed_value.
2889
2890 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2891
2892         * ada-lang.c (to_fixed_array_type): Set result's type name.
2893
2894 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
2895
2896         * ada-lang.c (catch_ada_exception_command_split): Add new
2897         argument cond_string.  Add support for condition at end of
2898         "catch exception" commands.
2899         (ada_decode_exception_location): Add new argument cond_string.
2900         Update call to catch_ada_exception_command_split.
2901         (create_ada_exception_catchpoint): Add new argument cond_string.
2902         Set the breakpoint condition if needed.
2903         (catch_ada_exception_command): Update call to
2904         ada_decode_exception_location.
2905         (ada_decode_assert_location): Add function documentation.
2906         Add support for condition at end of "catch assert" command.
2907         (catch_assert_command): Update calls to ada_decode_assert_location
2908         and create_ada_exception_catchpoint.
2909
2910 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2911
2912         Fix disp-step-syscall.exp: fork: single step over fork.
2913         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
2914         (i386_linux_get_syscall_number_from_regcache): ... here, new function
2915         comment, change parameters gdbarch and ptid to regcache.  Remove
2916         parameter regcache, initialize gdbarch from regcache here.
2917         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
2918         New functions.
2919         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
2920         instead.
2921         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
2922         'syscall'.  Make the 'int' check more strict.
2923
2924 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2925
2926         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
2927         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
2928         (i386_linux_intx80_sysenter_syscall_record): ... here.
2929         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
2930         Use the renamed function name.
2931
2932 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2933
2934         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
2935         * breakpoint.c (until_break_command): Likewise.
2936         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
2937         * infcall.c (call_function_by_hand): Likewise.
2938         * infcmd.c (finish_forward): Likewise.
2939         * infrun.c (insert_exception_resume_breakpoint): Likewise.
2940
2941 2012-02-28  Tristan Gingold  <gingold@adacore.com>
2942
2943         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
2944         avoid variable assignments inside condition.
2945
2946 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2947
2948         Fix static analysis issue found by cppcheck.
2949         * microblaze-tdep.c (microblaze_extract_return_value): Fix
2950         uninitialized BUF for size 2.
2951
2952 2012-02-27  Chris Dearman  <chris@mips.com>
2953             Nathan Froyd  <froydnj@codesourcery.com>
2954             Maciej W. Rozycki  <macro@codesourcery.com>
2955
2956         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
2957         (mips16_instruction_has_delay_slot): Likewise.
2958         (mips_segment_boundary): Likewise.
2959         (mips_adjust_breakpoint_address): Likewise.
2960         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
2961
2962 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
2963             Maciej W. Rozycki  <macro@codesourcery.com>
2964
2965         * infrun.c (handle_inferior_event): Don't proceed through
2966         shared library trampolines if stepping at the machine
2967         instruction level.
2968
2969 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
2970
2971         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
2972         too.
2973
2974 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
2975
2976         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
2977         (sh_stub_unwind_sniffer): New functions.
2978         (sh_stub_unwind): New variable.
2979         (sh_gdbarch_init): Wire everything.
2980
2981 2012-02-27  Pedro Alves  <palves@redhat.com>
2982
2983         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
2984         (linux_nat_post_attach_wait): Adjust to use
2985         linux_proc_pid_is_stopped.
2986         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
2987         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
2988         based on pid_is_stopped from both linux-nat.c and
2989         gdbserver/linux-low.c, and renamed.
2990
2991 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
2992
2993         * remote.c (remote_watchpoint_addr_within_range): New function.
2994         (init_remote_ops): Use it.
2995
2996 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
2997
2998         * target.h (target_watchpoint_addr_within_range): Document macro.
2999
3000 2012-02-24  Pedro Alves  <palves@redhat.com>
3001
3002         * stack.c (set_last_displayed_sal): Issue internal_error instead
3003         of warning, and issue it after clearing the last displayed sal.
3004
3005 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3006             Pedro Alves  <palves@redhat.com>
3007
3008         * breakpoint.c (until_break_command): Install breakpoints after
3009         all frame manipulations.
3010
3011 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3012
3013         * remote.c (remote_supports_cond_breakpoints): New forward
3014         declaration.
3015         (remote_add_target_side_condition): New function.
3016         (remote_insert_breakpoint): Add target-side breakpoint
3017         conditional if supported.
3018         (remote_insert_hw_breakpoint): Likewise.
3019         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
3020         hook.
3021
3022         * target.c (update_current_target): Inherit
3023         to_supports_evaluation_of_breakpoint_conditions.
3024         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
3025
3026         * target.h (struct target_ops)
3027         <to_supports_evaluation_of_breakpoint_conditions>: New field.
3028         (target_supports_evaluation_of_breakpoint_conditions): New #define.
3029
3030         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
3031         (condition_evaluation_both, condition_evaluation_auto,
3032         condition_evaluation_host, condition_evaluation_target,
3033         condition_evaluation_enums, condition_evaluation_mode_1,
3034         condition_evaluation_mode): New static globals.
3035         (translate_condition_evaluation_mode): New function.
3036         (breakpoint_condition_evaluation_mode): New function.
3037         (gdb_evaluates_breakpoint_condition_p): New function.
3038         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
3039         (mark_breakpoint_modified): New function.
3040         (mark_breakpoint_location_modified): New function.
3041         (set_condition_evaluation_mode): New function.
3042         (show_condition_evaluation_mode): New function.
3043         (bp_location_compare_addrs): New function.
3044         (get_first_location_gte_addr): New helper function.
3045         (set_breakpoint_condition): Free condition bytecode if locations
3046         has become unconditional.  Call mark_breakpoint_modified (...).
3047         (condition_command): Call update_global_location_list (1) for
3048         breakpoints.
3049         (breakpoint_xfer_memory): Use is_breakpoint (...).
3050         (is_breakpoint): New function.
3051         (parse_cond_to_aexpr): New function.
3052         (build_target_condition_list): New function.
3053         (insert_bp_location): Handle target-side conditional
3054         breakpoints and call build_target_condition_list (...).
3055         (update_inserted_breakpoint_locations): New function.
3056         (insert_breakpoint_locations): Handle target-side conditional
3057         breakpoints.
3058         (bpstat_check_breakpoint_conditions): Add comment.
3059         (bp_condition_evaluator): New function.
3060         (bp_location_condition_evaluator): New function.
3061         (print_breakpoint_location): Print information on where the condition
3062         will be evaluated.
3063         (print_one_breakpoint_location): Likewise.
3064         (init_bp_location): Call mark_breakpoint_location_modified (...) for
3065         breakpoint location.
3066         (force_breakpoint_reinsertion): New functions.
3067         (update_global_location_list): Handle target-side breakpoint
3068         conditions.
3069         Reinsert locations that are already inserted if conditions have
3070         changed.
3071         (bp_location_dtor): Free agent expression bytecode.
3072         (disable_breakpoint): Call mark_breakpoint_modified (...).
3073         Call update_global_location_list (...) with parameter 1 for breakpoints.
3074         (disable_command): Call mark_breakpoint_location_modified (...).
3075         Call update_global_location_list (...) with parameter 1 for breakpoints.
3076         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
3077         (enable_command): mark_breakpoint_location_modified (...).
3078         (_initialize_breakpoint): Update documentation and add
3079         condition-evaluation breakpoint subcommand.
3080
3081         * breakpoint.h: Include ax.h.
3082         (condition_list): New data structure.
3083         (condition_status): New enum.
3084         (bp_target_info) <cond_list>: New field.
3085         (bp_location) <condition_changed, cond_bytecode>: New fields.
3086         (is_breakpoint): New prototype.
3087
3088 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3089
3090         * remote.c (remote_state) <cond_breakpoints>: New field.
3091         (PACKET_ConditionalBreakpoints): New enum.
3092         (remote_cond_breakpoint_feature): New function.
3093         (remote_protocol_features): Add new ConditionalBreakpoints entry.
3094         (remote_supports_cond_breakpoints): New function.
3095         (_initialize_remote): Add new packet configuration for
3096         target-side conditional breakpoints.
3097
3098 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3099
3100         * NEWS: Mention target-side conditional breakpoint support,
3101         new condition-evaluation breakpoint subcommand and remote
3102         packet extensions.
3103
3104 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3105
3106         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
3107         number.
3108
3109 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
3110
3111         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
3112         (after_prologue): Remove.
3113
3114 2012-02-23  Tom Tromey  <tromey@redhat.com>
3115
3116         * jv-valprint.c (java_val_print): Remove dead code.
3117
3118 2012-02-23  Tristan Gingold  <gingold@adacore.com>
3119
3120         * ada-tasks.c (struct ada_tasks_inferior_data): Add
3121         known_tasks_element and known_tasks_length fields.
3122         (read_known_tasks_array): Change argument type.  Use pointer type
3123         and number of elements from DATA.  Adjust.
3124         (read_known_tasks_list): Likewise.
3125         (get_known_tasks_addr): Remove.
3126         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
3127         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
3128         type and array length.  Merge former get_known_tasks_addr code.
3129
3130 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3131
3132         PR backtrace/13716
3133         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
3134         it after set_momentary_breakpoint.
3135
3136 2012-02-22  Sterling Augustine  <saugustine@google.com>
3137
3138         PR 13689:
3139         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
3140
3141 2012-02-22  Gary Benson  <gbenson@redhat.com>
3142
3143         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
3144         (find_slot_in_mapped_hash): Likewise.
3145
3146 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3147
3148         PR build/13638
3149         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
3150         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
3151         * configure: Regenerate.
3152
3153 2012-02-21  Tristan Gingold  <gingold@adacore.com>
3154             Pedro Alves  <palves@redhat.com>
3155
3156         * ia64-tdep.c: Do not include libunwind-ia64.h.
3157         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
3158         Include libunwind-ia64.h instead of libunwind.h.
3159         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
3160         for libunwind.h existence.
3161         * configure, config.in: Regenerate.
3162
3163 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
3164
3165         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
3166         instead of value_rtti_target_type.
3167         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
3168         instead of value_rtti_target_type.
3169         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
3170         value_rtti_target_type.
3171         * valops.c (value_ind): Extract function readjust_indirect_value_type.
3172         (value_rtti_target_type): Rename to ...
3173         (value_rtti_indirect_type): ... here and make it indirect.  Update
3174         function comment.
3175         * value.c (readjust_indirect_value_type): New function.
3176         (coerce_ref): Support for enclosing type setting for references
3177         with readjust_indirect_value_type.
3178         * value.h (readjust_value_type): New declaration.
3179         (value_rtti_target_type): Rename to ...
3180         (value_rtti_indirect_type): ... here.
3181
3182 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
3183
3184         * MAINTAINERS (Write After Approval): Add myself to the list.
3185
3186 2012-02-20  Doug Evans  <dje@google.com>
3187
3188         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
3189         Rename objfile_p_char parameter to objfilep.
3190         (build_objfile_section_table): Result is now void.  All callers
3191         updated.
3192         * objfiles.h (struct objfile): Tweak comments, whitespace.
3193         (build_objfile_section_table): Update.
3194
3195         * elfread.c (elf_symfile_segments): Fix warning text.
3196
3197 2012-02-20  Tom Tromey  <tromey@redhat.com>
3198
3199         PR gdb/13498:
3200         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
3201         particular set of file names once.
3202         (dw2_map_symbol_filenames): Likewise.
3203
3204 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3205
3206         Code cleanup.
3207         * main.c (write_files): Remove the declaration.
3208         (external_editor_command): Move the declaration ...
3209         [GDBTK] (external_editor_command): ... here.  Fix the comment.
3210
3211 2012-02-20  Tom Tromey  <tromey@redhat.com>
3212
3213         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
3214         extraneous block.
3215
3216 2012-02-20  Tristan Gingold  <gingold@adacore.com>
3217
3218         * darwin-nat.h (enum darwin_msg_state): Add comments.
3219
3220 2012-02-20  Tristan Gingold  <gingold@adacore.com>
3221
3222         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
3223         value.
3224
3225 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
3226
3227         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
3228         between function description and implementation.
3229
3230 2012-02-17  Tom Tromey  <tromey@redhat.com>
3231
3232         PR python/12070:
3233         * python/py-event.c (event_object_getset): New global.
3234         (event_object_type): Reference it.
3235         * python/py-type.c (field_object_getset): New global.
3236         (field_object_type): Reference it.
3237         * python/python-internal.h (gdb_py_generic_dict): Declare.
3238         * python/py-utils.c (gdb_py_generic_dict): New function.
3239
3240 2012-02-17  Tristan Gingold  <gingold@adacore.com>
3241
3242         * solib-darwin.c (darwin_current_sos): Check magic and filetype
3243
3244 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
3245
3246         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
3247         TYPE_CALLING_CONVENTION annotation.
3248
3249 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
3250
3251         * MAINTAINERS: Add rx to target ISA section.
3252         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
3253         (ALLDEPFILES): Add rx-tdep.c.
3254
3255 2012-02-16  Tom Tromey  <tromey@redhat.com>
3256
3257         * symfile.c (symbol_file_add_main_1): Use inferior's
3258         symfile_flags.
3259         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
3260         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
3261         inferior.
3262         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
3263         inferior.
3264         (follow_exec): Use inferior's symfile_flags.
3265         * inferior.h (struct inferior) <symfile_flags>: New field.
3266
3267 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
3268
3269         PR gdb/9734:
3270         * remote-sim.c (gdbsim_create_inferior): Call error() when
3271         sim_create_inferior() fails.
3272
3273 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
3274
3275         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
3276
3277 2012-02-16  Tom Tromey  <tromey@redhat.com>
3278
3279         PR c++/13653:
3280         * thread.c (struct current_thread_cleanup) <was_removable>: New
3281         field.
3282         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
3283         (make_cleanup_restore_current_thread): Initialize new field.
3284
3285 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
3286
3287         * MAINTAINERS: Add rl78 to target ISA section.
3288         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
3289         (ALLDEPFILES): Add rl78-tdep.c.
3290         * NEWS: Mention rl78 as a new target.
3291
3292 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
3293
3294         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
3295         data.
3296         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
3297
3298 2012-02-15  Tom Tromey  <tromey@redhat.com>
3299
3300         PR gdb/12659:
3301         * infcmd.c (registers_info): Print just the current register's
3302         name.
3303
3304 2012-02-15  Tom Tromey  <tromey@redhat.com>
3305
3306         * python/py-symbol.c (sympy_value): Use _().
3307
3308 2012-02-15  Pedro Alves  <palves@redhat.com>
3309
3310         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
3311         output to be like native targets'.
3312         (remote_pid_to_str): Special case the null ptid.
3313
3314 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3315
3316         * NEWS: Mention enable count command.
3317         * breakpoint.h (struct breakpoint): New field enable_count.
3318         * breakpoint.c (enable_breakpoint_disp): Add count argument.
3319         (enable_breakpoint): Add arg to call.
3320         (struct disp_data): New struct.
3321         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
3322         (do_map_enable_once_breakpoint): Create a struct and pass it.
3323         (do_map_enable_delete_breakpoint): Ditto.
3324         (do_map_enable_count_breakpoint): New function.
3325         (enable_count_command): New function.
3326         (bpstat_stop_status): Decrement enable_count.
3327         (print_one_breakpoint_location): Report enable count.
3328         (_initialize_breakpoint): Add enable count command.
3329
3330 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
3331
3332         * rl78-tdep.c (reggroups.h): Include.
3333         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
3334         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
3335         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
3336         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
3337         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
3338         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
3339         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
3340         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
3341         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
3342         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
3343         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
3344         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
3345         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
3346         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
3347         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
3348         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
3349         beginning of register list.
3350         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
3351         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
3352         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
3353         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
3354         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
3355         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
3356         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
3357         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
3358         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
3359         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
3360         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
3361         the pseudo registers.  Rearrange other pseudo registers too so
3362         that the bank registers appear at the end.
3363         (rl78_register_type): Account for the fact that the byte sized
3364         bank registers are now pseudo-registers.
3365         (rl78_register_name): Rearrange the register name array.  Make
3366         initial set of raw banked registers inaccessible.
3367         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
3368         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
3369         case for copying bytes back and forth between raw and pseudo
3370         versions of the banked registers.  Update other cases to reflect
3371         the changed names.
3372         (rl78_return_value): Update to account for changed names of
3373         raw registers.
3374         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
3375         rl78_register_sim_regno().
3376
3377 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
3378
3379         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
3380         the name parameter being passed to find_pc_partial_function().
3381
3382 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3383
3384         * MAINTAINERS: Step down from being ia64 target maintainer.
3385
3386 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3387
3388         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
3389         compilation warning.
3390
3391 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3392
3393         Fix crash on loaded shlibs without loaded exec_bfd.
3394         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
3395         (set_section_command): Replace exec_bfd by p->bfd.
3396
3397 2012-02-10  Tom Tromey  <tromey@redhat.com>
3398
3399         * linespec.c (decode_line_internal): Skip symtabs_from_filename
3400         when we have a C++ qualified name.
3401
3402 2012-02-10  Pedro Alves  <palves@redhat.com>
3403
3404         * inferior.c (inferior_pid_to_str): New.
3405         (print_inferior, inferior_command): Use it.
3406
3407 2012-02-10  Pedro Alves  <palves@redhat.com>
3408
3409         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
3410         the test CFLAGS.
3411         * configure: Regenerate.
3412
3413 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3414
3415         * linespec.c (decode_line_internal): Fix comment correctness.
3416
3417 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
3418
3419         PR gdb/12953
3420         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
3421         * amd64bsd-nat.c: Add support for debug registers (adapted from
3422         i386bsd-nat.c).
3423         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
3424         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
3425         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
3426         (amd64bsd_dr_get_control): New functions.
3427         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
3428         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
3429         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
3430         watchpoints initialization.
3431         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
3432
3433 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3434
3435         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
3436         flds_bnds.fields.
3437         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
3438
3439 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3440
3441         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
3442
3443 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
3444
3445         * language.h (symbol_name_cmp_ftype): Renames
3446         symbol_name_match_p_ftype.
3447         (struct language_defn)[la_get_symbol_name_cmp]: Renames
3448         la_get_symbol_name_match_p.
3449         * ada-lang.c (ada_get_symbol_name_cmp): Renames
3450         ada_get_symbol_name_match_p.  Update comment.
3451         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
3452         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
3453         Renames symbol_name_match_p.  Update field type.
3454         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
3455         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
3456         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
3457         "la_get_symbol_name_cmp" in comments.
3458         * language.c: Likewise.
3459
3460 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3461
3462         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
3463         %eflags offset.
3464         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
3465         (amd64_sol2_gregset32_reg_offs): Likewise.
3466
3467 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
3468
3469         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
3470         of the returned BFD is allocated by GDB.
3471
3472 2012-02-07  Tom Tromey  <tromey@redhat.com>
3473
3474         PR python/12027:
3475         * python/python-internal.h (frame_object_type): Declare.
3476         * python/py-symbol.c (sympy_needs_frame): New function.
3477         (sympy_value): New function.
3478         (symbol_object_getset): Add "needs_frame".
3479         (symbol_object_methods): Add "value".
3480         * python/py-frame.c (frame_object_type): No longer static.
3481
3482 2012-02-07  Tom Tromey  <tromey@redhat.com>
3483
3484         PR python/13599:
3485         * python/py-symbol.c (sympy_line): New function.
3486         (symbol_object_getset): Add "line".
3487
3488 2012-02-07  Tom Tromey  <tromey@redhat.com>
3489
3490         * charset.c (find_charset_names): Check 'in' against NULL.
3491
3492 2012-02-06  Doug Evans  <dje@google.com>
3493
3494         * gdbtypes.h (struct main_type): Change type of name,tag_name,
3495         and fields.name members from char * to const char *.  All uses updated.
3496         (struct cplus_struct_type): Change type of fn_fieldlists.name member
3497         from char * to const char *.  All uses updated.
3498         (type_name_no_tag): Update.
3499         (lookup_unsigned_typename, lookup_signed_typename): Update.
3500         * gdbtypes.c (type_name_no_tag): Change result type
3501         from char * to const char *.  All callers updated.
3502         (lookup_unsigned_typename, lookup_signed_typename): Change type of
3503         name parameter from char * to const char *.
3504         * symtab.h (struct cplus_specific): Change type of demangled_name
3505         member from char * to const char *.  All uses updated.
3506         (struct general_symbol_info): Change type of name and
3507         mangled_lang.demangled_name members from char * to const char *.
3508         All uses updated.
3509         (symbol_get_demangled_name, symbol_natural_name): Update.
3510         (symbol_demangled_name, symbol_search_name): Update.
3511         * symtab.c (symbol_get_demangled_name): Change result type
3512         from char * to const char *.  All callers updated.
3513         (symbol_natural_name, symbol_demangled_name): Ditto.
3514         (symbol_search_name): Ditto.
3515         (completion_list_add_name): Change type of symname,sym_text,
3516         text,word parameters from char * to const char *.
3517         (completion_list_objc_symbol): Change type of sym_text,
3518         text,word parameters from char * to const char *.
3519         * ada-lang.c (find_struct_field): Change type of name parameter
3520         from char * to const char *.
3521         (encoded_ordered_before): Similarly for N0,N1 parameters.
3522         (old_renaming_is_invisible): Similarly for function_name parameter.
3523         (ada_type_name): Change result type from char * to const char *.
3524         All callers updated.
3525         * ada-lang.h (ada_type_name): Update.
3526         * buildsym.c (hashname): Change type of name parameter
3527         from char * to const char *.
3528         * buildsym.h (hashname): Update.
3529         * dbxread.c (end_psymtab): Change type of include_list parameter
3530         from char ** to const char **.
3531         * dwarf2read.c (determine_prefix): Change result type
3532         from char * to const char *.  All callers updated.
3533         * f-lang.c (find_common_for_function): Change type of name, funcname
3534         parameters from char * to const char *.
3535         * f-lang.c (find_common_for_function): Update.
3536         * f-valprint.c (list_all_visible_commons): Change type of funcname
3537         parameters from char * to const char *.
3538         * gdbarch.sh (static_transform_name): Change type of name parameter
3539         and result from char * to const char *.
3540         * gdbarch.c: Regenerate.
3541         * gdbarch.h: Regenerate.
3542         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
3543         of name parameter from char * to const char *.
3544         * jv-lang.c (java_primitive_type_from_name): Ditto.
3545         (java_demangled_signature_length): Similarly for signature parameter.
3546         (java_demangled_signature_copy): Ditto.
3547         (java_demangle_type_signature): Ditto.
3548         * jv-lang.h (java_primitive_type_from_name): Update.
3549         (java_demangle_type_signature): Update.
3550         * objc-lang.c (specialcmp): Change type of a,b parameters
3551         from char * to const char *.
3552         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
3553         from char * to const char *.  All callers updated.
3554         * p-lang.h (is_pascal_string_type): Update.
3555         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
3556         of name parameter from char * to const char *.
3557         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
3558         * utils.c (fprintf_symbol_filtered): Ditto.
3559         * defs.h (fprintf_symbol_filtered): Update.
3560         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
3561         * stabsread.h (end_psymtab): Update.
3562         * stack.c (find_frame_funname): Change type of funname parameter
3563         from char ** to const char **.
3564         * stack.h (find_frame_funname): Update.
3565         * typeprint.c (type_print): Change type of varstring parameter
3566         from char * to const char *.
3567         * value.h (type_print): Update.
3568         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
3569         from char * to const char *.  All callers updated.
3570         (xcoff_end_psymtab): Change type of include_list parameter
3571         from char ** to const char **.  All callers updated.
3572         (swap_sym): Similarly for name parameter.  All callers updated.
3573         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
3574         Use xstrdup.
3575         (process_coff_symbol): Use xstrdup.
3576         * stabsread.c (stabs_method_name_from_physname): Renamed from
3577         update_method_name_from_physname.  Change result type from void
3578         to char *.  All callers updated.
3579         (read_member_functions): In has_destructor case, store name in objfile
3580         obstack instead of malloc space.  In !has_stub case, fix mem leak.
3581
3582 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
3583
3584         * configure: Rebuild.
3585         * configure.ac: Put -L../bfd and -L../libiberty at the front of
3586         LDFLAGS.
3587
3588 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
3589
3590         * configure.tgt (rl78-*-elf): New target.
3591         * rl78-tdep.c: New file.
3592
3593 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
3594
3595         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
3596         and continue the loop.  Add QUIT statement.
3597
3598 2012-02-03  Tom Tromey  <tromey@redhat.com>
3599
3600         PR gdb/13596:
3601         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
3602         bfd_lookup_symbol_from_symtab.
3603         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3604         gdb_bfd_lookup_symbol_from_symtab.
3605
3606 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
3607
3608         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
3609         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
3610         symbol.  Add assertion that sym2 is never NULL.
3611
3612 2012-02-02  Doug Evans  <dje@google.com>
3613
3614         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
3615         "name" parameter to const char ** from char **.  All callers updated.
3616         (find_pc_partial_function): Ditto.
3617         (cache_pc_function_name): Change type to const char * from char *.
3618         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
3619         (find_pc_partial_function): Update.
3620         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
3621         type of "name" parameter to const char * from char *.
3622         All uses updated.
3623         * arch-utils.c (generic_in_solib_return_trampoline): Change
3624         type of "name" parameter to const char * from char *.
3625         * arch-utils.h (generic_in_solib_return_trampoline): Update.
3626         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
3627         type of "name" parameter to const char * from char *.
3628         * gdbarch.sh (in_solib_return_trampoline): Ditto.
3629         * gdbarch.c: Regenerate.
3630         * gdbarch.h: Regenerate.
3631         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
3632         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
3633         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
3634         type of "name" parameter to const char * from char *.
3635         * skip.c (skip_function_pc): Ditto.
3636         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
3637         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
3638         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
3639         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
3640         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
3641         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
3642         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
3643         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
3644         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
3645
3646 2012-02-02  Pedro Alves  <palves@redhat.com>
3647
3648         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
3649         the current inferior has no execution.  Make sure the current
3650         remote process matches gdb's current inferior.
3651
3652 2012-02-02  Tom Tromey  <tromey@redhat.com>
3653
3654         PR gdb/13405:
3655         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
3656         read-only memory.
3657
3658 2012-02-02  Tom Tromey  <tromey@redhat.com>
3659
3660         PR gdb/9307:
3661         * symtab.c (lookup_language_this): Set block_found.
3662
3663 2012-02-01  Tom Tromey  <tromey@redhat.com>
3664
3665         PR gdb/13431:
3666         * jit.c (struct jit_inferior_data): Rewrite.
3667         (struct jit_objfile_data): New.
3668         (get_jit_objfile_data): New function.
3669         (add_objfile_entry): Update.
3670         (jit_read_descriptor): Return int.  Replace descriptor_addr
3671         argument with inf_data.  Update.  Don't call error.
3672         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
3673         descriptor here.
3674         (jit_inferior_init): Don't look up descriptor.  Don't call error.
3675         (jit_reset_inferior_data_and_breakpoints)
3676         (jit_inferior_created_observer): Remove.
3677         (jit_inferior_exit_hook): Update.
3678         (jit_executable_changed_observer): Remove.
3679         (jit_event_handler): Update.
3680         (free_objfile_data): Reset inferior data if needed.
3681         (_initialize_jit): Update.
3682
3683 2012-02-01  Tom Tromey  <tromey@redhat.com>
3684
3685         * jit.c (bfd_open_from_target_memory): Move higher in file.
3686
3687 2012-02-01  Tristan Gingold  <gingold@adacore.com>
3688
3689         * libunwind-frame.c (libunwind_load): Display message if dlopen
3690         failed.
3691
3692 2012-02-01  Gary Benson  <gbenson@redhat.com>
3693
3694         * symtab.h (symbol_found_callback_ftype): New typedef.
3695         (iterate_over_symbols): Use the above.
3696         * symtab.c (iterate_over_symbols): Likewise.
3697         * language.h (language_defn->la_iterate_over_symbols): Likewise.
3698         * ada-lang.c (ada_iterate_over_symbols): Likewise.
3699         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
3700         (iterate_name_matcher): Document return values.
3701         (collect_one_symbol): Likewise.
3702         (collect_function_symbols): Likewise.
3703         (collect_symbols): Likewise.
3704
3705 2012-02-01  Tom Tromey  <tromey@redhat.com>
3706
3707         * ada-lang.c (resolve_subexp): Update.
3708         (ada_lookup_symbol_list): Add 'full_search' argument.
3709         (ada_iterate_over_symbols): Pass 0 as full_search argument to
3710         ada_lookup_symbol_list.
3711         (ada_lookup_encoded_symbol): Update.
3712         (get_var_value): Update.
3713         * ada-exp.y (block_lookup): Update.
3714         (write_var_or_type): Update.
3715         (write_name_assoc): Update.
3716         * ada-lang.h (ada_lookup_symbol_list): Update.
3717
3718 2012-01-31  Tom Tromey  <tromey@redhat.com>
3719
3720         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
3721         comment.
3722
3723 2012-01-31  Doug Evans  <dje@google.com>
3724
3725         * symtab.h: Remove outdated comment.
3726         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
3727
3728 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
3729
3730         Fix build error in Darwin port.
3731         * i386-darwin-nat.c: Include i386-nat.h.
3732
3733 2012-01-30  Tom Tromey  <tromey@redhat.com>
3734
3735         PR breakpoints/13568:
3736         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
3737         argument.  Check for recursive includes.
3738         (dwarf_decode_macros): Create an include hash.
3739
3740 2012-01-30  Michael Eager  <eager@eagercon.com>
3741
3742         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
3743         * ppc-linux-tdep.c: Include glibc-tdep.h.
3744         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
3745         (powerpc_linux_in_plt_stub): New function.
3746         (powerpc_linux_in_dynsym_resolve_code): New function.
3747         (ppc_skip_trampoline_code): New function.
3748         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
3749         Use glibc_skip_solib_resolver.
3750
3751 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3752
3753         Code cleanup: Make 1440 bytes of data segment read-only.
3754         * arch-utils.c (endian_enum): Make it const char *const [].
3755         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
3756         Likewise.
3757         * breakpoint.c (always_inserted_enums): Likewise.
3758         * cli/cli-cmds.c (script_ext_enums): Likewise.
3759         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
3760         enumlist parameter const char *const *.
3761         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
3762         const char *const *.
3763         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
3764         parameter const char *const *.
3765         * cris-tdep.c (cris_modes): Make it const char *const [].
3766         * filesystem.c (target_file_system_kinds): Likewise.
3767         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
3768         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
3769         (can_use_displaced_stepping_enum, scheduler_enums)
3770         (exec_direction_names): Likewise.
3771         * language.c (_initialize_language): Make the type_or_range_names and
3772         case_sensitive_names variables const char *const [].
3773         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
3774         * python/python.c (python_excp_enums): Likewise.
3775         * remote.c (interrupt_sequence_modes): Likewise.
3776         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
3777         * serial.c (logbase_enums): Likewise.
3778         * sh-tdep.c (sh_cc_enum): Likewise.
3779         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
3780         Likewise.
3781         * symtab.c (multiple_symbols_modes): Likewise.
3782         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
3783         Likewise.
3784         * utils.c (internal_problem_modes): Likewise.
3785
3786 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3787
3788         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
3789         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
3790         result.
3791
3792 2012-01-27  Doug Evans  <dje@google.com>
3793
3794         * configure.ac (with_python): Fix absolute path handling for win32.
3795         * configure: Regenerate.
3796
3797 2012-01-26  Doug Evans  <dje@google.com>
3798
3799         * symtab.c: Whitespace cleanup, no code changes.
3800
3801         * symtab.c (lookup_symbol_in_language): Improve comment.
3802         (lookup_symbol_aux): Fix comment.
3803
3804         * psymtab.c (add_psymbol_to_list): Result is now "void".
3805         * psympriv.h (add_psymbol_to_list): Update.
3806
3807         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
3808
3809 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3810
3811         Do not open script filenames twice.
3812         * cli/cli-cmds.c (source_script_from_stream): Pass to
3813         source_python_script also STREAM.
3814         * python/py-auto-load.c (source_section_scripts): Pass to
3815         source_python_script_for_objfile also STREAM.
3816         (auto_load_objfile_script): Pass to source_python_script_for_objfile
3817         also INPUT.
3818         * python/python-internal.h (source_python_script_for_objfile): New
3819         parameter file, rename parameter file to filename.
3820         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
3821         instead if !_WIN32.  Update the function comment.
3822         (source_python_script, source_python_script_for_objfile)
3823         (source_python_script): New parameter file, rename parameter file to
3824         filename.  Pass FILENAME to python_run_simple_file.
3825         * python/python.h (source_python_script): New parameter file, rename
3826         parameter file to filename.
3827
3828 2012-01-26  Pedro Alves  <palves@redhat.com>
3829
3830         * corelow.c (core_has_fake_pid): Delete.
3831         (core_close): Delete references to `core_has_fake_pid'.
3832         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
3833         (core_open): Delete references to `core_has_fake_pid'.
3834         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
3835         the removed global.
3836
3837 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
3838
3839         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
3840         Remove language parameter from name_matcher.  Adjust the comment.
3841         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
3842         Remove language parameter.
3843         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
3844         * linespec.c (iterate_name_matcher): Likewise.
3845         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
3846         name_matcher.  Adjust call accordingly.
3847         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
3848         (maintenance_check_symtabs): Adjust type of parameter "fun".
3849         * psymtab.h (maintenance_check_symtabs): Likewise.
3850
3851 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
3852
3853         * language.h (symbol_name_match_p_ftype): New typedef.
3854         (struct language_defn): Replace field la_symbol_name_compare
3855         by la_get_symbol_name_match_p.
3856         * ada-lang.c (ada_get_symbol_name_match_p): New function.
3857         (ada_language_defn): Use it.
3858         * linespec.c (struct symbol_matcher_data): New type.
3859         (iterate_name_matcher): Rewrite.
3860         (iterate_over_all_matching_symtabs): Pass a pointer to
3861         a symbol_matcher_data struct to expand_symtabs_matching
3862         instead of just the lookup name.
3863         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
3864         opencl-lang.c, p-lang.c, language.c: Delete field
3865         la_symbol_name_compare, and replace by NULL for new field
3866         la_get_symbol_name_match_p.
3867         * symfile.h (struct quick_symbol_functions): Update comment.
3868
3869 2012-01-25  Tom Tromey  <tromey@redhat.com>
3870
3871         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
3872         dereferencing.
3873
3874 2012-01-24  Tom Tromey  <tromey@redhat.com>
3875
3876         PR symtab/12406:
3877         * solib.c (update_solib_list): Update the program space's
3878         added_solibs and deleted_solibs fields.
3879         * progspace.h (struct program_space) <added_solibs,
3880         deleted_solibs>: New fields.
3881         (clear_program_space_solib_cache): Declare.
3882         * progspace.c (release_program_space): Call
3883         clear_program_space_solib_cache.
3884         (clear_program_space_solib_cache): New function.
3885         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
3886         bpstat_stop_status.  Use handle_solib_event.
3887         * breakpoint.c: Include gdb_regex.h.
3888         (print_solib_event): New function.
3889         (bpstat_print): Use print_solib_event.
3890         (bpstat_stop_status): Add special case for bp_shlib_event.
3891         (handle_solib_event): New function.
3892         (bpstat_what): Use handle_solib_event.
3893         (struct solib_catchpoint): New.
3894         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
3895         (breakpoint_hit_catch_solib, check_status_catch_solib)
3896         (print_it_catch_solib, print_one_catch_solib)
3897         (print_mention_catch_solib, print_recreate_catch_solib): New
3898         functions.
3899         (catch_solib_breakpoint_ops): New global.
3900         (catch_load_or_unload, catch_load_command_1)
3901         (catch_unload_command_1): New functions.
3902         (internal_bkpt_check_status): Add special case for
3903         bp_shlib_event.
3904         (internal_bkpt_print_it): Use print_solib_event.
3905         (initialize_breakpoint_ops): Initialize
3906         catch_solib_breakpoint_ops.
3907         (_initialize_breakpoint): Register "catch load" and "catch
3908         unload".
3909         * breakpoint.h (handle_solib_event): Declare.
3910         * NEWS: Add entry for "catch load" and "catch unload".
3911
3912 2012-01-24  Tom Tromey  <tromey@redhat.com>
3913
3914         * ada-lang.c: Include gdb_vecs.h.
3915         * charset.c: Include gdb_vecs.h.
3916         * tracepoint.h: Include gdb_vecs.h.
3917         * gdb_vecs.h: New file.
3918
3919 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
3920
3921         * breakpoint.c (breakpoint_hit_catch_fork)
3922         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
3923         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
3924         * infrun.c (inferior_has_forked, inferior_has_vforked)
3925         (inferior_has_execd, inferior_has_called_syscall): Delete.
3926         (handle_syscall_event): Get syscall_number from the execution
3927         control state's wait status.
3928         (wait_for_inferior): Don't clear syscall_number.
3929
3930 2012-01-24  Pedro Alves  <palves@redhat.com>
3931
3932         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
3933         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
3934         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
3935         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
3936         `ws' parameter.
3937         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
3938         false for events other than TARGET_SIGNAL_TRAP.
3939         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
3940         Add `ws' parameter.
3941         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
3942         events other than TARGET_SIGNAL_TRAP.
3943         (tracepoint_breakpoint_hit): Add `ws' parameter.
3944         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
3945         parameter.
3946         (bpstat_stop_status): Same.
3947         (pc_at_non_inline_function): Same.
3948         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
3949         to pass the current event's waitstatus to bpstat_stop_status
3950         and pc_at_non_inline_function.
3951
3952 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3953
3954         Code cleanup.
3955         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
3956         Update the function comment for it.
3957         (source_script_with_search): Call make_cleanup_fclose for STREAM.
3958         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
3959         for STREAM.
3960
3961 2012-01-24  Pedro Alves  <palves@redhat.com>
3962
3963         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
3964         outside `bs->stop' block.
3965         (bpstat_what): Rework bp_shlib_event handling.
3966         (internal_bkpt_check_status): If the breakpoint is a
3967         bp_shlib_event, then set bs->stop and bs->print if
3968         stop_on_solib_events is set.
3969
3970 2012-01-24  Gary Benson  <gbenson@redhat.com>
3971
3972         Delete #if 0'd out code.
3973         * stack.c (print_frame_label_vars): Remove.
3974         (catch_info): Likewise.
3975         (_initialize_stack): Remove "info catch" command.
3976         * NEWS: Mention the above.
3977
3978 2012-01-24  Pedro Alves  <palves@redhat.com>
3979
3980         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
3981         it.
3982         (remote_notice_new_inferior): If the remote end doesn't support
3983         the multiprocess extensions, then the PID is fake.
3984         (add_current_inferior_and_thread): New.
3985         (remote_start_remote): Use it.
3986         (extended_remote_attach_1): Adjust.
3987         (extended_remote_create_inferior_1): Use
3988         add_current_inferior_and_thread.
3989
3990 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3991
3992         Fix watchpoints to be specific for each inferior.
3993         * breakpoint.c (watchpoint_in_thread_scope): Verify also
3994         current_program_space.
3995         * i386-nat.c (i386_inferior_data_cleanup): New.
3996         (i386_inferior_data_get): Replace variable inf_data_local by an
3997         inferior_data call.
3998         (i386_use_watchpoints): Initialize i386_inferior_data.
3999         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
4000         specific iterate_over_lwps.
4001
4002 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4003
4004         Fix watchpoints across inferior fork.
4005         * amd64-linux-nat.c (update_debug_registers_callback): Update the
4006         comment for linux_nat_iterate_watchpoint_lwps.
4007         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
4008         linux_nat_iterate_watchpoint_lwps.
4009         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
4010         * i386-linux-nat.c (update_debug_registers_callback): Update the
4011         comment for linux_nat_iterate_watchpoint_lwps.
4012         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
4013         linux_nat_iterate_watchpoint_lwps.
4014         (i386_linux_prepare_to_resume): New comment on Linux kernel.
4015         * i386-nat.c: Include inferior.h.
4016         (dr_mirror): Remove.
4017         (i386_inferior_data, struct i386_inferior_data)
4018         (i386_inferior_data_get): New.
4019         (i386_debug_reg_state): Use i386_inferior_data_get.
4020         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
4021         (i386_insert_watchpoint, i386_remove_watchpoint)
4022         (i386_stopped_data_address, i386_insert_hw_breakpoint)
4023         (i386_remove_hw_breakpoint): New variable state, use
4024         i386_debug_reg_state instead of DR_MIRROR.
4025         * linux-nat.c (delete_lwp): New declaration.
4026         (num_lwps): Move here from downwards.
4027         (delete_lwp_cleanup): New.
4028         (linux_child_follow_fork): Create new child_lp, call
4029         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
4030         PTRACE_DETACH.
4031         (num_lwps): Move upwards.
4032         (linux_nat_iterate_watchpoint_lwps): New.
4033         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
4034         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
4035
4036 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
4037
4038         GDB 7.4 released.
4039
4040 2012-01-23  Pedro Alves  <palves@redhat.com>
4041
4042         * top.c (caution): Rename to ...
4043         (confirm): ... this.
4044         (show_caution): Rename to ...
4045         (show_confirm): ... this.
4046         (quit_cover): Adjust.
4047         (init_main): Adjust.
4048         * top.h (caution): Rename to ...
4049         (confirm): ... this.
4050         * utils.c (internal_vproblem, defaulted_query): Adjust.
4051
4052 2012-01-23  Pedro Alves  <palves@redhat.com>
4053
4054         * top.c (caution): Update comment.
4055         (execute_command): Don't consider the current value of `caution'.
4056
4057 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4058
4059         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
4060
4061 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
4062
4063         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
4064         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
4065         * target.c (target_fileio_pwrite): Remove buffer address from
4066         debug output.
4067         (target_fileio_pread): Likewise.
4068
4069 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4070
4071         * NEWS: Document remote "info proc" and "generate-core-file".
4072
4073 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4074
4075         * gdbarch.sh (find_memory_regions): New callback.
4076         * gdbarch.c, gdbarch.h: Regenerate.
4077
4078         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
4079         callback before falling back to target method.
4080
4081         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
4082         (linux_target_install_ops): No longer install it.
4083
4084         * linux-tdep.c (linux_find_memory_regions): New function.
4085         (linux_init_abi): Install it.
4086
4087 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4088
4089         * gdbarch.sh (make_corefile_notes): New architecture callback.
4090         * gdbarch.c: Regenerate.
4091         * gdbarch.h: Likewise.
4092
4093         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
4094         before target_make_corefile_notes.  If NULL is returned, the
4095         target does not support core file generation.
4096
4097         * linux-nat.c: Include "linux-tdep.h".
4098         (find_signalled_thread, find_stop_signal): Remove.
4099         (linux_nat_do_thread_registers): Likewise.
4100         (struct linux_nat_corefile_thread_data): Likewise.
4101         (linux_nat_corefile_thread_callback): Likewise.
4102         (iterate_over_spus): Likewise.
4103         (struct linux_spu_corefile_data): Likewise.
4104         (linux_spu_corefile_callback): Likewise.
4105         (linux_spu_make_corefile_notes): Likewise.
4106         (linux_nat_collect_thread_registers): New function.
4107         (linux_nat_make_corefile_notes): Replace contents by call to
4108         linux_make_corefile_notes passing linux_nat_collect_thread_registers
4109         as native-only callback.
4110
4111         * linux-tdep.h: Include "bfd.h".
4112         (struct regcache): Add forward declaration.
4113         (linux_collect_thread_registers_ftype): New typedef.
4114         (linux_make_corefile_notes): Add prototype.
4115         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
4116         "regset.h", and "elf-bfd.h".
4117         (find_signalled_thread, find_stop_signal): New functions.
4118         (linux_spu_make_corefile_notes): Likewise.
4119         (linux_collect_thread_registers): Likewise.
4120         (struct linux_corefile_thread_data): New data structure.
4121         (linux_corefile_thread_callback): New funcion.
4122         (linux_make_corefile_notes): Likewise.
4123         (linux_make_corefile_notes_1): Likewise.
4124         (linux_init_abi): Install it.
4125
4126 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4127
4128         * gdbarch.sh (info_proc): New callback.
4129         * gdbarch.c, gdbarch.h: Regenerate.
4130
4131         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
4132         before falling back to the target info_proc callback.
4133
4134         * linux-nat.c: Do not include "cli/cli-utils.h".
4135         (linux_nat_info_proc): Remove.
4136         (linux_target_install_ops): No longer install it.
4137
4138         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
4139         (read_mapping): New function.
4140         (linux_info_proc): Likewise.
4141         (linux_init_abi): Install it.
4142
4143 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4144
4145         * defs.h (enum info_proc_what): Moved here from linux-nat.c
4146         * infcmd.c: (info_proc_cmd_1): New function.
4147         (info_proc_cmd): New function, moved here from equivalent routine
4148         orignally in linux-nat.c.
4149         (info_proc_cmd_mappings): Likewise.
4150         (info_proc_cmd_stat): Likewise.
4151         (info_proc_cmd_status): Likewise.
4152         (info_proc_cmd_cwd): Likewise.
4153         (info_proc_cmd_cmdline): Likewise.
4154         (info_proc_cmd_exe): Likewise.
4155         (info_proc_cmd_all): Likewise.
4156         (_initialize_infcmd): Install "info proc" command and subcommands.
4157
4158         * target.h (struct target_ops): Add to_info_proc.
4159         (target_info_proc): Add prototype.
4160         * target.c (target_info_proc): New function.
4161
4162         * procfs.c (procfs_info_proc): Add prototype.
4163         (info_proc_cmd): Rename into ...
4164         (procfs_info_proc): ... this.  Update argument types as appropriate
4165         for a to_info_proc implementation.  Handle "what" argument.
4166         (procfs_target): Install procfs_info_proc.
4167         (_initialize_procfs): No longer install "info proc" command.
4168
4169         * linux-nat.c: (enum info_proc_what): Remove.
4170         (linux_nat_info_proc_cmd_1): Rename into ...
4171         (linux_nat_info_proc): ... this.  Update argument types as appropriate
4172         for a to_info_proc implementation.
4173         (linux_nat_info_proc_cmd): Remove.
4174         (linux_nat_info_proc_cmd_mappings): Likewise.
4175         (linux_nat_info_proc_cmd_stat): Likewise.
4176         (linux_nat_info_proc_cmd_status): Likewise.
4177         (linux_nat_info_proc_cmd_cwd): Likewise.
4178         (linux_nat_info_proc_cmd_cmdline): Likewise.
4179         (linux_nat_info_proc_cmd_exe): Likewise.
4180         (linux_nat_info_proc_cmd_all): Likewise.
4181         (linux_target_install_ops): Install linux_nat_info_proc.
4182         (_initialize_linux_nat): No longer install "info proc" command
4183         and subcommands.
4184
4185 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4186
4187         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
4188         * config.in, configure: Regenerate.
4189
4190         * target.h (struct target_ops): Add to_fileio_readlink.
4191         (target_fileio_readlink): Add prototype.
4192         * target.c (target_fileio_readlink): New function.
4193
4194         * inf-child.c: Conditionally include <sys/param.h>.
4195         (inf_child_fileio_readlink): New function.
4196         (inf_child_target): Install it.
4197
4198         * remote.c (PACKET_vFile_readlink): New enum value.
4199         (remote_hostio_readlink): New function.
4200         (init_remote_ops): Install it.
4201         (_initialize_remote): Handle vFile:readlink packet type.
4202
4203 2012-01-20  Pedro Alves  <palves@redhat.com>
4204             Ulrich Weigand  <ulrich.weigand@linaro.org>
4205
4206         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
4207         * config.in, configure: Regenerate.
4208
4209         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
4210         to_fileio_pread, to_fileio_close, to_fileio_unlink.
4211         (target_fileio_open): Add prototype.
4212         (target_fileio_pwrite): Likewise.
4213         (target_fileio_pread): Likewise.
4214         (target_fileio_close): Likewise.
4215         (target_fileio_unlink): Likewise.
4216         (target_fileio_read_alloc): Likewise.
4217         (target_fileio_read_stralloc): Likewise.
4218
4219         * target.c: Include "gdb/fileio.h".
4220         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
4221         (default_fileio_target): New function.
4222         (target_fileio_open): Likewise.
4223         (target_fileio_pwrite): Likewise.
4224         (target_fileio_pread): Likewise.
4225         (target_fileio_close): Likewise.
4226         (target_fileio_unlink): Likewise.
4227         (target_fileio_close_cleanup): Likewise.
4228         (target_fileio_read_alloc_1): Likewise.
4229         (target_fileio_read_alloc): Likewise.
4230         (target_fileio_read_stralloc): Likewise.
4231
4232         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
4233         <fcntl.h>, and <unistd.h>.
4234         (inf_child_fileio_open_flags_to_host): New function.
4235         (inf_child_errno_to_fileio_error): Likewise.
4236         (inf_child_fileio_open): Likewise.
4237         (inf_child_fileio_pwrite): Likewise.
4238         (inf_child_fileio_pread): Likewise.
4239         (inf_child_fileio_close): Likewise.
4240         (inf_child_fileio_unlink): Likewise.
4241         (inf_child_target): Install to_fileio routines.
4242
4243         * remote.c (init_remote_ops): Install to_fileio routines.
4244
4245 2012-01-20  Pedro Alves  <palves@redhat.com>
4246             Ulrich Weigand  <ulrich.weigand@linaro.org>
4247
4248         * remote.c (remote_multi_process_p): Only check for multi-process
4249         protocol feature, do not check for extended protocol.
4250         (remote_supports_multi_process): Check for extended protocol here.
4251         (set_general_process): Likewise.
4252         (extended_remote_kill): Likewise.
4253         (remote_pid_to_str): Likewise.
4254         (remote_query_supported): Always query multiprocess mode.
4255
4256 2012-01-20  Pedro Alves  <palves@redhat.com>
4257             Ulrich Weigand  <ulrich.weigand@linaro.org>
4258
4259         * inferior.h (struct inferior): Add fake_pid_p.
4260         * inferior.c (exit_inferior_1): Clear fake_pid_p.
4261         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
4262         magic_null_ptid since the remote side doesn't provide a real PID.
4263
4264 2012-01-19  Tom Tromey  <tromey@redhat.com>
4265
4266         * NEWS: Combine the two Python sections.
4267
4268 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4269
4270         * target.h (target_close): Update comment on the target's unpush state.
4271
4272 2012-01-19  Pedro Alves  <palves@redhat.com>
4273
4274         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
4275         linux_nat_async directly instead of going through the target
4276         vector.
4277         * target.c (unpush_target): Close target after unpushing it, not
4278         before.
4279
4280 2012-01-19  Gary Benson  <gbenson@redhat.com>
4281
4282         * mdebugread.c (sort_blocks): Replace integer constants with ones
4283         derived from FIRST_LOCAL_BLOCK.
4284
4285 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
4286             Jan Kratochvil  <jan.kratochvil@redhat.com>
4287
4288         PR gdb/9538
4289         * symfile.c (find_separate_debug_file): New function.
4290         (terminate_after_last_dir_separator): Likewise.
4291         (find_separate_debug_file_by_debuglink): Also try realpath.
4292         * configure.ac (AC_CHECK_FUNCS): Add lstat.
4293         * configure: Regenerate.
4294         * config.in: Regenerate.
4295
4296 2012-01-18  Doug Evans  <dje@google.com>
4297
4298         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
4299         (main.o): Remove rule.
4300         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
4301         (--with-sysroot): Rewrite.
4302         * configure: Regenerate.
4303         * config.in: Regenerate.
4304
4305 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4306
4307         * parse.c (initialize_expout): New function.
4308         (reallocate_expout): Likewise.
4309         (parse_exp_in_context): Use `initialize_expout' and
4310         `reallocate_expout' when appropriate.
4311
4312 2012-01-18  Pedro Alves  <palves@redhat.com>
4313
4314         * record.c (struct record_breakpoint, record_breakpoint_p)
4315         (record_breakpoints): New.
4316         (record_insert_breakpoint, record_remove_breakpoint): Manage
4317         record breakpoints list.  Only remove breakpoints from the
4318         inferior if they had been inserted there in the first place.
4319
4320 2012-01-17  Doug Evans  <dje@google.com>
4321
4322         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
4323         if we know we don't have a file name to look for.
4324
4325 2012-01-17  Pedro Alves  <palves@redhat.com>
4326
4327         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
4328         the frame's stop reason is UNWIND_UNAVAILABLE.
4329
4330 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4331
4332         Fix compilation error.
4333         * m2-exp.y (yyerror): Use ANSI C prototype.
4334
4335 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
4336
4337         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
4338         (growbuf_by_size): Likewise.
4339         (yyerror): Likewise.
4340         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
4341         (modblock): Remove variable (was #if 0'ed).
4342         (parse_number): Convert prototype from K&R to ANSI C.
4343         (yyerror): Likewise.
4344         * objc-exp.y (parse_number): Likewise.
4345         (yyerror): Likewise.
4346         (yylex): Remove #if 0'ed code.
4347         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
4348         (yyerror): Likewise.
4349
4350 2012-01-16  Tom Tromey  <tromey@redhat.com>
4351
4352         * NEWS: Add item.
4353         * symtab.h (compare_filenames_for_search): Declare.
4354         * symtab.c (compare_filenames_for_search): New function.
4355         (iterate_over_some_symtabs): Use it.
4356         * symfile.h (struct quick_symbol_functions)
4357         <map_symtabs_matching_filename>: Change spec.
4358         * psymtab.c (partial_map_symtabs_matching_filename): Use
4359         compare_filenames_for_search.  Update for new spec.
4360         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
4361         compare_filenames_for_search.  Update for new spec.
4362         * breakpoint.c (clear_command): Use compare_filenames_for_search.
4363
4364 2012-01-16  Tom Tromey  <tromey@redhat.com>
4365
4366         PR python/13281:
4367         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
4368         (struct main_type) <flag_flag_enum>: New field.
4369         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
4370         * NEWS: Add entries.
4371         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
4372         enums.
4373         * python/lib/gdb/printing.py (_EnumInstance): New class.
4374         (FlagEnumerationPrinter): Likewise.
4375
4376 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
4377
4378         * breakpoint.c (create_sals_from_address_default): New function.
4379         (create_breakpoints_sal_default): Likewise.
4380         (decode_linespec_default): Likewise.
4381         (is_marker_spec): Removed.
4382         (strace_marker_p): New function.
4383         (init_breakpoint_sal): Using `strace_marker_p' instead of
4384         `is_marker_spec'.
4385         (create_breakpoint): Call method `create_sals_from_address' from
4386         breakpoint_ops, replacing code that created SALs conditionally
4387         on the type of the breakpoint.  Call method `create_breakpoints_sal',
4388         replacing code that created breakpoints conditionally on the type
4389         wanted.
4390         (base_breakpoint_create_sals_from_address): New function.
4391         (base_breakpoint_create_breakpoints_sal): Likewise.
4392         (base_breakpoint_decode_linespec): Likewise.
4393         (base_breakpoint_ops): Add methods
4394         `base_breakpoint_create_sals_from_address',
4395         `base_breakpoint_create_breakpoints_sal' and
4396         `base_breakpoint_decode_linespec'.
4397         (bkpt_create_sals_from_address): New function.
4398         (bkpt_create_breakpoints_sal): Likewise.
4399         (bkpt_decode_linespec): Likewise.
4400         (tracepoint_create_sals_from_address): Likewise.
4401         (tracepoint_create_breakpoints_sal): Likewise.
4402         (tracepoint_decode_linespec): Likewise.
4403         (strace_marker_create_sals_from_address): Likewise.
4404         (strace_marker_create_breakpoints_sal): Likewise.
4405         (strace_marker_decode_linespec): Likewise.
4406         (strace_marker_breakpoint_ops): New variable.
4407         (addr_string_to_sals): Remove `marker_spec'.  Call method
4408         `decode_linespec' from breakpoint_ops, replacing code that decoded
4409         an address string into a SAL.  Use `strace_marker_p' instead of
4410         `marker_spec'.
4411         (strace_command): Decide whether we are dealing with a static
4412         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
4413         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
4414         * breakpoint.h (linespec_result, linespec_sals): New forward
4415         declarations.
4416         (breakpoint_ops) <create_sals_from_address>,
4417         <create_breakpoints_sal>, <decode_linespec>: New methods.
4418
4419 2012-01-14  Doug Evans  <dje@google.com>
4420
4421         * NEWS: Update text for "maint set python print-stack".
4422         It is deprecated in gdb 7.4 and deleted in 7.5.
4423
4424 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
4425
4426         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
4427         including curses.h.
4428
4429 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4430
4431         * configure: Regenerate.
4432         * config.in: Regenerate.
4433
4434 2012-01-12  Keith Seitz  <keiths@redhat.com>
4435
4436         PR mi/10586
4437         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
4438         (ANONYMOUS_UNION_NAME): Define.
4439         (is_path_expr_parent): New function.
4440         (get_path_expr_parent): New function.
4441         (is_anonymous_child): New function.
4442         (create_child_with_value): If the child is anonymous and without
4443         a name, assign an object name to it.
4444         (c_describe_child): Use get_path_expr_parent to determine
4445         the parent expression.
4446         If there field represents an anonymous struct or union and
4447         has no name, set an appropriate display name and expression.
4448         (cplus_describe_child): Likewise.
4449
4450 2012-01-12  Pedro Alves  <palves@redhat.com>
4451
4452         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
4453         available when %ebp is found to be zero (outermost).
4454
4455 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
4456
4457         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
4458         an internal gdb_static_assert.
4459         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
4460
4461 2012-01-11  Tom Tromey  <tromey@redhat.com>
4462
4463         PR gdb/9598:
4464         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
4465         catch" and "catch throw".
4466
4467 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
4468
4469         * blockframe.c (block_innermost_frame): Start search from selected
4470         frame, if present, or otherwise the current frame.
4471
4472         * c-exp.y (variable): Update innermost_block for
4473         'block COLONCOLON NAME' clause.
4474         * m2-exp.y (variable): Ditto.
4475         * objc-exp.y (variable): Ditto.
4476
4477 2012-01-10  Tom Tromey  <tromey@redhat.com>
4478
4479         PR python/13199:
4480         * python/python.c (finish_python_initialization): Set sys.argv.
4481
4482 2012-01-10  Doug Evans  <dje@google.com>
4483
4484         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
4485         "want_line_info".  All callers updated.
4486         (dwarf_decode_lines_1): New function.
4487         (handle_DW_AT_stmt_list): Add function comment.
4488         New arg "want_line_info".  All callers updated.
4489         (read_file_scope,read_type_unit_scope): Move comment from
4490         handle_DW_AT_stmt_list to here.
4491
4492 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4493
4494         Fix regression after libiberty/ update for GCC PR 6057 and others.
4495         * c-exp.y (operator) <OPERATOR DELETE>
4496         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
4497         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
4498         (make_builtin_type, make_name): New variable i, add gdb_assert.
4499         (operator) <OPERATOR NEW>: Update ARGS to 3.
4500         (operator) <OPERATOR DELETE>: Add trailing space.
4501         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
4502         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
4503         * cp-support.c (cp_canonicalize_string): Check NULL from
4504         cp_comp_to_string, call warning and return.
4505
4506 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4507
4508         Fix duplicate .o files after omitting libbfd.a.
4509         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
4510         (SFILES): Add corelow.c.
4511         (COMMON_OBS): Add corelow.o.
4512         (ALLDEPFILES): Remove corelow.c.
4513         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
4514         * config/alpha/alpha-osf3.mh: Likewise.
4515         * config/alpha/fbsd.mh: Likewise.
4516         * config/arm/nbsdaout.mh: Likewise.
4517         * config/arm/nbsdelf.mh: Likewise.
4518         * config/i386/i386gnu.mh: Likewise.
4519         * config/ia64/hpux.mh: Likewise.
4520         * config/ia64/linux.mh: Likewise.
4521         * config/m32r/linux.mh: Likewise.
4522         * config/m68k/linux.mh: Likewise.
4523         * config/mips/irix5.mh: Likewise.
4524         * config/mips/irix6.mh: Likewise.
4525         * config/pa/hpux.mh: Likewise.
4526         * config/pa/linux.mh: Likewise.
4527         * config/powerpc/aix.mh: Likewise.
4528         * config/sparc/linux.mh: Likewise.
4529         * config/sparc/linux64.mh: Likewise.
4530         * config/sparc/sol2.mh: Likewise.
4531         * config/vax/vax.mh: Likewise.
4532         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
4533         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
4534         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
4535         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
4536         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
4537         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
4538         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
4539         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
4540         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
4541         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
4542         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
4543         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
4544         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
4545         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
4546         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
4547         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
4548         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
4549         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
4550         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
4551         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
4552         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
4553         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
4554         corelow.o from gdb_target_obs.
4555         * corefile.c (core_target): Update the comment on NULL value.
4556         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
4557         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
4558         MATCHES.  Drop YUMMY set on NULL.
4559         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
4560         reclaim CORE_DATA if it is already NULL.
4561
4562 2012-01-09  Doug Evans  <dje@google.com>
4563
4564         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
4565         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
4566
4567 2012-01-09  Keith Seitz  <keiths@redhat.com>
4568
4569         * breakpoint.c (wrapper.h): Don't include.
4570
4571 2012-01-09  Keith Seitz  <keiths@redhat.com>
4572
4573         * Makefile.in (SFILES): Remove wrapper.c.
4574         (HFILES_NO_SRCDIR): Remove wrapper.h.
4575         (COMMON_OBS): Remove wrapper.o.
4576         * cli/cli-interp.c: Don't inlude wrapper.h.
4577         * corelow.c: Likewise.
4578         (core_open): Replace gdb_target_find_new_threads with
4579         TRY_CATCH around target_find_new_threads.
4580         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
4581         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
4582         * varobj.c (varobj_create): Likewise for parse_exp_1 and
4583         evaluate_expression.
4584         (varobj_set_value): Likewise for evaluate_expression and
4585         value_assign.
4586         (install_new_variable): Likewise for value_fetch_lazy.
4587         (adjust_value_for_child_access): Likewise for value_ind.
4588         (c_describe_child): Likewise for value_subscript and
4589         value_ind.
4590         (c_value_of_root): Likewise for evaluate_expression.
4591         * wrapper.c: Remove.
4592         * wrapper.h: Remove.
4593
4594 2012-01-09  Doug Evans  <dje@google.com>
4595
4596         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
4597         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
4598         "abfd" args with "section".  All callers updated.
4599         Error checking code moved ...
4600         (error_check_comp_unit_head): ... here.  New function.
4601         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
4602         Delete arg "abfd".  New arg "type_offset".  All callers updated.
4603         (create_debug_types_hash_table): Simplify by using
4604         read_and_check_type_unit_head.
4605
4606         * parser-defs.h (namecopy): Delete.
4607         * parse.c (namecopy, namecopy_size): Move into copy_name.
4608
4609 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4610
4611         Partially fix duplicate .o files after omitting libbfd.a.
4612         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
4613         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
4614         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
4615         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
4616         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
4617         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
4618         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
4619
4620 2012-01-09  Pedro Alves  <palves@redhat.com>
4621
4622         * MAINTAINERS: Update my email address.
4623
4624 2012-01-08  Doug Evans  <dje@google.com>
4625
4626         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
4627         n_type_units.  Rename type_comp_units to all_type_units.
4628         All uses updated.
4629         (add_signatured_type_cu_to_table): Renamed from
4630         add_signatured_type_cu_to_list.  All callers updated.
4631
4632         * gdbtypes.h (struct cplus_struct_type): Delete member
4633         nfn_fields_total.  All uses removed.
4634
4635 2012-01-06  Doug Evans  <dje@google.com>
4636
4637         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
4638         to top of file.
4639         (dwarf2_find_comp_unit): Delete.
4640         (process_psymtab_comp_unit): Make result "void".
4641         Delete args buffer, info_ptr, buffer_size, and replace with
4642         "section".  All callers updated.
4643         (dwarf2_build_psymtabs_hard): Simplify.
4644
4645 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
4646             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4647
4648         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
4649         before `struct gdb_exception'.
4650         * breakpoint.c (update_global_location_list_nothrow)
4651         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
4652         * cp-abi.c (value_rtti_type): Likewise.
4653         * cp-support.c (cp_validate_operator): Likewise.
4654         * infrun.c (insert_exception_resume_breakpoint)
4655         (check_exception_resume, keep_going): Likewise.
4656         * mi-interp.c (mi_breakpoint_created)
4657         (mi_breakpoint_modified): Likewise.
4658         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
4659         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
4660         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
4661
4662 2012-01-05  Doug Evans  <dje@google.com>
4663
4664         * dwarf2read.c (statement_prologue): Delete, unused.
4665
4666         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
4667         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
4668
4669         * dwarf2read.c (comp_unit_header): Delete, unused.
4670
4671 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
4672
4673         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
4674         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
4675
4676 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
4677
4678         * infrun.c (normal_stop): Don't skip calling the normal_stop
4679         observers if the thread was doing a multi-step, but stopped for
4680         some reason other than stepping.
4681
4682 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
4683
4684         * cli/cli-decode.h: Add comments.
4685         (CMD_LIST_AMBIGUOUS): Moved to command.h
4686         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
4687         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
4688         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
4689         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
4690         (add_com, add_com_alias, add_info, add_info_alias)
4691         (complete_on_cmdlist, complete_on_enum, help_list): Remove
4692         declarations.
4693         * command.h: Add and adjust comments.
4694         (CMD_LIST_AMBIGUOUS): Moved here.
4695         (help_cmd, help_cmd_list): Delete declarations.
4696
4697 2012-01-04  Doug Evans  <dje@google.com>
4698
4699         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
4700         All callers updated.
4701         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
4702         Replace all arguments with "per_cu".  All callers updated.
4703
4704         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
4705
4706         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
4707         New arg "per_cu".  All callers updated.
4708
4709         Delete #if 0'd out code.
4710         * language.c (binop_result_type): Delete.
4711         (simple_type, ordered_type, same_type, integral_type): Delete.
4712         (numeric_type, character_type, string_type, boolean_type): Delete.
4713         (float_type, structured_type): Delete.
4714         * language.h: Update.
4715
4716 2012-01-04  Tom Tromey  <tromey@redhat.com>
4717
4718         * python/py-value.c (valpy_binop): Initialize 'res_val'.
4719
4720 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
4721
4722         * corefile.c (close_exec_file): Delete.
4723         (reopen_exec_file): Remove commented out code that seems related
4724         to close_exec_file, which is being deleted here.
4725         * inferior.h (close_exec_file): Delete.
4726         * fork-child.c (fork_inferior): Remove call to fork_inferior.
4727
4728 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
4729
4730         * ada-lang.c: #include "cli/cli-utils.h".
4731         (get_selections): Use skip_spaces.
4732         (ada_get_next_arg): Use skip_spaces and skip_to_space.
4733         (catch_ada_exception_command_split): Use skip_spaces.
4734         (ada_decode_assert_location): Likewise.
4735
4736 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
4737
4738         * linespec.c (decode_line_internal): Check for C++ or Java
4739         compound constructs only if the current language is C, C++
4740         or Java.
4741
4742 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4743
4744         Revert:
4745         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4746                     Joel Brobecker  <brobecker@adacore.com>
4747         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
4748         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
4749         3 times.
4750         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
4751         fall through into AT_ENTRY_POINT.
4752         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
4753         DUMMY_ADDR with it.
4754         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
4755         PPC_INSN_SIZE skip to 3 times.
4756
4757 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
4758
4759         * linespec.c (add_minsym): Preserve function descriptors.
4760
4761 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
4762
4763         * breakpoint.c (all_locations_are_pending): Consider locations
4764         in program spaces executing during startup pending as well.
4765
4766 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
4767
4768         Copyright year update in most files of the GDB Project.
4769
4770 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
4771
4772         * copyright.sh: Delete.
4773         * copyright.py: Rewrite.
4774
4775 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
4776
4777         * gnulib/extra/update-copyright: New file, imported from gnulib.
4778
4779 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
4780
4781         * README (Copyright and License Notices): New section.
4782
4783 2012-01-03  Tom Tromey  <tromey@redhat.com>
4784
4785         PR python/12533:
4786         * python/py-value.c (valpy_dereference, valpy_get_address
4787         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
4788         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
4789         (valpy_absolute, valpy_richcompare): Free intermediate values.
4790
4791 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
4792
4793         * ada-lang.c: Reformat the copyright notice.
4794
4795 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4796
4797         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4798         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
4799         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
4800         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
4801         Revert this part of:
4802         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4803         Build gdb directly from *.o files not using libgdb.a.
4804         * Makefile.in (COMMON_OBS): Remove solib-target.o.
4805
4806 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
4807
4808         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
4809         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
4810         Reformat the copyright header.
4811
4812 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4813
4814         Revert this part of:
4815         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4816         Remove the gdbtui binary.
4817         * gdb.c (main): Remove args.interpreter_p initialization.
4818         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
4819         * main.h (struct captured_main_args): Remove interpreter_p.
4820
4821 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
4822
4823         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
4824
4825 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
4826
4827         * top.c (print_gdb_version): Update copyright year.
4828
4829 2012-01-02  Yao Qi  <yao@codesourcery.com>
4830
4831         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
4832
4833 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4834             Joel Brobecker  <brobecker@adacore.com>
4835
4836         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
4837         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
4838         3 times.
4839         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
4840         fall through into AT_ENTRY_POINT.
4841         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
4842         DUMMY_ADDR with it.
4843         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
4844         PPC_INSN_SIZE skip to 3 times.
4845
4846 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4847
4848         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
4849         the return value.
4850         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
4851
4852 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4853
4854         Build gdb directly from *.o files not using libgdb.a.
4855         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
4856         (COMMON_OBS): Remove solib-target.o.
4857         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
4858         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
4859         (LIBGDB_OBS, libgdb.a): Move it above.
4860         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
4861         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
4862         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
4863         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
4864         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
4865         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
4866         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
4867         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
4868         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
4869         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
4870         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
4871         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
4872         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
4873         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
4874         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
4875         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
4876         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
4877         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
4878         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
4879         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
4880         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
4881         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
4882         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
4883         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
4884         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
4885         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
4886         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
4887
4888 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4889
4890         Remove the gdbtui binary.
4891         * .gitignore (/gdbtui): Remove.
4892         * Makefile.in (TUI): Remove.
4893         (SUBDIR_TUI_OBS): Remove tui-main.o.
4894         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
4895         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
4896         (tui-main.o): Remove.
4897         (all_object_files): Remove tui-main.o.
4898         * NEWS: New note for the gdbtui removal.
4899         * configure: Rebuilt.
4900         * configure.ac: No longer add all-tui, clean-tui, install-tui and
4901         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
4902         CONFIG_UNINSTALL respectively.
4903         * gdb.c (main): Remove args.interpreter_p initialization.
4904         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
4905         * main.h (struct captured_main_args): Remove interpreter_p.
4906         * tui/tui-main.c: Remove.
4907
4908 2012-01-01  Doug Evans  <dje@google.com>
4909
4910         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
4911         (dwarf2_physname, read_import_statement): Ditto.
4912         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
4913         (process_structure_scope read_subroutine_type): Ditto.
4914         (read_typedef, load_partial_dies, read_partial_die): Ditto.
4915         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
4916         (dwarf2_fetch_die_location_block): Ditto.
4917         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
4918
4919         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
4920         All callers updated.
4921         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
4922         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
4923         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
4924
4925         * dwarf2read.c (load_cu): Move assert to more useful location.
4926
4927         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
4928         All callers updated.
4929
4930         * dwarf2read.c (dwarf2_per_objfile): Add comment.
4931         (dwarf2_elf_names): Minor reformat.
4932         (dwarf2_per_cu_data): Tweak comment.
4933         (dwarf2_read_section): Fix comment.
4934         (create_all_comp_units): Fix comment.
4935         (load_full_comp_unit): Fix comment.
4936         (process_full_comp_unit): Fix comment.
4937         (read_signatured_type): Fix comment.
4938
4939 For older changes see ChangeLog-2011.
4940 \f
4941 Local Variables:
4942 mode: change-log
4943 left-margin: 8
4944 fill-column: 74
4945 version-control: never
4946 coding: utf-8
4947 End: