2012-02-08 Joel Brobecker <brobecker@adacore.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-02-08 Joel Brobecker <brobecker@adacore.com>
2
3 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
4 of the returned BFD is allocated by GDB.
5
6 2012-02-07 Tom Tromey <tromey@redhat.com>
7
8 PR python/12027:
9 * python/python-internal.h (frame_object_type): Declare.
10 * python/py-symbol.c (sympy_needs_frame): New function.
11 (sympy_value): New function.
12 (symbol_object_getset): Add "needs_frame".
13 (symbol_object_methods): Add "value".
14 * python/py-frame.c (frame_object_type): No longer static.
15
16 2012-02-07 Tom Tromey <tromey@redhat.com>
17
18 PR python/13599:
19 * python/py-symbol.c (sympy_line): New function.
20 (symbol_object_getset): Add "line".
21
22 2012-02-07 Tom Tromey <tromey@redhat.com>
23
24 * charset.c (find_charset_names): Check 'in' against NULL.
25
26 2012-02-06 Doug Evans <dje@google.com>
27
28 * gdbtypes.h (struct main_type): Change type of name,tag_name,
29 and fields.name members from char * to const char *. All uses updated.
30 (struct cplus_struct_type): Change type of fn_fieldlists.name member
31 from char * to const char *. All uses updated.
32 (type_name_no_tag): Update.
33 (lookup_unsigned_typename, lookup_signed_typename): Update.
34 * gdbtypes.c (type_name_no_tag): Change result type
35 from char * to const char *. All callers updated.
36 (lookup_unsigned_typename, lookup_signed_typename): Change type of
37 name parameter from char * to const char *.
38 * symtab.h (struct cplus_specific): Change type of demangled_name
39 member from char * to const char *. All uses updated.
40 (struct general_symbol_info): Change type of name and
41 mangled_lang.demangled_name members from char * to const char *.
42 All uses updated.
43 (symbol_get_demangled_name, symbol_natural_name): Update.
44 (symbol_demangled_name, symbol_search_name): Update.
45 * symtab.c (symbol_get_demangled_name): Change result type
46 from char * to const char *. All callers updated.
47 (symbol_natural_name, symbol_demangled_name): Ditto.
48 (symbol_search_name): Ditto.
49 (completion_list_add_name): Change type of symname,sym_text,
50 text,word parameters from char * to const char *.
51 (completion_list_objc_symbol): Change type of sym_text,
52 text,word parameters from char * to const char *.
53 * ada-lang.c (find_struct_field): Change type of name parameter
54 from char * to const char *.
55 (encoded_ordered_before): Similarly for N0,N1 parameters.
56 (old_renaming_is_invisible): Similarly for function_name parameter.
57 (ada_type_name): Change result type from char * to const char *.
58 All callers updated.
59 * ada-lang.h (ada_type_name): Update.
60 * buildsym.c (hashname): Change type of name parameter
61 from char * to const char *.
62 * buildsym.h (hashname): Update.
63 * dbxread.c (end_psymtab): Change type of include_list parameter
64 from char ** to const char **.
65 * dwarf2read.c (determine_prefix): Change result type
66 from char * to const char *. All callers updated.
67 * f-lang.c (find_common_for_function): Change type of name, funcname
68 parameters from char * to const char *.
69 * f-lang.c (find_common_for_function): Update.
70 * f-valprint.c (list_all_visible_commons): Change type of funcname
71 parameters from char * to const char *.
72 * gdbarch.sh (static_transform_name): Change type of name parameter
73 and result from char * to const char *.
74 * gdbarch.c: Regenerate.
75 * gdbarch.h: Regenerate.
76 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
77 of name parameter from char * to const char *.
78 * jv-lang.c (java_primitive_type_from_name): Ditto.
79 (java_demangled_signature_length): Similarly for signature parameter.
80 (java_demangled_signature_copy): Ditto.
81 (java_demangle_type_signature): Ditto.
82 * jv-lang.h (java_primitive_type_from_name): Update.
83 (java_demangle_type_signature): Update.
84 * objc-lang.c (specialcmp): Change type of a,b parameters
85 from char * to const char *.
86 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
87 from char * to const char *. All callers updated.
88 * p-lang.h (is_pascal_string_type): Update.
89 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
90 of name parameter from char * to const char *.
91 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
92 * utils.c (fprintf_symbol_filtered): Ditto.
93 * defs.h (fprintf_symbol_filtered): Update.
94 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
95 * stabsread.h (end_psymtab): Update.
96 * stack.c (find_frame_funname): Change type of funname parameter
97 from char ** to const char **.
98 * stack.h (find_frame_funname): Update.
99 * typeprint.c (type_print): Change type of varstring parameter
100 from char * to const char *.
101 * value.h (type_print): Update.
102 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
103 from char * to const char *. All callers updated.
104 (xcoff_end_psymtab): Change type of include_list parameter
105 from char ** to const char **. All callers updated.
106 (swap_sym): Similarly for name parameter. All callers updated.
107 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
108 Use xstrdup.
109 (process_coff_symbol): Use xstrdup.
110 * stabsread.c (stabs_method_name_from_physname): Renamed from
111 update_method_name_from_physname. Change result type from void
112 to char *. All callers updated.
113 (read_member_functions): In has_destructor case, store name in objfile
114 obstack instead of malloc space. In !has_stub case, fix mem leak.
115
116 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
117
118 * configure: Rebuild.
119 * configure.ac: Put -L../bfd and -L../libiberty at the front of
120 LDFLAGS.
121
122 2012-02-03 Kevin Buettner <kevinb@redhat.com>
123
124 * configure.tgt (rl78-*-elf): New target.
125 * rl78-tdep.c: New file.
126
127 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
128
129 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
130 and continue the loop. Add QUIT statement.
131
132 2012-02-03 Tom Tromey <tromey@redhat.com>
133
134 PR gdb/13596:
135 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
136 bfd_lookup_symbol_from_symtab.
137 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
138 gdb_bfd_lookup_symbol_from_symtab.
139
140 2012-02-03 Joel Brobecker <brobecker@adacore.com>
141
142 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
143 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
144 symbol. Add assertion that sym2 is never NULL.
145
146 2012-02-02 Doug Evans <dje@google.com>
147
148 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
149 "name" parameter to const char ** from char **. All callers updated.
150 (find_pc_partial_function): Ditto.
151 (cache_pc_function_name): Change type to const char * from char *.
152 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
153 (find_pc_partial_function): Update.
154 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
155 type of "name" parameter to const char * from char *.
156 All uses updated.
157 * arch-utils.c (generic_in_solib_return_trampoline): Change
158 type of "name" parameter to const char * from char *.
159 * arch-utils.h (generic_in_solib_return_trampoline): Update.
160 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
161 type of "name" parameter to const char * from char *.
162 * gdbarch.sh (in_solib_return_trampoline): Ditto.
163 * gdbarch.c: Regenerate.
164 * gdbarch.h: Regenerate.
165 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
166 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
167 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
168 type of "name" parameter to const char * from char *.
169 * skip.c (skip_function_pc): Ditto.
170 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
171 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
172 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
173 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
174 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
175 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
176 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
177 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
178 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
179
180 2012-02-02 Pedro Alves <palves@redhat.com>
181
182 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
183 the current inferior has no execution. Make sure the current
184 remote process matches gdb's current inferior.
185
186 2012-02-02 Tom Tromey <tromey@redhat.com>
187
188 PR gdb/13405:
189 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
190 read-only memory.
191
192 2012-02-02 Tom Tromey <tromey@redhat.com>
193
194 PR gdb/9307:
195 * symtab.c (lookup_language_this): Set block_found.
196
197 2012-02-01 Tom Tromey <tromey@redhat.com>
198
199 PR gdb/13431:
200 * jit.c (struct jit_inferior_data): Rewrite.
201 (struct jit_objfile_data): New.
202 (get_jit_objfile_data): New function.
203 (add_objfile_entry): Update.
204 (jit_read_descriptor): Return int. Replace descriptor_addr
205 argument with inf_data. Update. Don't call error.
206 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
207 descriptor here.
208 (jit_inferior_init): Don't look up descriptor. Don't call error.
209 (jit_reset_inferior_data_and_breakpoints)
210 (jit_inferior_created_observer): Remove.
211 (jit_inferior_exit_hook): Update.
212 (jit_executable_changed_observer): Remove.
213 (jit_event_handler): Update.
214 (free_objfile_data): Reset inferior data if needed.
215 (_initialize_jit): Update.
216
217 2012-02-01 Tom Tromey <tromey@redhat.com>
218
219 * jit.c (bfd_open_from_target_memory): Move higher in file.
220
221 2012-02-01 Tristan Gingold <gingold@adacore.com>
222
223 * libunwind-frame.c (libunwind_load): Display message if dlopen
224 failed.
225
226 2012-02-01 Gary Benson <gbenson@redhat.com>
227
228 * symtab.h (symbol_name_match_p_ftype): New typedef.
229 (iterate_over_symbols): Use the above.
230 * symtab.c (iterate_over_symbols): Likewise.
231 * language.h (language_defn->la_iterate_over_symbols): Likewise.
232 * ada-lang.c (ada_iterate_over_symbols): Likewise.
233 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
234 (iterate_name_matcher): Document return values.
235 (collect_one_symbol): Likewise.
236 (collect_function_symbols): Likewise.
237 (collect_symbols): Likewise.
238
239 2012-02-01 Tom Tromey <tromey@redhat.com>
240
241 * ada-lang.c (resolve_subexp): Update.
242 (ada_lookup_symbol_list): Add 'full_search' argument.
243 (ada_iterate_over_symbols): Pass 0 as full_search argument to
244 ada_lookup_symbol_list.
245 (ada_lookup_encoded_symbol): Update.
246 (get_var_value): Update.
247 * ada-exp.y (block_lookup): Update.
248 (write_var_or_type): Update.
249 (write_name_assoc): Update.
250 * ada-lang.h (ada_lookup_symbol_list): Update.
251
252 2012-01-31 Tom Tromey <tromey@redhat.com>
253
254 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
255 comment.
256
257 2012-01-31 Doug Evans <dje@google.com>
258
259 * symtab.h: Remove outdated comment.
260 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
261
262 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
263
264 Fix build error in Darwin port.
265 * i386-darwin-nat.c: Include i386-nat.h.
266
267 2012-01-30 Tom Tromey <tromey@redhat.com>
268
269 PR breakpoints/13568:
270 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
271 argument. Check for recursive includes.
272 (dwarf_decode_macros): Create an include hash.
273
274 2012-01-30 Michael Eager <eager@eagercon.com>
275
276 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
277 * ppc-linux-tdep.c: Include glibc-tdep.h.
278 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
279 (powerpc_linux_in_plt_stub): New function.
280 (powerpc_linux_in_dynsym_resolve_code): New function.
281 (ppc_skip_trampoline_code): New function.
282 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
283 Use glibc_skip_solib_resolver.
284
285 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
286
287 Code cleanup: Make 1440 bytes of data segment read-only.
288 * arch-utils.c (endian_enum): Make it const char *const [].
289 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
290 Likewise.
291 * breakpoint.c (always_inserted_enums): Likewise.
292 * cli/cli-cmds.c (script_ext_enums): Likewise.
293 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
294 enumlist parameter const char *const *.
295 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
296 const char *const *.
297 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
298 parameter const char *const *.
299 * cris-tdep.c (cris_modes): Make it const char *const [].
300 * filesystem.c (target_file_system_kinds): Likewise.
301 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
302 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
303 (can_use_displaced_stepping_enum, scheduler_enums)
304 (exec_direction_names): Likewise.
305 * language.c (_initialize_language): Make the type_or_range_names and
306 case_sensitive_names variables const char *const [].
307 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
308 * python/python.c (python_excp_enums): Likewise.
309 * remote.c (interrupt_sequence_modes): Likewise.
310 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
311 * serial.c (logbase_enums): Likewise.
312 * sh-tdep.c (sh_cc_enum): Likewise.
313 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
314 Likewise.
315 * symtab.c (multiple_symbols_modes): Likewise.
316 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
317 Likewise.
318 * utils.c (internal_problem_modes): Likewise.
319
320 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
321
322 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
323 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
324 result.
325
326 2012-01-27 Doug Evans <dje@google.com>
327
328 * configure.ac (with_python): Fix absolute path handling for win32.
329 * configure: Regenerate.
330
331 2012-01-26 Doug Evans <dje@google.com>
332
333 * symtab.c: Whitespace cleanup, no code changes.
334
335 * symtab.c (lookup_symbol_in_language): Improve comment.
336 (lookup_symbol_aux): Fix comment.
337
338 * psymtab.c (add_psymbol_to_list): Result is now "void".
339 * psympriv.h (add_psymbol_to_list): Update.
340
341 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
342
343 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
344
345 Do not open script filenames twice.
346 * cli/cli-cmds.c (source_script_from_stream): Pass to
347 source_python_script also STREAM.
348 * python/py-auto-load.c (source_section_scripts): Pass to
349 source_python_script_for_objfile also STREAM.
350 (auto_load_objfile_script): Pass to source_python_script_for_objfile
351 also INPUT.
352 * python/python-internal.h (source_python_script_for_objfile): New
353 parameter file, rename parameter file to filename.
354 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
355 instead if !_WIN32. Update the function comment.
356 (source_python_script, source_python_script_for_objfile)
357 (source_python_script): New parameter file, rename parameter file to
358 filename. Pass FILENAME to python_run_simple_file.
359 * python/python.h (source_python_script): New parameter file, rename
360 parameter file to filename.
361
362 2012-01-26 Pedro Alves <palves@redhat.com>
363
364 * corelow.c (core_has_fake_pid): Delete.
365 (core_close): Delete references to `core_has_fake_pid'.
366 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
367 (core_open): Delete references to `core_has_fake_pid'.
368 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
369 the removed global.
370
371 2012-01-26 Joel Brobecker <brobecker@adacore.com>
372
373 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
374 Remove language parameter from name_matcher. Adjust the comment.
375 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
376 Remove language parameter.
377 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
378 * linespec.c (iterate_name_matcher): Likewise.
379 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
380 name_matcher. Adjust call accordingly.
381 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
382 (maintenance_check_symtabs): Adjust type of parameter "fun".
383 * psymtab.h (maintenance_check_symtabs): Likewise.
384
385 2012-01-26 Joel Brobecker <brobecker@adacore.com>
386
387 * language.h (symbol_name_match_p_ftype): New typedef.
388 (struct language_defn): Replace field la_symbol_name_compare
389 by la_get_symbol_name_match_p.
390 * ada-lang.c (ada_get_symbol_name_match_p): New function.
391 (ada_language_defn): Use it.
392 * linespec.c (struct symbol_matcher_data): New type.
393 (iterate_name_matcher): Rewrite.
394 (iterate_over_all_matching_symtabs): Pass a pointer to
395 a symbol_matcher_data struct to expand_symtabs_matching
396 instead of just the lookup name.
397 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
398 opencl-lang.c, p-lang.c, language.c: Delete field
399 la_symbol_name_compare, and replace by NULL for new field
400 la_get_symbol_name_match_p.
401 * symfile.h (struct quick_symbol_functions): Update comment.
402
403 2012-01-25 Tom Tromey <tromey@redhat.com>
404
405 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
406 dereferencing.
407
408 2012-01-24 Tom Tromey <tromey@redhat.com>
409
410 PR symtab/12406:
411 * solib.c (update_solib_list): Update the program space's
412 added_solibs and deleted_solibs fields.
413 * progspace.h (struct program_space) <added_solibs,
414 deleted_solibs>: New fields.
415 (clear_program_space_solib_cache): Declare.
416 * progspace.c (release_program_space): Call
417 clear_program_space_solib_cache.
418 (clear_program_space_solib_cache): New function.
419 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
420 bpstat_stop_status. Use handle_solib_event.
421 * breakpoint.c: Include gdb_regex.h.
422 (print_solib_event): New function.
423 (bpstat_print): Use print_solib_event.
424 (bpstat_stop_status): Add special case for bp_shlib_event.
425 (handle_solib_event): New function.
426 (bpstat_what): Use handle_solib_event.
427 (struct solib_catchpoint): New.
428 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
429 (breakpoint_hit_catch_solib, check_status_catch_solib)
430 (print_it_catch_solib, print_one_catch_solib)
431 (print_mention_catch_solib, print_recreate_catch_solib): New
432 functions.
433 (catch_solib_breakpoint_ops): New global.
434 (catch_load_or_unload, catch_load_command_1)
435 (catch_unload_command_1): New functions.
436 (internal_bkpt_check_status): Add special case for
437 bp_shlib_event.
438 (internal_bkpt_print_it): Use print_solib_event.
439 (initialize_breakpoint_ops): Initialize
440 catch_solib_breakpoint_ops.
441 (_initialize_breakpoint): Register "catch load" and "catch
442 unload".
443 * breakpoint.h (handle_solib_event): Declare.
444 * NEWS: Add entry for "catch load" and "catch unload".
445
446 2012-01-24 Tom Tromey <tromey@redhat.com>
447
448 * ada-lang.c: Include gdb_vecs.h.
449 * charset.c: Include gdb_vecs.h.
450 * tracepoint.h: Include gdb_vecs.h.
451 * gdb_vecs.h: New file.
452
453 2012-01-24 Pedro Alves <pedro@codesourcery.com>
454
455 * breakpoint.c (breakpoint_hit_catch_fork)
456 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
457 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
458 * infrun.c (inferior_has_forked, inferior_has_vforked)
459 (inferior_has_execd, inferior_has_called_syscall): Delete.
460 (handle_syscall_event): Get syscall_number from the execution
461 control state's wait status.
462 (wait_for_inferior): Don't clear syscall_number.
463
464 2012-01-24 Pedro Alves <palves@redhat.com>
465
466 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
467 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
468 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
469 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
470 `ws' parameter.
471 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
472 false for events other than TARGET_SIGNAL_TRAP.
473 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
474 Add `ws' parameter.
475 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
476 events other than TARGET_SIGNAL_TRAP.
477 (tracepoint_breakpoint_hit): Add `ws' parameter.
478 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
479 parameter.
480 (bpstat_stop_status): Same.
481 (pc_at_non_inline_function): Same.
482 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
483 to pass the current event's waitstatus to bpstat_stop_status
484 and pc_at_non_inline_function.
485
486 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 Code cleanup.
489 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
490 Update the function comment for it.
491 (source_script_with_search): Call make_cleanup_fclose for STREAM.
492 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
493 for STREAM.
494
495 2012-01-24 Pedro Alves <palves@redhat.com>
496
497 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
498 outside `bs->stop' block.
499 (bpstat_what): Rework bp_shlib_event handling.
500 (internal_bkpt_check_status): If the breakpoint is a
501 bp_shlib_event, then set bs->stop and bs->print if
502 stop_on_solib_events is set.
503
504 2012-01-24 Gary Benson <gbenson@redhat.com>
505
506 Delete #if 0'd out code.
507 * stack.c (print_frame_label_vars): Remove.
508 (catch_info): Likewise.
509 (_initialize_stack): Remove "info catch" command.
510 * NEWS: Mention the above.
511
512 2012-01-24 Pedro Alves <palves@redhat.com>
513
514 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
515 it.
516 (remote_notice_new_inferior): If the remote end doesn't support
517 the multiprocess extensions, then the PID is fake.
518 (add_current_inferior_and_thread): New.
519 (remote_start_remote): Use it.
520 (extended_remote_attach_1): Adjust.
521 (extended_remote_create_inferior_1): Use
522 add_current_inferior_and_thread.
523
524 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
525
526 Fix watchpoints to be specific for each inferior.
527 * breakpoint.c (watchpoint_in_thread_scope): Verify also
528 current_program_space.
529 * i386-nat.c (i386_inferior_data_cleanup): New.
530 (i386_inferior_data_get): Replace variable inf_data_local by an
531 inferior_data call.
532 (i386_use_watchpoints): Initialize i386_inferior_data.
533 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
534 specific iterate_over_lwps.
535
536 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
537
538 Fix watchpoints across inferior fork.
539 * amd64-linux-nat.c (update_debug_registers_callback): Update the
540 comment for linux_nat_iterate_watchpoint_lwps.
541 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
542 linux_nat_iterate_watchpoint_lwps.
543 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
544 * i386-linux-nat.c (update_debug_registers_callback): Update the
545 comment for linux_nat_iterate_watchpoint_lwps.
546 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
547 linux_nat_iterate_watchpoint_lwps.
548 (i386_linux_prepare_to_resume): New comment on Linux kernel.
549 * i386-nat.c: Include inferior.h.
550 (dr_mirror): Remove.
551 (i386_inferior_data, struct i386_inferior_data)
552 (i386_inferior_data_get): New.
553 (i386_debug_reg_state): Use i386_inferior_data_get.
554 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
555 (i386_insert_watchpoint, i386_remove_watchpoint)
556 (i386_stopped_data_address, i386_insert_hw_breakpoint)
557 (i386_remove_hw_breakpoint): New variable state, use
558 i386_debug_reg_state instead of DR_MIRROR.
559 * linux-nat.c (delete_lwp): New declaration.
560 (num_lwps): Move here from downwards.
561 (delete_lwp_cleanup): New.
562 (linux_child_follow_fork): Create new child_lp, call
563 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
564 PTRACE_DETACH.
565 (num_lwps): Move upwards.
566 (linux_nat_iterate_watchpoint_lwps): New.
567 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
568 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
569
570 2012-01-24 Joel Brobecker <brobecker@adacore.com>
571
572 GDB 7.4 released.
573
574 2012-01-23 Pedro Alves <palves@redhat.com>
575
576 * top.c (caution): Rename to ...
577 (confirm): ... this.
578 (show_caution): Rename to ...
579 (show_confirm): ... this.
580 (quit_cover): Adjust.
581 (init_main): Adjust.
582 * top.h (caution): Rename to ...
583 (confirm): ... this.
584 * utils.c (internal_vproblem, defaulted_query): Adjust.
585
586 2012-01-23 Pedro Alves <palves@redhat.com>
587
588 * top.c (caution): Update comment.
589 (execute_command): Don't consider the current value of `caution'.
590
591 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
592
593 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
594
595 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
596
597 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
598 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
599 * target.c (target_fileio_pwrite): Remove buffer address from
600 debug output.
601 (target_fileio_pread): Likewise.
602
603 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
604
605 * NEWS: Document remote "info proc" and "generate-core-file".
606
607 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
608
609 * gdbarch.sh (find_memory_regions): New callback.
610 * gdbarch.c, gdbarch.h: Regenerate.
611
612 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
613 callback before falling back to target method.
614
615 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
616 (linux_target_install_ops): No longer install it.
617
618 * linux-tdep.c (linux_find_memory_regions): New function.
619 (linux_init_abi): Install it.
620
621 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
622
623 * gdbarch.sh (make_corefile_notes): New architecture callback.
624 * gdbarch.c: Regenerate.
625 * gdbarch.h: Likewise.
626
627 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
628 before target_make_corefile_notes. If NULL is returned, the
629 target does not support core file generation.
630
631 * linux-nat.c: Include "linux-tdep.h".
632 (find_signalled_thread, find_stop_signal): Remove.
633 (linux_nat_do_thread_registers): Likewise.
634 (struct linux_nat_corefile_thread_data): Likewise.
635 (linux_nat_corefile_thread_callback): Likewise.
636 (iterate_over_spus): Likewise.
637 (struct linux_spu_corefile_data): Likewise.
638 (linux_spu_corefile_callback): Likewise.
639 (linux_spu_make_corefile_notes): Likewise.
640 (linux_nat_collect_thread_registers): New function.
641 (linux_nat_make_corefile_notes): Replace contents by call to
642 linux_make_corefile_notes passing linux_nat_collect_thread_registers
643 as native-only callback.
644
645 * linux-tdep.h: Include "bfd.h".
646 (struct regcache): Add forward declaration.
647 (linux_collect_thread_registers_ftype): New typedef.
648 (linux_make_corefile_notes): Add prototype.
649 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
650 "regset.h", and "elf-bfd.h".
651 (find_signalled_thread, find_stop_signal): New functions.
652 (linux_spu_make_corefile_notes): Likewise.
653 (linux_collect_thread_registers): Likewise.
654 (struct linux_corefile_thread_data): New data structure.
655 (linux_corefile_thread_callback): New funcion.
656 (linux_make_corefile_notes): Likewise.
657 (linux_make_corefile_notes_1): Likewise.
658 (linux_init_abi): Install it.
659
660 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
661
662 * gdbarch.sh (info_proc): New callback.
663 * gdbarch.c, gdbarch.h: Regenerate.
664
665 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
666 before falling back to the target info_proc callback.
667
668 * linux-nat.c: Do not include "cli/cli-utils.h".
669 (linux_nat_info_proc): Remove.
670 (linux_target_install_ops): No longer install it.
671
672 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
673 (read_mapping): New function.
674 (linux_info_proc): Likewise.
675 (linux_init_abi): Install it.
676
677 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
678
679 * defs.h (enum info_proc_what): Moved here from linux-nat.c
680 * infcmd.c: (info_proc_cmd_1): New function.
681 (info_proc_cmd): New function, moved here from equivalent routine
682 orignally in linux-nat.c.
683 (info_proc_cmd_mappings): Likewise.
684 (info_proc_cmd_stat): Likewise.
685 (info_proc_cmd_status): Likewise.
686 (info_proc_cmd_cwd): Likewise.
687 (info_proc_cmd_cmdline): Likewise.
688 (info_proc_cmd_exe): Likewise.
689 (info_proc_cmd_all): Likewise.
690 (_initialize_infcmd): Install "info proc" command and subcommands.
691
692 * target.h (struct target_ops): Add to_info_proc.
693 (target_info_proc): Add prototype.
694 * target.c (target_info_proc): New function.
695
696 * procfs.c (procfs_info_proc): Add prototype.
697 (info_proc_cmd): Rename into ...
698 (procfs_info_proc): ... this. Update argument types as appropriate
699 for a to_info_proc implementation. Handle "what" argument.
700 (procfs_target): Install procfs_info_proc.
701 (_initialize_procfs): No longer install "info proc" command.
702
703 * linux-nat.c: (enum info_proc_what): Remove.
704 (linux_nat_info_proc_cmd_1): Rename into ...
705 (linux_nat_info_proc): ... this. Update argument types as appropriate
706 for a to_info_proc implementation.
707 (linux_nat_info_proc_cmd): Remove.
708 (linux_nat_info_proc_cmd_mappings): Likewise.
709 (linux_nat_info_proc_cmd_stat): Likewise.
710 (linux_nat_info_proc_cmd_status): Likewise.
711 (linux_nat_info_proc_cmd_cwd): Likewise.
712 (linux_nat_info_proc_cmd_cmdline): Likewise.
713 (linux_nat_info_proc_cmd_exe): Likewise.
714 (linux_nat_info_proc_cmd_all): Likewise.
715 (linux_target_install_ops): Install linux_nat_info_proc.
716 (_initialize_linux_nat): No longer install "info proc" command
717 and subcommands.
718
719 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
720
721 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
722 * config.in, configure: Regenerate.
723
724 * target.h (struct target_ops): Add to_fileio_readlink.
725 (target_fileio_readlink): Add prototype.
726 * target.c (target_fileio_readlink): New function.
727
728 * inf-child.c: Conditionally include <sys/param.h>.
729 (inf_child_fileio_readlink): New function.
730 (inf_child_target): Install it.
731
732 * remote.c (PACKET_vFile_readlink): New enum value.
733 (remote_hostio_readlink): New function.
734 (init_remote_ops): Install it.
735 (_initialize_remote): Handle vFile:readlink packet type.
736
737 2012-01-20 Pedro Alves <palves@redhat.com>
738 Ulrich Weigand <ulrich.weigand@linaro.org>
739
740 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
741 * config.in, configure: Regenerate.
742
743 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
744 to_fileio_pread, to_fileio_close, to_fileio_unlink.
745 (target_fileio_open): Add prototype.
746 (target_fileio_pwrite): Likewise.
747 (target_fileio_pread): Likewise.
748 (target_fileio_close): Likewise.
749 (target_fileio_unlink): Likewise.
750 (target_fileio_read_alloc): Likewise.
751 (target_fileio_read_stralloc): Likewise.
752
753 * target.c: Include "gdb/fileio.h".
754 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
755 (default_fileio_target): New function.
756 (target_fileio_open): Likewise.
757 (target_fileio_pwrite): Likewise.
758 (target_fileio_pread): Likewise.
759 (target_fileio_close): Likewise.
760 (target_fileio_unlink): Likewise.
761 (target_fileio_close_cleanup): Likewise.
762 (target_fileio_read_alloc_1): Likewise.
763 (target_fileio_read_alloc): Likewise.
764 (target_fileio_read_stralloc): Likewise.
765
766 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
767 <fcntl.h>, and <unistd.h>.
768 (inf_child_fileio_open_flags_to_host): New function.
769 (inf_child_errno_to_fileio_error): Likewise.
770 (inf_child_fileio_open): Likewise.
771 (inf_child_fileio_pwrite): Likewise.
772 (inf_child_fileio_pread): Likewise.
773 (inf_child_fileio_close): Likewise.
774 (inf_child_fileio_unlink): Likewise.
775 (inf_child_target): Install to_fileio routines.
776
777 * remote.c (init_remote_ops): Install to_fileio routines.
778
779 2012-01-20 Pedro Alves <palves@redhat.com>
780 Ulrich Weigand <ulrich.weigand@linaro.org>
781
782 * remote.c (remote_multi_process_p): Only check for multi-process
783 protocol feature, do not check for extended protocol.
784 (remote_supports_multi_process): Check for extended protocol here.
785 (set_general_process): Likewise.
786 (extended_remote_kill): Likewise.
787 (remote_pid_to_str): Likewise.
788 (remote_query_supported): Always query multiprocess mode.
789
790 2012-01-20 Pedro Alves <palves@redhat.com>
791 Ulrich Weigand <ulrich.weigand@linaro.org>
792
793 * inferior.h (struct inferior): Add fake_pid_p.
794 * inferior.c (exit_inferior_1): Clear fake_pid_p.
795 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
796 magic_null_ptid since the remote side doesn't provide a real PID.
797
798 2012-01-19 Tom Tromey <tromey@redhat.com>
799
800 * NEWS: Combine the two Python sections.
801
802 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
803
804 * target.h (target_close): Update comment on the target's unpush state.
805
806 2012-01-19 Pedro Alves <palves@redhat.com>
807
808 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
809 linux_nat_async directly instead of going through the target
810 vector.
811 * target.c (unpush_target): Close target after unpushing it, not
812 before.
813
814 2012-01-19 Gary Benson <gbenson@redhat.com>
815
816 * mdebugread.c (sort_blocks): Replace integer constants with ones
817 derived from FIRST_LOCAL_BLOCK.
818
819 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
820 Jan Kratochvil <jan.kratochvil@redhat.com>
821
822 PR gdb/9538
823 * symfile.c (find_separate_debug_file): New function.
824 (terminate_after_last_dir_separator): Likewise.
825 (find_separate_debug_file_by_debuglink): Also try realpath.
826 * configure.ac (AC_CHECK_FUNCS): Add lstat.
827 * configure: Regenerate.
828 * config.in: Regenerate.
829
830 2012-01-18 Doug Evans <dje@google.com>
831
832 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
833 (main.o): Remove rule.
834 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
835 (--with-sysroot): Rewrite.
836 * configure: Regenerate.
837 * config.in: Regenerate.
838
839 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
840
841 * parse.c (initialize_expout): New function.
842 (reallocate_expout): Likewise.
843 (parse_exp_in_context): Use `initialize_expout' and
844 `reallocate_expout' when appropriate.
845
846 2012-01-18 Pedro Alves <palves@redhat.com>
847
848 * record.c (struct record_breakpoint, record_breakpoint_p)
849 (record_breakpoints): New.
850 (record_insert_breakpoint, record_remove_breakpoint): Manage
851 record breakpoints list. Only remove breakpoints from the
852 inferior if they had been inserted there in the first place.
853
854 2012-01-17 Doug Evans <dje@google.com>
855
856 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
857 if we know we don't have a file name to look for.
858
859 2012-01-17 Pedro Alves <palves@redhat.com>
860
861 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
862 the frame's stop reason is UNWIND_UNAVAILABLE.
863
864 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
865
866 Fix compilation error.
867 * m2-exp.y (yyerror): Use ANSI C prototype.
868
869 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
870
871 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
872 (growbuf_by_size): Likewise.
873 (yyerror): Likewise.
874 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
875 (modblock): Remove variable (was #if 0'ed).
876 (parse_number): Convert prototype from K&R to ANSI C.
877 (yyerror): Likewise.
878 * objc-exp.y (parse_number): Likewise.
879 (yyerror): Likewise.
880 (yylex): Remove #if 0'ed code.
881 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
882 (yyerror): Likewise.
883
884 2012-01-16 Tom Tromey <tromey@redhat.com>
885
886 * NEWS: Add item.
887 * symtab.h (compare_filenames_for_search): Declare.
888 * symtab.c (compare_filenames_for_search): New function.
889 (iterate_over_some_symtabs): Use it.
890 * symfile.h (struct quick_symbol_functions)
891 <map_symtabs_matching_filename>: Change spec.
892 * psymtab.c (partial_map_symtabs_matching_filename): Use
893 compare_filenames_for_search. Update for new spec.
894 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
895 compare_filenames_for_search. Update for new spec.
896 * breakpoint.c (clear_command): Use compare_filenames_for_search.
897
898 2012-01-16 Tom Tromey <tromey@redhat.com>
899
900 PR python/13281:
901 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
902 (struct main_type) <flag_flag_enum>: New field.
903 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
904 * NEWS: Add entries.
905 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
906 enums.
907 * python/lib/gdb/printing.py (_EnumInstance): New class.
908 (FlagEnumerationPrinter): Likewise.
909
910 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
911
912 * breakpoint.c (create_sals_from_address_default): New function.
913 (create_breakpoints_sal_default): Likewise.
914 (decode_linespec_default): Likewise.
915 (is_marker_spec): Removed.
916 (strace_marker_p): New function.
917 (init_breakpoint_sal): Using `strace_marker_p' instead of
918 `is_marker_spec'.
919 (create_breakpoint): Call method `create_sals_from_address' from
920 breakpoint_ops, replacing code that created SALs conditionally
921 on the type of the breakpoint. Call method `create_breakpoints_sal',
922 replacing code that created breakpoints conditionally on the type
923 wanted.
924 (base_breakpoint_create_sals_from_address): New function.
925 (base_breakpoint_create_breakpoints_sal): Likewise.
926 (base_breakpoint_decode_linespec): Likewise.
927 (base_breakpoint_ops): Add methods
928 `base_breakpoint_create_sals_from_address',
929 `base_breakpoint_create_breakpoints_sal' and
930 `base_breakpoint_decode_linespec'.
931 (bkpt_create_sals_from_address): New function.
932 (bkpt_create_breakpoints_sal): Likewise.
933 (bkpt_decode_linespec): Likewise.
934 (tracepoint_create_sals_from_address): Likewise.
935 (tracepoint_create_breakpoints_sal): Likewise.
936 (tracepoint_decode_linespec): Likewise.
937 (strace_marker_create_sals_from_address): Likewise.
938 (strace_marker_create_breakpoints_sal): Likewise.
939 (strace_marker_decode_linespec): Likewise.
940 (strace_marker_breakpoint_ops): New variable.
941 (addr_string_to_sals): Remove `marker_spec'. Call method
942 `decode_linespec' from breakpoint_ops, replacing code that decoded
943 an address string into a SAL. Use `strace_marker_p' instead of
944 `marker_spec'.
945 (strace_command): Decide whether we are dealing with a static
946 tracepoint with marker or not. Use the appropriate breakpoint_ops.
947 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
948 * breakpoint.h (linespec_result, linespec_sals): New forward
949 declarations.
950 (breakpoint_ops) <create_sals_from_address>,
951 <create_breakpoints_sal>, <decode_linespec>: New methods.
952
953 2012-01-14 Doug Evans <dje@google.com>
954
955 * NEWS: Update text for "maint set python print-stack".
956 It is deprecated in gdb 7.4 and deleted in 7.5.
957
958 2012-01-13 Eli Zaretskii <eliz@gnu.org>
959
960 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
961 including curses.h.
962
963 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
964
965 * configure: Regenerate.
966 * config.in: Regenerate.
967
968 2012-01-12 Keith Seitz <keiths@redhat.com>
969
970 PR mi/10586
971 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
972 (ANONYMOUS_UNION_NAME): Define.
973 (is_path_expr_parent): New function.
974 (get_path_expr_parent): New function.
975 (is_anonymous_child): New function.
976 (create_child_with_value): If the child is anonymous and without
977 a name, assign an object name to it.
978 (c_describe_child): Use get_path_expr_parent to determine
979 the parent expression.
980 If there field represents an anonymous struct or union and
981 has no name, set an appropriate display name and expression.
982 (cplus_describe_child): Likewise.
983
984 2012-01-12 Pedro Alves <palves@redhat.com>
985
986 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
987 available when %ebp is found to be zero (outermost).
988
989 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
990
991 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
992 an internal gdb_static_assert.
993 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
994
995 2012-01-11 Tom Tromey <tromey@redhat.com>
996
997 PR gdb/9598:
998 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
999 catch" and "catch throw".
1000
1001 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1002
1003 * blockframe.c (block_innermost_frame): Start search from selected
1004 frame, if present, or otherwise the current frame.
1005
1006 * c-exp.y (variable): Update innermost_block for
1007 'block COLONCOLON NAME' clause.
1008 * m2-exp.y (variable): Ditto.
1009 * objc-exp.y (variable): Ditto.
1010
1011 2012-01-10 Tom Tromey <tromey@redhat.com>
1012
1013 PR python/13199:
1014 * python/python.c (finish_python_initialization): Set sys.argv.
1015
1016 2012-01-10 Doug Evans <dje@google.com>
1017
1018 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
1019 "want_line_info". All callers updated.
1020 (dwarf_decode_lines_1): New function.
1021 (handle_DW_AT_stmt_list): Add function comment.
1022 New arg "want_line_info". All callers updated.
1023 (read_file_scope,read_type_unit_scope): Move comment from
1024 handle_DW_AT_stmt_list to here.
1025
1026 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1027
1028 Fix regression after libiberty/ update for GCC PR 6057 and others.
1029 * c-exp.y (operator) <OPERATOR DELETE>
1030 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1031 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
1032 (make_builtin_type, make_name): New variable i, add gdb_assert.
1033 (operator) <OPERATOR NEW>: Update ARGS to 3.
1034 (operator) <OPERATOR DELETE>: Add trailing space.
1035 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
1036 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1037 * cp-support.c (cp_canonicalize_string): Check NULL from
1038 cp_comp_to_string, call warning and return.
1039
1040 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1041
1042 Fix duplicate .o files after omitting libbfd.a.
1043 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
1044 (SFILES): Add corelow.c.
1045 (COMMON_OBS): Add corelow.o.
1046 (ALLDEPFILES): Remove corelow.c.
1047 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
1048 * config/alpha/alpha-osf3.mh: Likewise.
1049 * config/alpha/fbsd.mh: Likewise.
1050 * config/arm/nbsdaout.mh: Likewise.
1051 * config/arm/nbsdelf.mh: Likewise.
1052 * config/i386/i386gnu.mh: Likewise.
1053 * config/ia64/hpux.mh: Likewise.
1054 * config/ia64/linux.mh: Likewise.
1055 * config/m32r/linux.mh: Likewise.
1056 * config/m68k/linux.mh: Likewise.
1057 * config/mips/irix5.mh: Likewise.
1058 * config/mips/irix6.mh: Likewise.
1059 * config/pa/hpux.mh: Likewise.
1060 * config/pa/linux.mh: Likewise.
1061 * config/powerpc/aix.mh: Likewise.
1062 * config/sparc/linux.mh: Likewise.
1063 * config/sparc/linux64.mh: Likewise.
1064 * config/sparc/sol2.mh: Likewise.
1065 * config/vax/vax.mh: Likewise.
1066 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
1067 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
1068 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
1069 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
1070 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
1071 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
1072 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
1073 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
1074 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
1075 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
1076 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
1077 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
1078 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
1079 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
1080 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
1081 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
1082 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
1083 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
1084 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
1085 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
1086 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
1087 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
1088 corelow.o from gdb_target_obs.
1089 * corefile.c (core_target): Update the comment on NULL value.
1090 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
1091 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
1092 MATCHES. Drop YUMMY set on NULL.
1093 (core_close): Do not call exit_inferior_silent on zero PID. Do not
1094 reclaim CORE_DATA if it is already NULL.
1095
1096 2012-01-09 Doug Evans <dje@google.com>
1097
1098 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
1099 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
1100
1101 2012-01-09 Keith Seitz <keiths@redhat.com>
1102
1103 * breakpoint.c (wrapper.h): Don't include.
1104
1105 2012-01-09 Keith Seitz <keiths@redhat.com>
1106
1107 * Makefile.in (SFILES): Remove wrapper.c.
1108 (HFILES_NO_SRCDIR): Remove wrapper.h.
1109 (COMMON_OBS): Remove wrapper.o.
1110 * cli/cli-interp.c: Don't inlude wrapper.h.
1111 * corelow.c: Likewise.
1112 (core_open): Replace gdb_target_find_new_threads with
1113 TRY_CATCH around target_find_new_threads.
1114 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
1115 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
1116 * varobj.c (varobj_create): Likewise for parse_exp_1 and
1117 evaluate_expression.
1118 (varobj_set_value): Likewise for evaluate_expression and
1119 value_assign.
1120 (install_new_variable): Likewise for value_fetch_lazy.
1121 (adjust_value_for_child_access): Likewise for value_ind.
1122 (c_describe_child): Likewise for value_subscript and
1123 value_ind.
1124 (c_value_of_root): Likewise for evaluate_expression.
1125 * wrapper.c: Remove.
1126 * wrapper.h: Remove.
1127
1128 2012-01-09 Doug Evans <dje@google.com>
1129
1130 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
1131 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
1132 "abfd" args with "section". All callers updated.
1133 Error checking code moved ...
1134 (error_check_comp_unit_head): ... here. New function.
1135 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
1136 Delete arg "abfd". New arg "type_offset". All callers updated.
1137 (create_debug_types_hash_table): Simplify by using
1138 read_and_check_type_unit_head.
1139
1140 * parser-defs.h (namecopy): Delete.
1141 * parse.c (namecopy, namecopy_size): Move into copy_name.
1142
1143 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1144
1145 Partially fix duplicate .o files after omitting libbfd.a.
1146 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
1147 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1148 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
1149 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1150 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
1151 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
1152 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1153
1154 2012-01-09 Pedro Alves <palves@redhat.com>
1155
1156 * MAINTAINERS: Update my email address.
1157
1158 2012-01-08 Doug Evans <dje@google.com>
1159
1160 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
1161 n_type_units. Rename type_comp_units to all_type_units.
1162 All uses updated.
1163 (add_signatured_type_cu_to_table): Renamed from
1164 add_signatured_type_cu_to_list. All callers updated.
1165
1166 * gdbtypes.h (struct cplus_struct_type): Delete member
1167 nfn_fields_total. All uses removed.
1168
1169 2012-01-06 Doug Evans <dje@google.com>
1170
1171 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
1172 to top of file.
1173 (dwarf2_find_comp_unit): Delete.
1174 (process_psymtab_comp_unit): Make result "void".
1175 Delete args buffer, info_ptr, buffer_size, and replace with
1176 "section". All callers updated.
1177 (dwarf2_build_psymtabs_hard): Simplify.
1178
1179 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
1180 Thiago Jung Bauermann <bauerman@br.ibm.com>
1181
1182 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
1183 before `struct gdb_exception'.
1184 * breakpoint.c (update_global_location_list_nothrow)
1185 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
1186 * cp-abi.c (value_rtti_type): Likewise.
1187 * cp-support.c (cp_validate_operator): Likewise.
1188 * infrun.c (insert_exception_resume_breakpoint)
1189 (check_exception_resume, keep_going): Likewise.
1190 * mi-interp.c (mi_breakpoint_created)
1191 (mi_breakpoint_modified): Likewise.
1192 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
1193 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
1194 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
1195
1196 2012-01-05 Doug Evans <dje@google.com>
1197
1198 * dwarf2read.c (statement_prologue): Delete, unused.
1199
1200 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
1201 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
1202
1203 * dwarf2read.c (comp_unit_header): Delete, unused.
1204
1205 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
1206
1207 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
1208 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
1209
1210 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
1211
1212 * infrun.c (normal_stop): Don't skip calling the normal_stop
1213 observers if the thread was doing a multi-step, but stopped for
1214 some reason other than stepping.
1215
1216 2012-01-05 Pedro Alves <alves.ped@gmail.com>
1217
1218 * cli/cli-decode.h: Add comments.
1219 (CMD_LIST_AMBIGUOUS): Moved to command.h
1220 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
1221 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
1222 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
1223 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
1224 (add_com, add_com_alias, add_info, add_info_alias)
1225 (complete_on_cmdlist, complete_on_enum, help_list): Remove
1226 declarations.
1227 * command.h: Add and adjust comments.
1228 (CMD_LIST_AMBIGUOUS): Moved here.
1229 (help_cmd, help_cmd_list): Delete declarations.
1230
1231 2012-01-04 Doug Evans <dje@google.com>
1232
1233 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
1234 All callers updated.
1235 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
1236 Replace all arguments with "per_cu". All callers updated.
1237
1238 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
1239
1240 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
1241 New arg "per_cu". All callers updated.
1242
1243 Delete #if 0'd out code.
1244 * language.c (binop_result_type): Delete.
1245 (simple_type, ordered_type, same_type, integral_type): Delete.
1246 (numeric_type, character_type, string_type, boolean_type): Delete.
1247 (float_type, structured_type): Delete.
1248 * language.h: Update.
1249
1250 2012-01-04 Tom Tromey <tromey@redhat.com>
1251
1252 * python/py-value.c (valpy_binop): Initialize 'res_val'.
1253
1254 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1255
1256 * corefile.c (close_exec_file): Delete.
1257 (reopen_exec_file): Remove commented out code that seems related
1258 to close_exec_file, which is being deleted here.
1259 * inferior.h (close_exec_file): Delete.
1260 * fork-child.c (fork_inferior): Remove call to fork_inferior.
1261
1262 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1263
1264 * ada-lang.c: #include "cli/cli-utils.h".
1265 (get_selections): Use skip_spaces.
1266 (ada_get_next_arg): Use skip_spaces and skip_to_space.
1267 (catch_ada_exception_command_split): Use skip_spaces.
1268 (ada_decode_assert_location): Likewise.
1269
1270 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1271
1272 * linespec.c (decode_line_internal): Check for C++ or Java
1273 compound constructs only if the current language is C, C++
1274 or Java.
1275
1276 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1277
1278 Revert:
1279 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1280 Joel Brobecker <brobecker@adacore.com>
1281 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
1282 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
1283 3 times.
1284 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
1285 fall through into AT_ENTRY_POINT.
1286 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
1287 DUMMY_ADDR with it.
1288 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
1289 PPC_INSN_SIZE skip to 3 times.
1290
1291 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1292
1293 * linespec.c (add_minsym): Preserve function descriptors.
1294
1295 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
1296
1297 * breakpoint.c (all_locations_are_pending): Consider locations
1298 in program spaces executing during startup pending as well.
1299
1300 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1301
1302 Copyright year update in most files of the GDB Project.
1303
1304 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1305
1306 * copyright.sh: Delete.
1307 * copyright.py: Rewrite.
1308
1309 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1310
1311 * gnulib/extra/update-copyright: New file, imported from gnulib.
1312
1313 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1314
1315 * README (Copyright and License Notices): New section.
1316
1317 2012-01-03 Tom Tromey <tromey@redhat.com>
1318
1319 PR python/12533:
1320 * python/py-value.c (valpy_dereference, valpy_get_address
1321 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
1322 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
1323 (valpy_absolute, valpy_richcompare): Free intermediate values.
1324
1325 2011-01-03 Joel Brobecker <brobecker@adacore.com>
1326
1327 * ada-lang.c: Reformat the copyright notice.
1328
1329 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1330
1331 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
1332 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
1333 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
1334 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
1335 Revert this part of:
1336 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1337 Build gdb directly from *.o files not using libgdb.a.
1338 * Makefile.in (COMMON_OBS): Remove solib-target.o.
1339
1340 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1341
1342 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
1343 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
1344 Reformat the copyright header.
1345
1346 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1347
1348 Revert this part of:
1349 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1350 Remove the gdbtui binary.
1351 * gdb.c (main): Remove args.interpreter_p initialization.
1352 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
1353 * main.h (struct captured_main_args): Remove interpreter_p.
1354
1355 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1356
1357 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
1358
1359 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1360
1361 * top.c (print_gdb_version): Update copyright year.
1362
1363 2012-01-02 Yao Qi <yao@codesourcery.com>
1364
1365 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
1366
1367 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1368 Joel Brobecker <brobecker@adacore.com>
1369
1370 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
1371 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
1372 3 times.
1373 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
1374 fall through into AT_ENTRY_POINT.
1375 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
1376 DUMMY_ADDR with it.
1377 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
1378 PPC_INSN_SIZE skip to 3 times.
1379
1380 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1381
1382 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
1383 the return value.
1384 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
1385
1386 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1387
1388 Build gdb directly from *.o files not using libgdb.a.
1389 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
1390 (COMMON_OBS): Remove solib-target.o.
1391 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
1392 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
1393 (LIBGDB_OBS, libgdb.a): Move it above.
1394 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
1395 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
1396 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
1397 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
1398 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
1399 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
1400 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
1401 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
1402 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
1403 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
1404 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
1405 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
1406 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
1407 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
1408 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
1409 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
1410 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
1411 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
1412 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
1413 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
1414 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
1415 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
1416 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
1417 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
1418 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
1419 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
1420 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
1421
1422 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1423
1424 Remove the gdbtui binary.
1425 * .gitignore (/gdbtui): Remove.
1426 * Makefile.in (TUI): Remove.
1427 (SUBDIR_TUI_OBS): Remove tui-main.o.
1428 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
1429 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
1430 (tui-main.o): Remove.
1431 (all_object_files): Remove tui-main.o.
1432 * NEWS: New note for the gdbtui removal.
1433 * configure: Rebuilt.
1434 * configure.ac: No longer add all-tui, clean-tui, install-tui and
1435 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
1436 CONFIG_UNINSTALL respectively.
1437 * gdb.c (main): Remove args.interpreter_p initialization.
1438 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
1439 * main.h (struct captured_main_args): Remove interpreter_p.
1440 * tui/tui-main.c: Remove.
1441
1442 2012-01-01 Doug Evans <dje@google.com>
1443
1444 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
1445 (dwarf2_physname, read_import_statement): Ditto.
1446 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
1447 (process_structure_scope read_subroutine_type): Ditto.
1448 (read_typedef, load_partial_dies, read_partial_die): Ditto.
1449 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
1450 (dwarf2_fetch_die_location_block): Ditto.
1451 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
1452
1453 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
1454 All callers updated.
1455 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
1456 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
1457 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
1458
1459 * dwarf2read.c (load_cu): Move assert to more useful location.
1460
1461 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
1462 All callers updated.
1463
1464 * dwarf2read.c (dwarf2_per_objfile): Add comment.
1465 (dwarf2_elf_names): Minor reformat.
1466 (dwarf2_per_cu_data): Tweak comment.
1467 (dwarf2_read_section): Fix comment.
1468 (create_all_comp_units): Fix comment.
1469 (load_full_comp_unit): Fix comment.
1470 (process_full_comp_unit): Fix comment.
1471 (read_signatured_type): Fix comment.
1472
1473 For older changes see ChangeLog-2011.
1474 \f
1475 Local Variables:
1476 mode: change-log
1477 left-margin: 8
1478 fill-column: 74
1479 version-control: never
1480 coding: utf-8
1481 End:
This page took 0.059873 seconds and 5 git commands to generate.