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