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