* inf-ptrace.c (inf_ptrace_post_attach): Make static.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
2
3         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
4
5 2012-03-12  Chris January  <chris.january@allinea.com>
6
7         * aix-thread.c (_initialize_aix_thread): Add prototype.
8         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10
11 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
12
13         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
14         include of "amd64-nat.h".
15
16 2012-03-12  Tom Tromey  <tromey@redhat.com>
17
18         * buildsym.c (record_pending_block): Now static.
19         * buildsym.h: (record_pending_block): Remove.
20
21 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
22
23         * amd64bsd-nat.c: Include amd64bsd-nat.h.
24
25 2012-03-09  Tom Tromey  <tromey@redhat.com>
26
27         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
28         producer_is_gxx_lt_4_6>: New fields.
29         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
30
31 2012-03-09  Tom Tromey  <tromey@redhat.com>
32
33         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
34
35 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
36
37         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
38         prototype.
39
40 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
41
42         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
43
44 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
45
46         Fix -Wmissing-prototypes build.
47         * arm-linux-nat.c (get_thread_id): Make it static.
48         * xtensa-linux-nat.c (get_thread_id): Likewise.
49
50 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
51
52         * server.c (process_point_options): If a conditional expression
53         is found, only print a message if remote_debug is nonzero.
54
55 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
56
57         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
58         of internal error for unknown/unsupported types.
59
60 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
61
62         Fix CU relative vs. absolute DIE offsets.
63         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
64         offset to offset_in_cu.
65         * dwarf2read.c (process_enumeration_scope): Add CU offset to
66         TYPE_OFFSET.
67         (dwarf2_fetch_die_location_block): Rename parameter offset to
68         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
69
70 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
71
72         * libunwind-frame.c: Rename to ...
73         * ia64-libunwind-tdep.c: ... here.
74         * libunwind-frame.h: Rename to ...
75         * ia64-libunwind-tdep.h: ... here.
76         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
77         ia64-libunwind-tdep.h.
78         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
79         * README (--with-libunwind): Rename to ...
80         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
81         * config.in: Regenerate.
82         * configure: Regenerate.
83         * configure.ac: New option --with-libunwind-ia64, make the
84         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
85         Remove AC_DEFINE for HAVE_LIBUNWIND.
86         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
87         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
88         Rename libunwind-frame in the general comment.
89         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
90         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
91         Move forward declarations inside #ifndef.  Rename libunwind-frame in
92         the general comment.
93         * ia64-tdep.c: Rename libunwind-frame.h #include to
94         ia64-libunwind-tdep.h.
95         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
96         (ia64_libunwind_descr): Rename libunwind-frame to
97         ia64-libunwind-tdep in these function comments.
98         * ia64-tdep.h: Rename libunwind-frame.h #include to
99         ia64-libunwind-tdep.h.
100         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
101         ia64-libunwind-tdep in that data comment.
102
103 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
104
105         * libunwind-frame.h (struct frame_unwind): New declaration.
106
107 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
108
109         * breakpoint.c (_initialize_breakpoint): Fix error in help of
110         "set breakpoint condition-evaluation" command.
111
112 2012-03-08  Tristan Gingold  <gingold@adacore.com>
113
114         * sparc-stub.c: Move to stubs/
115         * sh-stub.c: Likewise.
116         * m68k-stub.c: Likewise.
117         * m32r-stub.c: Likewise.
118         * i386-stub.c: Likewise.
119
120 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
121
122         * m68klinux-tdep.c (m68k_linux_init_abi): Register
123         linux_get_siginfo_type.
124
125         * m68klinux-nat.c: Include "gdb_proc_service.h".
126         (PTRACE_GET_THREAD_AREA): Define.
127         (ps_get_thread_area): New function.
128
129 2012-03-08  Yao Qi  <yao@codesourcery.com>
130
131         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
132         `xsnprintf'.
133         (remote_query_attached): Likewise.
134         (remote_static_tracepoint_marker_at): Likewise.
135         (remote_set_permissions): Likewise.
136         (remote_detach_1, extended_remote_attach_1): Likewise.
137         (send_g_packet, remote_vkill): Likewise.
138         (extended_remote_disable_randomization): Likewise.
139         (remote_add_target_side_condition): Likewise.
140         (remote_insert_breakpoint): Likewise.
141         (remote_remove_breakpoint): Likewise.
142         (remote_insert_watchpoint): Likewise.
143         (remote_remove_watchpoint): Likewise.
144         (remote_insert_hw_breakpoint): Likewise.
145         (remote_insert_hw_breakpoint): Likewise.
146         (remote_remove_hw_breakpoint): Likewise.
147         (remote_download_command_source): Likewise.
148         (remote_download_tracepoint): Likewise.
149         (remote_download_trace_state_variable): Likewise.
150         (remote_disable_tracepoint): Likewise.
151         (remote_trace_set_readonly_regions): Likewise.
152         (remote_get_tracepoint_status): Likewise.
153         (remote_trace_find): Likewise.
154         (remote_get_trace_state_variable_value): Likewise.
155         (remote_set_disconnected_tracing): Likewise.
156         (remote_set_circular_trace_buffer): Likewise.
157         (remote_get_min_fast_tracepoint_insn_len): Likewise.
158         (remote_use_agent): Likewise.
159         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
160         Update callers.
161
162 2012-03-07  Pedro Alves  <palves@redhat.com>
163
164         * NEWS: Mention QProgramSignals.
165         * inferior.h (update_signals_program_target): Declare.
166         * infrun.c: (update_signals_program_target): New.
167         (handle_command): Update the target of the new program signals
168         array changes.
169         * remote.c (PACKET_QProgramSignals): New enum.
170         (last_program_signals_packet): New global.
171         (remote_program_signals): New.
172         (remote_start_remote): Update the target with the program signals
173         list.
174         (remote_protocol_features): Add entry for QPassSignals.
175         (remote_open_1): Free anc clear last_program_signals_packet.
176         (init_remote_ops): Install remote_program_signals.
177         * target.c (update_current_target): Adjust.
178         (target_program_signals): New.
179         * target.h (struct target_ops) <to_program_signals>: New field.
180         (target_program_signals): Declare.
181
182 2012-03-07  Pedro Alves  <palves@redhat.com>
183
184         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
185         extensions.
186
187 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
188
189         * m68klinux-nat.c (getregs_supplies): Make static.
190         (getfpregs_supplies): Likewise.
191         (have_ptrace_getregs): Likewise.
192
193 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
194
195         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
196         in call to get_die_type_at_offset.
197
198 2012-03-06  Stan Shebs  <stan@codesourcery.com>
199
200         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
201         * mi/mi-cmd-disas.c: Ditto.
202         * mi/mi-cmd-env.c: Ditto.
203         * mi/mi-cmd-file.c: Ditto.
204         * mi/mi-cmd-stack.c: Ditto.
205         * mi/mi-cmd-target.c: Ditto.
206         * mi/mi-cmd-var.c: Ditto.
207         * mi/mi-cmds.c: Ditto.
208         * mi/mi-cmds.h: Ditto.
209         * mi/mi-console.c: Ditto.
210         * mi/mi-getopt.c: Ditto.
211         * mi/mi-getopt.h: Ditto.
212         * mi/mi-interp.c: Ditto.
213         * mi/mi-main.c: Ditto.
214         * mi/mi-out.c: Ditto.
215         * mi/mi-parse.c: Ditto.
216         * mi/mi-parse.h: Ditto.
217         * mi/mi-symbol-cmds.c: Ditto.
218
219         * mi/mi-getopt.h: Move mi_opt struct up.
220         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
221         return.
222         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
223
224 2012-03-06  Tom Tromey  <tromey@redhat.com>
225
226         * proc-service.c (ps_pglobal_lookup): Set the current program
227         space.
228
229 2012-03-06  Pedro Alves  <palves@redhat.com>
230
231         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
232
233 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
234
235         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
236
237 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
238
239         Code cleanup.
240         * common/linux-osdata.c (linux_common_core_of_thread): New function
241         comment.
242         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
243         call by linux_common_core_of_thread.
244         (linux_nat_core_of_thread_1): Remove.
245         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
246         * linux-thread-db.c: Include linux-osdata.h.
247         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
248         linux_common_core_of_thread.
249
250 2012-03-05  Tom Tromey  <tromey@redhat.com>
251
252         * value.c (value_primitive_field): Don't fetch contents for
253         non-virtual bases.
254
255 2012-03-05  Tom Tromey  <tromey@redhat.com>
256
257         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
258
259 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
260
261         * s390-nat.c: Include "gregset.h".
262
263 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
264
265         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
266         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
267         (libunwind_load): New variable so_error, use it for dlerror.  Try to
268         load also LIBUNWIND_SO_7.
269
270 2012-03-05  Pedro Alves  <palves@redhat.com>
271
272         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
273         is not NULL, and remove resulting dead code.
274
275 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
276
277         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
278         prologue to sh_analyze_prologue.
279         (sh_analyze_prologue): Make better use of such an upper limit, and
280         generally be more cautious about accessing memory.
281
282 2012-03-05  Tom Tromey  <tromey@redhat.com>
283
284         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
285         _initialize_ia64_hpux_tdep.
286
287 2012-03-05  Pedro Alves  <palves@redhat.com>
288
289         PR gdb/13766
290
291         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
292         the register state is clear, supply explicit zero, instead of
293         marking the register unavailable.
294
295 2012-03-05  Tristan Gingold  <gingold@adacore.com>
296
297         * NEWS: Mention OpenVMS ia64 new target.
298
299 2012-03-05  Tristan Gingold  <gingold@adacore.com>
300
301         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
302         (ia64_unw_accessors, ia64_unw_rse_accessors)
303         (ia64_libunwind_descr): Declare.
304         * ia64-vms-tdep.c: New file.
305         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
306         (ia64_libunwind_descr): Make them public.
307         * configure.tgt: Add ia64-*-*vms*.
308         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
309         (ALLDEPFILES): Add ia64-vms-tdep.c
310
311 2012-03-05  Tristan Gingold  <gingold@adacore.com>
312
313         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
314         * remote.c (PACKET_qXfer_uib): New enum value.
315         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
316         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
317         (_initialize_remote): Call add_packet_config_cmd for
318         xfer:uib packet.
319
320 2012-03-05  Tristan Gingold  <gingold@adacore.com>
321
322         * osabi.c (gdb_osabi_names): Add OpenVMS.
323         (generic_elf_osabi_sniffer): Likewise.
324         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
325
326 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
327
328         Removed unused code.
329         * libunwind-frame.c (libunwind_frame_unwind)
330         (libunwind_frame_base_address): Remove.
331         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
332
333 2012-03-04  Yao Qi  <yao@codesourcery.com>
334
335         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
336         remove trailing new line.
337         (agent_run_command, agent_run_command): Add _ markup.
338         (agent_capability_check): Likewise.
339
340 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
341
342         * breakpoint.c (set_condition_evaluation_mode): Set
343         CONDITION_EVALUATION_MODE unconditionally.
344
345 2012-03-03  Yao Qi  <yao@codesourcery.com>
346
347         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
348         * common/agent.h: Update declaration.
349         * inf-child.c (inf_child_use_agent): New.
350         (inf_child_can_use_agent): New.
351         (inf_child_target): Initialize fields `to_use_agent'
352         and `to_can_use_agent'.
353         * agent.c (agent_new_objfile): New.
354         (_initialize_agent): Add agent_new_objfile to new_objfile
355         observer.
356
357         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
358         New.
359         (linux_target_install_ops): Initialize field
360         `to_static_tracepoint_markers_by_strid'.
361         * remote.c (free_current_marker): Move it to ...
362         * tracepoint.c (free_current_marker): ... here.  New.
363         (cleanup_target_stop): New.
364         * tracepoint.h: Declare free_current_marker.
365         * NEWS: Add one entry about `info static-tracepoint-marker'.
366
367 2012-03-03  Yao Qi  <yao@codesourcery.com>
368
369         * common/agent.c (agent_loaded_p): New.
370         (agent_look_up_symbols): New global.
371         * common/agent.h: Declare agent_loaded_p.
372
373 2012-03-03  Yao Qi  <yao@codesourcery.com>
374
375         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
376         (agent_capability_check, agent_capability_invalidate): New.
377         (symbol_list): New array element.
378         * common/agent.h (enum agent_capa): New.
379         * target.c (target_pre_inferior): Call agent_capability_invalidate.
380
381 2012-03-03  Yao Qi  <yao@codesourcery.com>
382
383         * target.h (struct target_ops) <to_use_agent>: New field.
384         (struct target_ops) <to_can_use_agent>: New field.
385         (target_use_agent, target_can_use_agent): New macro.
386         * target.c (update_current_target): Update.
387         * remote.c: New enum `PACKET_QAgent'.
388         (remote_protocol_features): Add a new element.
389         (remote_use_agent, remote_can_use_agent): New.
390         (init_remote_ops): Initialize field `can_use_agent' with
391         remote_can_use_agent.  Intiailize field `use_agent' with
392         remote_use_agent.
393         * common/agent.c (use_agent): New global.
394         * common/agent.h: Declare it.
395         * tracepoint.c (info_static_tracepoint_markers_command): Add
396         comment.
397         * Makefile.in (SFILES): Add common/agent.c and agent.c.
398         (COMMON_OBS): Add common/agent.o and agent.o
399         (common-agent.o): New rule.
400         * agent.c: New.
401
402 2012-03-03  Yao Qi  <yao@codesourcery.com>
403
404         * common/agent.c: New.
405         * common/agent.h: New.
406         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
407         AC_CHECK_HEADERS.
408         * configure, configh.in: Regenerated.
409
410 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
411
412         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
413         unless it exists for this architecture.
414
415 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
416
417         * language.h (struct language_defn): New "method" la_read_var_value.
418         * findvar.c: #include "language.h".
419         (default_read_var_value): Renames read_var_value.  Rewrite
420         function description.
421         (read_var_value): New function.
422         * value.h (default_read_var_value): Add prototype.
423         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
424         New functions.
425         (ada_language_defn): Add entry for la_read_var_value.
426         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
427         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
428         language_defn structures to add entry for new la_read_var_value
429         field.
430
431 2012-03-02  Tom Tromey  <tromey@redhat.com>
432             Pedro Alves  <palves@redhat.com>
433
434         PR breakpoints/13776:
435         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
436         breakpoints.
437         (delete_longjmp_breakpoint_at_next_stop): New.
438         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
439         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
440         before deleting the inferior.  Add comments.
441         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
442         breakpoints immediately, but only on next stop.  Move that code
443         next to where we mark other breakpoints for deletion.
444
445 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
446
447         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
448         marker.
449         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
450         violation.
451
452 2012-03-02  Pedro Alves  <palves@redhat.com>
453
454         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
455
456 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
457
458         Fix -Wmissing-prototypes build.
459         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
460         * remote-sim.c (gdbsim_has_all_memory): Likewise.
461         (gdbsim_has_memory): Likewise.
462
463 2012-03-02  Yao Qi  <yao@codesourcery.com>
464
465         Fix -Wmissing-prototypes build.
466         * charset.c (phony_iconv_open): Make static.
467         (phony_iconv_close, phony_iconv): Likewise.
468         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
469         * i386-windows-nat.c (_initialize_i386_windows_nat): New
470         prototype.
471         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
472         * ser-mingw.c (create_select_thread): Make static.
473         * windows-termcap.c (tgetent): New prototype.
474         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
475
476 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
477
478         Fix -Wmissing-prototypes build.
479         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
480         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
481         (_initialize_loadable): New prototypes.
482
483 2012-03-02  Doug Evans  <dje@google.com>
484
485         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
486         abbrev table, read_comp_unit will do it.
487
488 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
489
490         Fix -Wmissing-prototypes build.
491         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
492         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
493         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
494         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
495         (_initialize_arm_symbian_tdep): New prototype.
496         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
497         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
498         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
499         static.
500         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
501         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
502         prototype.
503         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
504         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
505         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
506         static.
507         * moxie-tdep.c (moxie_process_record): Likewise.
508         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
509         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
510         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
511         (_initialize_rl78_tdep): New prototype.
512         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
513         (_initialize_rx_tdep): New prototype.
514         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
515         (_initialize_darwin_solib): New prototype.
516         * solib-spu.c: Include solib-spu.h.
517         (_initialize_spu_solib): New prototype.
518         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
519         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
520         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
521         (tic6x_software_single_step): Make it static.
522         (_initialize_tic6x_tdep): New prototype.
523
524 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
525
526         Fix -Wmissing-prototypes build.
527         * cris-tdep.c (cris_can_use_hardware_watchpoint)
528         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
529
530 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
531
532         Fix -Wmissing-prototypes build.
533         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
534         (frv_have_stopped_data_address): Remove.
535
536 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
537
538         Fix -Wmissing-prototypes build.
539         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
540         * sh-tdep.c: Include sh64-tdep.h.
541         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
542         * sh64-tdep.c: Include sh64-tdep.h.
543         * sh64-tdep.h: New file.
544
545 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
546
547         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
548
549 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
550
551         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
552         sp_regnum once the gdbarch_init_osabi hook has been called.
553
554 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
555
556         * mips-tdep.c (mips32_bc1_pc): New function.
557         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
558         BPOSGE32 and BPOSGE64 instructions.
559         (deal_with_atomic_sequence): Likewise.
560         (mips32_instruction_has_delay_slot): Likewise.
561
562 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
563             Chris Dearman  <chris@mips.com>
564             Maciej W. Rozycki  <macro@codesourcery.com>
565             Joseph Myers  <joseph@codesourcery.com>
566
567         * features/mips-dsp.xml: New file.
568         * features/mips64-dsp.xml: New file.
569         * features/mips-dsp-linux.xml: New file.
570         * features/mips64-dsp-linux.xml: New file.
571         * features/Makefile (WHICH): Add mips-dsp-linux and
572         mips64-dsp-linux.
573         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
574         * features/mips-dsp-linux.c: New file.
575         * features/mips64-dsp-linux.c: New file.
576         * regformats/mips-dsp-linux.dat: New file.
577         * regformats/mips64-dsp-linux.dat: New file.
578         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
579         registers.
580         (mips64_linux_register_addr): Likewise.
581         (mips64_linux_regsets_fetch_registers): Likewise.
582         (mips64_linux_regsets_store_registers): Likewise.
583         (mips64_linux_fetch_registers): Update call to
584         mips64_linux_regsets_fetch_registers.
585         (mips64_linux_store_registers): Update call to
586         mips64_linux_regsets_store_registers.
587         (mips_linux_read_description): Probe for DSP registers.
588         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
589         and initialize_tdesc_mips64_dsp_linux.
590         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
591         Remove padding of no longer used embedded register slots.
592         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
593         (MIPS_RESTART_REGNUM): Redefine enum value.
594         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
595         strings.
596         (mips_tx39_reg_names): Likewise.
597         (mips_linux_reg_names): New array of register names for Linux
598         targets.
599         (mips_register_name): Check for a null pointer in
600         mips_processor_reg_names and return an empty string.
601         (mips_register_type): Exclude embedded registers for the IRIX
602         and Linux ABIs.
603         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
604         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
605         DSP registers.
606         (mips_stab_reg_to_regnum): Handle DSP accumulators.
607         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
608         (mips_gdbarch_init): Likewise.  Initialize internal register
609         indices for the Linux ABI.  Use dynamic numbers to refer to
610         registers, as applicable, while parsing the target description.
611         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
612
613 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
614
615         * frame.h (read_frame_register_unsigned): Fix typo in function
616         description.
617
618 2012-03-01  Pedro Alves  <palves@redhat.com>
619
620         * jit-reader.in [!__cplusplus]
621         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
622
623 2012-03-01  Pedro Alves  <palves@redhat.com>
624
625         * configure.ac (build_warnings): Add -Wmissing-prototypes.
626         * configure: Regenerate.
627
628 2012-03-01  Pedro Alves  <palves@redhat.com>
629
630         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
631         * breakpoint.c (create_exception_master_breakpoint, trace_command)
632         (ftrace_command, strace_command): Make static.
633         * d-lang.c (_initialize_d_language): Declare.
634         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
635         * dwarf2loc.c (_initialize_dwarf2loc):
636         * dwarf2read.c (process_psymtab_comp_unit): Make static.
637         * exec.c (exec_get_section_table): Make static.
638         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
639         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
640         * inferior.c (remove_inferior_command, add_inferior_command)
641         (clone_inferior_command): Make static.
642         * linux-nat.c (linux_nat_thread_address_space)
643         (linux_nat_core_of_thread): Make static.
644         * linux-tdep.c (_initialize_linux_tdep): Declare.
645         * objc-lang.c (_initialize_objc_lang): Declare.
646         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
647         Make static.
648         (_initialize_opencl_language): Declare.
649         * record.c (_initialize_record): Declare.
650         * remote.c (demand_private_info, remote_get_tib_address)
651         (remote_supports_cond_tracepoints)
652         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
653         Make static.
654         * skip.c (_initialize_step_skip): Declare.
655         * symtab.c (skip_prologue_using_lineinfo): Make static.
656         * tracepoint.c (delete_trace_state_variable)
657         (trace_variable_command, delete_trace_variable_command)
658         (get_uploaded_tsv, find_matching_tracepoint_location)
659         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
660         Make static.
661         * value.c (pack_unsigned_long): Make static.
662         * varobj.c (varobj_ensure_python_env): Make static.
663         * windows-tdep.c (_initialize_windows_tdep): Declare.
664         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
665
666 2012-03-01  Pedro Alves  <palves@redhat.com>
667
668         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
669         gdbarch parameter.
670         (linux_init_abi): Install it as has_shared_address_space gdbarch
671         callback.
672
673 2012-03-01  Pedro Alves  <palves@redhat.com>
674
675         * observer.c (observer_test_first_notification_function)
676         (observer_test_second_notification_function)
677         (observer_test_third_notification_function): Add declarations.
678
679 2012-03-01  Pedro Alves  <palves@redhat.com>
680
681         * common/signals.c (default_target_signal_to_host)
682         (default_target_signal_from_host): Move ...
683         * arch-utils.c: ... here.
684         * arch-utils.h (default_target_signal_to_host)
685         (default_target_signal_from_host): Declare.
686
687         * common/signals.c (target_signal_from_command): Move ...
688         * infrun.c: ... here.
689         * inferior.h (target_signal_from_command): Declare.
690         * target.h (target_signal_from_command)
691         (default_target_signal_from_host, default_target_signal_to_host):
692         Delete declarations.
693
694         * common/signals.c (_initialize_signals): Delete.
695
696 2012-03-01  Pedro Alves  <palves@redhat.com>
697
698         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
699         both __cplusplus and !__cplusplus.
700
701 2012-03-01  Pedro Alves  <palves@redhat.com>
702
703         * psymtab.c (find_and_open_source): Delete declaration.
704         * source.c (find_and_open_source): Move comment ...
705         * source.h (find_and_open_source): ... to this new declaration.
706
707 2012-03-01  Pedro Alves  <palves@redhat.com>
708
709         * inline-frame.c: Include inline-frame.h.
710
711 2012-03-01  Pedro Alves  <palves@redhat.com>
712
713         * tui/tui-data.c (set_gen_win_origin): Delete.
714         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
715         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
716
717 2012-03-01  Pedro Alves  <palves@redhat.com>
718
719         * remote.c (encode_actions): Delete declaration.
720         * tracepoint.c (encode_actions): Make extern.
721         * tracepoint.h (encode_actions): Declare.
722
723 2012-03-01  Pedro Alves  <palves@redhat.com>
724
725         * python/py-breakpoint.c: Include python.h.
726         * python/py-continueevent.c (create_continue_event_object): Make
727         static.
728         * python/py-lazy-string.c (stpy_get_type): Make static.
729         * python/py-newobjfileevent.c (create_new_objfile_event_object):
730         Make static.
731         * python/py-utils.c (unicode_to_target_python_string): Make
732         static.
733         * python/py-value.c: Include python.h.
734
735 2012-03-01  Pedro Alves  <palves@redhat.com>
736
737         * inferior.c (delete_threads_of_inferior): Delete.
738
739 2012-03-01  Pedro Alves  <palves@redhat.com>
740
741         Import fallback definitions from glibc.
742
743         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
744         ps_prochandle): Forward declare.
745         (ps_err_e): Use glibc's comments.
746         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
747         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
748         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
749         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
750         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
751         (struct ps_prochandle): Adjust comment.
752
753 2012-03-01  Pedro Alves  <palves@redhat.com>
754
755         * ada-lang.c (ada_modulus_from_name): Delete.
756         * ada-lex.l (lexer_init): Make static.
757
758 2012-03-01  Pedro Alves  <palves@redhat.com>
759
760         PR gdb/13767
761
762         * frame.c (read_frame_register_unsigned): New.
763         * frame.h (read_frame_register_unsigned): Declare.
764         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
765         Handle it.
766         (print_i387_control_word): New parameter `control_p'.  Handle it.
767         (i387_print_float_info): Handle unavailable float registers.
768
769 2012-03-01  Keith Seitz  <keiths@redhat.com>
770
771         * linespec.c (decode_line_2): Sort the list of methods
772         alphabetically before presenting the user with a selection
773         menu.
774
775 2012-03-01  Doug Evans  <dje@google.com>
776
777         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
778         has_namespace_info.
779         (dwarf2_read_abbrevs): Remove corresponding initialization.
780
781 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
782
783         * NEWS: Mention new python command class gdb.COMMAND_USER.
784         * cli/cli-cmds.c (show_user): Print error when used on a python
785         command.
786         (init_cli_cmds): Update documentation strings for "show user" and
787         "set/show max-user-call-depth" to clarify that it does not apply to
788         python commands.
789         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
790         error check.
791         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
792         gdb python api.
793         * top.c (execute_command): Only execute a user-defined command as a
794         legacy macro if c->user_commands is set.
795
796 2012-03-01  Tom Tromey  <tromey@redhat.com>
797
798         * valprint.h (struct generic_val_print_decorations): New.
799         (generic_val_print): Declare.
800         * valprint.c (generic_val_print): New function.
801         * p-valprint.c (p_decorations): New global.
802         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
803         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
804         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
805         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
806         * m2-valprint.c (m2_decorations): New global.
807         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
808         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
809         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
810         TYPE_CODE_ERROR>: Call generic_val_print.
811         * f-valprint.c (f_decorations): New global.
812         (f_val_print): Use print_function_pointer_address.
813         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
814         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
815         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
816         generic_val_print.
817         * c-valprint.c (c_decorations): New global.
818         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
819         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
820         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
821         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
822         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
823         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
824         case.
825
826 2012-03-01  Tom Tromey  <tromey@redhat.com>
827
828         * valprint.c (val_print): Update.
829         * p-valprint (pascal_val_print): Return void.
830         * p-lang.h (pascal_val_print): Return void.
831         * m2-valprint.c (m2_val_print): Return void.
832         * m2-lang.h (m2_val_print): Return void.
833         * language.h (struct language_defn) <la_val_print>: Return void.
834         * language.c (unk_lang_val_print): Return void.
835         * jv-valprint.c (java_val_print): Return void.
836         * jv-lang.h (java_val_print): Return void.
837         * f-valprint.c (f_val_print): Return void.
838         * f-lang.h (f_val_print): Return void.
839         * d-valprint.c (d_val_print): Return void.
840         (dynamic_array_type): Update.
841         * d-lang.h (d_val_print): Return void.
842         * c-valprint.c (c_val_print): Return void.
843         * c-lang.h (c_val_print): Return void.
844         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
845         void.
846         * ada-lang.h (ada_val_print): Return void.
847
848 2012-03-01  Tom Tromey  <tromey@redhat.com>
849
850         * value.h (val_print): Return void.
851         * valprint.c (val_print): Return void.
852
853 2012-03-01  Tom Tromey  <tromey@redhat.com>
854
855         * value.h (common_val_print): Return void.
856         * valprint.c (common_val_print): Return void.
857
858 2012-03-01  Tom Tromey  <tromey@redhat.com>
859
860         * value.h (value_print): Return void.
861         * valprint.c (value_print): Return void.
862         * p-valprint.c (pascal_value_print): Return void.
863         * p-lang.h (pascal_value_print): Return void.
864         * language.h (struct language_defn) <la_value_print>: Return
865         void.
866         * language.c (unk_lang_value_print): Return void.
867         * jv-valprint.c (java_value_print): Return void.
868         * jv-lang.h (java_value_print): Return void.
869         * f-valprint.c (c_value_print): Don't declare.
870         Include c-lang.h.
871         * c-valprint.c (c_value_print): Return void.
872         * c-lang.h (c_value_print): Return void.
873         * ada-valprint.c (ada_value_print): Return void.
874         * ada-lang.h (ada_value_print): Return void.
875
876 2012-03-01  Tom Tromey  <tromey@redhat.com>
877
878         * value.c (value_primitive_field): Handle virtual base classes.
879
880 2012-03-01  Tom Tromey  <tromey@redhat.com>
881
882         * gdbtypes.h (struct vbase): Remove.
883
884 2012-03-01  Tom Tromey  <tromey@redhat.com>
885
886         * c-valprint.c (print_function_pointer_address): Move...
887         * valprint.c: ... here.  Make non-static.
888         * m2-valprint.c (print_function_pointer_address): Remove.
889         * valprint.h (print_function_pointer_address): Declare.
890
891 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
892
893         * NEWS: Document the fact that one can provide a condition when
894         creating an Ada exception catchpoint.
895
896 2012-03-01  Tom Tromey  <tromey@redhat.com>
897
898         * valprint.c (val_print_type_code_flags): Fix placement of
899         trailing brace.
900
901 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
902
903         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
904         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
905         environment variable before calling update-copyright.
906
907 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
908
909         * gnulib/extra/update-copyright: Update to the latest from
910         gnulib's git repository.
911         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
912         variable to 2 instead of 1.
913
914 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
915
916         * varobj.c (c_value_of_variable): Remove dead code.
917
918 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
919
920         * ada-lex.p (processId): Do not modify already encoded IDs.
921         Update function documentation.
922
923 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
924
925         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
926         "name" with "struct symbol *name_sym".
927         * ada-exp.y (write_var_or_type): Update call to
928         ada_find_renaming_symbol.
929         "name" with "struct symbol *name_sym". Adjust Implementation
930         accordingly.  Adjust the function documentation.
931
932 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
933
934         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
935         * ada-lang.c (ada_find_any_type): Add advance declaration.
936         Make static.  Replace ada_find_any_symbol by
937         ada_find_any_type_symbol.
938         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
939         Improve function description.  Make static.
940         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
941         Replace ada_find_any_symbol by ada_find_any_type_symbol.
942
943 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
944
945         * ada-lang.c (struct tag_args): Delete.
946         (ada_get_tsd_type): Function body moved up in source file.
947         (ada_tag_name_1, ada_tag_name_2): Delete.
948         (ada_get_tsd_from_tag): New function.
949         (ada_tag_name_from_tsd): New function.
950         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
951         to determine the tag name.
952
953 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
954
955         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
956         declaration.
957         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
958         function.
959
960 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
961
962         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
963
964 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
965
966         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
967         full searches.
968
969 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
970
971         * ada-lang.c (constrained_packed_array_type): If there is a
972         parallel XA type, use it to determine the array index type.
973
974 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
975
976         * ada-valprint.c (ada_val_print_1): If our value is a reference
977         to an array descriptor, dereference it before converting it
978         to a simple array.
979
980 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
981
982         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
983         creating fixed value.
984         (ada_value_ind, ada_coerce_ref, assign_component)
985         (ada_evaluate_subexp): Remove call to unwrap_value before
986         call to ada_to_fixed_value.
987
988 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
989
990         * ada-lang.c (to_fixed_array_type): Set result's type name.
991
992 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
993
994         * ada-lang.c (catch_ada_exception_command_split): Add new
995         argument cond_string.  Add support for condition at end of
996         "catch exception" commands.
997         (ada_decode_exception_location): Add new argument cond_string.
998         Update call to catch_ada_exception_command_split.
999         (create_ada_exception_catchpoint): Add new argument cond_string.
1000         Set the breakpoint condition if needed.
1001         (catch_ada_exception_command): Update call to
1002         ada_decode_exception_location.
1003         (ada_decode_assert_location): Add function documentation.
1004         Add support for condition at end of "catch assert" command.
1005         (catch_assert_command): Update calls to ada_decode_assert_location
1006         and create_ada_exception_catchpoint.
1007
1008 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1009
1010         Fix disp-step-syscall.exp: fork: single step over fork.
1011         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
1012         (i386_linux_get_syscall_number_from_regcache): ... here, new function
1013         comment, change parameters gdbarch and ptid to regcache.  Remove
1014         parameter regcache, initialize gdbarch from regcache here.
1015         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
1016         New functions.
1017         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
1018         instead.
1019         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
1020         'syscall'.  Make the 'int' check more strict.
1021
1022 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1023
1024         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
1025         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
1026         (i386_linux_intx80_sysenter_syscall_record): ... here.
1027         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
1028         Use the renamed function name.
1029
1030 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1031
1032         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
1033         * breakpoint.c (until_break_command): Likewise.
1034         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
1035         * infcall.c (call_function_by_hand): Likewise.
1036         * infcmd.c (finish_forward): Likewise.
1037         * infrun.c (insert_exception_resume_breakpoint): Likewise.
1038
1039 2012-02-28  Tristan Gingold  <gingold@adacore.com>
1040
1041         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
1042         avoid variable assignments inside condition.
1043
1044 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1045
1046         Fix static analysis issue found by cppcheck.
1047         * microblaze-tdep.c (microblaze_extract_return_value): Fix
1048         uninitialized BUF for size 2.
1049
1050 2012-02-27  Chris Dearman  <chris@mips.com>
1051             Nathan Froyd  <froydnj@codesourcery.com>
1052             Maciej W. Rozycki  <macro@codesourcery.com>
1053
1054         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
1055         (mips16_instruction_has_delay_slot): Likewise.
1056         (mips_segment_boundary): Likewise.
1057         (mips_adjust_breakpoint_address): Likewise.
1058         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
1059
1060 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
1061             Maciej W. Rozycki  <macro@codesourcery.com>
1062
1063         * infrun.c (handle_inferior_event): Don't proceed through
1064         shared library trampolines if stepping at the machine
1065         instruction level.
1066
1067 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
1068
1069         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
1070         too.
1071
1072 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
1073
1074         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
1075         (sh_stub_unwind_sniffer): New functions.
1076         (sh_stub_unwind): New variable.
1077         (sh_gdbarch_init): Wire everything.
1078
1079 2012-02-27  Pedro Alves  <palves@redhat.com>
1080
1081         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
1082         (linux_nat_post_attach_wait): Adjust to use
1083         linux_proc_pid_is_stopped.
1084         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
1085         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
1086         based on pid_is_stopped from both linux-nat.c and
1087         gdbserver/linux-low.c, and renamed.
1088
1089 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
1090
1091         * remote.c (remote_watchpoint_addr_within_range): New function.
1092         (init_remote_ops): Use it.
1093
1094 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
1095
1096         * target.h (target_watchpoint_addr_within_range): Document macro.
1097
1098 2012-02-24  Pedro Alves  <palves@redhat.com>
1099
1100         * stack.c (set_last_displayed_sal): Issue internal_error instead
1101         of warning, and issue it after clearing the last displayed sal.
1102
1103 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1104             Pedro Alves  <palves@redhat.com>
1105
1106         * breakpoint.c (until_break_command): Install breakpoints after
1107         all frame manipulations.
1108
1109 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
1110
1111         * remote.c (remote_supports_cond_breakpoints): New forward
1112         declaration.
1113         (remote_add_target_side_condition): New function.
1114         (remote_insert_breakpoint): Add target-side breakpoint
1115         conditional if supported.
1116         (remote_insert_hw_breakpoint): Likewise.
1117         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
1118         hook.
1119
1120         * target.c (update_current_target): Inherit
1121         to_supports_evaluation_of_breakpoint_conditions.
1122         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
1123
1124         * target.h (struct target_ops)
1125         <to_supports_evaluation_of_breakpoint_conditions>: New field.
1126         (target_supports_evaluation_of_breakpoint_conditions): New #define.
1127
1128         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
1129         (condition_evaluation_both, condition_evaluation_auto,
1130         condition_evaluation_host, condition_evaluation_target,
1131         condition_evaluation_enums, condition_evaluation_mode_1,
1132         condition_evaluation_mode): New static globals.
1133         (translate_condition_evaluation_mode): New function.
1134         (breakpoint_condition_evaluation_mode): New function.
1135         (gdb_evaluates_breakpoint_condition_p): New function.
1136         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
1137         (mark_breakpoint_modified): New function.
1138         (mark_breakpoint_location_modified): New function.
1139         (set_condition_evaluation_mode): New function.
1140         (show_condition_evaluation_mode): New function.
1141         (bp_location_compare_addrs): New function.
1142         (get_first_location_gte_addr): New helper function.
1143         (set_breakpoint_condition): Free condition bytecode if locations
1144         has become unconditional.  Call mark_breakpoint_modified (...).
1145         (condition_command): Call update_global_location_list (1) for
1146         breakpoints.
1147         (breakpoint_xfer_memory): Use is_breakpoint (...).
1148         (is_breakpoint): New function.
1149         (parse_cond_to_aexpr): New function.
1150         (build_target_condition_list): New function.
1151         (insert_bp_location): Handle target-side conditional
1152         breakpoints and call build_target_condition_list (...).
1153         (update_inserted_breakpoint_locations): New function.
1154         (insert_breakpoint_locations): Handle target-side conditional
1155         breakpoints.
1156         (bpstat_check_breakpoint_conditions): Add comment.
1157         (bp_condition_evaluator): New function.
1158         (bp_location_condition_evaluator): New function.
1159         (print_breakpoint_location): Print information on where the condition
1160         will be evaluated.
1161         (print_one_breakpoint_location): Likewise.
1162         (init_bp_location): Call mark_breakpoint_location_modified (...) for
1163         breakpoint location.
1164         (force_breakpoint_reinsertion): New functions.
1165         (update_global_location_list): Handle target-side breakpoint
1166         conditions.
1167         Reinsert locations that are already inserted if conditions have
1168         changed.
1169         (bp_location_dtor): Free agent expression bytecode.
1170         (disable_breakpoint): Call mark_breakpoint_modified (...).
1171         Call update_global_location_list (...) with parameter 1 for breakpoints.
1172         (disable_command): Call mark_breakpoint_location_modified (...).
1173         Call update_global_location_list (...) with parameter 1 for breakpoints.
1174         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
1175         (enable_command): mark_breakpoint_location_modified (...).
1176         (_initialize_breakpoint): Update documentation and add
1177         condition-evaluation breakpoint subcommand.
1178
1179         * breakpoint.h: Include ax.h.
1180         (condition_list): New data structure.
1181         (condition_status): New enum.
1182         (bp_target_info) <cond_list>: New field.
1183         (bp_location) <condition_changed, cond_bytecode>: New fields.
1184         (is_breakpoint): New prototype.
1185
1186 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
1187
1188         * remote.c (remote_state) <cond_breakpoints>: New field.
1189         (PACKET_ConditionalBreakpoints): New enum.
1190         (remote_cond_breakpoint_feature): New function.
1191         (remote_protocol_features): Add new ConditionalBreakpoints entry.
1192         (remote_supports_cond_breakpoints): New function.
1193         (_initialize_remote): Add new packet configuration for
1194         target-side conditional breakpoints.
1195
1196 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
1197
1198         * NEWS: Mention target-side conditional breakpoint support,
1199         new condition-evaluation breakpoint subcommand and remote
1200         packet extensions.
1201
1202 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
1203
1204         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
1205         number.
1206
1207 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
1208
1209         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
1210         (after_prologue): Remove.
1211
1212 2012-02-23  Tom Tromey  <tromey@redhat.com>
1213
1214         * jv-valprint.c (java_val_print): Remove dead code.
1215
1216 2012-02-23  Tristan Gingold  <gingold@adacore.com>
1217
1218        * ada-tasks.c (struct ada_tasks_inferior_data): Add
1219         known_tasks_element and known_tasks_length fields.
1220         (read_known_tasks_array): Change argument type.  Use pointer type
1221         and number of elements from DATA.  Adjust.
1222         (read_known_tasks_list): Likewise.
1223         (get_known_tasks_addr): Remove.
1224         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
1225         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
1226         type and array length.  Merge former get_known_tasks_addr code.
1227
1228 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1229
1230         PR backtrace/13716
1231         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
1232         it after set_momentary_breakpoint.
1233
1234 2012-02-22  Sterling Augustine  <saugustine@google.com>
1235
1236         PR 13689:
1237         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
1238
1239 2012-02-22  Gary Benson  <gbenson@redhat.com>
1240
1241         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
1242         (find_slot_in_mapped_hash): Likewise.
1243
1244 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1245
1246         PR build/13638
1247         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
1248         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
1249         * configure: Regenerate.
1250
1251 2012-02-21  Tristan Gingold  <gingold@adacore.com>
1252             Pedro Alves  <palves@redhat.com>
1253
1254         * ia64-tdep.c: Do not include libunwind-ia64.h.
1255         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
1256         Include libunwind-ia64.h instead of libunwind.h.
1257         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
1258         for libunwind.h existence.
1259         * configure, config.in: Regenerate.
1260
1261 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
1262
1263         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
1264         instead of value_rtti_target_type.
1265         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
1266         instead of value_rtti_target_type.
1267         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
1268         value_rtti_target_type.
1269         * valops.c (value_ind): Extract function readjust_indirect_value_type.
1270         (value_rtti_target_type): Rename to ...
1271         (value_rtti_indirect_type): ... here and make it indirect.  Update
1272         function comment.
1273         * value.c (readjust_indirect_value_type): New function.
1274         (coerce_ref): Support for enclosing type setting for references
1275         with readjust_indirect_value_type.
1276         * value.h (readjust_value_type): New declaration.
1277         (value_rtti_target_type): Rename to ...
1278         (value_rtti_indirect_type): ... here.
1279
1280 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
1281
1282         * MAINTAINERS (Write After Approval): Add myself to the list.
1283
1284 2012-02-20  Doug Evans  <dje@google.com>
1285
1286         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
1287         Rename objfile_p_char parameter to objfilep.
1288         (build_objfile_section_table): Result is now void.  All callers
1289         updated.
1290         * objfiles.h (struct objfile): Tweak comments, whitespace.
1291         (build_objfile_section_table): Update.
1292
1293         * elfread.c (elf_symfile_segments): Fix warning text.
1294
1295 2012-02-20  Tom Tromey  <tromey@redhat.com>
1296
1297         PR gdb/13498:
1298         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
1299         particular set of file names once.
1300         (dw2_map_symbol_filenames): Likewise.
1301
1302 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1303
1304         Code cleanup.
1305         * main.c (write_files): Remove the declaration.
1306         (external_editor_command): Move the declaration ...
1307         [GDBTK] (external_editor_command): ... here.  Fix the comment.
1308
1309 2012-02-20  Tom Tromey  <tromey@redhat.com>
1310
1311         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
1312         extraneous block.
1313
1314 2012-02-20  Tristan Gingold  <gingold@adacore.com>
1315
1316         * darwin-nat.h (enum darwin_msg_state): Add comments.
1317
1318 2012-02-20  Tristan Gingold  <gingold@adacore.com>
1319
1320         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
1321         value.
1322
1323 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
1324
1325         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
1326         between function description and implementation.
1327
1328 2012-02-17  Tom Tromey  <tromey@redhat.com>
1329
1330         PR python/12070:
1331         * python/py-event.c (event_object_getset): New global.
1332         (event_object_type): Reference it.
1333         * python/py-type.c (field_object_getset): New global.
1334         (field_object_type): Reference it.
1335         * python/python-internal.h (gdb_py_generic_dict): Declare.
1336         * python/py-utils.c (gdb_py_generic_dict): New function.
1337
1338 2012-02-17  Tristan Gingold  <gingold@adacore.com>
1339
1340         * solib-darwin.c (darwin_current_sos): Check magic and filetype
1341
1342 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
1343
1344         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
1345         TYPE_CALLING_CONVENTION annotation.
1346
1347 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
1348
1349         * MAINTAINERS: Add rx to target ISA section.
1350         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
1351         (ALLDEPFILES): Add rx-tdep.c.
1352
1353 2012-02-16  Tom Tromey  <tromey@redhat.com>
1354
1355         * symfile.c (symbol_file_add_main_1): Use inferior's
1356         symfile_flags.
1357         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
1358         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
1359         inferior.
1360         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
1361         inferior.
1362         (follow_exec): Use inferior's symfile_flags.
1363         * inferior.h (struct inferior) <symfile_flags>: New field.
1364
1365 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
1366
1367         PR gdb/9734:
1368         * remote-sim.c (gdbsim_create_inferior): Call error() when
1369         sim_create_inferior() fails.
1370
1371 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
1372
1373         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
1374
1375 2012-02-16  Tom Tromey  <tromey@redhat.com>
1376
1377         PR c++/13653:
1378         * thread.c (struct current_thread_cleanup) <was_removable>: New
1379         field.
1380         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
1381         (make_cleanup_restore_current_thread): Initialize new field.
1382
1383 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
1384
1385         * MAINTAINERS: Add rl78 to target ISA section.
1386         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
1387         (ALLDEPFILES): Add rl78-tdep.c.
1388         * NEWS: Mention rl78 as a new target.
1389
1390 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
1391
1392         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
1393         data.
1394         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
1395
1396 2012-02-15  Tom Tromey  <tromey@redhat.com>
1397
1398         PR gdb/12659:
1399         * infcmd.c (registers_info): Print just the current register's
1400         name.
1401
1402 2012-02-15  Tom Tromey  <tromey@redhat.com>
1403
1404         * python/py-symbol.c (sympy_value): Use _().
1405
1406 2012-02-15  Pedro Alves  <palves@redhat.com>
1407
1408         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
1409         output to be like native targets'.
1410         (remote_pid_to_str): Special case the null ptid.
1411
1412 2012-02-14  Stan Shebs  <stan@codesourcery.com>
1413
1414         * NEWS: Mention enable count command.
1415         * breakpoint.h (struct breakpoint): New field enable_count.
1416         * breakpoint.c (enable_breakpoint_disp): Add count argument.
1417         (enable_breakpoint): Add arg to call.
1418         (struct disp_data): New struct.
1419         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
1420         (do_map_enable_once_breakpoint): Create a struct and pass it.
1421         (do_map_enable_delete_breakpoint): Ditto.
1422         (do_map_enable_count_breakpoint): New function.
1423         (enable_count_command): New function.
1424         (bpstat_stop_status): Decrement enable_count.
1425         (print_one_breakpoint_location): Report enable count.
1426         (_initialize_breakpoint): Add enable count command.
1427
1428 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
1429
1430         * rl78-tdep.c (reggroups.h): Include.
1431         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
1432         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
1433         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
1434         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
1435         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
1436         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
1437         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
1438         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
1439         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
1440         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
1441         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
1442         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
1443         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
1444         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
1445         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
1446         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
1447         beginning of register list.
1448         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
1449         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
1450         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
1451         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
1452         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
1453         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
1454         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
1455         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
1456         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
1457         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
1458         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
1459         the pseudo registers.  Rearrange other pseudo registers too so
1460         that the bank registers appear at the end.
1461         (rl78_register_type): Account for the fact that the byte sized
1462         bank registers are now pseudo-registers.
1463         (rl78_register_name): Rearrange the register name array.  Make
1464         initial set of raw banked registers inaccessible.
1465         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
1466         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
1467         case for copying bytes back and forth between raw and pseudo
1468         versions of the banked registers.  Update other cases to reflect
1469         the changed names.
1470         (rl78_return_value): Update to account for changed names of
1471         raw registers.
1472         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
1473         rl78_register_sim_regno().
1474
1475 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
1476
1477         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
1478         the name parameter being passed to find_pc_partial_function().
1479
1480 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1481
1482         * MAINTAINERS: Step down from being ia64 target maintainer.
1483
1484 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1485
1486         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
1487         compilation warning.
1488
1489 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1490
1491         Fix crash on loaded shlibs without loaded exec_bfd.
1492         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
1493         (set_section_command): Replace exec_bfd by p->bfd.
1494
1495 2012-02-10  Tom Tromey  <tromey@redhat.com>
1496
1497         * linespec.c (decode_line_internal): Skip symtabs_from_filename
1498         when we have a C++ qualified name.
1499
1500 2012-02-10  Pedro Alves  <palves@redhat.com>
1501
1502         * inferior.c (inferior_pid_to_str): New.
1503         (print_inferior, inferior_command): Use it.
1504
1505 2012-02-10  Pedro Alves  <palves@redhat.com>
1506
1507         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
1508         the test CFLAGS.
1509         * configure: Regenerate.
1510
1511 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1512
1513         * linespec.c (decode_line_internal): Fix comment correctness.
1514
1515 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
1516
1517         PR gdb/12953
1518         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
1519         * amd64bsd-nat.c: Add support for debug registers (adapted from
1520         i386bsd-nat.c).
1521         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
1522         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
1523         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
1524         (amd64bsd_dr_get_control): New functions.
1525         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
1526         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
1527         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
1528         watchpoints initialization.
1529         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
1530
1531 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1532
1533         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
1534         flds_bnds.fields.
1535         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
1536
1537 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1538
1539         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
1540
1541 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
1542
1543         * language.h (symbol_name_cmp_ftype): Renames
1544         symbol_name_match_p_ftype.
1545         (struct language_defn)[la_get_symbol_name_cmp]: Renames
1546         la_get_symbol_name_match_p.
1547         * ada-lang.c (ada_get_symbol_name_cmp): Renames
1548         ada_get_symbol_name_match_p.  Update comment.
1549         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
1550         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
1551         Renames symbol_name_match_p.  Update field type.
1552         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
1553         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
1554         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
1555         "la_get_symbol_name_cmp" in comments.
1556         * language.c: Likewise.
1557
1558 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1559
1560         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
1561         %eflags offset.
1562         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
1563         (amd64_sol2_gregset32_reg_offs): Likewise.
1564
1565 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
1566
1567         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
1568         of the returned BFD is allocated by GDB.
1569
1570 2012-02-07  Tom Tromey  <tromey@redhat.com>
1571
1572         PR python/12027:
1573         * python/python-internal.h (frame_object_type): Declare.
1574         * python/py-symbol.c (sympy_needs_frame): New function.
1575         (sympy_value): New function.
1576         (symbol_object_getset): Add "needs_frame".
1577         (symbol_object_methods): Add "value".
1578         * python/py-frame.c (frame_object_type): No longer static.
1579
1580 2012-02-07  Tom Tromey  <tromey@redhat.com>
1581
1582         PR python/13599:
1583         * python/py-symbol.c (sympy_line): New function.
1584         (symbol_object_getset): Add "line".
1585
1586 2012-02-07  Tom Tromey  <tromey@redhat.com>
1587
1588         * charset.c (find_charset_names): Check 'in' against NULL.
1589
1590 2012-02-06  Doug Evans  <dje@google.com>
1591
1592         * gdbtypes.h (struct main_type): Change type of name,tag_name,
1593         and fields.name members from char * to const char *.  All uses updated.
1594         (struct cplus_struct_type): Change type of fn_fieldlists.name member
1595         from char * to const char *.  All uses updated.
1596         (type_name_no_tag): Update.
1597         (lookup_unsigned_typename, lookup_signed_typename): Update.
1598         * gdbtypes.c (type_name_no_tag): Change result type
1599         from char * to const char *.  All callers updated.
1600         (lookup_unsigned_typename, lookup_signed_typename): Change type of
1601         name parameter from char * to const char *.
1602         * symtab.h (struct cplus_specific): Change type of demangled_name
1603         member from char * to const char *.  All uses updated.
1604         (struct general_symbol_info): Change type of name and
1605         mangled_lang.demangled_name members from char * to const char *.
1606         All uses updated.
1607         (symbol_get_demangled_name, symbol_natural_name): Update.
1608         (symbol_demangled_name, symbol_search_name): Update.
1609         * symtab.c (symbol_get_demangled_name): Change result type
1610         from char * to const char *.  All callers updated.
1611         (symbol_natural_name, symbol_demangled_name): Ditto.
1612         (symbol_search_name): Ditto.
1613         (completion_list_add_name): Change type of symname,sym_text,
1614         text,word parameters from char * to const char *.
1615         (completion_list_objc_symbol): Change type of sym_text,
1616         text,word parameters from char * to const char *.
1617         * ada-lang.c (find_struct_field): Change type of name parameter
1618         from char * to const char *.
1619         (encoded_ordered_before): Similarly for N0,N1 parameters.
1620         (old_renaming_is_invisible): Similarly for function_name parameter.
1621         (ada_type_name): Change result type from char * to const char *.
1622         All callers updated.
1623         * ada-lang.h (ada_type_name): Update.
1624         * buildsym.c (hashname): Change type of name parameter
1625         from char * to const char *.
1626         * buildsym.h (hashname): Update.
1627         * dbxread.c (end_psymtab): Change type of include_list parameter
1628         from char ** to const char **.
1629         * dwarf2read.c (determine_prefix): Change result type
1630         from char * to const char *.  All callers updated.
1631         * f-lang.c (find_common_for_function): Change type of name, funcname
1632         parameters from char * to const char *.
1633         * f-lang.c (find_common_for_function): Update.
1634         * f-valprint.c (list_all_visible_commons): Change type of funcname
1635         parameters from char * to const char *.
1636         * gdbarch.sh (static_transform_name): Change type of name parameter
1637         and result from char * to const char *.
1638         * gdbarch.c: Regenerate.
1639         * gdbarch.h: Regenerate.
1640         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
1641         of name parameter from char * to const char *.
1642         * jv-lang.c (java_primitive_type_from_name): Ditto.
1643         (java_demangled_signature_length): Similarly for signature parameter.
1644         (java_demangled_signature_copy): Ditto.
1645         (java_demangle_type_signature): Ditto.
1646         * jv-lang.h (java_primitive_type_from_name): Update.
1647         (java_demangle_type_signature): Update.
1648         * objc-lang.c (specialcmp): Change type of a,b parameters
1649         from char * to const char *.
1650         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
1651         from char * to const char *.  All callers updated.
1652         * p-lang.h (is_pascal_string_type): Update.
1653         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
1654         of name parameter from char * to const char *.
1655         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
1656         * utils.c (fprintf_symbol_filtered): Ditto.
1657         * defs.h (fprintf_symbol_filtered): Update.
1658         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
1659         * stabsread.h (end_psymtab): Update.
1660         * stack.c (find_frame_funname): Change type of funname parameter
1661         from char ** to const char **.
1662         * stack.h (find_frame_funname): Update.
1663         * typeprint.c (type_print): Change type of varstring parameter
1664         from char * to const char *.
1665         * value.h (type_print): Update.
1666         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
1667         from char * to const char *.  All callers updated.
1668         (xcoff_end_psymtab): Change type of include_list parameter
1669         from char ** to const char **.  All callers updated.
1670         (swap_sym): Similarly for name parameter.  All callers updated.
1671         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
1672         Use xstrdup.
1673         (process_coff_symbol): Use xstrdup.
1674         * stabsread.c (stabs_method_name_from_physname): Renamed from
1675         update_method_name_from_physname.  Change result type from void
1676         to char *.  All callers updated.
1677         (read_member_functions): In has_destructor case, store name in objfile
1678         obstack instead of malloc space.  In !has_stub case, fix mem leak.
1679
1680 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
1681
1682         * configure: Rebuild.
1683         * configure.ac: Put -L../bfd and -L../libiberty at the front of
1684         LDFLAGS.
1685
1686 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
1687
1688         * configure.tgt (rl78-*-elf): New target.
1689         * rl78-tdep.c: New file.
1690
1691 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1692
1693         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
1694         and continue the loop.  Add QUIT statement.
1695
1696 2012-02-03  Tom Tromey  <tromey@redhat.com>
1697
1698         PR gdb/13596:
1699         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
1700         bfd_lookup_symbol_from_symtab.
1701         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1702         gdb_bfd_lookup_symbol_from_symtab.
1703
1704 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
1705
1706         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
1707         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
1708         symbol.  Add assertion that sym2 is never NULL.
1709
1710 2012-02-02  Doug Evans  <dje@google.com>
1711
1712         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
1713         "name" parameter to const char ** from char **.  All callers updated.
1714         (find_pc_partial_function): Ditto.
1715         (cache_pc_function_name): Change type to const char * from char *.
1716         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
1717         (find_pc_partial_function): Update.
1718         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
1719         type of "name" parameter to const char * from char *.
1720         All uses updated.
1721         * arch-utils.c (generic_in_solib_return_trampoline): Change
1722         type of "name" parameter to const char * from char *.
1723         * arch-utils.h (generic_in_solib_return_trampoline): Update.
1724         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
1725         type of "name" parameter to const char * from char *.
1726         * gdbarch.sh (in_solib_return_trampoline): Ditto.
1727         * gdbarch.c: Regenerate.
1728         * gdbarch.h: Regenerate.
1729         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
1730         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
1731         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
1732         type of "name" parameter to const char * from char *.
1733         * skip.c (skip_function_pc): Ditto.
1734         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
1735         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
1736         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
1737         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
1738         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
1739         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
1740         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
1741         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
1742         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
1743
1744 2012-02-02  Pedro Alves  <palves@redhat.com>
1745
1746         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
1747         the current inferior has no execution.  Make sure the current
1748         remote process matches gdb's current inferior.
1749
1750 2012-02-02  Tom Tromey  <tromey@redhat.com>
1751
1752         PR gdb/13405:
1753         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
1754         read-only memory.
1755
1756 2012-02-02  Tom Tromey  <tromey@redhat.com>
1757
1758         PR gdb/9307:
1759         * symtab.c (lookup_language_this): Set block_found.
1760
1761 2012-02-01  Tom Tromey  <tromey@redhat.com>
1762
1763         PR gdb/13431:
1764         * jit.c (struct jit_inferior_data): Rewrite.
1765         (struct jit_objfile_data): New.
1766         (get_jit_objfile_data): New function.
1767         (add_objfile_entry): Update.
1768         (jit_read_descriptor): Return int.  Replace descriptor_addr
1769         argument with inf_data.  Update.  Don't call error.
1770         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
1771         descriptor here.
1772         (jit_inferior_init): Don't look up descriptor.  Don't call error.
1773         (jit_reset_inferior_data_and_breakpoints)
1774         (jit_inferior_created_observer): Remove.
1775         (jit_inferior_exit_hook): Update.
1776         (jit_executable_changed_observer): Remove.
1777         (jit_event_handler): Update.
1778         (free_objfile_data): Reset inferior data if needed.
1779         (_initialize_jit): Update.
1780
1781 2012-02-01  Tom Tromey  <tromey@redhat.com>
1782
1783         * jit.c (bfd_open_from_target_memory): Move higher in file.
1784
1785 2012-02-01  Tristan Gingold  <gingold@adacore.com>
1786
1787         * libunwind-frame.c (libunwind_load): Display message if dlopen
1788         failed.
1789
1790 2012-02-01  Gary Benson  <gbenson@redhat.com>
1791
1792         * symtab.h (symbol_name_match_p_ftype): New typedef.
1793         (iterate_over_symbols): Use the above.
1794         * symtab.c (iterate_over_symbols): Likewise.
1795         * language.h (language_defn->la_iterate_over_symbols): Likewise.
1796         * ada-lang.c (ada_iterate_over_symbols): Likewise.
1797         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
1798         (iterate_name_matcher): Document return values.
1799         (collect_one_symbol): Likewise.
1800         (collect_function_symbols): Likewise.
1801         (collect_symbols): Likewise.
1802
1803 2012-02-01  Tom Tromey  <tromey@redhat.com>
1804
1805         * ada-lang.c (resolve_subexp): Update.
1806         (ada_lookup_symbol_list): Add 'full_search' argument.
1807         (ada_iterate_over_symbols): Pass 0 as full_search argument to
1808         ada_lookup_symbol_list.
1809         (ada_lookup_encoded_symbol): Update.
1810         (get_var_value): Update.
1811         * ada-exp.y (block_lookup): Update.
1812         (write_var_or_type): Update.
1813         (write_name_assoc): Update.
1814         * ada-lang.h (ada_lookup_symbol_list): Update.
1815
1816 2012-01-31  Tom Tromey  <tromey@redhat.com>
1817
1818         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
1819         comment.
1820
1821 2012-01-31  Doug Evans  <dje@google.com>
1822
1823         * symtab.h: Remove outdated comment.
1824         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
1825
1826 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
1827
1828         Fix build error in Darwin port.
1829         * i386-darwin-nat.c: Include i386-nat.h.
1830
1831 2012-01-30  Tom Tromey  <tromey@redhat.com>
1832
1833         PR breakpoints/13568:
1834         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
1835         argument.  Check for recursive includes.
1836         (dwarf_decode_macros): Create an include hash.
1837
1838 2012-01-30  Michael Eager  <eager@eagercon.com>
1839
1840         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
1841         * ppc-linux-tdep.c: Include glibc-tdep.h.
1842         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
1843         (powerpc_linux_in_plt_stub): New function.
1844         (powerpc_linux_in_dynsym_resolve_code): New function.
1845         (ppc_skip_trampoline_code): New function.
1846         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
1847         Use glibc_skip_solib_resolver.
1848
1849 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1850
1851         Code cleanup: Make 1440 bytes of data segment read-only.
1852         * arch-utils.c (endian_enum): Make it const char *const [].
1853         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
1854         Likewise.
1855         * breakpoint.c (always_inserted_enums): Likewise.
1856         * cli/cli-cmds.c (script_ext_enums): Likewise.
1857         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
1858         enumlist parameter const char *const *.
1859         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
1860         const char *const *.
1861         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
1862         parameter const char *const *.
1863         * cris-tdep.c (cris_modes): Make it const char *const [].
1864         * filesystem.c (target_file_system_kinds): Likewise.
1865         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
1866         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
1867         (can_use_displaced_stepping_enum, scheduler_enums)
1868         (exec_direction_names): Likewise.
1869         * language.c (_initialize_language): Make the type_or_range_names and
1870         case_sensitive_names variables const char *const [].
1871         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
1872         * python/python.c (python_excp_enums): Likewise.
1873         * remote.c (interrupt_sequence_modes): Likewise.
1874         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
1875         * serial.c (logbase_enums): Likewise.
1876         * sh-tdep.c (sh_cc_enum): Likewise.
1877         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
1878         Likewise.
1879         * symtab.c (multiple_symbols_modes): Likewise.
1880         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
1881         Likewise.
1882         * utils.c (internal_problem_modes): Likewise.
1883
1884 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1885
1886         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
1887         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
1888         result.
1889
1890 2012-01-27  Doug Evans  <dje@google.com>
1891
1892         * configure.ac (with_python): Fix absolute path handling for win32.
1893         * configure: Regenerate.
1894
1895 2012-01-26  Doug Evans  <dje@google.com>
1896
1897         * symtab.c: Whitespace cleanup, no code changes.
1898
1899         * symtab.c (lookup_symbol_in_language): Improve comment.
1900         (lookup_symbol_aux): Fix comment.
1901
1902         * psymtab.c (add_psymbol_to_list): Result is now "void".
1903         * psympriv.h (add_psymbol_to_list): Update.
1904
1905         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
1906
1907 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1908
1909         Do not open script filenames twice.
1910         * cli/cli-cmds.c (source_script_from_stream): Pass to
1911         source_python_script also STREAM.
1912         * python/py-auto-load.c (source_section_scripts): Pass to
1913         source_python_script_for_objfile also STREAM.
1914         (auto_load_objfile_script): Pass to source_python_script_for_objfile
1915         also INPUT.
1916         * python/python-internal.h (source_python_script_for_objfile): New
1917         parameter file, rename parameter file to filename.
1918         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
1919         instead if !_WIN32.  Update the function comment.
1920         (source_python_script, source_python_script_for_objfile)
1921         (source_python_script): New parameter file, rename parameter file to
1922         filename.  Pass FILENAME to python_run_simple_file.
1923         * python/python.h (source_python_script): New parameter file, rename
1924         parameter file to filename.
1925
1926 2012-01-26  Pedro Alves  <palves@redhat.com>
1927
1928         * corelow.c (core_has_fake_pid): Delete.
1929         (core_close): Delete references to `core_has_fake_pid'.
1930         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
1931         (core_open): Delete references to `core_has_fake_pid'.
1932         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
1933         the removed global.
1934
1935 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
1936
1937         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
1938         Remove language parameter from name_matcher.  Adjust the comment.
1939         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
1940         Remove language parameter.
1941         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
1942         * linespec.c (iterate_name_matcher): Likewise.
1943         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
1944         name_matcher.  Adjust call accordingly.
1945         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
1946         (maintenance_check_symtabs): Adjust type of parameter "fun".
1947         * psymtab.h (maintenance_check_symtabs): Likewise.
1948
1949 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
1950
1951         * language.h (symbol_name_match_p_ftype): New typedef.
1952         (struct language_defn): Replace field la_symbol_name_compare
1953         by la_get_symbol_name_match_p.
1954         * ada-lang.c (ada_get_symbol_name_match_p): New function.
1955         (ada_language_defn): Use it.
1956         * linespec.c (struct symbol_matcher_data): New type.
1957         (iterate_name_matcher): Rewrite.
1958         (iterate_over_all_matching_symtabs): Pass a pointer to
1959         a symbol_matcher_data struct to expand_symtabs_matching
1960         instead of just the lookup name.
1961         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
1962         opencl-lang.c, p-lang.c, language.c: Delete field
1963         la_symbol_name_compare, and replace by NULL for new field
1964         la_get_symbol_name_match_p.
1965         * symfile.h (struct quick_symbol_functions): Update comment.
1966
1967 2012-01-25  Tom Tromey  <tromey@redhat.com>
1968
1969         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
1970         dereferencing.
1971
1972 2012-01-24  Tom Tromey  <tromey@redhat.com>
1973
1974         PR symtab/12406:
1975         * solib.c (update_solib_list): Update the program space's
1976         added_solibs and deleted_solibs fields.
1977         * progspace.h (struct program_space) <added_solibs,
1978         deleted_solibs>: New fields.
1979         (clear_program_space_solib_cache): Declare.
1980         * progspace.c (release_program_space): Call
1981         clear_program_space_solib_cache.
1982         (clear_program_space_solib_cache): New function.
1983         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
1984         bpstat_stop_status.  Use handle_solib_event.
1985         * breakpoint.c: Include gdb_regex.h.
1986         (print_solib_event): New function.
1987         (bpstat_print): Use print_solib_event.
1988         (bpstat_stop_status): Add special case for bp_shlib_event.
1989         (handle_solib_event): New function.
1990         (bpstat_what): Use handle_solib_event.
1991         (struct solib_catchpoint): New.
1992         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
1993         (breakpoint_hit_catch_solib, check_status_catch_solib)
1994         (print_it_catch_solib, print_one_catch_solib)
1995         (print_mention_catch_solib, print_recreate_catch_solib): New
1996         functions.
1997         (catch_solib_breakpoint_ops): New global.
1998         (catch_load_or_unload, catch_load_command_1)
1999         (catch_unload_command_1): New functions.
2000         (internal_bkpt_check_status): Add special case for
2001         bp_shlib_event.
2002         (internal_bkpt_print_it): Use print_solib_event.
2003         (initialize_breakpoint_ops): Initialize
2004         catch_solib_breakpoint_ops.
2005         (_initialize_breakpoint): Register "catch load" and "catch
2006         unload".
2007         * breakpoint.h (handle_solib_event): Declare.
2008         * NEWS: Add entry for "catch load" and "catch unload".
2009
2010 2012-01-24  Tom Tromey  <tromey@redhat.com>
2011
2012         * ada-lang.c: Include gdb_vecs.h.
2013         * charset.c: Include gdb_vecs.h.
2014         * tracepoint.h: Include gdb_vecs.h.
2015         * gdb_vecs.h: New file.
2016
2017 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
2018
2019         * breakpoint.c (breakpoint_hit_catch_fork)
2020         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
2021         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
2022         * infrun.c (inferior_has_forked, inferior_has_vforked)
2023         (inferior_has_execd, inferior_has_called_syscall): Delete.
2024         (handle_syscall_event): Get syscall_number from the execution
2025         control state's wait status.
2026         (wait_for_inferior): Don't clear syscall_number.
2027
2028 2012-01-24  Pedro Alves  <palves@redhat.com>
2029
2030         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
2031         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
2032         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
2033         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
2034         `ws' parameter.
2035         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
2036         false for events other than TARGET_SIGNAL_TRAP.
2037         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
2038         Add `ws' parameter.
2039         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
2040         events other than TARGET_SIGNAL_TRAP.
2041         (tracepoint_breakpoint_hit): Add `ws' parameter.
2042         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
2043         parameter.
2044         (bpstat_stop_status): Same.
2045         (pc_at_non_inline_function): Same.
2046         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
2047         to pass the current event's waitstatus to bpstat_stop_status
2048         and pc_at_non_inline_function.
2049
2050 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2051
2052         Code cleanup.
2053         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
2054         Update the function comment for it.
2055         (source_script_with_search): Call make_cleanup_fclose for STREAM.
2056         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
2057         for STREAM.
2058
2059 2012-01-24  Pedro Alves  <palves@redhat.com>
2060
2061         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
2062         outside `bs->stop' block.
2063         (bpstat_what): Rework bp_shlib_event handling.
2064         (internal_bkpt_check_status): If the breakpoint is a
2065         bp_shlib_event, then set bs->stop and bs->print if
2066         stop_on_solib_events is set.
2067
2068 2012-01-24  Gary Benson  <gbenson@redhat.com>
2069
2070         Delete #if 0'd out code.
2071         * stack.c (print_frame_label_vars): Remove.
2072         (catch_info): Likewise.
2073         (_initialize_stack): Remove "info catch" command.
2074         * NEWS: Mention the above.
2075
2076 2012-01-24  Pedro Alves  <palves@redhat.com>
2077
2078         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
2079         it.
2080         (remote_notice_new_inferior): If the remote end doesn't support
2081         the multiprocess extensions, then the PID is fake.
2082         (add_current_inferior_and_thread): New.
2083         (remote_start_remote): Use it.
2084         (extended_remote_attach_1): Adjust.
2085         (extended_remote_create_inferior_1): Use
2086         add_current_inferior_and_thread.
2087
2088 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2089
2090         Fix watchpoints to be specific for each inferior.
2091         * breakpoint.c (watchpoint_in_thread_scope): Verify also
2092         current_program_space.
2093         * i386-nat.c (i386_inferior_data_cleanup): New.
2094         (i386_inferior_data_get): Replace variable inf_data_local by an
2095         inferior_data call.
2096         (i386_use_watchpoints): Initialize i386_inferior_data.
2097         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
2098         specific iterate_over_lwps.
2099
2100 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2101
2102         Fix watchpoints across inferior fork.
2103         * amd64-linux-nat.c (update_debug_registers_callback): Update the
2104         comment for linux_nat_iterate_watchpoint_lwps.
2105         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
2106         linux_nat_iterate_watchpoint_lwps.
2107         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
2108         * i386-linux-nat.c (update_debug_registers_callback): Update the
2109         comment for linux_nat_iterate_watchpoint_lwps.
2110         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
2111         linux_nat_iterate_watchpoint_lwps.
2112         (i386_linux_prepare_to_resume): New comment on Linux kernel.
2113         * i386-nat.c: Include inferior.h.
2114         (dr_mirror): Remove.
2115         (i386_inferior_data, struct i386_inferior_data)
2116         (i386_inferior_data_get): New.
2117         (i386_debug_reg_state): Use i386_inferior_data_get.
2118         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
2119         (i386_insert_watchpoint, i386_remove_watchpoint)
2120         (i386_stopped_data_address, i386_insert_hw_breakpoint)
2121         (i386_remove_hw_breakpoint): New variable state, use
2122         i386_debug_reg_state instead of DR_MIRROR.
2123         * linux-nat.c (delete_lwp): New declaration.
2124         (num_lwps): Move here from downwards.
2125         (delete_lwp_cleanup): New.
2126         (linux_child_follow_fork): Create new child_lp, call
2127         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
2128         PTRACE_DETACH.
2129         (num_lwps): Move upwards.
2130         (linux_nat_iterate_watchpoint_lwps): New.
2131         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
2132         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
2133
2134 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
2135
2136         GDB 7.4 released.
2137
2138 2012-01-23  Pedro Alves  <palves@redhat.com>
2139
2140         * top.c (caution): Rename to ...
2141         (confirm): ... this.
2142         (show_caution): Rename to ...
2143         (show_confirm): ... this.
2144         (quit_cover): Adjust.
2145         (init_main): Adjust.
2146         * top.h (caution): Rename to ...
2147         (confirm): ... this.
2148         * utils.c (internal_vproblem, defaulted_query): Adjust.
2149
2150 2012-01-23  Pedro Alves  <palves@redhat.com>
2151
2152         * top.c (caution): Update comment.
2153         (execute_command): Don't consider the current value of `caution'.
2154
2155 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2156
2157         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
2158
2159 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
2160
2161         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
2162         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
2163         * target.c (target_fileio_pwrite): Remove buffer address from
2164         debug output.
2165         (target_fileio_pread): Likewise.
2166
2167 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
2168
2169         * NEWS: Document remote "info proc" and "generate-core-file".
2170
2171 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
2172
2173         * gdbarch.sh (find_memory_regions): New callback.
2174         * gdbarch.c, gdbarch.h: Regenerate.
2175
2176         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
2177         callback before falling back to target method.
2178
2179         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
2180         (linux_target_install_ops): No longer install it.
2181
2182         * linux-tdep.c (linux_find_memory_regions): New function.
2183         (linux_init_abi): Install it.
2184
2185 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
2186
2187         * gdbarch.sh (make_corefile_notes): New architecture callback.
2188         * gdbarch.c: Regenerate.
2189         * gdbarch.h: Likewise.
2190
2191         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
2192         before target_make_corefile_notes.  If NULL is returned, the
2193         target does not support core file generation.
2194
2195         * linux-nat.c: Include "linux-tdep.h".
2196         (find_signalled_thread, find_stop_signal): Remove.
2197         (linux_nat_do_thread_registers): Likewise.
2198         (struct linux_nat_corefile_thread_data): Likewise.
2199         (linux_nat_corefile_thread_callback): Likewise.
2200         (iterate_over_spus): Likewise.
2201         (struct linux_spu_corefile_data): Likewise.
2202         (linux_spu_corefile_callback): Likewise.
2203         (linux_spu_make_corefile_notes): Likewise.
2204         (linux_nat_collect_thread_registers): New function.
2205         (linux_nat_make_corefile_notes): Replace contents by call to
2206         linux_make_corefile_notes passing linux_nat_collect_thread_registers
2207         as native-only callback.
2208
2209         * linux-tdep.h: Include "bfd.h".
2210         (struct regcache): Add forward declaration.
2211         (linux_collect_thread_registers_ftype): New typedef.
2212         (linux_make_corefile_notes): Add prototype.
2213         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
2214         "regset.h", and "elf-bfd.h".
2215         (find_signalled_thread, find_stop_signal): New functions.
2216         (linux_spu_make_corefile_notes): Likewise.
2217         (linux_collect_thread_registers): Likewise.
2218         (struct linux_corefile_thread_data): New data structure.
2219         (linux_corefile_thread_callback): New funcion.
2220         (linux_make_corefile_notes): Likewise.
2221         (linux_make_corefile_notes_1): Likewise.
2222         (linux_init_abi): Install it.
2223
2224 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
2225
2226         * gdbarch.sh (info_proc): New callback.
2227         * gdbarch.c, gdbarch.h: Regenerate.
2228
2229         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
2230         before falling back to the target info_proc callback.
2231
2232         * linux-nat.c: Do not include "cli/cli-utils.h".
2233         (linux_nat_info_proc): Remove.
2234         (linux_target_install_ops): No longer install it.
2235
2236         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
2237         (read_mapping): New function.
2238         (linux_info_proc): Likewise.
2239         (linux_init_abi): Install it.
2240
2241 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
2242
2243         * defs.h (enum info_proc_what): Moved here from linux-nat.c
2244         * infcmd.c: (info_proc_cmd_1): New function.
2245         (info_proc_cmd): New function, moved here from equivalent routine
2246         orignally in linux-nat.c.
2247         (info_proc_cmd_mappings): Likewise.
2248         (info_proc_cmd_stat): Likewise.
2249         (info_proc_cmd_status): Likewise.
2250         (info_proc_cmd_cwd): Likewise.
2251         (info_proc_cmd_cmdline): Likewise.
2252         (info_proc_cmd_exe): Likewise.
2253         (info_proc_cmd_all): Likewise.
2254         (_initialize_infcmd): Install "info proc" command and subcommands.
2255
2256         * target.h (struct target_ops): Add to_info_proc.
2257         (target_info_proc): Add prototype.
2258         * target.c (target_info_proc): New function.
2259
2260         * procfs.c (procfs_info_proc): Add prototype.
2261         (info_proc_cmd): Rename into ...
2262         (procfs_info_proc): ... this.  Update argument types as appropriate
2263         for a to_info_proc implementation.  Handle "what" argument.
2264         (procfs_target): Install procfs_info_proc.
2265         (_initialize_procfs): No longer install "info proc" command.
2266
2267         * linux-nat.c: (enum info_proc_what): Remove.
2268         (linux_nat_info_proc_cmd_1): Rename into ...
2269         (linux_nat_info_proc): ... this.  Update argument types as appropriate
2270         for a to_info_proc implementation.
2271         (linux_nat_info_proc_cmd): Remove.
2272         (linux_nat_info_proc_cmd_mappings): Likewise.
2273         (linux_nat_info_proc_cmd_stat): Likewise.
2274         (linux_nat_info_proc_cmd_status): Likewise.
2275         (linux_nat_info_proc_cmd_cwd): Likewise.
2276         (linux_nat_info_proc_cmd_cmdline): Likewise.
2277         (linux_nat_info_proc_cmd_exe): Likewise.
2278         (linux_nat_info_proc_cmd_all): Likewise.
2279         (linux_target_install_ops): Install linux_nat_info_proc.
2280         (_initialize_linux_nat): No longer install "info proc" command
2281         and subcommands.
2282
2283 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
2284
2285         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
2286         * config.in, configure: Regenerate.
2287
2288         * target.h (struct target_ops): Add to_fileio_readlink.
2289         (target_fileio_readlink): Add prototype.
2290         * target.c (target_fileio_readlink): New function.
2291
2292         * inf-child.c: Conditionally include <sys/param.h>.
2293         (inf_child_fileio_readlink): New function.
2294         (inf_child_target): Install it.
2295
2296         * remote.c (PACKET_vFile_readlink): New enum value.
2297         (remote_hostio_readlink): New function.
2298         (init_remote_ops): Install it.
2299         (_initialize_remote): Handle vFile:readlink packet type.
2300
2301 2012-01-20  Pedro Alves  <palves@redhat.com>
2302             Ulrich Weigand  <ulrich.weigand@linaro.org>
2303
2304         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
2305         * config.in, configure: Regenerate.
2306
2307         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
2308         to_fileio_pread, to_fileio_close, to_fileio_unlink.
2309         (target_fileio_open): Add prototype.
2310         (target_fileio_pwrite): Likewise.
2311         (target_fileio_pread): Likewise.
2312         (target_fileio_close): Likewise.
2313         (target_fileio_unlink): Likewise.
2314         (target_fileio_read_alloc): Likewise.
2315         (target_fileio_read_stralloc): Likewise.
2316
2317         * target.c: Include "gdb/fileio.h".
2318         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
2319         (default_fileio_target): New function.
2320         (target_fileio_open): Likewise.
2321         (target_fileio_pwrite): Likewise.
2322         (target_fileio_pread): Likewise.
2323         (target_fileio_close): Likewise.
2324         (target_fileio_unlink): Likewise.
2325         (target_fileio_close_cleanup): Likewise.
2326         (target_fileio_read_alloc_1): Likewise.
2327         (target_fileio_read_alloc): Likewise.
2328         (target_fileio_read_stralloc): Likewise.
2329
2330         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
2331         <fcntl.h>, and <unistd.h>.
2332         (inf_child_fileio_open_flags_to_host): New function.
2333         (inf_child_errno_to_fileio_error): Likewise.
2334         (inf_child_fileio_open): Likewise.
2335         (inf_child_fileio_pwrite): Likewise.
2336         (inf_child_fileio_pread): Likewise.
2337         (inf_child_fileio_close): Likewise.
2338         (inf_child_fileio_unlink): Likewise.
2339         (inf_child_target): Install to_fileio routines.
2340
2341         * remote.c (init_remote_ops): Install to_fileio routines.
2342
2343 2012-01-20  Pedro Alves  <palves@redhat.com>
2344             Ulrich Weigand  <ulrich.weigand@linaro.org>
2345
2346         * remote.c (remote_multi_process_p): Only check for multi-process
2347         protocol feature, do not check for extended protocol.
2348         (remote_supports_multi_process): Check for extended protocol here.
2349         (set_general_process): Likewise.
2350         (extended_remote_kill): Likewise.
2351         (remote_pid_to_str): Likewise.
2352         (remote_query_supported): Always query multiprocess mode.
2353
2354 2012-01-20  Pedro Alves  <palves@redhat.com>
2355             Ulrich Weigand  <ulrich.weigand@linaro.org>
2356
2357         * inferior.h (struct inferior): Add fake_pid_p.
2358         * inferior.c (exit_inferior_1): Clear fake_pid_p.
2359         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
2360         magic_null_ptid since the remote side doesn't provide a real PID.
2361
2362 2012-01-19  Tom Tromey  <tromey@redhat.com>
2363
2364         * NEWS: Combine the two Python sections.
2365
2366 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2367
2368         * target.h (target_close): Update comment on the target's unpush state.
2369
2370 2012-01-19  Pedro Alves  <palves@redhat.com>
2371
2372         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
2373         linux_nat_async directly instead of going through the target
2374         vector.
2375         * target.c (unpush_target): Close target after unpushing it, not
2376         before.
2377
2378 2012-01-19  Gary Benson  <gbenson@redhat.com>
2379
2380         * mdebugread.c (sort_blocks): Replace integer constants with ones
2381         derived from FIRST_LOCAL_BLOCK.
2382
2383 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
2384             Jan Kratochvil  <jan.kratochvil@redhat.com>
2385
2386         PR gdb/9538
2387         * symfile.c (find_separate_debug_file): New function.
2388         (terminate_after_last_dir_separator): Likewise.
2389         (find_separate_debug_file_by_debuglink): Also try realpath.
2390         * configure.ac (AC_CHECK_FUNCS): Add lstat.
2391         * configure: Regenerate.
2392         * config.in: Regenerate.
2393
2394 2012-01-18  Doug Evans  <dje@google.com>
2395
2396         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
2397         (main.o): Remove rule.
2398         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
2399         (--with-sysroot): Rewrite.
2400         * configure: Regenerate.
2401         * config.in: Regenerate.
2402
2403 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2404
2405         * parse.c (initialize_expout): New function.
2406         (reallocate_expout): Likewise.
2407         (parse_exp_in_context): Use `initialize_expout' and
2408         `reallocate_expout' when appropriate.
2409
2410 2012-01-18  Pedro Alves  <palves@redhat.com>
2411
2412         * record.c (struct record_breakpoint, record_breakpoint_p)
2413         (record_breakpoints): New.
2414         (record_insert_breakpoint, record_remove_breakpoint): Manage
2415         record breakpoints list.  Only remove breakpoints from the
2416         inferior if they had been inserted there in the first place.
2417
2418 2012-01-17  Doug Evans  <dje@google.com>
2419
2420         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
2421         if we know we don't have a file name to look for.
2422
2423 2012-01-17  Pedro Alves  <palves@redhat.com>
2424
2425         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
2426         the frame's stop reason is UNWIND_UNAVAILABLE.
2427
2428 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2429
2430         Fix compilation error.
2431         * m2-exp.y (yyerror): Use ANSI C prototype.
2432
2433 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2434
2435         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
2436         (growbuf_by_size): Likewise.
2437         (yyerror): Likewise.
2438         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
2439         (modblock): Remove variable (was #if 0'ed).
2440         (parse_number): Convert prototype from K&R to ANSI C.
2441         (yyerror): Likewise.
2442         * objc-exp.y (parse_number): Likewise.
2443         (yyerror): Likewise.
2444         (yylex): Remove #if 0'ed code.
2445         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
2446         (yyerror): Likewise.
2447
2448 2012-01-16  Tom Tromey  <tromey@redhat.com>
2449
2450         * NEWS: Add item.
2451         * symtab.h (compare_filenames_for_search): Declare.
2452         * symtab.c (compare_filenames_for_search): New function.
2453         (iterate_over_some_symtabs): Use it.
2454         * symfile.h (struct quick_symbol_functions)
2455         <map_symtabs_matching_filename>: Change spec.
2456         * psymtab.c (partial_map_symtabs_matching_filename): Use
2457         compare_filenames_for_search.  Update for new spec.
2458         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
2459         compare_filenames_for_search.  Update for new spec.
2460         * breakpoint.c (clear_command): Use compare_filenames_for_search.
2461
2462 2012-01-16  Tom Tromey  <tromey@redhat.com>
2463
2464         PR python/13281:
2465         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
2466         (struct main_type) <flag_flag_enum>: New field.
2467         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
2468         * NEWS: Add entries.
2469         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
2470         enums.
2471         * python/lib/gdb/printing.py (_EnumInstance): New class.
2472         (FlagEnumerationPrinter): Likewise.
2473
2474 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2475
2476         * breakpoint.c (create_sals_from_address_default): New function.
2477         (create_breakpoints_sal_default): Likewise.
2478         (decode_linespec_default): Likewise.
2479         (is_marker_spec): Removed.
2480         (strace_marker_p): New function.
2481         (init_breakpoint_sal): Using `strace_marker_p' instead of
2482         `is_marker_spec'.
2483         (create_breakpoint): Call method `create_sals_from_address' from
2484         breakpoint_ops, replacing code that created SALs conditionally
2485         on the type of the breakpoint.  Call method `create_breakpoints_sal',
2486         replacing code that created breakpoints conditionally on the type
2487         wanted.
2488         (base_breakpoint_create_sals_from_address): New function.
2489         (base_breakpoint_create_breakpoints_sal): Likewise.
2490         (base_breakpoint_decode_linespec): Likewise.
2491         (base_breakpoint_ops): Add methods
2492         `base_breakpoint_create_sals_from_address',
2493         `base_breakpoint_create_breakpoints_sal' and
2494         `base_breakpoint_decode_linespec'.
2495         (bkpt_create_sals_from_address): New function.
2496         (bkpt_create_breakpoints_sal): Likewise.
2497         (bkpt_decode_linespec): Likewise.
2498         (tracepoint_create_sals_from_address): Likewise.
2499         (tracepoint_create_breakpoints_sal): Likewise.
2500         (tracepoint_decode_linespec): Likewise.
2501         (strace_marker_create_sals_from_address): Likewise.
2502         (strace_marker_create_breakpoints_sal): Likewise.
2503         (strace_marker_decode_linespec): Likewise.
2504         (strace_marker_breakpoint_ops): New variable.
2505         (addr_string_to_sals): Remove `marker_spec'.  Call method
2506         `decode_linespec' from breakpoint_ops, replacing code that decoded
2507         an address string into a SAL.  Use `strace_marker_p' instead of
2508         `marker_spec'.
2509         (strace_command): Decide whether we are dealing with a static
2510         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
2511         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
2512         * breakpoint.h (linespec_result, linespec_sals): New forward
2513         declarations.
2514         (breakpoint_ops) <create_sals_from_address>,
2515         <create_breakpoints_sal>, <decode_linespec>: New methods.
2516
2517 2012-01-14  Doug Evans  <dje@google.com>
2518
2519         * NEWS: Update text for "maint set python print-stack".
2520         It is deprecated in gdb 7.4 and deleted in 7.5.
2521
2522 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
2523
2524         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
2525         including curses.h.
2526
2527 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2528
2529         * configure: Regenerate.
2530         * config.in: Regenerate.
2531
2532 2012-01-12  Keith Seitz  <keiths@redhat.com>
2533
2534         PR mi/10586
2535         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
2536         (ANONYMOUS_UNION_NAME): Define.
2537         (is_path_expr_parent): New function.
2538         (get_path_expr_parent): New function.
2539         (is_anonymous_child): New function.
2540         (create_child_with_value): If the child is anonymous and without
2541         a name, assign an object name to it.
2542         (c_describe_child): Use get_path_expr_parent to determine
2543         the parent expression.
2544         If there field represents an anonymous struct or union and
2545         has no name, set an appropriate display name and expression.
2546         (cplus_describe_child): Likewise.
2547
2548 2012-01-12  Pedro Alves  <palves@redhat.com>
2549
2550         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
2551         available when %ebp is found to be zero (outermost).
2552
2553 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
2554
2555         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
2556         an internal gdb_static_assert.
2557         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
2558
2559 2012-01-11  Tom Tromey  <tromey@redhat.com>
2560
2561         PR gdb/9598:
2562         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
2563         catch" and "catch throw".
2564
2565 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
2566
2567         * blockframe.c (block_innermost_frame): Start search from selected
2568         frame, if present, or otherwise the current frame.
2569
2570         * c-exp.y (variable): Update innermost_block for
2571         'block COLONCOLON NAME' clause.
2572         * m2-exp.y (variable): Ditto.
2573         * objc-exp.y (variable): Ditto.
2574
2575 2012-01-10  Tom Tromey  <tromey@redhat.com>
2576
2577         PR python/13199:
2578         * python/python.c (finish_python_initialization): Set sys.argv.
2579
2580 2012-01-10  Doug Evans  <dje@google.com>
2581
2582         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
2583         "want_line_info".  All callers updated.
2584         (dwarf_decode_lines_1): New function.
2585         (handle_DW_AT_stmt_list): Add function comment.
2586         New arg "want_line_info".  All callers updated.
2587         (read_file_scope,read_type_unit_scope): Move comment from
2588         handle_DW_AT_stmt_list to here.
2589
2590 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2591
2592         Fix regression after libiberty/ update for GCC PR 6057 and others.
2593         * c-exp.y (operator) <OPERATOR DELETE>
2594         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
2595         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
2596         (make_builtin_type, make_name): New variable i, add gdb_assert.
2597         (operator) <OPERATOR NEW>: Update ARGS to 3.
2598         (operator) <OPERATOR DELETE>: Add trailing space.
2599         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
2600         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
2601         * cp-support.c (cp_canonicalize_string): Check NULL from
2602         cp_comp_to_string, call warning and return.
2603
2604 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2605
2606         Fix duplicate .o files after omitting libbfd.a.
2607         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
2608         (SFILES): Add corelow.c.
2609         (COMMON_OBS): Add corelow.o.
2610         (ALLDEPFILES): Remove corelow.c.
2611         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
2612         * config/alpha/alpha-osf3.mh: Likewise.
2613         * config/alpha/fbsd.mh: Likewise.
2614         * config/arm/nbsdaout.mh: Likewise.
2615         * config/arm/nbsdelf.mh: Likewise.
2616         * config/i386/i386gnu.mh: Likewise.
2617         * config/ia64/hpux.mh: Likewise.
2618         * config/ia64/linux.mh: Likewise.
2619         * config/m32r/linux.mh: Likewise.
2620         * config/m68k/linux.mh: Likewise.
2621         * config/mips/irix5.mh: Likewise.
2622         * config/mips/irix6.mh: Likewise.
2623         * config/pa/hpux.mh: Likewise.
2624         * config/pa/linux.mh: Likewise.
2625         * config/powerpc/aix.mh: Likewise.
2626         * config/sparc/linux.mh: Likewise.
2627         * config/sparc/linux64.mh: Likewise.
2628         * config/sparc/sol2.mh: Likewise.
2629         * config/vax/vax.mh: Likewise.
2630         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
2631         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
2632         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
2633         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
2634         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
2635         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
2636         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
2637         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
2638         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
2639         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
2640         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
2641         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
2642         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
2643         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
2644         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
2645         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
2646         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
2647         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
2648         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
2649         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
2650         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
2651         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
2652         corelow.o from gdb_target_obs.
2653         * corefile.c (core_target): Update the comment on NULL value.
2654         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
2655         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
2656         MATCHES.  Drop YUMMY set on NULL.
2657         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
2658         reclaim CORE_DATA if it is already NULL.
2659
2660 2012-01-09  Doug Evans  <dje@google.com>
2661
2662         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
2663         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
2664
2665 2012-01-09  Keith Seitz  <keiths@redhat.com>
2666
2667         * breakpoint.c (wrapper.h): Don't include.
2668
2669 2012-01-09  Keith Seitz  <keiths@redhat.com>
2670
2671         * Makefile.in (SFILES): Remove wrapper.c.
2672         (HFILES_NO_SRCDIR): Remove wrapper.h.
2673         (COMMON_OBS): Remove wrapper.o.
2674         * cli/cli-interp.c: Don't inlude wrapper.h.
2675         * corelow.c: Likewise.
2676         (core_open): Replace gdb_target_find_new_threads with
2677         TRY_CATCH around target_find_new_threads.
2678         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
2679         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
2680         * varobj.c (varobj_create): Likewise for parse_exp_1 and
2681         evaluate_expression.
2682         (varobj_set_value): Likewise for evaluate_expression and
2683         value_assign.
2684         (install_new_variable): Likewise for value_fetch_lazy.
2685         (adjust_value_for_child_access): Likewise for value_ind.
2686         (c_describe_child): Likewise for value_subscript and
2687         value_ind.
2688         (c_value_of_root): Likewise for evaluate_expression.
2689         * wrapper.c: Remove.
2690         * wrapper.h: Remove.
2691
2692 2012-01-09  Doug Evans  <dje@google.com>
2693
2694         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
2695         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
2696         "abfd" args with "section".  All callers updated.
2697         Error checking code moved ...
2698         (error_check_comp_unit_head): ... here.  New function.
2699         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
2700         Delete arg "abfd".  New arg "type_offset".  All callers updated.
2701         (create_debug_types_hash_table): Simplify by using
2702         read_and_check_type_unit_head.
2703
2704         * parser-defs.h (namecopy): Delete.
2705         * parse.c (namecopy, namecopy_size): Move into copy_name.
2706
2707 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2708
2709         Partially fix duplicate .o files after omitting libbfd.a.
2710         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
2711         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2712         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
2713         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2714         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
2715         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
2716         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2717
2718 2012-01-09  Pedro Alves  <palves@redhat.com>
2719
2720         * MAINTAINERS: Update my email address.
2721
2722 2012-01-08  Doug Evans  <dje@google.com>
2723
2724         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
2725         n_type_units.  Rename type_comp_units to all_type_units.
2726         All uses updated.
2727         (add_signatured_type_cu_to_table): Renamed from
2728         add_signatured_type_cu_to_list.  All callers updated.
2729
2730         * gdbtypes.h (struct cplus_struct_type): Delete member
2731         nfn_fields_total.  All uses removed.
2732
2733 2012-01-06  Doug Evans  <dje@google.com>
2734
2735         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
2736         to top of file.
2737         (dwarf2_find_comp_unit): Delete.
2738         (process_psymtab_comp_unit): Make result "void".
2739         Delete args buffer, info_ptr, buffer_size, and replace with
2740         "section".  All callers updated.
2741         (dwarf2_build_psymtabs_hard): Simplify.
2742
2743 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2744             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2745
2746         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
2747         before `struct gdb_exception'.
2748         * breakpoint.c (update_global_location_list_nothrow)
2749         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
2750         * cp-abi.c (value_rtti_type): Likewise.
2751         * cp-support.c (cp_validate_operator): Likewise.
2752         * infrun.c (insert_exception_resume_breakpoint)
2753         (check_exception_resume, keep_going): Likewise.
2754         * mi-interp.c (mi_breakpoint_created)
2755         (mi_breakpoint_modified): Likewise.
2756         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
2757         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
2758         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
2759
2760 2012-01-05  Doug Evans  <dje@google.com>
2761
2762         * dwarf2read.c (statement_prologue): Delete, unused.
2763
2764         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
2765         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
2766
2767         * dwarf2read.c (comp_unit_header): Delete, unused.
2768
2769 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
2770
2771         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
2772         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
2773
2774 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
2775
2776         * infrun.c (normal_stop): Don't skip calling the normal_stop
2777         observers if the thread was doing a multi-step, but stopped for
2778         some reason other than stepping.
2779
2780 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
2781
2782         * cli/cli-decode.h: Add comments.
2783         (CMD_LIST_AMBIGUOUS): Moved to command.h
2784         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
2785         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
2786         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
2787         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
2788         (add_com, add_com_alias, add_info, add_info_alias)
2789         (complete_on_cmdlist, complete_on_enum, help_list): Remove
2790         declarations.
2791         * command.h: Add and adjust comments.
2792         (CMD_LIST_AMBIGUOUS): Moved here.
2793         (help_cmd, help_cmd_list): Delete declarations.
2794
2795 2012-01-04  Doug Evans  <dje@google.com>
2796
2797         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
2798         All callers updated.
2799         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
2800         Replace all arguments with "per_cu".  All callers updated.
2801
2802         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
2803
2804         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
2805         New arg "per_cu".  All callers updated.
2806
2807         Delete #if 0'd out code.
2808         * language.c (binop_result_type): Delete.
2809         (simple_type, ordered_type, same_type, integral_type): Delete.
2810         (numeric_type, character_type, string_type, boolean_type): Delete.
2811         (float_type, structured_type): Delete.
2812         * language.h: Update.
2813
2814 2012-01-04  Tom Tromey  <tromey@redhat.com>
2815
2816         * python/py-value.c (valpy_binop): Initialize 'res_val'.
2817
2818 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
2819
2820         * corefile.c (close_exec_file): Delete.
2821         (reopen_exec_file): Remove commented out code that seems related
2822         to close_exec_file, which is being deleted here.
2823         * inferior.h (close_exec_file): Delete.
2824         * fork-child.c (fork_inferior): Remove call to fork_inferior.
2825
2826 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
2827
2828         * ada-lang.c: #include "cli/cli-utils.h".
2829         (get_selections): Use skip_spaces.
2830         (ada_get_next_arg): Use skip_spaces and skip_to_space.
2831         (catch_ada_exception_command_split): Use skip_spaces.
2832         (ada_decode_assert_location): Likewise.
2833
2834 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
2835
2836         * linespec.c (decode_line_internal): Check for C++ or Java
2837         compound constructs only if the current language is C, C++
2838         or Java.
2839
2840 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2841
2842         Revert:
2843         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2844                     Joel Brobecker  <brobecker@adacore.com>
2845         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
2846         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
2847         3 times.
2848         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
2849         fall through into AT_ENTRY_POINT.
2850         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
2851         DUMMY_ADDR with it.
2852         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
2853         PPC_INSN_SIZE skip to 3 times.
2854
2855 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
2856
2857         * linespec.c (add_minsym): Preserve function descriptors.
2858
2859 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
2860
2861         * breakpoint.c (all_locations_are_pending): Consider locations
2862         in program spaces executing during startup pending as well.
2863
2864 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
2865
2866         Copyright year update in most files of the GDB Project.
2867
2868 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
2869
2870         * copyright.sh: Delete.
2871         * copyright.py: Rewrite.
2872
2873 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
2874
2875         * gnulib/extra/update-copyright: New file, imported from gnulib.
2876
2877 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
2878
2879         * README (Copyright and License Notices): New section.
2880
2881 2012-01-03  Tom Tromey  <tromey@redhat.com>
2882
2883         PR python/12533:
2884         * python/py-value.c (valpy_dereference, valpy_get_address
2885         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
2886         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
2887         (valpy_absolute, valpy_richcompare): Free intermediate values.
2888
2889 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
2890
2891         * ada-lang.c: Reformat the copyright notice.
2892
2893 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2894
2895         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
2896         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
2897         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
2898         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
2899         Revert this part of:
2900         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2901         Build gdb directly from *.o files not using libgdb.a.
2902         * Makefile.in (COMMON_OBS): Remove solib-target.o.
2903
2904 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
2905
2906         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
2907         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
2908         Reformat the copyright header.
2909
2910 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2911
2912         Revert this part of:
2913         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2914         Remove the gdbtui binary.
2915         * gdb.c (main): Remove args.interpreter_p initialization.
2916         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
2917         * main.h (struct captured_main_args): Remove interpreter_p.
2918
2919 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
2920
2921         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
2922
2923 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
2924
2925         * top.c (print_gdb_version): Update copyright year.
2926
2927 2012-01-02  Yao Qi  <yao@codesourcery.com>
2928
2929         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
2930
2931 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2932             Joel Brobecker  <brobecker@adacore.com>
2933
2934         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
2935         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
2936         3 times.
2937         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
2938         fall through into AT_ENTRY_POINT.
2939         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
2940         DUMMY_ADDR with it.
2941         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
2942         PPC_INSN_SIZE skip to 3 times.
2943
2944 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2945
2946         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
2947         the return value.
2948         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
2949
2950 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2951
2952         Build gdb directly from *.o files not using libgdb.a.
2953         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
2954         (COMMON_OBS): Remove solib-target.o.
2955         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
2956         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
2957         (LIBGDB_OBS, libgdb.a): Move it above.
2958         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
2959         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
2960         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
2961         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
2962         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
2963         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
2964         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
2965         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
2966         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
2967         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
2968         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2969         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
2970         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
2971         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
2972         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
2973         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
2974         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
2975         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
2976         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
2977         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
2978         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
2979         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
2980         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
2981         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
2982         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
2983         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
2984         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
2985
2986 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2987
2988         Remove the gdbtui binary.
2989         * .gitignore (/gdbtui): Remove.
2990         * Makefile.in (TUI): Remove.
2991         (SUBDIR_TUI_OBS): Remove tui-main.o.
2992         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
2993         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
2994         (tui-main.o): Remove.
2995         (all_object_files): Remove tui-main.o.
2996         * NEWS: New note for the gdbtui removal.
2997         * configure: Rebuilt.
2998         * configure.ac: No longer add all-tui, clean-tui, install-tui and
2999         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
3000         CONFIG_UNINSTALL respectively.
3001         * gdb.c (main): Remove args.interpreter_p initialization.
3002         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
3003         * main.h (struct captured_main_args): Remove interpreter_p.
3004         * tui/tui-main.c: Remove.
3005
3006 2012-01-01  Doug Evans  <dje@google.com>
3007
3008         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
3009         (dwarf2_physname, read_import_statement): Ditto.
3010         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
3011         (process_structure_scope read_subroutine_type): Ditto.
3012         (read_typedef, load_partial_dies, read_partial_die): Ditto.
3013         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
3014         (dwarf2_fetch_die_location_block): Ditto.
3015         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
3016
3017         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
3018         All callers updated.
3019         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
3020         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
3021         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
3022
3023         * dwarf2read.c (load_cu): Move assert to more useful location.
3024
3025         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
3026         All callers updated.
3027
3028         * dwarf2read.c (dwarf2_per_objfile): Add comment.
3029         (dwarf2_elf_names): Minor reformat.
3030         (dwarf2_per_cu_data): Tweak comment.
3031         (dwarf2_read_section): Fix comment.
3032         (create_all_comp_units): Fix comment.
3033         (load_full_comp_unit): Fix comment.
3034         (process_full_comp_unit): Fix comment.
3035         (read_signatured_type): Fix comment.
3036
3037 For older changes see ChangeLog-2011.
3038 \f
3039 Local Variables:
3040 mode: change-log
3041 left-margin: 8
3042 fill-column: 74
3043 version-control: never
3044 coding: utf-8
3045 End: