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