]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Properly handle multiple operands for x32 quad.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0e30163f
JK
12011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Support resolution of STT_GNU_IFUNC via breakpoints.
4 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
5 bp_gnu_ifunc_resolver_return.
6 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
7 the loop. Support bp_gnu_ifunc_resolver and
8 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
9 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
10 breakpoints.
11 (bptype_string, print_one_breakpoint_location): Support
12 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
13 (user_settable_breakpoint): Return true also for
14 bp_gnu_ifunc_resolver.
15 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
16 bp_gnu_ifunc_resolver_return.
17 (set_breakpoint_location_function): New parameter explicit_loc,
18 describe it. Call find_pc_partial_function_gnu_ifunc with new
19 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
20 EXPLICIT_LOC is not set.
21 (set_raw_breakpoint): Set EXPLICIT_LOC for
22 set_breakpoint_location_function.
23 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
24 set_breakpoint_location_function.
25 (mention): Support bp_gnu_ifunc_resolver and
26 bp_gnu_ifunc_resolver_return.
27 (add_location_to_breakpoint): Set EXPLICIT_LOC for
28 set_breakpoint_location_function.
29 (update_breakpoint_locations): Remove static.
30 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
31 bp_gnu_ifunc_resolver_return.
32 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
33 bp_gnu_ifunc_resolver_return.
34 (update_breakpoint_locations): New declaration.
35 * elfread.c: Include gdbthread.h and regcache.h.
36 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
37 functions.
38 (elf_gnu_ifunc_fns): Install them.
39 * minsyms.c (stub_gnu_ifunc_resolver_stop)
40 (stub_gnu_ifunc_resolver_return_stop): New functions.
41 (stub_gnu_ifunc_fns): Install them.
42 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
43 and gnu_ifunc_resolver_return_stop.
44 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
45
07be84bf
JK
462011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
47
48 STT_GNU_IFUNC reader implementation.
49 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
50 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
51 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
52 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
53 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
54 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
55 (elf_gnu_ifunc_resolve_addr): New.
56 (elf_symfile_read): Call elf_rel_plt_read.
57 (elf_gnu_ifunc_fns): New.
58 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
59 Install elf_gnu_ifunc_fns.
60 * infcall.c (find_function_return_type): New function.
61 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
62 * minsyms.c (stub_gnu_ifunc_resolve_addr)
63 (stub_gnu_ifunc_resolve_name): New functions.
64 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
65 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
66 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
67
300f8e10
JK
682011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
69
70 Code cleanup for later STT_GNU_IFUNC support.
71 * infcall.c (find_function_addr): Remove variable code, use explicit
72 dereferences for it. Move VALUE_TYPE initialization later.
73
11c81455
JK
742011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
75
76 GDB find_pc_partial_function support for STT_GNU_IFUNC.
77 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
78 (clear_pc_function_cache): Clear it.
79 (find_pc_partial_function): Rename to ...
80 (find_pc_partial_function_gnu_ifunc): ... this function. New
81 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
82 (find_pc_partial_function): New wrapper for this function.
83 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
84
0875794a
JK
852011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
86
87 GDB internal type support for STT_GNU_IFUNC.
88 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
89 (elf_symtab_read): Set mst_text_gnu_ifunc for
90 BSF_GNU_INDIRECT_FUNCTION.
91 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
92 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
93 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
94 nodebug_got_plt_symbol.
95 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
96 (TYPE_GNU_IFUNC): New.
97 (struct main_type): New field flag_gnu_ifunc.
98 (struct builtin_type): New field builtin_func_func.
99 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
100 nodebug_got_plt_symbol.
101 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
102 (in_gnu_ifunc_stub): New.
103 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
104 mst_text_gnu_ifunc.
105 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
106 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
107 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
108 in_gnu_ifunc_stub.
109 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
110 * symtab.c (search_symbols): Likewise.
111 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
112 and mst_slot_got_plt.
113 (in_gnu_ifunc_stub): New declaration.
114
d0fb5eae
JK
1152011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
116
117 Support a ring of related breakpoints.
118 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
119 other functions, add gdb_assert.
120 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
121 watchpoint_del_at_next_stop.
122 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
123 (bpstat_stop_status): Handle ring in related_breakpoint.
124 (set_raw_breakpoint_without_location): Initialize ring in
125 related_breakpoint.
126 (delete_breakpoint): Handle ring in related_breakpoint, use
127 watchpoint_del_at_next_stop.
128 (map_breakpoint_numbers): Handle ring in related_breakpoint.
129
9cded63f
TT
1302011-03-28 Tom Tromey <tromey@redhat.com>
131
132 PR symtab/12441:
133 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
134 with `language_minimal'.
135
467d42c4
UW
1362011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
137
138 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
139 instead of checking for STT_ARM_TFUNC symbol type.
140
62853458
TT
1412011-03-25 Tom Tromey <tromey@redhat.com>
142
143 * linespec.c (symbol_found): Restore line-based result for
144 non-LOC_LABEL symbols.
145
a7417d46
KT
1462011-03-25 Kai Tietz <ktietz@redhat.com>
147
148 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
149 instead of strcmp for comparison.
150 (tui_source_is_displayed): Likewise.
151 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
152
55f1336d
TT
1532011-03-24 Mark Wielaard <mjw@redhat.com>
154
155 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
156 complaint.
157 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
158 (find_partial_die_in_comp_unit): Likewise in comment.
159 (read_attribute_value): Likewise.
160 (lookup_die_type): Likewise.
161 (dwarf_form_name): Likewise.
162 (dump_die_shallow): Likewise.
163 (follow_die_ref_or_sig): Likewise.
164
9ef07c8c
TT
1652011-03-24 Tom Tromey <tromey@redhat.com>
166
167 PR breakpoints/11816:
168 * linespec.c (decode_line_1): Parse `function:label' linespecs.
169 (decode_compound): Update.
170 (find_function_symbol): New function.
171 (decode_dollar): Update.
172 (decode_label): Add 'function_symbol' parameter. Handle
173 function-relative labels.
174 (decode_variable): Update.
175 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
176 not its line. Set `special_display' and canonical name for
177 labels.
178
56435ebe
TT
1792011-03-24 Tom Tromey <tromey@redhat.com>
180
181 * linespec.h (struct linespec_result) <special_display>: New
182 field.
183 * breakpoint.h (struct breakpoint) <display_canonical>: New
184 field.
185 * breakpoint.c (print_breakpoint_location): Respect
186 display_canonical.
187 (create_breakpoint_sal): Add 'display_canonical' parameter.
188 (create_breakpoints_sal): Update.
189 (create_breakpoint): Update.
190
7efd8fc2
TT
1912011-03-24 Tom Tromey <tromey@redhat.com>
192
193 * symtab.c (decode_line_spec): Update.
194 * linespec.c (build_canonical_line_spec): Change type of
195 'canonical'.
196 (decode_line_2, decode_line_1, decode_objc, decode_compound)
197 (find_method, decode_all_digits, decode_dollar, decode_label)
198 (symbol_found): Likewise.
199 (init_linespec_result): New function.
200 * breakpoint.c (struct captured_parse_breakpoint_args)
201 <canonical_p>: New field, replaces addr_string_p.
202 (create_breakpoints_sal): Add 'canonical' parameter, replacing
203 'addr_string'.
204 (parse_breakpoint_sals): Likewise.
205 (do_captured_parse_breakpoint): Update.
206 (create_breakpoint): Use struct linespec_result.
207 (until_break_command): Update.
208 (breakpoint_re_set_one): Update.
209 (decode_line_spec_1): Update.
210 * linespec.h (struct linespec_result): New.
211 (init_linespec_result): Declare.
212
788c8b10
PA
2132011-03-23 Pedro Alves <pedro@codesourcery.com>
214
215 * regcache.c (regcache_raw_read): If the target didn't supply a
216 given raw register, mark it as unavailable.
217
0ba1096a
KT
2182011-03-23 Kai Tietz <ktietz@redhat.com>
219
220 * breakpoint.c (clear_command): Use filename_cmp
221 instead of strcmp for comparison.
222 * buildsym.c (watch_main_source_file_lossage): Likewise.
223 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
224 checking just for slash.
225 * dbxread.c (read_dbx_symtab): Use lbasename instead of
226 strrchr and filename_cmp instead of strcmp for filenames.
227 (add_old_header_file): Use filename_cmp
228 instead of strcmp for comparison.
229 * exec.c (exec_set_section_address): Likewise.
230 * macrotab.c (macro_lookup_inclusion): Likewise.
231 (macro_lookup_inclusion): Likewise.
232 * elfread.c (_initialize_elfread): Likewise.
233 (elfstab_offset_sections): Likewise.
234 (elfstab_offset_sections): Use lbasename instead of
235 strrchr.
236 * mdebugread.c (parse_partial_symbols): Likewise.
237 (arse_partial_symbols): Use filename_(n)cmp instead of
238 str(n)cmp for comparison.
239 * minsyms.c (lookup_minimal_symbol): Likewise.
240 * psymtab.c (read_psymtabs_with_filename): Likewise.
241 * solib.c (solib_read_symbols): Likewise.
242 (reload_shared_libraries_1): Likewise.
243 * symmisc.c (maintenance_print_symbols): Likewise.
244 * symfile.c (separate_debug_file_exists): Likewise.
245 (reread_symbols): Likewise.
246 (find_separate_debug_file_by_debuglink): Likewise.
247 * remote-fileio.c (remote_fileio_func_rename): Likewise.
248 * source.c (add_path): Likewise.
249 * symtab.c (filename_seen): Likewise.
250 (file_matches): Likewise.
251 (print_symbol_info): Likewise.
252 (maybe_add_partial_symtab_filename): Likewise.
253 (make_source_files_completion_list): Likewise.
254 * xml-syscall.c (init_sysinfo): Likewise.
255 * windows-nat.c (_initialize_check_for_gdb_ini): Use
256 IS_DIR_SEPARATOR for checking for trailing path separator.
257
dd90784c
JK
2582011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
261 label abort_expression.
262 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
263 DWARF_VALUE_OPTIMIZED_OUT.
264
3167638f
JK
2652011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
266
267 Code cleanup.
268 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
269 to linkage_name. Invert its value. Update the function comment.
270 (c_type_print_varspec_suffix): Invert it at the caller.
271 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
272
ce406537
PA
2732011-03-22 Pedro Alves <pedro@codesourcery.com>
274
275 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
276 errors when reading the `stop_pc'.
277 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
278 get_frame_pc.
279
da5d4055
PM
2802011-03-22 Phil Muldoon <pmuldoon@redhat.com>
281
282 * NEWS: Document gdb.Write stream keyword.
283
29e0eb9c
JK
2842011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 Revert:
287 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
288 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
289 (dwarf2_add_field): Fix new_field->accessibility for
290 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
291
05775840
PM
2922011-03-22 Phil Muldoon <pmuldoon@redhat.com>
293
294 PR python/12183
295
296 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
297 other error classes. Do not print stack trace.
298
a0cb7835
JK
2992011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
300
301 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
302 (dwarf2_add_field): Fix new_field->accessibility for
303 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
304
d19f7eee
UW
3052011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
306
307 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
308 encountering a load via a non-SP register.
309
4a2fbb50
UW
3102011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
311
312 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
313 field in returned unwinder.
314
3489610d
JB
3152012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
316
317 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
318
8c1a34e7
JB
3192012-03-21 Joel Brobecker <brobecker@adacore.com>
320
321 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
322 of xmalloc.
323
8fbca658
PA
3242012-03-18 Pedro Alves <pedro@codesourcery.com>
325
326 * frame.c (frame_unwind_register): Throw an error if unwinding the
327 register failed.
328 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
329 an unwind stop reason.
330 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
331 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
332 UNWIND_UNAVAILABLE>: New.
333 * inline-frame.c (inline_frame_unwind): Install
334 default_frame_unwind_stop_reason.
335 * frame-unwind.c: Include "exceptions.h".
336 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
337 (default_frame_unwind_stop_reason): New.
338 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
339 (default_frame_unwind_stop_reason): Declare.
340 (struct frame_unwind) <stop_reason>: New function pointer.
341
342 * dummy-frame.c: Install default_frame_unwind_stop_reason.
343 * dwarf2-frame.c: Include exceptions.h.
344 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
345 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
346 computing the CFA. If such an error was thrown, set
347 unavailable_retaddr.
348 (dwarf2_frame_unwind_stop_reason): New.
349 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
350 unavailable.
351 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
352 (dwarf2_signal_frame_unwind): Ditto.
353
354 * amd64-tdep.c: Include "exceptions.h".
355 (struct amd64_frame_cache): New field "base_p".
356 (amd64_init_frame_cache): Clear it.
357 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
358 Avoid reading registers with functions that throw if the register
359 is not necessary to compute the frame base.
360 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
361 swallowing NOT_AVAILABLE_ERROR.
362 (amd64_frame_unwind_stop_reason): New.
363 (amd64_frame_this_id): Don't build a frame id if the frame base
364 was unavailable.
365 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
366 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
367 base_p if the frame base was computable.
368 (amd64_sigtramp_frame_unwind_stop_reason): New.
369 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
370 frame base was unavailable.
371 (amd64_sigtramp_frame_unwind): Install
372 amd64_sigtramp_frame_unwind_stop_reason.
373 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
374 base_p if the frame base was computable.
375 (amd64_epilogue_frame_unwind_stop_reason): New.
376 (amd64_epilogue_frame_this_id): Don't build a frame id if the
377 frame base was unavailable.
378 (amd64_epilogue_frame_unwind): Install
379 amd64_epilogue_frame_unwind_stop_reason.
380 * i386-tdep.c: Include "exceptions.h".
381 (struct i386_frame_cache): New field "base_p".
382 (i386_init_frame_cache): Clear it.
383 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
384 Avoid reading registers with functions that throw if the register
385 is not necessary to compute the frame base.
386 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
387 swallowing NOT_AVAILABLE_ERROR.
388 (i386_frame_unwind_stop_reason): New.
389 (i386_frame_this_id): Don't build a frame id if the frame base was
390 unavailable.
391 (i386_frame_prev_register): Handle unavailable SP.
392 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
393 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
394 base_p if the frame base was computable.
395 (i386_epilogue_frame_unwind_stop_reason): New.
396 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
397 base was unavailable.
398 (i386_epilogue_frame_unwind): Install
399 i386_epilogue_frame_unwind_stop_reason.
400 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
401 base_p if the frame base was computable.
402 (i386_sigtramp_frame_unwind_stop_reason): New.
403 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
404 base was unavailable.
405 (i386_sigtramp_frame_unwind): Install
406 i386_sigtramp_frame_unwind_stop_reason.
407 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
408 type's size, not the register's.
409 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
410
411 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
412 default_frame_unwind_stop_reason.
413 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
414 (alpha_heuristic_frame_unwind): Ditto.
415 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
416 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
417 * avr-tdep.c (avr_frame_unwind): Ditto.
418 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
419 Ditto.
420 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
421 * frv-tdep.c (frv_frame_unwind): Ditto.
422 * h8300-tdep.c (h8300_frame_unwind): Ditto.
423 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
424 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
425 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
426 (hppa_stub_frame_unwind): Ditto.
427 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
428 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
429 (ia64_libunwind_frame_unwind)
430 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
431 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
432 * lm32-tdep.c (lm32_frame_unwind): Ditto.
433 * m32c-tdep.c (m32c_unwind): Ditto.
434 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
435 * m32r-tdep.c (m32r_frame_unwind): Ditto.
436 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
437 * m68k-tdep.c (m68k_frame_unwind): Ditto.
438 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
439 * m88k-tdep.c (m88k_frame_unwind): Ditto.
440 * mep-tdep.c (mep_frame_unwind): Ditto.
441 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
442 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
443 (mips_stub_frame_unwind): Ditto.
444 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
445 * moxie-tdep.c (moxie_frame_unwind): Ditto.
446 * mt-tdep.c (mt_frame_unwind): Ditto.
447 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
448 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
449 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
450 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
451 (s390_sigtramp_frame_unwind): Ditto.
452 * score-tdep.c (score_prologue_unwind): Ditto.
453 * sh-tdep.c (sh_frame_unwind): Ditto.
454 * sh64-tdep.c (sh64_frame_unwind): Ditto.
455 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
456 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
457 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
458 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
459 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
460 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
461 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
462 (sparc64obsd_trapframe_unwind): Ditto.
463 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
464 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
465 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
466 * v850-tdep.c (v850_frame_unwind): Ditto.
467 * vax-tdep.c (vax_frame_unwind): Ditto.
468 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
469 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
470 * xtensa-tdep.c (xtensa_unwind): Ditto.
471
f23d1b92
PA
4722011-03-18 Pedro Alves <pedro@codesourcery.com>
473
474 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
475 there's always a frame. Use get_frame_pc_if_available instead of
476 get_frame_pc, and if there's no PC available, don't look up a
477 symtab.
478
1d4f5741
PA
4792011-03-18 Pedro Alves <pedro@codesourcery.com>
480
481 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
482 unavailable PC.
483
dba09041
PA
4842011-03-18 Pedro Alves <pedro@codesourcery.com>
485
486 * tracepoint.c (set_traceframe_context): Handle unavailable PC
487 gracefully.
488
9a26e44c
PA
4892011-03-18 Pedro Alves <pedro@codesourcery.com>
490
491 * frame.h (frame_unwind_caller_pc_if_available): Declare.
492 * frame.c (frame_unwind_caller_pc_if_available): New.
493 * stack.c (frame_info): Handle unavailable PC.
494
4952011-03-18 Pedro Alves <pedro@codesourcery.com>
496
497 * frame.c (frame_unwind_pc): Rename to ...
498 (frame_unwind_pc_if_available): ... this. New `pc' output
499 parameter. Change return type to int. Gracefully handle
500 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
501 happened, or 1 otherwise.
502 (frame_unwind_pc): Reimplement on top of
503 frame_unwind_pc_if_available.
504 (get_frame_func): Rename to ...
505 (get_frame_func_if_available): New `pc' output parameter. Change
506 return type to int. Gracefully handle the PC not being available.
507 (get_frame_func): Reimplement on top of
508 get_frame_func_if_available.
509 (select_frame): Handle the PC being unavailable.
510 (get_prev_frame): Handle the PC being unavailable.
511 (get_frame_pc_if_available): New.
512 (get_frame_address_in_block_if_available): New.
513 (find_frame_sal): Handle the frame PC not being available.
514 * frame.h (get_frame_pc_if_available): Declare.
515 (get_frame_address_in_block_if_available): Declare.
516 (get_frame_func_if_available): Declare.
517 * stack.c (print_frame_info): Handle the PC being unavailable.
518 (find_frame_funname): Ditto.
519 (print_frame): Handle the PC being unavailable.
520 (get_frame_language): Ditto.
521 * blockframe.c (get_frame_block): Ditto.
522 * macroscope.c (default_macro_scope): Ditto.
523 * tui/tui-stack.c (tui_show_frame_info): Ditto.
524
5252011-03-18 Pedro Alves <pedro@codesourcery.com>
526
527 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
528 NOT_AVAILABLE_ERROR when evaluating the location expression.
529
5302011-03-18 Pedro Alves <pedro@codesourcery.com>
531
532 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
533 returning that the register piece is unavailable/optimized out.
534 (write_pieced_value): Handle get_frame_register_bytes returning
535 that the register piece is unavailable/optimized out when doing a
536 read-modify write of a bitfield.
537 * findvar.c (value_from_register): Handle get_frame_register_bytes
538 returning that the register piece is unavailable/optimized out.
539 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
540 and `unavailablep'. Throw error on bad debug info. Use
541 frame_register instead of frame_register_read, to fill in the new
542 arguments.
543 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
544 and `unavailablep'.
545 * valops.c: (value_assign): Adjust, and handle
546 get_frame_register_bytes failing.
547 * spu-tdep.c: Include exceptions.h.
548 (spu_software_single_step): Adjust, and handle
549 get_frame_register_bytes failing.
550 (spu_get_longjmp_target): Ditto.
551 * gdbarch.sh (register_to_value): Change to return int. New
552 parameters `optimizedp' and `unavailablep'.
553 * gdbarch.h, gdbarch.c: Regenerate.
554 * i386-tdep.c (i386_register_to_value): Adjust to new
555 gdbarch_register_to_value interface.
556 * i387-tdep.c (i387_register_to_value): Ditto.
557 * i387-tdep.h (i387_register_to_value): Ditto.
558 * alpha-tdep.c (alpha_register_to_value): Ditto.
559 * ia64-tdep.c (ia64_register_to_value): Ditto.
560 * m68k-tdep.c (m68k_register_to_value): Ditto.
561 * mips-tdep.c (mips_register_to_value): Ditto.
562 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
563
0fdb4f18
PA
5642011-03-18 Pedro Alves <pedro@codesourcery.com>
565
566 * findvar.c (value_of_register): Mark the value as unavailable, if
567 the register is unavailable.
568 * frame.h (frame_register_unwind): New `unavailablep' parameter.
569 (frame_register): New `unavailablep' parameter.
570 (frame_register_read): Update comment.
571 * frame.c (frame_register_unwind): New `unavailablep' parameter.
572 Set it if the register is unavailable. If the register is
573 unavailable, clear the output buffer.
574 (frame_register): New `unavailablep' parameter. Pass it down.
575 (frame_unwind_register): Adjust.
576 (put_frame_register): Adjust.
577 (frame_register_read): Adjust. Also return false if the register
578 is not available.
579 (frame_register_unwind_location): Adjust.
580 * sentinel-frame.c (sentinel_frame_prev_register): If the register
581 is unavailable, mark the value accordingly.
582 * stack.c (frame_info): Handle unavailable registers.
583
e69aa73e
PA
5842011-03-18 Pedro Alves <pedro@codesourcery.com>
585
586 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
587 simplify, using regcache_cooked_read.
588
05d1431c
PA
5892011-03-18 Pedro Alves <pedro@codesourcery.com>
590
591 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
592 (regcache_raw_read_unsigned, regcache_raw_read_signed)
593 (regcache_raw_read_unsigned, regcache_raw_read_part)
594 (regcache_cooked_read, regcache_cooked_read_signed)
595 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
596 (regcache_cooked_read_ftype): Change return to enum
597 register_status.
598 * regcache.c: Include exceptions.h
599 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
600 (do_cooked_read): Change return to enum register_status. Always
601 forward to regcache_cooked_read.
602 (regcache_raw_read): Change return to enum register_status. If
603 the register is not REG_VALID, memset the buffer. Return the
604 register's status.
605 (regcache_raw_read_signed): Handle non-REG_VALID registers and
606 return the register's status.
607 (regcache_raw_read_unsigned): Ditto.
608 (regcache_cooked_read): Change return to enum register_status.
609 Assert that with read-only regcaches, the register's status must
610 be known. If the regcache is read-only, and the register is not
611 REG_VALID, memset the buffer. Return the register's status.
612 (regcache_cooked_read_signed): Change return to enum
613 register_status. Handle non-REG_VALID registers and return the
614 register's status.
615 (regcache_cooked_read_unsigned): Change return to enum
616 register_status. Handle non-REG_VALID registers and return the
617 register's status.
618 (regcache_xfer_part, regcache_raw_read_part)
619 (regcache_cooked_read_part): Change return to enum
620 register_status. Return the register's status.
621 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
622 unavailable.
623 (regcache_dump): Handle unavailable cooked registers.
624 * frame.c (do_frame_register_read): Adjust interface to match
625 regcache_cooked_read_ftype.
626 * gdbarch.sh (pseudo_register_read): Change return to enum
627 register_status.
628 * gdbarch.h, gdbarch.c: Regenerate.
629
630 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
631 register_status.
632 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
633 register_status. If reading a raw register indicates the raw
634 register is not valid, return the raw register's status,
635 otherwise, return REG_VALID.
636 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
637 register_status. Handle non-REG_VALID raw registers and return
638 the register's status.
639 * arm-tdep.c (arm_neon_quad_read)
640 (arm_pseudo_read): Change return to enum register_status. Handle
641 non-REG_VALID raw registers and return the register's status.
642 * avr-tdep.c (avr_pseudo_register_read): Ditto.
643 * frv-tdep.c (frv_pseudo_register_read): Ditto.
644 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
645 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
646 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
647 register_status.
648 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
649 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
650 (m32c_part_write, m32c_cat_read, m32c_cat_write)
651 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
652 (m32c_pseudo_register_read): Change return to enum
653 register_status. Adjust.
654 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
655 enum register_status. Return the register's status.
656 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
657 register_status. Return the register's status.
658 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
659 * mips-tdep.c (mips_pseudo_register_read): Ditto.
660 * mt-tdep.c (mt_pseudo_register_read): Ditto.
661 * rs6000-tdep.c (move_ev_register_func): New typedef.
662 (e500_move_ev_register): Use it. Change return to enum
663 register_status. Return the register's status.
664 (do_regcache_raw_read): New function.
665 (do_regcache_raw_write): New function.
666 (e500_pseudo_register_read): Change return to enum
667 register_status. Return the register's status. Use
668 do_regcache_raw_read.
669 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
670 (dfp_pseudo_register_read): Change return to enum register_status.
671 Return the register's status.
672 (vsx_pseudo_register_read): Ditto.
673 (efpr_pseudo_register_read): Ditto.
674 (rs6000_pseudo_register_read): Ditto.
675 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
676 register_status. Return the register's status.
677 * sh64-tdep.c (pseudo_register_read_portions): New function.
678 (sh64_pseudo_register_read): Change return to enum
679 register_status. Use pseudo_register_read_portions. Return the
680 register's status.
681 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
682 register_status. Return the register's status.
683 * sh-tdep.c (pseudo_register_read_portions): New function.
684 (sh_pseudo_register_read): Change return to enum register_status.
685 Use pseudo_register_read_portions. Return the register's status.
686 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
687 enum register_status. Return the register's status.
688 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
689 * spu-tdep.c (spu_pseudo_register_read_spu)
690 (spu_pseudo_register_read): Ditto.
691 * xtensa-tdep.c (xtensa_register_read_masked)
692 (xtensa_pseudo_register_read): Ditto.
693 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
694
e10abd8f
PM
6952011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
696
697 * python/py-value.c (valpy_getitem): Fix formatting of error function
698 call.
699
7ea6d463
PM
7002011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
701
702 ARI fixes: Add missing internationalization markups throughout
703 C source files.
704 * darwin-nat-info.c: Ditto.
705 * record.c: Ditto.
706 * remote.c: Ditto.
707 * mi/mi-main.c: Ditto.
708
001083c6
PM
7092011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
710
711 ARI fixes: Add missing internationalization markups throughout
712 yacc files.
713 * c-exp.y: Ditto.
714 * cp-name-parser.y: Ditto.
715 * f-exp.y: Ditto.
716 * m2-exp.y: Ditto.
717 * objc-exp.y: Ditto.
718 * p-exp.y: Ditto.
719
4f1cdeec
PM
7202011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
721
722 ARI fixes: Messages should have no trailing new lines.
723 * darwin-nat.c (mach_check_error): Remove trailing new line from
724 warning function call message.
725 * record.c (bfdcore_read): Idem for error call.
726
28e698f1
PM
7272011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
728
729 * common/signals.c (target_signal_from_host): Add _ markup to error
730 function call message.
731 (target_signal_to_host): Add _ markup and remove trailing new line
732 from warning call message.
733 (target_signal_from_command): Add _ markup to error function call
734 message.
735
99c3dc11
PM
7362011-03-18 Phil Muldoon <pmuldoon@redhat.com>
737
738 PR python/12149
739
740 * python/python.c (gdbpy_write): Accept a stream argument and
741 operate to the appropriate stream.
742 (gdbpy_flush): Likewise.
743 (_initialize_python): Add stream constants.
744 (finish_python_initialization): Add GdbOutputErrorFile class.
745
c20800be
KY
7462011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
747
748 * MAINTAINERS: Add myself as a write-after-approval maintainer.
749
f4a1794a
KY
7502011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
751
752 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
753 to store_signed_integer. Add debug message when relocating CALL
754 instructions. Fix formatting of debug message.
755 * i386-tdep.c (i386_relocate_instruction): Ditto.
756
d4862372
JB
7572011-03-17 Joel Brobecker <brobecker@gnat.com>
758
759 * target.h (struct target_ops): Remove to_lookup_symbol field.
760 (target_lookup_symbol): Delete macro.
761 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
762 (update_current_target, setup_target_debug): Remove handling
763 of to_lookup_symbol target_ops field.
764 * ada-tasks.c (get_known_tasks_addr): Remove use of
765 target_lookup_symbol.
766 * coffread.c (coff_symtab_read): Likewise.
767 * dbxread.c (read_dbx_symtab): Ditto.
768
d645e32e
JB
7692011-03-17 Joel Brobecker <brobecker@gnat.com>
770
771 PR gdb/12116:
772 * configure.ac: Add getthrds declaration check.
773 * configure, config.in: Regenerate.
774 * aix-thread.c (getthrds): Declare only if not already declared
775 in procinfo.h. More declaration out of get_signaled_thread to
776 global scope.
777
29703da4
PM
7782011-03-17 Phil Muldoon <pmuldoon@redhat.com>
779
780 * python/py-symtab.c: Populate symtab_object_methods,
781 sal_object_methods.
782 (stpy_is_valid): New function.
783 (salpy_is_valid): Ditto.
784 * python/py-symbol.c: Declare symbol_object_methods. Populate.
785 (sympy_is_valid): New function.
786 * python/py-objfile.c: Declare objfile_object_methods. Populate.
787 (objfpy_is_valid): New function.
788 * python/py-inferior.c: Populate inferior_object_methods.
789 (infpy_is_valid): New function.
790 * python/py-infthread.c: Populate thread_object_methods.
791 (thpy_is_valid): New function.
792 * python/py-block.c: Declare block_object_methods. Populate. Declare
793 block_iterator_object_methods. Populate.
794 (blpy_is_valid): New function.
795 (blpy_iter_is_valid): Ditto.
796
c00f8484
KS
7972011-03-16 Keith Seitz <keiths@redhat.com>
798
799 * linespec.c (find_methods): Canonicalize NAME before looking
800 up the symbol.
801 (name_end): New function.
802 (keep_name_info): New function.
803 (decode_line_1): Use keep_name_info.
804 (decode_compound): Likewise.
805 * cli/cli-utils.h (remove_trailing_whitespace): New function.
806 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
807
808 PR c++/12273
809 * linespec.c (locate_first_half): Keep overload information, too.
810 (decode_compound): Use a string to represent break characters
811 to escape the loop.
812 If P points to a break character, do not increment it.
813 For C++ and Java, keep overload information and relevant keywords.
814 If we cannot find a symbol, search the minimal symbols.
815
816 PR c++/11734
817 * linespec.c (decode_compound): Rename SAVED_ARG to
818 THE_REAL_SAVED_ARG.
819 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
820 single-quotes.
821 Pass a valid block to lookup_symbol.
822 (lookup_prefix_sym): Likewise.
823 (find_method): Construct search name based on SYM_CLASS instead
824 of SAVED_ARG.
825 * psymtab.c (lookup_partial_symbol): Add language parameter.
826 (lookup_symbol_aux_psymtabs): Likewise.
827 Don't assume that the psymtab we found was the right one. Search
828 for the desired symbol in the symtab to be certain.
829 (psymtab_search_name): New function.
830 (lookup_partial_symbol): Use psymtab_search_name.
831 Add language parameter.
832 (read_symtabs_for_function): Add language parameter and pass to
833 lookup_partial_symbol.
834 (find_symbol_file_from_partial): Likewise.
835
c91513d8
PP
8362011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
837
838 PR gdb/12528
839 * dwarf2read.c (noop_record_line): New function.
840 (dwarf_decode_lines): Ignore line tables for GCd functions.
841
b37520b6
PM
8422011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
843
844 Fix ARI warnings about new lines at the end of messages, which
845 are unneeded as there is a new line added at the end of the message
846 automatically.
847 * darwin-nat.c (darwin_stop_inferior): Ditto.
848 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
849 * dfp.c (decimal_to_number): Ditto.
850 * exec.c (print_section_info): Ditto.
851 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
852 * osdata.c (get_osdata): Ditto.
853 * record.c (bfdcore_write): Ditto.
854 * remote-mips.c (mips_readchar): Ditto.
855 * remote.c (read_ptid): Ditto.
856 * ser-mingw.c (ser_windows_raw): Ditto.
857 * tracepoint.c (add_local_symbols): Ditto.
858 * windows-nat.c (fake_create_process): Ditto.
859
b08ee6a2
TT
8602011-03-16 Tom Tromey <tromey@redhat.com>
861
862 * tracepoint.c (stop_tracing): Don't declare.
863 * event-top.c (after_char_processing_hook): Add `(void)'.
864
9a6f1302
PM
8652011-03-16 Phil Muldoon <pmuldoon@redhat.com>
866
867 * NEWS: Add Parameter sub-classing description.
868
7ceb86b1
KT
8692011-03-16 Kai Tietz <ktietz@redhat.com>
870
871 * MAINTAINERS: Update my e-mail address.
872
efeff6cf
AT
8732011-03-15 Andreas Tobler <andreast@fgznet.ch>
874
875 * MAINTAINERS: Add myself for write after approval privileges.
876
681c238c
MS
8772011-03-15 Michael Snyder <msnyder@vmware.com>
878
f3df5b08
MS
879 * frame.c (find_frame_sal): Assert sym is not null.
880
13f6513c
MS
881 * dbxread.c (process_one_symbol): Assert 'name' is not null.
882
50412521
MS
883 * objc-lang.c (selectors_info): Check strchr for null result.
884
681c238c
MS
885 * stabsread.c (define_symbol): Guard against bad stabstring input.
886
6ced1581
PM
8872011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
888
889 Remove trailing spaces and tabulations from pascal language
890 support sources.
891 p-exp.y: Ditto.
892 p-lang.c: Ditto.
893 p-lang.h: Ditto.
894 p-valprint.c: Ditto.
895
9373cf26
JK
8962011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
897
898 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
899 than LOW. Comment it.
900 (read_partial_die): Call complaint for inappropriate zero LOWPC or
901 HIGHPC not strictly higher than LOWPC.
902
9a1edae6
PM
9032011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
904
905 Fix formatting of function declarations returning a pointer in
906 previous commit.
907 * varobj.c (varobj_add_child): Ditto.
908 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
909 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
910
24e9cda0
UW
9112011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
912
913 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
914 for the "generic" vector ABI used with GCC 4.3 and later.
915 (ppc64_sysv_abi_return_value): Likewise.
916
9172011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
81b4675a
UW
918
919 * infcall.c (call_function_by_hand): Function return value is
920 always a non_lval, even when using struct_return.
921
c9174737
PA
9222011-03-15 Pedro Alves <pedro@codesourcery.com>
923
924 * printcmd.c (ALL_DISPLAYS_SAFE): New.
925 (map_display_numbers): New.
926 (do_delete_display): New.
927 (undisplay_command): Use map_display_numbers.
928 (do_enable_disable_display): New.
929 (enable_disable_display_command): New function.
930 (enable_display): Delete.
931 (enable_display_command): New.
932 (disable_display_command): Reimplement.
933 (_initialize_printcmd): Adjust "enable display" command to use
934 `enable_display_command' as callback.
935
350c6c65
PM
9362011-03-14 Phil Muldoon <pmuldoon@redhat.com>
937
938 * NEWS: Add Python breakpoint 'stop' operation.
939
824446ad
PM
9402011-03-14 Phil Muldoon <pmuldoon@redhat.com>
941
942 * NEWS: Delete duplicate entry. Fix typo.
943
2021ad3a
PM
9442011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
945
946 Fix ARI warning about function names in first column.
947 Put prototype declaration on same line as return type.
948 * objc-exp.y: Ditto.
949 * p-exp.y: Ditto.
950 * python/py-stopevent.h: Ditto.
951 For long function names, split parameters to
952 allow function name on same line as return type.
953 * solib-pa64.c: Ditto.
954 * varobj.c: Ditto.
955 * varobj.h: Ditto.
956 For long function declaration, use single line.
957 * hppa-tdep.h: Ditto.
958 * inferior.h: Ditto.
959
7371cf6d
PM
9602011-03-14 Phil Muldoon <pmuldoon@redhat.com>
961
962 * python/python.h: Declare gdbpy_should_stop and
963 gdbpy_breakpoint_has_py_cond.
964 * python/python.c: Add python.h to includes. Remove python.h from
965 HAVE_PYTHON definition
966 (gdbpy_should_stop): New dummy function.
967 (gdbpy_breakpoint_has_py_cond): New dummy function.
968 * python/py-breakpoint.c (bppy_init): Rewrite to allow
969 sub-classing capabilities.
970 (gdbpy_should_stop): New function.
971 (gdbpy_breakpoint_has_py_cond): New function.
972 (local_setattro): New function.
973 * breakpoint.c (condition_command): Add check for Python 'stop'
974 operation.
975 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
976 operation function as part of stop/continue tests.
977
37b50a69
TT
9782011-03-14 Tom Tromey <tromey@redhat.com>
979
980 PR gdb/12576:
981 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
982 (needs_frame_dwarf_call): Likewise.
983
eeae04df
PM
9842011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
985
986 Fix ARI warning about functions without parameters that do not
987 use (void).
988 * breakpoint.c (all_tracepoints): Replace () by (void).
989 * f-exp.y (match_string_literal): Ditto.
990 (yylex): Ditto.
991 * m2-exp.y (yylex): Ditto.
992 * mep-tdep.c (current_me_module): Ditto.
993 (current_options): Ditto.
994 (current_cop_data_bus_width): Ditto.
995 (current_cr_names): Ditto.
996 (current_cr_is_float): Ditto.
997 (current_ccr_names): Ditto.
998 * objc-exp.y (yylex): Ditto.
999 * p-exp.y (yylex): Ditto.
1000 * remote.c (send_interrupt_sequence): Ditto.
1001 * tracepoint.c (current_trace_status): Ditto.
1002 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
1003 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
1004
6dc3565d
MS
10052011-03-11 Michael Snyder <msnyder@vmware.com>
1006
1427fe5e
MS
1007 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
1008 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
1009 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
1010 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
1011 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
1012
60bc018f
MS
1013 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
1014 (delete_async_event_handler): Ditto.
1015
f3be5b64
MS
1016 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
1017
4c2d5724
MS
1018 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
1019
6dc3565d
MS
1020 * top.c (set_verbose): Assert showcmd was found.
1021
4e6ca6d5
MG
10222011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
1023
1024 * xtensa-tdep.c (warning_once): Correct style issues.
1025
815a83e4
YQ
10262011-03-11 Yao Qi <yao@codesourcery.com>
1027
1028 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
1029
f2eb0bc8
AS
10302011-03-11 Andreas Schwab <schwab@redhat.com>
1031
1032 * common/aclocal.m4: Remove.
1033
b801de47
MG
10342011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
1035
1036 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
1037 (xtensa_write_register, xtensa_read_register): Likewise.
1038 (xtensa_hextochar): Removed.
1039 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
1040
dbab50de
MG
10412011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
1042
1043 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 1044 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
1045 (xtensa_alloc_frame_cache): Add initialization for new fields.
1046 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
1047 (warning_once): New function.
1048 (xtensa_insn_kind): New item c0opc_and.
1049 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
1050 (call0_track_op): Change arguments. New local variable litbase.
1051 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
1052 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
1053 in the prologue.
dbab50de 1054 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 1055 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
1056 Add the variety of updates to handle extended prologues, which now can
1057 conduct dynamic stack adjustments.
1058 (call0_frame_cache): Likewise.
1059 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
1060 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
1061
b2c04452
MS
10622011-03-10 Michael Snyder <msnyder@vmware.com>
1063
f8f67713
MS
1064 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
1065 (cmd_qtframe): Ditto.
1066 (cmd_qtbuffer): Ditto.
1067 (cmd_bigqtbuffer): Ditto.
1068
197f0a60
TT
10692011-03-10 Tom Tromey <tromey@redhat.com>
1070
1071 * tracepoint.c (trace_actions_command): Update.
1072 * thread.c (thread_apply_command): Update.
1073 * reverse.c (delete_bookmark_command): Update.
1074 (bookmarks_info): Update.
1075 * printcmd.c (undisplay_command): Update.
1076 * memattr.c (mem_enable_command): Update.
1077 (mem_disable_command): Update.
1078 (mem_delete_command): Update.
1079 * inferior.c (detach_inferior_command): Update.
1080 (kill_inferior_command): Update.
1081 (remove_inferior_command): Update.
1082 * cli/cli-utils.h (struct get_number_or_range_state): New.
1083 (init_number_or_range): Declare.
1084 (get_number_or_range): Update.
1085 * cli/cli-utils.c (init_number_or_range): New function.
1086 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
1087 static variables.
1088 (number_is_in_list): Update.
1089 * breakpoint.h (get_tracepoint_by_number): Update.
1090 * breakpoint.c (map_breakpoint_numbers): Update for change to
1091 get_number_or_range.
1092 (find_location_by_number): Use get_number, not
1093 get_number_or_range.
1094 (trace_pass_set_count): New function.
1095 (trace_pass_command): Update for change to get_number_or_range.
1096 Rework loop logic.
1097 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
1098 'state' parameter.
1099
ecec24e6
PM
11002011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1101
1102 * python/py-param.c (add_setshow_generic): Add set/show callback
1103 parameters. Register Python object context.
1104 (get_show_value): New function.
1105 (get_set_value): New function.
1106 (call_doc_function): New function.
1107 (get_doc_string): Move behind get_show_value/get_set_value.
1108
6d6c6b1f
JK
11092011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
1110
1111 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
1112
68d6df83
MG
11132011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
1114
dbab50de 1115 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
1116 (xtensa_write_register): Likewise.
1117 (xtensa_hextochar): Add comment and update to match coding conventions.
1118 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
1119 (execute_l32e, execute_s32e, execute_code): Update comments.
1120 (xtensa_exception_handler_t): Update to match coding conventions.
1121 (xtensa_insn_kind): Likewise.
1122
85c9d6a6
MS
11232011-03-09 Michael Snyder <msnyder@vmware.com>
1124
1125 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
1126
91495617
PA
11272011-03-09 Pedro Alves <pedro@codesourcery.com>
1128
1129 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
1130
eb8c0621
TT
11312011-03-09 Tom Tromey <tromey@redhat.com>
1132
1133 * thread.c (restore_selected_frame): Handle frame_level == -1.
1134 (make_cleanup_restore_current_thread): Use
1135 get_selected_frame_if_set.
1136 * frame.h (get_selected_frame_if_set): Declare.
1137 * frame.c (get_selected_frame_if_set): New function.
1138
9f37bbcc
PA
11392011-03-09 Pedro Alves <pedro@codesourcery.com>
1140
1141 * cli/cli-cmds.c (shell_escape): Use lbasename.
1142 * coffread.c (coff_start_symtab): Constify parameter.
1143 (complete_symtab): Constify `name' parameter.
1144 (coff_symtab_read): Constify `filestring' local.
1145 (coff_getfilename): Constify return and `result' local.
1146 Use lbasename.
1147 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
1148 * linux-fork.c (info_checkpoints_command): Use lbasename.
1149 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
1150 * minsyms.c (lookup_minimal_symbol): Use lbasename.
1151 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
1152 * procfs.c (procfs_make_note_section): Use lbasename.
1153 * tui/tui-io.c (printable_part): Constity return and parameter.
1154 Use lbasename.
1155 (print_filename): Constify parameters, and local `s'.
1156 (tui_rl_display_match_list): Constify local `temp'.
1157
f8de3c55
JK
11582011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1159
1160 Revert:
1161 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1162 Fix DWARF-3+ DW_AT_accessibility default assumption.
1163 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1164 cu->header.version >= 3.
1165
d9837b00
YQ
11662011-03-09 Yao Qi <yao@codesourcery.com>
1167
1168 * common/Makefile.in: Remove.
1169 * common/configure: Remove.
1170 * common/configure.ac: Remove.
1171
e637a4f5
YQ
11722011-03-09 Yao Qi <yao@codesourcery.com>
1173
1174 Revert:
1175 2011-02-11 Yao Qi <yao@codesourcery.com>
1176
1177 * common/Makefile.in: Add copyright header.
1178
1179 2011-02-11 Yao Qi <yao@codesourcery.com>
1180
1181 * Makefile.in: Remove signals.o from COMMON_OBS. Link
1182 libcommon.a.
1183 * configure.ac: Add common to sub dir.
1184 * configure: Regenerate.
1185
f976a05d
MG
11862011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1187
1188 * xtensa-tdep.c (call0_ret): New function.
1189 (xtensa_skip_prologue): Speed up analysis.
1190
57041825
MG
11912011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1192
1193 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
1194 while executing MI command -data-list-changed-registers.
1195
08b9c608
MG
11962011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1197
1198 * xtensa-tdep.c (xtensa_read_register): New function.
1199 (xtensa_write_register): New function.
1200 (xtensa_find_register_by_name): New function.
1201 (xtensa_windowed_frame_cache): Update comments in type description.
1202 (xtensa_frame_cache): Likewise.
1203 (xtensa_window_interrupt_insn): New function.
1204 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
1205 (xtensa_insn_kind): Add new instructions.
1206 (rwx_special_register): New function.
1207 (call0_classify_opcode): Add new instructions to the analysis.
1208 (a0_saved, a7_saved, a11_saved): New variables.
1209 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
1210 (execute_l32e): New function.
1211 (execute_s32e): New function.
1212 (xtensa_exception_handler_t): New type.
1213 (execute_code): New function.
1214 (xtensa_window_interrupt_frame_cache): New function to conduct frame
1215 analysis for Xtensa Window Exception handlers.
1216
4d1acb11
MG
12172011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1218
98689b25
MG
1219 * xtensa-tdep.c (TX_PS): New.
1220 (windowing_enabled): Update to count for Call0 ABI.
1221 (xtensa_hextochar): New.
1222 (xtensa_init_reggroups): Make algorithm generic.
1223 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
1224
12252011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1226
1227 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 1228
d3f323f3
MS
12292011-03-08 Michael Snyder <msnyder@vmware.com>
1230
3dcabaa8
MS
1231 * i386-tdep.c (i386_follow_jump): Check return value of
1232 target_read_memory.
1233 (i386_analyze_struct_return): Ditto.
1234 (i386_skip_probe): Ditto.
1235 (i386_match_insn): Ditto.
1236 (i386_skip_noop): Ditto.
1237 (i386_analyze_frame_setup): Ditto.
1238 (i386_analyze_register_saves): Ditto.
1239 (i386_skip_prologue): Ditto.
1240 (i386_skip_main_prologue): Ditto.
1241
13b3fd9b
MS
1242 * target.c (read_whatever_is_readable): Fix memory leak.
1243
d3f323f3
MS
1244 * i386-tdep.c (i386_process_record): Document fall through.
1245
421d5c74
JK
12462011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1247
1248 Fix DWARF-3+ DW_AT_accessibility default assumption.
1249 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1250 cu->header.version >= 3.
1251
63154eca
PA
12522011-03-08 Pedro Alves <pedro@codesourcery.com>
1253
1254 * remote.c (remote_check_symbols): Skip if the target has no
1255 execution.
1256
f1a507a1
JB
12572011-03-08 Joel Brobecker <brobecker@adacore.com>
1258
1259 * target.c (read_whatever_is_readable): Reformat comment,
1260 with a minor typo fix. Minor reformatting of the code.
1261
36073a92
YQ
12622011-03-08 Yao Qi <yao@codesourcery.com>
1263
1264 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
1265 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
1266 Use cached result instead of calling displaced_in_arm_mode again.
1267 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
1268 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
1269 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
1270 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
1271 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
1272 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
1273 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
1274 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
1275 (cleanup_block_load_pc, copy_block_xfer): Likewise.
1276 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
1277 (arm_catch_kernel_helper_return): Likewise.
1278 * gdb/arm-tdep.h : Update function declarations.
1279
d3f323f3 12802011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 1281
e0e40094
MS
1282 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
1283
0b2381f5
MS
1284 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
1285
0350914a
MS
1286 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
1287
69feea6f
MS
1288 * elfread.c (elf_symtab_read): Stop memory leak.
1289
e6040cbd
MS
1290 * main.c (captured_main): Fix memory leak.
1291
052874e8
AS
12922011-03-07 Andreas Schwab <schwab@linux-m68k.org>
1293
1294 * ada-lang.c (compare_names): Call is_name_suffix with string1
1295 instead of string2.
1296
b11896a5
TT
12972011-03-07 Tom Tromey <tromey@redhat.com>
1298
1299 * xcoffread.c (xcoff_sym_fns): Update.
1300 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
1301 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
1302 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
1303 (symbol_file_add_with_addrs_or_offsets): Likewise.
1304 (reread_symbols): Handle OBJF_PSYMTABS_READ.
1305 * somread.c (som_sym_fns): Update.
1306 * psymtab.h (require_partial_symbols): Declare.
1307 * psymtab.c (require_partial_symbols): New function.
1308 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
1309 (ALL_OBJFILE_PSYMTABS): Undef.
1310 (ALL_PSYMTABS): Move from psympriv.h.
1311 (lookup_partial_symtab, find_pc_sect_psymtab)
1312 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
1313 (find_last_source_symtab_from_partial)
1314 (forget_cached_source_info_partial)
1315 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
1316 (expand_partial_symbol_tables, read_psymtabs_with_filename)
1317 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
1318 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
1319 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
1320 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
1321 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
1322 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
1323 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
1324 psymtabs.
1325 * mipsread.c (ecoff_sym_fns): Update.
1326 * machoread.c (macho_sym_fns): Update.
1327 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
1328 (read_psyms): New function.
1329 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
1330 (elf_sym_fns_lazy_psyms): New global.
1331 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
1332 dwarf2_build_psymtabs.
1333 * dbxread.c (aout_sym_fns): Update.
1334 * coffread.c (coff_sym_fns): Update.
1335
fda326dd
TT
13362011-03-07 Tom Tromey <tromey@redhat.com>
1337
1338 * infrun.c (print_exited_reason): Include inferior id and pid in
1339 message.
1340
aeaec162
TT
13412011-03-07 Tom Tromey <tromey@redhat.com>
1342
1343 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
1344 parameter.
1345 (target_has_execution_1): Update.
1346 (target_has_execution_current): Declare.
1347 (target_has_execution): Call target_has_execution_current.
1348 (default_child_has_execution): Update.
1349 * target.c (default_child_has_execution): Add 'the_ptid'
1350 parameter.
1351 (target_has_execution_1): Likewise.
1352 (target_has_execution_current): New function.
1353 (add_target): Update.
1354 (init_dummy_target): Update.
1355 * remote-m32r-sdi.c (m32r_has_execution): New function.
1356 (init_m32r_ops): Use it.
1357 * record.c (record_core_has_execution): Now static. Add
1358 'the_ptid' parameter.
1359 * inferior.c (have_live_inferiors): Don't save current thread.
1360 Use target_has_execution_1.
1361
08e14083
YQ
13622011-03-07 Yao Qi <yao@codesourcery.com>
1363
1364 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
1365
c05d19c5
JB
13662011-03-07 Joel Brobecker <brobecker@adacore.com>
1367
1368 * elfread.c (elf_symtab_read): Minor reformatting.
1369
3e6ef9e4
JB
13702011-03-07 Joel Brobecker <brobecker@adacore.com>
1371
1372 * objc-lang.c (selectors_info): Minor reformatting.
1373
dbb8534f
JB
13742011-03-07 Joel Brobecker <brobecker@adacore.com>
1375
1376 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
1377
dd70cc93
JB
13782011-03-07 Joel Brobecker <brobecker@adacore.com>
1379 Michael Snyder <msnyder@vmware.com>
1380
1381 * ada-valprint.c (ada_val_print_array): Move the declaration of
1382 "byte_order" and "elttype" inside the block where these variables
1383 are actually used. Remove some special handling for the case
1384 where "elttype" and "eltlen" are null. Replace by a comment
1385 and a couple of assertion checks.
1386
b27cf2b3
MS
13872011-03-05 Michael Snyder <msnyder@vmware.com>
1388
1389 * source.c (add_path): Replace semicolon at end of block.
1390 * dwarf2expr.c (execute_stack_op): Ditto.
1391
5387a0c6
MF
13922011-03-05 Mike Frysinger <vapier@gentoo.org>
1393
1394 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
1395 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
1396 (bfin-*-*): Likewise.
1397
e3aa49af
MS
13982011-03-05 Michael Snyder <msnyder@vmware.com>
1399
82ae4854
MS
1400 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
1401 * mdebugread.c (parse_symbol): Ditto.
1402 * parse.c (parse_exp_in_context): Ditto.
1403 * source.c (add_path): Ditto.
1404 * utils.c (gnu_debuglink_crc32): Ditto.
1405 * varobj.c (variable_language): Ditto.
1406
e3aa49af
MS
1407 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
1408
154f592e
MS
14092011-03-04 Michael Snyder <msnyder@vmware.com>
1410
da3ecdc6
MS
1411 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
1412
9cc89665
MS
1413 * symfile.c (simple_overlay_update): Check for null return value
1414 from lookup_minimal_symbol.
1415
154f592e
MS
1416 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
1417
63ffa6ee
TJB
14182011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
1419
1420 * eval.c (parse_and_eval_address_1): Remove function.
1421 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
1422 instead of parse_and_eval_address_1.
1423 * value.h (parse_and_eval_address_1): Remove prototype.
1424
a17d146e
MS
14252011-03-04 Michael Snyder <msnyder@vmware.com>
1426
1427 * remote.c (putpkt_binary): Document that case stmt falls through.
1428
1a6a67de
TJB
14292011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
1430
1431 * breakpointc (print_it_typical): Move NULL check from here...
1432 (print_bp_stop_message): ... to here.
1433
488919c4
MS
14342011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1435
1436 * breakpoint.c (enable_command): Use break instead of continue,
1437 and fill in a missing break.
1438 (disable_command): Ditto.
1439
1e182ce8
UW
14402011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1441
1442 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
1443 (terminal_save_ours): Remove misleading comment.
1444 (inflow_inferior_data_cleanup): Free ttystate.
1445 (inflow_inferior_exit): Likewise.
1446 (copy_terminal_info): Copy ttystate.
1447
1448 * serial.c (serial_copy_tty_state): New function.
1449 * serial.h (serial_copy_tty_state): Add prototype.
1450 (struct serial_ops): Add copy_tty_state callback.
1451 * ser-base.c (ser_base_copy_tty_state): New function.
1452 * ser-base.h (ser_base_copy_tty_state): Add prototype.
1453 * ser-go32.c (dos_copy_tty_state): New function.
1454 (dos_ops): Install copy_tty_state callback.
1455 * ser-mingw.c (_initialize_ser_windows): Likewise.
1456 * ser-pipe.c (_initialize_ser_pipe): Likewise.
1457 * ser-unix.c (hardwire_copy_tty_state): New function.
1458 (_initialize_ser_hardwire): Install it.
1459
b2c5f112
MS
14602011-03-04 Michael Snyder <msnyder@vmware.com>
1461
2abae994
MS
1462 * breakpoint.c (create_breakpoint): Add missing break statement.
1463
7f5936f9
MS
1464 Reverting this patch:
1465 * infcall.c (call_function_by_hand): Add break statements for lint.
1466
b2c5f112
MS
1467 Reverting this patch:
1468 * cli/cli-script.c (script_from_file): Add break for lint.
1469
42b1321c
MS
14702011-03-04 Michael Snyder <msnyder@vmware.com>
1471
1472 * solib.c (reload_shared_libraries_1): Close memory leak.
1473
3e2a0cee
TT
14742011-03-03 Tom Tromey <tromey@redhat.com>
1475
1476 PR gdb/12538:
1477 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
1478 DW_STRING is NULL.
1479
58397cb7
MS
14802011-03-03 Michael Snyder <msnyder@vmware.com>
1481
2e3fd767
MS
1482 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
1483 fields of struct 'st' to zero.
1484
58397cb7
MS
1485 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
1486 sal.pspace before calling set_current_source_symtab_and_line.
1487
ced54c8f
YQ
14882011-03-03 Yao Qi <yao@codesourcery.com>
1489
1490 * Makefile.in (configure-common): Remove. Let Makefile
1491 in dir common to rebuild itself.
1492 (common/Makefile): Likewise.
1493
3351ea09
JB
14942011-03-03 Joel Brobecker <brobecker@adacore.com>
1495
1496 * utils.c (parse_escape): Add i18n markup in error message.
1497
bf9f652a
YQ
14982011-03-03 Yao Qi <yao@codesourcery.com>
1499
1500 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
1501 ARM_PC_REGNUM.
1502 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
1503 (displaced_write_reg, displaced_read_reg): Likewise.
1504 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
1505 (cleanup_block_load_pc, copy_block_xfer): Likewise.
1506 (cleanup_branch): Replace magic number 14 and 15 with
1507 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
1508
d42de051
MS
15092011-03-02 Michael Snyder <msnyder@vmware.com>
1510
240f9570
MS
1511 * maint.c (maintenance_do_deprecate): No need to check for NULL.
1512
10dd8b54
MS
1513 * cli/cli-script.c (script_from_file): Add break for lint.
1514
b98bd911
MS
1515 * mdebugread.c (parse_partial_symbols): Fix indent.
1516
3494b66d
MS
1517 * target-descriptions.c (tdesc_gdb_type): No need to call
1518 xstrdup, callee saves a copy.
1519
daac021a
MS
1520 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
1521
c38d16a7
MS
1522 * infcall.c (call_function_by_hand): Add break statements for lint.
1523
905b671b
MS
1524 * utils.c (parse_escape): Escape the escape char.
1525
f2eb0bc8 1526 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
1527 PyList_Append fails.
1528 (gdbpy_inferiors): Error out if build_inferior_list fails.
1529
8c6a60d1
MS
1530 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
1531 a function call.
1532
d42de051
MS
1533 * record.c (record_restore): Move printf to before error return.
1534
4db71c0b
YQ
15352011-03-02 Yao Qi <yao@codesourcery.com>
1536
1537 * arm-tdep.h (struct displaced_step_closure): Add two new fields
1538 is_thumb and insn_size.
1539 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
1540 on both ARM and Thumb mode.
1541 (arm_process_displaced_insn): Set is_thumb and insn_size.
1542 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
1543 (arm_displaced_step_fixup): Likewise.
1544
a9dc8dcc
MS
15452011-03-01 Michael Snyder <msnyder@vmware.com>
1546
53624a93
MS
1547 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
1548
77766669
MS
1549 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
1550
62d5b8da
MS
1551 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
1552
5e9e105f
MS
1553 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
1554
dc19db01
MS
1555 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
1556 with xmalloc.
1557
5ce64950
MS
1558 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
1559 which shadows function parameter.
1560
a0aa2878
MS
1561 * tracepoint.c (create_tsv_from_upload): Superfluous call
1562 to xstrdup. Callee already calls xstrdup.
1563
e325fb69
MS
1564 * linespec.c (decode_line_1): Remove unnecessary null check.
1565
21cbba77
MS
1566 * tracepoint.c (scope_info): Fix mem leak, remove underused
1567 variable.
1568
63360adc
MS
1569 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
1570 superfluous null check.
1571
18ea20ac 1572 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 1573 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 1574
d014929c
MS
1575 * event-top.c (display_gdb_prompt): Remove superfluous null check.
1576
6e9130cf
MS
1577 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
1578 be null.
1579
5f01dbc0
MS
1580 * linespec.c (decode_line_1): Check for null before dereference.
1581
d684ab85
MS
1582 * reverse.c (record_restore): Move null-check to before pointer
1583 dereference.
1584
bfffb7e3
MS
1585 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
1586
a9dc8dcc
MS
1587 * objc-lang.c (selectors_info): Add explanitory comment.
1588 (classes_info): Ditto.
1589
478fd957
UW
15902011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
1591
1592 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
1593 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
1594 versions of the trampoline. Handle Thumb vs. ARM addresses.
1595 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
1596 (arm_linux_init_abi): Install it.
1597 * arm-tdep.c (arm_psr_thumb_bit): Make global.
1598 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
1599
0480cefa
MS
16002011-02-28 Michael Snyder <msnyder@vmware.com>
1601
ac50ab3b
MS
1602 * ui-out.c (ui_out_field_core_addr): Make local char buffer
1603 a little bigger, to avoid possibility of an overflow.
1604
f63fbe86
MS
1605 * breakpoint.c (breakpoint_adjustment_warning): Make local char
1606 buffers a little bigger, to avoid possibility of an overflow.
1607
9e91a352
MS
1608 * coffread.c (coff_getfilename): Add check to avoid overflow.
1609
f2eb0bc8 1610 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
1611 avoid overflow.
1612 (classes_info): Error out on too long REGEXP.
1613
098ab512
MS
1614 * infrun.c (handle_inferior_event): Remove unused function call.
1615
bcbd1de9
MS
1616 * fork-child.c (fork_inferior): Remove ifdef'd code and
1617 unused variable.
1618
2e456570
MS
1619 * linux-thread-db.c (attach_thread): Discard unused value.
1620
14571dad
MS
1621 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
1622
a9cbf802
MS
1623 * remote.c (remote_get_noisy_reply): Discard unused value.
1624 (remote_vcont_resume): Ditto.
1625 (remote_stop_ns): Ditto.
1626
5715d26e
MS
1627 * linespec.c (decode_objc): Delete unused variable.
1628
4a9bca80
MS
1629 * tui/tui-regs.c (tui_register_format): Delete unused variable.
1630
f47fb265
MS
1631 * dwarf2read.c (add_partial_symbol): Discard unused values.
1632 (read_base_type): Delete unused variable.
1633
e81cff30
MS
1634 * dbxread.c (read_dbx_symtab): Discard unused value.
1635
262acaeb
MS
1636 * eval.c (evaluate_subexp_standard): Delete unused variable,
1637 and discard unused values.
1638
df983543
MS
1639 * infcmd.c (_initialize_infcmd): Discard unused values.
1640
89acf84d
MS
1641 * stabsread.c (rs6000_builtin_type): Missing break statement.
1642
ab8b8aca
MS
1643 * dbxread.c (process_one_symbol): Discard unused value.
1644
6b4511ab
MS
1645 * coffread.c (coff_end_symtab): Delete unused variable.
1646
e8e80198
MS
1647 * dwarf2read.c (dw2_get_file_names): Discard unused value.
1648 (dwarf2_add_typedef): Delete unused variable.
1649 (read_namespace): Ditto.
1650 (dwarf_decode_macros): Ditto.
1651
976aa66e
MS
1652 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
1653
5b92b49f
MS
1654 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
1655
91e8df85
MS
1656 * p-valprint.c (pascal_val_print): Discard unused value.
1657
899500d6
MS
1658 * utils.c (nquery): Call va_end before return;
1659 (yquery): Ditto.
1660 (query): Ditto.
1661
0480cefa
MS
1662 * proc-service.c (ps_plog): Call va_end before return.
1663
fb6a3ed3
TT
16642011-02-28 Tom Tromey <tromey@redhat.com>
1665
1666 * python/python.c (gdbpy_value_cst): New global.
1667 (_initialize_python): Initialize it.
1668 * python/python-internal.h (gdbpy_value_cst): Declare.
1669 * python/py-value.c (convert_value_from_python): Use
1670 gdbpy_value_cst.
1671
c05202a1
MS
16722011-02-28 Michael Snyder <msnyder@vmware.com>
1673
e463f587
MS
1674 * python/py-cmd.c (cmdpy_init): Fix memory leak.
1675
c38eea1a
MS
1676 * breakpoint.c (catch_syscall_completer): Free malloced list.
1677
3ef09ab5
MS
1678 * jv-lang.c (java_primitive_type_from_name): Add missing break.
1679
8f9a01ee
MS
1680 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
1681 (lval_func_check_synthetic_pointer): Ditto.
1682 (lval_func_free_closure): Fix use-after-free.
c05202a1 1683
477d0d57
TT
16842011-02-28 Tom Tromey <tromey@redhat.com>
1685
1686 * psymtab.c (expand_partial_symbol_tables): Use
1687 ALL_OBJFILE_PSYMTABS.
1688
20937029
JK
16892011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 * objc-lang.c (selectors_info): Error on too long REGEXP.
1692
907b7f4f
MS
16932011-02-28 Michael Snyder <msnyder@vmware.com>
1694
92e96192
MS
1695 * python/py-param.c (set_parameter_value): Add missing
1696 break statement.
1697
907b7f4f
MS
1698 * linux-record.c (record_linux_system_call): Add missing
1699 break statement.
1700
12c5a436
UW
17012011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1702
1703 * breakpoint.c (print_one_breakpoint_location): Remove unused
1704 argument PRINT_ADDRESS_BITS. Update callers.
1705 (print_one_breakpoint): Likewise.
1706
170b53b2
UW
17072011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1708
1709 * breakpoint.c (wrap_indent_at_field): New function.
1710 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
1711 Allocate ui_stream locally instead of using STB argument.
1712 (print_one_breakpoint_location): Update call.
1713 * ui-out.c (ui_out_query_field): New function.
1714 * ui-out.h (ui_out_query_field): Add prototype.
1715
8ab1f94d
JB
17162011-02-28 Joel Brobecker <brobecker@adacore.com>
1717
1718 From Michael Snyder <msnyder@vmware.com>
1719 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
1720
7d488639
MS
17212011-02-27 Michael Snyder <msnyder@vmware.com>
1722
ae179fba
MS
1723 * objc-lang.c (selectors_info): Prevent string overrun.
1724
086dbf66
MS
1725 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
1726 error in strncpy.
1727
f2eb0bc8 1728 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
1729 outer scope.
1730
7d488639
MS
1731 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
1732 param with a local variable of the same name.
1733
3bd0f5ef
MS
17342011-02-27 Michael Snyder <msnyder@vmware.com>
1735
1736 * value.c (value_from_history_ref): New function.
1737 * value.h (value_from_history_ref): Export.
1738 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
1739 to parse value history references.
1740 * cli/cli-utils.h (get_number_trailer): Update comment.
1741
17422011-02-27 Michael Snyder <msnyder@vmware.com>
1743
1744 * inferior.c (detach_inferior_command): Use get_number_or_range.
1745 (kill_inferior_command): Ditto.
1746 (remove_inferior_command): Ditto.
1747 (initialize_inferiors): Make command names plural.
1748 Update help strings.
1749
766062f6
MS
17502011-02-27 Michael Snyder <msnyder@vmware.com>
1751
1752 * darwin-nat-info.c: Fix comment typo.
1753 * dwarf2expr.h: Ditto.
1754 * fbsd-nat.c: Ditto.
1755 * fbsd-nat.h: Ditto.
1756 * frame-unwind.h: Ditto.
1757 * frame.h: Ditto.
1758 * hppa-hpux-tdep.c: Ditto.
1759 * i386-linux-nat.c: Ditto.
1760 * linux-nat.c: Ditto.
1761 * nbsd-nat.c: Ditto.
1762 * nbsd-nat.h: Ditto.
1763 * ppc-linux-tdep.c: Ditto.
1764 * serial.c: Ditto.
1765 * ui-file.h: Ditto.
1766 * tui/tui-winsource.c: Ditto.
1767
f2c4ead5
MS
17682011-02-26 Michael Snyder <msnyder@vmware.com>
1769
86b887df
MS
1770 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
1771
66fd3b1e
MS
1772 * maint.c (maintenance_do_deprecate): Plug a memory leak.
1773
8c814cdd
MS
1774 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
1775 with a local variable of the same name.
1776
6d5e094a 1777 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 1778 param with a local variable of the same name.
6d5e094a 1779 (i387_supply_xsave): Ditto.
e5b3d7d6 1780
5eee517d
MS
1781 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
1782 that it does not shadow a function parameter.
1783
8fbf6b93
MS
1784 * i386-nat.c (i386_length_and_rw_bits): Document that case
1785 statement is meant to fall through.
1786
cb969d61
MS
1787 * expprint.c (dump_subexp_body_standard): Document that case
1788 statement is meant to fall through.
1789
f2c4ead5
MS
1790 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
1791 dead if statement. Condition can't be false.
1792
b021a221
MS
17932011-02-25 Michael Snyder <msnyder@vmware.com>
1794
1795 * arm-tdep.c: Fix typos in comments.
1796 * bsd-uthread.c: Ditto.
1797 * completer.c: Ditto.
1798 * corelow.c: Ditto.
1799 * cp-namespace.c: Ditto.
1800 * cp-support.c: Ditto.
1801 * cris-tdep.c: Ditto.
1802 * dbxread.c: Ditto.
1803 * dwarf2read.c: Ditto.
1804 * frame.h: Ditto.
1805 * gdbtypes.h: Ditto.
1806 * inferior.h: Ditto.
1807 * mdebugread.c: Ditto.
1808 * mips-tdep.c: Ditto.
1809 * ppc-linux-nat.c: Ditto.
1810 * ppc-linux-tdep.c: Ditto.
1811 * printcmd.c: Ditto.
1812 * sol-thread.c: Ditto.
1813 * solib-frv.c: Ditto.
1814 * solist.h: Ditto.
1815 * sparc64-tdep.c: Ditto.
1816 * spu-tdep.c: Ditto.
1817 * stabsread.c: Ditto.
1818 * symfile.c: Ditto.
1819 * valops.c: Ditto.
1820 * varobj.c: Ditto.
1821 * vax-nat.c: Ditto.
1822 * python/py-block.c: Ditto.
1823 * python/py-symbol.c: Ditto.
1824 * python/py-symtab.c: Ditto.
1825 * python/py-value.c: Ditto.
1826 * tui/tui-win.c: Ditto.
1827
c82c0b55
MS
18282011-02-25 Michael Snyder <msnyder@vmware.com>
1829
1830 * inferior.c (print_inferior): Accept a string instead of an int
1831 for requested_inferiors, and use get_number_or_range to parse it.
1832 (info_inferiors_command): Pass args string to print_inferior.
1833 (initialize_inferiors): Change help string for info inferiors.
1834 * inferior.h (print_inferior): Export prototype change.
1835
ee00cd23
TT
18362011-02-25 Tom Tromey <tromey@redhat.com>
1837
1838 * common/ax.def (invalid2): Set to 0x31.
1839
0502ed8c
JK
18402011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1841
1842 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
1843 L and plongest.
1844 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
1845 use L and plongest.
1846 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
1847
2c9de912
MS
18482011-02-24 Michael Snyder <msnyder@vmware.com>
1849
1850 * Makefile.in (clean): Make clean should remove generated files
1851 observer.h and observer.inc.
1852
a04b0428
JB
18532011-02-24 Joel Brobecker <brobecker@adacore.com>
1854
1855 Revert the following patch (not approved yet):
1856 2011-02-21 Hui Zhu <teawater@gmail.com>
1857 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
1858 * ax-gdb.c (gen_printf_expr_callback): New function.
1859 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
1860 * ax-general.c (ax_memcpy): New function.
1861 (ax_print): Handle "printf".
1862 (ax_reqs): Ditto.
1863 * ax.h (ax_memcpy): Forward declare.
1864 * common/ax.def (invalid2): Removed.
1865 (printf): New entry.
1866 * printcmd.c (printcmd.h): New include.
1867 (string_printf): New function.
1868 (ui_printf): Removed.
1869 (printf_command): Remove static. Call string_printf.
1870 (eval_command): Call string_printf.
1871 * printcmd.h: New file.
1872 * tracepoint.c (validate_actionline,
1873 encode_actions_1): handle printf_command.
1874
2b52013f
TT
18752011-02-23 Tom Tromey <tromey@redhat.com>
1876
1877 * ax-general.c (ax_pick): Add missing newline.
1878
e5a67952
MS
18792011-02-23 Michael Snyder <msnyder@vmware.com>
1880
1881 * breakpoint.c (breakpoint_1): Change first argument from an int
1882 to a char pointer, so that the function now accepts a list of
f2eb0bc8 1883 breakpoints rather than just one. Use new function
e5a67952
MS
1884 'number_is_in_list' to implement.
1885 (breakpoints_info): Pass char * instead of int to breakpoint_1.
1886 (watchpoints_info): Ditto.
1887 (tracepoints_info): Ditto.
1888 (maintenance_info_breakpoints): Ditto.
1889 (_initialize_breakpoint): Update help strings to reflect the fact
1890 that these functions can now take more than one argument.
1891 * cli/cli-utils.c (number_is_in_list): New function.
1892 * cli/cli-utils.h (number_is_in_list): Export.
1893
18942011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
1895
1896 * memattr.c (mem_enable_command): Use get_number_or_range.
1897 (mem_disable_command): Ditto.
1898 (mem_delete_command): Ditto.
1899 (_initialize_mem): Tweak usage message to reflect multiple
1900 arguments.
1901
6e6fbe60
DE
19022011-02-22 Doug Evans <dje@google.com>
1903
1904 Add gdb.lookup_global_symbol python function.
1905 * NEWS: Add entry.
1906 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
1907 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
1908 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
1909
79b97fa8
TT
19102011-02-22 Tom Tromey <tromey@redhat.com>
1911
1912 * language.c (language_class_name_from_physname): Rename
1913 'curr_language' argument to 'lang'; use in body.
1914
298f437a
MS
19152011-02-22 Michael Snyder <msnyder@vmware.com>
1916
1917 * cli/cli-utils.c (number_is_in_list): Check for zero return.
1918
b7ea3126
PA
19192011-02-22 Pedro Alves <pedro@codesourcery.com>
1920
1921 * frame-unwind.h: Fix comment to mention the this frame, not the
1922 next.
1923
58ee6d60
TT
19242011-02-22 Tom Tromey <tromey@redhat.com>
1925
1926 * symfile.c (auto_solib_limit): Remove.
1927 * symfile.h (auto_solib_limit): Remove.
1928
36238dbc
JB
19292011-02-22 Joel Brobecker <brobecker@adacore.com>
1930
1931 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
1932
aea5b279
MS
19332011-02-21 Michael Snyder <msnyder@vmware.com>
1934
1935 * gdbthread.h (print_thread_info): Change prototype.
1936 * thread.c (print_thread_info): Accept char* instead of int for
1937 requested_threads argument. Use new function number_is_in_list
1938 to determine which threads to list.
1939 (info_threads_command): Pass char* to print_thread_info.
1940 * cli/cli-utils.c (number_is_in_list): New function.
1941 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 1942 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
1943 print_thread_info.
1944 (print_one_inferior): Ditto.
1945 (mi_cmd_list_thread_groups): Ditto.
1946
8caa75ee
JK
19472011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1948
1949 * common/Makefile.in (CFLAGS): New.
1950 (COMPILE): Add $(CFLAGS).
1951
ea666128
TT
19522011-02-21 Tom Tromey <tromey@redhat.com>
1953
1954 * breakpoint.c (catch_syscall_command_1): Fix typo.
1955
e9cafbcc
TT
19562011-02-21 Tom Tromey <tromey@redhat.com>
1957
1958 * reverse.c: Include cli-utils.h.
1959 * printcmd.c: Include cli-utils.h.
1960 (string_printf): Use skip_spaces.
1961 * cli/cli-utils.h: New file.
1962 * cli/cli-utils.c: New file.
1963 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
1964 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
1965 * breakpoint.h (get_number, get_number_or_range): Move to
1966 cli-utils.h.
1967 * breakpoint.c: Include cli-utils.h.
1968 (get_number_trailer, get_number, get_number_or_range)
1969 (ep_skip_leading_whitespace): Move to cli-utils.c.
1970 (create_breakpoint_sal, find_condition_and_thread)
1971 (decode_static_tracepoint_spec, watch_command_1)
1972 (watch_maybe_just_location, ep_parse_optional_if_clause)
1973 (catch_fork_command_1, catch_exec_command_1)
1974 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
1975 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
1976 (SUBDIR_CLI_SRCS): Add cli-utils.c.
1977 (HFILES_NO_SRCDIR): Add cli-utils.h.
1978 (cli-utils.o): New target.
1979
f67fd822
PM
19802011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1981
1982 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
1983 before calling discard_all_inferiors.
1984
c9def01d
UW
19852011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1986
1987 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
1988 (struct builtin_opencl_type): Remove.
1989 (builtin_opencl_type): Change return type to "struct type **".
1990 (lookup_opencl_vector_type): Update caller.
1991 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
1992 (build_opencl_types): Install plain array of "struct type *"
1993 instead of "struct builtin_opencl_type".
1994
e3039479
UW
19952011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1996 Ulrich Weigand <uweigand@de.ibm.com>
1997
1998 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
1999 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
2000 (struct arm_linux_hwbp_cap): New type.
2001 (arm_linux_get_hwbp_cap): New function.
2002 (arm_linux_get_hw_breakpoint_count): Likewise.
2003 (arm_linux_get_hw_watchpoint_count): Likewise.
2004 (arm_linux_can_use_hw_breakpoint): Likewise.
2005 (arm_hwbp_type): New type.
2006 (arm_hwbp_control_t): Likewise.
2007 (struct arm_linux_hw_breakpoint): Likewise.
2008 (struct arm_linux_thread_points): Likewise.
2009 (arm_threads): New global variable.
2010 (arm_linux_find_breakpoints_by_tid): New function.
2011 (arm_hwbp_control_initialize): Likewise.
2012 (arm_hwbp_control_is_enabled): Likewise.
2013 (arm_hwbp_control_disable): Likewise.
2014 (arm_linux_hw_breakpoint_initialize): Likewise.
2015 (arm_linux_get_hwbp_type): Likewise.
2016 (arm_linux_hw_watchpoint_initialize): Likewise.
2017 (arm_linux_hw_breakpoint_equal): Likewise.
2018 (arm_linux_insert_hw_breakpoint1): Likewise.
2019 (arm_linux_remove_hw_breakpoint1): Likewise.
2020 (arm_linux_insert_hw_breakpoint): Likewise.
2021 (arm_linux_remove_hw_breakpoint): Likewise.
2022 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
2023 (arm_linux_insert_watchpoint): Likewise.
2024 (arm_linux_remove_watchpoint): Likewise.
2025 (arm_linux_stopped_data_address): Likewise.
2026 (arm_linux_stopped_by_watchpoint): Likewise.
2027 (arm_linux_watchpoint_addr_within_range): Likewise.
2028 (arm_linux_new_thread): Likewise.
2029 (arm_linux_thread_exit): Likewise.
2030 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
2031 related target callbacks. Register arm_linux_new_thread and
2032 arm_linux_thread_exit.
2033 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
2034 * arm-tdep.c (arm_pc_is_thumb): Make global.
2035 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
2036
b5db5dfc
UW
20372011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
2038
2039 * breakpoint.c (update_watchpoint): Do not attempt to recreate
2040 per-frame locations while within a function epilogue.
2041
e25b2cfa
PM
20422011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
2043
2044 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
2045 to GNU coding standards.
2046
4af53f97
PM
20472011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
2048
2049 Allow use of mingw native on Windows 95 OS.
e25b2cfa 2050 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
2051 (ser_windows_close): Only call CancelIo if function exists.
2052 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
2053 to check for existence of CancelIo function in kernel32 DLL.
2054
d0e92d82
HZ
20552011-02-21 Hui Zhu <teawater@gmail.com>
2056
2057 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
2058 * ax-gdb.c (gen_printf_expr_callback): New function.
2059 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
2060 * ax-general.c (ax_memcpy): New function.
2061 (ax_print): Handle "printf".
2062 (ax_reqs): Ditto.
2063 * ax.h (ax_memcpy): Forward declare.
2064 * common/ax.def (invalid2): Removed.
2065 (printf): New entry.
2066 * printcmd.c (printcmd.h): New include.
2067 (string_printf): New function.
2068 (ui_printf): Removed.
2069 (printf_command): Remove static. Call string_printf.
2070 (eval_command): Call string_printf.
2071 * printcmd.h: New file.
2072 * tracepoint.c (validate_actionline,
2073 encode_actions_1): handle printf_command.
2074
7d357efd
MS
20752011-02-19 Michael Snyder <msnyder@vmware.com>
2076
2077 * reverse.c (delete_one_bookmark): Argument is now bookmark
2078 id rather than pointer to bookmark struct.
2079 (delete_bookmark_command): Use get_number_or_range.
2080 (goto_bookmark_command): Parse with get_number instead of strtoul.
2081 (bookmark_1): New function. Print info for one bookmark.
2082 (bookmarks_info): Use get_number_or_range and bookmark_1.
2083
7a45ebd7
MS
20842011-02-18 Michael Snyder <msnyder@vmware.com>
2085
f2eb0bc8 2086 * thread.c (info_threads_command): Re-implement using
7a45ebd7 2087 get_number_or_range.
65ebfb52 2088 (thread_apply_command): Ditto.
7a45ebd7 2089
94d5e490
TT
20902011-02-18 Tom Tromey <tromey@redhat.com>
2091
2092 * common/ax.def: New file.
2093 * ax.h (enum agent_op): Use ax.def.
2094 * ax-general.c (aop_map): Use ax.def.
2095
c7f96d2b
TT
20962011-02-18 Tom Tromey <tromey@redhat.com>
2097
2098 * ax-general.c (aop_map): Add pick and rot.
2099 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
2100 <DW_OP_rot>: Implement.
2101 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
2102 (ax_pick): Declare.
2103 * ax-general.c (ax_pick): New function.
2104
66694b75
TT
21052011-02-18 Tom Tromey <tromey@redhat.com>
2106
2107 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
2108
eeaafae2
JK
21092011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2110 Tom Tromey <tromey@redhat.com>
2111
2112 * cp-support.c (make_symbol_overload_list_namespace): Do not call
2113 make_symbol_overload_list_block with NULL BLOCK.
2114 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
2115
3c3fe74c
PA
21162011-02-18 Pedro Alves <pedro@codesourcery.com>
2117
2118 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
2119 * breakpoint.h (get_number_or_range): Declare.
2120 * printcmd.c (ALL_DISPLAYS): Declare.
2121 (delete_display): Reimplement taking a display pointer.
2122 (undisplay_command): Accept a range of displays to delete, using
2123 get_number_or_range.
2124
13163d80
PM
21252011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2126
2127 * c-valprint.c (c_val_print): Add embedded_offset to address
2128 for arrays of unspecified length.
2129 * p-valprint.c (pascal_val_print): Likewise.
2130
b434a28f
YQ
21312011-02-18 Yao Qi <yao@codesourcery.com>
2132
2133 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
2134 (arm_process_displaced_insn): .. here. Remove parameter INSN.
2135 (thumb_process_displaced_insn): New.
2136 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
2137 call to arm_process_displaced_insn.
2138 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
2139
9f6f94ff
TT
21402011-02-17 Tom Tromey <tromey@redhat.com>
2141
2142 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
2143 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
2144 compile_dwarf_to_ax. No longer static. Call
2145 dwarf2_compile_cfa_to_ax.
2146 (locexpr_tracepoint_var_ref): Update.
2147 (loclist_tracepoint_var_ref): Update.
2148 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
2149 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
2150 argument; add 'gdbarch' and 'pc'.
2151 (dwarf2_compile_cfa_to_ax): New function.
2152 (dwarf2_frame_cache): Update.
2153
e67ad678
JB
21542011-02-17 Joel Brobecker <brobecker@adacore.com>
2155
2156 * ada-lang.c (ada_type_of_array): Fix the size of the array
2157 in the case of an unconstrained packed array.
2158
946ebb0d
YQ
21592011-02-17 Yao Qi <yao@codesourcery.com>
2160
2161 * common/Makefile.in: Add more targets for make.
2162
1ba1b353
TT
21632011-02-16 Tom Tromey <tromey@redhat.com>
2164
2165 * dwarf2loc.c (unimplemented): Fix typo.
2166
b1bfef65
TT
21672011-02-16 Tom Tromey <tromey@redhat.com>
2168
2169 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
2170 (compile_dwarf_to_ax) <default>: Use unimplemented.
2171 <DW_OP_deref>: Update.
2172 (disassemble_dwarf_expression): Update.
2173 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
2174 (decode_locdesc): Update.
2175 * dwarf2expr.h (dwarf_stack_op_name): Update.
2176
5f1e6f19
TT
21772011-02-16 Tom Tromey <tromey@redhat.com>
2178
2179 * ax.h (struct aop_map) <name>: Now const.
2180
a0c78a73
PA
21812011-02-16 Tom Tromey <tromey@redhat.com>
2182
2183 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
2184 than axs_rvalue.
2185
946ebb0d 21862011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
2187
2188 * infrun.c (get_displaced_step_closure_by_addr): New.
2189 * inferior.h: Declare it.
2190 * arm-tdep.c: (arm_pc_is_thumb): Call
2191 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
2192 returns non-NULL.
2193
08807d5a
PA
21942011-02-16 Pedro Alves <pedro@codesourcery.com>
2195 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 gdb/
2198 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
2199
29976f3f
PA
22002011-02-16 Pedro Alves <pedro@codesourcery.com>
2201 Jan Kratochvil <jan.kratochvil@redhat.com>
2202
2203 * value.c (value_contents_copy_raw): Extend describing comment.
2204 Assert that the destination contents we're overwriting are wholly
2205 available.
fb68ae73 2206 (value_contents_copy): Extend describing comment.
29976f3f 2207
cd24cfaa
PA
22082011-02-16 Pedro Alves <pedro@codesourcery.com>
2209 Jan Kratochvil <jan.kratochvil@redhat.com>
2210
2211 * value.c (value_available_contents_eq): Remove redundant local
2212 variables. Fix available contents comparision.
2213 * value.h (value_available_contents_eq): Extend describing
2214 comment.
2215
60bbf338
YQ
22162011-02-16 Yao Qi <yao@codesourcery.com>
2217
2218 * thread.c (info_threads_command): Add missing i18n markup and remove
2219 trailing newline.
2220
17450429
PP
22212011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2222
2223 * breakpoint.c (longjmp_names): New variable.
2224 (struct breakpoint_objfile_data): New type.
2225 (breakpoint_objfile_key): New variable.
2226 (msym_not_found): New variable.
2227 (msym_not_found_p): New predicate.
2228 (get_breakpoint_objfile_data): New function.
2229 (create_overlay_event_breakpoint): Check per-objfile cache for
2230 symbols first.
2231 (create_longjmp_master_breakpoint): Likewise.
2232 (create_std_terminate_master_breakpoint): Likewise.
2233 (create_exception_master_breakpoint): Likewise.
2234 (_initialize_breakpoint): Register per-objfile data key.
2235
af02033e
PP
22362011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2237
2238 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
2239 parameter value.
2240 (create_longjmp_master_breakpoint): Loop over longjmp names.
2241 (create_std_terminate_master_breakpoint): Const-propagate parameter
2242 value.
2243 (update_breakpoints_after_exec): Adjust.
2244 (breakpoint_re_set): Adjust.
2245
60f98dde
MS
22462011-02-15 Michael Snyder <msnyder@vmware.com>
2247
cdf99611
MS
2248 * thread.c (info_threads_command): Process arg as thread id,
2249 or list of thread ids.
2250 (thread_find_command): New command.
2251 (_initialize_thread): Document argument for info threads.
2252 Document 'thread find' command.
2253 * NEWS: Document new command "thread find".
60f98dde 2254
0feedb2c
JK
22552011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2256
2257 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
2258 * aclocal.m4: Regenerated with aclocal-1.11.1.
2259 * common/configure: Regenerate with autoconf-2.64.
2260
648cd113
KW
22612011-02-15 Ken Werner <ken.werner@de.ibm.com>
2262
2263 * opencl-lang.c (build_opencl_types): Set the size of the built-in
2264 bool data type to a size of one byte.
2265
5657161f
PA
22662011-02-15 Pedro Alves <pedro@codesourcery.com>
2267 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 * target.c (memory_xfer_live_readonly_partial): Document where to
2270 look for interface description.
2271
494e194e
YQ
22722011-02-15 Yao Qi <yao@codesourcery.com>
2273
2274 PR tdep/12352
2275 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
2276 order to store PC value on stack instead of text section.
2277
d9492458
TJB
22782011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
2279
2280 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
2281 the EFP register set size.
2282 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
2283 data from the VMX register.
2284 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
2285 and write data from/to the VMX register.
2286
cdf99611
MS
22872011-02-14 Michael Snyder <msnyder@vmware.com>
2288
2289 * command.h (enum command_class): New class 'no_set_class', for
2290 "show" commands without a corresponding "set" command.
2291 * value.c (_initialize_values): Use 'no_set_class' for "show values".
2292 * copying.c (_initialize_copying): Ditto for "show copying" and
2293 "show warranty".
2294 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
2295 "show version".
2296 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
2297 which there is no corresponding "set" command (eg. "show copying").
2298
424447ee
PA
22992011-02-14 Pedro Alves <pedro@codesourcery.com>
2300 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 * exec.c (section_table_available_memory): Change `len' parameter
2303 type to ULONGEST.
2304 * exec.h (section_table_available_memory): Ditto.
2305 * value.h (read_value_memory): Rename the `offset' parameter to
2306 `embedded_offset'.
2307
c0f61f9c 23082011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 2309 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
2310
2311 * memrange.c (compare_mem_ranges): Mention sort order in
2312 describing comment.
2313 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
2314 * tracepoint.c (traceframe_available_memory): Extend comment to
2315 mention what happens to RESULT when the target does not support
2316 the query.
2317
6bfc80c7
PA
23182011-02-14 Pedro Alves <pedro@codesourcery.com>
2319 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
2322 range.
2323
e7303042
PA
23242011-02-14 Pedro Alves <pedro@codesourcery.com>
2325
2326 * value.c (value_bits_valid, value_bits_synthetic_pointer):
2327 No longer handle NULL values.
2328
8af8e3bc
PA
23292011-02-14 Pedro Alves <pedro@codesourcery.com>
2330
2331 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
2332 * value.c: Include "exceptions.h".
2333 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
2334 generic error.
2335 * cp-abi.c: Include gdb_assert.h.
2336 (baseclass_offset): Add `embedded_offset' and `val' parameters.
2337 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
2338 errors.
2339 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
2340 parameters. No longer returns -1 on error.
2341 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
2342 `val' parameters.
2343 * cp-valprint.c: Include exceptions.h.
2344 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
2345 the baseclass_offset. Handle unavailable base classes. Use
2346 val_print_invalid_address.
2347 * p-valprint.c: Include exceptions.h.
2348 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
2349 when fetching the baseclass_offset. No longer expect
2350 baseclass_offset returning -1. Handle unavailable base classes.
2351 Use val_print_invalid_address.
2352 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
2353 `valaddr' parameter, and change its type to gdb_byte pointer. Add
2354 `embedded_offset' and `val' parameters. Adjust.
2355 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
2356 parameter, and change its type to gdb_byte pointer. Add
2357 `embedded_offset' and `val' parameters. Adjust. No longer expect
2358 baseclass_offset returning -1.
2359 (value_dynamic_cast): Use value_contents_for_printing rather than
2360 value_contents. Adjust.
2361 (search_struct_field): No longer expect baseclass_offset returning
2362 -1.
2363 (search_struct_method): If reading memory from the target is
2364 necessary, wrap it in a new value to pass to baseclass_offset. No
2365 longer expect baseclass_offset returning -1.
2366 (find_method_list): No longer expect baseclass_offset returning
2367 -1. Use value_contents_for_printing rather than value_contents.
2368 * valprint.c (val_print_invalid_address): New function.
2369 * valprint.h (val_print_invalid_address): Declare.
2370 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
2371 and `val' parameters. No longer expect baseclass_offset returning
2372 -1. Adjust.
2373 * gnu-v2-abi.c: Include "exceptions.h".
2374 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
2375 parameters. Handle unavailable memory. Recurse through
2376 gnuv2_baseclass_offset directly, rather than through
2377 baseclass_offset. No longer returns -1 on not found, instead
2378 throw an error.
2379 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
2380 `val' parameters. Adjust.
2381
1b28d0b3
PA
23822011-02-14 Pedro Alves <pedro@codesourcery.com>
2383
2384 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
2385 almost but not quite adjacent.
2386
ec0a52e1
PA
23872011-02-14 Pedro Alves <pedro@codesourcery.com>
2388
2389 * value.h (value_entirely_available): Declare.
2390 * value.c (value_entirely_available): New function.
2391 * c-valprint.c (c_value_print): Don't try fetching the pointer's
2392 real type if the pointer is unavailable.
2393
24e6bcee
PA
23942011-02-14 Pedro Alves <pedro@codesourcery.com>
2395
2396 * valops.c (value_repeat): Use read_value_memory instead of
2397 read_memory.
2398
39d37385
PA
23992011-02-14 Pedro Alves <pedro@codesourcery.com>
2400
2401 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
2402 * value.c (value_contents_copy_raw, value_contents_copy): New
2403 functions.
2404 (value_primitive_field): Use value_contents_copy_raw instead of
2405 memcpy.
2406 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
2407 memcpy.
2408 (value_array, value_slice): Ditto.
2409 * valarith.c (value_subscripted_rvalue): Use
2410 value_contents_copy_raw instead of memcpy.
2411
a3d34bf4
PA
24122011-02-14 Pedro Alves <pedro@codesourcery.com>
2413
2414 <unavailable> references.
2415
2416 * valops.c (get_value_at): Use value_from_contents_and_address,
2417 avoiding read_memory.
2418
9fc6d940
PA
24192011-02-14 Pedro Alves <pedro@codesourcery.com>
2420
2421 * c-valprint.c (c_val_print): Print a string with unavailable
2422 contents as an array.
2423
5467c6c8
PA
24242011-02-14 Pedro Alves <pedro@codesourcery.com>
2425
2426 * value.h (unpack_bits_as_long): Delete declaration.
2427 (unpack_value_bits_as_long): Declare.
2428 (unpack_value_field_as_long): Declare.
2429 (value_field_bitfield): Declare.
2430 * value.c (unpack_bits_as_long): Rename to...
2431 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
2432 value parameters. Return the extracted result in a new output
2433 parameter. If the value contents are unavailable, return false,
2434 otherwise return true.
2435 (unpack_value_bits_as_long): New.
2436 (unpack_field_as_long): Rename to...
2437 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
2438 Add embedded_offset and value parameters. Return the extracted
2439 result in a new output parameter. If the value contents are
2440 unavailable, return false, otherwise return true.
2441 (unpack_value_field_as_long): New.
2442 (unpack_field_as_long_1): New.
2443 (unpack_field_as_long): Reimplement as wrapper around
2444 unpack_value_field_as_long_1.
2445 (value_field_bitfield): New function.
2446 * valops.c (value_fetch_lazy): When fetching a bitfield, use
2447 unpack_value_bits_as_long. Mark the value as unavailable, if it
2448 is unavailable.
2449 * jv-valprint.c (java_print_value_fields): Use
2450 value_field_bitfield.
2451 * p-valprint.c (pascal_object_print_value_fields): Use
2452 value_field_bitfield.
2453 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
2454
3158c6ed
PA
24552011-02-14 Pedro Alves <pedro@codesourcery.com>
2456
2457 * value.c (get_internalvar_integer): Also return the int value of
2458 TYPE_CODE_INT INTERNALVAR_VALUE values.
2459 (set_internalvar): Don't special case TYPE_CODE_INT.
2460
9fbdca0d
PA
24612011-02-14 Pedro Alves <pedro@codesourcery.com>
2462
2463 * value.c (struct internalvar) <enum internalvar_kind>: Remove
2464 INTERNALVAR_POINTER.
2465 <pointer>: Delete.
2466 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
2467 (set_internalvar): Remove special TYPE_CODE_PTR handling.
2468 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
2469
c8c1c22f
PA
24702011-02-14 Pedro Alves <pedro@codesourcery.com>
2471
2472 * value.h (value_available_contents_eq): Declare.
2473 * value.c (find_first_range_overlap): New function.
2474 (value_available_contents_eq): New function.
2475 * valprint.c (val_print_array_elements): Use
2476 value_available_contents_eq.
2477 * ada-valprint.c (val_print_packed_array_elements): Use
2478 value_available_contents_eq.
2479 * jv-valprint.c (java_value_print): Use
2480 value_available_contents_eq.
2481
e6e4e701
PA
24822011-02-14 Pedro Alves <pedro@codesourcery.com>
2483
2484 * target.c (target_read_live_memory): New function.
2485 (memory_xfer_live_readonly_partial): New.
2486 (memory_xfer_partial): If reading from a traceframe, fallback to
2487 reading unavailable read-only memory from read-only regions of
2488 live target memory.
2489 * tracepoint.c (disconnect_tracing): Adjust.
2490 (set_current_traceframe): New, factored out from
2491 set_traceframe_number.
2492 (set_traceframe_number): Reimplement to only change the traceframe
2493 number on the GDB side.
2494 (do_restore_current_traceframe_cleanup): Adjust.
2495 (make_cleanup_restore_traceframe_number): New.
2496 (cur_traceframe_number): New global.
2497 (tfile_open): Set cur_traceframe_number to no traceframe.
2498 (set_tfile_traceframe): New function.
2499 (tfile_trace_find): If looking up a traceframe using any method
2500 other than by number, make sure the current tfile traceframe
2501 matches gdb's current traceframe. Update the current tfile
2502 traceframe if the lookup succeeded.
2503 (tfile_fetch_registers, tfile_xfer_partial)
2504 (tfile_get_trace_state_variable_value): Make sure the remote
2505 traceframe matches gdb's current traceframe.
2506 * remote.c (remote_traceframe_number): New global.
2507 (remote_open_1): Set it to -1.
2508 (set_remote_traceframe): New function.
2509 (remote_fetch_registers, remote_store_registers)
2510 (remote_xfer_memory, remote_xfer_partial)
2511 (remote_get_trace_state_variable_value): Make sure the remote
2512 traceframe matches gdb's current traceframe.
2513 (remote_trace_find): If looking up a traceframe using any method
2514 other than by number, make sure the current remote traceframe
2515 matches gdb's current traceframe. Update the current remote
2516 traceframe if the lookup succeeded.
2517 * infrun.c (fetch_inferior_event): Adjust.
2518 * tracepoint.h (set_current_traceframe): Declare.
2519 (get_traceframe_number, set_traceframe_number): Add describing
2520 comments.
2521
e6ca34fc
PA
25222011-02-14 Pedro Alves <pedro@codesourcery.com>
2523
2524 Mark pieces of values as unavailable if the corresponding memory
2525 is unavailable.
2526
2527 * valops.c: Include tracepoint.h.
2528 (value_fetch_lazy): Use read_value_memory.
2529 (read_value_memory): New.
2530 * value.h (read_value_memory): Declare.
2531 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
2532 * exec.c (section_table_available_memory): New function.
2533 * exec.h (section_table_available_memory): Declare.
2534
2a7498d8
PA
25352011-02-14 Pedro Alves <pedro@codesourcery.com>
2536
2537 * Makefile.in (SFILES): Add memrange.c.
2538 (HFILES_NO_SRCDIR): Add memrange.h.
2539 (COMMON_OBS): Add memrange.o.
2540 * memrange.c: New file.
2541 * memrange.h: New file.
2542 * tracepoint.c: Include memrange.h.
2543 (struct mem_range): Delete.
2544 (mem_range_s): Delete.
2545 (traceframe_available_memory): New function.
2546 * tracepoint.h (traceframe_available_memory): Declare.
2547
b3b9301e
PA
25482011-02-14 Pedro Alves <pedro@codesourcery.com>
2549
2550 * target.h (struct traceframe_info): Forward declare.
2551 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
2552 (struct target_ops) <to_traceframe_info>: New field.
2553 (target_traceframe_info): New.
2554 * target.c (update_current_target): Inherit and default
2555 to_traceframe_info.
2556 * remote.c (PACKET_qXfer_traceframe_info): New.
2557 (remote_protocol_features): Register qXfer:traceframe-info:read.
2558 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
2559 (remote_traceframe_info): New.
2560 (init_remote_ops): Install it.
2561 (_initialize_remote): Install "set/show remote traceframe-info"
2562 commands.
2563 * tracepoint.h (parse_traceframe_info): Declare.
2564 * tracepoint.c (struct mem_range): New.
2565 (mem_range_s): New typedef.
2566 (struct traceframe_info): New.
2567 (traceframe_info): New global.
2568 (free_traceframe_info): New function.
2569 (clear_traceframe_info): New function.
2570 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
2571 info.
2572 (build_traceframe_info): New function.
2573 (tfile_traceframe_info): New function.
2574 (init_tfile_ops): Install tfile_traceframe_info.
2575 (traceframe_info_start_memory, free_result): New functions.
2576 (memory_attributes, traceframe_info_elements): New globals.
2577 (parse_traceframe_info, get_traceframe_info): New functions.
2578 * features/traceframe-info.dtd: New file.
2579 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
2580
4e07d55f
PA
25812011-02-14 Pedro Alves <pedro@codesourcery.com>
2582
2583 Base support for <unavailable> value contents.
2584
4e07d55f
PA
2585 * value.h (value_bytes_available): Declare.
2586 (mark_value_bytes_unavailable): Declare.
2587 * value.c (struct range): New struct.
2588 (range_s): New typedef.
2589 (ranges_overlap): New function.
2590 (range_lessthan): New function.
2591 (ranges_contain_p): New function.
2592 (struct value) <unavailable>: New field.
2593 (value_bytes_available): New function.
2594 (mark_value_bytes_unavailable): New function.
2595 (require_not_optimized_out): Constify parameter.
2596 (require_available): New function.
2597 (value_contents_all, value_contents): Require all bytes be
2598 available.
2599 (value_free): Free `unavailable'.
2600 (value_copy): Copy `unavailable'.
2601 * valprint.h (val_print_unavailable): Declare.
2602 * valprint.c (valprint_check_validity): Rename `offset' parameter
2603 to `embedded_offset'. If printing a scalar, check whether the
2604 value chunk is available.
2605 (val_print_unavailable): New.
2606 (val_print_scalar_formatted): Check whether the value is
2607 available.
2608 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
2609 pretty-printing unavailable values.
2610
bc9a5551
JK
26112011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2612
2613 Fix const/volatile qualifiers of C++ types, PR c++/12328.
2614 * c-typeprint.c (c_type_print_args): Update the function comment. New
2615 variable param_type, initialize it. Remove const/volatile qualifiers
2616 for language_cplus and !show_artificial. Use param_type.
2617
93b55aa1
JK
26182011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2619
2620 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
2621 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
2622 * symtab.h (struct symtab) <next>: Comment extension.
2623
181d9476
YQ
26242011-02-12 Yao Qi <yao@codesourcery.com>
2625
2626 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
2627
b708a5c7
JK
26282011-02-11 Yao Qi <yao@codesourcery.com>
2629
2630 * common/Makefile.in: Add copyright header.
2631
c5187ac6
PA
26322011-02-11 Pedro Alves <pedro@codesourcery.com>
2633
2634 * infrun.c (proceed): Move switching out and in of tfind mode from
2635 here ...
2636 (fetch_inferior_event): ... to here.
2637
4f3e6fb7
YQ
26382011-02-11 Yao Qi <yao@codesourcery.com>
2639
2640 * Makefile.in: Remove signals.o from COMMON_OBS. Link
2641 libcommon.a.
2642 * configure.ac: Add common to sub dir.
2643 * configure: Regenerate.
2644
b708a5c7
JK
26452011-02-11 Yao Qi <yao@codesourcery.com>
2646
2647 Build libcommon.a.
2648
2649 * common/Makefile.in: New.
2650 * common/configure.ac: New.
2651 * common/aclocal.m4: New.
2652 * common/configure: Generate.
2653
2287cc7e
PA
26542011-02-10 Pedro Alves <pedro@codesourcery.com>
2655
2656 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
2657 side of the parenthesis.
2658
2659 Merge from GCC:
2660 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 2661 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 2662
fd62cb89
MS
26632011-02-08 Michael Snyder <msnyder@vmware.com>
2664
2665 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
2666
56d2815c
JK
26672011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2668
2669 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
2670 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
2671 psubd and paddd.
2672
4f7d61a8
JK
26732011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2674
2675 PR 12361.
2676 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
2677 phsubsw.
2678 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
2679 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
2680
54fcddd0
UW
26812011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2682
2683 * dwarf2read.c (read_subroutine_type): Set special calling
2684 convention flag for functions compiled by IBM XL C for OpenCL.
2685 * ppc-sysv-tdep.c: Include "dwarf2.h"
2686 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
2687 calling convention.
2688 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
2689 IBM OpenCL vector types calling convention.
2690 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
2691 (ppc_sysv_abi_broken_return_value): Likewise.
2692 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
2693 types calling convention.
2694 (ppc64_sysv_abi_return_value): Likewise.
2695 * spu-tdep.c: Include "dwarf2.h"
2696 (spu_return_value): Implement IBM OpenCL vector types calling
2697 convention.
2698
d6dafb7c
UW
26992011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2700
2701 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
2702 correct ABI for AltiVec vector arguments.
2703
32b72a42
PA
27042011-02-07 Pedro Alves <pedro@codesourcery.com>
2705
2706 * valprint.c (val_print): Extend comment.
2707 * ada-valprint.c (ada_valprint): Rewrite comment deferring
2708 interface explanation to val_print.
2709 (ada_val_print_array): Adjust comment to current interface.
2710 (print_field_values): Adjust comment to current interface.
2711 * c-valprint.c (c_val_print): Rewrite comment deferring interface
2712 explanation to val_print.
2713 * f-valprint.c (f_val_print): Ditto.
2714 * jv-valprint.c (java_val_print): Ditto.
2715 * m2-valprint.c (m2_val_print): Ditto.
2716 * p-valprint.c (pascal_val_print): Ditto.
2717
9998af43
TJB
27182011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2719
2720 * breakpoint.c (parse_breakpoint_sals): Fix description.
2721
505500db 27222011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 2723 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
2724
2725 * python/py-inferior.c (python_on_normal_stop): New function.
2726 (python_on_resume): New function.
2727 (python_inferior_exit): New function.
2728 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
2729 inferior_exit observers.
2730 * python/py-evtregistry.c: New file.
2731 * python/py-threadevent.c : New file.
2732 * python/py-event.c: New file.
2733 * python/py-evts.c: New file.
2734 * python/py-continueevent.c: New file.
2735 * python/py-bpevent.c: New file.
2736 * python/py-signalevent.c: New file.
2737 * python/py-exetiedevent.c: New file.
2738 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
2739 Move struct breakpoint_object from here...
2740 * python/python-internal.h: ... to here.
2741 * python/py-event.h: New file.
2742 * python/py-events.h: New file.
2743 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
2744 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
2745 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
2746 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
2747 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
2748 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
2749 Add build rules for all the above.
2750
9e0ac564
TT
27512011-02-04 Tom Tromey <tromey@redhat.com>
2752
2753 * dwarf2read.c (dwarf2_section_empty_p): New function.
2754 (dwarf2_read_section): Use dwarf2_section_empty_p.
2755 (dwarf2_section_size): New function.
2756 (dwarf2_get_section_info): Unconditionally read section.
2757 (dwarf2_read_index): Use dwarf2_section_empty_p.
2758 (partial_read_comp_unit_head): Use dwarf2_section_size.
2759 (dwarf2_symbol_mark_computed): Likewise.
2760
eee5b35e
DD
27612011-02-04 David Daney <ddaney@caviumnetworks.com>
2762
2763 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
2764
385203ed
DD
27652011-02-04 David Daney <ddaney@caviumnetworks.com>
2766
2767 * mips-linux-tdep.c: Include xml-syscall.h.
2768 (mips_linux_get_syscall_number): New function.
2769 (mips_linux_init_abi): Add calls to
2770 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
2771 * data-directory/Makefile.in (SYSCALLS_FILES): Add
2772 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
2773 * syscalls/mips-n32-linux.xml: New file.
2774 * syscalls/mips-n64-linux.xml: New file.
2775 * syscalls/mips-o32-linux.xml: New file.
2776
9277c30c
UW
27772011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2778
2779 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
2780 Complain about inverted range entries.
2781 (dwarf2_record_block_ranges): Likewise.
2782
a3be7890
TJB
27832011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2784
2785 Fix some typos.
2786 * breakpoint.c (update_watchpoint): Fix name of the
2787 update_global_location_list function.
2788 (print_one_breakpoint): Fix typo.
2789 (_initialize_breakpoint): Remove extra space in hbreak help
2790 string.
2791 * breakpoint.h (struct bp_location) <length>: Fix field
2792 description.
2793
041274d8
PA
27942011-02-04 Pedro Alves <pedro@codesourcery.com>
2795
2796 * regcache.c (registers_changed_ptid): Don't explictly always
2797 clear `current_regcache'. Only clear current_thread_ptid and
2798 current_thread_arch when PTID matches. Only reinit the frame
2799 cache if PTID matches the current inferior_ptid. Move alloca(0)
2800 call to ...
2801 (registers_changed): ... here.
2802
c1c2ab58
UW
28032011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
2804
2805 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
2806 starts with __stack_chk_guard as stack guard symbol.
2807
9011945e
AB
28082011-02-03 Andrew Burgess <aburgess@broadcom.com>
2809
2810 * disasm.c (compare_lines): Handle the end of sequence markers
2811 within the line table to better support disassembling over
2812 compilation unit boundaries.
2813
e0634ccf
UW
28142011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2815
2816 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
2817 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
2818 implementation even if no symbols are available.
2819 (thumb_analyze_prologue): Update call to skip_prologue_function.
2820 (arm_analyze_prologue): Likewise.
2821
0e9e9abd
UW
28222011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2823
2824 * arm-tdep.c: Include "observer.h".
2825 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
2826 (arm_exidx_data_key): New static variable.
2827 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
2828 (struct arm_exidx_data): Likewise.
2829 (arm_exidx_data_free): New function.
2830 (arm_compare_exidx_entries): Likewise.
2831 (arm_obj_section_from_vma): Likewise.
2832 (arm_exidx_new_objfile): Likewise.
2833 (arm_find_exidx_entry): Likewise.
2834 (arm_exidx_fill_cache): Likewise.
2835 (arm_exidx_unwind_sniffer): Likewise.
2836 (arm_exidx_unwind): New global variable.
2837 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
2838 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
2839 observer. Register arm_exidx_data_key as objfile data.
2840
2e9e421f
UW
28412011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2842
2843 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
2844 due to accessing uninitialized variable. Fix indentation.
2845
580688f3
PA
28462011-02-02 Pedro Alves <pedro@codesourcery.com>
2847
2848 * c-valprint.c (c_value_print): When doing virtual base pointer
2849 adjustment, create a new value with adjusted contents rather than
2850 changing the contents of the value being printed (and getting it
2851 wrong).
2852
3d2c1d41
PA
28532011-02-02 Pedro Alves <pedro@codesourcery.com>
2854
2855 * xml-support.c (xml_find_attribute): New.
2856 (xinclude_start_include): Use it.
2857 * xml-support.h (xml_find_attribute): Declare.
2858 * memory-map.c (memory_map_start_memory)
2859 (memory_map_start_property): Use xml_find_attribute.
2860 * osdata.c (osdata_start_osdata, osdata_start_column): Use
2861 xml_find_attribute.
2862 * remote.c (start_thread): Use xml_find_attribute.
2863 * solib-target.c (library_list_start_segment)
2864 (library_list_start_section, library_list_start_library)
2865 (library_list_start_list): Use xml_find_attribute.
2866 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
2867 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
2868 (tdesc_start_field): Use xml_find_attribute.
2869
0af3e2db
UW
28702011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
2871
2872 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
2873 (BUILD_OCL_VTYPES): Update.
2874
c1039e3c
JB
28752011-02-02 Joel Brobecker <brobecker@adacore.com>
2876
2877 * configure.ac: Work around non-GNU sed limitation when computing
2878 python version number.
2879 * configure: Regenerate.
2880
600ea1be
JK
28812011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2882
2883 Fix debug printing of TYPE_INSTANCE.
2884 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
2885 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
2886
56c12414
JK
28872011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2888
2889 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
2890 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
2891 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
2892 * ada-operator.inc: Rename the file to ...
2893 * ada-operator.def: ... here, wrap all the entries by macro OP.
2894 * expprint.c (op_name_standard): Remove all the entries. Include
2895 "std-operator.def" instead.
2896 * expression.h (enum exp_opcode): Include "std-operator.def" and
2897 "ada-operator.def". Move all the entries ...
2898 * std-operator.def: ... here, wrap all the entries by macro OP.
2899
c52b559d
PP
29002011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2901
2902 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
2903 * breakpoint.c (remove_jit_event_breakpoints): New function.
2904 * jit.c (jit_descriptor_addr): Delete.
2905 (registering_code): Delete.
2906 (clear_int): Delete.
2907 (jit_inferior_data): New variable.
2908 (struct jit_inferior_data): New type.
2909 (get_jit_inferior_data): New function.
2910 (jit_inferior_data_cleanup): New function.
2911 (jit_read_descriptor): Adjust.
2912 (jit_register_code): Adjust.
2913 (jit_breakpoint_re_set_internal): New function; move code here ...
2914 (jit_inferior_init): ... from here.
2915 (jit_breakpoint_re_set): Adjust.
2916 (jit_reset_inferior_data_and_breakpoints): New function.
2917 (jit_inferior_created_observer): Adjust.
2918 (jit_inferior_exit_hook): Adjust.
2919 (jit_executable_changed_observer): New function.
2920 (jit_event_handler): Adjust.
2921 (_initialize_jit): Adjust.
2922
e839132d
MS
29232011-01-31 Michael Snyder <msnyder@vmware.com>
2924
2925 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
2926 line.
2927
47a80e90
TT
29282011-01-31 Tom Tromey <tromey@redhat.com>
2929
2930 PR python/12216:
2931 * python/python.c (execute_gdb_command): Call
2932 prevent_dont_repeat.
2933 * top.c (suppress_dont_repeat): New global.
2934 (dont_repeat): Use it.
2935 (prevent_dont_repeat): New function.
2936 * command.h (prevent_dont_repeat): Declare.
2937
45a43567
TT
29382011-01-31 Tom Tromey <tromey@redhat.com>
2939
2940 * infcmd.c (finish_backward): Use breakpoint_set_silent.
2941 * python/py-breakpoint.c (bppy_set_silent): Use
2942 breakpoint_set_silent.
2943 (bppy_set_thread): Use breakpoint_set_thread.
2944 (bppy_set_task): Use breakpoint_set_task.
2945 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
2946 (breakpoint_set_task): Declare.
2947 (make_breakpoint_silent): Remove.
2948 * breakpoint.c (breakpoint_set_silent): New function.
2949 (breakpoint_set_thread): Likewise.
2950 (breakpoint_set_task): Likewise.
2951 (make_breakpoint_silent): Remove.
2952
09d682a4
TT
29532011-01-31 Tom Tromey <tromey@redhat.com>
2954
2955 * breakpoint.h (user_breakpoint_p): Declare.
2956 * breakpoint.c (user_breakpoint_p): New function.
2957 (breakpoint_1): Use it.
2958 (save_breakpoints): Likewise.
2959
9c4ea6c5
JB
29602011-01-31 Joel Brobecker <brobecker@adacore.com>
2961
2962 * configure.ac: Add handling of Python distribution on Windows.
2963 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
2964 sysconfig variables are not defined, then do not use them.
2965 On Windows, if LIBPL is not defined, then use prefix + '/libs'
2966 instead. On Windows, return all paths using forward-slashes
2967 rather than backslashes.
2968
ac534cba
JB
29692011-01-31 Joel Brobecker <brobecker@adacore.com>
2970
2971 * configure.ac: Remove fallback behavior for building
2972 against Python. Remove tweaking of Python include path.
2973 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
2974 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
2975 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
2976 Always restore CPPFLAGS and LIBS after linking test.
2977 * configure: Regenerated.
2978 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
2979 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
2980 * python/python-internal.h: Adjust includes of Python .h files.
2981
c2f0d045
JB
29822011-01-31 Joel Brobecker <brobecker@adacore.com>
2983
2984 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
2985 in error message.
2986
6b0c4c1f
JB
29872011-01-31 Joel Brobecker <brobecker@adacore.com>
2988
2989 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
2990 value test.
2991
672c9795
YQ
29922011-01-31 Yao Qi <yao@codesourcery.com>
2993
2994 * arm-linux-nat.c: Update calls to regcache_register_status
2995 instead of regcache_valid_p.
2996 * aix-thread.c: Likewise.
2997 * i386gnu-nat.c: Likewise.
2998
80b23b6a
JK
29992011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3000
3001 Fix crash.
3002 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
3003 touching TYPE_FIELD_ARTIFICIAL.
3004
4cd712bd
RE
30052011-01-28 Richard Earnshaw <rearnsha@arm.com>
3006
3007 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
3008 Committers.
3009
ffd5ec24
PA
30102011-01-28 Pedro Alves <pedro@codesourcery.com>
3011
3012 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
3013 selected, don't try iterating over the traceframe's blocks.
3014 (tfile_has_stack): If there's no traceframe selected, then there's
3015 no stack.
3016 (tfile_has_registers): If there's no traceframe selected, then
3017 there's no registers.
3018
e8c9e0a1
PA
30192011-01-28 Pedro Alves <pedro@codesourcery.com>
3020
3021 * target.c (memory_xfer_partial): No need to restore shadows if we
3022 haven't read anything.
3023
de15c4ab
PA
30242011-01-28 Pedro Alves <pedro@codesourcery.com>
3025
3026 * mips-tdep.c (mips_print_register): Use get_frame_register_value
3027 and val_print_scalar_formatted.
3028
9f41c731
PA
30292011-01-27 Pedro Alves <pedro@codesourcery.com>
3030
3031 * tracepoint.c (tfile_read): New.
3032 (tfile_open): Use it.
3033 (tfile_get_traceframe_address): Use it.
3034 (tfile_trace_find): Use it.
3035 (walk_blocks_callback_func): New typedef.
3036 (match_blocktype): New function.
3037 (traceframe_walk_blocks): New function.
3038 (traceframe_find_block_type): New function.
3039 (tfile_fetch_registers, tfile_xfer_partial)
3040 (tfile_get_trace_state_variable_value): Use
3041 traceframe_find_block_type and tfile_read.
3042
cdefc55d
KB
30432011-01-26 Kevin Buettner <kevinb@redhat.com>
3044
3045 * remote-mips.c: Add internationalization mark ups. Remove
3046 trailing \n from already marked up strings.
3047
a81766d8
TT
30482011-01-26 Tom Tromey <tromey@redhat.com>
3049
3050 * python/py-prettyprint.c (print_string_repr): Clear
3051 'addressprint' option when calling val_print_string.
3052 (print_children): Handle Val_pretty_default. Clear 'addressprint'
3053 option when calling val_print_string.
3054
74aedc46
TT
30552011-01-26 Tom Tromey <tromey@redhat.com>
3056
3057 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
3058 GDB_PY_LL_ARG.
3059 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
3060 macros.
3061 (gdb_py_longest, gdb_py_ulongest): New typedefs.
3062 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
3063 (gdb_py_long_as_ulongest): New defines.
3064 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
3065 (gdb_py_int_as_long): Declare.
3066 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
3067 GDB_PY_LL_ARG, gdb_py_object_from_longest.
3068 (valpy_long): Add comment.
3069 * python/py-utils.c (get_addr_from_python): Use
3070 gdb_py_long_as_ulongest. Handle overflow properly.
3071 (gdb_py_object_from_longest): New function.
3072 (gdb_py_object_from_ulongest): Likewise.
3073 (gdb_py_int_as_long): Likewise.
3074 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
3075 * python/py-symtab.c (salpy_get_pc): Use
3076 gdb_py_long_from_ulongest.
3077 (salpy_get_line): Use PyInt_FromLong.
3078 * python/py-param.c (set_parameter_value): Use
3079 gdb_py_int_as_long.
3080 * python/py-lazy-string.c (stpy_get_address): Use
3081 gdb_py_long_from_ulongest.
3082 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
3083 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
3084 * python/py-breakpoint.c (bppy_set_thread): Use
3085 gdb_py_int_as_long.
3086 (bppy_set_task): Likewise.
3087 (bppy_set_ignore_count): Likewise.
3088 (bppy_set_hit_count): Likewise.
3089 * python/py-block.c (blpy_get_start): Use
3090 gdb_py_object_from_ulongest.
3091 (blpy_get_end): Likewise.
3092 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
3093
e4f6d2ec
TJB
30942011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
3095
3096 PR/symtab 11766:
3097 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
3098 * gdb/solib.c (solib_read_symbols): Check for addr_low in
3099 equality test for objfile, initialize addr_low if needed.
3100
b30aa278
PA
31012011-01-25 Pedro Alves <pedro@codesourcery.com>
3102
3103 * tui/tui-regs.c (tui_register_format): Remove dead code.
3104
ab2188aa
PA
31052011-01-25 Pedro Alves <pedro@codesourcery.com>
3106
3107 * printcmd.c (print_formatted): Use val_print_scalar_formatted
3108 instead of print_scalar_formatted.
3109 (print_scalar_formatted): Don't handle 's' format strings here,
3110 and add an assertion that we never see such format here.
3111 * valprint.h (val_print_scalar_formatted): Declare.
3112 * valprint.c (val_print_scalar_formatted): New.
3113 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
3114 instead of print_scalar_formatted.
3115 * jv-valprint.c (java_val_print): Ditto.
3116 * p-valprint.c (pascal_val_print): Ditto.
3117 * ada-valprint.c (ada_val_print_1): Ditto.
3118 * f-valprint.c (f_val_print): Ditto.
3119 * infcmd.c (registers_info): Ditto.
3120 * m2-valprint.c (m2_val_print): Ditto.
3121
66d61a4c
PA
31222011-01-25 Pedro Alves <pedro@codesourcery.com>
3123
3124 * m2-valprint.c (print_unbounded_array): Pass
3125 value_contents_for_printing rather than value_contents, to
3126 m2_print_array_contents. Also pass in the value.
3127
831adc1f
JK
31282011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3129
3130 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
3131 (save_gdb_index_command): Switch to .gdb_index version 4.
3132
20622269
PA
31332011-01-25 Pedro Alves <pedro@codesourcery.com>
3134
3135 * mi/mi-main.c (get_register): Use get_frame_register_value rather
3136 than frame_register, and always pass a valid value to val_print.
3137
585fdaa1
PA
31382011-01-25 Pedro Alves <pedro@codesourcery.com>
3139
3140 Centralize printing "<optimized out>".
3141
3142 * valprint.h (val_print_optimized_out): Declare.
3143 * cp-valprint.c (cp_print_value_fields): Use
3144 val_print_optimized_out.
3145 * jv-valprint.c (java_print_value_fields): Ditto.
3146 * p-valprint.c (pascal_object_print_value_fields): Ditto.
3147 * printcmd.c (print_formatted): Ditto.
3148 * valprint.c (valprint_check_validity): Ditto.
3149 (value_check_printable): Ditto.
3150 (val_print_optimized_out): New.
3151
29ec5263
PA
31522011-01-25 Pedro Alves <pedro@codesourcery.com>
3153
3154 * infcmd.c (default_print_registers_info): Allocate values so to
3155 never pass a NULL value to val_print.
3156
de4127a3
PA
31572011-01-25 Pedro Alves <pedro@codesourcery.com>
3158
3159 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
3160 boolean. Make sure to always pass a value that matches the
3161 contents buffer to callees. Preserve `address' for following
3162 iterations.
3163 * value.c (value_contents_for_printing_const): New.
3164 (value_address): Constify value argument.
3165 * value.h (value_contents_for_printing_const): Declare.
3166 (value_address): Constify value argument.
3167
ee99023e
PA
31682011-01-25 Pedro Alves <pedro@codesourcery.com>
3169
3170 * regcache.c (struct regcache_descr): Rename
3171 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
3172 and sizeof_cooked_register_valid_p to
3173 sizeof_cooked_register_status.
3174 (init_regcache_descr): Adjust.
3175 (struct regcache): Rename register_valid_p field to
3176 register_status.
3177 (regcache_xmalloc_1, regcache_xfree, regcache_save)
3178 (do_cooked_read): Adjust.
3179 (regcache_valid_p): Rename to ...
3180 (regcache_register_status): ... this. Adjust.
3181 (regcache_invalidate): Adjust.
3182 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
3183 Adjust.
3184 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
3185 as unavailable, not valid.
3186 (regcache_dump): Adjust.
3187 * regcache.h (enum register_status): New.
3188 (regcache_register_status): Declare.
3189 (regcache_invalidate): Delete declaration.
3190 * corelow.c (get_core_registers): Adjust.
3191 * tracepoint.c (tfile_fetch_registers): Adjust.
3192 * trad-frame.c (REG_VALUE): Rename to ...
3193 (TF_REG_VALUE): ... this.
3194 (REG_UNKNOWN): Rename to ...
3195 (TF_REG_UNKNOWN): ... this.
3196 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
3197 * mi/mi-main.c (register_changed_p): Adjust.
3198
99e42fd8
PA
31992011-01-25 Pedro Alves <pedro@codesourcery.com>
3200
3201 * regcache.c (struct regcache_descr): Remove outdated comment.
3202 (init_regcache_descr): Remove sizeof_raw_register_valid_p
3203 overallocate hack.
3204 (regcache_xmalloc): Rename to ...
3205 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
3206 Allocate the regcache type accordingly.
3207 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
3208 (regcache_xfree): Asser the source is also readonly. Copy sizeof
3209 cooked registers, not raw.
3210 (regcache_dup_no_passthrough): Delete.
3211 (get_thread_arch_regcache): Use regcache_xmalloc_1.
3212 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
3213 mention obsolete write_register_bytes.
3214 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
3215
f7605bc2
PA
32162011-01-25 Pedro Alves <pedro@codesourcery.com>
3217
3218 Stop remote_read_bytes from handling partial reads itself.
3219
3220 * remote-fileio.c: Include target.h.
3221 (remote_fileio_write_bytes): Delete.
3222 (remote_fileio_func_open, remote_fileio_func_write)
3223 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
3224 target_read_memory.
3225 (remote_fileio_func_stat): Use target_read_memory and
3226 target_write_memory.
3227 (remote_fileio_func_gettimeofday): Use target_write_memory.
3228 (remote_fileio_func_system): Use target_read_memory.
3229 * remote.c (remote_write_bytes): Make it static.
3230 (remote_read_bytes): Don't handle partial reads here.
3231 * remote.h (remote_read_bytes): Delete declaration.
3232
efc0eabd
PA
32332011-01-25 Pedro Alves <pedro@codesourcery.com>
3234
3235 Simplify XML parsing a bit.
3236
3237 * xml-support.h (gdb_xml_parse_quick): Declare.
3238 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
3239 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
3240 parameter.
3241 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
3242 gdb_xml_create_parser_and_cleanup_1.
3243 (gdb_xml_parse_quick): New.
3244 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
3245 * osdata.c (osdata_parse): Ditto.
3246 * remote.c (remote_threads_info): Ditto.
3247 * solib-target.c (solib_target_parse_libraries): Ditto.
3248 * xml-syscall.c (syscall_parse_xml): Ditto.
3249 * xml-tdesc.c (tdesc_parse_xml): Ditto.
3250
314d366a
KB
32512011-01-24 Kevin Buettner <kevinb@redhat.com>
3252
3253 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
3254 with remote-mips.o added to gdb_target_obs.
3255 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
3256
a491d753
PA
32572011-01-24 Pedro Alves <pedro@codesourcery.com>
3258
3259 * ada-valprint.c (val_print_packed_array_elements): Pass the
3260 correct struct value to val_print.
3261 (ada_val_print_1): Ditto.
3262
490f124f
PA
32632011-01-24 Pedro Alves <pedro@codesourcery.com>
3264
3265 Don't lose embedded_offset in printing routines throughout.
3266
3267 * valprint.h (val_print_array_elements): Change prototype.
3268 * valprint.c (val_print_array_elements): Add `embedded_offset'
3269 parameter, and adjust to pass it down to val_print, while passing
3270 `valaddr' or `address' unmodified. Take embedded_offset into
3271 account when checking repetitions.
3272 * c-valprint.c (c_val_print): Pass embedded_offset to
3273 val_print_array_elements instead of adjusting `valaddr' and
3274 `address'.
3275 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
3276 embedded_offset to val_print_array_elements instead of adjusting
3277 `valaddr'.
3278 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
3279 * p-valprint.c (pascal_val_print): Pass embedded_offset to
3280 val_print_array_elements and pascal_object_print_value_fields
3281 instead of adjusting `valaddr'.
3282 (pascal_object_print_value_fields): Add `offset' parameter, and
3283 adjust to use it.
3284 (pascal_object_print_value): Add `offset' parameter, and adjust to
3285 use it.
3286 (pascal_object_print_static_field): Use
3287 value_contents_for_printing/value_embedded_offset, rather than
3288 value_contents.
3289 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
3290 parameter, and adjust to use it. Use
3291 value_contents_for_printing/value_embedded_offset, rather than
3292 value_contents.
3293 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
3294 (ada_val_print_array): Add `offset' parameter, and adjust to use
3295 it.
3296 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
3297 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
3298 Instead work with offsets. Use
3299 value_contents_for_printing/value_embedded_offset, rather than
3300 value_contents. Change `defer_val_int' local type to CORE_ADDR,
3301 and use value_from_pointer to extract a target pointer, rather
3302 than value_from_longest.
3303 (print_variant_part): Add `offset' parameter. Replace
3304 `outer_valaddr' parameter by a new `outer_offset' parameter.
3305 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
3306 (ada_value_print): Use
3307 value_contents_for_printing/value_embedded_offset, rather than
3308 value_contents.
3309 (print_record): Add `offset' parameter, and adjust to pass it
3310 down.
3311 (print_field_values): Add `offset' parameter. Replace
3312 `outer_valaddr' parameter by a new `outer_offset' parameter.
3313 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
3314 Use value_contents_for_printing/value_embedded_offset, rather than
3315 value_contents.
3316 * d-valprint.c (dynamic_array_type): Use
3317 value_contents_for_printing/value_embedded_offset, rather than
3318 value_contents.
3319 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
3320 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
3321 (java_print_value_fields): Take `offset' into account. Don't
3322 re-adjust `valaddr'. Instead pass down adjusted offsets.
3323 (java_val_print): Take `embedded_offset' into account. Pass it to
3324 java_print_value_fields.
3325 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
3326 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
3327 down adjusted offsets.
3328 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
3329 (f_val_print): Take `embedded_offset' into account.
3330
7bfc9434
JB
33312011-01-21 Joel Brobecker <brobecker@adacore.com>
3332
3333 * inflow.c: Include "gdbcmd.h".
3334 (interactive_mode): New static global, moved here from top.c.
3335 (show_interactive_mode): New function, moved here from top.c.
3336 use gdb_has_a_terminal instead of input_from_terminal_p to
3337 determine the current mode.
3338 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
3339 setting.
3340 (_initialize_inflow): Add the "set/show interactive-mode"
3341 commands. Moved here from top.c, after having adjusted slightly
3342 the help text.
3343 * top.c (interactive_mode, show_interactive_mode): Delete, moved
3344 to inflow.c.
3345 (input_from_terminal_p): Remove handling of "interactive-mode"
3346 setting, moved to infow.c.
3347 (init_main): Remove creation of the "set/show interactive-mode"
3348 commands, moved to inflow.c.
3349
44603653
JB
33502011-01-19 Joel Brobecker <brobecker@adacore.com>
3351
3352 * NEWS: Add entry for native ia64-hpux support.
3353
4694da01
TT
33542011-01-19 Tom Tromey <tromey@redhat.com>
3355
3356 PR mi/8618:
3357 * thread.c (free_thread): Free 'name'.
3358 (print_thread_info): Emit thread name. Change CLI output.
3359 (thread_name_command): New function.
3360 (do_captured_thread_select): Emit newline.
3361 (_initialize_thread): Register 'thread name' command.
3362 * target.h (struct target_ops) <to_thread_name>: New field.
3363 (target_thread_name): New macro.
3364 * target.c (update_current_target): Handle to_thread_name.
3365 * python/py-infthread.c (thpy_get_name): New function.
3366 (thpy_set_name): Likewise.
3367 (thread_object_getset): Add "name".
3368 * linux-nat.c (linux_nat_thread_name): New function.
3369 (linux_nat_add_target): Set to_thread_name.
3370 * gdbthread.h (struct thread_info) <name>: New field.
3371
10d44370
JB
33722011-01-18 Joel Brobecker <brobecker@adacore.com>
3373
3374 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
3375 (ada_val_print_1): Likewise.
3376
e3acb115
JB
33772011-01-18 Joel Brobecker <brobecker@adacore.com>
3378
3379 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
3380 upper limit address is not greater than the function end address
3381 when the upper limit could not be computed using the debugging
3382 info.
3383
dc92e161
TT
33842011-01-17 Tom Tromey <tromey@redhat.com>
3385
3386 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
3387 get_regcomp_error.
3388 * utils.c: Include gdb_regex.h.
3389 (do_regfree_cleanup): New function.
3390 (make_regfree_cleanup): Likewise.
3391 (get_regcomp_error): Likewise.
3392 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
3393
f55af66d
TT
33942011-01-17 Tom Tromey <tromey@redhat.com>
3395
3396 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
3397 re_compile_fastmap.
3398
a5a44b53
PM
33992011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
3400
3401 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
3402 for internal variables.
3403 (last_was_structop): New static variable.
3404 (COMPLETE): New token.
3405 (field_exp): New rule to group all '.' suffix handling.
3406 Add mark_struct_expression calls when approriate to be able
3407 to correctly find fields for completion.
3408 (yylex): Adapt to handle field completion and set INTVAR when
3409 required.
3410
2c291032
YQ
34112011-01-14 Yao Qi <yao@codesourcery.com>
3412
3413 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
3414 save_reggroup, restore_reggroup and all_reggroup.
3415
447b483c
JB
34162011-01-14 Joel Brobecker <brobecker@adacore.com>
3417
3418 * ada-valprint. (ada_printchar): Use the correct type length
3419 in call to ada_emit_char.
3420 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
3421
7b64a93b
PM
34222011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
3423
3424 * solib-som.h (hpux_major_release): Declare variable here.
3425 * solib-som.c: Remove <sys/utsname.h> header.
3426 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
3427 (hpux_major_release): Make global, change default value to
3428 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 3429 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
3430 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
3431 Add "solib-som.h" header.
3432 (set_hpux_major_release): New function.
3433 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
3434
4e18c053
MF
34352011-01-14 Mike Frysinger <vapier@gentoo.org>
3436
3437 * configure.tgt (*-*-uclinux*): Match more Linux os targets
3438
a9df6b22
JB
34392011-01-14 Joel Brobecker <brobecker@adacore.com>
3440
3441 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
3442 new-line at end of warning message.
3443 (ia64_hpux_store_register): Remove trailing new-line at end of
3444 error message.
3445 * ia64-hpux-tdep.c: Rephrase comment.
3446 * solib-ia64-hpux.c (struct dld_info): Change type of field
3447 dld_flags from "long long" to ULONGEST.
3448
ecb956dd
PA
34492011-01-14 Pedro Alves <pedro@codesourcery.com>
3450
3451 * target.h (deprecated_child_ops): Delete declaration.
3452 * target.c (deprecated_child_ops): Delete definition.
3453
76adfcae
PA
34542011-01-14 Pedro Alves <pedro@codesourcery.com>
3455
3456 * Makefile.in (hpux-thread.o): Delete rule.
3457 * configure.ac: Don't check for HPUX DCE threads support.
3458 * configure, config.in: Regenerate.
3459 * hppa-hpux-nat.c (child_suppress_run): Delete.
3460 (hppa_hpux_child_can_run): Delete.
3461 (_initialize_hppa_hpux_nat): Don't override to_can_run.
3462 * hpux-thread.c: Delete.
3463
042e866e
JB
34642011-01-13 Joel Brobecker <brobecker@adacore.com>
3465
3466 * hpux-thread.c (hpux_pid_to_str): Delete.
3467
4ffa5a33
JB
34682011-01-13 Joel Brobecker <brobecker@adacore.com>
3469
3470 * ada-valprint.c (ada_emit_char): Remove strange code.
3471 Check that c is <= UCHAR_MAX before passing it to isascii.
3472 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
3473
de8fa76c
JB
34742011-01-13 Joel Brobecker <brobecker@adacore.com>
3475
3476 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
3477 to the case where instream is stdin.
3478
c4de7027
JB
34792011-01-13 Joel Brobecker <brobecker@adacore.com>
3480
3481 * ia64-tdep.h (struct regcache): Forward declare.
3482 (struct ia64_infcall_ops): New struct type.
3483 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
3484 and "infcall_ops".
3485 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
3486 Renames ia64_find_global_pointer.
3487 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
3488 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
3489 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
3490 methods.
3491 (ia64_infcall_ops): New static global constant.
3492 (ia64_gdbarch_init): Set tdep->infcall_ops.
3493 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
3494 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
3495 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
3496 (ia64_hpux_dummy_code): New static global constant.
3497 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
3498 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
3499 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
3500 New function.
3501 (ia64_hpux_infcall_ops): New static global constant.
3502 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
3503 for inferior function calls to work properly on ia64-hpux.
3504
77ca787b
JB
35052011-01-13 Joel Brobecker <brobecker@adacore.com>
3506
3507 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
3508 * ia64-tdep.h (struct frame_info): forward declaration.
3509 (struct gdbarch_tdep): Add field size_of_register_frame.
3510 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
3511 to determine the size of the register frame.
3512 (ia64_size_of_register_frame): New function.
3513 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
3514 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
3515 (IA64_HPUX_UREG_REASON): New macro.
3516 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
3517 New functions.
3518 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
3519 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
3520 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
3521 objects.
3522
92c9a463
JB
35232011-01-13 Joel Brobecker <brobecker@adacore.com>
3524
3525 Add support for ia64-hpux.
3526 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
3527 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
3528
3529 * configure.host: Add handling for ia64-hpux hosts. Add associated
3530 floatformats.
3531 * configure.tgt: Add handling for ia64-hpux targets.
3532 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
3533 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
3534 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
3535
f688d93f
JB
35362011-01-13 Joel Brobecker <brobecker@adacore.com>
3537
3538 [ttrace] Compute thread list immediately after attach.
3539 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
3540 New subprogram.
3541 (inf_ttrace_attach): Use it.
3542
1b89e62f
JB
35432011-01-13 Joel Brobecker <brobecker@adacore.com>
3544
3545 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
3546 if we could not determine the frame's function address. Instead,
3547 use the frame's PC, and then continue.
3548
3e5e6e2a
JB
35492011-01-13 Joel Brobecker <brobecker@adacore.com>
3550
3551 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
3552 not already defined.
3553
825d6d8a
JB
35542011-01-13 Joel Brobecker <brobecker@adacore.com>
3555
3556 * ia64-tdep.c (ia64_struct_type_p): New function.
3557 (ia64_extract_return_value): Handle integral values that are
3558 less than 8 bytes long.
3559 (ia64_push_dummy_call): Likewise.
3560
7458e667
JB
35612011-01-13 Joel Brobecker <brobecker@adacore.com>
3562
3563 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
3564 floatformat_ia64_ext.
3565 (floatformat_ia64_ext_big): New static const.
3566 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
3567
1b05df00
TT
35682011-01-12 Tom Tromey <tromey@redhat.com>
3569
3570 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
3571 messages.
3572 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
3573 (mi_cmd_thread_list_ids): Likewise.
3574 (mi_cmd_data_list_changed_registers): Likewise.
3575 (mi_cmd_data_list_register_values): Likewise.
3576 (mi_cmd_data_write_register_values): Likewise.
3577 (mi_cmd_data_evaluate_expression): Likewise.
3578 (mi_cmd_data_read_memory): Likewise.
3579 (mi_cmd_data_read_memory_bytes): Likewise.
3580 (mi_cmd_data_write_memory): Likewise.
3581 (mi_cmd_enable_timings): Likewise.
3582 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
3583 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
3584 (mi_cmd_var_delete): Likewise.
3585 (mi_cmd_var_set_format): Likewise.
3586 (mi_cmd_var_show_format): Likewise.
3587 (mi_cmd_var_info_num_children): Likewise.
3588 (mi_cmd_var_list_children): Likewise.
3589 (mi_cmd_var_info_type): Likewise.
3590 (mi_cmd_var_info_expression): Likewise.
3591 (mi_cmd_var_show_attributes): Likewise.
3592 (mi_cmd_var_assign): Likewise.
3593 (mi_cmd_var_update): Likewise.
3594 (mi_cmd_enable_pretty_printing): Likewise.
3595 (mi_cmd_var_set_update_range): Likewise.
3596 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
3597 messages.
3598 (mi_cmd_target_file_put): Likewise.
3599 (mi_cmd_target_file_delete): Likewise.
3600 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
3601 messages.
3602 (mi_cmd_stack_info_depth): Likewise.
3603 (mi_cmd_stack_list_locals): Likewise.
3604 (mi_cmd_stack_list_args): Likewise.
3605 (mi_cmd_stack_select_frame): Likewise.
3606 (mi_cmd_stack_select_frame): Likewise.
3607 (mi_cmd_stack_info_frame): Likewise.
3608 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
3609 messages.
3610 (mi_cmd_file_list_exec_source_files): Likewise.
3611 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
3612 (mi_cmd_env_cd): Likewise.
3613 (mi_cmd_env_path): Likewise.
3614 (mi_cmd_env_dir): Likewise.
3615 (mi_cmd_inferior_tty_show): Likewise.
3616 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
3617 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
3618 (mi_cmd_break_watch): Likewise.
3619
ad422571
TJB
36202011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3621
3622 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
3623 (ppc_linux_insert_hw_breakpoint): Likewise.
3624 (ppc_linux_remove_hw_breakpoint): Likewise.
3625 (ppc_linux_insert_watchpoint): Likewise.
3626
c2ff108b
JK
36272011-01-12 Andrew Burgess <aburgess@broadcom.com>
3628 Jan Kratochvil <jan.kratochvil@redhat.com>
3629
3630 PR fortran/11104 and DWARF unbound arrays detection.
3631 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
3632 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
3633 unspecified upper bound.
3634 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
3635 variables array_size_array, tmp_type and offset_item. New variable
3636 array. Remove call to f77_get_upperbound. New variables array_type
3637 and index. Call value_subscripted_rvalue for each dimenasion. Remove
3638 the final call to deprecated_set_value_type.
3639
41e8491f
JK
36402011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3641
3642 Make value allocations more lazy.
3643 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
3644 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 3645 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
3646 instead of allocate_value and set_value_lazy.
3647 * findvar.c (value_of_register_lazy): Likewise.
3648 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 3649 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
3650 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
3651 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
3652 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
3653 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
3654 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
3655 the end, remove set_value_lazy there.
3656 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
3657 instead of allocate_value and set_value_lazy when possible.
3658 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
3659 * value.c (allocate_computed_value): Use allocate_value_lazy instead
3660 of allocate_value and set_value_lazy.
3661 (value_from_contents_and_address): Use allocate_value_lazy instead of
3662 allocate_value and set_value_lazy when possible.
3663
b716877b
AB
36642011-01-12 Andrew Burgess <aburgess@broadcom.com>
3665
3666 * disasm.c (dump_insns): Support dumping opcodes for MI.
3667 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
3668 dumping of instruction opcodes.
3669
d5ae309f
JB
36702011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
3671
3672 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
3673 appropiately.
3674
98871305
TT
36752011-01-11 Tom Tromey <tromey@redhat.com>
3676
3677 * thread.c (do_captured_thread_select): Emit newline before
3678 printing frame.
3679
c378eb4e
MS
36802011-01-11 Michael Snyder <msnyder@vmware.com>
3681
3682 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
3683 * score-tdep.c: Ditto.
3684 * score-tdep.h: Ditto.
3685 * ser-base.c: Ditto.
3686 * ser-go32.c: Ditto.
3687 * serial.c: Ditto.
3688 * serial.h: Ditto.
3689 * ser-mingw.c: Ditto.
3690 * ser-pipe.c: Ditto.
3691 * ser-tcp.c: Ditto.
3692 * ser-unix.c: Ditto.
3693 * sh64-tdep.c: Ditto.
3694 * shnbsd-nat.c: Ditto.
3695 * sh-tdep.c: Ditto.
3696 * sh-tdep.h: Ditto.
3697 * solib.c: Ditto.
3698 * solib-darwin.c: Ditto.
3699 * solib-frv.c: Ditto.
3700 * solib.h: Ditto.
3701 * solib-irix.c: Ditto.
3702 * solib-osf.c: Ditto.
3703 * solib-pa64.c: Ditto.
3704 * solib-som.c: Ditto.
3705 * solib-spu.c: Ditto.
3706 * solib-sunos.c: Ditto.
3707 * solib-svr4.c: Ditto.
3708 * solist.h: Ditto.
3709 * sol-thread.c: Ditto.
3710 * somread.c: Ditto.
3711 * source.c: Ditto.
3712 * source.h: Ditto.
3713 * sparc64-linux-tdep.c: Ditto.
3714 * sparc64-tdep.c: Ditto.
3715 * sparc-linux-nat.c: Ditto.
3716 * sparc-linux-tdep.c: Ditto.
3717 * sparc-sol2-nat.c: Ditto.
3718 * sparc-sol2-tdep.c: Ditto.
3719 * sparc-tdep.c: Ditto.
3720 * sparc-tdep.h: Ditto.
3721 * spu-tdep.c: Ditto.
3722 * stabsread.c: Ditto.
3723 * stabsread.h: Ditto.
3724 * stack.c: Ditto.
3725 * symfile.c: Ditto.
3726 * symfile.h: Ditto.
3727 * symmisc.c: Ditto.
3728 * symtab.c: Ditto.
3729 * symtab.h: Ditto.
3730 * target.c: Ditto.
3731 * target-descriptions.c: Ditto.
3732 * target-descriptions.h: Ditto.
3733 * target.h: Ditto.
3734 * target-memory.c: Ditto.
3735 * terminal.h: Ditto.
3736 * thread.c: Ditto.
3737 * top.c: Ditto.
3738 * tracepoint.c: Ditto.
3739 * tracepoint.h: Ditto.
3740 * trad-frame.h: Ditto.
3741 * typeprint.c: Ditto.
3742
581e13c1
MS
37432011-01-11 Michael Snyder <msnyder@vmware.com>
3744
3745 * ui-file.c: Comment cleanup, mostly periods and spaces.
3746 * ui-file.h: Ditto.
3747 * ui-out.c: Ditto.
3748 * ui-out.h: Ditto.
3749 * utils.c: Ditto.
3750 * v850-tdep.c: Ditto.
3751 * valarith.c: Ditto.
3752 * valops.c: Ditto.
3753 * valprint.c: Ditto.
3754 * valprint.h: Ditto.
3755 * value.c: Ditto.
3756 * value.h: Ditto.
3757 * varobj.c: Ditto.
3758 * varobj.h: Ditto.
3759 * vax-tdep.c: Ditto.
3760 * vec.c: Ditto.
3761 * vec.h: Ditto.
3762 * version.h: Ditto.
3763 * windows-nat.c: Ditto.
3764 * windows-tdep.c: Ditto.
3765 * xcoffread.c: Ditto.
3766 * xcoffsolib.c: Ditto.
3767 * xml-support.c: Ditto.
3768 * xstormy16-tdep.c: Ditto.
3769 * xtensa-tdep.c: Ditto.
3770 * xtensa-tdep.h: Ditto.
3771
90e4670f
TJB
37722011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3773
3774 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
3775 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
3776
e09342b5
TJB
37772011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3778 Thiago Jung Bauermann <bauerman@br.ibm.com>
3779
3780 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 3781 * breakpoint.h
e09342b5
TJB
3782 (struct breakpoint_ops) <resources_needed>: New method.
3783 Initialize to NULL in all existing breakpoint_ops instances.
3784 (struct breakpoint) <exact>: New field.
3785 (target_exact_watchpoints): Declare external global.
3786 * breakpoint.c (target_exact_watchpoints): New global flag.
3787 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
3788 b->enable_state to bp_enabled before calling
3789 hw_watchpoint_used_count.
3790 (hw_watchpoint_used_count): Iterate over all bp_locations in a
3791 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
3792 if available.
3793 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
3794 if the watchpoint is exact.
3795 (resources_needed_watchpoint): New function.
3796 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
3797 (watch_command_1): Set b->exact if the user asked for an exact
3798 watchpoint and one can be set.
3799 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
3800 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
3801 the user asks for an exact watchpoint and one can be set. Return
3802 number of needed debug registers to watch the expression.
3803 * gdbtypes.c (is_scalar_type): New function, based on
3804 valprint.c:scalar_type_p.
3805 (is_scalar_type_recursive): New function.
3806 * gdbtypes.h (is_scalar_type_recursive): Declare.
3807 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
3808 handle regions when ranged watchpoints are available.
3809 (create_watchpoint_request): New function.
3810 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
3811 create_watchpoint_request.
3812 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
3813 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
3814 `set powerpc' and `show powerpc' commands.
3815 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
3816 Mention documentation comment in the target macro.
3817 (target_region_ok_for_hw_watchpoint): Document return value.
3818
9fa40276
TJB
38192011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3820
3821 * breakpoint.c (update_watchpoint): Decide on using a software or
3822 hardware watchpoint after the bp_locations are created.
3823
77b06cd7
TJB
38242010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3825
3826 Convert hardware watchpoints to use breakpoint_ops.
3827 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
3828 <insert_location>: ... this. Return int instead of void.
3829 Accept pointer to struct bp_location instead of pointer to
3830 struct breakpoint. Adapt all implementations.
f2eb0bc8 3831 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
3832 <remove_location>: ... this. Accept pointer to struct bp_location
3833 instead of pointer to struct breakpoint. Adapt all implementations.
3834 * breakpoint.c (insert_catchpoint): Delete function.
3835 (insert_bp_location): Call the watchpoint or catchpoint's
3836 breakpoint_ops.insert method.
3837 (remove_breakpoint_1): Call the watchpoint or catchpoint's
3838 breakpoint_ops.remove method.
3839 (insert_watchpoint, remove_watchpoint): New functions.
3840 (watchpoint_breakpoint_ops): New structure.
3841 (watch_command_1): Initialize the OPS field.
3842 * inf-child.c (inf_child_insert_fork_catchpoint)
3843 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
3844 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
3845 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
3846 Delete functions.
3847 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
3848 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
3849 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
3850 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
3851 * target.c (update_current_target): Change default implementation of
3852 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
3853 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
3854 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
3855 to_set_syscall_catchpoint to return_one.
3856 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
3857 (debug_to_insert_exec_catchpoint): Report return value.
3858 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
3859 (to_insert_exec_catchpoint): Change declaration to return int instead
3860 of void.
3861
9b20d036
MS
38622011-01-11 Michael Snyder <msnyder@vmware.com>
3863
3864 * arm-tdep.c: Internationalization.
3865 * c-lang.c: Ditto.
3866 * charset.c: Ditto.
3867 * fork-child.c: Ditto.
3868 * nto-procfs.c: Ditto.
3869 * ppc-sysv-tdep.c: Ditto.
3870 * procfs.c: Ditto.
3871 * remote-mips.c: Ditto.
3872 * remote.c: Ditto.
3873 * rs6000-nat.c: Ditto.
3874 * rs6000-tdep.c: Ditto.
3875 * target.c: Ditto.
3876 * valops.c: Ditto.
3877 * value.c: Ditto.
3878 * xml-support.c: Ditto.
3879 * mi/mi-cmd-break.c: Ditto.
3880 * mi/mi-cmd-var.c: Ditto.
3881 * mi/mi-interp.c: Ditto.
3882 * mi/mi-main.c: Ditto.
3883
dae477fe
AB
38842011-01-11 Andrew Burgess <aburgess@broadcom.com>
3885
3886 * remote-sim.c (gdbsim_store_register): Update API to
3887 sim_store_register to check more error conditions.
3888
0df8b418
MS
38892011-01-10 Michael Snyder <msnyder@vmware.com>
3890
3891 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
3892 * nto-tdep.c: Ditto.
3893 * nto-tdep.h: Ditto.
3894 * objc-exp.y: Ditto.
3895 * objc-lang.c: Ditto.
3896 * objfiles.c: Ditto.
3897 * objfiles.h: Ditto.
3898 * observer.c: Ditto.
3899 * opencl-lang.c: Ditto.
3900 * osabi.c: Ditto.
3901 * parse.c: Ditto.
3902 * parser-defs.h: Ditto.
3903 * p-exp.y: Ditto.
3904 * p-lang.c: Ditto.
3905 * posix-hdep.c: Ditto.
3906 * ppcbug-rom.c: Ditto.
3907 * ppc-linux-nat.c: Ditto.
3908 * ppc-linux-tdep.c: Ditto.
3909 * ppc-linux-tdep.h: Ditto.
3910 * ppcnbsd-tdep.c: Ditto.
3911 * ppcobsd-tdep.c: Ditto.
3912 * ppcobsd-tdep.h: Ditto.
3913 * ppc-sysv-tdep.c: Ditto.
3914 * ppc-tdep.h: Ditto.
3915 * printcmd.c: Ditto.
3916 * proc-abi.c: Ditto.
3917 * proc-flags.c: Ditto.
3918 * procfs.c: Ditto.
3919 * proc-utils.h: Ditto.
3920 * progspace.h: Ditto.
3921 * prologue-value.c: Ditto.
3922 * prologue-value.h: Ditto.
3923 * psympriv.h: Ditto.
3924 * psymtab.c: Ditto.
3925 * p-typeprint.c: Ditto.
3926 * p-valprint.c: Ditto.
3927 * ravenscar-sparc-thread.c: Ditto.
3928 * ravenscar-thread.c: Ditto.
3929 * ravenscar-thread.h: Ditto.
3930 * record.c: Ditto.
3931 * regcache.c: Ditto.
3932 * regcache.h: Ditto.
3933 * remote.c: Ditto.
3934 * remote-fileio.c: Ditto.
3935 * remote-fileio.h: Ditto.
3936 * remote.h: Ditto.
3937 * remote-m32r-sdi.c: Ditto.
3938 * remote-mips.c: Ditto.
3939 * remote-sim.c: Ditto.
3940 * rs6000-aix-tdep.c: Ditto.
3941 * rs6000-nat.c: Ditto.
3942 * rs6000-tdep.c: Ditto.
3943
0d7a18f7
MS
39442011-01-10 Michael Snyder <msnyder@vmware.com>
3945
3946 * charset.c (validate): Internationalization.
3947 * coffread.c (read_one_sym): Ditto.
3948 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
3949 * h8300-tdep.c (H8300_extract_return_value): Ditto.
3950 * inflow.c (new_tty): Ditto.
3951 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
3952 * m32c-tdep.c (m32c_return_value): Ditto.
3953 * mep-tdep.c (mep_store_return_value): Ditto.
3954 * score-tdep.c (score7_fetch_insn): Ditto.
3955 * ser-mingw.c (pipe_windows_open): Ditto.
3956 * sh64-tdep.c (sh64_extract_return_value): Ditto.
3957 * spu-tdep.c (spu_register_type): Ditto.
3958 * tracepoint.c (trace_find_command): Ditto.
3959 * valarith.c (value_pos): Ditto.
3960
9a153e0b
JB
39612011-01-10 Joel Brobecker <brobecker@adacore.com>
3962
3963 * ada-valprint.c (printstr): Minor comment reformatting.
3964
35ecd2d6
MS
39652011-01-08 Michael Snyder <msnyder@vmware.com>
3966
3967 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
3968 markup.
3969
1777feb0
MS
39702011-01-08 Michael Snyder <msnyder@vmware.com>
3971
3972 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
3973 * hppa-hpux-tdep.c: Ditto.
3974 * hppa-linux-nat.c: Ditto.
3975 * hppa-linux-tdep.c: Ditto.
3976 * hppanbsd-tdep.c: Ditto.
3977 * hppa-tdep.c: Ditto.
3978 * hppa-tdep.h: Ditto.
3979 * hpux-thread.c: Ditto.
3980 * i386-cygwin-tdep.c: Ditto.
3981 * i386-darwin-nat.c: Ditto.
3982 * i386gnu-nat.c: Ditto.
3983 * i386-linux-nat.c: Ditto.
3984 * i386-linux-tdep.c: Ditto.
3985 * i386-nat.c: Ditto.
3986 * i386-nat.h: Ditto.
3987 * i386nbsd-tdep.c: Ditto.
3988 * i386-sol2-nat.c: Ditto.
3989 * i386-stub.c: Ditto.
3990 * i386-tdep.c: Ditto.
3991 * i386-tdep.h: Ditto.
3992 * i387-tdep.c: Ditto.
3993 * ia64-linux-nat.c: Ditto.
3994 * ia64-linux-tdep.c: Ditto.
3995 * ia64-tdep.c: Ditto.
3996 * infcall.c: Ditto.
3997 * infcall.h: Ditto.
3998 * infcmd.c: Ditto.
3999 * inferior.c: Ditto.
4000 * inferior.h: Ditto.
4001 * infloop.c: Ditto.
4002 * inflow.c: Ditto.
4003 * infrun.c: Ditto.
4004 * interps.c: Ditto.
4005 * interps.h: Ditto.
4006 * iq2000-tdep.c: Ditto.
4007 * irix5-nat.c: Ditto.
4008 * jit.c: Ditto.
4009 * jit.h: Ditto.
4010 * jv-exp.y: Ditto.
4011 * jv-lang.c: Ditto.
4012 * jv-lang.h: Ditto.
4013 * jv-typeprint.c: Ditto.
4014 * jv-valprint.c: Ditto.
4015 * language.c: Ditto.
4016 * language.h: Ditto.
4017 * linespec.c: Ditto.
4018 * linux-fork.c: Ditto.
4019 * linux-nat.c: Ditto.
4020 * linux-thread-db.c: Ditto.
4021 * lm32-tdep.c: Ditto.
4022
025bb325
MS
40232011-01-08 Michael Snyder <msnyder@vmware.com>
4024
4025 * m2-exp.y: Comment cleanup, mostly periods and spaces.
4026 * m2-lang.c: Ditto.
4027 * m2-typeprint.c: Ditto.
4028 * m2-valprint.c: Ditto.
4029 * m32c-tdep.c: Ditto.
4030 * m32r-linux-nat.c: Ditto.
4031 * m32r-rom.c: Ditto.
4032 * m32r-tdep.c: Ditto.
4033 * m32r-tdep.h: Ditto.
4034 * m68hc11-tdep.c: Ditto.
4035 * m58klinux-nat.c: Ditto.
4036 * m68k-tdep.c: Ditto.
4037 * m88k-tdep.c: Ditto.
4038 * m88k-tdep.h: Ditto.
4039 * machoread.c: Ditto.
4040 * macrocmd.c: Ditto.
4041 * macroexp.c: Ditto.
4042 * macrotab.c: Ditto.
4043 * main.c: Ditto.
4044 * maint.c: Ditto.
4045 * mdebugread.c: Ditto.
4046 * mdebugread.h: Ditto.
4047 * memattr.c: Ditto.
4048 * memattr.h: Ditto.
4049 * memory-map.h: Ditto.
4050 * mep-tdep.c: Ditto.
4051 * microblaze-rom.c: Ditto.
4052 * microblaze-tdep.c: Ditto.
4053 * minsyms.c: Ditto.
4054 * mips-irix-tdep.c: Ditto.
4055 * mips-linux-nat.c: Ditto.
4056 * mips-linux-tdep.c: Ditto.
4057 * mips-linux-tdep.h: Ditto.
4058 * mipsnbsd-nat.c: Ditto.
4059 * mipsnbsd-tdep.c: Ditto.
4060 * mipsread.c: Ditto.
4061 * mips-tdep.c: Ditto.
4062 * mips-tdep.h: Ditto.
4063 * mn10300-linux-tdep.c: Ditto.
4064 * mn10300-tdep.c: Ditto.
4065 * mn10300-tdep.h: Ditto.
4066 * monitor.c: Ditto.
4067 * monitor.h: Ditto.
4068 * moxie-tdep.c: Ditto.
4069 * moxie-tdep.h: Ditto.
4070 * mt-tdep.c: Ditto.
4071
1642781b
MF
40722011-01-08 Mike Frysinger <vapier@gentoo.org>
4073
4074 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
4075
394b0adb
JB
40762011-01-08 Robert Millan <rmh@gnu.org>
4077
4078 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
4079
b670013c
MS
40802011-01-07 Michael Snyder <msnyder@vmware.com>
4081
4082 * charset.c (_initialize_charset): Fix typo in string.
4083
a743e542
MS
40842011-01-07 Michael Snyder <msnyder@vmware.com>
4085
4086 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
4087 for i18n.
f2eb0bc8 4088 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
4089 Split line so that operator goes to beginning of line.
4090 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
4091 assignment out of if statement.
4092
0963b4bd
MS
40932011-01-07 Michael Snyder <msnyder@vmware.com>
4094
4095 * ada-lang.c: Comment cleanup, mostly periods and spaces.
4096 * ada-lang.h: Ditto.
4097 * ada-tasks.c: Ditto.
4098 * ada-valprint.c: Ditto.
4099 * aix-threads.c: Ditto.
4100 * alpha-linux-nat.c: Ditto.
4101 * alpha-linux-tdep.c: Ditto.
4102 * alpha-mdebug-tdep.c: Ditto.
4103 * alpha-nat.c: Ditto.
4104 * alpha-osf1-tdep.c: Ditto.
4105 * alpha-tdep.c: Ditto.
4106 * alphabsd-nat.c: Ditto.
4107 * alphabsd-tdep.c: Ditto.
4108 * amd64-darwin-tdep.c: Ditto.
4109 * amd64-linux-nat.c: Ditto.
4110 * amd64-linux-tdep.c: Ditto.
4111 * amd64-sol2-tdep.c: Ditto.
4112 * amd64-tdep.c: Ditto.
4113 * amd64-fbsd-tdep.c: Ditto.
4114 * amd64-nbsd-tdep.c: Ditto.
4115 * amd64-obsd-tdep.c: Ditto.
4116 * amd64-linux-nat.c: Ditto.
4117 * amd64-linux-tdep.c: Ditto.
4118 * arm-tdep.c: Ditto.
4119 * arm-tdep.h: Ditto.
4120 * armnbsd-nat.c: Ditto.
4121 * avr-tdep.c: Ditto.
4122 * bfin-tdep.c: Ditto.
4123 * bsd-kvm.c: Ditto.
4124 * c-typeprintc: Ditto.
4125 * c-valprint.c: Ditto.
4126 * coff-pe-read.h: Ditto.
4127 * coffreead.c: Ditto.
4128 * cris-tdep.c: Ditto.
4129 * d-lang.c: Ditto.
4130 * darwin-nat-info.c: Ditto.
4131 * darwin-nat.c: Ditto.
4132 * dbug-rom.c: Ditto.
4133 * dbxread.c: Ditto.
4134 * dcache.c: Ditto.
4135 * dcache.h: Ditto.
4136 * dec-thread.c: Ditto.
4137 * defs.h: Ditto.
4138 * demangle.c: Ditto.
4139 * dicos-tdep.c: Ditto.
4140 * dictionary.c: Ditto.
4141 * dictionary.h: Ditto.
4142 * dink32-rom.c: Ditto.
4143 * disasm.c: Ditto.
4144 * doublest.c: Ditto.
4145 * dsrec.c: Ditto.
4146 * dummy-frame.c: Ditto.
4147 * dwarf2-frame.c: Ditto.
4148 * dwarf2expr.c: Ditto.
4149 * dwarf2loc.c: Ditto.
4150 * dwarf2read.c: Ditto.
4151 * elfread.c: Ditto.
4152 * environ.c: Ditto.
4153 * eval.c: Ditto.
4154 * event-top.h: Ditto.
4155 * exceptions.c: Ditto.
4156 * exceptions.h: Ditto.
4157 * exec.c: Ditto.
4158 * expprint.c: Ditto.
4159 * expression.h: Ditto.
4160 * f-exp.y: Ditto.
4161 * f-lang.c: Ditto.
4162 * f-lang.h: Ditto.
4163 * f-typeprint.c: Ditto.
4164 * f-valprint.c: Ditto.
4165 * fbsd-nat.c: Ditto.
4166 * findvar.c: Ditto.
4167 * fork-child.c: Ditto.
4168 * frame.c: Ditto.
4169 * frame.h: Ditto.
4170 * frv-linux-tdep.c: Ditto.
4171 * frv-tdep.c: Ditto.
4172 * gcore.c: Ditto.
4173 * gdb-stabs.h: Ditto.
4174 * gdb_assert.h: Ditto.
4175 * gdb_string.h: Ditto.
4176 * gdb_thread_db.h: Ditto.
4177 * gdb_wait.h: Ditto.
4178 * gdbarch.sh: Ditto.
4179 * gdbcore.h: Ditto.
4180 * gdbthread.h: Ditto.
4181 * gdbtypes.c: Ditto.
4182 * gdbtypes.h: Ditto.
4183 * gnu-nat.c: Ditto.
4184 * gnu-nat.h: Ditto.
4185 * gnu-v2-abi.c: Ditto.
4186 * gnu-v3-abi.c: Ditto.
4187 * go32-nat.c: Ditto.
4188 * gdbarch.c: Regenerate.
4189 * gdbarch.h: Regenerate.
4190
ac74f770
MS
41912011-01-07 Michael Snyder <msnyder@vmware.com>
4192
4193 * ax-gdb.c: Adjust some long output strings.
4194 * breakpoint.c: Ditto.
4195 * charset.c: Ditto.
4196 * cp-abi.c: Ditto.
4197 * infcall.c: Ditto.
4198 * infrun.c: Ditto.
4199 * linux-nat.c: Ditto.
4200 * solib-pa64.c: Ditto.
4201 * solib-som.c: Ditto.
4202
d8e22779
TT
42032011-01-06 Tom Tromey <tromey@redhat.com>
4204
4205 PR python/12367:
4206 * NEWS: Add item.
4207 * python/python.c (GdbMethods): Add "newest_frame" method.
4208 * python/python-internal.h (gdbpy_newest_frame): Declare.
4209 * python/py-frame.c (gdbpy_newest_frame): New function.
4210
a255712f
PP
42112010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4212
4213 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
4214 * jit.c (jit_debug): New variable.
4215 (show_jit_debug): New function.
4216 (struct target_buffer): Use ULONGEST.
4217 (bfd_open_from_target_memory): Likewise.
4218 (jit_register_code, jit_inferior_init): Add debug output.
4219 (_initialize_jit): Register "debug jit" command.
4220
ccfc3d6e
TT
42212011-01-06 Tom Tromey <tromey@redhat.com>
4222
4223 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
4224 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
4225 and ARCH_FRAME.
4226
57126e4a
TT
42272011-01-06 Tom Tromey <tromey@redhat.com>
4228
4229 * python/py-frame.c (frapy_block): Use get_frame_block.
4230
16dfc9ce
JB
42312011-01-06 Joel Brobecker <brobecker@adacore.com>
4232
4233 Do not stop on SIGPRIO signals by default
4234 * infrun.c (_initialize_infrun): Unset signal_stop and
4235 signal_print for TARGET_SIGNAL_PRIO.
4236
b1ce2347
JB
42372011-01-06 Joel Brobecker <brobecker@adacore.com>
4238
4239 * ada-tasks.c: Fix style violation in comment.
4240
8f7e195f
JB
42412011-01-06 Joel Brobecker <brobecker@adacore.com>
4242
4243 * linespec.c (decode_compound, find_method): Remove trailing \n
4244 at end of error string.
4245 * solib-irix.c (irix_current_sos): Likewise.
4246 * varobj.c (uninstall_variable): Likewise.
4247
e9bdf92c
JB
42482011-01-06 Joel Brobecker <brobecker@adacore.com>
4249
4250 * copyright.py: New script.
4251 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
4252 Launch emacs without exec'ing. Call copyright.py afterwards.
4253
3e43a32a
MS
42542011-01-05 Michael Snyder <msnyder@vmware.com>
4255
4256 * addrmap.c: Shorten lines of >= 80 columns.
4257 * arch-utils.c: Ditto.
4258 * arch-utils.h: Ditto.
4259 * ax-gdb.c: Ditto.
4260 * ax-general.c: Ditto.
4261 * bcache.c: Ditto.
4262 * blockframe.c: Ditto.
4263 * breakpoint.c: Ditto.
4264 * buildsym.c: Ditto.
4265 * c-lang.c: Ditto.
4266 * c-typeprint.c: Ditto.
4267 * charset.c: Ditto.
4268 * coffread.c: Ditto.
4269 * command.h: Ditto.
4270 * corelow.c: Ditto.
4271 * cp-abi.c: Ditto.
4272 * cp-namespace.c: Ditto.
4273 * cp-support.c: Ditto.
4274 * dbug-rom.c: Ditto.
4275 * dbxread.c: Ditto.
4276 * defs.h: Ditto.
4277 * dfp.c: Ditto.
4278 * dfp.h: Ditto.
4279 * dictionary.c: Ditto.
4280 * disasm.c: Ditto.
4281 * doublest.c: Ditto.
4282 * dwarf2-frame.c: Ditto.
4283 * dwarf2expr.c: Ditto.
4284 * dwarf2loc.c: Ditto.
4285 * dwarf2read.c: Ditto.
4286 * elfread.c: Ditto.
4287 * eval.c: Ditto.
4288 * event-loop.c: Ditto.
4289 * event-loop.h: Ditto.
4290 * exceptions.h: Ditto.
4291 * exec.c: Ditto.
4292 * expprint.c: Ditto.
4293 * expression.h: Ditto.
4294 * f-lang.c: Ditto.
4295 * f-valprint.c: Ditto.
4296 * findcmd.c: Ditto.
4297 * frame-base.c: Ditto.
4298 * frame-unwind.c: Ditto.
4299 * frame-unwind.h: Ditto.
4300 * frame.c: Ditto.
4301 * frame.h: Ditto.
4302 * gcore.c: Ditto.
4303 * gdb-stabs.h: Ditto.
4304 * gdb_assert.h: Ditto.
4305 * gdb_dirent.h: Ditto.
4306 * gdb_obstack.h: Ditto.
4307 * gdbcore.h: Ditto.
4308 * gdbtypes.c: Ditto.
4309 * gdbtypes.h: Ditto.
4310 * inf-ttrace.c: Ditto.
4311 * infcall.c: Ditto.
4312 * infcmd.c: Ditto.
4313 * inflow.c: Ditto.
4314 * infrun.c: Ditto.
4315 * inline-frame.h: Ditto.
4316 * language.c: Ditto.
4317 * language.h: Ditto.
4318 * libunwind-frame.c: Ditto.
4319 * libunwind-frame.h: Ditto.
4320 * linespec.c: Ditto.
4321 * linux-nat.c: Ditto.
4322 * linux-nat.h: Ditto.
4323 * linux-thread-db.c: Ditto.
4324 * machoread.c: Ditto.
4325 * macroexp.c: Ditto.
4326 * macrotab.c: Ditto.
4327 * main.c: Ditto.
4328 * maint.c: Ditto.
4329 * mdebugread.c: Ditto.
4330 * memattr.c: Ditto.
4331 * minsyms.c: Ditto.
4332 * monitor.c: Ditto.
4333 * monitor.h: Ditto.
4334 * objfiles.c: Ditto.
4335 * objfiles.h: Ditto.
4336 * osabi.c: Ditto.
4337 * p-typeprint.c: Ditto.
4338 * p-valprint.c: Ditto.
4339 * parse.c: Ditto.
4340 * printcmd.c: Ditto.
4341 * proc-events.c: Ditto.
4342 * procfs.c: Ditto.
4343 * progspace.c: Ditto.
4344 * progspace.h: Ditto.
4345 * psympriv.h: Ditto.
4346 * psymtab.c: Ditto.
4347 * record.c: Ditto.
4348 * regcache.c: Ditto.
4349 * regcache.h: Ditto.
4350 * remote-fileio.c: Ditto.
4351 * remote.c: Ditto.
4352 * ser-mingw.c: Ditto.
4353 * ser-tcp.c: Ditto.
4354 * ser-unix.c: Ditto.
4355 * serial.c: Ditto.
4356 * serial.h: Ditto.
4357 * solib-frv.c: Ditto.
4358 * solib-irix.c: Ditto.
4359 * solib-osf.c: Ditto.
4360 * solib-pa64.c: Ditto.
4361 * solib-som.c: Ditto.
4362 * solib-sunos.c: Ditto.
4363 * solib-svr4.c: Ditto.
4364 * solib-target.c: Ditto.
4365 * solib.c: Ditto.
4366 * somread.c: Ditto.
4367 * source.c: Ditto.
4368 * stabsread.c: Ditto.
4369 * stabsread.c: Ditto.
4370 * stack.c: Ditto.
4371 * stack.h: Ditto.
4372 * symfile-mem.c: Ditto.
4373 * symfile.c: Ditto.
4374 * symfile.h: Ditto.
4375 * symmisc.c: Ditto.
4376 * symtab.c: Ditto.
4377 * symtab.h: Ditto.
4378 * target-descriptions.c: Ditto.
4379 * target-memory.c: Ditto.
4380 * target.c: Ditto.
4381 * target.h: Ditto.
4382 * terminal.h: Ditto.
4383 * thread.c: Ditto.
4384 * top.c: Ditto.
4385 * tracepoint.c: Ditto.
4386 * tracepoint.h: Ditto.
4387 * ui-file.c: Ditto.
4388 * ui-file.h: Ditto.
4389 * ui-out.h: Ditto.
4390 * user-regs.c: Ditto.
4391 * user-regs.h: Ditto.
4392 * utils.c: Ditto.
4393 * valarith.c: Ditto.
4394 * valops.c: Ditto.
4395 * valprint.c: Ditto.
4396 * valprint.h: Ditto.
4397 * value.c: Ditto.
4398 * varobj.c: Ditto.
4399 * varobj.h: Ditto.
4400 * vec.h: Ditto.
4401 * xcoffread.c: Ditto.
4402 * xcoffsolib.c: Ditto.
4403 * xcoffsolib.h: Ditto.
4404 * xml-syscall.c: Ditto.
4405 * xml-tdesc.c: Ditto.
4406
9a2b4c1b
MS
44072011-01-05 Michael Snyder <msnyder@vmware.com>
4408
4409 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
4410 * cli/cli-decode.c: Ditto.
4411 * cli/cli-dump.c: Ditto.
4412 * cli/cli-logging.c: Ditto.
4413 * cli/cli-script.c: Ditto.
4414 * cli/cli-setshow.c: Ditto.
4415 * common/signals.c: Ditto.
4416 * mi/mi-cmd-break.c: Ditto.
4417 * mi/mi-cmd-disas.c: Ditto.
4418 * mi/mi-cmd-stack.c: Ditto.
4419 * mi/mi-cmd-var.c: Ditto.
4420 * mi/mi-cmds.c: Ditto.
4421 * mi/mi-common.h: Ditto.
4422 * mi/mi-console.c: Ditto.
4423 * mi/mi-interp.c: Ditto.
4424 * mi/mi-main.c: Ditto.
4425 * osf-share/cma_attr.c: Ditto.
4426 * osf-share/cma_deb_core.h: Ditto.
4427 * osf-share/cma_debug_client.h: Ditto.
4428 * osf-share/cma_handle.h: Ditto.
4429 * osf-share/cma_mutex.h: Ditto.
4430 * osf-share/cma_stack_int.h: Ditto.
4431 * osf-share/cma_tcb_defs.h: Ditto.
4432 * python/py-auto-load.c: Ditto.
4433 * python/py-breakpoint.c: Ditto.
4434 * python/py-cmd.c: Ditto.
4435 * python/py-frame.c: Ditto.
4436 * python/py-objfile.c: Ditto.
4437 * python/py-param.c: Ditto.
4438 * python/py-progspace.c: Ditto.
4439 * python/py-symbol.c: Ditto.
4440 * python/py-value.c: Ditto.
4441 * python/python-internal.h: Ditto.
4442 * python/python.c: Ditto.
4443 * tui/tui-data.c: Ditto.
4444 * tui/tui-disasm.c: Ditto.
4445 * tui/tui-hooks.c: Ditto.
4446 * tui/tui-io.c: Ditto.
4447 * tui/tui-layout.c: Ditto.
4448 * tui/tui-regs.c: Ditto.
4449 * tui/tui-source.c: Ditto.
4450 * tui/tui-stack.c: Ditto.
4451 * tui/tui-win.c: Ditto.
4452 * tui/tui-windata.c: Ditto.
4453 * tui/tui-winsource.c: Ditto.
4454
44944448
JB
44552011-01-05 Joel Brobecker <brobecker@adacore.com>
4456
4457 * configure.ac, gdb.1: Copyright year update.
4458
ebedcab5
JK
44592011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4460
4461 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
4462 this_pc_in_block, morestack_msym and morestack_name. Check for
4463 "__morestack" minimal symbol there.
4464
e5cc9f32
JB
44652011-01-03 Joel Brobecker <brobecker@adacore.com>
4466
4467 * symfile.c (find_sym_fns): Add call to dont_repeat.
4468
7b6bb8da
JB
44692011-01-01 Joel Brobecker <brobecker@adacore.com>
4470
4471 Copyright year update in most files (performed by copyright.sh).
4472
71ce852c
JB
44732011-01-01 Joel Brobecker <brobecker@adacore.com>
4474
4475 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 4476
c3c1ebe8 4477For older changes see ChangeLog-2010.
c906108c
SS
4478\f
4479Local Variables:
4480mode: change-log
4481left-margin: 8
4482fill-column: 74
4483version-control: never
57da7796 4484coding: utf-8
c906108c 4485End: