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