b58f885c3bdd59bb71261c864a40552e7c071868
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-01-11 Tom Tromey <tromey@redhat.com>
2
3 PR gdb/9598:
4 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
5 catch" and "catch throw".
6
7 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8
9 * blockframe.c (block_innermost_frame): Start search from selected
10 frame, if present, or otherwise the current frame.
11
12 * c-exp.y (variable): Update innermost_block for
13 'block COLONCOLON NAME' clause.
14 * m2-exp.y (variable): Ditto.
15 * objc-exp.y (variable): Ditto.
16
17 2012-01-10 Tom Tromey <tromey@redhat.com>
18
19 PR python/13199:
20 * python/python.c (finish_python_initialization): Set sys.argv.
21
22 2012-01-10 Doug Evans <dje@google.com>
23
24 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
25 "want_line_info". All callers updated.
26 (dwarf_decode_lines_1): New function.
27 (handle_DW_AT_stmt_list): Add function comment.
28 New arg "want_line_info". All callers updated.
29 (read_file_scope,read_type_unit_scope): Move comment from
30 handle_DW_AT_stmt_list to here.
31
32 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
33
34 Fix regression after libiberty/ update for GCC PR 6057 and others.
35 * c-exp.y (operator) <OPERATOR DELETE>
36 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
37 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
38 (make_builtin_type, make_name): New variable i, add gdb_assert.
39 (operator) <OPERATOR NEW>: Update ARGS to 3.
40 (operator) <OPERATOR DELETE>: Add trailing space.
41 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
42 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
43 * cp-support.c (cp_canonicalize_string): Check NULL from
44 cp_comp_to_string, call warning and return.
45
46 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
47
48 Fix duplicate .o files after omitting libbfd.a.
49 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
50 (SFILES): Add corelow.c.
51 (COMMON_OBS): Add corelow.o.
52 (ALLDEPFILES): Remove corelow.c.
53 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
54 * config/alpha/alpha-osf3.mh: Likewise.
55 * config/alpha/fbsd.mh: Likewise.
56 * config/arm/nbsdaout.mh: Likewise.
57 * config/arm/nbsdelf.mh: Likewise.
58 * config/i386/i386gnu.mh: Likewise.
59 * config/ia64/hpux.mh: Likewise.
60 * config/ia64/linux.mh: Likewise.
61 * config/m32r/linux.mh: Likewise.
62 * config/m68k/linux.mh: Likewise.
63 * config/mips/irix5.mh: Likewise.
64 * config/mips/irix6.mh: Likewise.
65 * config/pa/hpux.mh: Likewise.
66 * config/pa/linux.mh: Likewise.
67 * config/powerpc/aix.mh: Likewise.
68 * config/sparc/linux.mh: Likewise.
69 * config/sparc/linux64.mh: Likewise.
70 * config/sparc/sol2.mh: Likewise.
71 * config/vax/vax.mh: Likewise.
72 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
73 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
74 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
75 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
76 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
77 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
78 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
79 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
80 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
81 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
82 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
83 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
84 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
85 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
86 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
87 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
88 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
89 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
90 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
91 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
92 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
93 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
94 corelow.o from gdb_target_obs.
95 * corefile.c (core_target): Update the comment on NULL value.
96 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
97 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
98 MATCHES. Drop YUMMY set on NULL.
99 (core_close): Do not call exit_inferior_silent on zero PID. Do not
100 reclaim CORE_DATA if it is already NULL.
101
102 2012-01-09 Doug Evans <dje@google.com>
103
104 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
105 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
106
107 2012-01-09 Keith Seitz <keiths@redhat.com>
108
109 * breakpoint.c (wrapper.h): Don't include.
110
111 2012-01-09 Keith Seitz <keiths@redhat.com>
112
113 * Makefile.in (SFILES): Remove wrapper.c.
114 (HFILES_NO_SRCDIR): Remove wrapper.h.
115 (COMMON_OBS): Remove wrapper.o.
116 * cli/cli-interp.c: Don't inlude wrapper.h.
117 * corelow.c: Likewise.
118 (core_open): Replace gdb_target_find_new_threads with
119 TRY_CATCH around target_find_new_threads.
120 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
121 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
122 * varobj.c (varobj_create): Likewise for parse_exp_1 and
123 evaluate_expression.
124 (varobj_set_value): Likewise for evaluate_expression and
125 value_assign.
126 (install_new_variable): Likewise for value_fetch_lazy.
127 (adjust_value_for_child_access): Likewise for value_ind.
128 (c_describe_child): Likewise for value_subscript and
129 value_ind.
130 (c_value_of_root): Likewise for evaluate_expression.
131 * wrapper.c: Remove.
132 * wrapper.h: Remove.
133
134 2012-01-09 Doug Evans <dje@google.com>
135
136 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
137 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
138 "abfd" args with "section". All callers updated.
139 Error checking code moved ...
140 (error_check_comp_unit_head): ... here. New function.
141 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
142 Delete arg "abfd". New arg "type_offset". All callers updated.
143 (create_debug_types_hash_table): Simplify by using
144 read_and_check_type_unit_head.
145
146 * parser-defs.h (namecopy): Delete.
147 * parse.c (namecopy, namecopy_size): Move into copy_name.
148
149 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 Partially fix duplicate .o files after omitting libbfd.a.
152 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
153 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
154 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
155 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
156 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
157 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
158 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
159
160 2012-01-09 Pedro Alves <palves@redhat.com>
161
162 * MAINTAINERS: Update my email address.
163
164 2012-01-08 Doug Evans <dje@google.com>
165
166 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
167 n_type_units. Rename type_comp_units to all_type_units.
168 All uses updated.
169 (add_signatured_type_cu_to_table): Renamed from
170 add_signatured_type_cu_to_list. All callers updated.
171
172 * gdbtypes.h (struct cplus_struct_type): Delete member
173 nfn_fields_total. All uses removed.
174
175 2012-01-06 Doug Evans <dje@google.com>
176
177 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
178 to top of file.
179 (dwarf2_find_comp_unit): Delete.
180 (process_psymtab_comp_unit): Make result "void".
181 Delete args buffer, info_ptr, buffer_size, and replace with
182 "section". All callers updated.
183 (dwarf2_build_psymtabs_hard): Simplify.
184
185 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
186 Thiago Jung Bauermann <bauerman@br.ibm.com>
187
188 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
189 before `struct gdb_exception'.
190 * breakpoint.c (update_global_location_list_nothrow)
191 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
192 * cp-abi.c (value_rtti_type): Likewise.
193 * cp-support.c (cp_validate_operator): Likewise.
194 * infrun.c (insert_exception_resume_breakpoint)
195 (check_exception_resume, keep_going): Likewise.
196 * mi-interp.c (mi_breakpoint_created)
197 (mi_breakpoint_modified): Likewise.
198 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
199 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
200 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
201
202 2012-01-05 Doug Evans <dje@google.com>
203
204 * dwarf2read.c (statement_prologue): Delete, unused.
205
206 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
207 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
208
209 * dwarf2read.c (comp_unit_header): Delete, unused.
210
211 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
212
213 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
214 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
215
216 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
217
218 * infrun.c (normal_stop): Don't skip calling the normal_stop
219 observers if the thread was doing a multi-step, but stopped for
220 some reason other than stepping.
221
222 2012-01-05 Pedro Alves <alves.ped@gmail.com>
223
224 * cli/cli-decode.h: Add comments.
225 (CMD_LIST_AMBIGUOUS): Moved to command.h
226 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
227 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
228 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
229 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
230 (add_com, add_com_alias, add_info, add_info_alias)
231 (complete_on_cmdlist, complete_on_enum, help_list): Remove
232 declarations.
233 * command.h: Add and adjust comments.
234 (CMD_LIST_AMBIGUOUS): Moved here.
235 (help_cmd, help_cmd_list): Delete declarations.
236
237 2012-01-04 Doug Evans <dje@google.com>
238
239 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
240 All callers updated.
241 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
242 Replace all arguments with "per_cu". All callers updated.
243
244 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
245
246 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
247 New arg "per_cu". All callers updated.
248
249 Delete #if 0'd out code.
250 * language.c (binop_result_type): Delete.
251 (simple_type, ordered_type, same_type, integral_type): Delete.
252 (numeric_type, character_type, string_type, boolean_type): Delete.
253 (float_type, structured_type): Delete.
254 * language.h: Update.
255
256 2012-01-04 Tom Tromey <tromey@redhat.com>
257
258 * python/py-value.c (valpy_binop): Initialize 'res_val'.
259
260 2012-01-04 Joel Brobecker <brobecker@adacore.com>
261
262 * corefile.c (close_exec_file): Delete.
263 (reopen_exec_file): Remove commented out code that seems related
264 to close_exec_file, which is being deleted here.
265 * inferior.h (close_exec_file): Delete.
266 * fork-child.c (fork_inferior): Remove call to fork_inferior.
267
268 2012-01-04 Joel Brobecker <brobecker@adacore.com>
269
270 * ada-lang.c: #include "cli/cli-utils.h".
271 (get_selections): Use skip_spaces.
272 (ada_get_next_arg): Use skip_spaces and skip_to_space.
273 (catch_ada_exception_command_split): Use skip_spaces.
274 (ada_decode_assert_location): Likewise.
275
276 2012-01-04 Joel Brobecker <brobecker@adacore.com>
277
278 * linespec.c (decode_line_internal): Check for C++ or Java
279 compound constructs only if the current language is C, C++
280 or Java.
281
282 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
283
284 Revert:
285 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
286 Joel Brobecker <brobecker@adacore.com>
287 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
288 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
289 3 times.
290 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
291 fall through into AT_ENTRY_POINT.
292 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
293 DUMMY_ADDR with it.
294 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
295 PPC_INSN_SIZE skip to 3 times.
296
297 2012-01-04 Joel Brobecker <brobecker@adacore.com>
298
299 * linespec.c (add_minsym): Preserve function descriptors.
300
301 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
302
303 * breakpoint.c (all_locations_are_pending): Consider locations
304 in program spaces executing during startup pending as well.
305
306 2012-01-04 Joel Brobecker <brobecker@adacore.com>
307
308 Copyright year update in most files of the GDB Project.
309
310 2012-01-04 Joel Brobecker <brobecker@adacore.com>
311
312 * copyright.sh: Delete.
313 * copyright.py: Rewrite.
314
315 2012-01-04 Joel Brobecker <brobecker@adacore.com>
316
317 * gnulib/extra/update-copyright: New file, imported from gnulib.
318
319 2012-01-04 Joel Brobecker <brobecker@adacore.com>
320
321 * README (Copyright and License Notices): New section.
322
323 2012-01-03 Tom Tromey <tromey@redhat.com>
324
325 PR python/12533:
326 * python/py-value.c (valpy_dereference, valpy_get_address
327 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
328 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
329 (valpy_absolute, valpy_richcompare): Free intermediate values.
330
331 2011-01-03 Joel Brobecker <brobecker@adacore.com>
332
333 * ada-lang.c: Reformat the copyright notice.
334
335 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
336
337 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
338 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
339 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
340 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
341 Revert this part of:
342 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
343 Build gdb directly from *.o files not using libgdb.a.
344 * Makefile.in (COMMON_OBS): Remove solib-target.o.
345
346 2012-01-02 Joel Brobecker <brobecker@adacore.com>
347
348 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
349 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
350 Reformat the copyright header.
351
352 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
353
354 Revert this part of:
355 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
356 Remove the gdbtui binary.
357 * gdb.c (main): Remove args.interpreter_p initialization.
358 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
359 * main.h (struct captured_main_args): Remove interpreter_p.
360
361 2012-01-02 Joel Brobecker <brobecker@adacore.com>
362
363 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
364
365 2012-01-02 Joel Brobecker <brobecker@adacore.com>
366
367 * top.c (print_gdb_version): Update copyright year.
368
369 2012-01-02 Yao Qi <yao@codesourcery.com>
370
371 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
372
373 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
374 Joel Brobecker <brobecker@adacore.com>
375
376 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
377 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
378 3 times.
379 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
380 fall through into AT_ENTRY_POINT.
381 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
382 DUMMY_ADDR with it.
383 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
384 PPC_INSN_SIZE skip to 3 times.
385
386 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
387
388 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
389 the return value.
390 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
391
392 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
393
394 Build gdb directly from *.o files not using libgdb.a.
395 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
396 (COMMON_OBS): Remove solib-target.o.
397 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
398 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
399 (LIBGDB_OBS, libgdb.a): Move it above.
400 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
401 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
402 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
403 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
404 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
405 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
406 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
407 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
408 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
409 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
410 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
411 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
412 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
413 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
414 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
415 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
416 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
417 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
418 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
419 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
420 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
421 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
422 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
423 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
424 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
425 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
426 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
427
428 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 Remove the gdbtui binary.
431 * .gitignore (/gdbtui): Remove.
432 * Makefile.in (TUI): Remove.
433 (SUBDIR_TUI_OBS): Remove tui-main.o.
434 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
435 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
436 (tui-main.o): Remove.
437 (all_object_files): Remove tui-main.o.
438 * NEWS: New note for the gdbtui removal.
439 * configure: Rebuilt.
440 * configure.ac: No longer add all-tui, clean-tui, install-tui and
441 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
442 CONFIG_UNINSTALL respectively.
443 * gdb.c (main): Remove args.interpreter_p initialization.
444 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
445 * main.h (struct captured_main_args): Remove interpreter_p.
446 * tui/tui-main.c: Remove.
447
448 2012-01-01 Doug Evans <dje@google.com>
449
450 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
451 (dwarf2_physname, read_import_statement): Ditto.
452 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
453 (process_structure_scope read_subroutine_type): Ditto.
454 (read_typedef, load_partial_dies, read_partial_die): Ditto.
455 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
456 (dwarf2_fetch_die_location_block): Ditto.
457 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
458
459 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
460 All callers updated.
461 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
462 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
463 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
464
465 * dwarf2read.c (load_cu): Move assert to more useful location.
466
467 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
468 All callers updated.
469
470 * dwarf2read.c (dwarf2_per_objfile): Add comment.
471 (dwarf2_elf_names): Minor reformat.
472 (dwarf2_per_cu_data): Tweak comment.
473 (dwarf2_read_section): Fix comment.
474 (create_all_comp_units): Fix comment.
475 (load_full_comp_unit): Fix comment.
476 (process_full_comp_unit): Fix comment.
477 (read_signatured_type): Fix comment.
478
479 For older changes see ChangeLog-2011.
480 \f
481 Local Variables:
482 mode: change-log
483 left-margin: 8
484 fill-column: 74
485 version-control: never
486 coding: utf-8
487 End:
This page took 0.038557 seconds and 3 git commands to generate.