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