* gdbtypes.h (struct cplus_struct_type): Delete member
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4d72c0bc
DE
12012-01-08 Doug Evans <dje@google.com>
2
3 * gdbtypes.h (struct cplus_struct_type): Delete member
4 nfn_fields_total. All uses removed.
5
21b2bd31
DE
62012-01-06 Doug Evans <dje@google.com>
7
8 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
9 to top of file.
10 (dwarf2_find_comp_unit): Delete.
11 (process_psymtab_comp_unit): Make result "void".
12 Delete args buffer, info_ptr, buffer_size, and replace with
13 "section". All callers updated.
14 (dwarf2_build_psymtabs_hard): Simplify.
15
bfd189b1
SDJ
162012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
17 Thiago Jung Bauermann <bauerman@br.ibm.com>
18
19 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
20 before `struct gdb_exception'.
21 * breakpoint.c (update_global_location_list_nothrow)
22 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
23 * cp-abi.c (value_rtti_type): Likewise.
24 * cp-support.c (cp_validate_operator): Likewise.
25 * infrun.c (insert_exception_resume_breakpoint)
26 (check_exception_resume, keep_going): Likewise.
27 * mi-interp.c (mi_breakpoint_created)
28 (mi_breakpoint_modified): Likewise.
29 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
30 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
31 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
32
6b07635f
DE
332012-01-05 Doug Evans <dje@google.com>
34
0b30b85c
DE
35 * dwarf2read.c (statement_prologue): Delete, unused.
36
98714339
DE
37 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
38 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
39
6b07635f
DE
40 * dwarf2read.c (comp_unit_header): Delete, unused.
41
761f4555
UW
422012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
43
44 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
45 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
46
2ca0b532
PA
472012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
48
49 * infrun.c (normal_stop): Don't skip calling the normal_stop
50 observers if the thread was doing a multi-step, but stopped for
51 some reason other than stepping.
52
50aeff07
PA
532012-01-05 Pedro Alves <alves.ped@gmail.com>
54
55 * cli/cli-decode.h: Add comments.
56 (CMD_LIST_AMBIGUOUS): Moved to command.h
57 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
58 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
59 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
60 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
61 (add_com, add_com_alias, add_info, add_info_alias)
62 (complete_on_cmdlist, complete_on_enum, help_list): Remove
63 declarations.
64 * command.h: Add and adjust comments.
65 (CMD_LIST_AMBIGUOUS): Moved here.
66 (help_cmd, help_cmd_list): Delete declarations.
67
5953832c
DE
682012-01-04 Doug Evans <dje@google.com>
69
e5fe5e75
DE
70 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
71 All callers updated.
72 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
73 Replace all arguments with "per_cu". All callers updated.
74
28dee7f5
DE
75 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
76
23745b47
DE
77 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
78 New arg "per_cu". All callers updated.
79
5953832c
DE
80 Delete #if 0'd out code.
81 * language.c (binop_result_type): Delete.
82 (simple_type, ordered_type, same_type, integral_type): Delete.
83 (numeric_type, character_type, string_type, boolean_type): Delete.
84 (float_type, structured_type): Delete.
85 * language.h: Update.
86
0f5b7562
TT
872012-01-04 Tom Tromey <tromey@redhat.com>
88
89 * python/py-value.c (valpy_binop): Initialize 'res_val'.
90
78218f56
JB
912012-01-04 Joel Brobecker <brobecker@adacore.com>
92
93 * corefile.c (close_exec_file): Delete.
94 (reopen_exec_file): Remove commented out code that seems related
95 to close_exec_file, which is being deleted here.
96 * inferior.h (close_exec_file): Delete.
97 * fork-child.c (fork_inferior): Remove call to fork_inferior.
98
0fcd72ba
JB
992012-01-04 Joel Brobecker <brobecker@adacore.com>
100
101 * ada-lang.c: #include "cli/cli-utils.h".
102 (get_selections): Use skip_spaces.
103 (ada_get_next_arg): Use skip_spaces and skip_to_space.
104 (catch_ada_exception_command_split): Use skip_spaces.
105 (ada_decode_assert_location): Likewise.
106
1dabb4c4
JB
1072012-01-04 Joel Brobecker <brobecker@adacore.com>
108
109 * linespec.c (decode_line_internal): Check for C++ or Java
110 compound constructs only if the current language is C, C++
111 or Java.
112
5931a2fa
JK
1132012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
114
115 Revert:
116 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
117 Joel Brobecker <brobecker@adacore.com>
118 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
119 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
120 3 times.
121 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
122 fall through into AT_ENTRY_POINT.
123 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
124 DUMMY_ADDR with it.
125 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
126 PPC_INSN_SIZE skip to 3 times.
127
1a2da5ee
JB
1282012-01-04 Joel Brobecker <brobecker@adacore.com>
129
130 * linespec.c (add_minsym): Preserve function descriptors.
131
8645ff69
UW
1322012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
133
134 * breakpoint.c (all_locations_are_pending): Consider locations
135 in program spaces executing during startup pending as well.
136
0b302171
JB
1372012-01-04 Joel Brobecker <brobecker@adacore.com>
138
139 Copyright year update in most files of the GDB Project.
140
8ba098ad
JB
1412012-01-04 Joel Brobecker <brobecker@adacore.com>
142
143 * copyright.sh: Delete.
144 * copyright.py: Rewrite.
145
09c01c30
JB
1462012-01-04 Joel Brobecker <brobecker@adacore.com>
147
148 * gnulib/extra/update-copyright: New file, imported from gnulib.
149
3c36c0af
JB
1502012-01-04 Joel Brobecker <brobecker@adacore.com>
151
152 * README (Copyright and License Notices): New section.
153
888fe1e1
TT
1542012-01-03 Tom Tromey <tromey@redhat.com>
155
156 PR python/12533:
157 * python/py-value.c (valpy_dereference, valpy_get_address
158 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
159 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
160 (valpy_absolute, valpy_richcompare): Free intermediate values.
161
6e681866
JB
1622011-01-03 Joel Brobecker <brobecker@adacore.com>
163
164 * ada-lang.c: Reformat the copyright notice.
165
0cd09acb
JK
1662012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
169 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
170 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
171 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
172 Revert this part of:
173 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
174 Build gdb directly from *.o files not using libgdb.a.
175 * Makefile.in (COMMON_OBS): Remove solib-target.o.
176
12c3e59c
JB
1772012-01-02 Joel Brobecker <brobecker@adacore.com>
178
179 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
180 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
181 Reformat the copyright header.
182
11bf1490
JK
1832012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
184
185 Revert this part of:
186 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
187 Remove the gdbtui binary.
188 * gdb.c (main): Remove args.interpreter_p initialization.
189 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
190 * main.h (struct captured_main_args): Remove interpreter_p.
191
1fef196f
JB
1922012-01-02 Joel Brobecker <brobecker@adacore.com>
193
194 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
195
67827812
JB
1962012-01-02 Joel Brobecker <brobecker@adacore.com>
197
198 * top.c (print_gdb_version): Update copyright year.
199
a4d0b831
YQ
2002012-01-02 Yao Qi <yao@codesourcery.com>
201
202 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
203
b5914469
JK
2042012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
205 Joel Brobecker <brobecker@adacore.com>
206
207 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
208 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
209 3 times.
210 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
211 fall through into AT_ENTRY_POINT.
212 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
213 DUMMY_ADDR with it.
214 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
215 PPC_INSN_SIZE skip to 3 times.
216
8da828f7
JK
2172012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
218
219 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
220 the return value.
221 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
222
8574e74b
JK
2232012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
224
225 Build gdb directly from *.o files not using libgdb.a.
226 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
227 (COMMON_OBS): Remove solib-target.o.
228 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
229 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
230 (LIBGDB_OBS, libgdb.a): Move it above.
231 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
232 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
233 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
234 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
235 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
236 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
237 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
238 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
239 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
240 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
241 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
242 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
243 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
244 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
245 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
246 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
247 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
248 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
249 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
250 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
251 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
252 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
253 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
254 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
255 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
256 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
257 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
258
217bff3e
JK
2592012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
260
261 Remove the gdbtui binary.
262 * .gitignore (/gdbtui): Remove.
263 * Makefile.in (TUI): Remove.
264 (SUBDIR_TUI_OBS): Remove tui-main.o.
265 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
266 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
267 (tui-main.o): Remove.
268 (all_object_files): Remove tui-main.o.
269 * NEWS: New note for the gdbtui removal.
270 * configure: Rebuilt.
271 * configure.ac: No longer add all-tui, clean-tui, install-tui and
272 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
273 CONFIG_UNINSTALL respectively.
274 * gdb.c (main): Remove args.interpreter_p initialization.
275 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
276 * main.h (struct captured_main_args): Remove interpreter_p.
277 * tui/tui-main.c: Remove.
278
9cdd5dbd
DE
2792012-01-01 Doug Evans <dje@google.com>
280
bb5ed363
DE
281 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
282 (dwarf2_physname, read_import_statement): Ditto.
283 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
284 (process_structure_scope read_subroutine_type): Ditto.
285 (read_typedef, load_partial_dies, read_partial_die): Ditto.
286 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
287 (dwarf2_fetch_die_location_block): Ditto.
288 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
289
a0f42c21
DE
290 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
291 All callers updated.
292 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
293 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
294 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
295
2dc860c0
DE
296 * dwarf2read.c (load_cu): Move assert to more useful location.
297
68dc6402
DE
298 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
299 All callers updated.
300
9cdd5dbd
DE
301 * dwarf2read.c (dwarf2_per_objfile): Add comment.
302 (dwarf2_elf_names): Minor reformat.
303 (dwarf2_per_cu_data): Tweak comment.
304 (dwarf2_read_section): Fix comment.
305 (create_all_comp_units): Fix comment.
306 (load_full_comp_unit): Fix comment.
307 (process_full_comp_unit): Fix comment.
308 (read_signatured_type): Fix comment.
309
0c10e53e 310For older changes see ChangeLog-2011.
c906108c
SS
311\f
312Local Variables:
313mode: change-log
314left-margin: 8
315fill-column: 74
316version-control: never
57da7796 317coding: utf-8
c906108c 318End:
This page took 1.934681 seconds and 4 git commands to generate.