Simplify dwarf2-frame.c:read_addr_from_reg.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-11-18  Pedro Alves  <palves@redhat.com>
2
3         * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
4         use unpack_pointer.
5
6 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
7
8         * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
9         to -list-features output.
10
11 2013-11-17  Joel Brobecker  <brobecker@adacore.com>
12
13         * dwarf2expr.h (struct dwarf_expr_context_funcs)
14         <read_addr_from_reg>: Renames "read_reg".
15         * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
16         Adjust comment.
17         (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
18         Use read_addr_from_reg in place of read_reg.
19         * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
20         in place of read_reg.
21         * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
22         dwarf_expr_read_reg.
23         (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
24         with dwarf_expr_read_addr_from_reg.
25         (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
26         (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
27         needs_frame_read_addr_from_reg.
28
29 2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
30
31         * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
32
33 2013-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
34
35         * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
36         NULL.
37
38 2013-11-15  Tom Tromey  <tromey@redhat.com>
39
40         PR c++/16117:
41         * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
42         (classify_name): Likewise.  Prefer a field of "this" over a
43         filename.
44         (classify_inner_name, yylex): Update.
45
46 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
47
48         * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
49         Extend the documentation a bit.
50         <get_reg_value>: New field.
51         * dwarf2loc.c (dwarf_expr_get_reg_value)
52         (needs_frame_get_reg_value): New functions.
53         (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
54         callback.
55         * dwarf2-frame.c (get_reg_value): New function.
56         (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
57         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
58         Use new callback to compute result_val.
59
60 2013-11-15  Alan Modra  <amodra@gmail.com>
61
62         * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
63         (ppc64_desc_entry_point): ..this.  Update comments here and at
64         call points.
65         (ppc64_standard_linkage1, ppc64_standard_linkage2,
66         ppc64_standard_linkage3): Update comments.
67         (ppc64_standard_linkage4, ppc64_standard_linkage5,
68         (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
69         patterns.
70         (ppc64_standard_linkage4_target): New function.
71         (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
72         * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup.  Correct
73         nop match.  Fix comment wrap.
74
75 2013-11-14  Pedro Alves  <palves@redhat.com>
76
77         * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
78         STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
79
80 2013-11-14  Pedro Alves  <palves@redhat.com>
81
82         * infrun.c (struct execution_control_state)
83         <stepped_after_stopped_by_watchpoint>: New field.
84         (get_inferior_stop_soon): New function.
85         (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
86         moved to struct execution_control_state -- adjust.  Use
87         get_inferior_stop_soon.  Split TARGET_WAITKIND_STOPPED handling to
88         new function.
89         (handle_signal_stop): New function, factored out from
90         handle_inferior_event.
91
92 2013-11-14  Pedro Alves  <palves@redhat.com>
93
94         * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
95         return a boolean.
96         * breakpoint.c (bpstat_explains_signal): Adjust to return a
97         boolean.
98         (explains_signal_watchpoint, base_breakpoint_explains_signal):
99         Adjust to return a boolean.
100         * breakpoint.h (enum bpstat_signal_value): Delete.
101         (struct breakpoint_ops) <explains_signal>: New returns a boolean.
102         (bpstat_explains_signal): Likewise.
103         * infrun.c (handle_inferior_event) <random signal checks>:
104         bpstat_explains_signal now returns a boolean - adjust.  No longer
105         consider hiding signals.
106
107 2013-11-14  Pedro Alves  <palves@redhat.com>
108
109         * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
110         Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
111         (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
112         BPSTAT_SIGNAL_HIDE.
113         (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
114         instead of BPSTAT_SIGNAL_HIDE.
115         * infrun.c (handle_inferior_event): Rework random signal checks.
116
117 2013-11-14  Pedro Alves  <palves@redhat.com>
118
119         * infrun.c (struct execution_control_state): Remove
120         'random_signal' field.
121         (handle_syscall_event): Use bpstat_causes_stop instead of
122         bpstat_explains_signal.  Don't set ecs->random_signal.
123         (handle_inferior_event): New 'random_signal' local.
124         <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
125         TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
126         bpstat_explains_signal.  Don't set ecs->random_signal.
127         <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
128         ecs->random_signal.
129
130 2013-11-14  Pedro Alves  <palves@redhat.com>
131
132         * infrun.c (handle_inferior_event): Move comment from the
133         function's body to the function's description, adjusted.
134
135 2013-11-14  Pedro Alves  <palves@redhat.com>
136
137         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
138         Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
139         Assert we never fall through out of the TARGET_WAITKIND_LOADED
140         case.
141
142 2013-11-14  Tom Tromey  <tromey@redhat.com>
143
144         * python/py-linetable.c (ltpy_has_line)
145         (ltpy_get_all_source_lines): Fix loop termination condition.
146
147 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
148
149         * mi/mi-parse.h (struct mi_parse) <language>: New field.
150         * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
151         PARSE->LANGUAGE during command execution, if set.
152         * mi/mi-parse.c: Add "language.h" #include.
153         (mi_parse): Add parsing of "--language" command option.
154
155         * NEWS: Add entry mentioning the new "--language" command option.
156
157 2013-11-14  Pedro Alves  <palves@redhat.com>
158             Joel Brobecker  <brobecker@adacore.com>
159
160         * cli/cli-utils.h (extract_arg_const): Add declaration.
161         * cli/cli-utils.c (extract_arg_const): New function.
162         (extract_arg): Reimplement using extract_arg_const.
163
164 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
165
166         * language.h: Add "symtab.h" #include.
167
168 2013-11-13  Doug Evans  <xdje42@gmail.com>
169
170         * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
171         specific breakpoints, don't evaluate breakpoint condition if
172         different thread.
173
174 2013-11-13  Keith Seitz  <keiths@redhat.com>
175
176         PR c++/7935
177         PR c++/10541
178         * cp-support.c (insepct_type): Add support for substituting
179         namespace aliases, too.
180         * dwarf2read.c (scan_partial_symbols): Add a partial symbol
181         for DW_TAG_imported_declaration.
182         (add_partial_symbol): Likewise.
183         (process_die): Handle namespace aliases with
184         read_namespace_alias.
185         (die_needs_namespace): Add DW_TAG_imported_declaration.
186         (read_namespace_alias): New function.
187         (load_partial_dies): Load DW_TAG_imported_declaration, too.
188         (new_symbol_full): Handle DW_TAG_imported_declaration.
189
190 2013-11-13  Keith Seitz  <keiths@redhat.com>
191
192         * p-exp.y (uptok): Make first parameter const.
193         (yylex): Make `tokstart' and `tokptr' const.
194         Don't copy the lexer input to a temporary buffer.
195         Make `p' const.
196         Remove const workaround for parse_escape.
197         Create a temporary buffer for a convenience variable instead
198         of doing in-place modification of the input.
199         If a match is found with a different case from the input,
200         do not change the input at all.
201         Use `tmp' to construct the resultant stoken instead of
202         `tokstart'.
203
204 2013-11-13  Doug Evans  <xdje42@gmail.com>
205
206         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
207
208 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
209
210         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
211         entry with "ada-exceptions".
212
213 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
214
215         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
216         after re-initialization of OBJFILE's obstack.
217
218 2013-11-12  Doug Evans  <xdje42@gmail.com>
219
220         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
221         bs->stop != 0 on entry.  Update function comment.  Simplify early
222         exit for frame mismatch.  Reindent rest of function.
223
224 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
225
226         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
227         NULL.
228
229 2013-11-12  Doug Evans  <dje@google.com>
230
231         Work around gold/15646.
232         * dwarf2read.c (read_index_from_section): Update comment.
233         (struct dw2_symtab_iterator): New member global_seen.
234         (dw2_symtab_iter_init): Initialize it.
235         (dw2_symtab_iter_next): Skip duplicate global symbols.
236         (dw2_expand_symtabs_matching): Ditto.
237
238 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
239
240         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
241         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
242         command.
243         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
244         (mi_cmd_info_ada_exceptions): New function.
245         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
246
247 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
248
249         * ada-lang.h: #include "vec.h".
250         (struct ada_exc_info): New.
251         (ada_exc_info): New typedef.
252         (DEF_VEC_O(ada_exc_info)): New vector.
253         (ada_exceptions_list): Add declaration.
254         * ada-lang.c (ada_is_exception_sym)
255         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
256         (sort_remove_dups_ada_exceptions_list)
257         (ada_exc_search_name_matches, ada_add_standard_exceptions)
258         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
259         (ada_exceptions_list_1, ada_exceptions_list)
260         (info_exceptions_command): New function.
261         (_initialize_ada_language): Add "info exception" command.
262
263 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
264
265         PR python/15629
266         * NEWS: Add linetable feature.
267         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
268         * python/py-linetable.c: New file.
269         * python/py-symtab.c (stpy_get_linetable): New function.
270         * python/python-internal.h (symtab_to_linetable_object): Declare.
271         (gdbpy_initialize_linetable): Ditto.
272         * python/python.c (_initialize_python): Call
273         gdbpy_initialize_linetable.
274
275 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
276
277         * ada-lang.c (create_ada_exception_catchpoint): Enhance
278         the documentation of fields "except_string" and "condition".
279         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
280         CONDITION on the heap before passing it to
281         create_ada_exception_catchpoint.
282         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
283         CONDITION.
284
285 2013-11-11  Tom Tromey  <tromey@redhat.com>
286
287         * config.in, configure: Rebuild.
288         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
289
290 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
291
292         * remote-sim.c (gdbsim_detach): Break declaration into
293         shorter lines.  No code change.
294
295 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
296
297         * remote-sim.c (gdbsim_detach): Fix prototype.
298
299 2013-11-08  Doug Evans  <dje@google.com>
300
301         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
302         (create_debug_types_hash_table): Only print debugging messages for
303         each TU if dwarf2-read >= 2.
304         (process_queue): Ditto.
305         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
306         Update doc string.
307
308 2013-11-08  Tom Tromey  <tromey@redhat.com>
309
310         * configure: Rebuild.
311         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
312
313 2013-11-08  Tom Tromey  <tromey@redhat.com>
314
315         * configure, config.in: Rebuild.
316         * configure.ac: Remove unused configury.
317
318 2013-11-08  Tom Tromey  <tromey@redhat.com>
319
320         * m32c-tdep.c: Use gdb_string.h.
321
322 2013-11-08  Tom Tromey  <tromey@redhat.com>
323
324         * configure, config.in: Rebuild.
325         * configure.ac: Remove all link.h-related checks.
326
327 2013-11-08  Tom Tromey  <tromey@redhat.com>
328
329         * acinclude.m4: Include common.m4.
330         * common/common.m4: New file.
331         * configure, config.in: Rebuild.
332         * configure.ac: Use GDB_AC_COMMON.
333
334 2013-11-08  Doug Evans  <dje@google.com>
335
336         * NEWS: Mention that "set debug symtab-create" now accepts a
337         verbosity level.
338         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
339         to set the symtab's primary flag.
340         * jit.c (finalize_symtab): Ditto.
341         * mdebugread.c (psymtab_to_symtab_1): Ditto.
342         * symfile.c (allocate_symtab): Only print debugging messages for
343         symtab_create_debug levels 2 and higher.
344         * symtab.c (symtab_create_debug): Change type to unsigned int.
345         (set_symtab_primary): New function.
346         (_initialize_symtab): Change "set debug symtab-create" to a
347         zuinteger option.
348         * symtab.h (set_symtab_primary): Declare.
349         (symtab_create_debug): Update decl.
350
351 2013-11-08  Tom Tromey  <tromey@redhat.com>
352
353         * aix-thread.c (aix_thread_detach): Update.
354         * corelow.c (core_detach): Update.
355         * darwin-nat.c (darwin_detach): Update.
356         * dec-thread.c (dec_thread_detach): Update.
357         * gnu-nat.c (gnu_detach): Update.
358         * go32-nat.c (go32_detach): Update.
359         * inf-ptrace.c (inf_ptrace_detach): Update.
360         * inf-ttrace.c (inf_ttrace_detach): Update.
361         * linux-fork.c (linux_fork_detach): Update.
362         * linux-fork.h (linux_fork_detach): Update.
363         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
364         local for const-correctness.
365         * linux-thread-db.c (thread_db_detach): Update.
366         * monitor.c (monitor_detach): Update.
367         * nto-procfs.c (procfs_detach): Update.
368         * procfs.c (procfs_detach): Update.
369         * record.c (record_detach): Update.
370         * record.h (record_detach): Update.
371         * remote-m32r-sdi.c (m32r_detach): Update.
372         * remote-mips.c (mips_detach): Update.
373         * remote-sim.c (gdbsim_detach): Update.
374         * remote.c (remote_detach_1, remote_detach)
375         (extended_remote_detach): Update.
376         * sol-thread.c (sol_thread_detach): Update.
377         * target.c (target_detach): Make "args" const.
378         (init_dummy_target): Update.
379         * target.h (struct target_ops) <to_detach>: Make argument const.
380         (target_detach): Likewise.
381         * windows-nat.c (windows_detach): Update.
382
383 2013-11-07  Doug Evans  <dje@google.com>
384
385         PR 11786
386         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
387         and align fields for PT_GNU_RELRO segments.
388
389 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
390
391         PR python/15747
392         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
393
394 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
395
396         * NEWS: Document Python temporary breakpoint support.
397         * python/py-breakpoint.c (bppy_get_temporary): New function.
398         (bppy_init): New keyword: temporary. Parse it and set breakpoint
399         to temporary if True.
400
401 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
402
403         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
404         removed to allow analyzing unconditional branch instructions
405         with PC-relative offsets of zero.
406
407 2013-11-07  Yao Qi  <yao@codesourcery.com>
408
409         * mi/mi-cmd-var.c: Include "language.h".
410         (mi_cmd_var_info_expression): Get language name from
411         language_defn.
412         * varobj.c (varobj_language_string): Remove.
413         (variable_language): Remove declaration.
414         (languages): Remove.
415         (varobj_get_language): Change the type of return value.
416         (variable_language): Remove.
417         * varobj.h (enum varobj_languages): Remove.
418         (varobj_language_string): Remove declaration.
419         (varobj_get_language): Update declaration.
420
421 2013-11-07  Yao Qi  <yao@codesourcery.com>
422
423         * language.h (struct language_defn) <la_natural_name>: New
424         field.
425         * ada-lang.c (ada_language_defn): Initialize field
426         'la_natural_name'.
427         * c-lang.c (c_language_defn): Likewise.
428         (cplus_language_defn, asm_language_defn): Likewise.
429         * d-lang.c (d_language_defn): Likewise.
430         * f-lang.c (f_language_defn): Likewise.
431         * go-lang.c (go_language_defn): Likewise.
432         * jv-lang.c (java_language_defn): Likewise.
433         * language.c (unknown_language_defn ): Likewise.
434         (auto_language_defn): Likewise.
435         * m2-lang.c (m2_language_defn): Likewise.
436         * objc-lang.c (objc_language_defn): Likewise.
437         * opencl-lang.c (opencl_language_defn): Likewise.
438         * p-lang.c (pascal_language_defn): Likewise.
439
440 2013-11-07  Yao Qi  <yao@codesourcery.com>
441
442         * language.c (language_str): Return const char *.
443         (add_language): Add const to 'language_names'
444         * language.h (struct language_defn) <la_name>: Add const.
445         (language_str: Update declaration.
446
447 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
448
449         * s390-linux-nat.c (s390_read_description): Consider the TE field
450         in the HWCAP for determining 'have_regset_tdb'.
451
452 2013-11-06  Will Newton  <will.newton@linaro.org>
453
454         PR gdb/12866
455         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
456         values.  (read_partial_die): Likewise.
457
458 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
459
460         PR cli/16122
461         * top.c (command_line_input): Unify interactivity tests to use
462         input_from_terminal_p.
463         * event-top.c (command_line_handler): Likewise.
464
465 2013-11-06  Yao Qi  <yao@codesourcery.com>
466
467         * Makefile.in (check-perf): New target.
468
469 2013-11-05  Will Newton  <will.newton@linaro.org>
470
471         PR gdb/7670
472         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
473         (arm_print_float_info): Likewise.
474
475 2013-11-04  Anton Blanchard  <anton@samba.org>
476
477         * target.c (memory_xfer_partial): Cap write to 4KB.
478
479 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
480
481         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
482         probe scan even when the arch provides no get_longjmp_target.
483
484 2013-10-31  Pedro Alves  <palves@redhat.com>
485
486         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
487         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
488         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
489         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
490         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
491         <bpstat handling>: If the bpstat chain wants the signal to be
492         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
493         GDB_SIGNAL_TRAP.
494
495 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
496
497         * breakpoint.c (update_watchpoint): Update error message and add
498         an additional error message.
499
500 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
501
502         * s390-tdep.h: Rename to...
503         * s390-linux-tdep.h: ...here.
504         * s390-tdep.c: Rename to...
505         * s390-linux-tdep.c: ...here.  Adjust #include.
506         * s390-nat.c: Rename to...
507         * s390-linux-nat.c: ...here.  Adjust #include.
508         * config/s390/s390.mh: Rename to...
509         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
510         s390-linux-nat.o.
511         * configure.host: Reflect host rename "s390" -> "linux".
512         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
513         * Makefile.in (ALL_TARGET_OBS): Likewise.
514         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
515         s390-linux-tdep.h.
516         (ALLDEPFILES): Reflect rename of .c files.
517
518 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
519
520         * s390-nat.c: Whitespace cleanup.
521         * s390-tdep.c: Likewise.
522         * s390-tdep.h: Remove empty line at end of file.
523
524 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
525
526         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
527         siginfo_size.
528
529 2013-10-29  Tom Tromey  <tromey@redhat.com>
530
531         * utils.c (reg): Move undefinition...
532         * gdb_curses.h: ... here.  Update comment to mention AIX.
533
534 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
535
536         * exec.h (add_target_sections_of_objfile): New declaration.
537         * exec.c (add_target_sections_of_objfile): New function.
538         * symfile.c (add_symbol_file_command): Update current target sections.
539         (remove_symbol_file_command): New command.
540         (symfile_free_objfile): New function.
541         (_initialize_symfile): Register observer for free_objfile events.
542         * NEWS: Add description of the remove-symbol-file command.
543         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
544         * objfiles.c (free_objfile): Notify free_objfile.
545         (is_addr_in_objfile): New function.
546         * objfiles.h (is_addr_in_objfile): New declaration.
547         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
548         events instead of solib_unloaded events.
549         (_initialize_printcmd): Register observer for free_objfile instead
550         of solib_unloaded notifications.
551         * solib.c (remove_user_added_objfile): New function.
552         (_initialize_symfile): Add remove-symbol-file.
553
554 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
555
556         * infcmd.c (default_print_one_register_info): Use val_print to
557         print all values even optimized out or unavailable ones.  Don't
558         try to print a raw form of optimized out or unavailable values.
559
560 2013-10-29  Yao Qi  <yao@codesourcery.com>
561
562         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
563         parameter 'arg' instead of from program_space_data.
564         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
565         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
566         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
567         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
568         * inflow.c (inflow_inferior_data_cleanup): Get data from
569         parameter 'arg' instead of inferior_data.
570         * registry.h: Add comments.
571
572 2013-10-28  Pedro Alves  <palves@redhat.com>
573
574         * breakpoint.c (watchpoints_triggered)
575         <!target_stopped_data_address>: Hardcode return 1.
576
577 2013-10-28  Pedro Alves  <palves@redhat.com>
578
579         * infrun.c (process_event_stop_test): Remove unnecessary scoping
580         level and reindent.
581
582 2013-10-28  Pedro Alves  <palves@redhat.com>
583
584         * infrun.c (process_event_stop_test): New function, factored out
585         from handle_inferior_event.
586         (handle_inferior_event): 'process_event_stop_test' is now a
587         function instead of a goto label -- adjust.
588
589 2013-10-28  Pedro Alves  <palves@redhat.com>
590
591         * infrun.c (handle_inferior_event): Move process_event_stop_test
592         goto label to the else branch of the ecs->random_signal check,
593         along with FRAME and GDBARCH re-fetching.
594
595 2013-10-28  Pedro Alves  <palves@redhat.com>
596
597         * infrun.c (switch_back_to_stepped_thread): New function, factored
598         out from handle_inferior_event.
599         (handle_inferior_event): Adjust to call
600         switch_back_to_stepped_thread.  Call it also at the tail of the
601         random signal handling, and return, instead of also handling
602         random signals just before the stepping tests.
603
604 2013-10-28  Pedro Alves  <palves@redhat.com>
605
606         * infrun.c (clear_stop_func): Delete.
607         (handle_inferior_event): Don't call clear_stop_func and don't
608         clear 'ecs->random_signal'.
609
610 2013-10-27  Yao Qi  <yao@codesourcery.com>
611
612         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
613         (varobj_create, varobj_get_path_expr): Update.
614         (varobj_value_has_mutated, varobj_update): Likewise.
615         (create_child_with_value, new_root_variable): Likewise.
616         (number_of_children, name_of_variable): Likewise.
617         (value_of_child, my_value_of_variable): Likewise.
618         (varobj_value_is_changeable_p): Likewise.
619
620 2013-10-25  Yao Qi  <yao@codesourcery.com>
621
622         * language.h (struct lang_varobj_ops): Declare.
623         (struct language_defn) <la_varobj_ops>: New field.
624         * ada-lang.c: Include "varobj.h"
625         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
626         ada_varobj_ops.
627         * c-lang.c: Include "varobj.h"
628         (c_language_defn): Initialize field 'la_varobj_ops' with
629         c_varobj_ops.
630         (cplus_language_defn): Initialize field 'la_varobj_ops' with
631         cplus_varobj_ops.
632         (asm_language_defn): Initialize field 'la_varobj_ops' with
633         default_varobj_ops.
634         (minimal_language_defn): Likewise.
635         * d-lang.c (d_language_defn): Likewise.
636         * f-lang.c (f_language_defn): Likewise.
637         * go-lang.c (go_language_defn): Likewise.
638         * m2-lang.c (m2_language_defn): Likewise.
639         * objc-lang.c (objc_language_defn): Likewise.
640         * opencl-lang.c (opencl_language_defn): Likewise.
641         * p-lang.c (pascal_language_defn): Likewise.
642         * language.c (unknown_language_defn): Likewise.
643         (auto_language_defn): Likewise.
644         (local_language_defn): Likewise.
645         * jv-lang.c (java_language_defn): Initialize field
646         'la_varobj_ops' with java_varobj_ops.
647         * varobj.c (varobj_create): Update.
648         * varobj.h (default_varobj_ops): Define macro.
649
650 2013-10-25  Pedro Alves  <palves@redhat.com>
651
652         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
653         static field value.
654         (cp_print_static_field): If the value is entirely optimized out,
655         print <optimized out> here.
656         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
657         static field value.
658         * p-valprint.c (pascal_object_print_static_field): If the value is
659         entirely optimized out, print <optimized out> here.
660         * valops.c (do_search_struct_field)
661         (value_struct_elt_for_reference): No longer handle a NULL static
662         field value.
663         * value.c (value_static_field): Return an optimized out value
664         instead of NULL.
665
666 2013-10-25  Yao Qi  <yao@codesourcery.com>
667
668         * remote.c (remote_traceframe_info): Return early if
669         traceframe is not selected.
670
671 2013-10-25  Yao Qi  <yao@codesourcery.com>
672
673         * tracepoint.c (traceframe_fun): Remove.
674         (traceframe_sal): Remove.
675         (set_traceframe_context): Add local variables.
676
677 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
678
679         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
680         and parameter name.
681
682 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
683
684         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
685         failure from register information collection.
686
687 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
688
689         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
690         member.
691         (linux_corefile_thread_callback): Update accordingly.
692         (linux_make_corefile_notes): Likewise.
693
694 2013-10-24  Pedro Alves   <palves@redhat.com>
695
696         * NEWS (New options): Mention set/show startup-with-shell.
697         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
698         instead of 3.
699         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
700         startup-with-shell'.
701         (show_startup_with_shell): New function.
702         (_initialize_fork_child): Register the set/show startup-with-shell
703         commands.
704         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
705         * inf-ttrace.c (inf_ttrace_him): Remove comment.
706         * procfs.c (procfs_init_inferior): Remove comment.
707         * infcmd.c (startup_with_shell): New global.
708         * inferior.h (startup_with_shell): Declare global.
709         (STARTUP_WITH_SHELL): Delete.
710         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
711
712 2013-10-23  Pedro Alves  <palves@redhat.com>
713
714         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
715         * common/signals.c: Include "gdb_assert.h".
716         (signals): New field 'symbol'.
717         (SET): Use the 'symbol' parameter.
718         (gdb_signal_to_symbol_string): New function.
719         * infrun.c (handle_inferior_event) <random signal>: In debug
720         output, print the random signal enum as string in addition to its
721         number.
722         * target/waitstatus.c (target_waitstatus_to_string): Print the
723         signal's enum value as string instead of the (POSIX) signal name.
724
725 2013-10-23  Gary Benson  <gbenson@redhat.com>
726
727         PR 16013
728         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
729         from 32 to 18.  Adjusted fscanf format string accordingly.
730         (Avoids leaving cmd unterminated.)
731         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
732         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
733         that local_address and remote_address will not overflow.
734         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
735         leaving dependencies unterminated.  Parse size as "%u" to match
736         definition.
737
738 2013-10-22  Pedro Alves  <palves@redhat.com>
739
740         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
741         set ecs->random signal.
742
743 2013-10-22  Pedro Alves  <palves@redhat.com>
744
745         * infrun.c (keep_going): Update comments.
746
747 2013-10-22  Pedro Alves  <palves@redhat.com>
748
749         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
750         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
751
752 2013-10-22  Pedro Alves  <palves@redhat.com>
753
754         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
755         GDB_EXC_BAD_ACCESS.
756         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
757         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
758         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
759         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
760         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
761         (GDB_SIGNAL_LAST): Change description string.
762         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
763         Adjust to signal renaming.
764         * darwin-nat.c (darwin_decode_message): Likewise.
765
766 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
767
768         * MAINTAINERS (Write After Approval): Add myself to the list.
769
770 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
771
772         * breakpoint.c (update_watchpoint): If hardware watchpoints are
773         forced off, downgrade them to software watchpoints if possible,
774         and error out if not possible.
775         (watch_command_1): Move watchpoint type selection closer to
776         watchpoint creation, and extend the comments.
777
778 2013-10-18  Pedro Alves  <palves@redhat.com>
779
780         PR gdb/16062
781         * infrun.c (handle_inferior_event): Keep going if we got a random
782         signal we should not stop for, instead of falling through to the
783         step tests.
784
785 2013-10-18  Yao Qi  <yao@codesourcery.com>
786
787         * c-varobj.c (cplus_number_of_children): Fix indentation.
788
789 2013-10-17  Tom Tromey  <tromey@redhat.com>
790
791         PR gdb/15995:
792         * printcmd.c (printcmd): Call gdb_flush.
793
794 2013-10-17  Tom Tromey  <tromey@redhat.com>
795
796         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
797         (elf_locate_sections): Update.
798
799 2013-10-17  Yao Qi  <yao@codesourcery.com>
800
801         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
802         * ada-varobj.c: Remove the include of ada-varobj.h.
803         (ada_varobj_get_number_of_children): Declare.
804         (ada_varobj_get_name_of_child): Make it static.
805         (ada_varobj_get_path_expr_of_child): Likewise.
806         (ada_varobj_get_value_of_child): Likewise.
807         (ada_varobj_get_type_of_child): Likewise.
808         (ada_varobj_get_value_of_array_variable): Likewise.
809         * ada-varobj.h: Remove.
810
811 2013-10-17  Yao Qi  <yao@codesourcery.com>
812
813         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
814         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
815         * ada-varobj.c: Include "varobj.h".
816         (ada_number_of_children): New.  Moved from varobj.c.
817         (ada_name_of_variable, ada_name_of_child): Likewise.
818         (ada_path_expr_of_child, ada_value_of_child): Likewise.
819         (ada_type_of_child, ada_value_of_variable): Likewise.
820         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
821         (ada_varobj_ops): New.
822         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
823         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
824         * gdbtypes.h (get_target_type): Declare.
825         * varobj.c: Remove the inclusion of "ada-varobj.h" and
826         "ada-lang.h".
827         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
828         (ANONYMOUS_UNION_NAME): Likewise.
829         (get_type, get_value_type, get_target_type): Remove declarations.
830         (value_get_print_value, varobj_value_get_print_value): Likewise.
831         (c_number_of_children, c_name_of_variable): Likewise.
832         (c_name_of_child, c_path_expr_of_child): Likewise.
833         (c_value_of_child, c_type_of_child): Likewise.
834         (c_value_of_variable, cplus_number_of_children): Likewise.
835         (cplus_class_num_children, cplus_name_of_variable): Likewise.
836         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
837         (cplus_value_of_child, cplus_type_of_child): Likewise.
838         (cplus_value_of_variable, java_number_of_children): Likewise.
839         (java_name_of_variable, java_name_of_child): Likewise.
840         (java_path_expr_of_child, java_value_of_child): Likewise.
841         (java_type_of_child, java_value_of_variable): Likewise.
842         (ada_number_of_children, ada_name_of_variable): Likewise.
843         (ada_name_of_child, ada_path_expr_of_child): Likewise.
844         (ada_value_of_child, ada_type_of_child): Likewise.
845         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
846         (ada_value_has_mutated): Likewise.
847         (struct language_specific): Move it to varobj.h.
848         (CPLUS_FAKE_CHILD): Move it to varobj.h.
849         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
850         Callers update.
851         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
852         Make it extern.
853         (is_anonymous_child): Move it to c-varobj.c and rename to
854         varobj_is_anonymous_child.  Caller update.
855         (get_type): Move it to c-varobj.c.
856         (get_value_type): Rename it varobj_get_value_type.  Make it
857         extern.
858         (get_target_type): Move it gdbtypes.c.
859         (varobj_formatted_print_options): New function.
860         (value_get_print_value): Rename it to
861         varobj_value_get_print_value and make it extern.
862         (varobj_value_is_changeable_p): Make it extern.
863         (adjust_value_for_child_access): Move it to c-varobj.c.
864         (default_value_is_changeable_p): Rename it to
865         varobj_default_value_is_changeable_p.  Make it extern.
866         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
867         (c_name_of_child, c_path_expr_of_child): Likewise.
868         (c_value_of_child, c_type_of_child): Likewise.
869         (c_value_of_variable, cplus_number_of_children): Likewise.
870         (cplus_class_num_children, cplus_name_of_variable): Likewise.
871         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
872         (cplus_value_of_child, cplus_type_of_child): Likewise.
873         (cplus_value_of_variable): Likewise.
874         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
875         (java_name_of_child, java_path_expr_of_child): Likewise.
876         (java_value_of_child, java_type_of_child): Likewise.
877         (java_value_of_variable): Likewise.
878         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
879         (ada_name_of_child, ada_path_expr_of_child): Likewise.
880         (ada_value_of_child, ada_type_of_child): Likewise.
881         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
882         (ada_value_has_mutated): Likewise.
883         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
884         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
885         (c_varobj_ops, cplus_varobj_ops): Declare.
886         (java_varobj_ops, ada_varobj_ops): Declare.
887         (varobj_default_value_is_changeable_p): Declare.
888         (varobj_value_is_changeable_p): Declare.
889         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
890         (varobj_get_path_expr_parent): Declare.
891         (varobj_value_get_print_value): Declare.
892         (varobj_formatted_print_options): Declare.
893         (varobj_restrict_range): Declare.
894
895 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
896
897         * target/waitstatus.h (target_waitkind): Remove spurious
898         character from the comments.
899
900 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
901
902         * gdbarch.sh (get_longjmp_target): Add method documentation.
903         * gdbarch.h: Regenerate.
904
905 2013-10-16  Tom Tromey  <tromey@redhat.com>
906
907         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
908         label.
909
910 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
911
912         * gcore.in: Call GDB using the full path to the gcore script.
913         Error out if the GDB binary is not found.
914
915 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
916
917         PR gdb/16014
918         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
919         sizeof.
920
921 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
922
923         PR gdb/16042
924         * target.c (target_disable_btrace): Fix invalid return value for
925         void function.
926         (target_teardown_btrace): Likewise.
927
928 2013-10-14  Yao Qi  <yao@codesourcery.com>
929
930         * varobj.c (struct varobj): Move most of the fields to
931         varobj.h.
932         (struct varobj_dynamic): New struct.
933         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
934         (varobj_has_more): Likewise.
935         (dynamic_varobj_has_child_method): Likewise.
936         (update_dynamic_varobj_children): Likewise.
937         (varobj_get_num_children): Likewise.
938         (varobj_list_children, varobj_pretty_printed_p): Likewise.
939         (install_new_value_visualizer): Likewise.
940         (install_new_value_visualizer, install_new_value): Likewise.
941         (varobj_update, new_variable, free_variable): Likewise.
942         (my_value_of_variable, value_get_print_value): Likewise.
943         (install_visualizer): Change the type of parameter 'var' to
944         'struct varobjd_dynamic *'.  Callers update.
945         * varobj.h (struct varobj): Moved from varobj.c.
946         (struct varobj) <dynamic>: New field.
947
948 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
949
950         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
951         as the preferred name of r30.
952         * nios2-linux-tdep.c (reg_offsets): Likewise.
953         * features/nios2-cpu.xml: Likewise.
954         * features/nios2-linux.c: Regenerated.
955         * features/nios2.c: Regenerated.
956         * regformats/nios2-linux.dat: Regenerated.
957
958 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
959
960         Canonicalize directories for EXEC_FILENAME.
961         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
962         exec_filename.
963         * utils.c (gdb_realpath_keepfile): New function.
964         * utils.h (gdb_realpath_keepfile): New declaration.
965
966 2013-10-11  Doug Evans  <dje@google.com>
967
968         * Makefile.in (GDBFLAGS): New variable.
969         (run): New rule.
970
971 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
972
973         * NEWS: Add entry documenting the new "-catch-assert" and
974         "-catch-exception" GDB/MI commands.
975
976 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
977
978         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
979         "enabled".
980         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
981         "enabled".  Set B->ENABLE_STATE accordingly.
982         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
983         ada-lang.c.
984         (create_ada_exception_catchpoint): Add declaration.
985         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
986         (create_ada_exception_catchpoint): Make non-static. Add new
987         parameter "disabled". Use it in call to
988         init_ada_exception_breakpoint.
989         (catch_ada_exception_command): Add parameter "enabled" in call
990         to create_ada_exception_catchpoint.
991         (catch_assert_command): Likewise.
992
993         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
994         Add declarations.
995         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
996         "catch-exception" commands.
997         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
998         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
999
1000 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1001
1002         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1003         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
1004         of all its enumerates with "ada_".  Update the rest of this
1005         file throughout.
1006
1007 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1008
1009         * ada-lang.c (ada_decode_exception_location): Delete.
1010         (create_ada_exception_catchpoint): Remove arguments "sal",
1011         "addr_string" and "ops".  Add argument "ex_kind" instead.
1012         Adjust implementation accordingly, calling ada_exception_sal
1013         to get the entities it no longer gets passed as arguments.
1014         Document the function's arguments.
1015         (catch_ada_exception_command): Use catch_ada_exception_command_split
1016         instead of ada_decode_exception_location, and update call to
1017         create_ada_exception_catchpoint.
1018         (catch_ada_assert_command_split): Renames
1019         ada_decode_assert_location.  Remove parameters "addr_string" and
1020         "ops", and now returns void.  Adjust implementation accordingly.
1021         Update the function documentation.
1022         (catch_assert_command): Use catch_ada_assert_command_split
1023         instead of ada_decode_assert_location.  Update call to
1024         create_ada_exception_catchpoint.
1025
1026 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1027
1028         * utils.h (perror_warning_with_name): Add declaration.
1029         * utils.c (perror_warning_with_name): New function.
1030         * cli/cli-cmds.c (source_script_with_search): Add call to
1031         perror_warning_with_name if from_tty is nul.
1032
1033 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1034
1035         * utils.c (perror_string): New function, extracted out of
1036         throw_perror_with_name.
1037         (throw_perror_with_name): Rework to use perror_string.
1038
1039 2013-10-11  Yao Qi  <yao@codesourcery.com>
1040
1041         * remote.c (discard_pending_stop_replies_in_queue): Update
1042         declaration.
1043         (struct stop_reply) <rs>: New field.
1044         (remove_stop_reply_of_remote_state): New function.
1045         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1046         Callers update.  Pass remove_stop_reply_of_remote_state to
1047         QUEUE_iterate.
1048         (remote_parse_stop_reply): Initialize field 'rs'.
1049
1050 2013-10-10  Will Newton  <will.newton@linaro.org>
1051
1052         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1053         linux_init_abi.
1054
1055 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1056
1057         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1058         serial_baud_show_cmd.
1059         (_initialize_cli_cmds): Delete the code creating the
1060         "set/show remotebaud" commands.
1061         * serial.c (baud_rate): Move here from top.c.
1062         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1063         (_initialize_serial): Create "set/show serial baud" commands.
1064         Add "set/show remotebaud" command aliases.
1065         * top.c (baud_rate): Moved to serial.c.
1066         * NEWS: Document the new "set/show serial baud" commands,
1067         replacing "set/show remotebaud".
1068
1069 2013-10-09  Pedro Alves  <palves@redhat.com>
1070
1071         * breakpoint.c (insert_bp_location): Use memory_error_message to
1072         build the memory error string.
1073         * c-lang.c: Include "gdbcore.h".
1074         (c_get_string): Use memory_error to throw error.
1075         (target_xfer_memory_error): Delete.
1076         (memory_error_message): New, factored out from
1077         target_xfer_memory_error.
1078         (memory_error): Change parameter type to target_xfer_error.
1079         Rewrite.
1080         (read_memory): Use memory_error instead of
1081         target_xfer_memory_error.
1082         * gdbcore.h: Include "target.h".
1083         (memory_error): Change parameter type to target_xfer_error.
1084         (memory_error_message): Declare function.
1085         * target.c (target_read_memory, target_read_stack)
1086         (target_write_memory, target_write_raw_memory): Return
1087         TARGET_XFER_E_IO on error.  Adjust comments.
1088         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1089         instead of EIO.
1090         * target.h (target_read, target_insert_breakpoint)
1091         (target_remove_breakpoint): Adjust comments.
1092         * valprint.c (partial_memory_read): Rename parameter, and adjust
1093         comment.
1094         (val_print_string): Use memory_error_message to build the memory
1095         error string.
1096
1097 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1098
1099         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1100         result variable.  Rename variable fopen_e_ever_failed to
1101         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
1102
1103 2013-10-09  Pedro Alves  <palves@redhat.com>
1104
1105         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1106         (monitor_write_memory_longlongs, monitor_write_memory_block):
1107         Constify 'myaddr' parameter.
1108         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1109         helper.
1110         (monitor_xfer_partial): New function.
1111         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1112         hook.  Install a to_xfer_partial hook.
1113
1114 2013-10-09  Tom Tromey  <tromey@redhat.com>
1115
1116         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1117         bfd_get_alt_debug_link_info.
1118
1119 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1120
1121         New flag OBJF_NOT_FILENAME.
1122         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1123         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1124         allocate_objfile.
1125         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1126         symbol_file_add_from_bfd.
1127         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1128         allocate_objfile.
1129         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1130         NULL.
1131         * objfiles.h (OBJF_NOT_FILENAME): New.
1132
1133 2013-10-08  Tom Tromey  <tromey@redhat.com>
1134
1135         * Makefile.in (SFILES): Add build-id.c.
1136         (HFILES_NO_SRCDIR): Add build-id.h.
1137         * build-id.c: New file, largely from elfread.c.  Modified
1138         most functions.
1139         * build-id.h: New file.
1140         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1141         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
1142         Search for dwz file using build-id.
1143         * elfread.c (build_id_bfd_get, build_id_verify)
1144         (build_id_to_debug_filename, find_separate_debug_file): Remove.
1145
1146 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1147
1148         * ada-lang.c (compare_names_with_case): Renamed from
1149         compare_names, adding a new parameter "casing" and its handling.
1150         New function documentation.
1151         (compare_names): New function, implemented using
1152         compare_names_with_case.
1153
1154 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1155
1156         * ada-lang.c (ada_exception_sal): Remove advance declaration.
1157
1158 2013-10-07  Tom Tromey  <tromey@redhat.com>
1159
1160         * objfiles.c (free_objfile_per_bfd_storage): Delete the
1161         demangled_names_hash.
1162         (free_objfile): Don't delete the demangled_names_hash.
1163         * objfiles.h (struct objfile_per_bfd_storage)
1164         <demangled_names_hash>: New field.
1165         (struct objfile) <demangled_names_hash>: Move to
1166         objfile_per_bfd_storage.
1167         * symfile.c (reread_symbols): Don't delete the
1168         demangled_names_hash.
1169         * symtab.c (create_demangled_names_hash): Update.
1170         (symbol_set_names): Update.
1171
1172 2013-10-07  Tom Tromey  <tromey@redhat.com>
1173
1174         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1175         needs_relocations>: New fields.
1176         (gdb_bfd_requires_relocations): New function.
1177         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1178         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1179         the BFD needs relocations applied.
1180
1181 2013-10-07  Pedro Alves  <palves@redhat.com>
1182
1183         PR breakpoints/11568
1184         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1185         the thread list" instead of "gone".
1186
1187 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1188
1189         * NEWS: Mention new convenience variable $_exitsignal.
1190         * corelow.c (core_open): Reset exit convenience variables.  Set
1191         $_exitsignal to the uncaught signal which generated the corefile.
1192         * infrun.c (handle_inferior_event): Reset exit convenience
1193         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1194         (clear_exit_convenience_vars): New function.
1195         * inferior.h (clear_exit_convenience_vars): New prototype.
1196
1197 2013-10-06  Yao Qi  <yao@codesourcery.com>
1198
1199         * varobj.h: Add comments to enum varobj_languages.
1200
1201 2013-10-04  Doug Evans  <dje@google.com>
1202
1203         Add support for DWP file format version 2.
1204         * NEWS: Mention support for DWP file format version 2.
1205         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1206         union of asection, containing_section.  New fields virtual_offset
1207         and is_virtual.  Change type of readin filed from int to char.
1208         (dwo_sections, dwo_file): Tweak comments.
1209         (dwp_v2_section_ids): New enum.
1210         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1211         str_offsets, types.
1212         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1213         All uses updated.
1214         (virtual_v2_dwo_sections): New struct.
1215         (dwp_hash_table): New fields version, nr_columns.  Change type of
1216         section_pool field to a union.
1217         (dwp_file): New field version.
1218         (dwarf2_has_info): Check for virtual sections.
1219         (get_containing_section): New function.
1220         (get_section_bfd_owner, get_section_bfd_section): Call it.
1221         (dwarf2_locate_sections): Update.
1222         (dwarf2_section_empty_p): Update.
1223         (dwarf2_read_section): Handle virtual sections.
1224         (locate_dwz_sections): Update.
1225         (create_dwp_hash_table): Document and handle V2 format.
1226         (locate_v1_virtual_dwo_sections): Renamed from
1227         locate_virtual_dwo_sections and update.  All callers updated.
1228         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1229         Delete arg htab.  Rename arg section_index to unit_index.
1230         All callers updated.
1231         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1232         All uses updated.
1233         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1234         (lookup_dwo_unit_in_dwp): Add V2 support.
1235         (dwarf2_locate_dwo_sections): Update.
1236         (dwarf2_locate_common_dwp_sections): Renamed from
1237         dwarf2_locate_dwp_sections and update.  All callers updated.
1238         (dwarf2_locate_v2_dwp_sections): New function.
1239         (open_and_init_dwp_file): Add V2 support.
1240         (read_str_index): New locals str_section, str_offsets_section.
1241
1242 2013-10-04  Pedro Alves  <palves@redhat.com>
1243
1244         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1245         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1246         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1247         describing comments with references to ptid.h.
1248         * common/ptid.h: Remove intro description of constructors,
1249         accessors and predicates.
1250         (struct ptid): Reformat.
1251         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1252         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1253         describing comments.
1254
1255 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1256
1257         * aix-thread.c (sync_threadlists): Add missing ')' in call
1258         to ptid_build.
1259
1260 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1261
1262         * procfs.c (procfs_init_inferior): Fix typo causing the build
1263         to fail.
1264
1265 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1266
1267         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1268
1269 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1270
1271         * mi/mi-main.c (run_one_inferior): Add function description.
1272         Make ARG a pointer to an integer whose value determines whether
1273         we should "run" or "start" the program.
1274         (mi_cmd_exec_run): Add handling of the "--start" option.
1275         Reject all other command-line options.
1276         * NEWS: Add entry for "-exec-run"'s new "--start" option.
1277
1278 2013-10-04  Yao Qi  <yao@codesourcery.com>
1279
1280         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1281         (struct notif_client) <pending_event>: Moved
1282         to struct remote_notif_state.
1283         <id>: New field.
1284         (struct remote_notif_state) <pending_event>: New field.
1285         (notif_event_xfree): Declare.
1286         * remote-notif.c (handle_notification): Adjust.
1287         (notif_event_xfree): New function.
1288         (do_notif_event_xfree): Call notif_event_xfree.
1289         (remote_notif_state_xfree): Call notif_event_xfree to free
1290         each element in field pending_event.
1291         * remote.c (discard_pending_stop_replies): Remove declaration.
1292         (discard_pending_stop_replies_in_queue): Declare.
1293         (remote_close): Call discard_pending_stop_replies_in_queue
1294         instead of discard_pending_stop_replies.
1295         (remote_start_remote): Adjust.
1296         (stop_reply_xfree): Call notif_event_xfree.
1297         (notif_client_stop): Adjust initialization.
1298         (remote_notif_remove_all): Rename it to ...
1299         (remove_stop_reply_for_inferior): ... this.  Update comments.
1300         Don't check INF is NULL.
1301         (discard_pending_stop_replies): Return early if notif_state is
1302         NULL.  Adjust.  Don't check INF is NULL.
1303         (remote_notif_get_pending_events): Adjust.
1304         (discard_pending_stop_replies_in_queue): New function.
1305         (remote_wait_ns): Likewise.
1306
1307 2013-10-04  Yao Qi  <yao@codesourcery.com>
1308
1309         * remote-notif.c (DECLARE_QUEUE_P): Remove.
1310         (notif_queue): Remove.
1311         (remote_notif_process): Add one parameter 'notif_queue'.
1312         Update comments.  Callers update.
1313         (remote_async_get_pending_events_token): Remove.
1314         (remote_notif_register_async_event_handler): Remove.
1315         (remote_notif_unregister_async_event_handler): Remove.
1316         (handle_notification): Add parameter 'notif_queue'.  Update
1317         comments.  Callers update.
1318         (notif_xfree): Remove.
1319         (remote_notif_state_allocate): New function.
1320         (remote_notif_state_xfree): New function.
1321         (_initialize_notif): Remove code to allocate queue.
1322         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1323         (struct remote_notif_state): New.
1324         (handle_notification): Update declaration.
1325         (remote_notif_process): Likewise.
1326         (remote_notif_register_async_event_handler): Remove.
1327         (remote_notif_unregister_async_event_handler): Remove.
1328         (remote_notif_state_allocate): Declare.
1329         (remote_notif_state_xfree): Declare.
1330         * remote.c (struct remote_state) <notif_state>: New field.
1331         (remote_close): Don't call
1332         remote_notif_unregister_async_event_handler.  Call
1333         remote_notif_state_xfree.
1334         (remote_open_1): Don't call
1335         remote_notif_register_async_event_handler.  Call
1336         remote_notif_state_allocate.
1337
1338 2013-10-04  Yao Qi  <yao@codesourcery.com>
1339
1340         * varobj.c (create_child_with_value): Remove 'const' from the
1341         type of parameter 'name'.
1342         (varobj_add_child): Likewise.
1343         (install_dynamic_child): Remove 'const' from the type of
1344         parameter 'name'.
1345         (varobj_add_child): Likewise.
1346         (create_child_with_value): Likewise.  Update comments.  Don't
1347         duplicate 'name'.
1348         (update_dynamic_varobj_children): Duplicate 'name'
1349         and pass it to install_dynamic_child.
1350
1351 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
1352
1353         * python/py-value.c (convert_value_from_python): Move PyInt_Check
1354         conversion logic to occur after PyLong_Check.  Comment on order
1355         change significance.
1356         * python/py-arch.c (archpy_disassemble): Comment on order of
1357         conversion for integers and longs.
1358
1359 2013-10-03  Pedro Alves  <palves@redhat.com>
1360
1361         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1362         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1363         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
1364         PTRACE_O_TRACEFORK is not supported.
1365         (linux_test_for_tracesysgood): New function.
1366         (linux_test_for_tracefork): New function, factored out from
1367         linux_check_ptrace_features, and also don't kill child_pid here.
1368
1369 2013-10-03  Tristan Gingold  <gingold@adacore.com>
1370
1371         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1372         Remove verbose error reporting.  Use detected state to
1373         thread_set_state call.
1374         (i386_darwin_dr_get): Fix return type.  Remove verbose error
1375         report.
1376         Remove trailing spaces.
1377
1378 2013-10-02  Pedro Alves  <palves@redhat.com>
1379
1380         * cp-valprint.c (cp_print_value_fields): Adjust calls to
1381         val_print_optimized_out.
1382         * jv-valprint.c (java_print_value_fields): Likewise.
1383         * p-valprint.c (pascal_object_print_value_fields): Likewise.
1384         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1385         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1386         new optimized out value.
1387         * findvar.c (address_from_register): Likewise.
1388         * frame.c (put_frame_register): Tweak error string to say the
1389         register was not saved, rather than optimized out.
1390         * infcmd.c (default_print_one_register_info): Adjust call to
1391         val_print_optimized_out.  Use value_of_register instead of
1392         get_frame_register_value.
1393         * mi/mi-main.c (output_register): Use value_of_register instead of
1394         get_frame_register_value.
1395         * valprint.c (valprint_check_validity): Likewise.
1396         (val_print_optimized_out): New value parameter.  If the value is
1397         lval_register, print <not saved> instead.
1398         (value_check_printable, val_print_scalar_formatted): Adjust calls
1399         to val_print_optimized_out.
1400         * valprint.h (val_print_optimized_out): New value parameter.
1401         * value.c (struct value) <optimized_out>: Extend comment.
1402         (error_value_optimized_out): New function.
1403         (require_not_optimized_out): Use it.  Use a different string for
1404         lval_register values.
1405         * value.h (error_value_optimized_out): New declaration.
1406         * NEWS: Mention <not saved>.
1407
1408 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1409
1410         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1411         strcmp to compare two symtab filenames.
1412
1413 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1414
1415         * symtab.c (search_symbols_equal): Delete.
1416         (sort_search_symbols_remove_dups): Replace call to
1417         search_symbols_equal by call to compare_search_syms,
1418         adjusting as necessary.
1419
1420 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1421
1422         PR python/15579
1423         * python/python.c: Document gdb.execute command in Python help.
1424
1425 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1426
1427         * python/py-frame.c (frame_info_to_frame_object): Use
1428         gdbpy_convert_exception. Clean up Python object on failure.
1429
1430 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1431
1432         * python/lib/gdb/command/frame_filters.py
1433         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1434         (ShowFrameFilterPriority.invoke): Ditto.
1435
1436 2013-10-01  Keith Seitz  <keiths@redhat.com>
1437
1438         * linespec.c (struct ls_parser): Make 'saved_arg' const.
1439         (parse_linespec): Make 'argptr' const.
1440         Remove temporary cast of 'argptr' to const char **.
1441         (decode_line_full): Pass const pointer to parse_linespec.
1442         (decode_line_1): Likewise.
1443         (decode_objc): Make local variable 'new_argptr' const.
1444         (find_function_symbols): Remove temporary cast to char *
1445         to find_imps.
1446         * objc-lang.c (find_imps): Make argument 'method' const.
1447         Return const.
1448         * objc-lang.h (find_imps): Likewise.
1449
1450 2013-10-01  Keith Seitz  <keiths@redhat.com>
1451
1452         * completer.c (skip_quoted_chars): Make all arguments const.
1453         Return const.
1454         (skip_quoted): Likewise.
1455         * completer.h (skip_quoted_chars): Likewise.
1456         (skip_quoted): Likewise.
1457         * defs.h (skip_quoted): Remove duplicate declaration.
1458         * jv-exp.y: Include completer.h.
1459         (yylex): Remove unneccessary cast to char * fro skip_quoted.
1460         * p-exp.y: Include completer.h.
1461
1462 2013-10-01  Keith Seitz  <keiths@redhat.com>
1463
1464         * c-exp.y (parse_number): Make first argument const.
1465         Make a copy of the input to manipulate.
1466         (c_parse_escape): Make first argument const.
1467         Make local variable 'tokptr' const.
1468         (parse_string_or_char): Make first two arguments const.
1469         (macro_original_text): Make const.
1470         (lex_one_token): Make local variable 'tokstart' const.
1471         Likewise for local variables named 'p'.
1472         Cast away const for struct stoken (temporary).
1473         * c-lang.h (c_parse_escpae): Make first argument const.
1474         * cli/cli-cmds.c (echo_command): Make local variable 'p'
1475         const.
1476         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1477         var_string case.
1478         * f-exp.y (parse_number): Make first argument const.
1479         (match_string_literal): Make local variable 'tokstart'
1480         const.
1481         (yylex): Make local variable 'p' const.
1482         Cast away const for struct stoken (temporary).
1483         * go-exp.y (parse_number): Make first argument const.
1484         (parse_string_or_char): Likewise.
1485         Make local variable 'tokstart' const.
1486         (lex_one_token): Likewise for numerous locals called 'p'.
1487         Cast away const for struct stoken (temporary).
1488         * jv-exp.y (parse_number): Make first argument const.
1489         Make local variables 'tokstart' and 'tokptr' const.
1490         Cast away const for call to skip_quoted (temporary).
1491         (yylex): Make local variable 'p' const.
1492         Cast away const for struct stoken (temporary).
1493         * m2-exp.y (parse_number): Make local variable 'p' const.
1494         (yylex): Likewise for 'tokstart'.
1495         Cast away const for struct stoken (temporary).
1496         Make local variable 'p' const.
1497         * macroexp.c (get_character_constant): Pass a const string
1498         to c_parse_escape.
1499         (get_string_literal): Likewise.
1500         (macro_expand_next): Make first argument const.
1501         Cast away const for init_shared_buffer.
1502         * macroexp.h (macro_expand_next): Make first argument const.
1503         * p-exp.y (yylex): Make a local copy of 'lexptr'.
1504         Pass a const string to c_parse_escape.
1505         Make local variables 'p' and 'namestart' const.
1506         * parse.c (lexptr): Make const.
1507         (prev_lexptr): Likewise.
1508         (find_template_name_end): Return const.
1509         Make argument const, too.
1510         (parse_exp_in_context): Make first argument const.
1511         Remove the entire const_hack.
1512         (parse_exp_in_context_1): Make first argument const.
1513         * parser-defs.h (find_template_name_end): Return const.
1514         Make argument const, too.
1515         (lexptr): Make const.
1516         (prev_lexptr): Likewise.
1517         * utils.c (parse_escape): Make second argument const.
1518         * utils.h (parse_escape): Likewise.
1519
1520 2013-10-01  Keith Seitz  <keiths@redhat.com>
1521
1522         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1523         is now const.
1524         (block_lookup): Make 'raw_name' and 'name' const.
1525         * ada-lex.l (processString): Update for struct stoken.ptr.
1526         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1527         (operator_stoken): Likewise.
1528         (lex_one_token): Remove temporary cast to char * for
1529         'yylval.sval.ptr'.
1530         * f-exp.y (yylex): Likewise.
1531         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1532         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1533         * go-exp.y (lex_one_token): Remove temporary cast to char * for
1534         'yylval.sval.ptr'.
1535         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1536         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1537         * linespec.c (struct ls_parser): Make 'stream' const.
1538         (find_parameter_list_end): Make argument 'input' and local
1539         variable 'p' const.
1540         (linespec_lexer_lex_string): Make local variables 'start' and
1541         'p' const.
1542         Use skip_spaces_const instead of skip_spaces.
1543         (linespec_lexer_peek_token): Make local variable 'saved_stream'
1544         const.
1545         (parse_linespec): Temporarily cast 'argptr' to const for
1546         'parser->lexer.stream'.
1547         * m2-exp.y (yylex): Remove temporary cast to char * for
1548         'yylval.sval.ptr'.
1549         * objc-lang.c (add_msglist): Make local variable 'p' const.
1550         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1551         (exp : STRING): Make 'sp' const.
1552         (parse_number): Make argument 'p' const.
1553         * parser-defs.h (struct stoken): Make 'ptr' const.
1554
1555 2013-10-01  Doug Evans  <dje@google.com>
1556
1557         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1558
1559 2013-10-01  Yao Qi  <yao@codesourcery.com>
1560
1561         * varobj.c (c_value_of_root): Remove declaration.
1562         (cplus_value_of_root, java_value_of_root): Likewise.
1563         (ada_value_of_root): Likewise.
1564         (struct language_specific) <value_of_root>: Remove.
1565         (languages): Update initialization.
1566         (check_scope): Move earlier.
1567         (c_value_of_root): Move earlier and rename to ...
1568         (value_of_root_1): ... this.
1569         (value_of_root): Caller update.
1570         (cplus_value_of_root, java_value_of_root): Remove.
1571         (ada_value_of_root): Remove.
1572
1573 2013-10-01  Yao Qi  <yao@codesourcery.com>
1574
1575         * varobj.c (varobj_format_string): Remove "unknown".
1576         (languages): Remove the first element.
1577         * varobj.h (enum varobj_languages): Remove vlang_c.
1578
1579 2013-10-01  Yao Qi  <yao@codesourcery.com>
1580
1581         * varobj.c (struct language_specific) <language>: Remove.
1582         (languages): Update the initialization.
1583
1584 2013-10-01  Yao Qi  <yao@codesourcery.com>
1585
1586         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1587         "solib-target.h".  Include "windows-tdep.h".
1588         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
1589         set_solib_ops and set_gdbarch_has_dos_based_file_system.
1590         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1591         windows-tdep.o to gdb_target_obs.
1592
1593 2013-10-01  Yao Qi  <yao@codesourcery.com>
1594
1595         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1596         "solib-target.h".
1597         (amd64_windows_init_abi): Don't call set_solib_ops and
1598         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1599         windows_init_abi instead.
1600         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1601         "solib-target.h".
1602         (i386_cygwin_init_abi): Don't call set_solib_ops,
1603         set_gdbarch_has_dos_based_file_system and
1604         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1605         windows_init_abi instead.
1606         * windows-tdep.c: Include "solib.h" and "solib-target.h".
1607         (windows_init_abi): New function.
1608         (windows_iterate_over_objfiles_in_search_order): Make it
1609         static.
1610         * windows-tdep.h (windows_init_abi): Declare.
1611         (windows_iterate_over_objfiles_in_search_order): Remove
1612         declaration.
1613
1614 2013-10-01  Jerome Guitton  <guitton@adacore.com>
1615
1616         Checked in by Joel Brobecker  <brobecker@adacore.com>
1617         * system-gdbinit/elinos.py (get_elinos_environment): Return an
1618         incomplete dictionnary instead of None in case of missing
1619         environment variables.
1620         (elinos_init): in case of an incomplete environment, best
1621         effort to load system libraries instead of abort.
1622
1623 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
1624
1625         * ada-lang.c (ada_has_this_exception_support): Ignore
1626         mst_solib_trampoline minimal symbols.
1627
1628 2013-09-30  Tristan Gingold  <gingold@adacore.com>
1629
1630         * i386-darwin-nat.c (darwin_complete_target): Install methods for
1631         hardware watchpoint.
1632         (i386_darwin_dr_set): Support 32 and 64 bit states.
1633         (i386_darwin_dr_get): Likewise.
1634         (i386_darwin_dr_set_control): Make static.
1635         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1636         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1637
1638 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
1639
1640         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1641         Replace TIDGET with ptid_get_lwp.
1642         Replace GET_LWP with ptid_get_lwp.
1643         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1644         Replace BUILD_THREAD with ptid_build.
1645         Replace BUILD_LWP with ptid_build.
1646         Replace PIDGET with ptid_get_pid.
1647         Replace TIDGET with ptid_get_lwp.
1648         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1649         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1650         Replace TIDGET with ptid_get_lwp.
1651         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1652         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1653         Replace TIDGET with ptid_get_lwp.
1654         Replace GET_LWP with ptid_get_lwp.
1655         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1656         * auxv.c: Likewise.
1657         * breakpoint.c: Likewise.
1658         * common/ptid.c (ptid_is_pid): Condense check for
1659         null_ptid and minus_one_ptid.
1660         (ptid_lwp_p): New function.
1661         (ptid_tid_p): New function.
1662         * common/ptid.h: Update comments for accessors.
1663         (ptid_lwp_p): New prototype.
1664         (ptid_tid_p): New prototype.
1665         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1666         * gcore.c: Replace PIDGET with ptid_get_pid.
1667         * gdbthread.h: Likewise.
1668         * gnu-nat.c: Likewise.
1669         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1670         Replace TIDGET with ptid_get_lwp.
1671         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1672         * hppanbsd-nat.c: Likewise.
1673         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1674         Replace TIDGET with ptid_get_lwp.
1675         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1676         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1677         * infcmd.c: Likewise.
1678         * inferior.h: Likewise.
1679         * inflow.c: Likewise.
1680         * infrun.c: Likewise.
1681         * linux-fork.c: Likewise.
1682         * linux-nat.c: Replace PIDGET with ptid_get_pid.
1683         Replace GET_PID with ptid_get_pid.
1684         Replace is_lwp with ptid_lwp_p.
1685         Replace GET_LWP with ptid_get_lwp.
1686         Replace BUILD_LWP with ptid_build.
1687
1688 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
1689
1690         * common/linux-btrace.c: Move sys/syscall.h out of the
1691         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1692         Also check for SYS_perf_event_open before attempting to buid.
1693
1694 2013-09-27  Doug Evans  <dje@google.com>
1695
1696         * dwarf2read.c (dwarf2_section_info): Add comment.
1697         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1698         All uses updated.
1699         (dwarf2_section_empty_p): Rename arg from "info" to "section".
1700         (dwarf2_read_section): Delete unused local "header".  Add section
1701         name to error message.
1702         (create_dwo_in_dwp): Tweak comment.
1703         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1704
1705         * dwarf2read.c (die_reader_specs): Tweak comment.
1706         (get_section_bfd_owner, get_section_bfd_section): New functions.
1707         (get_section_name, get_section_file_name): New functions.
1708         (get_section_id, get_section_flags): New functions.
1709         (*): Use new functions to access section fields.
1710
1711         * dwarf2read.c (struct dwo_file): Add/tweak comments.
1712         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
1713         arg "htab".  All callers updated.
1714         (create_debug_types_hash_table): Remove redundant copy of
1715         abbrev_section.
1716         (create_dwo_in_dwp): Tweak comments.
1717         (read_str_index): Tweak comment.  Record dwarf form name in static
1718         local.
1719
1720 2013-09-27  Pedro Alves  <palves@redhat.com>
1721
1722         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1723         (remote_filename_p): Add comment.
1724         * remote.c (remote_filename_p): Adjust to use
1725         REMOTE_SYSROOT_PREFIX.
1726         * solib.c (solib_find): When deciding whether we need to add a
1727         directory separator, check whether the sysroot is "remote:"
1728         instead of checking whether the patch has a drive spec.  Add
1729         comments.
1730
1731 2013-09-27  Pedro Alves  <palves@redhat.com>
1732
1733         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1734         Delete fields.
1735         (remote_parse_stop_reply): Adjust, setting event->ws.kind
1736         directly.
1737
1738 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1739
1740         Fix set debug frame output.
1741         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
1742         SENTINEL_FRAME entry lower to match enum frame_type order.
1743
1744 2013-09-26  Pierre Muller  <muller@sourceware.org>
1745
1746         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1747         AMD64_R15_REGNUM when a register index is expected.
1748         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1749         Substitute in array.
1750         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1751         (amd64_push_arguments): Substitute in integer_regnum array.
1752
1753 2013-09-25  Doug Evans  <dje@google.com>
1754
1755         * objfiles.c (allocate_objfile): Move comment to better place.
1756
1757         New option "set debug symfile on".
1758         * NEWS: Mention "set debug symfile".
1759         * Makefile.in (SFILES): Add symfile-debug.c.
1760         (COMMON_OBS): Add symfile-debug.o.
1761         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1762         objfile's symbol functions.
1763         * objfiles.h (objfile_set_sym_fns): Declare.
1764         * symfile-debug.c: New file.
1765         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1766         objfile's symbol functions.
1767         (reread_symbols): Ditto.
1768
1769         * symfile.h (struct sym_fns): Delete member "sym_flavour".
1770         All uses updated.
1771         (add_symtab_fns): Update prototype.
1772         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
1773         (registered_sym_fns): ... this.
1774         (symtab_fns): Update.
1775         (add_symtab_fns): New arg "flavour".  All callers updated.
1776         (find_sym_fns): Rewrite to use new sym_fns registry.
1777
1778         * symfile.h (struct sym_fns): Add "objfile" argument to
1779         sym_read_linetable.  All uses updated.
1780
1781         * symtab.c (domain_name, search_domain_name): New functions.
1782         * symtab.h (domain_name, search_domain_name): Declare.
1783
1784         * symfile.h (struct quick_symbol_functions): Reorg arg list of
1785         map_matching_symbols so objfile is first.  All uses updated.
1786         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1787         * psymtab.c (map_matching_symbols_psymtab): Update signature.
1788
1789 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1790
1791         PR shlibs/8882
1792         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1793         link map entries.
1794
1795 2013-09-24  Doug Evans  <dje@google.com>
1796
1797         * objfiles.c (free_objfile): Move comment.
1798
1799 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1800
1801         * ada-exp.y (string_to_operator): Delete.
1802         (dummy_string_to_ada_operator): Delete.
1803
1804 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1805
1806         Revert:
1807         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1808         amd64-tdep.c.
1809         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1810         call_dummy_integer_regs, and classify.
1811         * amd64-tdep.h (amd64_classify): Add declaration.
1812         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1813         (amd64_reg_class): Delete, moved to i386-tdep.h.
1814         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1815         Replace call to amd64_classify by call to tdep->classify.
1816         (amd64_push_arguments): Get the list of registers to use for
1817         passing integer parameters from the gdbarch tdep structure,
1818         rather than using a hardcoded one.  Replace calls to amd64_classify
1819         by calls to tdep->classify.
1820         (amd64_push_dummy_call): Get the register number used for
1821         the "hidden" argument from tdep->call_dummy_integer_regs.
1822         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1823         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1824
1825 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1826
1827         Revert:
1828         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1829         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1830         where tdep->memory_args_by_pointer is non-zero.
1831
1832 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1833
1834         Revert:
1835         * i386-tdep.h (struct gdbarch_tdep): Add new field
1836         integer_param_regs_saved_in_caller_frame.
1837         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1838         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1839
1840 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1841
1842         * amd64-windows-tdep.c: #include "value.h"
1843         (amd64_windows_classify): Delete.
1844         (amd64_windows_passed_by_integer_register)
1845         (amd64_windows_passed_by_xmm_register)
1846         (amd64_windows_passed_by_pointer)
1847         (amd64_windows_adjust_args_passed_by_pointer)
1848         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1849         (amd64_windows_push_dummy_call): New functions.
1850         (amd64_windows_init_abi): Remove setting of
1851         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1852         tdep->classify, tdep->memory_args_by_pointer and
1853         tdep->integer_param_regs_saved_in_caller_frame.
1854         Add call to set_gdbarch_push_dummy_call.
1855
1856 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1857
1858         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1859         objfile->original_name.
1860
1861 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1862
1863         Pass down original filename for objfile.
1864         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1865         * elfread.c (elf_symfile_read): Likewise.
1866         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1867         longer set ORIGINAL_NAME.
1868         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1869         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1870         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1871         symbol_file_add_from_bfd call.
1872         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1873         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1874         Set *filenamep.
1875         (macho_symfile_read): New variable dsym_filename.  Update
1876         macho_check_dsym call.  Use it for symbol_file_add_separate.
1877         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1878         it.  Use it for objfile->original_name.
1879         (objfile_name): Return OBFD's filename, if available.
1880         * objfiles.h (allocate_objfile): Add new parameter name.
1881         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1882         * symfile-mem.c (symbol_file_add_from_memory): Update
1883         symbol_file_add_from_bfd call.
1884         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1885         comment for it.
1886         (symbol_file_add_with_addrs): New parameter name, add function comment
1887         for it.  Remove variable name.  Update allocate_objfile call.
1888         (symbol_file_add_separate): New parameter name, add function comment
1889         for it.  Update symbol_file_add_with_addrs call.
1890         (symbol_file_add_from_bfd): New parameter name.  Update
1891         symbol_file_add_with_addrs call.
1892         (symbol_file_add): Update symbol_file_add_from_bfd call.
1893         (reread_symbols): New variable original_name.  Save
1894         objfile->original_name by it.
1895         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1896         second parameter.
1897
1898 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1899
1900         Code cleanup: Add objfile_name accessor function.
1901         * ada-lang.c (is_known_support_routine): Use objfile_name.
1902         * auto-load.c (source_gdb_script_for_objfile)
1903         (auto_load_objfile_script): Likewise.
1904         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1905         * dbxread.c (dbx_symfile_read): Likewise.
1906         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1907         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1908         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1909         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1910         (lookup_dwp_signatured_type, lookup_dwo_unit)
1911         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1912         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1913         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1914         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1915         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1916         (read_subrange_type, load_partial_dies, read_partial_die)
1917         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1918         (die_containing_type, build_error_marker_type, lookup_die_type)
1919         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1920         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1921         (get_DW_AT_signature_type, write_psymtabs_to_index)
1922         (save_gdb_index_command): Likewise.
1923         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1924         Likewise.
1925         * expprint.c (dump_subexp_body_standard): Likewise.
1926         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1927         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1928         original_name.
1929         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1930         obj_name, use objfile_name for it, use the variable.
1931         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1932         Use objfile_name.
1933         * machoread.c (macho_symtab_read, macho_check_dsym)
1934         (macho_symfile_relocate): Likewise.
1935         * maint.c (maintenance_translate_address): Likewise.
1936         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1937         * minsyms.c (install_minimal_symbols): Likewise.
1938         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1939         original_name.
1940         (filter_overlapping_sections): Use objfile_name.
1941         (objfile_name): New function.
1942         * objfiles.h (struct objfile): Rename field name to original_name.
1943         (objfile_name): New prototype.
1944         * printcmd.c (sym_info, address_info): Use objfile_name.
1945         * probe.c (parse_probes, collect_probes, compare_probes)
1946         (info_probes_for_ops): Likewise.
1947         * progspace.c (clone_program_space): Likewise.
1948         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1949         (maintenance_info_psymtabs): Likewise.
1950         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1951         (source_section_scripts): Likewise.
1952         * python/py-objfile.c (objfpy_get_filename): Likewise.
1953         * python/py-progspace.c (pspy_get_filename): Likewise.
1954         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1955         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1956         * solib.c (solib_read_symbols): Likewise.
1957         * stabsread.c (scan_file_globals): Likewise.
1958         * stap-probe.c (handle_stap_probe): Likewise.
1959         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1960         (find_separate_debug_file_by_debuglink): Likewise.
1961         (reread_symbols): Likewise.  Use the objfile field name renamed to
1962         original_name.
1963         (allocate_symtab): Use objfile_name.
1964         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1965         (dump_objfile, dump_msymbols, dump_symtab_1)
1966         (maintenance_print_msymbols, maintenance_print_objfiles)
1967         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1968         * target.c (target_translate_tls_address, target_info): Likewise.
1969         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1970         objfile_name.
1971
1972 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1973
1974         Code cleanup.
1975         * probe.c (parse_probes): Rename variable objfile_name to
1976         objfile_namestr.
1977
1978 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1979
1980         Remove solib-sunos.c.
1981         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1982         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1983         * objfiles.c (rt_common_objfile): Remove.
1984         (free_objfile): Remove rt_common_objfile comparison.
1985         * objfiles.h (rt_common_objfile): Remove.
1986         * solib-sunos.c: Remove.
1987         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1988
1989 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1990
1991         Remove a.out NetBSD and OpenBSD hosts.
1992         * NEWS (Removed native configurations): New.
1993         * config/arm/nbsdaout.mh: Remove.
1994         * config/i386/nbsdaout.mh: Remove.
1995         * config/i386/obsdaout.mh: Remove.
1996         * config/m68k/nbsdaout.mh: Remove.
1997         * config/sparc/nbsdaout.mh: Remove.
1998         * config/vax/nbsdaout.mh: Remove.
1999         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2000         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2001         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2002         error.
2003         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2004         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2005         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2006
2007 2013-09-23  Tom Tromey  <tromey@redhat.com>
2008
2009         * linespec.c (struct minsym_and_objfile): Remove.
2010         (minsym_and_objfile_d): Remove.
2011         (struct linespec, struct collect_info, linespec_parse_basic)
2012         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2013         (compare_msymbols, find_method, find_function_symbols)
2014         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2015         (add_minsym, search_minsyms_for_name): Update.
2016
2017 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2018
2019         * regcache.c: Add include of valprint.h.
2020         (dump_endian_bytes): Delete.
2021         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2022
2023 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
2024
2025         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2026
2027 2013-09-19  Pedro Alves  <palves@redhat.com>
2028
2029         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2030         breakpoints.
2031
2032 2013-09-19  Pedro Alves  <palves@redhat.com>
2033             Thomas Schwinge  <thomas@codesourcery.com>
2034             Yue Lu  <hacklu.newborn@gmail.com>
2035
2036         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2037         Take a gdb_byte pointer instead of a char pointer.
2038
2039         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2040         gnu_xfer_partial helper.
2041         (gnu_xfer_partial): New function.
2042         (gnu_target): Don't install a deprecated_xfer_memory hook.
2043         Install a to_xfer_partial hook.
2044
2045 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2046
2047         Constification.
2048         * main.c (captured_main): Replace catch_command_errors by
2049         catch_command_errors_const.  Twice.
2050         * symfile.c (symbol_file_add_main_1): Make args parameter const.
2051         (symbol_file_add): Make name parameter const.
2052         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2053         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
2054         variable name.  Change their usage accordingly.
2055         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2056         const.
2057         (symbol_file_add_main): Make args parameter const.
2058
2059 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
2060             Ulrich Weigand  <uweigand@de.ibm.com>
2061
2062         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2063         of c_value member.
2064         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2065
2066 2013-09-18  Pedro Alves  <palves@redhat.com>
2067             Yue Lu  <hacklu.newborn@gmail.com>
2068
2069         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2070         (gnu_create_inferior)
2071         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2072         (set_sig_thread_cmd): Use the lwpid field of ptids to
2073         store/extract thread ids instead of the tid field.
2074         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2075
2076 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2077
2078         * infcmd.c (default_print_one_register_info): Add detection of
2079         optimized out values.
2080         (default_print_registers_info): Switch to using
2081         get_frame_register_value.
2082
2083 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2084
2085         * infrun.c (handle_inferior_event): Check if we know the
2086         function start address before setting a resume breakpoint.
2087
2088 2013-09-18  Pedro Alves  <palves@redhat.com>
2089
2090         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2091         minus_one_ptid instead of looking at the ptid's tid field and
2092         comparing that to -1.
2093
2094 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2095
2096         * main.h (get_gdb_program_name): Remove extra whitespace.
2097
2098 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
2099
2100         * main.h (get_gdb_program_name): Add declaration.
2101         * main.c (get_gdb_program_name): Add definition.
2102
2103 2013-09-17  Doug Evans  <dje@google.com>
2104
2105         * dwarf2read.c: Move definitions of complaint functions to after
2106         forward declarations of local functions.
2107
2108 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
2109             Pedro Alves  <palves@redhat.com>
2110
2111         PR gdb/11568
2112         * breakpoint.c (remove_threaded_breakpoints): New function.
2113         (_initialize_breakpoint): Attach remove_threaded_breakpoints
2114         as thread_exit observer.
2115
2116 2013-09-17  Pedro Alves  <palves@redhat.com>
2117
2118         PR gdb/15911
2119         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2120         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2121         * corelow.c (core_open):
2122         * frame.h (print_stack_frame, print_frame_info): New
2123         'set_current_sal' parameter.
2124         * infcmd.c (finish_command, kill_command): Adjust call to
2125         print_stack_frame.
2126         * inferior.c (inferior_command): Likewise.
2127         * infrun.c (normal_stop): Likewise.
2128         * linux-fork.c (linux_fork_context): Likewise.
2129         * record-full.c (record_full_goto_entry, record_full_restore):
2130         Likewise.
2131         * remote-mips.c (common_open): Likewise.
2132         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2133         Use it.
2134         (print_frame_info): New 'set_current_sal' parameter.  Set the last
2135         displayed sal depending on the new paremeter instead of looking at
2136         print_what.
2137         (backtrace_command_1, select_and_print_frame, frame_command)
2138         (current_frame_command, up_command, down_command): Adjust call to
2139         print_stack_frame.
2140         * thread.c (print_thread_info, restore_selected_frame)
2141         (do_captured_thread_select): Adjust call to print_stack_frame.
2142         * tracepoint.c (tfind_1): Likewise.
2143         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2144         (mi_cmd_stack_info_frame): Likewise.
2145         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
2146         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
2147
2148 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2149
2150         * value.c (isvoid_internal_fn): Replace "parameter" with
2151         "argument".
2152
2153 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2154
2155         * README: Update references to writing code for GDB.
2156         * configure.ac (build_warnings): Remove obsolete comment.
2157         * configure: Regenerate.
2158         * gdbarch.sh: Remove references to gdbint.texinfo.
2159         * gdbarch.h: Regenerate.
2160         * gdbtypes.c (objfile_type): Remove comments referencing internals
2161         manual and D10V.
2162
2163 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2164
2165         * NEWS: Mention new convenience function $_isvoid.
2166         * value.c (isvoid_internal_fn): New function.
2167         (_initialize_values): Add new convenience function $_isvoid.
2168
2169 2013-09-16  Pierre Muller  <muller@sourceware.org>
2170
2171         * arm-linux-tdep.c: Add "elf/common.h" header.
2172         Remove AT_HWCAP macro definintion as it is provided in
2173         added include file.
2174         * s390-tdep.c: Remove system header <elf.h>
2175         Add "elf/common.h" header for AT_HWCAP definition.
2176         (s390_core_read_description): Use correct CORE_ADDR
2177         for hwcap local variable used as third parameter
2178         of function target_auxv_search.
2179
2180 2013-09-14  Pierre Muller  <muller@sourceware.org>
2181             Tom Tromey  <tromey@redhat.com>
2182             Pedro Alves  <palves@redhat.com>
2183
2184         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2185         mode if operating system doesn't know O_CLOEXEC.
2186
2187 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2188
2189         Code cleanup.
2190         * symfile.c (reread_symbols): Move variable obfd_filename to a more
2191         inner block.
2192
2193 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2194
2195         * NEWS: Mention TDB support.
2196         * features/s390-tdb.xml: New file.
2197         * features/s390-te-linux64.xml: New file.
2198         * features/s390x-te-linux64.xml: New file.
2199         * features/Makefile (WHICH): Add new tdescs above.
2200         (s390-te-linux64-expedite): Set.
2201         (s390x-te-linux64-expedite): Set.
2202         * features/s390-te-linux64.c: New file (generated).
2203         * features/s390x-te-linux64.c: New file (generated).
2204         * regformats/s390-te-linux64.dat: New file (generated).
2205         * regformats/s390x-te-linux64.dat: New file (generated).
2206         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2207         (HWCAP_S390_TE): Likewise.
2208         (S390_TDB_DWORD0_REGNUM): Likewise.
2209         (S390_TDB_DWORD0_REGNUM): Likewise.
2210         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2211         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2212         (S390_TDB_ATIA_REGNUM): Likewise.
2213         (S390_TDB_R0_REGNUM): Likewise.
2214         (S390_TDB_R1_REGNUM): Likewise.
2215         (S390_TDB_R2_REGNUM): Likewise.
2216         (S390_TDB_R3_REGNUM): Likewise.
2217         (S390_TDB_R4_REGNUM): Likewise.
2218         (S390_TDB_R5_REGNUM): Likewise.
2219         (S390_TDB_R6_REGNUM): Likewise.
2220         (S390_TDB_R7_REGNUM): Likewise.
2221         (S390_TDB_R8_REGNUM): Likewise.
2222         (S390_TDB_R9_REGNUM): Likewise.
2223         (S390_TDB_R10_REGNUM): Likewise.
2224         (S390_TDB_R11_REGNUM): Likewise.
2225         (S390_TDB_R12_REGNUM): Likewise.
2226         (S390_TDB_R13_REGNUM): Likewise.
2227         (S390_TDB_R14_REGNUM): Likewise.
2228         (S390_TDB_R15_REGNUM): Likewise.
2229         (S390_NUM_REGS): Increase.
2230         (S390_IS_TDBREGSET_REGNUM): New macro.
2231         (s390_regmap_tdb): Declare.
2232         (s390_sizeof_tdbregset): Define.
2233         (tdesc_s390_te_linux64): Declare.
2234         (tdesc_s390x_te_linux64): Likewise.
2235         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2236         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2237         (s390_regmap_tdb): New regmap.
2238         (s390_supply_tdb_regset): New function.
2239         (s390_tdb_regset): New regset.
2240         (s390_linux64v2_regset_sections): Add TDB regset to list.
2241         (s390x_linux64v2_regset_sections): Likewise.
2242         (s390_regset_from_core_section): Recognize TDB core note section.
2243         (s390_core_read_description): If HWCAP indicates TE support,
2244         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2245         (s390_gdbarch_init): Handle TDB regset.
2246         (_initialize_s390_tdep): Initialize new tdescs.
2247         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2248         (have_regset_tdb): New variable.
2249         (s390_native_supply): Support register invalidation.
2250         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2251         (check_regset): Treat ENODATA as "regset exists".
2252         (s390_linux_fetch_inferior_registers): Add TDB.
2253         (s390_read_description): Check for TDB existence and select
2254         appropriate tdesc.
2255         * gdbserver/Makefile.in (clean): Add removal of new makefile
2256         targets.
2257         (s390-te-linux64.c): New makefile target.
2258         (s390x-te-linux64.c): Likewise.
2259         * gdbserver/configure.srv (srv_regobj): Append new objects
2260         s390-te-linux64.o and s390x-te-linux64.o.
2261         (srv_xmlfiles): Append new files s390-te-linux64.xml,
2262         s390x-te-linux64.xml, and s390-tdb.xml.
2263         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2264         declaration.
2265         (tdesc_s390_te_linux64): Likewise.
2266         (init_registers_s390x_te_linux64): Likewise.
2267         (tdesc_s390x_te_linux64): Likewise.
2268         (s390_check_regset): Treat ENODATA as "regset exists".
2269         (s390_arch_setup): Add TDB regset support.
2270         (initialize_low_arch): Initialize registers for new tdescs.
2271
2272 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2273
2274         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2275         (S390_IS_FPREGSET_REGNUM): New macro.
2276         * s390-tdep.c (s390_dwarf_regmap): Make const.
2277         (regnum_is_gpr_full): New function for replacing repeated code.
2278         (s390_pseudo_register_name): Use it.
2279         (s390_pseudo_register_type): Likewise.
2280         (s390_pseudo_register_read): Likewise.
2281         (s390_pseudo_register_write): Likewise.
2282         (s390_unwind_pseudo_register): Likewise.
2283         (s390_regmap_gregset): New format for regmap.
2284         (s390x_regmap_gregset): Likewise.
2285         (s390_regmap_fpregset): Likewise.
2286         (s390_regmap_upper): Likewise.
2287         (s390_regmap_last_break): Likewise.
2288         (s390_regmap_system_call): Likewise.
2289         (s390_supply_regset): Adjust to new regmap format.
2290         (s390_collect_regset): Likewise.
2291         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2292         (s390_native_collect): Likewise.
2293         (supply_gregset): Likewise.
2294         (fill_gregset): Likewise.
2295         (supply_fpregset): Likewise.
2296         (fill_fpregset): Likewise.
2297         (fetch_regset): Likewise.
2298         (store_regset): Likewise.
2299         (s390_linux_fetch_inferior_registers): Likewise.
2300         (s390_linux_fetch_inferior_registers): Likewise.
2301
2302 2013-09-12  Andrew Pinski  <apinski@cavium.com>
2303
2304         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2305
2306 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2307
2308         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2309
2310 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
2311
2312         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2313
2314 2013-09-06  Pedro Alves <palves@redhat.com>
2315
2316         * remote-sim.c (dump_mem, gdbsim_fetch_register)
2317         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2318         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2319         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2320         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2321         gdb_stdlog.
2322
2323 2013-09-06  Pedro Alves  <palves@redhat.com>
2324
2325         * remote-sim.c (dump_mem): Constify buf parameter.
2326         gdbsim_xfer_inferior_memory): Rename to ...
2327         (gdbsim_xfer_memory): ... this.  Adjust interface as
2328         target_xfer_partial helper.
2329         (gdbsim_xfer_partial): New function.
2330         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2331         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
2332
2333 2013-09-06  Pedro Alves  <palves@redhat.com>
2334
2335         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2336         host_address_to_string, and send debug output to gdb_stdlog.
2337
2338 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2339
2340         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2341         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2342         gdb_target_obs for cris target.
2343         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2344         (cris_gdbarch_init): Move calls to
2345         set_gdbarch_fetch_tls_load_module_address and
2346         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2347         Add call to gdbarch_init_osabi.
2348         * cris-linux-tdep.c: New file.
2349         * cris-tdep.h: New file.
2350
2351 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2352
2353         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2354         to deprecated_init_ui_hook.
2355
2356 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2357
2358         * cli/cli-interp.c (_initialize_cli_interp): Add a
2359         command_loop_proc to interp_procs.
2360         * event-top.c (cli_command_loop): Change signature to match
2361         interp_command_loop_ftype.
2362         * event-top.h (cli_command_loop): Same.
2363         * interps.c (interp_new): Require every interpreter to have a
2364         command_loop_proc.
2365         (current_interp_command_loop): Just call the command_loop_proc on
2366         the current interpreter.
2367         * tui/tui-interp.c (_initialize_tui_interp): Add a
2368         command_loop_proc to interp_procs.
2369
2370 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2371
2372         * cris-tdep.c (cris_gdbarch_init): Add call to
2373         get_gdbarch_fetch_tls_load_module_address.
2374
2375 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2376
2377         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2378         (cris_elf_gregset_t): Rename from elf_gregset_t.
2379         (crisv32_elf_gregset_t): Adjust.
2380         (cris_supply_gregset, fetch_core_registers): Adjust.
2381
2382 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2383
2384         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2385
2386 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
2387
2388         * defs.h (deprecated_command_loop_hook): Remove, including
2389         references in comments.
2390         * interps.c (current_interp_command_loop): No longer use
2391         deprecated_command_loop_hook.
2392         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2393         setup.
2394         * top.c (deprecated_command_loop_hook): Remove.
2395
2396 2013-09-05  Pedro Alves  <palves@redhat.com>
2397
2398         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2399         local is now int instead of ULONGEST.  Print it with %d
2400         instead of paddress.
2401
2402 2013-09-05  Tristan Gingold  <gingold@adacore.com>
2403
2404         * MAINTAINERS: Remove avr maintainership.
2405
2406 2013-09-05  Pedro Alves  <palves@redhat.com>
2407
2408         * findvar.c (value_of_register): Rework in terms of
2409         value_of_register_lazy.
2410
2411 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
2412
2413         * symfile.c (add_symbol_file_command): Remove trailing
2414          whitespaces and blank line after comment.
2415
2416 2013-09-05  Pedro Alves  <palves@redhat.com>
2417
2418         * tui/tui-regs.c (tui_register_format): Don't look at the
2419         register's name here.  Return string representing register
2420         value instead of storing it in the data element.
2421         (tui_get_register): Compare register string representations
2422         instead of register value states and contents.
2423
2424 2013-09-05  Pedro Alves  <palves@redhat.com>
2425
2426         PR tui/15933
2427         * tui/tui-regs.c (tui_show_registers): Show registers of the
2428         selected frame, not the current frame.
2429
2430 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
2431
2432         * MAINTAINERS (Write After Approval): Add myself to the list.
2433
2434 2013-09-04  Doug Evans  <dje@google.com>
2435
2436         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2437         (queue_and_load_dwo_tu): New function.
2438         (lookup_dwo_signatured_type): Set per_cu.tu_read.
2439         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2440         Make dependent_cu optional.
2441         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2442         and an older .gdb_index is in use, queue and load all its TUs too.
2443
2444 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2445
2446         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2447         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2448         variable search_flags.
2449         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2450         (OPF_RETURN_REALPATH): ... here.
2451         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2452         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2453         call.  Twice.
2454         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2455         openp call.
2456         * solib.c (solib_find): Likewise.  Four times.
2457         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2458         in the function comment and for the realpath_fptr variable.
2459         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2460         (find_and_open_source): Likewise.  Twice.
2461         * symfile.c (symfile_bfd_open): Likewise, also twice.
2462
2463 2013-09-04  Doug Evans  <dje@google.com>
2464
2465         * progspace.c (save_current_space_and_thread): Remove unnecessary
2466         call to save_current_inferior.
2467
2468 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
2469
2470         * sh64-tdep.c (sh64_do_register): Return after printing message
2471         about unavailable register contents.
2472
2473 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
2474             Pedro Alves  <palves@redhat.com>
2475
2476         * symfile.c (add_symbol_file_command): Error out on unknown
2477         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2478         options and collapse into single conditional branch.
2479
2480 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
2481
2482         * inf-child.c (inf_child_follow_fork): New parameter
2483         detach_fork.
2484         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2485         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2486         * inferior.h (detach_fork): Remove.
2487         * infrun.c (detach_fork): Adjust comment and make it
2488         static.
2489         (follow_fork): Pass detach_fork parameter to
2490         target_follow_fork.
2491         * linux-nat.c (linux_child_follow_fork): New parameter
2492         detach_fork.
2493         * target.c (target_follow_fork): New parameter detach_fork.
2494         Pass detach_fork as parameter and print its value.
2495         * target.h (struct target_ops) <to_follow_fork>: New int
2496         parameter.
2497         (target_follow_fork): New parameter detach_fork.
2498
2499 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
2500
2501         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2502         Replace sec->bfd by sec->the_bfd_section->owner.
2503
2504 2013-09-03  Yao Qi  <yao@codesourcery.com>
2505
2506         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
2507         from linux_has_shared_address_space.
2508         (linux_has_shared_address_space): Call linux_is_uclinux.
2509         * linux-tdep.h (linux_is_uclinux): Declare.
2510         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2511         linux_is_uclinux.
2512
2513 2013-09-03  Yao Qi  <yao@codesourcery.com>
2514
2515         * config/djgpp/fnchange.lst: Remove entry of
2516         i386-interix-nat.c and i386-interix-tdep.c.
2517         * configure.ac: Remove '*-*-interix*'.
2518         * configure: Re-generated.
2519         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2520         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2521         obsolete comments.
2522         * osabi.c (gdb_osabi_names): Remove "Interix".
2523
2524 2013-09-03  Yao Qi  <yao@codesourcery.com>
2525
2526         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2527
2528 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
2529
2530         * record.h (record_print_flag) <record_print_src_line,
2531         record_print_insn_range>: Rename into ...
2532         (record_print_flag) <record_print_src_line,
2533         record_print_insn_range>: ... this.  Update all users.
2534
2535 2013-09-02  Pierre Muller  <muller@sourceware.org>
2536
2537         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2538         error code.
2539
2540 2013-09-02  Pierre Muller  <muller@sourceware.org>
2541
2542         * windows-nat.c (windows_xfer_memory): Fix compilation failure
2543         by use of plongest function.
2544
2545 2013-09-02  Tristan Gingold  <gingold@adacore.com>
2546
2547         * NEWS: Add entry mentioning support for native Windows x64
2548         SEH data.
2549
2550         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2551         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2552         (struct amd64_windows_frame_cache): New struct.
2553         (amd64_windows_w2gdb_regnum): New global.
2554         (pc_in_range, amd64_windows_frame_decode_epilogue)
2555         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2556         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2557         (amd64_windows_frame_this_id): New functions.
2558         (amd64_windows_frame_unwind): New static global.
2559         (amd64_windows_skip_prologue): New function.
2560         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2561         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2562         with amd64_windows_skip_prologue.
2563
2564 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
2565
2566         GDB 7.6.1 released.
2567
2568 2013-08-30  Pedro Alves  <palves@redhat.com>
2569
2570         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2571         SRC_AND_LOC.
2572
2573 2013-08-30  Pedro Alves  <palves@redhat.com>
2574
2575         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2576         warning text.
2577
2578 2013-08-30  Pedro Alves  <palves@redhat.com>
2579
2580         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2581         Adjust arguments to print_stack_frame.
2582
2583 2013-08-30  Pedro Alves  <palves@redhat.com>
2584
2585         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2586
2587 2013-08-30  Pedro Alves  <palves@redhat.com>
2588
2589         * frame.h (show_and_print_stack_frame): Delete declaration.
2590
2591 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
2592
2593         PR python/15461
2594         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2595         (archpy_name): Check for valid architecture.
2596         (archpy_disassemble): Ditto.
2597
2598 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
2599
2600         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2601         instead of "long long" in call to ptrace64.
2602
2603 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
2604
2605         * mi/mi-interp.c (mi_command_loop): Change signature to match
2606         interp_command_loop_ftype.
2607         (mi1_command_loop): Remove.
2608         (mi2_command_loop): Remove.
2609         (mi3_command_loop): Remove.
2610         (mi_interpreter_resume): Remove setting of
2611         deprecated_command_loop_hook.
2612         (_initialize_mi_interp): Set mi_command_loop as the command loop
2613         callback.
2614
2615 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2616
2617         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2618         value_type.
2619
2620 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2621
2622         * value.c (allocate_value_contents): Make static.
2623         * value.h (allocate_value_contents): Remove prototype.
2624
2625 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2626
2627         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2628         of assembling value via allocate_value_lazy and attribute setter.
2629         * findvar.c (default_read_var_value): Use value_at_lazy instead of
2630         assembling value via allocate_value_lazy and attribute setter.
2631         * valops.c (do_search_struct_field): Use value_at_lazy instead of
2632         assembling value via allocate_value_lazy and attribute setter.
2633
2634 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2635
2636         * value.c (value_from_contents_and_address): Replace allocate_value and
2637         memcpy with value_from_contents.
2638
2639 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2640
2641         * python/py-framefilter.c (py_print_frame): Remove usage of
2642         PyString_AsString.  Use python_string_to_host_string instead.
2643         Refactor function to work with a string as a new allocation
2644         instead of a pointer.
2645         (py_print_frame): Ditto.
2646         * python/lib/gdb/frames.py (return_list): Cain iterators together
2647         instead of adding them as a list.
2648         (_sort_list): Call return_list, and remove duplicate code.
2649         (execute_frame_filters): Convert iterator to a list with list().
2650         * python/lib/gdb/command/frame_filters.py
2651         (SetFrameFilterPriority._set_filter_priority): Convert priority
2652         attribute to an integer.
2653         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2654         wrapper function __next__.
2655         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2656         define as "str".
2657
2658 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2659
2660         PR python/15752
2661         * python/py-framefilter.c (apply_frame_filter): Check
2662         gdb_python_initialized.  Exit if the Python frame-filter code
2663         cannot be initialized.
2664
2665 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2666
2667         PR cli/15842
2668         * top.c (print_gdb_version): Remove erroneous newline after help
2669         text.
2670
2671 2013-08-29  Yao Qi  <yao@codesourcery.com>
2672
2673         * varobj.c (install_dynamic_child): Remove trailing space.
2674         Add one blank line after variable declaration.
2675
2676 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2677
2678         PR gdb/15415
2679         * corefile.c (get_exec_file): Use exec_filename.
2680         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
2681         * exec.c (exec_close): Free EXEC_FILENAME.
2682         (exec_file_attach): New variable canonical_pathname.  Use
2683         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
2684         EXEC_FILENAME.
2685         * exec.h (exec_filename): New.
2686         * inferior.c (print_inferior, inferior_command): Use
2687         PSPACE_EXEC_FILENAME.
2688         * mi/mi-main.c (print_one_inferior): Likewise.
2689         * progspace.c (clone_program_space, print_program_space): Likewise.
2690         * progspace.h (struct program_space): New field pspace_exec_filename.
2691         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
2692         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2693
2694 2013-08-28  Will Newton  <will.newton@linaro.org>
2695
2696         * common/linux-ptrace.c: Include stdint.h unconditionally.
2697
2698 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2699
2700         Code cleanup.
2701         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2702
2703 2013-08-28  Yao Qi  <yao@codesourcery.com>
2704             Pedro Alves  <palves@redhat.com>
2705
2706         * event-top.c (gdb_setup_readline): Call stderr_fileopen
2707         instead of stdio_fileopen.
2708         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2709         .Call stderr_fileopen instead of stdio_fileopen.
2710         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2711         [__MINGW32__] (stderr_file_fputs): New function.
2712         (stderr_fileopen): New function.
2713         * ui-file.h (stderr_fileopen): Declare.
2714
2715 2013-08-27  Doug Evans  <dje@google.com>
2716
2717         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2718         (struct dwarf2_per_cu_data): Ditto.
2719         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
2720         (process_imported_unit_die): Ditto.
2721         (follow_die_sig_1): Simplify assert.
2722
2723 2013-08-27  Pedro Alves  <palves@redhat.com>
2724
2725         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2726         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
2727         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2728         windows_xfer_memory directly.
2729         (init_windows_ops): Don't install a deprecated_xfer_memory method.
2730
2731 2013-08-27  Pedro Alves  <palves@redhat.com>
2732
2733         * darwin-nat.c (darwin_xfer_memory): Delete.
2734         (_initialize_darwin_inferior): Don't install a
2735         deprecated_xfer_memory method.
2736
2737 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2738             Yao Qi  <yao@codesourcery.com>
2739
2740         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2741         (parse_no_frames_option): Remove.
2742         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2743         (mi_cmd_stack_list_args): Adjust.
2744         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2745         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
2746         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2747         Caller update.
2748         (list_args_or_locals): New parameter 'skip_unavailable'.
2749         Handle it.
2750         * valprint.c (scalar_type_p): Rename to ...
2751         (val_print_scalar_type_p): ... this.  Make extern.
2752         (val_print, value_check_printable): Adjust.
2753         * valprint.h (val_print_scalar_type_p): Declare.
2754         * value.c (value_entirely_unavailable): New function.
2755         * value.h (value_entirely_unavailable): Declare.
2756
2757         * NEWS: Mention the new option "--skip-unavailable" to MI
2758         commands '-stack-list-locals', '-stack-list-arguments' and
2759         '-stack-list-variables'.
2760
2761 2013-08-27  Yao Qi  <yao@codesourcery.com>
2762
2763         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2764         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2765         options.
2766         * mi/mi-getopt.c (mi_getopt): Remove.
2767         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
2768         'error_on_unknown'.
2769         (mi_getopt): Call mi_getopt_1.
2770         (mi_getopt_silent): New.
2771         * mi/mi-getopt.h (mi_getopt_silent): Declare.
2772
2773 2013-08-26  Doug Evans  <dje@google.com>
2774
2775         PR symtab/15885
2776         * dwarf2read.c (dw2_dump): Print some minimal information indicating
2777         .gdb_index is in use.
2778         * symfile.c (reread_symbols): Reset objfile->sf.
2779
2780         * NEWS: Document "mt print objfiles" now takes optional regexp.
2781         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2782         regexp of objfiles to print.
2783         (_initialize_symmisc): Update doc string for "mt print objfiles".
2784
2785         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2786         missing debug info checks.
2787
2788 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
2789             Ulrich Weigand  <uweigand@de.ibm.com>
2790
2791         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2792         line tables generated by XLC compiled binaries.
2793
2794 2013-08-23  Doug Evans  <dje@google.com>
2795
2796         * symmisc.c (dump_symtab): Delete prototype.
2797         (dump_msymbols, dump_objfile): Ditto.
2798         (maintenance_info_symtabs): Mark as dont_repeat.
2799         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2800
2801         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2802         debugging printf to better location.
2803
2804 2013-08-23  Pedro Alves  <palves@redhat.com>
2805
2806         * target.c (target_read_live_memory): Change type of 'ret' local
2807         to LONGEST.
2808
2809 2013-08-23  Pedro Alves  <palves@redhat.com>
2810
2811         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2812         (remote_read_bytes): Change return type to LONGEST, and adjust to
2813         return a target_xfer_error on error.
2814         (remote_xfer_memory): Delete.
2815         (remote_flash_write): Change type of 'ret' local to LONGEST.
2816         (remote_xfer_partial, remote_xfer_partial): Adjust.
2817         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2818
2819 2013-08-23  Pierre Muller  <muller@sourceware.org>
2820
2821         ARI fix: Push # directives to start of line.
2822         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2823
2824 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2825
2826         PR gdb/15501
2827         * breakpoint.c (enable_command, disable_command): Iterate over
2828         all specified breakpoint locations.
2829
2830 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2831
2832         * common/linux-ptrace.c (linux_fork_to_function): Push #
2833         directives to the start of the line.
2834         (linux_check_ptrace_features): Fix warning message to use
2835         the "_" markup.
2836
2837 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2838
2839         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2840         nat/linux-waitpid.h.
2841         (linux-waitpid.o): New object file rule.
2842         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2843         (current_ptrace_options): Moved from linux-nat.c.
2844         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2845         parameters.
2846         (linux_fork_to_function): New function.
2847         (linux_grandchild_function): Likewise.
2848         (linux_child_function): Likewise.
2849         (linux_check_ptrace_features): New function, heavily
2850         based on linux-nat.c:linux_test_for_tracefork.
2851         (linux_enable_event_reporting): New function.
2852         (ptrace_supports_feature): Likewise.
2853         (linux_supports_tracefork): Likewise.
2854         (linux_supports_traceclone): Likewise.
2855         (linux_supports_tracevforkdone): Likewise.
2856         (linux_supports_tracesysgood): Likewise.
2857         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2858         gdbserver/linux-low.c.
2859         (linux_enable_event_reporting): New declaration.
2860         (linux_supports_tracefork): Likewise.
2861         (linux_supports_traceclone): Likewise.
2862         (linux_supports_tracevforkdone): Likewise.
2863         (linux_supports_tracesysgood): Likewise.
2864         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2865         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2866         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2867         * config/arm/linux.mh (NATDEPFILES): Likewise.
2868         * config/i386/linux.mh (NATDEPFILES): Likewise.
2869         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2870         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2871         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2872         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2873         * config/mips/linux.mh (NATDEPFILES): Likewise.
2874         * config/pa/linux.mh (NATDEPFILES): Likewise..
2875         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2876         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2877         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2878         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2879         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2880         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2881         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2882         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2883         ptrace's 4th argument's types.
2884         Check the type of PTRACE_TYPE_ARG4.
2885         * configure: Regenerate.
2886         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2887         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2888         (linux_supports_tracefork_flag): Remove.
2889         (linux_supports_tracesysgood_flag): Likewise.
2890         (linux_supports_tracevforkdone_flag): Likewise.
2891         (current_ptrace_options): Moved to
2892         common/linux-ptrace.c.
2893         (linux_tracefork_child): Remove.
2894         (my_waitpid): Remove.
2895         (linux_test_for_tracefork): Renamed to
2896         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2897         (linux_test_for_tracesysgood): Remove.
2898         (linux_supports_tracesysgood): Remove.
2899         (linux_supports_tracefork): Remove.
2900         (linux_supports_tracevforkdone): Remove.
2901         (linux_enable_tracesysgood): Remove.
2902         (linux_enable_event_reporting): Remove.
2903         (linux_init_ptrace): New function.
2904         (linux_child_post_attach): Call linux_init_ptrace.
2905         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2906         (linux_child_follow_fork): Call linux_supports_tracefork
2907         and linux_supports_tracevforkdone.
2908         (linux_child_insert_fork_catchpoint): Call
2909         linux_supports_tracefork.
2910         (linux_child_insert_vfork_catchpoint): Likewise.
2911         (linux_child_set_syscall_catchpoint): Call
2912         linux_supports_tracesysgood.
2913         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2914         * nat/linux-nat.h: New file.
2915         * nat/linux-waitpid.c: New file.
2916         * nat/linux-waitpid.h: New file.
2917
2918 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2919
2920         ARM Linux support for `catch syscall'.
2921         * syscalls/arm-linux.py: New file.
2922         * syscalls/arm-linux.xml: Likewise.
2923         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2924         (arm_linux_init_abi): Register the new function and syscall xml file.
2925         * data-directory/Makefile.in: Install the new syscall xml file.
2926         * NEWS: Brag about this.
2927
2928 2013-08-22  Pedro Alves  <palves@redhat.com>
2929
2930         PR gdb/15871
2931         * corefile.c (target_xfer_memory_error): New function.
2932         (memory_error): Defer EIO to target_memory_error.
2933         (read_memory): Use target_xfer_partial, and handle finer-grained
2934         target xfer errors.
2935         * target.c (target_xfer_error_to_string): New function.
2936         (memory_xfer_partial_1): If memory is known to be
2937         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2938         (target_xfer_partial): Make extern.
2939         * target.h (enum target_xfer_error): New enum.
2940         (target_xfer_error_to_string): Declare function.
2941         (target_xfer_partial): Declare function.
2942         (struct target_ops) <xfer_partial>: Adjust describing comment.
2943
2944 2013-08-22  Alan Modra  <amodra@gmail.com>
2945
2946         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2947         * configure.tgt: Likewise as targets.
2948
2949 2013-08-20  Doug Evans  <dje@google.com>
2950
2951         * buildsym.c (subfile_stack): Move here from buildsym.h.
2952         (pending_macros): Ditto.
2953         (get_macro_table): New function.
2954         (buildsym_init): Initialize subfile_stack.
2955         * coffread.c (type_vector,type_vector_length): Moved here from
2956         buildsym.h.
2957         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2958         (coff_symtab_read): Use it.
2959         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2960         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2961         with call to get_macro_table.
2962         * stabsread.c (type_vector,type_vector_length): Moved here from
2963         buildsym.h.
2964         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2965         * buildsym.h (get_macro_table): Declare.
2966
2967 2013-08-20  Tom Tromey  <tromey@redhat.com>
2968
2969         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2970         Update.
2971         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2972
2973 2013-08-20  Doug Evans  <dje@google.com>
2974
2975         * blockframe.c: Remove #include "psymtab.h".
2976         * cp-support.c: Ditto.
2977         * source.c: Ditto.
2978         * stack.c: Ditto.
2979
2980 2013-08-20  Tom Tromey  <tromey@redhat.com>
2981
2982         PR python/15816:
2983         * exceptions.h (return_mask): Now an enum.
2984         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2985         enum constants.
2986
2987 2013-08-20  Tom Tromey  <tromey@redhat.com>
2988
2989         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2990         get_objfile_arch.
2991         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2992         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2993         * jit.c (jit_object_close_impl): Update.
2994         * jv-lang.c (get_dynamics_objfile): Update.
2995         * linespec.c (add_minsym): Use get_dynamics_objfile.
2996         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2997         (allocate_objfile): Don't initialize 'gdbarch' field.
2998         (get_objfile_arch): Update.
2999         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3000         moved from...
3001         (struct objfile) <gdbarch>: ... here.  Remove.
3002         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3003         get_objfile_arch.
3004         * symfile.c (init_entry_point_info): Use get_objfile_arch.
3005
3006 2013-08-20  Alan Modra  <amodra@gmail.com>
3007
3008         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3009         for IBM long double nan and inf.
3010         (floatformat_is_negative, floatformat_classify,
3011         floatformat_mantissa): Similarly.
3012         (floatformat_ieee_single, floatformat_ieee_double,
3013         floatformat_ieee_quad, floatformat_arm_ext,
3014         floatformat_ia64_spill): Delete unused vars.
3015         (_initialize_doublest): Delete unused function.
3016         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3017         little-endian variants of floatformat_ibm_long_double.
3018
3019 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
3020
3021         * Makefile.in (SFILES): Remove common/target-common.c and
3022         add target/waitstatus.c.
3023         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3024         target/resume.h, target/wait.h and target/waitstatus.h.
3025         (COMMON_OBS): Remove target-common.o and add
3026         waitstatus.o.
3027         (target-common.o): Remove.
3028         (waitstatus.o): New target object file.
3029         * common/target-common.c: Move contents to
3030         target/waitstatus.c and remove.
3031         * common/target-common.h: Move contents to other files and
3032         remove.
3033         (enum resume_kind: Move to target/resume.h.
3034         (TARGET_WNOHANG): Move to target/wait.h.
3035         (enum target_waitkind): Move to target/waitstatus.h.
3036         (struct target_waitstatus): Likewise.
3037         * target.h: Do not include target-common.h and
3038         include target/resume.h, target/wait.h and
3039         target/waitstatus.h.
3040         * target/resume.h: New file.
3041         * target/wait.h: New file.
3042         * target/waitstatus.h: New file.
3043         * target/waitstatus.c: New file.
3044
3045 2013-08-19  Pedro Alves  <palves@redhat.com>
3046
3047         * linux-nat.c (linux_test_for_tracefork)
3048         (linux_test_for_tracesysgood, linux_child_follow_fork)
3049         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3050         (linux_nat_wait_1): Extend comment.
3051         (linux_async_pipe): Add comment.
3052
3053 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
3054
3055         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3056         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3057         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3058         Update to account for fact that PC is now a pseudo-register.
3059         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
3060         cases for RL78_PC_REGNUM.
3061
3062 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
3063
3064         PR cli/15841
3065         * top.c (quit_force): Skip writing history file
3066         if input is not from terminal.
3067
3068 2013-08-14  Tom Tromey  <tromey@redhat.com>
3069
3070         * remote.c (struct remote_state) <echo_nextthread, nextthread,
3071         resultthreadlist>: New fields.
3072         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3073         (remote_get_threadlist, remote_threadlist_iterator): Use
3074         new fields.  Remove static variables.
3075
3076 2013-08-14  Tom Tromey  <tromey@redhat.com>
3077
3078         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3079         remote_watch_data_address>: New fields.
3080         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3081         (process_stop_reply, remote_wait_as)
3082         (remote_check_watch_resources, remote_stopped_data_address): Update.
3083
3084 2013-08-14  Tom Tromey  <tromey@redhat.com>
3085
3086         * remote.c (struct remote_state) <async_client_callback,
3087         async_client_context>: New fields.
3088         (async_client_callback, async_client_context): Remove.
3089         (remote_async_serial_handler, remote_async): Update.
3090
3091 2013-08-14  Tom Tromey  <tromey@redhat.com>
3092
3093         * remote.c (sizeof_pkt): Remove.
3094         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3095
3096 2013-08-14  Tom Tromey  <tromey@redhat.com>
3097
3098         * remote.c (struct remote_state) <use_threadinfo_query,
3099         use_threadextra_query>: New fields.
3100         (remote_threads_info, remote_threads_extra_info)
3101         (remote_open_1): Update.
3102
3103 2013-08-14  Tom Tromey  <tromey@redhat.com>
3104
3105         * remote.c (struct remote_state) <finished_object,
3106         finished_annex, finished_offset>: New fields.
3107         (remote_read_qxfer): Use remote_state fields; remove static
3108         variables.
3109
3110 2013-08-14  Tom Tromey  <tromey@redhat.com>
3111
3112         * remote.c (struct remote_state) <last_sent_step>:
3113         New field.
3114         (last_sent_step): Remove.
3115         (remote_resume, remote_wait_as): Update.
3116
3117 2013-08-14  Tom Tromey  <tromey@redhat.com>
3118
3119         * remote.c (struct remote_state) <last_sent_signal>:
3120         New field.
3121         (last_sent_signal): Remove.
3122         (new_remote_state, remote_resume, remote_wait_as): Update.
3123
3124 2013-08-14  Tom Tromey  <tromey@redhat.com>
3125
3126         * remote.c (struct remote_state) <last_program_signals_packet>:
3127         New field.
3128         (last_program_signals_packet): Remove.
3129         (remote_program_signals, remote_open_1): Update.
3130
3131 2013-08-14  Tom Tromey  <tromey@redhat.com>
3132
3133         * remote.c (struct remote_state) <last_pass_packet>:
3134         New field.
3135         (last_pass_packet): Remove.
3136         (remote_pass_signals, remote_open_1): Update.
3137
3138 2013-08-14  Tom Tromey  <tromey@redhat.com>
3139
3140         * remote.c (struct remote_state) <remote_traceframe_number>:
3141         New field.
3142         (remote_traceframe_number): Remove.
3143         (new_remote_state, remote_open_1, set_remote_traceframe)
3144         (remote_trace_find): Update.
3145
3146 2013-08-14  Tom Tromey  <tromey@redhat.com>
3147
3148         * remote.c (struct remote_state) <general_thread, continue_thread>:
3149         New fields.
3150         (general_thread, continue_thread): Remove.
3151         (record_currthread, set_thread, set_general_process)
3152         (remote_open_1, extended_remote_attach_1, remote_wait_as)
3153         (extended_remote_mourn_1): Update.
3154
3155 2013-08-14  Tom Tromey  <tromey@redhat.com>
3156
3157         * remote.c (struct remote_state) <remote_desc>: New field.
3158         (remote_desc): Remove.
3159         (remote_threads_info, remote_threads_extra_info, remote_close)
3160         (send_interrupt_sequence, remote_start_remote, remote_open_1)
3161         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
3162         (remote_hostio_send_command, remote_file_put, remote_file_get)
3163         (remote_file_delete, remote_can_async_p, remote_is_async_p)
3164         (remote_async, remote_new_objfile, set_range_stepping): Update.
3165
3166 2013-08-14  Tom Tromey  <tromey@redhat.com>
3167
3168         * remote.c (remote_state): Now a pointer.
3169         (get_remote_state_raw): Update.
3170         (new_remote_state): New function.
3171         (_initialize_remote): Use new_remote_state.
3172
3173 2013-08-14  Tom Tromey  <tromey@redhat.com>
3174
3175         * remote.c (remote_protocol_features): Now const.
3176
3177 2013-08-14  Tom Tromey  <tromey@redhat.com>
3178
3179         * remote.c (crc32_table, crc32): Remove.
3180         (remote_verify_memory): Use xcrc32.
3181
3182 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
3183
3184         * value.h (create_internalvar_type_lazy): Adjust prototype
3185         declaration.
3186
3187 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
3188
3189         * common/format.c (parse_format_string): Don't allow '#' flag for
3190         pointer arguments in format string.
3191
3192 2013-08-13  Pierre Muller  <muller@sourceware.org>
3193
3194         * utils.c (init_page_info): Only call tgetnum function
3195         if rl_get_screen_size did not return useful values.
3196
3197 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
3198
3199         PR breakpoints/15117
3200         * linespec.c (linespec_parse_basic): Check for convenience
3201         variable or history value while parsing.
3202
3203 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
3204
3205         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3206         AVR.
3207         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
3208         different signals between the generic Linux kernel implementation
3209         and AVR's.
3210         (avr_linux_gdb_signal_from_target): Delete.
3211         (avr_linux_gdb_signal_to_target): Delete.
3212         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3213
3214 2013-08-09  Doug Evans  <dje@google.com>
3215
3216         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3217         entries.
3218
3219 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
3220
3221         * linux-tdep.c: Define enum with generic signal numbers.
3222         (linux_gdb_signal_from_target): New function.
3223         (linux_gdb_signal_to_target): Likewise.
3224         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3225         methods to the functions above.
3226         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3227         (linux_gdb_signal_to_target): Likewise.
3228         * alpha-linux-tdep.c: Define new enum with signals different
3229         from generic Linux kernel.
3230         (alpha_linux_gdb_signal_from_target): New function.
3231         (alpha_linux_gdb_signal_to_target): Likewise.
3232         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3233         with the functions mentioned above.
3234         * avr-tdep.c: Define enum with differences between Linux kernel
3235         and AVR signals.
3236         (avr_linux_gdb_signal_from_target): New function.
3237         (avr_linux_gdb_signal_to_target): Likewise.
3238         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3239         the functions mentioned above.
3240         * sparc-linux-tdep.c: Define enum with differences between SPARC
3241         and generic Linux kernel signal numbers.
3242         (sparc32_linux_gdb_signal_from_target): New function.
3243         (sparc32_linux_gdb_signal_to_target): Likewise.
3244         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3245         to the functions defined above.
3246         * xtensa-linux-tdep.c: Define enum with differences between
3247         Xtensa and Linux kernel generic signals.
3248         (xtensa_linux_gdb_signal_from_target): New function.
3249         (xtensa_linux_gdb_signal_to_target): Likewise.
3250         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3251         to the functions defined above.
3252         * mips-linux-tdep.c: Define enum with differences between
3253         signals in MIPS and Linux kernel generic ones.
3254         (mips_gdb_signal_to_target): New function.
3255         (mips_gdb_signal_from_target): Redefine to use new enum, handle
3256         only different signals from the Linux kernel generic.
3257         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3258         the functions defined above.
3259         * mips-linux-tdep.h (enum mips_signals): Remove.
3260
3261 2013-08-09  Pedro Alves  <palves@redhat.com>
3262
3263         * avr-tdep.c (XMALLOC): Delete macro.
3264         * cli/cli-dump.c (XMALLOC): Delete macro.
3265
3266 2013-08-09  Pedro Alves  <palves@redhat.com>
3267
3268         * cli/cli-dump.c: Don't include cli/cli-dump.h.
3269         (scan_expression_with_cleanup, scan_filename_with_cleanup)
3270         (fopen_with_cleanup, add_dump_command): Make static.
3271         * cli/cli-dump.h: Delete file.
3272         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3273         cli/cli-dump.h.
3274
3275 2013-08-09  Pedro Alves  <palves@redhat.com>
3276
3277         * tracepoint.c (tfile_start): Show tilde-expanded filename in
3278         error message.
3279
3280 2013-08-09  Pedro Alves  <palves@redhat.com>
3281
3282         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3283         error message.
3284
3285 2013-08-09  Pedro Alves  <palves@redhat.com>
3286
3287         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3288         (gcore_command): Use tilde_expand here, and when showing the
3289         filename to the user, show the expanded version.
3290
3291 2013-08-09  Yao Qi  <yao@codesourcery.com>
3292
3293         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3294         'entryval' is set.
3295
3296 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
3297
3298         * gcore.c (create_gcore_bfd): Use tilde_expand.
3299
3300 2013-08-08  Yao Qi  <yao@codesourcery.com>
3301
3302         * frame.h (read_frame_local): Declare.
3303         * mi/mi-cmd-stack.c (list_args_or_locals): Call
3304         read_frame_local.
3305         * stack.c (read_frame_local): New.
3306
3307 2013-08-08  Yao Qi  <yao@codesourcery.com>
3308
3309         * mi/mi-cmd-stack.c: Update comments to function
3310         list_args_or_locals.
3311
3312 2013-08-07  Tom Tromey  <tromey@redhat.com>
3313
3314         PR symtab/15028:
3315         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3316         (process_psymtab_comp_unit_reader): Use it.
3317         (process_psymtab_comp_unit): Update.  Add "pretend_language"
3318         argument.
3319         (dwarf2_build_psymtabs_hard): Update.
3320         (scan_partial_symbols): Pass CU's language to
3321         process_psymtab_comp_unit.
3322
3323 2013-08-07  Tom Tromey  <tromey@redhat.com>
3324
3325         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3326         (dwarf2_gdb_index_functions): Update.
3327         * psymtab.c (find_symbol_file_from_partial): Remove.
3328         (psym_functions): Update.
3329         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3330         Remove.
3331
3332 2013-08-07  Tom Tromey  <tromey@redhat.com>
3333
3334         * symfile.c (set_initial_language): Look up "main" symbol
3335         and use its language.
3336         * symtab.c (find_main_filename): Remove.
3337         * symtab.h (find_main_filename): Remove.
3338
3339 2013-08-07  Tom Tromey  <tromey@redhat.com>
3340
3341         * dwarf2read.c (recursively_compute_inclusions): Add
3342         "immediate_parent" argument.  Set symtab's "user" field
3343         if not set.
3344         (compute_symtab_includes): Update.
3345
3346 2013-08-07  Tom Tromey  <tromey@redhat.com>
3347
3348         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3349         when adding label symbols.
3350
3351 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3352             Ulrich Weigand  <uweigand@de.ibm.com>
3353
3354         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3355         * configure.host (powerpc64-*-aix*): Likewise.
3356
3357 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3358             Ulrich Weigand  <uweigand@de.ibm.com>
3359
3360         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3361         is defined.
3362         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3363         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3364         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3365         * configure.ac: Check for ptrace64.
3366         * configure, config.in: Regenerate.
3367
3368 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3369             Ulrich Weigand  <uweigand@de.ibm.com>
3370
3371         * aixthread.c: Call ptrace64 instead of ptracex if defined.
3372         Call ptrace64 instead of ptrace if defined.
3373         Add macro addr_ptr to take care of ptrace address argument.
3374         (pdc_read_regs): Likewise.
3375         (pdc_write_regs): Likewise.
3376         (aix_thread_resume): Likewise.
3377         (fetch_regs_kernel_thread): Likewise.
3378         (store_regs_kernel_thread): Likewise.
3379
3380 2013-08-07  Anton Blanchard  <anton@samba.org>
3381
3382         * MAINTAINERS: Add myself to Write After Approval.
3383
3384 2013-08-05  Tom Tromey  <tromey@redhat.com>
3385
3386         * aix-thread.c (_initialize_aix_thread): Use
3387         complete_target_initialization.
3388         * bsd-uthread.c (_initialize_bsd_uthread): Use
3389         complete_target_initialization.
3390         * dec-thread.c (_initialize_dec_thread): Use
3391         complete_target_initialization.
3392         * ravenscar-thread.c (_initialize_ravenscar): Use
3393         complete_target_initialization.
3394         * sol-thread.c (_initialize_sol_thread): Use
3395         complete_target_initialization.
3396         * spu-multiarch.c (_initialize_spu_multiarch): Use
3397         complete_target_initialization.
3398
3399 2013-08-05  Tom Tromey  <tromey@redhat.com>
3400
3401         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3402         * ada-lang.c (ada_lookup_simple_minsym): Return
3403         bound_minimal_symbol.
3404         * ada-lang.h (ada_lookup_simple_minsym): Update.
3405         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3406         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3407         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3408         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3409         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3410         * minsyms.c (msymbol_objfile): Remove.
3411         (lookup_minimal_symbol_internal): New function, from
3412         lookup_minimal_symbol.
3413         (lookup_minimal_symbol): Rewrite using
3414         lookup_minimal_symbol_internal.
3415         (lookup_bound_minimal_symbol): New function.
3416         * minsyms.h (msymbol_objfile): Remove.
3417         (lookup_bound_minimal_symbol): Declare.
3418         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3419         * parse.c (write_exp_msymbol): Change parameter to a
3420         bound_minimal_symbol.
3421         (write_dollar_variable): Use lookup_bound_minimal_symbol.
3422         * parser-defs.h (write_exp_msymbol): Update.
3423         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3424         * symfile.c (simple_read_overlay_table): Use
3425         lookup_bound_minimal_symbol.
3426         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3427         (search_symbols): Likewise.
3428         (print_msymbol_info): Take a bound_minimal_symbol argument.
3429         (symtab_symbol_info, rbreak_command): Update.
3430         * symtab.h (struct symbol_search) <msymbol>: Change type
3431         to bound_minimal_symbol.
3432         * valops.c (find_function_in_inferior): Use
3433         lookup_bound_minimal_symbol.
3434         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3435
3436 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3437
3438         Code cleanup.
3439         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3440         to ...
3441         (async_cleanup_sigint_signal_handler): ... this.
3442         (initialize_sigint_signal_handler): Remove declaration.
3443         (handle_remote_sigint): Rename the declaration to ...
3444         (async_handle_remote_sigint): ... this.
3445         (handle_remote_sigint_twice): Rename the declaration to ...
3446         (async_handle_remote_sigint_twice): ... this.
3447         (async_remote_interrupt, async_remote_interrupt_twice)
3448         (remote_interrupt): Remove the declarations.
3449         (remote_interrupt_twice): Rename the declaration ...
3450         (sync_remote_interrupt_twice): ... this.
3451         (sigint_remote_twice_token): Rename the variable to ...
3452         (async_sigint_remote_twice_token): ... this.
3453         (sigint_remote_token): Rename the variable to ...
3454         (async_sigint_remote_token): ... this.
3455         (initialize_sigint_signal_handler): Rename the function to ...
3456         (async_initialize_sigint_signal_handler): ... this.  Update the name
3457         inside.
3458         (handle_remote_sigint): Rename the function to ...
3459         (async_handle_remote_sigint): ... this.  Update the names inside.
3460         (handle_remote_sigint_twice): Rename the function to ...
3461         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
3462         (cleanup_sigint_signal_handler): Rename the function to ...
3463         (async_cleanup_sigint_signal_handler): ... this.
3464         (remote_interrupt): Rename the function to ...
3465         (sync_remote_interrupt): this.  Update the names inside.
3466         (remote_interrupt_twice): Rename the function to ...
3467         (sync_remote_interrupt_twice): this.  Update the names inside.
3468         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3469         (_initialize_remote): Update the names inside.
3470
3471 2013-08-02  Tom Tromey  <tromey@redhat.com>
3472
3473         PR symtab/15719:
3474         * breakpoint.c (update_watchpoint, watchpoint_check)
3475         (watch_command_1): Update.
3476         * eval.c (fetch_subexp_value): Add "preserve_errors"
3477         parameter.
3478         * ppc-linux-nat.c (check_condition): Update.
3479         * value.h (fetch_subexp_value): Update.
3480
3481 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
3482
3483         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3484         add_file_handler.
3485
3486 2013-08-01  Doug Evans  <dje@google.com>
3487
3488         PR symtab/15691
3489         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3490         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3491         Add assert of sig_entry->dwo_unit == NULL.
3492         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3493         had already been read.
3494         (read_signatured_type): Set per_cu.tu_read.
3495
3496         PR symtab/15695
3497         * valops.c (value_struct_elt): Add missing call to check_typedef.
3498         (value_find_oload_method_list): Ditto.
3499
3500         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3501         effectively, struct symbol_search **.
3502         (make_cleanup_free_search_symbols): Change arg to struct
3503         symbol_search **.  All callers updated.
3504         (compare_search_syms): Compare symtab file name and block as well.
3505         (search_symbols_equal): New function.
3506         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3507         New args new_head, new_tail.  Result is now void.  Remove dups after
3508         sorting the symbols.
3509         (search_symbols): Sort all found symbols once, after all have been
3510         found, and remove duplicates.  Simplify cleanup tracking of result.
3511         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3512
3513         Further workarounds for binutils/15021.
3514         * dwarf2read.c (recursively_compute_inclusions): Change type of result
3515         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
3516         Watch for duplicate symtabs coming from type units.
3517         (compute_symtab_includes): Update call to
3518         recursively_compute_inclusions. Build vector of included symtabs
3519         instead of per_cus.
3520         * symtab.h (symtab_ptr): New typedef.
3521         (DEF_VEC_P (symtab_ptr)): New VEC type.
3522         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
3523         instead.
3524
3525 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
3526
3527         * cli/cli-script.c (script_from_file): Remove use of
3528         error_pre_print.
3529         * main.c (captured_main): Remove use of error_pre_print and
3530         quit_pre_print.
3531         * utils.c (error_pre_print, quit_pre_print): Remove.
3532         * utils.h (error_pre_print, quit_pre_print): Likewise.
3533
3534 2013-08-01  Yao Qi  <yao@codesourcery.com>
3535
3536         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3537         with mi_getopt.
3538         (mi_cmd_stack_list_variables): Likewise.
3539
3540 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3541
3542         * exceptions.c (deprecated_throw_reason): Remove.
3543         * exceptions.h (deprecated_throw_reason): Remove.
3544
3545 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3546
3547         * remote-mips.c (mips_error): Replace use of
3548         deprecated_throw_reason with throw_verror.  Use the error message
3549         passed to mips_error as the error message for throw_verror.
3550
3551 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3552
3553         * monitor.c (monitor_interrupt_query): Replace use of
3554         deprecated_throw_reason with quit.
3555         * nto-procfs.c (interrupt_query): Likewise.
3556         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3557         * remote-mips.c (mips_kill): Likewise.
3558         * remote.c (interrupt_query): Likewise.
3559
3560 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3561
3562         * utils.c (internal_verror): Replace use of deprecated_throw_reason
3563         with call to fatal.
3564
3565 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
3566             Yao Qi  <yao@codesourcery.com>
3567
3568         * tracepoint.c (trace_dump_command): Select the current frame.
3569
3570 2013-07-30  Doug Evans  <dje@google.com>
3571
3572         * dwarf2read.c (process_queue): Add type signature to debug output.
3573
3574 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3575
3576         * value.c (value_fetch_lazy): Mark optimized out values as such
3577         rather than raising an error.
3578
3579 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3580
3581         * value.c (value_fetch_lazy): Ensure parent value is not lazy
3582         before checking which bits of the parent, not the child, value are
3583         valid.
3584
3585 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
3586
3587         PR gdb/15715
3588         * top.c: Include "filenames.h".
3589         (set_history_filename): New function.
3590         (init_main): Install it as set hook of the "set history filename"
3591         command.
3592
3593 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3594
3595         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3596         attribute parameter.
3597         (dwarf2_const_value_data): Constify struct attribute parameter.
3598         (dwarf2_const_value): Constify struct attribute parameter.
3599         (dwarf2_const_value_attr): Constify struct attribute parameter.
3600         (lookup_die_type): Constify struct attribute parameter.
3601         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3602         (follow_die_ref_or_sig): Constify struct attribute parameter.
3603         (follow_die_ref): Constify struct attribute parameter.
3604         (follow_die_sig): Constify struct attribute parameter.
3605         (get_DW_AT_signature_type): Constify struct attribute parameter.
3606         (get_type_unit_group): Constify struct attribute parameter.
3607         (fill_in_loclist_baton): Constify struct attribute parameter.
3608         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3609         (type_unit_group): Constify struct attribute parameter.
3610
3611 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3612
3613         * dwarf2read.c (attr_form_is_block): Make argument const.
3614         (attr_form_is_section_offset): Make argument const.
3615         (attr_form_is_constant): Make argument const.
3616         (attr_form_is_ref): Make argument const.
3617
3618 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3619
3620         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3621         All uses updated.
3622         (attr_form_is_ref): Moved below attr_form_is_constant.
3623
3624 2013-07-29  Doug Evans  <dje@google.com>
3625
3626         * main.c (captured_command_loop): Tweak comment.
3627
3628         * target.c (target_async_permitted_1): Fix comment.
3629
3630         * symtab.c (iterate_over_some_symtabs): Add comment.
3631
3632         * symtab.c (iterate_over_some_symtabs): Fix indentation.
3633
3634 2013-07-27  Yao Qi  <yao@codesourcery.com>
3635
3636         * NEWS: Mention that GDBserver now supports hardware
3637         watchpoints on the MIPS GNU/Linux target.
3638
3639 2013-07-27  Yao Qi  <yao@codesourcery.com>
3640
3641         * Makefile.in (HFILES_NO_SRCDIR): Add
3642         common/mips-linux-watch.h.
3643         (mips-linux-watch.o): New rule.
3644         * common/mips-linux-watch.c: New.
3645         * common/mips-linux-watch.h: New.
3646         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3647         * mips-linux-nat.c: Include mips-linux-watch.h.
3648         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3649         to common/mips-linux-watch.h.
3650         (MAX_DEBUG_REGISTER): Likewise.
3651         (enum pt_watch_style): Likewise.
3652         (struct mips32_watch_regs): Likewise.
3653         (struct mips64_watch_regs): Likewise.
3654         (struct pt_watch_regs): Likewise.
3655         (struct mips_watchpoint): Likewise.
3656         (mips_linux_watch_get_irw_mask): Move to
3657         common/mips-linux-watch.c.
3658         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3659         (mips_linux_watch_get_watchlo): Likewise.
3660         (mips_linux_watch_set_watchlo): Likewise.
3661         (mips_linux_watch_get_watchhi): Likewise.
3662         (mips_linux_watch_set_watchhi): Likewise.
3663         (mips_linux_read_watch_registers): Likewise.
3664         (mips_linux_watch_type_to_irw): Likewise.
3665         (mips_linux_stopped_data_address, fill_mask): Likewise.
3666         (mips_linux_watch_try_one_watch): Likewise.
3667         (mips_linux_watch_populate_regs): Likewise.
3668
3669 2013-07-27  Yao Qi  <yao@codesourcery.com>
3670
3671         * mips-linux-nat.c (get_irw_mask): Rename to ...
3672         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
3673         'set' to 'n'.  Update function comment.  All callers changed.
3674         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
3675         function comment.  All callers changed.
3676         (get_num_valid): Rename to ...
3677         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
3678         'set' to 'n'.  Update function comment.  All callers changed.
3679         (get_watchlo): Rename to ...
3680         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
3681         'set' to 'n'.  Update function comment.  All callers changed.
3682         (set_watchlo): Rename to ...
3683         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
3684         'set' to 'n'.  Update function comment.  All callers changed.
3685         (get_watchhi): Rename to ...
3686         (mips_linux_watch_get_watchhi): ... this.  Update function
3687         comment.  All callers changed.
3688         (set_watchhi): Rename to ...
3689         (mips_linux_watch_set_watchhi): ... this.  Update function
3690         comment.  All callers changed.
3691         (mips_linux_read_watch_registers): Update function comment.
3692         Add new parameters 'lwpid', 'watch_readback', and
3693         'watch_readback_valid'.  Update.
3694         (type_to_irw): Rename to ...
3695         (mips_linux_watch_type_to_irw): ... this.  Update function
3696         comment.  All callers changed.
3697         (fill_mask): Update function comment.
3698         (try_one_watch): Rename to ...
3699         (mips_linux_watch_try_one_watch): ... this.  Change the type
3700         of parameter 'irw' from 'unsigned' to 'uint32_t'.
3701         (populate_regs_from_watches): Rename to ...
3702         (mips_linux_watch_populate_regs): ... this.  Add parameter
3703         'current_watches'.  All callers changed.
3704
3705 2013-07-27  Yao Qi  <yao@codesourcery.com>
3706
3707         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3708         the code.
3709         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3710         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3711         (struct pt_watch_regs): Likewise.
3712         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3713         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3714         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3715         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3716         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3717
3718 2013-07-27  Yao Qi  <yao@codesourcery.com>
3719
3720         * breakpoint.h: Include break-common.h.
3721         (enum target_hw_bp_type): Move to ...
3722         * common/break-common.h: ... here.  New.
3723
3724 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
3725
3726         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3727         process group regardless of having tty on stdin.
3728
3729 2013-07-25  Doug Evans  <dje@google.com>
3730
3731         * linux-fork.h (detach_fork): Delete.
3732
3733 2013-07-25  Tom Tromey  <tromey@redhat.com>
3734
3735         PR remote/15256, PR remote/15266:
3736         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3737         * monitor.c (monitor_detach): Use unpush_target.
3738         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3739         * remote-mips.c (mips_detach): Use unpush_target.  Don't
3740         call mips_close.
3741         * remote-sim.c (gdbsim_detach): Use unpush_target.
3742         * target.c (pop_target): Remove.
3743         (pop_all_targets_above): Don't call target_close.
3744         (target_close): Assert that the target is unpushed.
3745         * target.h (pop_target): Don't declare.
3746         * tracepoint.c (tfile_open): Use unpush_target.
3747
3748 2013-07-25  Tom Tromey  <tromey@redhat.com>
3749
3750         * linux-thread-db.c (init_thread_db_ops): Call
3751         complete_target_initialization.
3752         (_initialize_thread_db): Don't call add_target.
3753         * target.c (complete_target_initialization): New function.
3754         (add_target_with_completer): Call it.
3755         * target.h (complete_target_initialization): Declare.
3756
3757 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3758
3759         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3760         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3761         (HPPANBSD_SIZEOF_GREGS): New define.
3762         (hppaobsd_supply_gregset): Handle additional registers.
3763         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3764         we provide more registers now.
3765         (hppabsd_supply_gregset): Supply additional registers.
3766         (hppabsd_collect_gregset): Collect additional registers.
3767
3768 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3769
3770         * hppabsd-tdep.c: Include "dwarf2-frame.h".
3771         (hppabsd_dwarf2_frame_init_reg): New function.
3772         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3773
3774 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3775
3776         * mi/mi-main.c (output_register): Make MI 'r' format use standard
3777         'z' format code.  Remove error for optimized out values, standard
3778         code will handle these fine.
3779
3780 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3781
3782         * NEWS: Mention new 'z' formatter.
3783         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3784         (_initialize_printcmd): Mention 'z' formatter in help text of the
3785         'x' command.
3786
3787 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
3788
3789         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3790         formatting.
3791
3792 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3793
3794         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3795         interface can evaluate arguments.  Fallback to the old mode if it
3796         cannot.
3797         (create_exception_master_breakpoint): Likewise.
3798         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3799         (struct sym_probe_fns elf_probe_fns): Export function above to the
3800         probe interface.
3801         * probe.c (can_evaluate_probe_arguments): New function.
3802         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3803         function pointer.
3804         (can_evaluate_probe_arguments): New function prototype.
3805         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3806         probe interface can evaluate arguments.  Fallback to the old mode
3807         if it cannot.
3808         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3809         interface can evaluate arguments.  Warning the user if it cannot.
3810         (stap_can_evaluate_probe_arguments): New function.
3811         (struct probe_ops stap_probe_ops): Export function above to the
3812         probe interface.
3813         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3814         New function pointer.
3815
3816 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3817
3818         * Makefile.in (SFILES): Add common/target-common.c.
3819         Add common/target-common.h to headers.
3820         (COMMON_OBS): Add target-common.o.
3821         (target-common.o): New target.
3822         * linux-nat.h (resume_kind): Move to common/target-common.h.
3823         * target.c (target_waitstatus_to_string): Move to
3824         common/target-common.c.
3825         * target.h: Include target-common.h.
3826         (target_waitkind): Move to common/target-common.h.
3827         (target_waitstatus): Likewise.
3828         (TARGET_WNOHANG): Likewise.
3829         * common/target-common.c: New file.
3830         * common/target-common.h: New file.
3831
3832 2013-07-24  Doug Evans  <dje@google.com>
3833
3834         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3835         a warning.
3836
3837 2013-07-23  Yao Qi  <yao@codesourcery.com>
3838
3839         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3840         parameter 'gdbarch'.
3841         (i386_stack_tramp_frame_sniffer): Caller update.
3842         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3843         parameter 'gdbarch' and 'target'.
3844         (i386_linux_core_read_description): Caller update.
3845         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3846         Likewise.
3847         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3848         declaration.
3849
3850 2013-07-23  Tom Tromey  <tromey@redhat.com>
3851
3852         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3853         2013-07-22.
3854
3855 2013-07-22  Doug Evans  <dje@google.com>
3856
3857         * exec.h (remove_target_sections): Delete arg abfd.
3858         * exec.c (exec_close): Update call to remove_target_sections.
3859         (remove_target_sections): Delete arg abfd.
3860         * solib.c (update_solib_list): Ditto.
3861         (reload_shared_libraries_1): Ditto.
3862         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3863         * target.h (struct target_section): Rename key to owner.
3864         All uses updated.
3865
3866 2013-07-22  Tom Tromey  <tromey@redhat.com>
3867
3868         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3869
3870 2013-07-22  Tom Tromey  <tromey@redhat.com>
3871
3872         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3873         Simplify cleanup handling.
3874
3875 2013-07-22  Tom Tromey  <tromey@redhat.com>
3876
3877         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3878         on all return paths.
3879
3880 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3881
3882         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3883         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3884         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3885
3886 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3887
3888         * top.c (print_gdb_version): Add help, apropos description and
3889         url to online documentation.
3890
3891 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3892
3893         PR gdb/15692
3894         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3895
3896 2013-07-19  Yao Qi  <yao@codesourcery.com>
3897
3898         * target.c (update_current_target): Change the default action
3899         of 'to_traceframe_info' from tcomplain to return_zero.
3900         * target.h (struct target_ops) <to_traceframe_info>: Add more
3901         comments.
3902         * valops.c (read_value_memory): Call
3903         traceframe_available_memory unconditionally.
3904
3905 2013-07-18  Yao Qi  <yao@codesourcery.com>
3906
3907         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3908         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3909         symbol without prefix.  If found, set its type to
3910         'mst_solib_trampoline'.
3911
3912 2013-07-17  Doug Evans  <dje@google.com>
3913
3914         * NEWS: Mention "set print raw frame-arguments".
3915         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3916         * stack.c (print_raw_frame_arguments): New static global.
3917         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3918         (_initialize_stack): New command "set/show print raw frame-arguments".
3919         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3920         (set_print_raw, show_print_raw): New functions.
3921         (_initialize_valprint): New prefix command "set/show print raw".
3922         * valprint.h (value_print_options): Improve comments.
3923
3924         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3925         of all *list variables.
3926
3927         * gdbcmd.h (togglelist): Delete.
3928         * cli/cli-cmds.c (togglelist): Delete.
3929         (init_cmd_lists): Update.
3930         * cli/cli-cmds.h (togglelist): Delete.
3931
3932 2013-07-17  Tom Tromey  <tromey@redhat.com>
3933
3934         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3935         dwarf2_per_objfile.
3936
3937 2013-07-16  Doug Evans  <dje@google.com>
3938
3939         * nto-tdep.c (nto_relocate_section_addresses): Update,
3940         target_section.bfd deleted.
3941         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3942         * s390-tdep.c (s390_load): Ditto.
3943         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3944
3945 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3946
3947         * common/format.c (parse_format_string): Add checks for NULL
3948         character before calling strchr.
3949
3950 2013-07-16  Doug Evans  <dje@google.com>
3951
3952         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3953         temp_pathname argument.
3954         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3955         when opening the file fails.
3956
3957         * target.h (struct target_section): Delete member bfd.
3958         All users updated to use the_bfd_section->owner instead.
3959         * exec.c (add_to_section_table): Assert bfd is expected value.
3960         Remove initialization of target_section.bfd.
3961         (remove_target_sections): Update.
3962         (section_table_available_memory): Update.
3963         (section_table_xfer_memory_partial): Update.
3964         (print_section_info): Update.
3965         (exec_set_section_address): Update.
3966         * record-full.c (record_full_core_xfer_partial): Update.
3967         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3968         * solib-target.c (solib_target_relocate_section_addresses): Update.
3969         * symfile.c (build_section_addr_info_from_section_table): Update.
3970         * target.c (memory_xfer_live_readonly_partial): Update.
3971         (memory_xfer_partial_1): Update.
3972
3973 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3974
3975         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3976         now available for embedded (BookE) and server (BookS) processors,
3977         correct mentions of 'booke' and adjust comments accordingly in order to
3978         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3979         (have_ptrace_booke_interface): Rename function and variable
3980         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3981         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3982         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3983         'hwdebug_point_cmp'. Update all uses.
3984         (booke_find_thread_points_by_tid): Rename function
3985         'booke_find_thread_points_by_tid' to
3986         'hwdebug_find_thread_points_by_tid'. Update all uses.
3987         (booke_insert_point): Rename function 'booke_insert_point' to
3988         'hwdebug_insert_point'. Update all uses.
3989         (booke_remove_point): Rename function 'booke_remove_point' to
3990         'hwdebug_remove_point'. Update all uses.
3991
3992 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3993
3994         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3995         numbers with enum values.
3996
3997 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3998
3999         PR threads/13217
4000         * thread.c (thread_apply_all_command): Check for valid threads
4001         and thread count.
4002         (thread_array_cleanup): New struct.
4003         (set_thread_refcount): New function.
4004
4005 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
4006
4007         * infcmd.c (default_print_one_register_info): Reuse function
4008         print_hex_chars.
4009
4010 2013-07-10  Tom Tromey  <tromey@redhat.com>
4011
4012         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4013         (ada-exp.o): New target.
4014
4015 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
4016
4017         * mt-tdep.c (mt_registers_info): Call
4018         get_no_prettyformat_print_options instead of
4019         get_raw_print_options (regression by last patch from Doug
4020         Evans).
4021
4022 2013-07-09  Pedro Alves  <palves@redhat.com>
4023
4024         Checked in by Joel Brobecker  <brobecker@adacore.com>.
4025         * ada-lang.c (coerce_unspec_val_to_type): Use
4026         value_optimized_out_const.
4027         * value.c (value_optimized_out_const): New function.
4028         * value.h (value_optimized_out_const): New declaration.
4029
4030 2013-07-09  Doug Evans  <dje@google.com>
4031
4032         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4033         Enum values rename as well.  All uses updated.
4034         * valprint.h (value_print_options): Rename member pretty to
4035         pretty format.  Rename member prettyprint_arrays to
4036         prettyformat_arrays.  Rename member prettyprint_structs to
4037         prettyformat_structs.  All uses updated.
4038         (get_no_prettyformat_print_options): Renamed from
4039         get_raw_print_options.
4040         * valprint.c (get_no_prettyformat_print_options): Renamed from
4041         get_raw_print_options.  All callers updated.
4042         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4043         All callers updated.
4044         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4045         All callers updated.
4046         (_initialize_valprint): Improve help text for "set print pretty" and
4047         "set print arrays".
4048
4049 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
4050
4051         * value.c (value_bits_valid): Revert previous change, and change
4052         by Pedro on 2013-07-04, due to regressions in
4053         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4054
4055 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
4056             Pedro Alves  <palves@redhat.com>
4057
4058         * value.c (value_bits_valid): If the value is not lval_computed
4059         or has no check validity handler then the answer is the
4060         optimized_out flag, otherwise defer to the handler.
4061
4062 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
4063
4064         * top.c (print_gdb_configuration): Explain in output of
4065         --configuration what does "relocatable" mean.
4066
4067         * main.c (print_gdb_help): Regroup options in the --help text.
4068         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4069         the relevant discussions.
4070
4071 2013-07-06  Yao Qi  <yao@codesourcery.com>
4072
4073         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4074         Remove parameter 'lsal'.
4075         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4076         to inner block.  Caller update.
4077         (base_breakpoint_create_breakpoints_sal): Update.
4078         (bkpt_create_breakpoints_sal): Likewise.
4079         (tracepoint_create_breakpoints_sal): Likewise.
4080         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4081         element 0 of vector 'canonical->sals'.
4082
4083 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
4084
4085         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4086         register number instead of the pseudo register one.
4087         (rs6000_dwarf2_reg_to_regnum): Likewise.
4088
4089 2013-07-04  Pedro Alves  <palves@redhat.com>
4090
4091         * findvar.c (value_of_register): Use allocate_optimized_out_value
4092         if the register has been optimized out, instead of
4093         set_value_optimized_out.
4094         * frame-unwind.c (frame_unwind_got_optimized): Use
4095         allocate_optimized_out_value.
4096
4097 2013-07-04  Pedro Alves  <palves@redhat.com>
4098
4099         * value.c (value_bits_valid): If the value is not lval_computed,
4100         or doesn't have a check_validity hook, assume the value is entirely
4101         valid.
4102
4103 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4104
4105         * stack.c (read_frame_arg): No longer fetch lazy values.
4106         * value.c (value_optimized_out): If the value is not already
4107         marked optimized out, and is lazy then fetch it.
4108         (value_primitive_field): Move optimized out check to later in the
4109         function, after we have loaded any lazy values.
4110         (value_fetch_lazy): Use optimized out flag directly rather than
4111         calling optimized_out method.
4112
4113 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
4114
4115         * valops.c: Don't include "user-regs.h".
4116         (value_fetch_lazy): Moved to value.c.
4117         * value.c: Include "user-regs.h".
4118         (value_fetch_lazy): Moved from valops.c.
4119
4120 2013-07-04  Yao Qi  <yao@codesourcery.com>
4121
4122         Revert:
4123         2013-06-27  Yao Qi  <yao@codesourcery.com>
4124
4125         * common/create-version.sh: Update comments.  Handle the case
4126         that TARGET_ALIAS is empty.
4127
4128 2013-07-03  Pedro Alves  <palves@redhat.com>
4129
4130         * Makefile.in (config.status): Depend on development.sh.
4131         (aclocal_m4_deps): Add libmcheck.m4.
4132         * acinclude.m4: Include libmcheck.m4.
4133         * configure.ac: Source development.sh instead of setting
4134         'development' here.  --enable-libmcheck/--disable-libmcheck code
4135         factored out to GDB_AC_LIBMCHECK.  Run it.
4136         * development.sh: New file.
4137         * libmcheck.m4: New file.
4138         * configure: Regenerate.
4139
4140 2013-07-02  Tom Tromey  <tromey@redhat.com>
4141
4142         * contrib/ari/update-web-ari.sh: Update for version.in change.
4143
4144 2013-07-02  Tom Tromey  <tromey@redhat.com>
4145
4146         * common/ptid.h: Comment fixes.
4147
4148 2013-07-01  Tom Tromey  <tromey@redhat.com>
4149
4150         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
4151         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
4152         (dwarf2_read_index, create_all_comp_units): Update.
4153
4154 2013-07-01  Tom Tromey  <tromey@redhat.com>
4155
4156         * configure.ac (build_warnings): Add -Wold-style-definition.
4157         * configure: Rebuild.
4158         * machoread.c (_initialize_machoread): Use "(void)".
4159         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
4160         use "(void)".
4161
4162 2013-07-01  Tom Tromey  <tromey@redhat.com>
4163
4164         * configure.ac (build_warnings): Add -Wold-style-declaration.
4165         * configure: Rebuild.
4166         * dsrec.c (make_srec): Use "static const", not "const static".
4167         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4168         not "const static".
4169         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4170         Use "static const", not "const static".
4171         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4172         not "const static".
4173         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4174         not "const static".
4175         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4176         not "const static".
4177         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4178         not "const static".
4179         (v850_dbtrap_breakpoint_from_pc): Likewise.
4180         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4181         not "const static".
4182
4183 2013-07-01  Tom Tromey  <tromey@redhat.com>
4184
4185         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4186         * configure: Rebuild.
4187
4188 2013-07-01  Pedro Alves  <palves@redhat.com>
4189
4190         * defs.h: Include "pathmax.h".
4191         * utils.c: Don't include sys/param.h.
4192         (gdb_realpath): Remove code that checks for MAXPATHLEN.
4193         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4194         instead of MAXPATHLEN.
4195         * solib-sunos.c: Don't include sys/param.h.
4196         * xcoffread.c: Don't include sys/param.h.
4197         * bsd-kvm.c: Don't include sys/param.h.
4198         * darwin-nat.c: Don't include sys/param.h.
4199         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4200         * darwin-nat-info.c: Don't include sys/param.h.
4201         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4202         MAXPATHLEN.
4203         * i386obsd-nat.c: Don't include sys/param.h.
4204         * inf-child.c: Don't include sys/param.h.
4205         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4206         * linux-fork.c: Don't include sys/param.h.
4207         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4208         * linux-nat.c: Don't include sys/param.h.
4209         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4210         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4211         * m68klinux-nat.c: Don't include sys/param.h.
4212         * nbsd-nat.c: Don't include sys/param.h.
4213         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4214         * ppc-linux-nat.c: Don't include sys/param.h.
4215         * rs6000-nat.c: Don't include sys/param.h.
4216         * spu-linux-nat.c. Don't include sys/param.h.
4217         * windows-nat.c: Don't include sys/param.h.
4218         * xtensa-linux-nat.c: Don't include sys/param.h.
4219         * config/i386/nm-fbsd.h: Don't include sys/param.h.
4220
4221 2013-07-01  Pedro Alves  <palves@redhat.com>
4222
4223         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4224         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4225         * gnulib/aclocal.m4: Regenerate.
4226         * gnulib/config.in: Regenerate.
4227         * gnulib/configure: Regenerate.
4228         * gnulib/import/pathmax.h: New file.
4229         * gnulib/import/Makefile.am: Regenerate.
4230         * gnulib/import/Makefile.in: Regenerate.
4231         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4232         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4233         * gnulib/import/m4/pathmax.m4: New file.
4234
4235 2013-07-01  Pedro Alves  <palves@redhat.com>
4236
4237         * configure.ac (GDBINIT): Define, depending on host.
4238         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4239         * top.c (PATH_MAX): Delete fallback definition.
4240         (GDBINIT_FILENAME): Delete.
4241         (gdbinit): Reimplement as const char array set to the GDBINIT
4242         string constant.
4243         * top.h (gdbinit): Make const.
4244         * configure, config.in: Regenerate.
4245
4246 2013-07-01  Pedro Alves  <palves@redhat.com>
4247
4248         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4249         * cli/cli-cmds.h (source_script): Likewise.
4250         * exceptions.c (catch_command_errors_const): New function.
4251         * exceptions.h (catch_command_errors_const): Declare.
4252         * main.c (get_init_files): Make parameters const, and adjust.
4253         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4254         'local_gdbinit' locals const.  Adjust to use
4255         catch_command_errors_const.
4256         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4257         'local_gdbinit' locals const.
4258
4259 2013-07-01  Pedro Alves  <palves@redhat.com>
4260
4261         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4262         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4263         * tracepoint.c: Don't check HAVE_UNISTD_H before including
4264         <unistd.h>.
4265
4266 2013-07-01  Pedro Alves  <palves@redhat.com>
4267
4268         Import the "unistd" gnulib module.
4269         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4270         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4271         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4272         import/m4/unistd_h.m4.
4273         * gnulib/aclocal.m4: Renenerate.
4274         * gnulib/config.in: Renenerate.
4275         * gnulib/configure: Renenerate.
4276         * gnulib/import/Makefile.am: Renenerate.
4277         * gnulib/import/Makefile.in: Renenerate.
4278         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4279         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4280         * gnulib/import/m4/off_t.m4: New file.
4281         * gnulib/import/m4/ssize_t.m4: New file.
4282         * gnulib/import/m4/sys_types_h.m4: New file.
4283         * gnulib/import/m4/unistd_h.m4: New file.
4284         * gnulib/import/sys_types.in.h: New file.
4285         * gnulib/import/unistd.c: New file.
4286         * gnulib/import/unistd.in.h: New file.
4287
4288 2013-07-01  Pedro Alves  <palves@redhat.com>
4289
4290         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4291         defined instead of checking HAVE_UNISTD_H.
4292
4293 2013-07-01  Pedro Alves  <palves@redhat.com>
4294
4295         Reimport gnulib from scratch.
4296         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4297         import/m4/onceonly.m4.
4298         * gnulib/aclocal.m4: Renegerate.
4299         * gnulib/config.in: Renegerate.
4300         * gnulib/configure: Renegerate.
4301         * gnulib/import/Makefile.in: Renegerate.
4302         * gnulib/import/extra/update-copyright: Renegerate.
4303         * gnulib/import/m4/onceonly.m4: Delete.
4304
4305 2013-07-01  Pedro Alves  <palves@redhat.com>
4306
4307         * tui/tui-regs.c (pagination_enabled): Delete declaration.
4308
4309 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4310
4311         Code cleanup.
4312         * remote.c (async_remote_interrupt_twice): Make it static.
4313         * remote.h (async_remote_interrupt_twice): Remove the declaration.
4314
4315 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
4316
4317         * ia64-linux-tdep.c: Include <ctype.h>.
4318         (ia64_linux_stap_is_single_operand): New function.
4319         (ia64_linux_init_abi): Initialize SystemTap related attributes.
4320
4321 2013-06-28  Tom Tromey  <tromey@redhat.com>
4322
4323         * Makefile.in (version.c): Use version.in, not
4324         common/version.in.
4325         * common/create-version.sh: Likewise.
4326         * common/version.in: Move...
4327         * version.in: ...here.
4328
4329 2013-06-28  Pedro Alves  <palves@redhat.com>
4330
4331         * infrun.c (set_observer_mode): Don't declare pagination_enabled
4332         here.
4333         * utils.h (pagination_enabled): Declare.
4334
4335 2013-06-28  Pedro Alves  <palves@redhat.com>
4336
4337         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4338         Move higher up in file.
4339
4340 2013-06-28  Tom Tromey  <tromey@redhat.com>
4341
4342         * tracepoint.c (deprecated_readline_begin_hook)
4343         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4344         declare.
4345
4346 2013-06-28  Pedro Alves  <palves@redhat.com>
4347
4348         PR tui/14880
4349         * tui/tui-regs.c (tui_get_register): Fetch value contents before
4350         checking if they're available.
4351         * value.c (value_available_contents_eq): Change comment.
4352         * value.h (value_available_contents_eq): Expand comment.
4353
4354 2013-06-27  Tom Tromey  <tromey@redhat.com>
4355
4356         * target.c (find_run_target): Remove.
4357         * target.h (find_run_target): Remove.
4358
4359 2013-06-27  Tom Tromey  <tromey@redhat.com>
4360
4361         * corelow.c (core_gdbarch): Now static.
4362
4363 2013-06-27  Tom Tromey  <tromey@redhat.com>
4364
4365         * target.c (target_struct_index): Remove.
4366
4367 2013-06-27  Pedro Alves  <palves@redhat.com>
4368
4369         * infrun.c: Remove comment describing the 'stepping over runtime
4370         loader dynamic symbol resolution code' mechanism; moved to
4371         gdbint.texinfo.
4372
4373 2013-06-27  Pedro Alves  <palves@redhat.com>
4374
4375         * exceptions.c (catch_command_errors): Remove spurious space.
4376         * exceptions.h (catch_command_errors): Second parameter is "arg",
4377         not "command".
4378
4379 2013-06-27  Yao Qi  <yao@codesourcery.com>
4380
4381         * common/create-version.sh: Update comments.  Handle the case
4382         that TARGET_ALIAS is empty.
4383
4384 2013-06-26  Pedro Alves  <palves@redhat.com>
4385
4386         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4387         comment.
4388
4389 2013-06-26  Pedro Alves  <palves@redhat.com>
4390
4391         * infrun.c: Update comments on stepping over runtime loader
4392         dynamic symbol resolution code.
4393
4394 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
4395
4396         * ax-gdb.h (union exp_element): Forward declare.
4397         * parser-defs.h: Include expression.h.
4398
4399 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4400
4401         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4402
4403 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4404
4405         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4406
4407 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4408
4409         Fix trace-status to output proper start-time and stop-time.
4410         * tracepoint.c (trace_status_command): Fix type of printf arg to
4411         prevent improper type conversion.
4412         (trace_status_mi): Likewise.
4413
4414 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4415
4416         * mips-tdep.c (mips_next_pc): Fix a typo.
4417
4418 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4419
4420         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4421
4422 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4423             Yao Qi  <yao@codesourcery.com>
4424
4425         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4426         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4427         * mi/mi-main.c (print_variable_or_computed): New function.
4428         (mi_cmd_trace_frame_collected): New function.
4429         * tracepoint.c (find_trace_state_variable_by_number): New.
4430         (struct traceframe_info): Move to tracepoint.h
4431         (struct collection_list): Likewise.
4432         (do_collect_symbol): Include locals and arguments in the
4433         collected variables list.
4434         (clear_collection_list): Clear wholly collected variables list
4435         and computed variables list.
4436         (append_exp): New function.
4437         (encode_actions_1): Include variables in the wholly
4438         collected variables list.  Include memory ranges and
4439         full-fledged expressions in the computed expressions list.
4440         (encode_actions): Move some code to ...
4441         Return the cleanup chain.
4442         (encode_actions_rsp): ... here.  New function.
4443         (get_traceframe_location, get_traceframe_info): Remove static.
4444         * tracepoint.h (struct memrange): Moved from tracepoint.c.
4445         (struct collection_list): Moved from tracepoint.c.  Add two
4446         new fields 'wholly_collected' and 'computed'.
4447         (find_trace_state_variable_by_number): Declare.
4448         (encode_actions): Adjust declaration.
4449         (encode_actions_rsp): Declare.
4450         (get_traceframe_info, get_traceframe_location): Declare.
4451
4452         * NEWS: Mention new MI command -trace-frame-collected.
4453
4454 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4455             Yao Qi  <yao@codesourcery.com>
4456
4457         * ctf.c (ctf_traceframe_info): Push trace state variables
4458         present in the trace data into the traceframe info object.
4459         * breakpoint.c (DEF_VEC_I): Remove.
4460         * common/filestuff.c (DEF_VEC_I): Likewise.
4461         * dwarf2loc.c (DEF_VEC_I): Likewise.
4462         * mi/mi-main.c (DEF_VEC_I): Likewise.
4463         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4464         * features/traceframe-info.dtd: Add tvar element and its
4465         attributes.
4466         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4467         (build_traceframe_info): Push trace state variables present in
4468         the trace data into the traceframe info object.
4469         (traceframe_info_start_tvar): New function.
4470         (tvar_attributes): New.
4471         (traceframe_info_children): Add "tvar" element.
4472         * tracepoint.h (struct traceframe_info) <tvars>: New field.
4473
4474         * NEWS: Mention the change in GDB and GDBserver.
4475
4476 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4477             Yao Qi  <yao@codesourcery.com>
4478
4479         * tracepoint.c (trace_dump_command): Move code to ...
4480         (get_traceframe_location): ... here.  New.
4481
4482 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4483             Yao Qi  <yao@codesourcery.com>
4484
4485         * tracepoint.c (trace_dump_command): GDB emits an error
4486          instead of a warning when a traceframe is not selected.
4487
4488 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4489             Yao Qi  <yao@codesourcery.com>
4490
4491         * tracepoint.c (tracepoint_list, stepping_list): Remove.
4492         (clear_collection_list): Free fields 'aexpre_list' and 'list'
4493         in collection_list.
4494         (do_clear_collection_list, init_collection_list): New.
4495         (encode_actions): Add local variables 'tracepoint_list' and
4496         'stepping_list'.  Call init_collection_list and make cleanup
4497         which calls do_clear_collection_list.  Don't call
4498         clear_collection_list.
4499         (_initialize_tracepoint): Delete references to
4500         'tracepoint_list' and 'stepping_list'.
4501
4502 2013-06-25  Tom Tromey  <tromey@redhat.com>
4503
4504         * common/create-version.sh (date): Use "$", not "$$" in sed
4505         expression.
4506
4507 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
4508
4509         * NEWS (New targets): Add entry for TI MSP430.
4510
4511 2013-06-25  Yao Qi  <yao@codesourcery.com>
4512
4513         * remote.c (remote_start_remote): Move code to upload tsv
4514         earlier.
4515
4516 2013-06-25  Yao Qi  <yao@codesourcery.com>
4517             Hui Zhu  <hui@codesourcery.com>
4518             Pedro Alves  <palves@redhat.com>
4519
4520         PR breakpoints/15075
4521         PR breakpoints/15434
4522         * breakpoint.c (bpstat_stop_status): Call
4523         b->ops->after_condition_true.
4524         (update_dprintf_command_list): Don't append "continue" command
4525         to the command list of dprintf breakpoint.
4526         (base_breakpoint_after_condition_true): New function.
4527         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4528         (dprintf_after_condition_true): New function.
4529         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4530         * breakpoint.h (breakpoint_ops): Add after_condition_true.
4531
4532 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
4533
4534         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4535         (ALLDEPFILES): Add msp430-tdep.c.
4536         * configure.tgt (msp430*-*-elf): New target.
4537         * msp430-tdep.c: New file.
4538
4539 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4540
4541         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4542         microMIPS synthetic symbols.
4543
4544 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4545
4546         * objfiles.h (pc_in_section): New prototype.
4547         (in_plt_section): Remove name argument, replace prototype with
4548         static inline function.
4549         * mips-tdep.h: Include "objfiles.h".
4550         (in_mips_stubs_section): New function.
4551         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4552         in_solib_call_trampoline member.
4553         (hppa_in_solib_call_trampoline): Remove name argument.
4554         * objfiles.c (pc_in_section): New function.
4555         (in_plt_section): Remove function.
4556         * mips-linux-tdep.c: Include "objfiles.h".
4557         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
4558         name argument.  Return 1 rather than the low 16-bit halfword of
4559         any instruction examined.
4560         (mips_linux_in_dynsym_resolve_code): Update
4561         mips_linux_in_dynsym_stub call accordingly.
4562         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4563         rather than an equivalent hand-coded sequence.
4564         * hppa-hpux-tdep.c (in_opd_section): Remove function.
4565         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4566         (hppa64_hpux_in_solib_call_trampoline): Likewise.
4567         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4568         in_opd_section.
4569         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4570         on call to tdep->in_solib_call_trampoline.
4571         (hppa_in_solib_call_trampoline): Remove name argument, update
4572         according to in_plt_section change.
4573         (hppa_skip_trampoline_code): Update according to in_plt_section
4574         change.
4575         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4576         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4577         Likewise.
4578         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4579         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4580         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4581         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4582         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4583         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4584         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4585         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4586         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4587         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4588         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4589         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4590         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4591
4592 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
4593
4594         * common/create-version.sh: Fix expansion of $host_alias
4595         and $target_alias in generation of HOST_NAME and TARGET_NAME
4596         (resp.).
4597
4598 2013-06-24  Tom Tromey  <tromey@redhat.com>
4599
4600         * common/create-version.sh: New file.
4601         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4602         create-version.sh.
4603         (HFILES_NO_SRCDIR): Use common/version.h.
4604         * version.in: Move to ...
4605         * common/version.in: ... here.  Replace date with "DATE".
4606         * version.h: Move to ...
4607         * common/version.h: ... here.
4608
4609 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4610
4611         * gdb/gnulib/Makefile.in: Update date in copyright header.
4612         * gdb/gnulib/configure.ac: Ditto.
4613         * gdb/gnulib/update-gnulib.sh: Ditto.
4614
4615 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4616
4617         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4618         "gdb/gnulib/import".
4619
4620 2013-06-21  Will Newton  <will.newton@linaro.org>
4621
4622         * doublest.c (ldfrexp): Remove function.
4623         (convert_doublest_to_floatformat): Call frexpl instead of
4624         ldfrexp.
4625
4626 2013-06-21  Will Newton  <will.newton@linaro.org>
4627
4628         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4629         * gnulib/aclocal.m4: Regenerate.
4630         * gnulib/config.in: Regenerate.
4631         * gnulib/configure: Regenerate.
4632         * gnulib/import/Makefile.am: Update.
4633         * gnulib/import/Makefile.in: Update.
4634         * gnulib/import/m4/gnulib-cache.m4: Update.
4635         * gnulib/import/m4/gnulib-comp.m4: Update.
4636         * gnulib/import/float+.h: Import.
4637         * gnulib/import/float.c: Import.
4638         * gnulib/import/float.in.h: Import.
4639         * gnulib/import/fpucw.h: Import.
4640         * gnulib/import/frexp.c: Import.
4641         * gnulib/import/frexpl.c: Import.
4642         * gnulib/import/isnan.c: Import.
4643         * gnulib/import/isnand-nolibm.h: Import.
4644         * gnulib/import/isnand.c: Import.
4645         * gnulib/import/isnanl-nolibm.h: Import.
4646         * gnulib/import/isnanl.c: Import.
4647         * gnulib/import/itold.c: Import.
4648         * gnulib/import/m4/exponentd.m4: Import.
4649         * gnulib/import/m4/exponentl.m4: Import.
4650         * gnulib/import/m4/float_h.m4: Import.
4651         * gnulib/import/m4/fpieee.m4: Import.
4652         * gnulib/import/m4/frexp.m4: Import.
4653         * gnulib/import/m4/frexpl.m4: Import.
4654         * gnulib/import/m4/isnand.m4: Import.
4655         * gnulib/import/m4/isnanl.m4: Import.
4656         * gnulib/import/m4/math_h.m4: Import.
4657         * gnulib/import/math.c: Import.
4658         * gnulib/import/math.in.h: Import.
4659
4660 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4661
4662         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4663         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4664         signature_INTEL_edx comparisons.
4665
4666 2013-06-20  Doug Evans  <dje@google.com>
4667
4668         symtab/15652
4669         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4670         All callers updated.
4671         (open_dwp_file): If we can't find the dwp file, search the basename
4672         in debug-file-directory.
4673
4674         * dwarf2read.c (struct dwp_file): Fix comment.
4675         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4676
4677         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4678         better.
4679
4680 2013-06-20  Yao Qi  <yao@codesourcery.com>
4681
4682         * breakpoint.c (create_breakpoint): Fix code indentation.
4683
4684 2013-06-20  Yao Qi  <yao@codesourcery.com>
4685
4686         * breakpoint.c (create_breakpoints_sal_default): Remove
4687         parameter 'lsal'.  Update declaration.
4688         (bkpt_create_breakpoints_sal): Caller update.
4689         (tracepoint_create_breakpoints_sal): Likewise.
4690
4691 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
4692             Yao Qi  <yao@codesourcery.com>
4693
4694         * NEWS: Mention the new option '--skip-unavailable' of command
4695         -data-list-register-values.
4696         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4697         --skip-unavailable option.  Adjust to use output_register.
4698         (output_register): Add new 'skip_unavailable' parameter.
4699         Handle it.
4700
4701 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
4702
4703         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4704         common/i386-gcc-cpuid.h.
4705         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4706         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4707         Copy the latest version from upstream gcc.
4708         * common/linux-btrace.c: Include i386-cpuid.h.
4709         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4710         call to i386_cpuid.
4711         (cpu_supports_btrace): Likewise.
4712         * go32-nat.c: Include i386-cpuid.h.
4713         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4714
4715 2013-06-19  Doug Evans  <dje@google.com>
4716
4717         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4718         (get_section_index): Ditto.
4719
4720 2013-06-19  Tom Tromey  <tromey@redhat.com>
4721
4722         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4723         "dprintf" help.
4724
4725 2013-06-18  Doug Evans  <dje@google.com>
4726
4727         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4728         before using it.
4729         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4730         Move test of cu_index closer to use.  Print complaint if cu_index
4731         is bad.
4732
4733 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4734
4735         * machoread.c (oso_vector): Delete this global.
4736         (macho_register_oso): Add new parameter "oso_vector_ptr".
4737         Use it instead of the "oso_vector" global.
4738         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4739         (macho_symfile_read): Use a local oso_vector, to be free'ed
4740         at the end of this function, in place of the old "oso_vector"
4741         global.  Update various function calls accordingly.  Use one
4742         single cleanup chain for the entire function.
4743
4744 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4745
4746         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4747         DWARF2_PER_OBJFILE by uses of DATA instead.
4748
4749 2013-06-18  Tom Tromey  <tromey@redhat.com>
4750
4751         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4752         argument.
4753         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4754         Special case signals other than GDB_SIGNAL_TRAP.
4755         (explains_signal_watchpoint): New function.
4756         (base_breakpoint_explains_signal): Add 'sig' argument.
4757         (initialize_breakpoint_ops): Set 'explains_signal' method for
4758         watchpoints.
4759         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4760         signal argument.
4761         (bpstat_explains_signal): Likewise.
4762         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4763
4764 2013-06-18  Tom Tromey  <tromey@redhat.com>
4765
4766         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4767
4768 2013-06-18  Tom Tromey  <tromey@redhat.com>
4769
4770         * python/python.c (finish_python_initialization): Decref
4771         'pythondir' on failure path as well.
4772
4773 2013-06-18  Tom Tromey  <tromey@redhat.com>
4774
4775         PR symtab/15391:
4776         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4777         after taking bits_to_skip into account.  Sign extend byte_offset.
4778         * utils.h (gdb_sign_extend): Declare.
4779         * utils.c (gdb_sign_extend): New function.
4780
4781 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4782
4783         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4784
4785 2013-06-17  Pierre Muller  <muller@sourceware.org>
4786
4787         * corelow.c (core_open): Print GDB signal name instead of target
4788         signal number.
4789
4790 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4791
4792         * .gitignore: Add /gcore.
4793
4794 2013-06-13  Doug Evans  <dje@google.com>
4795
4796         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4797         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4798
4799 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4800
4801         * stack.c (backtrace_command_1): Fix indentation.
4802
4803 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4804
4805         * window-nat.c (thread_rec): Add missing empty line after
4806         local variable declaration.
4807
4808 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4809
4810         * windows-nat.c (thread_rec): Revert format used to print
4811         error code returned by SuspendThread from %d back to %u.
4812
4813 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4814
4815         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4816         ID in debug trace.
4817         (get_windows_debug_event): Likewise, for all debug traces.
4818
4819 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4820
4821         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4822         warning message.
4823
4824 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4825             Yao Qi  <yao@codesourcery.com>
4826
4827         * mi/mi-main.c (get_register): Remove declaration.
4828         (output_register): Declare.
4829         (mi_cmd_data_list_register_values): Remove local variable
4830         'tuple_cleanup'.  Move some code into output_register.
4831         (get_register): Renamed to ...
4832         (output_register): ... this.  Output the register's
4833         "number" ui_out tuple here.
4834
4835 2013-06-07  Pedro Alves  <palves@redhat.com>
4836
4837         * darwin-nat.c: Fix formating in copyright header.
4838         * darwin-nat.h: Likewise.
4839         * gnu-nat.c: Likewise.
4840         * machoread.c: Likewise.
4841
4842 2013-06-07  Pedro Alves  <palves@redhat.com>
4843
4844         PR server/14823
4845         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4846         static.  Output a global target description pointer.
4847         (init_registers_${name}): Adjust to initialize a
4848         target description structure.
4849
4850 2013-06-07  Will Newton  <will.newton@linaro.org>
4851
4852         * printcmd.c (build_address_symbolic): Call
4853         gdbarch_addr_bits_remove for text minimal symbols.
4854
4855 2013-06-07  Will Newton  <will.newton@linaro.org>
4856
4857         * MAINTAINERS: Add myself to Write After Approval.
4858
4859 2013-06-07  Yao Qi  <yao@codesourcery.com>
4860
4861         * tracepoint.c (start_tracing): Move code to ...
4862         (trace_reset_local_state): ... here.  New.
4863         (disconnect_tracing): Don't call set_current_traceframe,
4864         set_tracepoint_num, and set_traceframe_context. Call
4865         trace_reset_local_state instead.
4866         (tfile_close): Call trace_reset_local_state.
4867         * ctf.c (ctf_close): Likewise.
4868         * remote.c (remote_close): Likewise.
4869         * tracepoint.h (trace_reset_local_state): Declare.
4870
4871 2013-06-06  Doug Evans  <dje@google.com>
4872
4873         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4874         and fix header docs.
4875
4876 2013-06-05  Doug Evans  <dje@google.com>
4877             Keith Seitz  <keiths@redhat.com>
4878
4879         PR 15519
4880         * cp-namespace.c (find_symbol_in_baseclass): Call
4881         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4882         Check result of call to lookup_symbol_static.
4883         Call lookup_static_symbol_aux unconditionally.
4884         Call check_typedef on base types before accessing them.
4885         (cp_lookup_nested_symbol): Fix comment.
4886
4887 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4888
4889         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4890         minimal symbols pointing to function descriptors.
4891
4892 2013-06-05  Tom Tromey  <tromey@redhat.com>
4893
4894         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4895
4896 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4897             Pedro Alves  <palves@redhat.com>
4898
4899         * remote.c (remote_wait_as): Restore signal handler before returning
4900         when GDB gets a notification.
4901
4902 2013-06-04  Gary Benson  <gbenson@redhat.com>
4903
4904         PR 2328
4905         * breakpoint.h (handle_solib_event): Moved function declaration
4906         to solib.h.
4907         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4908         (bpstat_stop_status): Pass new argument to handle_solib_event.
4909         * solib.h (update_solib_breakpoints): New function declaration.
4910         (handle_solib_event): Moved function declaration from
4911         breakpoint.h.
4912         * solib.c (update_solib_breakpoints): New function.
4913         (handle_solib_event): Moved function from breakpoint.c.
4914         Updated to call solib_ops->handle_event if not NULL.
4915         * solist.h (target_so_ops): New fields "update_breakpoints" and
4916         "handle_event".
4917         * infrun.c (set_stop_on_solib_events): New function.
4918         (_initialize_infrun): Use the above for "set
4919         stop-on-solib-events".
4920         (handle_inferior_event): Pass new argument to handle_solib_event.
4921         * solib-svr4.c (probe.h): New include.
4922         (svr4_free_library_list): New forward declaration.
4923         (probe_action): New enum.
4924         (probe_info): New struct.
4925         (probe_info): New static variable.
4926         (NUM_PROBES): New definition.
4927         (svr4_info): New fields "using_xfer", "probes_table" and
4928         "solib_list".
4929         (free_probes_table): New function.
4930         (free_solib_list): New function.
4931         (svr4_pspace_data_cleanup): Free probes table and solib list.
4932         (svr4_copy_library_list): New function.
4933         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4934         (svr4_read_so_list): New parameter "prev_lm".
4935         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4936         (svr4_current_sos): New function.
4937         (probe_and_action): New struct.
4938         (hash_probe_and_action): New function.
4939         (equal_probe_and_action): Likewise.
4940         (register_solib_event_probe): Likewise.
4941         (solib_event_probe_at): Likewise.
4942         (solib_event_probe_action): Likewise.
4943         (solist_update_full): Likewise.
4944         (solist_update_incremental): Likewise.
4945         (disable_probes_interface_cleanup): Likewise.
4946         (svr4_handle_solib_event): Likewise.
4947         (svr4_update_solib_event_breakpoint): Likewise.
4948         (svr4_update_solib_event_breakpoints): Likewise.
4949         (svr4_create_solib_event_breakpoints): Likewise.
4950         (enable_break): Free probes table before creating breakpoints.
4951         Use svr4_create_solib_event_breakpoints to create breakpoints.
4952         (svr4_solib_create_inferior_hook): Free the solib list.
4953         (_initialize_svr4_solib): Initialise
4954         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4955
4956 2013-06-04  Gary Benson  <gbenson@redhat.com>
4957
4958         * target.h (target_ops): New field
4959         "to_augmented_libraries_svr4_read".
4960         (target_augmented_libraries_svr4_read): New macro.
4961         * target.c (update_current_target): Handle
4962         to_augmented_libraries_svr4_read.
4963         * remote.c (remote_state): New field
4964         "augmented_libraries_svr4_read".
4965         (remote_augmented_libraries_svr4_read_feature): New function.
4966         (remote_protocol_features): Add entry for
4967         "augmented-libraries-svr4-read".
4968         (remote_augmented_libraries_svr4_read): New function.
4969         (init_remote_ops): Initialize
4970         remote_ops.to_augmented_libraries_svr4_read.
4971
4972 2013-06-04  Gary Benson  <gbenson@redhat.com>
4973
4974         * NEWS: Update.
4975
4976 2013-06-04  Gary Benson  <gbenson@redhat.com>
4977
4978         * objfiles.h (inhibit_section_map_updates): New function
4979         declaration.
4980         (resume_section_map_updates): Likewise.
4981         (resume_section_map_updates_cleanup): Likewise.
4982         * objfiles.c (objfile_pspace_info): Removed field
4983         "objfiles_changed_p".  New fields "new_objfiles_available",
4984         "section_map_dirty" and "inhibit_updates".
4985         (allocate_objfile): Set new_objfiles_available.
4986         (free_objfile): Set section_map_dirty.
4987         (objfile_relocate1): Likewise.
4988         (in_plt_section): Likewise.
4989         (find_pc_section): Update the conditions under which the
4990         section map will be updated.
4991         (inhibit_section_map_updates): New function.
4992         (resume_section_map_updates): Likewise.
4993         (resume_section_map_updates_cleanup): Likewise.
4994
4995 2013-06-04  Gary Benson  <gbenson@redhat.com>
4996
4997         * probe.h (get_probe_argument_count): New declaration.
4998         (evaluate_probe_argument): Likewise.
4999         * probe.c (get_probe_argument_count): New function.
5000         (evaluate_probe_argument): Likewise.
5001         (probe_safe_evaluate_at_pc): Use the above new functions.
5002
5003 2013-06-04  Alan Modra  <amodra@gmail.com>
5004
5005         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5006         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5007         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
5008         target mem reads on optional insns.
5009         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5010         ppc_insns_match_pattern calls.
5011         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5012         Add match for power7 thread safety insns, and new order of
5013         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
5014         invocation in comment, and update rest of comment.
5015         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5016         PPC64_STANDARD_LINKAGE3_LEN): Delete.
5017         (ppc64_standard_linkage2_target): Update insn offsets.
5018         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
5019         stubs first.  Update calls.
5020
5021 2013-06-04  Yao Qi  <yao@codesourcery.com>
5022
5023         * solib.c (solib_find): Don't need dir separator if path has
5024         drive spec.
5025
5026 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
5027
5028         Revert (indirectly causes a SIGSEGV):
5029         * machoread.c (macho_symfile_read): Assign first cleanup to
5030         'back_to'.
5031
5032 2013-06-03  Yao Qi  <yao@codesourcery.com>
5033
5034         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5035         mi-parse.c.  Make them static.
5036         (mi_all_values): Likewise.
5037         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
5038         mi_parse_print_values.  Make it external.
5039         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5040         Remove the declarations.
5041         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5042         * mi/mi-parse.h (mi_parse_print_values): Declare.
5043         * mi/mi-cmd-stack.c: Include mi-parse.h.
5044         (parse_print_values): Remove
5045         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5046         of parse_print_values.
5047         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5048
5049 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
5050             Yao Qi  <yao@codesourcery.com>
5051
5052         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5053         (encode_actions): Move code to ...
5054         (all_tracepoint_actions_and_cleanup): ... here.  New.
5055         (trace_dump_command): Likewise.
5056
5057 2013-05-30  Tom Tromey  <tromey@redhat.com>
5058
5059         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5060
5061 2013-05-30  Tom Tromey  <tromey@redhat.com>
5062
5063         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5064         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
5065         'old_chain' argument.  Add 'parser_result' argument.
5066         (gdb_xml_create_parser_and_cleanup): Remove old version.
5067         (gdb_xml_parse_quick): Update.
5068         (xml_process_xincludes): Update.
5069         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5070         declare.
5071
5072 2013-05-30  Tom Tromey  <tromey@redhat.com>
5073
5074         * probe.c (collect_probes): Check arguments for NULL before
5075         calling compile_rx_or_error.
5076         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5077         Remove NULL return.
5078
5079 2013-05-30  Tom Tromey  <tromey@redhat.com>
5080
5081         * infrun.c (adjust_pc_after_break): Introduce an outer null
5082         cleanup.
5083
5084 2013-05-30  Tom Tromey  <tromey@redhat.com>
5085
5086         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5087
5088 2013-05-30  Tom Tromey  <tromey@redhat.com>
5089
5090         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5091         for 'old_chain'.  Do not check 'head' before processing
5092         cleanups.
5093
5094 2013-05-30  Tom Tromey  <tromey@redhat.com>
5095
5096         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5097         "cleanup_tuple".
5098
5099 2013-05-30  Tom Tromey  <tromey@redhat.com>
5100
5101         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5102         inner scope.  Unconditionally call do_cleanups.
5103
5104 2013-05-30  Tom Tromey  <tromey@redhat.com>
5105
5106         * source.c (find_and_open_source): Call do_cleanups.
5107
5108 2013-05-30  Tom Tromey  <tromey@redhat.com>
5109
5110         * linux-thread-db.c (thread_db_load_search): Unconditionally
5111         call do_cleanups.
5112
5113 2013-05-30  Tom Tromey  <tromey@redhat.com>
5114
5115         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5116         for 'cleanup'; instead use a later one.
5117
5118 2013-05-30  Tom Tromey  <tromey@redhat.com>
5119
5120         * python/py-breakpoint.c (bppy_get_commands): Use
5121         explicit, unconditional return.
5122         * python/py-frame.c (frapy_read_var): Likewise.
5123         * python/python.c (gdbpy_decode_line): Likewise.
5124
5125 2013-05-30  Tom Tromey  <tromey@redhat.com>
5126
5127         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5128         do_cleanups on all return paths.
5129
5130 2013-05-30  Tom Tromey  <tromey@redhat.com>
5131
5132         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5133
5134 2013-05-30  Tom Tromey  <tromey@redhat.com>
5135
5136         * stabsread.c (read_struct_type): Call do_cleanups along
5137         all return paths.
5138
5139 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
5140
5141         * mips-linux-tdep.c: Adjust formatting throughout.
5142
5143 2013-05-30  Tom Tromey  <tromey@redhat.com>
5144
5145         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
5146         along all return paths.
5147
5148 2013-05-30  Tom Tromey  <tromey@redhat.com>
5149
5150         * symfile.c (find_separate_debug_file): Call do_cleanups
5151         along all return paths.
5152
5153 2013-05-30  Tom Tromey  <tromey@redhat.com>
5154
5155         * symtab.c (search_symbols): Introduce a null cleanup for
5156         'retval_chain'.
5157
5158 2013-05-30  Tom Tromey  <tromey@redhat.com>
5159
5160         * python/py-value.c (valpy_binop): Call do_cleanups before
5161         exiting loop.
5162
5163 2013-05-30  Tom Tromey  <tromey@redhat.com>
5164
5165         * python/py-prettyprint.c (print_children): Remove extra
5166         do_cleanups call.
5167
5168 2013-05-30  Tom Tromey  <tromey@redhat.com>
5169
5170         * python/py-frame.c (frapy_read_var): Call do_cleanups along
5171         all return paths.
5172
5173 2013-05-30  Tom Tromey  <tromey@redhat.com>
5174
5175         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5176         along all return paths.
5177
5178 2013-05-30  Tom Tromey  <tromey@redhat.com>
5179
5180         * cli/cli-logging.c (set_logging_redirect): Unconditionally
5181         call do_cleanups.
5182
5183 2013-05-30  Tom Tromey  <tromey@redhat.com>
5184
5185         * varobj.c (c_value_of_root): Call do_cleanups along all
5186         return paths.
5187
5188 2013-05-30  Tom Tromey  <tromey@redhat.com>
5189
5190         * tracepoint.c (trace_dump_command): Unconditionally call
5191         do_cleanups.
5192
5193 2013-05-30  Tom Tromey  <tromey@redhat.com>
5194
5195         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5196         do_cleanups earlier.
5197
5198 2013-05-30  Tom Tromey  <tromey@redhat.com>
5199
5200         * machoread.c (macho_symfile_read): Assign first cleanup to
5201         'back_to'.
5202
5203 2013-05-30  Tom Tromey  <tromey@redhat.com>
5204
5205         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5206
5207 2013-05-30  Tom Tromey  <tromey@redhat.com>
5208
5209         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5210
5211 2013-05-30  Tom Tromey  <tromey@redhat.com>
5212
5213         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5214         call discard_cleanups.
5215         (inf_ptrace_attach): Likewise.
5216
5217 2013-05-30  Tom Tromey  <tromey@redhat.com>
5218
5219         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5220         return paths.
5221         (mips_initialize): Likewise.
5222         (common_open): Call do_cleanups.
5223
5224 2013-05-30  Tom Tromey  <tromey@redhat.com>
5225
5226         * utils.c (internal_vproblem): Call do_cleanups.
5227
5228 2013-05-30  Tom Tromey  <tromey@redhat.com>
5229
5230         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5231
5232 2013-05-30  Tom Tromey  <tromey@redhat.com>
5233
5234         * cli/cli-script.c (setup_user_args): Don't return after error.
5235
5236 2013-05-30  Tom Tromey  <tromey@redhat.com>
5237
5238         * somread.c (som_symtab_read): Call do_cleanups.
5239
5240 2013-05-30  Tom Tromey  <tromey@redhat.com>
5241
5242         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5243
5244 2013-05-30  Tom Tromey  <tromey@redhat.com>
5245
5246         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5247         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5248         * interps.c (interpreter_exec_cmd): Call do_cleanups.
5249         * source.c (show_substitute_path_command): Call do_cleanups.
5250         (unset_substitute_path_command, set_substitute_path_command):
5251         Likewise.
5252         * symfile.c (load_command): Call do_cleanups.
5253
5254 2013-05-30  Tom Tromey  <tromey@redhat.com>
5255
5256         * contrib/cleanup_check.py: New file.
5257         * contrib/gcc-with-excheck: Add option parsing.
5258
5259 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
5260
5261         * windows-nat.c (windows_delete_thread): Add missing space
5262         in cast expression.
5263
5264 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
5265
5266         * inferior.c (top level): Include tilde.h.
5267         (add_inferior_command): Call tilde_expand on the value of 'exec'
5268         argument.
5269
5270 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
5271             Yao Qi  <yao@codesourcery.com>
5272
5273         * tracepoint.c (encode_actions_1): Remove parameter 't'.
5274         Caller update.
5275         (encode_actions): Likewise.
5276         * remote.c (remote_download_tracepoint): Caller update.
5277         * tracepoint.h (encode_actions): Update declaration.
5278
5279 2013-05-30  Pedro Alves  <palves@redhat.com>
5280
5281         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5282         pointer.
5283
5284 2013-05-30  Yao Qi  <yao@codesourcery.com>
5285
5286         * remote.c (remote_check_symbols): Remove unused parameter
5287         'objfile'.
5288         Declaration update.
5289         (remote_start_remote, remote_new_objfile): Caller update.
5290
5291 2013-05-30  Yao Qi  <yao@codesourcery.com>
5292
5293         * mi/mi-cmds.c (mi_cmds): Define MI command
5294         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5295         DEF_MI_CMD_CLI.
5296
5297 2013-05-29  Pedro Alves  <palves@redhat.com>
5298
5299         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5300         (remote_insert_watchpoint, remote_remove_watchpoint)
5301         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5302         (remote_verify_memory, compare_sections_command)
5303         (remote_search_memory): Set the general process/thread on the
5304         remote side.
5305
5306 2013-05-29  Pedro Alves  <palves@redhat.com>
5307
5308         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5309         (_initialize_aarch64_tdep): Don't call
5310         initialize_tdesc_aarch64_without_fpu.
5311         * features/Makefile (WHICH): Remove reference to
5312         aarch64-without-fpu.
5313         * features/aarch64-without-fpu.c: Delete file.
5314         * regformats/aarch64-without-fpu.dat: Delete file.
5315
5316 2013-05-28  Yao Qi  <yao@codesourcery.com>
5317
5318         * tracepoint.c (stringify_collection_list): Remove parameter
5319         'string'.
5320         (encode_actions): Caller update.  Remove local variables.
5321
5322 2013-05-24  Yao Qi  <yao@codesourcery.com>
5323
5324         * tracepoint.c (TFILE_PID): Remove.
5325         (tfile_open): Don't add thread and inferior.
5326         (tfile_close): Don't set 'inferior_ptid'.  Don't call
5327         exit_inferior_silent.
5328         (tfile_thread_alive): Remove.
5329         (init_tfile_ops): Don't set field 'to_thread_alive' of
5330         tfile_ops.
5331
5332 2013-05-23  Doug Evans  <dje@google.com>
5333
5334         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5335
5336 2013-05-23  Pedro Alves  <palves@redhat.com>
5337
5338         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5339         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5340         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5341         Only define if HAVE_SOCKETS is defined.
5342         * configure.ac: Check for sys/socket.h.
5343         * config.in, configure: Regenerate.
5344
5345 2013-05-23  Pedro Alves  <palves@redhat.com>
5346
5347         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5348         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5349         printing uint32_t variables.
5350
5351 2013-05-23  Pedro Alves  <palves@redhat.com>
5352
5353         * NEWS: Mention GDBserver range stepping support.
5354
5355 2013-05-23  Yao Qi  <yao@codesourcery.com>
5356             Pedro Alves  <palves@redhat.com>
5357
5358         * gdbthread.h (struct thread_control_state) <may_range_step>: New
5359         field.
5360         * infcmd.c (step_once, until_next_command): Enable range stepping.
5361         * infrun.c (displaced_step_prepare): Disable range stepping.
5362         (resume): Disable range stepping if stepping over a breakpoint or
5363         we have software watchpoints.  If range stepping is enabled,
5364         assert the thread is in the stepping range.
5365         (clear_proceed_status_thread): Clear may_range_step.
5366         (handle_inferior_event): Disable range stepping as soon as we know
5367         the thread that hit the event.  Re-enable it whenever we're going
5368         to step with a step range.
5369         * remote.c (struct vCont_action_support) <r>: New field.
5370         (use_range_stepping): New global.
5371         (remote_vcont_probe): Handle 'r' action.
5372         (append_resumption): Append an 'r' action if the thread may range
5373         step.
5374         (show_range_stepping): New function.
5375         (set_range_stepping): New function.
5376         (_initialize_remote): Call add_setshow_boolean_cmd to register the
5377         'set range-stepping' and 'show range-stepping' commands.
5378         * NEWS: Mention range stepping, the new vCont;r action, and the
5379         new "set/show range-stepping" commands.
5380
5381 2013-05-23  Yao Qi  <yao@codesourcery.com>
5382             Pedro Alves  <palves@redhat.com>
5383
5384         * remote.c (struct vCont_action_support): New struct.
5385         (struct remote_state) <support_vCont_t>: Remove field.
5386         <vCont_actions_support>: New field.
5387         (remote_vcont_probe, remote_stop_ns): Update.
5388
5389 2013-05-23  Yao Qi  <yao@codesourcery.com>
5390             Pedro Alves  <palves@redhat.com>
5391
5392         * gdbthread.h (pc_in_thread_step_range): New declaration.
5393         * thread.c (pc_in_thread_step_range): New function.
5394         * infrun.c (handle_inferior_event): Use it.
5395
5396 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
5397
5398         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5399         of sprintf.
5400
5401 2013-05-22  Keith Seitz  <keiths@redhat.com>
5402
5403         * ada-lang.c (is_known_support_routine): Add explicit free of
5404         'func_name' from find_frame_funname.
5405         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5406         for func_name from find_frame_funname.
5407         * python/py-frame.c (frapy_name): Add explicit free of
5408         'name' from find_frame_funname.
5409         * stack.c (find_frame_funname): Add comment explaining that
5410         funcp must be freed by the caller.
5411         Return copy of symbol names instead of pointers.
5412         (print_frame): Add a cleanup for 'funname' from
5413         find_frame_funname.
5414         * stack.h (find_frame_funname): Remove "const" from
5415         'funname' parameter.
5416
5417 2013-05-22  Tom Tromey  <tromey@redhat.com>
5418
5419         PR c++/15401:
5420         * c-valprint.c (c_value_print): Use value_addr for
5421         references.  Convert back to reference type with value_ref.
5422
5423 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
5424
5425         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5426         unloaded DLL, it will be done by handle_solib_event.  See
5427         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5428         details.
5429
5430 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
5431
5432         * ui-out.c: Create typedef ui_out_level_p and define vector
5433         operations for that type.
5434         (struct ui_out): Use a vector instead of an array.
5435         (current_level): Return level from a vector.
5436         (push_level): Create a level in a vector.
5437         (pop_level): Delete a level in a vector.
5438         (ui_out_new): Create initial level zero level, and store in a
5439         vector.
5440         (ui_out_destroy): Add vector cleanup.
5441
5442 2013-05-22  Pedro Alves  <palves@redhat.com>
5443
5444         * python/python-internal.h (gdb_Py_DECREF): Tag with
5445         "ARI: editCase function".
5446
5447 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5448
5449         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5450
5451 2013-05-21  Pedro Alves  <palves@redhat.com>
5452
5453         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5454         whether PRINTER is NULL before installing a Py_DECREF cleanup.
5455         * python/py-utils.c (py_decref): Don't check for NULL before
5456         calling Py_DECREF.
5457
5458 2013-05-21  Pedro Alves  <palves@redhat.com>
5459
5460         * python/py-utils.c (py_decref): Remove extra braces.
5461         (gdb_pymodule_addobject): Remove extra braces.
5462         * python-internal.h (gdb_Py_DECREF): New static inline function.
5463         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5464
5465 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5466
5467         * breakpoints.c (detach_breakpoints): Do not
5468         detach breakpoints locations with loc_type bp_loc_other.
5469
5470 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5471
5472         Workaround Python 2.6.
5473         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5474         a block.
5475
5476 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5477
5478         Code cleanup: constification.
5479         * solib.c (solib_ops): Make return type and ops variable type const.
5480         (set_solib_ops): Make the new_ops parameter and ops variable const.
5481         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5482         (solib_add, solib_keep_data_in_core, clear_solib)
5483         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5484         (reload_shared_libraries, solib_global_lookup): Make the ops variable
5485         const.
5486         * solib.h (set_solib_ops): Make the new_ops parameter const.
5487
5488 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5489
5490         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5491         variable.
5492         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5493         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5494         (SYSTEM_GDBINIT_FILES): New variables.
5495         (all): Add stamp-system-gdbinit.
5496         (stamp-system-gdbinit): New rule.
5497         (clean-system-gdbinit, install-system-gdbinit)
5498         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
5499         (install-only): Add dependency on install-system-gdbinit.
5500         (uninstall): Add dependency on uninstall-system-gdbinit.
5501         (clean): Add dependency on clean-system-gdbinit.
5502         * system-gdbinit/elinos.py: New file.
5503         * system-gdbinit/wrs-linux.py: New file.
5504
5505 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5506
5507         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5508
5509 2013-05-21  Hui Zhu  <hui@codesourcery.com>
5510
5511         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5512         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5513         * mi/mi-cmd-break.c (ctype.h): New include.
5514         (gdb_obstack.h): New include.
5515         (mi_argv_to_format, mi_cmd_break_insert_1): New.
5516         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5517         (mi_cmd_dprintf_insert): New.
5518         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5519         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5520
5521 2013-05-20  Tom Tromey  <tromey@redhat.com>
5522
5523         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5524
5525 2013-05-20  Tom Tromey  <tromey@redhat.com>
5526
5527         * python/py-value.c (valpy_get_dynamic_type): Simplify
5528         dynamic_type assignment.  Use Py_XINCREF.
5529
5530 2013-05-20  Tom Tromey  <tromey@redhat.com>
5531
5532         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5533
5534 2013-05-20  Tom Tromey  <tromey@redhat.com>
5535
5536         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5537         (gdbpy_selected_frame): Move object-construction code
5538         out of TRY_CATCH.
5539
5540 2013-05-20  Tom Tromey  <tromey@redhat.com>
5541
5542         * python/py-arch.c (gdbpy_initialize_arch): Use
5543         gdb_pymodule_addobject.
5544         * python/py-block.c (gdbpy_initialize_blocks): Use
5545         gdb_pymodule_addobject.
5546         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5547         gdb_pymodule_addobject.
5548         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5549         gdb_pymodule_addobject.
5550         * python/py-event.c (gdbpy_initialize_event_generic): Use
5551         gdb_pymodule_addobject.
5552         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5553         gdb_pymodule_addobject.
5554         * python/py-evts.c (add_new_registry): Use
5555         gdb_pymodule_addobject.
5556         (gdbpy_initialize_py_events): Likewise.
5557         * python/py-finishbreakpoint.c
5558         (gdbpy_initialize_finishbreakpoints): Use
5559         gdb_pymodule_addobject.
5560         * python/py-frame.c (gdbpy_initialize_frames): Use
5561         gdb_pymodule_addobject.
5562         * python/py-function.c (gdbpy_initialize_functions): Use
5563         gdb_pymodule_addobject.
5564         * python/py-inferior.c (gdbpy_initialize_inferior): Use
5565         gdb_pymodule_addobject.
5566         * python/py-infthread.c (gdbpy_initialize_thread): Use
5567         gdb_pymodule_addobject.
5568         * python/py-objfile.c (gdbpy_initialize_objfile): Use
5569         gdb_pymodule_addobject.
5570         * python/py-param.c (gdbpy_initialize_parameters): Use
5571         gdb_pymodule_addobject.
5572         * python/py-progspace.c (gdbpy_initialize_pspace): Use
5573         gdb_pymodule_addobject.
5574         * python/py-symbol.c (gdbpy_initialize_symbols): Use
5575         gdb_pymodule_addobject.
5576         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5577         gdb_pymodule_addobject.
5578         * python/py-type.c (gdbpy_initialize_types): Use
5579         gdb_pymodule_addobject.
5580         * python/py-utils.c (gdb_pymodule_addobject): New function.
5581         * python/py-value.c (gdbpy_initialize_values): Use
5582         gdb_pymodule_addobject.
5583         * python/python-internal.h (gdb_pymodule_addobject): Declare.
5584         * python/python.c (_initialize_python): Use
5585         gdb_pymodule_addobject.
5586
5587 2013-05-20  Tom Tromey  <tromey@redhat.com>
5588
5589         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5590         * python/py-param.c (get_set_value, get_show_value): Use
5591         explicit decrefs.
5592         * python/python.c (start_type_printers, apply_type_printers):
5593         Use explicit decrefs.
5594
5595 2013-05-20  Tom Tromey  <tromey@redhat.com>
5596
5597         * python/py-evts.c (gdbpy_initialize_py_events): Don't
5598         incref the module.
5599
5600 2013-05-20  Tom Tromey  <tromey@redhat.com>
5601
5602         * python/python.c (gdbpy_run_events): Decref the result
5603         of PyObject_CallObject.
5604
5605 2013-05-20  Tom Tromey  <tromey@redhat.com>
5606
5607         * python/py-symtab.c (set_sal): Use
5608         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
5609         (symtab_and_line_to_sal_object): Update.
5610
5611 2013-05-20  Tom Tromey  <tromey@redhat.com>
5612
5613         * python/py-param.c (compute_enum_values): Decref 'item'.
5614
5615 2013-05-20  Tom Tromey  <tromey@redhat.com>
5616
5617         * mi/mi-main.c: Include python-internal.h.
5618         (mi_cmd_list_features): Check gdb_python_initialized.
5619         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5620         (python_inferior_exit, python_new_objfile, add_thread_object)
5621         (delete_thread_object, py_free_inferior): Check
5622         gdb_python_initialized.
5623         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5624         gdb_python_initialized.
5625         * python/py-type.c (save_objfile_types): Check
5626         gdb_python_initialized.
5627         * python/python-internal.h (gdb_python_initialized): Declare.
5628         * python/python.c (ensure_python_env): Throw exception if
5629         Python not initialized.
5630         (before_prompt_hook, source_python_script_for_objfile)
5631         (start_type_printers, apply_type_printers,
5632         free_type_printers): Check gdb_python_initialized.
5633         * varobj.c (varobj_get_display_hint)
5634         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5635         (install_new_value_visualizer, varobj_set_visualizer)
5636         (value_get_print_value): Check gdb_python_initialized.
5637
5638 2013-05-20  Tom Tromey  <tromey@redhat.com>
5639
5640         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5641         Check errors.
5642         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5643         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5644         Check errors.
5645         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5646         Check errors.
5647         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5648         Check errors.
5649         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5650         Check errors.
5651         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5652         init function to return 'int'.
5653         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5654         Return 'int'.  Check errors.
5655         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5656         Check errors.
5657         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5658         Return 'int'.  Check errors.
5659         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5660         Check errors.
5661         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5662         Check errors.
5663         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5664         Check errors.
5665         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5666         Check errors.
5667         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5668         Check errors.
5669         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5670         Check errors.
5671         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5672         Check errors.
5673         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5674         Check errors.
5675         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5676         Check errors.
5677         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5678         Check errors.
5679         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5680         Check errors.
5681         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5682         Check errors.
5683         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5684         Check errors.
5685         * python/python-internal.h (gdbpy_initialize_auto_load,
5686         gdbpy_initialize_values, gdbpy_initialize_frames,
5687         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5688         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5689         gdbpy_initialize_blocks, gdbpy_initialize_types,
5690         gdbpy_initialize_functions, gdbpy_initialize_pspace,
5691         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5692         gdbpy_initialize_finishbreakpoints,
5693         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5694         gdbpy_initialize_thread, gdbpy_initialize_inferior,
5695         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5696         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5697         gdbpy_initialize_signal_event,
5698         gdbpy_initialize_breakpoint_event,
5699         gdbpy_initialize_continue_event,
5700         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5701         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5702         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5703         * python/python.c (gdb_python_initialized): New global.
5704         (gdbpy_initialize_events): Return 'int'.  Check errors.
5705         (_initialize_python): Check errors.  Set
5706         gdb_python_initialized.
5707
5708 2013-05-20  Tom Tromey  <tromey@redhat.com>
5709
5710         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5711         Decref the reslut of PyObject_CallMethod.
5712
5713 2013-05-20  Tom Tromey  <tromey@redhat.com>
5714
5715         * python/py-event.c (gdbpy_initialize_event_generic): Return
5716         early if PyType_Ready fails.
5717
5718 2013-05-20  Tom Tromey  <tromey@redhat.com>
5719
5720         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5721         as 'default' in the switch.
5722
5723 2013-05-20  Tom Tromey  <tromey@redhat.com>
5724
5725         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
5726         get_addr_from_python calls out of TRY_CATCH.
5727         (infpy_write_memory, infpy_search_memory): Likewise.
5728         * python/py-utils.c (get_addr_from_python): Return negative
5729         value on error.  Use TRY_CATCH.
5730         * python/python-internal.h (get_addr_from_python): Use
5731         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5732
5733 2013-05-20  Tom Tromey  <tromey@redhat.com>
5734
5735         * python/py-event.c (evpy_emit_event): Decref the
5736         result of PyObject_CallFunctionObjArgs.
5737
5738 2013-05-20  Tom Tromey  <tromey@redhat.com>
5739
5740         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5741         Correctly decref.
5742
5743 2013-05-20  Tom Tromey  <tromey@redhat.com>
5744
5745         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5746
5747 2013-05-20  Tom Tromey  <tromey@redhat.com>
5748
5749         * python/py-event.h (gdbpy_initialize_event_generic): Use
5750         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5751         * python/py-evts.c (add_new_registry): Use
5752         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5753         * python/python-internal.h
5754         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5755
5756 2013-05-20  Tom Tromey  <tromey@redhat.com>
5757
5758         * python/py-arch.c (archpy_disassemble): Update.
5759         * python/py-type.c (typy_get_composite, typy_lookup_typename)
5760         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5761         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5762         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5763         macro.
5764         (GDB_PY_HANDLE_EXCEPTION): Update.
5765         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
5766
5767 2013-05-20  Tom Tromey  <tromey@redhat.com>
5768
5769         * python/python-internal.h (events_object_type): Remove.
5770
5771 2013-05-20  Tom Tromey  <tromey@redhat.com>
5772
5773         * python/py-event.h (evpy_emit_event): Use
5774         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5775         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5776         New macro.
5777
5778 2013-05-20  Tom Tromey  <tromey@redhat.com>
5779
5780         * py-evtregistry.c (create_event_object): Decref
5781         eventregistry_object if PyList_New fails.
5782
5783 2013-05-20  Tom Tromey  <tromey@redhat.com>
5784
5785         * py-cmd.c (gdbpy_string_to_argv): Check result of
5786         PyList_New.
5787
5788 2013-05-20  Tom Tromey  <tromey@redhat.com>
5789
5790         * python/python.c (before_prompt_hook): Add cleanup to
5791         decref 'hook'.
5792
5793 2013-05-20  Tom Tromey  <tromey@redhat.com>
5794
5795         * python/py-function.c (fnpy_init): Decref result of
5796         PyObject_GetAttrString.
5797
5798 2013-05-20  Tom Tromey  <tromey@redhat.com>
5799
5800         * python/py-threadevent.c (get_event_thread): Use
5801         CPYCHECKER_RETURNS_BORROWED_REF.
5802         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5803         New define.
5804         (pspace_to_pspace_object, objfile_to_objfile_object)
5805         (find_thread_object): Use it.
5806
5807 2013-05-20  Tom Tromey  <tromey@redhat.com>
5808
5809         * python/py-arch.c (arch_object_type): Use
5810         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5811         * python/py-block.c (block_syms_iterator_object_type):
5812         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5813         * python/py-bpevent.c (breakpoint_event_object_type):
5814         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5815         * python/py-cmd.c (cmdpy_object_type): Use
5816         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5817         * python/py-continueevent.c (continue_event_object_type):
5818         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5819         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5820         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5821         * python/py-events.h (thread_event_object_type):
5822         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5823         * python/py-evtregistry.c (eventregistry_object_type): Use
5824         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5825         * python/py-exitedevent.c (exited_event_object_type):
5826         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5827         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5828         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5829         * python/py-function.c (fnpy_object_type): Use
5830         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5831         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5832         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5833         * python/py-infthread.c (thread_object_type): Use
5834         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5835         * python/py-lazy-string.c (lazy_string_object_type):
5836         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5837         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5838         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5839         * python/py-objfile.c (objfile_object_type): Use
5840         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5841         * python/py-param.c (parmpy_object_type):
5842         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5843         * python/py-progspace.c (pspace_object_type):
5844         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5845         * python/py-signalevent.c (signal_event_object_type):
5846         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5847         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5848         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5849         * python/py-type.c (type_object_type, field_object_type)
5850         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5851         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5852         define.
5853         (value_object_type, block_object_type, symbol_object_type)
5854         (event_object_type, stop_event_object_type, breakpoint_object_type)
5855         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5856
5857 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5858
5859         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5860         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5861
5862 2013-05-20  Doug Evans  <dje@google.com>
5863
5864         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5865         For Fission.
5866         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5867         reading_dwo_directly.
5868         (struct signatured_type): New member dwo_unit.
5869         (struct die_reader_specs): New member comp_dir.
5870         (create_signatured_type_table_from_index): Use malloc for
5871         all_type_units instead of objfile's obstack.
5872         (create_all_type_units): Ditto.
5873         (fill_in_sig_entry_from_dwo_entry): New function.
5874         (add_type_unit): New function.
5875         (lookup_dwo_signatured_type): New function.
5876         (lookup_dwp_signatured_type): New function.
5877         (lookup_signatured_type): New arg cu.  All callers updated.
5878         (init_cu_die_reader): Initialize comp_dir.
5879         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5880         Change assert of matching type signatures to call error on mismatch.
5881         (lookup_dwo_unit): Add assert.
5882         (init_tu_and_read_dwo_dies): New function.
5883         (init_cutu_and_read_dies): Call it.
5884         (build_type_unit_groups): Handle case of no type unit groups created.
5885         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5886         (lookup_dwo_cutu): Tweak complaint.
5887         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5888         (dwarf2_per_objfile_free): Free all_type_units.
5889
5890 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5891
5892         * windows-nat.c (handle_unload_dll): Add missing empty line.
5893
5894 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5895
5896         * dwarf2read.c (prototyped_function_p): New function.
5897         (read_subroutine_type): Use it.
5898
5899 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5900
5901         * rs6000-aix-tdep.c: De-indent some example code provided
5902         as a comment.
5903
5904 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5905
5906         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5907         region is ok for a hardware watchpoint using the new ptrace interface
5908         on Power servers.
5909
5910 2013-05-17  Doug Evans  <dje@google.com>
5911
5912         * NEWS: Mention new maintenance commands check-symtabs, and
5913         expand-symtabs, and renamed check-psymtabs.
5914         * psymtab.c (maintenance_check_psymtabs): Renamed from
5915         maintenance_check_symtabs.  Only process already-expanded symbol
5916         tables.
5917         (_initialize_psymtab): Update.
5918         * symmisc.c (maintenance_check_symtabs): New function.
5919         (maintenance_expand_name_matcher): New function
5920         (maintenance_expand_file_matcher): New function
5921         (maintenance_expand_symtabs): New function.
5922         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5923         commands.
5924
5925 2013-05-17  Tom Tromey  <tromey@redhat.com>
5926
5927         * python/py-inferior.c (infpy_read_memory): Don't call
5928         PyErr_SetString if PyObject_New fails.
5929         * python/py-frame.c (frame_info_to_frame_object): Don't call
5930         PyErr_SetString if PyObject_New fails.
5931
5932 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5933
5934         * acinclude.m4: Add check for dlopen in libdl.
5935         * configure.ac: Ditto.
5936         * configure: Regenerate.
5937
5938 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5939
5940         * frame.c (frame_stash): Convert to htab.
5941         (frame_addr_hash): New function.
5942         (frame_addr_hash_eq): New function.
5943         (frame_stash_create): Convert function to create
5944         a hash table.
5945         (frame_stash_add): Convert function to add an entry to a hash
5946         table.
5947         (frame_stash_find): Convert function to search the hash table.
5948         (frame_stash_invalidate): Convert function to empty the hash
5949         table.
5950         (get_frame_id): Only add to stash if a frame_id is created.
5951         (_initialize_frame): Call frame_stash_create.
5952
5953 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5954
5955         * configure.ac: Ensure MIG is available when building for GNU Hurd
5956         hosts.
5957         * configure: Regenerate.
5958
5959 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5960
5961         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5962
5963 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5964
5965         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5966         all cleanups are done before returning from this function.
5967
5968 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5969
5970         * utils.h: #include "exceptions.h".
5971         (enum errors): Remove partial declaration.
5972
5973 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5974
5975         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5976         * gdbarch.h, gdbarch.c: Regenerate.
5977         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5978         handling.
5979
5980         * rs6000-aix-tdep.h: New file.
5981         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5982         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5983         "xml-utils.h".
5984         (struct field_info, struct ld_info_desc): New types.
5985         (ld_info32_desc, ld_info64_desc): New static constants.
5986         (struct ld_info): New type.
5987         (rs6000_aix_extract_ld_info): New function.
5988         (rs6000_aix_shared_library_to_xml): Likewise.
5989         (rs6000_aix_ld_info_to_xml): Likewise.
5990         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5991         (rs6000_aix_init_osabi): Add call to
5992         set_gdbarch_core_xfer_shared_libraries_aix.
5993         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5994         Remove "xml-utils.h" include.
5995         (LdInfo): Delete typedef.
5996         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5997         Delete macros.
5998         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5999         Adjust code accordingly.
6000         (rs6000_core_ldinfo): Delete, folded into
6001         rs6000_aix_core_xfer_shared_libraries_aix.
6002         (rs6000_xfer_shared_library): Delete.
6003         (rs6000_xfer_shared_libraries): Reimplement.
6004
6005 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
6006
6007         * record.c (record_goto_cmdlist): New.
6008         (cmd_record_goto): Split into this ...
6009         (cmd_record_goto_begin): ... this
6010         (cmd_record_goto_end): ... and this.
6011         (_initialize_record): Change "record goto" to prefix command.
6012         Add commands for "record goto begin" and "record goto end".
6013         Add an alias for "record goto start" to "record goto begin".
6014
6015 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6016
6017         * linespec.c (convert_linespec_to_sals): New comment for
6018         SOURCE_FILENAME assignment.
6019
6020 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6021
6022         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6023         internal_warning.
6024
6025 2013-05-14  Tom Tromey  <tromey@redhat.com>
6026
6027         * eval.c (parse_and_eval_long): Make 'exp' const.
6028         * value.h (parse_and_eval_long): Update.
6029
6030 2013-05-14  Tom Tromey  <tromey@redhat.com>
6031
6032         * ui-file.c (gdb_fopen): Make arguments const.
6033         * ui-file.h (gdb_fopen): Make arguments const.
6034
6035 2013-05-14  Tom Tromey  <tromey@redhat.com>
6036
6037         * remote.c (remote_set_trace_notes): Make arguments const.
6038         * target.c (update_current_target): Update cast.
6039         * target.h (to_set_trace_notes): Make arguments const.
6040
6041 2013-05-14  Tom Tromey  <tromey@redhat.com>
6042
6043         * go32-nat.c (go32_terminal_info): Make 'args' const.
6044         * inferior.h (child_terminal_info): Update.
6045         * inflow.c (child_terminal_info): Make 'args' const.
6046         * target.c (default_terminal_info): Make 'args' const.
6047         (debug_to_terminal_save_ours): Likewise.
6048         * target.h (struct target_ops) <to_terminal_info>: Make argument
6049         const.
6050
6051 2013-05-13  Tom Tromey  <tromey@redhat.com>
6052
6053         * gcore.c (create_gcore_bfd): Make 'filename' const.
6054         * gcore.h (create_gcore_bfd): Make 'filename' const.
6055         * record-full.c (record_full_save): Make 'recfilename' const.
6056         * target.c (target_save_record): Make 'filename' const.
6057         * target.h (struct target_ops) <to_save_record>: Make 'filename'
6058         const.
6059         (target_save_record): Likewise.
6060
6061 2013-05-13  Tom Tromey  <tromey@redhat.com>
6062
6063         PR gdb/15338:
6064         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6065         ranges section has been read.
6066
6067 2013-05-13  Tom Tromey  <tromey@redhat.com>
6068
6069         PR exp/15364:
6070         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6071         STRUCTOP_PTR>: Return a not_lval value for
6072         EVAL_AVOID_SIDE_EFFECTS.
6073         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6074         for EVAL_AVOID_SIDE_EFFECTS.
6075
6076 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
6077
6078         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6079         floating point registers to register type before storing
6080         value.
6081         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6082         Likewise.
6083
6084 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6085             Tom Tromey  <tromey@redhat.com>
6086
6087         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6088         New functions.
6089         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6090         Declare.
6091         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6092         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6093         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6094         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6095
6096 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
6097             Tom Tromey  <tromey@redhat.com>
6098
6099         PR build/15414:
6100         * configure: Rebuild.
6101         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6102         with -Wno-format.
6103
6104 2013-05-10  Pedro Alves  <palves@redhat.com>
6105
6106         * remote.c (_initialize_remote): Fix spelling of
6107         qXfer:traceframe-info:read packet in packet config command.
6108
6109 2013-05-10  David Taylor  <dtaylor@emc.com>
6110
6111         PR remote/15455
6112
6113         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6114         "QTro" at start of packet.
6115
6116 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6117
6118         * solib-aix.c (solib_aix_relocate_section_addresses):
6119         For the .bss section action, apply the same offset as
6120         the .data section.
6121
6122 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6123
6124         * solib-aix.c (solib_aix_relocate_section_addresses):
6125         Remove FIXME comment.
6126
6127 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
6128
6129         PR tdep/15420:
6130         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6131         New functions, directly copied from sparc-sol-thread.c.
6132         * sparc-sol-thread.c: Delete.
6133         * configure.ac: Remove code handling sparc-solaris-thread.c.
6134         * configure: Regenerate.
6135
6136 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
6137
6138         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6139         filter logic.
6140         (backtrace_command): Add "no-filters" option parsing.
6141         (_initialize_stack): Alter help to reflect "no-filters" option.
6142         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6143         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6144         (py-frame.o): Add target
6145         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
6146         filter files.
6147         * python/python.h: Add new frame filter constants, and flag enum.
6148         (apply_frame_filter): Add definition.
6149         * python/python.c (apply_frame_filter): New non-Python
6150         enabled function.
6151         * python/py-utils.c (py_xdecref): New function.
6152         (make_cleanup_py_xdecref): Ditto.
6153         * python/py-objfile.c: Declare frame_filters dictionary.
6154         (objfpy_dealloc): Add frame_filters dealloc.
6155         (objfpy_new): Initialize frame_filters attribute.
6156         (objfile_to_objfile_object): Ditto.
6157         (objfpy_get_frame_filters): New function.
6158         (objfpy_set_frame_filters): New function.
6159         * python/py-progspace.c: Declare frame_filters dictionary.
6160         (pspy_dealloc): Add frame_filters dealloc.
6161         (pspy_new): Initialize frame_filters attribute.
6162         (pspacee_to_pspace_object): Ditto.
6163         (pspy_get_frame_filters): New function.
6164         (pspy_set_frame_filters): New function.
6165         * python/py-framefilter.c: New file.
6166         * python/lib/gdb/command/frame_filters.py: New file.
6167         * python/lib/gdb/frames.py: New file.
6168         * python/lib/gdb/__init__.py: Initialize global frame_filters
6169         dictionary
6170         * python/lib/gdb/FrameDecorator.py: New file.
6171         * python/lib/gdb/FrameIterator.py: New file.
6172         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6173         * mi/mi-cmds.h: Declare.
6174         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6175         --no-frame-filter logic, and Python frame filter logic.
6176         (stack_enable_frame_filters): New function.
6177         (parse_no_frame_option): Ditto.
6178         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6179         filter logic.
6180         (mi_cmd_stack_list_locals): Ditto.
6181         (mi_cmd_stack_list_args): Ditto.
6182         (mi_cmd_stack_list_variables): Ditto.
6183         * NEWS: Add frame filter note.
6184
6185 2013-05-09  Doug Evans  <dje@google.com>
6186
6187         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6188         All callers updated.
6189         (syms_from_objfile): Ditto.  Make static.
6190         (symbol_file_add_with_addrs): Renamed from
6191         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
6192         num_offsets.  All callers updated.
6193         * symfile.h (syms_from_objfile): Delete.
6194
6195         * symfile.c (decrement_reading_symtab): Add assert.
6196         (increment_reading_symtab): Ditto.
6197
6198 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
6199
6200         * source.c (forward_search_command): Replace call to getc
6201         by call to fgetc.
6202         (reverse_search_command): Likewise.
6203
6204 2013-05-08  Doug Evans  <dje@google.com>
6205
6206         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6207         matching test.
6208
6209 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6210
6211         * sol-thread.c (info_cb): Factorize the code a little.
6212
6213 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6214
6215         * sol-thread.c (info_cb): Rework the output of the "maintenance
6216         info sol-threads" command a bit.
6217
6218 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6219
6220         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6221         Replace ti.ti_startfunc by ti.ti_pc.
6222
6223 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6224
6225         * solib-aix.c (solib_aix_free_library_list): New function
6226         for the case where HAVE_LIBEXPAT is not defined.
6227
6228 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6229
6230         PR breakpoints/15413:
6231         * breakpoint.c (condition_completer): Simplify the code to
6232         disconsider multiple locations of breakpoints when completing the
6233         "condition" command.
6234
6235 2013-05-07  Pierre Muller  <muller@sourceware.org>
6236
6237         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6238         instead of <sys/wait.h>.
6239
6240 2013-05-07  Pierre Muller  <muller@sourceware.org>
6241
6242         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6243         trailing new line from warning message.
6244
6245 2013-05-07  Pierre Muller  <muller@sourceware.org>
6246
6247         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6248         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6249
6250 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6251
6252         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6253         error message (ARI fix).
6254
6255 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6256
6257         * features/library-list-aix.dtd: Replace library-list by
6258         library-list-aix.
6259         * rs6000-nat.c: Replace library-list by library-list-aix
6260         throughout.
6261         * solib-aix.c: Likewise.
6262
6263 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6264
6265         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6266         Renames TARGET_OBJECT_AIX_LIBRARIES.
6267         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6268         TARGET_OBJECT_LIBRARIES_AIX throughout.
6269         * solib-aix.c: Likwise.
6270
6271 2013-05-07  Yao Qi  <yao@codesourcery.com>
6272
6273         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6274         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6275
6276 2013-05-07  Yao Qi  <yao@codesourcery.com>
6277
6278         * solib-dsbt.c (enable_break): Declare.
6279         (dsbt_current_sos): Remove call to enable_break2.
6280         (enable_break2): Rename to enable_break.  Set solib breakpoint
6281         on '_dl_debug_state'.
6282         (enable_break): Remove.
6283
6284 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
6285
6286         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6287         debug state prior to replicating existing hardware watchpoints or
6288         breakpoints.
6289
6290 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6291
6292         * gcore.c (gcore_create_callback): Ignore sections with
6293         separate_debug_objfile_backlink != NULL.
6294
6295 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
6296             Andrew Jenner  <andrew@codesourcery.com>
6297             Chung-Lin Tang  <cltang@codesourcery.com>
6298             Julian Brown  <julian@codesourcery.com>
6299
6300         Based on the nios2-elf port from Altera Corporation.
6301
6302         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6303         nios2-linux-tdep.o.
6304         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6305         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6306         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6307         * nios2-tdep.h: New.
6308         * nios2-tdep.c: New.
6309         * nios2-linux-tdep.c: New.
6310         * features/Makefile (WHICH): Add nios2-linux.
6311         (nios2-linux-expedite): Set.
6312         * features/nios2-cpu.xml: New.
6313         * features/nios2.xml: New.
6314         * features/nios2-linux.xml: New.
6315         * features/nios2.c: New (autogenerated).
6316         * features/nios2-linux.c: New (autogenerated).
6317         * regformats/nios2-linux.dat: New (autogenerated).
6318         * NEWS (Changes since GDB 7.6): Add new Nios II targets
6319         and commands.
6320
6321 2013-05-06  Doug Evans  <dje@google.com>
6322
6323         * symfile.c: Whitespace cleanup.
6324
6325         * solist.h (struct target_so_ops): New member clear_so.
6326         * solib-svr4.c (svr4_clear_so): New function.
6327         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6328         * solib.c (clear_so): Renamed from free_so_symbols.
6329         All callers updated.  Call target clear_so if it exists.
6330
6331 2013-05-06  Tom Tromey  <tromey@redhat.com>
6332
6333         * ada-lang.c (ada_value_primitive_packed_val): Don't
6334         call value_incref.
6335         * value.c (set_value_parent): Incref the new parent and decref
6336         the old parent.
6337         (value_copy, value_primitive_field): Use set_value_parent.
6338
6339 2013-05-06  Tom Tromey  <tromey@redhat.com>
6340
6341         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6342         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6343         if needed.
6344         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6345         * dwarf2read.c (write_constant_as_bytes)
6346         (dwarf2_fetch_constant_bytes): New functions.
6347
6348 2013-05-06  Tom Tromey  <tromey@redhat.com>
6349
6350         * dwarf2read.c (dwarf2_const_value_data): Remove unused
6351         parameters.
6352         (dwarf2_const_value_attr): Update.
6353
6354 2013-05-06  Tom Tromey  <tromey@redhat.com>
6355
6356         * somread.c (som_symfile_offsets): Add 'const' to addrs.
6357         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6358         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6359         Remove declaration.
6360
6361 2013-05-06  Tom Tromey  <tromey@redhat.com>
6362
6363         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6364         objfile's obstack.
6365
6366 2013-05-06  Doug Evans  <dje@google.com>
6367
6368         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6369         * stabsread.h (process_one_symbol): Update declaration.
6370         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6371         * elfread.c (elf_symfile_relocate_probe): Ditto.
6372         * psymtab.c (relocate_psymtabs): Ditto.
6373         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6374         (objfile_relocate): Ditto.
6375         * objfiles.h (objfile_relocate): Update declaration.
6376         * symfile.c (relative_addr_info_to_section_offsets): Constify
6377         addrs parameter.
6378         (default_symfile_offsets): Ditto.
6379         (syms_from_objfile_1): Constify offsets parameter.
6380         (syms_from_objfile): Ditto.
6381         (symbol_file_add_with_addrs_or_offsets): Ditto.
6382         (symfile_map_offsets_to_segments): Constify data parameter.
6383         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6384         delta parameters of member relocate.
6385         (struct sym_probe_fns): Constify new_offsets,
6386         delta parameters of member sym_relocate_probe.
6387         (struct sym_fns): Constify section_addr_info parameter of member
6388         sym_offsets.
6389         (relative_addr_info_to_section_offsets): Update declaration.
6390         (default_symfile_offsets): Ditto.
6391         (syms_from_objfile): Ditto.
6392         (symfile_map_offsets_to_segments): Ditto.
6393
6394         * symfile.c (syms_from_objfile_1): Use correct section count when
6395         objfile->sf == NULL.
6396
6397 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
6398
6399         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6400
6401 2013-05-06  Doug Evans  <dje@google.com>
6402
6403         * psympriv.h (struct partial_symtab): Augment comment for member
6404         section_offsets.
6405
6406 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6407
6408         Reimplement shared library support on ppc-aix...
6409         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6410         * features/library-list-aix.dtd: New file.
6411         * solib-aix.h, solib-aix.c: New file.
6412         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6413         (rs6000_find_toc_address_hook): Delete.
6414         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6415         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6416         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
6417         "xml-utils.h".
6418         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6419         (vmap_symtab, fixup_breakpoints): Delete.
6420         (rs6000_xfer_shared_libraries): New function.
6421         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6422         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6423         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6424         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6425         (rs6000_xfer_shared_library): New function.
6426         (find_toc_address): Delete.
6427         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6428         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6429         * xcoffread.c (record_minimal_symbol): Reloate symbol address
6430         before creating minimal symbol.  Adjust function description
6431         accordingly.
6432         (scan_xcoff_symtab): Replace call to
6433         prim_record_minimal_symbol_and_info by call to
6434         record_minimal_symbol.
6435         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6436         around default_symfile_offsets.
6437         * configure.tgt: Add solib-aix.o to gdb_target_obs for
6438         powerpc-aix targets.
6439         * config/rs6000/nm-rs6000.h: Delete.
6440         * config/powerpc/aix.mh (NAT_FILE): Delete.
6441         (NATDEPFILES): Remove xcoffsolib.o.
6442         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6443         (ALL_TARGET_OBS): Add solib-aix.o.
6444         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6445         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
6446         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
6447         * xcoffsolib.h, xcoffsolib.c: Delete.
6448
6449         * solib.c (reload_shared_libraries): Remove reference to
6450         SOLIB_CREATE_INFERIOR_HOOK.
6451         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6452         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6453         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6454         comment.
6455         * corelow.c (deprecated_core_resize_section_table): Delete.
6456         * exec.c: Remove include of xcoffsolib.h".
6457         (map_vmap, vmap): Delete.
6458         (exec_close_1): Remove references to vmap.
6459         (exec_file_attach): Remove vmap handling code, and reference
6460         to DEPRECATED_IBM6000_TARGET.
6461         (bfdsec_to_vmap): Delete.
6462         (exec_files_info): Remove block of code handling VMAP.
6463         * infcmd.c (post_create_inferior): Remove reference to
6464         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6465         * infrun.c (follow_exec): Remove reference to
6466         SOLIB_CREATE_INFERIOR_HOOK.
6467         * stack.c (print_frame): Remove reference to PC_SOLIB.
6468         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6469         (dsbt_relocate_main_executable): Likewise.
6470         * solib-frv.c (frv_current_sos): Likewise.
6471
6472 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6473
6474         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6475         to target_write_memory and target_read_memory.
6476
6477 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6478
6479         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6480         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6481
6482 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6483
6484         * darwin-nat.c: Replace all "%x" instances in format strings
6485         into "0x%x" throughout.
6486
6487 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6488
6489         * darwin-nat.c (darwin_mourn_inferior): Replace call to
6490         gdb_assert by call to MACH_CHECK_ERROR.
6491         (darwin_attach_pid): Raise an error rather than a failed
6492         assertion when various system calls failed.  Report a warning
6493         instead of raising a failed assertion when PREV_NOT is not NULL
6494         after call to mach_port_request_notification.
6495         (darwin_ptrace_me): Raise an error rather than a failed
6496         assertion when read returns nonzero.
6497
6498 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6499
6500         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6501
6502 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6503
6504         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6505
6506 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6507
6508         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6509         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6510         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
6511         a stale cleanup.  Fix double free of NAME.
6512
6513 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
6514
6515         * windows-nat.c (windows_delete_thread): Accept an additional
6516         argument, the thread's exit code, and announce thread death when
6517         print_thread_events is non-zero and we are deleting a thread that
6518         is not the main thread.
6519         (get_windows_debug_event): Pass thread exit code to
6520         windows_delete_thread.
6521
6522 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6523
6524         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6525         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6526         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6527         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6528         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6529         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6530         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6531         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6532         (gdbarch_tdep): New struct.
6533         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6534         E_NUM_REGS.
6535         (v850e3v5_register_name): New function.
6536         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6537         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
6538         code handling the struct return conventions for the RH850 ABI.
6539         Update all callers.
6540         (v850_eight_byte_align_p): New function.
6541         (v850_push_call_dummy): Push structs by value, not by reference
6542         for the RH850 ABI.  Add support for eight byte alignment.
6543         (v850_dbtrap_breakpoint_from_pc): New function.
6544         (v850_gdbarch_init): Add ABI detection code.  Register
6545         v850e3v5_register_name for the v850e3v5 architecture.  Set the
6546         number of registers for v850e3v5.  Register
6547         v850_dbtrap_breakpoint_from_pc as appropriate.
6548         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6549
6550 2013-05-03  Doug Evans  <dje@google.com>
6551
6552         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6553         of bfd_count_sections.
6554         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6555         * symfile.c (default_symfile_offsets): Ditto.
6556         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
6557         one entry, not bfd_count_sections entries.
6558
6559 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6560
6561         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6562         `save' and `restore' register groups.  Don't include SPL
6563         or SPH in these groups.
6564         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
6565         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
6566         RL78_ES_REGNUM, and RL78_CS_REGNUM.
6567         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
6568         dwarf2_append_unwinders().
6569
6570 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6571
6572         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6573         ignore SIGINT and SIGTRAP in case these internal signals are
6574         caught explicitely.
6575
6576 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6577
6578         * darwin-nat.c (darwin_read_write_inferior): Change types
6579         of parameters rdaddr and wraddr to "gdb_byte *". Change type
6580         of copy_count to "mach_msg_type_number_t".
6581         (darwin_read_dyld_info): Change type of parameter
6582         rdaddr to "gdb_byte *".
6583
6584 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6585
6586         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6587         of &info->load_map from "char *" to "gdb_byte *".
6588
6589 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6590
6591         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6592         from "char *" to "gdb_byte *".
6593         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6594
6595 2013-04-30  Doug Evans  <dje@google.com>
6596
6597         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6598         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6599         DWO stub.  If DWO isn't found, just use stub.
6600         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6601
6602         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6603         calling init_cutu_and_read_dies.
6604
6605 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6606
6607         * target-descriptions.c (maint_print_c_tdesc_cmd):
6608         Add case to parse structures as register types and
6609         bitfields.
6610
6611 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6612
6613         * MAINTAINERS (Write After Approval): Add myself to the list.
6614
6615 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6616
6617         * sol-thread.c (rw_common): Change type of parameter "buf"
6618         to "gdb_byte *".
6619         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6620         rw_common to "gdb_byte *" instead of "char *".
6621
6622 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6623
6624         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6625         of local variable msym to const struct bound_minimal_symbol.
6626         Adjust use accordingly.
6627         [ti.ti_state == TD_THR_SLEEP]: Likewise.
6628
6629 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
6630
6631         * i386gnu-nat.c (CREG_OFFSET): New macro.
6632         (creg_offset): New array.
6633         (CREG_ADDR): Use creg_offset instead of reg_offset.
6634
6635 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6636
6637         * mep-tdep.c (mep_write_pc): Delete.
6638         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6639         Add call to set_gdbarch_pc_regnum.
6640
6641 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6642
6643         * common/filestuff.c: Replace #include <dirent.h> by
6644         #include "gdb_dirent.h".
6645
6646 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6647
6648         * common/filestuff.c: Replace #include <sys/stat.h> by
6649         #include "gdb_stat.h".
6650
6651 2013-04-29  Pierre Muller  <muller@sourceware.org>
6652
6653         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6654         editCase function rule.
6655         (get_DW_AT_signature_type): Likewise.
6656
6657 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6658
6659         * m32r-tdep.c (m32r_write_pc): Delete.
6660         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6661         Add call to set_gdbarch_pc_regnum.
6662
6663 2013-04-29  Pierre Muller  <muller@sourceware.org>
6664
6665         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6666
6667 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6668
6669         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6670
6671 2013-04-28  Yao Qi  <yao@codesourcery.com>
6672
6673         * solib-dsbt.c (fetch_loadmap): Re-indent.
6674         (displacement_from_map, enable_break2): Likewise.
6675         (dsbt_relocate_section_addresses): Likewise.
6676
6677 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
6678
6679         GDB 7.6 released.
6680
6681 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
6682
6683         PR corefiles/14983:
6684         * dwarf2read.c (process_full_comp_unit): Always create a static
6685         block.
6686
6687 2013-04-25  Hui Zhu  <hui@codesourcery.com>
6688
6689         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6690         to loc->cmd_bytecode.
6691
6692 2013-04-24  Doug Evans  <dje@google.com>
6693
6694         * dwarf2read.c (setup_type_unit_groups): Fix comment.
6695
6696 2013-04-22  Keith Seitz  <keiths@redhat.com>
6697
6698         * tracepoint.c (trace_save):  Call the writer's start method.
6699
6700 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
6701
6702         PR gdb/10462
6703         * cli/cli-decode.c (lookup_command): Show an error if there is no space
6704         before argument.
6705
6706 2013-04-23  Tom Tromey  <tromey@redhat.com>
6707
6708         * common/filestuff.c: Check USE_WIN32API before including
6709         sys/socket.h.
6710         (HAVE_F_GETFD): New define.
6711         (mark_cloexec): Check HAVE_F_GETFD.
6712         (gdb_open_cloexec): Change 'mode' to unsigned long.
6713         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6714         (gdb_pipe_cloexec): Check HAVE_PIPE.
6715         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6716         long.
6717
6718 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6719
6720         PR gdb/15293
6721         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6722
6723 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6724
6725         PR gdb/15165
6726         * breakpoint.c (dprintf_print_recreate): New.
6727         (save_breakpoints): Let it not save dprintf commands.
6728         (initialize_breakpoint_ops): Set dprintf_print_recreate.
6729
6730 2013-04-22  Tom Tromey  <tromey@redhat.com>
6731
6732         PR gdb/7912:
6733         * Makefile.in (SFILES): Add filestuff.c
6734         (COMMON_OBS): Add filestuff.o.
6735         (filestuff.o): New target.
6736         * auto-load.c (auto_load_objfile_script_1): Use
6737         gdb_fopen_cloexec.
6738         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6739         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6740         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6741         * common/agent.c (gdb_connect_sync_socket): Use
6742         gdb_socket_cloexec.
6743         * common/filestuff.c: New file.
6744         * common/filestuff.h: New file.
6745         * common/linux-osdata.c (linux_common_core_of_thread)
6746         (command_from_pid, commandline_from_pid, print_source_lines)
6747         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6748         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6749         gdb_fopen_cloexec.
6750         * common/linux-procfs.c (linux_proc_get_int)
6751         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6752         * config.in, configure: Rebuild.
6753         * configure.ac: Don't check for sys/socket.h.  Check for
6754         fdwalk, pipe2.
6755         * corelow.c (core_open): Use gdb_open_cloexec.
6756         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6757         * fork-child.c (fork_inferior): Call close_most_fds.
6758         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6759         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6760         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6761         Use gdb_fopen_cloexec.
6762         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6763         gdb_open_cloexec.
6764         (linux_async_pipe): Use gdb_pipe_cloexec.
6765         * remote-fileio.c (remote_fileio_func_open): Use
6766         gdb_open_cloexec.
6767         * remote.c (remote_file_put, remote_file_get): Use
6768         gdb_fopen_cloexec.
6769         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6770         close_most_fds.
6771         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6772         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6773         * solib.c (solib_find): Use gdb_open_cloexec.
6774         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6775         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6776         (tfile_open): Use gdb_open_cloexec.
6777         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6778         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6779         * xml-support.c (xml_fetch_content_from_file): Use
6780         gdb_fopen_cloexec.
6781         * main.c (captured_main): Call notice_open_fds.
6782
6783 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6784
6785         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6786         'char *' to 'gdb_byte *'.
6787         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6788         'gdb_byte'.
6789
6790 2013-04-22  Yao Qi  <yao@codesourcery.com>
6791
6792         * infrun.c: Fix typo in comment.
6793
6794 2013-04-22  Andrew Haley  <aph@redhat.com>
6795
6796         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6797         instead of "long".
6798
6799 2013-04-20  Yao Qi  <yao@codesourcery.com>
6800
6801         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6802         'char *' to 'gdb_byte *'.  Cast the return value of
6803         'bt_ctf_get_char_array' to 'gdb_byte *'.
6804
6805 2013-04-19  Pedro Alves  <palves@redhat.com>
6806
6807         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6808         -Wpointer-sign.
6809         * configure: Regenerate.
6810
6811 2013-04-19  Pedro Alves  <palves@redhat.com>
6812
6813         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6814         'void *'.
6815
6816 2013-04-19  Pedro Alves  <palves@redhat.com>
6817
6818         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6819         Change type of 'myaddr' parameter to gdb_byte pointer.
6820         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6821         to 'long long' pointer instead of to 'unsigned long long'.
6822         (monitor_write_memory_block, monitor_read_memory_single)
6823         (monitor_read_memory): Change type of 'myaddr' parameter to
6824         gdb_byte pointer.
6825
6826 2013-04-19  Pedro Alves  <palves@redhat.com>
6827
6828         * record.c (validate_history_size): Make parameter 'setting'
6829         unsigned.
6830
6831 2013-04-19  Pedro Alves  <palves@redhat.com>
6832
6833         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6834         to 'gdb_byte *'.
6835
6836 2013-04-19  Pedro Alves  <palves@redhat.com>
6837
6838         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6839         local to int.
6840
6841 2013-04-19  Pedro Alves  <palves@redhat.com>
6842
6843         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6844         * ada-tasks.c (read_fat_string_value): Likewise.
6845
6846 2013-04-19  Pedro Alves  <palves@redhat.com>
6847
6848         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6849         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6850         'offset', and adjust.
6851
6852 2013-04-19  Pedro Alves  <palves@redhat.com>
6853
6854         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6855         (read_index_from_section): Add cast to 'char *'.
6856
6857 2013-04-19  Pedro Alves  <palves@redhat.com>
6858
6859         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6860
6861 2013-04-19  Pedro Alves  <palves@redhat.com>
6862
6863         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6864
6865 2013-04-19  Pedro Alves  <palves@redhat.com>
6866
6867         * record-full.c (record_full_get_bookmark): Change local 'ret'
6868         type to char * and add cast to gdb_byte *.
6869         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6870         string.
6871         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6872
6873 2013-04-19  Pedro Alves  <palves@redhat.com>
6874
6875         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6876         * python/py-prettyprint.c (print_string_repr): Change type of
6877         'output' local to char *.  Add cast to gdb_byte * in
6878         LA_PRINT_STRING call.
6879         (print_children): Change type of 'output' local to char *.
6880         * python/py-value.c (valpy_string): Add cast to const char * in
6881         PyUnicode_Decode call.
6882
6883 2013-04-19  Pedro Alves  <palves@redhat.com>
6884
6885         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6886         and change its type to 'const char *'.  Adjust.
6887         (mips_send_packet): Add cast to 'char *', and remove cast to
6888         'unsigned char *'.
6889         (mips_receive_packet): Remove cast to 'unsigned char *'.
6890         (mips_load_srec): Use bfd_byte.
6891         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6892         (pmon_checkset): Make 'value' parameter unsigned.
6893
6894 2013-04-19  Pedro Alves  <palves@redhat.com>
6895
6896         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6897
6898 2013-04-19  Pedro Alves  <palves@redhat.com>
6899
6900         * remote.c (remote_write_bytes_aux, compare_sections_command)
6901         (remote_read_qxfer)
6902         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6903         (remote_hostio_readlink, remote_bfd_iovec_pread)
6904         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6905         binary buffer, and char when buffer is used as string.
6906         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6907         (trace_save, tfile_open, traceframe_walk_blocks)
6908         (tfile_fetch_registers): Likewise.
6909
6910 2013-04-19  Pedro Alves  <palves@redhat.com>
6911
6912         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6913         buffer and size_t size.  Adjust.
6914         * ser-base.h (ser_base_write): Adjust.
6915         * ser-go32.c (cnts): Change type to size_t.
6916         (dos_write): Change prototype -- take 'void *'
6917         buffer and size_t size.  Adjust.
6918         (dos_info): Print elements of 'cnts' as unsigned long.
6919         * serial.c (serial_write): Likewise.
6920         * serial.h (serial_write): Adjust.
6921         (struct serial_ops) <write>: Change prototype -- take 'void *'
6922         buffer and size_t size.  Adjust.
6923
6924 2013-04-19  Pedro Alves  <palves@redhat.com>
6925
6926         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6927         gdb_byte *.
6928         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6929
6930 2013-04-19  Pedro Alves  <palves@redhat.com>
6931
6932         * alpha-tdep.c (alpha_extract_return_value): Use
6933         regcache_cooked_read_unsigned to read 'v0'.
6934
6935 2013-04-19  Pedro Alves  <palves@redhat.com>
6936
6937         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6938         parameters 'at', 'as' and 'offset' to uint32_t.
6939
6940 2013-04-19  Pedro Alves  <palves@redhat.com>
6941
6942         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6943         'is64' to signed 'int'.
6944
6945 2013-04-19  Pedro Alves  <palves@redhat.com>
6946
6947         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6948         parameter to int *.
6949
6950 2013-04-19  Pedro Alves  <palves@redhat.com>
6951
6952         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6953         'insnbuf' buffer type to unsigned int[].
6954
6955 2013-04-19  Pedro Alves  <palves@redhat.com>
6956
6957         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6958
6959 2013-04-19  Pedro Alves  <palves@redhat.com>
6960
6961         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6962         unsigned long *.
6963
6964 2013-04-19  Pedro Alves  <palves@redhat.com>
6965
6966         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6967         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6968         UINT_MAX.
6969         * mips-tdep.c (heuristic_fence_post): Change type to int.
6970         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6971
6972 2013-04-19  Pedro Alves  <palves@redhat.com>
6973
6974         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6975         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6976         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6977
6978 2013-04-19  Pedro Alves  <palves@redhat.com>
6979
6980         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6981         it to get a string view of the byte buffer.
6982         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6983         type to gdb_byte *.  Adjust.
6984         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6985         Change local to char *.
6986         * solib-darwin.c (find_program_interpreter): Change return type to
6987         char *.  Adjust.
6988         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6989         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6990         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6991         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6992         * solib-svr4.c (find_program_interpreter): Change return type to
6993         char *.  Adjust.
6994         (enable_break): Change local 'interp_name' to char *.
6995         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6996         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6997         (spu_pseudo_register_write_spu): Use char for string buffer.
6998         Adjust.
6999         (info_spu_event_command, info_spu_signal_command): Add casts to
7000         'char *'.
7001
7002 2013-04-19  Pedro Alves  <palves@redhat.com>
7003
7004         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7005         gdb_byte[].
7006         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7007         * ada-lang.c (ada_value_assign): Use gdb_byte.
7008         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7009         (alphanbsd_sigtramp_offset): Use gdb_byte.
7010         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7011         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7012         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7013         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7014         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7015         * arm-tdep.c (arm_stub_unwind_sniffer)
7016         (arm_displaced_init_closure): Use gdb_byte.
7017         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7018         (arm_default_thumb_le_breakpoint)
7019         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7020         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7021         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7022         * arm-wince-tdep.c (arm_wince_le_breakpoint)
7023         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7024         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7025         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7026         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7027         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7028         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7029         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7030         (cris_store_return_value, cris_extract_return_value): Use
7031         gdb_byte.
7032         (constraint): Change type of parameter to char * from signed
7033         char*.  Use gdb_byte.
7034         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7035         of local buffer to gdb_byte *.
7036         * dwarf2read.c (read_index_from_section): Use gdb_byte.
7037         (create_dwp_hash_table): Change type of locals to gdb_byte *.
7038         (add_address_entry): Change type of local buffer to gdb_byte[].
7039         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7040         (frv_push_dummy_call): Use gdb_byte.
7041         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7042         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7043         (hppa_hpux_supply_save_state): Use gdb_byte.
7044         * hppa-tdep.c (hppa32_push_dummy_call)
7045         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7046         * ia64-tdep.c (extract_bit_field, replace_bit_field)
7047         (slotN_contents, replace_slotN_contents): Change type of parameter
7048         to gdb_byte *.
7049         (fetch_instruction, ia64_pseudo_register_write)
7050         (ia64_register_to_value, ia64_value_to_register)
7051         (ia64_extract_return_value, ia64_store_return_value)
7052         (ia64_push_dummy_call): Use gdb_byte.
7053         * m32c-tdep.c (m32c_return_value): Remove cast.
7054         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7055         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7056         gdb_byte.
7057         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7058         * mn10300-tdep.c (mn10300_store_return_value)
7059         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7060         gdb_byte.
7061         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7062         (moxie_process_record): Remove casts.
7063         * ppc-ravenscar-thread.c (supply_register_at_address)
7064         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7065         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7066         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7067         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7068         * remote.c (compare_sections_command): Use gdb_byte.
7069         * score-tdep.c (score7_free_memblock): Change type of parameter to
7070         gdb_byte *.
7071         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7072         gdb_byte *.  Use gdb_byte.
7073         (sh_push_dummy_call_fpu): Use gdb_byte.
7074         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7075         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7076         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7077         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7078         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7079         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7080         (sh64_store_return_value, sh64_register_convert_to_virtual):
7081         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
7082         (sh64_pseudo_register_write): Use gdb_byte.
7083         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7084         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
7085         buffer.
7086         (irix_current_sos): Use gdb_byte.
7087         * solib-som.c (som_current_sos): Use gdb_byte.
7088         * sparc-ravenscar-thread.c (supply_register_at_address)
7089         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7090         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7091         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7092         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7093         'gdb_byte *'.
7094         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7095         'gdb_byte *'.
7096         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7097         * xstormy16-tdep.c (xstormy16_extract_return_value)
7098         (xstormy16_store_return_value): Change parameter type to
7099         'gdb_byte *'.  Adjust.
7100         (xstormy16_push_dummy_call): Use gdb_byte.
7101         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7102         (call0_analyze_prologue, execute_code): Use gdb_byte.
7103
7104 2013-04-19  Vladimir Kargov <kargov@gmail.com>
7105             Pedro Alves  <palves@redhat.com>
7106
7107         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7108         value contents.
7109
7110 2013-04-17  Doug Evans  <dje@google.com>
7111
7112         * dwarf2read.c (struct signatured_type): New member type.
7113         (struct attribute): Replace member signatured_type with signature.
7114         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7115         (read_call_site_scope): Call follow_die_ref instead of
7116         follow_die_ref_or_sig.
7117         (read_structure_type): Rewrite handling of signatured types.
7118         (read_enumeration_type): Ditto.
7119         (read_attribute_value): Update.
7120         (build_error_marker_type): New function.
7121         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
7122         Don't call error for bad types, just build an error marker type.
7123         (dump_die_shallow): Update.
7124         (follow_die_sig_1): Renamed from follow_die_sig.
7125         Don't call error for bad types, instead return NULL.
7126         (follow_die_sig): New function.
7127         (get_signatured_type, get_DW_AT_signature_type): New functions.
7128
7129 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
7130
7131         * aarch64-tdep.c (aarch64_write_pc): Removed.
7132         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7133         function.
7134
7135 2013-04-17  Yao Qi  <yao@codesourcery.com>
7136
7137         * top.c (print_gdb_configuration): Print configure-time
7138         parameter on using libbabeltrace or not.
7139
7140 2013-04-16  Pedro Alves  <palves@redhat.com>
7141
7142         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7143
7144 2013-04-16  Pedro Alves  <palves@redhat.com>
7145
7146         * common/glibc_thread_db.h: Update from upstream glibc
7147         (git 568035b7874a099087b77f7bba3e36a1173787b0).
7148
7149 2013-04-16  Pedro Alves  <palves@redhat.com>
7150
7151         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
7152         * common/glibc_thread_db.h: ... this new file ...
7153         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
7154
7155 2013-04-16  Will Newton  <will.newton@gmail.com>
7156             Pedro Alves  <palves@redhat.com>
7157
7158         PR build/11881
7159
7160         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
7161         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
7162         HAVE_THREAD_DB_H.
7163
7164 2013-04-16  Pedro Alves  <palves@redhat.com>
7165             Eli Zaretskii  <eliz@gnu.org>
7166
7167         * NEWS: Mention "set foo unlimited".
7168
7169 2013-04-15  Doug Evans  <dje@google.com>
7170
7171         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7172         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7173         (create_dwo_cu_reader): Renamed from
7174         create_dwo_debug_info_hash_table_reader.
7175         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7176         Remove support for multiple CUs in a DWO file.
7177         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7178
7179         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7180         instead of phex.
7181         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7182         (create_dwo_in_dwp): Ditto.
7183
7184 2013-04-15  Tom Tromey  <tromey@redhat.com>
7185
7186         * NEWS: Move recent entries into "since 7.6" section.
7187
7188 2013-04-15  Tom Tromey  <tromey@redhat.com>
7189
7190         PR c++/13588:
7191         * NEWS: Update.
7192         * break-catch-throw.c (struct exception_catchpoint)
7193         <exception_rx, pattern>: New fields.
7194         (fetch_probe_arguments, dtor_exception_catchpoint)
7195         (check_status_exception_catchpoint)
7196         (print_one_detail_exception_catchpoint): New functions.
7197         (handle_gnu_v3_exceptions): Add "except_rx" argument.
7198         Compile regular expression if needed.
7199         (extract_exception_regexp): New function.
7200         (catch_exception_command_1): Use extract_exception_regexp.
7201         (compute_exception): Use fetch_probe_arguments.
7202         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7203         and check_status fields.
7204         * cp-abi.c (cplus_typename_from_type_info): New function.
7205         * cp-abi.h (cplus_typename_from_type_info): Declare.
7206         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7207         * gdb_regex.h (compile_rx_or_error): Declare.
7208         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7209         comment.
7210         (init_gnuv3_ops): Set get_type_from_type_info field.
7211         * probe.c (compile_rx_or_error): Move...
7212         * utils.c (compile_rx_or_error): ... here.
7213
7214 2013-04-15  Tom Tromey  <tromey@redhat.com>
7215
7216         PR c++/15176:
7217         * NEWS: Update.
7218         * break-catch-throw.c (compute_exception): New function.
7219         (exception_funcs): New global.
7220         (_initialize_break_catch_throw): Create $_exception.
7221         * cp-abi.c (cplus_type_from_type_info): New function.
7222         * cp-abi.h (cplus_type_from_type_info): Declare.
7223         (struct cp_abi_ops) <get_type_from_type_info>: New field.
7224         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7225         (gnuv3_get_type_from_type_info): New functions.
7226         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7227
7228 2013-04-15  Tom Tromey  <tromey@redhat.com>
7229
7230         * break-catch-throw.c (struct exception_names): New.
7231         (exception_functions): Change type.
7232         (re_set_exception_catchpoint): Look for SDT probes.
7233
7234 2013-04-15  Tom Tromey  <tromey@redhat.com>
7235
7236         PR c++/10119:
7237         * break-catch-throw.c (exception_functions): New global.
7238         (gnu_v3_exception_catchpoint_ops): Move earlier.
7239         (struct exception_catchpoint): New.
7240         (classify_exception_breakpoint): Rewrite.
7241         (re_set_exception_catchpoint): New function.
7242         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
7243         Allocate a struct exception_catchpoint.
7244         (catch_exception_command_1): Update.
7245         (initialize_throw_catchpoint_ops): Set 're_set' method.
7246
7247 2013-04-15  Tom Tromey  <tromey@redhat.com>
7248
7249         * Makefile.in (SFILES): Add break-catch-throw.c
7250         (COMMON_OBS): Add break-catch-throw.o.
7251         * break-catch-throw.c: New file.
7252         * breakpoint.c: Move exception-catching code to new file.
7253         (ep_parse_optional_if_clause): No longer static.
7254         * breakpoint.h (ep_parse_optional_if_clause): Declare.
7255
7256 2013-04-15  Tom Tromey  <tromey@redhat.com>
7257
7258         PR c++/9065:
7259         * NEWS: Update.
7260         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7261         * c-exp.y (TYPEID): New token.
7262         (exp): Add new TYPEID productions.
7263         (ident_tokens): Add "typeid".
7264         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7265         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7266         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7267         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7268         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7269         case.
7270         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7271         (build_std_type_info_type, gnuv3_get_typeid_type)
7272         (gnuv3_get_typeid): New functions.
7273         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
7274         new fields on ABI object.
7275         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7276         * std-operator.def (OP_TYPEID): New.
7277
7278 2013-04-15  Tom Tromey  <tromey@redhat.com>
7279
7280         * elfread.c (elf_symtab_read): Install versioned symbol under
7281         unversioned name as well.
7282
7283 2013-04-15  Tom Tromey  <tromey@redhat.com>
7284
7285         PR c++/11990:
7286         * c-lang.c (cplus_language_defn): Use gdb_demangle.
7287         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7288         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7289         (gdb_demangle): New function.
7290         * cp-support.h (gdb_demangle): Declare.
7291         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7292         (dwarf2_name): Use gdb_demangle.
7293         * gdbtypes.c (check_stub_method): Use gdb_demangle.
7294         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7295         suffixes from name.
7296         (gnuv3_print_method_ptr): Use gdb_demangle.
7297         * jv-lang.c (java_demangle): Use gdb_demangle.
7298         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7299         * language.c (unk_lang_demangle): Use gdb_demangle.
7300         * symtab.c (symbol_find_demangled_name)
7301         (demangle_for_lookup): Use gdb_demangle.
7302
7303 2013-04-15  Tom Tromey  <tromey@redhat.com>
7304
7305         PR c++/12824:
7306         * NEWS: Update.
7307         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7308         New constant.
7309         (classify_exception_breakpoint): New function.
7310         (print_it_exception_catchpoint, print_one_exception_catchpoint)
7311         (print_mention_exception_catchpoint)
7312         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7313         (catch_exception_command_1): Handle "rethrow" catchpoint.
7314         (catch_rethrow_command): New function.
7315         (_initialize_breakpoint): Add "catch rethrow" command.
7316
7317 2013-04-15  Pierre Muller  <muller@sourceware.org>
7318
7319         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7320         set_gdbarch_write_pc as deprecated anymore.
7321
7322 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
7323
7324         * spu-tdep.c (spu_write_pc): Add empty line after local variable
7325         declarations.
7326
7327 2013-04-13  Yao Qi  <yao@codesourcery.com>
7328
7329         * ctf.c (_initialize_ctf): Include "completer.h".
7330         Call add_target_with_completer instead of add_target.
7331
7332 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7333
7334         Fix GDB regression related to PR binutils/14813.
7335         * jit.c (mem_bfd_iovec_close): Return 0 for success.
7336         * minidebug.c (lzma_close): Add return value comment.
7337         * remote.c (remote_bfd_iovec_close): Return 0 for success.
7338         * solib-spu.c (spu_bfd_iovec_close): Likewise.
7339         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7340
7341 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7342
7343         * config.in: Regenerate.
7344
7345 2013-04-12  Tom Tromey  <tromey@redhat.com>
7346
7347         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7348         const.
7349         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7350         (struct die_reader_specs) <buffer>: Likewise.
7351         (die_reader_func_ftype): Make 'info_ptr' const.
7352         (struct line_header) <include_dirs, statement_program_start,
7353         statement_program_end>: Now const.
7354         (struct file_entry) <name>: Likewise.
7355         (struct partial_die_info) <sibling>: Likewise.
7356         (struct dwarf_block) <data>: Likewise.
7357         (dwarf2_read_section): Remove cast.
7358         (dwarf2_get_section_info): Make 'bufp' const.
7359         (read_index_from_section): Constify.
7360         (dw2_get_file_names_reader): Make 'info_ptr' const.
7361         (dw2_get_primary_filename_reader): Likewise.
7362         (read_comp_unit_head): Make 'info_ptr' and return type const.
7363         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7364         Likewise.
7365         (read_abbrev_offset): Constify.
7366         (dwarf2_create_include_psymtab): Make 'name' const.
7367         (create_debug_types_hash_table): Update.
7368         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7369         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7370         Constify.
7371         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7372         (load_partial_comp_unit_reader): Make 'info_ptr' const.
7373         (read_comp_units_from_section): Constify.
7374         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7375         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7376         const.
7377         (dwarf2_compute_name, setup_type_unit_groups): Constify.
7378         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7379         (create_dwp_hash_table, dwarf2_ranges_read)
7380         (dwarf2_record_block_ranges): Constify.
7381         (read_die_and_children, read_die_and_siblings_1)
7382         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7383         const.
7384         (read_full_die_1, read_full_die): Make 'info_ptr' const.
7385         (abbrev_table_read_table): Constify.
7386         (load_partial_dies): Make 'info_ptr' const.
7387         (read_partial_die, read_attribute_value, read_attribute): Make
7388         'info_ptr' and return type const.
7389         (read_address, read_initial_length)
7390         (read_checked_initial_length_and_offset, read_offset)
7391         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7392         const.
7393         (read_direct_string): Make 'buf' and return type const.
7394         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7395         (read_indirect_string): Make return type const.
7396         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7397         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7398         'info_ptr' const.
7399         (read_str_index): Make return type const.
7400         (add_include_dir): Make 'include_dir' const.
7401         (add_file_name): Make 'name' const.
7402         (dwarf_decode_line_header): Constify.
7403         (psymtab_include_file_name): Make return type const.
7404         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7405         (dwarf2_start_subfile): Make 'filename' const.
7406         (dwarf2_const_value_attr): Make 'bytes' const.
7407         (read_signatured_type_reader): Make 'info_ptr' const.
7408         (decode_locdesc): Constify.
7409         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7410         const.
7411         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7412         'mac_end', and return type const.
7413         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7414         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7415         type const.
7416         (per_cu_header_read_in): Constify.
7417         * symfile.h (dwarf2_get_section_info): Update.
7418
7419 2013-04-12  Tom Tromey  <tromey@redhat.com>
7420
7421         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7422
7423 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
7424
7425         * NEWS: Mention "show configuration", --configuration.
7426         * top.c (print_gdb_configuration): New function, displays the
7427         details about GDB configure-time parameters.
7428         (print_gdb_version): Mention "show configuration".
7429         * cli/cli-cmds.c (show_configuration): New function.
7430         (_initialize_cli_cmds): Add the "show configuration" command.
7431         * main.c (captured_main) <print_configuration>: New static var.
7432         <long_options>: Use it.
7433         If --configuration was given, call print_gdb_configuration.
7434
7435 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7436             Pedro Alves  <palves@redhat.com>
7437
7438         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7439         (generated_files): Add gcore.
7440         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7441         HAVE_NATIVE_GCORE_HOST.
7442         (gcore): New.
7443         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7444         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7445         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7446         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7447         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7448         Add HAVE_NATIVE_GCORE_HOST.
7449         * configure: Regenerate.
7450         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7451         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
7452         AC_CONFIG_FILES for gcore.
7453         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
7454         gdb_have_gcore.
7455         * gdb_gcore.sh: Rename to ...
7456         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
7457         and GCORE_TRANSFORM_NAME substitutions.
7458
7459         Fix parsing tabs in ${gdb_target_obs}.
7460         * configure.tgt (gdb_have_gcore): Replace case with for and if.
7461
7462 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7463
7464         * remote.c (unpush_and_perror): Add output message final dot.
7465
7466 2013-04-11  Yao Qi  <yao@codesourcery.com>
7467
7468         * tracepoint.c (tfile_interp_line): Fit parameters line and
7469         utpp in one line.
7470
7471 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
7472
7473         * solib.c (solib_map_sections): Remove code overwriting
7474         SO->SO_NAME with the bfd's filename.
7475
7476 2013-04-10  Pedro Alves  <palves@redhat.com>
7477
7478         * cli/cli-decode.c (integer_unlimited_completer): New function.
7479         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7480         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7481         completer.
7482         * cli/cli-setshow.c: Include "cli/cli-utils.h".
7483         (is_unlimited_literal): New function.
7484         (do_set_command): Handle literal "unlimited" arguments.
7485         * frame.c (_initialize_frame) <set backtrace limit>: Document
7486         "unlimited".
7487         * printcmd.c (_initialize_printcmd) <set print
7488         max-symbolic-offset>: Add help text.
7489         * record-full.c (_initialize_record_full) <set record full
7490         insn-number-max>: Likewise.
7491         * record.c (_initialize_record) <set record
7492         instruction-history-size, set record function-call-history-size>:
7493         Add help text.
7494         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7495         help text.
7496         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7497         Likewise.
7498         * source.c (_initialize_source) <set listsize>: Add help text.
7499         * utils.c (initialize_utils) <set height, set width>: Likewise.
7500         <set pagination>: Mention "set height unlimited".
7501         * valprint.c (_initialize_valprint) <set print elements, set print
7502         repeats>: Document "unlimited".
7503
7504 2013-04-10  Pedro Alves  <palves@redhat.com>
7505
7506         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7507         instead of disconnect_tracing.
7508         * infcmd.c (detach_command, disconnect_command): Call
7509         query_if_trace_running.  Adjust.
7510         * top.c: Include "tracepoint.h".
7511         (quit_target): Delete.  Contents moved ...
7512         (quit_force): ... here.  Wrap each stage of teardown in
7513         TRY_CATCH.  Call disconnect_tracing before detaching.
7514
7515 2013-04-10  Hui Zhu  <hui@codesourcery.com>
7516             Yao Qi  <yao@codesourcery.com>
7517
7518         * configure.ac: Check libbabeltrace is installed.
7519         * config.in: Regenerate.
7520         * configure: Regenerate.
7521         * Makefile.in (LIBBABELTRACE): New.
7522         (CLIBS): Add LIBBABELTRACE.
7523         * ctf.c: Include "exec.h".
7524         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7525         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7526         (ctf_save_metadata_header): Define new type aliases in
7527         metadata.
7528         (ctf_write_header): Define event type "tsv_def" and "tp_def"
7529         in metadata.  Start a new faked packet for trace status.
7530         (ctf_write_status): Write trace status to CTF.
7531         (ctf_write_uploaded_tsv): Write TSV to CTF.
7532         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7533         (ctf_write_definition_end): End the faked packet.
7534
7535         (ctx, ctf_iter, trace_dirname): New.
7536         (start_pos): New variable.
7537         (ctf_destroy, ctf_open_dir, ctf_open): New.
7538         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7539         macros.
7540         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7541         (ctf_fetch_registers, ctf_xfer_partial): New.
7542         (ctf_get_trace_state_variable_value): New.
7543         (ctf_get_tpnum_from_frame_event): New.
7544         (ctf_get_traceframe_address): New.
7545         (ctf_trace_find, ctf_has_stack): New.
7546         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7547         (ctf_get_trace_status, ctf_read_status): New.
7548         (_initialize_ctf): New.
7549         * tracepoint.c (get_tracepoint_number): New
7550         (get_uploaded_tsv): Remove 'static'.
7551         (struct traceframe_info, trace_regblock_size): Move it to ...
7552         * tracepoint.h: ... here.
7553         (get_tracepoint_number): Declare it.
7554         (get_uploaded_tsv): Declare it.
7555
7556         * NEWS: Mention new configure option.
7557
7558 2013-04-10  Pedro Alves  <palves@redhat.com>
7559             Hui Zhu  <hui@codesourcery.com>
7560
7561         * breakpoint.c (dprintf_re_set): New.
7562         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7563         to dprintf_re_set.
7564
7565 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7566
7567         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7568         Remove solib-svr4.o from the list.
7569
7570 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7571
7572         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7573         Use gdb_assert_not_reached instead of invalid boolean expression.
7574
7575 2013-04-09  Pedro Alves  <palves@redhat.com>
7576
7577         * remote.c (unpush_and_perror): New function.
7578         (readchar, remote_serial_write): Use it.
7579
7580 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
7581
7582         * NEWS: Mention new btrace RSP packets.
7583
7584 2013-04-08  Tom Tromey  <tromey@redhat.com>
7585
7586         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7587         long.
7588
7589 2013-04-08  Tom Tromey  <tromey@redhat.com>
7590
7591         * maint.c (print_bfd_section_info): Print the section index.
7592         * symmisc.c (dump_msymbols): Print the section index.
7593
7594 2013-04-08  Tom Tromey  <tromey@redhat.com>
7595
7596         PR symtab/8424:
7597         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7598         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7599         * breakpoint.c (resolve_sal_pc): Update.
7600         * elfread.c (elf_gnu_ifunc_record_cache): Update.
7601         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7602         (minsym_lookup_iterator_cb): Use it.
7603         (default_read_var_value): Update.
7604         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7605         Update.
7606         * infcmd.c (jump_command): Update.
7607         * linespec.c (minsym_found): Update.
7608         * maint.c (maintenance_translate_address): Update.
7609         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7610         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7611         * parse.c (write_exp_msymbol): Update.
7612         * printcmd.c (address_info): Update.
7613         * psymtab.c (find_pc_sect_psymbol): Update.
7614         (fixup_psymbol_section): Check SYMBOL_SECTION, not
7615         SYMBOL_OBJ_SECTION.
7616         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7617         Don't initialize SYMBOL_OBJ_SECTION.
7618         * spu-tdep.c (spu_catch_start): Update.
7619         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7620         * symmisc.c (dump_msymbols, print_symbol): Update.
7621         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
7622         how fallback section is computed.
7623         (fixup_symbol_section): Update.
7624         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7625         Update.
7626         (allocate_symbol, initialize_symbol, allocate_template_symbol):
7627         Initialize SYMBOL_SECTION.
7628         * symtab.h (struct general_symbol_info) <section>: Update comment.
7629         <obj_section>: Remove.
7630         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
7631         (SYMBOL_OBJFILE): New macro.
7632
7633 2013-04-08  Tom Tromey  <tromey@redhat.com>
7634
7635         * coffread.c (record_minimal_symbol): Update.
7636         * dbxread.c (record_minimal_symbol): Update.
7637         * elfread.c (record_minimal_symbol): Update.
7638         * machoread.c (macho_symtab_add_minsym): Update.
7639         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7640         Update.
7641         * minsyms.c (prim_record_minimal_symbol): Update.
7642         (prim_record_minimal_symbol_full): Remove 'bfd_section'
7643         argument.
7644         (prim_record_minimal_symbol_and_info): Likewise.
7645         * minsyms.h (prim_record_minimal_symbol_full)
7646         (prim_record_minimal_symbol_and_info): Update.
7647         * symtab.c (allocate_symbol, initialize_symbol)
7648         (allocate_template_symbol): Initialize SYMBOL_SECTION.
7649         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7650         Update.
7651
7652 2013-04-08  Tom Tromey  <tromey@redhat.com>
7653
7654         PR symtab/8423:
7655         * solib-som.c (som_solib_section_offsets): Use BFD section
7656         indices.  Set offsets for all sections.
7657         * somread.c (som_symtab_read): Compute BFD section for
7658         symbol.  Use prim_record_minimal_symbol_and_info.
7659         (som_symfile_read): Fix comment.
7660         (struct find_section_offset_arg): New.
7661         (find_section_offset, set_section_index): New functions.
7662         (som_symfile_offsets): Use set_section_index to compute
7663         section indices.
7664
7665 2013-04-08  Tom Tromey  <tromey@redhat.com>
7666
7667         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7668         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7669         gdb_bfd_section_index.
7670         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7671         New functions.
7672         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7673         Declare.
7674         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7675         Update.
7676         * objfiles.c (add_to_objfile_sections_full): New function.
7677         (add_to_objfile_sections): Use it.
7678         (build_section_table): Rewrite.
7679         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
7680         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7681         (struct objfile) <sections>: Update comment.
7682         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7683         is NULL.
7684         (ALL_OBJSECTIONS): Use it.
7685         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7686         * solib-frv.c (frv_relocate_main_executable): Update.
7687         * solib-target.c (solib_target_relocate_section_addresses):
7688         Use gdb_bfd_section_index.
7689         * symfile.c (build_section_addr_info_from_section_table):
7690         Use gdb_bfd_section_index.
7691         (build_section_addr_info_from_bfd, place_section): Likewise.
7692         * symtab.c (fixup_section): Update.
7693         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7694
7695 2013-04-08  Tom Tromey  <tromey@redhat.com>
7696
7697         * minsyms.h (struct bound_minimal_symbol): New.
7698         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7699         Remove objfile argument.
7700         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7701         Return bound_minimal_symbol.
7702         * minsyms.c (lookup_minimal_symbol_by_pc_1)
7703         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7704         Return bound_minimal_symbol.
7705         (in_gnu_ifunc_stub): Update.
7706         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7707         Remove 'objfile_p' argument.
7708         (lookup_solib_trampoline_symbol_by_pc): Update.
7709         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7710         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7711         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7712         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7713         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7714         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7715         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7716         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7717         stack.c, symtab.c, tui/tui-disasm.c: Update.
7718
7719 2013-04-08  Tom Tromey  <tromey@redhat.com>
7720
7721         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7722         Use symbol's obstack, not an objfile.
7723         * coffread.c (process_coff_symbol): Update.
7724         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7725         * jv-lang.c (add_class_symbol): Update.
7726         * mdebugread.c (new_symbol): Update.
7727         * minsyms.c (prim_record_minimal_symbol_full)
7728         (terminate_minimal_symbol_table): Update.
7729         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
7730         * stabsread.c (define_symbol, read_enum_type): Update.
7731         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7732         Handle Ada specially.
7733         (symbol_set_language): Add 'obstack' argument.
7734         (symbol_set_names): Update.
7735         (symbol_natural_name, symbol_demangled_name): Always use
7736         ada_decode_symbol.
7737         * symtab.h (struct general_symbol_info)
7738         <language_specific::obstack>: New field.
7739         <ada_mangled>: New field.
7740         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7741         (symbol_set_language): Update.
7742
7743 2013-04-08  Tom Tromey  <tromey@redhat.com>
7744
7745         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7746         Take an obstack, not an objfile.
7747         (symbol_set_names): Update.
7748         * symtab.h (symbol_set_demangled_name): Update.
7749
7750 2013-04-08  Tom Tromey  <tromey@redhat.com>
7751
7752         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7753         allocate_symbol.
7754         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7755         (read_func_scope): Call allocate_template_symbol.
7756         (new_symbol_full): Call allocate_symbol.
7757         * jit.c (finalize_symtab): Call allocate_symbol.
7758         * jv-lang.c (add_class_symbol): Call allocate_symbol.
7759         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7760         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7761         (common_block_end): Call allocate_symbol.
7762         * symtab.c (allocate_symbol, initialize_symbol)
7763         (allocate_template_symbol): New functions.
7764         * symtab.c (allocate_symbol, initialize_symbol)
7765         (allocate_template_symbol): Declare.
7766         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7767
7768 2013-04-08  Pedro Alves  <palves@redhat.com>
7769             Keith Seitz  <keiths@redhat.com>
7770
7771         * breakpoint.c (create_breakpoint): Rename
7772         "parse_condition_and_thread" parameter to "parse_arg".  Update
7773         describing comment.  If !PARSE_ARG, then error out if ARG is not
7774         the empty string after extracting the location.
7775         * breakpoint.h (create_breakpoint): Rename
7776         "parse_condition_and_thread" parameter to "parse_arg".
7777
7778 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
7779
7780         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7781
7782 2013-04-07  Yao Qi  <yao@codesourcery.com>
7783
7784         * remote.c (remote_trace_find): Change type of parameters 'addr1'
7785         and 'addr2' to CORE_ADDR.
7786         * target.c (update_current_target): Update.
7787         * target.h (struct target_ops) <to_trace_find>: Change parameter
7788         type to CORE_ADDR.
7789         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7790         'addr2' to CORE_ADDR.
7791         (tfile_trace_find): Likewise.
7792         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7793         Change local variable 'addr' to type CORE_ADDR.
7794         * tracepoint.h (tfind_1): Update declaration.
7795
7796 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7797
7798         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7799         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7800         Include main.h.
7801
7802         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7803         here...
7804         * main.h (windows_get_absolute_argv0): ...to here.
7805
7806 2013-04-05  Doug Evans  <dje@google.com>
7807
7808         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7809         (read_cutu_die_from_dwo): Add comments.
7810         (read_structure_type): Update comment.
7811         (read_enumeration_type, read_namespace_type): Update comment.
7812         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7813
7814 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7815
7816         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7817         * Makefile.in (gdb.z): Remove.
7818         (install-only): Remove $(man1dir) and gdb.1 installation.
7819         * gdb.1: Remove.
7820
7821 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7822
7823         Fix compatibility with Linux kernel 3.8.3.
7824         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7825         to more inner block.  Remove parsing of NUMBER from outer block.
7826         Parse NUMBER only if KEYWORD has been identified.
7827
7828 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7829
7830         Fix variable name shadowing.
7831         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7832         filename to mapsfilename and update its uses.
7833
7834 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7835
7836         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7837         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7838         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7839         details of the problem.
7840
7841 2013-04-04  Pedro Alves  <palves@redhat.com>
7842             Hui Zhu  <hui@codesourcery.com>
7843
7844         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7845         tracepoint, reset its STEP_COUNT and call validate_actionline.
7846
7847 2013-04-03  Doug Evans  <dje@google.com>
7848
7849         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7850         read_die_and_siblings.
7851         (read_die_and_siblings): New function.
7852         (read_cutu_die_from_dwo): Dump die if requested.
7853         (read_die_and_children): Call read_full_die_1 and
7854         read_die_and_siblings_1.
7855         (read_full_die): Dump die if requested.
7856
7857         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7858
7859         * dwarf2read.c (struct dwo_file): New member comp_dir.
7860         Rename member name to dwo_name.  All uses updated.
7861         (hash_dwo_file): Include comp_dir in computation.
7862         (eq_dwo_file): Ditto.
7863         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7864         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7865
7866         * psymtab.c (read_psymtabs_with_fullname): Don't call
7867         psymtab_to_fullname if the basenames are different.
7868
7869 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7870
7871         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7872         New entry about "fullname" presence.
7873
7874 2013-04-03  Pedro Alves  <palves@redhat.com>
7875
7876         * NEWS: Mention x86_64/Cygwin as new native configuration.
7877
7878 2013-04-02  Doug Evans  <dje@google.com>
7879
7880         * dwarf2read.c (read_structure_type): Fix typo in comment.
7881
7882 2013-04-02  Pedro Alves  <palves@redhat.com>
7883
7884         * NEWS: Mention "set/show debug aarch64", "set/show debug
7885         coff-pe-read" and "set/show debug mach-o".
7886
7887 2013-04-02  Pedro Alves  <palves@redhat.com>
7888
7889         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7890
7891 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7892
7893         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7894         gdb_string.h is now in common/.
7895
7896 2013-04-02  Pedro Alves  <palves@redhat.com>
7897
7898         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7899         under "New options".
7900
7901 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7902
7903         Revert this patch:
7904         PR gdb/15275
7905         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7906
7907 2013-04-02  Pedro Alves  <palves@redhat.com>
7908
7909         PR gdb/15275
7910
7911         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7912         (remote_serial_write): New function.
7913         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7914
7915 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7916
7917         * NEWS: Mention TILE-Gx in "New native configurations" and
7918         "New targets" sections.
7919
7920 2013-04-01  Doug Evans  <dje@google.com>
7921
7922         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7923         (process_enumeration_scope): Simplify.
7924
7925         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7926         type_unit_group ...
7927         (struct signatured_type): ... to here.
7928         (sig_type_ptr): New typedef.
7929         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7930         out of union 't'.  All uses updated.
7931         (dw2_get_file_names_reader): Assert not called for a type unit.
7932         (dw2_get_file_names): Assert not called for a type unit or type
7933         unit group.
7934         (build_type_psymtabs_reader): Assert called for a type unit.
7935         (build_type_psymtab_dependencies): Assert called for a type unit group.
7936
7937         * dwarf2read.c (free_dwo_file): Add comment.
7938         (dwarf2_per_objfile_free): Unref dwp bfd.
7939
7940 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7941
7942         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7943         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7944         (read_pe_exported_syms): Remove unused 'exportix'.
7945         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7946         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7947         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7948
7949 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7950
7951         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7952         (print_it_watchpoint): Remove unused 'bl'.
7953         (say_where): Remove unused 'uiout'.
7954         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7955         (bkpt_breakpoint_hit): Remove unused 'b'.
7956         (internal_bkpt_print_it): Remove unused 'uiout'.
7957         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7958
7959 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7960
7961         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7962         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7963
7964 2013-03-29  Doug Evans  <dje@google.com>
7965
7966         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7967         Delete arg is_dwp.  All callers updated.
7968         (open_dwp_file): New function.
7969         (open_and_init_dwp_file): Call it.
7970         (get_dwp_file): New function.
7971         (lookup_dwo_cutu): Call it.
7972
7973         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7974         unnecessary, cleanup.
7975
7976         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7977
7978         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7979         (lookup_dwo_unit): New function.
7980         (init_cutu_and_read_dies): Move DWO handling to new functions.
7981
7982         * dwarf2read.c (struct signatured_type): Tweak comment.
7983         (struct dwo_unit): Tweak comment.
7984         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7985         (create_dwo_debug_info_hash_table): Tweak comment.
7986         (dwarf2_per_cu_offset_and_type): Tweak comment.
7987
7988         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7989         missing .debug_types section.
7990
7991 2013-03-29  Yao Qi  <yao@codesourcery.com>
7992
7993         * corelow.c: Include "completer.h".
7994         (_initialize_corelow): Call add_target_with_completer with
7995         argument 'filename_completer'.
7996         * tracepoint.c: Likewise.
7997         * exec.c (_initialize_exec): Likewise.
7998         * target.c (add_target): Rename to ...
7999         (add_target_with_completer): ... this.  Call set_cmd_completer
8000         if parameter completer is not NULL.
8001         (add_target): New.
8002         * target.h: Include "command.h".
8003         (add_target_with_completer): Declare it.
8004
8005 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
8006
8007         * coffread.c (is_import_fixup_symbol): New function.
8008         (record_minimal_symbol): Use is_import_fixup_symbol to
8009         detect import fixup symbols, and discard them.
8010
8011 2013-03-28  Doug Evans  <dje@google.com>
8012
8013         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8014         types hash table until we know we need it.
8015
8016         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8017         index numbers.
8018
8019         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8020         All callers updated.
8021         (dw2_print_stats): Print #read CUs too.
8022         (dump_die_shallow): Print signatured types better.
8023
8024         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8025         info_or_types_section to section.  All uses updated.
8026         (struct dwo_unit): Ditto.
8027
8028 2013-03-28  Pedro Alves  <palves@redhat.com>
8029
8030         * NEWS (New options): New section.
8031         (New options): Mention set/show remote trace-status-packet.
8032         * remote.c (PACKET_qTStatus): New enumeration value.
8033         (remote_get_trace_status): Skip sending qTStatus if the packet is
8034         disabled.  Use packet_ok.
8035         (_initialize_remote): Register a configuration command for
8036         qTStatus packet.
8037
8038 2013-03-28  Doug Evans  <dje@google.com>
8039
8040         * symfile.c (find_separate_debug_file): Add comment.
8041         (terminate_after_last_dir_separator): Tweak comment.
8042
8043         * dwarf2read.c (create_partial_symtab): Add forward decl.
8044         (create_partial_symtab): Move to be closer to other psymtab functions.
8045         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8046
8047         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8048         (compute_symtab_includes): Remove unnecessary forward declaration.
8049         (die_needs_namespace): Add comment marking group of functions for
8050         dwarf2 name computation.
8051
8052         * typeprint.c (_initialize_typeprint): Improve type help text.
8053
8054         * python/python.c (finish_python_initialization): Provide suggestion
8055         for how to tell gdb to find its python files.
8056
8057 2013-03-28  Pedro Alves  <palves@redhat.com>
8058
8059         PR gdb/15294
8060
8061         * source.c (_initialize_source): Change back "set listsize" to an
8062         integer command.
8063
8064 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
8065
8066         PR gdb/15275
8067         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8068
8069 2013-03-27  Pedro Alves  <palves@redhat.com>
8070
8071         * top.c (history_size): Rename to ...
8072         (history_size_setshow_var): ... this.  Add comment.
8073         (show_commands): Use readline's 'history_length' instead of
8074         computing the history length by calling history_get in a loop.
8075         (set_history_size_command): Error out for sizes over INT_MAX.
8076         Restore previous history size on invalid size.
8077         (init_history): If HISTSIZE is negative, leave the history size as
8078         zero.  Add comments.
8079         (init_main): Adjust.
8080
8081 2013-03-27  Pedro Alves  <palves@redhat.com>
8082
8083         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8084         coff_pe_read" command to "set debug coff-pe-read".
8085
8086 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
8087
8088         * record.c (command_size_to_target_size): Fix size comparison.
8089         Change parameter type from pointer to integer to integer.
8090         Update all users.
8091
8092 2013-03-27  Pierre Muller  <muller@sourceware.org>
8093
8094         * windows-nat.c (handle_output_debug_string): Avoid typecast
8095         from integer of different size warning.
8096
8097 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
8098
8099         * windows-nat.c (handle_output_debug_string): Add empty line
8100         after local block variable definition.
8101
8102 2013-03-26  Pedro Alves  <palves@redhat.com>
8103
8104         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8105         (net_open): Make 'polls' local unsigned.
8106
8107 2013-03-26  Pedro Alves  <palves@redhat.com>
8108
8109         * remote.c (_initialize_remote): Make "set remoteaddresssize"
8110         a zuinteger command instead of uinteger.
8111
8112 2013-03-26  Pedro Alves  <palves@redhat.com>
8113
8114         * record-full.c (record_full_insn_num): Make it unsigned.
8115         (record_full_check_insn_num, record_full_message)
8116         (record_full_registers_change, record_full_xfer_partial): Remove
8117         record_full_insn_max_num check (it's always != 0).
8118         (record_full_info, record_full_restore): Use %u as format string.
8119         (): Use %u as format string.
8120         (set_record_full_insn_max_num): Remove record_full_insn_max_num
8121         check (it's always != 0).
8122
8123 2013-03-26  Pedro Alves  <palves@redhat.com>
8124
8125         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8126         and "set dcache size" commands zuinteger instead of uinteger.
8127
8128 2013-03-26  Pedro Alves  <palves@redhat.com>
8129
8130         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8131         command zuinteger instead of uinteger.
8132
8133 2013-03-26  Pedro Alves  <palves@redhat.com>
8134
8135         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8136         zuinteger instead of uinteger.
8137
8138 2013-03-26  Pedro Alves  <palves@redhat.com>
8139
8140         * record.c (record_insn_history_size_setshow_var)
8141         (record_call_history_size_setshow_var): New globals.
8142         (command_size_to_target_size): New function.
8143         (cmd_record_insn_history, cmd_record_call_history): Use
8144         command_size_to_target_size instead of cast.
8145         (validate_history_size, set_record_insn_history_size)
8146         (set_record_call_history_size): New functions.
8147         (_initialize_record): Install set_record_insn_history_size and
8148         set_record_call_history_size as "set" hooks of "set record
8149         instruction-history-size" and "set record
8150         function-call-history-size".
8151
8152 2013-03-26  Pedro Alves  <palves@redhat.com>
8153
8154         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
8155         use with history_max_entries use.  Remove FIXME note.
8156
8157 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
8158
8159         * record-btrace.c (record_btrace_close): Call
8160         record_btrace_auto_disable.
8161
8162 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
8163
8164         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8165
8166 2013-03-25  Doug Evans  <dje@google.com>
8167
8168         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8169
8170 2013-03-25  Tom Tromey  <tromey@redhat.com>
8171
8172         PR symtab/11462:
8173         * c-exp.y (exp): Add new productions for destructors after '.' and
8174         '->'.
8175         (write_destructor_name): New function.
8176
8177 2013-03-25  Tom Tromey  <tromey@redhat.com>
8178
8179         PR c++/9197:
8180         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8181         value_struct_elt, not lookup_struct_elt_type.
8182         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8183         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8184         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8185
8186 2013-03-25  Yao Qi  <yao@codesourcery.com>
8187
8188         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8189         instead of '_mkdir'.
8190
8191 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
8192
8193         * windows-nat.c (windows_get_absolute_argv0): New function.
8194         * windows-nat.h: Add its prototype.
8195
8196         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8197         Use IS_DIR_SEPARATOR instead of looking for a character inside
8198         SLASH_STRING.  Include filenames.h.
8199         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8200         relocate_gdb_directory works when passed gdb_program_name.
8201         Include windows-nat.h.
8202
8203 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8204
8205         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8206         * remote.c (trace_error): Remove the special handling of '2'.
8207         (readchar) <SERIAL_EOF>
8208         (readchar) <SERIAL_ERROR>
8209         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8210         (remote_get_trace_status): Call throw_exception if EX is
8211         TARGET_CLOSE_ERROR.
8212         * utils.c (perror_with_name): Rename to ...
8213         (throw_perror_with_name): ... here.  New parameter errcode, describe it
8214         in the function comment.
8215         (perror_with_name): New function wrapper.
8216         * utils.h (enum errors): New stub declaration.
8217         (throw_perror_with_name): New declaration.
8218
8219 2013-03-22  Pedro Alves  <palves@redhat.com>
8220             Yao Qi  <yao@codesourcery.com>
8221             Mark Kettenis  <kettenis@gnu.org>
8222
8223         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8224         Don't let the user set the value to UINT_MAX directly.
8225         <var_integer>: Don't let the user set the value to INT_MAX
8226         directly.
8227
8228 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8229
8230         * remote.c (remote_unpush_target): New function.
8231         (remote_open_1): Remove two pop_target calls, update one comment, add
8232         comment to target_preopen call.  Replace pop_target call by
8233         remote_unpush_target call.
8234         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8235         pop_target calls by remote_unpush_target calls.
8236
8237 2013-03-22  Pedro Alves  <palves@redhat.com>
8238
8239         * linux-nat.c (linux_child_follow_fork): Don't call
8240         linux_enable_event_reporting.
8241         (linux_handle_extended_wait): Don't call
8242         linux_enable_event_reporting.
8243
8244 2013-03-22  Pedro Alves  <palves@redhat.com>
8245
8246         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8247         use it to rewrite the trampoline buffers with type gdb_byte[], and
8248         undefine the macro.  Remove char* cast.
8249
8250 2013-03-21  Doug Evans  <dje@google.com>
8251
8252         New commands "mt set per-command {space,time,symtab} {on,off}".
8253         * NEWS: Add entry.
8254         * event-top.c: #include "maint.h".
8255         * main.c: #include "maint.h".
8256         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8257         timeval-utils.h, maint.h, cli/cli-setshow.h.
8258         (per_command_time, per_command_space): New static globals.
8259         (per_command_symtab): New static global.
8260         (per_command_setlist, per_command_showlist): New static globals.
8261         (struct cmd_stats): Move here from utils.c.
8262         (set_per_command_time): Renamed from set_display_time in utils.c
8263         and moved here.  All callers updated.
8264         (set_per_command_space): Renamed from set_display_space in utils.c
8265         and moved here.  All callers updated.
8266         (count_symtabs_and_blocks): New function.
8267         (report_command_stats): Moved here from utils.c.  Add support for
8268         printing symtab stats.  Only print data if enabled before command
8269         executed.
8270         (make_command_stats_cleanup): Ditto.
8271         (sert_per_command_cmd, show_per_command_cmd): New functions.
8272         (_initialize_maint_cmds): Add new commands
8273         mt set per-command {space,time,symtab} {on,off}.
8274         * maint.h: New file.
8275         * top.c: #include "maint.h".
8276         * utils.c (reset_prompt_for_continue_wait_time): New function.
8277         (get_prompt_for_continue_wait_time): New function.
8278         * utils.h (reset_prompt_for_continue_wait_time): Declare
8279         (get_prompt_for_continue_wait_time): Declare.
8280         (make_command_stats_cleanup): Moved to maint.h.
8281         (set_display_time, set_display_space): Moved to maint.h and renamed
8282         to set_per_command_time, set_per_command_space.
8283         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8284         parse_binary_operation and made non-static.  Don't call error,
8285         just return an error marker.  All callers updated.
8286         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8287
8288 2013-03-21  Tom Tromey  <tromey@redhat.com>
8289
8290         * symfile.c (alloc_section_addr_info): Update header.  Don't set
8291         'num_sections' field.
8292         (build_section_addr_info_from_section_table): Set 'num_sections'.
8293         (build_section_addr_info_from_bfd): Likewise.
8294         (build_section_addr_info_from_objfile): Remove dead loop
8295         condition.
8296         (free_section_addr_info): Unconditionally call xfree.
8297         (relative_addr_info_to_section_offsets, addrs_section_sort)
8298         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8299         condition.
8300         (syms_from_objfile_1): Remove dead 'if' condition.  Check
8301         'num_sections'.
8302         (add_symbol_file_command): Set 'num_sections'.
8303         * symfile-mem.c (symbol_file_add_from_memory): Set
8304         'num_sections'.
8305         * somread.c (som_symfile_offsets): Remove dead loop condition.
8306         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8307         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8308
8309 2013-03-21  Tom Tromey  <tromey@redhat.com>
8310
8311         * tracepoint.h (decode_agent_options): Add 'trace_string'
8312         argument.
8313         * tracepoint.c (decode_agent_options): Add 'trace_string'
8314         argument.
8315         (validate_actionline): Update.
8316         (collect_symbol): Add 'trace_string' argument.
8317         (struct add_local_symbols_data) <trace_string>: New field.
8318         (do_collect_symbol): Update.
8319         (add_local_symbols): Add 'trace_string' argument.
8320         (encode_actions_1): Update.
8321         (trace_dump_actions): Update.
8322         * dwarf2loc.c (access_memory): Update.
8323         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8324         * ax-general.c (new_agent_expr): Update.
8325         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8326         (gen_trace_for_return_address): Add argument.
8327         (trace_kludge, trace_string_kludge): Remove.
8328         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8329         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8330         (gen_trace_for_var): Add 'trace_string' argument.
8331         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8332         (gen_printf, agent_eval_command_one): Update.
8333
8334 2013-03-21  Tom Tromey  <tromey@redhat.com>
8335
8336         PR exp/15109:
8337         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8338         Handle FILENAME token.
8339
8340 2013-03-21  Tom Tromey  <tromey@redhat.com>
8341
8342         * c-exp.y (YYPRINT): Define.
8343         (c_print_token): New function.
8344
8345 2013-03-21  Tom Tromey  <tromey@redhat.com>
8346
8347         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8348
8349 2013-03-21  Yao Qi  <yao@codesourcery.com>
8350
8351         * ctf.c: Include "gdb_stat.h".
8352         [USE_WIN32API]: New macro 'mkdir'.
8353         (ctf_start): Use permission bits macros if they are defined.
8354
8355 2013-03-20  Keith Seitz  <keiths@redhat.com>
8356
8357         * breakpoint.h (struct breakpoint): Add comment to
8358         extra_string indicating that this member is mallod'd.
8359         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8360
8361 2013-03-20  Pedro Alves  <palves@redhat.com>
8362
8363         PR gdb/15289
8364
8365         * cli/cli-setshow.c (do_set_command)
8366         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8367         the result of parsing the command argument.  Throw error if the
8368         value is greater than UINT_MAX.  Print the invalid value with
8369         plongest.
8370         <var_integer, var_zinteger>: Use LONGEST for variable holding the
8371         result of parsing the command argument.  Throw error if the value
8372         is greater than INT_MAX, not greater or equal.  Also throw error
8373         if the value is less than INT_MIN.  Print the invalid value with
8374         plongest.
8375         <var_zuinteger_unlimited>: Throw error if the value is greater
8376         than INT_MAX, not greater or equal.
8377         (do_show_command) <var_integer, var_zinteger,
8378         var_zuinteger_unlimited>: Use %d for printing int, not %u.
8379
8380 2013-03-20  Tom Tromey  <tromey@redhat.com>
8381
8382         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8383         if possible.
8384         * dwarf2read.c (read_func_scope): Remove old FIXME.
8385         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8386         not LOC_COMPUTED.
8387         * findvar.c (symbol_read_needs_frame, default_read_var_value):
8388         Unconditionally call via computed ops, if possible.
8389         * printcmd.c (address_info): Unconditionally call via computed ops,
8390         if possible.
8391         * stack.c (read_frame_arg): Unconditionally call via computed ops,
8392         if possible.
8393         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8394         * tracepoint.c (scope_info): Unconditionally call via computed ops,
8395         if possible.
8396
8397 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8398             Tom Tromey  <tromey@redhat.com>
8399
8400         PR symtab/8421:
8401         * coffread.c (coff_register_index): New global.
8402         (process_coff_symbol, coff_read_enum_type): Set
8403         SYMBOL_ACLASS_INDEX.
8404         (_initialize_coffread): Initialize new global.
8405         * dwarf2loc.c (locexpr_find_frame_base_location)
8406         (dwarf2_block_frame_base_locexpr_funcs)
8407         (loclist_find_frame_base_location)
8408         (dwarf2_block_frame_base_loclist_funcs): New.
8409         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8410         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8411         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8412         (dwarf2_block_frame_base_loclist_funcs): New.
8413         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8414         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8415         globals.
8416         (read_func_scope): Update.
8417         (fixup_go_packaging, mark_common_block_symbol_computed)
8418         (var_decode_location, new_symbol_full, dwarf2_const_value):
8419         Set SYMBOL_ACLASS_INDEX.
8420         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
8421         (_initialize_dwarf2_read): Initialize new globals.
8422         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8423         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8424         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8425         globals.
8426         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8427         (_initialize_mdebugread): Initialize new globals.
8428         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8429         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8430         (stab_register_index, stab_regparm_index): New globals.
8431         (define_symbol, read_enum_type, common_block_end): Set
8432         SYMBOL_ACLASS_INDEX.
8433         (_initialize_stabsread): Initialize new globals.
8434         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8435         globals.
8436         (MAX_SYMBOL_IMPLS): New define.
8437         (register_symbol_computed_impl, register_symbol_block_impl)
8438         (register_symbol_register_impl)
8439         (initialize_ordinary_address_classes): New functions.
8440         (_initialize_symtab): Call initialize_ordinary_address_classes.
8441         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8442         (struct symbol_impl): New.
8443         (SYMBOL_ACLASS_BITS): New define.
8444         (struct symbol) <aclass, ops>: Remove fields.
8445         <aclass_index>: New field.
8446         (symbol_impls): Declare.
8447         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8448         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8449         (register_symbol_computed_impl, register_symbol_block_impl)
8450         (register_symbol_register_impl): Declare.
8451         (struct symbol_computed_ops): Add location_has_loclist.
8452         (struct symbol_block_ops): New.
8453         (SYMBOL_BLOCK_OPS): New.
8454         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8455
8456 2013-03-20  Tom Tromey  <tromey@redhat.com>
8457
8458         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8459         (print_partial_symbols, recursively_search_psymtabs): Use
8460         PSYMBOL_CLASS.
8461
8462 2013-03-20  Pierre Muller  <muller@sourceware.org>
8463
8464         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8465         addtion, subtraction, multiplication and division binary operator.
8466
8467 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8468
8469         Code cleanup.
8470         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8471         * bsd-kvm.c (bsd_kvm_close): Likewise.
8472         * bsd-uthread.c (bsd_uthread_close): Likewise.
8473         * corelow.c (core_close): Likewise.
8474         (core_close_cleanup): Remove parameter quitting from a caller.
8475         * event-top.c (async_disconnect): Likewise.
8476         * exec.c (exec_close_1): Remove parameter quitting.
8477         * go32-nat.c (go32_close): Likewise.
8478         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
8479         parameter quitting from a caller.
8480         * mips-linux-nat.c (super_close): Remove parameter quitting from the
8481         variable.
8482         (mips_linux_close): Remove parameter quitting.  Remove parameter
8483         quitting from a caller.
8484         * monitor.c (monitor_close): Remove parameter quitting.
8485         * monitor.h (monitor_close): Likewise.
8486         * record-btrace.c (record_btrace_close): Likewise.
8487         * record-full.c (record_full_close): Likewise.
8488         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8489         it also from fprintf_unfiltered.
8490         * remote-mips.c (mips_close): Remove parameter quitting.
8491         (mips_detach): Remove parameter quitting from a caller.
8492         * remote-sim.c (gdbsim_close): Remove parameter quitting.
8493         (gdbsim_close): Remove duplicate function comment.  Remove parameter
8494         quitting and remove it also from printf_filtered.
8495         * remote.c (remote_close): Remove parameter quitting.
8496         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8497         * target.c (update_current_target): Remove parameter int from to_close
8498         de_fault.
8499         (push_target, unpush_target, pop_target): Remove parameter quitting from
8500         a caller.
8501         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8502         Remove parameter quitting from a caller.
8503         (target_preopen): Remove parameter quitting from a caller.
8504         (target_close): Remove parameter quitting.  Remove parameter quitting
8505         from a caller two times.  Remove parameter quitting also from
8506         fprintf_unfiltered.
8507         * target.h (struct target_ops): Remove parameter quitting and as int
8508         from fields to_xclose and to_close.
8509         (extern struct target_ops current_target):
8510         (target_close, pop_all_targets): Remove parameter quitting.  Update the
8511         comment.
8512         (pop_all_targets_above): Remove parameter quitting.
8513         * top.c (quit_target): Remove parameter quitting from a caller.
8514         * tracepoint.c (tfile_close): Remove parameter quitting.
8515         * windows-nat.c (windows_close): Remove parameter quitting.
8516
8517 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
8518
8519         * windows-nat.c (handle_output_debug_string): Replace call
8520         to string_to_core_addr with call to strtoull.
8521
8522 2013-03-20  Yao Qi  <yao@codesourcery.com>
8523
8524         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8525         and write it to CTF metadata.
8526
8527 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
8528
8529         * windows-nat.c (handle_output_debug_string): Change type of n to
8530         SIZE_T to avoid crash on 64 bit systems.
8531
8532 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
8533
8534         * python/python-internal.h (HAVE_SNPRINTF)
8535         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8536         about redefinition of snprintf by pyerrors.h.
8537
8538 2013-03-15  Steve Ellcey  <sellcey@mips.com>
8539
8540         * remote-sim.c (sim_command_completer): Make char arguments const.
8541
8542 2013-03-15  Tom Tromey  <tromey@redhat.com>
8543
8544         PR c++/15116:
8545         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8546
8547 2013-03-14  Tom Tromey  <tromey@redhat.com>
8548
8549         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8550         New fields.
8551         (get_file_crc): Move from symfile.c.
8552         (gdb_bfd_crc): New function.
8553         * gdb_bfd.h (gdb_bfd_crc): Declare.
8554         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8555         * symfile.c (get_file_crc): Move to gdb_bfd.c.
8556         (separate_debug_file_exists): Use gdb_bfd_crc.
8557
8558 2013-03-14  Tom Tromey  <tromey@redhat.com>
8559
8560         * symfile.c (get_debug_link_info): Remove.
8561         (find_separate_debug_file_by_debuglink): Use
8562         bfd_get_debug_link_info.
8563
8564 2013-03-14  Tom Tromey  <tromey@redhat.com>
8565
8566         * symtab.c (error_in_psymtab_expansion): New function.
8567         (lookup_symbol_aux_quick)
8568         (basic_lookup_transparent_type_quick): Remove "last resort"
8569         code.  Use error_in_psymtab_expansion.
8570
8571 2013-03-14  Doug Evans  <dje@google.com>
8572             Jan Kratochvil  <jan.kratochvil@redhat.com>
8573
8574         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8575         any successful compare_filenames_for_search or FILENAME_CMP.
8576         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8577         * symtab.c (iterate_over_some_symtabs): Likewise.
8578
8579 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8580
8581         * source.c (print_source_lines_base): Make a local copy of
8582         symtab_to_fullname.
8583
8584 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
8585             Jan Kratochvil  <jan.kratochvil@redhat.com>
8586
8587         * source.c (print_source_lines_base): Suppress "file" for TUI.
8588
8589 2013-03-14  Keith Seitz  <keiths@redhat.com>
8590             Alan Matsuoka  <alanm@redhat.com>
8591
8592         PR c++/15203
8593         PR c++/15210
8594         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8595         TYPE_CODE_METHOD.
8596         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8597         symbols.
8598
8599 2013-03-14  Yao Qi  <yao@codesourcery.com>
8600
8601         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8602         status to tfile if trace is stopped by command 'tstop'.
8603
8604 2013-03-14  Yao Qi  <yao@codesourcery.com>
8605
8606         * tracepoint.c (tfile_write_status): Write trace notes and user
8607         name into tfile if they are not NULL.
8608
8609 2013-03-14  Hui Zhu  <hui@codesourcery.com>
8610             Yao Qi  <yao@codesourcery.com>
8611
8612         * Makefile.in (REMOTE_OBS): Add ctf.o.
8613         (SFILES): Add ctf.c.
8614         (HFILES_NO_SRCDIR): Add ctf.h.
8615         * ctf.c, ctf.h: New files.
8616         * tracepoint.c: Include 'ctf.h'.
8617         (collect_pseudocommand): Remove static.
8618         (trace_save_command): Parse option "-ctf".
8619         Produce different trace file writers per option.
8620         Adjust output message.
8621         (trace_save_tfile, trace_save_ctf): New.
8622         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8623         * mi/mi-main.c: Include 'ctf.h'.
8624         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
8625         trace_save_tfile or trace_save_ctf.
8626         * NEWS: Mention these changes.
8627
8628 2013-03-14  Yao Qi  <yao@codesourcery.com>
8629
8630         * tracepoint.c (trace_file_writer_xfree): New.
8631         (struct tfile_writer_data): New.
8632         (tfile_dtor, tfile_can_target_save, tfile_start): New.
8633         (tfile_write_header, tfile_write_regblock_type): New.
8634         (tfile_write_status, tfile_write_uploaded_tsv): New.
8635         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8636         (tfile_write_raw_data, (tfile_end): New.
8637         (tfile_write_ops): New global variable.
8638         (TRACE_WRITE_R_BLOCK): New macro.
8639         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8640         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8641         (TRACE_WRITE_V_BLOCK): New macro.
8642         (trace_save): Add extra one parameter WRITER.  Make it static.
8643         Use WRITER to writer trace.
8644         (tfile_trace_file_writer_new): New.
8645         (trace_save_command): Caller update.
8646         (trace_save_tfile): Write trace data in TFILE format.
8647         * tracepoint.h (struct trace_frame_write_ops): New.
8648         (struct trace_file_write_ops): New.
8649         (struct trace_file_writer): New.
8650         (trace_save): Remove its declaration.
8651         (trace_save_tfile): Declare it.
8652         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8653         instead of trace_save.
8654
8655 2013-03-13  Pedro Alves  <palves@redhat.com>
8656
8657         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8658
8659 2013-03-13  Pedro Alves  <palves@redhat.com>
8660
8661         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8662         commented out code.
8663         * demangle.c (current_demangling_style_string): Make it const.
8664         (set_demangling_command): Assert the demangling style is known.
8665         Remove all handling of unknown styles.  Set
8666         'current_demangling_style_string' to an element of the
8667         demangling_style_names array.
8668         (set_demangling_style): Delete.
8669         (_initialize_demangler): Set current_demangling_style_string to the
8670         element of the demangling_style_names array that corresponds to
8671         the default demangling style.  Remove FIXME note.  Don't call
8672         set_demangling_style.
8673         * gdb-demangle.h (set_demangling_style): Remove declaration.
8674
8675 2013-03-13  Pedro Alves  <palves@redhat.com>
8676
8677         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8678         fields const.
8679         (ada_make_symbol_completion_list): Make "text0" parameter const.
8680         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8681         * breakpoint.c (condition_completer): Make "text" and "word"
8682         parameters const.  Adjust.
8683         (check_tracepoint_command): Adjust to validate_actionline
8684         prototype change.
8685         (catch_syscall_completer): Make "text" and "word" parameters
8686         const.
8687         * cli/cli-cmds.c (show_user): Make "comname" local const.
8688         (valid_command_p): Make "command" parameter const.
8689         (alias_command): Make "alias_prefix" and "command_prefix" locals
8690         const.
8691         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8692         (add_alias_cmd): Make "name" and "oldname" parameters const.
8693         Adjust.  No longer make copy of OLDNAME.
8694         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8695         (add_setshow_cmd_full, add_setshow_enum_cmd)
8696         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8697         (add_setshow_filename_cmd, add_setshow_string_cmd)
8698         (add_setshow_string_noescape_cmd)
8699         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8700         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8701         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8702         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8703         Make "name" parameter const.
8704         (help_cmd): Rename "command" parameter to "arg".  New const local
8705         "command".
8706         (find_cmd): Make "command" parameter const.
8707         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
8708         deprecated_cmd_warning prototype change.
8709         (undef_cmd_error): Make "cmdtype" parameter const.
8710         (lookup_cmd): Make "line" parameter const.
8711         (deprecated_cmd_warning): Change type of "text" parameter to
8712         pointer to const char, from pointer to pointer to char.  Adjust.
8713         (lookup_cmd_composition): Make "text" parameter const.
8714         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8715         parameters const.
8716         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8717         const.
8718         * cli/cli-script.c (validate_comname): Make "tem" local const.
8719         (define_command): New const local "tem_c".  Use it in calls to
8720         lookup_cmd.
8721         (document_command): Make "tem" and "comfull" locals const.
8722         (show_user_1): Make "prefix" and "name" parameters const.
8723         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8724         const.
8725         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8726         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8727         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8728         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8729         (complete_on_enum, add_setshow_enum_cmd)
8730         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8731         (add_setshow_filename_cmd, add_setshow_string_cmd)
8732         (add_setshow_string_noescape_cmd)
8733         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8734         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8735         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8736         Change prototypes, constifying strings.
8737         * completer.c (noop_completer, filename_completer): Make "text"
8738         and "prefix" parameters const.
8739         (location_completer, expression_completer)
8740         (complete_line_internal): Make "text" and "prefix" parameters
8741         const and adjust.
8742         (command_completer, signal_completer): Make "text" and "prefix"
8743         parameters const.
8744         * completer.h (noop_completer, filename_completer)
8745         (expression_completer, location_completer, command_completer)
8746         (signal_completer): Change prototypes.
8747         * corefile.c (complete_set_gnutarget): Make "text" and "word"
8748         parameters const.
8749         * cp-abi.c (cp_abi_completer): Likewise.
8750         * expression.h (parse_expression_for_completion): Change
8751         prototype.
8752         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8753         parameters const.
8754         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8755         * infrun.c (handle_completer): Make "text" and "word" parameters
8756         const.
8757         * interps.c (interpreter_completer): Make "text" and "word"
8758         parameters const.
8759         * language.h (struct language_defn)
8760         <la_make_symbol_completion_list>: Make "text" and "word"
8761         parameters const.
8762         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8763         (parse_exp_in_context): Rename to ...
8764         (parse_exp_in_context_1): ... this.
8765         (parse_exp_in_context): Reimplement, with const hack from
8766         parse_exp_1.
8767         (parse_expression_for_completion): Make "string" parameter const.
8768         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8769         to pointer to const char.  Adjust.
8770         (print_command_1): Make "exp" parameter const.
8771         (output_command): Rename to ...
8772         (output_command_const): ... this.  Make "exp" parameter const.
8773         (output_command): Reimplement.
8774         (x_command): Adjust.
8775         (display_command): Rename "exp" parameter to "arg".  New "exp"
8776         local, const version of "arg".
8777         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8778         "cmd_name" local const.
8779         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8780         call.
8781         (cmdpy_completer): Make "text" and "word" parameters const.
8782         (gdbpy_parse_command_name): Make "prefix_text2" local const.
8783         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8784         const.
8785         * remote.c (_initialize_remote): Make "cmd_name" local const.
8786         * symtab.c (language_search_unquoted_string): Make "text" and "p"
8787         parameters const.  Adjust.
8788         (completion_list_add_fields): Make "sym_text", "text" and "word"
8789         parameters const.
8790         (struct add_name_data) <sym_text, text, word>: Make fields const.
8791         (default_make_symbol_completion_list_break_on): Make "text" and
8792         "word" parameters const.  Adjust locals.
8793         (default_make_symbol_completion_list)
8794         (make_symbol_completion_list, make_symbol_completion_type)
8795         (make_symbol_completion_list_fn): Make "text" and "word"
8796         parameters const.
8797         (make_file_symbol_completion_list): Make "text", "word" and
8798         "srcfile" parameters const.  Adjust locals.
8799         (add_filename_to_list): Make "text" and "word" parameters const.
8800         (struct add_partial_filename_data) <text, word>: Make fields
8801         const.
8802         (make_source_files_completion_list): Make "text" and "word"
8803         parameters const.
8804         * symtab.h (default_make_symbol_completion_list_break_on)
8805         (default_make_symbol_completion_list, make_symbol_completion_list)
8806         (make_symbol_completion_type enum type_code)
8807         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8808         (make_source_files_completion_list): Change prototype.
8809         * top.c (execute_command): Adjust to pass pointer to pointer to
8810         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8811         change.
8812         (set_verbose): Make "cmdname" local const.
8813         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8814         and adjust.
8815         (validate_actionline): Make "line" parameter a pointer to const
8816         char, and adjust.
8817         (encode_actions_1): Make "action_exp" local const, and adjust.
8818         (encode_actions): Adjust.
8819         (replace_comma): Delete.
8820         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8821         const, and adjust.  Don't frob the action string while splitting
8822         it at commas.  Instead, make a copy of each split substring in
8823         turn.
8824         (trace_dump_command): Adjust to validate_actionline prototype
8825         change.
8826         * tracepoint.h (decode_agent_options, decode_agent_options)
8827         (encode_actions, validate_actionline): Change prototypes.
8828         * valprint.h (output_command): Delete declaration.
8829         (output_command_const): Declare.
8830         * value.c (function_destroyer): Cast const away in xfree call.
8831
8832 2013-03-13  Pedro Alves  <palves@redhat.com>
8833
8834         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8835         rather than casting 'const char * const *' to 'const char **'.
8836         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8837         'const char **' cast.
8838         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8839         locals, and use those as strtol output pointer, instead than doing
8840         invalid casts to from 'const char **' to 'char **'.
8841         (_initialize_demangle): Remove cast.
8842         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8843         locals, and use those as strtol output pointer, instead than doing
8844         invalid casts to from 'const char **' to 'char **'.
8845         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8846         casts.
8847         * stap-probe.c (stap_parse_register_operand)
8848         (stap_parse_single_operand): Likewise.
8849
8850 2013-03-13  Yao Qi  <yao@codesourcery.com>
8851
8852         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8853         the last matched 'V' blcok in trace frame.
8854
8855 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8856
8857         * NEWS: Create a new section for the next release branch.
8858         Rename the section of the current branch, now that it has
8859         been cut.
8860
8861 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8862
8863         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8864         * version.in: Bump version to 7.6.50.20130312-cvs.
8865
8866 2013-03-12  Keith Seitz  <keiths@redhat.com>
8867
8868         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8869         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8870         Remove temporary copy of input string.
8871         (mi_execute_command_wrapper): Make "cmd" const.
8872         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8873         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8874         Use const strings.
8875         (mi_parse): Make "cmd" const.
8876         Use const strings.
8877         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8878
8879 2013-03-12  Keith Seitz  <keiths@redhat.com>
8880
8881         * ada-lang.c (ada_read_renaming_var_value): Pass const
8882         pointer to expression string to parse_exp_1.
8883         (create_excep_cond_exprs): Likewise.
8884         * ax-gdb.c (agent_eval_command_one): Likewise.
8885         (maint_agent_printf_command): Likewise.
8886         Constify much of the string handling/parsing.
8887         * breakpoint.c (set_breakpoint_condition): Pass const
8888         pointer to expression string to parse_exp_1.
8889         (update_watchpoint): Likewise.
8890         (parse_cmd_to_aexpr): Constify string handling.
8891         Pass const pointer to parse_exp_1.
8892         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8893         (find_condition_and_thread): Likewise.
8894         Make TOK const.
8895         (watch_command_1): Make "arg" const.
8896         Constify string handling.
8897         Copy the expression string instead of changing the input
8898         string.
8899         (update_breakpoint_location): Pass const pointer to
8900         parse_exp_1.
8901         * eval.c (parse_and_eval_address): Make "exp" const.
8902         (parse_to_comma_and_eval): Make "expp" const.
8903         (parse_and_eval): Make "exp" const.
8904         * expression.h (parse_expression): Make argument const.
8905         (parse_exp_1): Make first argument const.
8906         * findcmd.c (parse_find_args): Treat "args" as const.
8907         * linespec.c (parse_linespec): Pass const pointer to
8908         linespec_expression_to_pc.
8909         (linespec_expression_to_pc): Make "exp_ptr" const.
8910         * parse.c (parse_exp_1): Make "stringptr" const.
8911         Make a copy of the expression to pass to parse_exp_in_context until
8912         this whole interface can be constified.
8913         (parse_expression): Make "string" const.
8914         * printcmd.c (ui_printf): Treat "arg" as const.
8915         Handle const strings.
8916         * tracepoint.c (validate_actionline): Pass const pointer to
8917         all calls to parse_exp_1.
8918         (encode_actions_1): Likewise.
8919         * value.h (parse_to_comma_and_eval): Make argument const.
8920         (parse_and_eval_address): Likewise.
8921         (parse_and_eval): Likewise.
8922         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8923         (varobj_set_value): Likewise.
8924         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8925         constify string handling.
8926         Pass const pointers to parse_and_eval_address and
8927         parse_to_comman_and_eval.
8928         * cli/cli-utils.c (skip_to_space): Rename to ...
8929         (skip_to_space_const): ... this. Handle const strings.
8930         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8931         skip_to_space_const.
8932         (skip_to_space_const): Declare.
8933         * common/format.c (parse_format_string): Make "arg" const.
8934         Handle const strings.
8935         * common/format.h (parse_format_string): Make "arg" const.
8936         * gdbserver/ax.c (ax_printf): Make "format" const.
8937         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8938         of the expression string.
8939
8940 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8941
8942         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8943
8944 2013-03-12  Yao Qi  <yao@codesourcery.com>
8945             Hui Zhu  <hui@codesourcery.com>
8946
8947         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8948         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8949         DW_OP_deref_size.
8950
8951 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8952
8953         * ada-lex.l (rules): Only recognize 'thread' as a
8954         delimiter when followed by numerals, as for c-exp.y.
8955         Use new rewind_to_char function to rewind the input for
8956         expression-delimiting tokens.
8957         (rewind_to_char): New function.
8958
8959 2013-03-11  Pedro Alves  <palves@redhat.com>
8960             Jan Kratochvil  <jan.kratochvil@redhat.com>
8961
8962         * configure: Regenerate.
8963         * configure.ac (check dynamic export flag): Link python test with
8964         $PYTHON_LIBS.
8965
8966 2013-03-11  Doug Evans  <dje@google.com>
8967             Keith Seitz  <keiths@redhat.com>
8968
8969         * linespec.c (find_linespec_symbols): Call find_function_symbols
8970         first, and then call lookup_prefix_sym/find_method.
8971
8972 2013-03-11  Pedro Alves  <palves@redhat.com>
8973
8974         * charset.c (convert_between_encodings): Don't cast between
8975         different pointer to pointer types.  Instead, make the 'inp' local
8976         be of the type iconv expects.
8977         (wchar_iterate): Don't cast between different pointer to pointer
8978         types.  Instead, use new pointer local of the type iconv expects.
8979         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8980         Add new local of type char pointer, and use it to get a
8981         char/string view of the byte buffer, instead of casting between
8982         pointer to pointer types.
8983
8984 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8985
8986         * remote.c (remote_set_trace_buffer_size): Move != operator
8987         to the start of next line to fix an ARI warning.
8988
8989 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8990
8991         * NEWS: Add record changes.
8992
8993 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8994
8995         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8996         the instruction history disassembly.
8997         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8998         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8999
9000 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9001
9002         * Makefile.in (SFILES): Add record-btrace.c
9003         (COMMON_OBS): Add record-btrace.o
9004         * record-btrace.c: New.
9005         * objfiles.c: Include btrace.h.
9006         (free_objfile): call btrace_free_objfile.
9007
9008 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9009
9010         * target.c (target_call_history, target_call_history_from,
9011         target_call_history_range): New.
9012         * target.h (target_ops) <to_call_history, to_call_history_from,
9013         to_call_history_range>: New fields.
9014         (target_call_history, target_call_history_from,
9015         target_call_history_range): New declaration.
9016         * record.c (get_call_history_modifiers, cmd_record_call_history,
9017         record_call_history_size): New.
9018         (_initialize_record): Add the "record function-call-history" command.
9019         Add "set/show record function-call-history-size" commands.
9020         * record.h (record_print_flag): New.
9021
9022 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9023
9024         * target.h (target_ops) <to_insn_history, to_insn_history_from,
9025         to_insn_history_range>: New fields.
9026         (target_insn_history): New.
9027         (target_insn_history_from): New.
9028         (target_insn_history_range): New.
9029         * target.c (target_insn_history): New.
9030         (target_insn_history_from): New.
9031         (target_insn_history_range): New.
9032         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9033         (record_insn_history_size): New.
9034         (get_insn_number): New.
9035         (get_context_size): New.
9036         (no_chunk): New.
9037         (get_insn_history_modifiers): New.
9038         (cmd_record_insn_history): New.
9039         (_initialize_record): Add "set/show record instruction-history-size"
9040         command. Add "record instruction-history" command.
9041
9042 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9043
9044         * record.h (record_disconnect): New.
9045         (record_detach): New.
9046         (record_mourn_inferior): New.
9047         (record_kill): New.
9048         * record-full.c (record_disconnect, record_detach,
9049         record_mourn_inferior, record_kill): Move to...
9050         * record.c: ...here.
9051         (DEBUG): New.
9052         (record_stop): New.
9053         (record_unpush): New.
9054         (cmd_record_stop): Call record_stop. Replace unpush_target
9055         call with record_unpush call.
9056         (record_disconnect, record_detach): Assert that the target
9057         is of record stratum. Call record_unpush, record_stop, and
9058         DEBUG.
9059         (record_mourn_inferior, record_kill): Assert that the target
9060         is of record stratum. Call record_unpush and DEBUG.
9061
9062 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9063
9064         * record-full.h, record-full.c (record_memory_query): Rename
9065         to ...
9066         (record_full_memory_query): ...this. Update all users.
9067         (record_arch_list_add_reg): Rename to ...
9068         (record_full_arch_list_add_reg): ...this. Update all users.
9069         (record_arch_list_add_mem): Rename to ...
9070         (record_full_arch_list_add_mem): ...this. Update all users.
9071         (record_arch_list_add_end): Rename to ...
9072         (record_full_arch_list_add_end): ...this. Update all users.
9073         (record_gdb_operation_disable_set): Rename to ...
9074         (record_full_gdb_operation_disable_set): ...this.
9075         Update all users.
9076
9077 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9078
9079         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9080         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9081         (RECORD_IS_REPLAY): Renamed to ...
9082         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9083         (RECORD_FILE_MAGIC): Renamed to ...
9084         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9085         (record_mem_entry): Renamed to ...
9086         (record_full_mem_entry): ... this. Updated all users.
9087         (record_reg_entry): Renamed to ...
9088         (record_full_reg_entry): ... this. Updated all users.
9089         (record_end_entry): Renamed to ...
9090         (record_full_end_entry): ... this. Updated all users.
9091         (record_type) <record_end, record_reg, record_mem>: Renamed
9092         to ...
9093         (record_full_type) <record_full_end, record_full_reg,
9094         record_full_mem>: ... this. Updated all users.
9095         (record_entry): Renamed to ...
9096         (record_full_entry): ... this. Updated all users.
9097         (record_core_buf_entry): Renamed to ...
9098         (record_full_core_buf_entry): ... this. Updated all users.
9099         (record_core_regbuf): Renamed to ...
9100         (record_full_core_regbuf): ... this. Updated all users.
9101         (record_core_start): Renamed to ...
9102         (record_full_core_start): ... this. Updated all users.
9103         (record_core_end): Renamed to ...
9104         (record_full_core_end): ... this. Updated all users.
9105         (record_core_buf_list): Renamed to ...
9106         (record_full_core_buf_list): ... this. Updated all users.
9107         (record_first): Renamed to ...
9108         (record_full_first): ... this. Updated all users.
9109         (record_list): Renamed to ...
9110         (record_full_list): ... this. Updated all users.
9111         (record_arch_list_head): Renamed to ...
9112         (record_full_arch_list_head): ... this. Updated all users.
9113         (record_arch_list_tail): Renamed to ...
9114         (record_full_arch_list_tail): ... this. Updated all users.
9115         (record_stop_at_limit): Renamed to ...
9116         (record_full_stop_at_limit): ... this. Updated all users.
9117         (record_insn_max_num): Renamed to ...
9118         (record_full_insn_max_num): ... this. Updated all users.
9119         (record_insn_num): Renamed to ...
9120         (record_full_insn_num): ... this. Updated all users.
9121         (record_insn_count): Renamed to ...
9122         (record_full_insn_count): ... this. Updated all users.
9123         (record_ops): Renamed to ...
9124         (record_full_ops): ... this. Updated all users.
9125         (record_core_ops): Renamed to ...
9126         (record_full_core_ops): ... this. Updated all users.
9127         (set_record_cmdlist): Renamed to ...
9128         (set_record_full_cmdlist): ... this. Updated all users.
9129         (show_record_cmdlist): Renamed to ...
9130         (show_record_full_cmdlist): ... this. Updated all users.
9131         (record_cmdlist): Renamed to ...
9132         (record_full_cmdlist): ... this. Updated all users.
9133         (record_beneath_to_resume_ops): Renamed to ...
9134         (record_full_beneath_to_resume_ops): ... this. Updated all users.
9135         (record_beneath_to_resume): Renamed to ...
9136         (record_full_beneath_to_resume): ... this. Updated all users.
9137         (record_beneath_to_wait_ops): Renamed to ...
9138         (record_full_beneath_to_wait_ops): ... this. Updated all users.
9139         (record_beneath_to_wait): Renamed to ...
9140         (record_full_beneath_to_wait): ... this. Updated all users.
9141         (record_beneath_to_store_registers_ops): Renamed to ...
9142         (record_full_beneath_to_store_registers_ops): ... this.
9143         Updated all users.
9144         (record_beneath_to_store_registers): Renamed to ...
9145         (record_full_beneath_to_store_registers): ... this.
9146         Updated all users.
9147         (record_beneath_to_xfer_partial_ops): Renamed to ...
9148         (record_full_beneath_to_xfer_partial_ops): ... this.
9149         Updated all users.
9150         (record_beneath_to_xfer_partial): Renamed to ...
9151         (record_full_beneath_to_xfer_partial): ... this.
9152         Updated all users.
9153         (record_beneath_to_insert_breakpoint): Renamed to ...
9154         (record_full_beneath_to_insert_breakpoint): ... this.
9155         Updated all users.
9156         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
9157         (record_full_beneath_to_stopped_by_watchpoint): ... this.
9158         Updated all users.
9159         (record_beneath_to_stopped_data_address): Renamed to ...
9160         (record_full_beneath_to_stopped_data_address): ... this.
9161         Updated all users.
9162         (record_beneath_to_async): Renamed to ...
9163         (record_full_beneath_to_async): ... this. Updated all users.
9164         (record_goto_insn): Renamed to ...
9165         (record_full_goto_insn): ... this. Updated all users.
9166         (record_save): Renamed to ...
9167         (record_full_save): ... this. Updated all users.
9168         (record_reg_alloc): Renamed to ...
9169         (record_full_reg_alloc): ... this. Updated all users.
9170         (record_reg_release): Renamed to ...
9171         (record_full_reg_release): ... this. Updated all users.
9172         (record_mem_alloc): Renamed to ...
9173         (record_full_mem_alloc): ... this. Updated all users.
9174         (record_mem_release): Renamed to ...
9175         (record_full_mem_release): ... this. Updated all users.
9176         (record_end_alloc): Renamed to ...
9177         (record_full_end_alloc): ... this. Updated all users.
9178         (record_end_release): Renamed to ...
9179         (record_full_end_release): ... this. Updated all users.
9180         (record_entry_release): Renamed to ...
9181         (record_full_entry_release): ... this. Updated all users.
9182         (record_list_release): Renamed to ...
9183         (record_full_list_release): ... this. Updated all users.
9184         (record_list_release_following): Renamed to ...
9185         (record_full_list_release_following): ... this.
9186         Updated all users.
9187         (record_list_release_first): Renamed to ...
9188         (record_full_list_release_first): ... this. Updated all users.
9189         (record_arch_list_add): Renamed to ...
9190         (record_full_arch_list_add): ... this. Updated all users.
9191         (record_get_loc): Renamed to ...
9192         (record_full_get_loc): ... this. Updated all users.
9193         (record_check_insn_num): Renamed to ...
9194         (record_full_check_insn_num): ... this. Updated all users.
9195         (record_arch_list_cleanups): Renamed to ...
9196         (record_full_arch_list_cleanups): ... this. Updated all users.
9197         (record_message): Renamed to ...
9198         (record_full_message): ... this. Updated all users.
9199         (record_message_wrapper): Renamed to ...
9200         (record_full_message_wrapper): ... this. Updated all users.
9201         (record_message_wrapper_safe): Renamed to ...
9202         (record_full_message_wrapper_safe): ... this. Updated all users.
9203         (record_gdb_operation_disable): Renamed to ...
9204         (record_full_gdb_operation_disable): ... this. Updated all users.
9205         (record_hw_watchpoint): Renamed to ...
9206         (record_full_hw_watchpoint): ... this. Updated all users.
9207         (record_exec_insn): Renamed to ...
9208         (record_full_exec_insn): ... this. Updated all users.
9209         (record_restore): Renamed to ...
9210         (record_full_restore): ... this. Updated all users.
9211         (record_async_inferior_event_token): Renamed to ...
9212         (record_full_async_inferior_event_token): ... this.
9213         Updated all users.
9214         (record_async_inferior_event_handler): Renamed to ...
9215         (record_full_async_inferior_event_handler): ... this.
9216         Updated all users.
9217         (record_core_open_1): Renamed to ...
9218         (record_full_core_open_1): ... this. Updated all users.
9219         (record_open_1): Renamed to ...
9220         (record_full_open_1): ... this. Updated all users.
9221         (record_open): Renamed to ...
9222         (record_full_open): ... this. Updated all users.
9223         (record_close): Renamed to ...
9224         (record_full_close): ... this. Updated all users.
9225         (record_resume_step): Renamed to ...
9226         (record_full_resume_step): ... this. Updated all users.
9227         (record_resumed): Renamed to ...
9228         (record_full_resumed): ... this. Updated all users.
9229         (record_execution_dir): Renamed to ...
9230         (record_full_execution_dir): ... this. Updated all users.
9231         (record_resume): Renamed to ...
9232         (record_full_resume): ... this. Updated all users.
9233         (record_get_sig): Renamed to ...
9234         (record_full_get_sig): ... this. Updated all users.
9235         (record_sig_handler): Renamed to ...
9236         (record_full_sig_handler): ... this. Updated all users.
9237         (record_wait_cleanups): Renamed to ...
9238         (record_full_wait_cleanups): ... this. Updated all users.
9239         (record_wait_1): Renamed to ...
9240         (record_full_wait_1): ... this. Updated all users.
9241         (record_wait): Renamed to ...
9242         (record_full_wait): ... this. Updated all users.
9243         (record_stopped_by_watchpoint): Renamed to ...
9244         (record_full_stopped_by_watchpoint): ... this. Updated all users.
9245         (record_disconnect): Renamed to ...
9246         (record_full_disconnect): ... this. Updated all users.
9247         (record_detach): Renamed to ...
9248         (record_full_detach): ... this. Updated all users.
9249         (record_mourn_inferior): Renamed to ...
9250         (record_full_mourn_inferior): ... this. Updated all users.
9251         (record_kill): Renamed to ...
9252         (record_full_kill): ... this. Updated all users.
9253         (record_stopped_data_address): Renamed to ...
9254         (record_full_stopped_data_address): ... this. Updated all users.
9255         (record_registers_change): Renamed to ...
9256         (record_full_registers_change): ... this. Updated all users.
9257         (record_store_registers): Renamed to ...
9258         (record_full_store_registers): ... this. Updated all users.
9259         (record_xfer_partial): Renamed to ...
9260         (record_full_xfer_partial): ... this. Updated all users.
9261         (record_breakpoint): Renamed to ...
9262         (record_full_breakpoint): ... this. Updated all users.
9263         (record_breakpoint_p): Renamed to ...
9264         (record_full_breakpoint_p): ... this. Updated all users.
9265         (record_breakpoints): Renamed to ...
9266         (record_full_breakpoints): ... this. Updated all users.
9267         (record_sync_record_breakpoints): Renamed to ...
9268         (record_full_sync_record_breakpoints): ... this.
9269         Updated all users.
9270         (record_init_record_breakpoints): Renamed to ...
9271         (record_full_init_record_breakpoints): ... this.
9272         Updated all users.
9273         (record_insert_breakpoint): Renamed to ...
9274         (record_full_insert_breakpoint): ... this. Updated all users.
9275         (record_remove_breakpoint): Renamed to ...
9276         (record_full_remove_breakpoint): ... this. Updated all users.
9277         (record_can_execute_reverse): Renamed to ...
9278         (record_full_can_execute_reverse): ... this. Updated all users.
9279         (record_get_bookmark): Renamed to ...
9280         (record_full_get_bookmark): ... this. Updated all users.
9281         (record_goto_bookmark): Renamed to ...
9282         (record_full_goto_bookmark): ... this. Updated all users.
9283         (record_async): Renamed to ...
9284         (record_full_async): ... this. Updated all users.
9285         (record_can_async_p): Renamed to ...
9286         (record_full_can_async_p): ... this. Updated all users.
9287         (record_is_async_p): Renamed to ...
9288         (record_full_is_async_p): ... this. Updated all users.
9289         (record_execution_direction): Renamed to ...
9290         (record_full_execution_direction): ... this. Updated all users.
9291         (record_info): Renamed to ...
9292         (record_full_info): ... this. Updated all users.
9293         (record_delete): Renamed to ...
9294         (record_full_delete): ... this. Updated all users.
9295         (record_is_replaying): Renamed to ...
9296         (record_full_is_replaying): ... this. Updated all users.
9297         (record_goto_entry): Renamed to ...
9298         (record_full_goto_entry): ... this. Updated all users.
9299         (record_goto_begin): Renamed to ...
9300         (record_full_goto_begin): ... this. Updated all users.
9301         (record_goto_end): Renamed to ...
9302         (record_full_goto_end): ... this. Updated all users.
9303         (record_goto): Renamed to ...
9304         (record_full_goto): ... this. Updated all users.
9305         (init_record_ops): Renamed to ...
9306         (init_record_full_ops): ... this. Updated all users.
9307         (record_core_resume): Renamed to ...
9308         (record_full_core_resume): ... this. Updated all users.
9309         (record_core_kill): Renamed to ...
9310         (record_full_core_kill): ... this. Updated all users.
9311         (record_core_fetch_registers): Renamed to ...
9312         (record_full_core_fetch_registers): ... this. Updated all users.
9313         (record_core_prepare_to_store): Renamed to ...
9314         (record_full_core_prepare_to_store): ... this. Updated all users.
9315         (record_core_store_registers): Renamed to ...
9316         (record_full_core_store_registers): ... this. Updated all users.
9317         (record_core_xfer_partial): Renamed to ...
9318         (record_full_core_xfer_partial): ... this. Updated all users.
9319         (record_core_insert_breakpoint): Renamed to ...
9320         (record_full_core_insert_breakpoint): ... this. Updated all users.
9321         (record_core_remove_breakpoint): Renamed to ...
9322         (record_full_core_remove_breakpoint): ... this. Updated all users.
9323         (record_core_has_execution): Renamed to ...
9324         (record_full_core_has_execution): ... this. Updated all users.
9325         (init_record_core_ops): Renamed to ...
9326         (init_record_full_core_ops): ... this. Updated all users.
9327         (cmd_record_restore): Renamed to ...
9328         (cmd_record_full_restore): ... this. Updated all users.
9329         (record_save_cleanups): Renamed to ...
9330         (record_full_save_cleanups): ... this. Updated all users.
9331         (cmd_record_start): Renamed to ...
9332         (cmd_record_full_start): ... this. Updated all users.
9333         (set_record_insn_max_num): Renamed to ...
9334         (set_record_full_insn_max_num): ... this. Updated all users.
9335         (set_record_command): Renamed to ...
9336         (set_record_full_command): ... this. Updated all users.
9337         (show_record_command): Renamed to ...
9338         (show_record_full_command): ... this. Updated all users.
9339         (_initialize_record): Renamed to ...
9340         (_initialize_record_full): ... this. Updated all users.
9341
9342 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9343
9344         * record.h: Split into this and ...
9345         * record-full.h: ... this.
9346         * record.c: Split into this and ...
9347         * record-full.c: ... this.
9348         * target.h (target_ops): Add new fields to_info_record,
9349         to_save_record, to_delete_record, to_record_is_replaying,
9350         to_goto_record_begin, to_goto_record_end, to_goto_record.
9351         (target_info_record): New.
9352         (target_save_record): New.
9353         (target_supports_delete_record): New.
9354         (target_delete_record): New.
9355         (target_record_is_replaying): New.
9356         (target_goto_record_begin): New.
9357         (target_goto_record_end): New.
9358         (target_goto_record): New.
9359         * target.c (target_info_record): New.
9360         (target_save_record): New.
9361         (target_supports_delete_record): New.
9362         (target_delete_record): New.
9363         (target_record_is_replaying): New.
9364         (target_goto_record_begin): New.
9365         (target_goto_record_end): New.
9366         (target_goto_record): New.
9367         * record.h: Declare struct cmd_list_element.
9368         (record_cmdlist): New declaration.
9369         (set_record_cmdlist): New declaration.
9370         (show_record_cmdlist): New declaration.
9371         (info_record_cmdlist): New declaration.
9372         (cmd_record_goto): New declaration.
9373         * record.c: Remove unnecessary includes.
9374         Include inferior.h.
9375         (cmd_record_goto): Remove declaration.
9376         (record_cmdlist): Now extern. Initialize.
9377         (set_record_cmdlist): Now extern. Initialize.
9378         (show_record_cmdlist): Now extern. Initialize.
9379         (info_record_cmdlist): Now extern. Initialize.
9380         (find_record_target): New.
9381         (require_record_target): New.
9382         (cmd_record_start): Update.
9383         (cmd_record_delete): Remove target-specific code.
9384         Call target_delete_record.
9385         (cmd_record_stop): Unpush any record target.
9386         (set_record_insn_max_num): Move to record-full.c
9387         (set_record_command): Add comment.
9388         (show_record_command): Add comment.
9389         (info_record_command): Update comment.
9390         Remove target-specific code.
9391         Call the record target's to_info_record.
9392         (cmd_record_start): New.
9393         (cmd_record_goto): Now extern.
9394         Remove target-specific code.
9395         Call target_goto_begin,  target_goto_end, or target_goto.
9396         (_initialize_record): Move record target ops initialization to
9397         record-full.c.
9398         Change "record" command help text.
9399         Move "record restore", "record set", and "record show" commands to
9400         record-full.c.
9401         * Makefile.in (SFILES): Add record-full.c.
9402         (HFILES_NO_SRCDIR): Add record-full.h.
9403         (COMMON_OBS): Add record-full.o.
9404         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9405         * arm-tdep.c: Include record-full.h.
9406         * i386-linux-tdep.c: Include record-full.h instead of record.h.
9407         * i386-tdep.c: Include record-full.h.
9408         * infrun.c: Include record-full.h.
9409         * linux-record.c: Include record-full.h.
9410         * moxie-tdep.c: Include record-full.h.
9411         * record-full.c: Include record-full.h.
9412         Change module comment.
9413         (set_record_full_cmdlist): New.
9414         (show_record_full_cmdlist): New.
9415         (record_full_cmdlist): New.
9416         (record_goto_insn): New declaration.
9417         (record_save): New declaration.
9418         (record_check_insn_num): Change query string.
9419         (record_info): New.
9420         (record_delete): New.
9421         (record_is_replaying): New.
9422         (record_goto_entry): New.
9423         (record_goto_begin): New.
9424         (record_goto_end): New.
9425         (record_goto): New.
9426         (init_record_ops): Update.
9427         (init_record_core_ops): Update.
9428         (cmd_record_save): Rename to record_save. Remove target and arg checks.
9429         (cmd_record_start): New.
9430         (set_record_insn_max_num): Moved from record.c
9431         (set_record_full_command): New.
9432         (show_record_full_command): New.
9433         (_initialize_record_full): New.
9434
9435 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9436
9437         * target.h (add_deprecated_target_alias): New.
9438         * target.c (add_deprecated_target_alias): New.
9439
9440 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9441
9442         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9443         and signal.h.
9444         (linux_supports_btrace): Add kernel and
9445         cpuid check.
9446         (kernel_supports_btrace): New function.
9447         (cpu_supports_btrace): New function.
9448         (intel_supports_btrace): New function.
9449
9450 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9451
9452         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9453         * remote.c: Include btrace.h.
9454         (struct btrace_target_info): New struct.
9455         (remote_supports_btrace): New function.
9456         (send_Qbtrace): New function.
9457         (remote_enable_btrace): New function.
9458         (remote_disable_btrace): New function.
9459         (remote_teardown_btrace): New function.
9460         (remote_read_btrace): New function.
9461         (init_remote_ops): Add btrace ops.
9462         (enum <unnamed>): Add btrace packets.
9463         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9464         (_initialize_remote): Add packet configuration for branch tracing.
9465
9466 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9467
9468         * features/btrace.dtd: New file.
9469         * Makefile.in (XMLFILES): Add btrace.dtd.
9470         * btrace.h (parse_xml_btrace): New declaration.
9471         * btrace.c: Include xml-support.h.
9472         (parse_xml_btrace): New function.
9473         (parse_xml_btrace_block): New function.
9474         (block_attributes): New struct.
9475         (btrace_attributes): New struct.
9476         (btrace_children): New struct.
9477         (btrace_elements): New struct.
9478
9479 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9480
9481         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9482         (amd64_linux_enable_btrace): New.
9483         (amd64_linux_disable_btrace): New.
9484         (amd64_linux_teardown_btrace): New.
9485         (_initialize_amd64_linux_nat): Initialize btrace ops.
9486         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9487         (i386_linux_enable_btrace): New.
9488         (i386_linux_disable_btrace): New.
9489         (i386_linux_teardown_btrace): New.
9490         (_initialize_i386_linux_nat): Initialize btrace ops.
9491         * config/i386/linux.mh: Add linux-btrace.o.
9492         * config/i386/linux64.mh: Add linux-btrace.o.
9493
9494 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9495
9496         * common/linux_btrace.h: New file.
9497         * common/linux_btrace.c: New file.
9498         * Makefile.in (SFILES): Add btrace.c.
9499         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9500         (COMMON_OBS): Add btrace.o.
9501         (linux-btrace.o): New rule.
9502
9503 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9504
9505         * target.h: Include btrace.h.
9506         (struct target_ops) <to_supports_btrace, to_enable_btrace,
9507         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9508         * target.c (target_supports_btrace): New function.
9509         (target_enable_btrace): New function.
9510         (target_disable_btrace): New function.
9511         (target_teardown_btrace): New function.
9512         (target_read_btrace): New function.
9513         * btrace.h: New file.
9514         * btrace.c: New file.
9515         * Makefile.in: Add btrace.c.
9516         * gdbthread.h: Include btrace.h.
9517         (struct thread_info): Add btrace field.
9518         * thread.c: Include btrace.h.
9519         (clear_thread_inferior_resources): Call target_teardown_btrace.
9520         * common/btrace-common.h: New file.
9521
9522 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9523
9524         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9525         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9526         kill_status to outer block.
9527
9528 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9529
9530         Fix entry-values if the callee called a noreturn function.
9531         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9532         get_frame_address_in_block.  Add new comment.
9533
9534 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9535
9536         Fix entry-values in C++ across CUs.
9537         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9538         lookup_minimal_symbol.  Add a comment.
9539         * dwarf2read.c
9540         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9541         DW_AT_linkage_name.
9542
9543 2013-03-08  Yao Qi  <yao@codesourcery.com>
9544
9545         * tracepoint.c (_initialize_tracepoint): Indent the code.
9546
9547 2013-03-08  Pedro Alves  <palves@redhat.com>
9548
9549         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9550         (parse_find_args, find_command): Change type of pattern buffer
9551         locals to 'gdb_byte *'.
9552
9553 2013-03-08  Stan Shebs  <stan@codesourcery.com>
9554             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9555
9556         * NEWS: Mention set and show trace-buffer-size commands.
9557         Mention new packet.
9558         * target.h (struct target_ops): New method
9559         to_set_trace_buffer_size.
9560         (target_set_trace_buffer_size): New macro.
9561         * target.c (update_current_target): Set up new method.
9562         * tracepoint.c (trace_buffer_size): New global.
9563         (start_tracing): Send it to the target.
9564         (set_trace_buffer_size): New function.
9565         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9566         * remote.c (remote_set_trace_buffer_size): New function.
9567         (_initialize_remote): Use it.
9568         (QTBuffer:size) New remote command.
9569         (PACKET_QTBuffer_size): New enum.
9570         (remote_protocol_features): Add an entry for
9571         PACKET_QTBuffer_size.
9572
9573 2013-03-08  Tom Tromey  <tromey@redhat.com>
9574
9575         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9576         variable.
9577
9578 2013-03-07  Pedro Alves  <palves@redhat.com>
9579
9580         * target.c (target_read_stralloc, target_fileio_read_alloc):
9581         *Cast pointer to 'gdb_byte *' in target call.
9582
9583 2013-03-07  Pedro Alves  <palves@redhat.com>
9584
9585         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9586         call.
9587
9588 2013-03-07  Keith Seitz  <keiths@redhat.com>
9589
9590         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9591         (trace_pass_command): Likewise.
9592         * cli/cli-cmds.c: Include cli/cli-utils.h.
9593         (source_command): Use skip-spaces.
9594         (disassemble_command): Likewise.
9595         * findcmd.c: Include cli/cli-utils.h.
9596         (parse_find_args): Use skip_spaces.
9597         * go32-nat.c: Include cli/cli-utils.h.
9598         (go32_sldt): Use skip_spaces.
9599         (go32_sgdt): Likewise.
9600         (go32_sidt): Likewise.
9601         (go32_pde): Likewise.
9602         (go32_pte): Likewise.
9603         (go32_pte_for_address): Likewise.
9604         * infcmd.c: Include cli/cli-utils.h.
9605         (registers_info): Use skip_spaces.
9606         * linux-tdep.c (read_mapping): Use skip_spaces_const.
9607         (linux_info_proc): Likewise.
9608         * linux-thread-db.c: Include cli/cli-utils.h.
9609         (info_auto_load_libthread_db): Use skip_spaces_const.
9610         * m32r-rom.c: Include cli/cli-utils.h.
9611         (m32r_upload_command): Use skip_spaces.
9612         * maint.c: Include cli/cli-utils.h.
9613         (maintenance_translate_address): Use skip_spaces.
9614         * mi/mi-parse.c: Include cli/cli-utils.h.
9615         (mi_parse_argv): Use skip_spaces.
9616         (mi_parse): Likewise.
9617         * minsyms.c: Include cli/cli-utils.h.
9618         (msymbol_hash_iw): Use skip_spaces_const.
9619         * objc-lang.c: Include cli/cli-utils.h.
9620         (parse_selector): Use skip_spaces.
9621         (parse_method): Likewise.
9622         * python/python.c: Include cli/cli-utils.h.
9623         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9624         (python_command)[HAVE_PYTHON]: Likewise.
9625         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9626         * remote-m32r-sdi.c: Include cli/cli-utils.h.
9627         (m32r_load): Use skip_spaces.
9628         * serial.c: Include cli/cli-utils.h.
9629         (serial_open): Use skip_spaces_const.
9630         * stack.c: Include cli/cli-utils.h.
9631         (parse_frame_specification_1): Use skip_spaces_const.
9632         * symfile.c: Include cli/cli-utils.h.
9633         (set_ext_lang_command): Use skip_spaces.
9634         * symtab.c: Include cli/cli-utils.h.
9635         (rbreak_command): Use skip_spaces.
9636         * thread.c (thread_name_command): Use skip_spaces.
9637         * tracepoint.c (validate_actionline): Use skip_spaces.
9638         (encode_actions_1): Likewise.
9639         (trace_find_range_command): Likewise.
9640         (trace_find_outside_command): Likewise.
9641         (trace_dump_actions): Likewise.
9642
9643 2013-03-07  Pedro Alves  <palves@redhat.com>
9644
9645         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9646         * expprint.c (print_subexp_standard): Likewise.
9647         * utils.c (host_char_to_target): Likewise.
9648         * valprint.c (generic_emit_char, generic_printstr): Likewise.
9649         * varobj.c (value_get_print_value): Change type of local to char*.
9650         Cast it gdb_byte * in call to language printer.
9651
9652 2013-03-07  Pedro Alves  <palves@redhat.com>
9653
9654         * charset.c (struct wchar_iterator) <input>: Change type to 'const
9655         gdb_byte *'.
9656         (make_wchar_iterator): Remove cast to char*.
9657         (wchar_iterate): Change type of local.
9658
9659 2013-03-07  Pedro Alves  <palves@redhat.com>
9660
9661         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9662         for 'regcache->register_status'.
9663
9664 2013-03-07  Pedro Alves  <palves@redhat.com>
9665
9666         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9667         int.
9668
9669 2013-03-07  Pedro Alves  <palves@redhat.com>
9670
9671         * stap-probe.c (handle_stap_probe): Add cast to char*.
9672
9673 2013-03-07  Pedro Alves  <palves@redhat.com>
9674
9675         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9676         RECORD_MSGRCV>: Pass a signed variable to
9677         regcache_raw_read_signed, instead of an unsigned one.
9678
9679 2013-03-07  Pedro Alves  <palves@redhat.com>
9680
9681         * remote-notif.c (notif_debug): Change type to int.
9682         * remote-notif.h (notif_debug): Likewise.
9683
9684 2013-03-07  Pedro Alves  <palves@redhat.com>
9685
9686         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9687
9688 2013-03-07  Pedro Alves  <palves@redhat.com>
9689
9690         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9691         * remote.h (hex2bin, bin2hex): ... here.
9692         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9693
9694 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
9695
9696         * utils.c (initialize_utils): Improve doc strings of "set/show
9697         width", "set/show height", and "set/show pagination".
9698
9699 2013-03-06  Keith Seitz  <keiths@redhat.com>
9700
9701         * ax-gdb.c (gen_printf): Make FORMAT const.
9702         * ax-gdb.h (gen_printf): Likewise.
9703         * ax-general.c (ax_string): Make STR const.
9704         * ax.h (ax_string): Likewise.
9705
9706 2013-03-06  Doug Evans  <dje@google.com>
9707
9708         * elfread.c (elf_symfile_read): Move debugging printf to more
9709         logical location.
9710
9711 2013-03-06  Pedro Alves  <palves@redhat.com>
9712
9713         * python/py-utils.c (target_string_to_unicode): Delete function.
9714         * python/python-internal.h (target_string_to_unicode): Delete
9715         declaration.
9716
9717 2013-03-06  Pierre Muller  <muller@sourceware.org>
9718
9719         * linespec.c (get_current_search_block): ARI fix, use (void)
9720         for empty parameter list.
9721
9722 2013-03-05  Doug Evans  <dje@google.com>
9723
9724         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9725         of old ada_lookup_symbol_list.  In !full_search case, don't
9726         search superblocks.
9727         (ada_lookup_symbol_list): Delete arg full_search, all callers
9728         updated.  Call ada_lookup_symbol_list_worker.
9729         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9730         * ada-lang.h (ada_lookup_symbol_list): Update.
9731         * language.h (language_defn): Update comment for
9732         la_iterate_over_symbols.
9733         * linespec.c (iterate_over_file_blocks): New function.
9734         (iterate_over_all_matching_symtabs): Call it.
9735         (lookup_prefix_sym): Ditto.
9736         (get_current_search_block): New function.
9737         (get_search_block): Delete.
9738         (find_label_symbols): Call get_current_search_block.
9739         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9740         * symtab.c (iterate_over_symbols): Don't search superblocks.
9741
9742 2013-03-05  Yao Qi  <yao@codesourcery.com>
9743
9744         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9745         parameter VAR's type from "unsigned int" to "int".
9746         * command.h (var_zuinteger_unlimited): Update its comments.
9747         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9748
9749 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9750
9751         * NEWS: Mention new target x86_64-*-cygwin*.
9752
9753 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9754
9755         * configure.host: Add x86_64-*-cygwin* as host.
9756         * configure.tgt: Add x86_64-*-cygwin* as target.
9757         * config/i386/cygwin64.mh: New file.
9758
9759 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9760
9761         * linespec.c (decode_line_2): Fix duplicate request off by two message.
9762
9763 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9764
9765         * linespec.c (struct linespec_canonical_name): New.
9766         (struct linespec_state): Change canonical_names type to it.
9767         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
9768         xrealloc element size.  Initialize the different CANONICAL fields.
9769         (canonical_to_fullform): New.
9770         (filter_results): Use it.  Add variables canonical, fullform and
9771         cleanup.
9772         (struct decode_line_2_item, decode_line_2_compare_items): New.
9773         (decode_line_2): Remove variables iter and item_names, add variables
9774         items and items_count.  Modify the code for these new variables.
9775
9776 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
9777
9778         * coff-pe-read.c (read_pe_exported_syms): Don't return without
9779         calling do_cleanup.
9780
9781 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
9782
9783         * tracepoint.c (build_traceframe_info): Add code for byte order.
9784
9785 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
9786
9787         * v850-tdep.c: (v850e2_register_name): Revise system register
9788         names to match current V850E2M architecture specifications.
9789         Update register number enum comments too.
9790
9791 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9792             Pedro Alves  <palves@redhat.com>
9793
9794         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9795         to END_ADDR.
9796         (tilegx_skip_prologue): Limit prologue analysis to section end.
9797
9798 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9799
9800         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9801         use it.
9802
9803 2013-03-01  Pedro Alves  <palves@redhat.com>
9804
9805         Use gdb_byte for bytes from the program being debugged.
9806
9807         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9808         Change type of local 'buf' to gdb_byte.
9809         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9810         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9811         * cris-tdep.c (cris_sigcontext_addr)
9812         (cris_sigtramp_frame_unwind_cache): Likewise.
9813         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9814         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9815         Likewise.
9816         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9817         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9818         (hppa32_hpux_search_dummy_call_sequence)
9819         (hppa_hpux_supply_save_state): Likewise.
9820         * hppa-linux-tdep.c (insns_match_pattern)
9821         (hppa_linux_find_global_pointer): Likewise.
9822         * hppa-tdep.c (hppa_in_function_epilogue_p)
9823         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9824         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9825         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9826         (i386fbsd_collect_uthread): Likewise.
9827         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9828         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9829         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9830         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9831         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9832         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9833         (ia64_libunwind_frame_prev_register)
9834         (ia64_libunwind_sigtramp_frame_this_id)
9835         (ia64_find_global_pointer_from_dynamic_section)
9836         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9837         (ia64_unwind_pc): Likewise.
9838         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9839         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9840         (m68hc11_extract_return_value): Likewise.
9841         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9842         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9843         (mep_get_insn, mep_push_dummy_call): Likewise.
9844         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9845         (mips_linux_in_dynsym_stub): Likewise.
9846         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9847         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9848         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9849         to gdb_byte.
9850         * remote-mips.c (mips_set_register): Likewise.
9851         * remote-sim.c (gdbsim_fetch_register): Likewise.
9852         * score-tdep.c (score7_fetch_inst): Change type of parameter
9853         'memblock' and local 'buf' to gdb_byte.
9854         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9855         Change type of local 'buf' to gdb_byte.  Adjust.
9856         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9857         to gdb_byte**.
9858         (score7_analyze_prologue): Change type of 'memblock' and
9859         'memblock_ptr' locals to gdb_byte*.
9860         * sh64-tdep.c (sh64_extract_return_value)
9861         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9862         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9863         * solib-pa64.c (pa64_solib_create_inferior_hook)
9864         (pa64_open_symbol_file_object): Remove local 'buf'.
9865         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9866         (som_open_symbol_file_object): Likewise.
9867         * solib-spu.c (spu_current_sos): Likewise.
9868         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9869         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9870         (spu_store_registers): Likewise.
9871         * target.c (debug_print_register): Likewise.
9872         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9873         * xstormy16-tdep.c (xstormy16_store_return_value)
9874         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9875         (xstormy16_find_jmp_table_entry): Likewise.
9876
9877 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9878
9879         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9880         (tilegx_gdbarch_init): Install it.
9881
9882 2013-02-28  Tom Tromey  <tromey@redhat.com>
9883
9884         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9885         PyLong_Check.
9886
9887 2013-02-28  Doug Evans  <dje@google.com>
9888
9889         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9890         * python/python.c (gdbpy_find_pc_line): Ditto.
9891
9892 2013-02-28  Tom Tromey  <tromey@redhat.com>
9893
9894         * contrib/excheck.py: New file.
9895         * contrib/exsummary.py: New file.
9896         * contrib/gcc-with-excheck: New file.
9897
9898 2013-02-28  Tom Tromey  <tromey@redhat.com>
9899
9900         * python/python.c (gdbpy_print_stack): Call begin_line and
9901         fprintf_filtered inside TRY_CATCH.
9902
9903 2013-02-28  Tom Tromey  <tromey@redhat.com>
9904
9905         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9906         inside TRY_CATCH.
9907
9908 2013-02-28  Tom Tromey  <tromey@redhat.com>
9909
9910         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9911         frame_object_to_frame_info inside TRY_CATCH.
9912
9913 2013-02-28  Tom Tromey  <tromey@redhat.com>
9914
9915         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9916         TRY_CATCH.
9917
9918 2013-02-28  Tom Tromey  <tromey@redhat.com>
9919
9920         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9921
9922 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9923
9924         * windows-nat.c: Throughout, fix format strings and casts of
9925         printf-like functions to avoid type related warnings on all
9926         platforms.
9927         (handle_output_debug_string): Fetch context information address
9928         from debug string using string_to_core_addr.
9929
9930 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9931
9932         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9933         * regformats/reg-tilegx32.dat: New.
9934
9935 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9936
9937         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9938
9939 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9940
9941         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9942
9943 2013-02-27  Yao Qi  <yao@codesourcery.com>
9944             Pedro Alves  <palves@redhat.com>
9945
9946         * tracepoint.c (tfile_trace_find): For tfind
9947         pc/tp/range/outside, look for the next trace frame instead of
9948         always starting from frame 0.
9949
9950 2013-02-26  Anthony Green  <green@moxielogic.com>
9951
9952         * configure.tgt: Add support for moxie-*-rtems* target.
9953
9954 2013-02-25  Pedro Alves  <palves@redhat.com>
9955
9956         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9957         warning text.
9958
9959 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9960
9961         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9962         if $fp is used as the virtual frame pointer.
9963
9964 2013-02-23  Alan Modra  <amodra@gmail.com>
9965
9966         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9967         symbol size.
9968         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9969         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9970         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9971         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9972
9973 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9974
9975         Code cleanup.
9976         * elfread.c (build_id_bfd_get): Make the return type const.
9977         (build_id_verify): Make the check parameter const.
9978         (build_id_to_debug_filename): Make the build_id parameter and variable
9979         data const.
9980         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9981
9982 2013-02-21  Alan Modra  <amodra@gmail.com>
9983
9984         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9985
9986 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9987
9988         Add a new method 'disassemble' to gdb.Architecture class.
9989         * python/py-arch.c (archpy_disassmble): Implementation of the
9990         new method gdb.Architecture.disassemble.
9991         (arch_object_methods): Add entry for the new method.
9992
9993 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9994
9995         * MAINTAINERS (Write After Approval): Add myself to the list.
9996
9997 2013-02-19  Pedro Alves  <palves@redhat.com>
9998
9999         Garbage collect 'struct monitor_ops'::load_routine.
10000
10001         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10002         * monitor.c (monitor_load): No longer call
10003         current_monitor->load_routine.
10004         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10005         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10006         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10007
10008 2013-02-19  Pedro Alves  <palves@redhat.com>
10009
10010         PR gdb/15161
10011
10012         Harmonize with generic_load.
10013
10014         * monitor.c: Include "readline/readline.h".
10015         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
10016         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
10017         long/strtol for the 'load_offset' local.  Error out if no argument
10018         is given or if too many arguments are given.  Tilde expand the
10019         passed in file name.
10020
10021 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10022
10023         PR gdb/15161
10024         * symfile.c (load_section_data): Change type of load_offset
10025         to CORE_ADDR.
10026         (generic_load): User strtoulst instead of strtoul for conversion
10027         of load_offset.
10028
10029 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10030
10031         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10032          for return address, "lr" register, saved on stack.
10033         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10034         after we invoke tilegx_analyze_prologue.
10035
10036 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10037
10038         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10039
10040 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10041
10042         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10043
10044 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10045
10046         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10047         (tilegx_write_pc): New function.
10048         (tilegx_cannot_reference_register): Return zero if REGNO
10049         is TILEGX_FAULTNUM_REGNUM.
10050         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10051         (tilegx_register_name): Add handling of "faultnum" register.
10052         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10053         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10054         handling of TILEGX_FAULTNUM_REGNUM.
10055         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10056
10057 2013-02-19  Jiong Wang  <jiwang@tilera.com>
10058
10059         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10060         should be aligned to 64bit.
10061
10062 2013-02-19  Kai Tietz  <ktietz@redhat.com>
10063
10064         * windows-nat.c (windows_xfer_memory): Fix debug-output
10065         for LLP64.
10066
10067 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
10068
10069         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10070         Don't check DSP register number if HAVE_DSP is not set.
10071
10072 2013-02-19  Alan Modra  <amodra@gmail.com>
10073
10074         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
10075         throughout file instead.
10076         (build_id_bfd_get): Update to use new elf_tdata build_id field.
10077         Don't xmalloc return value.
10078         (build_id_verify): Similarly.  Don't xfree.
10079         (build_id_to_debug_filename): Update.
10080         (find_separate_debug_file_by_buildid): Update, don't xfree.
10081
10082 2013-02-18  Tom Tromey  <tromey@redhat.com>
10083
10084         PR gdb/15102:
10085         * dwarf2read.c (read_subrange_type): Use result of
10086         'check_typedef'.
10087
10088 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10089
10090         * frame.c: Remove one extra white space after #include
10091         directive.
10092
10093 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10094
10095         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10096
10097 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10098
10099         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10100         and dir commands into an if block.
10101
10102 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
10103
10104         * python/py-breakpoint (struct pybp_code):  Use int instead of
10105         enum type_code.
10106
10107 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
10108             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10109
10110         * NEWS: Mention new field "trace-file".
10111         * tracepoint.c (trace_status_mi): Output "trace-file" field.
10112         (tfile_open): Record the trace file's filename in the trace
10113         status.
10114         (tfile_files_info): Mention the name of the trace file.
10115         Check the "filename" field explicitely.
10116         (trace_status_command): Explicitely check "filename" field.
10117         (trace_find_command): Ditto.
10118         (trace_find_pc_command): Ditto.
10119         (trace_find_tracepoint_command): Ditto.
10120         (trace_find_line_command): Ditto.
10121         (trace_find_range_command): Ditto.
10122         (trace_find_outside_command): Ditto.
10123         * tracepoint.h (struct trace_status) <from_file>: Rename it
10124         to "filename" and make it hold the trace file's filename
10125         instead of a boolean.
10126         * remote.c (remote_get_trace_status): Initialize "filename"
10127         field with NULL instead of 0.
10128
10129 2013-02-15  Yao Qi  <yao@codesourcery.com>
10130
10131         * remote.c: Fix a typo.
10132
10133 2013-02-14  Pierre Muller  <muller@sourceware.org>
10134
10135         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10136
10137 2013-02-14  Pedro Alves  <palves@redhat.com>
10138
10139         * utils.c (savestring): Don't #undef it.  Move function to
10140         common/common-utils.c.
10141         * common/common-utils.c: Include gdb_string.h.
10142         (savestring): Move here from utils.c.
10143         * common/common-utils.h (savestring): Declare.
10144
10145 2013-02-14  Pedro Alves  <palves@redhat.com>
10146
10147         * utils.c (savestring): Rename parameter 'size' to 'len'.
10148
10149 2013-02-14  Pedro Alves  <palves@redhat.com>
10150             Yufeng Zhang  <yufeng.zhang@arm.com>
10151
10152         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
10153         (aarch64_inferior_data, struct aarch64_inferior_data):
10154         Delete.
10155         (struct aarch64_process_info): New.
10156         (aarch64_process_list): New global.
10157         (aarch64_find_process_pid, aarch64_add_process)
10158         (aarch64_process_info_get): New functions.
10159         (aarch64_inferior_data_get): Delete.
10160         (aarch64_process_info_get): New function.
10161         (aarch64_forget_process): New function.
10162         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
10163         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10164         aarch64_get_debug_reg_state.
10165         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10166         instead of linux_nat_iterate_watchpoint_lwps.
10167         (aarch64_linux_new_fork): New function.
10168         (aarch64_linux_child_post_startup_inferior): Use
10169         aarch64_forget_process instead of aarch64_init_debug_reg_state.
10170         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10171         (aarch64_linux_remove_hw_breakpoint)
10172         (aarch64_handle_aligned_watchpoint)
10173         (aarch64_handle_unaligned_watchpoint)
10174         (aarch64_linux_insert_watchpoint)
10175         (aarch64_linux_remove_watchpoint)
10176         (aarch64_linux_stopped_data_address): Adjust to pass the current
10177         process id to aarch64_debug_reg_state.
10178         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10179         linux_nat_new_fork hook, and aarch64_forget_process as
10180         linux_nat_forget_process hook; remove the call to
10181         register_inferior_data_with_cleanup.
10182
10183 2013-02-14  Pedro Alves  <palves@redhat.com>
10184
10185         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10186         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10187         lval_memory.
10188
10189 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
10190             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10191
10192         * tracepoint.h (validate_trace_state_variable_name): Declare.
10193         * tracepoint.c (validate_trace_state_variable_name): New.
10194         (trace_variable_command): Parse the trace state variable's name
10195         without using parse_expression.  Do several validations.
10196         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10197         trace state variable's name with parse_expression.  Validate it.
10198
10199 2013-02-14  Yao Qi  <yao@codesourcery.com>
10200
10201         * infcmd.c (breakpoint_proceeded): Remove it.
10202
10203 2013-02-14  Yao Qi  <yao@codesourcery.com>
10204
10205         * tracepoint.c (end_actions_pseudocommand): Make it static.
10206         (while_stepping_pseudocommand): Likewise.
10207         * tracepoint.h (end_actions_pseudocommand): Remove the
10208         declaration.
10209         (while_stepping_pseudocommand): Likewise.
10210
10211 2013-02-14  Yao Qi  <yao@codesourcery.com>
10212
10213         * cli/cli-decode.c (help_cmd): Remove the declaration of
10214         "cmdlist".
10215         (help_all): Likewise.
10216
10217 2013-02-13  Pedro Alves  <palves@redhat.com>
10218
10219         * amd64-linux-nat.c (update_debug_registers_callback):
10220         Update comment.
10221         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10222         iterate_over_lwps.
10223         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10224         i386_debug_reg_state.
10225         (amd64_linux_new_fork): New function.
10226         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10227         linux_nat_new_fork hook, and i386_forget_process as
10228         linux_nat_forget_process hook.
10229         * i386-linux-nat.c (update_debug_registers_callback):
10230         Update comment.
10231         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10232         iterate_over_lwps.
10233         (i386_linux_prepare_to_resume): Pass the lwp's pid to
10234         i386_debug_reg_state.
10235         (i386_linux_new_fork): New function.
10236         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10237         linux_nat_new_fork hook, and i386_forget_process as
10238         linux_nat_forget_process hook.
10239         * i386-nat.c (i386_init_dregs): Delete.
10240         (i386_inferior_data, struct i386_inferior_data):
10241         Delete.
10242         (struct i386_process_info): New.
10243         (i386_process_list): New global.
10244         (i386_find_process_pid, i386_add_process, i386_process_info_get):
10245         New functions.
10246         (i386_inferior_data_get): Delete.
10247         (i386_process_info_get): New function.
10248         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
10249         (i386_forget_process): New function.
10250         (i386_cleanup_dregs): Rewrite.
10251         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10252         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10253         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10254         (i386_remove_hw_breakpoint): Adjust to pass the current process id
10255         to i386_debug_reg_state.
10256         (i386_use_watchpoints): Don't register inferior data.
10257         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10258         adjust comment.
10259         (i386_forget_process): Declare.
10260         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10261         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10262         New static globals.
10263         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10264         (add_initial_lwp): New, factored out from ...
10265         (add_lwp): ... this.  Don't check the number of lwps before
10266         calling linux_nat_new_thread.
10267         (linux_nat_iterate_watchpoint_lwps): Delete.
10268         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10269         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10270         forks and vforks.
10271         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10272         initial lwp.
10273         (linux_nat_kill, linux_nat_mourn_inferior): Call
10274         linux_nat_forget_process.
10275         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10276         (linux_nat_forget_process): New functions.
10277         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10278         type.
10279         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10280         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10281         types.
10282         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10283         (linux_nat_forget_process): New declarations.
10284
10285         * amd64fbsd-nat.c (super_mourn_inferior): New global.
10286         (amd64fbsd_mourn_inferior): New function.
10287         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10288         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10289
10290 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10291
10292         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10293         Adding _().
10294
10295 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10296
10297         * aarch64-linux-nat.c (debug_reg_change_callback)
10298         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10299         %s and phex().
10300
10301 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10302
10303         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10304         with LONGEST.
10305
10306 2013-02-13  Pedro Alves  <palves@redhat.com>
10307             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10308
10309         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10310
10311 2013-02-12  Tom Tromey  <tromey@redhat.com>
10312
10313         PR symtab/11464:
10314         * c-exp.y (lex_one_token): Initialize other fields of yylval on
10315         NAME return.
10316         (classify_inner_name): Remove 'first_name' argument, add
10317         'context'.  Remove unused variable.
10318         (yylex): Explicitly maintain the context type.  Exit loop earlier
10319         if NAME result is seen.
10320
10321 2013-02-12  Pedro Alves  <palves@redhat.com>
10322
10323         * amd64-darwin-tdep.c: Add (C) after Copyright.
10324         * cli/cli-cmds.h: Ditto.
10325         * cli/cli-decode.c: Ditto.
10326         * cli/cli-decode.h: Ditto.
10327         * cli/cli-dump.c: Ditto.
10328         * cli/cli-dump.h: Ditto.
10329         * cli/cli-interp.c: Ditto.
10330         * cli/cli-logging.c: Ditto.
10331         * cli/cli-script.c: Ditto.
10332         * cli/cli-script.h: Ditto.
10333         * cli/cli-setshow.c: Ditto.
10334         * cli/cli-setshow.h: Ditto.
10335         * cli/cli-utils.c: Ditto.
10336         * cli/cli-utils.h: Ditto.
10337         * config/alpha/nm-osf3.h: Ditto.
10338         * config/djgpp/djconfig.sh: Ditto.
10339         * config/i386/nm-fbsd.h: Ditto.
10340         * config/i386/nm-i386gnu.h: Ditto.
10341         * config/nm-linux.h: Ditto.
10342         * config/nm-nto.h: Ditto.
10343         * config/rs6000/nm-rs6000.h: Ditto.
10344         * config/sparc/nm-sol2.h: Ditto.
10345         * darwin-nat-info.c: Ditto.
10346         * dfp.c: Ditto.
10347         * dfp.h: Ditto.
10348         * gdb-demangle.h: Ditto.
10349         * i386-darwin-nat.c: Ditto.
10350         * i386-darwin-tdep.c: Ditto.
10351         * linux-fork.h: Ditto.
10352         * m32c-tdep.c: Ditto.
10353         * microblaze-linux-tdep.c: Ditto.
10354         * microblaze-rom.c: Ditto.
10355         * microblaze-tdep.c: Ditto.
10356         * microblaze-tdep.h: Ditto.
10357         * mips-linux-tdep.h: Ditto.
10358         * ppc-ravenscar-thread.c: Ditto.
10359         * ppc-ravenscar-thread.h: Ditto.
10360         * prologue-value.c: Ditto.
10361         * prologue-value.h: Ditto.
10362         * ravenscar-thread.c: Ditto.
10363         * ravenscar-thread.h: Ditto.
10364         * sparc-ravenscar-thread.c: Ditto.
10365         * sparc-ravenscar-thread.h: Ditto.
10366         * tilegx-linux-tdep.c: Ditto.
10367         * unwind_stop_reasons.def: Ditto.
10368         * windows-nat.h: Ditto.
10369         * xtensa-linux-tdep.c: Ditto.
10370         * xtensa-xtregs.c: Ditto.
10371         * regformats/regdat.sh: Ditto.
10372         * regformats/regdef.h: Ditto.
10373
10374 2013-02-12  Pedro Alves  <palves@redhat.com>
10375
10376         * break-catch-sig.c: Update copyright years.
10377
10378 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
10379
10380         Add support for a destructor for ui_out data and use it to
10381         provide a ui_out destructor.
10382         * ui-out.h: Declare the new ui_out destructor.
10383         (ui_out_impl): Add a field for data destructor in ui_out_impl.
10384         * ui-out.c (default_data_destroy): Add a default data destructor
10385         which does nothing.
10386         (default_ui_out_impl): Set the new data_destroy field to
10387         default_data_destroy
10388         (uo_data_destroy): Local function which invokes the data
10389         destructor if present.
10390         (clear_table): Local function which clears the table data of a
10391         ui_out object.
10392         (ui_out_destroy): Public function which frees a ui_out object.
10393         (ui_out_table_end): Use the new clear_table function.
10394         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10395         NULL.
10396         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10397         to NULL.
10398
10399 2013-02-11  Doug Evans  <dje@google.com>
10400
10401         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10402         (printf_decfloat): New function.  Broken out from ui_printf.
10403         Remove unnecessary code to shift the entire format string down.
10404         (printf_pointer): New function.
10405         (ui_printf): Code to print C strings, wide C strings, decfloats,
10406         and pointers moved to separate functions.
10407
10408 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10409
10410         * valops.c (value_assign): Handling bitfield offset in
10411         `lval_internalvar_component' case.
10412
10413 2013-02-08  Doug Evans  <dje@google.com>
10414
10415         * common/format.c (parse_format_string): Fix whitespace.
10416
10417 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
10418
10419         * stack.c (return_command): Work around uninitialized variable
10420         warning.
10421
10422 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
10423
10424         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10425         number of the registers from 36 to 34.
10426
10427 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10428
10429         * NEWS: Mention new AArch64 native and target support.
10430
10431 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10432
10433         * MAINTAINERS (Write After Approval): Add myself.
10434
10435 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
10436             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10437             Nigel Stephens  <nigel.stephens@arm.com>
10438             Yufeng Zhang  <yufeng.zhang@arm.com>
10439
10440         * aarch64-linux-nat.c: New file.
10441         * config/aarch64/linux.mh: New file.
10442         * configure.host: Add AArch64.
10443         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10444
10445 2013-02-07  Doug Evans  <dje@google.com>
10446
10447         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10448         disassemble command.
10449
10450 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10451
10452         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10453         set_gdbarch_fetch_tls_load_module_address.
10454
10455 2013-02-06  David S. Miller  <davem@davemloft.net>
10456
10457         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10458         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10459         * value.c (struct_return_convention): New function.
10460         (using_struct_return): Implement in terms of struct_return_convention.
10461         * value.h (struct_return_convention): Declare.
10462         * stack.c (return_command): Allow successful overriding of the return
10463         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10464
10465 2013-02-06  Tom Tromey  <tromey@redhat.com>
10466
10467         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10468         outside of TRY_CATCH.
10469
10470 2013-02-06  Yao Qi  <yao@codesourcery.com>
10471
10472         * mi/mi-interp.c: Include "tracepoint.h".
10473         (mi_tsv_modified): Declare.
10474         (mi_tsv_created, mi_tsv_deleted): Update declaration.
10475         (mi_interpreter_init): Call observer_attach_tsv_modified.
10476         (mi_tsv_modified): New.
10477         (mi_tsv_created, mi_tsv_deleted): Update.
10478         * tracepoint.c (trace_variable_command): Call
10479         observer_notify_tsv_modified if the initial value of tsv is
10480         changed.
10481         (delete_trace_state_variable): Call
10482         observer_notify_tsv_deleted earlier.
10483         (trace_variable_command): Caller update.
10484         (create_tsv_from_upload): Likewise.
10485         * observer.sh: Declare "struct trace_state_variable".
10486
10487         * NEWS: Mention the new MI notification "=tsv-modified".
10488
10489 2013-02-05  Doug Evans  <dje@google.com>
10490
10491         * completer.c (location_completer): Fix typo in comment.
10492
10493 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10494
10495         * breakpoint.c (add_location_to_breakpoint): Insert the location with
10496         ADDRESS sorted.
10497
10498 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10499
10500         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10501         Refactor if statement to avoid trailing || operator.
10502
10503 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
10504
10505         * NEWS: Add PowerPC FreeBSD as a new native configuration.
10506
10507 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
10508
10509         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10510         * configure.host: Add powerpc*-*-freebsd* target.
10511         * configure.tgt: Add target info for powerpc*-*-freebsd*.
10512         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10513         * config/powerpc/fbsd.mh: New file.
10514
10515 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
10516             Denys Vlasenko  <dvlasenk@redhat.com>
10517             Pedro Alves  <palves@redhat.com>
10518
10519         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10520         (struct elf_internal_linux_prpsinfo): Forward declare.
10521         * gdbarch.h, gdbarch.c: Regenerate.
10522         * linux-tdep.c: Include `cli/cli-utils.h'.
10523         (linux_fill_prpsinfo): New function.
10524         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
10525         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10526         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10527         depending on gdbarch pointer bitness.
10528         * ppc-linux-tdep.c: Include elf-bfd.h.
10529         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10530         on 32-bit.
10531
10532 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10533             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10534             Nigel Stephens  <nigel.stephens@arm.com>
10535             Yufeng Zhang  <yufeng.zhang@arm.com>
10536
10537         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10538
10539 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10540             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10541             Nigel Stephens  <nigel.stephens@arm.com>
10542             Yufeng Zhang  <yufeng.zhang@arm.com>
10543
10544         * aarch64-newlib-tdep.c: New file.
10545         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10546         aarch64*-*-elf.
10547         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10548         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10549         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10550         * osabi.c (gdb_osabi_names): Add "Newlib".
10551
10552 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10553             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10554             Nigel Stephens  <nigel.stephens@arm.com>
10555             Yufeng Zhang  <yufeng.zhang@arm.com>
10556
10557         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10558         (ALLDEPFILES): Add aarch64-linux-tdep.c.
10559         * aarch64-linux-tdep.c: New file.
10560         * aarch64-linux-tdep.h: New file.
10561         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10562         * configure.tgt: Add aarch64-none-linux-gnu.
10563
10564 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10565             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10566             Nigel Stephens  <nigel.stephens@arm.com>
10567             Yufeng Zhang  <yufeng.zhang@arm.com>
10568
10569         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10570         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10571         (ALLDEPFILES): Add aarch64-tdep.c.
10572         * aarch64-tdep.c: New file.
10573         * aarch64-tdep.h: New file.
10574         * configure.tgt: Add AArch64.
10575         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10576         (aarch64-expedite): New definition.
10577         * features/aarch64-core.xml: New file.
10578         * features/aarch64-fpu.xml: New file.
10579         * features/aarch64-without-fpu.c: New file (generated).
10580         * features/aarch64-without-fpu.xml: New file.
10581         * features/aarch64.c: New file (generated).
10582         * features/aarch64.xml: New file.
10583         * regformats/aarch64-without-fpu.dat: New file (generated).
10584         * regformats/aarch64.dat: New file (generated).
10585
10586 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10587
10588         * contrib/expect-read1.c: New file.
10589         * contrib/expect-read1.sh: New file.
10590
10591 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10592
10593         * dwarf2read.c (file_file_name): New function with code from
10594         file_full_name.
10595         (file_full_name): Move most of the code to file_file_name.
10596         (macro_start_file): Rename variable full_name to file_name and use
10597         file_file_name for it.  Add comp_dir parameter to new_macro_table.
10598         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
10599         macro_source_file->filename access by macro_source_fullname call.
10600         * macroscope.c (_initialize_macroscope): Update the new_macro_table
10601         caller.
10602         * macrotab.c (struct macro_table): New field comp_dir.
10603         (macro_include): New variables link_fullname and source_fullname.
10604         Replace any macro_source_file->filename access by macro_source_fullname
10605         call.
10606         (macro_lookup_inclusion): Remove the partial filenames checking code.
10607         (check_for_redefinition): New variables source_fullname and
10608         found_key_fullname.  Replace any macro_source_file->filename access by
10609         macro_source_fullname call.
10610         (macro_undef): New variables source_fullname and key_fullname.  Replace
10611         any macro_source_file->filename access by macro_source_fullname call.
10612         (macro_lookup_definition): New variables retval and source_fullname.
10613         Replace any macro_source_file->filename access by macro_source_fullname
10614         call.
10615         (foreach_macro): New variable key_fullname.  Replace any
10616         macro_source_file->filename access by macro_source_fullname call.
10617         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
10618         macro_source_file->filename access by macro_source_fullname call.
10619         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
10620         (macro_source_fullname): New function.
10621         * macrotab.h (struct macro_source_file): Extent the filename field
10622         comment.
10623         (new_macro_table): New parameter comp_dir, add a comment for it.
10624         (macro_source_fullname): new declaration.
10625
10626 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10627
10628         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10629         this_real_name to outer block.  Use it also for
10630         compare_filenames_for_search.
10631         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
10632         with dw2_get_real_path for file_matcher, considering also
10633         BASENAMES_MAY_DIFFER.
10634         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10635
10636 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10637
10638         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10639         to the file_matcher parameter.  Pass 0 to it.
10640         (dwarf2_create_include_psymtab): Copy also DIRNAME.
10641         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10642         NULL psymtab_to_fullname result.
10643         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
10644         an expected filename instead.
10645         (expand_symtabs_matching_via_partial): Add basenames parameter to the
10646         file_matcher parameter.  Call also psymtab_to_fullname, after newly
10647         considering BASENAMES_MAY_DIFFER.
10648         * source.c (rewrite_source_path): Remove static.
10649         * source.h (rewrite_source_path): New declaration.
10650         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10651         the expand_symtabs_matching field.  Comment it.
10652         * symtab.c (file_matches): New function comment.  Add parameter
10653         basenames, implement it.
10654         (search_symbols_file_matches): Add basenames parameter.  Update the
10655         file_matches caller.
10656         (search_symbols): Match FILES also against symtab_to_fullname.
10657         Optimize it for BASENAMES_MAY_DIFFER.
10658
10659 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10660
10661         * source.c (print_source_lines_base): Print for TUI also "fullname".
10662         * tui/tui-data.c (init_content_element): Change tui_locator_element
10663         field to full_name.
10664         * tui/tui-data.h (struct tui_locator_element): Likewise.
10665         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10666         tui_update_locator_filename calls to tui_update_locator_fullname.
10667         Replace symtab->filename refererence by symtab_to_fullname call.
10668         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10669         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10670         field to full_name.  Replace symtab->filename refererence by
10671         symtab_to_fullname call.
10672         (tui_show_symtab_source): Rename parameter to fullname.  Change
10673         tui_locator_element field to full_name.
10674         * tui/tui-stack.c: Include source.h.
10675         (tui_set_locator_filename): Rename the declaration to ...
10676         (tui_set_locator_fullname): ... here.  Rename its parameter to
10677         fullname, updates its comment.
10678         (tui_set_locator_info): Rename its parameter to fullname.
10679         (tui_set_locator_filename): Rename the definition to ...
10680         (tui_set_locator_fullname): ... here.  Rename its parameter to
10681         fullname, updates its comment.  Change tui_locator_element field to
10682         full_name.
10683         (tui_set_locator_info): Rename its parameter to fullname.
10684         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10685         (tui_update_locator_filename): Rename to ...
10686         (tui_update_locator_fullname): ... here. Rename callee to
10687         tui_set_locator_fullname.
10688         (tui_show_frame_info): Replace symtab->filename refererence by
10689         symtab_to_fullname call.
10690         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10691         (tui_update_locator_fullname): ... here.
10692         * tui/tui-winsource.c (tui_display_main): Rename the callee to
10693         tui_update_locator_fullname.  Replace symtab->filename refererence by
10694         symtab_to_fullname call.
10695         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10696         Rename the callee to tui_update_locator_fullname.
10697         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10698
10699 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10700
10701         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10702         by symtab_to_filename_for_display calls.
10703         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10704         (clear_command): New variable sal_fullname, initialize it.  Replace
10705         compare_filenames_for_search by filename_cmp with sal_fullname.
10706         (say_where, update_static_tracepoint): Replace symtab->filename
10707         refererences by symtab_to_filename_for_display calls.
10708         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10709         Likewise.
10710         * dwarf2read.c: Include source.h.
10711         (fixup_go_packaging): Replace symtab->filename refererences by
10712         symtab_to_filename_for_display calls.
10713         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10714         Replace symtab->filename refererences by symtab_to_filename_for_display
10715         calls.
10716         (create_sals_line_offset, convert_linespec_to_sals): New variable
10717         fullname, initialize it, replace symtab->filename reference by the
10718         variable.
10719         * linux-fork.c: Include source.h.
10720         (info_checkpoints_command): Replace symtab->filename refererences by
10721         symtab_to_filename_for_display calls.
10722         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10723         by symtab_to_filename_for_display calls.
10724         * mdebugread.c: Include source.h.
10725         (psymtab_to_symtab_1): Replace symtab->filename refererences by
10726         symtab_to_filename_for_display calls.
10727         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10728         (mi_cmd_file_list_exec_source_files): Likewise.
10729         * printcmd.c: Include source.h.
10730         (build_address_symbolic): Replace symtab->filename refererences by
10731         symtab_to_filename_for_display calls.
10732         * psymtab.c (partial_map_symtabs_matching_filename)
10733         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10734         with psymtab_to_fullname.
10735         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10736         by symtab_to_filename_for_display calls.
10737         (stpy_get_filename): New variable filename, initialize it, use instead
10738         of symtab->filename refererences.
10739         (salpy_str): Make variable filename const char *.  Replace
10740         symtab->filename refererences by symtab_to_filename_for_display calls.
10741         * skip.c: Include source.h and filenames.h.
10742         (skip_file_command): Remove const from the symtab variable.  Replace
10743         symtab->filename refererences by symtab_to_fullname call.
10744         (function_name_is_marked_for_skip): New variables searched_for_fullname
10745         and fullname.  Use them to search also with symtab's fullname.
10746         * source.c (find_source_lines): Replace symtab->filename refererences
10747         by symtab_to_filename_for_display calls.
10748         (print_source_lines_base): New variable filename, use it instead of
10749         symtab->filename.  Replace symtab->filename refererences by
10750         symtab_to_filename_for_display calls.
10751         (line_info, forward_search_command): Replace symtab->filename
10752         refererences by symtab_to_filename_for_display calls.
10753         (reverse_search_command): Replace symtab->filename refererences by
10754         symtab_to_filename_for_display calls.  New variable filename for it.
10755         * stack.c (frame_info): Likewise.
10756         * symmisc.c: Include source.h.
10757         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10758         (maintenance_info_symtabs): Replace symtab->filename refererences by
10759         symtab_to_filename_for_display calls.
10760         * symtab.c (iterate_over_some_symtabs): Call
10761         compare_filenames_for_search also with symtab_to_fullname.
10762         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10763         symtab->filename refererences by symtab_to_filename_for_display calls.
10764         (find_line_symtab): Replace symtab->filename refererences by
10765         symtab_to_filename_for_display calls.
10766         (file_matches): Replace filename_cmp by compare_filenames_for_search.
10767         (print_symbol_info): Make the last parameter const char *.  New
10768         variable s_filename.  Use it in the function.
10769         (symtab_symbol_info): Make the last_filename variable const char *.
10770         Replace symtab->filename refererences by symtab_to_filename_for_display
10771         calls.
10772         (rbreak_command): New variable fullname.  Use it.  Replace
10773         symtab->filename refererence by symtab_to_filename_for_display call.
10774         * tracepoint.c (set_traceframe_context, trace_find_line_command)
10775         (print_one_static_tracepoint_marker): Replace symtab->filename
10776         refererences by symtab_to_filename_for_display calls.
10777         * tui/tui-source.c (tui_set_source_content): New variables filename and
10778         s_filename.  Replace symtab->filename refererences by this variable.
10779         Replace other symtab->filename refererences by
10780         symtab_to_filename_for_display calls.
10781
10782 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10783             Jan Kratochvil  <jan.kratochvil@redhat.com>
10784
10785         Add a new variable that controls a way in which filenames are
10786         displayed.
10787         * NEWS (set filename-display): New entry.
10788         * source.c (filename_display_basename, filename_display_relative)
10789         (filename_display_absolute, filename_display_kind_names)
10790         (filename_display_string, show_filename_display_string)
10791         (symtab_to_filename_for_display): New.
10792         (_initialize_source): Added initialization of 'filename-display'
10793         variable.
10794         * source.h (symtab_to_filename_for_display): Added declaration.
10795         * stack.c (print_frame): Added new variable and calling of a new
10796         function and condition with this variable. Changed third argument of
10797         calling of a function.
10798
10799 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10800
10801         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10802         Rename field reference filename to fullname.
10803         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10804         fullname.  New comment for it.
10805         * tui/tui-source.c (tui_set_source_content): Rename field reference
10806         filename to fullname.  Initialize field by symtab_to_fullname now.
10807         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10808         reference filename to fullname.  Use symtab_to_fullname during
10809         comparison.
10810
10811 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10812
10813         Code cleanup.
10814         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10815         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10816         filename to fullname.  Rename variable this_name to this_fullname.
10817         Lowercase FILENAME_CMP call.
10818         (dw2_find_symbol_file): New comment for the returned string.
10819         (dwarf2_gdb_index_functions): Rename the function to
10820         dw2_expand_symtabs_with_fullname.
10821         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10822         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10823         fullname.
10824         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10825         * symfile.h (struct quick_symbol_functions): Rename field
10826         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10827         parameter filename to fullname.  Document returned string meaning for
10828         find_symbol_file.
10829         * symtab.c (find_line_symtab): Rename the called function to
10830         expand_symtabs_with_fullname.
10831
10832 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10833
10834         Code cleanup.
10835         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10836         call of filename_cmp with compare_filenames_for_search.
10837         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10838         is_abs, unify the call of FILENAME_CMP with
10839         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10840         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10841         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10842         * symfile.h (struct quick_symbol_functions): Extend the comment for
10843         map_symtabs_matching_filename.
10844         * symtab.c (compare_filenames_for_search): Remove the function comment
10845         relative path requirement.  Handle absolute filenames, with a comment.
10846         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10847         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10848         real_path and name.  Unify the call of compare_filenames_for_search
10849         with FILENAME_CMP.
10850         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10851
10852 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10853
10854         Code cleanup.
10855         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10856         source_file references by symtab field references.  Remove variables
10857         sal and fullname.
10858         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10859         (clear_command, say_where): Replace bp_location field source_file
10860         references by symtab field references.
10861         (bp_location_dtor): Remove the source_file reference.
10862         (update_static_tracepoint): Replace bp_location field source_file
10863         references by symtab field references.
10864         (breakpoint_free_objfile): New function.
10865         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10866         Replace the field source_file by field symtab, extend its comment.
10867         (breakpoint_free_objfile): New declaration.
10868         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10869         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10870         field source_file references by symtab field references.
10871
10872 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10873
10874         Replace xfullpath calls by gdb_realpath calls.
10875         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10876         function comment.
10877         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10878         Remove it from the iterate_over_some_symtabs call.
10879         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10880         Remove it from the dw2_map_expand_apply calls, remove a block handling
10881         it.
10882         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10883         Remove it from the iterate_over_some_symtabs call.
10884         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10885         Remove it from the partial_map_expand_apply calls, remove a block
10886         handling it.  Drop gdb_realpath call and cleanups from the real_path
10887         handling.
10888         * source.c (openp): Drop the comment part about xfullpath.  Replace
10889         xfullpath calls by gdb_realpath calls.
10890         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10891         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10892         from method map_symtabs_matching_filename and its comment.
10893         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10894         gdb_realpath call.
10895         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10896         remove it also from the function comment, remove a block handling it.
10897         Drop gdb_realpath call and cleanups from the real_path handling.
10898         (iterate_over_symtabs): Drop variable full_path and its use.
10899         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10900         * utils.c (xfullpath): Remove.
10901         * utils.h (xfullpath): Remove.
10902
10903 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10904
10905         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10906         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10907         (ALLDEPFILES): Add ppc64-tdep.c.
10908         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10909         ppc64-tdep.o to gdb_target_obs.
10910         * ppc64-tdep.h: New file.
10911         * ppc64-tdep.c: New file.
10912         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10913         ppc-linux-tdep.c to here.
10914         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10915         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10916         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10917         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10918         from ppc-linux-tdep.c to here.
10919         (ppc64_convert_from_func_ptr_addr): Rename from
10920         ppc64_linux_convert_from_func_ptr_addr to
10921         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10922         here.
10923         * rs6000-tdep.c:
10924         (read_insn): Move from ppc-linux-tdep.c to here.
10925         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10926         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10927         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10928         Removed above functions.
10929         (ppc_linux_init_abi): Adjust.
10930
10931 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10932
10933         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10934
10935 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10936
10937         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10938
10939 2013-02-01  Pedro Alves  <palves@redhat.com>
10940
10941         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10942         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10943
10944 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10945
10946         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10947         files with no separate debug info.
10948         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10949         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10950         only for files with no separate debug info.
10951
10952 2013-01-31  Tom Tromey  <tromey@redhat.com>
10953
10954         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10955         change type.
10956         (struct jit_program_space_data): Rename from jit_inferior_data.
10957         Update comments.
10958         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10959         Change return type.  Attach data to program space.
10960         (jit_program_space_data_cleanup): Rename from
10961         jit_inferior_data_cleanup; change argument type.
10962         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10963         change type.
10964         (jit_register_code): Update.
10965         (jit_update_inferior_cache): Remove.
10966         (jit_breakpoint_deleted): Get jit data from the location's program
10967         space.
10968         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10969         'ps_data', change type.
10970         (jit_inferior_init, jit_breakpoint_re_set_internal)
10971         (jit_event_handler): Update.
10972         (free_objfile_data): Get data from objfile's program space.
10973         (_initialize_jit): Update.
10974
10975 2013-01-31  Tom Tromey  <tromey@redhat.com>
10976
10977         PR gdb/13987:
10978         * jit.c (struct jit_inferior_data) <cached_code_address,
10979         jit_breakpoint>: New fields.
10980         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10981         breakpoint if cached address has changed.
10982         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10983         functions.
10984         (_initialize_jit): Register breakpoint deleted observer.
10985
10986 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10987
10988         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10989         (save_infcall_suspend_state): Ifdef out unused inf.
10990         (restore_infcall_suspend_state): Ifdef out unused inf.
10991         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10992         (jit_frame_sniffer): Remove unused inf_data.
10993
10994 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10995
10996         * c-exp.y (classify_inner_name): Remove unused type.
10997         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10998         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10999         need_escape.
11000         (c_get_string): Remove unused kind.
11001         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11002
11003 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11004
11005         * charset.c (intermediate_encoding): Remove unused i.
11006         * completer.c (signal_completer): Remove unused i.
11007         * continuations.c (discard_my_continuations_1): Remove unused
11008         continuation_ptr.
11009         * corelow.c (core_close): Remove unuseD name.
11010         (get_core_siginfo): Remove unused pid.
11011         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11012         i, cps.
11013         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11014         (loclist_describe_location): Remove unused first.
11015         * event-top.c (command_line_handler): Remove unused got_eof.
11016         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11017         (resize_section_table): Remove unused old_value.
11018         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11019         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11020         * i386-tdep.c (i386_process_record): Remove unused rex.
11021         * infcmd.c (get_return_value): Remove unused uiout.
11022         * jv-lang.c (type_from_class): Remove unused is_array.
11023         * jv-valprint.c (java_val_print): Remove unused i.
11024         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11025         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11026         * m2-typeprint.c (m2_print_type): Remove unused code.
11027         * macroexp.c (get_character_constant): Remove unused body_start.
11028         (macro_stringify): Remove unused result.
11029         * objc-lang.c (find_methods): Remove unused gdbarch.
11030         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11031         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11032         * stack.c (print_frame_args): Remove unused summary.
11033         * thread.c (thread_apply_command): Remove unused p.
11034         * valarith.c (value_x_unop): Remove unused mangle_ptr.
11035         * valops.c (search_struct_method): Remove unused skip.
11036         * valprint.c (generic_val_print): Remove unused byte_order.
11037         * varobj.c (varobj_update): Remove unused changed.
11038         * cli/cli-cmds.c (complete_command): Remove unused next_item.
11039         (alias_command): Remove unused c.
11040         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11041         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11042         format.
11043         (mi_cmd_data_write_memory): Remove unused word_format.
11044         (mi_cmd_data_write_memory_bytes): Remove unused r.
11045         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11046         p_start, p_end.
11047         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11048         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11049         line_width.
11050
11051 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11052
11053         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11054         * symtab.c (iterate_over_symtabs): Remove unused s.
11055         (find_pc_sect_symtab): Remove unused pspAce.
11056         (find_pc_sect_line): Remove unused alt_symtab.
11057         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11058         (completion_list_add_name): Remove unused newsize.
11059
11060 2013-01-31  Tom Tromey  <tromey@redhat.com>
11061
11062         PR c++/14998:
11063         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11064         TYPE_CODE_FUNC.
11065
11066 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11067
11068         * target.c (target_read_string): Remove unused origlen.
11069
11070 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11071
11072         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11073         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11074         * ax-general.c (ax_print): Remove unused is_float.
11075         * blockframe.c (block_innermost_frame): Remove unused start, end.
11076         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11077
11078 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
11079
11080         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11081         (svr4_read_so_list): Remove unused lmo.
11082         * solib-target.c (solib_target_relocate_section_addresses): Remove
11083         unused flags.
11084
11085 2013-01-30  Tom Tromey  <tromey@redhat.com>
11086
11087         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11088
11089 2013-01-30  Tom Tromey  <tromey@redhat.com>
11090
11091         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11092         * utils.c (gnu_debuglink_crc32): Remove.
11093         * utils.h (gnu_debuglink_crc32): Don't declare.
11094
11095 2013-01-30  Tom Tromey  <tromey@redhat.com>
11096
11097         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11098         (read_structure_type, read_enumeration_type): Remove cast.
11099
11100 2013-01-30  Tom Tromey  <tromey@redhat.com>
11101
11102         * dwarf2read.c (read_namespace_type): Remove cast.
11103         (read_typedef): Likewise.
11104
11105 2013-01-29  Tom Tromey  <tromey@redhat.com>
11106
11107         * dwarf2read.c (free_dwo_file): Remove assert.
11108
11109 2013-01-29  Tom Tromey  <tromey@redhat.com>
11110
11111         * value.c (deprecated_set_value_modifiable): Remove.
11112         * value.h (deprecated_set_value_modifiable): Remove.
11113
11114 2013-01-28  Doug Evans  <dje@google.com>
11115
11116         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11117         to addresses from dwo files.
11118
11119 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
11120
11121         * valops.c (find_overload_match): Remove unused argument 'lax'.
11122         * value.h: Remove unused argument 'lax' from the declaration of
11123         find_overload_match.
11124         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11125         to find_overload_match.
11126         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11127         argument to find_overload_match.
11128
11129 2013-01-25  Tom Tromey  <tromey@redhat.com>
11130
11131         * dwarf2read.c (processing_has_namespace_info): Remove.
11132         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11133         (process_die, read_func_scope, dwarf2_start_symtab)
11134         (new_symbol_full): Update.
11135
11136 2013-01-25  Tom Tromey  <tromey@redhat.com>
11137
11138         * cp-namespace.c (cp_set_block_scope): Remove.
11139         * cp-support.h (cp_set_block_scope): Remove.
11140         * dbxread.c: Include block.h.
11141         (cp_set_block_scope): New function.
11142         (process_one_symbol): Update.
11143         * dwarf2read.c (read_func_scope): Use block_set_scope.
11144
11145 2013-01-25  Pedro Alves  <palves@redhat.com>
11146
11147         * remote.c (add_current_inferior_and_thread): Tweak comment.
11148
11149 2013-01-25  Tom Tromey  <tromey@redhat.com>
11150
11151         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
11152         (cp_add_using_directive): Add 'copy_names' argument.
11153         * cp-support.h (cp_add_using_directive): Update.
11154         (struct using_direct) <import_src, import_dest, alias,
11155         declaration>: Now const.
11156         * dwarf2read.c (read_import_statement): Use obconcat.
11157         Don't copy names passed to cp_add_using_directive.
11158
11159 2013-01-25  Tom Tromey  <tromey@redhat.com>
11160
11161         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
11162
11163 2013-01-25  Pedro Alves  <palves@redhat.com>
11164
11165         * remote.c (stop_reply_extract_thread): New.
11166         (add_current_inferior_and_thread): New parameter 'wait_status'.
11167         Handle it.
11168         (remote_start_remote): Pass wait status to
11169         add_current_inferior_and_thread.
11170         (extended_remote_run): Update comment.
11171         (extended_remote_create_inferior_1): Pass wait status to
11172         add_current_inferior_and_thread.
11173
11174 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
11175             Ulrich Weigand  <uweigand@de.ibm.com>
11176
11177         * valarith.c (value_vector_widen): New function for replicating a
11178         scalar into a vector.
11179         (value_binop): Use value_vector_widen to widen scalar to vector
11180         rather than casting, this better matches gcc C behaviour.
11181         * valops.c (value_casst): Update logic for casting between vector
11182         types, and for casting from scalar to vector, try to match gcc C
11183         behaviour.
11184         * value.h (value_vector_widen): Declare.
11185         * opencl-lang.c (opencl_value_cast): New opencl specific casting
11186         function, handle special case for casting scalar to vector.
11187         (opencl_relop): Use opencl_value_cast.
11188         (evaluate_subexp_opencl): Use opencl_value_cast instead of
11189         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11190         in order to use opencl_value_cast.
11191
11192 2013-01-25  Yao Qi  <yao@codesourcery.com>
11193
11194         * event-loop.c: Include "queue.h".
11195         (gdb_event_p): New typedef.
11196         (DECLARE_QUEUE_P): Use.
11197         (DEFINE_QUEUE_P): Use.
11198         (async_queue_event): Remove.
11199         (gdb_event_xfree): New.
11200         (initialize_event_loop): New.
11201         (process_event): Use QUEUE macros.
11202         (event_queue): Remove.
11203         (gdb_wait_for_event): Caller update.
11204         (check_async_event_handlers): Likewise.
11205         (poll_timers): Likewise.
11206         * event-loop.h (initialize_event_loop): Declare.
11207         * event-loop.c (gdb_event_xfree): New.
11208         * top.c (gdb_init): Call initialize_event_loop.
11209
11210 2013-01-25  Yao Qi  <yao@codesourcery.com>
11211
11212         * event-loop.c (async_queue_event): Remove one parameter
11213         'position'.  Remove code handling 'position' == TAIL.
11214         (gdb_wait_for_event): Caller update.
11215         (check_async_event_handlers): Caller update.
11216         (poll_timers): Caller update.
11217         * event-loop.h (enum queue_position): Remove.
11218
11219 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
11220
11221         * MAINTAINERS: Update my email.
11222
11223 2013-01-25  Yao Qi  <yao@codesourcery.com>
11224
11225         * main.c (print_gdb_help): Remove "--epoch" from the help
11226         message.
11227
11228 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
11229
11230         * symtab.c (skip_prologue_using_sal): Consider a file
11231         change the same as an increased line number
11232
11233 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11234
11235         * MAINTAINERS (Write After Approval): Add myself to the list.
11236
11237 2013-01-24  Tom Tromey  <tromey@redhat.com>
11238
11239         * ada-lang.h (ada_decode_symbol): Make return type const.
11240         * ada-lang.c (ada_decode_symbol): Likewise.
11241
11242 2013-01-23  Doug Evans  <dje@google.com>
11243
11244         * linespec.c (find_linespec_symbols): Make static.
11245
11246 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11247
11248         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11249         type on float conversion for complex type.
11250
11251 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
11252
11253         Add a new class gdb.Architecture which exposes GDB's
11254         internal representation of architecture via GDB Python API.
11255         * Makefile.in: Add entries corresponding to the new file
11256         python/py-arch.c.
11257         * NEWS (Python Scripting): Add entries for the new class
11258         gdb.Architecture and the new method gdb.Frame.architecture.
11259         * python/py-arch.c: Implement gdb.Architecture class.
11260         * python/py-frame.c (frapy_arch): Implement the method
11261         gdb.Frame.architecture().
11262         (frame_object_methods): Add 'architecture' to the method table.
11263         * python/python-internal.h: Add declarations of new utility
11264         functions.
11265         * python/python.c (_initialize_python): Initialize
11266         gdb.Architecture class.
11267
11268 2013-01-23  Doug Evans  <dje@google.com>
11269
11270         Work around binutils/15021.
11271         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11272         type_unit_group out of union s.  All uses updated.
11273         (read_index_from_section): Watch for index version 8.
11274         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11275         an imported symtab.
11276         (write_psymtabs_to_index): Increment version number to 8.
11277
11278 2013-01-22  Pedro Alves  <palves@redhat.com>
11279
11280         * annotate.c (breakpoint_changed): Skip if breakpoint is not
11281         user-visible.
11282
11283 2013-01-22  Pedro Alves  <palves@redhat.com>
11284
11285         * annotate.c (annotate_breakpoints_changed): Rename to ...
11286         (annotate_breakpoints_invalid): ... this.  Make static.
11287         (breakpoint_changed): Adjust.
11288         (_initialize_annotate): Always install the observers.  Install a
11289         "breakpoint_created" observer.
11290         * annotate.h (annotate_breakpoints_changed): Delete declaration.
11291         * breakpoint.c (set_breakpoint_condition)
11292         (breakpoint_set_commands, do_map_commands_command)
11293         (init_raw_breakpoint, clear_command, set_ignore_count)
11294         (enable_breakpoint_disp): No longer call
11295         annotate_breakpoints_changed.
11296
11297 2013-01-22  Pedro Alves  <palves@redhat.com>
11298
11299         * annotate.c: Include "inferior.h".
11300         (frames_invalid_emitted)
11301         (breakpoints_invalid_emitted): New globals.
11302         (async_background_execution_p): New function.
11303         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11304         emitting the annotation if it has already been emitted.
11305         (annotate_display_prompt): New function.
11306         * annotate.h (annotate_display_prompt): New declaration.
11307         * event-top.c: Include annotate.h.
11308         (display_gdb_prompt): Call annotate_display_prompt.
11309
11310 2013-01-22  Pedro Alves  <palves@redhat.com>
11311
11312         * annotate.c (ignore_count_changed): Delete.
11313         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11314         (annotate_ignore_count_change): Delete.
11315         (annotate_stopped): Don't emit a delayed breakpoints-changed
11316         annotation.
11317         * annotate.h (annotate_ignore_count_change): Delete.
11318         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11319         annotate_ignore_count_change.
11320
11321 2013-01-22  Tom Tromey  <tromey@redhat.com>
11322
11323         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11324         require_rvalue for a register location.
11325
11326 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
11327
11328         * breakpoint.c (print_one_breakpoint_location): Add MI
11329         field 'thread-groups' when printing a breakpoint.
11330         (output_thread_groups): New function.
11331
11332 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
11333
11334         * python/lib/gdb/commands/explore.py
11335         (CompoundExplorer.explore_expr): Correct the name of a method
11336         being invoked.
11337         (ExploreTypeCommand.invoke): Add a missing 'return'.
11338
11339 2013-01-21  Tom Tromey  <tromey@redhat.com>
11340
11341         * gdb_obstack.h (obconcat): Move declaration here, from...
11342         * symfile.h (obconcat): ... here.
11343         * gdb_obstack.c: New file.
11344         (obconcat): Move from...
11345         * symfile.c (obconcat): ... here.
11346         * Makefile.in (SFILES): Add gdb_obstack.c.
11347         (COMMON_OBS): Add gdb_obstack.o.
11348
11349 2013-01-21  Tom Tromey  <tromey@redhat.com>
11350
11351         * symfile.h (obsavestring): Don't declare.
11352         * symfile.c (obsavestring): Remove.
11353         * ada-exp.y: Use obstack_copy0, not obsavestring.
11354         * ada-lang.c: Use obstack_copy0, not obsavestring.
11355         * coffread.c: Use obstack_copy0, not obsavestring.
11356         * cp-namespace.c: Use obstack_copy0, not obsavestring.
11357         * dbxread.c: Use obstack_copy0, not obsavestring.
11358         * dwarf2read.c: Use obstack_copy0, not obsavestring.
11359         * jit.c: Use obstack_copy0, not obsavestring.
11360         * mdebugread.c: Use obstack_copy0, not obsavestring.
11361         * psymtab.c: Use obstack_copy0, not obsavestring.
11362         * stabsread.c: Use obstack_copy0, not obsavestring.
11363         * xcoffread.c: Use obstack_copy0, not obsavestring.
11364
11365 2013-01-21  Tom Tromey  <tromey@redhat.com>
11366
11367         * dwarf2read.c (fixup_go_packaging): Save package name
11368         on objfile obstack.
11369         * gdbtypes.c (init_type): Don't copy name.
11370
11371 2013-01-21  Tom Tromey  <tromey@redhat.com>
11372
11373         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11374         const.
11375         (struct attribute) <u.str>: Now const.
11376         (struct fnfieldlist) <name>: Now const.
11377         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11378         (partial_die_parent_scope): Make return type const.
11379         (partial_die_full_name, add_partial_symbol): Update.
11380         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11381         'name' const.
11382         (find_file_and_directory): Make 'name' and 'comp_dir' const.
11383         (read_file_scope, read_func_scope, dwarf2_add_field)
11384         (dwarf2_add_member_fn, read_structure_type)
11385         (process_enumeration_scope, read_array_type, read_module_type)
11386         (read_base_type, read_subrange_type): Update.
11387         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11388         (new_symbol_full, guess_full_die_structure_name): Update.
11389         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
11390         (dwarf2_name): Return const type.
11391         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11392         const.
11393
11394 2013-01-21  Tom Tromey  <tromey@redhat.com>
11395
11396         * gdbtypes.c (init_type): Make 'name' const.
11397         * gdbtypes.h (init_type): Update.
11398
11399 2013-01-21  Tom Tromey  <tromey@redhat.com>
11400
11401         * buildsym.c (patch_subfile_names): Use set_last_source_file.
11402         (start_symtab): Make 'name' and 'dirname' const.  Use
11403         set_last_source_file.
11404         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11405         (last_source_file): Define.  Now static.
11406         (set_last_source_file, get_last_source_file): New functions.
11407         * buildsym.h (last_source_file): Don't declare.
11408         (start_symtab): Update.
11409         (set_last_source_file, get_last_source_file): Declare.
11410         * coffread.c (complete_symtab): Use set_last_source_file.
11411         (coff_end_symtab): Likewise.
11412         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11413         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11414         set_last_source_file.
11415         (process_one_symbol): Use get_last_source_file.
11416         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11417         (psymtab_to_symtab_1): Use get_last_source_file.
11418         * xcoffread.c (process_linenos): Use get_last_source_file.
11419         (complete_symtab): Use set_last_source_file.
11420         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11421         (scan_xcoff_symtab): Use set_last_source_file.
11422
11423 2013-01-21  Tom Tromey  <tromey@redhat.com>
11424
11425         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11426         (symbol_set_names): Remove casts.  Handle field const-ness.
11427
11428 2013-01-21  Tom Tromey  <tromey@redhat.com>
11429
11430         * dwarf2read.c (new_symbol_full): Remove cast.
11431         * symtab.c (symbol_set_demangled_name): Make 'name' const.
11432         * symtab.h (symbol_set_demangled_name): Update.
11433
11434 2013-01-21  Tom Tromey  <tromey@redhat.com>
11435
11436         * main.c (captured_main): Call bfd_init.
11437
11438 2013-01-21  Tom Tromey  <tromey@redhat.com>
11439
11440         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11441         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11442         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11443         * NEWS: Update.
11444
11445 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11446
11447         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11448
11449 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11450
11451         Fix gdb.fortran/common-block.exp crash in PIE mode.
11452         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11453         LOC_COMMON_BLOCK.
11454         * f-valprint.c (info_common_command_for_block): Expect
11455         LOC_COMMON_BLOCK in gdb_assert.
11456         * symtab.h (struct general_symbol_info): Update comment for the
11457         common_block member.
11458         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11459         (enum address_class): New member LOC_COMMON_BLOCK.
11460
11461 2013-01-18  David Blaikie  <dblaikie@gmail.com>
11462
11463         * MAINTAINERS (Write After Approval): Add "David Blaikie".
11464
11465 2013-01-18  Tom Tromey  <tromey@redhat.com>
11466
11467         PR c++/14999:
11468         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11469         Call require_rvalue.
11470
11471 2013-01-18  Yao Qi  <yao@codesourcery.com>
11472
11473         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11474         (dbx_read_symtab): New declaration.
11475         (dbx_psymtab_to_symtab): Delete.
11476         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11477         Rename parameter PST to SELF.  Exchanged two parameters.
11478         (start_psymtab): Caller update.
11479         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11480         (dwarf2_read_symtab): New declaration.
11481         (dwarf2_psymtab_to_symtab): Delete.
11482         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11483         Rename parameter PST to SELF.  Exchanged two parameters.
11484         (create_partial_symtab): Caller update.
11485         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11486         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11487         Rename parameter PST to SELF.  Exchanged two parameters.
11488         (parse_partial_symbols, new_psymtab): Caller update.
11489         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11490         two parameters.
11491         * psymtab.c (psymtab_to_symtab): Caller update.
11492         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11493         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11494         Rename parameter PST to SELF.  Exchanged two parameters.
11495         (xcoff_start_psymtab): Caller update.
11496
11497 2013-01-18  Yao Qi  <yao@codesourcery.com>
11498
11499         * infrun.c (proceed): Rename local variable 'oneproc' to
11500         'force_step'.
11501
11502 2013-01-17  Doug Evans  <dje@google.com>
11503
11504         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11505         (dw2_build_type_unit_groups): Delete.  All uses updated.
11506
11507         * symtab.h (struct symbol_search): Add comment.
11508
11509 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11510
11511         * symtab.c (compare_filenames_for_search): New comment for
11512         HAS_DRIVE_SPEC.
11513
11514 2013-01-17  Tom Tromey  <tromey@redhat.com>
11515
11516         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11517
11518 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11519
11520         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11521         initialize it by existing make_cleanup.  Call new do_cleanups.
11522
11523 2013-01-17  Tom Tromey  <tromey@redhat.com>
11524
11525         * cp-abi.c (cp_abi_completer): New function.
11526         (_initialize_cp_abi): Set completer for "set cp-abi".
11527
11528 2013-01-17  Tom Tromey  <tromey@redhat.com>
11529
11530         * mem-break.c: Remove obsolete comment.
11531         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11532
11533 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11534
11535         * jit.c (jit_reader_load_command): Interpret the jit reader name
11536         as an absolute path if it begins with a forward slash.
11537
11538 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11539
11540         PR gdb/14550
11541
11542         * jit.c (finalize_symtab): Ensure that only the global block has a
11543         NULL superblock.
11544
11545 2013-01-17  Pedro Alves  <palves@redhat.com>
11546
11547         * acinclude.m4: Include ../config/plugins.m4,
11548         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
11549         * Makefile.in (aclocal_m4_deps): Update.
11550         * aclocal.m4: Renegerate.
11551
11552 2013-01-16  Doug Evans  <dje@google.com>
11553
11554         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11555
11556 2013-01-16  Pedro Alves  <palves@redhat.com>
11557             Tom Tromey  <tromey@redhat.com>
11558
11559         PR cli/7221:
11560         * NEWS: Add "catch signal".
11561         * breakpoint.c (base_breakpoint_ops): No longer static.
11562         (bpstat_explains_signal): New function.
11563         (init_catchpoint): No longer static.
11564         (base_breakpoint_explains_signal): New function.
11565         (base_breakpoint_ops): Initialize new field.
11566         * breakpoint.h (enum bpstat_signal_value): New.
11567         (struct breakpoint_ops) <explains_signal>: New field.
11568         (bpstat_explains_signal): Remove macro, declare as function.
11569         (base_breakpoint_ops, init_catchpoint): Declare.
11570         * break-catch-sig.c: New file.
11571         * inferior.h (signal_catch_update): Declare.
11572         * infrun.c (signal_catch): New global.
11573         (handle_syscall_event): Update for change to
11574         bpstat_explains_signal.
11575         (handle_inferior_event): Likewise.  Always handle random signals
11576         via bpstats.
11577         (signal_cache_update): Check signal_catch.
11578         (signal_catch_update): New function.
11579         (_initialize_infrun): Initialize signal_catch.
11580         * Makefile.in (SFILES): Add break-catch-sig.c.
11581         (COMMON_OBS): Add break-catch-sig.o.
11582
11583 2013-01-16  Tom Tromey  <tromey@redhat.com>
11584
11585         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11586         (print_one_catch_solib, print_one_catch_syscall)
11587         (print_one_catch_exec, print_one_exception_catchpoint): Emit
11588         "catch-type".
11589
11590 2013-01-16  Yao Qi  <yao@codesourcery.com>
11591
11592         * printcmd.c (current_display_number): Make it static.
11593
11594 2013-01-16  Yao Qi  <yao@codesourcery.com>
11595
11596         * infcmd.c (step_once): Don't check '!single_inst' as it was
11597         checked before.
11598
11599 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11600
11601         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11602
11603 2013-01-14  Tom Tromey  <tromey@redhat.com>
11604
11605         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11606         set command.
11607         * command.h (add_setshow_string_noescape_cmd): Update.
11608         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11609         (complete_set_gnutarget): New function.
11610         (_initialize_core): Set the "set gnutarget" completer.
11611
11612 2013-01-14  Tom Tromey  <tromey@redhat.com>
11613
11614         PR symtab/14442:
11615         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11616         (c_type_print_modifier): Likewise.
11617         * dwarf2read.c (read_tag_restrict_type): New function.
11618         (read_type_die_1): Handle DW_TAG_restrict_type.
11619         * gdbtypes.c (make_restrict_type): New function.
11620         (recursive_dump_type): Handle TYPE_RESTRICT.
11621         * gdbtypes.h (enum type_flag_values): Renumber.
11622         (enum type_instance_flag_value): Add
11623         TYPE_INSTANCE_FLAG_RESTRICT.
11624         (TYPE_RESTRICT): New macro.
11625         (make_restrict_type): Declare.
11626
11627 2013-01-14  Tom Tromey  <tromey@redhat.com>
11628
11629         PR symtab/14931:
11630         * psymtab.c (struct psymtab_state): New.
11631         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11632         functions.
11633         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11634         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11635
11636 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
11637             Pedro Alves  <palves@redhat.com>
11638
11639         PR remote/14786
11640
11641         * remote.c (remote_threads_info): Make a copy of the reply from
11642         qfThreadInfo and use that instead of rs->buf.
11643
11644 2013-01-14  Yao Qi  <yao@codesourcery.com>
11645
11646         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11647         (dbx_psymtab_to_symtab): Likewise.
11648         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11649         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11650         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11651
11652 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11653
11654         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
11655         make_cleanup_restore_current_language.  Call set_language.  Move
11656         OLD_CHAIN and INNER_CHAIN cleanups.
11657         * utils.c (do_restore_current_language)
11658         (make_cleanup_restore_current_language): New functions.
11659         * utils.h (make_cleanup_restore_current_language): New declaration.
11660
11661 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11662
11663         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11664         non-existing files.
11665
11666         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11667         non-existing files if FILENAME is already absolute.
11668
11669 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11670
11671         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11672         fputs_filtered.  Append trailing newline.
11673
11674 2013-01-11  Yao Qi  <yao@codesourcery.com>
11675             Stan Shebs  <stan@codesourcery.com>
11676
11677         * psymtab.c (init_psymbol_list): Clarify the comment.
11678
11679 2013-01-11  Yao Qi  <yao@codesourcery.com>
11680
11681         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11682         (update_dprintf_command_list): Assert that 'printf_line' is
11683         non-null.  Remove condition check.
11684
11685 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11686
11687         Code cleanup.
11688         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11689         type const char *.
11690         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11691         const char *.
11692         * tui/tui-source.h (tui_source_is_displayed): Likewise.
11693
11694 2013-01-09  Anthony Green  <green@moxielogic.com>
11695
11696         * cp-abi.c (cplus_print_vtable): Don't return value from void
11697         function.
11698         * ada-lang.c (re_set_catch_assert): Ditto.
11699
11700 2013-01-09  Doug Evans  <dje@google.com>
11701
11702         * symfile.h (quick_symbol_functions): Delete member
11703         pre_expand_symtabs_matching.  All uses removed.
11704         * dwarf2read.c (dw2_lookup_symbol): Implement.
11705         (dw2_do_expand_symtabs_matching): Delete.
11706         (dw2_pre_expand_symtabs_matching): Delete.
11707         (struct dw2_symtab_iterator): New type.
11708         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11709         (dw2_expand_symtabs_for_function): Rewrite.
11710         (dwarf2_gdb_index_functions): Update.
11711         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11712         (psym_functions): Update.
11713
11714 2013-01-09  Tom Tromey  <tromey@redhat.com>
11715
11716         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11717         * configure: Rebuild.
11718         * configure.ac: Add somread.o to the build if BFD has SOM
11719         support.
11720         * somread.c: Include som/aout.h, not syms.h.
11721         (som_symtab_read): Use som_external_symbol_dictionary_record.
11722         Unpack records manually.
11723         (_initialize_somread): Declare.
11724
11725 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
11726
11727         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11728         Cast return_address to 64bits.
11729
11730 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
11731
11732         * printcmd.c: Remove define of function output_command.
11733         * tracepoint.c: Remove extern of function output_command.
11734         * valprint.h: (output_command): New extern.
11735
11736 2013-01-07  Tom Tromey  <tromey@redhat.com>
11737
11738         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11739         Remove.
11740         (objc_language_defn): Use c_printchar, c_printstr,
11741         c_emit_char.
11742
11743 2013-01-07  Tom Tromey  <tromey@redhat.com>
11744
11745         PR cli/7719:
11746         * NEWS: Update.
11747         * ada-valprint.c (printstr, print_field_values): Remove
11748         "inspect_it" code.
11749         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11750         code.
11751         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11752         code.
11753         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11754         * main.c (captured_main): Remove "epoch" argument.
11755         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11756         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11757         * p-valprint.c (pascal_object_print_value_fields): Remove
11758         "inspect_it" code.
11759         * printcmd.c (print_command_1): Remove 'inspect' argument.
11760         (print_command, call_command): Update.
11761         (inspect_command): Remove.
11762         (_initialize_printcmd): Make "inspect" an alias for "print".
11763         * top.c (epoch_interface): Remove.
11764         * top.h (epoch_interface): Remove.
11765         * valprint.c (user_print_options): Update.
11766         (print_converted_chars_to_obstack): Remove "inspect_it" code.
11767         * valprint.h (struct value_print_options) <inspect_it>: Remove
11768         field.
11769
11770 2013-01-04  Tom Tromey  <tromey@redhat.com>
11771
11772         * valprint.h (read_string): Add 'extern'.
11773
11774 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
11775
11776         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11777         used to decide whether to define darwin_read_dyld_info or not.
11778
11779 2013-01-03  Pierre Muller  <muller@sourceware.org>
11780
11781         * main.c (relocate_gdb_directory): Avoid calling stat function
11782         if DIR is empty.
11783
11784 2013-01-03  Yao Qi  <yao@codesourcery.com>
11785
11786         * psymtab.c (fixup_psymbol_section): Update declaration.
11787         (fixup_psymbol_section): Remove code returning value.
11788
11789 2013-01-03  Yao Qi  <yao@codesourcery.com>
11790
11791         * symtab.h: Remove some out of date comments.
11792          (enum exception_event_kind): Move it ...
11793         * breakpoint.c: ... here.
11794
11795 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11796
11797         PR gdb/14405
11798         * darwin-nat.c (darwin_read_dyld_info): Only build if
11799         TASK_DYLD_INFO_COUNT is defined.
11800         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11801         TASK_DYLD_INFO_COUNT is defined.
11802
11803 2013-01-02  Tom Tromey  <tromey@redhat.com>
11804
11805         * symfile.h (struct ecoff_debug_hack): Remove.
11806         * objfiles.c: Don't include mdebugread.h.
11807
11808 2013-01-02  Tom Tromey  <tromey@redhat.com>
11809
11810         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11811         * configure.ac: Check for Mach-O support in BFD.  Update
11812         CONFIG_OBS.
11813         * configure: Rebuild.
11814
11815 2013-01-02  Tom Tromey  <tromey@redhat.com>
11816
11817         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11818         * configure.ac: Use GDB_AC_CHECK_BFD.
11819         * configure: Rebuild.
11820
11821 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11822
11823         * MAINTAINERS: Update my email.
11824
11825 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11826
11827         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11828
11829 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11830
11831         * rs6000-nat.c (bss_data_overlap): New function.
11832         (vmap_symtab): Use it to adjust the .bss section's offset.
11833
11834 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11835
11836         Update year range in copyright notice of all files.
11837
11838 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11839
11840         * top.c (print_gdb_version): Update copyright year.
11841
11842 For older changes see ChangeLog-2012.
11843 \f
11844 Local Variables:
11845 mode: change-log
11846 left-margin: 8
11847 fill-column: 74
11848 version-control: never
11849 coding: utf-8
11850 End: