Fix jit.exp on most 32-bit targets.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
2
3 * symfile.c (separate_debug_file_exists): Fix condition.
4
5 2011-10-11 David S. Miller <davem@davemloft.net>
6
7 * regcache.c (regcache_restore): Do not write unavailable regs, mark
8 static.
9 * regcache.h (regcache_restore): Remove declaration.
10
11 * gdbarch.sh: New field 'long_long_align_bit'.
12 * gdbarch.c, gdbarch.h: Regenerate.
13 * i386-tdep.c (i386_gdbarch_init): Set long_long_align_bit to 32.
14 * jit.c (jit_read_code_entry): Use it to determine correct size offset.
15
16 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17
18 Revert this part of:
19 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
20 Support @entry in input expressions.
21 * c-exp.y (ENTRY, unknown_cpp_name): New.
22 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
23 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
24 (variable: name_not_typename '@' ENTRY, name: ENTRY)
25 (name_not_typename: ENTRY): New.
26 (yylex): Recognize ENTRY.
27
28 Reimplement @entry in input expressions.
29 * c-exp.y (ENTRY): New.
30 (variable: name_not_typename ENTRY): New.
31 (lex_one_token): Optionally return ENTRY instead of the '@' lex.
32
33 2011-10-11 Pedro Alves <pedro@codesourcery.com>
34
35 * linux-nat.c (linux_handle_extended_wait): Always dump both the
36 parent and child's pids as soon as we detect a clone event.
37 Adjust another debug message.
38
39 2011-10-11 Pedro Alves <pedro@codesourcery.com>
40
41 * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
42 not zombie instead of reading the whole file.
43
44 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
45
46 Fix separate debuginfo warning with "remote:" access.
47 * objfiles.h (struct objfile): New fields crc32 and crc32_p.
48 * symfile.c (get_file_crc): New function with the code moved from ...
49 (separate_debug_file_exists): ... this function, specifically variables
50 buffer and count. New variable verified_as_different, set it. Remove
51 file_crc initialization. Verify also if both files are not the same
52 manually, if needed.
53
54 2011-10-11 Yao Qi <yao@codesourcery.com>
55
56 * arm-tdep.c (arm_get_next_pc_raw): Use read_memory_unsigned_integer
57 to get address.
58
59 2011-10-10 Doug Evans <dje@google.com>
60
61 * linux-thread-db.c (thread_db_new_objfile): Only try to load
62 libthread_db when we load libpthread or the main symbol file.
63 (thread_db_inferior_created): New function.
64 (_initialize_thread_db): Attach inferior_created observer.
65 * linux-nat.c (linux_child_post_attach): Remove call to
66 check_for_thread_db.
67 (linux_child_post_startup_inferior): Ditto.
68 * objfiles.h (OBJF_MAINLINE): Define.
69 * symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
70 allocate_objfile when appropriate.
71
72 2011-10-10 Ulrich Weigand <ulrich.weigand@linaro.org>
73
74 PR gdb/13218
75 * arm-linux-nat.c (os_version, os_major, os_minor, os_release):
76 Remove unused variables.
77 (get_linux_version): Remove function.
78 (_initialize_arm_linux_nat): Do not call it.
79
80 2011-10-10 Pedro Alves <pedro@codesourcery.com>
81
82 * linux-nat.c (linux_handle_extended_wait): Don't resume the new
83 new clone lwp if the core asked it to stop. Don't pass on
84 unexpected signals to the new clone; leave them pending instead.
85
86 2011-10-10 Pedro Alves <pedro@codesourcery.com>
87
88 * linux-nat.c (resume_lwp): Remove redundant debug output.
89
90 2011-10-10 Pedro Alves <pedro@codesourcery.com>
91
92 * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
93 last_resume_kind before clearing it, and use the copy instead to
94 determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
95 resume_clear_callback in the non-stop path too.
96
97 2011-10-09 Yao Qi <yao@codesourcery.com>
98
99 * valprint.c (value_check_printable): Add one parameter OPTIONS.
100 Honor OPTIONS and VAL's type.
101 (common_val_print, value_print): Update to pass one more parameter.
102
103 2011-10-09 Doug Evans <dje@google.com>
104
105 Add new "alias" command.
106 * NEWS: Mention new command.
107 * command.h (valid_user_defined_cmd_name_p): Declare.
108 * defs.h (make_cleanup_dyn_string_delete): Declare.
109 * utils.c: #include "dyn-string.h".
110 (do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
111 * cli/cli-cmds.c: #include "dyn-string.h".
112 (argv_to_dyn_string, valid_command_p, alias_command): New functions.
113 (init_cli_cmds): Add new command.
114 * cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.
115
116 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
117
118 Fix compatibility with older GCCs.
119 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Initialize parameter.
120 * stack.c (read_frame_arg): Initialize val_deref.
121
122 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
123
124 Entry values NEWS entries, DWARF disassembly support.
125 * NEWS: New entry values entry.
126 (set print entry-values, show print entry-values)
127 (set debug entry-values, show debug entry-values): New entries.
128 * dwarf2loc.c (disassemble_dwarf_expression): New parameters start and
129 indent. Remove variable start. Move header printing out. Respect
130 INDENT. Support DW_OP_GNU_entry_value.
131 (locexpr_describe_location_1): Move the header printing here, extend
132 the disassemble_dwarf_expression passed parameters.
133
134 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
135
136 Display @entry parameter values even for references.
137 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_REF>: Try also
138 coerce_ref_if_computed.
139 * c-valprint.c (c_val_print) <TYPE_CODE_REF>: Likewise.
140 * dwarf2expr.c (dwarf_block_to_dwarf_reg_deref): New function.
141 (execute_stack_op) <DW_OP_GNU_entry_value>: Add -1 deref_size to the
142 existing push_dwarf_reg_entry_value call. Add new detection calling
143 dwarf_block_to_dwarf_reg_deref. Update the error message.
144 (ctx_no_push_dwarf_reg_entry_value): New parameter deref_size.
145 * dwarf2expr.h
146 (struct dwarf_expr_context_funcs) <push_dwarf_reg_entry_value>: Add new
147 parameter deref_size, describe it in the comment.
148 (ctx_no_push_dwarf_reg_entry_value): Add new parameter deref_size.
149 (dwarf_block_to_dwarf_reg_deref): New declaration.
150 * dwarf2loc.c (dwarf_entry_parameter_to_value): Add new parameter
151 deref_size, describe it in the function comment. New variables
152 data_src and size, fetch the alternative block accoring to DEREF_SIZE.
153 (dwarf_expr_push_dwarf_reg_entry_value): Add new parameter deref_size,
154 describe it in the function comment. Fetch the alternative block
155 accoring to DEREF_SIZE.
156 (entry_data_value_coerce_ref, entry_data_value_copy_closure)
157 (entry_data_value_free_closure, entry_data_value_funcs): New.
158 (value_of_dwarf_reg_entry): New variables checked_type, target_type,
159 outer_val, target_val, val and addr. Try to fetch and create also
160 referenced value content.
161 (pieced_value_funcs): NULL value for coerce_ref.
162 (needs_dwarf_reg_entry_value): Add new parameter deref_size.
163 * f-valprint.c (f_val_print) <TYPE_CODE_REF>: Try also
164 coerce_ref_if_computed.
165 * opencl-lang.c (opencl_value_funcs): NULL value for coerce_ref.
166 * p-valprint.c (pascal_val_print) <TYPE_CODE_REF>: Likewise.
167 * stack.c (read_frame_arg): Compare also dereferenced values.
168 * value.c (value_computed_funcs): Make the parameter v const, use
169 value_lval_const for it.
170 (value_lval_const, coerce_ref_if_computed): New function.
171 (coerce_ref): New variable retval. Call also coerce_ref_if_computed.
172 * value.h (struct lval_funcs): New field coerce_ref.
173 (value_computed_funcs): Make the parameter v const.
174 (value_lval_const, coerce_ref_if_computed): New declarations.
175
176 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
177
178 Support @entry in input expressions.
179 * c-exp.y (ENTRY, unknown_cpp_name): New.
180 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
181 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
182 (variable: name_not_typename '@' ENTRY, name: ENTRY)
183 (name_not_typename: ENTRY): New.
184 (yylex): Recognize ENTRY.
185 * eval.c (evaluate_subexp_standard): Support also OP_VAR_ENTRY_VALUE.
186 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
187 Likewise.
188 * parse.c (operator_length_standard): Likewise.
189 * std-operator.def: New operator OP_VAR_ENTRY_VALUE.
190
191 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
192
193 Display referenced values in backtraces.
194 * printcmd.c (print_variable_and_value): Set OPTS.DEREF_REF to 1.
195 * stack.c (print_frame_arg): Likewise.
196
197 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
198
199 Make some lval_funcs methods to default on NULL.
200 * valops.c (value_fetch_lazy): Check if lval_computed read method is
201 NULL.
202 (value_assign): Check if lval_computed write method is NULL.
203 * value.h (struct lval_funcs): Comment NULL values for read and write
204 methods.
205
206 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 Display @entry parameter values (without references).
209 * dwarf2expr.c (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
210 New functions.
211 * dwarf2expr.h (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
212 New declarations.
213 * dwarf2loc.c (dwarf2_find_location_expression): Support location list
214 entry record.
215 (dwarf_entry_parameter_to_value, value_of_dwarf_reg_entry)
216 (value_of_dwarf_block_entry, locexpr_read_variable_at_entry): New
217 functions.
218 (dwarf2_locexpr_funcs): Install locexpr_read_variable_at_entry.
219 (loclist_read_variable_at_entry): New function.
220 (dwarf2_loclist_funcs): Install loclist_read_variable_at_entry.
221 * dwarf2read.c (read_call_site_scope): Support also DW_OP_fbreg in
222 DW_AT_location, call dwarf_block_to_sp_offset for it.
223 * frame.h (print_entry_values_no, print_entry_values_only)
224 (print_entry_values_preferred, print_entry_values_if_needed)
225 (print_entry_values_both, print_entry_values_compact)
226 (print_entry_values_default, print_entry_values): New declarations.
227 (struct frame_arg): New field entry_kind.
228 (read_frame_arg): New parameter entryargp.
229 * mi/mi-cmd-stack.c (list_arg_or_local): New gdb_assert for
230 arg->entry_kind. Optionally print the `@entry' suffix.
231 (list_args_or_locals): New variable entryarg, initialize it.
232 Initialize also entry_kind of arg and entryarg. Conditionalize
233 list_arg_or_local for arg, add list_arg_or_local for entryarg. Call
234 xfree for entryarg.error.
235 * stack.c (print_entry_values_no, print_entry_values_only)
236 (print_entry_values_preferred, print_entry_values_if_needed)
237 (print_entry_values_both, print_entry_values_compact)
238 (print_entry_values_default, print_entry_values_choices)
239 (print_entry_values): New variables.
240 (print_frame_arg): New gdb_assert for arg->entry_kind. Optionally
241 print the `@entry' suffix, possibly in combination for
242 print_entry_values_compact.
243 (read_frame_arg): New parameter entryargp, new variables entryval,
244 entryval_error and val_equal. Read in also entryargp, respect
245 print_entry_values, compare the values using val_equal, fill in also
246 argp->entry_kind (together with entryargp->entry_kind).
247 (print_frame_args): New variable entryarg, initialize it.
248 Conditionalize print_frame_arg for arg, add print_frame_arg for
249 entryarg. Call xfree for entryarg.error.
250 (_initialize_stack): Call add_setshow_enum_cmd for `entry-values'.
251 * symtab.h (struct symbol_computed_ops): New field
252 read_variable_at_entry.
253
254 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 Code reshuffle.
257 * frame.h (struct frame_arg): New definition.
258 (read_frame_arg): New declaration.
259 * mi/mi-cmd-stack.c (list_arg_or_local): New functiom from ...
260 (list_args_or_locals): ... the code here. New variable arg, call
261 read_frame_arg and list_arg_or_local with it. Unify the
262 PRINT_SIMPLE_VALUES and PRINT_ALL_VALUES cases. Call xfree for
263 arg.error.
264 * stack.c (print_frame_arg): New functiom from the code of
265 print_frame_args.
266 (read_frame_arg): New function.
267 (print_frame_args): Remove variable val. New variable arg, call
268 read_frame_arg and print_frame_arg with it. Call xfree for arg.error.
269
270 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
271
272 Protect entry values against self tail calls.
273 * dwarf2loc.c (VEC (CORE_ADDR), func_verify_no_selftailcall): New.
274 (dwarf_expr_dwarf_reg_entry_value): Call func_verify_no_selftailcall.
275
276 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
277
278 Recognize virtual tail call frames.
279 * Makefile.in (SFILES): Add dwarf2-frame-tailcall.c.
280 (HFILES_NO_SRCDIR): Add dwarf2-frame-tailcall.h.
281 (COMMON_OBS): Add dwarf2-frame-tailcall.o.
282 * dwarf2-frame-tailcall.c: New file.
283 * dwarf2-frame-tailcall.h: New file.
284 * dwarf2-frame.c: Include dwarf2-frame-tailcall.h.
285 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
286 REGS.PREV only after CIE execution.
287 (struct dwarf2_frame_cache): New field tailcall_cache.
288 (dwarf2_frame_cache): New variables entry_pc, entry_cfa_sp_offset,
289 entry_cfa_sp_offset_p and instr. Execute FDE instructions in two
290 parts, try to find entry_cfa_sp_offset. Call
291 dwarf2_tailcall_sniffer_first.
292 (dwarf2_frame_prev_register): Call dwarf2_tailcall_prev_register_first
293 when appropriate.
294 (dwarf2_frame_dealloc_cache): New function.
295 (dwarf2_frame_sniffer): Preinitialize cache by dwarf2_frame_cache.
296 (dwarf2_frame_unwind): Install dwarf2_frame_dealloc_cache.
297 (dwarf2_signal_frame_unwind): Do not install dwarf2_frame_dealloc_cache.
298 (dwarf2_append_unwinders): Add dwarf2_tailcall_frame_unwind.
299 (dwarf2_frame_cfa): Support also dwarf2_tailcall_frame_unwind.
300 * dwarf2loc.c (func_addr_to_tail_call_list)
301 (tailcall_dump, call_sitep, VEC (call_sitep), chain_candidate)
302 (call_site_find_chain_1, call_site_find_chain): New.
303 * dwarf2loc.h (struct call_site_chain): New.
304 (call_site_find_chain): New declaration.
305 * frame.c (get_frame_address_in_block): Support also TAILCALL_FRAME.
306 * frame.h (enum frame_type): New entry TAILCALL_FRAME.
307 * python/py-frame.c (gdbpy_initialize_frames): Add TAILCALL_FRAME.
308 * stack.c (frame_info): Support also TAILCALL_FRAME.
309
310 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
311
312 Tail call sites reader implementation.
313 * dwarf2read.c (read_call_site_scope): Recognize DW_AT_GNU_tail_call,
314 fill in TYPE_TAIL_CALL_LIST.
315 * gdbtypes.h (struct func_type): New field tail_call_list.
316 (struct call_site): New field tail_call_next.
317 (TYPE_TAIL_CALL_LIST): New definition.
318
319 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
320
321 Implement basic support for DW_TAG_GNU_call_site.
322 * block.c: Include gdbtypes.h and exceptions.h.
323 (call_site_for_pc): New function.
324 * block.h (call_site_for_pc): New declaration.
325 * defs.h: Include hashtab.h.
326 (make_cleanup_htab_delete, core_addr_hash, core_addr_eq): New
327 declarations.
328 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Install
329 ctx_no_push_dwarf_reg_entry_value.
330 * dwarf2expr.c (read_uleb128, read_sleb128): Support R as NULL.
331 (dwarf_block_to_dwarf_reg): New function.
332 (execute_stack_op) <DW_OP_GNU_entry_value>: Implement it.
333 (ctx_no_push_dwarf_reg_entry_value): New function.
334 * dwarf2expr.h (struct dwarf_expr_context_funcs): New field
335 push_dwarf_reg_entry_value.
336 (ctx_no_push_dwarf_reg_entry_value, dwarf_block_to_dwarf_reg): New
337 declarations.
338 * dwarf2loc.c: Include gdbcmd.h.
339 (dwarf_expr_ctx_funcs): New forward declaration.
340 (entry_values_debug, show_entry_values_debug, call_site_to_target_addr)
341 (dwarf_expr_reg_to_entry_parameter)
342 (dwarf_expr_push_dwarf_reg_entry_value): New.
343 (dwarf_expr_ctx_funcs): Install dwarf_expr_push_dwarf_reg_entry_value.
344 (dwarf2_evaluate_loc_desc_full): Handle NO_ENTRY_VALUE_ERROR.
345 (needs_dwarf_reg_entry_value): New function.
346 (needs_frame_ctx_funcs): Install it.
347 (_initialize_dwarf2loc): New function.
348 * dwarf2loc.h (entry_values_debug): New declaration.
349 * dwarf2read.c (struct dwarf2_cu): New field call_site_htab.
350 (read_call_site_scope): New forward declaration.
351 (process_full_comp_unit): Copy call_site_htab.
352 (process_die): Support DW_TAG_GNU_call_site.
353 (read_call_site_scope): New function.
354 (dwarf2_get_pc_bounds): Support NULL HIGHPC.
355 (dwarf_tag_name): Support DW_TAG_GNU_call_site.
356 (cleanup_htab): Delete.
357 (write_psymtabs_to_index): Use make_cleanup_htab_delete instead of it.
358 * exceptions.h (enum errors): New NO_ENTRY_VALUE_ERROR.
359 * gdb-gdb.py (StructMainTypePrettyPrinter): Support
360 FIELD_LOC_KIND_DWARF_BLOCK.
361 * gdbtypes.h (enum field_loc_kind): New entry
362 FIELD_LOC_KIND_DWARF_BLOCK.
363 (struct main_type): New loc entry dwarf_block.
364 (struct call_site, FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK)
365 (TYPE_FIELD_DWARF_BLOCK): New.
366 * python/py-type.c: Include dwarf2loc.h.
367 (check_types_equal): Support FIELD_LOC_KIND_DWARF_BLOCK. New
368 internal_error call on unknown FIELD_LOC_KIND.
369 * symtab.h (struct symtab): New field call_site_htab.
370 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete)
371 (core_addr_hash, core_addr_eq): New functions.
372
373 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
374
375 Code reshuffle.
376 * gdb-gdb.py (StructMainTypePrettyPrinter): Change
377 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC. Move
378 calling_convention under func_stuff there.
379 * gdbtypes.c (make_function_type): Call INIT_FUNC_SPECIFIC.
380 (init_type) <TYPE_CODE_FUNC>: Likewise.
381 (recursive_dump_type): Change TYPE_SPECIFIC_CALLING_CONVENTION to
382 TYPE_SPECIFIC_FUNC. New comment for tail_call_list.
383 * gdbtypes.h (enum type_specific_kind): Change
384 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.
385 (struct main_type) <type_specific>: Change calling_convention to
386 func_stuff. Move calling_convention to ...
387 (struct func_type): ... this new struct.
388 (INIT_FUNC_SPECIFIC): New #define.
389 (TYPE_CALLING_CONVENTION): Change calling_convention to func_stuff.
390
391 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
392
393 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
394 * dwarf2-frame.c (execute_stack_op): Initialize ctx->ref_addr_size.
395 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Use
396 ctx->ref_addr_size. Handle its invalid value.
397 * dwarf2expr.h (struct dwarf_expr_context): New field ref_addr_size.
398 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
399 (dwarf2_loc_desc_needs_frame): Initialize ctx->ref_addr_size.
400 * dwarf2loc.h (dwarf2_per_cu_ref_addr_size): New declaration.
401 * dwarf2read.c (decode_locdesc): Initialize ctx->ref_addr_size.
402 (dwarf2_per_cu_ref_addr_size): New function.
403
404 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 Code cleanup.
407 * dwarf2read.c (per_cu_header_read_in): New function.
408 (dwarf2_per_cu_addr_size, dwarf2_per_cu_offset_size): Use it, with new
409 variables cu_header_local and cu_headerp.
410
411 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
412
413 Fix initial language detection with -readnow.
414 * dwarf2read.c (dw2_find_symbol_file): Handle OBJF_READNOW case.
415 * symfile.h (struct quick_symbol_functions): State find_symbol_file
416 searches only for global symbols.
417
418 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
419
420 Fix printed anonymous struct name.
421 * dwarf2read.c (fixup_partial_die): Handle for anonymous structs also
422 DW_TAG_interface_type. Strip for anonymous structs any prefixes.
423 (anonymous_struct_prefix): New function.
424 (determine_prefix): New variables retval. Call anonymous_struct_prefix.
425 (dwarf2_name): Strip for anonymous structs any prefixes.
426
427 2011-10-07 Doug Evans <dje@google.com>
428
429 * python/lib/gdb/printing.py (register_pretty_printer): New argument
430 `replace'.
431
432 * python/lib/gdb/printing.py: Whitespace cleanup.
433
434 * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
435 warning.
436
437 2011-10-07 Pedro Alves <pedro@codesourcery.com>
438
439 * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
440 * amd64-linux-nat.c (amd64_linux_dr_set_control)
441 (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
442 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
443 (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
444 (arm_linux_remove_watchpoint): Adjust.
445 * i386-linux-nat.c (i386_linux_dr_set_control)
446 (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
447 * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
448 (ia64_linux_remove_watchpoint): Adjust.
449 * mips-linux-nat.c (write_watchpoint_regs): Adjust.
450 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
451 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
452 (ppc_linux_insert_mask_watchpoint)
453 (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
454 (ppc_linux_remove_watchpoint): Adjust.
455 * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
456 Adjust.
457
458 2011-10-07 Corinna Vinschen <vinschen@redhat.com>
459
460 * windows-nat.c: Include wchar.h to avoid compiler warnings.
461 (clear_win32_environment): New function for Cygwin to clear out
462 Win32 environment.
463 (windows_create_inferior): Prepare new environment from in_env
464 for Cygwin, too.
465
466 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
467
468 PR python/13264
469 * python/py-value.c (valpy_call): Check that arguments are
470 a tuple.
471 (is_intlike): Remove call to CHECK_TYPEDEF.
472 (valpy_nonzero): Catch GDB exceptions.
473 (valpy_absolute): Ditto.
474 (valpy_lazy_string): Ditto.
475 (valpy_call): Ditto.
476 (valpy_get_is_optimized_out): Ditto.
477 (valpy_long): Ditto.
478 (valpy_float): Ditto.
479 (valpy_int): Call CHECK_TYPEDEF. Catch GDB exceptions.
480 (valpy_richcompare): Ditto.
481
482 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
483
484 * inferior.h (disable_randomization): Declare.
485 * infrun.c (disable_randomization): New global variable.
486 (show_disable_randomization): New function.
487 (set_disable_randomization): Likewise.
488 (_initialize_infrun): Install set/show disable-randomization
489 commands.
490 * linux-nat.c (disable_randomization): Remove.
491 (show_disable_randomization): Likewise.
492 (set_disable_randomization): Likewise.
493 (_initialize_linux_nat): No longer install set/show
494 disable-randomization commands here.
495 (linux_nat_supports_disable_randomization): New function.
496 (linux_nat_add_target): Install it.
497 * remote.c (PACKET_QDisableRandomization): New enum value.
498 (remote_protocol_packets): Support QDisableRandomization.
499 (_initialize_remote): Likewise.
500 (remote_supports_disable_randomization): New function.
501 (init_remote_ops): Install it.
502 (extended_remote_supports_disable_randomization): New function.
503 (init_extended_remote_ops): Install it.
504 (extended_remote_disable_randomization): New function.
505 (extended_remote_create_inferior_1): Call it.
506 * target.h (struct target_ops): Add to_supports_disable_randomization.
507 (target_supports_disable_randomization): Add prototype.
508 * target.c (target_supports_disable_randomization): New function.
509 (find_default_supports_disable_randomization): Likewise.
510 (init_dummy_target): Install it.
511
512 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
513
514 Allow Python notification of new object-file loadings.
515 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
516 (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
517 Add build rule for this file.
518 * python/py-event.h (emit_new_objfile_event): New prototype.
519 (newobjfile): New Python event emitter.
520 * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
521 Python event registry.
522 * python/py-inferior.c: Include objfiles.h
523 (python_new_objfile): New function.
524 (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
525 observers.
526 * python/py-newobjfileevent.c: New file.
527 * python-internal.h (gdbpy_initialize_new_objfile_event): New
528 prototype.
529 * python/python.c (_initialize_python): Add
530 gdbpy_initialize_new_objfile_event call.
531 * NEWS: Add item for new Python event "gdb.newobjfile"
532
533 2011-10-05 Tristan Gingold <gingold@adacore.com>
534
535 * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
536 Extract the ravenscar task name from the symbol for the atcb.
537
538 2011-10-04 Paul Koning <paul_koning@dell.com>
539
540 * python/py-type.c (typy_make_iter): Add forward declaration.
541 (typy_fields_items): Use the gdb.Type iterator.
542
543 2011-10-04 Paul Koning <paul_koning@dell.com>
544
545 * NEWS: Add entry for Python gdb.Type mapping methods.
546
547 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
548
549 PR python/12691: Add the inferior to Python exited event
550 * python/py-exitedevent.c (create_exited_event_object): Add inferior
551 to exited_event.
552 * python/py-event.h (emit_exited_event): Likewise
553 * python/-inferior.c (python_inferior_exit): Likewise
554
555 2011-10-03 Joel Brobecker <brobecker@adacore.com>
556
557 * ada-tasks.c (print_ada_task_info): Add "thread-id" field
558 in output of -ada-task-info GDB/MI command.
559
560 2011-10-03 Joel Brobecker <brobecker@adacore.com>
561
562 * ada-lang.h (struct inferior): Declare.
563 (print_ada_task_info): Add declaration.
564 * ada-tasks.c (print_ada_task_info): Make non-static.
565 * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
566 * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
567 * mi/mi-main.c: #include "ada-lang.h".
568 (mi_cmd_list_features): Add "ada-task-info" to the list
569 of supported features.
570 (mi_cmd_ada_task_info): New function.
571
572 2011-10-03 Joel Brobecker <brobecker@adacore.com>
573
574 * python/python.c (python_run_simple_file): New function.
575 (source_python_script, source_python_script_for_objfile):
576 Replace call to PyRun_SimpleFile by call to
577 python_run_simple_file.
578
579 2011-10-03 Paul Koning <paul_koning@dell.com>
580
581 * python/py-value.c (valpy_get_address): Use Py_XINCREF.
582 (value_to_value_object): Fetch value if it was lazy.
583
584 2011-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
585
586 Code cleanup.
587 * solib-svr4.c (svr4_default_sos): Remove variables head and link_ptr.
588 Rearrange the code for it.
589
590 2011-10-02 Joel Brobecker <brobecker@adacore.com>
591
592 * breakpoint.c (bkpt_print_recreate): Add call to
593 print_recreate_thread.
594
595 2011-09-29 Mike Frysinger <vapier@gentoo.org>
596
597 * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
598 PTRACE_GETFDPIC_INTERP): Define.
599
600 2011-09-28 Yao Qi <yao@codesourcery.com>
601
602 * symfile.c (add_symbol_file_command): Update message on usage.
603
604 2011-09-28 Paul Koning <paul_koning@dell.com>
605
606 * python/py-type.c (make_fielditem, typy_field_names, typy_items)
607 (typy_length, typy_get, typy_has_key, typy_make_iter)
608 (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
609 (typy_iterator_iter, typy_iterator_iternext)
610 (typy_iterator_dealloc): New functions to implement standard
611 Python mapping methods on gdb.Type object.
612 (gdb.TypeIterator): New Python type.
613 * python/python-internal.h (gdbpy_iter_kind): New enum.
614
615 2011-09-28 David S. Miller <davem@davemloft.net>
616
617 * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
618 SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
619 * sparc-tdep.c (sparc_complex_floating_p): New function.
620 (sparc32_store_arguments): Handle complex floats.
621 (sparc32_extract_return_value): Likewise.
622 (sparc32_store_return_value): Likewise.
623 (sparc32_stabs_argument_has_addr): Likewise.
624 * sparc64-tdep.c (sparc64_complex_floating_p): New function.
625 (sparc64_store_floating_fields): Handle complex floats.
626 (sparc64_store_arguments): Likewise.
627 (sparc64_store_return_value): Likewise.
628
629 2011-09-28 Eli Zaretskii <eliz@gnu.org>
630
631 * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
632 before the change on 2006-12-09.
633 (windows_create_inferior) [!__CYGWIN__]: Restore code that
634 generates the environment block for CreateProcessA, modulo the
635 Cygwin-specific parts that are not needed here.
636
637 2011-09-27 Tristan Gingold <gingold@adacore.com>
638
639 * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
640 * solib-darwin.c (DYLD_VERSION_MAX): Update number.
641 (darwin_solib_get_all_image_info_addr_at_init): New function.
642 (darwin_solib_read_all_image_info_addr): Likewise.
643 (darwin_solib_create_inferior_hook): Use the above two functions.
644 * darwin-nat.c (darwin_execvp): Renames retval to res.
645 (darwin_read_write_inferior): Update comment.
646 (darwin_read_dyld_info): New function.
647 (darwin_xfer_partial): Handle DYLD_INFO.
648
649 2011-09-27 Stan Shebs <stan@codesourcery.com>
650
651 Add return address collection for tracepoints.
652 * tracepoint.c (encode_actions_1): Add case for $_ret.
653 (validate_actionline): Check for $_ret.
654 (trace_dump_actions): Ditto.
655 * ax-gdb.h (gen_trace_for_return_address): Declare.
656 * ax-gdb.c: Include arch-utils.h.
657 (gen_trace_for_return_address): New function.
658 (agent_command): Add return address special case.
659 * amd64-tdep.c: Include ax.h and ax-gdb.h.
660 (amd64_gen_return_address): New function.
661 (amd64_init_abi): Call it.
662 * i386-tdep.c: Include ax.h and ax-gdb.h.
663 (i386_gen_return_address): New function.
664 (i386_init_abi): Call it.
665 * arch-utils.h (default_gen_return_address): Declare.
666 * arch-utils.c (default_gen_return_address): New function.
667 * gdbarch.sh (gen_return_address): New method.
668 * gdbarch.h, gdbarch.c: Regenerate.
669
670 2011-09-23 Joseph Myers <joseph@codesourcery.com>
671
672 PR gdb/13079
673 * i386-tdep.c (i386_frame_align): New.
674 (i386_gdbarch_init): Use i386_frame_align.
675
676 2011-09-23 Yao Qi <yao@codesourcery.com>
677
678 * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
679 to get address.
680
681 2011-09-22 Tristan Gingold <gingold@adacore.com>
682
683 * fork-child.c (fork_inferior): Add exec_fun parameter.
684 Call exec_fun or execvp.
685 * inferior.h: Adjust prototype.
686 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
687 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
688 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
689 * procfs.c (procfs_create_inferior): Ditto.
690 * darwin-nat.c (darwin_execvp): New function.
691 (darwin_create_inferior): Use it.
692
693 2011-09-22 Yao Qi <yao@codesourcery.com>
694
695 * infrun.c (context_switch): Print debug message when switching to
696 a different thread.
697
698 2011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
699
700 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
701 complex and vector types.
702 (s390_return_value_convention): Likewise.
703
704 (s390_value_from_register): Call check_typedef.
705 (extend_simple_arg): Likewise.
706 (alignment_of): Likewise.
707 (s390_push_dummy_call): Likewise.
708 (s390_return_value): Likewise.
709
710 2011-09-21 Joseph Myers <joseph@codesourcery.com>
711
712 * event-top.c (async_disconnect): If an exception is thrown from
713 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
714 catch_errors.
715 * top.c (quit_cover): Return void and take no arguments.
716 * top.h (quit_cover): Update prototype.
717
718 2011-09-20 Joseph Myers <joseph@codesourcery.com>
719
720 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
721 current_uiout, not uiout.
722
723 2011-09-19 Doug Evans <dje@google.com>
724
725 * python/py-auto-load.c (source_section_scripts): Fix file
726 descriptor leak.
727 * python/python.c (source_python_script_for_objfile): Tweak comments.
728
729 2011-09-18 Yao Qi <yao@codesourcery.com>
730 Ulrich Weigand <ulrich.weigand@linaro.org>
731
732 Support displaced stepping for Thumb 16-bit insns.
733 * arm-tdep.c (THUMB_NOP) Define.
734 (thumb_copy_unmodified_16bit): New.
735 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
736 (thumb_copy_alu_reg): New.
737 (arm_copy_svc): Move some common code to ...
738 (install_svc): ... here. New.
739 (thumb_copy_svc): New.
740 (install_pc_relative): New.
741 (thumb_copy_pc_relative_16bit): New.
742 (thumb_decode_pc_relative_16bit): New.
743 (thumb_copy_16bit_ldr_literal): New.
744 (thumb_copy_cbnz_cbz): New.
745 (cleanup_pop_pc_16bit_all): New.
746 (thumb_copy_pop_pc_16bit): New.
747 (thumb_process_displaced_16bit_insn): New.
748 (thumb_process_displaced_32bit_insn): New.
749 (thumb_process_displaced_insn): process thumb instruction.
750
751 Support displaced stepping for Thumb 32-bit insns.
752 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
753 (thumb2_copy_preload): New.
754 (thumb2_copy_copro_load_store): New.
755 (thumb2_copy_b_bl_blx): New.
756 (thumb2_copy_alu_imm): New.
757 (thumb2_copy_load_reg_imm): New.
758 (thumb2_copy_load_literal): New
759 (thumb2_copy_block_xfer): New.
760 (thumb_32bit_copy_undef): New.
761 (thumb_32bit_copy_unpred): New.
762 (thumb2_decode_ext_reg_ld_st): New.
763 (thumb2_decode_svc_copro): New.
764 (decode_thumb_32bit_store_single_data_item): New.
765 (thumb_copy_pc_relative_32bit): New.
766 (thumb_decode_pc_relative_32bit): New.
767 (decode_thumb_32bit_ld_mem_hints): New.
768 (thumb2_copy_table_branch): New
769 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
770 instructions.
771
772 2011-09-18 Yao Qi <yao@codesourcery.com>
773
774 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
775 (install_b_bl_blx): Likewise.
776
777 2011-09-17 Yao Qi <yao@codesourcery.com>
778
779 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
780 (install_load_store): ... this. New.
781 Change parameter BYTE to SIZE.
782 (arm_copy_ldr_str_ldrb_strb): Update caller.
783 (arm_decode_ld_st_word_ubyte): Update caller.
784
785 2011-09-17 Yao Qi <yao@codesourcery.com>
786
787 * infrun.c (displaced_step_fixup): Move some code ...
788 (displaced_step_restore): ... here. New function.
789 (handle_inferior_event): Cleanup displaced stepping state for both
790 child and parent when get forked or vforked event.
791 * regcache.c (get_thread_arch_aspace_regcache): New function.
792 get_thread_arch_regcache (): Call it.
793
794 2011-09-16 Joel Brobecker <brobecker@adacore.com>
795
796 * ada-tasks.c (print_ada_task_info): New function, merging
797 short_task_info and info_tasks together. Reimplement using
798 ui-out instead of printing to stdout directly. Move the code
799 building and checking the task list here, instead of leaving it
800 in info_tasks_command.
801 (info_task): Move the code building and checking the task
802 list here, instead of leaving it in info_tasks_command.
803 (info_tasks_command): Delete code building and checking
804 the task list - moved elsewhere. Update calls to info_tasks
805 and info_task.
806
807 2011-09-16 Joel Brobecker <brobecker@adacore.com>
808
809 * ada-tasks.c (info_task): Delete parameter `from_tty'.
810
811 2011-09-16 Joel Brobecker <brobecker@adacore.com>
812
813 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
814
815 2011-09-16 Joel Brobecker <brobecker@adacore.com>
816
817 * ada-lang.h (ada_build_task_list): Remove parameter
818 `warn_if_null'.
819 * ada-tasks.c (ada_build_task_list): Remove parameter
820 `warn_if_null'. Adjust implementation and documentation.
821 (valid_task_id, ada_get_environment_task)
822 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
823 (info_tasks_command): Adjust implementation.
824 (task_command): Likewise.
825 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
826 to ada_build_task_list.
827
828 2011-09-16 Joel Brobecker <brobecker@adacore.com>
829
830 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
831 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
832 (ada_tasks_inferior_data_handle): New static global.
833 (get_ada_tasks_inferior_data): New function.
834 (ada_get_task_number, get_task_number_from_id, valid_task_id)
835 (ada_get_environment_task, iterate_over_live_ada_tasks)
836 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
837 Adjust.
838 (ada_set_current_inferior_known_tasks_addr): New function.
839 (read_known_tasks, ada_build_task_list, short_task_info)
840 (info_tasks, info_task, info_tasks_command, task_command_1)
841 (task_command, ada_task_list_changed): Adjust.
842 (ada_tasks_invalidate_inferior_data): New function.
843 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
844 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
845 * ada-lang.h (struct inferior): Add declaration.
846 (ada_task_list_changed): Update profile.
847 * remote-wtx-pd.c: #include "inferior.h".
848 (switch_to_pd_internal): Update call to ada_task_list_changed.
849
850 2011-09-16 Joel Brobecker <brobecker@adacore.com>
851
852 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
853 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
854 (atcb_fieldno): Delete these static globals.
855 (struct ada_tasks_pspace_data): New struct.
856 (ada_tasks_pspace_data_handle): New static global.
857 (get_ada_tasks_pspace_data): New function.
858 (ada_tasks_invalidate_pspace_data): New function.
859 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
860 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
861 (_initialize_tasks): Create this module's per-progspace
862 data handle.
863
864 2011-09-16 Joel Brobecker <brobecker@adacore.com>
865
866 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
867
868 2011-09-16 Tristan Gingold <gingold@adacore.com>
869
870 * fork-child.c (fork_inferior): Update comment. Use alloca
871 instead of xmalloc for argv. Move len and shell_command
872 declarations in the block where they are used.
873 Only call execvp. Factorize failure code.
874
875 2011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
876
877 Code cleanup.
878 * parse.c (write_exp_elt): Change argument to pass a pointer of union
879 `exp_element' instead of an element of the same and make the function
880 static.
881 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
882 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
883 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
884 Change argument of `write_exp_elt' function call.
885 Remove extra spaces from comments.
886 * parser-defs.h (write_exp_elt): Remove prototype.
887
888 2011-09-15 Paul Koning <paul_koning@dell.com>
889
890 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
891 count of item appended to list.
892 * python/py-type.c (typy_fields): Likewise.
893
894 2011-09-15 Paul Koning <paul_koning@dell.com>
895
896 * MAINTAINERS (Write After Approval): Add myself to the list.
897
898 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
899
900 PR threads/12628
901 * linux-fork.c (checkpoint_command): Disallow checkpointing of
902 processes with multiple threads.
903 (inf_has_multiple_thread_cb): New function.
904 (inf_has_multiple_threads): New function.
905
906 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
907
908 PR Python/12692 Add gdb.selected_inferior() to Python interface.
909 * python/py-inferior.c (GdbMethods): New Python method definition.
910
911 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
912
913 Handle multiple breakpoint hits in Python interface:
914 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
915 variable to breakpoints.
916 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
917 bps instead of single breakpoint. Fix some space typos.
918 * python/py-stopevent.c (create_breakpoint_event_object): Rename
919 variable to breakpoints.
920
921 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
922
923 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
924 note if the breakpoint is internal.
925
926 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
927
928 * MAINTAINERS (Write After Approval): Add myself to the list
929
930 2011-09-14 Pedro Alves <pedro@codesourcery.com>
931
932 * infrun.c (prepare_for_detach, wait_for_inferior)
933 (fetch_inferior_event): Don't flush the register cache.
934 * remote.c (struct stop_reply) <regcache>: Add comment.
935
936 2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
937
938 Remove excessive DWARF expressions memory duplication.
939 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
940 for block.data.
941 (indirect_pieced_value): Remove variable result. Remove variable
942 back_to and its use for baton.data.
943 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
944 block.data.
945 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
946 Update the function comment.
947
948 2011-09-13 Pedro Alves <pedro@codesourcery.com>
949
950 * inferior.h (ALL_INFERIORS): New.
951 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
952 for a stopped thread.
953 (thread_db_find_new_threads): Look for threads in all inferiors.
954
955 2011-09-13 Pedro Alves <pedro@codesourcery.com>
956
957 * breakpoint.c (update_watchpoint): Handle the case of the
958 watchpoint to update not being in the breakpoint list yet.
959 (hw_watchpoint_use_count): New, factored out from
960 hw_watchpoint_used_count.
961 (hw_watchpoint_used_count): Rename to ...
962 (hw_watchpoint_used_count_others): ... this. Add `except'
963 parameter. Don't count resources of `except'. Use
964 hw_watchpoint_use_count.
965
966 2011-09-13 Pedro Alves <pedro@codesourcery.com>
967
968 * gdbthread.h (enum thread_state): Moved here.
969 (struct thread_info): Rename `executing_' field to `executing' and
970 `state_' to `state'.
971 * thread.c (enum thread_state): Moved to gdbthread.h.
972 (new_thread, add_thread_silent, delete_thread_1)
973 (any_live_thread_of_process, thread_alive, set_running)
974 (set_running, is_thread_state, any_running, is_executing)
975 (set_executing, finish_thread_state, print_thread_info)
976 (do_captured_thread_select): Adjust.
977
978 2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
979
980 Fix compatibility with gcc < 4.3 and non-gcc compilers.
981 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
982
983 2011-09-12 Pedro Alves <pedro@codesourcery.com>
984 Matt Rice <ratmice@gmail.com>
985
986 PR gdb/13175
987
988 * interps.c (struct interp) <interpreter_out>: Delete field.
989 (interp_new): Remove the data and uiout parameters and adjust.
990 (interp_set): Only set the current_uiout from the interpreter's
991 uiout after initializing the interpreter. Adjust call to
992 init_proc.
993 (interp_ui_out): Adjust to call procs->ui_out_proc.
994 (interp_data, interp_name): New.
995 * interps.h (interp_init_ftype): Add `self' parameter.
996 (interp_ui_out_ftype): New typedef.
997 (struct interp_procs) <ui_out_proc>: New method pointer.
998 (interp_new): Remove the data and uiout parameters.
999 (interp_data, interp_name): Declare.
1000 * tui/tui-interp.c (tui_init): Adjust prototype.
1001 (tui_ui_out): New.
1002 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
1003 tui_out here. Adjust call to interp_new.
1004 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
1005 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
1006 (cli_ui_out): New.
1007 (_initialize_cli_interp): Install it. Adjust call to interp_new.
1008 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
1009 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
1010 Initialize mi->uiout depending on the mi_version as extracted from
1011 the interpreter's name.
1012 (mi_ui_out): New.
1013 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
1014 interp_new. Don't allocate the ui_out's of the interpreters here.
1015
1016 2011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
1017
1018 * solib.c (solib_used): New function.
1019 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
1020 by another so_list object before freeing it.
1021
1022 2011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1023
1024 Code cleanup.
1025 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
1026 values.
1027
1028 2011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1029
1030 Code cleanup.
1031 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
1032 (amd64_skip_xmm_prologue): ... this new function. Describe its
1033 parameters. No longer use amd64_prologue_line_bug.
1034 * defs.h (producer_is_gcc_ge_4): New declaration.
1035 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
1036 (process_full_comp_unit): Update its caller. Remove
1037 amd64_prologue_line_bug initialization.
1038 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
1039 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
1040
1041 2011-09-09 Pedro Alves <pedro@codesourcery.com>
1042
1043 * linux-nat.h (enum resume_kind): New.
1044 (struct lwp_info) <last_resume_kind>: New field.
1045 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
1046 resume_stop on the new lwp.
1047 (add_lwp): Set last_resume_kind as resume_continue by default.
1048 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
1049 (resume_lwp): New, factored out from resume_callback. Also check
1050 for pending status in lp->waitstatus.
1051 (resume_callback): Reimplement.
1052 (resume_clear_callback): Set last_resume_kind as resume_stop.
1053 (resume_set_callback): Set last_resume_kind as resume_continue.
1054 (linux_nat_resume, linux_handle_extended_wait): Set
1055 last_resume_kind.
1056 (running_callback): Also check lp->waitstatus for pending events.
1057 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
1058 is resume_step.
1059 (stop_and_resume_callback): Don't re-resume if the core wanted the
1060 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
1061 using an invalidated pointer.
1062 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
1063 SIGSTOPs if the core wanted the LWP to stop.
1064 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
1065 wanted the lwp to stop. If the core wanted the lwp to stop, and
1066 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
1067 of TARGET_SIGNAL_STOP.
1068 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
1069 here. Instead, signal the lwp, and set the last_resume_kind to
1070 resume_stop.
1071
1072 2011-09-09 Pedro Alves <pedro@codesourcery.com>
1073
1074 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
1075 -1 (error), if the lwp exits right after attaching.
1076
1077 2011-09-08 Doug Evans <dje@google.com>
1078
1079 * py-cmd.c: Some minor formatting fixes.
1080 (gdbpy_parse_command_name): Rename text arg to name, make const.
1081 All callers updated.
1082 * python-internal.h (gdbpy_parse_command_name): Update.
1083
1084 * cli/cli-decode.c (add_cmd): Add comment.
1085
1086 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1087
1088 PR breakpoints/12435
1089 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
1090 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
1091 * dwarf2read.c (process_full_comp_unit): Initialize
1092 amd64_prologue_line_bug.
1093 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
1094
1095 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1096
1097 Fix TUI screen corruption.
1098 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
1099 batch_flag.
1100
1101 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1102
1103 * findvar.c (read_var_value): Never return NULL, throw an error
1104 instead. Update the function comment. State symbol name in the error
1105 messages.
1106 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
1107 read_var_value.
1108 * stack.c (print_frame_args): Likewise.
1109 * valops.c (value_of_variable): Likewise.
1110
1111 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1112
1113 * stack.c (print_frame_args): New variable except. Wrap
1114 read_var_value and common_val_print into TRY_CATCH.
1115
1116 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1117
1118 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
1119 caller to value_of_this.
1120 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
1121 Twice.
1122 * valops.c (value_of_this): Remove parameter complain and variable ret.
1123 Update function comment. Never return NULL by this code.
1124 (value_of_this_silent): New function.
1125 * value.h (value_of_this): Remove parameter complain.
1126 (value_of_this_silent): New declaration.
1127
1128 2011-09-07 Yao Qi <yao@codesourcery.com>
1129
1130 * gdbthread.h (struct thread_info): Remove fields
1131 `stepping_through_solib_after_catch' and
1132 `stepping_through_solib_catchpoints'.
1133 * infrun.c (init_thread_stepping_state): Update.
1134 (process_event_stop_test, currently_stepping): Update.
1135 (currently_stepping_or_nexting_callback): Update.
1136
1137 2011-09-07 Yao Qi <yao@codesourcery.com>
1138
1139 * gdbthread.h (struct thread_info): Comment on field
1140 `step_after_step_resume_breakpoint'.
1141
1142 2011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
1143
1144 * remote.c (remote_console_output): Reindent.
1145
1146 2011-09-06 Luis Machado <lgustavo@codesourcery.com>
1147
1148 * frame.c (has_stack_frames): Check for currently selected
1149 traceframe.
1150
1151 2011-09-06 Pedro Alves <pedro@codesourcery.com>
1152
1153 * event-top.h (MAXPROMPTS, struct prompts): Delete.
1154 (set_async_annotation_level, set_async_prompt, pop_prompt)
1155 (push_prompt, new_async_prompt): Delete declarations.
1156 * top.h (get_prompt, set_prompt): Change prototype.
1157 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
1158 declarations.
1159 * top.c (command_loop):
1160 (top_prompt): New global.
1161 (get_prefix, set_prefix, get_suffix, ): Delete.
1162 (get_prompt, set_prompt): Rewrite.
1163 (show_new_async_prompt): Rename to ...
1164 (show_prompt): ... this.
1165 (init_main): Adjust. Don't handle --annotate=2 here.
1166 * event-top.c (new_async_prompt): Delete.
1167 (the_prompts): Delete.
1168 (more_to_come): Make static.
1169 (display_gdb_prompt): Use top_level_prompt() to compute the top
1170 level prompt, and don't notify the before_prompt observers
1171 directly here. Always trick readline into not trying to display
1172 the prompt if sync_execution and displaying the primary prompt.
1173 If displaying a local/secondary prompt, always show it, even if
1174 sync_execution is set.
1175 (change_annotation_level): Delete.
1176 (top_level_prompt): New, based on change_annotation_level.
1177 (push_prompt, pop_prompt): Delete.
1178 (async_disable_stdin): No longer pushes prompt.
1179 (command_line_handler): No longer pushes or pops prompt. If more
1180 input is expected, call display_gdb_prompt with an explicit empty
1181 prompt.
1182 (async_stop_sig): Adjust.
1183 (set_async_annotation_level, set_async_prompt): Delete.
1184 * python/python.c (before_prompt_hook): Adjust.
1185
1186 2011-09-05 Pedro Alves <pedro@codesourcery.com>
1187
1188 PR cli/13110
1189
1190 * infrun.c (fetch_inferior_event): Check if there's a selected
1191 thread before checking if the selected thread is executing.
1192
1193 2011-09-05 Pedro Alves <pedro@codesourcery.com>
1194
1195 * inf-loop.c (execute_command): Don't check if the current thread
1196 if running before synchronously waiting for command completion.
1197 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
1198 here.
1199 (normal_stop): Call async_enable_stdin here.
1200 * inf-loop.c (inferior_event_handler): Don't call
1201 async_enable_stdin, nor handle "set exec-done-display" here.
1202
1203 2011-09-04 Joel Brobecker <brobecker@adacore.com>
1204
1205 GDB 7.3.1 released.
1206
1207 2011-09-04 Joel Brobecker <brobecker@adacore.com>
1208
1209 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
1210
1211 2011-09-04 Joel Brobecker <brobecker@adacore.com>
1212
1213 * NEWS: Add entry for OpenBSD/NetBSD build failure.
1214
1215 2011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1216
1217 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
1218
1219 2011-09-02 Matt Rice <ratmice@gmail.com>
1220
1221 PR gdb/10720
1222 * event-top.c (cli_command_loop): Replace readline setup with
1223 direct call to display_gdb_prompt.
1224 (display_gdb_prompt): Do not call observer mechanism during
1225 synchronous execution.
1226
1227 2011-09-02 Pedro Alves <pedro@codesourcery.com>
1228
1229 * linux-nat.c (in_pid_list_p): New.
1230 (linux_record_stopped_pid): Delete.
1231 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
1232 already attached to the LWP. Return an indication if so.
1233 (linux_nat_filter_event): Adjust.
1234 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
1235 returning an indication to ignore this thread.
1236
1237 2011-09-02 Pedro Alves <pedro@codesourcery.com>
1238
1239 * top.c: Include interps.h.
1240 (execute_command): If the target can async, but the interpreter is
1241 in sync mode, synchronously wait for the command to finish before
1242 returning.
1243 (execute_command_to_string): Force the interpreter to sync mode.
1244 * infrun.c: Include interps.h.
1245 (fetch_inferior_event): Don't restore the prompt yet if the
1246 interpreter is in sync mode.
1247 * interps.c (interpreter_async): New global.
1248 * interps.h (interpreter_async): Declare.
1249 * inf-loop.c: Include interps.h.
1250 (inferior_event_handler): Don't print the language change or run
1251 breakpoint commands yet if the interpreter in is sync mode.
1252 * main.c (captured_command_loop): Flip the interpreter to async
1253 mode.
1254 * cli/cli-script.c: Include interps.h.
1255 (execute_user_command, while_command, if_command): Force the
1256 interpreter to sync mode.
1257 * python/python.c: Include interps.h.
1258 (python_command, execute_gdb_command): Force the interpreter to
1259 sync mode.
1260
1261 2011-09-02 Pedro Alves <pedro@codesourcery.com>
1262
1263 * value.c (show_convenience): Catch errors thrown while printing
1264 each internal variable.
1265 * infrun.c (validate_siginfo_access): New function.
1266 (siginfo_value_read, siginfo_value_write): Call it.
1267
1268 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1269
1270 Revert:
1271 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1272 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
1273 attribute.
1274
1275 2011-08-29 Yao Qi <yao@codesourcery.com>
1276
1277 * solib-dsbt.c (bfd_lookup_symbol): Removed.
1278 (cmp_name): New.
1279 (enable_break2): Update caller.
1280 * solib-frv.c (bfd_lookup_symbol): Removed.
1281 (cmp_name): New.
1282 (enable_break2): Update caller.
1283 * solib-pa64.c (bfd_lookup_symbol): Removed.
1284 (cmp_name): New.
1285 * solib-svr4.c (bfd_lookup_symbol): Removed.
1286 (cmp_name_and_sec_flags): New.
1287 (enable_break): Update caller.
1288 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
1289 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
1290 (gdb_bfd_lookup_symbol): New.
1291 * solib.h: Functions declarations.
1292
1293 2011-08-29 Yao Qi <yao@codesourcery.com>
1294
1295 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
1296 and solib-dsbt.o.
1297
1298 2011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1299
1300 Fix TUI stepi on code without symbols.
1301 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
1302 current PC instead.
1303
1304 2011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1305
1306 Code cleanup.
1307 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
1308 and the static keyword.
1309 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
1310 Make prefix an array.
1311 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
1312 * mi/mi-main.c (get_register): Remove stb initialization and the static
1313 keyword.
1314
1315 2011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1316
1317 Code cleanup - make mi_opt const.
1318 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
1319 opts const.
1320 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
1321 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
1322 (mi_cmd_env_dir): Likewise.
1323 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
1324 (mi_cmd_target_file_put): Likewise.
1325 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
1326 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
1327 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
1328 (mi_valid_noargs): Make opts const.
1329 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
1330 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
1331 (mi_cmd_data_read_memory): Likewise.
1332 (mi_cmd_data_read_memory_bytes): Likewise.
1333 (mi_cmd_data_write_memory): Likewise.
1334
1335 2011-08-26 Matt Rice <ratmice@gmail.com>
1336
1337 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
1338 bcache_xmalloc, replace bcache_xmalloc with call to
1339 psymbol_bcache_init for psymbol_cache.
1340 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
1341
1342 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1343
1344 * inf-loop.c (inferior_event_handler): Add exception_print in
1345 INF_EXEC_COMPLETE.
1346
1347 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1348
1349 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
1350 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
1351 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
1352 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
1353 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
1354 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
1355 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
1356 * infrun.c (fetch_inferior_event): Call
1357 make_bpstat_clear_actions_cleanup.
1358 * top.c (execute_command): New variable cleanup_if_error, call
1359 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
1360 * utils.c (do_bpstat_clear_actions_cleanup)
1361 (make_bpstat_clear_actions_cleanup): New functions.
1362
1363 2011-08-26 Pedro Alves <pedro@codesourcery.com>
1364
1365 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
1366 either the parent or the child forks. Rename a couple locals.
1367
1368 2011-08-26 Pedro Alves <pedro@codesourcery.com>
1369
1370 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
1371 library call. Avoid reading the `status' local if all waitpid
1372 calls failed.
1373
1374 2011-08-26 Pedro Alves <pedro@codesourcery.com>
1375
1376 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
1377 opening /proc/PID/task always succeeds.
1378
1379 2011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
1380
1381 * linespec.c (symtab_from_filename): Check for the end of string.
1382
1383 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
1384
1385 PR mi/11912
1386 * varobj.c (cplus_describe_child): Add the keyword
1387 'class' to the output of the method when dealing
1388 with a cast to a base class.
1389
1390 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1391
1392 No functionality change.
1393 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
1394 function comment a reference, new variables tp and bs, move here code
1395 from throw_exception.
1396 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
1397 describe it in the comment.
1398 * exceptions.c (throw_exception): Remove variable tp, move the code for
1399 bpstat_clear_actions to bpstat_clear_actions.
1400
1401 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
1402
1403 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
1404 * linux-nat.c: Include linux-procfs.h.
1405 (linux_proc_get_tgid): Move to ...
1406 * common/linux-procfs.c: ... here. New file.
1407 * common/linux-procfs.h: New file.
1408 * linux-thread-db.c: Include linux-procfs.h.
1409 * Makefile.in: Update dependencies.
1410 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
1411 * config/arm/linux.mh: Likewise.
1412 * config/i386/linux.mh: Likewise.
1413 * config/i386/linux64.mh: Likewise.
1414 * config/ia64/linux.mh: Likewise.
1415 * config/m32r/linux.mh: Likewise.
1416 * config/m68k/linux.mh: Likewise.
1417 * config/mips/linux.mh: Likewise.
1418 * config/pa/linux.mh: Likewise.
1419 * config/pa/linux.mh: Likewise.
1420 * config/powerpc/linux.mh: Likewise.
1421 * config/powerpc/ppc64-linux.mh: Likewise.
1422 * config/powerpc/spu-linux.mh: Likewise.
1423 * config/sparc/linux.mh: Likewise.
1424 * config/sparc/linux64.mh: Likewise.
1425 * config/xtensa/linux.mh: Likewise.
1426
1427 2011-08-24 Hui Zhu <teawater@gmail.com>
1428
1429 * tracepoint.c (cond_string_is_same): New function.
1430 (find_matching_tracepoint): Add condition check
1431 by cond_string_is_same.
1432
1433 2011-08-23 Josh Matthews <josh@joshmatthews.net>
1434
1435 Fix build error in Darwin port.
1436 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
1437
1438 2011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1439
1440 Code cleanup.
1441 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
1442 (command_line_is_silent): New function.
1443 (bpstat_do_actions_1): No longer use commands_left, use
1444 command_line_is_silent for commands.
1445 (bpstat_alloc): Remove clearing of commands_left.
1446 (bpstat_stop_status): Remove initialization of commands_left, use
1447 command_line_is_silent.
1448 * breakpoint.h (struct bpstats): Remove commands_left.
1449
1450 2011-08-18 Keith Seitz <keiths@redhat.com>
1451
1452 PR c++/12266
1453 * cp-name-parser.y (struct demangle_info): Remove unused
1454 member PREV.
1455 (d_grab): Likewise.
1456 (allocate_info): Change return type to struct demangle_info *.
1457 Always allocate a new demangle_info.
1458 Remove unused PREV pointer.
1459 (cp_new_demangle_parse_info): New function.
1460 (cp_demangled_name_parse_free): New function.
1461 (do_demangled_name_parse_free_cleanup): New function.
1462 (make_cleanup_cp_demangled_name_parse_free): New function.
1463 (cp_demangled_name_to_comp): Change return type to
1464 struct demangle_parse_info *.
1465 Allocate a new storage for each call.
1466 (main): Update usage for cp_demangled_name_to_comp
1467 API change.
1468 * cp-support.h (struct demangle_parse_info): New structure.
1469 (cp_demangled_name_to_comp): Update API change for
1470 return type.
1471 (cp_new_demangle_parse_info): Declare.
1472 (make_cleanup_cp_demangled_name_parse_free): New declaration.
1473 (cp_demangled_name_parse_free): Declare.
1474 * cp-support.c (cp_canonicalize_string): Update API
1475 change for cp_demangled_name_to_comp.
1476 (mangled_name_to_comp): Likewise.
1477 Return struct demangle_parse_info, too.
1478 (cp_class_name_from_physname): Update mangled_name_to_comp
1479 API change.
1480 (method_name_from_physname): Likewise.
1481 (cp_func_name): Update API change for cp_demangled_name_to_comp.
1482 (cp_remove_params): Likewise.
1483 * python/py-type.c (typy_legacy_template_argument): Likewise.
1484
1485 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
1486 (cp_merge_demangle_parse_infos): Declare.
1487 * cp-support.c (ignore_typedefs): New file global.
1488 (copy_string_to_obstack): New function.
1489 (inspect_type): New function.
1490 (replace_typedefs): New function.
1491 (replace_typedefs_qualified_name): New function.
1492 (cp_canonicalize_string_no_typedefs): New function.
1493 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
1494 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
1495 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
1496 instead of cp_canonicalize_string.
1497 (find_method): Likewise.
1498 (decode_compound): Before looking up the name, call
1499 cp_canonicalize_string_no_typedefs.
1500 (decode_variable): Likewise.
1501
1502 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1503 Tom Tromey <tromey@redhat.com>
1504 Matt Rice <ratmice@gmail.com>
1505
1506 * python/lib/gdb/prompt.py: New file.
1507 * python/lib/gdb/command/prompt.py: New file.
1508 * NEWS: Document set extended-prompt and gdb.prompt library
1509
1510 2011-08-16 Yao Qi <yao@codesourcery.com>
1511
1512 * tic6x-linux-tdep.c: Move const arrays definition from here...
1513 * tic6x-tdep.c: to here ...
1514
1515 2011-08-14 Yao Qi <yao@codesourcery.com>
1516
1517 * NEWS: New port to Texas Instruments TMS320C6x.
1518
1519 2011-08-14 Andrew Jenner <andrew@codesourcery.com>
1520 Bernd Schmidt <bernds@codesourcery.com>
1521 Yao Qi <yao@codesourcery.com>
1522
1523 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
1524 * solib-dsbt.c: New file. Support DSBT shared object.
1525 * tic6x-linux-tdep.c: New file.
1526 * tic6x-tdep.c: New file.
1527 * tic6x-tdep.h: New file.
1528
1529 2011-08-14 Andrew Stubbs <ams@codesourcery.com>
1530 Yao Qi <yao@codesourcery.com>
1531
1532 * remote.c (PACKET_qXfer_fdpic): New enum value.
1533 (remote_protocol_features): Add qXfer:fdpic:read packet.
1534 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
1535 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
1536 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
1537
1538 2011-08-14 Yao Qi <yao@codesourcery.com>
1539
1540 Target description for tic6x.
1541 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
1542 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
1543 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
1544 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
1545 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
1546 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
1547 * features/tic6x-c64xp-linux.xml: New.
1548 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
1549 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
1550 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
1551 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
1552 * regformats/tic6x-c64xp.dat,
1553 regformats/tic6x-c62x-linux.dat: Generated.
1554 * regformats/tic6x-c64x-linux.dat,
1555 regformats/tic6x-c64xp-linux.dat: Generated.
1556 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
1557 features/tic6x-*.c files.
1558 Add regformats/tic6x-*.dat files.
1559
1560 2011-08-12 Doug Evans <dje@google.com>
1561
1562 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
1563 * python/py-symbol.c (sympy_get_type): New function.
1564 (symbol_object_getset): Add "type".
1565
1566 2011-08-12 Pedro Alves <pedro@codesourcery.com>
1567
1568 PR tui/13073
1569
1570 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
1571 empty name.
1572 (tui_show_register_group): Don't store a byte buffer in the data
1573 element's value.
1574 (tui_register_format): Skip registers with an empty name.
1575 (tui_get_register): Store a struct value in the data element's
1576 value field instead of a byte buffer holding the raw register
1577 contents. Account for optimized-out and unavailable registers
1578 when comparing register contents.
1579
1580 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1581
1582 * printcmd.c (current_display_number): Update comment.
1583 (disable_current_display_cleanup): Delete.
1584 (do_one_display): Use make_cleanup_restore_integer. Gracefully
1585 catch errors thrown while evaluating and printing the display.
1586
1587 2011-08-09 Tom Tromey <tromey@redhat.com>
1588
1589 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
1590
1591 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1592
1593 * elfread.c (elf_symtab_read): Rework comments.
1594 * maint.c (maintenance_command): Ditto.
1595 * somread.c (som_symtab_read): Ditto.
1596 * solib.c (solib_find, solib_map_sections, update_solib_list)
1597 (solib_add, info_sharedlibrary_command, solib_name_from_address)
1598 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
1599 (sharedlibrary_command, no_shared_libraries): Ditto.
1600 * solib-irix.c (locate_base, disable_break, enable_break)
1601 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
1602 (irix_current_sos, irix_open_symbol_file_object)
1603 (irix_special_symbol_handling): Ditto.
1604 * solib-sunos.c (locate_base, first_link_map_member)
1605 (sunos_current_sos, disable_break, enable_break)
1606 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
1607 Ditto.
1608 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
1609 (open_symbol_file_object, svr4_current_sos, enable_break)
1610 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
1611 Ditto.
1612 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
1613 (frv_current_sos, enable_break, frv_special_symbol_handling)
1614 (frv_solib_create_inferior_hook): Ditto.
1615 * solist.h (struct target_so_ops): Extend the comments of the
1616 special_symbol_handling, current_sos and open_symbol_file_object
1617 methods.
1618
1619 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1620
1621 * python/lib/gdb/__init__.py: Auto-load files in command and
1622 function directories.
1623 * python/python.c (finish_python_initialization): Use
1624 os.path.join.
1625 * python/lib/gdb/command/pretty_printers.py: Self register
1626 command.
1627 * NEWS: Document auto-loading.
1628
1629 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1630
1631 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
1632 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
1633 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
1634
1635 2011-08-08 Tom Tromey <tromey@redhat.com>
1636
1637 * breakpoint.c (clean_up_filters): Remove.
1638 (catch_syscall_split_args): Use VEC_cleanup.
1639
1640 2011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1641
1642 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
1643 (main): Uncomment "Demangling error\n".
1644
1645 2011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1646
1647 * solib-target.c (segment_attributes): Make them static.
1648 (section_attributes, library_children, library_attributes): Likewise.
1649 (library_list_children, library_list_attributes): Likesise.
1650 (library_list_elements): Likewise.
1651
1652 2011-08-05 Pedro Alves <pedro@codesourcery.com>
1653
1654 * exceptions.c (throw_exception): Don't disable the current
1655 display.
1656 * printcmd.c (disable_current_display_cleanup): New function.
1657 (do_one_display): Install a cleanup to disable the current display
1658 if doing the display throws.
1659
1660 2011-08-05 Eli Zaretskii <eliz@gnu.org>
1661
1662 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
1663 initialization of the tp_new member to the corresponding
1664 gdbpy_initialize_* function.
1665 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
1666 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
1667 * python/py-function.c (gdbpy_initialize_functions): Likewise.
1668 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
1669 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
1670
1671 2011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1672
1673 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
1674 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
1675 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
1676 references to current_uiout.
1677
1678 2011-08-04 Pedro Alves <pedro@codesourcery.com>
1679
1680 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
1681 (start_event_loop): Use TRY_CATCH instead of catch_errors.
1682 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
1683 * top.c (gdb_readline_wrapper): Adjust.
1684 * tui/tui-interp.c (tui_command_loop):
1685 (_initialize_tui_interp): Don't install it.
1686
1687 2011-08-04 Pedro Alves <pedro@codesourcery.com>
1688
1689 * ui-out.h (uiout): Rename to ...
1690 (current_uiout): ... this.
1691 * ui-out.c (uiout): Rename to ...
1692 (current_uiout): ... this.
1693 * ada-lang.c (print_it_exception, print_one_exception)
1694 (print_mention_exception): Adjust.
1695 * breakpoint.c (watchpoint_check): Adjust.
1696 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
1697 (default_collect_info, watchpoints_info, print_one_catch_fork)
1698 (print_one_catch_vfork, print_one_catch_syscall)
1699 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
1700 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
1701 (print_it_watchpoint, print_mention_watchpoint)
1702 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
1703 (print_it_exception_catchpoint, print_one_exception_catchpoint)
1704 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
1705 (bkpt_print_mention, momentary_bkpt_print_it)
1706 (tracepoint_print_mention, update_static_tracepoint)
1707 (tracepoints_info, save_breakpoints): Adjust.
1708 * cli-out.c (field_separator): Adjust.
1709 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
1710 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
1711 * frame.c (get_current_frame): Adjust.
1712 * infcmd.c (run_command_1, print_return_value): Adjust.
1713 * inferior.c (inferior_command, info_inferiors_command): Adjust.
1714 * infrun.c (print_end_stepping_range_reason): Adjust.
1715 (print_signal_exited_reason, print_exited_reason): Adjust.
1716 (print_signal_received_reason, print_no_history_reason): Adjust.
1717 * interps.c (interp_set): Adjust.
1718 * osdata.c (info_osdata_command): Adjust.
1719 * progspace.c (maintenance_info_program_spaces_command): Adjust.
1720 * remote-fileio.c (remote_fileio_request): Adjust.
1721 * remote.c (show_remote_cmd): Adjust.
1722 * solib.c (info_sharedlibrary_command): Adjust.
1723 * source.c (print_source_lines_base): Adjust.
1724 * stack.c (print_stack_frame): Adjust.
1725 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
1726 * symfile-mem.c (add_vsyscall_page): Adjust.
1727 * symfile.c (load_progress, generic_load)
1728 (print_transfer_performance): Adjust.
1729 * thread.c (info_threads_command, restore_selected_frame)
1730 (thread_command): Adjust.
1731 * top.c (make_cleanup_restore_ui_file): Adjust.
1732 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
1733 (print_one_static_tracepoint_marker): Adjust.
1734 * cli/cli-cmds.c (print_disassembly): Adjust.
1735 * cli/cli-decode.c (print_doc_line): Adjust.
1736 * cli/cli-interp.c (safe_execute_command): Adjust.
1737 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
1738 (handle_redirections): Adjust.
1739 * cli/cli-script.c (show_user_1): Adjust.
1740 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
1741 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
1742 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
1743 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
1744 (mi_cmd_env_dir): Adjust.
1745 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
1746 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
1747 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1748 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
1749 (list_args_or_locals): Adjust.
1750 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
1751 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
1752 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
1753 (mi_cmd_var_list_children, mi_cmd_var_info_type)
1754 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
1755 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
1756 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
1757 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
1758 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
1759 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
1760 (list_available_thread_groups, mi_cmd_list_thread_groups)
1761 (mi_cmd_data_list_register_names)
1762 (mi_cmd_data_list_changed_registers)
1763 (mi_cmd_data_list_register_values, get_register)
1764 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
1765 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
1766 (mi_cmd_list_target_features, mi_cmd_add_inferior)
1767 (mi_execute_command, mi_load_progress): Adjust.
1768 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
1769 * python/py-auto-load.c (print_script, info_auto_load_scripts):
1770 Adjust.
1771 * python/py-breakpoint.c (bppy_get_commands): Adjust.
1772 * tui/tui-interp.c (tui_command_loop): Adjust.
1773 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
1774
1775 2011-08-04 Pedro Alves <pedro@codesourcery.com>
1776
1777 * exceptions.c (struct catcher): Remove saved_uiout field.
1778 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
1779 no longer save/resvore the global ui_out builder.
1780 (catch_exceptions_with_msg): Save/override/restore the global
1781 ui_out builder manually instead of relying on TRY_CATCH to do it.
1782 (catch_errors): Save/restore the global ui_out builder manually
1783 instead of relying on TRY_CATCH to do it.
1784 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
1785 parameter.
1786 (TRY_CATCH): Adjust.
1787 * cli/cli-interp.c (safe_execute_command): Save/override/restore
1788 the global ui_out builder manually instead of relying on TRY_CATCH
1789 to do it.
1790
1791 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1792
1793 * breakpoint.c (update_global_location_list): Ensure
1794 invariant 'first loc marked not duplicated and inserted,
1795 following locs marked duplicated/not inserted' is respected
1796 for multiple locations at the same address.
1797 (unduplicated_should_be_inserted) New function.
1798 (swap_insertion) New function.
1799
1800 2011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1801
1802 * stack.c (print_frame_arguments_choices): Comment typo fix.
1803
1804 2011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
1805
1806 Revert:
1807 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1808 * breakpoint.c (insert_bp_location): Remove disabled_breaks
1809 argument. Update callers.
1810
1811 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
1812
1813 PR gdb/13045
1814 * doublest.c (convert_doublest_to_floatformat): Pass correct
1815 mantissa length to put_field.
1816
1817 2011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1818
1819 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
1820 exception_print code path.
1821 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
1822 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
1823 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
1824
1825 2011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 Code cleanup.
1828 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
1829 Remove, merge them into ...
1830 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
1831 variable args and its initialization.
1832 (struct print_args_args, print_args_stub): Remove, merge them into
1833 print_frame.
1834 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
1835 them into ...
1836 (do_gdb_disassembly): ... here. Remove variable args and its
1837 initialization.
1838 (print_frame): Remove variable args and its initialization, new
1839 variable gdbarch and numargs (from print_args_stub), inline here
1840 print_args_stub with a TRY_CATCH.
1841 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
1842 them into ...
1843 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
1844 New variable e, remove variable btargs and its initialization.
1845
1846 2011-08-01 Tristan Gingold <gingold@adacore.com>
1847
1848 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
1849
1850 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1851
1852 * breakpoint.c (insert_bp_location): Document return value.
1853 (insert_breakpoint_locations): Fix documentation.
1854 (remove_breakpoints): Add documentation.
1855
1856 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1857
1858 * breakpoint.c (insert_bp_location): Remove disabled_breaks
1859 argument. Update callers.
1860
1861 2011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1862
1863 * stack.c (print_frame_info): Comment typo fix.
1864
1865 2011-07-29 Sterling Augustine <saugustine@google.com>
1866
1867 * MAINTAINERS (Write After Approval): Add myself to the list.
1868
1869 2011-07-29 Tom Tromey <tromey@redhat.com>
1870
1871 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
1872 (library_list_start_segment): Update.
1873 (library_list_start_section): Update.
1874
1875 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
1876
1877 * varobj.c (value_get_print_value): Move hint check later into the
1878 function. Comment function. Free thevalue before reusing it.
1879
1880 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1881 Pedro Alves <pedro@codesourcery.com>
1882
1883 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
1884 value_one.
1885 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
1886 Assert the result kind.
1887 * value.h (value_one): Remove parameter lv.
1888
1889 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1890
1891 Fix crash on lval_computed values.
1892 * valops.c (value_zero): Use not_lval for lval_computed.
1893
1894 2011-07-27 Tom Tromey <tromey@redhat.com>
1895
1896 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
1897 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
1898
1899 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1900
1901 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
1902 "ptype" by their typedefs difference.
1903
1904 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1905
1906 * dwarf2expr.c (ctx_no_read_reg): New function.
1907 * dwarf2expr.h (ctx_no_read_reg): New declaration.
1908 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
1909 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
1910 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
1911
1912 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1913
1914 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
1915 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
1916 file.
1917 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
1918 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1919 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1920 (ctx_no_get_base_type): Move the functions here.
1921 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1922 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1923 (ctx_no_get_base_type): New declarations.
1924
1925 2011-07-27 Tom Tromey <tromey@redhat.com>
1926
1927 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
1928 entries.
1929 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
1930 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
1931
1932 2011-07-26 Sterling Augustine <saugustine@google.com>
1933
1934 * cli/cli-dump.c (dump_binary_file): Change parameter type to
1935 ULONGEST.
1936 (dump_bfd_file): Likewise.
1937
1938 2011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1939
1940 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
1941 (remote_hw_watchpoint_length_limit): New variable.
1942 (_initialize_remote) add set,show cmds for this new variable.
1943 * gdb.texinfo: document these new commands.
1944 * NEWS: Mention these new commands.
1945
1946 2011-07-26 Pedro Alves <pedro@codesourcery.com>
1947
1948 * breakpoint.c (works_in_software_mode_watchpoint): Also return
1949 true for software watchpoints.
1950
1951 2011-07-26 Joel Brobecker <brobecker@adacore.com>
1952
1953 GDB 7.3 released.
1954
1955 2011-07-26 Tom Tromey <tromey@redhat.com>
1956
1957 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
1958 * dwarf2read.c (read_indirect_string_at_offset): New function.
1959 (read_indirect_string): Use it.
1960 (dwarf_decode_macro_bytes): New function, taken from
1961 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
1962 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
1963 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
1964 New functions.
1965 (struct dwarf2_per_objfile) <macro>: New field.
1966 (dwarf2_elf_names): Add .debug_macro.
1967 (dwarf2_macros_too_long_complaint): Add 'section' argument.
1968 (dwarf2_locate_sections): Handle new section.
1969 (read_file_scope): Handle DW_AT_GNU_macros.
1970 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
1971
1972 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1973
1974 * NEWS: Mention dcache configuration.
1975 * dcache.c (dcache_set_list, dcache_show_list): New variables.
1976 (dcache_size, dcache_line_size): New variables.
1977 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
1978 (struct dcache_block): Make it expandable.
1979 (struct dcache_struct): New field.
1980 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
1981 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
1982 (dcache_poke_byte, dcache_print_line): Adjust.
1983 (set_dcache_size, set_dcache_line_size): New functions.
1984 (set_dcache_command, show_dcache_command): New functions.
1985 (_initialize_dcache): Add new commands.
1986
1987 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1988
1989 * progspace.h (struct program_space): Add solib_add_generation.
1990 * infcmd.c (post_create_inferior): Only call solib_add if not
1991 already done.
1992 * solib.c (solib_add): Increment solib_add_generation.
1993
1994 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1995
1996 Fix implicit pointer offsets.
1997 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
1998 ptr.OFFSET.
1999
2000 2011-07-25 Tom Tromey <tromey@redhat.com>
2001
2002 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
2003 const.
2004 (ada_exception_sal): Make 'ops' const.
2005 (ada_decode_exception_location): Likewise.
2006 (ada_decode_assert_location): Likewise.
2007 (catch_assert_command): Update.
2008 (catch_ada_exception_command): Update.
2009 (create_ada_exception_catchpoint): Make 'ops' const.
2010 * breakpoint.c (set_raw_breakpoint_without_location)
2011 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
2012 const.
2013 (create_internal_breakpoint): Update.
2014 (init_raw_breakpoint_without_location): Make 'ops' const.
2015 (init_raw_breakpoint, init_catchpoint)
2016 (create_fork_vfork_event_catchpoint)
2017 (create_syscall_event_catchpoint, init_breakpoint_sal)
2018 (create_breakpoint_sal, create_breakpoints_sal)
2019 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
2020 * breakpoint.h (struct breakpoint) <ops>: Now const.
2021 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
2022 const.
2023
2024 2011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
2025
2026 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
2027
2028 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2029
2030 * breakpoint.h (print_recreate_thread): Declare.
2031 (struct breakpoint): Move step_count, pass_count,
2032 number_on_target, static_trace_marker_id,
2033 static_trace_marker_id_idx ...
2034 (struct tracepoint): ... to this new struct.
2035 (get_tracepoint, get_tracepoint_by_number_on_target)
2036 (get_tracepoint_by_number): Change return type to struct
2037 tracepoint pointer.
2038 * breakpoint.c (is_tracepoint_type): New, factored out from
2039 is_tracepoint.
2040 (is_tracepoint): Adjust.
2041 (print_one_breakpoint_location): Cast to struct tracepoint as
2042 necessary, and adjust.
2043 (print_recreate_catch_fork, print_recreate_catch_vfork)
2044 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
2045 print_recreate_thread.
2046 (init_breakpoint_sal): New, factored out from
2047 create_breakpoint_sal.
2048 (create_breakpoint_sal): Reimplement.
2049 (create_breakpoint): Allocate a struct tracecepoint if the caller
2050 wanted a tracepoint. Use init_breakpoint_sal and
2051 install_breakpoint.
2052 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
2053 (print_recreate_masked_watchpoint)
2054 (print_recreate_exception_catchpoint): Call print_recreate_thread.
2055 (tracepoint_print_one_detail): Adjust.
2056 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
2057 Dump the pass count here.
2058 (update_static_tracepoint): Adjust.
2059 (addr_string_to_sals): Adjust.
2060 (create_tracepoint_from_upload): Adjust. Change return type to
2061 struct tracepoint pointer.
2062 (trace_pass_set_count): Change parameter type to struct tracepoint
2063 pointer, and adjust.
2064 (trace_pass_command): Adjust.
2065 (get_tracepoint, get_tracepoint_by_number_on_target)
2066 (get_tracepoint_by_number): Change return type to struct
2067 tracepoint pointer, and adjust.
2068 (print_recreate_thread): New, factored out from save_breakpoints.
2069 (save_breakpoints): Don't print thread and task and passcount
2070 recreation here.
2071 * remote.c (remote_download_tracepoint): Adjust.
2072 * tracepoint.c (trace_actions_command, validate_actionline)
2073 (start_tracing, tfind_1, trace_find_tracepoint_command)
2074 (trace_dump_command): Adjust.
2075 (find_matching_tracepoint): Change return type to struct
2076 tracepoint pointer, and adjust.
2077 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
2078 (tfile_trace_find, tfile_fetch_registers): Adjust.
2079 * tracepoint.h (create_tracepoint_from_upload): Change return type
2080 to struct tracepoint pointer.
2081 * ada-lang.c (print_recreate_exception): Call
2082 print_recreate_thread.
2083 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
2084
2085 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2086
2087 * breakpoint.h (struct breakpoint): Move ops as first field. Move
2088 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
2089 cond_exp_valid_block, val, val_valid, watchpoint_frame,
2090 watchpoint_thread, watchpoint_triggered ...
2091 (struct watchpoint): ... to this new struct.
2092 (is_watchpoint): Declare.
2093 (install_breakpoint): Add new `internal' parameter.
2094 * breakpoint.c (is_watchpoint): Delete declaration.
2095 (set_breakpoint_condition): Handle watchpoints.
2096 (is_watchpoint): Make public.
2097 (watchpoint_in_thread_scope): Change parameter type to struct
2098 watchpoint.
2099 (watchpoint_del_at_next_stop): Change parameter type to struct
2100 watchpoint. Remove assertion. Adjust.
2101 (update_watchpoint): Ditto.
2102 (insert_breakpoints, breakpoint_init_inferior)
2103 (watchpoints_triggered, watchpoint_check)
2104 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
2105 (bpstat_stop_status, print_one_breakpoint_location)
2106 (print_one_breakpoint_location, watchpoint_locations_match): Cast
2107 to struct watchpoint as necessary, and adjust.
2108 (install_breakpoint): Add `internal' argument. If true, don't
2109 mention the new breakpoint. Use set_breakpoint_number.
2110 (create_fork_vfork_event_catchpoint)
2111 (create_syscall_event_catchpoint): Adjust.
2112 (dtor_watchpoint): New.
2113 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
2114 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
2115 (print_it_watchpoint, print_mention_watchpoint)
2116 (print_recreate_watchpoint, insert_masked_watchpoint)
2117 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
2118 (print_one_detail_masked_watchpoint)
2119 (print_mention_masked_watchpoint)
2120 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
2121 necessary, and adjust.
2122 (watch_command_1): Allocate and initialize a struct watchpoint
2123 instead of a struct breakpoint. Use install_breakpoint.
2124 (catch_exec_command_1): Adjust.
2125 (base_breakpoint_dtor): Delete accesses to watchpoint specific
2126 fields.
2127 (delete_breakpoint, enable_breakpoint_disp)
2128 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
2129 as necessary, and adjust.
2130 (initialize_breakpoint_ops): Install dtor_watchpoint as
2131 watchpoints' dtor method.
2132 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
2133 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
2134 to struct watchpoint as necessary, and adjust.
2135
2136 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2137
2138 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
2139 the the base class ops table.
2140 (catch_exception_breakpoint_ops)
2141 (catch_exception_unhandled_breakpoint_ops)
2142 (catch_assert_breakpoint_ops): Don't statically initialize.
2143 (initialize_ada_catchpoint_ops): New.
2144 (_initialize_ada_language): Call it.
2145 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
2146 (bkpt_breakpoint_ops): Forward declare.
2147 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
2148 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
2149 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
2150 (masked_watchpoint_breakpoint_ops)
2151 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
2152 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
2153 base class ops table.
2154 (null_re_set, null_check_status, null_works_in_software_mode)
2155 (null_resources_needed, null_print_one_detail): Delete.
2156 (bkpt_dtor): Rename to ...
2157 (base_breakpoint_dtor): ... this. Make static.
2158 (bkpt_allocate_location): Rename to ...
2159 (base_breakpoint_allocate_location): ... this. Make static.
2160 (base_breakpoint_re_set): New.
2161 (internal_error_pure_virtual_called): New.
2162 (base_breakpoint_insert_location, base_breakpoint_remove_location)
2163 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
2164 (base_breakpoint_works_in_software_mode)
2165 (base_breakpoint_resources_needed, base_breakpoint_print_it)
2166 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
2167 (base_breakpoint_print_recreate): New functions.
2168 (base_breakpoint_ops): New global.
2169 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
2170 (bkpt_breakpoint_hit): Make static.
2171 (bkpt_check_status): Delete.
2172 (bkpt_resources_needed): Make static.
2173 (bkpt_works_in_software_mode): Delete.
2174 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
2175 static.
2176 (bkpt_breakpoint_ops, internal_breakpoint_ops)
2177 (momentary_breakpoint_ops): Don't statically initialize.
2178 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
2179 Delete.
2180 (tracepoint_insert_location, tracepoint_remove_location)
2181 (tracepoint_check_status, tracepoint_works_in_software_mode)
2182 (tracepoint_print_it): Delete.
2183 (tracepoint_breakpoint_ops): Don't statically initialize.
2184 (initialize_breakpoint_ops): New.
2185 (_initialize_breakpoint): Call it.
2186 * breakpoint.h (null_re_set, null_works_in_software_mode)
2187 (null_resources_needed, null_check_status, null_print_one_detail):
2188 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
2189 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
2190 (bkpt_check_status, bkpt_resources_needed)
2191 (bkpt_works_in_software_mode, bkpt_print_it)
2192 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
2193 Delete declarations.
2194 (initialize_breakpoint_ops): Declare.
2195
2196 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2197
2198 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
2199 (momentary_bkpt_print_it): Simplify.
2200
2201 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2202
2203 Split internal, momentary and user breakpoints breakpoint_ops
2204 tables.
2205
2206 * breakpoint.c (internal_breakpoint_ops)
2207 (momentary_breakpoint_ops): Forward declare.
2208 (create_internal_breakpoint): Add new breakpoint_ops parameter.
2209 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
2210 (create_overlay_event_breakpoint)
2211 (create_std_terminate_master_breakpoint)
2212 (create_exception_master_breakpoint): Create breakpoints with
2213 internal_breakpoint_ops vtable.
2214 (set_longjmp_breakpoint): Create momentary breakpoints with
2215 momentary_breakpoint_ops vtable, using
2216 momentary_breakpoint_from_master.
2217 (create_thread_event_breakpoint, create_jit_event_breakpoint)
2218 (create_solib_event_breakpoint): Create breakpoints with
2219 internal_breakpoint_ops vtable.
2220 (set_momentary_breakpoint): Create breakpoints with
2221 momentary_breakpoint_ops vtable.
2222 (momentary_breakpoint_from_master): New, factored out from
2223 clone_momentary_breakpoint.
2224 (clone_momentary_breakpoint): Adjust.
2225 (watch_command_1): Create scope breakpoints with
2226 momentary_breakpoint_ops vtable.
2227 (bkpt_re_set): Remove handling of internal and momentary
2228 breakpoints.
2229 (bkpt_print_mention, bkpt_print_recreate): New.
2230 (bkpt_breakpoint_ops): Adjust.
2231 (internal_bkpt_re_set, internal_bkpt_check_status)
2232 (internal_bkpt_print_it, internal_bkpt_print_mention)
2233 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
2234 (momentary_bkpt_re_set, momentary_bkpt_check_status)
2235 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
2236 (momentary_bkpt_print_recreate): New.
2237 (momentary_breakpoint_ops): New.
2238
2239 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2240
2241 Implement most breakpoint_ops methods for all breakpoint types,
2242 and move the default handlings to the proper callbacks.
2243
2244 * breakpoint.c (update_watchpoint): Always call the breakpoint's
2245 works_in_software_mode method.
2246 (insert_bp_location): Go through breakpoint_ops->insert_location
2247 for software and hardware watchpoints.
2248 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
2249 breakpoint_ops.
2250 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
2251 for software and hardware watchpoints.
2252 (print_it_typical): Delete.
2253 (print_bp_stop_message): Always call the breakpoint_ops->print_it
2254 method.
2255 (watchpoint_check): Adjust comment.
2256 (bpstat_check_location): Simply always call the breakpoint's
2257 breakpoint_hit method.
2258 (bpstat_stop_status): Always call the breakpoint's check_status
2259 method. Remove special cases for watchpoints and internal event
2260 breakpoints from here (moved to the check_status implementations).
2261 (print_one_breakpoint_location): Assume b->ops is never NULL.
2262 Remove static tracepoint marker id printing from here (moved to
2263 the print_one_detail callback implementation of tracepoints).
2264 (init_bp_location): Assert OPS is never NULL.
2265 (allocate_bp_location): Always call the breakpoint's
2266 allocate_location method, and remove the default code from here.
2267 (free_bp_location): Always call the location's dtor method, and
2268 remove the default code from here.
2269 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
2270 (set_raw_breakpoint_without_location): Add new breakpoint_ops
2271 parameter. Pass it down.
2272 (set_raw_breakpoint): Ditto.
2273 (print_it_catch_fork): Adjust to take a bpstat as argument.
2274 (catch_fork_breakpoint_ops): Install methods.
2275 (print_it_catch_vfork): Adjust to take a bpstat as argument.
2276 (catch_vfork_breakpoint_ops): Install methods.
2277 (dtor_catch_syscall): Call the base dtor.
2278 (print_it_catch_syscall): Adjust to take a bpstat as argument.
2279 (catch_syscall_breakpoint_ops): Install methods.
2280 (dtor_catch_exec): Call the base dtor.
2281 (print_it_catch_exec): Adjust to take a bpstat as argument.
2282 (catch_exec_breakpoint_ops): Install methods.
2283 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
2284 the breakpoint's resources_needed method, and remove the default
2285 code from here.
2286 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
2287 breakpoint_ops.
2288 (clone_momentary_breakpoint): Clone the original's ops.
2289 (mention): Always call the breakpoint's print_mention method, and
2290 remove the default code from here.
2291 (create_breakpoint_sal): Adjust to pass the ops to
2292 set_raw_breakpoint rather than setting it manually.
2293 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
2294 ops to set_raw_breakpoint_without_location rather than setting it
2295 manually.
2296 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
2297 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
2298 (ranged_breakpoint_ops): Install methods.
2299 (break_range_command): Adjust to pass the ops to
2300 set_raw_breakpoint rather than setting it manually.
2301 (re_set_watchpoint, breakpoint_hit_watchpoint)
2302 (check_status_watchpoint, resources_needed_watchpoint)
2303 (works_in_software_mode_watchpoint, print_it_watchpoint)
2304 (print_mention_watchpoint, print_recreate_watchpoint): New
2305 functions.
2306 (watchpoint_breakpoint_ops): Install new methods.
2307 (print_it_masked_watchpoint): New function.
2308 (masked_watchpoint_breakpoint_ops): Install new methods.
2309 (watch_command_1): Adjust to pass the right breakpoint_ops to
2310 set_raw_breakpoint_without_location rather than setting it
2311 manually later. Record the current pspace.
2312 (print_it_exception_catchpoint): Adjust to take a bpstat as
2313 argument.
2314 (gnu_v3_exception_catchpoint_ops): Install new methods.
2315 (say_where): New function.
2316 (null_re_set, null_check_status, null_works_in_software_mode)
2317 (null_resources_needed, null_print_one_detail, bp_location_dtor):
2318 New functions.
2319 (bp_location_ops): New global.
2320 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
2321 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
2322 (bkpt_check_status, bkpt_resources_needed)
2323 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
2324 (bkpt_print_recreate): New functions.
2325 (bkpt_breakpoint_ops): New global.
2326 (tracepoint_re_set, tracepoint_insert_location)
2327 (tracepoint_remove_location, tracepoint_breakpoint_hit)
2328 (tracepoint_check_status, tracepoint_works_in_software_mode)
2329 (tracepoint_print_it, tracepoint_print_one_detail)
2330 (tracepoint_print_mention, tracepoint_print_recreate): New
2331 functions.
2332 (tracepoint_breakpoint_ops): New global.
2333 (delete_breakpoint): Always call the breakpoint's dtor method, and
2334 remove the default handling from here.
2335 (breakpoint_re_set_default): Make static.
2336 (breakpoint_re_set_one): Always call the breakpoints re_set
2337 method, and remove the default handling from here.
2338 (trace_command, ftrace_command, strace_command)
2339 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
2340 to create_breakpoint.
2341 (save_breakpoints): Always call the breakpoint's print_recreate
2342 method, and remove the default handling from here.
2343
2344 * ada-lang.c (dtor_exception): Call the base dtor.
2345 (re_set_exception): Call the base method.
2346 (print_it_exception, print_it_catch_exception): Adjust to take a
2347 bpstat as argument.
2348 (catch_exception_breakpoint_ops): Install methods.
2349 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
2350 argument.
2351 (catch_exception_unhandled_breakpoint_ops): Install methods.
2352 (print_it_catch_assert): Adjust to take a bpstat as argument.
2353 (catch_assert_breakpoint_ops): Install methods.
2354
2355 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
2356 to take a bpstat as argument.
2357 (enum print_stop_action): Add describing comments to each enum
2358 value.
2359 (breakpoint_re_set_default): Delete declaration.
2360 (null_re_set, null_works_in_software_mode, null_resources_needed)
2361 (null_check_status, null_print_one_detail): Declare.
2362 (bkpt_breakpoint_ops): Declare.
2363 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
2364 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
2365 (bkpt_check_status, bkpt_resources_needed)
2366 (bkpt_works_in_software_mode, bkpt_print_it)
2367 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
2368 Declare.
2369
2370 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
2371 bkpt_breakpoint_ops.
2372 * python/py-breakpoint.c (bppy_init): Ditto.
2373
2374 2011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2375
2376 * MAINTAINERS (Write After Approval): Add myself to the list.
2377
2378 2011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2379
2380 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
2381
2382 2011-07-22 Pedro Alves <pedro@codesourcery.com>
2383
2384 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
2385 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
2386 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
2387 adjust.
2388 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
2389 (struct i386_debug_reg_state): New.
2390 (i386_init_dregs): New.
2391 (dr_mirror): New.
2392 (i386_cleanup_dregs): Use i386_init_dregs.
2393 (i386_show_dr): Add state parameter and adjust.
2394 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
2395 the inferior here.
2396 (i386_remove_aligned_watchpoint): Likewise.
2397 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
2398 (i386_update_inferior_debug_regs): New.
2399 (i386_insert_watchpoint): Work on a local mirror of the debug
2400 registers, and only update the inferior on success.
2401 (i386_remove_watchpoint): Ditto.
2402 (i386_region_ok_for_watchpoint): Adjust.
2403 (i386_stopped_data_address): Adjust.
2404 (i386_insert_hw_breakpoint): Adjust.
2405 (i386_remove_hw_breakpoint): Adjust.
2406
2407 2011-07-22 Tom Tromey <tromey@redhat.com>
2408
2409 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
2410 from amd64_pseudo_register_read. Change arguments. Call
2411 mark_value_bytes_unavailable when needed.
2412 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
2413 set_gdbarch_pseudo_register_read.
2414 * sentinel-frame.c (sentinel_frame_prev_register): Use
2415 regcache_cooked_read_value.
2416 * regcache.h (regcache_cooked_read_value): Declare.
2417 * regcache.c (regcache_cooked_read_value): New function.
2418 (regcache_cooked_read): Call
2419 gdbarch_pseudo_register_read_value if available.
2420 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
2421 (i386_pseudo_register_read): Remove.
2422 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
2423 i386_pseudo_register_read. Change arguments. Call
2424 mark_value_bytes_unavailable when needed.
2425 (i386_pseudo_register_read_value): New function.
2426 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
2427 not set_gdbarch_pseudo_register_read.
2428 * gdbarch.sh (pseudo_register_read_value): New method.
2429 * gdbarch.c, gdbarch.h: Rebuild.
2430 * findvar.c (value_from_register): Call get_frame_register_value.
2431
2432 2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
2433
2434 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
2435 get_prefix.
2436 (display_gdb_prompt): Likewise.
2437 (change_annotation_level): Likewise.
2438 (push_prompt): Likewise.
2439 (pop_prompt): Likewise.
2440 (handle_stop_sig): Use get_prompt with a level.
2441 * top.c (command_loop): Use get_prompt with a level.
2442 (set_async_annotation_level): Use set_prompt with a level.
2443 (get_prefix): New function.
2444 (set_prefix): Ditto.
2445 (set_suffix): Ditto.
2446 (get_suffix): Ditto.
2447 (get_prompt): Accept a level argument.
2448 (set_prompt): Accept a level argument. Free old prompts. Set
2449 new_async_prompt if level is 0.
2450 (init_main): Use set_prompt with a level. Do not set
2451 new_async_prompt.
2452 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
2453 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
2454 Modify set_prompt, get_prompt to account for levels.
2455 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
2456 level.
2457 * python/python.c (before_prompt_hook): Use set_prompt.
2458
2459 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
2460
2461 * defs.h: Add guard against inclusion in gdbserver.
2462 (struct ptid, ptid_t): Move to common/ptid.h.
2463 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
2464 xsnprintf, internal_error): Move to common/common-utils.h.
2465 (nomem): Delete.
2466 * gdb_assert.h: Move into common/ sub-directory.
2467 * gdb_locale.h: Ditto.
2468 * gdb_dirent.h: Ditto.
2469 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
2470 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
2471 Move into common/ptid.h.
2472 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
2473 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
2474 Change nomem to malloc_failure.
2475 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
2476 * utils.c (nomem): Rename to malloc_failure.
2477 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
2478 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
2479 (gdb_buildargv): Change nomem to malloc_failure.
2480 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
2481 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
2482 ptid_is_pid): Move into common/ptid.c.
2483 (initialize_infrun): Delete initialization of null_ptid and
2484 minus_one_ptid.
2485 * linux-nat.c (linux_nat_xfer_osdata): Defer to
2486 linux_common_xfer_osdata.
2487 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
2488 common/ptid.c and common/buffer.c.
2489 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
2490 common/ptid.h, common/buffer.h and common/linux-osdata.h.
2491 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
2492 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
2493 rules.
2494 * common/gdb_assert.h: New.
2495 * common/gdb_dirent.h: New.
2496 * common/gdb_locale.h: New.
2497 * common/buffer.c: New.
2498 * common/buffer.h: New.
2499 * common/ptid.c: New.
2500 * common/ptid.h: New.
2501 * common/xml-utils.c: New.
2502 * common/xml-utils.h: New.
2503 * common/common-utils.c: New.
2504 * common/common-utils.h: New.
2505 * common/linux-osdata.c: New.
2506 * common/linux-osdata.h: New.
2507 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
2508 * config/arm/linux.mh (NATDEPFILES): Ditto.
2509 * config/i386/linux.mh (NATDEPFILES): Ditto.
2510 * config/i386/linux64.mh (NATDEPFILES): Ditto.
2511 * config/ia64/linux.mh (NATDEPFILES): Ditto.
2512 * config/m32r/linux.mh (NATDEPFILES): Ditto.
2513 * config/m68k/linux.mh (NATDEPFILES): Ditto.
2514 * config/mips/linux.mh (NATDEPFILES): Ditto.
2515 * config/pa/linux.mh (NATDEPFILES): Ditto.
2516 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
2517 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
2518 * config/s390/s390.mh (NATDEPFILES): Ditto.
2519 * config/sparc/linux.mh (NATDEPFILES): Ditto.
2520 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
2521 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
2522
2523 2011-07-21 Matt Rice <ratmice@gmail.com>
2524
2525 * NEWS: Add info macros and info definitions commands.
2526
2527 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2528
2529 * NEWS: Document Python prompt substitution hook.
2530
2531 2011-07-18 Matt Rice <ratmice@gmail.com>
2532
2533 PR macros/12999
2534 * macrotab.h (macro_callback_fn): Add new arguments to callback.
2535 * macrotab.c (foreach_macro): Ditto.
2536 (foreach_macro_in_scope): Ditto.
2537 * macrocmd.c (print_macro_callback): New function.
2538 (info_macro_command): Move some code to print_macro_definition.
2539 (print_macro_definition): New function.
2540 (print_one_macro): Add new arguments to callback.
2541 (info_definitions_command): New function.
2542 (info_macros_command): Ditto.
2543 (_initialize_macrocmd): Add info macros and info definitions commands.
2544 * symtab.c (add_macro_name): Add new arguments to callback.
2545
2546 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2547 Tom Tromey <tromey@redhat.com>
2548
2549 * top.c (set_prompt): Rewrite to free previous prompt, free
2550 asynch_new_prompt and set both on new prompts.
2551 * event-top.c (display_gdb_prompt): Add prompt substitution
2552 logic.
2553 * python/python.c (before_prompt_hook): New function.
2554
2555 2011-07-20 Matt Rice <ratmice@gmail.com>
2556
2557 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
2558 arguments to store_unsigned_integer.
2559
2560 2011-07-20 Tom Tromey <tromey@redhat.com>
2561
2562 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
2563 in some declaration-only cases.
2564
2565 2011-07-18 Tom Tromey <tromey@redhat.com>
2566
2567 PR symtab/12984:
2568 * dwarf2read.c (dwarf2_section_info_def): New typedef.
2569 (struct dwarf2_per_objfile) <types>: Change to a VEC.
2570 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
2571 <debug_type_section>: New field.
2572 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
2573 (load_cu): Use appropriate section.
2574 (create_signatured_type_table_from_index): Add 'section'
2575 argument.
2576 (dwarf2_read_index): Only allow a single .debug_types section.
2577 (dw2_get_file_names): Use appropriate section.
2578 (read_type_comp_unit_head): Add 'section' argument.
2579 (create_debug_types_hash_table): Loop over all .debug_types
2580 sections.
2581 (init_cu_die_reader): Use appropriate section.
2582 (process_psymtab_comp_unit, load_partial_comp_unit)
2583 (load_full_comp_unit, read_die_and_children, find_partial_die)
2584 (lookup_die_type, determine_prefix, follow_die_offset): Update.
2585 (lookup_signatured_type_at_offset): Add 'section' argument.
2586 (read_signatured_type_at_offset): Add 'sect' argument.
2587 (read_signatured_type): Use appropriate section.
2588 (set_die_type, get_die_type_at_offset): Update.
2589 (dwarf2_per_objfile_free): Free all .debug_types sections, and
2590 VEC.
2591 (write_psymtabs_to_index): Don't allow index with more than one
2592 .debug_types section.
2593
2594 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 Fix crash if referenced CU is aged out.
2597 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
2598 xfree of block.data.
2599 (indirect_pieced_value): New variable back_to, use to for xfree of
2600 baton.data.
2601 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
2602 block.data.
2603 * dwarf2read.c (dwarf2_find_base_address): New prototype.
2604 (load_cu): New function from ...
2605 (dw2_do_instantiate_symtab): ... the code here ...
2606 (process_full_comp_unit): ... and here.
2607 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
2608 retval.data.
2609
2610 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2611
2612 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
2613 type.
2614
2615 2011-07-19 Gary Benson <gbenson@redhat.com>
2616
2617 * infrun.c (struct execution_control_state): New member
2618 stop_func_filled_in.
2619 (clear_stop_func, fill_in_stop_func): New functions.
2620 (handle_inferior_event): Call clear_stop_func rather than
2621 manipulating the execution control state directly.
2622 Call fill_in_stop_func lazily as required rather than
2623 directly calling find_pc_partial_function in all cases.
2624
2625 2011-07-18 Tom Tromey <tromey@redhat.com>
2626
2627 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
2628 checking for variable-sized array.
2629
2630 2011-07-18 Jean-Charles Delay <delay@adacore.com>
2631
2632 * varobj.h (varobj_languages): Add vlang_ada definition to the list
2633 of supported languages.
2634 * varobj.c: Add top definitions and basic implementation of the
2635 following callbacks: ada_number_of_children, ada_name_of_variable,
2636 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
2637 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
2638 (languages): Register Ada-specific callbacks.
2639 (variable_language): Add the Ada case in the language setter switch.
2640
2641 2011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2642
2643 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
2644
2645 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2646
2647 Code cleanup.
2648 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
2649 (execute_stack_op): Use dwarf2_frame_ctx_funcs
2650 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
2651 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
2652 get_frame_cfa, get_tls_address and dwarf_call via funcs.
2653 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
2654 (struct dwarf_expr_context_funcs): New, move here methods from ...
2655 (struct dwarf_expr_context): ... here. New fields funcs.
2656 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
2657 (dwarf_expr_ctx_funcs): New.
2658 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
2659 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
2660 (needs_frame_ctx_funcs): New.
2661 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
2662
2663 2011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
2664
2665 * MAINTAINERS (Write After Approval): Add myself to the list.
2666
2667 2011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
2668
2669 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
2670 that CIE pointer of an FDE really points to a CIE .
2671
2672 2011-07-15 Hui Zhu <teawater@gmail.com>
2673
2674 * remote.c (remote_get_trace_status): Add comments.
2675
2676 2011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2677
2678 Code cleanup - constify struct lval_funcs.
2679 * dwarf2loc.c (pieced_value_funcs): Make it const.
2680 * infrun.c (siginfo_value_funcs): Likewise.
2681 * opencl-lang.c (opencl_value_funcs): Likewise.
2682 * valops.c (value_assign, value_ind): Make the funcs variable const.
2683 * value.c (struct value): Make location.computed.funcs target const.
2684 Rearrange the comments.
2685 (allocate_computed_value): Make the funcs parameter target const.
2686 (value_computed_funcs): Return the funcs target const.
2687 (value_free, value_copy, set_value_component_location): Make the funcs
2688 variable const.
2689 * value.h (allocate_computed_value): Make the funcs parameter target
2690 const.
2691 (value_computed_funcs): Return the funcs target const.
2692 * windows-tdep.c (tlb_value_funcs): Make it const.
2693
2694 2011-07-14 Hui Zhu <teawater@gmail.com>
2695
2696 * remote.c (remote_get_trace_status): Initialize p.
2697
2698 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2699
2700 Work around kgdb.
2701 * remote.c (remote_get_trace_status): New variable ex. Put
2702 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
2703
2704 2011-07-13 Tom Tromey <tromey@redhat.com>
2705
2706 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
2707 value_from_contents for final conversion.
2708
2709 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2710
2711 Code cleanup.
2712 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
2713 Indent prototypes so they do not get into tags.
2714
2715 2011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2716
2717 Code cleanup making also optimized out values lazy.
2718 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
2719 allocate_optimized_out_value. Twice.
2720 (loclist_read_variable) Use allocate_optimized_out_value. Once.
2721 * findvar.c (read_var_value): Likewise.
2722 * value.c (allocate_optimized_out_value): New function.
2723 * value.h (allocate_optimized_out_value): New declaration.
2724
2725 2011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2726
2727 Fix occasional crash of CTRL-C during DWARF read in.
2728 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
2729
2730 2011-07-11 Tom Tromey <tromey@redhat.com>
2731
2732 * regcache.c (struct regcache_descr): Fix typo.
2733 * i387-tdep.c (i387_supply_xsave): Fix typo.
2734
2735 2011-07-11 Tom Tromey <tromey@redhat.com>
2736
2737 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
2738 (read_file_scope, read_type_unit_scope): Use it.
2739
2740 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2741
2742 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
2743 `int'.
2744
2745 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2746
2747 PR python/12438
2748 * python/python.c: Set gdbpy_should_print_stack default to off.
2749 (set_python): Deprecate maint set python print-stack to
2750 class_deprecate.
2751 (_initialize_python): Deprecate maint set/show python print-stack.
2752 Add new prefix command, python. Add new setting, print-backtrace.
2753 * NEWS: Document set python print-stack. Document default change.
2754
2755 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2756
2757 * python/py-inferior.c (infpy_dealloc): New function.
2758 (inferior_to_inferior_object): Return a new object, or a
2759 new reference to the existing object.
2760 (find_thread_object): Cleanup references to inferior.
2761 (delete_thread_object): Ditto.
2762 * python/py-infthread.c (create_thread_object): Do not increment
2763 inferior reference count.
2764
2765 2011-07-08 Tom Tromey <tromey@redhat.com>
2766
2767 * dwarf2loc.c (locexpr_regname): New function.
2768 (locexpr_describe_location_piece): Use it.
2769 (disassemble_dwarf_expression): Add per_cu argument. Use
2770 locexpr_regname.
2771 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
2772 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
2773 New cases.
2774 (locexpr_describe_location_1): Add per_cu argument.
2775 (locexpr_describe_location): Update.
2776 (loclist_describe_location): Update.
2777
2778 2011-07-08 Tom Tromey <tromey@redhat.com>
2779
2780 * dwarf2expr.c (execute_stack_op): Add QUIT.
2781
2782 2011-07-07 Hui Zhu <teawater@gmail.com>
2783
2784 Revert:
2785 2011-07-06 Hui Zhu <teawater@gmail.com>
2786 * remote.c (remote_start_remote): Add TRY_CATCH for
2787 remote_get_trace_status.
2788 * tracepoint.c (disconnect_tracing): Ditto.
2789
2790 2011-07-07 Andrew Burgess <aburgess@broadcom.com>
2791
2792 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
2793 variables as signed, not unsigned.
2794
2795 2011-07-06 Joel Brobecker <brobecker@adacore.com>
2796
2797 * jit.c (jit_inferior_init): Reformat forward declaration.
2798
2799 2011-07-06 Matt Rice <ratmice@gmail.com>
2800
2801 * MAINTAINERS (Write After Approval): Add myself to the list.
2802
2803 2011-07-06 Hui Zhu <teawater@gmail.com>
2804
2805 * remote.c (remote_start_remote): Add TRY_CATCH for
2806 remote_get_trace_status.
2807 * tracepoint.c (disconnect_tracing): Ditto.
2808
2809 2011-07-05 Tom Tromey <tromey@redhat.com>
2810
2811 * symtab.c (operator_chars): Now static.
2812 * linespec.c (operator_chars): Don't declare.
2813
2814 2011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2815
2816 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
2817
2818 2011-07-05 Tom Tromey <tromey@redhat.com>
2819
2820 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
2821 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
2822 (TYPE_CPLUS_REALLY_JAVA): New macro.
2823 * dwarf2read.c (process_structure_scope): Set
2824 TYPE_CPLUS_REALLY_JAVA.
2825
2826 2011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2827
2828 * ada-lang.c: Fix typos.
2829 * amd64-tdep.c: Likewise.
2830 * breakpoint.c: Likewise.
2831 * cli/cli-decode.c: Likewise.
2832 * findcmd.c: Likewise.
2833 * inline-frame.c: Likewise.
2834 * mi/mi-main.c: Likewise.
2835 * minsyms.c: Likewise.
2836 * monitor.c: Likewise.
2837 * monitor.h: Likewise.
2838 * prologue-value.c: Likewise.
2839 * reverse.c: Likewise.
2840 * s390-tdep.c: Likewise.
2841
2842 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2843
2844 * jit.c (jit_inferior_init): Forward declare.
2845 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
2846
2847 2011-07-04 Joel Brobecker <brobecker@adacore.com>
2848
2849 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
2850
2851 2011-07-04 Tristan Gingold <gingold@adacore.com>
2852
2853 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
2854 (tcb_fieldno): Add activation_link field.
2855 (get_known_tasks_addr): Moved and rewritten.
2856 (get_tcb_types_info): Set activation_link field.
2857 (read_known_tasks_array): Add parameter. Rewritten.
2858 (read_known_tasks_list): New function.
2859 (read_known_tasks): New function.
2860 (ada_build_task_list): Call read_known_tasks instead of
2861 read_known_tasks_array.
2862 * ravenscar-thread.c: Add first_task_name constant.
2863 (has_ravenscar_runtime): Check for task list too.
2864
2865 2011-07-04 Tristan Gingold <gingold@adacore.com>
2866
2867 * ada-tasks.c: Renames fieldno to actb_fieldno.
2868 (ada_get_task_number): Indentation.
2869 (get_tcb_types_info): Remove all parameters. Write directly
2870 the globals.
2871 (ptid_from_atcb_common): Adjust.
2872 (read_atcb): Adjust.
2873
2874 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2875
2876 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
2877
2878 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2879
2880 * ui-out.c (ui_out_field_core_addr): Mention that the function
2881 description is in the header file.
2882 * ui-out.h (ui_out_field_core_addr): Document function.
2883
2884 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2885
2886 * ui-out.c (ui_out_get_field_separator): Remove unused function.
2887 * ui-out.h (ui_out_get_field_separator): Remove prototype.
2888
2889 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2890
2891 * symtab.c (expand_line_sal): Remove empty line.
2892
2893 2011-07-04 Thomas Schwinge <thomas@schwinge.name>
2894
2895 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
2896 same way as ELFOSABI_NONE.
2897 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
2898
2899 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2900
2901 * breakpoint.c: Fix typos in comments.
2902 * linespec.c: Likewise.
2903 * symtab.c: Likewise.
2904
2905 2011-07-04 Joel Brobecker <brobecker@adacore.com>
2906
2907 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
2908 section in separate object files.
2909
2910 2011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2911
2912 Fix false GCC warning.
2913 * linespec.c (decode_line_1): Initialize values.
2914
2915 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2916
2917 * linespec.c (find_method): Accept the function type automatically only
2918 if it was specified with parameter types.
2919
2920 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2921
2922 Stop on first linespec terminator instead of eating what we can.
2923 * linespec.c (is_linespec_boundary): New function.
2924 (name_end): Remove function.
2925 (keep_name_info): New parameter on_boundary, replace the body.
2926 (decode_line_1): Provide the parameter to keep_name_info.
2927 (decode_compound): Likewise. Drop the trailing java return type
2928 handling. Twice.
2929
2930 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2931
2932 Fall back linespec to minimal symbols.
2933 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
2934 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
2935 (find_method, symbol_found): Change error to cplusplus_error.
2936
2937 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2938
2939 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
2940
2941 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2942 Tom Tromey <tromey@redhat.com>
2943
2944 * dwarf2read.c (check_physname): New variable.
2945 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
2946 (show_check_physname): New function.
2947 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
2948
2949 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2950
2951 * machoread.c (macho_symfile_read): Delete OBE comment.
2952
2953 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2954
2955 * machoread.c (struct macho_oso_data): Delete.
2956 (current_oso): Delete.
2957 (macho_relocate_common_syms): New function, mostly extracted
2958 out of
2959 (macho_add_oso_symfile): Call macho_relocate_common_syms.
2960 Remove code that sets and unset current_oso.
2961 (macho_symfile_relocate): Delete handling of common symbols,
2962 now moved to macho_relocate_common_syms.
2963
2964 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2965
2966 * darwin-nat.c (darwin_ptrace): Add documentation.
2967 Set errno to zero before calling ptrace. If ptrace returns
2968 -1 and errno is zero, then change then return zero.
2969 (darwin_kill_inferior): Issue a warning instead of triggering
2970 a failed assertion when the PT_KILL ptrace operations returned
2971 nonzero.
2972
2973 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2974
2975 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
2976 only when inf->private->no_ptrace.
2977
2978 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2979
2980 * ada-lang.c (print_it_exception): Print temporary catchpoints
2981 as "Temporary catchpoint".
2982 (print_mention_exception): Likewise.
2983
2984 2011-07-01 Tom Tromey <tromey@redhat.com>
2985
2986 * jv-lang.c (java_language_defn): Use java_printchar,
2987 java_printstr.
2988 (java_get_encoding): New function.
2989 (java_emit_char): Use generic_emit_char.
2990 (java_printchar): New function.
2991 (java_printstr): Likewise.
2992
2993 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2994
2995 * ada-typeprint.c (print_record_type): If unable to decode
2996 the name of the parent type, use the encoded name.
2997
2998 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2999
3000 * ada-typeprint.c (ada_print_type): Fix both PAD type and
3001 pointer to constrained packed array type output.
3002 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
3003 packed array output.
3004
3005 2011-07-01 Jean-Charles Delay <delay@adacore.com>
3006
3007 * ada-typeprint.c (print_array_type): removed if condition on show
3008 being negative for bounds printing.
3009
3010 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3011
3012 * ada-lang.c (ada_identical_enum_types_p): New function.
3013 (symbols_are_identical_enums): New function.
3014 (remove_extra_symbols): Do nothing if NSYMS < 2.
3015 Use symbols_are_identical_enums.
3016
3017 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3018
3019 * ada-valprint.c (ada_value_print): Handle typedefs.
3020
3021 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3022
3023 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
3024
3025 2011-07-01 Eric Botcazou <ebotcazou@adacore.com>
3026
3027 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
3028 (decode_constrained_packed_array): Likewise.
3029 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
3030
3031 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3032
3033 * ada-exp.y (convert_char_literal): Handle typedef types.
3034
3035 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3036
3037 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
3038
3039 2011-06-30 Tom Tromey <tromey@redhat.com>
3040
3041 * varobj.c (varobj_create): Call do_cleanups on early exit path.
3042 * valops.c (find_overload_match): Call do_cleanups on early exit
3043 path.
3044 * solib.c (solib_find): Call do_cleanups on early exit path.
3045
3046 2011-06-30 Tom Tromey <tromey@redhat.com>
3047
3048 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
3049 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
3050 return paths. Defer final do_cleanups until last return.
3051 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
3052 early return.
3053
3054 2011-06-30 Tom Tromey <tromey@redhat.com>
3055
3056 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
3057
3058 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
3059
3060 * MAINTAINERS (Write After Approval): Add myself to the list.
3061
3062 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3063
3064 Disable epilogue unwinders on recent GCCs.
3065 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
3066 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
3067 * dwarf2read.c (process_full_comp_unit): Initialize
3068 EPILOGUE_UNWIND_VALID.
3069 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
3070 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
3071 * symtab.h (struct symtab): New field epilogue_unwind_valid.
3072
3073 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3074
3075 Code cleanup - reformatting.
3076 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
3077 (producer_is_gcc_ge_4): ... here, change the return value.
3078 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
3079 interpretation.
3080
3081 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3082
3083 Fix non-only rename list for Fortran modules import.
3084 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
3085 cp_add_using_directive caller.
3086 (cp_add_using_directive): New parameter excludes, describe it. New
3087 variables ix and param. Compare if also excludes match. Allocate NEW
3088 with variable size, initialize EXCLUDES there.
3089 (cp_lookup_symbol_imports): New variable excludep, test
3090 current->EXCLUDES with it.
3091 * cp-support.h: Include vec.h.
3092 (struct using_direct): New field excludes, describe it.
3093 (DEF_VEC_P (const_char_ptr)): New.
3094 (cp_add_using_directive): New parameter excludes.
3095 * defs.h (const_char_ptr): New typedef.
3096 * dwarf2read.c (read_import_statement): New variables child_die,
3097 excludes and cleanups, read in excludes.
3098 (read_namespace): Adjust the cp_add_using_directive caller.
3099
3100 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3101
3102 Code cleanup.
3103 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
3104 negative comparisons.
3105
3106 2011-06-29 André Pönitz <andre.poenitz@nokia.com>
3107
3108 * mi/mi-main.c (mi_cmd_list_features): Emit
3109 breakpoint-notifications.
3110
3111 2011-06-29 Tom Tromey <tromey@redhat.com>
3112
3113 PR fortran/10036:
3114 * valprint.h (generic_emit_char, generic_printstr): Declare.
3115 * valprint.c (wchar_printable, append_string_as_wide)
3116 (print_wchar): Move from c-lang.c.
3117 (generic_emit_char): New function; mostly taken from c_emit_char.
3118 (generic_printstr): New function; mostly taken from c_printstr.
3119 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
3120 represented as arrays.
3121 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
3122 type.
3123 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
3124 identically to TYPE_CODE_INT.
3125 * f-lang.c (f_get_encoding): New function.
3126 (f_emit_char): Use generic_emit_char.
3127 (f_printchar): Replace comment.
3128 (f_printstr): Use generic_printstr.
3129 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
3130 "character" types specially.
3131 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
3132 for Fortran.
3133 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
3134 Move to valprint.c
3135 (c_emit_char): Call generic_emit_char.
3136 (c_printstr): Call generic_printstr.
3137
3138 2011-06-29 Gary Benson <gbenson@redhat.com>
3139
3140 * breakpoint.c (bpstat_what): Removed duplicated case.
3141
3142 2011-06-28 Tom Tromey <tromey@redhat.com>
3143
3144 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
3145
3146 2011-06-27 Tom Tromey <tromey@redhat.com>
3147
3148 * valops.c (find_overload_match): Call do_cleanups before early
3149 return.
3150 * top.c (execute_command): Call do_cleanups before early return.
3151 (command_loop): Likewise.
3152 * stack.c (backtrace_command): Make a null cleanup early. Don't
3153 conditionally call do_cleanups.
3154 * python/py-value.c (TRY_CATCH): Move cleanup handling into
3155 TRY_CATCH.
3156 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
3157 so cleanups are always run.
3158 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
3159 * findcmd.c (parse_find_args): Call do_cleanups on early return
3160 path.
3161 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
3162 Don't conditionally call do_cleanups.
3163 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
3164 later.
3165
3166 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
3167
3168 * MAINTAINERS (Write After Approval): Use default email address.
3169
3170 2011-06-27 Joel Brobecker <brobecker@adacore.com>
3171
3172 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
3173
3174 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
3175
3176 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
3177 saved_regs_mask and copied_regs_mask fields.
3178 (sparc_record_save_insn): New prototype.
3179 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
3180 (sparc_record_save_insn): New function.
3181 (sparc_analyze_prologue): Add head comment. Recognize store insns
3182 of call-saved registers. Use OFFSET consistently. Recognize flat
3183 frames and cache their settings.
3184 (sparc32_skip_prologue): Handle flat frames.
3185 (sparc_frame_cache): Add frame_offset to the base address.
3186 (sparc32_frame_cache): Adjust to new frame description.
3187 (sparc32_frame_prev_register): Likewise.
3188 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
3189 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
3190 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
3191 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
3192 frame by calling sparc_record_save_insn.
3193 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
3194 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
3195 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
3196
3197 2011-06-27 Tristan Gingold <gingold@adacore.com>
3198
3199 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
3200 field by map_addr and map_len.
3201 (dwarf2_read_section): Adjust for the new bfd_mmap api.
3202 (munmap_section_buffer): Likewise.
3203
3204 2011-06-24 Tom Tromey <tromey@redhat.com>
3205
3206 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
3207 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
3208 * python/python.c (gdbpy_parameter): Make 'arg' const.
3209 (execute_gdb_command): Likewise.
3210 (gdbpy_decode_line): Likewise. Copy it.
3211 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
3212 (gdbpy_write): Make 'arg' const.
3213 * python/py-type.c (typy_lookup_typename): Make 'type_name'
3214 const.
3215 (gdbpy_lookup_type): Likewise.
3216 * python/py-prettyprint.c (print_children): Make 'name' const.
3217 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
3218 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
3219 Py_ssize_t.
3220 * python/py-function.c (fnpy_init): Make 'name' const.
3221 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
3222 (gdbpy_string_to_argv): Make 'input' const.
3223 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
3224 it.
3225 * gdbtypes.h (lookup_typename): Update.
3226 * gdbtypes.c (lookup_typename): Make 'name' const.
3227 (lookup_struct): Likewise.
3228 (lookup_union): Likewise.
3229 (lookup_enum): Likewise.
3230
3231 2011-06-24 Tom Tromey <tromey@redhat.com>
3232
3233 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
3234 gdb_thread_db.h. Move all common/ entries to be together.
3235 (TAGS): Don't depend on DEPFILES.
3236
3237 2011-06-23 Yao Qi <yao@codesourcery.com>
3238
3239 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
3240 * remote.c (remote_start_remote): ... here.
3241 * monitor.c (monitor_open): ... here.
3242
3243 2011-06-23 Andrew Burgess <aburgess@broadcom.com>
3244
3245 * gdbtypes.c (append_composite_type_field_aligned): Fix
3246 calculation of bit position based on alignment.
3247
3248 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3249
3250 * breakpoint.c (bpstat_stop_status): Call the check_status
3251 breakpoint_ops method.
3252 (print_one_breakpoint_location): Also print the condition for Ada
3253 exception catchpoints.
3254 (allocate_bp_location): New, factored out from
3255 allocate_bp_location.
3256 (allocate_bp_location): Adjust. Call the owner breakpoint's
3257 allocate_location method, if there is one.
3258 (free_bp_location): Call the locations's dtor method, if there is
3259 one.
3260 (init_raw_breakpoint_without_location): New breakpoint_ops
3261 parameter. Use it.
3262 (set_raw_breakpoint_without_location): Adjust.
3263 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
3264 (set_raw_breakpoint): Adjust.
3265 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
3266 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
3267 re_set and check_status methods.
3268 (init_catchpoint): Don't memset, initialize thread, addr_string
3269 and enable_state. Pass the ops down to init_raw_breakpoint.
3270 (install_catchpoint): Rename to ...
3271 (install_breakpoint): ... this, and make extern.
3272 (create_fork_vfork_event_catchpoint): Adjust.
3273 (catch_exec_breakpoint_ops): Install NULL allocate_location,
3274 re_set and check_status methods.
3275 (create_syscall_event_catchpoint): Adjust.
3276 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3277 (masked_watchpoint_breakpoint_ops): Install NULL
3278 allocate_location, re_set and check_status methods.
3279 (catch_exec_command_1): Adjust.
3280 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
3281 re_set and check_status methods.
3282 (create_ada_exception_breakpoint): Rename to ...
3283 (init_ada_exception_breakpoint): ... this. Add a struct
3284 breakpoint parameter, and delete the exp_string, cond_string and
3285 cond parameters. Use init_raw_breakpoint, and don't install or
3286 mention the breakpoint yet. Don't clear breakpoint fields that
3287 init_raw_breakpoint already clears.
3288 (re_set_breakpoint): Delete, split into ...
3289 (breakpoint_re_set_default, prepare_re_set_context): ... these new
3290 functions.
3291 (breakpoint_re_set_one): Call the breakpoint's
3292 breakpoint_ops->re_set implementation, if there's one. Adjust.
3293 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
3294 (struct bp_location_ops): New type.
3295 (struct bp_location): New field `ops'.
3296 (struct breakpoint_ops): New `allocate_location', `re_set' and
3297 `check_status' fields. Make `breakpoint_hit''s description match
3298 reality.
3299 (init_bp_location): Declare.
3300 (breakpoint_re_set_default): Declare.
3301 (create_ada_exception_breakpoint): Rename to ...
3302 (init_ada_exception_breakpoint): ... this. Add a struct
3303 breakpoint parameter, and delete the exp_string, cond_string and
3304 cond parameters.
3305 (install_breakpoint): Declare.
3306 * ada-lang.c: Include exceptions.h.
3307 <Ada exceptions description>: Update.
3308 (struct ada_catchpoint_location): New type.
3309 (ada_catchpoint_location_dtor): New function.
3310 (ada_catchpoint_location_ops): New global.
3311 (ada_catchpoint): New type.
3312 (create_excep_cond_exprs): New function.
3313 (dtor_exception, allocate_location_exception, re_set_exception)
3314 (should_stop_exception, check_status_exception): New functions.
3315 (print_one_exception, print_mention_exception)
3316 (print_recreate_exception): Adjust.
3317 (dtor_catch_exception, allocate_location_catch_exception)
3318 (re_set_catch_exception, check_status_catch_exception): New
3319 functions.
3320 (catch_exception_breakpoint_ops): Install them.
3321 (dtor_catch_exception_unhandled)
3322 (allocate_location_catch_exception_unhandled)
3323 (re_set_catch_exception_unhandled)
3324 (check_status_catch_exception_unhandled): New functions.
3325 (catch_exception_unhandled_breakpoint_ops): Install them.
3326 (dtor_catch_assert, allocate_location_catch_assert)
3327 (re_set_catch_assert, check_status_catch_assert): New functions.
3328 (catch_assert_breakpoint_ops): Install them.
3329 (ada_exception_catchpoint_p): Delete.
3330 (catch_ada_exception_command_split)
3331 (ada_exception_catchpoint_cond_string): Rename exp_string
3332 parameter to excep_string. Adjust.
3333 (ada_parse_catchpoint_condition): Delete.
3334 (ada_exception_sal): Rename the exp_string parameter to
3335 excep_string. Delete the cond_string and cond parameters.
3336 Adjust.
3337 (ada_decode_exception_location): Rename the exp_string parameter
3338 to excep_string. Delete the cond_string and cond parameters.
3339 Adjust.
3340 (create_ada_exception_catchpoint): New function.
3341 (catch_ada_exception_command, ada_decode_assert_location)
3342 (catch_assert_command): Adjust.
3343 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
3344
3345 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3346
3347 * ada-lang.c: Include arch-utils.h.
3348 (ada_decode_exception_location): Make static.
3349 (catch_ada_exception_command): Moved here from breakpoint.c.
3350 (ada_decode_assert_location): Make static.
3351 (catch_assert_command): Moved here from breakpoint.c.
3352 (_initialize_ada_lang): Install the exception and assert
3353 catchpoint commands here.
3354 * ada-lang.h (ada_decode_exception_location)
3355 (ada_decode_assert_location): Delete declarations.
3356 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
3357 breakpoint.h.
3358 (create_ada_exception_breakpoint): Make extern.
3359 (catch_ada_exception_command, catch_assert_command): Moved to
3360 ada-lang.c.
3361 (add_catch_command): Make extern.
3362 (_initilize_breakpoint): Don't install the exception and assert
3363 catchpoint commands here.
3364 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
3365 breakpoint.c
3366 (add_catch_command, create_ada_exception_breakpoint): Declare.
3367
3368 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3369
3370 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
3371 the breakpoint to the breakpoint chain here.
3372 (set_raw_breakpoint_without_location): Add the breakpoint to the
3373 breakpoint chain here.
3374 (init_raw_breakpoint): Adjust comments.
3375 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
3376 here.
3377 (init_catchpoint): Don't set the catchpoint's breakpoint number
3378 here.
3379 (install_catchpoint): New function.
3380 (create_fork_vfork_event_catchpoint)
3381 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
3382 use install_catchpoint.
3383
3384 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3385
3386 * breakpoint.c (create_catchpoint_without_mention)
3387 (create_catchpoint): Delete.
3388
3389 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3390
3391 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
3392 * breakpoint.c (init_raw_breakpoint_without_location): Remove
3393 reference to exec_pathname.
3394 (struct exec_catchpoint): New type.
3395 (dtor_catch_exec): New function.
3396 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
3397 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
3398 (catch_exec_command_1): Adjust to use init_catchpoint.
3399 (delete_breakpoint): Remove reference to exec_pathname.
3400
3401 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3402
3403 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
3404 (struct breakpoint): Delete field `syscalls_to_be_caught'.
3405 * breakpoint.c (init_raw_breakpoint_without_location): Remove
3406 reference to syscalls_to_be_caught.
3407 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
3408 NULL `dtor'.
3409 (struct syscall_catchpoint): New type.
3410 (dtor_catch_syscall): New function.
3411 (insert_catch_syscall, remove_catch_syscall)
3412 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
3413 (print_recreate_catch_syscall): Adjust.
3414 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
3415 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
3416 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
3417 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3418 (masked_watchpoint_breakpoint_ops)
3419 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
3420 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
3421 there is one. Remove references to syscalls_to_be_caught.
3422 (catching_syscall_number): Adjust.
3423 * ada-lang.c (catch_exception_breakpoint_ops)
3424 (catch_exception_unhandled_breakpoint_ops)
3425 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
3426
3427 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3428
3429 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
3430 field.
3431 * breakpoint.c (init_raw_breakpoint_without_location): Remove
3432 reference to forked_inferior_pid.
3433 (struct fork_catchpoint): New type.
3434 (breakpoint_hit_catch_fork, print_it_catch_fork)
3435 (print_one_catch_fork, breakpoint_hit_catch_vfork)
3436 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
3437 (create_fork_vfork_event_catchpoint): Adjust to use
3438 init_catchpoint.
3439
3440 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3441
3442 * breakpoint.c (add_to_breakpoint_chain)
3443 (init_raw_breakpoint_without_location): New functions, factored
3444 out from ...
3445 (set_raw_breakpoint_without_location): ... this one.
3446 (init_raw_breakpoint): New function, factored out from
3447 set_raw_breakpoint and adjusted to use
3448 init_raw_breakpoint_without_location.
3449 (set_raw_breakpoint): Adjust.
3450 (init_catchpoint): New function, factored out from
3451 create_catchpoint_without_mention and adjusted to use
3452 init_raw_breakpoint.
3453 (create_catchpoint_without_mention): Adjust.
3454
3455 2011-06-22 Tom Tromey <tromey@redhat.com>
3456
3457 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
3458 argument of 0 specially.
3459
3460 2011-06-22 Yao Qi <yao@codesourcery.com>
3461
3462 * infrun.c (handle_inferior_event): Remove write-only local variable
3463 `sw_single_step_trap_p'.
3464
3465 2011-06-20 Tom Tromey <tromey@redhat.com>
3466
3467 * symtab.c (lookup_language_this): End loop if block is NULL.
3468
3469 2011-06-17 Tom Tromey <tromey@redhat.com>
3470
3471 * valops.c (value_of_this): Use lookup_language_this.
3472 * symtab.h (lookup_language_this): Declare.
3473 * symtab.c (lookup_language_this): New function.
3474 (lookup_symbol_aux): Use lookup_language_this.
3475 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
3476
3477 2011-06-17 Tom Tromey <tromey@redhat.com>
3478
3479 * value.h (value_of_this): Update.
3480 (value_of_local): Remove.
3481 * valops.c (value_of_this): Rename from value_of_local. Change
3482 parameters.
3483 * p-exp.y (exp): Update.
3484 (variable): Likewise.
3485 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
3486
3487 2011-06-17 Tom Tromey <tromey@redhat.com>
3488
3489 * valops.c (value_of_local): Complain if NAME is NULL.
3490 * std-operator.def (OP_OBJC_SELF): Remove.
3491 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
3492 * objc-exp.y (name_not_typename): Use OP_THIS.
3493 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
3494 name for "this".
3495 <OP_OBJC_SELF>: Remove.
3496 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
3497
3498 2011-06-16 Tristan Gingold <gingold@adacore.com>
3499
3500 * python/py-events.h (gdb_py_events): Make it extern.
3501 * python/py-evtregistry.c (gdb_py_events): Declare.
3502
3503 2011-06-16 Hui Zhu <teawater@gmail.com>
3504
3505 * remote.c (remote_trace_set_readonly_regions): Add check for
3506 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
3507 output warning.
3508
3509 2011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
3510
3511 * arm-linux-tdep.c: Include "auxv.h".
3512 (AT_HWCAP): Define.
3513 (ARM_LINUX_SIZEOF_VFP): Define.
3514 (arm_linux_supply_vfp): New function.
3515 (arm_linux_collect_vfp): Likewise.
3516 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
3517 (arm_linux_fpa_regset_sections): New variable.
3518 (arm_linux_vfp_regset_sections): Likewise.
3519 (arm_linux_core_read_description): New function.
3520 (arm_linux_init_abi): Install arm_linux_core_read_description and
3521 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
3522 appropriate for the architecture.
3523 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
3524 (tdesc_arm_with_m): Declare.
3525 (tdesc_arm_with_iwmmxt): Likewise.
3526 (tdesc_arm_with_vfpv2): Likewise.
3527 (tdesc_arm_with_vfpv3): Likewise.
3528 (tdesc_arm_with_neon): Likewise.
3529 * arm-linux-nat.c: Move features/*.c includes ...
3530 * arm-tdep.c: ... here.
3531 * arm-linux-nat.c (arm_linux_read_description): Move initializing
3532 target description data structures ...
3533 * arm-tdep.c (_initialize_arm_tdep): ... here.
3534 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
3535 HWCAP_VFPv3D16): Move definitions ...
3536 * arm-linux-tdep.h: ... here.
3537
3538 2011-06-15 Hui Zhu <teawater@gmail.com>
3539
3540 * remote.c (remote_trace_set_readonly_regions): Add a check for
3541 target_buf_size.
3542
3543 2011-06-14 Tom Tromey <tromey@redhat.com>
3544
3545 * coffread.c (coffread_objfile): Rename from current_objfile.
3546 * dbxread.c (dbxread_objfile): Rename from current_objfile.
3547 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
3548
3549 2011-06-14 Tom Tromey <tromey@redhat.com>
3550
3551 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
3552 (class_symtab): Remove.
3553 (jv_dynamics_progspace_key): New global.
3554 (jv_per_objfile_free): Reset program space data. Update assert.
3555 Don't clear globals.
3556 (get_dynamics_objfile): Use and set program space data.
3557 (get_java_class_symtab): Use get_dynamics_objfile.
3558 (add_class_symbol): Likewise.
3559 (java_link_class_type): Likewise.
3560 (java_object_type, jv_clear_object_type, set_java_object_type):
3561 Remove.
3562 (get_java_object_type): Update. Don't cache result.
3563 (is_object_type): Don't call set_java_object_type.
3564 (_initialize_java_language): Don't set jv_type_objfile_data_key;
3565 initialize jv_dynamics_progspace_key.
3566
3567 2011-06-14 Tom Tromey <tromey@redhat.com>
3568
3569 * symtab.h (current_objfile): Don't declare.
3570 * objfiles.h (current_objfile): Don't declare.
3571 * objfiles.c (current_objfile): Remove.
3572 * mdebugread.c (current_objfile): New file-scope global.
3573 * dbxread.c (current_objfile): New file-scope global.
3574 * coffread.c (current_objfile): New file-scope global.
3575
3576 2011-06-13 Pedro Alves <pedro@codesourcery.com>
3577
3578 * top.h (line): Rename to ...
3579 (saved_command_line): ... this.
3580 (linesize): Rename to ...
3581 (saved_command_line_size): ... this.
3582 * top.c (line): Rename to ...
3583 (saved_command_line): ... this.
3584 (linesize): Rename to ...
3585 (saved_command_line_size): ... this.
3586 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
3587 * event-top.c (command_line_handler): Adjust.
3588 * main.c (captured_main): Adjust.
3589
3590 2011-06-12 Mark Kettenis <kettenis@gnu.org>
3591
3592 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
3593 get_frame_func instead of get_frame_pc to determine the code
3594 address used to construct the frame ID.
3595 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
3596 (i386_epilogue_frame_this_id): Likewise.
3597 (i386_epilogue_frame_prev_register): New function.
3598 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
3599 (i386_stack_tramp_frame_sniffer): Fix coding style.
3600 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
3601 (i386_gdbarch_init): Fix comments.
3602
3603 2011-06-12 Mark Kettenis <kettenis@gnu.org>
3604
3605 * i386-tdep.c (i386_match_insn_block): Use length of the proper
3606 instruction when walking back through the instruction stream.
3607
3608 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 * symtab.c (output_partial_symbol_filename): Exchange the filename and
3611 fullname parameters order.
3612
3613 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3614
3615 Code cleanup.
3616 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
3617 for fun.
3618 * psymtab.c (map_symbol_filenames_psymtab)
3619 (map_partial_symbol_filenames): Likewise.
3620 * psymtab.h: Include symfile.h.
3621 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
3622 * symfile.h (symbol_filename_ftype): New.
3623 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
3624 map_symbol_filenames, clarify more the naming in comment.
3625
3626 2011-06-07 Doug Evans <dje@google.com>
3627
3628 * cc-with-index.sh: Fix typos in comment.
3629 Look for ../../gdb, for fullname.exp.
3630
3631 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3632 Pedro Alves <pedro@codesourcery.com>
3633
3634 * cli/cli-cmds.c (shell_escape): Use waitpid.
3635 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
3636
3637 2011-06-07 Tristan Gingold <gingold@adacore.com>
3638
3639 * xcoffread.c (dwarf2_xcoff_names): New variable.
3640 (aix_process_linenos): Add a guard.
3641 (xcoff_symfile_finish): Free dwarf2.
3642 (xcoff_initial_scan): Add dwarf2 support.
3643
3644 2011-06-06 Pedro Alves <pedro@codesourcery.com>
3645
3646 * infcall.c (run_inferior_call): Don't mask async. Instead force
3647 a synchronous wait, if the target can async.
3648
3649 * target.h (struct target_ops): Delete to_async_mask.
3650 (target_async_mask): Delete.
3651 * target.c (update_current_target): Delete references to to_async_mask.
3652 * linux-nat.c (linux_nat_async_mask_value): Delete.
3653 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
3654 to linux_nat_async_mask_value.
3655 (linux_nat_async_mask): Delete.
3656 (linux_nat_async, linux_nat_close): Remove references to
3657 linux_nat_async_mask_value.
3658 * record.c (record_async_mask_value): Delete.
3659 (record_async): Remove references to record_async_mask_value.
3660 (record_async_mask): Delete.
3661 (record_can_async_p, record_is_async_p): Remove references to
3662 record_async_mask_value.
3663 (init_record_ops, init_record_core_ops): Remove references to
3664 record_async_mask.
3665 * remote.c (remote_async_mask_value): Delete.
3666 (init_remote_ops): Remove reference to remote_async_mask.
3667 (remote_can_async_p, remote_is_async_p): Remove references to
3668 remote_async_mask_value.
3669 (remote_async): Remove references to remote_async_mask_value.
3670 (remote_async_mask): Delete.
3671
3672 * infrun.c (fetch_inferior_event): Don't claim registers changed
3673 if the current thread is already not executing.
3674
3675 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
3676
3677 From Stephen Kitt <steve@sk2.org>
3678 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
3679 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
3680
3681 2011-06-03 Joel Brobecker <brobecker@adacore.com>
3682
3683 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
3684 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
3685
3686 2011-06-03 Tom Tromey <tromey@redhat.com>
3687
3688 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
3689 code fields.
3690 * python/py-exitedevent.c (create_exited_event_object): Change
3691 type of 'exit_code'. Optionally add exit_code attribute.
3692 (emit_exited_event): Change type of 'exit_code'.
3693 * python/py-event.h (emit_exited_event): Update.
3694 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
3695 * infrun.c (handle_inferior_event): Set exit code fields on
3696 inferior.
3697 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
3698 fields.
3699 * inferior.c (exit_inferior_1): Initialize new fields.
3700
3701 2011-06-03 Tom Tromey <tromey@redhat.com>
3702
3703 * dwarf2expr.c (get_signed_type): New function.
3704 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
3705
3706 2011-06-02 Keith Seitz <keiths@redhat.com>
3707
3708 * objc-lang.c (find_methods): Increment objfile_csym earlier.
3709
3710 2011-06-02 Pedro Alves <pedro@codesourcery.com>
3711
3712 * top.h (simplified_command_loop): Delete declaration.
3713
3714 2011-06-01 Mike Frysinger <vapier@gentoo.org>
3715
3716 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
3717 gdb_sysroot to the "len" variable. Append both to "arg_buf".
3718
3719 2011-06-01 Yao Qi <yao@codesourcery.com>
3720
3721 * objfiles.h (obj_section_addr): Update reference to objfile from
3722 `abfd' to `obfd'.
3723 (obj_section_endaddr): Likewise.
3724
3725 2011-06-01 Daniel Jacobowitz <drow@false.org>
3726
3727 * MAINTAINERS: Update my email address and affiliation. Also
3728 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
3729
3730 2010-05-31 Keith Seitz <keiths@redhat.com>
3731
3732 PR c++/12750
3733 * linespec.c (get_search_block): New function.
3734 (find_methods): Add FILE_SYMTATB parameter and use it and
3735 get_search_block to pass an appropriate block to
3736 lookup_symbol_in_namespace.
3737 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
3738 Check if *ARGPTR starts with a filename first.
3739 If it does, call locate_first_half again to locate the next
3740 "first half" of the linespec.
3741 Pass FILE_SYMTATB to decode_objc and decode_compound.
3742 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
3743 (locate_first_half): Stop on the first colon seen.
3744 (decode_compound): Add FILE_SYMTAB parameter.
3745 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
3746 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
3747 get_search_block with lookup_symbol.
3748 (find_method): Add FILE_SYMTAB parameter and pass it to
3749 find_methods.
3750 (decode_objc): Use get_search_block.
3751
3752 2010-05-31 Keith Seitz <keiths@redhat.com>
3753
3754 PR symtab/12704
3755 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
3756 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
3757 and CP_ANONYMOUS_NAMESPACE_LEN.
3758 (cp_is_anonymous): Likewise.
3759 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
3760 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
3761 * dwarf2read.c (namespace_name): Likewise.
3762 (fixup_partial_die): Likewise.
3763 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
3764 seen in the input, keep it.
3765
3766 2011-05-30 Pedro Alves <pedro@codesourcery.com>
3767
3768 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
3769 * inf-loop.h (inferior_event_handler_wrapper): Delete.
3770 * inf-loop.c (inferior_event_handler_wrapper): Delete.
3771 (inferior_event_handler): Don't handle INF_QUIT_REQ.
3772 * remote.c (_initialize_remote): Register
3773 async_remote_interrupt_twice directly as
3774 sigint_remote_twice_token event.
3775
3776 2011-05-30 Pedro Alves <pedro@codesourcery.com>
3777
3778 * target.h (enum inferior_event_type): Delete INF_ERROR.
3779 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
3780
3781 2011-05-30 Pedro Alves <pedro@codesourcery.com>
3782
3783 * interps.c (interp_set): Don't cancel continuations.
3784
3785 2011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3786
3787 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
3788
3789 2011-05-30 Pedro Alves <pedro@codesourcery.com>
3790
3791 * continuations.h (continuation_ftype): Add `err' parameter.
3792 Document parameters.
3793 (do_all_continuations, do_all_continuations_thread)
3794 (do_all_intermediate_continuations)
3795 (do_all_intermediate_continuations_thread)
3796 (do_all_inferior_continuations): Add `err' parameter.
3797 * continuations.c (do_my_continuations_1, do_my_continuations)
3798 (do_all_inferior_continuations, do_all_continuations_ptid)
3799 (do_all_continuations_thread_callback)
3800 (do_all_continuations_thread, do_all_continuations)
3801 (do_all_intermediate_continuations_thread_callback)
3802 (do_all_intermediate_continuations_thread)
3803 (do_all_intermediate_continuations): Add `err' parameter, and pass
3804 it down all the way to the continuations proper.
3805 * inf-loop.c (inferior_event_handler): If fetching an inferior
3806 event throws an error, don't pop the target, and still call the
3807 continuations, but with `err' set. Adjust all other continuation
3808 calls.
3809 * breakpoint.c (until_break_command_continuation): Add `err'
3810 parameter.
3811 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
3812 issue another step if `err' is set.
3813 (struct until_next_continuation_args): New.
3814 (until_next_continuation): Add `err' parameter. Adjust.
3815 (until_next_command): Adjust.
3816 (struct finish_command_continuation_args): Add `thread' field.
3817 (finish_command_continuation): Add `err' parameter. Handle it.
3818 (finish_forward): Adjust.
3819 (attach_command_continuation): Add `err' parameter. Handle it.
3820 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
3821 cancel the continuations.
3822 * interps.c (interp_set): Adjust to cancel the continuations.
3823 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
3824 continuations rather than discarding.
3825 (free_thread): Don't clear thread inferior resources here.
3826 (delete_thread_1): Do it here instead. And do it before removing
3827 the thread from the threads list. Tag the thread as exited before
3828 clearing thread inferior resources.
3829
3830 2011-05-30 Joel Brobecker <brobecker@adacore.com>
3831
3832 * infcall.c (call_function_by_hand): Rephrase error message.
3833
3834 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3835
3836 * defs.h (struct thread_info, struct inferior): Delete forward
3837 declarations.
3838 * breakpoint.h (struct thread_info): New forward declaration.
3839 * observer.sh (struct inferior): New forward declaration.
3840 * python/python-internal.h (struct inferior): New forward
3841 declaration.
3842
3843 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3844
3845 * defs.h (struct continuation, continuation_ftype)
3846 (continuation_free_arg_ftype, add_continuation)
3847 (do_all_continuations, do_all_continuations_thread)
3848 (discard_all_continuations, discard_all_continuations_thread)
3849 (add_intermediate_continuation, do_all_intermediate_continuations)
3850 (do_all_intermediate_continuations_thread)
3851 (discard_all_intermediate_continuations)
3852 (discard_all_intermediate_continuations_thread)
3853 (add_inferior_continuation, do_all_inferior_continuations)
3854 (discard_all_inferior_continuations): Move to ...
3855 * continuations.h: ... this new file.
3856 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
3857 infcmd.c, inferior.c, infrun.c, interps.c: Include
3858 continuations.h.
3859
3860 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3861 Doug Evans <dje@google.com>
3862
3863 Fix PR 10970, PR 12702.
3864 * linux-nat.c (linux_lwp_is_zombie): New function.
3865 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
3866 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
3867
3868 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3869
3870 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
3871 typedefs.
3872 (add_continuation, add_intermediate_continuation)
3873 (add_inferior_continuation): Use them.
3874 * continuations.c (struct continuation): Use them.
3875 (make_continuation_ftype): Delete.
3876 (make_continuation, add_inferior_continuation, add_continuation)
3877 (add_intermediate_continuation): Use continuation_ftype and
3878 continuation_free_arg_ftype. Rename parameters to shorter names.
3879
3880 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3881
3882 * continuations.c (make_continuation): Make it return void.
3883 (do_my_continuations): Rename to ...
3884 (do_my_continuations_1): ... this. Remove old_chain parameter and
3885 adjust.
3886 (do_my_continuations): New.
3887 (discard_my_continuations): Rename to ...
3888 (discard_my_continuations_1): ... this. Remove old_chain
3889 parameter and adjust.
3890 (discard_my_continuations): New.
3891 (add_inferior_continuation): Simplify.
3892 (do_all_inferior_continuations): Reimplement on top
3893 do_my_continuations.
3894 (discard_all_inferior_continuations): Simplify.
3895 (add_continuation): Simplify.
3896 (do_all_continuations_ptid): Simplify.
3897 (discard_all_continuations_thread_callback): Simplify.
3898 (add_intermediate_continuation): Simplify.
3899 (discard_all_intermediate_continuations_thread_callback):
3900 Simplify.
3901
3902 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3903
3904 * utils.c (struct continuation, add_continuation)
3905 (add_inferior_continuation)
3906 (do_all_inferior_continuations, discard_all_inferior_continuations)
3907 (restore_thread_cleanup, do_all_continuations_ptid)
3908 (do_all_continuations_thread_callback)
3909 (do_all_continuations_thread, do_all_continuations)
3910 (discard_all_continuations_thread_callback)
3911 (discard_all_continuations_thread, discard_all_continuations)
3912 (add_intermediate_continuation)
3913 (do_all_intermediate_continuations_thread_callback)
3914 (do_all_intermediate_continuations_thread)
3915 (do_all_intermediate_continuations)
3916 (discard_all_intermediate_continuations_thread_callback)
3917 (discard_all_intermediate_continuations_thread)
3918 (discard_all_intermediate_continuations): Move to ...
3919 * continuations.c: ... this new file, and adjust to no longer
3920 implement continuations on top of cleanups.
3921 * Makefile.in (SFILES): Add continuations.c.
3922 (COMMON_OBS): Add continuations.o.
3923
3924 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3925
3926 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
3927 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
3928 Internal error on invalid values.
3929 * reverse.c: Don't handle EXEC_ERROR.
3930 * mi/mi-main.c: Don't handle EXEC_ERROR.
3931
3932 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3933
3934 * record.c: Include event-loop.h, inf-loop.h.
3935 (record_beneath_to_async): New global.
3936 (tmp_to_async): New global.
3937 (record_async_inferior_event_token): New global.
3938 (record_open_1): Don't error out if async is enabled.
3939 (record_open): Handle to_async. Create an async event source in
3940 the event loop.
3941 (record_close): Delete the async event source.
3942 (record_resumed): New global.
3943 (record_execution_dir): New global.
3944 (record_resume, record_core_resume): Set them. Register the
3945 target on the event loop.
3946 (record_wait): Rename to ...
3947 (record_wait_1): ... this. Add more debug output. Handle
3948 TARGET_WNOHANG, and the target beneath returning
3949 TARGET_WAITKIND_IGNORE.
3950 (record_wait): Reimplement on top of record_wait_1.
3951 (record_async_mask_value): New global.
3952 (record_async, record_async_mask, record_can_async_p)
3953 (record_is_async_p, record_execution_direction): New functions.
3954 (init_record_ops, init_record_core_ops): Install new methods.
3955 * infrun.c (fetch_inferior_event): Temporarily switch the global
3956 execution direction to the direction the target was going.
3957 (execution_direction): Change type to int.
3958 * target.c (default_execution_direction): New function.
3959 (update_current_target): Inherit and de_fault
3960 to_execution_direction.
3961 * target.h (struct target_ops) <to_execution_direction>: New
3962 field.
3963 (target_execution_direction): New macro.
3964 * inferior.h (execution_direction): Change type to int.
3965
3966 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3967
3968 * infcall.c (call_function_by_hand): Don't allow calling functions
3969 in reverse execution mode.
3970
3971 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3972
3973 * infcmd.c (finish_command): Allow async finish in reverse.
3974
3975 2011-05-26 Yao Qi <yao@codesourcery.com>
3976
3977 * gdb_thread_db.h: Delete. Move to ...
3978 * common/gdb_thread_db.h: ... here.
3979
3980 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3981
3982 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
3983 function's entry point instead of a manually managed momentary
3984 breakpoint, and only ever issue one proceed call.
3985 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
3986 doing a reverse-finish, switch to stepi mode, to do another step.
3987 (insert_step_resume_breakpoint_at_sal): Make public.
3988 (normal_stop): No need to save function value return registers if
3989 going reverse.
3990 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
3991
3992 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3993
3994 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
3995 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
3996 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
3997 at the end.
3998 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
3999 step-resume breakpoints.
4000 (print_it_typical): Handle bp_hp_step_resume.
4001 (bpstat_what): Ditto.
4002 (bptype_string): Ditto.
4003 (print_one_breakpoint_location): Ditto.
4004 (allocate_bp_location): Ditto.
4005 (mention): Ditto.
4006 (breakpoint_re_set_one): Ditto.
4007 * infrun.c (handle_inferior_event): Adjust. Split
4008 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
4009 BPSTAT_WHAT_HP_STEP_RESUME.
4010 (insert_step_resume_breakpoint_at_sal): Rename to ...
4011 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
4012 parameter. Handle it.
4013 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
4014 insert_step_resume_breakpoint_at_sal_1.
4015 (insert_step_resume_breakpoint_at_frame): Rename to ...
4016 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
4017 set a high-priority step-resume breakpoint.
4018 (insert_step_resume_breakpoint_at_frame): Adjust comment.
4019 (insert_step_resume_breakpoint_at_caller): Ditto.
4020
4021 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4022
4023 * breakpoint.c (iterate_over_related_breakpoints): New.
4024 (do_map_delete_breakpoint): New.
4025 (delete_command): Pass do_map_delete_breakpoint to
4026 map_breakpoint_numbers.
4027 (do_disable_breakpoint): New.
4028 (do_map_disable_breakpoint): Iterate over the breakpoint's related
4029 breakpoints.
4030 (do_enable_breakpoint): Rename to ...
4031 (enable_breakpoint_disp): ... this.
4032 (enable_breakpoint): Adjust.
4033 (do_enable_breakpoint): New.
4034 (enable_once_breakpoint): Delete.
4035 (do_map_enable_breakpoint): New.
4036 (do_map_enable_once_breakpoint): New.
4037 (enable_once_command, enable_delete_command)
4038 (delete_trace_command): Iterate over the breakpoint's related
4039 breakpoints.
4040
4041 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4042
4043 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
4044 for ALPHA_ZERO_REGNUM.
4045 (alpha_supply_int_regs): Explicitly supply zero as the value for
4046 ALPHA_ZERO_REGNUM in the register cache.
4047 * alpha-nat.c (fetch_osf_core_registers): Ditto.
4048
4049 2011-05-26 Yao Qi <yao@codesourcery.com>
4050
4051 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
4052
4053 2011-05-26 Tristan Gingold <gingold@adacore.com>
4054
4055 * symfile.h (struct dwarf2_section_names): New type.
4056 (struct dwarf2_debug_sections): New type.
4057 (dwarf2_has_info): Add parameter.
4058 * dwarf2read.c (dwarf2_elf_names): New variable.
4059 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
4060 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
4061 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
4062 (dwarf2_has_info): Add names parameter. Pass names
4063 to dwarf2_locate_sections.
4064 (section_is_p): Rewrite using the names parameter.
4065 (dwarf2_locate_sections): Use section names from the names parameter.
4066 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
4067 * elfread.c (read_psyms): Ditto.
4068 * machoread.c (macho_symfile_read): Ditto.
4069
4070 2011-05-25 Andreas Schwab <schwab@redhat.com>
4071
4072 PR gdb/8677
4073 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
4074
4075 2011-05-24 Keith Seitz <keiths@redhat.com>
4076
4077 PR breakpoint/12803
4078 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
4079 (decode_compound): Unconditionally call keep_name_info.
4080
4081 2011-05-24 Pedro Alves <pedro@codesourcery.com>
4082
4083 * breakpoint.c (watchpoint_check): If the watchpoint went out of
4084 scope, clear its command list.
4085 (map_breakpoint_numbers): Don't walk the related breakpoints list
4086 of each breakpoint.
4087
4088 2011-05-24 Tom Tromey <tromey@redhat.com>
4089
4090 * MAINTAINERS: Move Jim Blandy to past maintainers.
4091
4092 2011-05-24 Tristan Gingold <gingold@adacore.com>
4093
4094 * symfile.h (enum dwarf2_section_enum): New type.
4095 (dwarf2_get_section_info): New prototype.
4096 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
4097 section_name by sect. Use a switch to select the info.
4098 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
4099 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
4100
4101 2011-05-24 Pedro Alves <pedro@codesourcery.com>
4102
4103 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
4104 shared library event breakpoint if there's no execution.
4105
4106 2011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
4107
4108 * breakpont.c (remove_hw_watchpoints): Remove unused function.
4109 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
4110
4111 2011-05-23 Tom Tromey <tromey@redhat.com>
4112
4113 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
4114 NULL.
4115
4116 2011-05-23 Doug Evans <dje@google.com>
4117
4118 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
4119 entry for RuntimeError to doc string.
4120
4121 2011-05-23 Jerome Guitton <guitton@adacore.com>
4122
4123 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
4124 sequence for probing loops.
4125
4126 2011-05-23 Pedro Alves <pedro@codesourcery.com>
4127
4128 * infrun.c (user_visible_resume_ptid): Fix typos in describing
4129 comment.
4130
4131 2011-05-21 Mark Kettenis <kettenis@gnu.org>
4132
4133 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
4134 zero as the value for %g0 in the register cache.
4135 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
4136 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
4137
4138 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4139
4140 * infrun.c (proceed): Set previous_inferior_ptid here.
4141 (init_wait_for_inferior): Initialize previous_inferior_ptid from
4142 inferior_ptid, not null_ptid.
4143 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
4144 (fetch_inferior_event): Nor here.
4145
4146 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4147
4148 * inf-loop.c (inferior_event_handler): Only output a message if
4149 verbose.
4150
4151 2011-05-20 Luis Machado <lgustavo@codesourcery.com>
4152
4153 * MAINTAINERS: Update my e-mail address.
4154
4155 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4156
4157 * infrun.c (proceed): Switch the inferior event loop to
4158 INF_EXEC_COMPLETE if the target refused to resume from a
4159 vfork/fork.
4160
4161 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4162
4163 * infcmd.c: Include "inf-loop.h".
4164 (step_once): When stepping into an inline subroutine, pretend the
4165 target has run. If the target can async, switch the inferior
4166 event loop to INF_EXEC_COMPLETE.
4167 * inferior.h (user_visible_resume_ptid): Declare.
4168 * infrun.c (user_visible_resume_ptid): New function, factored out
4169 from `resume'.
4170 (resume): Use it.
4171 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
4172 that the current thread is running. Merge async and sync
4173 branches.
4174
4175 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4176
4177 * infcmd.c (step_1): Simplify synchronous case.
4178
4179 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4180
4181 * tracepoint.c: Include exceptions.h.
4182 (TFILE_PID): Move higher in file.
4183 (tfile_open): Delay pushing the tfile target until we're assured
4184 the tfile header is present in the file. Wrap reading the initial
4185 newline-terminated lines in TRY_CATCH. Pop the target if the
4186 initial setup failed. Add the tfile's thread immediately
4187 aftwards, before any non-essential setup. Don't skip
4188 post_create_inferior if there are no traceframes present in the
4189 file.
4190 (tfile_close): Remove redundant check for null before xfree call.
4191 (tfile_thread_alive): New function.
4192 (init_tfile_ops): Register it as to_thread_alive callback.
4193
4194 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4195
4196 * tracepoint.c (tfile_open): Delete #if 0'd code.
4197
4198 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4199
4200 Fix -readnow for -gdwarf-4 unused type units.
4201 * dwarf2read.c (struct signatured_type): Remove the field offset.
4202 (create_signatured_type_table_from_index): Remove its initialization.
4203 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
4204 instead. Add a complaint call.
4205 (process_psymtab_comp_unit): Change assignment to gdb_assert.
4206 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
4207 (lookup_signatured_type_at_offset, read_signatured_type)
4208 (write_one_signatured_type): Update the field for per_cu.
4209
4210 2011-05-19 Tom Tromey <tromey@redhat.com>
4211
4212 * python/py-inferior.c (python_inferior_exit): Use
4213 target_gdbarch.
4214 (python_on_resume): Likewise.
4215
4216 2011-05-19 Matt Rice <ratmice@gmail.com>
4217
4218 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
4219
4220 2011-05-19 Hui Zhu <teawater@gmail.com>
4221
4222 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
4223
4224 2011-05-19 Hui Zhu <teawater@gmail.com>
4225
4226 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
4227
4228 2011-05-18 Tom Tromey <tromey@redhat.com>
4229
4230 * dwarf2read.c (dwarf2_add_field): Constify.
4231 * value.c (value_static_field): Constify.
4232 * gdbtypes.h (struct main_type) <field.field_location.physname>:
4233 Now const.
4234 * ax-gdb.c (gen_static_field): Constify
4235
4236 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4237
4238 * linux-nat.c (kill_callback): Use SIGKILL first.
4239
4240 2011-05-18 Joel Brobecker <brobecker@adacore.com>
4241
4242 * ada-lang.c (print_it_exception): Avoid use of sprintf.
4243
4244 2011-05-18 Tom Tromey <tromey@redhat.com>
4245
4246 * value.c (value_fn_field): Constify.
4247 * symtab.c (gdb_mangle_name): Constify.
4248 * stabsread.c (update_method_name_from_physname): Make 'physname'
4249 argument const.
4250 * p-typeprint.c (pascal_type_print_method_args): Make arguments
4251 const. Use explicit fputc_filtered loop.
4252 (pascal_type_print_base): Constify.
4253 * p-lang.h (pascal_type_print_method_args): Update.
4254 * linespec.c (add_matching_methods): Constify.
4255 (add_constructors): Likewise.
4256 * jv-typeprint.c (java_type_print_base): Constify.
4257 * gdbtypes.h (struct cplus_struct_type)
4258 <fn_fieldlist.fn_field.physname>: Now const.
4259 * dwarf2read.c (compute_delayed_physnames): Constify.
4260 (dwarf2_add_member_fn): Likewise.
4261 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
4262
4263 2011-05-18 Pedro Alves <pedro@codesourcery.com>
4264
4265 * infrun.c (resume): Mention which is the current thread, and its
4266 current PC in debug output.
4267 (prepare_to_proceed): Mention the thread switching in debug
4268 output.
4269
4270 2011-05-18 Tom Tromey <tromey@redhat.com>
4271
4272 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
4273 path check. Use xmalloc and cleanups.
4274 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
4275
4276 2011-05-17 Tom Tromey <tromey@redhat.com>
4277
4278 * cp-valprint.c (cp_print_value_fields): Catch errors from
4279 value_static_field.
4280
4281 2011-05-17 Tom Tromey <tromey@redhat.com>
4282
4283 * dwarf2read.c (dwarf2_get_die_type): Call
4284 get_die_type_at_offset.
4285 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
4286 get_base_type function.
4287
4288 2011-05-17 Tomas Martinec <fyzmat@gmail.com>
4289
4290 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
4291 trap_expected.
4292
4293 2011-05-16 Doug Evans <dje@google.com>
4294
4295 * python/py-auto-load.c (source_section_scripts): Mention objfile
4296 name in warning.
4297
4298 2011-05-15 Doug Evans <dje@google.com>
4299
4300 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
4301 (try_thread_db_load_from_pdir): Call it. If unable to find
4302 libthread_db in directory of libpthread, see if we're looking at
4303 the separate-debug-info copy.
4304
4305 * python/py-autoload.c (print_script): Print "Missing" instead of
4306 "No" for missing scripts.
4307 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
4308
4309 2011-05-13 Doug Evans <dje@google.com>
4310
4311 * ui-file.c (stdio_file_write_async_safe): Add comment.
4312
4313 2011-05-14 Hui Zhu <teawater@gmail.com>
4314
4315 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
4316
4317 2011-05-13 Doug Evans <dje@google.com>
4318
4319 Support $pdir and $sdir in libthread-db-search-path.
4320 * NEWS: Mention $sdir,$pdir.
4321 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
4322 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
4323 (try_thread_db_load_from_sdir): New function.
4324 (try_thread_db_load_from_dir): New function.
4325 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
4326 system directories if search of libthread-db-search-path fails,
4327 that is now done via $sdir.
4328 (has_libpthread): New function.
4329 (thread_db_load): Remove search for libthread_db in directory of
4330 libpthread, that is now done via $pdir.
4331
4332 * NEWS: Mention "info auto-load-scripts".
4333 * python/py-auto-load.c (struct auto_load_pspace_info): New member
4334 script_not_found_warning_printed.
4335 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
4336 all callers updated. Initialize script_not_found_warning_printed.
4337 (get_auto_load_pspace_data_for_loading): New function.
4338 (maybe_add_script): New function.
4339 (source_section_scripts): Simplify. Only print one warning regardless
4340 of the number of auto-load scripts not found.
4341 (clear_section_scripts): Clear script_not_found_warning_printed.
4342 (auto_load_objfile_script): Record script in hash table.
4343 (count_matching_scripts): New function.
4344 (maybe_print_script): Renamed from maybe_print_section_script, all
4345 callers updated. Rewrite to use ui_out_*.
4346 (info_auto_load_scripts): Renamed from
4347 maintenance_print_section_scripts, all callers updated.
4348 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
4349 renamed as "info auto-load-scripts".
4350
4351 2011-05-13 Tom Tromey <tromey@redhat.com>
4352
4353 * dwarf2expr.c (read_uleb128): Cast intermediate result.
4354 (read_sleb128): Likewise.
4355
4356 2011-05-13 Tom Tromey <tromey@redhat.com>
4357
4358 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
4359 offset display.
4360
4361 2011-05-13 Doug Evans <dje@google.com>
4362
4363 * linux-nat.c (debug_linux_nat_async): Delete.
4364 Replace all references to use debug_linux_nat instead.
4365 (show_debug_linux_nat_async): Delete.
4366 (sigchld_handler): Call ui_file_write_async_safe instead of
4367 fprintf_unfiltered.
4368 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
4369 * ui-file.c (struct ui_file): New member to_write_async_safe.
4370 (null_file_write_async_safe): New function.
4371 (ui_file_write_async_safe): New function.
4372 (set_ui_file_write_async_safe): New function.
4373 (ui_file_new): Initialize to_write_async_safe.
4374 (stdio_file_write_async_safe): New function.
4375 (struct stdio_file): New member fd.
4376 (stdio_file_new): Initialize to_write_async_safe, fd.
4377 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
4378 fileno.
4379 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
4380 (set_ui_file_write_async_safe): Declare.
4381 (ui_file_write_async_safe): Declare.
4382
4383 2011-05-13 Tom Tromey <tromey@redhat.com>
4384
4385 * utils.c (do_value_free): New function.
4386 (make_cleanup_value_free): Likewise.
4387 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
4388 freeing correctly.
4389 (dwarf2_loc_desc_needs_frame): Call
4390 make_cleanup_value_free_to_mark.
4391 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
4392 * dwarf2expr.c (free_dwarf_expr_context): Don't call
4393 value_free_to_mark.
4394 (new_dwarf_expr_context): Don't call value_mark.
4395 * dwarf2-frame.c (execute_stack_op): Call
4396 make_cleanup_value_free_to_mark.
4397 * defs.h (make_cleanup_value_free): Declare.
4398
4399 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
4400
4401 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
4402 prepare_execute_command.
4403 * top.c (prepare_execute_command): Return cleanup.
4404 (execute_command): Use cleanup from prepare_execute_command.
4405 * top.h (prepare_execute_command): Change prototype to return
4406 cleanup.
4407 * defs.h (struct value): Add opaque declaration.
4408 (make_cleanup_value_free_to_mark): Add prototype.
4409 * utils.c (do_value_free_to_mark): New function.
4410 (make_cleanup_value_free_to_mark): Likewise.
4411
4412 2011-05-12 Tom Tromey <tromey@redhat.com>
4413
4414 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
4415 cast left-hand-side to unsigned.
4416
4417 2011-05-12 Tom Tromey <tromey@redhat.com>
4418
4419 PR gdb/12617:
4420 * value.h (value_from_contents): Declare.
4421 * value.c (value_from_contents): New function.
4422 * dwarf2read.c (dwarf_stack_op_name): Add new values.
4423 (dwarf2_get_die_type): New function.
4424 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
4425 (allocate_piece_closure): Acquire reference to values.
4426 (read_pieced_value): Update for value-based expressions.
4427 (write_pieced_value): Likewise.
4428 (free_pieced_value_closure): Call value_free as needed.
4429 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
4430 Update for value-based expressions.
4431 * dwarf2loc.h (dwarf2_get_die_type): Declare.
4432 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
4433 <get_base_type>: New field.
4434 (struct dwarf_expr_piece) <v.value>: Change type.
4435 <v.regno>: New field.
4436 (struct dwarf_expr_context) <mark>: New field.
4437 (dwarf_expr_piece, dwarf_expr_fetch): Update.
4438 (dwarf_expr_pop, dwarf_expr_push): Remove.
4439 (dwarf_expr_push_address): Declare.
4440 * dwarf2expr.c (dwarf_arch_cookie): New global.
4441 (struct dwarf_gdbarch_types): New.
4442 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
4443 functions.
4444 (dwarf_expr_push): Change type of 'value' argument. Update. Now
4445 static.
4446 (dwarf_expr_push_address): New function.
4447 (dwarf_expr_pop): Now static.
4448 (dwarf_expr_fetch): Change return type.
4449 (dwarf_require_integral): New function.
4450 (dwarf_expr_fetch): Simplify.
4451 (add_piece): Update.
4452 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
4453 functions.
4454 (execute_stack_op) <sign_ext>: Remove.
4455 Use values for DWARF stack.
4456 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
4457 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
4458 New cases.
4459 (_initialize_dwarf2expr): New function.
4460 (add_piece): Update.
4461 (new_dwarf_expr_context): Set new field.
4462 (free_dwarf_expr_context): Call value_free_to_mark.
4463 * dwarf2-frame.c (no_base_type): New function.
4464 (execute_stack_op): Set get_base_type field. Update.
4465
4466 2011-05-12 Tom Tromey <tromey@redhat.com>
4467
4468 * dwarf2read.c (read_common_block): Fix formatting.
4469
4470 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4471
4472 * breakpoint.c (disable_breakpoint): Disable all locations
4473 associated with a tracepoint on target if a trace experiment is
4474 running.
4475 (disable_command): Disable a specific tracepoint location on target if
4476 a trace experiment is running.
4477 (do_enable_breakpoint): Enable all locations associated with a
4478 tracepoint on target if a trace experiment is running.
4479 (enable_command) Enable a specific tracepoint location on target if a
4480 trace experiment is running.
4481 * target.c (update_current_target): Add INHERIT and de_fault clauses for
4482 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4483 to_disable_tracepoint.
4484 * target.h: Add declaration of struct bp_location.
4485 (struct target_ops): Add new functions
4486 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4487 to_disable_tracepoint to target operations.
4488 (target_supports_enable_disable_tracepoint): New macro.
4489 (target_enable_tracepoint): New macro.
4490 (target_disable_tracepoint): New macro.
4491 * remote.c (struct remote_state): Add new field.
4492 (remote_enable_disable_tracepoint_feature): New.
4493 (remote_protocol_features): Add new entry.
4494 (remote_supports_enable_disable_tracepoint): New.
4495 (remote_enable_tracepoint): New.
4496 (remote_disable_tracepoint): New.
4497 (init_remote_ops): Add remote_enable_tracepoint,
4498 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
4499 to remote operations.
4500 * tracepoint.c (start_tracing): Allow tracing to start without any
4501 tracepoints enabled with just a warning if they can be re-enabled
4502 later.
4503 * NEWS: Add news item for the new behaviour of the enable and disable
4504 GDB commands when applied to tracepoints.
4505 Add news items for the new remote packets QTEnable and QTDisable.
4506
4507 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4508
4509 * config.in: Regenerate.
4510 * configure: Regenerate.
4511 * configure.ac <--with-system-readline> (for readline_echoing_p):
4512 Remove the test.
4513 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
4514 (tui_old_rl_echoing_p): ... here.
4515 (tui_setup_io): Rename extern declaration readline_echoing_p to
4516 _rl_echoing_p. Adjust assignments for the both renames.
4517
4518 2011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4519
4520 * symtab.c (lookup_symtab): Run cleanup before returning.
4521
4522 2011-05-11 Tom Tromey <tromey@redhat.com>
4523
4524 * dwarf2read.c (handle_data_member_location): New function.
4525 (dwarf2_add_field): Use it.
4526 (read_common_block): Likewise.
4527
4528 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4529
4530 Make addrs->SECTINDEX always defined.
4531 * symfile.c (relative_addr_info_to_section_offsets): Check for
4532 SECTINDEX -1, not for zero ADDR.
4533 (addrs_section_compar): Remove checking for invalid SECTINDEX.
4534 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
4535 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
4536 on its validity.
4537
4538 2011-05-10 Doug Evans <dje@google.com>
4539
4540 * linux-thread-db.c: Whitespace cleanup.
4541 (try_thread_db_load_1): Fix comment.
4542
4543 * linux-thread-db.c (set_libthread_db_search_path): New function.
4544 (_initialize_thread_db): Add setter for libthread-db-search-path.
4545
4546 2011-05-09 Doug Evans <dje@google.com>
4547
4548 * NEWS: Mention --with-iconv-bin.
4549 * configure.ac: New option --with-iconv-bin.
4550 * configure: Regenerate.
4551 * config.in: Regenerate.
4552 * defs.h (relocate_gdb_directory): Declare.
4553 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
4554 removed progname parameter, and exported. All callers updated.
4555 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
4556
4557 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
4558 adding missing call to restore_child_signals_mask.
4559
4560 2011-05-09 Pedro Alves <pedro@codesourcery.com>
4561
4562 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
4563 parameter.
4564 * infrun.c (proceed, start_remote): Adjust.
4565 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
4566 and adjust to not handle it.
4567 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
4568 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
4569 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
4570 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
4571 * windows-nat.c (do_initial_windows_stuff): Adjust.
4572 * infcmd.c (attach_command): Adjust.
4573 (notice_new_inferior): Adjust.
4574
4575 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4576
4577 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
4578 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
4579 * spu-tdep.c (op_selb): Use correct value.
4580
4581 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4582
4583 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
4584 "parent" parameter to symbol_file_add_from_bfd call.
4585
4586 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4587 Thiago Jung Bauermann <bauerman@br.ibm.com>
4588
4589 Implement support for PowerPC BookE masked watchpoints.
4590 * NEWS: Mention masked watchpoint support. Create "Changed commands"
4591 section.
4592 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
4593 method. Initialize to NULL in all existing breakpoint_ops instances.
4594 (struct breakpoint) <hw_wp_mask>: New field.
4595 * breakpoint.c (is_masked_watchpoint): Add prototype.
4596 (update_watchpoint): Don't set b->val for masked watchpoints. Call
4597 breakpoint's breakpoint_ops.works_in_software_mode if available.
4598 (watchpoints_triggered): Handle the case of a hardware masked
4599 watchpoint trigger.
4600 (watchpoint_check): Likewise.
4601 (works_in_software_mode_watchpoint): New function.
4602 (insert_masked_watchpoint, remove_masked_watchpoint)
4603 (resources_needed_masked_watchpoint)
4604 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
4605 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
4606 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
4607 functions.
4608 (masked_watchpoint_breakpoint_ops): New structure.
4609 (watch_command_1): Check for the existence of the `mask' parameter.
4610 Set b->ops according to the type of hardware watchpoint being created.
4611 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
4612 (ppc_linux_remove_mask_watchpoint)
4613 (ppc_linux_masked_watch_num_registers): New functions.
4614 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
4615 to_remove_mask_watchpoint and to_masked_watch_num_registers.
4616 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
4617 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
4618 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4619 (target_masked_watch_num_registers): New functions.
4620 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
4621 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
4622 methods.
4623 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4624 (target_masked_watch_num_registers): Add prototypes.
4625
4626 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4627
4628 PR 12573
4629 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
4630 (producer_is_gcc_ge_4_0): New function.
4631 (process_full_comp_unit): Set also symtab->locations_valid. Move the
4632 symtab->language code.
4633 (var_decode_location): Set cu->has_loclist.
4634 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
4635 skip. Intialize force_skip from locations_valid. Move the prologue
4636 skipping code into two passes.
4637 * symtab.h (struct symtab): Make the primary field a bitfield. New
4638 field locations_valid.
4639
4640 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4641
4642 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
4643 (classify_inner_name): Call cp_lookup_nested_type with
4644 yylval.tsym.type.
4645 * cp-namespace.c (cp_lookup_nested_type): New variable
4646 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
4647 type_name_no_tag_or_error with saved_parent_type.
4648 * dwarf2read.c (load_partial_dies): Read in any children of
4649 DW_TAG_typedef with complaint in such case.
4650 * gdbtypes.c (type_name_no_tag_or_error): New function.
4651 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
4652 * valops.c (destructor_name_p): New comment for parameter type. Remove
4653 type const. Make dname and cp const. Call type_name_no_tag_or_error.
4654 * value.h (destructor_name_p): Remove type const.
4655
4656 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4657
4658 * symtab.c (compare_symbol_name): New function.
4659 (completion_list_add_name, expand_partial_symbol_name): Call it,
4660 remove the variable ncmp.
4661 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
4662 gdb_assert it.
4663
4664 2011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4665
4666 Demote to sw watchpoint only in update_watchpoint.
4667 * breakpoint.c (update_watchpoint): Change between software and
4668 hardware watchpoint for all kinds of watchpoints, not just
4669 read/write ones. Determine b->exact value here instead of
4670 in watch_command_1. Error out if there are not enough resources
4671 for a read or access hardware watchpoint.
4672 (watch_command_1): Remove logic of checking whether there are
4673 enough resources available, since update_watchpoint will do that
4674 work now. Don't set b->exact here. Catch exceptions thrown by
4675 update_watchpoint and delete the watchpoint.
4676 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
4677 Use target_exact_watchpoints instead.
4678 (delete_breakpoint): Notify observers only if deleted watchpoint
4679 has a breakpoint number assigned to it.
4680
4681 2011-05-05 Janis Johnson <janisjo@codesourcery.com>
4682
4683 * MAINTAINERS: Add myself as a write-after-approval maintainer.
4684
4685 2011-05-05 Jerome Guitton <guitton@adacore.com>
4686
4687 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
4688 New functions.
4689 (i386_stack_tramp_frame_unwind): New static global.
4690 (i386_match_pattern): New function, extracted from i386_match_insn.
4691 (i386_match_insn): Use i386_match_pattern.
4692 (i386_match_insn_block): New function.
4693 (i386_tramp_chain_in_reg_insns)
4694 (i386_tramp_chain_on_stack_insns): New static variables.
4695 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
4696 of unwinders.
4697
4698 2011-05-04 Joseph Myers <joseph@codesourcery.com>
4699
4700 * configure.host (xscale*): Don't handle target.
4701 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
4702 handle targets.
4703
4704 2011-05-04 Yao Qi <yao@codesourcery.com>
4705
4706 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
4707
4708 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4709
4710 Revert:
4711 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
4712 | * elfread.c (elf_symtab_read): Stop memory leak.
4713
4714 2011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
4715
4716 * nto-tdep.c (nto_target): Replace deprecated call to
4717 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
4718
4719 2011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4720
4721 Fix false GCC warning.
4722 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
4723
4724 2011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
4725
4726 * breakpoint.c (update_watchpoint): Move code to change
4727 the enable state of breakpoint from here ...
4728 (do_enable_breakpoint): ... to here.
4729
4730 2011-04-26 Andrew Gontarek <andrewg@cray.com>
4731
4732 * valprint.c (val_print_array_elements): Fixed poor performance
4733 of printing very large arrays with repeat_count_threshold set
4734 to unlimited. New comment.
4735
4736 2011-04-29 Tom Tromey <tromey@redhat.com>
4737
4738 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
4739 (mi_parse): Likewise.
4740 * breakpoint.c (break_range_command): Use sizeof char*, not
4741 char**.
4742 (create_breakpoint): Likewise.
4743 (parse_breakpoint_sals): Likewise.
4744
4745 2011-04-29 Pedro Alves <pedro@codesourcery.com>
4746
4747 * linux-nat.c (linux_child_remove_fork_catchpoint)
4748 (linux_child_remove_vfork_catchpoint)
4749 (linux_child_remove_exec_catchpoint): New functions.
4750 (linux_target_install_ops): Install them.
4751
4752 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
4753
4754 PR mi/12531
4755
4756 * varobj.c (install_default_visualizer): Do not install a
4757 visualizer if the varobj is CPLUS_FAKE_CHILD.
4758 (construct_visualizer): Likewise.
4759
4760 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4761
4762 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
4763 case insensitive comparison.
4764
4765 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
4766
4767 * infrun.c (proceed): Revert previous change.
4768 (resume): Instead, handle the case of signal delivery while stepping
4769 off a breakpoint location here, and only if software single-stepping
4770 is used. Handle nested signals.
4771
4772 2011-04-28 Yao Qi <yao@codesourcery.com>
4773
4774 * arm-tdep.c (copy_unmodified): Rename to ...
4775 (arm_copy_unmodified): .. this. New.
4776 (copy_preload): Move common part to ...
4777 (install_preload): .. this. New.
4778 (arm_copy_preload): New.
4779 (copy_preload_reg): Move common part to ...
4780 (install_preload_reg): ... this. New.
4781 (arm_copy_preload_reg): New.
4782 (copy_b_bl_blx): Move common part to ...
4783 (install_b_bl_blx): .. this. New.
4784 (arm_copy_b_bl_blx): New.
4785 (copy_bx_blx_reg): Move common part to ...
4786 (install_bx_blx_reg): ... this. New.
4787 (arm_copy_bx_blx_reg): New.
4788 (copy_alu_reg): Move common part to ...
4789 (install_alu_reg): ... this. New.
4790 (arm_copy_alu_reg): New.
4791 (copy_alu_shifted_reg): Move common part to ...
4792 (install_alu_shifted_reg): ... this. New.
4793 (copy_ldr_str_ldrb_strb): Move common part to ...
4794 (install_ldr_str_ldrb_strb): ... this. New.
4795 (arm_copy_ldr_str_ldrb_strb): New.
4796 (copy_copro_load_store): Move some common part to ...
4797 (install_copy_copro_load_store): ... this. New.
4798 (arm_copy_copro_load_store): New.
4799 (copy_svc): Delete.
4800 (arm_copy_svc): Renamed from copy_svc.
4801 (copy_undef): Delete.
4802 (arm_copy_undef): Renamed from copy_undef.
4803 (decode_ext_reg_ld_st): Delete.
4804 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4805 (decode_svc_copro): Delete.
4806 (arm_decode_svc_copro): Renamed from decode_svc_copro.
4807 (copy_copro_load_store, copy_alu_imm): update callers.
4808 (copy_extra_ld_st, copy_block_xfer): Likewise.
4809 (decode_misc_memhint_neon, decode_unconditional): Likewise.
4810 (decode_miscellaneous, decode_dp_misc): Likewise.
4811 (decode_ld_st_word_ubyte, decode_media): Likewise.
4812 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
4813 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
4814 (decode_unconditional, decode_miscellaneous): Likewise.
4815 (decode_media, decode_b_bl_ldmstm): Likewise.
4816 (arm_process_displaced_insn): Likewise..
4817 (decode_misc_memhint_neon): Delete.
4818 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
4819 (decode_miscellaneous): Delete.
4820 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
4821 (decode_dp_misc): Delete.
4822 (arm_decode_dp_misc): Renamed from decode_dp_misc.
4823 (decode_ld_st_word_ubyte): Delete.
4824 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
4825 (decode_media): Delete.
4826 (arm_decode_media): Renamed from decode_media.
4827 (decode_b_bl_ldmstm): Delete.
4828 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
4829 (decode_ext_reg_ld_st): Delete.
4830 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4831 (decode_unconditional): Delete.
4832 (arm_decode_unconditional): Renamed from decode_unconditional.
4833
4834 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4835
4836 Case insensitive lookups implementation.
4837 * dwarf2read.c: Include ctype.h.
4838 (struct mapped_index): New field version.
4839 (mapped_index_string_hash): New parameter index_version. New comment
4840 for it. Call tolower appropriately.
4841 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
4842 Choose the right index version for mapped_index_string_hash.
4843 (dwarf2_read_index): Support also the index version 5. Initialize the
4844 new struct mapped_index field version.
4845 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
4846 (find_slot): Explain the version needs. Pass INT_MAX for the new
4847 parameter.
4848 (write_psymtabs_to_index): Produce version 5.
4849 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
4850 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
4851 * psymtab.c (lookup_partial_symbol): Find the
4852 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
4853 entries.
4854 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
4855 NAME lowercasing.
4856 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
4857 (completion_list_add_name): New variable ncmp, initialize it, use it.
4858 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
4859 * utils.c (strcmp_iw): Support case_sensitive_off.
4860 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
4861 New function comment part. New variables saved_string1,
4862 saved_string2 and case_pass. Add a proper second pass.
4863
4864 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4865
4866 Replace re_comp/re_exec by regcomp/regexec.
4867 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
4868 (search_symbols_name_matches): Use them, use regexec.
4869 (search_symbols): New variable retval_chain, adjust the use of
4870 old_chain against it. Replace re_comp by regcomp. Use the new struct
4871 search_symbols_data fields, use regexec instead of re_exec.
4872
4873 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4874
4875 Format the code for the next patch.
4876 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
4877 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
4878 New variables c1 and c2.
4879
4880 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
4881
4882 * infrun.c (proceed): Do not single-step into signal delivery
4883 when stepping off a breakpoint location.
4884 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
4885 (insert_step_resume_breakpoint_at_caller): Likewise.
4886 (insert_step_resume_breakpoint_at_sal): Likewise.
4887 (insert_longjmp_resume_breakpoint): Likewise.
4888
4889 2011-04-27 Yao Qi <yao@codesourcery.com>
4890
4891 * common/linux-ptrace.h: Remove include <sys/wait.h>.
4892
4893 2011-04-27 Joel Brobecker <brobecker@adacore.com>
4894
4895 * procfs.c (procfs_pass_signals): Fix advance declaration.
4896
4897 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
4898
4899 * target.h (struct target_ops): Remove to_notice_signals;
4900 add to_pass_signals.
4901 (target_notice_signals): Remove.
4902 (target_pass_signals): Add prototype.
4903 * target.c (update_current_target): Remove to_notice_signals;
4904 mention to_pass_signals.
4905 (target_pass_signals): New function.
4906 (debug_to_notice_signals): Remove.
4907 (setup_target_debug): Do not install debug_to_notice_signals.
4908
4909 * infrun.c (signal_pass): New global.
4910 (resume): Call target_pass_signals.
4911 (handle_inferior_event): Report all signals while stepping over
4912 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
4913 are re-inserted when stepping over a signal handler.
4914 (signal_cache_update): New function.
4915 (signal_stop_update): Call it.
4916 (signal_print_update): Likewise.
4917 (signal_pass_update): Likewise.
4918 (handle_command): Call signal_cache_update and target_pass_signals
4919 instead of target_notice_signals.
4920 (_initialize_infrun): Initialize signal_pass.
4921
4922 * linux-nat.c (pass_mask): New global.
4923 (linux_nat_pass_signals): New function.
4924 (linux_nat_create_inferior): Report all signals initially.
4925 (linux_nat_attach): Likewise.
4926 (linux_nat_resume): Use pass_mask to decide whether to directly
4927 handle an inferior signal.
4928 (linux_nat_wait_1): Likewise.
4929 (linux_nat_add_target): Install to_pass_signals callback.
4930
4931 * nto-procfs.c (notice_signals): Remove.
4932 (procfs_resume): Do not call notice_signals.
4933 (procfs_notice_signals): Remove.
4934 (procfs_pass_signals): New function.
4935 (init_procfs_ops): Install to_pass_signals callback instead of
4936 to_notice_signals callback.
4937 (_initialize_procfs): Report all signals initially.
4938
4939 * procfs.c (procfs_notice_signals): Remove.
4940 (procfs_pass_signals): New function.
4941 (procfs_target): Install to_pass_signals callback instead of
4942 to_notice_signals callback.
4943 (register_gdb_signals): Remove.
4944 (procfs_debug_inferior): Report all signals initially.
4945 (procfs_init_inferior): Remove redundant register_gdb_signals call.
4946
4947 * remote.c (remote_pass_signals): Add numsigs and pass_signals
4948 parameters; use them instead of calling signal_..._state routines.
4949 (remote_notice_signals): Remove.
4950 (remote_start_remote): Report all signals initially.
4951 (remote_resume): Do not call remote_pass_signals.
4952 (_initialize_remote): Install to_pass_signals callback instead of
4953 to_notice_signals callback.
4954
4955 2011-04-27 Pedro Alves <pedro@codesourcery.com>
4956
4957 * breakpoint.c (user_settable_breakpoint): Delete.
4958 (user_breakpoint_p): Remove check on user_settable_breakpoint.
4959 (delete_command): Check user_breakpoint_p instead of looking at
4960 the breakpoint's type.
4961 (disable_command): Ditto.
4962 (enable_command): Ditto.
4963 (delete_trace_command): Use user_breakpoint_p instead of looking
4964 at the breakpoint number directly. When checking if there are
4965 user visible tracepoints, in order to know whether to ask the user
4966 for confirmation, check whether the breakpoint is actually a
4967 tracepoint.
4968
4969 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
4970
4971 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
4972 compilation.
4973
4974 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
4975
4976 MI breakpoint notifications.
4977
4978 * annotate.c (breakpoint_changed): Adjust parameter type.
4979 * breakpoint.c (set_breakpoint_condition): Adjust to change
4980 in breakpoint_modified type.
4981 (breakpoint_set_commands): Likewise.
4982 (do_map_commands_command): Likewise.
4983 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
4984 changed after bumping hit count.
4985 (bpstat_stop_status): Likewise.
4986 (print_one_breakpoint_location): Don't wrap in tuple here.
4987 (print_one_breakpoint): Always print individual locations.
4988 For locations, use unnamed tuple.
4989 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
4990 has changed.
4991 (create_catchpoint, create_syscall_event_catchpoint): Call
4992 breakpoint_created obsever.
4993 (mention): Don't call breakpoint_created observer.
4994 (create_breakpoint_sal): Call breakpoint_created observer.
4995 (create_breakpoint, watch_command_1): Likewise.
4996 (create_ada_exception_breakpoint): Likewise.
4997 (delete_breakpoint): Call breakpoint_deleted breakpoint.
4998 (locations_are_equal): New.
4999 (update_breakpoint_locations): If locations were changed, notify.
5000 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
5001 Call breakpoint_modified observer.
5002
5003 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
5004 (mi_cmd_break_insert): Don't set observers for modify and delete.
5005 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
5006 (mi_breakpoint_created, mi_breakpoint_deleted)
5007 (mi_breakpoint_modified): New.
5008 (mi_interpreter_init): Hook the above.
5009 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
5010 while -break-* commands are executing.
5011 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
5012 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
5013 (mi_redirect): New.
5014 (mi_ui_out_impl): Hook in mi_redirect.
5015 (mi_field_skip): True to the name, skip the field, don't output
5016 a field with an empty value.
5017
5018 * python/py-breakpoint.c (gdbpy_breakpoint_created)
5019 (gdbpy_breakpoint_deleted): Adjust.
5020 * tui/tui-hooks.c (tui_event_create_breakpoint)
5021 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
5022
5023 2011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
5024
5025 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
5026 (procfs_remove_hw_watchpoint): Likewise.
5027
5028 2011-04-26 Michael Walle <michael@walle.cc>
5029
5030 * remote.c (remote_start_remote): Ack packet after sending the
5031 interrupt sequence.
5032
5033 2011-04-26 Yao Qi <yao@codesourcery.com>
5034
5035 * linux-nat.c: Move common macros to ...
5036 Include linux-ptrace.h.
5037 * common/linux-ptrace.h: ... here. New.
5038
5039 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5040
5041 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
5042 !objfile_has_partial_symbols. New comment.
5043 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
5044 SYM_READ_PSYMBOLS is not present. Extend the comment.
5045 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
5046
5047 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5048
5049 * defs.h (ENUM_BITFIELD): Remove.
5050
5051 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5052 Eli Zaretskii <eliz@gnu.org>
5053
5054 * NEWS: Document the new gdbserver --once option.
5055
5056 2011-04-21 Jie Zhang <jzhang918@gmail.com>
5057
5058 * MAINTAINERS: Update my email address.
5059
5060 2011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5061
5062 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
5063 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
5064 function call if __STDC_ISO_10646__ macro is defined.
5065 (intermediate_encoding): New prototype.
5066 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
5067 to generate compile time error for unsupported gdb_wchar_t size.
5068 (ENDIAN_SUFFIX): New macro.
5069 (intermediate_encoding): New function.
5070
5071 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5072
5073 * ada-lang.c (struct add_partial_datum): Update the comment for
5074 expand_partial_symbol_name.
5075 (ada_add_partial_symbol_completions): Rename to ...
5076 (ada_expand_partial_symbol_name): ... here, change return type, update
5077 function comment, call symbol_completion_match instead of
5078 symbol_completion_add.
5079 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
5080 and ada_expand_partial_symbol_name.
5081 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
5082 FILE_MATCHER.
5083 (dw2_map_symbol_names): Remove.
5084 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
5085 * psymtab.c (map_symbol_names_psymtab): Remove.
5086 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
5087 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
5088 order.
5089 (psym_functions): Unlist map_symbol_names_psymtab.
5090 (map_partial_symbol_names): Rename to ...
5091 (expand_partial_symbol_names): ... here, change the FUN type, call
5092 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
5093 * psymtab.h (map_partial_symbol_names): Rename to ...
5094 (expand_partial_symbol_names): ... here, change the FUN type.
5095 * symfile.h (struct quick_symbol_functions): Update the description of
5096 expand_symtabs_matching. Remove map_symbol_names.
5097 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
5098 (struct add_name_data): Update the comment for
5099 expand_partial_symbol_name.
5100 (add_partial_symbol_name): Rename to ...
5101 (expand_partial_symbol_name): ... here. Replace
5102 completion_list_add_name call by strncmp.
5103 (default_make_symbol_completion_list_break_on): Use now
5104 expand_partial_symbol_names and expand_partial_symbol_name.
5105 * symtab.h (enum search_domain): New element ALL_DOMAIN.
5106
5107 2011-04-20 Tom Tromey <tromey@redhat.com>
5108
5109 * dwarf2read.c (save_gdb_index_command): Replace format
5110 documentation with a pointer to the manual.
5111
5112 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5113
5114 * regcache.c: Include remote.h.
5115 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
5116 (regcache_dump): Handle regcache_dump_remote.
5117 (maintenance_print_remote_registers): New function.
5118 (_initialize_regcache): Install "maint print remote-registers"
5119 command.
5120 * remote.c (map_regcache_remote_table): New function, factored out
5121 from ...
5122 (init_remote_state): ... here.
5123 (remote_register_number_and_offset): New.
5124 * remote.h (remote_register_number_and_offset): Declare.
5125
5126 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5127
5128 * regcache.c (get_thread_arch_regcache): If creating a regcache for
5129 null_ptid, assume and allow a NULL address space, instead of
5130 asking the target for the ptid's address space.
5131 * infrun.c (ptid_is_pid): Remove assertion.
5132
5133 2011-04-19 Tom Tromey <tromey@redhat.com>
5134
5135 * windows-tdep.c (windows_xfer_shared_library):
5136 * windows-nat.c (get_module_name, windows_make_so):
5137 * v850-tdep.c (v850_handle_pushm):
5138 * utils.c (null_cleanup, gdb_realpath):
5139 * ui-out.c (get_next_header):
5140 * tracepoint.c (clear_traceframe_info):
5141 * symtab.c (lookup_symtab):
5142 * serial.h (struct serial_ops):
5143 * mipsread.c (read_alphacoff_dynamic_symtab):
5144 * infcmd.c (print_return_value):
5145 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
5146 * f-exp.y (parse_number):
5147 * exceptions.c (catch_exceptions):
5148 * dummy-frame.c (dummy_frame_this_id):
5149 * defs.h (struct cleanup):
5150 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
5151 * arm-tdep.c (arm_push_dummy_call):
5152 * amd64-tdep.h (amd64_collect_xsave):
5153 * amd64-tdep.c (amd64_collect_xsave):
5154 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
5155 * README (typing): Remove duplicate words.
5156 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
5157 * infrun.c (siginfo_value_read): Fix typo.
5158 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
5159 * top.c (source_line_number): Add comma.
5160
5161 2011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
5162
5163 * thread.c (any_live_thread_of_process): Prioritize threads
5164 that are not executing.
5165 * gdbthread.h (any_live_thread_of_process): Update comment
5166 as per above change.
5167
5168 2011-04-19 Andreas Schwab <schwab@linux-m68k.org>
5169
5170 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
5171 (scan_xcoff_symtab): Likewise.
5172
5173 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5174
5175 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
5176 inside if clause.
5177
5178 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5179 Pedro Alves <pedro@codesourcery.com>
5180
5181 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
5182 variables to simplify code and avoid == operator at end of
5183 line as this is against GNU coding standards.
5184
5185 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5186
5187 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
5188 lm_name to name_lm to avoid conflict with lm_name function.
5189
5190 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5191
5192 ARI fixes: Use only lowercase function name for static functions.
5193 * nto-tdep.c (LM_ADDR): Rename to...
5194 (lm_addr): New function name.
5195 (nto_relocate_section_addresses): Adapt to change above.
5196 * solib-sunos.c (LM_ADDR): Rename to...
5197 (lm_addr): New function name.
5198 (LM_NEXT): Rename to...
5199 (lm_next): New function name.
5200 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
5201 function name changes above.
5202 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
5203 (lm_addr_from_link_map): New function name.
5204 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
5205 (has_lm_dynamic_from_link_map): New function name.
5206 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
5207 (lm_dynamic_from_link_map): New function name.
5208 (LM_ADDR_CHECK): Rename to...
5209 (lm_addr_check): New function name.
5210 (LM_NEXT): Rename to...
5211 (lm_next): New function name.
5212 (LM_PREV): Rename to...
5213 (lm_prev): New function name.
5214 (LM_NAME): Rename to...
5215 (lm_name): New function name.
5216 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
5217 (ignore_first_link_map_entry): New function name.
5218 (svr4_keep_data_in_core): Adapt to function name changes above.
5219 (svr4_current_sos): Likewise.
5220 (enable_break): Likewise.
5221 (svr4_relocate_section_addresses): Likewise.
5222
5223 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5224
5225 ARI cleanup.
5226 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
5227 sprintf. Simplify code and avoid loosing memory.
5228 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
5229 (call0_frame_cache): Remove && operator from end of line.
5230
5231 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5232
5233 Fix libraries displacement if they change whether they were prelinked.
5234 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
5235 does not match. Comment why.
5236
5237 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5238
5239 * corelow.c: Include wrapper.h.
5240 (core_open): Call now gdb_target_find_new_threads.
5241 * wrapper.c: Include target.h.
5242 (gdb_target_find_new_threads): New.
5243 * wrapper.h (gdb_target_find_new_threads): New declaration.
5244
5245 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
5248 even if !TARGET_HAS_EXECUTION.
5249
5250 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5251
5252 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
5253 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
5254 bfd_get_synthetic_symtab.
5255 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
5256 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
5257 parameter parent, remove the call to add_separate_debug_objfile.
5258 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
5259 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
5260 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
5261 parent, new comment for it, call add_separate_debug_objfile for it.
5262 (symbol_file_add_separate): Pass objfile as the parameter parent,
5263 remove the call to add_separate_debug_objfile.
5264 (symbol_file_add_from_bfd): New parameter parent, pass it.
5265 (symbol_file_add): Pass NULL to the new parameter parent.
5266 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
5267
5268 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5269
5270 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
5271 BSF_SYNTHETIC.
5272
5273 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 Fix Python access to inlined frames.
5276 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
5277 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5278
5279 2011-04-15 Tom Tromey <tromey@redhat.com>
5280
5281 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
5282
5283 2011-04-15 Gary Benson <gbenson@redhat.com>
5284
5285 * MAINTAINERS: Add myself to write-after-approval section.
5286
5287 2011-04-14 Mike Frysinger <vapier@gentoo.org>
5288
5289 * remote-sim.c (sim_command_completer): New function.
5290 (_initialize_remote_sim): Set completer to sim_command_completer.
5291
5292 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5293
5294 * breakpoint.c (print_exception_catchpoint): Rename to ...
5295 (print_it_exception_catchpoint): ... this.
5296 (gnu_v3_exception_catchpoint_ops): Update with new name
5297 for print_it_exception_catchpoint.
5298
5299 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
5300
5301 * MAINTAINERS: Add myself for write after approval privileges.
5302
5303 2011-04-13 Marek Polacek <mpolacek@redhat.com>
5304
5305 * MAINTAINERS: Add myself as a write-after-approval maintainer.
5306
5307 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5308
5309 * breakpoint.c (watch_command_1): Remove colon from exp_string.
5310
5311 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5312
5313 * breakpoint.c (save_breakpoints): Verify whether
5314 breakpoint_ops.print_recreate is defined before calling it.
5315
5316 2011-04-11 Gary Benson <gbenson@redhat.com>
5317
5318 Fix failure with --enable-maintainer-mode.
5319 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
5320
5321 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5322
5323 Code cleanup.
5324 * symtab.c (search_symbols): Reorder the KIND description in the
5325 function comment. Remove the unused 4th element of types, types2,
5326 types3 and types4. New gdb_assert on KIND.
5327 (symtab_symbol_info): Remove the unused 4th element of classnames.
5328 New gdb_assert on KIND.
5329 * symtab.h (enum search_domain): New warning in the enum comment.
5330 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
5331 TYPES_DOMAIN.
5332
5333 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5334
5335 Fix crash of gdb save-index on a STABS file.
5336 * dwarf2read.c (write_psymtabs_to_index): Return also on no
5337 PSYMTABS_ADDRMAP.
5338
5339 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5340
5341 Fix DW_AT_accessibility compatibility with gcc-4.6+.
5342 * dwarf2read.c: Include ctype.h.
5343 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
5344 functions.
5345 (dwarf2_add_field): Fix new_field->accessibility by calling
5346 dwarf2_default_access_attribute. Restructure setting accessibility
5347 vs. virtuality.
5348 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
5349 is_private and is_protected by calling
5350 dwarf2_default_access_attribute.
5351
5352 2011-04-08 Kevin Buettner <kevinb@redhat.com>
5353
5354 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
5355 to the initialization.
5356
5357 2011-04-08 Steve Ellcey <sje@cup.hp.com>
5358
5359 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
5360 initalization.
5361
5362 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
5363
5364 Remove support for old Cygwin 1.5 versions.
5365 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
5366 function on old Cygwin version.
5367 * windows-nat.c: Remove cygwin version check and always define
5368 __USEWIDE for Cygwin compilation.
5369
5370 2011-04-07 Yao Qi <yao@codesourcery.com>
5371
5372 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
5373 and TO.
5374 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
5375 (arm_copy_svc): Remove parameters INSN and TO.
5376 (decode_svc_copro): Update caller.
5377 * arm-tdep.h (struct displaced_step_closure): Remove parameters
5378 from function pointer `copy_svc_os'.
5379
5380 2011-04-07 Yao Qi <yao@codesourcery.com>
5381
5382 * arm-tdep.c (cleanup_branch): Set a correct return address in
5383 LR for ARM and Thumb.
5384
5385 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5386
5387 Code cleanup.
5388 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
5389 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
5390 in the function comment, a new note on values compatibility.
5391 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
5392 * symtab.h (SYMBOL_HASH_NEXT): New.
5393
5394 2011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5395
5396 * ppc-linux-nat.c (check_condition): Add len output parameter.
5397 Set it based on the memory region referenced in the condition
5398 expression. Update all callers.
5399
5400 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5401
5402 Fix crash regression on systems featuring .gdb_index.
5403 * objfiles.c (free_objfile): Move the
5404 forget_cached_source_info_for_objfile call earlier. Comment it.
5405 Extend the comment for objfile_free_data.
5406
5407 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5408
5409 Fix regression of displaying the debug format.
5410 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
5411 subfile.
5412
5413 2011-04-04 Tom Tromey <tromey@redhat.com>
5414
5415 * cli/cli-interp.c (struct captured_execute_command_args):
5416 Remove.
5417 (do_captured_execute_command): Remove.
5418 (safe_execute_command): Use TRY_CATCH.
5419 * cli/cli-script.c (struct wrapped_read_command_file_args):
5420 Remove.
5421 (wrapped_read_command_file): Remove.
5422 (script_from_file): Use TRY_CATCH.
5423 * exceptions.c (catch_exception): Remove.
5424 * exceptions.h (catch_exception): Remove.
5425 (deprecated_throw_reason): Update comment.
5426 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
5427 argument to 'context'.
5428 (mi_execute_command): Use TRY_CATCH.
5429 * remote.c (struct start_remote_args): Remove.
5430 (remote_start_remote): Update; change arguments.
5431 (remote_open_1): Use TRY_CATCH.
5432
5433 2011-04-04 Tom Tromey <tromey@redhat.com>
5434
5435 * tracepoint.c (scope_info): Update.
5436 * symtab.c (decode_line_spec): Update.
5437 * python/python.c (gdbpy_decode_line): Update.
5438 * linespec.h (decode_line_1): Update.
5439 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
5440 (decode_compound, find_method, symtab_from_filename)
5441 (decode_variable): Likewise.
5442 * cli/cli-cmds.c (edit_command): Update.
5443 (list_command): Update.
5444 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
5445 argument.
5446 (create_breakpoint): Update.
5447 (until_break_command): Update.
5448 (addr_string_to_sals): Update.
5449 (decode_line_spec_1): Update.
5450
5451 2011-04-04 Tom Tromey <tromey@redhat.com>
5452
5453 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
5454 (do_captured_parse_breakpoint): Remove.
5455 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
5456 Use TRY_CATCH directly.
5457
5458 2011-04-04 Tom Tromey <tromey@redhat.com>
5459
5460 * symtab.h (free_symtab): Remove.
5461 (forget_cached_source_info_for_objfile): Declare.
5462 * symmisc.c (free_symtab): Remove.
5463 * source.c (forget_cached_source_info_for_objfile): New function.
5464 (forget_cached_source_info): Use it.
5465 * objfiles.c (free_objfile): Simplify check before calling
5466 clear_current_source_symtab_and_line. Call
5467 forget_cached_source_info_for_objfile.
5468
5469 2011-04-04 Tom Tromey <tromey@redhat.com>
5470
5471 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
5472 (new_symtab): Don't set `free_code' on symtab.
5473 (new_linetable): Properly handle size==0.
5474 * symtab.h (struct symtab) <free_code, free_func>: Remove.
5475 * symmisc.c (free_symtab): Don't free the linetable. Don't call
5476 free_func.
5477 * jv-lang.c (struct jv_per_objfile_data): New.
5478 (jv_per_objfile_free): Free the data.
5479 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
5480 (get_java_class_symtab): Set the `dict' field on the
5481 jv_per_objfile_data.
5482 (free_class_block): Remove.
5483 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
5484 the symtab.
5485
5486 2011-04-04 Tom Tromey <tromey@redhat.com>
5487
5488 * symfile.c (reread_symbols): Update.
5489 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
5490 field.
5491 * objfiles.c (allocate_objfile): Update.
5492 * cp-support.h (cp_check_possible_namespace_symbols): Don't
5493 declare.
5494 * cp-namespace.c (lookup_symbol_file): Don't call
5495 lookup_possible_namespace_symbol.
5496 (initialize_namespace_symtab, get_possible_namespace_block)
5497 (free_namespace_block, cp_check_possible_namespace_symbols)
5498 (check_possible_namespace_symbols_loop)
5499 (check_one_possible_namespace_symbol)
5500 (lookup_possible_namespace_symbol): Remove.
5501 (maintenance_cplus_namespace): Replace with notice.
5502 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
5503
5504 2011-04-04 Tom Tromey <tromey@redhat.com>
5505
5506 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
5507 * symtab.h (struct symtab) <producer, debugformat>: Now const.
5508 * symmisc.c (free_symtab): Don't free debugformat.
5509 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
5510 (record_debugformat, record_producer): Document.
5511 * buildsym.c (end_symtab): Don't save debugformat and producer
5512 names on obstack.
5513 (end_symtab): Don't free debugformat and producer fields.
5514 (record_debugformat): Don't call xstrdup.
5515 (record_producer): Likewise.
5516
5517 2011-04-04 Tom Tromey <tromey@redhat.com>
5518
5519 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
5520 (source_line_charpos, source_charpos_line): Remove.
5521
5522 2011-04-04 Tom Tromey <tromey@redhat.com>
5523
5524 * symtab.h (domain_enum): Split in two...
5525 (enum search_domain): New.
5526 (search_symbols): Update.
5527 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
5528 redundant declarations.
5529 (search_symbols): Change 'kind' argument to search_domain.
5530 Update.
5531 (print_symbol_info): Likewise.
5532 (symtab_symbol_info): Likewise.
5533 * symfile.h (struct quick_symbol_functions)
5534 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
5535 <expand_symtabs_matching>: Likewise.
5536 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
5537 (expand_symtabs_matching_via_partial): Update.
5538 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
5539 (dw2_expand_symtabs_for_function): Update.
5540 * block.h: Moved anonymous enum...
5541 * defs.h (enum block_enum): ... here. Now named.
5542
5543 2011-04-03 Joel Brobecker <brobecker@adacore.com>
5544
5545 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
5546 * version.in: Bump version to 7.3.50.20110403-cvs.
5547
5548 2011-04-03 Joel Brobecker <brobecker@adacore.com>
5549
5550 * NEWS: Create a new section for the next release branch.
5551 Rename the section of the current branch, now that it has
5552 been cut.
5553
5554 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5555
5556 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
5557 for "fpscr" in target description.
5558
5559 2011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5560
5561 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
5562 initialize it. Delay HASH initialization. Strip the part after open
5563 parenthesis for languages with qualifiers. Call do_cleanups.
5564
5565 2011-04-01 Tom Tromey <tromey@redhat.com>
5566
5567 * utils.c (report_command_stats): Don't print `-' for negative
5568 number.
5569
5570 2011-04-01 Eric Botcazou <ebotcazou@adacore.com>
5571
5572 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
5573 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
5574 typedefs.
5575
5576 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5577
5578 * breakpoint.h (bpdisp_text): Add declaration.
5579 * breakpoint.c (bpdisp_text): Make non-static.
5580 * ada-lang.c: #include "mi/mi-common.h".
5581 (print_it_exception): Rewrite to improve GDB/MI output.
5582
5583 2011-04-01 Pedro Alves <pedro@codesourcery.com>
5584
5585 * arm-tdep.h (struct address_space): Add forward declaration.
5586
5587 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5588
5589 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
5590 * arm-tdep.c (arm_override_mode): New global.
5591 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
5592 execution mode heuristics.
5593 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
5594 second single-step breakpoint if needed, using
5595 arm_insert_single_step_breakpoint.
5596 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
5597 ARM execution mode, do not call thumb_get_next_pc_raw.
5598 (arm_get_next_pc): Encode execution mode in return value. Call
5599 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
5600 (arm_insert_single_step_breakpoint): New function.
5601 (arm_software_single_step): Call it.
5602 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
5603 argument to return execution mode of sigreturn target.
5604 (arm_linux_syscall_next_pc): Use it.
5605 (arm_linux_copy_svc): Update call.
5606 (arm_linux_software_single_step): Call
5607 arm_insert_single_step_breakpoint.
5608
5609 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5610
5611 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
5612 the comment.
5613
5614 2011-03-31 Tom Tromey <tromey@redhat.com>
5615
5616 * varobj.c (update_dynamic_varobj_children): Properly handle
5617 errors from iterator.
5618
5619 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
5622 struct linkage name twice.
5623
5624 2011-03-31 Tom Tromey <tromey@redhat.com>
5625
5626 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
5627 missing ">" to message.
5628
5629 2011-03-31 Tom Tromey <tromey@redhat.com>
5630
5631 * varobj.c (instantiate_pretty_printer): Remove duplicate
5632 'return'.
5633
5634 2011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
5635
5636 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
5637 if neither saved value nor register available (e.g. signal frame).
5638
5639 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5640
5641 * macroexp.c (expand): Avoid uninitialized variable
5642 compiler warning.
5643
5644 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5645
5646 * breakpoint.c (break_range_command): Fix typo in comment.
5647
5648 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5649 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5650
5651 Implement support for PowerPC BookE ranged breakpoints.
5652 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
5653 * breakpoint.h (struct bp_target_info) <length>: New member
5654 variable.
5655 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
5656 instead of struct breakpoint as argument, and also add ASPACE
5657 and BP_ADDR arguments. Update all callers.
5658 (struct breakpoint_ops) <print_one_detail>: New method.
5659 (struct breakpoint) <addr_string_range_end>: New member variable.
5660 * breakpoint.c (breakpoint_location_address_match): Add function
5661 prototype.
5662 (insert_bp_location): Set bl->target_info.length.
5663 (breakpoint_here_p): Call breakpoint_location_address_match.
5664 (moribund_breakpoint_here_p): Likewise.
5665 (regular_breakpoint_inserted_here_p): Likewise.
5666 (breakpoint_thread_match): Likewise.
5667 (bpstat_stop_status): Likewise.
5668 (bpstat_check_location): Move call to
5669 breakpoint_ops.breakpoint_hit to the top.
5670 (print_one_breakpoint_location): Call
5671 breakpoint_ops.print_one_detail if available.
5672 (breakpoint_address_match_range): New function.
5673 (breakpoint_location_address_match): Likewise.
5674 (breakpoint_locations_match): Compare the length field of the
5675 locations too.
5676 (hw_breakpoint_used_count): Count resources used by all locations
5677 in a breakpoint, and use breakpoint_ops.resources_needed if
5678 available.
5679 (breakpoint_hit_ranged_breakpoint): New function.
5680 (resources_needed_ranged_breakpoint): Likewise.
5681 (print_it_ranged_breakpoint): Likewise.
5682 (print_one_ranged_breakpoint): Likewise.
5683 (print_one_detail_ranged_breakpoint): Likewise.
5684 (print_mention_ranged_breakpoint): Likewise.
5685 (print_recreate_ranged_breakpoint): Likewise.
5686 (ranged_breakpoint_ops): New structure.
5687 (find_breakpoint_range_end): New function.
5688 (break_range_command): Likewise.
5689 (delete_breakpoint): Free addr_string_range_end.
5690 (update_breakpoint_locations): Add SALS_END argument. Update
5691 all callers. Calculate breakpoint length if a non-zero SALS_END
5692 is given. Call breakpoint_locations_match instead of
5693 breakpoint_address_match.
5694 (reset_breakpoint): Find SaL of the end of the range if B is a
5695 ranged breakpoint.
5696 (_initialize_breakpoint): Register break-range command.
5697 * defs.h (print_core_address): Add function prototype.
5698 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
5699 function.
5700 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
5701 (ppc_linux_remove_hw_breakpoint): Likewise.
5702 (_initialize_ppc_linux_nat): Initialize
5703 to_ranged_break_num_registers.
5704 * target.c (update_current_target): Add comment about
5705 to_ranged_break_num_registers.
5706 (target_ranged_break_num_registers): New function.
5707 * target.h (struct target_ops) <to_ranged_break_num_registers>:
5708 New method.
5709 (target_ranged_break_num_registers): Add function prototype.
5710 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
5711 * utils.c (print_core_address): ... here.
5712
5713 2011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5714
5715 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
5716 variable compiler warning.
5717
5718 2011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5719
5720 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
5721 code from here ...
5722 (re_set_breakpoint): ... to here ...
5723 (addr_string_to_sals): ... and here.
5724
5725 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
5726
5727 * Makefile.in (SFILES): Add missing C sources.
5728 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
5729 Add missing headers.
5730
5731 2011-03-29 Mike Frysinger <vapier@gentoo.org>
5732
5733 * .gitignore: New file.
5734
5735 2011-03-29 Mike Frysinger <vapier@gentoo.org>
5736
5737 * NEWS: Mention new cfi device simulation.
5738
5739 2011-03-29 Tom Tromey <tromey@redhat.com>
5740
5741 * dwarf2read.c (fixup_partial_die): Handle linkage name on
5742 otherwise anonymous types.
5743 (dwarf2_name): Likewise.
5744 * valops.c (value_struct_elt_for_reference): Refine artificial
5745 type logic. Call error if j==-1.
5746
5747 2011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
5748
5749 Fix false GCC warning.
5750 * infcall.c (find_function_addr): Initialize funaddr.
5751
5752 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
5753
5754 Fix mingw compilation with --enable-targets=all.
5755 * remote-mips.c (gdb_usleep.h): Include header.
5756 (mips_enter_debug): Use gdb_usleep instead of sleep.
5757
5758 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5759
5760 Support resolution of STT_GNU_IFUNC via breakpoints.
5761 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
5762 bp_gnu_ifunc_resolver_return.
5763 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
5764 the loop. Support bp_gnu_ifunc_resolver and
5765 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
5766 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
5767 breakpoints.
5768 (bptype_string, print_one_breakpoint_location): Support
5769 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
5770 (user_settable_breakpoint): Return true also for
5771 bp_gnu_ifunc_resolver.
5772 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
5773 bp_gnu_ifunc_resolver_return.
5774 (set_breakpoint_location_function): New parameter explicit_loc,
5775 describe it. Call find_pc_partial_function_gnu_ifunc with new
5776 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
5777 EXPLICIT_LOC is not set.
5778 (set_raw_breakpoint): Set EXPLICIT_LOC for
5779 set_breakpoint_location_function.
5780 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
5781 set_breakpoint_location_function.
5782 (mention): Support bp_gnu_ifunc_resolver and
5783 bp_gnu_ifunc_resolver_return.
5784 (add_location_to_breakpoint): Set EXPLICIT_LOC for
5785 set_breakpoint_location_function.
5786 (update_breakpoint_locations): Remove static.
5787 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
5788 bp_gnu_ifunc_resolver_return.
5789 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
5790 bp_gnu_ifunc_resolver_return.
5791 (update_breakpoint_locations): New declaration.
5792 * elfread.c: Include gdbthread.h and regcache.h.
5793 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
5794 functions.
5795 (elf_gnu_ifunc_fns): Install them.
5796 * minsyms.c (stub_gnu_ifunc_resolver_stop)
5797 (stub_gnu_ifunc_resolver_return_stop): New functions.
5798 (stub_gnu_ifunc_fns): Install them.
5799 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
5800 and gnu_ifunc_resolver_return_stop.
5801 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
5802
5803 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5804
5805 STT_GNU_IFUNC reader implementation.
5806 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
5807 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
5808 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
5809 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
5810 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
5811 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
5812 (elf_gnu_ifunc_resolve_addr): New.
5813 (elf_symfile_read): Call elf_rel_plt_read.
5814 (elf_gnu_ifunc_fns): New.
5815 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
5816 Install elf_gnu_ifunc_fns.
5817 * infcall.c (find_function_return_type): New function.
5818 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
5819 * minsyms.c (stub_gnu_ifunc_resolve_addr)
5820 (stub_gnu_ifunc_resolve_name): New functions.
5821 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
5822 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
5823 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
5824
5825 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5826
5827 Code cleanup for later STT_GNU_IFUNC support.
5828 * infcall.c (find_function_addr): Remove variable code, use explicit
5829 dereferences for it. Move VALUE_TYPE initialization later.
5830
5831 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5832
5833 GDB find_pc_partial_function support for STT_GNU_IFUNC.
5834 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
5835 (clear_pc_function_cache): Clear it.
5836 (find_pc_partial_function): Rename to ...
5837 (find_pc_partial_function_gnu_ifunc): ... this function. New
5838 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
5839 (find_pc_partial_function): New wrapper for this function.
5840 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
5841
5842 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5843
5844 GDB internal type support for STT_GNU_IFUNC.
5845 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
5846 (elf_symtab_read): Set mst_text_gnu_ifunc for
5847 BSF_GNU_INDIRECT_FUNCTION.
5848 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
5849 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
5850 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
5851 nodebug_got_plt_symbol.
5852 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
5853 (TYPE_GNU_IFUNC): New.
5854 (struct main_type): New field flag_gnu_ifunc.
5855 (struct builtin_type): New field builtin_func_func.
5856 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
5857 nodebug_got_plt_symbol.
5858 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
5859 (in_gnu_ifunc_stub): New.
5860 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
5861 mst_text_gnu_ifunc.
5862 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
5863 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
5864 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
5865 in_gnu_ifunc_stub.
5866 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
5867 * symtab.c (search_symbols): Likewise.
5868 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
5869 and mst_slot_got_plt.
5870 (in_gnu_ifunc_stub): New declaration.
5871
5872 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5873
5874 Support a ring of related breakpoints.
5875 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
5876 other functions, add gdb_assert.
5877 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
5878 watchpoint_del_at_next_stop.
5879 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
5880 (bpstat_stop_status): Handle ring in related_breakpoint.
5881 (set_raw_breakpoint_without_location): Initialize ring in
5882 related_breakpoint.
5883 (delete_breakpoint): Handle ring in related_breakpoint, use
5884 watchpoint_del_at_next_stop.
5885 (map_breakpoint_numbers): Handle ring in related_breakpoint.
5886
5887 2011-03-28 Tom Tromey <tromey@redhat.com>
5888
5889 PR symtab/12441:
5890 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
5891 with `language_minimal'.
5892
5893 2011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
5894
5895 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
5896 instead of checking for STT_ARM_TFUNC symbol type.
5897
5898 2011-03-25 Tom Tromey <tromey@redhat.com>
5899
5900 * linespec.c (symbol_found): Restore line-based result for
5901 non-LOC_LABEL symbols.
5902
5903 2011-03-25 Kai Tietz <ktietz@redhat.com>
5904
5905 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
5906 instead of strcmp for comparison.
5907 (tui_source_is_displayed): Likewise.
5908 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
5909
5910 2011-03-24 Mark Wielaard <mjw@redhat.com>
5911
5912 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
5913 complaint.
5914 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
5915 (find_partial_die_in_comp_unit): Likewise in comment.
5916 (read_attribute_value): Likewise.
5917 (lookup_die_type): Likewise.
5918 (dwarf_form_name): Likewise.
5919 (dump_die_shallow): Likewise.
5920 (follow_die_ref_or_sig): Likewise.
5921
5922 2011-03-24 Tom Tromey <tromey@redhat.com>
5923
5924 PR breakpoints/11816:
5925 * linespec.c (decode_line_1): Parse `function:label' linespecs.
5926 (decode_compound): Update.
5927 (find_function_symbol): New function.
5928 (decode_dollar): Update.
5929 (decode_label): Add 'function_symbol' parameter. Handle
5930 function-relative labels.
5931 (decode_variable): Update.
5932 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
5933 not its line. Set `special_display' and canonical name for
5934 labels.
5935
5936 2011-03-24 Tom Tromey <tromey@redhat.com>
5937
5938 * linespec.h (struct linespec_result) <special_display>: New
5939 field.
5940 * breakpoint.h (struct breakpoint) <display_canonical>: New
5941 field.
5942 * breakpoint.c (print_breakpoint_location): Respect
5943 display_canonical.
5944 (create_breakpoint_sal): Add 'display_canonical' parameter.
5945 (create_breakpoints_sal): Update.
5946 (create_breakpoint): Update.
5947
5948 2011-03-24 Tom Tromey <tromey@redhat.com>
5949
5950 * symtab.c (decode_line_spec): Update.
5951 * linespec.c (build_canonical_line_spec): Change type of
5952 'canonical'.
5953 (decode_line_2, decode_line_1, decode_objc, decode_compound)
5954 (find_method, decode_all_digits, decode_dollar, decode_label)
5955 (symbol_found): Likewise.
5956 (init_linespec_result): New function.
5957 * breakpoint.c (struct captured_parse_breakpoint_args)
5958 <canonical_p>: New field, replaces addr_string_p.
5959 (create_breakpoints_sal): Add 'canonical' parameter, replacing
5960 'addr_string'.
5961 (parse_breakpoint_sals): Likewise.
5962 (do_captured_parse_breakpoint): Update.
5963 (create_breakpoint): Use struct linespec_result.
5964 (until_break_command): Update.
5965 (breakpoint_re_set_one): Update.
5966 (decode_line_spec_1): Update.
5967 * linespec.h (struct linespec_result): New.
5968 (init_linespec_result): Declare.
5969
5970 2011-03-23 Pedro Alves <pedro@codesourcery.com>
5971
5972 * regcache.c (regcache_raw_read): If the target didn't supply a
5973 given raw register, mark it as unavailable.
5974
5975 2011-03-23 Kai Tietz <ktietz@redhat.com>
5976
5977 * breakpoint.c (clear_command): Use filename_cmp
5978 instead of strcmp for comparison.
5979 * buildsym.c (watch_main_source_file_lossage): Likewise.
5980 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
5981 checking just for slash.
5982 * dbxread.c (read_dbx_symtab): Use lbasename instead of
5983 strrchr and filename_cmp instead of strcmp for filenames.
5984 (add_old_header_file): Use filename_cmp
5985 instead of strcmp for comparison.
5986 * exec.c (exec_set_section_address): Likewise.
5987 * macrotab.c (macro_lookup_inclusion): Likewise.
5988 (macro_lookup_inclusion): Likewise.
5989 * elfread.c (_initialize_elfread): Likewise.
5990 (elfstab_offset_sections): Likewise.
5991 (elfstab_offset_sections): Use lbasename instead of
5992 strrchr.
5993 * mdebugread.c (parse_partial_symbols): Likewise.
5994 (arse_partial_symbols): Use filename_(n)cmp instead of
5995 str(n)cmp for comparison.
5996 * minsyms.c (lookup_minimal_symbol): Likewise.
5997 * psymtab.c (read_psymtabs_with_filename): Likewise.
5998 * solib.c (solib_read_symbols): Likewise.
5999 (reload_shared_libraries_1): Likewise.
6000 * symmisc.c (maintenance_print_symbols): Likewise.
6001 * symfile.c (separate_debug_file_exists): Likewise.
6002 (reread_symbols): Likewise.
6003 (find_separate_debug_file_by_debuglink): Likewise.
6004 * remote-fileio.c (remote_fileio_func_rename): Likewise.
6005 * source.c (add_path): Likewise.
6006 * symtab.c (filename_seen): Likewise.
6007 (file_matches): Likewise.
6008 (print_symbol_info): Likewise.
6009 (maybe_add_partial_symtab_filename): Likewise.
6010 (make_source_files_completion_list): Likewise.
6011 * xml-syscall.c (init_sysinfo): Likewise.
6012 * windows-nat.c (_initialize_check_for_gdb_ini): Use
6013 IS_DIR_SEPARATOR for checking for trailing path separator.
6014
6015 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6016
6017 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
6018 label abort_expression.
6019 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
6020 DWARF_VALUE_OPTIMIZED_OUT.
6021
6022 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6023
6024 Code cleanup.
6025 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
6026 to linkage_name. Invert its value. Update the function comment.
6027 (c_type_print_varspec_suffix): Invert it at the caller.
6028 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
6029
6030 2011-03-22 Pedro Alves <pedro@codesourcery.com>
6031
6032 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
6033 errors when reading the `stop_pc'.
6034 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
6035 get_frame_pc.
6036
6037 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
6038
6039 * NEWS: Document gdb.Write stream keyword.
6040
6041 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6042
6043 Revert:
6044 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6045 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
6046 (dwarf2_add_field): Fix new_field->accessibility for
6047 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
6048
6049 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
6050
6051 PR python/12183
6052
6053 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
6054 other error classes. Do not print stack trace.
6055
6056 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6057
6058 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
6059 (dwarf2_add_field): Fix new_field->accessibility for
6060 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
6061
6062 2011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6063
6064 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
6065 encountering a load via a non-SP register.
6066
6067 2011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
6068
6069 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
6070 field in returned unwinder.
6071
6072 2012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
6075
6076 2012-03-21 Joel Brobecker <brobecker@adacore.com>
6077
6078 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
6079 of xmalloc.
6080
6081 2012-03-18 Pedro Alves <pedro@codesourcery.com>
6082
6083 * frame.c (frame_unwind_register): Throw an error if unwinding the
6084 register failed.
6085 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
6086 an unwind stop reason.
6087 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
6088 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
6089 UNWIND_UNAVAILABLE>: New.
6090 * inline-frame.c (inline_frame_unwind): Install
6091 default_frame_unwind_stop_reason.
6092 * frame-unwind.c: Include "exceptions.h".
6093 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
6094 (default_frame_unwind_stop_reason): New.
6095 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
6096 (default_frame_unwind_stop_reason): Declare.
6097 (struct frame_unwind) <stop_reason>: New function pointer.
6098
6099 * dummy-frame.c: Install default_frame_unwind_stop_reason.
6100 * dwarf2-frame.c: Include exceptions.h.
6101 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
6102 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
6103 computing the CFA. If such an error was thrown, set
6104 unavailable_retaddr.
6105 (dwarf2_frame_unwind_stop_reason): New.
6106 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
6107 unavailable.
6108 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
6109 (dwarf2_signal_frame_unwind): Ditto.
6110
6111 * amd64-tdep.c: Include "exceptions.h".
6112 (struct amd64_frame_cache): New field "base_p".
6113 (amd64_init_frame_cache): Clear it.
6114 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
6115 Avoid reading registers with functions that throw if the register
6116 is not necessary to compute the frame base.
6117 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
6118 swallowing NOT_AVAILABLE_ERROR.
6119 (amd64_frame_unwind_stop_reason): New.
6120 (amd64_frame_this_id): Don't build a frame id if the frame base
6121 was unavailable.
6122 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
6123 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6124 base_p if the frame base was computable.
6125 (amd64_sigtramp_frame_unwind_stop_reason): New.
6126 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
6127 frame base was unavailable.
6128 (amd64_sigtramp_frame_unwind): Install
6129 amd64_sigtramp_frame_unwind_stop_reason.
6130 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6131 base_p if the frame base was computable.
6132 (amd64_epilogue_frame_unwind_stop_reason): New.
6133 (amd64_epilogue_frame_this_id): Don't build a frame id if the
6134 frame base was unavailable.
6135 (amd64_epilogue_frame_unwind): Install
6136 amd64_epilogue_frame_unwind_stop_reason.
6137 * i386-tdep.c: Include "exceptions.h".
6138 (struct i386_frame_cache): New field "base_p".
6139 (i386_init_frame_cache): Clear it.
6140 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
6141 Avoid reading registers with functions that throw if the register
6142 is not necessary to compute the frame base.
6143 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
6144 swallowing NOT_AVAILABLE_ERROR.
6145 (i386_frame_unwind_stop_reason): New.
6146 (i386_frame_this_id): Don't build a frame id if the frame base was
6147 unavailable.
6148 (i386_frame_prev_register): Handle unavailable SP.
6149 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
6150 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6151 base_p if the frame base was computable.
6152 (i386_epilogue_frame_unwind_stop_reason): New.
6153 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
6154 base was unavailable.
6155 (i386_epilogue_frame_unwind): Install
6156 i386_epilogue_frame_unwind_stop_reason.
6157 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6158 base_p if the frame base was computable.
6159 (i386_sigtramp_frame_unwind_stop_reason): New.
6160 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
6161 base was unavailable.
6162 (i386_sigtramp_frame_unwind): Install
6163 i386_sigtramp_frame_unwind_stop_reason.
6164 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
6165 type's size, not the register's.
6166 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
6167
6168 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
6169 default_frame_unwind_stop_reason.
6170 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
6171 (alpha_heuristic_frame_unwind): Ditto.
6172 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
6173 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
6174 * avr-tdep.c (avr_frame_unwind): Ditto.
6175 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
6176 Ditto.
6177 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
6178 * frv-tdep.c (frv_frame_unwind): Ditto.
6179 * h8300-tdep.c (h8300_frame_unwind): Ditto.
6180 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
6181 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
6182 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
6183 (hppa_stub_frame_unwind): Ditto.
6184 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
6185 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
6186 (ia64_libunwind_frame_unwind)
6187 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
6188 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
6189 * lm32-tdep.c (lm32_frame_unwind): Ditto.
6190 * m32c-tdep.c (m32c_unwind): Ditto.
6191 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
6192 * m32r-tdep.c (m32r_frame_unwind): Ditto.
6193 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
6194 * m68k-tdep.c (m68k_frame_unwind): Ditto.
6195 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
6196 * m88k-tdep.c (m88k_frame_unwind): Ditto.
6197 * mep-tdep.c (mep_frame_unwind): Ditto.
6198 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
6199 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
6200 (mips_stub_frame_unwind): Ditto.
6201 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
6202 * moxie-tdep.c (moxie_frame_unwind): Ditto.
6203 * mt-tdep.c (mt_frame_unwind): Ditto.
6204 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
6205 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
6206 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
6207 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
6208 (s390_sigtramp_frame_unwind): Ditto.
6209 * score-tdep.c (score_prologue_unwind): Ditto.
6210 * sh-tdep.c (sh_frame_unwind): Ditto.
6211 * sh64-tdep.c (sh64_frame_unwind): Ditto.
6212 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
6213 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
6214 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
6215 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
6216 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
6217 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
6218 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
6219 (sparc64obsd_trapframe_unwind): Ditto.
6220 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
6221 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
6222 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
6223 * v850-tdep.c (v850_frame_unwind): Ditto.
6224 * vax-tdep.c (vax_frame_unwind): Ditto.
6225 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
6226 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
6227 * xtensa-tdep.c (xtensa_unwind): Ditto.
6228
6229 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6230
6231 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
6232 there's always a frame. Use get_frame_pc_if_available instead of
6233 get_frame_pc, and if there's no PC available, don't look up a
6234 symtab.
6235
6236 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6237
6238 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
6239 unavailable PC.
6240
6241 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6242
6243 * tracepoint.c (set_traceframe_context): Handle unavailable PC
6244 gracefully.
6245
6246 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6247
6248 * frame.h (frame_unwind_caller_pc_if_available): Declare.
6249 * frame.c (frame_unwind_caller_pc_if_available): New.
6250 * stack.c (frame_info): Handle unavailable PC.
6251
6252 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6253
6254 * frame.c (frame_unwind_pc): Rename to ...
6255 (frame_unwind_pc_if_available): ... this. New `pc' output
6256 parameter. Change return type to int. Gracefully handle
6257 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
6258 happened, or 1 otherwise.
6259 (frame_unwind_pc): Reimplement on top of
6260 frame_unwind_pc_if_available.
6261 (get_frame_func): Rename to ...
6262 (get_frame_func_if_available): New `pc' output parameter. Change
6263 return type to int. Gracefully handle the PC not being available.
6264 (get_frame_func): Reimplement on top of
6265 get_frame_func_if_available.
6266 (select_frame): Handle the PC being unavailable.
6267 (get_prev_frame): Handle the PC being unavailable.
6268 (get_frame_pc_if_available): New.
6269 (get_frame_address_in_block_if_available): New.
6270 (find_frame_sal): Handle the frame PC not being available.
6271 * frame.h (get_frame_pc_if_available): Declare.
6272 (get_frame_address_in_block_if_available): Declare.
6273 (get_frame_func_if_available): Declare.
6274 * stack.c (print_frame_info): Handle the PC being unavailable.
6275 (find_frame_funname): Ditto.
6276 (print_frame): Handle the PC being unavailable.
6277 (get_frame_language): Ditto.
6278 * blockframe.c (get_frame_block): Ditto.
6279 * macroscope.c (default_macro_scope): Ditto.
6280 * tui/tui-stack.c (tui_show_frame_info): Ditto.
6281
6282 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6283
6284 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
6285 NOT_AVAILABLE_ERROR when evaluating the location expression.
6286
6287 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6288
6289 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
6290 returning that the register piece is unavailable/optimized out.
6291 (write_pieced_value): Handle get_frame_register_bytes returning
6292 that the register piece is unavailable/optimized out when doing a
6293 read-modify write of a bitfield.
6294 * findvar.c (value_from_register): Handle get_frame_register_bytes
6295 returning that the register piece is unavailable/optimized out.
6296 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
6297 and `unavailablep'. Throw error on bad debug info. Use
6298 frame_register instead of frame_register_read, to fill in the new
6299 arguments.
6300 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
6301 and `unavailablep'.
6302 * valops.c: (value_assign): Adjust, and handle
6303 get_frame_register_bytes failing.
6304 * spu-tdep.c: Include exceptions.h.
6305 (spu_software_single_step): Adjust, and handle
6306 get_frame_register_bytes failing.
6307 (spu_get_longjmp_target): Ditto.
6308 * gdbarch.sh (register_to_value): Change to return int. New
6309 parameters `optimizedp' and `unavailablep'.
6310 * gdbarch.h, gdbarch.c: Regenerate.
6311 * i386-tdep.c (i386_register_to_value): Adjust to new
6312 gdbarch_register_to_value interface.
6313 * i387-tdep.c (i387_register_to_value): Ditto.
6314 * i387-tdep.h (i387_register_to_value): Ditto.
6315 * alpha-tdep.c (alpha_register_to_value): Ditto.
6316 * ia64-tdep.c (ia64_register_to_value): Ditto.
6317 * m68k-tdep.c (m68k_register_to_value): Ditto.
6318 * mips-tdep.c (mips_register_to_value): Ditto.
6319 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
6320
6321 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6322
6323 * findvar.c (value_of_register): Mark the value as unavailable, if
6324 the register is unavailable.
6325 * frame.h (frame_register_unwind): New `unavailablep' parameter.
6326 (frame_register): New `unavailablep' parameter.
6327 (frame_register_read): Update comment.
6328 * frame.c (frame_register_unwind): New `unavailablep' parameter.
6329 Set it if the register is unavailable. If the register is
6330 unavailable, clear the output buffer.
6331 (frame_register): New `unavailablep' parameter. Pass it down.
6332 (frame_unwind_register): Adjust.
6333 (put_frame_register): Adjust.
6334 (frame_register_read): Adjust. Also return false if the register
6335 is not available.
6336 (frame_register_unwind_location): Adjust.
6337 * sentinel-frame.c (sentinel_frame_prev_register): If the register
6338 is unavailable, mark the value accordingly.
6339 * stack.c (frame_info): Handle unavailable registers.
6340
6341 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6342
6343 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
6344 simplify, using regcache_cooked_read.
6345
6346 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6347
6348 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
6349 (regcache_raw_read_unsigned, regcache_raw_read_signed)
6350 (regcache_raw_read_unsigned, regcache_raw_read_part)
6351 (regcache_cooked_read, regcache_cooked_read_signed)
6352 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
6353 (regcache_cooked_read_ftype): Change return to enum
6354 register_status.
6355 * regcache.c: Include exceptions.h
6356 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
6357 (do_cooked_read): Change return to enum register_status. Always
6358 forward to regcache_cooked_read.
6359 (regcache_raw_read): Change return to enum register_status. If
6360 the register is not REG_VALID, memset the buffer. Return the
6361 register's status.
6362 (regcache_raw_read_signed): Handle non-REG_VALID registers and
6363 return the register's status.
6364 (regcache_raw_read_unsigned): Ditto.
6365 (regcache_cooked_read): Change return to enum register_status.
6366 Assert that with read-only regcaches, the register's status must
6367 be known. If the regcache is read-only, and the register is not
6368 REG_VALID, memset the buffer. Return the register's status.
6369 (regcache_cooked_read_signed): Change return to enum
6370 register_status. Handle non-REG_VALID registers and return the
6371 register's status.
6372 (regcache_cooked_read_unsigned): Change return to enum
6373 register_status. Handle non-REG_VALID registers and return the
6374 register's status.
6375 (regcache_xfer_part, regcache_raw_read_part)
6376 (regcache_cooked_read_part): Change return to enum
6377 register_status. Return the register's status.
6378 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
6379 unavailable.
6380 (regcache_dump): Handle unavailable cooked registers.
6381 * frame.c (do_frame_register_read): Adjust interface to match
6382 regcache_cooked_read_ftype.
6383 * gdbarch.sh (pseudo_register_read): Change return to enum
6384 register_status.
6385 * gdbarch.h, gdbarch.c: Regenerate.
6386
6387 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
6388 register_status.
6389 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
6390 register_status. If reading a raw register indicates the raw
6391 register is not valid, return the raw register's status,
6392 otherwise, return REG_VALID.
6393 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
6394 register_status. Handle non-REG_VALID raw registers and return
6395 the register's status.
6396 * arm-tdep.c (arm_neon_quad_read)
6397 (arm_pseudo_read): Change return to enum register_status. Handle
6398 non-REG_VALID raw registers and return the register's status.
6399 * avr-tdep.c (avr_pseudo_register_read): Ditto.
6400 * frv-tdep.c (frv_pseudo_register_read): Ditto.
6401 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
6402 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
6403 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
6404 register_status.
6405 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
6406 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
6407 (m32c_part_write, m32c_cat_read, m32c_cat_write)
6408 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
6409 (m32c_pseudo_register_read): Change return to enum
6410 register_status. Adjust.
6411 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
6412 enum register_status. Return the register's status.
6413 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
6414 register_status. Return the register's status.
6415 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
6416 * mips-tdep.c (mips_pseudo_register_read): Ditto.
6417 * mt-tdep.c (mt_pseudo_register_read): Ditto.
6418 * rs6000-tdep.c (move_ev_register_func): New typedef.
6419 (e500_move_ev_register): Use it. Change return to enum
6420 register_status. Return the register's status.
6421 (do_regcache_raw_read): New function.
6422 (do_regcache_raw_write): New function.
6423 (e500_pseudo_register_read): Change return to enum
6424 register_status. Return the register's status. Use
6425 do_regcache_raw_read.
6426 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
6427 (dfp_pseudo_register_read): Change return to enum register_status.
6428 Return the register's status.
6429 (vsx_pseudo_register_read): Ditto.
6430 (efpr_pseudo_register_read): Ditto.
6431 (rs6000_pseudo_register_read): Ditto.
6432 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
6433 register_status. Return the register's status.
6434 * sh64-tdep.c (pseudo_register_read_portions): New function.
6435 (sh64_pseudo_register_read): Change return to enum
6436 register_status. Use pseudo_register_read_portions. Return the
6437 register's status.
6438 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
6439 register_status. Return the register's status.
6440 * sh-tdep.c (pseudo_register_read_portions): New function.
6441 (sh_pseudo_register_read): Change return to enum register_status.
6442 Use pseudo_register_read_portions. Return the register's status.
6443 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
6444 enum register_status. Return the register's status.
6445 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
6446 * spu-tdep.c (spu_pseudo_register_read_spu)
6447 (spu_pseudo_register_read): Ditto.
6448 * xtensa-tdep.c (xtensa_register_read_masked)
6449 (xtensa_pseudo_register_read): Ditto.
6450 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
6451
6452 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6453
6454 * python/py-value.c (valpy_getitem): Fix formatting of error function
6455 call.
6456
6457 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6458
6459 ARI fixes: Add missing internationalization markups throughout
6460 C source files.
6461 * darwin-nat-info.c: Ditto.
6462 * record.c: Ditto.
6463 * remote.c: Ditto.
6464 * mi/mi-main.c: Ditto.
6465
6466 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6467
6468 ARI fixes: Add missing internationalization markups throughout
6469 yacc files.
6470 * c-exp.y: Ditto.
6471 * cp-name-parser.y: Ditto.
6472 * f-exp.y: Ditto.
6473 * m2-exp.y: Ditto.
6474 * objc-exp.y: Ditto.
6475 * p-exp.y: Ditto.
6476
6477 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6478
6479 ARI fixes: Messages should have no trailing new lines.
6480 * darwin-nat.c (mach_check_error): Remove trailing new line from
6481 warning function call message.
6482 * record.c (bfdcore_read): Idem for error call.
6483
6484 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6485
6486 * common/signals.c (target_signal_from_host): Add _ markup to error
6487 function call message.
6488 (target_signal_to_host): Add _ markup and remove trailing new line
6489 from warning call message.
6490 (target_signal_from_command): Add _ markup to error function call
6491 message.
6492
6493 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
6494
6495 PR python/12149
6496
6497 * python/python.c (gdbpy_write): Accept a stream argument and
6498 operate to the appropriate stream.
6499 (gdbpy_flush): Likewise.
6500 (_initialize_python): Add stream constants.
6501 (finish_python_initialization): Add GdbOutputErrorFile class.
6502
6503 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6504
6505 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6506
6507 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6508
6509 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
6510 to store_signed_integer. Add debug message when relocating CALL
6511 instructions. Fix formatting of debug message.
6512 * i386-tdep.c (i386_relocate_instruction): Ditto.
6513
6514 2011-03-17 Joel Brobecker <brobecker@gnat.com>
6515
6516 * target.h (struct target_ops): Remove to_lookup_symbol field.
6517 (target_lookup_symbol): Delete macro.
6518 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
6519 (update_current_target, setup_target_debug): Remove handling
6520 of to_lookup_symbol target_ops field.
6521 * ada-tasks.c (get_known_tasks_addr): Remove use of
6522 target_lookup_symbol.
6523 * coffread.c (coff_symtab_read): Likewise.
6524 * dbxread.c (read_dbx_symtab): Ditto.
6525
6526 2011-03-17 Joel Brobecker <brobecker@gnat.com>
6527
6528 PR gdb/12116:
6529 * configure.ac: Add getthrds declaration check.
6530 * configure, config.in: Regenerate.
6531 * aix-thread.c (getthrds): Declare only if not already declared
6532 in procinfo.h. More declaration out of get_signaled_thread to
6533 global scope.
6534
6535 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
6536
6537 * python/py-symtab.c: Populate symtab_object_methods,
6538 sal_object_methods.
6539 (stpy_is_valid): New function.
6540 (salpy_is_valid): Ditto.
6541 * python/py-symbol.c: Declare symbol_object_methods. Populate.
6542 (sympy_is_valid): New function.
6543 * python/py-objfile.c: Declare objfile_object_methods. Populate.
6544 (objfpy_is_valid): New function.
6545 * python/py-inferior.c: Populate inferior_object_methods.
6546 (infpy_is_valid): New function.
6547 * python/py-infthread.c: Populate thread_object_methods.
6548 (thpy_is_valid): New function.
6549 * python/py-block.c: Declare block_object_methods. Populate. Declare
6550 block_iterator_object_methods. Populate.
6551 (blpy_is_valid): New function.
6552 (blpy_iter_is_valid): Ditto.
6553
6554 2011-03-16 Keith Seitz <keiths@redhat.com>
6555
6556 * linespec.c (find_methods): Canonicalize NAME before looking
6557 up the symbol.
6558 (name_end): New function.
6559 (keep_name_info): New function.
6560 (decode_line_1): Use keep_name_info.
6561 (decode_compound): Likewise.
6562 * cli/cli-utils.h (remove_trailing_whitespace): New function.
6563 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
6564
6565 PR c++/12273
6566 * linespec.c (locate_first_half): Keep overload information, too.
6567 (decode_compound): Use a string to represent break characters
6568 to escape the loop.
6569 If P points to a break character, do not increment it.
6570 For C++ and Java, keep overload information and relevant keywords.
6571 If we cannot find a symbol, search the minimal symbols.
6572
6573 PR c++/11734
6574 * linespec.c (decode_compound): Rename SAVED_ARG to
6575 THE_REAL_SAVED_ARG.
6576 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
6577 single-quotes.
6578 Pass a valid block to lookup_symbol.
6579 (lookup_prefix_sym): Likewise.
6580 (find_method): Construct search name based on SYM_CLASS instead
6581 of SAVED_ARG.
6582 * psymtab.c (lookup_partial_symbol): Add language parameter.
6583 (lookup_symbol_aux_psymtabs): Likewise.
6584 Don't assume that the psymtab we found was the right one. Search
6585 for the desired symbol in the symtab to be certain.
6586 (psymtab_search_name): New function.
6587 (lookup_partial_symbol): Use psymtab_search_name.
6588 Add language parameter.
6589 (read_symtabs_for_function): Add language parameter and pass to
6590 lookup_partial_symbol.
6591 (find_symbol_file_from_partial): Likewise.
6592
6593 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6594
6595 PR gdb/12528
6596 * dwarf2read.c (noop_record_line): New function.
6597 (dwarf_decode_lines): Ignore line tables for GCd functions.
6598
6599 2011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
6600
6601 Fix ARI warnings about new lines at the end of messages, which
6602 are unneeded as there is a new line added at the end of the message
6603 automatically.
6604 * darwin-nat.c (darwin_stop_inferior): Ditto.
6605 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
6606 * dfp.c (decimal_to_number): Ditto.
6607 * exec.c (print_section_info): Ditto.
6608 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
6609 * osdata.c (get_osdata): Ditto.
6610 * record.c (bfdcore_write): Ditto.
6611 * remote-mips.c (mips_readchar): Ditto.
6612 * remote.c (read_ptid): Ditto.
6613 * ser-mingw.c (ser_windows_raw): Ditto.
6614 * tracepoint.c (add_local_symbols): Ditto.
6615 * windows-nat.c (fake_create_process): Ditto.
6616
6617 2011-03-16 Tom Tromey <tromey@redhat.com>
6618
6619 * tracepoint.c (stop_tracing): Don't declare.
6620 * event-top.c (after_char_processing_hook): Add `(void)'.
6621
6622 2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
6623
6624 * NEWS: Add Parameter sub-classing description.
6625
6626 2011-03-16 Kai Tietz <ktietz@redhat.com>
6627
6628 * MAINTAINERS: Update my e-mail address.
6629
6630 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
6631
6632 * MAINTAINERS: Add myself for write after approval privileges.
6633
6634 2011-03-15 Michael Snyder <msnyder@vmware.com>
6635
6636 * frame.c (find_frame_sal): Assert sym is not null.
6637
6638 * dbxread.c (process_one_symbol): Assert 'name' is not null.
6639
6640 * objc-lang.c (selectors_info): Check strchr for null result.
6641
6642 * stabsread.c (define_symbol): Guard against bad stabstring input.
6643
6644 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
6645
6646 Remove trailing spaces and tabulations from pascal language
6647 support sources.
6648 p-exp.y: Ditto.
6649 p-lang.c: Ditto.
6650 p-lang.h: Ditto.
6651 p-valprint.c: Ditto.
6652
6653 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6654
6655 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
6656 than LOW. Comment it.
6657 (read_partial_die): Call complaint for inappropriate zero LOWPC or
6658 HIGHPC not strictly higher than LOWPC.
6659
6660 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
6661
6662 Fix formatting of function declarations returning a pointer in
6663 previous commit.
6664 * varobj.c (varobj_add_child): Ditto.
6665 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
6666 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
6667
6668 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
6669
6670 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
6671 for the "generic" vector ABI used with GCC 4.3 and later.
6672 (ppc64_sysv_abi_return_value): Likewise.
6673
6674 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
6675
6676 * infcall.c (call_function_by_hand): Function return value is
6677 always a non_lval, even when using struct_return.
6678
6679 2011-03-15 Pedro Alves <pedro@codesourcery.com>
6680
6681 * printcmd.c (ALL_DISPLAYS_SAFE): New.
6682 (map_display_numbers): New.
6683 (do_delete_display): New.
6684 (undisplay_command): Use map_display_numbers.
6685 (do_enable_disable_display): New.
6686 (enable_disable_display_command): New function.
6687 (enable_display): Delete.
6688 (enable_display_command): New.
6689 (disable_display_command): Reimplement.
6690 (_initialize_printcmd): Adjust "enable display" command to use
6691 `enable_display_command' as callback.
6692
6693 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6694
6695 * NEWS: Add Python breakpoint 'stop' operation.
6696
6697 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6698
6699 * NEWS: Delete duplicate entry. Fix typo.
6700
6701 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
6702
6703 Fix ARI warning about function names in first column.
6704 Put prototype declaration on same line as return type.
6705 * objc-exp.y: Ditto.
6706 * p-exp.y: Ditto.
6707 * python/py-stopevent.h: Ditto.
6708 For long function names, split parameters to
6709 allow function name on same line as return type.
6710 * solib-pa64.c: Ditto.
6711 * varobj.c: Ditto.
6712 * varobj.h: Ditto.
6713 For long function declaration, use single line.
6714 * hppa-tdep.h: Ditto.
6715 * inferior.h: Ditto.
6716
6717 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6718
6719 * python/python.h: Declare gdbpy_should_stop and
6720 gdbpy_breakpoint_has_py_cond.
6721 * python/python.c: Add python.h to includes. Remove python.h from
6722 HAVE_PYTHON definition
6723 (gdbpy_should_stop): New dummy function.
6724 (gdbpy_breakpoint_has_py_cond): New dummy function.
6725 * python/py-breakpoint.c (bppy_init): Rewrite to allow
6726 sub-classing capabilities.
6727 (gdbpy_should_stop): New function.
6728 (gdbpy_breakpoint_has_py_cond): New function.
6729 (local_setattro): New function.
6730 * breakpoint.c (condition_command): Add check for Python 'stop'
6731 operation.
6732 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
6733 operation function as part of stop/continue tests.
6734
6735 2011-03-14 Tom Tromey <tromey@redhat.com>
6736
6737 PR gdb/12576:
6738 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
6739 (needs_frame_dwarf_call): Likewise.
6740
6741 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
6742
6743 Fix ARI warning about functions without parameters that do not
6744 use (void).
6745 * breakpoint.c (all_tracepoints): Replace () by (void).
6746 * f-exp.y (match_string_literal): Ditto.
6747 (yylex): Ditto.
6748 * m2-exp.y (yylex): Ditto.
6749 * mep-tdep.c (current_me_module): Ditto.
6750 (current_options): Ditto.
6751 (current_cop_data_bus_width): Ditto.
6752 (current_cr_names): Ditto.
6753 (current_cr_is_float): Ditto.
6754 (current_ccr_names): Ditto.
6755 * objc-exp.y (yylex): Ditto.
6756 * p-exp.y (yylex): Ditto.
6757 * remote.c (send_interrupt_sequence): Ditto.
6758 * tracepoint.c (current_trace_status): Ditto.
6759 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
6760 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
6761
6762 2011-03-11 Michael Snyder <msnyder@vmware.com>
6763
6764 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
6765 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
6766 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
6767 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
6768 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
6769
6770 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
6771 (delete_async_event_handler): Ditto.
6772
6773 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
6774
6775 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
6776
6777 * top.c (set_verbose): Assert showcmd was found.
6778
6779 2011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
6780
6781 * xtensa-tdep.c (warning_once): Correct style issues.
6782
6783 2011-03-11 Yao Qi <yao@codesourcery.com>
6784
6785 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
6786
6787 2011-03-11 Andreas Schwab <schwab@redhat.com>
6788
6789 * common/aclocal.m4: Remove.
6790
6791 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
6792
6793 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
6794 (xtensa_write_register, xtensa_read_register): Likewise.
6795 (xtensa_hextochar): Removed.
6796 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
6797
6798 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
6799
6800 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
6801 (xtensa_call0_frame_cache_t): Update comments. New fields added.
6802 (xtensa_alloc_frame_cache): Add initialization for new fields.
6803 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
6804 (warning_once): New function.
6805 (xtensa_insn_kind): New item c0opc_and.
6806 (call0_classify_opcode): Add the case for AND instruction.
6807 (call0_track_op): Change arguments. New local variable litbase.
6808 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
6809 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
6810 in the prologue.
6811 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
6812 (call0_analyze_prologue): Update the comments. Change arguments.
6813 Add the variety of updates to handle extended prologues, which now can
6814 conduct dynamic stack adjustments.
6815 (call0_frame_cache): Likewise.
6816 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
6817 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
6818
6819 2011-03-10 Michael Snyder <msnyder@vmware.com>
6820
6821 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6822 (cmd_qtframe): Ditto.
6823 (cmd_qtbuffer): Ditto.
6824 (cmd_bigqtbuffer): Ditto.
6825
6826 2011-03-10 Tom Tromey <tromey@redhat.com>
6827
6828 * tracepoint.c (trace_actions_command): Update.
6829 * thread.c (thread_apply_command): Update.
6830 * reverse.c (delete_bookmark_command): Update.
6831 (bookmarks_info): Update.
6832 * printcmd.c (undisplay_command): Update.
6833 * memattr.c (mem_enable_command): Update.
6834 (mem_disable_command): Update.
6835 (mem_delete_command): Update.
6836 * inferior.c (detach_inferior_command): Update.
6837 (kill_inferior_command): Update.
6838 (remove_inferior_command): Update.
6839 * cli/cli-utils.h (struct get_number_or_range_state): New.
6840 (init_number_or_range): Declare.
6841 (get_number_or_range): Update.
6842 * cli/cli-utils.c (init_number_or_range): New function.
6843 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
6844 static variables.
6845 (number_is_in_list): Update.
6846 * breakpoint.h (get_tracepoint_by_number): Update.
6847 * breakpoint.c (map_breakpoint_numbers): Update for change to
6848 get_number_or_range.
6849 (find_location_by_number): Use get_number, not
6850 get_number_or_range.
6851 (trace_pass_set_count): New function.
6852 (trace_pass_command): Update for change to get_number_or_range.
6853 Rework loop logic.
6854 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
6855 'state' parameter.
6856
6857 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
6858
6859 * python/py-param.c (add_setshow_generic): Add set/show callback
6860 parameters. Register Python object context.
6861 (get_show_value): New function.
6862 (get_set_value): New function.
6863 (call_doc_function): New function.
6864 (get_doc_string): Move behind get_show_value/get_set_value.
6865
6866 2011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
6867
6868 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
6869
6870 2011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
6871
6872 * xtensa-tdep.c (xtensa_read_register): Add comment.
6873 (xtensa_write_register): Likewise.
6874 (xtensa_hextochar): Add comment and update to match coding conventions.
6875 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
6876 (execute_l32e, execute_s32e, execute_code): Update comments.
6877 (xtensa_exception_handler_t): Update to match coding conventions.
6878 (xtensa_insn_kind): Likewise.
6879
6880 2011-03-09 Michael Snyder <msnyder@vmware.com>
6881
6882 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
6883
6884 2011-03-09 Pedro Alves <pedro@codesourcery.com>
6885
6886 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
6887
6888 2011-03-09 Tom Tromey <tromey@redhat.com>
6889
6890 * thread.c (restore_selected_frame): Handle frame_level == -1.
6891 (make_cleanup_restore_current_thread): Use
6892 get_selected_frame_if_set.
6893 * frame.h (get_selected_frame_if_set): Declare.
6894 * frame.c (get_selected_frame_if_set): New function.
6895
6896 2011-03-09 Pedro Alves <pedro@codesourcery.com>
6897
6898 * cli/cli-cmds.c (shell_escape): Use lbasename.
6899 * coffread.c (coff_start_symtab): Constify parameter.
6900 (complete_symtab): Constify `name' parameter.
6901 (coff_symtab_read): Constify `filestring' local.
6902 (coff_getfilename): Constify return and `result' local.
6903 Use lbasename.
6904 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
6905 * linux-fork.c (info_checkpoints_command): Use lbasename.
6906 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
6907 * minsyms.c (lookup_minimal_symbol): Use lbasename.
6908 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
6909 * procfs.c (procfs_make_note_section): Use lbasename.
6910 * tui/tui-io.c (printable_part): Constity return and parameter.
6911 Use lbasename.
6912 (print_filename): Constify parameters, and local `s'.
6913 (tui_rl_display_match_list): Constify local `temp'.
6914
6915 2011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6916
6917 Revert:
6918 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6919 Fix DWARF-3+ DW_AT_accessibility default assumption.
6920 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
6921 cu->header.version >= 3.
6922
6923 2011-03-09 Yao Qi <yao@codesourcery.com>
6924
6925 * common/Makefile.in: Remove.
6926 * common/configure: Remove.
6927 * common/configure.ac: Remove.
6928
6929 2011-03-09 Yao Qi <yao@codesourcery.com>
6930
6931 Revert:
6932 2011-02-11 Yao Qi <yao@codesourcery.com>
6933
6934 * common/Makefile.in: Add copyright header.
6935
6936 2011-02-11 Yao Qi <yao@codesourcery.com>
6937
6938 * Makefile.in: Remove signals.o from COMMON_OBS. Link
6939 libcommon.a.
6940 * configure.ac: Add common to sub dir.
6941 * configure: Regenerate.
6942
6943 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6944
6945 * xtensa-tdep.c (call0_ret): New function.
6946 (xtensa_skip_prologue): Speed up analysis.
6947
6948 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6949
6950 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
6951 while executing MI command -data-list-changed-registers.
6952
6953 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6954
6955 * xtensa-tdep.c (xtensa_read_register): New function.
6956 (xtensa_write_register): New function.
6957 (xtensa_find_register_by_name): New function.
6958 (xtensa_windowed_frame_cache): Update comments in type description.
6959 (xtensa_frame_cache): Likewise.
6960 (xtensa_window_interrupt_insn): New function.
6961 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
6962 (xtensa_insn_kind): Add new instructions.
6963 (rwx_special_register): New function.
6964 (call0_classify_opcode): Add new instructions to the analysis.
6965 (a0_saved, a7_saved, a11_saved): New variables.
6966 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
6967 (execute_l32e): New function.
6968 (execute_s32e): New function.
6969 (xtensa_exception_handler_t): New type.
6970 (execute_code): New function.
6971 (xtensa_window_interrupt_frame_cache): New function to conduct frame
6972 analysis for Xtensa Window Exception handlers.
6973
6974 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6975
6976 * xtensa-tdep.c (TX_PS): New.
6977 (windowing_enabled): Update to count for Call0 ABI.
6978 (xtensa_hextochar): New.
6979 (xtensa_init_reggroups): Make algorithm generic.
6980 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
6981
6982 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6983
6984 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
6985
6986 2011-03-08 Michael Snyder <msnyder@vmware.com>
6987
6988 * i386-tdep.c (i386_follow_jump): Check return value of
6989 target_read_memory.
6990 (i386_analyze_struct_return): Ditto.
6991 (i386_skip_probe): Ditto.
6992 (i386_match_insn): Ditto.
6993 (i386_skip_noop): Ditto.
6994 (i386_analyze_frame_setup): Ditto.
6995 (i386_analyze_register_saves): Ditto.
6996 (i386_skip_prologue): Ditto.
6997 (i386_skip_main_prologue): Ditto.
6998
6999 * target.c (read_whatever_is_readable): Fix memory leak.
7000
7001 * i386-tdep.c (i386_process_record): Document fall through.
7002
7003 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7004
7005 Fix DWARF-3+ DW_AT_accessibility default assumption.
7006 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
7007 cu->header.version >= 3.
7008
7009 2011-03-08 Pedro Alves <pedro@codesourcery.com>
7010
7011 * remote.c (remote_check_symbols): Skip if the target has no
7012 execution.
7013
7014 2011-03-08 Joel Brobecker <brobecker@adacore.com>
7015
7016 * target.c (read_whatever_is_readable): Reformat comment,
7017 with a minor typo fix. Minor reformatting of the code.
7018
7019 2011-03-08 Yao Qi <yao@codesourcery.com>
7020
7021 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
7022 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
7023 Use cached result instead of calling displaced_in_arm_mode again.
7024 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
7025 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
7026 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
7027 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
7028 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
7029 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
7030 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
7031 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
7032 (cleanup_block_load_pc, copy_block_xfer): Likewise.
7033 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
7034 (arm_catch_kernel_helper_return): Likewise.
7035 * gdb/arm-tdep.h : Update function declarations.
7036
7037 2011-03-07 Michael Snyder <msnyder@vmware.com>
7038
7039 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
7040
7041 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
7042
7043 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
7044
7045 * elfread.c (elf_symtab_read): Stop memory leak.
7046
7047 * main.c (captured_main): Fix memory leak.
7048
7049 2011-03-07 Andreas Schwab <schwab@linux-m68k.org>
7050
7051 * ada-lang.c (compare_names): Call is_name_suffix with string1
7052 instead of string2.
7053
7054 2011-03-07 Tom Tromey <tromey@redhat.com>
7055
7056 * xcoffread.c (xcoff_sym_fns): Update.
7057 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
7058 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
7059 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
7060 (symbol_file_add_with_addrs_or_offsets): Likewise.
7061 (reread_symbols): Handle OBJF_PSYMTABS_READ.
7062 * somread.c (som_sym_fns): Update.
7063 * psymtab.h (require_partial_symbols): Declare.
7064 * psymtab.c (require_partial_symbols): New function.
7065 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
7066 (ALL_OBJFILE_PSYMTABS): Undef.
7067 (ALL_PSYMTABS): Move from psympriv.h.
7068 (lookup_partial_symtab, find_pc_sect_psymtab)
7069 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
7070 (find_last_source_symtab_from_partial)
7071 (forget_cached_source_info_partial)
7072 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
7073 (expand_partial_symbol_tables, read_psymtabs_with_filename)
7074 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
7075 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
7076 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
7077 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
7078 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
7079 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
7080 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
7081 psymtabs.
7082 * mipsread.c (ecoff_sym_fns): Update.
7083 * machoread.c (macho_sym_fns): Update.
7084 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
7085 (read_psyms): New function.
7086 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
7087 (elf_sym_fns_lazy_psyms): New global.
7088 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
7089 dwarf2_build_psymtabs.
7090 * dbxread.c (aout_sym_fns): Update.
7091 * coffread.c (coff_sym_fns): Update.
7092
7093 2011-03-07 Tom Tromey <tromey@redhat.com>
7094
7095 * infrun.c (print_exited_reason): Include inferior id and pid in
7096 message.
7097
7098 2011-03-07 Tom Tromey <tromey@redhat.com>
7099
7100 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
7101 parameter.
7102 (target_has_execution_1): Update.
7103 (target_has_execution_current): Declare.
7104 (target_has_execution): Call target_has_execution_current.
7105 (default_child_has_execution): Update.
7106 * target.c (default_child_has_execution): Add 'the_ptid'
7107 parameter.
7108 (target_has_execution_1): Likewise.
7109 (target_has_execution_current): New function.
7110 (add_target): Update.
7111 (init_dummy_target): Update.
7112 * remote-m32r-sdi.c (m32r_has_execution): New function.
7113 (init_m32r_ops): Use it.
7114 * record.c (record_core_has_execution): Now static. Add
7115 'the_ptid' parameter.
7116 * inferior.c (have_live_inferiors): Don't save current thread.
7117 Use target_has_execution_1.
7118
7119 2011-03-07 Yao Qi <yao@codesourcery.com>
7120
7121 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
7122
7123 2011-03-07 Joel Brobecker <brobecker@adacore.com>
7124
7125 * elfread.c (elf_symtab_read): Minor reformatting.
7126
7127 2011-03-07 Joel Brobecker <brobecker@adacore.com>
7128
7129 * objc-lang.c (selectors_info): Minor reformatting.
7130
7131 2011-03-07 Joel Brobecker <brobecker@adacore.com>
7132
7133 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
7134
7135 2011-03-07 Joel Brobecker <brobecker@adacore.com>
7136 Michael Snyder <msnyder@vmware.com>
7137
7138 * ada-valprint.c (ada_val_print_array): Move the declaration of
7139 "byte_order" and "elttype" inside the block where these variables
7140 are actually used. Remove some special handling for the case
7141 where "elttype" and "eltlen" are null. Replace by a comment
7142 and a couple of assertion checks.
7143
7144 2011-03-05 Michael Snyder <msnyder@vmware.com>
7145
7146 * source.c (add_path): Replace semicolon at end of block.
7147 * dwarf2expr.c (execute_stack_op): Ditto.
7148
7149 2011-03-05 Mike Frysinger <vapier@gentoo.org>
7150
7151 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
7152 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
7153 (bfin-*-*): Likewise.
7154
7155 2011-03-05 Michael Snyder <msnyder@vmware.com>
7156
7157 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
7158 * mdebugread.c (parse_symbol): Ditto.
7159 * parse.c (parse_exp_in_context): Ditto.
7160 * source.c (add_path): Ditto.
7161 * utils.c (gnu_debuglink_crc32): Ditto.
7162 * varobj.c (variable_language): Ditto.
7163
7164 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
7165
7166 2011-03-04 Michael Snyder <msnyder@vmware.com>
7167
7168 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
7169
7170 * symfile.c (simple_overlay_update): Check for null return value
7171 from lookup_minimal_symbol.
7172
7173 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
7174
7175 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
7176
7177 * eval.c (parse_and_eval_address_1): Remove function.
7178 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
7179 instead of parse_and_eval_address_1.
7180 * value.h (parse_and_eval_address_1): Remove prototype.
7181
7182 2011-03-04 Michael Snyder <msnyder@vmware.com>
7183
7184 * remote.c (putpkt_binary): Document that case stmt falls through.
7185
7186 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
7187
7188 * breakpointc (print_it_typical): Move NULL check from here...
7189 (print_bp_stop_message): ... to here.
7190
7191 2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
7192
7193 * breakpoint.c (enable_command): Use break instead of continue,
7194 and fill in a missing break.
7195 (disable_command): Ditto.
7196
7197 2011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7198
7199 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
7200 (terminal_save_ours): Remove misleading comment.
7201 (inflow_inferior_data_cleanup): Free ttystate.
7202 (inflow_inferior_exit): Likewise.
7203 (copy_terminal_info): Copy ttystate.
7204
7205 * serial.c (serial_copy_tty_state): New function.
7206 * serial.h (serial_copy_tty_state): Add prototype.
7207 (struct serial_ops): Add copy_tty_state callback.
7208 * ser-base.c (ser_base_copy_tty_state): New function.
7209 * ser-base.h (ser_base_copy_tty_state): Add prototype.
7210 * ser-go32.c (dos_copy_tty_state): New function.
7211 (dos_ops): Install copy_tty_state callback.
7212 * ser-mingw.c (_initialize_ser_windows): Likewise.
7213 * ser-pipe.c (_initialize_ser_pipe): Likewise.
7214 * ser-unix.c (hardwire_copy_tty_state): New function.
7215 (_initialize_ser_hardwire): Install it.
7216
7217 2011-03-04 Michael Snyder <msnyder@vmware.com>
7218
7219 * breakpoint.c (create_breakpoint): Add missing break statement.
7220
7221 Reverting this patch:
7222 * infcall.c (call_function_by_hand): Add break statements for lint.
7223
7224 Reverting this patch:
7225 * cli/cli-script.c (script_from_file): Add break for lint.
7226
7227 2011-03-04 Michael Snyder <msnyder@vmware.com>
7228
7229 * solib.c (reload_shared_libraries_1): Close memory leak.
7230
7231 2011-03-03 Tom Tromey <tromey@redhat.com>
7232
7233 PR gdb/12538:
7234 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
7235 DW_STRING is NULL.
7236
7237 2011-03-03 Michael Snyder <msnyder@vmware.com>
7238
7239 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
7240 fields of struct 'st' to zero.
7241
7242 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
7243 sal.pspace before calling set_current_source_symtab_and_line.
7244
7245 2011-03-03 Yao Qi <yao@codesourcery.com>
7246
7247 * Makefile.in (configure-common): Remove. Let Makefile
7248 in dir common to rebuild itself.
7249 (common/Makefile): Likewise.
7250
7251 2011-03-03 Joel Brobecker <brobecker@adacore.com>
7252
7253 * utils.c (parse_escape): Add i18n markup in error message.
7254
7255 2011-03-03 Yao Qi <yao@codesourcery.com>
7256
7257 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
7258 ARM_PC_REGNUM.
7259 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
7260 (displaced_write_reg, displaced_read_reg): Likewise.
7261 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
7262 (cleanup_block_load_pc, copy_block_xfer): Likewise.
7263 (cleanup_branch): Replace magic number 14 and 15 with
7264 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
7265
7266 2011-03-02 Michael Snyder <msnyder@vmware.com>
7267
7268 * maint.c (maintenance_do_deprecate): No need to check for NULL.
7269
7270 * cli/cli-script.c (script_from_file): Add break for lint.
7271
7272 * mdebugread.c (parse_partial_symbols): Fix indent.
7273
7274 * target-descriptions.c (tdesc_gdb_type): No need to call
7275 xstrdup, callee saves a copy.
7276
7277 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
7278
7279 * infcall.c (call_function_by_hand): Add break statements for lint.
7280
7281 * utils.c (parse_escape): Escape the escape char.
7282
7283 * python/py-inferior.c (build_inferior_list): Error out if
7284 PyList_Append fails.
7285 (gdbpy_inferiors): Error out if build_inferior_list fails.
7286
7287 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
7288 a function call.
7289
7290 * record.c (record_restore): Move printf to before error return.
7291
7292 2011-03-02 Yao Qi <yao@codesourcery.com>
7293
7294 * arm-tdep.h (struct displaced_step_closure): Add two new fields
7295 is_thumb and insn_size.
7296 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
7297 on both ARM and Thumb mode.
7298 (arm_process_displaced_insn): Set is_thumb and insn_size.
7299 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
7300 (arm_displaced_step_fixup): Likewise.
7301
7302 2011-03-01 Michael Snyder <msnyder@vmware.com>
7303
7304 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
7305
7306 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
7307
7308 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
7309
7310 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
7311
7312 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
7313 with xmalloc.
7314
7315 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
7316 which shadows function parameter.
7317
7318 * tracepoint.c (create_tsv_from_upload): Superfluous call
7319 to xstrdup. Callee already calls xstrdup.
7320
7321 * linespec.c (decode_line_1): Remove unnecessary null check.
7322
7323 * tracepoint.c (scope_info): Fix mem leak, remove underused
7324 variable.
7325
7326 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
7327 superfluous null check.
7328
7329 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
7330 (value_of_builtin_frame_fp_reg): Ditto.
7331
7332 * event-top.c (display_gdb_prompt): Remove superfluous null check.
7333
7334 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
7335 be null.
7336
7337 * linespec.c (decode_line_1): Check for null before dereference.
7338
7339 * reverse.c (record_restore): Move null-check to before pointer
7340 dereference.
7341
7342 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
7343
7344 * objc-lang.c (selectors_info): Add explanitory comment.
7345 (classes_info): Ditto.
7346
7347 2011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7348
7349 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
7350 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
7351 versions of the trampoline. Handle Thumb vs. ARM addresses.
7352 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
7353 (arm_linux_init_abi): Install it.
7354 * arm-tdep.c (arm_psr_thumb_bit): Make global.
7355 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
7356
7357 2011-02-28 Michael Snyder <msnyder@vmware.com>
7358
7359 * ui-out.c (ui_out_field_core_addr): Make local char buffer
7360 a little bigger, to avoid possibility of an overflow.
7361
7362 * breakpoint.c (breakpoint_adjustment_warning): Make local char
7363 buffers a little bigger, to avoid possibility of an overflow.
7364
7365 * coffread.c (coff_getfilename): Add check to avoid overflow.
7366
7367 * objc-lang.c (selectors_info): Add a small safety margin to
7368 avoid overflow.
7369 (classes_info): Error out on too long REGEXP.
7370
7371 * infrun.c (handle_inferior_event): Remove unused function call.
7372
7373 * fork-child.c (fork_inferior): Remove ifdef'd code and
7374 unused variable.
7375
7376 * linux-thread-db.c (attach_thread): Discard unused value.
7377
7378 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
7379
7380 * remote.c (remote_get_noisy_reply): Discard unused value.
7381 (remote_vcont_resume): Ditto.
7382 (remote_stop_ns): Ditto.
7383
7384 * linespec.c (decode_objc): Delete unused variable.
7385
7386 * tui/tui-regs.c (tui_register_format): Delete unused variable.
7387
7388 * dwarf2read.c (add_partial_symbol): Discard unused values.
7389 (read_base_type): Delete unused variable.
7390
7391 * dbxread.c (read_dbx_symtab): Discard unused value.
7392
7393 * eval.c (evaluate_subexp_standard): Delete unused variable,
7394 and discard unused values.
7395
7396 * infcmd.c (_initialize_infcmd): Discard unused values.
7397
7398 * stabsread.c (rs6000_builtin_type): Missing break statement.
7399
7400 * dbxread.c (process_one_symbol): Discard unused value.
7401
7402 * coffread.c (coff_end_symtab): Delete unused variable.
7403
7404 * dwarf2read.c (dw2_get_file_names): Discard unused value.
7405 (dwarf2_add_typedef): Delete unused variable.
7406 (read_namespace): Ditto.
7407 (dwarf_decode_macros): Ditto.
7408
7409 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
7410
7411 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
7412
7413 * p-valprint.c (pascal_val_print): Discard unused value.
7414
7415 * utils.c (nquery): Call va_end before return;
7416 (yquery): Ditto.
7417 (query): Ditto.
7418
7419 * proc-service.c (ps_plog): Call va_end before return.
7420
7421 2011-02-28 Tom Tromey <tromey@redhat.com>
7422
7423 * python/python.c (gdbpy_value_cst): New global.
7424 (_initialize_python): Initialize it.
7425 * python/python-internal.h (gdbpy_value_cst): Declare.
7426 * python/py-value.c (convert_value_from_python): Use
7427 gdbpy_value_cst.
7428
7429 2011-02-28 Michael Snyder <msnyder@vmware.com>
7430
7431 * python/py-cmd.c (cmdpy_init): Fix memory leak.
7432
7433 * breakpoint.c (catch_syscall_completer): Free malloced list.
7434
7435 * jv-lang.c (java_primitive_type_from_name): Add missing break.
7436
7437 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
7438 (lval_func_check_synthetic_pointer): Ditto.
7439 (lval_func_free_closure): Fix use-after-free.
7440
7441 2011-02-28 Tom Tromey <tromey@redhat.com>
7442
7443 * psymtab.c (expand_partial_symbol_tables): Use
7444 ALL_OBJFILE_PSYMTABS.
7445
7446 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7447
7448 * objc-lang.c (selectors_info): Error on too long REGEXP.
7449
7450 2011-02-28 Michael Snyder <msnyder@vmware.com>
7451
7452 * python/py-param.c (set_parameter_value): Add missing
7453 break statement.
7454
7455 * linux-record.c (record_linux_system_call): Add missing
7456 break statement.
7457
7458 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7459
7460 * breakpoint.c (print_one_breakpoint_location): Remove unused
7461 argument PRINT_ADDRESS_BITS. Update callers.
7462 (print_one_breakpoint): Likewise.
7463
7464 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7465
7466 * breakpoint.c (wrap_indent_at_field): New function.
7467 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
7468 Allocate ui_stream locally instead of using STB argument.
7469 (print_one_breakpoint_location): Update call.
7470 * ui-out.c (ui_out_query_field): New function.
7471 * ui-out.h (ui_out_query_field): Add prototype.
7472
7473 2011-02-28 Joel Brobecker <brobecker@adacore.com>
7474
7475 From Michael Snyder <msnyder@vmware.com>
7476 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
7477
7478 2011-02-27 Michael Snyder <msnyder@vmware.com>
7479
7480 * objc-lang.c (selectors_info): Prevent string overrun.
7481
7482 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
7483 error in strncpy.
7484
7485 * symtab.c (rbreak_command): Move variable 'file_name' to
7486 outer scope.
7487
7488 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
7489 param with a local variable of the same name.
7490
7491 2011-02-27 Michael Snyder <msnyder@vmware.com>
7492
7493 * value.c (value_from_history_ref): New function.
7494 * value.h (value_from_history_ref): Export.
7495 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
7496 to parse value history references.
7497 * cli/cli-utils.h (get_number_trailer): Update comment.
7498
7499 2011-02-27 Michael Snyder <msnyder@vmware.com>
7500
7501 * inferior.c (detach_inferior_command): Use get_number_or_range.
7502 (kill_inferior_command): Ditto.
7503 (remove_inferior_command): Ditto.
7504 (initialize_inferiors): Make command names plural.
7505 Update help strings.
7506
7507 2011-02-27 Michael Snyder <msnyder@vmware.com>
7508
7509 * darwin-nat-info.c: Fix comment typo.
7510 * dwarf2expr.h: Ditto.
7511 * fbsd-nat.c: Ditto.
7512 * fbsd-nat.h: Ditto.
7513 * frame-unwind.h: Ditto.
7514 * frame.h: Ditto.
7515 * hppa-hpux-tdep.c: Ditto.
7516 * i386-linux-nat.c: Ditto.
7517 * linux-nat.c: Ditto.
7518 * nbsd-nat.c: Ditto.
7519 * nbsd-nat.h: Ditto.
7520 * ppc-linux-tdep.c: Ditto.
7521 * serial.c: Ditto.
7522 * ui-file.h: Ditto.
7523 * tui/tui-winsource.c: Ditto.
7524
7525 2011-02-26 Michael Snyder <msnyder@vmware.com>
7526
7527 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
7528
7529 * maint.c (maintenance_do_deprecate): Plug a memory leak.
7530
7531 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
7532 with a local variable of the same name.
7533
7534 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
7535 param with a local variable of the same name.
7536 (i387_supply_xsave): Ditto.
7537
7538 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
7539 that it does not shadow a function parameter.
7540
7541 * i386-nat.c (i386_length_and_rw_bits): Document that case
7542 statement is meant to fall through.
7543
7544 * expprint.c (dump_subexp_body_standard): Document that case
7545 statement is meant to fall through.
7546
7547 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
7548 dead if statement. Condition can't be false.
7549
7550 2011-02-25 Michael Snyder <msnyder@vmware.com>
7551
7552 * arm-tdep.c: Fix typos in comments.
7553 * bsd-uthread.c: Ditto.
7554 * completer.c: Ditto.
7555 * corelow.c: Ditto.
7556 * cp-namespace.c: Ditto.
7557 * cp-support.c: Ditto.
7558 * cris-tdep.c: Ditto.
7559 * dbxread.c: Ditto.
7560 * dwarf2read.c: Ditto.
7561 * frame.h: Ditto.
7562 * gdbtypes.h: Ditto.
7563 * inferior.h: Ditto.
7564 * mdebugread.c: Ditto.
7565 * mips-tdep.c: Ditto.
7566 * ppc-linux-nat.c: Ditto.
7567 * ppc-linux-tdep.c: Ditto.
7568 * printcmd.c: Ditto.
7569 * sol-thread.c: Ditto.
7570 * solib-frv.c: Ditto.
7571 * solist.h: Ditto.
7572 * sparc64-tdep.c: Ditto.
7573 * spu-tdep.c: Ditto.
7574 * stabsread.c: Ditto.
7575 * symfile.c: Ditto.
7576 * valops.c: Ditto.
7577 * varobj.c: Ditto.
7578 * vax-nat.c: Ditto.
7579 * python/py-block.c: Ditto.
7580 * python/py-symbol.c: Ditto.
7581 * python/py-symtab.c: Ditto.
7582 * python/py-value.c: Ditto.
7583 * tui/tui-win.c: Ditto.
7584
7585 2011-02-25 Michael Snyder <msnyder@vmware.com>
7586
7587 * inferior.c (print_inferior): Accept a string instead of an int
7588 for requested_inferiors, and use get_number_or_range to parse it.
7589 (info_inferiors_command): Pass args string to print_inferior.
7590 (initialize_inferiors): Change help string for info inferiors.
7591 * inferior.h (print_inferior): Export prototype change.
7592
7593 2011-02-25 Tom Tromey <tromey@redhat.com>
7594
7595 * common/ax.def (invalid2): Set to 0x31.
7596
7597 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
7600 L and plongest.
7601 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
7602 use L and plongest.
7603 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
7604
7605 2011-02-24 Michael Snyder <msnyder@vmware.com>
7606
7607 * Makefile.in (clean): Make clean should remove generated files
7608 observer.h and observer.inc.
7609
7610 2011-02-24 Joel Brobecker <brobecker@adacore.com>
7611
7612 Revert the following patch (not approved yet):
7613 2011-02-21 Hui Zhu <teawater@gmail.com>
7614 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7615 * ax-gdb.c (gen_printf_expr_callback): New function.
7616 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7617 * ax-general.c (ax_memcpy): New function.
7618 (ax_print): Handle "printf".
7619 (ax_reqs): Ditto.
7620 * ax.h (ax_memcpy): Forward declare.
7621 * common/ax.def (invalid2): Removed.
7622 (printf): New entry.
7623 * printcmd.c (printcmd.h): New include.
7624 (string_printf): New function.
7625 (ui_printf): Removed.
7626 (printf_command): Remove static. Call string_printf.
7627 (eval_command): Call string_printf.
7628 * printcmd.h: New file.
7629 * tracepoint.c (validate_actionline,
7630 encode_actions_1): handle printf_command.
7631
7632 2011-02-23 Tom Tromey <tromey@redhat.com>
7633
7634 * ax-general.c (ax_pick): Add missing newline.
7635
7636 2011-02-23 Michael Snyder <msnyder@vmware.com>
7637
7638 * breakpoint.c (breakpoint_1): Change first argument from an int
7639 to a char pointer, so that the function now accepts a list of
7640 breakpoints rather than just one. Use new function
7641 'number_is_in_list' to implement.
7642 (breakpoints_info): Pass char * instead of int to breakpoint_1.
7643 (watchpoints_info): Ditto.
7644 (tracepoints_info): Ditto.
7645 (maintenance_info_breakpoints): Ditto.
7646 (_initialize_breakpoint): Update help strings to reflect the fact
7647 that these functions can now take more than one argument.
7648 * cli/cli-utils.c (number_is_in_list): New function.
7649 * cli/cli-utils.h (number_is_in_list): Export.
7650
7651 2011-02-23 Michael Snyder <msnyder@vmware.com>
7652
7653 * memattr.c (mem_enable_command): Use get_number_or_range.
7654 (mem_disable_command): Ditto.
7655 (mem_delete_command): Ditto.
7656 (_initialize_mem): Tweak usage message to reflect multiple
7657 arguments.
7658
7659 2011-02-22 Doug Evans <dje@google.com>
7660
7661 Add gdb.lookup_global_symbol python function.
7662 * NEWS: Add entry.
7663 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
7664 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
7665 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
7666
7667 2011-02-22 Tom Tromey <tromey@redhat.com>
7668
7669 * language.c (language_class_name_from_physname): Rename
7670 'curr_language' argument to 'lang'; use in body.
7671
7672 2011-02-22 Michael Snyder <msnyder@vmware.com>
7673
7674 * cli/cli-utils.c (number_is_in_list): Check for zero return.
7675
7676 2011-02-22 Pedro Alves <pedro@codesourcery.com>
7677
7678 * frame-unwind.h: Fix comment to mention the this frame, not the
7679 next.
7680
7681 2011-02-22 Tom Tromey <tromey@redhat.com>
7682
7683 * symfile.c (auto_solib_limit): Remove.
7684 * symfile.h (auto_solib_limit): Remove.
7685
7686 2011-02-22 Joel Brobecker <brobecker@adacore.com>
7687
7688 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
7689
7690 2011-02-21 Michael Snyder <msnyder@vmware.com>
7691
7692 * gdbthread.h (print_thread_info): Change prototype.
7693 * thread.c (print_thread_info): Accept char* instead of int for
7694 requested_threads argument. Use new function number_is_in_list
7695 to determine which threads to list.
7696 (info_threads_command): Pass char* to print_thread_info.
7697 * cli/cli-utils.c (number_is_in_list): New function.
7698 * cli/cli-utils.h (number_is_in_list): Export.
7699 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
7700 print_thread_info.
7701 (print_one_inferior): Ditto.
7702 (mi_cmd_list_thread_groups): Ditto.
7703
7704 2011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 * common/Makefile.in (CFLAGS): New.
7707 (COMPILE): Add $(CFLAGS).
7708
7709 2011-02-21 Tom Tromey <tromey@redhat.com>
7710
7711 * breakpoint.c (catch_syscall_command_1): Fix typo.
7712
7713 2011-02-21 Tom Tromey <tromey@redhat.com>
7714
7715 * reverse.c: Include cli-utils.h.
7716 * printcmd.c: Include cli-utils.h.
7717 (string_printf): Use skip_spaces.
7718 * cli/cli-utils.h: New file.
7719 * cli/cli-utils.c: New file.
7720 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
7721 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
7722 * breakpoint.h (get_number, get_number_or_range): Move to
7723 cli-utils.h.
7724 * breakpoint.c: Include cli-utils.h.
7725 (get_number_trailer, get_number, get_number_or_range)
7726 (ep_skip_leading_whitespace): Move to cli-utils.c.
7727 (create_breakpoint_sal, find_condition_and_thread)
7728 (decode_static_tracepoint_spec, watch_command_1)
7729 (watch_maybe_just_location, ep_parse_optional_if_clause)
7730 (catch_fork_command_1, catch_exec_command_1)
7731 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
7732 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
7733 (SUBDIR_CLI_SRCS): Add cli-utils.c.
7734 (HFILES_NO_SRCDIR): Add cli-utils.h.
7735 (cli-utils.o): New target.
7736
7737 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7738
7739 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
7740 before calling discard_all_inferiors.
7741
7742 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7743
7744 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
7745 (struct builtin_opencl_type): Remove.
7746 (builtin_opencl_type): Change return type to "struct type **".
7747 (lookup_opencl_vector_type): Update caller.
7748 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
7749 (build_opencl_types): Install plain array of "struct type *"
7750 instead of "struct builtin_opencl_type".
7751
7752 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7753 Ulrich Weigand <uweigand@de.ibm.com>
7754
7755 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
7756 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
7757 (struct arm_linux_hwbp_cap): New type.
7758 (arm_linux_get_hwbp_cap): New function.
7759 (arm_linux_get_hw_breakpoint_count): Likewise.
7760 (arm_linux_get_hw_watchpoint_count): Likewise.
7761 (arm_linux_can_use_hw_breakpoint): Likewise.
7762 (arm_hwbp_type): New type.
7763 (arm_hwbp_control_t): Likewise.
7764 (struct arm_linux_hw_breakpoint): Likewise.
7765 (struct arm_linux_thread_points): Likewise.
7766 (arm_threads): New global variable.
7767 (arm_linux_find_breakpoints_by_tid): New function.
7768 (arm_hwbp_control_initialize): Likewise.
7769 (arm_hwbp_control_is_enabled): Likewise.
7770 (arm_hwbp_control_disable): Likewise.
7771 (arm_linux_hw_breakpoint_initialize): Likewise.
7772 (arm_linux_get_hwbp_type): Likewise.
7773 (arm_linux_hw_watchpoint_initialize): Likewise.
7774 (arm_linux_hw_breakpoint_equal): Likewise.
7775 (arm_linux_insert_hw_breakpoint1): Likewise.
7776 (arm_linux_remove_hw_breakpoint1): Likewise.
7777 (arm_linux_insert_hw_breakpoint): Likewise.
7778 (arm_linux_remove_hw_breakpoint): Likewise.
7779 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
7780 (arm_linux_insert_watchpoint): Likewise.
7781 (arm_linux_remove_watchpoint): Likewise.
7782 (arm_linux_stopped_data_address): Likewise.
7783 (arm_linux_stopped_by_watchpoint): Likewise.
7784 (arm_linux_watchpoint_addr_within_range): Likewise.
7785 (arm_linux_new_thread): Likewise.
7786 (arm_linux_thread_exit): Likewise.
7787 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
7788 related target callbacks. Register arm_linux_new_thread and
7789 arm_linux_thread_exit.
7790 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
7791 * arm-tdep.c (arm_pc_is_thumb): Make global.
7792 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
7793
7794 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7795
7796 * breakpoint.c (update_watchpoint): Do not attempt to recreate
7797 per-frame locations while within a function epilogue.
7798
7799 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
7800
7801 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
7802 to GNU coding standards.
7803
7804 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
7805
7806 Allow use of mingw native on Windows 95 OS.
7807 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
7808 (ser_windows_close): Only call CancelIo if function exists.
7809 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
7810 to check for existence of CancelIo function in kernel32 DLL.
7811
7812 2011-02-21 Hui Zhu <teawater@gmail.com>
7813
7814 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7815 * ax-gdb.c (gen_printf_expr_callback): New function.
7816 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7817 * ax-general.c (ax_memcpy): New function.
7818 (ax_print): Handle "printf".
7819 (ax_reqs): Ditto.
7820 * ax.h (ax_memcpy): Forward declare.
7821 * common/ax.def (invalid2): Removed.
7822 (printf): New entry.
7823 * printcmd.c (printcmd.h): New include.
7824 (string_printf): New function.
7825 (ui_printf): Removed.
7826 (printf_command): Remove static. Call string_printf.
7827 (eval_command): Call string_printf.
7828 * printcmd.h: New file.
7829 * tracepoint.c (validate_actionline,
7830 encode_actions_1): handle printf_command.
7831
7832 2011-02-19 Michael Snyder <msnyder@vmware.com>
7833
7834 * reverse.c (delete_one_bookmark): Argument is now bookmark
7835 id rather than pointer to bookmark struct.
7836 (delete_bookmark_command): Use get_number_or_range.
7837 (goto_bookmark_command): Parse with get_number instead of strtoul.
7838 (bookmark_1): New function. Print info for one bookmark.
7839 (bookmarks_info): Use get_number_or_range and bookmark_1.
7840
7841 2011-02-18 Michael Snyder <msnyder@vmware.com>
7842
7843 * thread.c (info_threads_command): Re-implement using
7844 get_number_or_range.
7845 (thread_apply_command): Ditto.
7846
7847 2011-02-18 Tom Tromey <tromey@redhat.com>
7848
7849 * common/ax.def: New file.
7850 * ax.h (enum agent_op): Use ax.def.
7851 * ax-general.c (aop_map): Use ax.def.
7852
7853 2011-02-18 Tom Tromey <tromey@redhat.com>
7854
7855 * ax-general.c (aop_map): Add pick and rot.
7856 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
7857 <DW_OP_rot>: Implement.
7858 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
7859 (ax_pick): Declare.
7860 * ax-general.c (ax_pick): New function.
7861
7862 2011-02-18 Tom Tromey <tromey@redhat.com>
7863
7864 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
7865
7866 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7867 Tom Tromey <tromey@redhat.com>
7868
7869 * cp-support.c (make_symbol_overload_list_namespace): Do not call
7870 make_symbol_overload_list_block with NULL BLOCK.
7871 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
7872
7873 2011-02-18 Pedro Alves <pedro@codesourcery.com>
7874
7875 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
7876 * breakpoint.h (get_number_or_range): Declare.
7877 * printcmd.c (ALL_DISPLAYS): Declare.
7878 (delete_display): Reimplement taking a display pointer.
7879 (undisplay_command): Accept a range of displays to delete, using
7880 get_number_or_range.
7881
7882 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7883
7884 * c-valprint.c (c_val_print): Add embedded_offset to address
7885 for arrays of unspecified length.
7886 * p-valprint.c (pascal_val_print): Likewise.
7887
7888 2011-02-18 Yao Qi <yao@codesourcery.com>
7889
7890 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
7891 (arm_process_displaced_insn): .. here. Remove parameter INSN.
7892 (thumb_process_displaced_insn): New.
7893 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
7894 call to arm_process_displaced_insn.
7895 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
7896
7897 2011-02-17 Tom Tromey <tromey@redhat.com>
7898
7899 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
7900 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
7901 compile_dwarf_to_ax. No longer static. Call
7902 dwarf2_compile_cfa_to_ax.
7903 (locexpr_tracepoint_var_ref): Update.
7904 (loclist_tracepoint_var_ref): Update.
7905 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
7906 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
7907 argument; add 'gdbarch' and 'pc'.
7908 (dwarf2_compile_cfa_to_ax): New function.
7909 (dwarf2_frame_cache): Update.
7910
7911 2011-02-17 Joel Brobecker <brobecker@adacore.com>
7912
7913 * ada-lang.c (ada_type_of_array): Fix the size of the array
7914 in the case of an unconstrained packed array.
7915
7916 2011-02-17 Yao Qi <yao@codesourcery.com>
7917
7918 * common/Makefile.in: Add more targets for make.
7919
7920 2011-02-16 Tom Tromey <tromey@redhat.com>
7921
7922 * dwarf2loc.c (unimplemented): Fix typo.
7923
7924 2011-02-16 Tom Tromey <tromey@redhat.com>
7925
7926 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
7927 (compile_dwarf_to_ax) <default>: Use unimplemented.
7928 <DW_OP_deref>: Update.
7929 (disassemble_dwarf_expression): Update.
7930 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
7931 (decode_locdesc): Update.
7932 * dwarf2expr.h (dwarf_stack_op_name): Update.
7933
7934 2011-02-16 Tom Tromey <tromey@redhat.com>
7935
7936 * ax.h (struct aop_map) <name>: Now const.
7937
7938 2011-02-16 Tom Tromey <tromey@redhat.com>
7939
7940 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
7941 than axs_rvalue.
7942
7943 2011-02-16 Yao Qi <yao@codesourcery.com>
7944
7945 * infrun.c (get_displaced_step_closure_by_addr): New.
7946 * inferior.h: Declare it.
7947 * arm-tdep.c: (arm_pc_is_thumb): Call
7948 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
7949 returns non-NULL.
7950
7951 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7952 Jan Kratochvil <jan.kratochvil@redhat.com>
7953
7954 gdb/
7955 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
7956
7957 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7958 Jan Kratochvil <jan.kratochvil@redhat.com>
7959
7960 * value.c (value_contents_copy_raw): Extend describing comment.
7961 Assert that the destination contents we're overwriting are wholly
7962 available.
7963 (value_contents_copy): Extend describing comment.
7964
7965 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7966 Jan Kratochvil <jan.kratochvil@redhat.com>
7967
7968 * value.c (value_available_contents_eq): Remove redundant local
7969 variables. Fix available contents comparision.
7970 * value.h (value_available_contents_eq): Extend describing
7971 comment.
7972
7973 2011-02-16 Yao Qi <yao@codesourcery.com>
7974
7975 * thread.c (info_threads_command): Add missing i18n markup and remove
7976 trailing newline.
7977
7978 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7979
7980 * breakpoint.c (longjmp_names): New variable.
7981 (struct breakpoint_objfile_data): New type.
7982 (breakpoint_objfile_key): New variable.
7983 (msym_not_found): New variable.
7984 (msym_not_found_p): New predicate.
7985 (get_breakpoint_objfile_data): New function.
7986 (create_overlay_event_breakpoint): Check per-objfile cache for
7987 symbols first.
7988 (create_longjmp_master_breakpoint): Likewise.
7989 (create_std_terminate_master_breakpoint): Likewise.
7990 (create_exception_master_breakpoint): Likewise.
7991 (_initialize_breakpoint): Register per-objfile data key.
7992
7993 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7994
7995 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
7996 parameter value.
7997 (create_longjmp_master_breakpoint): Loop over longjmp names.
7998 (create_std_terminate_master_breakpoint): Const-propagate parameter
7999 value.
8000 (update_breakpoints_after_exec): Adjust.
8001 (breakpoint_re_set): Adjust.
8002
8003 2011-02-15 Michael Snyder <msnyder@vmware.com>
8004
8005 * thread.c (info_threads_command): Process arg as thread id,
8006 or list of thread ids.
8007 (thread_find_command): New command.
8008 (_initialize_thread): Document argument for info threads.
8009 Document 'thread find' command.
8010 * NEWS: Document new command "thread find".
8011
8012 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8013
8014 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
8015 * aclocal.m4: Regenerated with aclocal-1.11.1.
8016 * common/configure: Regenerate with autoconf-2.64.
8017
8018 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
8019
8020 * opencl-lang.c (build_opencl_types): Set the size of the built-in
8021 bool data type to a size of one byte.
8022
8023 2011-02-15 Pedro Alves <pedro@codesourcery.com>
8024 Jan Kratochvil <jan.kratochvil@redhat.com>
8025
8026 * target.c (memory_xfer_live_readonly_partial): Document where to
8027 look for interface description.
8028
8029 2011-02-15 Yao Qi <yao@codesourcery.com>
8030
8031 PR tdep/12352
8032 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
8033 order to store PC value on stack instead of text section.
8034
8035 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
8036
8037 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
8038 the EFP register set size.
8039 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
8040 data from the VMX register.
8041 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
8042 and write data from/to the VMX register.
8043
8044 2011-02-14 Michael Snyder <msnyder@vmware.com>
8045
8046 * command.h (enum command_class): New class 'no_set_class', for
8047 "show" commands without a corresponding "set" command.
8048 * value.c (_initialize_values): Use 'no_set_class' for "show values".
8049 * copying.c (_initialize_copying): Ditto for "show copying" and
8050 "show warranty".
8051 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
8052 "show version".
8053 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
8054 which there is no corresponding "set" command (eg. "show copying").
8055
8056 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8057 Jan Kratochvil <jan.kratochvil@redhat.com>
8058
8059 * exec.c (section_table_available_memory): Change `len' parameter
8060 type to ULONGEST.
8061 * exec.h (section_table_available_memory): Ditto.
8062 * value.h (read_value_memory): Rename the `offset' parameter to
8063 `embedded_offset'.
8064
8065 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8066 Jan Kratochvil <jan.kratochvil@redhat.com>
8067
8068 * memrange.c (compare_mem_ranges): Mention sort order in
8069 describing comment.
8070 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
8071 * tracepoint.c (traceframe_available_memory): Extend comment to
8072 mention what happens to RESULT when the target does not support
8073 the query.
8074
8075 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8076 Jan Kratochvil <jan.kratochvil@redhat.com>
8077
8078 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
8079 range.
8080
8081 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8082
8083 * value.c (value_bits_valid, value_bits_synthetic_pointer):
8084 No longer handle NULL values.
8085
8086 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8087
8088 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
8089 * value.c: Include "exceptions.h".
8090 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
8091 generic error.
8092 * cp-abi.c: Include gdb_assert.h.
8093 (baseclass_offset): Add `embedded_offset' and `val' parameters.
8094 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
8095 errors.
8096 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
8097 parameters. No longer returns -1 on error.
8098 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
8099 `val' parameters.
8100 * cp-valprint.c: Include exceptions.h.
8101 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
8102 the baseclass_offset. Handle unavailable base classes. Use
8103 val_print_invalid_address.
8104 * p-valprint.c: Include exceptions.h.
8105 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
8106 when fetching the baseclass_offset. No longer expect
8107 baseclass_offset returning -1. Handle unavailable base classes.
8108 Use val_print_invalid_address.
8109 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
8110 `valaddr' parameter, and change its type to gdb_byte pointer. Add
8111 `embedded_offset' and `val' parameters. Adjust.
8112 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
8113 parameter, and change its type to gdb_byte pointer. Add
8114 `embedded_offset' and `val' parameters. Adjust. No longer expect
8115 baseclass_offset returning -1.
8116 (value_dynamic_cast): Use value_contents_for_printing rather than
8117 value_contents. Adjust.
8118 (search_struct_field): No longer expect baseclass_offset returning
8119 -1.
8120 (search_struct_method): If reading memory from the target is
8121 necessary, wrap it in a new value to pass to baseclass_offset. No
8122 longer expect baseclass_offset returning -1.
8123 (find_method_list): No longer expect baseclass_offset returning
8124 -1. Use value_contents_for_printing rather than value_contents.
8125 * valprint.c (val_print_invalid_address): New function.
8126 * valprint.h (val_print_invalid_address): Declare.
8127 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
8128 and `val' parameters. No longer expect baseclass_offset returning
8129 -1. Adjust.
8130 * gnu-v2-abi.c: Include "exceptions.h".
8131 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
8132 parameters. Handle unavailable memory. Recurse through
8133 gnuv2_baseclass_offset directly, rather than through
8134 baseclass_offset. No longer returns -1 on not found, instead
8135 throw an error.
8136 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
8137 `val' parameters. Adjust.
8138
8139 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8140
8141 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
8142 almost but not quite adjacent.
8143
8144 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8145
8146 * value.h (value_entirely_available): Declare.
8147 * value.c (value_entirely_available): New function.
8148 * c-valprint.c (c_value_print): Don't try fetching the pointer's
8149 real type if the pointer is unavailable.
8150
8151 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8152
8153 * valops.c (value_repeat): Use read_value_memory instead of
8154 read_memory.
8155
8156 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8157
8158 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
8159 * value.c (value_contents_copy_raw, value_contents_copy): New
8160 functions.
8161 (value_primitive_field): Use value_contents_copy_raw instead of
8162 memcpy.
8163 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
8164 memcpy.
8165 (value_array, value_slice): Ditto.
8166 * valarith.c (value_subscripted_rvalue): Use
8167 value_contents_copy_raw instead of memcpy.
8168
8169 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8170
8171 <unavailable> references.
8172
8173 * valops.c (get_value_at): Use value_from_contents_and_address,
8174 avoiding read_memory.
8175
8176 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8177
8178 * c-valprint.c (c_val_print): Print a string with unavailable
8179 contents as an array.
8180
8181 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8182
8183 * value.h (unpack_bits_as_long): Delete declaration.
8184 (unpack_value_bits_as_long): Declare.
8185 (unpack_value_field_as_long): Declare.
8186 (value_field_bitfield): Declare.
8187 * value.c (unpack_bits_as_long): Rename to...
8188 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
8189 value parameters. Return the extracted result in a new output
8190 parameter. If the value contents are unavailable, return false,
8191 otherwise return true.
8192 (unpack_value_bits_as_long): New.
8193 (unpack_field_as_long): Rename to...
8194 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
8195 Add embedded_offset and value parameters. Return the extracted
8196 result in a new output parameter. If the value contents are
8197 unavailable, return false, otherwise return true.
8198 (unpack_value_field_as_long): New.
8199 (unpack_field_as_long_1): New.
8200 (unpack_field_as_long): Reimplement as wrapper around
8201 unpack_value_field_as_long_1.
8202 (value_field_bitfield): New function.
8203 * valops.c (value_fetch_lazy): When fetching a bitfield, use
8204 unpack_value_bits_as_long. Mark the value as unavailable, if it
8205 is unavailable.
8206 * jv-valprint.c (java_print_value_fields): Use
8207 value_field_bitfield.
8208 * p-valprint.c (pascal_object_print_value_fields): Use
8209 value_field_bitfield.
8210 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
8211
8212 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8213
8214 * value.c (get_internalvar_integer): Also return the int value of
8215 TYPE_CODE_INT INTERNALVAR_VALUE values.
8216 (set_internalvar): Don't special case TYPE_CODE_INT.
8217
8218 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8219
8220 * value.c (struct internalvar) <enum internalvar_kind>: Remove
8221 INTERNALVAR_POINTER.
8222 <pointer>: Delete.
8223 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
8224 (set_internalvar): Remove special TYPE_CODE_PTR handling.
8225 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
8226
8227 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8228
8229 * value.h (value_available_contents_eq): Declare.
8230 * value.c (find_first_range_overlap): New function.
8231 (value_available_contents_eq): New function.
8232 * valprint.c (val_print_array_elements): Use
8233 value_available_contents_eq.
8234 * ada-valprint.c (val_print_packed_array_elements): Use
8235 value_available_contents_eq.
8236 * jv-valprint.c (java_value_print): Use
8237 value_available_contents_eq.
8238
8239 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8240
8241 * target.c (target_read_live_memory): New function.
8242 (memory_xfer_live_readonly_partial): New.
8243 (memory_xfer_partial): If reading from a traceframe, fallback to
8244 reading unavailable read-only memory from read-only regions of
8245 live target memory.
8246 * tracepoint.c (disconnect_tracing): Adjust.
8247 (set_current_traceframe): New, factored out from
8248 set_traceframe_number.
8249 (set_traceframe_number): Reimplement to only change the traceframe
8250 number on the GDB side.
8251 (do_restore_current_traceframe_cleanup): Adjust.
8252 (make_cleanup_restore_traceframe_number): New.
8253 (cur_traceframe_number): New global.
8254 (tfile_open): Set cur_traceframe_number to no traceframe.
8255 (set_tfile_traceframe): New function.
8256 (tfile_trace_find): If looking up a traceframe using any method
8257 other than by number, make sure the current tfile traceframe
8258 matches gdb's current traceframe. Update the current tfile
8259 traceframe if the lookup succeeded.
8260 (tfile_fetch_registers, tfile_xfer_partial)
8261 (tfile_get_trace_state_variable_value): Make sure the remote
8262 traceframe matches gdb's current traceframe.
8263 * remote.c (remote_traceframe_number): New global.
8264 (remote_open_1): Set it to -1.
8265 (set_remote_traceframe): New function.
8266 (remote_fetch_registers, remote_store_registers)
8267 (remote_xfer_memory, remote_xfer_partial)
8268 (remote_get_trace_state_variable_value): Make sure the remote
8269 traceframe matches gdb's current traceframe.
8270 (remote_trace_find): If looking up a traceframe using any method
8271 other than by number, make sure the current remote traceframe
8272 matches gdb's current traceframe. Update the current remote
8273 traceframe if the lookup succeeded.
8274 * infrun.c (fetch_inferior_event): Adjust.
8275 * tracepoint.h (set_current_traceframe): Declare.
8276 (get_traceframe_number, set_traceframe_number): Add describing
8277 comments.
8278
8279 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8280
8281 Mark pieces of values as unavailable if the corresponding memory
8282 is unavailable.
8283
8284 * valops.c: Include tracepoint.h.
8285 (value_fetch_lazy): Use read_value_memory.
8286 (read_value_memory): New.
8287 * value.h (read_value_memory): Declare.
8288 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
8289 * exec.c (section_table_available_memory): New function.
8290 * exec.h (section_table_available_memory): Declare.
8291
8292 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8293
8294 * Makefile.in (SFILES): Add memrange.c.
8295 (HFILES_NO_SRCDIR): Add memrange.h.
8296 (COMMON_OBS): Add memrange.o.
8297 * memrange.c: New file.
8298 * memrange.h: New file.
8299 * tracepoint.c: Include memrange.h.
8300 (struct mem_range): Delete.
8301 (mem_range_s): Delete.
8302 (traceframe_available_memory): New function.
8303 * tracepoint.h (traceframe_available_memory): Declare.
8304
8305 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8306
8307 * target.h (struct traceframe_info): Forward declare.
8308 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
8309 (struct target_ops) <to_traceframe_info>: New field.
8310 (target_traceframe_info): New.
8311 * target.c (update_current_target): Inherit and default
8312 to_traceframe_info.
8313 * remote.c (PACKET_qXfer_traceframe_info): New.
8314 (remote_protocol_features): Register qXfer:traceframe-info:read.
8315 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
8316 (remote_traceframe_info): New.
8317 (init_remote_ops): Install it.
8318 (_initialize_remote): Install "set/show remote traceframe-info"
8319 commands.
8320 * tracepoint.h (parse_traceframe_info): Declare.
8321 * tracepoint.c (struct mem_range): New.
8322 (mem_range_s): New typedef.
8323 (struct traceframe_info): New.
8324 (traceframe_info): New global.
8325 (free_traceframe_info): New function.
8326 (clear_traceframe_info): New function.
8327 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
8328 info.
8329 (build_traceframe_info): New function.
8330 (tfile_traceframe_info): New function.
8331 (init_tfile_ops): Install tfile_traceframe_info.
8332 (traceframe_info_start_memory, free_result): New functions.
8333 (memory_attributes, traceframe_info_elements): New globals.
8334 (parse_traceframe_info, get_traceframe_info): New functions.
8335 * features/traceframe-info.dtd: New file.
8336 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
8337
8338 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8339
8340 Base support for <unavailable> value contents.
8341
8342 * value.h (value_bytes_available): Declare.
8343 (mark_value_bytes_unavailable): Declare.
8344 * value.c (struct range): New struct.
8345 (range_s): New typedef.
8346 (ranges_overlap): New function.
8347 (range_lessthan): New function.
8348 (ranges_contain_p): New function.
8349 (struct value) <unavailable>: New field.
8350 (value_bytes_available): New function.
8351 (mark_value_bytes_unavailable): New function.
8352 (require_not_optimized_out): Constify parameter.
8353 (require_available): New function.
8354 (value_contents_all, value_contents): Require all bytes be
8355 available.
8356 (value_free): Free `unavailable'.
8357 (value_copy): Copy `unavailable'.
8358 * valprint.h (val_print_unavailable): Declare.
8359 * valprint.c (valprint_check_validity): Rename `offset' parameter
8360 to `embedded_offset'. If printing a scalar, check whether the
8361 value chunk is available.
8362 (val_print_unavailable): New.
8363 (val_print_scalar_formatted): Check whether the value is
8364 available.
8365 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
8366 pretty-printing unavailable values.
8367
8368 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8369
8370 Fix const/volatile qualifiers of C++ types, PR c++/12328.
8371 * c-typeprint.c (c_type_print_args): Update the function comment. New
8372 variable param_type, initialize it. Remove const/volatile qualifiers
8373 for language_cplus and !show_artificial. Use param_type.
8374
8375 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8376
8377 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
8378 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
8379 * symtab.h (struct symtab) <next>: Comment extension.
8380
8381 2011-02-12 Yao Qi <yao@codesourcery.com>
8382
8383 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
8384
8385 2011-02-11 Yao Qi <yao@codesourcery.com>
8386
8387 * common/Makefile.in: Add copyright header.
8388
8389 2011-02-11 Pedro Alves <pedro@codesourcery.com>
8390
8391 * infrun.c (proceed): Move switching out and in of tfind mode from
8392 here ...
8393 (fetch_inferior_event): ... to here.
8394
8395 2011-02-11 Yao Qi <yao@codesourcery.com>
8396
8397 * Makefile.in: Remove signals.o from COMMON_OBS. Link
8398 libcommon.a.
8399 * configure.ac: Add common to sub dir.
8400 * configure: Regenerate.
8401
8402 2011-02-11 Yao Qi <yao@codesourcery.com>
8403
8404 Build libcommon.a.
8405
8406 * common/Makefile.in: New.
8407 * common/configure.ac: New.
8408 * common/aclocal.m4: New.
8409 * common/configure: Generate.
8410
8411 2011-02-10 Pedro Alves <pedro@codesourcery.com>
8412
8413 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
8414 side of the parenthesis.
8415
8416 Merge from GCC:
8417 2010-07-13 Jakub Jelinek <jakub@redhat.com>
8418 * vec.h (VEC_block_remove): Fix comment.
8419
8420 2011-02-08 Michael Snyder <msnyder@vmware.com>
8421
8422 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
8423
8424 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8425
8426 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
8427 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
8428 psubd and paddd.
8429
8430 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8431
8432 PR 12361.
8433 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
8434 phsubsw.
8435 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
8436 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
8437
8438 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8439
8440 * dwarf2read.c (read_subroutine_type): Set special calling
8441 convention flag for functions compiled by IBM XL C for OpenCL.
8442 * ppc-sysv-tdep.c: Include "dwarf2.h"
8443 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
8444 calling convention.
8445 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
8446 IBM OpenCL vector types calling convention.
8447 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
8448 (ppc_sysv_abi_broken_return_value): Likewise.
8449 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
8450 types calling convention.
8451 (ppc64_sysv_abi_return_value): Likewise.
8452 * spu-tdep.c: Include "dwarf2.h"
8453 (spu_return_value): Implement IBM OpenCL vector types calling
8454 convention.
8455
8456 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8457
8458 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
8459 correct ABI for AltiVec vector arguments.
8460
8461 2011-02-07 Pedro Alves <pedro@codesourcery.com>
8462
8463 * valprint.c (val_print): Extend comment.
8464 * ada-valprint.c (ada_valprint): Rewrite comment deferring
8465 interface explanation to val_print.
8466 (ada_val_print_array): Adjust comment to current interface.
8467 (print_field_values): Adjust comment to current interface.
8468 * c-valprint.c (c_val_print): Rewrite comment deferring interface
8469 explanation to val_print.
8470 * f-valprint.c (f_val_print): Ditto.
8471 * jv-valprint.c (java_val_print): Ditto.
8472 * m2-valprint.c (m2_val_print): Ditto.
8473 * p-valprint.c (pascal_val_print): Ditto.
8474
8475 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8476
8477 * breakpoint.c (parse_breakpoint_sals): Fix description.
8478
8479 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
8480 Oguz Kayral <oguzkayral@gmail.com>
8481
8482 * python/py-inferior.c (python_on_normal_stop): New function.
8483 (python_on_resume): New function.
8484 (python_inferior_exit): New function.
8485 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
8486 inferior_exit observers.
8487 * python/py-evtregistry.c: New file.
8488 * python/py-threadevent.c : New file.
8489 * python/py-event.c: New file.
8490 * python/py-evts.c: New file.
8491 * python/py-continueevent.c: New file.
8492 * python/py-bpevent.c: New file.
8493 * python/py-signalevent.c: New file.
8494 * python/py-exetiedevent.c: New file.
8495 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
8496 Move struct breakpoint_object from here...
8497 * python/python-internal.h: ... to here.
8498 * python/py-event.h: New file.
8499 * python/py-events.h: New file.
8500 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
8501 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
8502 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
8503 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
8504 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
8505 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
8506 Add build rules for all the above.
8507
8508 2011-02-04 Tom Tromey <tromey@redhat.com>
8509
8510 * dwarf2read.c (dwarf2_section_empty_p): New function.
8511 (dwarf2_read_section): Use dwarf2_section_empty_p.
8512 (dwarf2_section_size): New function.
8513 (dwarf2_get_section_info): Unconditionally read section.
8514 (dwarf2_read_index): Use dwarf2_section_empty_p.
8515 (partial_read_comp_unit_head): Use dwarf2_section_size.
8516 (dwarf2_symbol_mark_computed): Likewise.
8517
8518 2011-02-04 David Daney <ddaney@caviumnetworks.com>
8519
8520 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
8521
8522 2011-02-04 David Daney <ddaney@caviumnetworks.com>
8523
8524 * mips-linux-tdep.c: Include xml-syscall.h.
8525 (mips_linux_get_syscall_number): New function.
8526 (mips_linux_init_abi): Add calls to
8527 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
8528 * data-directory/Makefile.in (SYSCALLS_FILES): Add
8529 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
8530 * syscalls/mips-n32-linux.xml: New file.
8531 * syscalls/mips-n64-linux.xml: New file.
8532 * syscalls/mips-o32-linux.xml: New file.
8533
8534 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8535
8536 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
8537 Complain about inverted range entries.
8538 (dwarf2_record_block_ranges): Likewise.
8539
8540 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8541
8542 Fix some typos.
8543 * breakpoint.c (update_watchpoint): Fix name of the
8544 update_global_location_list function.
8545 (print_one_breakpoint): Fix typo.
8546 (_initialize_breakpoint): Remove extra space in hbreak help
8547 string.
8548 * breakpoint.h (struct bp_location) <length>: Fix field
8549 description.
8550
8551 2011-02-04 Pedro Alves <pedro@codesourcery.com>
8552
8553 * regcache.c (registers_changed_ptid): Don't explictly always
8554 clear `current_regcache'. Only clear current_thread_ptid and
8555 current_thread_arch when PTID matches. Only reinit the frame
8556 cache if PTID matches the current inferior_ptid. Move alloca(0)
8557 call to ...
8558 (registers_changed): ... here.
8559
8560 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
8561
8562 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
8563 starts with __stack_chk_guard as stack guard symbol.
8564
8565 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
8566
8567 * disasm.c (compare_lines): Handle the end of sequence markers
8568 within the line table to better support disassembling over
8569 compilation unit boundaries.
8570
8571 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8572
8573 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
8574 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
8575 implementation even if no symbols are available.
8576 (thumb_analyze_prologue): Update call to skip_prologue_function.
8577 (arm_analyze_prologue): Likewise.
8578
8579 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8580
8581 * arm-tdep.c: Include "observer.h".
8582 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
8583 (arm_exidx_data_key): New static variable.
8584 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
8585 (struct arm_exidx_data): Likewise.
8586 (arm_exidx_data_free): New function.
8587 (arm_compare_exidx_entries): Likewise.
8588 (arm_obj_section_from_vma): Likewise.
8589 (arm_exidx_new_objfile): Likewise.
8590 (arm_find_exidx_entry): Likewise.
8591 (arm_exidx_fill_cache): Likewise.
8592 (arm_exidx_unwind_sniffer): Likewise.
8593 (arm_exidx_unwind): New global variable.
8594 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
8595 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
8596 observer. Register arm_exidx_data_key as objfile data.
8597
8598 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8599
8600 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
8601 due to accessing uninitialized variable. Fix indentation.
8602
8603 2011-02-02 Pedro Alves <pedro@codesourcery.com>
8604
8605 * c-valprint.c (c_value_print): When doing virtual base pointer
8606 adjustment, create a new value with adjusted contents rather than
8607 changing the contents of the value being printed (and getting it
8608 wrong).
8609
8610 2011-02-02 Pedro Alves <pedro@codesourcery.com>
8611
8612 * xml-support.c (xml_find_attribute): New.
8613 (xinclude_start_include): Use it.
8614 * xml-support.h (xml_find_attribute): Declare.
8615 * memory-map.c (memory_map_start_memory)
8616 (memory_map_start_property): Use xml_find_attribute.
8617 * osdata.c (osdata_start_osdata, osdata_start_column): Use
8618 xml_find_attribute.
8619 * remote.c (start_thread): Use xml_find_attribute.
8620 * solib-target.c (library_list_start_segment)
8621 (library_list_start_section, library_list_start_library)
8622 (library_list_start_list): Use xml_find_attribute.
8623 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
8624 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
8625 (tdesc_start_field): Use xml_find_attribute.
8626
8627 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
8628
8629 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
8630 (BUILD_OCL_VTYPES): Update.
8631
8632 2011-02-02 Joel Brobecker <brobecker@adacore.com>
8633
8634 * configure.ac: Work around non-GNU sed limitation when computing
8635 python version number.
8636 * configure: Regenerate.
8637
8638 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8639
8640 Fix debug printing of TYPE_INSTANCE.
8641 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
8642 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
8643
8644 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8645
8646 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
8647 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
8648 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
8649 * ada-operator.inc: Rename the file to ...
8650 * ada-operator.def: ... here, wrap all the entries by macro OP.
8651 * expprint.c (op_name_standard): Remove all the entries. Include
8652 "std-operator.def" instead.
8653 * expression.h (enum exp_opcode): Include "std-operator.def" and
8654 "ada-operator.def". Move all the entries ...
8655 * std-operator.def: ... here, wrap all the entries by macro OP.
8656
8657 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
8658
8659 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
8660 * breakpoint.c (remove_jit_event_breakpoints): New function.
8661 * jit.c (jit_descriptor_addr): Delete.
8662 (registering_code): Delete.
8663 (clear_int): Delete.
8664 (jit_inferior_data): New variable.
8665 (struct jit_inferior_data): New type.
8666 (get_jit_inferior_data): New function.
8667 (jit_inferior_data_cleanup): New function.
8668 (jit_read_descriptor): Adjust.
8669 (jit_register_code): Adjust.
8670 (jit_breakpoint_re_set_internal): New function; move code here ...
8671 (jit_inferior_init): ... from here.
8672 (jit_breakpoint_re_set): Adjust.
8673 (jit_reset_inferior_data_and_breakpoints): New function.
8674 (jit_inferior_created_observer): Adjust.
8675 (jit_inferior_exit_hook): Adjust.
8676 (jit_executable_changed_observer): New function.
8677 (jit_event_handler): Adjust.
8678 (_initialize_jit): Adjust.
8679
8680 2011-01-31 Michael Snyder <msnyder@vmware.com>
8681
8682 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
8683 line.
8684
8685 2011-01-31 Tom Tromey <tromey@redhat.com>
8686
8687 PR python/12216:
8688 * python/python.c (execute_gdb_command): Call
8689 prevent_dont_repeat.
8690 * top.c (suppress_dont_repeat): New global.
8691 (dont_repeat): Use it.
8692 (prevent_dont_repeat): New function.
8693 * command.h (prevent_dont_repeat): Declare.
8694
8695 2011-01-31 Tom Tromey <tromey@redhat.com>
8696
8697 * infcmd.c (finish_backward): Use breakpoint_set_silent.
8698 * python/py-breakpoint.c (bppy_set_silent): Use
8699 breakpoint_set_silent.
8700 (bppy_set_thread): Use breakpoint_set_thread.
8701 (bppy_set_task): Use breakpoint_set_task.
8702 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
8703 (breakpoint_set_task): Declare.
8704 (make_breakpoint_silent): Remove.
8705 * breakpoint.c (breakpoint_set_silent): New function.
8706 (breakpoint_set_thread): Likewise.
8707 (breakpoint_set_task): Likewise.
8708 (make_breakpoint_silent): Remove.
8709
8710 2011-01-31 Tom Tromey <tromey@redhat.com>
8711
8712 * breakpoint.h (user_breakpoint_p): Declare.
8713 * breakpoint.c (user_breakpoint_p): New function.
8714 (breakpoint_1): Use it.
8715 (save_breakpoints): Likewise.
8716
8717 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8718
8719 * configure.ac: Add handling of Python distribution on Windows.
8720 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
8721 sysconfig variables are not defined, then do not use them.
8722 On Windows, if LIBPL is not defined, then use prefix + '/libs'
8723 instead. On Windows, return all paths using forward-slashes
8724 rather than backslashes.
8725
8726 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8727
8728 * configure.ac: Remove fallback behavior for building
8729 against Python. Remove tweaking of Python include path.
8730 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
8731 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
8732 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
8733 Always restore CPPFLAGS and LIBS after linking test.
8734 * configure: Regenerated.
8735 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
8736 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
8737 * python/python-internal.h: Adjust includes of Python .h files.
8738
8739 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8740
8741 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
8742 in error message.
8743
8744 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8745
8746 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
8747 value test.
8748
8749 2011-01-31 Yao Qi <yao@codesourcery.com>
8750
8751 * arm-linux-nat.c: Update calls to regcache_register_status
8752 instead of regcache_valid_p.
8753 * aix-thread.c: Likewise.
8754 * i386gnu-nat.c: Likewise.
8755
8756 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8757
8758 Fix crash.
8759 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
8760 touching TYPE_FIELD_ARTIFICIAL.
8761
8762 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
8763
8764 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
8765 Committers.
8766
8767 2011-01-28 Pedro Alves <pedro@codesourcery.com>
8768
8769 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
8770 selected, don't try iterating over the traceframe's blocks.
8771 (tfile_has_stack): If there's no traceframe selected, then there's
8772 no stack.
8773 (tfile_has_registers): If there's no traceframe selected, then
8774 there's no registers.
8775
8776 2011-01-28 Pedro Alves <pedro@codesourcery.com>
8777
8778 * target.c (memory_xfer_partial): No need to restore shadows if we
8779 haven't read anything.
8780
8781 2011-01-28 Pedro Alves <pedro@codesourcery.com>
8782
8783 * mips-tdep.c (mips_print_register): Use get_frame_register_value
8784 and val_print_scalar_formatted.
8785
8786 2011-01-27 Pedro Alves <pedro@codesourcery.com>
8787
8788 * tracepoint.c (tfile_read): New.
8789 (tfile_open): Use it.
8790 (tfile_get_traceframe_address): Use it.
8791 (tfile_trace_find): Use it.
8792 (walk_blocks_callback_func): New typedef.
8793 (match_blocktype): New function.
8794 (traceframe_walk_blocks): New function.
8795 (traceframe_find_block_type): New function.
8796 (tfile_fetch_registers, tfile_xfer_partial)
8797 (tfile_get_trace_state_variable_value): Use
8798 traceframe_find_block_type and tfile_read.
8799
8800 2011-01-26 Kevin Buettner <kevinb@redhat.com>
8801
8802 * remote-mips.c: Add internationalization mark ups. Remove
8803 trailing \n from already marked up strings.
8804
8805 2011-01-26 Tom Tromey <tromey@redhat.com>
8806
8807 * python/py-prettyprint.c (print_string_repr): Clear
8808 'addressprint' option when calling val_print_string.
8809 (print_children): Handle Val_pretty_default. Clear 'addressprint'
8810 option when calling val_print_string.
8811
8812 2011-01-26 Tom Tromey <tromey@redhat.com>
8813
8814 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
8815 GDB_PY_LL_ARG.
8816 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
8817 macros.
8818 (gdb_py_longest, gdb_py_ulongest): New typedefs.
8819 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
8820 (gdb_py_long_as_ulongest): New defines.
8821 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
8822 (gdb_py_int_as_long): Declare.
8823 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
8824 GDB_PY_LL_ARG, gdb_py_object_from_longest.
8825 (valpy_long): Add comment.
8826 * python/py-utils.c (get_addr_from_python): Use
8827 gdb_py_long_as_ulongest. Handle overflow properly.
8828 (gdb_py_object_from_longest): New function.
8829 (gdb_py_object_from_ulongest): Likewise.
8830 (gdb_py_int_as_long): Likewise.
8831 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
8832 * python/py-symtab.c (salpy_get_pc): Use
8833 gdb_py_long_from_ulongest.
8834 (salpy_get_line): Use PyInt_FromLong.
8835 * python/py-param.c (set_parameter_value): Use
8836 gdb_py_int_as_long.
8837 * python/py-lazy-string.c (stpy_get_address): Use
8838 gdb_py_long_from_ulongest.
8839 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
8840 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
8841 * python/py-breakpoint.c (bppy_set_thread): Use
8842 gdb_py_int_as_long.
8843 (bppy_set_task): Likewise.
8844 (bppy_set_ignore_count): Likewise.
8845 (bppy_set_hit_count): Likewise.
8846 * python/py-block.c (blpy_get_start): Use
8847 gdb_py_object_from_ulongest.
8848 (blpy_get_end): Likewise.
8849 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
8850
8851 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
8852
8853 PR/symtab 11766:
8854 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
8855 * gdb/solib.c (solib_read_symbols): Check for addr_low in
8856 equality test for objfile, initialize addr_low if needed.
8857
8858 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8859
8860 * tui/tui-regs.c (tui_register_format): Remove dead code.
8861
8862 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8863
8864 * printcmd.c (print_formatted): Use val_print_scalar_formatted
8865 instead of print_scalar_formatted.
8866 (print_scalar_formatted): Don't handle 's' format strings here,
8867 and add an assertion that we never see such format here.
8868 * valprint.h (val_print_scalar_formatted): Declare.
8869 * valprint.c (val_print_scalar_formatted): New.
8870 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
8871 instead of print_scalar_formatted.
8872 * jv-valprint.c (java_val_print): Ditto.
8873 * p-valprint.c (pascal_val_print): Ditto.
8874 * ada-valprint.c (ada_val_print_1): Ditto.
8875 * f-valprint.c (f_val_print): Ditto.
8876 * infcmd.c (registers_info): Ditto.
8877 * m2-valprint.c (m2_val_print): Ditto.
8878
8879 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8880
8881 * m2-valprint.c (print_unbounded_array): Pass
8882 value_contents_for_printing rather than value_contents, to
8883 m2_print_array_contents. Also pass in the value.
8884
8885 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8886
8887 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
8888 (save_gdb_index_command): Switch to .gdb_index version 4.
8889
8890 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8891
8892 * mi/mi-main.c (get_register): Use get_frame_register_value rather
8893 than frame_register, and always pass a valid value to val_print.
8894
8895 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8896
8897 Centralize printing "<optimized out>".
8898
8899 * valprint.h (val_print_optimized_out): Declare.
8900 * cp-valprint.c (cp_print_value_fields): Use
8901 val_print_optimized_out.
8902 * jv-valprint.c (java_print_value_fields): Ditto.
8903 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8904 * printcmd.c (print_formatted): Ditto.
8905 * valprint.c (valprint_check_validity): Ditto.
8906 (value_check_printable): Ditto.
8907 (val_print_optimized_out): New.
8908
8909 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8910
8911 * infcmd.c (default_print_registers_info): Allocate values so to
8912 never pass a NULL value to val_print.
8913
8914 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8915
8916 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
8917 boolean. Make sure to always pass a value that matches the
8918 contents buffer to callees. Preserve `address' for following
8919 iterations.
8920 * value.c (value_contents_for_printing_const): New.
8921 (value_address): Constify value argument.
8922 * value.h (value_contents_for_printing_const): Declare.
8923 (value_address): Constify value argument.
8924
8925 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8926
8927 * regcache.c (struct regcache_descr): Rename
8928 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
8929 and sizeof_cooked_register_valid_p to
8930 sizeof_cooked_register_status.
8931 (init_regcache_descr): Adjust.
8932 (struct regcache): Rename register_valid_p field to
8933 register_status.
8934 (regcache_xmalloc_1, regcache_xfree, regcache_save)
8935 (do_cooked_read): Adjust.
8936 (regcache_valid_p): Rename to ...
8937 (regcache_register_status): ... this. Adjust.
8938 (regcache_invalidate): Adjust.
8939 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
8940 Adjust.
8941 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
8942 as unavailable, not valid.
8943 (regcache_dump): Adjust.
8944 * regcache.h (enum register_status): New.
8945 (regcache_register_status): Declare.
8946 (regcache_invalidate): Delete declaration.
8947 * corelow.c (get_core_registers): Adjust.
8948 * tracepoint.c (tfile_fetch_registers): Adjust.
8949 * trad-frame.c (REG_VALUE): Rename to ...
8950 (TF_REG_VALUE): ... this.
8951 (REG_UNKNOWN): Rename to ...
8952 (TF_REG_UNKNOWN): ... this.
8953 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
8954 * mi/mi-main.c (register_changed_p): Adjust.
8955
8956 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8957
8958 * regcache.c (struct regcache_descr): Remove outdated comment.
8959 (init_regcache_descr): Remove sizeof_raw_register_valid_p
8960 overallocate hack.
8961 (regcache_xmalloc): Rename to ...
8962 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
8963 Allocate the regcache type accordingly.
8964 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
8965 (regcache_xfree): Asser the source is also readonly. Copy sizeof
8966 cooked registers, not raw.
8967 (regcache_dup_no_passthrough): Delete.
8968 (get_thread_arch_regcache): Use regcache_xmalloc_1.
8969 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
8970 mention obsolete write_register_bytes.
8971 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
8972
8973 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8974
8975 Stop remote_read_bytes from handling partial reads itself.
8976
8977 * remote-fileio.c: Include target.h.
8978 (remote_fileio_write_bytes): Delete.
8979 (remote_fileio_func_open, remote_fileio_func_write)
8980 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
8981 target_read_memory.
8982 (remote_fileio_func_stat): Use target_read_memory and
8983 target_write_memory.
8984 (remote_fileio_func_gettimeofday): Use target_write_memory.
8985 (remote_fileio_func_system): Use target_read_memory.
8986 * remote.c (remote_write_bytes): Make it static.
8987 (remote_read_bytes): Don't handle partial reads here.
8988 * remote.h (remote_read_bytes): Delete declaration.
8989
8990 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8991
8992 Simplify XML parsing a bit.
8993
8994 * xml-support.h (gdb_xml_parse_quick): Declare.
8995 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
8996 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
8997 parameter.
8998 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
8999 gdb_xml_create_parser_and_cleanup_1.
9000 (gdb_xml_parse_quick): New.
9001 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
9002 * osdata.c (osdata_parse): Ditto.
9003 * remote.c (remote_threads_info): Ditto.
9004 * solib-target.c (solib_target_parse_libraries): Ditto.
9005 * xml-syscall.c (syscall_parse_xml): Ditto.
9006 * xml-tdesc.c (tdesc_parse_xml): Ditto.
9007
9008 2011-01-24 Kevin Buettner <kevinb@redhat.com>
9009
9010 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
9011 with remote-mips.o added to gdb_target_obs.
9012 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
9013
9014 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9015
9016 * ada-valprint.c (val_print_packed_array_elements): Pass the
9017 correct struct value to val_print.
9018 (ada_val_print_1): Ditto.
9019
9020 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9021
9022 Don't lose embedded_offset in printing routines throughout.
9023
9024 * valprint.h (val_print_array_elements): Change prototype.
9025 * valprint.c (val_print_array_elements): Add `embedded_offset'
9026 parameter, and adjust to pass it down to val_print, while passing
9027 `valaddr' or `address' unmodified. Take embedded_offset into
9028 account when checking repetitions.
9029 * c-valprint.c (c_val_print): Pass embedded_offset to
9030 val_print_array_elements instead of adjusting `valaddr' and
9031 `address'.
9032 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
9033 embedded_offset to val_print_array_elements instead of adjusting
9034 `valaddr'.
9035 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
9036 * p-valprint.c (pascal_val_print): Pass embedded_offset to
9037 val_print_array_elements and pascal_object_print_value_fields
9038 instead of adjusting `valaddr'.
9039 (pascal_object_print_value_fields): Add `offset' parameter, and
9040 adjust to use it.
9041 (pascal_object_print_value): Add `offset' parameter, and adjust to
9042 use it.
9043 (pascal_object_print_static_field): Use
9044 value_contents_for_printing/value_embedded_offset, rather than
9045 value_contents.
9046 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
9047 parameter, and adjust to use it. Use
9048 value_contents_for_printing/value_embedded_offset, rather than
9049 value_contents.
9050 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
9051 (ada_val_print_array): Add `offset' parameter, and adjust to use
9052 it.
9053 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
9054 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
9055 Instead work with offsets. Use
9056 value_contents_for_printing/value_embedded_offset, rather than
9057 value_contents. Change `defer_val_int' local type to CORE_ADDR,
9058 and use value_from_pointer to extract a target pointer, rather
9059 than value_from_longest.
9060 (print_variant_part): Add `offset' parameter. Replace
9061 `outer_valaddr' parameter by a new `outer_offset' parameter.
9062 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
9063 (ada_value_print): Use
9064 value_contents_for_printing/value_embedded_offset, rather than
9065 value_contents.
9066 (print_record): Add `offset' parameter, and adjust to pass it
9067 down.
9068 (print_field_values): Add `offset' parameter. Replace
9069 `outer_valaddr' parameter by a new `outer_offset' parameter.
9070 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
9071 Use value_contents_for_printing/value_embedded_offset, rather than
9072 value_contents.
9073 * d-valprint.c (dynamic_array_type): Use
9074 value_contents_for_printing/value_embedded_offset, rather than
9075 value_contents.
9076 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
9077 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
9078 (java_print_value_fields): Take `offset' into account. Don't
9079 re-adjust `valaddr'. Instead pass down adjusted offsets.
9080 (java_val_print): Take `embedded_offset' into account. Pass it to
9081 java_print_value_fields.
9082 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
9083 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
9084 down adjusted offsets.
9085 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
9086 (f_val_print): Take `embedded_offset' into account.
9087
9088 2011-01-21 Joel Brobecker <brobecker@adacore.com>
9089
9090 * inflow.c: Include "gdbcmd.h".
9091 (interactive_mode): New static global, moved here from top.c.
9092 (show_interactive_mode): New function, moved here from top.c.
9093 use gdb_has_a_terminal instead of input_from_terminal_p to
9094 determine the current mode.
9095 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
9096 setting.
9097 (_initialize_inflow): Add the "set/show interactive-mode"
9098 commands. Moved here from top.c, after having adjusted slightly
9099 the help text.
9100 * top.c (interactive_mode, show_interactive_mode): Delete, moved
9101 to inflow.c.
9102 (input_from_terminal_p): Remove handling of "interactive-mode"
9103 setting, moved to infow.c.
9104 (init_main): Remove creation of the "set/show interactive-mode"
9105 commands, moved to inflow.c.
9106
9107 2011-01-19 Joel Brobecker <brobecker@adacore.com>
9108
9109 * NEWS: Add entry for native ia64-hpux support.
9110
9111 2011-01-19 Tom Tromey <tromey@redhat.com>
9112
9113 PR mi/8618:
9114 * thread.c (free_thread): Free 'name'.
9115 (print_thread_info): Emit thread name. Change CLI output.
9116 (thread_name_command): New function.
9117 (do_captured_thread_select): Emit newline.
9118 (_initialize_thread): Register 'thread name' command.
9119 * target.h (struct target_ops) <to_thread_name>: New field.
9120 (target_thread_name): New macro.
9121 * target.c (update_current_target): Handle to_thread_name.
9122 * python/py-infthread.c (thpy_get_name): New function.
9123 (thpy_set_name): Likewise.
9124 (thread_object_getset): Add "name".
9125 * linux-nat.c (linux_nat_thread_name): New function.
9126 (linux_nat_add_target): Set to_thread_name.
9127 * gdbthread.h (struct thread_info) <name>: New field.
9128
9129 2011-01-18 Joel Brobecker <brobecker@adacore.com>
9130
9131 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
9132 (ada_val_print_1): Likewise.
9133
9134 2011-01-18 Joel Brobecker <brobecker@adacore.com>
9135
9136 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
9137 upper limit address is not greater than the function end address
9138 when the upper limit could not be computed using the debugging
9139 info.
9140
9141 2011-01-17 Tom Tromey <tromey@redhat.com>
9142
9143 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
9144 get_regcomp_error.
9145 * utils.c: Include gdb_regex.h.
9146 (do_regfree_cleanup): New function.
9147 (make_regfree_cleanup): Likewise.
9148 (get_regcomp_error): Likewise.
9149 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
9150
9151 2011-01-17 Tom Tromey <tromey@redhat.com>
9152
9153 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
9154 re_compile_fastmap.
9155
9156 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
9157
9158 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
9159 for internal variables.
9160 (last_was_structop): New static variable.
9161 (COMPLETE): New token.
9162 (field_exp): New rule to group all '.' suffix handling.
9163 Add mark_struct_expression calls when approriate to be able
9164 to correctly find fields for completion.
9165 (yylex): Adapt to handle field completion and set INTVAR when
9166 required.
9167
9168 2011-01-14 Yao Qi <yao@codesourcery.com>
9169
9170 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
9171 save_reggroup, restore_reggroup and all_reggroup.
9172
9173 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9174
9175 * ada-valprint. (ada_printchar): Use the correct type length
9176 in call to ada_emit_char.
9177 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
9178
9179 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
9180
9181 * solib-som.h (hpux_major_release): Declare variable here.
9182 * solib-som.c: Remove <sys/utsname.h> header.
9183 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
9184 (hpux_major_release): Make global, change default value to
9185 DEFAULT_HPUX_MAJOR_RELEASE.
9186 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
9187 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
9188 Add "solib-som.h" header.
9189 (set_hpux_major_release): New function.
9190 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
9191
9192 2011-01-14 Mike Frysinger <vapier@gentoo.org>
9193
9194 * configure.tgt (*-*-uclinux*): Match more Linux os targets
9195
9196 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9197
9198 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
9199 new-line at end of warning message.
9200 (ia64_hpux_store_register): Remove trailing new-line at end of
9201 error message.
9202 * ia64-hpux-tdep.c: Rephrase comment.
9203 * solib-ia64-hpux.c (struct dld_info): Change type of field
9204 dld_flags from "long long" to ULONGEST.
9205
9206 2011-01-14 Pedro Alves <pedro@codesourcery.com>
9207
9208 * target.h (deprecated_child_ops): Delete declaration.
9209 * target.c (deprecated_child_ops): Delete definition.
9210
9211 2011-01-14 Pedro Alves <pedro@codesourcery.com>
9212
9213 * Makefile.in (hpux-thread.o): Delete rule.
9214 * configure.ac: Don't check for HPUX DCE threads support.
9215 * configure, config.in: Regenerate.
9216 * hppa-hpux-nat.c (child_suppress_run): Delete.
9217 (hppa_hpux_child_can_run): Delete.
9218 (_initialize_hppa_hpux_nat): Don't override to_can_run.
9219 * hpux-thread.c: Delete.
9220
9221 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9222
9223 * hpux-thread.c (hpux_pid_to_str): Delete.
9224
9225 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9226
9227 * ada-valprint.c (ada_emit_char): Remove strange code.
9228 Check that c is <= UCHAR_MAX before passing it to isascii.
9229 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
9230
9231 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9232
9233 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
9234 to the case where instream is stdin.
9235
9236 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9237
9238 * ia64-tdep.h (struct regcache): Forward declare.
9239 (struct ia64_infcall_ops): New struct type.
9240 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
9241 and "infcall_ops".
9242 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
9243 Renames ia64_find_global_pointer.
9244 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
9245 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
9246 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
9247 methods.
9248 (ia64_infcall_ops): New static global constant.
9249 (ia64_gdbarch_init): Set tdep->infcall_ops.
9250 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
9251 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
9252 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
9253 (ia64_hpux_dummy_code): New static global constant.
9254 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
9255 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
9256 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
9257 New function.
9258 (ia64_hpux_infcall_ops): New static global constant.
9259 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
9260 for inferior function calls to work properly on ia64-hpux.
9261
9262 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9263
9264 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
9265 * ia64-tdep.h (struct frame_info): forward declaration.
9266 (struct gdbarch_tdep): Add field size_of_register_frame.
9267 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
9268 to determine the size of the register frame.
9269 (ia64_size_of_register_frame): New function.
9270 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
9271 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
9272 (IA64_HPUX_UREG_REASON): New macro.
9273 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
9274 New functions.
9275 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
9276 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
9277 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
9278 objects.
9279
9280 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9281
9282 Add support for ia64-hpux.
9283 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
9284 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
9285
9286 * configure.host: Add handling for ia64-hpux hosts. Add associated
9287 floatformats.
9288 * configure.tgt: Add handling for ia64-hpux targets.
9289 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
9290 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
9291 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
9292
9293 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9294
9295 [ttrace] Compute thread list immediately after attach.
9296 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
9297 New subprogram.
9298 (inf_ttrace_attach): Use it.
9299
9300 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9301
9302 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
9303 if we could not determine the frame's function address. Instead,
9304 use the frame's PC, and then continue.
9305
9306 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9307
9308 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
9309 not already defined.
9310
9311 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9312
9313 * ia64-tdep.c (ia64_struct_type_p): New function.
9314 (ia64_extract_return_value): Handle integral values that are
9315 less than 8 bytes long.
9316 (ia64_push_dummy_call): Likewise.
9317
9318 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9319
9320 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
9321 floatformat_ia64_ext.
9322 (floatformat_ia64_ext_big): New static const.
9323 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
9324
9325 2011-01-12 Tom Tromey <tromey@redhat.com>
9326
9327 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
9328 messages.
9329 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
9330 (mi_cmd_thread_list_ids): Likewise.
9331 (mi_cmd_data_list_changed_registers): Likewise.
9332 (mi_cmd_data_list_register_values): Likewise.
9333 (mi_cmd_data_write_register_values): Likewise.
9334 (mi_cmd_data_evaluate_expression): Likewise.
9335 (mi_cmd_data_read_memory): Likewise.
9336 (mi_cmd_data_read_memory_bytes): Likewise.
9337 (mi_cmd_data_write_memory): Likewise.
9338 (mi_cmd_enable_timings): Likewise.
9339 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
9340 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
9341 (mi_cmd_var_delete): Likewise.
9342 (mi_cmd_var_set_format): Likewise.
9343 (mi_cmd_var_show_format): Likewise.
9344 (mi_cmd_var_info_num_children): Likewise.
9345 (mi_cmd_var_list_children): Likewise.
9346 (mi_cmd_var_info_type): Likewise.
9347 (mi_cmd_var_info_expression): Likewise.
9348 (mi_cmd_var_show_attributes): Likewise.
9349 (mi_cmd_var_assign): Likewise.
9350 (mi_cmd_var_update): Likewise.
9351 (mi_cmd_enable_pretty_printing): Likewise.
9352 (mi_cmd_var_set_update_range): Likewise.
9353 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
9354 messages.
9355 (mi_cmd_target_file_put): Likewise.
9356 (mi_cmd_target_file_delete): Likewise.
9357 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
9358 messages.
9359 (mi_cmd_stack_info_depth): Likewise.
9360 (mi_cmd_stack_list_locals): Likewise.
9361 (mi_cmd_stack_list_args): Likewise.
9362 (mi_cmd_stack_select_frame): Likewise.
9363 (mi_cmd_stack_select_frame): Likewise.
9364 (mi_cmd_stack_info_frame): Likewise.
9365 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
9366 messages.
9367 (mi_cmd_file_list_exec_source_files): Likewise.
9368 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
9369 (mi_cmd_env_cd): Likewise.
9370 (mi_cmd_env_path): Likewise.
9371 (mi_cmd_env_dir): Likewise.
9372 (mi_cmd_inferior_tty_show): Likewise.
9373 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
9374 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
9375 (mi_cmd_break_watch): Likewise.
9376
9377 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
9378
9379 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
9380 (ppc_linux_insert_hw_breakpoint): Likewise.
9381 (ppc_linux_remove_hw_breakpoint): Likewise.
9382 (ppc_linux_insert_watchpoint): Likewise.
9383
9384 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9385 Jan Kratochvil <jan.kratochvil@redhat.com>
9386
9387 PR fortran/11104 and DWARF unbound arrays detection.
9388 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
9389 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
9390 unspecified upper bound.
9391 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
9392 variables array_size_array, tmp_type and offset_item. New variable
9393 array. Remove call to f77_get_upperbound. New variables array_type
9394 and index. Call value_subscripted_rvalue for each dimenasion. Remove
9395 the final call to deprecated_set_value_type.
9396
9397 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9398
9399 Make value allocations more lazy.
9400 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
9401 instead of allocate_value and set_value_lazy when possible.
9402 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
9403 instead of allocate_value and set_value_lazy.
9404 * findvar.c (value_of_register_lazy): Likewise.
9405 (read_var_value): Remove V preallocation, call just check_typedef in
9406 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
9407 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
9408 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
9409 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
9410 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
9411 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
9412 the end, remove set_value_lazy there.
9413 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
9414 instead of allocate_value and set_value_lazy when possible.
9415 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
9416 * value.c (allocate_computed_value): Use allocate_value_lazy instead
9417 of allocate_value and set_value_lazy.
9418 (value_from_contents_and_address): Use allocate_value_lazy instead of
9419 allocate_value and set_value_lazy when possible.
9420
9421 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9422
9423 * disasm.c (dump_insns): Support dumping opcodes for MI.
9424 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
9425 dumping of instruction opcodes.
9426
9427 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
9428
9429 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
9430 appropiately.
9431
9432 2011-01-11 Tom Tromey <tromey@redhat.com>
9433
9434 * thread.c (do_captured_thread_select): Emit newline before
9435 printing frame.
9436
9437 2011-01-11 Michael Snyder <msnyder@vmware.com>
9438
9439 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
9440 * score-tdep.c: Ditto.
9441 * score-tdep.h: Ditto.
9442 * ser-base.c: Ditto.
9443 * ser-go32.c: Ditto.
9444 * serial.c: Ditto.
9445 * serial.h: Ditto.
9446 * ser-mingw.c: Ditto.
9447 * ser-pipe.c: Ditto.
9448 * ser-tcp.c: Ditto.
9449 * ser-unix.c: Ditto.
9450 * sh64-tdep.c: Ditto.
9451 * shnbsd-nat.c: Ditto.
9452 * sh-tdep.c: Ditto.
9453 * sh-tdep.h: Ditto.
9454 * solib.c: Ditto.
9455 * solib-darwin.c: Ditto.
9456 * solib-frv.c: Ditto.
9457 * solib.h: Ditto.
9458 * solib-irix.c: Ditto.
9459 * solib-osf.c: Ditto.
9460 * solib-pa64.c: Ditto.
9461 * solib-som.c: Ditto.
9462 * solib-spu.c: Ditto.
9463 * solib-sunos.c: Ditto.
9464 * solib-svr4.c: Ditto.
9465 * solist.h: Ditto.
9466 * sol-thread.c: Ditto.
9467 * somread.c: Ditto.
9468 * source.c: Ditto.
9469 * source.h: Ditto.
9470 * sparc64-linux-tdep.c: Ditto.
9471 * sparc64-tdep.c: Ditto.
9472 * sparc-linux-nat.c: Ditto.
9473 * sparc-linux-tdep.c: Ditto.
9474 * sparc-sol2-nat.c: Ditto.
9475 * sparc-sol2-tdep.c: Ditto.
9476 * sparc-tdep.c: Ditto.
9477 * sparc-tdep.h: Ditto.
9478 * spu-tdep.c: Ditto.
9479 * stabsread.c: Ditto.
9480 * stabsread.h: Ditto.
9481 * stack.c: Ditto.
9482 * symfile.c: Ditto.
9483 * symfile.h: Ditto.
9484 * symmisc.c: Ditto.
9485 * symtab.c: Ditto.
9486 * symtab.h: Ditto.
9487 * target.c: Ditto.
9488 * target-descriptions.c: Ditto.
9489 * target-descriptions.h: Ditto.
9490 * target.h: Ditto.
9491 * target-memory.c: Ditto.
9492 * terminal.h: Ditto.
9493 * thread.c: Ditto.
9494 * top.c: Ditto.
9495 * tracepoint.c: Ditto.
9496 * tracepoint.h: Ditto.
9497 * trad-frame.h: Ditto.
9498 * typeprint.c: Ditto.
9499
9500 2011-01-11 Michael Snyder <msnyder@vmware.com>
9501
9502 * ui-file.c: Comment cleanup, mostly periods and spaces.
9503 * ui-file.h: Ditto.
9504 * ui-out.c: Ditto.
9505 * ui-out.h: Ditto.
9506 * utils.c: Ditto.
9507 * v850-tdep.c: Ditto.
9508 * valarith.c: Ditto.
9509 * valops.c: Ditto.
9510 * valprint.c: Ditto.
9511 * valprint.h: Ditto.
9512 * value.c: Ditto.
9513 * value.h: Ditto.
9514 * varobj.c: Ditto.
9515 * varobj.h: Ditto.
9516 * vax-tdep.c: Ditto.
9517 * vec.c: Ditto.
9518 * vec.h: Ditto.
9519 * version.h: Ditto.
9520 * windows-nat.c: Ditto.
9521 * windows-tdep.c: Ditto.
9522 * xcoffread.c: Ditto.
9523 * xcoffsolib.c: Ditto.
9524 * xml-support.c: Ditto.
9525 * xstormy16-tdep.c: Ditto.
9526 * xtensa-tdep.c: Ditto.
9527 * xtensa-tdep.h: Ditto.
9528
9529 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9530
9531 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
9532 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
9533
9534 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
9535 Thiago Jung Bauermann <bauerman@br.ibm.com>
9536
9537 Implement support for PowerPC BookE ranged watchpoints.
9538 * breakpoint.h
9539 (struct breakpoint_ops) <resources_needed>: New method.
9540 Initialize to NULL in all existing breakpoint_ops instances.
9541 (struct breakpoint) <exact>: New field.
9542 (target_exact_watchpoints): Declare external global.
9543 * breakpoint.c (target_exact_watchpoints): New global flag.
9544 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
9545 b->enable_state to bp_enabled before calling
9546 hw_watchpoint_used_count.
9547 (hw_watchpoint_used_count): Iterate over all bp_locations in a
9548 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
9549 if available.
9550 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
9551 if the watchpoint is exact.
9552 (resources_needed_watchpoint): New function.
9553 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
9554 (watch_command_1): Set b->exact if the user asked for an exact
9555 watchpoint and one can be set.
9556 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
9557 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
9558 the user asks for an exact watchpoint and one can be set. Return
9559 number of needed debug registers to watch the expression.
9560 * gdbtypes.c (is_scalar_type): New function, based on
9561 valprint.c:scalar_type_p.
9562 (is_scalar_type_recursive): New function.
9563 * gdbtypes.h (is_scalar_type_recursive): Declare.
9564 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
9565 handle regions when ranged watchpoints are available.
9566 (create_watchpoint_request): New function.
9567 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
9568 create_watchpoint_request.
9569 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
9570 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
9571 `set powerpc' and `show powerpc' commands.
9572 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
9573 Mention documentation comment in the target macro.
9574 (target_region_ok_for_hw_watchpoint): Document return value.
9575
9576 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9577
9578 * breakpoint.c (update_watchpoint): Decide on using a software or
9579 hardware watchpoint after the bp_locations are created.
9580
9581 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9582
9583 Convert hardware watchpoints to use breakpoint_ops.
9584 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
9585 <insert_location>: ... this. Return int instead of void.
9586 Accept pointer to struct bp_location instead of pointer to
9587 struct breakpoint. Adapt all implementations.
9588 (breakpoint_ops) <remove>: Rename to...
9589 <remove_location>: ... this. Accept pointer to struct bp_location
9590 instead of pointer to struct breakpoint. Adapt all implementations.
9591 * breakpoint.c (insert_catchpoint): Delete function.
9592 (insert_bp_location): Call the watchpoint or catchpoint's
9593 breakpoint_ops.insert method.
9594 (remove_breakpoint_1): Call the watchpoint or catchpoint's
9595 breakpoint_ops.remove method.
9596 (insert_watchpoint, remove_watchpoint): New functions.
9597 (watchpoint_breakpoint_ops): New structure.
9598 (watch_command_1): Initialize the OPS field.
9599 * inf-child.c (inf_child_insert_fork_catchpoint)
9600 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
9601 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
9602 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
9603 Delete functions.
9604 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
9605 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
9606 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
9607 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
9608 * target.c (update_current_target): Change default implementation of
9609 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
9610 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
9611 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
9612 to_set_syscall_catchpoint to return_one.
9613 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
9614 (debug_to_insert_exec_catchpoint): Report return value.
9615 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
9616 (to_insert_exec_catchpoint): Change declaration to return int instead
9617 of void.
9618
9619 2011-01-11 Michael Snyder <msnyder@vmware.com>
9620
9621 * arm-tdep.c: Internationalization.
9622 * c-lang.c: Ditto.
9623 * charset.c: Ditto.
9624 * fork-child.c: Ditto.
9625 * nto-procfs.c: Ditto.
9626 * ppc-sysv-tdep.c: Ditto.
9627 * procfs.c: Ditto.
9628 * remote-mips.c: Ditto.
9629 * remote.c: Ditto.
9630 * rs6000-nat.c: Ditto.
9631 * rs6000-tdep.c: Ditto.
9632 * target.c: Ditto.
9633 * valops.c: Ditto.
9634 * value.c: Ditto.
9635 * xml-support.c: Ditto.
9636 * mi/mi-cmd-break.c: Ditto.
9637 * mi/mi-cmd-var.c: Ditto.
9638 * mi/mi-interp.c: Ditto.
9639 * mi/mi-main.c: Ditto.
9640
9641 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
9642
9643 * remote-sim.c (gdbsim_store_register): Update API to
9644 sim_store_register to check more error conditions.
9645
9646 2011-01-10 Michael Snyder <msnyder@vmware.com>
9647
9648 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
9649 * nto-tdep.c: Ditto.
9650 * nto-tdep.h: Ditto.
9651 * objc-exp.y: Ditto.
9652 * objc-lang.c: Ditto.
9653 * objfiles.c: Ditto.
9654 * objfiles.h: Ditto.
9655 * observer.c: Ditto.
9656 * opencl-lang.c: Ditto.
9657 * osabi.c: Ditto.
9658 * parse.c: Ditto.
9659 * parser-defs.h: Ditto.
9660 * p-exp.y: Ditto.
9661 * p-lang.c: Ditto.
9662 * posix-hdep.c: Ditto.
9663 * ppcbug-rom.c: Ditto.
9664 * ppc-linux-nat.c: Ditto.
9665 * ppc-linux-tdep.c: Ditto.
9666 * ppc-linux-tdep.h: Ditto.
9667 * ppcnbsd-tdep.c: Ditto.
9668 * ppcobsd-tdep.c: Ditto.
9669 * ppcobsd-tdep.h: Ditto.
9670 * ppc-sysv-tdep.c: Ditto.
9671 * ppc-tdep.h: Ditto.
9672 * printcmd.c: Ditto.
9673 * proc-abi.c: Ditto.
9674 * proc-flags.c: Ditto.
9675 * procfs.c: Ditto.
9676 * proc-utils.h: Ditto.
9677 * progspace.h: Ditto.
9678 * prologue-value.c: Ditto.
9679 * prologue-value.h: Ditto.
9680 * psympriv.h: Ditto.
9681 * psymtab.c: Ditto.
9682 * p-typeprint.c: Ditto.
9683 * p-valprint.c: Ditto.
9684 * ravenscar-sparc-thread.c: Ditto.
9685 * ravenscar-thread.c: Ditto.
9686 * ravenscar-thread.h: Ditto.
9687 * record.c: Ditto.
9688 * regcache.c: Ditto.
9689 * regcache.h: Ditto.
9690 * remote.c: Ditto.
9691 * remote-fileio.c: Ditto.
9692 * remote-fileio.h: Ditto.
9693 * remote.h: Ditto.
9694 * remote-m32r-sdi.c: Ditto.
9695 * remote-mips.c: Ditto.
9696 * remote-sim.c: Ditto.
9697 * rs6000-aix-tdep.c: Ditto.
9698 * rs6000-nat.c: Ditto.
9699 * rs6000-tdep.c: Ditto.
9700
9701 2011-01-10 Michael Snyder <msnyder@vmware.com>
9702
9703 * charset.c (validate): Internationalization.
9704 * coffread.c (read_one_sym): Ditto.
9705 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
9706 * h8300-tdep.c (H8300_extract_return_value): Ditto.
9707 * inflow.c (new_tty): Ditto.
9708 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
9709 * m32c-tdep.c (m32c_return_value): Ditto.
9710 * mep-tdep.c (mep_store_return_value): Ditto.
9711 * score-tdep.c (score7_fetch_insn): Ditto.
9712 * ser-mingw.c (pipe_windows_open): Ditto.
9713 * sh64-tdep.c (sh64_extract_return_value): Ditto.
9714 * spu-tdep.c (spu_register_type): Ditto.
9715 * tracepoint.c (trace_find_command): Ditto.
9716 * valarith.c (value_pos): Ditto.
9717
9718 2011-01-10 Joel Brobecker <brobecker@adacore.com>
9719
9720 * ada-valprint.c (printstr): Minor comment reformatting.
9721
9722 2011-01-08 Michael Snyder <msnyder@vmware.com>
9723
9724 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
9725 markup.
9726
9727 2011-01-08 Michael Snyder <msnyder@vmware.com>
9728
9729 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
9730 * hppa-hpux-tdep.c: Ditto.
9731 * hppa-linux-nat.c: Ditto.
9732 * hppa-linux-tdep.c: Ditto.
9733 * hppanbsd-tdep.c: Ditto.
9734 * hppa-tdep.c: Ditto.
9735 * hppa-tdep.h: Ditto.
9736 * hpux-thread.c: Ditto.
9737 * i386-cygwin-tdep.c: Ditto.
9738 * i386-darwin-nat.c: Ditto.
9739 * i386gnu-nat.c: Ditto.
9740 * i386-linux-nat.c: Ditto.
9741 * i386-linux-tdep.c: Ditto.
9742 * i386-nat.c: Ditto.
9743 * i386-nat.h: Ditto.
9744 * i386nbsd-tdep.c: Ditto.
9745 * i386-sol2-nat.c: Ditto.
9746 * i386-stub.c: Ditto.
9747 * i386-tdep.c: Ditto.
9748 * i386-tdep.h: Ditto.
9749 * i387-tdep.c: Ditto.
9750 * ia64-linux-nat.c: Ditto.
9751 * ia64-linux-tdep.c: Ditto.
9752 * ia64-tdep.c: Ditto.
9753 * infcall.c: Ditto.
9754 * infcall.h: Ditto.
9755 * infcmd.c: Ditto.
9756 * inferior.c: Ditto.
9757 * inferior.h: Ditto.
9758 * infloop.c: Ditto.
9759 * inflow.c: Ditto.
9760 * infrun.c: Ditto.
9761 * interps.c: Ditto.
9762 * interps.h: Ditto.
9763 * iq2000-tdep.c: Ditto.
9764 * irix5-nat.c: Ditto.
9765 * jit.c: Ditto.
9766 * jit.h: Ditto.
9767 * jv-exp.y: Ditto.
9768 * jv-lang.c: Ditto.
9769 * jv-lang.h: Ditto.
9770 * jv-typeprint.c: Ditto.
9771 * jv-valprint.c: Ditto.
9772 * language.c: Ditto.
9773 * language.h: Ditto.
9774 * linespec.c: Ditto.
9775 * linux-fork.c: Ditto.
9776 * linux-nat.c: Ditto.
9777 * linux-thread-db.c: Ditto.
9778 * lm32-tdep.c: Ditto.
9779
9780 2011-01-08 Michael Snyder <msnyder@vmware.com>
9781
9782 * m2-exp.y: Comment cleanup, mostly periods and spaces.
9783 * m2-lang.c: Ditto.
9784 * m2-typeprint.c: Ditto.
9785 * m2-valprint.c: Ditto.
9786 * m32c-tdep.c: Ditto.
9787 * m32r-linux-nat.c: Ditto.
9788 * m32r-rom.c: Ditto.
9789 * m32r-tdep.c: Ditto.
9790 * m32r-tdep.h: Ditto.
9791 * m68hc11-tdep.c: Ditto.
9792 * m58klinux-nat.c: Ditto.
9793 * m68k-tdep.c: Ditto.
9794 * m88k-tdep.c: Ditto.
9795 * m88k-tdep.h: Ditto.
9796 * machoread.c: Ditto.
9797 * macrocmd.c: Ditto.
9798 * macroexp.c: Ditto.
9799 * macrotab.c: Ditto.
9800 * main.c: Ditto.
9801 * maint.c: Ditto.
9802 * mdebugread.c: Ditto.
9803 * mdebugread.h: Ditto.
9804 * memattr.c: Ditto.
9805 * memattr.h: Ditto.
9806 * memory-map.h: Ditto.
9807 * mep-tdep.c: Ditto.
9808 * microblaze-rom.c: Ditto.
9809 * microblaze-tdep.c: Ditto.
9810 * minsyms.c: Ditto.
9811 * mips-irix-tdep.c: Ditto.
9812 * mips-linux-nat.c: Ditto.
9813 * mips-linux-tdep.c: Ditto.
9814 * mips-linux-tdep.h: Ditto.
9815 * mipsnbsd-nat.c: Ditto.
9816 * mipsnbsd-tdep.c: Ditto.
9817 * mipsread.c: Ditto.
9818 * mips-tdep.c: Ditto.
9819 * mips-tdep.h: Ditto.
9820 * mn10300-linux-tdep.c: Ditto.
9821 * mn10300-tdep.c: Ditto.
9822 * mn10300-tdep.h: Ditto.
9823 * monitor.c: Ditto.
9824 * monitor.h: Ditto.
9825 * moxie-tdep.c: Ditto.
9826 * moxie-tdep.h: Ditto.
9827 * mt-tdep.c: Ditto.
9828
9829 2011-01-08 Mike Frysinger <vapier@gentoo.org>
9830
9831 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
9832
9833 2011-01-08 Robert Millan <rmh@gnu.org>
9834
9835 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
9836
9837 2011-01-07 Michael Snyder <msnyder@vmware.com>
9838
9839 * charset.c (_initialize_charset): Fix typo in string.
9840
9841 2011-01-07 Michael Snyder <msnyder@vmware.com>
9842
9843 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
9844 for i18n.
9845 * tui/tui-layout.c (tui_set_layout_for_display_command):
9846 Split line so that operator goes to beginning of line.
9847 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
9848 assignment out of if statement.
9849
9850 2011-01-07 Michael Snyder <msnyder@vmware.com>
9851
9852 * ada-lang.c: Comment cleanup, mostly periods and spaces.
9853 * ada-lang.h: Ditto.
9854 * ada-tasks.c: Ditto.
9855 * ada-valprint.c: Ditto.
9856 * aix-threads.c: Ditto.
9857 * alpha-linux-nat.c: Ditto.
9858 * alpha-linux-tdep.c: Ditto.
9859 * alpha-mdebug-tdep.c: Ditto.
9860 * alpha-nat.c: Ditto.
9861 * alpha-osf1-tdep.c: Ditto.
9862 * alpha-tdep.c: Ditto.
9863 * alphabsd-nat.c: Ditto.
9864 * alphabsd-tdep.c: Ditto.
9865 * amd64-darwin-tdep.c: Ditto.
9866 * amd64-linux-nat.c: Ditto.
9867 * amd64-linux-tdep.c: Ditto.
9868 * amd64-sol2-tdep.c: Ditto.
9869 * amd64-tdep.c: Ditto.
9870 * amd64-fbsd-tdep.c: Ditto.
9871 * amd64-nbsd-tdep.c: Ditto.
9872 * amd64-obsd-tdep.c: Ditto.
9873 * amd64-linux-nat.c: Ditto.
9874 * amd64-linux-tdep.c: Ditto.
9875 * arm-tdep.c: Ditto.
9876 * arm-tdep.h: Ditto.
9877 * armnbsd-nat.c: Ditto.
9878 * avr-tdep.c: Ditto.
9879 * bfin-tdep.c: Ditto.
9880 * bsd-kvm.c: Ditto.
9881 * c-typeprintc: Ditto.
9882 * c-valprint.c: Ditto.
9883 * coff-pe-read.h: Ditto.
9884 * coffreead.c: Ditto.
9885 * cris-tdep.c: Ditto.
9886 * d-lang.c: Ditto.
9887 * darwin-nat-info.c: Ditto.
9888 * darwin-nat.c: Ditto.
9889 * dbug-rom.c: Ditto.
9890 * dbxread.c: Ditto.
9891 * dcache.c: Ditto.
9892 * dcache.h: Ditto.
9893 * dec-thread.c: Ditto.
9894 * defs.h: Ditto.
9895 * demangle.c: Ditto.
9896 * dicos-tdep.c: Ditto.
9897 * dictionary.c: Ditto.
9898 * dictionary.h: Ditto.
9899 * dink32-rom.c: Ditto.
9900 * disasm.c: Ditto.
9901 * doublest.c: Ditto.
9902 * dsrec.c: Ditto.
9903 * dummy-frame.c: Ditto.
9904 * dwarf2-frame.c: Ditto.
9905 * dwarf2expr.c: Ditto.
9906 * dwarf2loc.c: Ditto.
9907 * dwarf2read.c: Ditto.
9908 * elfread.c: Ditto.
9909 * environ.c: Ditto.
9910 * eval.c: Ditto.
9911 * event-top.h: Ditto.
9912 * exceptions.c: Ditto.
9913 * exceptions.h: Ditto.
9914 * exec.c: Ditto.
9915 * expprint.c: Ditto.
9916 * expression.h: Ditto.
9917 * f-exp.y: Ditto.
9918 * f-lang.c: Ditto.
9919 * f-lang.h: Ditto.
9920 * f-typeprint.c: Ditto.
9921 * f-valprint.c: Ditto.
9922 * fbsd-nat.c: Ditto.
9923 * findvar.c: Ditto.
9924 * fork-child.c: Ditto.
9925 * frame.c: Ditto.
9926 * frame.h: Ditto.
9927 * frv-linux-tdep.c: Ditto.
9928 * frv-tdep.c: Ditto.
9929 * gcore.c: Ditto.
9930 * gdb-stabs.h: Ditto.
9931 * gdb_assert.h: Ditto.
9932 * gdb_string.h: Ditto.
9933 * gdb_thread_db.h: Ditto.
9934 * gdb_wait.h: Ditto.
9935 * gdbarch.sh: Ditto.
9936 * gdbcore.h: Ditto.
9937 * gdbthread.h: Ditto.
9938 * gdbtypes.c: Ditto.
9939 * gdbtypes.h: Ditto.
9940 * gnu-nat.c: Ditto.
9941 * gnu-nat.h: Ditto.
9942 * gnu-v2-abi.c: Ditto.
9943 * gnu-v3-abi.c: Ditto.
9944 * go32-nat.c: Ditto.
9945 * gdbarch.c: Regenerate.
9946 * gdbarch.h: Regenerate.
9947
9948 2011-01-07 Michael Snyder <msnyder@vmware.com>
9949
9950 * ax-gdb.c: Adjust some long output strings.
9951 * breakpoint.c: Ditto.
9952 * charset.c: Ditto.
9953 * cp-abi.c: Ditto.
9954 * infcall.c: Ditto.
9955 * infrun.c: Ditto.
9956 * linux-nat.c: Ditto.
9957 * solib-pa64.c: Ditto.
9958 * solib-som.c: Ditto.
9959
9960 2011-01-06 Tom Tromey <tromey@redhat.com>
9961
9962 PR python/12367:
9963 * NEWS: Add item.
9964 * python/python.c (GdbMethods): Add "newest_frame" method.
9965 * python/python-internal.h (gdbpy_newest_frame): Declare.
9966 * python/py-frame.c (gdbpy_newest_frame): New function.
9967
9968 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9969
9970 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
9971 * jit.c (jit_debug): New variable.
9972 (show_jit_debug): New function.
9973 (struct target_buffer): Use ULONGEST.
9974 (bfd_open_from_target_memory): Likewise.
9975 (jit_register_code, jit_inferior_init): Add debug output.
9976 (_initialize_jit): Register "debug jit" command.
9977
9978 2011-01-06 Tom Tromey <tromey@redhat.com>
9979
9980 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
9981 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
9982 and ARCH_FRAME.
9983
9984 2011-01-06 Tom Tromey <tromey@redhat.com>
9985
9986 * python/py-frame.c (frapy_block): Use get_frame_block.
9987
9988 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9989
9990 Do not stop on SIGPRIO signals by default
9991 * infrun.c (_initialize_infrun): Unset signal_stop and
9992 signal_print for TARGET_SIGNAL_PRIO.
9993
9994 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9995
9996 * ada-tasks.c: Fix style violation in comment.
9997
9998 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9999
10000 * linespec.c (decode_compound, find_method): Remove trailing \n
10001 at end of error string.
10002 * solib-irix.c (irix_current_sos): Likewise.
10003 * varobj.c (uninstall_variable): Likewise.
10004
10005 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10006
10007 * copyright.py: New script.
10008 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
10009 Launch emacs without exec'ing. Call copyright.py afterwards.
10010
10011 2011-01-05 Michael Snyder <msnyder@vmware.com>
10012
10013 * addrmap.c: Shorten lines of >= 80 columns.
10014 * arch-utils.c: Ditto.
10015 * arch-utils.h: Ditto.
10016 * ax-gdb.c: Ditto.
10017 * ax-general.c: Ditto.
10018 * bcache.c: Ditto.
10019 * blockframe.c: Ditto.
10020 * breakpoint.c: Ditto.
10021 * buildsym.c: Ditto.
10022 * c-lang.c: Ditto.
10023 * c-typeprint.c: Ditto.
10024 * charset.c: Ditto.
10025 * coffread.c: Ditto.
10026 * command.h: Ditto.
10027 * corelow.c: Ditto.
10028 * cp-abi.c: Ditto.
10029 * cp-namespace.c: Ditto.
10030 * cp-support.c: Ditto.
10031 * dbug-rom.c: Ditto.
10032 * dbxread.c: Ditto.
10033 * defs.h: Ditto.
10034 * dfp.c: Ditto.
10035 * dfp.h: Ditto.
10036 * dictionary.c: Ditto.
10037 * disasm.c: Ditto.
10038 * doublest.c: Ditto.
10039 * dwarf2-frame.c: Ditto.
10040 * dwarf2expr.c: Ditto.
10041 * dwarf2loc.c: Ditto.
10042 * dwarf2read.c: Ditto.
10043 * elfread.c: Ditto.
10044 * eval.c: Ditto.
10045 * event-loop.c: Ditto.
10046 * event-loop.h: Ditto.
10047 * exceptions.h: Ditto.
10048 * exec.c: Ditto.
10049 * expprint.c: Ditto.
10050 * expression.h: Ditto.
10051 * f-lang.c: Ditto.
10052 * f-valprint.c: Ditto.
10053 * findcmd.c: Ditto.
10054 * frame-base.c: Ditto.
10055 * frame-unwind.c: Ditto.
10056 * frame-unwind.h: Ditto.
10057 * frame.c: Ditto.
10058 * frame.h: Ditto.
10059 * gcore.c: Ditto.
10060 * gdb-stabs.h: Ditto.
10061 * gdb_assert.h: Ditto.
10062 * gdb_dirent.h: Ditto.
10063 * gdb_obstack.h: Ditto.
10064 * gdbcore.h: Ditto.
10065 * gdbtypes.c: Ditto.
10066 * gdbtypes.h: Ditto.
10067 * inf-ttrace.c: Ditto.
10068 * infcall.c: Ditto.
10069 * infcmd.c: Ditto.
10070 * inflow.c: Ditto.
10071 * infrun.c: Ditto.
10072 * inline-frame.h: Ditto.
10073 * language.c: Ditto.
10074 * language.h: Ditto.
10075 * libunwind-frame.c: Ditto.
10076 * libunwind-frame.h: Ditto.
10077 * linespec.c: Ditto.
10078 * linux-nat.c: Ditto.
10079 * linux-nat.h: Ditto.
10080 * linux-thread-db.c: Ditto.
10081 * machoread.c: Ditto.
10082 * macroexp.c: Ditto.
10083 * macrotab.c: Ditto.
10084 * main.c: Ditto.
10085 * maint.c: Ditto.
10086 * mdebugread.c: Ditto.
10087 * memattr.c: Ditto.
10088 * minsyms.c: Ditto.
10089 * monitor.c: Ditto.
10090 * monitor.h: Ditto.
10091 * objfiles.c: Ditto.
10092 * objfiles.h: Ditto.
10093 * osabi.c: Ditto.
10094 * p-typeprint.c: Ditto.
10095 * p-valprint.c: Ditto.
10096 * parse.c: Ditto.
10097 * printcmd.c: Ditto.
10098 * proc-events.c: Ditto.
10099 * procfs.c: Ditto.
10100 * progspace.c: Ditto.
10101 * progspace.h: Ditto.
10102 * psympriv.h: Ditto.
10103 * psymtab.c: Ditto.
10104 * record.c: Ditto.
10105 * regcache.c: Ditto.
10106 * regcache.h: Ditto.
10107 * remote-fileio.c: Ditto.
10108 * remote.c: Ditto.
10109 * ser-mingw.c: Ditto.
10110 * ser-tcp.c: Ditto.
10111 * ser-unix.c: Ditto.
10112 * serial.c: Ditto.
10113 * serial.h: Ditto.
10114 * solib-frv.c: Ditto.
10115 * solib-irix.c: Ditto.
10116 * solib-osf.c: Ditto.
10117 * solib-pa64.c: Ditto.
10118 * solib-som.c: Ditto.
10119 * solib-sunos.c: Ditto.
10120 * solib-svr4.c: Ditto.
10121 * solib-target.c: Ditto.
10122 * solib.c: Ditto.
10123 * somread.c: Ditto.
10124 * source.c: Ditto.
10125 * stabsread.c: Ditto.
10126 * stabsread.c: Ditto.
10127 * stack.c: Ditto.
10128 * stack.h: Ditto.
10129 * symfile-mem.c: Ditto.
10130 * symfile.c: Ditto.
10131 * symfile.h: Ditto.
10132 * symmisc.c: Ditto.
10133 * symtab.c: Ditto.
10134 * symtab.h: Ditto.
10135 * target-descriptions.c: Ditto.
10136 * target-memory.c: Ditto.
10137 * target.c: Ditto.
10138 * target.h: Ditto.
10139 * terminal.h: Ditto.
10140 * thread.c: Ditto.
10141 * top.c: Ditto.
10142 * tracepoint.c: Ditto.
10143 * tracepoint.h: Ditto.
10144 * ui-file.c: Ditto.
10145 * ui-file.h: Ditto.
10146 * ui-out.h: Ditto.
10147 * user-regs.c: Ditto.
10148 * user-regs.h: Ditto.
10149 * utils.c: Ditto.
10150 * valarith.c: Ditto.
10151 * valops.c: Ditto.
10152 * valprint.c: Ditto.
10153 * valprint.h: Ditto.
10154 * value.c: Ditto.
10155 * varobj.c: Ditto.
10156 * varobj.h: Ditto.
10157 * vec.h: Ditto.
10158 * xcoffread.c: Ditto.
10159 * xcoffsolib.c: Ditto.
10160 * xcoffsolib.h: Ditto.
10161 * xml-syscall.c: Ditto.
10162 * xml-tdesc.c: Ditto.
10163
10164 2011-01-05 Michael Snyder <msnyder@vmware.com>
10165
10166 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
10167 * cli/cli-decode.c: Ditto.
10168 * cli/cli-dump.c: Ditto.
10169 * cli/cli-logging.c: Ditto.
10170 * cli/cli-script.c: Ditto.
10171 * cli/cli-setshow.c: Ditto.
10172 * common/signals.c: Ditto.
10173 * mi/mi-cmd-break.c: Ditto.
10174 * mi/mi-cmd-disas.c: Ditto.
10175 * mi/mi-cmd-stack.c: Ditto.
10176 * mi/mi-cmd-var.c: Ditto.
10177 * mi/mi-cmds.c: Ditto.
10178 * mi/mi-common.h: Ditto.
10179 * mi/mi-console.c: Ditto.
10180 * mi/mi-interp.c: Ditto.
10181 * mi/mi-main.c: Ditto.
10182 * osf-share/cma_attr.c: Ditto.
10183 * osf-share/cma_deb_core.h: Ditto.
10184 * osf-share/cma_debug_client.h: Ditto.
10185 * osf-share/cma_handle.h: Ditto.
10186 * osf-share/cma_mutex.h: Ditto.
10187 * osf-share/cma_stack_int.h: Ditto.
10188 * osf-share/cma_tcb_defs.h: Ditto.
10189 * python/py-auto-load.c: Ditto.
10190 * python/py-breakpoint.c: Ditto.
10191 * python/py-cmd.c: Ditto.
10192 * python/py-frame.c: Ditto.
10193 * python/py-objfile.c: Ditto.
10194 * python/py-param.c: Ditto.
10195 * python/py-progspace.c: Ditto.
10196 * python/py-symbol.c: Ditto.
10197 * python/py-value.c: Ditto.
10198 * python/python-internal.h: Ditto.
10199 * python/python.c: Ditto.
10200 * tui/tui-data.c: Ditto.
10201 * tui/tui-disasm.c: Ditto.
10202 * tui/tui-hooks.c: Ditto.
10203 * tui/tui-io.c: Ditto.
10204 * tui/tui-layout.c: Ditto.
10205 * tui/tui-regs.c: Ditto.
10206 * tui/tui-source.c: Ditto.
10207 * tui/tui-stack.c: Ditto.
10208 * tui/tui-win.c: Ditto.
10209 * tui/tui-windata.c: Ditto.
10210 * tui/tui-winsource.c: Ditto.
10211
10212 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10213
10214 * configure.ac, gdb.1: Copyright year update.
10215
10216 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10217
10218 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
10219 this_pc_in_block, morestack_msym and morestack_name. Check for
10220 "__morestack" minimal symbol there.
10221
10222 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10223
10224 * symfile.c (find_sym_fns): Add call to dont_repeat.
10225
10226 2011-01-01 Joel Brobecker <brobecker@adacore.com>
10227
10228 Copyright year update in most files (performed by copyright.sh).
10229
10230 2011-01-01 Joel Brobecker <brobecker@adacore.com>
10231
10232 * top.c (print_gdb_version): Update copyright year in version output.
10233
10234 For older changes see ChangeLog-2010.
10235 \f
10236 Local Variables:
10237 mode: change-log
10238 left-margin: 8
10239 fill-column: 74
10240 version-control: never
10241 coding: utf-8
10242 End:
This page took 0.22947 seconds and 5 git commands to generate.