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