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