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