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