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