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