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