042ef77aac760706106e6466f9f5c03c835073f0
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2
3 * corefile.c (close_exec_file): Delete.
4 (reopen_exec_file): Remove commented out code that seems related
5 to close_exec_file, which is being deleted here.
6 * inferior.h (close_exec_file): Delete.
7 * fork-child.c (fork_inferior): Remove call to fork_inferior.
8
9 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10
11 * ada-lang.c: #include "cli/cli-utils.h".
12 (get_selections): Use skip_spaces.
13 (ada_get_next_arg): Use skip_spaces and skip_to_space.
14 (catch_ada_exception_command_split): Use skip_spaces.
15 (ada_decode_assert_location): Likewise.
16
17 2012-01-04 Joel Brobecker <brobecker@adacore.com>
18
19 * linespec.c (decode_line_internal): Check for C++ or Java
20 compound constructs only if the current language is C, C++
21 or Java.
22
23 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
24
25 Revert:
26 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
27 Joel Brobecker <brobecker@adacore.com>
28 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
29 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
30 3 times.
31 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
32 fall through into AT_ENTRY_POINT.
33 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
34 DUMMY_ADDR with it.
35 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
36 PPC_INSN_SIZE skip to 3 times.
37
38 2012-01-04 Joel Brobecker <brobecker@adacore.com>
39
40 * linespec.c (add_minsym): Preserve function descriptors.
41
42 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
43
44 * breakpoint.c (all_locations_are_pending): Consider locations
45 in program spaces executing during startup pending as well.
46
47 2012-01-04 Joel Brobecker <brobecker@adacore.com>
48
49 Copyright year update in most files of the GDB Project.
50
51 2012-01-04 Joel Brobecker <brobecker@adacore.com>
52
53 * copyright.sh: Delete.
54 * copyright.py: Rewrite.
55
56 2012-01-04 Joel Brobecker <brobecker@adacore.com>
57
58 * gnulib/extra/update-copyright: New file, imported from gnulib.
59
60 2012-01-04 Joel Brobecker <brobecker@adacore.com>
61
62 * README (Copyright and License Notices): New section.
63
64 2012-01-03 Tom Tromey <tromey@redhat.com>
65
66 PR python/12533:
67 * python/py-value.c (valpy_dereference, valpy_get_address
68 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
69 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
70 (valpy_absolute, valpy_richcompare): Free intermediate values.
71
72 2011-01-03 Joel Brobecker <brobecker@adacore.com>
73
74 * ada-lang.c: Reformat the copyright notice.
75
76 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
79 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
80 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
81 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
82 Revert this part of:
83 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
84 Build gdb directly from *.o files not using libgdb.a.
85 * Makefile.in (COMMON_OBS): Remove solib-target.o.
86
87 2012-01-02 Joel Brobecker <brobecker@adacore.com>
88
89 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
90 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
91 Reformat the copyright header.
92
93 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
94
95 Revert this part of:
96 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
97 Remove the gdbtui binary.
98 * gdb.c (main): Remove args.interpreter_p initialization.
99 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
100 * main.h (struct captured_main_args): Remove interpreter_p.
101
102 2012-01-02 Joel Brobecker <brobecker@adacore.com>
103
104 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
105
106 2012-01-02 Joel Brobecker <brobecker@adacore.com>
107
108 * top.c (print_gdb_version): Update copyright year.
109
110 2012-01-02 Yao Qi <yao@codesourcery.com>
111
112 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
113
114 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
115 Joel Brobecker <brobecker@adacore.com>
116
117 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
118 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
119 3 times.
120 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
121 fall through into AT_ENTRY_POINT.
122 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
123 DUMMY_ADDR with it.
124 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
125 PPC_INSN_SIZE skip to 3 times.
126
127 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
128
129 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
130 the return value.
131 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
132
133 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
134
135 Build gdb directly from *.o files not using libgdb.a.
136 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
137 (COMMON_OBS): Remove solib-target.o.
138 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
139 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
140 (LIBGDB_OBS, libgdb.a): Move it above.
141 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
142 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
143 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
144 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
145 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
146 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
147 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
148 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
149 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
150 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
151 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
152 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
153 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
154 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
155 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
156 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
157 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
158 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
159 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
160 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
161 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
162 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
163 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
164 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
165 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
166 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
167 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
168
169 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 Remove the gdbtui binary.
172 * .gitignore (/gdbtui): Remove.
173 * Makefile.in (TUI): Remove.
174 (SUBDIR_TUI_OBS): Remove tui-main.o.
175 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
176 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
177 (tui-main.o): Remove.
178 (all_object_files): Remove tui-main.o.
179 * NEWS: New note for the gdbtui removal.
180 * configure: Rebuilt.
181 * configure.ac: No longer add all-tui, clean-tui, install-tui and
182 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
183 CONFIG_UNINSTALL respectively.
184 * gdb.c (main): Remove args.interpreter_p initialization.
185 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
186 * main.h (struct captured_main_args): Remove interpreter_p.
187 * tui/tui-main.c: Remove.
188
189 2012-01-01 Doug Evans <dje@google.com>
190
191 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
192 (dwarf2_physname, read_import_statement): Ditto.
193 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
194 (process_structure_scope read_subroutine_type): Ditto.
195 (read_typedef, load_partial_dies, read_partial_die): Ditto.
196 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
197 (dwarf2_fetch_die_location_block): Ditto.
198 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
199
200 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
201 All callers updated.
202 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
203 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
204 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
205
206 * dwarf2read.c (load_cu): Move assert to more useful location.
207
208 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
209 All callers updated.
210
211 * dwarf2read.c (dwarf2_per_objfile): Add comment.
212 (dwarf2_elf_names): Minor reformat.
213 (dwarf2_per_cu_data): Tweak comment.
214 (dwarf2_read_section): Fix comment.
215 (create_all_comp_units): Fix comment.
216 (load_full_comp_unit): Fix comment.
217 (process_full_comp_unit): Fix comment.
218 (read_signatured_type): Fix comment.
219
220 For older changes see ChangeLog-2011.
221 \f
222 Local Variables:
223 mode: change-log
224 left-margin: 8
225 fill-column: 74
226 version-control: never
227 coding: utf-8
228 End:
This page took 0.04286 seconds and 4 git commands to generate.