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