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