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