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