gdb/
[external/binutils.git] / gdb / ChangeLog
1 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
4         compilation warning.
5
6 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7
8         Fix crash on loaded shlibs without loaded exec_bfd.
9         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10         (set_section_command): Replace exec_bfd by p->bfd.
11
12 2012-02-10  Tom Tromey  <tromey@redhat.com>
13
14         * linespec.c (decode_line_internal): Skip symtabs_from_filename
15         when we have a C++ qualified name.
16
17 2012-02-10  Pedro Alves  <palves@redhat.com>
18
19         * inferior.c (inferior_pid_to_str): New.
20         (print_inferior, inferior_command): Use it.
21
22 2012-02-10  Pedro Alves  <palves@redhat.com>
23
24         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
25         the test CFLAGS.
26         * configure: Regenerate.
27
28 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
29
30         * linespec.c (decode_line_internal): Fix comment correctness.
31
32 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
33
34         PR gdb/12953
35         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
36         * amd64bsd-nat.c: Add support for debug registers (adapted from
37         i386bsd-nat.c).
38         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
39         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
40         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
41         (amd64bsd_dr_get_control): New functions.
42         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
43         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
44         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
45         watchpoints initialization.
46         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
47
48 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
49
50         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
51         flds_bnds.fields.
52         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
53
54 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
55
56         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
57
58 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
59
60         * language.h (symbol_name_cmp_ftype): Renames
61         symbol_name_match_p_ftype.
62         (struct language_defn)[la_get_symbol_name_cmp]: Renames
63         la_get_symbol_name_match_p.
64         * ada-lang.c (ada_get_symbol_name_cmp): Renames
65         ada_get_symbol_name_match_p.  Update comment.
66         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
67         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
68         Renames symbol_name_match_p.  Update field type.
69         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
70         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
71         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
72         "la_get_symbol_name_cmp" in comments.
73         * language.c: Likewise.
74
75 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
76
77         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
78         %eflags offset.
79         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
80         (amd64_sol2_gregset32_reg_offs): Likewise.
81
82 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
83
84         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
85         of the returned BFD is allocated by GDB.
86
87 2012-02-07  Tom Tromey  <tromey@redhat.com>
88
89         PR python/12027:
90         * python/python-internal.h (frame_object_type): Declare.
91         * python/py-symbol.c (sympy_needs_frame): New function.
92         (sympy_value): New function.
93         (symbol_object_getset): Add "needs_frame".
94         (symbol_object_methods): Add "value".
95         * python/py-frame.c (frame_object_type): No longer static.
96
97 2012-02-07  Tom Tromey  <tromey@redhat.com>
98
99         PR python/13599:
100         * python/py-symbol.c (sympy_line): New function.
101         (symbol_object_getset): Add "line".
102
103 2012-02-07  Tom Tromey  <tromey@redhat.com>
104
105         * charset.c (find_charset_names): Check 'in' against NULL.
106
107 2012-02-06  Doug Evans  <dje@google.com>
108
109         * gdbtypes.h (struct main_type): Change type of name,tag_name,
110         and fields.name members from char * to const char *.  All uses updated.
111         (struct cplus_struct_type): Change type of fn_fieldlists.name member
112         from char * to const char *.  All uses updated.
113         (type_name_no_tag): Update.
114         (lookup_unsigned_typename, lookup_signed_typename): Update.
115         * gdbtypes.c (type_name_no_tag): Change result type
116         from char * to const char *.  All callers updated.
117         (lookup_unsigned_typename, lookup_signed_typename): Change type of
118         name parameter from char * to const char *.
119         * symtab.h (struct cplus_specific): Change type of demangled_name
120         member from char * to const char *.  All uses updated.
121         (struct general_symbol_info): Change type of name and
122         mangled_lang.demangled_name members from char * to const char *.
123         All uses updated.
124         (symbol_get_demangled_name, symbol_natural_name): Update.
125         (symbol_demangled_name, symbol_search_name): Update.
126         * symtab.c (symbol_get_demangled_name): Change result type
127         from char * to const char *.  All callers updated.
128         (symbol_natural_name, symbol_demangled_name): Ditto.
129         (symbol_search_name): Ditto.
130         (completion_list_add_name): Change type of symname,sym_text,
131         text,word parameters from char * to const char *.
132         (completion_list_objc_symbol): Change type of sym_text,
133         text,word parameters from char * to const char *.
134         * ada-lang.c (find_struct_field): Change type of name parameter
135         from char * to const char *.
136         (encoded_ordered_before): Similarly for N0,N1 parameters.
137         (old_renaming_is_invisible): Similarly for function_name parameter.
138         (ada_type_name): Change result type from char * to const char *.
139         All callers updated.
140         * ada-lang.h (ada_type_name): Update.
141         * buildsym.c (hashname): Change type of name parameter
142         from char * to const char *.
143         * buildsym.h (hashname): Update.
144         * dbxread.c (end_psymtab): Change type of include_list parameter
145         from char ** to const char **.
146         * dwarf2read.c (determine_prefix): Change result type
147         from char * to const char *.  All callers updated.
148         * f-lang.c (find_common_for_function): Change type of name, funcname
149         parameters from char * to const char *.
150         * f-lang.c (find_common_for_function): Update.
151         * f-valprint.c (list_all_visible_commons): Change type of funcname
152         parameters from char * to const char *.
153         * gdbarch.sh (static_transform_name): Change type of name parameter
154         and result from char * to const char *.
155         * gdbarch.c: Regenerate.
156         * gdbarch.h: Regenerate.
157         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
158         of name parameter from char * to const char *.
159         * jv-lang.c (java_primitive_type_from_name): Ditto.
160         (java_demangled_signature_length): Similarly for signature parameter.
161         (java_demangled_signature_copy): Ditto.
162         (java_demangle_type_signature): Ditto.
163         * jv-lang.h (java_primitive_type_from_name): Update.
164         (java_demangle_type_signature): Update.
165         * objc-lang.c (specialcmp): Change type of a,b parameters
166         from char * to const char *.
167         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
168         from char * to const char *.  All callers updated.
169         * p-lang.h (is_pascal_string_type): Update.
170         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
171         of name parameter from char * to const char *.
172         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
173         * utils.c (fprintf_symbol_filtered): Ditto.
174         * defs.h (fprintf_symbol_filtered): Update.
175         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
176         * stabsread.h (end_psymtab): Update.
177         * stack.c (find_frame_funname): Change type of funname parameter
178         from char ** to const char **.
179         * stack.h (find_frame_funname): Update.
180         * typeprint.c (type_print): Change type of varstring parameter
181         from char * to const char *.
182         * value.h (type_print): Update.
183         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
184         from char * to const char *.  All callers updated.
185         (xcoff_end_psymtab): Change type of include_list parameter
186         from char ** to const char **.  All callers updated.
187         (swap_sym): Similarly for name parameter.  All callers updated.
188         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
189         Use xstrdup.
190         (process_coff_symbol): Use xstrdup.
191         * stabsread.c (stabs_method_name_from_physname): Renamed from
192         update_method_name_from_physname.  Change result type from void
193         to char *.  All callers updated.
194         (read_member_functions): In has_destructor case, store name in objfile
195         obstack instead of malloc space.  In !has_stub case, fix mem leak.
196
197 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
198
199         * configure: Rebuild.
200         * configure.ac: Put -L../bfd and -L../libiberty at the front of
201         LDFLAGS.
202
203 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
204
205         * configure.tgt (rl78-*-elf): New target.
206         * rl78-tdep.c: New file.
207
208 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
209
210         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
211         and continue the loop.  Add QUIT statement.
212
213 2012-02-03  Tom Tromey  <tromey@redhat.com>
214
215         PR gdb/13596:
216         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
217         bfd_lookup_symbol_from_symtab.
218         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
219         gdb_bfd_lookup_symbol_from_symtab.
220
221 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
222
223         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
224         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
225         symbol.  Add assertion that sym2 is never NULL.
226
227 2012-02-02  Doug Evans  <dje@google.com>
228
229         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
230         "name" parameter to const char ** from char **.  All callers updated.
231         (find_pc_partial_function): Ditto.
232         (cache_pc_function_name): Change type to const char * from char *.
233         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
234         (find_pc_partial_function): Update.
235         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
236         type of "name" parameter to const char * from char *.
237         All uses updated.
238         * arch-utils.c (generic_in_solib_return_trampoline): Change
239         type of "name" parameter to const char * from char *.
240         * arch-utils.h (generic_in_solib_return_trampoline): Update.
241         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
242         type of "name" parameter to const char * from char *.
243         * gdbarch.sh (in_solib_return_trampoline): Ditto.
244         * gdbarch.c: Regenerate.
245         * gdbarch.h: Regenerate.
246         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
247         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
248         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
249         type of "name" parameter to const char * from char *.
250         * skip.c (skip_function_pc): Ditto.
251         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
252         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
253         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
254         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
255         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
256         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
257         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
258         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
259         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
260
261 2012-02-02  Pedro Alves  <palves@redhat.com>
262
263         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
264         the current inferior has no execution.  Make sure the current
265         remote process matches gdb's current inferior.
266
267 2012-02-02  Tom Tromey  <tromey@redhat.com>
268
269         PR gdb/13405:
270         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
271         read-only memory.
272
273 2012-02-02  Tom Tromey  <tromey@redhat.com>
274
275         PR gdb/9307:
276         * symtab.c (lookup_language_this): Set block_found.
277
278 2012-02-01  Tom Tromey  <tromey@redhat.com>
279
280         PR gdb/13431:
281         * jit.c (struct jit_inferior_data): Rewrite.
282         (struct jit_objfile_data): New.
283         (get_jit_objfile_data): New function.
284         (add_objfile_entry): Update.
285         (jit_read_descriptor): Return int.  Replace descriptor_addr
286         argument with inf_data.  Update.  Don't call error.
287         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
288         descriptor here.
289         (jit_inferior_init): Don't look up descriptor.  Don't call error.
290         (jit_reset_inferior_data_and_breakpoints)
291         (jit_inferior_created_observer): Remove.
292         (jit_inferior_exit_hook): Update.
293         (jit_executable_changed_observer): Remove.
294         (jit_event_handler): Update.
295         (free_objfile_data): Reset inferior data if needed.
296         (_initialize_jit): Update.
297
298 2012-02-01  Tom Tromey  <tromey@redhat.com>
299
300         * jit.c (bfd_open_from_target_memory): Move higher in file.
301
302 2012-02-01  Tristan Gingold  <gingold@adacore.com>
303
304         * libunwind-frame.c (libunwind_load): Display message if dlopen
305         failed.
306
307 2012-02-01  Gary Benson  <gbenson@redhat.com>
308
309         * symtab.h (symbol_name_match_p_ftype): New typedef.
310         (iterate_over_symbols): Use the above.
311         * symtab.c (iterate_over_symbols): Likewise.
312         * language.h (language_defn->la_iterate_over_symbols): Likewise.
313         * ada-lang.c (ada_iterate_over_symbols): Likewise.
314         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
315         (iterate_name_matcher): Document return values.
316         (collect_one_symbol): Likewise.
317         (collect_function_symbols): Likewise.
318         (collect_symbols): Likewise.
319
320 2012-02-01  Tom Tromey  <tromey@redhat.com>
321
322         * ada-lang.c (resolve_subexp): Update.
323         (ada_lookup_symbol_list): Add 'full_search' argument.
324         (ada_iterate_over_symbols): Pass 0 as full_search argument to
325         ada_lookup_symbol_list.
326         (ada_lookup_encoded_symbol): Update.
327         (get_var_value): Update.
328         * ada-exp.y (block_lookup): Update.
329         (write_var_or_type): Update.
330         (write_name_assoc): Update.
331         * ada-lang.h (ada_lookup_symbol_list): Update.
332
333 2012-01-31  Tom Tromey  <tromey@redhat.com>
334
335         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
336         comment.
337
338 2012-01-31  Doug Evans  <dje@google.com>
339
340         * symtab.h: Remove outdated comment.
341         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
342
343 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
344
345         Fix build error in Darwin port.
346         * i386-darwin-nat.c: Include i386-nat.h.
347
348 2012-01-30  Tom Tromey  <tromey@redhat.com>
349
350         PR breakpoints/13568:
351         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
352         argument.  Check for recursive includes.
353         (dwarf_decode_macros): Create an include hash.
354
355 2012-01-30  Michael Eager  <eager@eagercon.com>
356
357         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
358         * ppc-linux-tdep.c: Include glibc-tdep.h.
359         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
360         (powerpc_linux_in_plt_stub): New function.
361         (powerpc_linux_in_dynsym_resolve_code): New function.
362         (ppc_skip_trampoline_code): New function.
363         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
364         Use glibc_skip_solib_resolver.
365
366 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
367
368         Code cleanup: Make 1440 bytes of data segment read-only.
369         * arch-utils.c (endian_enum): Make it const char *const [].
370         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
371         Likewise.
372         * breakpoint.c (always_inserted_enums): Likewise.
373         * cli/cli-cmds.c (script_ext_enums): Likewise.
374         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
375         enumlist parameter const char *const *.
376         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
377         const char *const *.
378         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
379         parameter const char *const *.
380         * cris-tdep.c (cris_modes): Make it const char *const [].
381         * filesystem.c (target_file_system_kinds): Likewise.
382         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
383         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
384         (can_use_displaced_stepping_enum, scheduler_enums)
385         (exec_direction_names): Likewise.
386         * language.c (_initialize_language): Make the type_or_range_names and
387         case_sensitive_names variables const char *const [].
388         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
389         * python/python.c (python_excp_enums): Likewise.
390         * remote.c (interrupt_sequence_modes): Likewise.
391         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
392         * serial.c (logbase_enums): Likewise.
393         * sh-tdep.c (sh_cc_enum): Likewise.
394         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
395         Likewise.
396         * symtab.c (multiple_symbols_modes): Likewise.
397         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
398         Likewise.
399         * utils.c (internal_problem_modes): Likewise.
400
401 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
402
403         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
404         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
405         result.
406
407 2012-01-27  Doug Evans  <dje@google.com>
408
409         * configure.ac (with_python): Fix absolute path handling for win32.
410         * configure: Regenerate.
411
412 2012-01-26  Doug Evans  <dje@google.com>
413
414         * symtab.c: Whitespace cleanup, no code changes.
415
416         * symtab.c (lookup_symbol_in_language): Improve comment.
417         (lookup_symbol_aux): Fix comment.
418
419         * psymtab.c (add_psymbol_to_list): Result is now "void".
420         * psympriv.h (add_psymbol_to_list): Update.
421
422         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
423
424 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
425
426         Do not open script filenames twice.
427         * cli/cli-cmds.c (source_script_from_stream): Pass to
428         source_python_script also STREAM.
429         * python/py-auto-load.c (source_section_scripts): Pass to
430         source_python_script_for_objfile also STREAM.
431         (auto_load_objfile_script): Pass to source_python_script_for_objfile
432         also INPUT.
433         * python/python-internal.h (source_python_script_for_objfile): New
434         parameter file, rename parameter file to filename.
435         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
436         instead if !_WIN32.  Update the function comment.
437         (source_python_script, source_python_script_for_objfile)
438         (source_python_script): New parameter file, rename parameter file to
439         filename.  Pass FILENAME to python_run_simple_file.
440         * python/python.h (source_python_script): New parameter file, rename
441         parameter file to filename.
442
443 2012-01-26  Pedro Alves  <palves@redhat.com>
444
445         * corelow.c (core_has_fake_pid): Delete.
446         (core_close): Delete references to `core_has_fake_pid'.
447         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
448         (core_open): Delete references to `core_has_fake_pid'.
449         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
450         the removed global.
451
452 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
453
454         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
455         Remove language parameter from name_matcher.  Adjust the comment.
456         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
457         Remove language parameter.
458         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
459         * linespec.c (iterate_name_matcher): Likewise.
460         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
461         name_matcher.  Adjust call accordingly.
462         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
463         (maintenance_check_symtabs): Adjust type of parameter "fun".
464         * psymtab.h (maintenance_check_symtabs): Likewise.
465
466 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
467
468         * language.h (symbol_name_match_p_ftype): New typedef.
469         (struct language_defn): Replace field la_symbol_name_compare
470         by la_get_symbol_name_match_p.
471         * ada-lang.c (ada_get_symbol_name_match_p): New function.
472         (ada_language_defn): Use it.
473         * linespec.c (struct symbol_matcher_data): New type.
474         (iterate_name_matcher): Rewrite.
475         (iterate_over_all_matching_symtabs): Pass a pointer to
476         a symbol_matcher_data struct to expand_symtabs_matching
477         instead of just the lookup name.
478         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
479         opencl-lang.c, p-lang.c, language.c: Delete field
480         la_symbol_name_compare, and replace by NULL for new field
481         la_get_symbol_name_match_p.
482         * symfile.h (struct quick_symbol_functions): Update comment.
483
484 2012-01-25  Tom Tromey  <tromey@redhat.com>
485
486         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
487         dereferencing.
488
489 2012-01-24  Tom Tromey  <tromey@redhat.com>
490
491         PR symtab/12406:
492         * solib.c (update_solib_list): Update the program space's
493         added_solibs and deleted_solibs fields.
494         * progspace.h (struct program_space) <added_solibs,
495         deleted_solibs>: New fields.
496         (clear_program_space_solib_cache): Declare.
497         * progspace.c (release_program_space): Call
498         clear_program_space_solib_cache.
499         (clear_program_space_solib_cache): New function.
500         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
501         bpstat_stop_status.  Use handle_solib_event.
502         * breakpoint.c: Include gdb_regex.h.
503         (print_solib_event): New function.
504         (bpstat_print): Use print_solib_event.
505         (bpstat_stop_status): Add special case for bp_shlib_event.
506         (handle_solib_event): New function.
507         (bpstat_what): Use handle_solib_event.
508         (struct solib_catchpoint): New.
509         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
510         (breakpoint_hit_catch_solib, check_status_catch_solib)
511         (print_it_catch_solib, print_one_catch_solib)
512         (print_mention_catch_solib, print_recreate_catch_solib): New
513         functions.
514         (catch_solib_breakpoint_ops): New global.
515         (catch_load_or_unload, catch_load_command_1)
516         (catch_unload_command_1): New functions.
517         (internal_bkpt_check_status): Add special case for
518         bp_shlib_event.
519         (internal_bkpt_print_it): Use print_solib_event.
520         (initialize_breakpoint_ops): Initialize
521         catch_solib_breakpoint_ops.
522         (_initialize_breakpoint): Register "catch load" and "catch
523         unload".
524         * breakpoint.h (handle_solib_event): Declare.
525         * NEWS: Add entry for "catch load" and "catch unload".
526
527 2012-01-24  Tom Tromey  <tromey@redhat.com>
528
529         * ada-lang.c: Include gdb_vecs.h.
530         * charset.c: Include gdb_vecs.h.
531         * tracepoint.h: Include gdb_vecs.h.
532         * gdb_vecs.h: New file.
533
534 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
535
536         * breakpoint.c (breakpoint_hit_catch_fork)
537         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
538         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
539         * infrun.c (inferior_has_forked, inferior_has_vforked)
540         (inferior_has_execd, inferior_has_called_syscall): Delete.
541         (handle_syscall_event): Get syscall_number from the execution
542         control state's wait status.
543         (wait_for_inferior): Don't clear syscall_number.
544
545 2012-01-24  Pedro Alves  <palves@redhat.com>
546
547         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
548         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
549         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
550         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
551         `ws' parameter.
552         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
553         false for events other than TARGET_SIGNAL_TRAP.
554         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
555         Add `ws' parameter.
556         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
557         events other than TARGET_SIGNAL_TRAP.
558         (tracepoint_breakpoint_hit): Add `ws' parameter.
559         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
560         parameter.
561         (bpstat_stop_status): Same.
562         (pc_at_non_inline_function): Same.
563         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
564         to pass the current event's waitstatus to bpstat_stop_status
565         and pc_at_non_inline_function.
566
567 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
568
569         Code cleanup.
570         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
571         Update the function comment for it.
572         (source_script_with_search): Call make_cleanup_fclose for STREAM.
573         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
574         for STREAM.
575
576 2012-01-24  Pedro Alves  <palves@redhat.com>
577
578         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
579         outside `bs->stop' block.
580         (bpstat_what): Rework bp_shlib_event handling.
581         (internal_bkpt_check_status): If the breakpoint is a
582         bp_shlib_event, then set bs->stop and bs->print if
583         stop_on_solib_events is set.
584
585 2012-01-24  Gary Benson  <gbenson@redhat.com>
586
587         Delete #if 0'd out code.
588         * stack.c (print_frame_label_vars): Remove.
589         (catch_info): Likewise.
590         (_initialize_stack): Remove "info catch" command.
591         * NEWS: Mention the above.
592
593 2012-01-24  Pedro Alves  <palves@redhat.com>
594
595         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
596         it.
597         (remote_notice_new_inferior): If the remote end doesn't support
598         the multiprocess extensions, then the PID is fake.
599         (add_current_inferior_and_thread): New.
600         (remote_start_remote): Use it.
601         (extended_remote_attach_1): Adjust.
602         (extended_remote_create_inferior_1): Use
603         add_current_inferior_and_thread.
604
605 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
606
607         Fix watchpoints to be specific for each inferior.
608         * breakpoint.c (watchpoint_in_thread_scope): Verify also
609         current_program_space.
610         * i386-nat.c (i386_inferior_data_cleanup): New.
611         (i386_inferior_data_get): Replace variable inf_data_local by an
612         inferior_data call.
613         (i386_use_watchpoints): Initialize i386_inferior_data.
614         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
615         specific iterate_over_lwps.
616
617 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
618
619         Fix watchpoints across inferior fork.
620         * amd64-linux-nat.c (update_debug_registers_callback): Update the
621         comment for linux_nat_iterate_watchpoint_lwps.
622         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
623         linux_nat_iterate_watchpoint_lwps.
624         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
625         * i386-linux-nat.c (update_debug_registers_callback): Update the
626         comment for linux_nat_iterate_watchpoint_lwps.
627         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
628         linux_nat_iterate_watchpoint_lwps.
629         (i386_linux_prepare_to_resume): New comment on Linux kernel.
630         * i386-nat.c: Include inferior.h.
631         (dr_mirror): Remove.
632         (i386_inferior_data, struct i386_inferior_data)
633         (i386_inferior_data_get): New.
634         (i386_debug_reg_state): Use i386_inferior_data_get.
635         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
636         (i386_insert_watchpoint, i386_remove_watchpoint)
637         (i386_stopped_data_address, i386_insert_hw_breakpoint)
638         (i386_remove_hw_breakpoint): New variable state, use
639         i386_debug_reg_state instead of DR_MIRROR.
640         * linux-nat.c (delete_lwp): New declaration.
641         (num_lwps): Move here from downwards.
642         (delete_lwp_cleanup): New.
643         (linux_child_follow_fork): Create new child_lp, call
644         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
645         PTRACE_DETACH.
646         (num_lwps): Move upwards.
647         (linux_nat_iterate_watchpoint_lwps): New.
648         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
649         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
650
651 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
652
653         GDB 7.4 released.
654
655 2012-01-23  Pedro Alves  <palves@redhat.com>
656
657         * top.c (caution): Rename to ...
658         (confirm): ... this.
659         (show_caution): Rename to ...
660         (show_confirm): ... this.
661         (quit_cover): Adjust.
662         (init_main): Adjust.
663         * top.h (caution): Rename to ...
664         (confirm): ... this.
665         * utils.c (internal_vproblem, defaulted_query): Adjust.
666
667 2012-01-23  Pedro Alves  <palves@redhat.com>
668
669         * top.c (caution): Update comment.
670         (execute_command): Don't consider the current value of `caution'.
671
672 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
673
674         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
675
676 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
677
678         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
679         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
680         * target.c (target_fileio_pwrite): Remove buffer address from
681         debug output.
682         (target_fileio_pread): Likewise.
683
684 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
685
686         * NEWS: Document remote "info proc" and "generate-core-file".
687
688 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
689
690         * gdbarch.sh (find_memory_regions): New callback.
691         * gdbarch.c, gdbarch.h: Regenerate.
692
693         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
694         callback before falling back to target method.
695
696         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
697         (linux_target_install_ops): No longer install it.
698
699         * linux-tdep.c (linux_find_memory_regions): New function.
700         (linux_init_abi): Install it.
701
702 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
703
704         * gdbarch.sh (make_corefile_notes): New architecture callback.
705         * gdbarch.c: Regenerate.
706         * gdbarch.h: Likewise.
707
708         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
709         before target_make_corefile_notes.  If NULL is returned, the
710         target does not support core file generation.
711
712         * linux-nat.c: Include "linux-tdep.h".
713         (find_signalled_thread, find_stop_signal): Remove.
714         (linux_nat_do_thread_registers): Likewise.
715         (struct linux_nat_corefile_thread_data): Likewise.
716         (linux_nat_corefile_thread_callback): Likewise.
717         (iterate_over_spus): Likewise.
718         (struct linux_spu_corefile_data): Likewise.
719         (linux_spu_corefile_callback): Likewise.
720         (linux_spu_make_corefile_notes): Likewise.
721         (linux_nat_collect_thread_registers): New function.
722         (linux_nat_make_corefile_notes): Replace contents by call to
723         linux_make_corefile_notes passing linux_nat_collect_thread_registers
724         as native-only callback.
725
726         * linux-tdep.h: Include "bfd.h".
727         (struct regcache): Add forward declaration.
728         (linux_collect_thread_registers_ftype): New typedef.
729         (linux_make_corefile_notes): Add prototype.
730         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
731         "regset.h", and "elf-bfd.h".
732         (find_signalled_thread, find_stop_signal): New functions.
733         (linux_spu_make_corefile_notes): Likewise.
734         (linux_collect_thread_registers): Likewise.
735         (struct linux_corefile_thread_data): New data structure.
736         (linux_corefile_thread_callback): New funcion.
737         (linux_make_corefile_notes): Likewise.
738         (linux_make_corefile_notes_1): Likewise.
739         (linux_init_abi): Install it.
740
741 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
742
743         * gdbarch.sh (info_proc): New callback.
744         * gdbarch.c, gdbarch.h: Regenerate.
745
746         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
747         before falling back to the target info_proc callback.
748
749         * linux-nat.c: Do not include "cli/cli-utils.h".
750         (linux_nat_info_proc): Remove.
751         (linux_target_install_ops): No longer install it.
752
753         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
754         (read_mapping): New function.
755         (linux_info_proc): Likewise.
756         (linux_init_abi): Install it.
757
758 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
759
760         * defs.h (enum info_proc_what): Moved here from linux-nat.c
761         * infcmd.c: (info_proc_cmd_1): New function.
762         (info_proc_cmd): New function, moved here from equivalent routine
763         orignally in linux-nat.c.
764         (info_proc_cmd_mappings): Likewise.
765         (info_proc_cmd_stat): Likewise.
766         (info_proc_cmd_status): Likewise.
767         (info_proc_cmd_cwd): Likewise.
768         (info_proc_cmd_cmdline): Likewise.
769         (info_proc_cmd_exe): Likewise.
770         (info_proc_cmd_all): Likewise.
771         (_initialize_infcmd): Install "info proc" command and subcommands.
772
773         * target.h (struct target_ops): Add to_info_proc.
774         (target_info_proc): Add prototype.
775         * target.c (target_info_proc): New function.
776
777         * procfs.c (procfs_info_proc): Add prototype.
778         (info_proc_cmd): Rename into ...
779         (procfs_info_proc): ... this.  Update argument types as appropriate
780         for a to_info_proc implementation.  Handle "what" argument.
781         (procfs_target): Install procfs_info_proc.
782         (_initialize_procfs): No longer install "info proc" command.
783
784         * linux-nat.c: (enum info_proc_what): Remove.
785         (linux_nat_info_proc_cmd_1): Rename into ...
786         (linux_nat_info_proc): ... this.  Update argument types as appropriate
787         for a to_info_proc implementation.
788         (linux_nat_info_proc_cmd): Remove.
789         (linux_nat_info_proc_cmd_mappings): Likewise.
790         (linux_nat_info_proc_cmd_stat): Likewise.
791         (linux_nat_info_proc_cmd_status): Likewise.
792         (linux_nat_info_proc_cmd_cwd): Likewise.
793         (linux_nat_info_proc_cmd_cmdline): Likewise.
794         (linux_nat_info_proc_cmd_exe): Likewise.
795         (linux_nat_info_proc_cmd_all): Likewise.
796         (linux_target_install_ops): Install linux_nat_info_proc.
797         (_initialize_linux_nat): No longer install "info proc" command
798         and subcommands.
799
800 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
801
802         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
803         * config.in, configure: Regenerate.
804
805         * target.h (struct target_ops): Add to_fileio_readlink.
806         (target_fileio_readlink): Add prototype.
807         * target.c (target_fileio_readlink): New function.
808
809         * inf-child.c: Conditionally include <sys/param.h>.
810         (inf_child_fileio_readlink): New function.
811         (inf_child_target): Install it.
812
813         * remote.c (PACKET_vFile_readlink): New enum value.
814         (remote_hostio_readlink): New function.
815         (init_remote_ops): Install it.
816         (_initialize_remote): Handle vFile:readlink packet type.
817
818 2012-01-20  Pedro Alves  <palves@redhat.com>
819             Ulrich Weigand  <ulrich.weigand@linaro.org>
820
821         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
822         * config.in, configure: Regenerate.
823
824         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
825         to_fileio_pread, to_fileio_close, to_fileio_unlink.
826         (target_fileio_open): Add prototype.
827         (target_fileio_pwrite): Likewise.
828         (target_fileio_pread): Likewise.
829         (target_fileio_close): Likewise.
830         (target_fileio_unlink): Likewise.
831         (target_fileio_read_alloc): Likewise.
832         (target_fileio_read_stralloc): Likewise.
833
834         * target.c: Include "gdb/fileio.h".
835         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
836         (default_fileio_target): New function.
837         (target_fileio_open): Likewise.
838         (target_fileio_pwrite): Likewise.
839         (target_fileio_pread): Likewise.
840         (target_fileio_close): Likewise.
841         (target_fileio_unlink): Likewise.
842         (target_fileio_close_cleanup): Likewise.
843         (target_fileio_read_alloc_1): Likewise.
844         (target_fileio_read_alloc): Likewise.
845         (target_fileio_read_stralloc): Likewise.
846
847         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
848         <fcntl.h>, and <unistd.h>.
849         (inf_child_fileio_open_flags_to_host): New function.
850         (inf_child_errno_to_fileio_error): Likewise.
851         (inf_child_fileio_open): Likewise.
852         (inf_child_fileio_pwrite): Likewise.
853         (inf_child_fileio_pread): Likewise.
854         (inf_child_fileio_close): Likewise.
855         (inf_child_fileio_unlink): Likewise.
856         (inf_child_target): Install to_fileio routines.
857
858         * remote.c (init_remote_ops): Install to_fileio routines.
859
860 2012-01-20  Pedro Alves  <palves@redhat.com>
861             Ulrich Weigand  <ulrich.weigand@linaro.org>
862
863         * remote.c (remote_multi_process_p): Only check for multi-process
864         protocol feature, do not check for extended protocol.
865         (remote_supports_multi_process): Check for extended protocol here.
866         (set_general_process): Likewise.
867         (extended_remote_kill): Likewise.
868         (remote_pid_to_str): Likewise.
869         (remote_query_supported): Always query multiprocess mode.
870
871 2012-01-20  Pedro Alves  <palves@redhat.com>
872             Ulrich Weigand  <ulrich.weigand@linaro.org>
873
874         * inferior.h (struct inferior): Add fake_pid_p.
875         * inferior.c (exit_inferior_1): Clear fake_pid_p.
876         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
877         magic_null_ptid since the remote side doesn't provide a real PID.
878
879 2012-01-19  Tom Tromey  <tromey@redhat.com>
880
881         * NEWS: Combine the two Python sections.
882
883 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
884
885         * target.h (target_close): Update comment on the target's unpush state.
886
887 2012-01-19  Pedro Alves  <palves@redhat.com>
888
889         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
890         linux_nat_async directly instead of going through the target
891         vector.
892         * target.c (unpush_target): Close target after unpushing it, not
893         before.
894
895 2012-01-19  Gary Benson  <gbenson@redhat.com>
896
897         * mdebugread.c (sort_blocks): Replace integer constants with ones
898         derived from FIRST_LOCAL_BLOCK.
899
900 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
901             Jan Kratochvil  <jan.kratochvil@redhat.com>
902
903         PR gdb/9538
904         * symfile.c (find_separate_debug_file): New function.
905         (terminate_after_last_dir_separator): Likewise.
906         (find_separate_debug_file_by_debuglink): Also try realpath.
907         * configure.ac (AC_CHECK_FUNCS): Add lstat.
908         * configure: Regenerate.
909         * config.in: Regenerate.
910
911 2012-01-18  Doug Evans  <dje@google.com>
912
913         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
914         (main.o): Remove rule.
915         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
916         (--with-sysroot): Rewrite.
917         * configure: Regenerate.
918         * config.in: Regenerate.
919
920 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
921
922         * parse.c (initialize_expout): New function.
923         (reallocate_expout): Likewise.
924         (parse_exp_in_context): Use `initialize_expout' and
925         `reallocate_expout' when appropriate.
926
927 2012-01-18  Pedro Alves  <palves@redhat.com>
928
929         * record.c (struct record_breakpoint, record_breakpoint_p)
930         (record_breakpoints): New.
931         (record_insert_breakpoint, record_remove_breakpoint): Manage
932         record breakpoints list.  Only remove breakpoints from the
933         inferior if they had been inserted there in the first place.
934
935 2012-01-17  Doug Evans  <dje@google.com>
936
937         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
938         if we know we don't have a file name to look for.
939
940 2012-01-17  Pedro Alves  <palves@redhat.com>
941
942         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
943         the frame's stop reason is UNWIND_UNAVAILABLE.
944
945 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
946
947         Fix compilation error.
948         * m2-exp.y (yyerror): Use ANSI C prototype.
949
950 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
951
952         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
953         (growbuf_by_size): Likewise.
954         (yyerror): Likewise.
955         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
956         (modblock): Remove variable (was #if 0'ed).
957         (parse_number): Convert prototype from K&R to ANSI C.
958         (yyerror): Likewise.
959         * objc-exp.y (parse_number): Likewise.
960         (yyerror): Likewise.
961         (yylex): Remove #if 0'ed code.
962         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
963         (yyerror): Likewise.
964
965 2012-01-16  Tom Tromey  <tromey@redhat.com>
966
967         * NEWS: Add item.
968         * symtab.h (compare_filenames_for_search): Declare.
969         * symtab.c (compare_filenames_for_search): New function.
970         (iterate_over_some_symtabs): Use it.
971         * symfile.h (struct quick_symbol_functions)
972         <map_symtabs_matching_filename>: Change spec.
973         * psymtab.c (partial_map_symtabs_matching_filename): Use
974         compare_filenames_for_search.  Update for new spec.
975         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
976         compare_filenames_for_search.  Update for new spec.
977         * breakpoint.c (clear_command): Use compare_filenames_for_search.
978
979 2012-01-16  Tom Tromey  <tromey@redhat.com>
980
981         PR python/13281:
982         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
983         (struct main_type) <flag_flag_enum>: New field.
984         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
985         * NEWS: Add entries.
986         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
987         enums.
988         * python/lib/gdb/printing.py (_EnumInstance): New class.
989         (FlagEnumerationPrinter): Likewise.
990
991 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
992
993         * breakpoint.c (create_sals_from_address_default): New function.
994         (create_breakpoints_sal_default): Likewise.
995         (decode_linespec_default): Likewise.
996         (is_marker_spec): Removed.
997         (strace_marker_p): New function.
998         (init_breakpoint_sal): Using `strace_marker_p' instead of
999         `is_marker_spec'.
1000         (create_breakpoint): Call method `create_sals_from_address' from
1001         breakpoint_ops, replacing code that created SALs conditionally
1002         on the type of the breakpoint.  Call method `create_breakpoints_sal',
1003         replacing code that created breakpoints conditionally on the type
1004         wanted.
1005         (base_breakpoint_create_sals_from_address): New function.
1006         (base_breakpoint_create_breakpoints_sal): Likewise.
1007         (base_breakpoint_decode_linespec): Likewise.
1008         (base_breakpoint_ops): Add methods
1009         `base_breakpoint_create_sals_from_address',
1010         `base_breakpoint_create_breakpoints_sal' and
1011         `base_breakpoint_decode_linespec'.
1012         (bkpt_create_sals_from_address): New function.
1013         (bkpt_create_breakpoints_sal): Likewise.
1014         (bkpt_decode_linespec): Likewise.
1015         (tracepoint_create_sals_from_address): Likewise.
1016         (tracepoint_create_breakpoints_sal): Likewise.
1017         (tracepoint_decode_linespec): Likewise.
1018         (strace_marker_create_sals_from_address): Likewise.
1019         (strace_marker_create_breakpoints_sal): Likewise.
1020         (strace_marker_decode_linespec): Likewise.
1021         (strace_marker_breakpoint_ops): New variable.
1022         (addr_string_to_sals): Remove `marker_spec'.  Call method
1023         `decode_linespec' from breakpoint_ops, replacing code that decoded
1024         an address string into a SAL.  Use `strace_marker_p' instead of
1025         `marker_spec'.
1026         (strace_command): Decide whether we are dealing with a static
1027         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
1028         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
1029         * breakpoint.h (linespec_result, linespec_sals): New forward
1030         declarations.
1031         (breakpoint_ops) <create_sals_from_address>,
1032         <create_breakpoints_sal>, <decode_linespec>: New methods.
1033
1034 2012-01-14  Doug Evans  <dje@google.com>
1035
1036         * NEWS: Update text for "maint set python print-stack".
1037         It is deprecated in gdb 7.4 and deleted in 7.5.
1038
1039 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
1040
1041         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
1042         including curses.h.
1043
1044 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1045
1046         * configure: Regenerate.
1047         * config.in: Regenerate.
1048
1049 2012-01-12  Keith Seitz  <keiths@redhat.com>
1050
1051         PR mi/10586
1052         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
1053         (ANONYMOUS_UNION_NAME): Define.
1054         (is_path_expr_parent): New function.
1055         (get_path_expr_parent): New function.
1056         (is_anonymous_child): New function.
1057         (create_child_with_value): If the child is anonymous and without
1058         a name, assign an object name to it.
1059         (c_describe_child): Use get_path_expr_parent to determine
1060         the parent expression.
1061         If there field represents an anonymous struct or union and
1062         has no name, set an appropriate display name and expression.
1063         (cplus_describe_child): Likewise.
1064
1065 2012-01-12  Pedro Alves  <palves@redhat.com>
1066
1067         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
1068         available when %ebp is found to be zero (outermost).
1069
1070 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
1071
1072         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
1073         an internal gdb_static_assert.
1074         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
1075
1076 2012-01-11  Tom Tromey  <tromey@redhat.com>
1077
1078         PR gdb/9598:
1079         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
1080         catch" and "catch throw".
1081
1082 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
1083
1084         * blockframe.c (block_innermost_frame): Start search from selected
1085         frame, if present, or otherwise the current frame.
1086
1087         * c-exp.y (variable): Update innermost_block for
1088         'block COLONCOLON NAME' clause.
1089         * m2-exp.y (variable): Ditto.
1090         * objc-exp.y (variable): Ditto.
1091
1092 2012-01-10  Tom Tromey  <tromey@redhat.com>
1093
1094         PR python/13199:
1095         * python/python.c (finish_python_initialization): Set sys.argv.
1096
1097 2012-01-10  Doug Evans  <dje@google.com>
1098
1099         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
1100         "want_line_info".  All callers updated.
1101         (dwarf_decode_lines_1): New function.
1102         (handle_DW_AT_stmt_list): Add function comment.
1103         New arg "want_line_info".  All callers updated.
1104         (read_file_scope,read_type_unit_scope): Move comment from
1105         handle_DW_AT_stmt_list to here.
1106
1107 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1108
1109         Fix regression after libiberty/ update for GCC PR 6057 and others.
1110         * c-exp.y (operator) <OPERATOR DELETE>
1111         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1112         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
1113         (make_builtin_type, make_name): New variable i, add gdb_assert.
1114         (operator) <OPERATOR NEW>: Update ARGS to 3.
1115         (operator) <OPERATOR DELETE>: Add trailing space.
1116         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
1117         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1118         * cp-support.c (cp_canonicalize_string): Check NULL from
1119         cp_comp_to_string, call warning and return.
1120
1121 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1122
1123         Fix duplicate .o files after omitting libbfd.a.
1124         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
1125         (SFILES): Add corelow.c.
1126         (COMMON_OBS): Add corelow.o.
1127         (ALLDEPFILES): Remove corelow.c.
1128         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
1129         * config/alpha/alpha-osf3.mh: Likewise.
1130         * config/alpha/fbsd.mh: Likewise.
1131         * config/arm/nbsdaout.mh: Likewise.
1132         * config/arm/nbsdelf.mh: Likewise.
1133         * config/i386/i386gnu.mh: Likewise.
1134         * config/ia64/hpux.mh: Likewise.
1135         * config/ia64/linux.mh: Likewise.
1136         * config/m32r/linux.mh: Likewise.
1137         * config/m68k/linux.mh: Likewise.
1138         * config/mips/irix5.mh: Likewise.
1139         * config/mips/irix6.mh: Likewise.
1140         * config/pa/hpux.mh: Likewise.
1141         * config/pa/linux.mh: Likewise.
1142         * config/powerpc/aix.mh: Likewise.
1143         * config/sparc/linux.mh: Likewise.
1144         * config/sparc/linux64.mh: Likewise.
1145         * config/sparc/sol2.mh: Likewise.
1146         * config/vax/vax.mh: Likewise.
1147         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
1148         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
1149         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
1150         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
1151         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
1152         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
1153         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
1154         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
1155         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
1156         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
1157         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
1158         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
1159         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
1160         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
1161         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
1162         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
1163         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
1164         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
1165         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
1166         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
1167         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
1168         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
1169         corelow.o from gdb_target_obs.
1170         * corefile.c (core_target): Update the comment on NULL value.
1171         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
1172         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
1173         MATCHES.  Drop YUMMY set on NULL.
1174         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
1175         reclaim CORE_DATA if it is already NULL.
1176
1177 2012-01-09  Doug Evans  <dje@google.com>
1178
1179         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
1180         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
1181
1182 2012-01-09  Keith Seitz  <keiths@redhat.com>
1183
1184         * breakpoint.c (wrapper.h): Don't include.
1185
1186 2012-01-09  Keith Seitz  <keiths@redhat.com>
1187
1188         * Makefile.in (SFILES): Remove wrapper.c.
1189         (HFILES_NO_SRCDIR): Remove wrapper.h.
1190         (COMMON_OBS): Remove wrapper.o.
1191         * cli/cli-interp.c: Don't inlude wrapper.h.
1192         * corelow.c: Likewise.
1193         (core_open): Replace gdb_target_find_new_threads with
1194         TRY_CATCH around target_find_new_threads.
1195         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
1196         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
1197         * varobj.c (varobj_create): Likewise for parse_exp_1 and
1198         evaluate_expression.
1199         (varobj_set_value): Likewise for evaluate_expression and
1200         value_assign.
1201         (install_new_variable): Likewise for value_fetch_lazy.
1202         (adjust_value_for_child_access): Likewise for value_ind.
1203         (c_describe_child): Likewise for value_subscript and
1204         value_ind.
1205         (c_value_of_root): Likewise for evaluate_expression.
1206         * wrapper.c: Remove.
1207         * wrapper.h: Remove.
1208
1209 2012-01-09  Doug Evans  <dje@google.com>
1210
1211         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
1212         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
1213         "abfd" args with "section".  All callers updated.
1214         Error checking code moved ...
1215         (error_check_comp_unit_head): ... here.  New function.
1216         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
1217         Delete arg "abfd".  New arg "type_offset".  All callers updated.
1218         (create_debug_types_hash_table): Simplify by using
1219         read_and_check_type_unit_head.
1220
1221         * parser-defs.h (namecopy): Delete.
1222         * parse.c (namecopy, namecopy_size): Move into copy_name.
1223
1224 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1225
1226         Partially fix duplicate .o files after omitting libbfd.a.
1227         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
1228         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1229         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
1230         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1231         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
1232         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
1233         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1234
1235 2012-01-09  Pedro Alves  <palves@redhat.com>
1236
1237         * MAINTAINERS: Update my email address.
1238
1239 2012-01-08  Doug Evans  <dje@google.com>
1240
1241         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
1242         n_type_units.  Rename type_comp_units to all_type_units.
1243         All uses updated.
1244         (add_signatured_type_cu_to_table): Renamed from
1245         add_signatured_type_cu_to_list.  All callers updated.
1246
1247         * gdbtypes.h (struct cplus_struct_type): Delete member
1248         nfn_fields_total.  All uses removed.
1249
1250 2012-01-06  Doug Evans  <dje@google.com>
1251
1252         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
1253         to top of file.
1254         (dwarf2_find_comp_unit): Delete.
1255         (process_psymtab_comp_unit): Make result "void".
1256         Delete args buffer, info_ptr, buffer_size, and replace with
1257         "section".  All callers updated.
1258         (dwarf2_build_psymtabs_hard): Simplify.
1259
1260 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1261             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1262
1263         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
1264         before `struct gdb_exception'.
1265         * breakpoint.c (update_global_location_list_nothrow)
1266         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
1267         * cp-abi.c (value_rtti_type): Likewise.
1268         * cp-support.c (cp_validate_operator): Likewise.
1269         * infrun.c (insert_exception_resume_breakpoint)
1270         (check_exception_resume, keep_going): Likewise.
1271         * mi-interp.c (mi_breakpoint_created)
1272         (mi_breakpoint_modified): Likewise.
1273         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
1274         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
1275         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
1276
1277 2012-01-05  Doug Evans  <dje@google.com>
1278
1279         * dwarf2read.c (statement_prologue): Delete, unused.
1280
1281         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
1282         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
1283
1284         * dwarf2read.c (comp_unit_header): Delete, unused.
1285
1286 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
1287
1288         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
1289         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
1290
1291 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
1292
1293         * infrun.c (normal_stop): Don't skip calling the normal_stop
1294         observers if the thread was doing a multi-step, but stopped for
1295         some reason other than stepping.
1296
1297 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
1298
1299         * cli/cli-decode.h: Add comments.
1300         (CMD_LIST_AMBIGUOUS): Moved to command.h
1301         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
1302         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
1303         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
1304         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
1305         (add_com, add_com_alias, add_info, add_info_alias)
1306         (complete_on_cmdlist, complete_on_enum, help_list): Remove
1307         declarations.
1308         * command.h: Add and adjust comments.
1309         (CMD_LIST_AMBIGUOUS): Moved here.
1310         (help_cmd, help_cmd_list): Delete declarations.
1311
1312 2012-01-04  Doug Evans  <dje@google.com>
1313
1314         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
1315         All callers updated.
1316         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
1317         Replace all arguments with "per_cu".  All callers updated.
1318
1319         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
1320
1321         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
1322         New arg "per_cu".  All callers updated.
1323
1324         Delete #if 0'd out code.
1325         * language.c (binop_result_type): Delete.
1326         (simple_type, ordered_type, same_type, integral_type): Delete.
1327         (numeric_type, character_type, string_type, boolean_type): Delete.
1328         (float_type, structured_type): Delete.
1329         * language.h: Update.
1330
1331 2012-01-04  Tom Tromey  <tromey@redhat.com>
1332
1333         * python/py-value.c (valpy_binop): Initialize 'res_val'.
1334
1335 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
1336
1337         * corefile.c (close_exec_file): Delete.
1338         (reopen_exec_file): Remove commented out code that seems related
1339         to close_exec_file, which is being deleted here.
1340         * inferior.h (close_exec_file): Delete.
1341         * fork-child.c (fork_inferior): Remove call to fork_inferior.
1342
1343 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
1344
1345         * ada-lang.c: #include "cli/cli-utils.h".
1346         (get_selections): Use skip_spaces.
1347         (ada_get_next_arg): Use skip_spaces and skip_to_space.
1348         (catch_ada_exception_command_split): Use skip_spaces.
1349         (ada_decode_assert_location): Likewise.
1350
1351 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
1352
1353         * linespec.c (decode_line_internal): Check for C++ or Java
1354         compound constructs only if the current language is C, C++
1355         or Java.
1356
1357 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1358
1359         Revert:
1360         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1361                     Joel Brobecker  <brobecker@adacore.com>
1362         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
1363         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
1364         3 times.
1365         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
1366         fall through into AT_ENTRY_POINT.
1367         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
1368         DUMMY_ADDR with it.
1369         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
1370         PPC_INSN_SIZE skip to 3 times.
1371
1372 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
1373
1374         * linespec.c (add_minsym): Preserve function descriptors.
1375
1376 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
1377
1378         * breakpoint.c (all_locations_are_pending): Consider locations
1379         in program spaces executing during startup pending as well.
1380
1381 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
1382
1383         Copyright year update in most files of the GDB Project.
1384
1385 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
1386
1387         * copyright.sh: Delete.
1388         * copyright.py: Rewrite.
1389
1390 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
1391
1392         * gnulib/extra/update-copyright: New file, imported from gnulib.
1393
1394 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
1395
1396         * README (Copyright and License Notices): New section.
1397
1398 2012-01-03  Tom Tromey  <tromey@redhat.com>
1399
1400         PR python/12533:
1401         * python/py-value.c (valpy_dereference, valpy_get_address
1402         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
1403         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
1404         (valpy_absolute, valpy_richcompare): Free intermediate values.
1405
1406 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
1407
1408         * ada-lang.c: Reformat the copyright notice.
1409
1410 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1411
1412         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
1413         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
1414         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
1415         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
1416         Revert this part of:
1417         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1418         Build gdb directly from *.o files not using libgdb.a.
1419         * Makefile.in (COMMON_OBS): Remove solib-target.o.
1420
1421 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
1422
1423         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
1424         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
1425         Reformat the copyright header.
1426
1427 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1428
1429         Revert this part of:
1430         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1431         Remove the gdbtui binary.
1432         * gdb.c (main): Remove args.interpreter_p initialization.
1433         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
1434         * main.h (struct captured_main_args): Remove interpreter_p.
1435
1436 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
1437
1438         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
1439
1440 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
1441
1442         * top.c (print_gdb_version): Update copyright year.
1443
1444 2012-01-02  Yao Qi  <yao@codesourcery.com>
1445
1446         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
1447
1448 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1449             Joel Brobecker  <brobecker@adacore.com>
1450
1451         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
1452         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
1453         3 times.
1454         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
1455         fall through into AT_ENTRY_POINT.
1456         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
1457         DUMMY_ADDR with it.
1458         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
1459         PPC_INSN_SIZE skip to 3 times.
1460
1461 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1462
1463         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
1464         the return value.
1465         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
1466
1467 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1468
1469         Build gdb directly from *.o files not using libgdb.a.
1470         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
1471         (COMMON_OBS): Remove solib-target.o.
1472         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
1473         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
1474         (LIBGDB_OBS, libgdb.a): Move it above.
1475         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
1476         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
1477         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
1478         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
1479         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
1480         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
1481         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
1482         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
1483         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
1484         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
1485         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
1486         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
1487         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
1488         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
1489         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
1490         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
1491         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
1492         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
1493         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
1494         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
1495         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
1496         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
1497         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
1498         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
1499         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
1500         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
1501         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
1502
1503 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1504
1505         Remove the gdbtui binary.
1506         * .gitignore (/gdbtui): Remove.
1507         * Makefile.in (TUI): Remove.
1508         (SUBDIR_TUI_OBS): Remove tui-main.o.
1509         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
1510         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
1511         (tui-main.o): Remove.
1512         (all_object_files): Remove tui-main.o.
1513         * NEWS: New note for the gdbtui removal.
1514         * configure: Rebuilt.
1515         * configure.ac: No longer add all-tui, clean-tui, install-tui and
1516         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
1517         CONFIG_UNINSTALL respectively.
1518         * gdb.c (main): Remove args.interpreter_p initialization.
1519         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
1520         * main.h (struct captured_main_args): Remove interpreter_p.
1521         * tui/tui-main.c: Remove.
1522
1523 2012-01-01  Doug Evans  <dje@google.com>
1524
1525         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
1526         (dwarf2_physname, read_import_statement): Ditto.
1527         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
1528         (process_structure_scope read_subroutine_type): Ditto.
1529         (read_typedef, load_partial_dies, read_partial_die): Ditto.
1530         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
1531         (dwarf2_fetch_die_location_block): Ditto.
1532         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
1533
1534         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
1535         All callers updated.
1536         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
1537         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
1538         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
1539
1540         * dwarf2read.c (load_cu): Move assert to more useful location.
1541
1542         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
1543         All callers updated.
1544
1545         * dwarf2read.c (dwarf2_per_objfile): Add comment.
1546         (dwarf2_elf_names): Minor reformat.
1547         (dwarf2_per_cu_data): Tweak comment.
1548         (dwarf2_read_section): Fix comment.
1549         (create_all_comp_units): Fix comment.
1550         (load_full_comp_unit): Fix comment.
1551         (process_full_comp_unit): Fix comment.
1552         (read_signatured_type): Fix comment.
1553
1554 For older changes see ChangeLog-2011.
1555 \f
1556 Local Variables:
1557 mode: change-log
1558 left-margin: 8
1559 fill-column: 74
1560 version-control: never
1561 coding: utf-8
1562 End: