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