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