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