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