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