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