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