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