gdb/
[external/binutils.git] / gdb / ChangeLog
1 2013-01-11  Yao Qi  <yao@codesourcery.com>
2
3         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
4         (update_dprintf_command_list): Assert that 'printf_line' is
5         non-null.  Remove condition check.
6
7 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8
9         Code cleanup.
10         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11         type const char *.
12         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
13         const char *.
14         * tui/tui-source.h (tui_source_is_displayed): Likewise.
15
16 2013-01-09  Anthony Green  <green@moxielogic.com>
17
18         * cp-abi.c (cplus_print_vtable): Don't return value from void
19         function.
20         * ada-lang.c (re_set_catch_assert): Ditto.
21
22 2013-01-09  Doug Evans  <dje@google.com>
23
24         * symfile.h (quick_symbol_functions): Delete member
25         pre_expand_symtabs_matching.  All uses removed.
26         * dwarf2read.c (dw2_lookup_symbol): Implement.
27         (dw2_do_expand_symtabs_matching): Delete.
28         (dw2_pre_expand_symtabs_matching): Delete.
29         (struct dw2_symtab_iterator): New type.
30         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
31         (dw2_expand_symtabs_for_function): Rewrite.
32         (dwarf2_gdb_index_functions): Update.
33         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
34         (psym_functions): Update.
35
36 2013-01-09  Tom Tromey  <tromey@redhat.com>
37
38         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
39         * configure: Rebuild.
40         * configure.ac: Add somread.o to the build if BFD has SOM
41         support.
42         * somread.c: Include som/aout.h, not syms.h.
43         (som_symtab_read): Use som_external_symbol_dictionary_record.
44         Unpack records manually.
45         (_initialize_somread): Declare.
46
47 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
48
49         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
50         Cast return_address to 64bits.
51
52 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
53
54         * printcmd.c: Remove define of function output_command.
55         * tracepoint.c: Remove extern of function output_command.
56         * valprint.h: (output_command): New extern.
57
58 2013-01-07  Tom Tromey  <tromey@redhat.com>
59
60         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
61         Remove.
62         (objc_language_defn): Use c_printchar, c_printstr,
63         c_emit_char.
64
65 2013-01-07  Tom Tromey  <tromey@redhat.com>
66
67         PR cli/7719:
68         * NEWS: Update.
69         * ada-valprint.c (printstr, print_field_values): Remove
70         "inspect_it" code.
71         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
72         code.
73         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
74         code.
75         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
76         * main.c (captured_main): Remove "epoch" argument.
77         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
78         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
79         * p-valprint.c (pascal_object_print_value_fields): Remove
80         "inspect_it" code.
81         * printcmd.c (print_command_1): Remove 'inspect' argument.
82         (print_command, call_command): Update.
83         (inspect_command): Remove.
84         (_initialize_printcmd): Make "inspect" an alias for "print".
85         * top.c (epoch_interface): Remove.
86         * top.h (epoch_interface): Remove.
87         * valprint.c (user_print_options): Update.
88         (print_converted_chars_to_obstack): Remove "inspect_it" code.
89         * valprint.h (struct value_print_options) <inspect_it>: Remove
90         field.
91
92 2013-01-04  Tom Tromey  <tromey@redhat.com>
93
94         * valprint.h (read_string): Add 'extern'.
95
96 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
97
98         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
99         used to decide whether to define darwin_read_dyld_info or not.
100
101 2013-01-03  Pierre Muller  <muller@sourceware.org>
102
103         * main.c (relocate_gdb_directory): Avoid calling stat function
104         if DIR is empty.
105
106 2013-01-03  Yao Qi  <yao@codesourcery.com>
107
108         * psymtab.c (fixup_psymbol_section): Update declaration.
109         (fixup_psymbol_section): Remove code returning value.
110
111 2013-01-03  Yao Qi  <yao@codesourcery.com>
112
113         * symtab.h: Remove some out of date comments.
114          (enum exception_event_kind): Move it ...
115         * breakpoint.c: ... here.
116
117 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
118
119         PR gdb/14405
120         * darwin-nat.c (darwin_read_dyld_info): Only build if
121         TASK_DYLD_INFO_COUNT is defined.
122         (darwin_xfer_partial): Call darwin_read_dyld_info only if
123         TASK_DYLD_INFO_COUNT is defined.
124
125 2013-01-02  Tom Tromey  <tromey@redhat.com>
126
127         * symfile.h (struct ecoff_debug_hack): Remove.
128         * objfiles.c: Don't include mdebugread.h.
129
130 2013-01-02  Tom Tromey  <tromey@redhat.com>
131
132         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
133         * configure.ac: Check for Mach-O support in BFD.  Update
134         CONFIG_OBS.
135         * configure: Rebuild.
136
137 2013-01-02  Tom Tromey  <tromey@redhat.com>
138
139         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
140         * configure.ac: Use GDB_AC_CHECK_BFD.
141         * configure: Rebuild.
142
143 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
144
145         * MAINTAINERS: Update my email.
146
147 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
148
149         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
150
151 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
152
153         * rs6000-nat.c (bss_data_overlap): New function.
154         (vmap_symtab): Use it to adjust the .bss section's offset.
155
156 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
157
158         Update year range in copyright notice of all files.
159
160 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
161
162         * top.c (print_gdb_version): Update copyright year.
163
164 For older changes see ChangeLog-2012.
165 \f
166 Local Variables:
167 mode: change-log
168 left-margin: 8
169 fill-column: 74
170 version-control: never
171 coding: utf-8
172 End: