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