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