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