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