2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
[external/binutils.git] / gdb / ChangeLog
1 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
2
3         Do not enable -lmcheck by default when Python is enabled with
4         threading support.
5         * configure.ac: (python_has_threads) New variable, by testing
6         if WITH_THREAD is defined in Python.h.
7         Move --enable-lmcheck after --with-python.
8         Do not enable -lmcheck by default if python_has_threads=yes.
9         Warn if --enable-lmcheck and python_has_threads=yes.
10         * configure: Regenerate.
11
12 2012-08-31  Yao Qi  <yao@codesourcery.com>
13
14         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
15         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
16         Update some commands.
17         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
18         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
19         to 1.
20
21 2012-08-31  Yao Qi  <yao@codesourcery.com>
22
23         * mi/mi-cmds.c (mi_cmds): Add 'static'.
24
25 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
26
27         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
28
29 2012-08-29  Doug Evans  <dje@google.com>
30
31         * main.c (print_gdb_help): Remove reference to
32         --use-deprecated-index-sections.
33
34 2012-08-28  Yao Qi  <yao@codesourcery.com>
35
36         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
37         (init_cmds): Call add_setshow_uinteger_cmd for command
38         'max-user-call-depth'.
39         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
40         declaration of 'max_user_call_depth'.
41         * frame.c (backtrace_limit): Add 'unsigned'.
42         (_initialize_frame): Call add_setshow_uinteger_cmd for command
43         'limit'.
44         * remote.c (remoteaddresssize): Add 'unsigned'.
45         (remote_address_masked): Change local var 'address_size' to
46         'unsigned'.
47         (_initialize_remote): Call add_setshow_uinteger_cmd for
48         'remoteaddresssize'.
49         * top.c (history_size): Add 'unsigned'.
50         (show_commands): Change local variables to 'unsigned'.
51         (set_history_size_command): Don't check history_size is negative.
52         Adjust the condition to call unstifle_history and set history_size
53         to UNIT_MAX.
54
55 2012-08-28  Pedro Alves  <palves@redhat.com>
56
57         PR gdb/14428
58
59         * infcmd.c (default_print_one_register_info): New, factored out
60         from default_print_registers_info.
61         (default_print_registers_info): Use it.  Mark value unavailable if
62         necessary.
63         (registers_info): Print user registers with
64         default_print_one_register_info.
65
66 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
67
68         PR tui/14486
69         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
70         is not NULL before referencing it.
71
72 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
73
74         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
75         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
76         original PC for it.
77
78 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
79             Jan Kratochvil  <jan.kratochvil@redhat.com>
80
81         * auto-load.c (auto_load_objfile_script): Rename to ...
82         (auto_load_objfile_script_1): ... here, change variable realname to
83         parameter realname, document it, add return value, add variable retval.
84         (auto_load_objfile_script): New function.
85
86 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
87
88         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
89         followed by a whitespace.
90
91 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
92
93         PR gdb/14494.
94         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
95         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
96         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
97         here.
98
99 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
100
101         * memattr.c (create_mem_region): Fix memory region overlapping
102         checking.
103
104 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
105
106         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
107         with xmalloc/cleanup.
108         * mt-tdep.c (mt_push_dummy_call): Likewise.
109         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
110         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
111
112 2012-08-24  Yao Qi  <yao@codesourcery.com>
113
114         * jv-exp.y (push_expression_name): Add "." at the end of error
115         message.
116
117 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
118
119         Document how to return from "python-interactive" to GDB.
120         * python/python.c (_initialize_python): Update documentation.
121
122 2012-08-23  Pedro Alves  <palves@redhat.com>
123
124         * infrun.c (_initialize_infrun) <handle command help text>:
125         Mention that multiple signals are supported.
126
127 2012-08-23  Pedro Alves  <palves@redhat.com>
128
129         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
130         string.
131
132 2012-08-23  Yao Qi  <yao@codesourcery.com>
133
134         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
135         (tfind_1): Don't call registers_changed, set_traceframe_num,
136         and clear_traceframe_info.
137         Call set_current_traceframe.
138         (set_current_traceframe): call set_traceframe_num.
139
140 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
141
142         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
143         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
144
145 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
146
147         Enable readline in Python in a GDB-specific way and block the
148         standard Python readline module to prevent conflicts with GDB.
149         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
150         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
151         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
152         * python/py-gdb-readline.c: New file.
153         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
154         prototype.
155         * python/python.c (_initialize_python): Call
156         gdbpy_initialize_gdb_readline.
157
158 2012-08-22  Keith Seitz  <keiths@redhat.com>
159
160         * defs.h: Include build-gnulib/config.h
161
162 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
163
164         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
165         and blx pc.
166
167 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
168
169         Add a new "python-interactive" command that starts a standard
170         Python interactive prompt with "pi" as alias, and add "py" as
171         an alias to "python".
172         * NEWS: Mention the new commands.
173         * python/python.c (eval_python_command): New function.
174         (python_interactive_command): For "python-interactive" with
175         arguments, call eval_python_command.  For "python-interactive"
176         without arguments, call PyRun_InteractiveLoop.
177         (_initialize_python): Add "python-interactive" command with
178         "pi" as alias, and add "py" as an alias to "python".
179
180 2012-08-22  Tom Tromey  <tromey@redhat.com>
181
182         * defs.h (quit_flag): Don't declare.
183         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
184         (QUIT): Use new functions.
185         * event-top.c (command_handler): Use clear_quit_flag.
186         (handle_sigint): Use set_quit_flag.
187         (async_request_quit): Use check_quit_flag.  Don't check
188         immediate_quit.
189         * exceptions.c (throw_exception): Use clear_quit_flag.
190         * main.c (captured_main): Use clear_quit_flag.
191         * python/python.c (clear_quit_flag, set_quit_flag)
192         (check_quit_flag): New functions.
193         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
194         clear_quit_flag.
195         * remote.c (remote_wait_as): Use check_quit_flag,
196         clear_quit_flag.
197         (remote_start_remote): Call QUIT.
198         * symfile.c (load_progress): Use check_quit_flag.
199         * top.c (command_loop): Use clear_quit_flag.
200         (command_line_input): Call QUIT.
201         * utils.c (quit_flag): Conditionally define.
202         (clear_quit_flag, check_quit_flag, set_quit_flag): New
203         functions.
204         (prompt_for_continue): Call QUIT.  Use quit, not
205         async_request_quit.
206         * remote-mips.c (mips_expect_timeout): Call QUIT.
207         * monitor.c (monitor_expect): Call QUIT.
208
209 2012-08-22  Tom Tromey  <tromey@redhat.com>
210
211         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
212         (async_init_signals): Update.
213         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
214         (SIGWINCH_HANDLER_BODY): Remove.
215
216 2012-08-22  Tom Tromey  <tromey@redhat.com>
217
218         * jit.c (jit_object_close_impl): Don't malloc the objfile
219         name.
220         * objfiles.c (allocate_objfile): Don't malloc the objfile
221         name.
222         (free_objfile): Don't free the objfile name.
223         * objfiles.h (struct objfile) <name>: Update comment.
224         * symfile.c (reread_symbols): Fix reference counting.  Don't
225         malloc objfile name.
226
227 2012-08-22  Tom Tromey  <tromey@redhat.com>
228
229         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
230         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
231         (symfile_bfd_open): Likewise.
232         (generic_load): Likewise.
233         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
234         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
235         gdb_bfd_open.
236         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
237         Use gdb_bfd_open.
238         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
239         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
240         (pmon_load_fast): Likewise.
241         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
242         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
243         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
244         (macho_check_dsym): Likewise.
245         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
246         (m32r_upload_command): Likewise.
247         * gdb_bfd.h (gdb_bfd_cache): Declare.
248         * gdb_bfd.c (struct gdb_bfd_data): New.
249         (gdb_bfd_cache): New global.
250         (struct gdb_bfd_cache_search): New.
251         (hash_bfd): New function.
252         (eq_bfd): Likewise.
253         (gdb_bfd_open): Likewise.
254         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
255         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
256         gdb_bfd_data.
257         * exec.c (exec_file_attach): Use gdb_bfd_open.
258         * dsrec.c (load_srec): Use gdb_bfd_open.
259
260 2012-08-22  Tom Tromey  <tromey@redhat.com>
261
262         * dwarf2read.c (macro_start_file): Update.
263         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
264         (free_objfile_per_bfd_storage): Destroy macro_cache.
265         (allocate_objfile, free_objfile): Update.
266         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
267         New field.
268         (struct objfile) <macro_cache>: Remove.
269         * symfile.c (reread_symbols): Update.
270         * symmisc.c (print_symbol_bcache_statistics): Update.
271         (print_objfile_statistics): Update.
272
273 2012-08-22  Tom Tromey  <tromey@redhat.com>
274
275         * elfread.c (elf_symtab_read): Update.
276         * objfiles.c (objfiles_bfd_data): New global.
277         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
278         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
279         (allocate_objfile, free_objfile): Update.
280         (_initialize_objfiles): Initialize objfiles_bfd_data.
281         * objfiles.h (struct objfile_per_bfd_storage): New.
282         (struct objfile) <per_bfd>: New field.
283         <filename_cache>: Remove.
284         (set_objfile_per_bfd): Declare.
285         * symfile.c (reread_symbols): Update.  Call
286         set_objfile_per_bfd.
287         (allocate_symtab): Update.
288         * symmisc.c (print_symbol_bcache_statistics): Update.
289         (print_objfile_statistics): Print the size of the BFD obstack.
290
291 2012-08-22  Tom Tromey  <tromey@redhat.com>
292
293         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
294         * gdb_bfd.c: Use DEFINE_REGISTRY.
295         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
296         (gdb_bfd_ref): Call bfd_alloc_data.
297         (gdb_bfd_unref): Call bfd_free_data.
298
299 2012-08-22  Tom Tromey  <tromey@redhat.com>
300
301         * registry.h (struct registry_fields): New.
302         (REGISTRY_FIELDS): Redefine.
303         (REGISTRY_ACCESS_FIELD): New macro.
304         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
305         functions.
306
307 2012-08-22  Tom Tromey  <tromey@redhat.com>
308
309         * auto-load.c (_initialize_auto_load): Update.
310         * solib-svr4.c (_initialize_svr4_solib): Update
311         * solib-dsbt.c (_initialize_dsbt_solib): Update.
312         * solib-darwin.c (_initialize_darwin_solib): Update.
313         * registry.h: New file.
314         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
315         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
316         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
317         (register_program_space_data_with_cleanup)
318         (register_program_space_data, program_space_alloc_data)
319         (clear_program_space_data, set_program_space_data)
320         (program_space_data): Don't declare.
321         * progspace.c: Use DEFINE_REGISTRY.
322         (struct program_space_data, struct
323         program_space_data_registration, struct
324         program_space_data_registry, program_space_data_registry)
325         (register_program_space_data_with_cleanup)
326         (register_program_space_data, program_space_alloc_data)
327         (program_space_free_data, clear_program_space_data)
328         (set_program_space_data, program_space_data): Remove.
329         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
330         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
331         (register_objfile_data_with_cleanup, register_objfile_data)
332         (clear_objfile_data, set_objfile_data, objfile_data): Don't
333         declare.
334         * objfiles.c: Use DEFINE_REGISTRY.
335         (struct objfile_data, struct objfile_data_registration, struct
336         objfile_data_registry, objfile_data_registry)
337         (register_objfile_data_with_cleanup, register_objfile_data)
338         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
339         (set_objfile_data, objfile_data): Remove.
340         (_initialize_objfiles): Update.
341         * jit.c (_initialize_jit): Update.
342         * inflow.c (_initialize_inflow): Update.
343         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
344         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
345         (register_inferior_data_with_cleanup, register_inferior_data)
346         (clear_inferior_data, set_inferior_data, inferior_data): Don't
347         declare.
348         * inferior.c: Use DEFINE_REGISTRY.
349         (struct inferior_data, struct inferior_data_registration, struct
350         inferior_data_registry, inferior_data_registry)
351         (register_inferior_data_with_cleanup, register_inferior_data)
352         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
353         (set_inferior_data, inferior_data): Remove.
354         * auxv.c (_initialize_auxv): Update.
355         * ada-lang.c (_initialize_ada_language): Update.
356         * breakpoint.c (_initialize_breakpoint): Update.
357         * i386-nat.c (i386_use_watchpoints): Update.
358
359 2012-08-22  Tom Tromey  <tromey@redhat.com>
360
361         * exec.c (exec_close, exec_file_attach): Update.
362         (add_to_section_table): Initialize 'key' field.
363         (add_target_sections, remove_target_sections): Add 'key' argument.
364         * exec.h (add_target_sections, remove_target_sections): Add
365         'key' argument.
366         * solib.c (solib_map_sections, update_solib_list, clear_solib)
367         (reload_shared_libraries_1): Update.
368         * target.h (struct target_section) <key>: New field.
369
370 2012-08-22  Tom Tromey  <tromey@redhat.com>
371
372         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
373
374 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
375
376         * symfile.c (allocate_symtab): Use host_address_to_string
377         function instead of cast of pointer to long which is not
378         compatible with x86_64-w64-mingw32 build.
379
380 2012-08-19  Andrew Pinski  <apinski@cavium.com>
381
382         * mips-tdep.c (is_octeon): New function.
383         (is_octeon_bbit_op): New function.
384         (mips32_next_pc): Handle Octeon's bbit instructions.
385         (mips32_instruction_has_delay_slot): Likewise.
386
387 2012-08-19  Andrew Pinski  <apinski@cavium.com>
388
389         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
390         before the function.
391
392 2012-08-19  Andrew Pinski  <apinski@cavium.com>
393
394         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
395
396 2012-08-19  Keith Seitz  <keiths@redhat.com>
397
398         PR c++/14365
399         * c-typeprint.c (c_type_print_varspec_prefix): Pass
400         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
401
402 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
403
404         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
405         The typo broke "make TAGS".
406
407 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
408
409         GDB 7.5 released.
410
411 2012-08-17  Keith Seitz  <keiths@redhat.com>
412
413         PR c++/13356
414         * gdbtypes.c (strict_type_checking): New variable.
415         (show_strict_type_checking): New function.
416         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
417         if strict type checking is disabled.
418         (_initialize_gdbtypes): Add "check type" subcommand.
419         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
420
421 2012-08-17  Keith Seitz  <keiths@redhat.com>
422
423         * language.h (type_mode): Remove.
424         (type_check): Remove.
425         (struct language_defn): Remove la_type_check.
426         (STRICT_TYPE): Remove unused macro.
427         (type_error): Remove.
428         * language.c (set_type_range_case): Renamed to ...
429         (set_range_case): ... this.  Update all callers.
430         Remove type_mode/type_check.
431         (type_mode): Remove.
432         (type_check): Remove.
433         (show_type_command): Remove.
434         (set_type_command): Remove.
435         (language_info): Remove type checking output.
436         (type_error): Remove unused function.
437         (range_error): Update comment.
438         (unknown_language_defn): Remove la_type_check.
439         (auto_language_defn): Likewise.
440         (local_language_defn): Likewise.
441         (_initialize_language): Remove "check type" subcommand.
442         * ada-lang.c (ada_language_defn): Remove la_type_check.
443         * c-lang.c (c_language_defn): Likewise.
444         (cplus_language_defn): Likewise.
445         (asm_language_defn): Likewise.
446         (minimal_language_defn): Likewise.
447         * d-lang.c (d_language_defn): Likewise.
448         * f-lang.c (f_language_defn): Likewise.
449         * go-lang.c (go_language_defn): Likewise.
450         * jv-lang.c (java_language_defn): Likewise.
451         * m2-lang.c (m2_language_defn): Likewise.
452         * objc-lang.c (objc_language_defn): Likewise.
453         * opencl-lang.c (opencl_language_defn): Likewise.
454         * p-lang.c (pascal_language_defn): Likewise.
455
456 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
457
458         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
459
460 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
461
462         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
463         New function.
464         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
465         using the regache.  Use ia64_hpux_get_register_from_save_state_t
466         to access the bsp and bspstore registers if not.
467
468 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
469
470         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
471         * breakpoint.c (detach_breakpoints): Change pid parameter into
472         a ptid.  Adjust code accordingly.
473         * infrun.c (handle_inferior_event): Delete variable child_pid.
474         Update call to detach_breakpoints to pass the child ptid for
475         fork events.
476         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
477         assert that inferior_ptid's lwp is zero.
478         (linux_handle_extended_wait): Update call to detach_breakpoints.
479         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
480         detach_breakpoints.
481
482 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
483
484         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
485         parent, only call detach_breakpoints if tts.tts_event ==
486         TTEVT_VFORK.
487
488 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
489
490         * dwarf2-frame.c (dwarf2_frame_cache): Use
491         get_frame_address_in_block instead of get_frame_pc as
492         the bound for executing the frame's FDE.
493
494 2012-08-16  Yao Qi  <yao@codesourcery.com>
495
496         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
497         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
498         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
499         (c_type_print_varspec_suffix): Likewise.
500         * eval.c (evaluate_subexp_standard): Likewise.
501         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
502         (f_type_print_varspec_suffix): Likewise.
503         * gdbtypes.c (is_scalar_type): Likewise.
504         (recursive_dump_type): Likewise.
505         * infcall.c (value_arg_coerce): Likewise.
506         * m2-valprint.c (m2_val_print): Likewise.
507         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
508         (pascal_type_print_varspec_suffix): Likewise.
509         (pascal_type_print_base): Likewise.
510         * p-valprint.c (pascal_val_print): Likewise.
511         (pascal_val_print): Likewise.
512         * valops.c (value_slice): Likewise.
513         * valprint.c (scalar_type_p): Likewise.
514         * valarith.c (value_bitstring_subscript): Remove.
515         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
516         Remove comment on TYPE_CODE_BITSTRING.
517
518         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
519         TYPE_CODE_BITSTRING.
520
521         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
522         slot 0.
523
524 2012-08-16  Yao Qi  <yao@codesourcery.com>
525
526         * tracepoint.c (trace_find_none_command): Remove.
527         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
528
529 2012-08-16  Yao Qi  <yao@codesourcery.com>
530
531         * remote.c (handle_notification): Remove parameter 'length'.
532         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
533
534 2012-08-15  Keith Seitz  <keiths@redhat.com>
535
536         * gdbtypes.c (opaque_type_resolution): Make static.
537         Add missing comment.
538         (overload_debug): Add missing comment.
539         (show_opaque_type_resolution): Likewise.
540         (show_overload_debug): Likewise.
541         (print_bit_vector): Remove unnecessary forward declaration.
542         (print_arg_types): Likewise.
543         (dump_fn_fieldlists): Likewise.
544         (print_cplus_stuff): Likewise.
545
546 2012-08-15  Tom Tromey  <tromey@redhat.com>
547
548         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
549         (gdb_bfd_ref): Initialize new field.
550         (gdb_bfd_unref): Unref the archive BFD.
551         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
552         parent archive.
553
554 2012-08-15  Tom Tromey  <tromey@redhat.com>
555
556         PR python/14387:
557         * python/py-bpevent.c (create_breakpoint_event_object): Update
558         comment.
559         * python/py-event.c (evpy_add_attribute): Update comment.
560         * python/py-exitedevent.c (create_exited_event_object): Fix
561         reference counting and error handling.
562         * python/py-newobjfileevent.c (create_new_objfile_event_object):
563         Fix reference counting.
564         * python/py-signalevent.c (create_signal_event_object): Fix
565         reference counting and error handling.
566         * python/py-stopevent.c (emit_stop_event): Fix reference
567         counting.
568         * python/py-threadevent.c (get_event_thread): Return a
569         borrowed reference.
570         * python/py-type.c (convert_field): Fix reference counting.
571
572 2012-08-15  Tom Tromey  <tromey@redhat.com>
573
574         * dwarf2read.c (dwarf_decode_macro_bytes)
575         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
576         as hash key.
577
578 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
579
580         * infcmd.c (_initialize_infcmd): Update help text for the signal,
581         stepi, nexti, finish, next, step, jump, and continue commands.
582         * infrun.c (_initialize_infrun): Update help text for the handle
583         command.
584
585 2012-08-14  Doug Evans  <dje@google.com>
586
587         * gdbtypes.c (struct extra): Delete, unused.
588
589         * gdbtypes.c: Whitespace cleanup.
590         (address_space_name_to_int): Remove "extern" from definition.
591         (_initialize_gdbtypes): Declare with initialize_file_ftype.
592
593         * gdbtypes.c (make_pointer_type): Remove redundant setting of
594         TYPE_POINTER_TYPE (type).
595
596 2012-08-14  Gary Benson  <gbenson@redhat.com>
597
598         * solib-svr4.c (svr4_free_library_list): Use free_so.
599
600 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
601
602         * .gitignore: Add go-exp.c.
603
604 2012-08-13  Doug Evans  <dje@google.com>
605
606         * value.c (show_convenience): Tweak comment.
607         (_initialize_values): Mention convenience functions in the help text
608         for "show convenience".
609
610 2012-08-13  Yao Qi  <yao@codesourcery.com>
611
612         * std-operator.def: Remove TERNOP_SLICE_COUNT.
613         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
614         TERNOP_SLICE_COUNT.
615         * eval.c (evaluate_subexp_standard): Likewise.
616         * expprint.c (print_subexp_standard): Likewise.
617         (dump_subexp_body_standard): Likewise.
618         * parse.c (operator_length_standard): Likewise.
619
620 2012-08-13  Yao Qi  <yao@codesourcery.com>
621
622         * std-operator.def: Remove OP_BITSTRING.
623         * breakpoint.c (watchpoint_exp_is_const): Update.
624         * eval.c (evaluate_subexp_standard): Remove handling to
625         OP_BITSTRING.
626         * expprint.c (print_subexp_standard): Likewise.
627         (dump_subexp_body_standard): Likewise.
628         * parse.c (operator_length_standard): Likewise.
629         * valops.c (value_bitstring): Remove.
630         * value.h: Remove the declaration of 'value_bitstring'.
631
632 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
633
634         * linespec.c (find_methods): Remove unused variables `i1' and
635         `name_len'.
636         (decode_line_full): Likewise for `arg_start'.
637
638 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
639
640         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
641         (zlib_decompress_section): Likewise for `section_data'.
642         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
643
644 2012-08-10  Doug Evans  <dje@google.com>
645
646         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
647         * NEWS: Document them.
648         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
649         function/strfns.py.
650         * python/py-type.c (typy_array_1): New function.
651         (typy_array): Call it.
652         (typy_vector): New function.
653         (type_object_methods): Add "vector".
654         * python/lib/gdb/function/__init__.py: New file.
655         * python/lib/gdb/function/strfns.py: New file.
656
657 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
658
659         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
660         for TYPE_FIELD_BITPOS.
661         (typy_get_sizeof): Likewise for TYPE_LENGTH.
662
663 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
664
665         PR cli/10436:
666         * common/vec.h (VEC_merge): Define.
667         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
668         (DEF_VEC_ALLOC_FUNC_P): Likewise.
669         (DEF_VEC_ALLOC_FUNC_O): Likewise.
670         * completer.c: Include gdb_signals.h.
671         (signal_completer): Define.
672         * completer.h (signal_completer): Add prototype.
673         * infcmd.c (_initialize_infcmd): Assign the command
674         completer for "signal" to handle_completer.
675         * infrun.c: Include completer.h.
676         (handle_completer): Define.
677         (_initialize_infrun): Declare a new local variable c.  Store the
678         result of add_com("handle") to it.  Assign the command
679         completer for "handle" to handle_completer.
680
681 2012-08-09  Yao Qi  <yao@codesourcery.com>
682
683         * cli/cli-decode.c (set_cmd_prefix): New.
684         (lookup_cmd_for_prefixlist): New.
685         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
686         of each cmd_list_element in *prefixlist.
687         (add_setshow_cmd_full): set_cmd_prefix.
688         (add_alias_cmd): Likewise.
689         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
690         Declare 'auto_boolean_enums'.
691         * cli/cli-setshow.c: Include "observer.h".
692         (notify_command_param_changed_p): New.
693         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
694         Remove 'static'.
695         (do_setshow_command): Split it to ...
696         (do_set_command, do_show_command): ... them.  New.
697         (do_set_command): Call observer_notify_command_param_changed if
698         notify_command_param_changed_p returns true.
699         (cmd_show_list): Caller update.
700         * auto-load.c (set_auto_load_cmd): Likewise.
701         * remote.c (show_remote_cmd): Likewise.
702         * cli/cli-setshow.h: Update declarations.
703         * top.c (execute_command): Call do_set_command and do_show_command.
704
705         * NEWS: Mention new MI notification.
706         * mi/mi-interp.c: Declare mi_command_param_changed.
707         (mi_interpreter_init): Attach mi_command_param_changed to
708         observer command_param_changed.
709         (mi_command_param_changed): New.
710         Remove mi_suppress_breakpoint_notifications.
711         Define global variable mi_suppress_notification.
712         (mi_breakpoint_created): Update.
713         (mi_breakpoint_deleted): Likewise.
714         (mi_breakpoint_modified): Likewise.
715         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
716         'gdb-set' and set mi_suppress_notification.
717         * mi/mi-main.h: (mi_suppress_notification): New struct.
718
719 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
720             Jan Kratochvil  <jan.kratochvil@redhat.com>
721
722         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
723
724 2012-08-09  Yao Qi  <yao@codesourcery.com>
725
726         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
727         (skiplist): Move it to skip.c.
728         (init_cmd_lists): Remove code setting enablebreaklist and
729         skiplist to NULL.
730         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
731         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
732         skiplist.
733         * gdbcmd.h: Likewise.
734         * skip.c (_initialize_step_skip): Move 'skiplist' from
735         cli/cli-cmds.c.
736
737 2012-08-09  Yao Qi  <yao@codesourcery.com>
738
739         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
740         * gnu-nat.c, symfile.c: Likewise.
741
742 2012-08-08  Aaron Gamble  <agamble@google.com>
743
744         * utils.c (prompt_for_continue_wait_time): New static global.
745         (make_command_stats_cleanup): Initialize it.
746         (report_command_stats): Subtract time waiting for user.
747         (prompt_for_continue): Track time waiting for user.
748         (defaulted_query): Track time waiting for user.
749
750 2012-08-08  Doug Evans  <dje@google.com>
751
752         * eval.c (evaluate_subexp_standard): Fix thinko in handling
753         UNOP_MEMVAL_TYPE.
754         * expprint.c (print_subexp_standard, case OP_TYPE): New.
755         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
756         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
757         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
758         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
759         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
760         elt.
761         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
762         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
763         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
764         (dump_prefix_expression): Handle OP_TYPE.
765
766 2012-08-08  Keith Seitz  <keiths@redhat.com>
767
768         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
769         addr_start.
770
771 2012-08-08  Doug Evans  <dje@google.com>
772
773         * linux-thread-db.c: #include "gdb_vecs.h".
774         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
775         updated.
776         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
777         (thread_db_load_search): Use a vector to iterate over path elements.
778         Handle text appearing after "$pdir".
779
780         * gdb_string.h: Moved to ...
781         * common/gdb_string.h: ... here.
782         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
783         gdb_string.h and gdb_assert.h.
784
785 2012-08-08  Yao Qi  <yao@codesourcery.com>
786
787         * tic6x-tdep.c (tic6x_register_to_value): Remove.
788         (tic6x_value_to_register): Likewise.
789         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
790         and set_gdbarch_value_to_register.
791
792 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
793             Jean-Marc Saffroy  <saffroy@gmail.com>
794
795         PR 11804
796         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
797         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
798         * gcore.c (gcore_create_callback): New function comment.  Add modified
799         parameter.  Only write modified regions.  Set SEC_READONLY exactly
800         according to MODIFIED.
801         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
802         the passed modified value to FUNC.
803         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
804         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
805         first.  New variables modified and has_anonymous.  Parse the lines of
806         smaps file.  Add the passed MODIFIED value to FUNC.
807         * procfs.c (find_memory_regions_callback): Add the passed modified
808         value.
809
810 2012-08-06  Tom Tromey  <tromey@redhat.com>
811
812         * dwarf2-frame.c (clear_pointer_cleanup): New function.
813         (dwarf2_frame_cache): Use it.
814         * frame-unwind.h (frame_sniffer_ftype): Document prologue
815         cache initialization constraint.
816
817 2012-08-06  Tom Tromey  <tromey@redhat.com>
818
819         PR python/14386:
820         * varobj.c (update_dynamic_varobj_children): Don't call
821         PyIter_Check.
822
823 2012-08-06  Tom Tromey  <tromey@redhat.com>
824
825         PR cli/14392:
826         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
827
828 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
829
830         * NEWS: New entry for 'cd' default parameters.
831         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
832
833 2012-08-03  Tom Tromey  <tromey@redhat.com>
834
835         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
836         return.
837
838 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
839
840         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
841         to attempting lseek/write.
842         (inf_child_fileio_pread): Likewise for pread.
843
844 2012-08-02  Yao Qi  <yao@codesourcery.com>
845
846         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
847         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
848         add_setshow_zinteger_cmd.
849         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
850         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
851         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
852         instead of add_setshow_zinteger_cmd.
853         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
854         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
855         instead of add_setshow_zinteger_cmd.
856         * frame.c (frame_debug): Add 'unsigned'.
857         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
858         add_setshow_zinteger_cmd.
859         * frame.h: Update the declaration of 'frame_debug'.
860         * gdbtypes.c (overload_debug): Add 'unsigned'.
861         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
862         add_setshow_zinteger_cmd.
863         * inferior.h: Update declaration of 'debug_infrun'.
864         * infrun.c (debug_infrun): Add 'unsigned'.
865         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
866         add_setshow_zinteger_cmd.
867         * jit.c (jit_debug): Add 'unsigned'.
868         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
869         add_setshow_zinteger_cmd.
870         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
871         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
872         instead of add_setshow_zinteger_cmd.
873         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
874         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
875         add_setshow_zinteger_cmd.
876         * machoread.c (mach_o_debug_level): Add 'unsigned'.
877         (_initialize_machoread): Call add_setshow_zuinteger_cmd
878         instead of add_setshow_zinteger_cmd.
879         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
880         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
881         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
882         intead of add_setshow_zinteger_cmd.
883         * mips-tdep.c (mips_debug): Add 'unsigned'.
884         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
885         instead of add_setshow_zinteger_cmd.
886         * monitor.c (monitor_debug): Add 'unsigned'.
887         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
888         add_setshow_zinteger_cmd.
889         * observer.c (observer_debug): Add 'unsigned'.
890         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
891         add_setshow_zinteger_cmd.
892         * parse.c (expressiondebug): Add 'unsigned'.
893         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
894         add_setshow_zinteger_cmd.
895         * record.c (record_debug): Add 'unsigned'.
896         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
897         add_setshow_zinteger_cmd.
898         * record.h: Update the declaration of 'record_debug'.
899         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
900         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
901         add_setshow_zinteger_cmd.
902         * serial.c (global_serial_debug_p): Add 'unsigned'.
903         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
904         add_setshow_zinteger_cmd.
905         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
906         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
907         add_setshow_zinteger_cmd.
908         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
909         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
910         add_setshow_zinteger_cmd.
911         * target.c (targetdebug): Add 'unsigned'.
912         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
913         add_setshow_zinteger_cmd.
914         * valops.c (overload_debug): Add 'unsigned'.
915         * varobj.c (varobjdebug): Add 'unsigned'.
916         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
917         add_setshow_zinteger_cmd.
918         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
919         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
920         instead of add_setshow_zinteger_cmd.
921
922         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
923         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
924         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
925         instead of add_setshow_zinteger_cmd.
926         * gdbarch.c, gdbarch.h: Re-generated.
927
928 2012-08-02  Yao Qi  <yao@codesourcery.com>
929
930         * nto-tdep.c: Don't include cli/cli-decode.h and
931         cli/cli-cmds.h.
932         (_initialize_nto_tdep): Remove.
933         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
934         Remove field.
935         Remove macro nto_internal_debugging.
936
937 2012-08-01  Richard Henderson  <rth@redhat.com>
938
939         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
940         (mep-*-*) [gdb_target_obs]: Likewise.
941
942 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
943
944         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
945         linux_get_siginfo_type.
946
947 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
948
949         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
950         AT_ENTRY_POINT.
951         (call_function_by_hand) <ON_STACK>: Call write_memory with
952         gdbarch_breakpoint_from_pc, if possible.
953         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
954         here.
955
956 2012-07-31  Yao Qi  <yao@codesourcery.com>
957
958         * tracepoint.c: Add 'static' for some variables.
959
960 2012-07-31  Yao Qi  <yao@codesourcery.com>
961
962         * go32-nat.c: Declare _initialize_go32_nat.
963         * ser-go32.c: Declare _initialize_ser_dos.
964         * top.c (do_chdir_cleanup): Add 'static'.
965
966 2012-07-30  Keith Seitz  <keiths@redhat.com>
967
968         * linespec.c (linespec_lex_number): A number followed
969         by quotes is a valid number, too.
970
971 2012-07-30  Tom Tromey  <tromey@redhat.com>
972
973         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
974
975 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
976
977         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
978         attempt to 4-byte-align HW breakpoint addresses for Thumb.
979
980 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
981
982         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
983         invalid or reevaluated to prevent prevent references to possibly
984         delete'd type objects being left in the varobj.
985
986 2012-07-27  Tom Tromey  <tromey@redhat.com>
987             Jan Kratochvil  <jan.kratochvil@redhat.com>
988
989         * copying.awk: Print buffer-read-only and vi ro markers.
990         * copying.c: Rebuild.
991         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
992         * gdbarch.c, gdbarch.h: Rebuild.
993         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
994         buffer-read-only and vi ro markers.
995         * features/arm-with-iwmmxt.c: Rebuild.
996         * features/arm-with-m-fpa-layout.c: Rebuild.
997         * features/arm-with-m-vfp-d16.c: Rebuild.
998         * features/arm-with-m.c: Rebuild.
999         * features/arm-with-neon.c: Rebuild.
1000         * features/arm-with-vfpv2.c: Rebuild.
1001         * features/arm-with-vfpv3.c: Rebuild.
1002         * features/i386/amd64-avx-linux.c: Rebuild.
1003         * features/i386/amd64-avx.c: Rebuild.
1004         * features/i386/amd64-linux.c: Rebuild.
1005         * features/i386/amd64.c: Rebuild.
1006         * features/i386/i386-avx-linux.c: Rebuild.
1007         * features/i386/i386-avx.c: Rebuild.
1008         * features/i386/i386-linux.c: Rebuild.
1009         * features/i386/i386-mmx-linux.c: Rebuild.
1010         * features/i386/i386-mmx.c: Rebuild.
1011         * features/i386/i386.c: Rebuild.
1012         * features/i386/x32-avx-linux.c: Rebuild.
1013         * features/i386/x32-avx.c: Rebuild.
1014         * features/i386/x32-linux.c: Rebuild.
1015         * features/i386/x32.c: Rebuild.
1016         * features/mips-dsp-linux.c: Rebuild.
1017         * features/mips-linux.c: Rebuild.
1018         * features/mips64-dsp-linux.c: Rebuild.
1019         * features/mips64-linux.c: Rebuild.
1020         * features/rs6000/powerpc-32.c: Rebuild.
1021         * features/rs6000/powerpc-32l.c: Rebuild.
1022         * features/rs6000/powerpc-403.c: Rebuild.
1023         * features/rs6000/powerpc-403gc.c: Rebuild.
1024         * features/rs6000/powerpc-405.c: Rebuild.
1025         * features/rs6000/powerpc-505.c: Rebuild.
1026         * features/rs6000/powerpc-601.c: Rebuild.
1027         * features/rs6000/powerpc-602.c: Rebuild.
1028         * features/rs6000/powerpc-603.c: Rebuild.
1029         * features/rs6000/powerpc-604.c: Rebuild.
1030         * features/rs6000/powerpc-64.c: Rebuild.
1031         * features/rs6000/powerpc-64l.c: Rebuild.
1032         * features/rs6000/powerpc-7400.c: Rebuild.
1033         * features/rs6000/powerpc-750.c: Rebuild.
1034         * features/rs6000/powerpc-860.c: Rebuild.
1035         * features/rs6000/powerpc-altivec32.c: Rebuild.
1036         * features/rs6000/powerpc-altivec32l.c: Rebuild.
1037         * features/rs6000/powerpc-altivec64.c: Rebuild.
1038         * features/rs6000/powerpc-altivec64l.c: Rebuild.
1039         * features/rs6000/powerpc-cell32l.c: Rebuild.
1040         * features/rs6000/powerpc-cell64l.c: Rebuild.
1041         * features/rs6000/powerpc-e500.c: Rebuild.
1042         * features/rs6000/powerpc-e500l.c: Rebuild.
1043         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1044         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1045         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1046         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1047         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1048         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1049         * features/rs6000/powerpc-vsx32.c: Rebuild.
1050         * features/rs6000/powerpc-vsx32l.c: Rebuild.
1051         * features/rs6000/powerpc-vsx64.c: Rebuild.
1052         * features/rs6000/powerpc-vsx64l.c: Rebuild.
1053         * features/rs6000/rs6000.c: Rebuild.
1054         * features/s390-linux32.c: Rebuild.
1055         * features/s390-linux32v1.c: Rebuild.
1056         * features/s390-linux32v2.c: Rebuild.
1057         * features/s390-linux64.c: Rebuild.
1058         * features/s390-linux64v1.c: Rebuild.
1059         * features/s390-linux64v2.c: Rebuild.
1060         * features/s390x-linux64.c: Rebuild.
1061         * features/s390x-linux64v1.c: Rebuild.
1062         * features/s390x-linux64v2.c: Rebuild.
1063         * features/tic6x-c62x-linux.c: Rebuild.
1064         * features/tic6x-c62x.c: Rebuild.
1065         * features/tic6x-c64x-linux.c: Rebuild.
1066         * features/tic6x-c64x.c: Rebuild.
1067         * features/tic6x-c64xp-linux.c: Rebuild.
1068         * features/tic6x-c64xp.c: Rebuild.
1069
1070 2012-07-27  Tom Tromey  <tromey@redhat.com>
1071
1072         * c-exp.y (classify_name): Avoid assignment in condition.
1073
1074 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
1075
1076         * amd64-windows-tdep.c: Include "frame.h".
1077         (amd64_windows_skip_trampoline_code): New function.
1078         (amd64_windows_init_abi): Add trampoline registration.
1079
1080 2012-07-27  Yao Qi  <yao@codesourcery.com>
1081
1082         * tracepoint.c (cur_traceframe_number): Remove.
1083         (set_tfile_traceframe): Remove.
1084         (tfile_trace_find, tfile_fetch_registers): Update callers.
1085         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1086         (tfile_open, tfile_trace_find): Likewise.
1087
1088 2012-07-27  Yao Qi  <yao@codesourcery.com>
1089
1090         * thread.c (switch_to_thread): Don't call registers_changed.
1091
1092 2012-07-26  Tom Tromey  <tromey@redhat.com>
1093
1094         * Makefile.in (SFILES): Remove objc-exp.y.
1095         (YYFILES): Remove objc-exp.c.
1096         (YYOBJ): Remove objc-exp.o.
1097         (local-maintainer-clean): Don't mention objc-exp.c.
1098         * c-exp.y: Include objc-lang.h.
1099         (%union) <class>: New field.
1100         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1101         (exp): Clone subscript production for OBJC_LBRAC.  Add various
1102         Objective C productions.
1103         (msglist, msgarglist, msgarg): New productions.
1104         (array_mod, func_mod, operator): Clone productions for
1105         OBJC_LBRAC.
1106         (parse_string_or_char): Handle '@' strings.
1107         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
1108         (classify_name): Check la_name_of_this.  Recognize ObjC class
1109         names.
1110         * objc-exp.y: Remove.
1111         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1112         * objc-lang.h (objc_parse, objc_error): Don't declare.
1113
1114 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
1115
1116         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1117
1118 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1119
1120         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1121         and decrement.
1122
1123 2012-07-26  Tom Tromey  <tromey@redhat.com>
1124
1125         * copying.c: Rebuild.
1126         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
1127         'no_class'.
1128
1129 2012-07-26  Tom Tromey  <tromey@redhat.com>
1130
1131         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1132         immediate_quit.
1133         (print_objfile_statistics): Likewise.
1134         (maintenance_print_symbols): Likewise.
1135         (maintenance_print_msymbols): Likewise.
1136         (maintenance_print_objfiles): Likewise.
1137         * psymtab.c (print_partial_symbols): Call QUIT.
1138         (maintenance_print_psymbols): Likewise.  Don't modify
1139         immediate_quit.
1140         * copying.c (show_copying_command): Don't modify immediate_quit.
1141         (show_warranty_command): Likewise.
1142         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1143
1144 2012-07-26  Keith Seitz  <keiths@redhat.com>
1145
1146         * linespec.c (linespec_lexer_lex_number): The input
1147         is also a valid number if the next character is a comma
1148         or colon.
1149
1150 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
1151
1152         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1153         configure options.
1154
1155 2012-07-26  Tristan Gingold  <gingold@adacore.com>
1156
1157         * machoread.c: Include gdb_bfd.h.
1158
1159 2012-07-26  Tristan Gingold  <gingold@adacore.com>
1160
1161         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1162         offset.
1163
1164 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1165
1166         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1167         SIZE to size_t.
1168         (dwarf2_evaluate_loc_desc): Likewise.
1169         (dwarf2_loc_desc_needs_frame): Likewise.
1170         (locexpr_describe_location_1): Likewise.
1171         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1172         size_t.
1173         (struct dwarf2_loclist_baton): Likewise.
1174         * dwarf2read.c (struct dwarf_block): Likewise.
1175         (dump_die_shallow): Use pulongest to print dwarf_block.size.
1176         (decode_locdesc): Expand SIZE and I to size_t.
1177
1178 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1179
1180         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1181
1182 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
1183
1184         * doublest.c (convert_doublest_to_floatformat): If the exponent
1185         is too small, treat the value as zero.  If the exponent is too
1186         large, treat the value as infinity.
1187
1188 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
1189
1190         * configure.ac: Add --enable-lmcheck configure option.
1191         * configure: Regenerate.
1192
1193 2012-07-25  Tom Tromey  <tromey@redhat.com>
1194
1195         * NEWS: Mention maint info bfds.
1196         * gdb_bfd.c (all_bfds): New global.
1197         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
1198         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
1199         New functions.
1200
1201 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
1202
1203         * configure.tgt: Add v850*-*-rtems*.
1204
1205 2012-07-25  Tom Tromey  <tromey@redhat.com>
1206
1207         * macrotab.c (macro_bcache_str): Remove cast.
1208
1209 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
1210
1211         * linespec.c (linespec_lexer_lex_number): Update comments,
1212         change the return and add check to make sure the input is
1213         the decimal numbers.
1214         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
1215         false, call linespec_lexer_lex_string.
1216
1217 2012-07-24  Tom Tromey  <tromey@redhat.com>
1218
1219         * symfile.c (symbol_file_add): Don't open BFD twice.
1220
1221 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
1222
1223         * breakpoint.c (create_breakpoint): Store condition for pending
1224         breakpoints.
1225
1226 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
1227
1228         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
1229         (m68k_return_value): Handle complex types like structures.
1230         (m68k_svr4_return_value): Likewise.
1231
1232 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1233
1234         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
1235         parameters to bfd_get_section_name.
1236
1237 2012-07-24  Yao Qi  <yao@codesourcery.com>
1238
1239         * cli/cli-setshow.c: Handle case 'var_uinteger'
1240         and 'var_zuninteger' together.  Handle case 'var_integer' and
1241         'var_zinteger' together.
1242
1243 2012-07-23  Keith Seitz  <keiths@redhat.com>
1244
1245         * linespec.c (convert_linespec_to_sal): Don't add
1246         any symbols to the result vector if symbol_to_sal
1247         returns zero.
1248
1249 2012-07-23  Keith Seitz  <keiths@redhat.com>
1250
1251         * linespec.c (decode_objc): Record the function name
1252         in the linespec.
1253
1254 2012-07-23  Tom Tromey  <tromey@redhat.com>
1255
1256         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
1257         counting.
1258         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
1259         (map_vmap): Acquire a reference to the BFD.
1260
1261 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
1262
1263         * p-valprint.c (pascal_object_print_value): Replace potentially
1264         unsafe alloca with xmalloc/xfree.
1265         * valops.c (search_struct_method): Likewise.
1266
1267 2012-07-23  Tom Tromey  <tromey@redhat.com>
1268
1269         * solib-svr4.c (enable_break): Update.
1270         * bfd-target.h (target_bfd_reopen): Update documentation.
1271
1272 2012-07-23  Tom Tromey  <tromey@redhat.com>
1273
1274         * symfile.c (separate_debug_file_exists): Update.
1275         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
1276         (reread_symbols): Update.
1277         * elfread.c (build_id_verify): Update.
1278         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
1279         bfd_open_maybe_remote.
1280
1281 2012-07-23  Tom Tromey  <tromey@redhat.com>
1282
1283         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
1284
1285 2012-07-23  Tom Tromey  <tromey@redhat.com>
1286
1287         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
1288         and 'abfd'.
1289         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
1290         and 'abfd'.
1291         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
1292         * machoread.c (macho_add_oso_symfile): Make a cleanup for
1293         'abfd'.
1294         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
1295         * objfiles.c (allocate_objfile): Acquire a new reference.
1296         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
1297         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
1298         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
1299         a cleanup for 'nbfd'.
1300         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
1301         for 'nbfd'.
1302         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
1303         make a cleanup for 'abfd'.
1304         (symbol_file_add): Make a BFD cleanup.
1305
1306 2012-07-23  Tom Tromey  <tromey@redhat.com>
1307
1308         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
1309         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
1310         * corelow.c (core_open): Use gdb_bfd_fopen.
1311         * dsrec.c (load_srec): Use gdb_bfd_openr.
1312         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
1313         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
1314         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1315         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1316         (gdb_bfd_fdopenr): New functions.
1317         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1318         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1319         (gdb_bfd_fdopenr): Declare.
1320         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
1321         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
1322         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
1323         gdb_bfd_openr_next_archived_file.
1324         (macho_check_dsym): Use gdb_bfd_openr.
1325         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
1326         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
1327         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
1328         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
1329         gdb_bfd_openr.
1330         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
1331         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
1332         gdb_bfd_openr_next_archived_file.
1333         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1334         Use gdb_bfd_openr.
1335         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1336         gdb_bfd_openr.
1337         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
1338         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
1339         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
1340         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
1341         (symfile_bfd_open): Use gdb_bfd_fopen.
1342         (generic_load): Use gdb_bfd_openr.
1343         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
1344
1345 2012-07-23  Tom Tromey  <tromey@redhat.com>
1346
1347         * bfd-target.c (target_bfd_reopen): Update.
1348         * cli/cli-dump.c (bfd_openr_with_cleanup)
1349         (bfd_openw_with_cleanup): Update.
1350         * corelow.c (core_open): Update.
1351         * dsrec.c (load_srec): Update.
1352         * exec.c (exec_file_attach): Update.
1353         * gcore.c (create_gcore_bfd): Update.
1354         * gdb_bfd.c (gdb_bfd_ref): Return void.
1355         (gdb_bfd_open): Update.
1356         * gdb_bfd.h (gdb_bfd_ref): Return void.
1357         Update comments.
1358         * jit.c (jit_bfd_try_read_symtab): Update.
1359         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
1360         * machoread.c (macho_symfile_read_all_oso): Update.
1361         (macho_check_dsym): Update.
1362         * procfs.c (insert_dbx_link_bpt_in_file): Update.
1363         * remote-m32r-sdi.c (m32r_load): Update.
1364         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
1365         * rs6000-nat.c (add_vmap): Update.
1366         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1367         Update.
1368         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
1369         * solib-spu.c (spu_bfd_open): Update.
1370         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
1371         * spu-linux-nat.c (spu_bfd_open): Update.
1372         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
1373         (generic_load): Update.
1374         * windows-nat.c (windows_make_so): Update.
1375
1376 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
1377
1378         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
1379
1380 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
1381
1382         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
1383         SIGTRAMP_FRAME unwinding.
1384
1385 2012-07-20  Doug Evans  <dje@google.com>
1386
1387         * NEWS: Document new options "set/show use-deprecated-index-sections",
1388         and delete reference to --use-deprecated-index-sections.
1389         * symfile.h (use_deprecated_index_sections): Delete.
1390         * dwarf2read.c (use_deprecated_index_sections): Make static.
1391         (read_index_from_section): Update wording of how to load
1392         deprecated index sections.
1393         (_initialize_dwarf2_read): New options
1394         "set/show use-deprecated-index-sections".
1395         * main.c (captured_main): Delete --use-deprecated-index-sections.
1396
1397 2012-07-20  Pedro Alves  <palves@redhat.com>
1398
1399         PR threads/11692
1400         PR gdb/12203
1401
1402         * infrun.c (handle_inferior_event) <new thread>: Don't special
1403         case minus_one_ptid.
1404         <TARGET_WAITKIND_SPURIOUS>: Ditto.
1405         * linux-thread-db.c (thread_get_info_callback): Don't return early
1406         if the thread is zombie.
1407         (thread_from_lwp): Change return type to void.  Rewrite stale
1408         comment.
1409         (attach_thread): Don't return early if the thread is zombie,
1410         instead set its "dying" flag.
1411         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
1412         (find_new_threads_callback): Don't return early if the thread is
1413         zombie.
1414
1415 2012-07-20  Pedro Alves  <palves@redhat.com>
1416
1417         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
1418         * target.c (target_wait): Likewise.
1419         (str_comma_list_concat_elem, do_option, target_options_to_string):
1420         New functions.
1421         * target.h (target_options_to_string): Declare.
1422
1423 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
1424             Tom Tromey  <tromey@redhat.com>
1425
1426         * dwarf2read.c (dwarf_decode_macros)
1427         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
1428         DW_MACRO_GNU_transparent_include_alt>: New cases.
1429         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
1430         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
1431
1432 2012-07-20  Tom Tromey  <tromey@redhat.com>
1433
1434         * dwarf2read.c (try_open_dwo_file): Don't call
1435         gdb_bfd_stash_filename.
1436
1437 2012-07-20  Pedro Alves  <palves@redhat.com>
1438
1439         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
1440         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
1441         (i386_process_record): Tweak description comments.
1442
1443 2012-07-20  Pedro Alves  <palves@redhat.com>
1444
1445         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
1446         (i386_process_record): Use record_read_memory.
1447         * record.c (record_read_memory): New function.
1448         (record_arch_list_add_mem, record_exec_insn): Use
1449         record_read_memory.
1450         * record.h (record_read_memory): Declare.
1451
1452 2012-07-20  Yao Qi  <yao@codesourcery.com>
1453
1454         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
1455         NULL for xfree.
1456
1457 2012-07-19  Pedro Alves  <palves@redhat.com>
1458
1459         * record.c (record_resume): Ask the target beneath to report all
1460         signals.
1461
1462 2012-07-19  Doug Evans  <dje@google.com>
1463
1464         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
1465         there's no section at address zero.
1466         (dwarf2_record_block_ranges): Ditto.
1467
1468 2012-07-19  Yao Qi  <yao@codesourcery.com>
1469
1470         * command.h, remote.c: Fix a typo in comment.
1471
1472 2012-07-19  Tom Tromey  <tromey@redhat.com>
1473
1474         PR exp/13206:
1475         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
1476         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
1477         OP_DECLTYPE>: New cases.
1478         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
1479         (type_exp): Add new productions.
1480         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
1481         and decltype.
1482         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
1483         New case.
1484         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
1485         OP_DECLTYPE>: New case.
1486         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
1487         New case.
1488         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
1489         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
1490
1491 2012-07-19  Tom Tromey  <tromey@redhat.com>
1492
1493         * c-exp.y (enum token_flags): New.
1494         (struct token) <cxx_only>: Remove.
1495         <flags>: New field.
1496         (tokentab3, tokentab2, ident_tokens): Update.
1497         (lex_one_token): Update.  Handle FLAG_SHADOW.
1498
1499 2012-07-19  Tom Tromey  <tromey@redhat.com>
1500
1501         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
1502         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
1503         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
1504         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
1505         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
1506         type_exp production where appropriate.
1507         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
1508         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
1509         <UNOP_MEMVAL_TYPE>: New case.
1510         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
1511         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
1512         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
1513         <UNOP_MEMVAL_TYPE>: New case.
1514         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
1515         UNOP_REINTERPRET_CAST>: Update.
1516         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
1517         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
1518         UNOP_REINTERPRET_CAST>: Update.
1519         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
1520         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
1521         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
1522         constants.
1523
1524 2012-07-19  Yao Qi  <yao@codesourcery.com>
1525             Jan Kratochvil <jan.kratochvil@redhat.com>
1526
1527         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
1528         and case 'var_optional_filename' together.
1529         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
1530         instead of add_setshow_optional_filename_cmd for setshow command
1531         'args'.  Set completer for 'set args'.
1532
1533 2012-07-18  Doug Evans  <dje@google.com>
1534
1535         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
1536         * common/gdb_vecs.c: New file, contents from utils.c.
1537         * common/host-defs.h: New file, contents from defs.h.
1538         * utils.h: New file, contents from defs.h.
1539         * defs.h: Move all declarations of objects defined in utils.c
1540         to utils.h (except QUIT() and related).
1541         #include "utils.h", "host-defs.h".
1542         * probe.h (probe_p): Move here from gdb_vecs.h.
1543         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
1544         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
1545         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
1546         * Makefile.in (SFILES): Add common/gdb_vecs.c.
1547         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
1548         (COMMON_OBS): Add gdb_vecs.o.
1549         (gdb_vecs.o): New rule.
1550
1551 2012-07-18  Keith Seitz  <keiths@redhat.com>
1552
1553         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
1554         parameter.  If non-zero, use SYMNAME as the canonical name
1555         for the SaL.
1556         Update all callers.
1557         (convert_linespec_to_sals): Use add_sal_to_sals for
1558         expressions, too.
1559         (decode_line_full): No need to "fill in missing canonical names"
1560         anymore. Simply make cleanups for the allocated names.
1561
1562 2012-07-18  Keith Seitz  <keiths@redhat.com>
1563
1564         * linespec.c (struct linespec): Constify expression,
1565         source_filename, function_name, and label_name.
1566         (symbol_not_found_error): Make all parameters const.
1567         (linespec_parser_delete): No need to check for NULL
1568         when using xfree. Cast const char * to char * for xfree.
1569
1570 2012-07-18  Keith Seitz  <keiths@redhat.com>
1571
1572         * breakpoint.c (invalid_thread_id_error): New function.
1573         (find_condition_and_thread): Use invalid_thread_id_error.
1574         (watch_command_1): Likewise.
1575
1576 2012-07-18  Tom Tromey  <tromey@redhat.com>
1577
1578         * cc-with-index.sh, cc-with-dwz.sh: Remove.
1579         * contrib/cc-with-tweaks.sh: New file.
1580
1581 2012-07-18  Tom Tromey  <tromey@redhat.com>
1582
1583         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
1584         (locate_dwz_sections): Recognize .gdb_index.
1585         (create_cus_from_index_list): New function.
1586         (create_cus_from_index): Use it.  Handle .dwz data.
1587         (read_index_from_section): New function, extracted from
1588         dwarf2_read_index.
1589         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
1590         if needed.
1591
1592 2012-07-18  Tom Tromey  <tromey@redhat.com>
1593
1594         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
1595         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
1596         <is_dwz>: New field.
1597         (struct dwz_file): New.
1598         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
1599         (locate_dwz_sections, dwarf2_get_dwz_file)
1600         (get_abbrev_section_for_cu): New functions.
1601         (error_check_comp_unit_head, read_and_check_comp_unit_head)
1602         (read_and_check_type_unit_head): Add abbrev_section argument.
1603         (create_debug_types_hash_table): Update.
1604         (init_cutu_and_read_dies): Use proper abbrev section.
1605         (init_cutu_and_read_dies_no_follow): Likewise.
1606         (set_partial_user): Do nothing if PST==NULL.
1607         (read_comp_units_from_section): New function.
1608         (create_all_comp_units): Use it.
1609         (scan_partial_symbols, partial_die_parent_scope): Update.
1610         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
1611         (process_imported_unit_die, read_partial_die): Handle .dwz files.
1612         (find_partial_die): Add offset_in_dwz argument.  Update.
1613         (guess_partial_die_structure_name, fixup_partial_die): Update.
1614         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
1615         DW_FORM_GNU_strp_alt.
1616         (read_indirect_string_from_dwz): New function.
1617         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
1618         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
1619         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
1620         (follow_die_offset): Add offset_in_dwz argument.
1621         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
1622         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
1623         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
1624         Handle new macro forms.
1625         (dwarf_decode_macros): Update.
1626         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
1627         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
1628         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
1629         (create_debug_types_hash_table): Use correct abbrev section.
1630         (get_debug_line_section): New function.
1631         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
1632         (process_full_comp_unit): Pass 'required' argument to
1633         end_symtab_get_static_block.
1634         * buildsym.h (end_symtab_get_static_block): Update.
1635         * buildsym.c (end_symtab_get_static_block): Add 'required'
1636         argument.
1637         (end_symtab, end_expandable_symtab): Update.
1638
1639 2012-07-18  Tom Tromey  <tromey@redhat.com>
1640
1641         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
1642         (pagesize): Remove.
1643         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
1644         (zlib_decompress_section): Remove.
1645         (dwarf2_read_section): Use gdb_bfd_map_section.
1646         (munmap_section_buffer): Remove.
1647         (free_dwo_file, dwarf2_per_objfile_free): Don't use
1648         munmap_section_buffer.
1649         * gdb_bfd.c: Include zlib.h, sys/mman.h.
1650         (struct gdb_bfd_section_data): New.
1651         (free_one_bfd_section): New function.
1652         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
1653         (get_section_descriptor, zlib_decompress_section)
1654         (gdb_bfd_map_section): New functions.
1655         * gdb_bfd.h (gdb_bfd_map_section): Declare.
1656
1657 2012-07-18  Tom Tromey  <tromey@redhat.com>
1658
1659         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
1660
1661 2012-07-18  Tom Tromey  <tromey@redhat.com>
1662
1663         * gdb_bfd.c (struct gdb_bfd_data): New.
1664         (gdb_bfd_cache): New global.
1665         (struct gdb_bfd_cache_search): New.
1666         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
1667         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
1668         * gdb_bfd.h (gdb_bfd_open): Declare.
1669
1670 2012-07-18  Tom Tromey  <tromey@redhat.com>
1671
1672         * utils.c (make_cleanup_bfd_unref): Rename from
1673         make_cleanup_bfd_close.
1674         * defs.h (make_cleanup_bfd_unref): Rename from
1675         make_cleanup_bfd_close.
1676         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
1677         (bfd_openw_with_cleanup): Update.
1678         * corelow.c (core_open): Update.
1679         * dsrec.c (load_srec): Update.
1680         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
1681         * remote-m32r-sdi.c (m32r_load): Update.
1682         * remote-mips.c (mips_load_srec): Update.
1683         (pmon_load_fast): Update.
1684         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1685         Update.
1686         (darwin_bfd_open): Update.
1687         * solib.c (solib_bfd_fopen): Update.
1688         * symfile-mem.c (symbol_file_add_from_memory): Update.
1689         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
1690         (symfile_bfd_open): Update.
1691         (generic_load): Update.
1692
1693 2012-07-18  Tom Tromey  <tromey@redhat.com>
1694
1695         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
1696         (pmon_load_fast): Likewise.
1697         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
1698         (m32r_upload_command): Likewise.
1699         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
1700         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1701         Use make_cleanup_bfd_close.
1702
1703 2012-07-18  Tom Tromey  <tromey@redhat.com>
1704
1705         * symfile.c (symfile_bfd_open): Don't copy name.  Call
1706         gdb_bfd_stash_filename.
1707         (load_command): Open the new BFD before freeing the old.
1708         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
1709         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
1710         Call gdb_bfd_stash_filename.
1711         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
1712         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
1713         gdb_bfd_stash_filename.
1714         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1715         Free found_pathname.
1716         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
1717         gdb_bfd_stash_filename.
1718         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
1719         * machoread.c (macho_add_oso_symfile): Call
1720         gdb_bfd_stash_filename.
1721         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
1722         gdb_bfd_stash_filename.
1723         (macho_check_dsym): Don't copy filename.  Call
1724         gdb_bfd_stash_filename.
1725         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
1726         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
1727         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
1728         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
1729         * exec.c (exec_close): Don't free the BFD's filename.
1730         (exec_file_attach): Don't copy the filename.  Call
1731         gdb_bfd_stash_filename.
1732         * corelow.c (core_close): Don't free the BFD's filename.
1733         (core_open): Call gdb_bfd_stash_filename.
1734         * corefile.c (reopen_exec_file): Remove #if 0 code.
1735         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
1736         pathname.
1737         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
1738
1739 2012-07-18  Tom Tromey  <tromey@redhat.com>
1740
1741         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
1742         gdb_bfd_unref.
1743         (free_dwo_file): Use gdb_bfd_unref.
1744         * cli/cli-dump.c: Include gdb_bfd.h.
1745         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
1746         (bfd_openr_with_cleanup): Likewise.
1747         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
1748         gdb_bfd_unref.
1749         * utils.c: Include gdb_bfd.h.
1750         (do_bfd_close_cleanup): Use gdb_bfd_unref.
1751         * symfile.c: Include gdb_bfd.h.
1752         (separate_debug_file_exists): Use gdb_bfd_unref.
1753         (bfd_open_maybe_remote): Use gdb_bfd_ref.
1754         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
1755         (generic_load): Use gdb_bfd_ref.
1756         (reread_symbols): Use gdb_bfd_unref.
1757         * symfile-mem.c: Include gdb_bfd.h.
1758         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
1759         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
1760         * solib.c: Include gdb_bfd.h.
1761         (solib_bfd_fopen): Use gdb_bfd_ref.
1762         (solib_bfd_open): Use gdb_bfd_unref.
1763         (free_so_symbols): Use gdb_bfd_unref.
1764         (reload_shared_libraries_1): Use gdb_bfd_unref.
1765         * solib-spu.c: Include gdb_bfd.h.
1766         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
1767         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
1768         gdb_bfd_unref.
1769         * solib-frv.c: Include gdb_bfd.h.
1770         (enable_break2): Use gdb_bfd_unref.
1771         * solib-dsbt.c: Include gdb_bfd.h.
1772         (enable_break2): Use gdb_bfd_unref.
1773         * solib-darwin.c: Include gdb_bfd.h.
1774         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
1775         gdb_bfd_unref.
1776         (darwin_bfd_open): Use gdb_bfd_unref.
1777         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
1778         * remote-mips.c: Include gdb_bfd.h.
1779         (mips_load_srec): Use gdb_bfd_ref.
1780         (pmon_load_fast): Use gdb_bfd_ref.
1781         * remote-m32r-sdi.c: Include gdb_bfd.h.
1782         (m32r_load): Use gdb_bfd_ref.
1783         * record.c: Include gdb_bfd.h.
1784         (record_save_cleanups): Use gdb_bfd_unref.
1785         (cmd_record_save): Use gdb_bfd_unref.
1786         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
1787         gdb_bfd_unref.
1788         * objfiles.h (gdb_bfd_close_or_warn): Remove.
1789         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
1790         * objfiles.c: Include gdb_bfd.h.
1791         (free_objfile): Use gdb_bfd_unref.
1792         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
1793         gdb_bfd.c.
1794         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
1795         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
1796         (macho_check_dsym): Likewise.
1797         * m32r-rom.c: Include gdb_bfd.h.
1798         (m32r_load): Use gdb_bfd_ref.
1799         (m32r_upload_command): Use gdb_bfd_ref.
1800         * jit.c: Include gdb_bfd.h.
1801         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
1802         * gdb_bfd.h: New file.
1803         * gdb_bfd.c: New file.
1804         * gcore.c: Include gdb_bfd.h.
1805         (create_gcore_bfd): Use gdb_bfd_ref.
1806         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
1807         (gcore_command): Use gdb_bfd_unref.
1808         * exec.c: Include gdb_bfd.h.
1809         (exec_close): Use gdb_bfd_unref.
1810         (exec_close_1): Use gdb_bfd_unref.
1811         (exec_file_attach): Use gdb_bfd_ref.
1812         * elfread.c: Include gdb_bfd.h.
1813         (build_id_verify): Use gdb_bfd_unref.
1814         * dsrec.c: Include gdb_bfd.h.
1815         (load_srec): Use gdb_bfd_ref.
1816         * corelow.c: Include gdb_bfd.h.
1817         (core_close): Use gdb_bfd_unref.
1818         (core_open): Use gdb_bfd_ref.
1819         * bfd-target.c: Include gdb_bfd.h.
1820         (target_bfd_xclose): Use gdb_bfd_unref.
1821         (target_bfd_reopen): Use gdb_bfd_ref.
1822         * Makefile.in (SFILES): Add gdb_bfd.c.
1823         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
1824         (COMMON_OBS): Add gdb_bfd.o.
1825
1826 2012-07-18  Keith Seitz  <keiths@redhat.com>
1827
1828         * breakpoint.c (find_condition_and_thread): Initialize
1829         TASK and REST.
1830         (create_breakpiont): find_condition_and_thread will now
1831         initialize COND_STRING, THREAD, and REST (and TASK).
1832         (addr_string_to_sals): Likewise.
1833
1834 2012-07-18  Pedro Alves  <palves@redhat.com>
1835
1836         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
1837         Pull the single step breakpoints out of the target.
1838
1839 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1840
1841         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
1842         * stap-probe.c (compile_probe_arg): Likewise.
1843
1844 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1845
1846         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
1847         (elf_compile_to_ax): Likewise.
1848         * infrun.c (insert_exception_resume_from_probe): Likewise.
1849         (check_exception_resume): Remove `objfile' variable.
1850         * probe.c (find_probe_by_pc): Remove `objfile' argument.
1851         (struct probe_and_objfile, probe_and_objfile_s): Delete.
1852         (collect_probes): Adjust return value to `VEC (probe_p) *'.
1853         (compare_entries): Rename to...
1854         (compare_probes): ...this.  Adjust function to work with
1855         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
1856         respectively.
1857         (gen_ui_out_table_header_info): Adjust `probes' argument to be
1858         `VEC (probe_p) *'.
1859         (print_ui_out_info): Adjust argument to be `struct probe *'.
1860         (info_probes_for_ops): Adjust internal computations to use
1861         `VEC (probe_p) *'.
1862         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
1863         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
1864         gen_info_probes_table_values>: Remove `objfile' argument.
1865         (struct probe) <objfile>: New field.
1866         (find_probe_by_pc): Remove `objfile' argument.
1867         * stap-probe.c (stap_parse_probe_arguments): Likewise.
1868         (stap_get_probe_argument_count): Likewise.
1869         (stap_get_arg): Likewise.
1870         (stap_evaluate_probe_argument): Likewise.
1871         (stap_compile_to_ax): Likewise.
1872         (compile_probe_arg): Refactor not to pass `objfile' anymore.
1873         (handle_stap_probe): Fill `objfile' field from `struct probe'.
1874         (stap_gen_info_probes_table_header): Remove `objfile' argument.
1875         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
1876         sym_compile_to_ax>: Likewise.
1877
1878 2012-07-18  Terry Guo  <terry.guo@arm.com>
1879
1880         PR 14329
1881         * defs.h (GDB_MI_MSG_WIDTH): New.
1882         * ser_base (ser_base_read_error_fd): New function.
1883         (do_ser_base_readchar): Poll error file descriptor as well as
1884         standard output.
1885         (generic_readchar): Refactor error handling.
1886
1887 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
1888
1889         * NEWS: Create a new section for the next release branch.
1890         Rename the section of the current branch, now that it has
1891         been cut.
1892
1893 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
1894
1895         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
1896         * version.in: Bump version to 7.5.50.20120718-cvs.
1897
1898 2012-07-17  Keith Seitz  <keiths@redhat.com>
1899
1900         * linespec.c (linespec_parse_line_offset): Make parameter
1901         const.
1902
1903 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1904
1905         PR 11914
1906         * f-valprint.c (info_common_command): New variable frame_id.
1907         Reinitialize FI form FRAME_ID after each print_variable_and_value.
1908         * printcmd.c (print_variable_and_value): Extend function comment.
1909         Add comment for invalidated FRAME.
1910         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
1911         FI form FRAME_ID after each print_frame_local_vars.
1912         (struct print_variable_and_value_data): Change frame to frame_id.
1913         (do_print_variable_and_value): New variable frame, initialize it from
1914         p->frame_id.  Add comment for invalidated FRAME.
1915         (print_frame_local_vars, print_frame_arg_vars): New function comment.
1916         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
1917         for invalidated FRAME.
1918
1919 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
1920             Pedro Alves  <palves@redhat.com>
1921
1922         * linux-nat.c (linux_nat_detach): Don't unregister from the event
1923         loop.
1924
1925 2012-07-16  Tom Tromey  <tromey@redhat.com>
1926
1927         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
1928
1929 2012-07-15  Doug Evans  <dje@google.com>
1930
1931         * dwarf2read.c (stmt_list_hash): New struct.
1932         (type_unit_group): Embed "per_cu" member, remove pointer.
1933         New union member "t", move member "tus" into it, all uses updated.
1934         New member "hash", replaces member "line_offset, all uses updated.
1935         (quick_file_names): Replace member "offset" with "hash", all uses
1936         updated.
1937         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
1938         (hash_file_name_entry, eq_file_name_entry): Call them.
1939         (hash_type_unit_group, eq_type_unit_group): Ditto.
1940         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
1941         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
1942         (dw2_get_file_names): Update.
1943         (create_type_unit_group): Replace "per_cu" arg with "cu".
1944         All callers updated.  Fix "quick" (.gdb_index) handling.
1945         (get_type_unit_group): Replace "per_cu" arg with "cu".
1946         All callers updated.
1947         (build_type_unit_groups): Don't reset tu_stats.
1948
1949         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
1950         "tab_cur_size".  Change member "tab" to be a htab_t.
1951         (create_filename_seen_cache): Update.
1952         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
1953         (filename_seen): Update.
1954
1955 2012-07-13  Doug Evans  <dje@google.com>
1956
1957         * symtab.c (filename_seen): Update comment.
1958
1959 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1960             Doug Evans  <dje@google.com>
1961
1962         * buildsym.c (end_symtab_1): Split it to ...
1963         (end_symtab_get_static_block): ... this ...
1964         (end_symtab_from_static_block): ... and this function.
1965         (end_symtab, end_expandable_symtab): Call them.
1966         * buildsym.h (end_symtab_get_static_block)
1967         (end_symtab_from_static_block): New declarations.
1968         * dwarf2read.c (process_full_comp_unit): New variable static_block.
1969         Set its valid CU ranges.
1970
1971 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1972
1973         * dwarf2loc.c (disassemble_dwarf_expression): Handle
1974         DW_OP_GNU_parameter_ref.
1975
1976 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1977
1978         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
1979         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
1980
1981 2012-07-13  Doug Evans  <dje@google.com>
1982
1983         * symtab.c (output_source_filename): Delete unnecessary forward decl.
1984         (filename_seen_cache): New struct.
1985         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
1986         (create_filename_seen_cache): New function.
1987         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
1988         (filename_seen): Delete arg "first".  New arg "cache".  All callers
1989         updated.
1990         (output_source_filename_data): New struct.
1991         (output_source_filename): Delete arg "first".  New arg "data".
1992         All callers updated.
1993         (sources_info): Delete local "first".  New locals "data", "cleanups".
1994         Rewrite to use filename_seen_cache.
1995         (add_partial_filename_data): Delete member "first".  New member
1996         "filename_seen_cache".  All uses updated.
1997         (make_source_files_completion_list): Rewrite to use
1998         filename_seen_cache.
1999
2000 2012-07-12  Doug Evans  <dje@google.com>
2001
2002         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2003
2004 2012-07-10  Doug Evans  <dje@google.com>
2005
2006         PR gdb/13498
2007         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2008         all_type_unit_groups, type_unit_groups, tu_stats.
2009         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2010         All uses updated.  Add type_unit_group to union "s".
2011         (type_unit_group): New struct.
2012         (IS_TYPE_UNIT_GROUP): New macro.
2013         (abbrev_table): Delete unused member "section".
2014         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2015         (dw2_get_cu): Assert not used with type_unit_group.
2016         (dw2_get_primary_cu): New function.
2017         (dw2_build_type_unit_groups_reader): New function.
2018         (dw2_build_type_unit_groups): New function.
2019         (dw2_get_file_names): Assert not called on type units.
2020         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2021         Redo loop to iterate over type unit groups instead of type units.
2022         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2023         (read_abbrev_offset): New function.
2024         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
2025         updated.
2026         (create_partial_symtab): New function.
2027         (process_psymtab_comp_unit_reader): Assert not used with type units.
2028         Call create_partial_symtab.
2029         (process_psymtab_type_unit): Delete.
2030         (hash_type_unit_group, eq_type_unit_group): New functions.
2031         (allocate_type_unit_groups_table): New function.
2032         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2033         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2034         (create_type_unit_group, get_type_unit_group): New functions.
2035         (tu_abbrev_offset): New struct.
2036         (sort_tu_by_abbrev_offset): New function.
2037         (add_type_unit_group_to_table): New function.
2038         (build_type_unit_groups): New function.
2039         (build_type_psymtabs_reader): New function.
2040         (build_type_psymtab_dependencies): New function.
2041         (build_type_psymtabs): Rewrite.
2042         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2043         is seen in a type unit.
2044         (process_queue): Move symtab expansion debugging printfs here.
2045         Call process_full_type_unit for type units.
2046         (compute_symtab_includes): Assert not called for type units.
2047         (process_cu_includes): Don't call compute_symtab_includes for
2048         type units.
2049         (process_full_type_unit): New function.
2050         (process_imported_unit_die): Flag an error if called for type units.
2051         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
2052         updated.  Assert not called for type units.
2053         (read_file_scope): Call dwarf2_start_symtab.
2054         (setup_type_unit_groups): New function.
2055         (read_type_unit_scope): Rewrite.
2056         (abbrev_table_read_table): Initialize abbrev_table->offset.
2057         (abbrev_table_free_cleanup): New function.
2058         (dwarf2_start_symtab): New function.
2059         (load_full_type_unit): Assert not called for type unit groups.
2060         * buildsym.c (finish_block_internal): New arg "expandable".
2061         All callers updated.
2062         (start_symtab): Move most contents to ...
2063         (restart_symtab): ... here.  New function.
2064         (reset_symtab_globals): New function.
2065         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
2066         Call reset_symtab_globals.
2067         (end_symtab, end_expandable_symtab): New functions.
2068         (set_missing_symtab, augment_type_symtab): New functions.
2069         * buildsym.h (end_expandable_symtab): Declare.
2070         (augment_type_symtab, restart_symtab): Declare.
2071         * psympriv.h (struct partial_symtab): New member "anonymous".
2072         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2073         anonymous psymtabs.
2074         (read_psymtabs_with_filename): Ditto.
2075         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2076         (expand_symtabs_matching_via_partial): Ditto.
2077         (dump_psymtab): Update.
2078         * dictionary.c (dict_add_pending): New function.
2079         * dictionary.h (dict_add_pending): Declare.
2080
2081 2012-07-09  Doug Evans  <dje@google.com>
2082
2083         * buildsym.c (start_subfile): Remove unnecessary check for
2084         name == NULL.
2085
2086         * psymtab.c (allocate_psymtab): Use host_address_to_string.
2087
2088         * dwarf2read.c (load_full_type_unit): Simplify.
2089
2090         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2091         to struct signatured_type **.  All uses updated.
2092
2093         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2094         All callers updated.
2095
2096 2012-07-09  Tom Tromey  <tromey@redhat.com>
2097
2098         * c-exp.y (check_parameter_typelist): New function.
2099         (parameter_typelist): Call it.
2100         * eval.c (make_params): Handle '(void)' case.
2101         * gdbtypes.c (lookup_function_type_with_arguments): Handle
2102         '(void)' case.
2103
2104 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2105
2106         * common/linux-ptrace.c: Include gdb_assert.h.
2107         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2108         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2109         stdint.h.
2110         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2111         functions.
2112         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2113         * linux-nat.c (linux_child_post_attach)
2114         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2115
2116 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2117
2118         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2119         nptl <2.7 bug workaround for core files.
2120
2121 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2122
2123         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2124         clearing.
2125         (save_siginfo): Remove.
2126         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2127         call.
2128         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2129         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2130         * linux-nat.h (struct lwp_info): Remove field siginfo.
2131
2132 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2133
2134         Code cleanup for the next patch.
2135         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2136         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2137         call for it.
2138         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2139         (ia64_linux_stopped_data_address):
2140         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2141         the return value.
2142         * linux-nat.h (linux_nat_get_siginfo): Likewise.
2143         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2144         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2145         call for it.
2146
2147 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2148
2149         PR 14321
2150         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2151         Increase buffer sizes to 2x we need, not just 2x of the previous size.
2152
2153 2012-07-06  Tom Tromey  <tromey@redhat.com>
2154
2155         * c-exp.y (DOTDOTDOT): New token.
2156         (func_mod, exp): Use parameter_typelist.
2157         (parameter_typelist): New production.
2158         (tokentab3): Add "..." token.
2159         * eval.c (make_params): Handle varargs.
2160         * gdbtypes.c (lookup_function_type_with_arguments): Handle
2161         varargs.
2162
2163 2012-07-06  Tom Tromey  <tromey@redhat.com>
2164
2165         PR exp/9608:
2166         * c-exp.y (%union) <tvec>: Change type.
2167         (func_mod): Now uses <tvec> type.
2168         (exp): Update for tvec change.
2169         (direct_abs_decl): Push the typelist.
2170         (func_mod): Return a typelist.
2171         (nonempty_typelist): Update for tvec change.
2172         * gdbtypes.c (lookup_function_type_with_arguments): New function.
2173         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2174         * parse.c (pop_type_list): New function.
2175         (push_typelist): New function.
2176         (follow_types): Handle tp_function_with_arguments.
2177         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
2178         (enum type_pieces) <tp_function_with_arguments>: New constant.
2179         (union type_stack_elt) <typelist_val>: New field.
2180         (push_typelist): Declare.
2181
2182 2012-07-06  Tom Tromey  <tromey@redhat.com>
2183
2184         * c-exp.y (%union) <type_stack>: New field.
2185         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
2186         (ptr_operator_ts): New production.
2187         (ptype): Update.
2188         * parse.c (type_stack_reserve): New function.
2189         (check_type_stack_depth): Use it.
2190         (pop_type_stack, append_type_stack, push_type_stack)
2191         (get_type_stack, type_stack_cleanup): New functions.
2192         (follow_types): Handle tp_type_stack.
2193         (_initialize_parse): Simplify initialization.
2194         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
2195         constant.
2196         (union type_stack_elt) <stack_val>: New field.
2197         (get_type_stack, append_type_stack, push_type_stack)
2198         (type_stack_cleanup): Declare.
2199
2200 2012-07-06  Tom Tromey  <tromey@redhat.com>
2201
2202         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
2203         Remove.
2204         (struct type_stack): New.
2205         * parse.c (type_stack, type_stack_size, type_stack_depth):
2206         Remove.
2207         (type_stack): New global.
2208         (parse_exp_in_context, check_type_stack_depth)
2209         (insert_into_type_stack, insert_type, push_type, push_type_int)
2210         (insert_type_address_space, pop_type, pop_type_int)
2211         (_initialize_parse): Update.
2212
2213 2012-07-06  Tom Tromey  <tromey@redhat.com>
2214
2215         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
2216         Remove %type.
2217
2218 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2219
2220         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2221
2222 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2223             Jan Kratochvil  <jan.kratochvil@redhat.com>
2224
2225         * cp-valprint.c (cp_print_value): Replace potentially unsafe
2226         alloca with xmalloc/xfree.
2227
2228 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2229
2230         * MAINTAINERS (Write After Approval): Add myself to the list.
2231
2232 2012-07-05  Doug Evans  <dje@google.com>
2233
2234         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2235
2236 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2237
2238         * ax-gdb.c (cli/cli-utils.h): New include.
2239         (linespec.h): Ditto.
2240         (agent_eval_command_one): New function.
2241         (agent_command_1): Ditto.
2242         (agent_command): Call function agent_command_1.
2243         (agent_eval_command): Ditto.
2244         (_initialize_ax_gdb): Change help for "maint agent"
2245         and "maint agent-eval".
2246
2247 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2248
2249         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
2250         * cli/cli-utils.c (check_for_argument): New function.
2251         * cli/cli-utils.h (check_for_argument): Ditto.
2252
2253 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
2254
2255         * NEWS: Mention x32 ABI support.
2256
2257 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
2258
2259         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
2260         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
2261
2262         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
2263         and pc_regnum_from_eax to -1.  Update SP regnum from
2264         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
2265         needed.
2266
2267         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
2268         pc_regnum_from_eax.
2269
2270 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2271
2272         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
2273         * dwarf2expr.h: Include gdbtypes.h.
2274         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
2275         these forward declarations.
2276         (cu_offset, sect_offset): Move these ...
2277         * gdbtypes.h: Remove include dwarf2expr.h.
2278         (cu_offset, sect_offset): ... here.
2279
2280 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
2281
2282         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
2283         (amd64_linux_sigtramp_code): This.
2284         (amd64_x32_linux_sigtramp_code): New.
2285         (LINUX_SIGTRAMP_LEN): Updated.
2286         (amd64_linux_sigtramp_start): Check x32 sigtramp.
2287
2288 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2289
2290         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
2291
2292 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2293
2294         * config.in: Regenerate.
2295         * configure: Regenerate.
2296         * configure.ac: Remove check for gnu/libc-version.h.
2297         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
2298         gnu/libc-version.h.
2299         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
2300         variables libc_version, libc_major and libc_minor.  Replace sscanf by
2301         inferior_has_bug.  Extend the comment.
2302
2303 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2304
2305         * linux-thread-db.c (inferior_has_bug): New function.
2306         (thread_db_find_new_threads_silently): Return boolean as checked by
2307         inferior_has_bug, describe it in the comments.
2308         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
2309         earlier.  Abort the initialization if it returned non-zero.
2310         (thread_db_new_objfile): Exclude debug files.
2311         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
2312         if UNTIL_NO_NEW,
2313
2314 2012-07-02  Doug Evans  <dje@google.com>
2315
2316         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
2317         related to queue management.
2318
2319         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
2320         instead of "debug dwarf2-die" in debugging printfs.
2321         (create_debug_info_hash_table_reader): Ditto.
2322         (create_debug_info_hash_table): Ditto.
2323         (init_dwo_file): Ditto.
2324         (init_cutu_and_read_dies): Add debugging printf.
2325         (init_cutu_and_read_dies_no_follow): Ditto.
2326         (process_psymtab_comp_unit_reader): Ditto.
2327
2328 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2329
2330         Add target-side support for dynamic printf.
2331         * NEWS: Mention the additional style.
2332         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
2333         (struct bp_location): New field cmd_bytecode.
2334         * breakpoint.c: Include format.h.
2335         (disconnected_dprintf): New global.
2336         (parse_cmd_to_aexpr): New function.
2337         (build_target_command_list): New function.
2338         (insert_bp_location): Call it.
2339         (remove_breakpoints_pid): Skip dprintf breakpoints.
2340         (print_one_breakpoint_location): Ditto.
2341         (dprintf_style_agent): New global.
2342         (dprintf_style_enums): Add dprintf_style_agent.
2343         (update_dprintf_command_list): Add agent case.
2344         (agent_printf_command): New function.
2345         (_initialize_breakpoint): Add new commands.
2346         * common/ax.def (printf): New bytecode.
2347         * ax.h (ax_string): Declare.
2348         * ax-gdb.h (gen_printf): Declare.
2349         * ax-gdb.c: Include cli-utils.h, format.h.
2350         (gen_printf): New function.
2351         (maint_agent_print_command): New function.
2352         (_initialize_ax_gdb): Add maint agent-printf command.
2353         * ax-general.c (ax_string): New function.
2354         (ax_print): Add printf disassembly.
2355         * Makefile.in (SFILES): Add format.c
2356         (COMMON_OBS): Add format.o.
2357         * common/format.h: New file.
2358         * common/format.c: New file.
2359         * printcmd.c: Include format.h.
2360         (ui_printf): Call parse_format_string.
2361         * remote.c (remote_state): New field breakpoint_commands.
2362         (PACKET_BreakpointCommands): New enum.
2363         (remote_breakpoint_commands_feature): New function.
2364         (remote_protocol_features): Add new BreakpointCommands entry.
2365         (remote_can_run_breakpoint_commands): New function.
2366         (remote_add_target_side_commands): New function.
2367         (remote_insert_breakpoint): Call it.
2368         (remote_insert_hw_breakpoint): Ditto.
2369         (_initialize_remote): Add new packet configuration for
2370         target-side breakpoint commands.
2371         * target.h (struct target_ops): New field
2372         to_can_run_breakpoint_commands.
2373         (target_can_run_breakpoint_commands): New macro.
2374         * target.c (update_current_target): Handle
2375         to_can_run_breakpoint_commands.
2376
2377 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2378
2379         Execute -ix and -iex only after system and user gdbinit files.
2380         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
2381         processing down after gdbinit files.
2382
2383 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2384
2385         Add fnmatch-gnu module.
2386         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
2387         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
2388         * gnulib/aclocal.m4: Regenerate.
2389         * gnulib/config.in: Regenerate.
2390         * gnulib/configure: Regenerate.
2391         * gnulib/import/dummy.c: Remove.
2392         * gnulib/import/Makefile.am: Regenerate.
2393         * gnulib/import/Makefile.in: Likewise.
2394         * gnulib/import/m4/gnulib-cache.m4: Likewise.
2395         * gnulib/import/m4/gnulib-comp.m4: Likewise.
2396         * gnulib/import/alloca.c: New file.
2397         * gnulib/import/alloca.in.h: Likewise.
2398         * gnulib/import/config.charset: Likewise.
2399         * gnulib/import/fnmatch.c: Likewise.
2400         * gnulib/import/fnmatch.in.h: Likewise.
2401         * gnulib/import/fnmatch_loop.c: Likewise.
2402         * gnulib/import/localcharset.c: Likewise.
2403         * gnulib/import/localcharset.h: Likewise.
2404         * gnulib/import/m4/alloca.m4: Likewise.
2405         * gnulib/import/m4/codeset.m4: Likewise.
2406         * gnulib/import/m4/configmake.m4: Likewise.
2407         * gnulib/import/m4/fcntl-o.m4: Likewise.
2408         * gnulib/import/m4/fnmatch.m4: Likewise.
2409         * gnulib/import/m4/glibc21.m4: Likewise.
2410         * gnulib/import/m4/localcharset.m4: Likewise.
2411         * gnulib/import/m4/locale-fr.m4: Likewise.
2412         * gnulib/import/m4/locale-ja.m4: Likewise.
2413         * gnulib/import/m4/locale-zh.m4: Likewise.
2414         * gnulib/import/m4/mbrtowc.m4: Likewise.
2415         * gnulib/import/m4/mbsinit.m4: Likewise.
2416         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
2417         * gnulib/import/m4/mbstate_t.m4: Likewise.
2418         * gnulib/import/m4/stdbool.m4: Likewise.
2419         * gnulib/import/m4/wchar_h.m4: Likewise.
2420         * gnulib/import/m4/wctype_h.m4: Likewise.
2421         * gnulib/import/m4/wint_t.m4: Likewise.
2422         * gnulib/import/mbrtowc.c: Likewise.
2423         * gnulib/import/mbsinit.c: Likewise.
2424         * gnulib/import/mbsrtowcs-impl.h: Likewise.
2425         * gnulib/import/mbsrtowcs-state.c: Likewise.
2426         * gnulib/import/mbsrtowcs.c: Likewise.
2427         * gnulib/import/ref-add.sin: Likewise.
2428         * gnulib/import/ref-del.sin: Likewise.
2429         * gnulib/import/stdbool.in.h: Likewise.
2430         * gnulib/import/streq.h: Likewise.
2431         * gnulib/import/strnlen1.c: Likewise.
2432         * gnulib/import/strnlen1.h: Likewise.
2433         * gnulib/import/verify.h: Likewise.
2434         * gnulib/import/wchar.in.h: Likewise.
2435         * gnulib/import/wctype.in.h: Likewise.
2436
2437 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2438
2439         Support shell wildcards for 'set auto-load safe-path'.
2440         * auto-load.c: Include fnmatch.h.
2441         (filename_is_in_dir): Rename to ...
2442         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
2443         it.  Update function comment.  Rename dir_len to pattern_len.  New
2444         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
2445         messages.  Use gdb_filename_fnmatch.
2446         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
2447         pattern.
2448         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
2449         * defs.h (gdb_filename_fnmatch): New declaration.
2450         * utils.c: Include fnmatch.h.
2451         (gdb_filename_fnmatch): New function.
2452
2453 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
2454
2455         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
2456         `-probe' and `-probe-stap' options.
2457
2458 2012-07-01  Yao Qi  <yao@codesourcery.com>
2459
2460         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
2461         always_inserted_off, and always_inserted_enums.
2462         Change always_inserted_mode's type to 'enum auto_boolean'.
2463         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
2464         callers.
2465         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
2466         of add_setshow_enum_cmd.
2467         * infrun.c: Remove can_use_displaced_stepping_auto,
2468         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
2469         can_use_displaced_stepping_enum.
2470         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
2471         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
2472         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
2473         add_setshow_enum_cmd.
2474
2475 2012-06-30  Doug Evans  <dje@google.com>
2476
2477         * dwarf2read.c (signatured_type): Make "per_cu" member first.
2478         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
2479         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
2480
2481 2012-06-29  Doug Evans  <dje@google.com>
2482
2483         * linespec.c: #include "stack.h".
2484         (decode_line_with_current_source): Moved here from symtab.c and
2485         renamed from decode_line_spec.  All callers updated.
2486         (decode_line_with_last_displayed): Moved here from breakpoint.c and
2487         renamed from decode_line_spec_1.  All callers updated.
2488         * linespec.h (decode_line_with_current_source): Move declaration here
2489         from symtab.h and renamed from decode_line_spec.
2490         (decode_line_with_last_displayed): Move declaration here from symtab.h
2491         and renamed from decode_line_spec_1.
2492         * macrocmd.c: #include "linespec.h".
2493         * symtab.c: Remove #include "linespec.h".
2494
2495 2012-06-28  Doug Evans  <dje@google.com>
2496
2497         * dwarf2read.c (get_cu_length): New function.
2498         (offset_in_cu_p, error_check_comp_unit_head): Call it.
2499         (create_debug_types_hash_table): Ditto.
2500         (init_cutu_and_read_dies): Ditto.
2501         (init_cutu_and_read_dies_no_follow): Ditto.
2502
2503         * dwarf2read.c (dwarf2_find_base_address): Move definition.
2504
2505         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
2506         (struct abbrev_table): Define.
2507         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
2508         abbrev_table.
2509         (init_cutu_and_read_dies): Update.
2510         (abbrev_table_alloc_abbrev): New function.  Replaces
2511         dwarf_alloc_abbrev.  All callers updated.
2512         (abbrev_table_add_abbrev): New function.
2513         (abbrev_table_lookup_abbrev): New function.  Replaces
2514         dwarf2_lookup_abbrev.  All callers updated.
2515         (abbrev_table_read_table): New function.  Contents moved here from
2516         dwarf2_read_abbrevs.
2517         (dwarf2_read_abbrevs): Call it.
2518         (abbrev_table_free): New function.
2519         (dwarf2_free_abbrev_table): Call it.
2520
2521 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2522
2523         * osdata.c (info_osdata_command): Filter out "Title" columns
2524         from non-MI uses.
2525         * common/linux-osdata.c (struct osdata_type): Add title field.
2526         (osdata_table): Add titles to each entry.
2527         (linux_command_xfer_osdata): Add a column for title data.
2528
2529 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2530
2531         Make logging work for MI.
2532         * NEWS: Mention it.
2533         * interps.h (interp_set_logging_ftype): New typedef.
2534         (struct interp_procs): New field set_logging_proc.
2535         (current_interp_set_logging): Declare.
2536         * interps.c (current_interp_set_logging): New function.
2537         * cli/cli-logging.c: Include interps.h.
2538         (set_logging_redirect): Call current_interp_set_logging.
2539         (pop_output_files): Ditto.
2540         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
2541         * mi/mi-console.h (mi_console_set_raw): Declare.
2542         * mi/mi-console.c (mi_console_set_raw): New function.
2543         * mi/mi-interp.c (saved_raw_stdout): New global.
2544         (mi_set_logging): New function.
2545         (_initialize_mi_interp): Add it to interp procs.
2546
2547 2012-06-28  Doug Evans  <dje@google.com>
2548
2549         * symtab.c (lookup_symbol_aux_objfile): Use
2550         ALL_OBJFILE_PRIMARY_SYMTABS.
2551
2552         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
2553
2554 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2555
2556         * common/buffer.c: Include inttypes.h and stdint.h.
2557         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
2558
2559 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2560             Pedro Alves  <palves@redhat.com>
2561
2562         * gdbthread.h (ALL_THREADS): New macro.
2563         (thread_list): Declare.
2564         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
2565         going, but instead fall through to the stepping handling.
2566         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
2567         the passed in signal.  Adjust debug output.
2568         (resume_callback): Rename to ...
2569         (linux_nat_resume_callback): ... this.  Pass the thread's last
2570         stop signal, if in "pass" state.
2571         (linux_nat_resume): Adjust to rename.
2572         (stop_wait_callback): New assertion.  Don't respawn signals;
2573         instead let the LWP remain with SIGNALLED set.
2574         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
2575         * remote.c (append_pending_thread_resumptions): New.
2576         (remote_vcont_resume): Call it.
2577         * target.h (target_resume): Extend comment.
2578
2579 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
2580
2581         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
2582
2583 2012-06-27  Doug Evans  <dje@google.com>
2584
2585         * dwarf2read.c (dwarf2_cu): Add ranges_base.
2586         Delete have_addr_base, unused.  All uses updated.
2587         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
2588         (dwarf2_get_pc_bounds): Add ranges_base.
2589         (dwarf2_record_block_ranges): Ditto.
2590
2591 2012-06-27  Tom Tromey  <tromey@redhat.com>
2592
2593         PR macros/7961:
2594         * varobj.c (varobj_create): Update.
2595         (varobj_set_value): Update.
2596         * tracepoint.c (validate_actionline): Update.
2597         (encode_actions_1): Update.
2598         * parse.c (parse_exp_1): Add 'pc' argument.
2599         (parse_exp_in_context): Add 'pc' argument.  Change how
2600         expression_context_pc is set.
2601         (parse_expression): Update.
2602         (parse_field_expression): Update.
2603         * expression.h (parse_exp_1): Update.
2604         * eval.c (parse_to_comma_and_eval): Update.
2605         * breakpoint.c (set_breakpoint_condition): Update.
2606         (update_watchpoint): Update.
2607         (init_breakpoint_sal): Update
2608         (find_condition_and_thread): Update.
2609         (watch_command_1): Update.
2610         (update_breakpoint_locations): Update.
2611         * ada-lang.c (ada_read_renaming_var_value): Update.
2612         (create_excep_cond_exprs): Update.
2613
2614 2012-06-27  Doug Evans  <dje@google.com>
2615
2616         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
2617         type units.
2618
2619 2012-06-26  Doug Evans  <dje@google.com>
2620
2621         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
2622         prototype.
2623         (error_check_comp_unit_head): New arg abbrev_section.  All callers
2624         updated.
2625         (read_and_check_comp_unit_head): Ditto.
2626         (read_and_check_type_unit_head): Ditto.
2627
2628 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2629
2630         New attribute 'last' for gdb.Symtab_and_line.
2631         * NEWS (Python Scripting): Add entry about the new attribute.
2632         * python/py-symtab.c (salpy_get_last): New function which
2633         implements the get method for the 'last' attribute of
2634         gdb.Symtab_and_line.
2635         (sal_object_getset): Add entry for the 'last' attribute.
2636
2637 2012-06-26  Doug Evans  <dje@google.com>
2638
2639         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
2640         (dwo_sections): Add macinfo, macro.
2641         (dwarf2_locate_dwo_sections): Watch for macro sections.
2642         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
2643         All callers updated.  Handle DWO files.
2644
2645         * NEWS: Mention new options "set debug dwarf2-read" and
2646         "set debug symtab-create".
2647         * dwarf2read.c (dwarf2_read_debug): New static global.
2648         (dwarf2_build_psymtabs_hard): Add debugging printfs.
2649         (process_queue): Ditto.
2650         (process_full_comp_unit): Ditto.
2651         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
2652         * elfread.c (elf_symfile_read): Add debugging printf.
2653         * minsyms.c (install_minimal_symbols): Ditto.
2654         * psymtab.c (allocate_psymtab): Ditto.
2655         * symfile.c (allocate_symtab): Ditto.
2656         * symtab.c (symtab_create_debug): New global.
2657         (_initialize_symtab): Add new option "set debug symtab-create".
2658         * symtab.h (symtab_create_debug): Declare.
2659
2660         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
2661         (lookup_dwo_type_unit): Ditto.
2662
2663 2012-06-26  Roland McGrath  <roland@hack.frob.com>
2664             H.J. Lu  <hongjiu.lu@intel.com>
2665
2666         * amd64-linux-nat.c: Include <sys/user.h>.
2667         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
2668         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
2669         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
2670
2671         * configure.ac: Check if the fs_base and gs_base members of
2672         `struct user_regs_struct' exist.
2673         * config.in: Regenerated.
2674         * configure: Likewise.
2675
2676 2012-06-25  Michael Eager  <eager@eagercon.com>
2677
2678         PR python/14291
2679         * python/python.c (gdbpy_write): Check for interrupted output.
2680
2681 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
2682
2683         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
2684         register as a stack alignment in ARM mode.
2685
2686 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2687
2688         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
2689         * gnulib/config.in: Regenerate.
2690         * gnulib/configure: Likewise.
2691         * gnulib/import/m4/extensions.m4: Update it.
2692         * gnulib/import/m4/gnulib-common.m4: Likewise.
2693         * gnulib/import/m4/memmem.m4: Likewise.
2694         * gnulib/import/m4/mmap-anon.m4: Likewise.
2695         * gnulib/import/m4/multiarch.m4: Likewise.
2696         * gnulib/import/stdint.in.h: Likewise.
2697
2698 2012-06-24  Yao Qi  <yao@codesourcery.com>
2699
2700         * corefile.c (write_memory_with_notification): New.
2701         * gdbcore.h: Declare write_memory_with_notification.
2702         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
2703         'observer_notify_memory_changed' with 'write_memory_with_notification'.
2704         * valops.c (value_assign): Likewise.
2705         * python/py-inferior.c (infpy_write_memory): Call
2706         'write_memory_with_notification'.
2707
2708 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2709
2710         * cc-with-index.sh: Use also -ex "set auto-load no".
2711
2712 2012-06-23  Doug Evans  <dje@google.com>
2713
2714         PR 14125
2715         * NEWS: Document additions to .gdb_index.
2716         * dwarf2read.c: #include "gdb/gdb-index.h".
2717         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
2718         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
2719         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
2720         (dwarf2_read_index): Recognize version 7.
2721         (dw2_do_expand_symtabs_matching): New args want_specific_block,
2722         block_kind, domain): All callers updated.
2723         (dw2_find_symbol_file): Handle new index CU values.
2724         (dw2_expand_symtabs_matching): Match symbol kind if requested.
2725         (add_index_entry): New args is_static, kind.  All callers updated.
2726         (offset_type_compare, uniquify_cu_indices): New functions
2727         (symbol_kind): New function.
2728         (write_psymtabs_to_index): Remove duplicate CU values.
2729         (write_psymtabs_to_index): Write .gdb_index version 7.
2730
2731 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
2732
2733         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
2734         * configure: Regenerate.
2735
2736 2012-06-20  Yao Qi  <yao@codesourcery.com>
2737
2738         * python/py-inferior.c: Update comments of infpy_read_memory
2739         and infpy_write_memory.
2740
2741 2012-06-19  Tom Tromey  <tromey@redhat.com>
2742
2743         PR exp/9514:
2744         * parser-defs.h (insert_type, insert_type_address_space): Declare.
2745         (push_type_address_space): Remove.
2746         * parse.c (insert_into_type_stack): New function.
2747         (insert_type): Likewise.
2748         (insert_type_address_space): Rename from push_type_address_space.
2749         Insert tp_space_identifier.
2750         * c-exp.y (ptr_operator): New production.
2751         (abs_decl): Use ptr_operator.
2752         (space_identifier): Call insert_type_address_space.
2753         (ptype): Don't use const_or_volatile_or_space_identifier.
2754         (const_or_volatile_noopt): Call insert_type.
2755         (conversion_type_id, conversion_declarator): New productions.
2756         (operator): Use conversion_type_id.
2757
2758 2012-06-18  Doug Evans  <dje@google.com>
2759
2760         * symtab.h (minimal_symbol): New member created_by_gdb.
2761         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
2762         created by gdb.
2763         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
2764         (search_symbols): Call it instead of lookup_symbol.
2765         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
2766
2767         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
2768         Adjust address for DW_OP_GNU_addr_index.
2769         * dwarf2expr.h (dwarf_expr_context): Update comment.
2770         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
2771         all callers updated.  Handle TLS vars described with
2772         DW_OP_GNU_const_index.
2773         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
2774         and DW_OP_GNU_const_index.
2775         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
2776
2777         * block.c (find_block_in_blockvector): Make explicit the fact that we
2778         ignore GLOBAL_BLOCK.
2779
2780 2012-06-18  Tom Tromey  <tromey@redhat.com>
2781
2782         * c-exp.y (operator): Remove trailing space after "delete" and
2783         "delete[]".
2784
2785 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
2786             Jan Kratochvil  <jan.kratochvil@redhat.com>
2787
2788         Switch i386 and derived targets to ON_STACK.
2789         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
2790         (amd64_dicos_init_abi): Remove its installment.
2791         * dicos-tdep.c (dicos_init_abi): Remove the
2792         set_gdbarch_call_dummy_location call.  Update the comment here.
2793         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
2794         (i386_dicos_init_abi): Remove its installment.
2795         * i386-tdep.c (i386_push_dummy_code): New function.
2796         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
2797         i386_push_dummy_code.
2798
2799 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2800
2801         Remove stale dummy frames.
2802         * breakpoint.c: Include dummy-frame.h.
2803         (longjmp_breakpoint_ops): New variable.
2804         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
2805         bp_longjmp_call_dummy.
2806         (bpstat_what, bptype_string, print_one_breakpoint_location)
2807         (init_bp_location): Support bp_longjmp_call_dummy.
2808         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
2809         (set_longjmp_breakpoint_for_call_dummy)
2810         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
2811         functions.
2812         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
2813         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
2814         FIXME comment and extend the other comment for bp_call_dummy.
2815         (set_longjmp_breakpoint_for_call_dummy)
2816         (check_longjmp_breakpoint_for_call_dummy): New declarations.
2817         * dummy-frame.c: Include gdbthread.h.
2818         (pop_dummy_frame_bpt): New function.
2819         (pop_dummy_frame): Call pop_dummy_frame_bpt.
2820         (dummy_frame_discard): New function.
2821         (cleanup_dummy_frames): Update the comment about longjmps.
2822         * dummy-frame.h (dummy_frame_discard): New declaration.
2823         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
2824         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
2825         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
2826         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
2827         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
2828         keep_going if IS_LONGJMP and there is no other reason to stop.
2829
2830 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
2831
2832         * remote-sim.c (sim_command_completer): Initialize
2833         variable 'result'.
2834
2835 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2836
2837         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
2838         * dwarf2loc.c (call_site_parameter_matches): Support
2839         CALL_SITE_PARAMETER_PARAM_OFFSET.
2840         (needs_dwarf_reg_entry_value): Push stub value.
2841         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
2842         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
2843         * gdbtypes.h (enum call_site_parameter_kind): New item
2844         CALL_SITE_PARAMETER_PARAM_OFFSET.
2845         (struct call_site.parameter.u): New field param_offset.
2846
2847 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2848
2849         Code cleanup: Generalize call_site.parameter key.
2850         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
2851         variable dwarf_reg.  New variable kind_u.  Update parameters to
2852         push_dwarf_reg_entry_value.
2853         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
2854         * dwarf2expr.h (enum call_site_parameter_kind)
2855         (union call_site_parameter_u): Forward declarations.
2856         (struct dwarf_expr_context_funcs): Update parameters and their
2857         description for push_dwarf_reg_entry_value.
2858         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
2859         * dwarf2loc.c (call_site_parameter_matches): New function.
2860         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
2861         description.  Use call_site_parameter_matches.
2862         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
2863         Update parameters and their description.
2864         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
2865         New variable kind_u.  Adjust the caller for updated parameters.
2866         (needs_dwarf_reg_entry_value): Update parameters.
2867         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
2868         instead of attr.  Update for the changed fields of struct
2869         call_site_parameter.
2870         * gdbtypes.h: Include dwarf2expr.h.
2871         (enum call_site_parameter_kind): New.
2872         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
2873         fb_offset into new union u.
2874
2875 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
2876
2877         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
2878         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
2879         for x32.
2880
2881 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
2882
2883         * amd64-linux-nat.c (compat_x32_clock_t): New.
2884         (compat_x32_siginfo_t): Likewise.
2885         (compat_x32_siginfo_from_siginfo): Likewise.
2886         (siginfo_from_compat_x32_siginfo): Likewise.
2887         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
2888         and siginfo_from_compat_x32_siginfo for x32.
2889
2890 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
2891
2892         * tracepoint.c (tfile_xfer_partial): Add a lseek.
2893
2894 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
2895
2896         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
2897         instead of gdbarch_ptr_bit.
2898         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
2899         (amd64_supply_native_gregset): Likewise.
2900         (amd64_collect_native_gregset): Likewise.
2901         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
2902         (amd64_supply_xsave): Likewise.
2903         (amd64_collect_fxsave): Likewise.
2904         (amd64_collect_xsave): Likewise.
2905
2906 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
2907
2908         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
2909         (amd64_linux_read_description): Check DS segment register for
2910         x32 process.
2911
2912 2012-06-15  Tom Tromey  <tromey@redhat.com>
2913
2914         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
2915         init_cutu_and_read_dies.
2916
2917 2012-06-15  Iain Sandoe <iain@codesourcery.com>
2918
2919         * MAINTAINERS (Write After Approval): Add myself to the list.
2920
2921 2012-06-15  Tom Tromey  <tromey@redhat.com>
2922
2923         * valops.c (value_find_oload_method_list): Now static.
2924         * value.h (value_find_oload_method_list): Don't declare.
2925
2926 2012-06-15  Tom Tromey  <tromey@redhat.com>
2927
2928         * valops.c (find_overload_match): Use value_ind.
2929
2930 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
2931
2932         * infrun.c (handle_inferior_event): Correct indentation.
2933
2934 2012-06-14  Doug Evans  <dje@google.com>
2935
2936         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
2937         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
2938         All uses updated.
2939         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
2940         updated.  Handle DEBUG_LOC_START_LENGTH.
2941         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
2942         (loclist_describe_location): Ditto.
2943
2944 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
2945
2946         PR backtrace/13866
2947         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
2948         after hiding inline functions.
2949
2950 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
2951
2952         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
2953         _initialize_inf_ttrace.
2954
2955 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
2956
2957         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
2958         _initialize_hppa_hpux_nat.
2959
2960 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
2961
2962         * remote-sim.c (sim_command_completer): Change type of return
2963         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
2964
2965 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
2966             Jan Kratochvil  <jan.kratochvil@redhat.com>
2967
2968         PR tdep/14222
2969         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
2970         stack on a 16-byte boundary.
2971
2972 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
2973
2974         * jit.c (finalize_symtab): Set function's return type to 'void' by
2975         default.
2976
2977 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
2978             H.J. Lu  <hongjiu.lu@intel.com>
2979
2980         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
2981         Move bits common to both the classic LP64 and the new x32 ILP32
2982         ABI here.
2983         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
2984         (amd64_x32_linux_init_abi): New function.
2985         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
2986         subtype.
2987
2988         * i386-tdep.h (i386_pseudo_register_name): New prototype.
2989         * i386-tdep.c (i386_pseudo_register_name): Make public.
2990         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
2991         * amd64-tdep.c (amd64_dword_names): Add "eip".
2992         (amd64_x32_pseudo_register_type): New function
2993         (amd64_x32_init_abi): New function.
2994
2995 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2996
2997         PR build/14003
2998         * inferior.h (struct inferior_suspend_state): Comment out.
2999         (struct inferior): Comment out the field suspend.
3000         * infrun.c (struct infcall_suspend_state): Comment out the field
3001         inferior_suspend.
3002         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3003         out its assignment.
3004
3005 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3006
3007         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3008         * c-exp.y (classify_inner_name): Remove caller assumptions in the
3009         function comment.  Return ERROR for unresolved cases.  Implement
3010         returning proper NAME.
3011         (yylex): Accept also NAME from classify_inner_name.
3012         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3013         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
3014         LOC_TYPEDEF type.
3015         * cp-support.h (cp_lookup_nested_type): Update its declaration.
3016
3017 2012-06-13  Tom Tromey  <tromey@redhat.com>
3018
3019         * breakpoint.c (condition_completer): New function.
3020         (_initialize_breakpoint): Use it.
3021         * value.c (complete_internalvar): New function.
3022         * value.h (complete_internalvar): Declare.
3023
3024 2012-06-13  Tom Tromey  <tromey@redhat.com>
3025
3026         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3027         * breakpoint.c (catch_syscall_completer): Return a VEC.
3028         * cli/cli-cmds.c (complete_command): Update.
3029         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3030         (complete_on_enum): Likewise.
3031         * command.h: Include gdb_vecs.h.
3032         (completer_ftype): Change return type.
3033         (complete_on_cmdlist, complete_on_enum): Likewise.
3034         * completer.c (noop_completer, filename_completer)
3035         (location_completer): Return a VEC.
3036         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
3037         to a VEC.
3038         (expression_completer, complete_line_internal, complete_line)
3039         (command_completer): Return a VEC.
3040         (gdb_completion_word_break_characters, line_completion_function):
3041         Update.
3042         * completer.h: Include gdb_vecs.h.
3043         (complete_line, noop_completer, filename_completer)
3044         (expression_completer, location_completer, command_completer):
3045         Update.
3046         * f-lang.c (f_word_break_characters): Return a VEC.
3047         * interps.c (interpreter_completer): Return a VEC.
3048         * language.h (struct language_defn)
3049         <la_make_symbol_completion_list>: Return a VEC.
3050         * python/py-cmd.c (cmdpy_completer): Return a VEC.
3051         * symtab.c (free_completion_list): Take a VEC.
3052         (return_val_size, return_val_index): Remove.
3053         (return_val): Now a VEC.
3054         (completion_list_add_name): Update.
3055         (default_make_symbol_completion_list_break_on)
3056         (default_make_symbol_completion_list, make_symbol_completion_list)
3057         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3058         Return a VEC.
3059         (add_filename_to_list): Update.
3060         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3061         <list>: Now a VEC.
3062         (maybe_add_partial_symtab_filename): Update.
3063         (make_source_files_completion_list): Return a VEC.
3064         * symtab.h (default_make_symbol_completion_list_break_on)
3065         (default_make_symbol_completion_list, make_symbol_completion_list)
3066         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3067         (make_source_files_completion_list): Update.
3068
3069 2012-06-13  Tom Tromey  <tromey@redhat.com>
3070
3071         * breakpoint.c (add_catch_command): Use completer_ftype.
3072         * breakpoint.h: Include command.h.
3073         (add_catch_command): Use completer_ftype.
3074         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3075         * cli/cli-decode.h (struct cmd_list_element) <completer>:
3076         Use completer_ftype.
3077         * command.h (completer_ftype): New typedef.
3078         (set_cmd_completer): Use it.
3079         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3080         completer_ftype.
3081
3082 2012-06-13  Pedro Alves  <palves@redhat.com>
3083
3084         Partial revert of previous change.
3085
3086         * serial.c (scb_base): New global.
3087         (serial_for_fd): New.
3088         (serial_open, serial_fdopen_ops): Link new serial in open serials
3089         chain.
3090         (do_serial_close): Unlink serial from the open serials chain.
3091
3092 2012-06-12  Pedro Alves  <palves@redhat.com>
3093
3094         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3095         threads here.
3096         (prepare_for_detach): No longer context switch here in non-stop
3097         mode.
3098         (fetch_inferior_event): Ditto.
3099         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3100         to the event thread before removing breakpoints.  Switch to the
3101         event thread before inserting breakpoints and resuming.
3102         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3103         event thread before resuming.
3104         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3105         Switch to the event thread before removing breakpoints.
3106
3107 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
3108
3109         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3110         special characters correctly for the Windows shells.  See
3111         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3112         report.
3113         [!__MINGW32__]: Remove extra double quote character from special
3114         characters.
3115
3116 2012-06-11  Stan Shebs  <stan@codesourcery.com>
3117
3118         * ui-out.h: Remove #if 0 declarations.
3119         * ui-out.c: Remove #if 0 functions.
3120
3121 2012-06-11  Pedro Alves  <palves@redhat.com>
3122
3123         * ser-base.c (run_async_handler_and_reschedule): New.
3124         (fd_event, push_event): Use it.
3125         * serial.c (serial_open, serial_fdopen_ops): Set the initial
3126         reference count to 1.
3127         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
3128         instead of xfree.
3129         (serial_is_open, serial_ref, serial_unref): New.
3130         * serial.h (serial_open): Adjust comment.
3131         (serial_is_open): Declare.
3132         (serial_close): Adjust comment.
3133         (serial_ref, serial_unref) Declare.
3134         (struct serial): New field 'refcnt'.
3135
3136 2012-06-11  Pedro Alves  <palves@redhat.com>
3137
3138         Remove #if 0'd "connect" command, and unnecessary associated
3139         refcounting and serial reuse bits.
3140
3141         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3142         * serial.c (last_serial_opened): Delete.
3143         (scb_base): Delete.
3144         (serial_open): Adjust.
3145         (serial_for_fd): Delete.
3146         (serial_fdopen_ops, do_serial_close): Adjust.
3147         (serial_fdopen_ops): Adjust.
3148
3149 2012-06-11  Pedro Alves  <palves@redhat.com>
3150
3151         * serial.c (do_serial_close): Remove early return when SCB is
3152         null.
3153
3154 2012-06-11  Tom Tromey  <tromey@redhat.com>
3155
3156         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3157
3158 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3159
3160         Fix regression by the "ambiguous linespec" series.
3161         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
3162         get_last_displayed_symtab and get_last_displayed_line and depending
3163         on CURSAL.
3164
3165 2012-06-11  Tom Tromey  <tromey@redhat.com>
3166
3167         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3168         (dw2_find_symbol_file): Use it.
3169
3170 2012-06-11  Michael Eager  <eager@eagercon.com>
3171
3172         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3173         * mips-linux-tdep.h (mips_signals): New
3174
3175 2012-06-11  Tom Tromey  <tromey@redhat.com>
3176
3177         * infrun.c (handle_inferior_event)
3178         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
3179         breakpoint.
3180         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
3181         exception logic in all cases.  Update comments.
3182         (insert_longjmp_resume_breakpoint): Set the exception resume
3183         breakpoint.
3184
3185 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
3186
3187         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3188
3189 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
3190
3191         * valarith.c (binop_types_user_defined_p): Fix a typo.
3192
3193 2012-06-08  Yao Qi  <yao@codesourcery.com>
3194             Chung-Lin Tang <cltang@codesourcery.com>
3195
3196         * arch-utils.c (default_return_in_first_hidden_param_p): New.
3197         * arch-utils.h: Declare.
3198         * gdbarch.sh: Add return_in_first_hidden_param_p.
3199         * gdbarch.c, gdbarch.h: Regenerated.
3200         * infcall.c (call_function_by_hand): Call
3201         gdbarch_return_in_first_hidden_param_p instead of
3202         language_pass_by_reference.
3203
3204         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
3205         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
3206         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
3207         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
3208         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
3209         `cplus_return_struct_by_reference'.
3210         (tic6x_return_value): Handle language cplusplus.
3211         (tic6x_return_in_first_hidden_param_p): New.
3212         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
3213
3214 2012-06-07  Doug Evans  <dje@google.com>
3215
3216         * dwarf2read.c (dwarf2_cu): Add comment.
3217
3218 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
3219
3220         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
3221         variable.
3222         (mips_eabi_push_dummy_call): Likewise.
3223         (mips_n32n64_push_dummy_call): Likewise.
3224         (mips_o32_push_dummy_call): Likewise.
3225         (mips_o64_push_dummy_call): Likewise.
3226
3227 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
3228
3229         * mips-tdep.c (mips_convert_register_p): Correct coding style.
3230
3231 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
3232
3233         * mips-tdep.c (mips_pseudo_register_type): Use
3234         mips_float_register_p.
3235
3236 2012-06-06  Pedro Alves  <palves@redhat.com>
3237
3238         * infrun.c (handle_inferior_event): Remove calls to
3239         reinit_frame_cache that follow a context_switch call.
3240
3241 2012-06-06  Pedro Alves  <palves@redhat.com>
3242
3243         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
3244         context_switch and remove stale comment.
3245
3246 2012-06-06  Pedro Alves  <palves@redhat.com>
3247
3248         * infrun.c (struct execution_control_state): Remove
3249         `new_thread_event' field.
3250         (handle_inferior_event): Simplify new threads handling; don't
3251         resume the inferior if we find a new thread.
3252
3253 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3254
3255         * NEWS: Document the deprecation of SH's 'regs' command.
3256         * inferior.h (all_registers_info): Add function declaration.
3257         * sh-tdep.c (sh_show_regs): Remove variable.
3258         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
3259         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
3260         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
3261         (sh_show_regs_command): Remove functions.
3262         (sh_gdbarch_init): Don't set sh_show_regs.
3263         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
3264         'info all-registers'.
3265         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
3266         (sh64_show_regs): Remove functions.
3267         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
3268
3269 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3270
3271         * configure.ac: Move development=true below AC_INIT.
3272         * configure: Regenerate.
3273
3274 2012-06-05  Stan Shebs  <stan@codesourcery.com>
3275
3276         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
3277         gdb_stdout.
3278
3279 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
3280
3281         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
3282         argument as ssize_t.
3283         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
3284         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
3285         * target.c (target_read_stack, target_write_memory)
3286         (target_write_raw_memory): Likewise.
3287         * target.h (target_read_stack, target_write_memory)
3288         (target_write_raw_memory): Likewise.
3289
3290 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3291
3292         * symfile-mem.c: Change gdb_static_assert to ssize_t.
3293         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
3294         * target.c (target_read_memory): Change LEN to ssize_t.
3295         * target.h (target_read_memory): Change LEN to ssize_t.
3296
3297 2012-06-05  Pedro Alves  <palves@redhat.com>
3298
3299         PR backtrace/13866
3300
3301         * breakpoint.c (until_break_command): Only fetch the selected
3302         frame after decode_line_1.
3303
3304 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
3305
3306         * solib-svr4.c (enable_break): Don't fallback to setting the solib
3307         event breakpoint at _start, __start or main if a program
3308         interpreter is not found.
3309
3310 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3311
3312         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
3313         Add declaration.
3314         * windows-tdep.c: #include "objfiles.h".
3315         (windows_iterate_over_objfiles_in_search_order): New function.
3316         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3317         iterate_over_objfiles_in_search_order gdbarch method to
3318         windows_iterate_over_objfiles_in_search_order.
3319         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3320
3321 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3322
3323         * gdbarch.sh: Add generation of
3324         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
3325         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
3326         (iterate_over_objfiles_in_search_order): New gdbarch method.
3327         * gdbarch.h, gdbarch.c: Regenerate.
3328         * objfiles.h (default_iterate_over_objfiles_in_search_order):
3329         Add declaration.
3330         * objfiles.c (default_iterate_over_objfiles_in_search_order):
3331         New function.
3332         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3333         out of lookup_symbol_aux_symtabs.
3334         (lookup_symbol_aux_symtabs): Replace extracted-out code by
3335         call to lookup_symbol_aux_objfile.
3336         (struct global_sym_lookup_data): New type.
3337         (lookup_symbol_global_iterator_cb): New function.
3338         (lookup_symbol_global): Search for symbol using
3339         gdbarch_iterate_over_objfiles_in_search_order and
3340         lookup_symbol_global_iterator_cb.
3341         * findvar.c (struct minsym_lookup_data): New type.
3342         (minsym_lookup_iterator_cb): New function.
3343         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
3344         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
3345         and minsym_lookup_iterator_cb.
3346
3347 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3348
3349         Revert the following patch:
3350         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
3351         try locating the symbol in the symbol's own objfile first, before
3352         extending the search to all objfiles.
3353         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3354         out of lookup_symbol_aux_symtabs.
3355         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
3356         Replace extracted-out code by call to lookup_symbol_aux_objfile.
3357         Do not search EXCLUDE_OBJFILE.
3358         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
3359         (lookup_symbol_global): Search for matches in the block's objfile
3360         first, before searching all other objfiles.
3361
3362 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3363
3364         * breakpoint.c (find_condition_and_thread): Stop parsing
3365         as soon as the first invalid keyword is found.
3366
3367 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3368
3369         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
3370
3371 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3372
3373         * config/djgpp/djcheck.sh: Add copyright header.
3374
3375 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3376
3377         * copyright.py (update_files, main): Fix path to update-copyright
3378         script.
3379
3380 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3381
3382         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
3383         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
3384         for which a reminder to update by hand is printed.
3385
3386 2012-06-04  Doug Evans  <dje@google.com>
3387
3388         * buildsym.c (make_blockvector): Add comment.
3389
3390 2012-06-04  Pedro Alves  <palves@redhat.com>
3391
3392         * arch-utils.c (default_gdb_signal_from_target): Delete.
3393         * arch-utils.h (default_gdb_signal_from_target): Delete.
3394         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
3395         gdbarch_gdb_signal_from_target_p.
3396         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
3397         predicate).
3398         * gdbarch.h: Regenerate.
3399         * gdbarch.c: Regenerate.
3400
3401 2012-06-04  Pedro Alves  <palves@redhat.com>
3402
3403         * gdbarch.sh (gdb_signal_from_target): Mention that the
3404         implementation of the method must be host independent.
3405         * gdbarch.h: Regenerate.
3406
3407 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3408
3409         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
3410         parameters.
3411         (target_read_memory_bfd): New function.
3412         (symbol_file_add_from_memory): Use it.
3413
3414 2012-06-03  Doug Evans  <dje@google.com>
3415
3416         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
3417         of primary symtab.
3418         (basic_lookup_transparent_type): Ditto.
3419
3420         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
3421         (ALL_PRIMARY_SYMTABS): Use it.
3422         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
3423         * dwarf2read.c (dw2_find_symbol_file): Ditto.
3424         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
3425         * symtab.c (lookup_symbol_aux_objfile): Ditto.
3426         (basic_lookup_transparent_type): Ditto.
3427
3428 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3429
3430         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
3431         it to optimize resolution of demangled name.
3432
3433 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3434
3435         * configure.ac (development): Define new variable.
3436         Call AC_CHECK_LIB for mcheck if $development.
3437         (ERROR_ON_WARNING): Enable it by default only if $development.
3438         * config.in: Regenerate.
3439         * configure: Regenerate.
3440
3441 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
3442
3443         * target.c (target_read_memory): Make LEN argument as size_t.
3444         * target.h (target_read_memory): Likewise.
3445
3446 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3447
3448         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
3449
3450 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
3451
3452         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
3453         BookE interface for PowerPC server processors if not available
3454         in the Linux Kernel.
3455
3456 2012-05-31  Keith Seitz  <keiths@redhat.com>
3457
3458         * linespec.c (decode_objc): Add cleanup to free
3459         INFO.FILE_SYMTABS.
3460         (find_linespec_symbols): Add cleanup to free CLASSES.
3461         * symfile.c (find_separate_debug_file_by_debuglink): Add
3462         cleanup to free DEBUGLINK.
3463         * ui-out.c (clear_header_list): No need to check if
3464         HEADER_NEXT.COLHDR is NULL.
3465         Free HEADER_NEXT.COL_NAME.
3466
3467 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3468
3469         * ada-lang.c (standard_lookup): Prevent uninitialized variable
3470         warning.
3471
3472 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
3473
3474         * configure.host (gdb_host_cpu): Handle tilegx*.
3475         (gdb_host): Handle tilegx-*-linux*.
3476         * tilegx-linux-nat.c: New file.
3477         * config/tilegx/linux.mh: New file.
3478
3479 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
3480
3481         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
3482         tilegx-linux-tdep.o.
3483         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
3484         tilegx-linux-tdep.c.
3485         * configure.tgt: Handle tilegx-*-linux*.
3486         * tilegx-tdep.h: New file.
3487         * tilegx-tdep.c: New file.
3488         * tilegx-linux-tdep.c: New file.
3489         * regformats/reg-tilegx.dat: New file.
3490
3491 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
3492
3493         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
3494         accounting of hw watchpoints on ppc.
3495
3496 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
3497
3498         * source.c (openp): Expand tilde in path entries.
3499
3500 2012-05-29  Doug Evans  <dje@google.com>
3501
3502         * buildsym.c (block_compar): Fix comment.
3503         (end_symtab): Fix and clarify some comments.
3504
3505         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
3506         cleanup_undefined_types.
3507         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
3508         All callers updated.
3509
3510 2012-05-29  Tom Tromey  <tromey@redhat.com>
3511
3512         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
3513         fails.
3514         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
3515         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
3516         fails.
3517         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
3518         fails.
3519
3520 2012-05-29  Tristan Gingold  <gingold@adacore.com>
3521
3522         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
3523         (struct darwin_info): ... New struct.
3524         (solib_darwin_pspace_data): New variable.
3525         (darwin_pspace_data_cleanup): New function.
3526         (get_darwin_info): Likewise.
3527         (darwin_dyld_version_ok, darwin_load_image_infos)
3528         (darwin_solib_get_all_image_info_addr_at_init)
3529         (darwin_solib_read_all_image_info_addr): Add info argument.
3530         Adjust code.
3531         (darwin_current_sos): Use per pspace structure.
3532         (darwin_solib_create_inferior_hook): Likewise.
3533         (darwin_clear_solib): Likewise.
3534         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
3535
3536 2012-05-28  Pedro Alves  <palves@redhat.com>
3537
3538         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
3539         block that uses them.  Clear ecss before handling each event.
3540
3541 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3542
3543         * solib-svr4.c (svr4_current_sos): New comment on
3544         svr4_current_sos_via_xfer_libraries fall back.
3545
3546 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3547
3548         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
3549         it as a fallback for TYPE_IS_OPAQUE.
3550         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
3551         symbols for lookup_symbol.
3552
3553 2012-05-24  John Steele Scott  <toojays@toojays.net>
3554
3555         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
3556         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
3557         (producer_is_gxx_lt_4_6): Move the checking and caching to...
3558         (check_producer): ... this new function, which also checks for ICC
3559         and caches the result.
3560         (producer_is_icc): New function.
3561         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
3562         producer was ICC.
3563
3564 2012-05-24  Pedro Alves  <palves@redhat.com>
3565
3566         PR gdb/7205
3567
3568         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
3569         (default_gdb_signal_to_target): ... this.  Add comment.
3570         (default_gdb_signal_from_host): Rename to ...
3571         (default_gdb_signal_from_target): ... this.  Add comment.
3572         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
3573         (default_gdb_signal_to_target): ... this.
3574         (default_gdb_signal_from_host): Rename to ...
3575         (default_gdb_signal_from_target): ... this.
3576         * corelow.c (core_open): Adjust to naming change.  Replace comment.
3577         * gdbarch.sh (gdb_signal_from_host): Rename to ...
3578         (gdb_signal_from_target): ... this.  Adjust to
3579         default_gdb_signal_from_host naming change.  Extend comment.
3580         (gdb_signal_to_host): Rename to ...
3581         (gdb_signal_to_target): ... this.  Adjust to
3582         default_gdb_signal_to_host naming change.
3583         * gdbarch.h, gdbarch.c: Renegerate.
3584
3585 2012-05-24  Pedro Alves  <palves@redhat.com>
3586
3587         PR gdb/7205
3588
3589         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
3590
3591 2012-05-24  Pedro Alves  <palves@redhat.com>
3592
3593         PR gdb/7205
3594
3595         Replace target_signal with gdb_signal throughout.
3596
3597 2012-05-24  Pedro Alves  <palves@redhat.com>
3598
3599         PR tui/14159
3600
3601         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
3602         string, instead of reusing the va_list argument.
3603
3604 2012-05-24  Tom Tromey  <tromey@redhat.com>
3605
3606         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
3607         Remove.
3608
3609 2012-05-23  Doug Evans  <dje@google.com>
3610
3611         * symtab.c (search_symbols): Formatting fixes.
3612         (print_symbol_info): Formatting fixes.
3613
3614         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
3615         int64_t change to leb128 API.
3616         (read_encoded_value, decode_frame_entry_1): Ditto.
3617         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
3618         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
3619         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
3620         (execute_stack_op): Ditto.
3621         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
3622         (safe_read_uleb128, safe_read_sleb128): Ditto.
3623         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
3624         (dwarf2_compile_expr_to_ax): Ditto.
3625         (locexpr_describe_location_piece): Ditto.
3626         (disassemble_dwarf_expression): Ditto.
3627         (locexpr_describe_location_1): Ditto.
3628
3629 2012-05-23  Stan Shebs  <stan@codesourcery.com>
3630             Kwok Cheung Yeung  <kcy@codesourcery.com>
3631
3632         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
3633         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
3634         (mi-cmd-info.o): New rule.
3635         * osdata.h (info_osdata_command): New declaration.
3636         * osdata.c (info_osdata_command): Change to non-static.
3637         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
3638         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
3639         * mi/mi-cmd-info.c: New file.
3640
3641 2012-05-23  Doug Evans  <dje@google.com>
3642
3643         * symtab.c (search_symbols): Pass NULL for file_matcher to
3644         expand_symtabs_matching if there are no files to match.
3645
3646         * gdbtypes.c (lookup_typename): Simplify.
3647
3648 2012-05-23  Pedro Alves  <palves@redhat.com>
3649
3650         * arch-utils.h (default_target_signal_to_host): Delete.
3651         * arch-utils.c (default_target_signal_to_host): Delete.
3652         * gdbarch.sh (target_signal_to_host): Remove.
3653         * gdbarch.h, gdbarch.c: Regenerate.
3654
3655 2012-05-22  Doug Evans  <dje@google.com>
3656
3657         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
3658         "const gdb_byte *".
3659         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
3660         (execute_cfa_program): Update to match API of leb128 functions.
3661         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
3662         "const gdb_byte *".
3663         (read_unsigned_leb128, read_signed_leb128): Delete.
3664         (read_initial_length): Change type of buf argument to
3665         "const gdb_byte *".
3666         (read_encoded_value): Update to match API of leb128 functions.
3667         (decode_frame_entry): Change result to "const gdb_byte *", and
3668         similarly for "start" parameter.
3669         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
3670         (dwarf2_build_frame_info): Change local frame_ptr to
3671         "const gdb_byte *".
3672         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
3673         read_uleb128, read_sleb128.  All callers updated.
3674         (safe_skip_leb128): New function.
3675         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
3676         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
3677         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
3678         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
3679         read_uleb128, read_sleb128.
3680         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
3681         (execute_stack_op): Update to match API of leb128 functions.
3682         * dwarf2expr.h: #include "leb128.h".
3683         (read_uleb128, read_sleb128): Delete.
3684         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
3685         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
3686         * dwarf2loc.c (debug_loc_kind): New enum.
3687         (decode_debug_loc_addresses): New function.
3688         (decode_debug_loc_dwo_addresses): New function.
3689         (dwarf2_find_location_expression): Rewrite.
3690         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
3691         (locexpr_describe_location_piece): Ditto.
3692         (disassemble_dwarf_expression): Ditto.
3693         (locexpr_describe_location_1): Ditto.
3694         (loclist_describe_location): Rewrite.
3695         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
3696         * dwarf2read.c (die_reader_specs): New member "buffer_end".
3697         (dwarf2_section_buffer_overflow_complaint): Renamed from
3698         dwarf2_macros_too_long_complaint.  All callers updated.
3699         (skip_leb128): Delete.
3700         (init_cu_die_reader): Initialize reader->buffer_end.
3701         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
3702         (skip_form_bytes): New arg buffer_end.  All callers updated.
3703         Replace call to skip_leb128 with gdb_skip_leb128.
3704         (skip_unknown_opcode): New arg mac_end.  All callers updated.
3705         (fill_in_loclist_baton): Initialize baton->from_dwo.
3706
3707 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
3708
3709         * mips-linux-nat.c (mips_linux_read_description): Use a more
3710         verbose error message.
3711
3712 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
3713
3714         * NEWS: Add MIPS/Linux DSP support.
3715         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
3716         (SIGCONTEXT_DSPCTL): New macro.
3717         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
3718         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
3719         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
3720         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
3721         (N64_SIGCONTEXT_HI3): Likewise.
3722         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
3723         (N64_SIGCONTEXT_LO3): Likewise.
3724         (N64_SIGCONTEXT_DSPCTL): Likewise.
3725         (N64_SIGCONTEXT_FPCSR): Clarify definition.
3726         (mips_linux_o32_sigframe_init): Handle DSP registers.
3727         (mips_linux_n32n64_sigframe_init): Likewise.
3728
3729 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
3730
3731         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
3732         call to abort.
3733
3734 2012-05-22  Pedro Alves  <palves@redhat.com>
3735
3736         * target.h (store_waitstatus): Move declaration ...
3737         * inf-child.h (store_waitstatus): ... here.
3738         * target.c: Move inclusion of gdb_wait.h, and ...
3739         (store_waitstatus): ... this ...
3740         * inf-child.c: ... here.
3741         * linux-nat.c: Include inf-child.h.
3742         * rs6000-nat.c: Include inf-child.h.
3743         * spu-linux-nat.c: Include inf-child.h.
3744
3745 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
3746
3747         * tracepoint.c (start_tracing): Add missing i18n markup.
3748         (stop_tracing, set_trace_user): Ditto.
3749         (set_trace_notes, set_trace_stop_notes): Ditto.
3750
3751 2012-05-21  Tom Tromey  <tromey@redhat.com>
3752
3753         PR c++/7173:
3754         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
3755         types.
3756         * value.h (value_cast_pointers): Update.
3757         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
3758         (value_cast): Update.
3759         (update_search_result): New function.
3760         (do_search_struct_field): New, from search_struct_field.  Check
3761         for ambiguous results.
3762         (search_struct_field): Rewrite.
3763         * infcall.c (value_arg_coerce): Update.
3764         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
3765         value_cast_pointers.
3766         * ada-lang.c (ada_convert_actual): Update.
3767
3768 2012-05-21  Tom Tromey  <tromey@redhat.com>
3769
3770         * macroexp.c (macro_stringify): Terminate the string.
3771
3772 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3773
3774         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
3775         Describe it.
3776         * auto-load.c (auto_load_expand_dir_vars): New function.
3777         (auto_load_safe_path_vec_update): Use it, remove the
3778         substitute_path_component call thanks to it.
3779         (auto_load_objfile_script): Remove the debug_file_directory processing.
3780         Use auto_load_expand_dir_vars, remove the substitute_path_component
3781         call thanks to it.
3782         * configure: Regenerate.
3783         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
3784         path.  Escape $ also for $debugdir.
3785         (--with_auto_load_safe_path): Escape $ also for $debugdir.
3786         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
3787
3788 2012-05-20  Doug Evans  <dje@google.com>
3789
3790         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
3791         before use.  Check for symtab->includes == NULL before scanning it.
3792
3793 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
3794
3795         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
3796
3797 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
3798
3799         * NEWS: Add microMIPS support and "set mips compression",
3800         "show mips compression" commands.
3801         * mips-tdep.h (mips_isa): New enum.
3802         (gdbarch_tdep): Add mips_isa.
3803         (mips_pc_is_mips16): Update prototype.
3804         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
3805         * mips-tdep.c (mips_compression_mips16): New variable.
3806         (mips_compression_micromips): Likewise.
3807         (mips_compression_strings): Likewise.
3808         (mips_compression_string): Likewise.
3809         (is_mips16_isa, is_micromips_isa): New functions.
3810         (is_mips16_addr): Rename to...
3811         (is_compact_addr): ... this.
3812         (unmake_mips16_addr): Likewise to...
3813         (unmake_compact_addr): ... this.
3814         (make_mips16_addr): Likewise to...
3815         (make_compact_addr): ... this.
3816         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
3817         functions.
3818         (mips_elf_make_msymbol_special): Handle microMIPS code.
3819         (msymbol_is_special): Rename to...
3820         (msymbol_is_mips16): ... this.
3821         (mips_make_symbol_special, mips_pc_is_mips16): Update
3822         accordingly.
3823         (msymbol_is_mips, msymbol_is_micromips): New functions.
3824         (mips16_to_32_reg): Rename to...
3825         (mips_reg3_to_reg): ... this.
3826         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
3827         (mips_pc_isa): Likewise.
3828         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
3829         code.
3830         (mips_fetch_instruction): Pass return status instead of printing
3831         an error message if requested.  Handle microMIPS code.  Bail out
3832         on an invalid ISA.
3833         (micromips_op): New macro.
3834         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
3835         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
3836         (b6s4_op, b7s3_reg): Likewise.
3837         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
3838         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
3839         (mips_insn_size): New function.
3840         (mips32_next_pc): Update mips_fetch_instruction call.
3841         (micromips_relative_offset7): New function.
3842         (micromips_relative_offset10): Likewise.
3843         (micromips_relative_offset16): Likewise.
3844         (micromips_pc_insn_size): Likewise.
3845         (micromips_bc1_pc): Likewise.
3846         (micromips_next_pc): Likewise.
3847         (unpack_mips16): Update mips_fetch_instruction call.
3848         (extended_mips16_next_pc): Update according to change to
3849         mips16_to_32_reg.
3850         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
3851         code.
3852         (mips16_scan_prologue): Update mips_fetch_instruction call.
3853         Update according to change to mips16_to_32_reg.
3854         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
3855         (mips_insn16_frame_base_sniffer): Likewise.
3856         (micromips_decode_imm9): New function.
3857         (micromips_scan_prologue): Likewise.
3858         (mips_micro_frame_cache): Likewise.
3859         (mips_micro_frame_this_id): Likewise.
3860         (mips_micro_frame_prev_register): Likewise.
3861         (mips_micro_frame_sniffer): Likewise.
3862         (mips_micro_frame_unwind): New variable.
3863         (mips_micro_frame_base_address): New function.
3864         (mips_micro_frame_base): New variable.
3865         (mips_micro_frame_base_sniffer): New function.
3866         (mips32_scan_prologue): Update mips_fetch_instruction call.
3867         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
3868         rather than for MIPS16.
3869         (mips_insn32_frame_base_sniffer): Likewise.
3870         (mips_addr_bits_remove): Handle microMIPS code.
3871         (deal_with_atomic_sequence): Rename to...
3872         (mips_deal_with_atomic_sequence): ... this.  Update the type
3873         of the variable used to hold an instruction.  Remove the ISA bit
3874         check.  Update mips_fetch_instruction call.
3875         (micromips_deal_with_atomic_sequence): New function.
3876         (deal_with_atomic_sequence): Likewise.
3877         (mips_about_to_return): Handle microMIPS code.  Update
3878         mips_fetch_instruction call.
3879         (heuristic_proc_start): Check for the standard MIPS ISA rather
3880         than for MIPS16.  Update mips_pc_is_mips16 and
3881         mips_fetch_instruction calls.  Handle microMIPS code.
3882         (mips_push_dummy_code): Handle microMIPS code.
3883         (mips_eabi_push_dummy_call): Likewise.
3884         (mips_o32_return_value): Update mips_pc_is_mips16 call.
3885         (mips_o64_push_dummy_call): Handle microMIPS code.
3886         (mips_o64_return_value): Update mips_pc_is_mips16 call.
3887         (is_delayed): Remove function.
3888         (mips_single_step_through_delay): Replace the call to is_delayed
3889         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
3890         Handle microMIPS code.
3891         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
3892         microMIPS code.
3893         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
3894         call.
3895         (micromips_in_function_epilogue_p): New function.
3896         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
3897         call.
3898         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
3899         Handle microMIPS.
3900         (gdb_print_insn_mips): Likewise.
3901         (mips_breakpoint_from_pc): Likewise.
3902         (mips_remote_breakpoint_from_pc): New function.
3903         (mips32_instruction_has_delay_slot): Simplify making use of the
3904         updated mips_fetch_instruction interface.
3905         (micromips_instruction_has_delay_slot): New function.
3906         (mips16_instruction_has_delay_slot): Simplify making use of the
3907         updated mips_fetch_instruction interface.
3908         (mips_adjust_breakpoint_address): Check for the standard MIPS
3909         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
3910         calls.  Handle microMIPS code.
3911         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
3912         (mips_skip_trampoline_code): Handle microMIPS code.
3913         (global_mips_compression): New function.
3914         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
3915         file flags.  Register the microMIPS remote breakpoint handler
3916         and heuristic frame unwinder.
3917         (show_mips_compression): New function.
3918         (_initialize_mips_tdep): Add the "set mips compression" and
3919         "show mips compression" commands.
3920
3921 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3922
3923         * ada-lang.c:
3924         * ada-tasks.c:
3925         * ada-varobj.c:
3926         * amd64-darwin-tdep.c:
3927         * arm-symbian-tdep.c:
3928         * arm-tdep.c:
3929         * avr-tdep.c:
3930         * ax-gdb.c:
3931         * bfin-linux-tdep.c:
3932         * breakpoint.c:
3933         * c-valprint.c:
3934         * cli/cli-cmds.c:
3935         * coffread.c:
3936         * cp-support.c:
3937         * cris-tdep.c:
3938         * dwarf2-frame-tailcall.c:
3939         * dwarf2-frame.c:
3940         * dwarf2expr.c:
3941         * dwarf2loc.c:
3942         * dwarf2read.c:
3943         * elfread.c:
3944         * eval.c:
3945         * expprint.c:
3946         * f-valprint.c:
3947         * frv-tdep.c:
3948         * h8300-tdep.c:
3949         * hppa-hpux-tdep.c:
3950         * hppa-tdep.c:
3951         * hppanbsd-tdep.c:
3952         * i386-nto-tdep.c:
3953         * i386-tdep.c:
3954         * i387-tdep.c:
3955         * ia64-tdep.c:
3956         * jit.c:
3957         * linespec.c:
3958         * linux-tdep.c:
3959         * lm32-tdep.c:
3960         * m2-valprint.c:
3961         * m32c-tdep.c:
3962         * m32r-rom.c:
3963         * m32r-tdep.c:
3964         * m68k-tdep.c:
3965         * m68klinux-tdep.c:
3966         * mi/mi-main.c:
3967         * microblaze-tdep.c:
3968         * mips-linux-tdep.c:
3969         * mips-tdep.c:
3970         * mn10300-tdep.c:
3971         * p-valprint.c:
3972         * parse.c:
3973         * ppc-linux-tdep.c:
3974         * ppc-sysv-tdep.c:
3975         * printcmd.c:
3976         * python/py-finishbreakpoint.c:
3977         * python/py-inferior.c:
3978         * python/py-infthread.c:
3979         * python/py-type.c:
3980         * python/python.c:
3981         * remote-fileio.c:
3982         * remote-m32r-sdi.c:
3983         * remote-mips.c:
3984         * reverse.c:
3985         * rl78-tdep.c:
3986         * rs6000-aix-tdep.c:
3987         * rs6000-tdep.c:
3988         * s390-tdep.c:
3989         * score-tdep.c:
3990         * sh64-tdep.c:
3991         * skip.c:
3992         * solib-darwin.c:
3993         * solib-dsbt.c:
3994         * solib-frv.c:
3995         * sparc-tdep.c:
3996         * spu-multiarch.c:
3997         * spu-tdep.c:
3998         * stack.c:
3999         * symfile.c:
4000         * symtab.c:
4001         * tic6x-tdep.c:
4002         * tracepoint.c:
4003         * v850-tdep.c:
4004         * valarith.c:
4005         * valprint.c:
4006         * value.c:
4007         * xcoffread.c:
4008         * xtensa-tdep.c:
4009         * ada-lang.c:
4010         * ada-tasks.c:
4011         * ada-varobj.c:
4012         * amd64-darwin-tdep.c:
4013         * arm-symbian-tdep.c:
4014         * arm-tdep.c: Delete unused variables.
4015
4016 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4017
4018         Rename $ddir to $datadir.
4019         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4020         * auto-load.c (auto_load_safe_path_vec_update)
4021         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4022         * configure: Regenerate.
4023         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4024         Likewise.  Remove the 'use $ddir' help string.
4025
4026 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4027
4028         * auto-load.c (show_auto_load_safe_path): Accept any combination of
4029         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4030
4031 2012-05-18  Tom Tromey  <tromey@redhat.com>
4032
4033         PR exp/13907:
4034         * valprint.h (struct value_print_options) <symbol_print>: New
4035         field.
4036         * valprint.c (user_print_options): Add default for symbol_print.
4037         (show_symbol_print): New function.
4038         (generic_val_print): Respect symbol_print.
4039         (_initialize_valprint): Add "print symbol" setting.
4040         * f-valprint.c (f_val_print): Respect symbol_print.
4041         * c-valprint.c (c_val_print): Respect symbol_print.
4042         * NEWS: Update.
4043         * printcmd.c (print_address_symbolic): Return int.  Ignore some
4044         zero-size symbols.
4045         (print_address_demangle): Return int.
4046         * defs.h: (print_address_symbolic): Return int.
4047         * value.h (print_address_demangle): Return int.
4048
4049 2012-05-18  Tom Tromey  <tromey@redhat.com>
4050
4051         * valprint.c (val_print_string): Don't print leading space.
4052         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4053         print space before string or vtbl.
4054         * m2-valprint.c (print_unpacked_pointer): Optionally print space
4055         before string.
4056         * jv-valprint.c (java_value_print): Print space before string.
4057         * go-valprint.c (print_go_string): Print space before string.
4058         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4059         space before string.
4060         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4061         space before string or vtbl.
4062         * auxv.c (fprint_target_auxv): Print space after address.
4063
4064 2012-05-18  Tom Tromey  <tromey@redhat.com>
4065
4066         * printcmd.c (print_address_demangle): Remove special case for 0.
4067
4068 2012-05-18  Tom Tromey  <tromey@redhat.com>
4069
4070         * printcmd.c (print_address_demangle): Add 'opts' argument.
4071         * p-valprint.c (pascal_val_print): Update.
4072         * jv-valprint.c (java_val_print): Update.
4073         * value.h: Update.
4074         * valprint.c (generic_val_print): Update.
4075         (print_function_pointer_address): Add 'options' argument.  Remove
4076         'addressprint' argument.  Update.
4077         * m2-valprint.c (print_unpacked_pointer): Update.
4078         * gnu-v3-abi.c (print_one_vtable): Update.
4079         (gnuv3_print_method_ptr): Update.
4080         * f-valprint.c (f_val_print): Update.
4081         * cp-valprint.c (cp_print_value_fields): Update.
4082         * valprint.h (print_function_pointer_address): Update.
4083         * c-valprint.c (c_val_print): Update.
4084
4085 2012-05-18  Tom Tromey  <tromey@redhat.com>
4086
4087         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4088         directly corresponding to the found psymtab.
4089         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4090         (dw2_find_pc_sect_symtab): Use it.
4091         * block.h (blockvector_contains_pc): Declare.
4092         * block.c (find_block_in_blockvector): New function.
4093         (blockvector_for_pc_sect): Use it.
4094         (blockvector_contains_pc): New function.
4095
4096 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
4097
4098         * mips-tdep.h (mips_write_pc): New prototype.
4099         * mips-tdep.c (mips_write_pc): Make external, add description.
4100         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4101         add description.
4102
4103 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
4104
4105         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4106         mips_regnum->pc.
4107         (mips_unwind_pc, mips_write_pc): Likewise.
4108         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4109         gdbarch_read_pc.
4110
4111 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
4112
4113         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4114         proc_warn, proc_error, proc_get_status, proc_flags,
4115         proc_why, proc_what, proc_nsysarg, proc_sysargs,
4116         proc_set_run_on_last_close, proc_unset_run_on_last_close,
4117         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4118         proc_stop_process, proc_wait_for_stop, proc_run_process,
4119         proc_set_traced_signals, proc_set_traced_faults,
4120         proc_set_traced_sysentry, proc_set_traced_sysexit,
4121         proc_set_held_signals, proc_get_held_signals,
4122         proc_get_traced_signals, proc_get_traced_faults,
4123         proc_get_traced_sysentry, proc_get_traced_sysexit,
4124         proc_clear_current_fault, proc_set_current_signal,
4125         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4126         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4127         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4128         proc_get_current_thread, proc_get_current_thread,
4129         proc_get_current_thread, proc_update_threads,
4130         proc_update_threads, proc_update_threads, proc_update_threads,
4131         proc_iterate_over_threads, procfs_find_new_threads,
4132         procfs_pid_to_str): Make static.  Remove advance declaration.
4133         (proc_cursig): Make static.  Conditionalized defintion on
4134         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4135         (proc_syscall, proc_set_kill_on_last_close,
4136         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4137         proc_get_pending_signals, proc_get_signal_actions,
4138         proc_trace_signal, proc_ignore_signal): Delete.
4139
4140 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
4141
4142         * coffread.c (cs_section_address): Passing proper argument for
4143         `bfd_get_section_vma'.
4144         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4145         `bfd_get_section_flags'.
4146         * remote.c (remote_trace_set_readonly_regions): Likewise, for
4147         `bfd_get_section_vma'.
4148
4149 2012-05-16  Tom Tromey  <tromey@redhat.com>
4150
4151         PR macros/13205:
4152         * macrotab.h: (macro_define_special): Declare.
4153         (enum macro_special_kind): New.
4154         (struct macro_definition) <argc, replacement>: Update comments.
4155         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4156         (macro_define_object_internal): New function.
4157         (macro_define_object): Use it.
4158         (macro_define_special): New function.
4159         (fixup_definition): New function.
4160         (macro_lookup_definition, foreach_macro_in_scope)
4161         (foreach_macro): Use fixup_definition.
4162         * macroexp.h (macro_stringify): Declare.
4163         * macroexp.c (free_buffer_return_text): New function.
4164         (stringify): Constify "arg".
4165         (macro_stringify): New function.
4166         * dwarf2read.c (macro_start_file): Call macro_define_special.
4167
4168 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
4169             Maciej W. Rozycki  <macro@mips.com>
4170
4171         * breakpoint.h (bp_location): Add related_address member.
4172         * inferior.h (get_return_value): Take a pointer to struct value
4173         instead of struct type for the function requested.
4174         * value.h (using_struct_return): Likewise.
4175         * gdbarch.sh (return_value): Take a pointer to struct value
4176         instead of struct type for the function requested.
4177         * breakpoint.c (set_breakpoint_location_function): Initialize
4178         related_address for bp_gnu_ifunc_resolver breakpoints.
4179         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
4180         requested function's address to gdbarch_return_value.
4181         * eval.c (evaluate_subexp_standard): Pass the requested
4182         function's address to using_struct_return.
4183         * infcall.c (call_function_by_hand): Pass the requested
4184         function's address to using_struct_return and
4185         gdbarch_return_value.
4186         * infcmd.c (get_return_value): Take a pointer to struct value
4187         instead of struct type for the function requested.
4188         (print_return_value): Update accordingly.
4189         (finish_command_continuation): Likewise.
4190         * stack.c (return_command): Pass the requested function's
4191         address to using_struct_return and gdbarch_return_value.
4192         * value.c (using_struct_return): Take a pointer to struct value
4193         instead of struct type for the function requested.  Pass the
4194         requested function's address to gdbarch_return_value.
4195         * python/py-finishbreakpoint.c (finish_breakpoint_object):
4196         New function_value member, replacing function_type.
4197         (bpfinishpy_dealloc): Update accordingly.
4198         (bpfinishpy_pre_stop_hook): Likewise.
4199         (bpfinishpy_init): Likewise.  Record the requested function's
4200         address.
4201         * mips-tdep.c (mips_fval_reg): New enum.
4202         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
4203         words put in GP registers.
4204         (mips_o64_push_dummy_call): Update a comment.
4205         (mips_o32_return_value): Take a pointer to struct value instead
4206         of struct type for the function requested and use it to check if
4207         using the MIPS16 calling convention.  Return the designated
4208         general purpose registers for floating-point values returned in
4209         MIPS16 mode.
4210         (mips_o64_return_value): Likewise.
4211         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
4212         (ppc_sysv_abi_broken_return_value): Likewise.
4213         (ppc64_sysv_abi_return_value): Likewise.
4214         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
4215         value instead of struct type for the function requested.
4216         * amd64-tdep.c (amd64_return_value): Likewise.
4217         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
4218         * arm-tdep.c (arm_return_value): Likewise.
4219         * avr-tdep.c (avr_return_value): Likewise.
4220         * bfin-tdep.c (bfin_return_value): Likewise.
4221         * cris-tdep.c (cris_return_value): Likewise.
4222         * frv-tdep.c (frv_return_value): Likewise.
4223         * h8300-tdep.c (h8300_return_value): Likewise.
4224         (h8300h_return_value): Likewise.
4225         * hppa-tdep.c (hppa32_return_value): Likewise.
4226         (hppa64_return_value): Likewise.
4227         * i386-tdep.c (i386_return_value): Likewise.
4228         * ia64-tdep.c (ia64_return_value): Likewise.
4229         * iq2000-tdep.c (iq2000_return_value): Likewise.
4230         * lm32-tdep.c (lm32_return_value): Likewise.
4231         * m32c-tdep.c (m32c_return_value): Likewise.
4232         * m32r-tdep.c (m32r_return_value): Likewise.
4233         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
4234         * m68k-tdep.c (m68k_return_value): Likewise.
4235         (m68k_svr4_return_value): Likewise.
4236         * m88k-tdep.c (m88k_return_value): Likewise.
4237         * mep-tdep.c (mep_return_value): Likewise.
4238         * microblaze-tdep.c (microblaze_return_value): Likewise.
4239         * mn10300-tdep.c (mn10300_return_value): Likewise.
4240         * moxie-tdep.c (moxie_return_value): Likewise.
4241         * mt-tdep.c (mt_return_value): Likewise.
4242         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
4243         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
4244         (ppc_sysv_abi_broken_return_value): Likewise.
4245         (ppc64_sysv_abi_return_value): Likewise.
4246         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
4247         * rl78-tdep.c (rl78_return_value): Likewise.
4248         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
4249         * rx-tdep.c (rx_return_value): Likewise.
4250         * s390-tdep.c (s390_return_value): Likewise.
4251         * score-tdep.c (score_return_value): Likewise.
4252         * sh-tdep.c (sh_return_value_nofpu): Likewise.
4253         (sh_return_value_fpu): Likewise.
4254         * sh64-tdep.c (sh64_return_value): Likewise.
4255         * sparc-tdep.c (sparc32_return_value): Likewise.
4256         * sparc64-tdep.c (sparc64_return_value): Likewise.
4257         * spu-tdep.c (spu_return_value): Likewise.
4258         * tic6x-tdep.c (tic6x_return_value): Likewise.
4259         * v850-tdep.c (v850_return_value): Likewise.
4260         * vax-tdep.c (vax_return_value): Likewise.
4261         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
4262         * xtensa-tdep.c (xtensa_return_value): Likewise.
4263         * gdbarch.c: Regenerate.
4264         * gdbarch.h: Regenerate.
4265
4266 2012-05-15  Tom Tromey  <tromey@redhat.com>
4267
4268         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
4269
4270 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
4271
4272         * breakpoint.c (init_breakpoint_sal): Add quotes around part
4273         of command in two error message.
4274
4275 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
4276
4277         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
4278
4279 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
4280
4281         * breakpoint.c (find_condition_and_thread): Minor reformatting.
4282
4283 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4284
4285         * NEWS (show auto-load scripts-directory): Add forgotten command.
4286
4287 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4288
4289         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
4290         parameters.
4291
4292 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4293
4294         * amd64-tdep.c: Include features/i386/x32.c and
4295         features/i386/x32-avx.c.
4296         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
4297         initialize_tdesc_x32_avx.
4298
4299 2012-05-14  Stan Shebs  <stan@codesourcery.com>
4300
4301         Add dynamic printf.
4302         * breakpoint.h (enum bptype): New type bp_dprintf.
4303         (struct breakpoint): New field extra_string.
4304         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
4305         (create_breakpoint): Add extra_string arg.
4306         * breakpoint.c (dprintf_breakpoint_ops): New.
4307         (is_breakpoint): Add bp_dprintf.
4308         (bpstat_what): Add dprintf case.
4309         (bptype_string): Ditto.
4310         (print_one_breakpoint_location): Ditto.
4311         (init_bp_location): Ditto.
4312         (bkpt_print_mention): Ditto.
4313         (dprintf_style_enums): New array.
4314         (dprintf_style): New global.
4315         (dprintf_function): New global.
4316         (dprintf_channel): New global.
4317         (update_dprintf_command_list): New function.
4318         (update_dprintf_commands): New function.
4319         (init_breakpoint_sal): Add extra_string argument, handle it.
4320         (create_breakpoint_sal): Add extra_string argument.
4321         (create_breakpoints_sal): Add extra_string argument, update callers.
4322         (find_condition_and_thread): Add extra argument.
4323         (create_breakpoint): Add extra_string argument, record it.
4324         (dprintf_command): New function.
4325         (break_command_1): Add arg to create_breakpoint call.
4326         (handle_gnu_v3_exceptions): Ditto.
4327         (trace_command): Ditto.
4328         (ftrace_command): Ditto.
4329         (strace_command): Ditto.
4330         (bkpt_print_mention): Add dprintf case.
4331         (create_breakpoint_sal_default): Add extra_string argument.
4332         (_initialize_breakpoint): Add new commands.
4333         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
4334         * python/py-breakpoint.c (bppy_init): Ditto.
4335         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
4336
4337 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
4338
4339         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
4340
4341 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
4342
4343         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
4344         unsigned long long.
4345
4346 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
4347
4348         Add a new function gdb.find_pc_line to the Python API.
4349         * NEWS (Python Scripting): Add entry about the new function.
4350         * python/python.c (gdbpy_find_pc_line): New function which
4351         implements gdb.find_pc_line.
4352         (GdbMethods): Add entry for the new function.
4353
4354 2012-05-12  Pedro Alves  <palves@redhat.com>
4355
4356         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
4357         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
4358
4359 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
4360
4361         * inferior.c: Include completer.h
4362         (initialize_inferiors): Set completer of add-inferior to
4363         filename_completer.
4364
4365 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
4366
4367         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
4368         gdbarch_ptr_bit for x32 core dump.
4369
4370 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
4371
4372         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
4373         and features/i386/x32-avx-linux.c.
4374
4375 2012-05-11  Stan Shebs  <stan@codesourcery.com>
4376             Kwok Cheung Yeung  <kcy@codesourcery.com>
4377
4378         * NEWS: Describe new info os commands.
4379         * common/linux-osdata.c (PID_T, TIME_T): Define.
4380         (MAX_PID_T_STRLEN): New.
4381         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
4382         MAX_PID_T_STRLEN.
4383         (command_from_pid): Add comment.  Change to use PID_T.
4384         (commandline_from_pid):  Change to use PID_T.
4385         (user_from_pid): Add comment.
4386         (get_process_owner): Add comment. Change to use PID_T and
4387         MAX_PID_T_STRLEN.
4388         (get_number_of_cpu_cores): Add comment.
4389         (get_cores_used_by_process): Add comment.  Change to use PID_T and
4390         MAX_PID_T_STRLEN.
4391         (linux_xfer_osdata_processes): Change to use PID_T and
4392         MAX_PID_T_STRLEN.
4393         (compare_processes): New function.
4394         (linux_xfer_osdata_processgroups): New function.
4395         (linux_xfer_osdata_threads): Change to use PID_T.
4396         (linux_xfer_osdata_fds): New function.
4397         (format_socket_state, print_sockets): New functions.
4398         (union socket_addr): New union.
4399         (linux_xfer_osdata_isockets): New function.
4400         (time_from_time_t, group_from_gid): New functions.
4401         (linux_xfer_osdata_shm): New function.
4402         (linux_xfer_osdata_sem): New function.
4403         (linux_xfer_osdata_msg): New function.
4404         (linux_xfer_osdata_modules): New function.
4405         (osdata_table): Add new entries.
4406         * common/buffer.c (buffer_xml_printf): Add support for long and
4407         long long format specifiers.
4408
4409 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
4410
4411         * amd64-linux-tdep.h (tdesc_x32_linux): New.
4412         (tdesc_x32_avx_linux): Likewise.
4413
4414 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4415
4416         Implement multi-component --with-auto-load-dir.
4417         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
4418         entries.
4419         (--with-auto-load-safe-path): Update the default value description.
4420         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
4421         New.
4422         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
4423         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
4424         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
4425         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
4426         "set auto-load scripts-directory".
4427         * config.in: Regenerate.
4428         * configure: Regenerate.
4429         * configure.ac (--with-auto-load-dir): New configure option.
4430         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
4431
4432 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4433
4434         Provide $ddir substitution for --with-auto-load-safe-path.
4435         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
4436         entries.
4437         * auto-load.c: Include observer.h.
4438         (auto_load_safe_path_vec_update): Call substitute_path_component for
4439         each component.  New variable ddir_subst.
4440         (auto_load_gdb_datadir_changed): New function.
4441         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
4442         AUTO_LOAD_SAFE_PATH.  New comment.
4443         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
4444         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
4445         * config.in: Regenerate.
4446         * configure: Regenerate.
4447         * configure.ac (--auto-load-safe-path): Rename
4448         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
4449         GDB_DATADIR/auto-load.
4450         * defs.h (substitute_path_component): New declaration.
4451         * top.c: Include observer.h.
4452         (set_gdb_datadir): New function.
4453         (init_main): Install it for "set data-directory".
4454         * utils.c (substitute_path_component): New function.
4455
4456 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4457
4458         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
4459         * auto-load.c (auto_load_objfile_script): Remove check for NULL
4460         DEBUG_FILE_DIRECTORY.  Handle multiple components of
4461         DEBUG_FILE_DIRECTORY.
4462
4463 2012-05-10  Tom Tromey  <tromey@redhat.com>
4464
4465         * dwarf2read.c (recursively_write_psymbols): New function.
4466         (write_psymtabs_to_index): Use it.
4467
4468         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
4469         field.
4470         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
4471         (load_partial_comp_unit): Update.
4472         (queue_comp_unit): Add argument 'pretend_language'.
4473         (process_queue): Update.
4474         (psymtab_to_symtab_1): Skip dependencies that have a user.
4475         (load_partial_comp_unit_reader): Give meaning to the 'data'
4476         argument.
4477         (load_full_comp_unit): Add 'pretend_language' argument.
4478         (process_full_comp_unit): Add 'pretend_language' argument.  Set
4479         language on CU.
4480         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
4481         Update.
4482         (maybe_queue_comp_unit): Add 'pretend_language' argument.
4483         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
4484         Update.
4485         (prepare_one_comp_unit): Add 'pretend_language' argument.
4486
4487         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
4488         (struct dwarf2_per_objfile) <just_read_cus>: New field.
4489         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
4490         (dw2_do_instantiate_symtab): Check whether symtab was read in
4491         before queueing.
4492         (dw2_instantiate_symtab): Add assertion.  Call
4493         process_cu_includes.
4494         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
4495         (partial_symtab_p): New typedef.
4496         (set_partial_user): New function.
4497         (dwarf2_build_psymtabs_hard): Use set_partial_user.
4498         (scan_partial_symbols): Add imported CU to imported_symtabs.
4499         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
4500         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
4501         (get_symtab, recursively_compute_inclusions)
4502         (compute_symtab_includes, process_cu_includes)
4503         (process_imported_unit_die): New functions.
4504         (process_die) <DW_TAG_imported_unit>: New case.
4505         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
4506
4507         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
4508         comment.
4509         (struct partial_die_info) <locdesc>: Remove.
4510         <d>: New field.
4511         (process_psymtab_comp_unit): Add 'read_partial' argument.
4512         Update.
4513         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
4514         (scan_partial_symbols): Handle DW_TAG_imported_unit.
4515         (add_partial_symbol): Update.
4516         (process_die): Handle DW_TAG_partial_unit.
4517         (read_file_scope): Update comment.
4518         (load_partial_dies): Handle DW_TAG_imported_unit.
4519         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
4520         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
4521
4522 2012-05-10  Tom Tromey  <tromey@redhat.com>
4523
4524         * cc-with-dwz.sh: New file.
4525
4526 2012-05-10  Tom Tromey  <tromey@redhat.com>
4527
4528         * symtab.h (struct symtab) <includes, user>: New fields.
4529         * block.h (struct block_iterator) <d, idx, which>: New fields.
4530         * block.c (initialize_block_iterator, find_iterator_symtab)
4531         (block_iterator_step, block_iter_name_step)
4532         (block_iter_match_step): New functions.
4533         (block_iterator_first, block_iterator_next)
4534         (block_iter_name_first, block_iter_name_next)
4535         (block_iter_match_first, block_iter_match_next): Rewrite.
4536         (get_block_symtab): New function.
4537
4538 2012-05-10  Tom Tromey  <tromey@redhat.com>
4539
4540         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
4541         set_block_symtab.
4542         * jit.c (finalize_symtab): Use allocate_global_block,
4543         set_block_symtab.
4544         * buildsym.c (finish_block_internal): New function, from old
4545         finish_block.
4546         (finish_block): Rewrite.
4547         (end_symtab): Use finish_block_internal, set_block_symtab.
4548         * block.h (struct global_block): New.
4549         (allocate_global_block, set_block_symtab): Declare.
4550         * block.c (allocate_global_block, set_block_symtab): New
4551         functions.
4552
4553 2012-05-10  Tom Tromey  <tromey@redhat.com>
4554
4555         * psymtab.c (partial_map_expand_apply): Add assertion.
4556         (partial_map_symtabs_matching_filename): Skip included psymtabs.
4557         (psymtab_to_symtab): Find unshared psymtab.
4558         (dump_psymtab): Print including psymtabs.
4559         (recursively_search_psymtabs): New function.
4560         (expand_symtabs_matching_via_partial): Use it.
4561         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
4562         fields.
4563         (enum psymtab_search_status): New.
4564
4565 2012-05-10  Tom Tromey  <tromey@redhat.com>
4566
4567         * tracepoint.c (scope_info): Update.
4568         * symtab.c (lookup_block_symbol, iterate_over_symbols)
4569         (find_pc_sect_symtab, search_symbols)
4570         (default_make_symbol_completion_list_break_on)
4571         (make_file_symbol_completion_list): Update.
4572         * symmisc.c (dump_symtab_1): Update.
4573         * stack.c (print_frame_args, iterate_over_block_locals)
4574         (print_frame_labels, iterate_over_block_arg_vars): Update.
4575         * python/py-block.c (block_object) <dict>: Remove.
4576         <block>: New field.
4577         <iter>: Change type.
4578         (blpy_iter): Update.
4579         (blpy_block_syms_iternext): Update.
4580         * psymtab.c (map_block): Use block iterators.
4581         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
4582         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
4583         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
4584         * infrun.c (check_exception_resume): Update.
4585         * cp-support.c (make_symbol_overload_list_block): Update.
4586         * coffread.c (patch_opaque_types): Update.
4587         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
4588         * block.h (struct block_iterator): New.
4589         (block_iterator_first, block_iterator_next, block_iter_name_first)
4590         (block_iter_name_next, block_iter_match_first)
4591         (block_iter_match_next): Declare.
4592         (ALL_BLOCK_SYMBOLS): Redefine.
4593         * block.c (block_iterator_first, block_iterator_next)
4594         (block_iter_name_first, block_iter_name_next)
4595         (block_iter_match_first, block_iter_match_next): New functions.
4596         * ada-lang.c (ada_add_block_symbols)
4597         (ada_make_symbol_completion_list): Use block iterator.
4598
4599 2012-05-10  Tom Tromey  <tromey@redhat.com>
4600
4601         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
4602         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
4603         (lookup_partial_symbol, find_last_source_symtab_from_partial)
4604         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
4605         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
4606         Update.
4607
4608 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
4609
4610         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
4611         print-file-var-lib2.c, print-file-var-main.c and
4612         print-file-var.exp (located in gdb/testsuite/gdb.base).
4613
4614 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
4615
4616         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4617         try locating the symbol in the symbol's own objfile first, before
4618         extending the search to all objfiles.
4619         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4620         out of lookup_symbol_aux_symtabs.
4621         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4622         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4623         Do not search EXCLUDE_OBJFILE.
4624         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4625         (lookup_symbol_global): Search for matches in the block's objfile
4626         first, before searching all other objfiles.
4627
4628 2012-05-10  Tristan Gingold  <gingold@adacore.com>
4629
4630         * printcmd.c (set_command): Add pre/post inc/dec.
4631
4632 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
4633
4634         * gdb.1: Document -ex option.
4635
4636 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
4637
4638         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
4639         * inferior.h (AT_SYMBOL): Delete.
4640
4641 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
4642
4643         * mips-tdep.c (mips_push_dummy_code): New function.
4644         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
4645         ON_STACK and install mips_push_dummy_code as our gdbarch
4646         push_dummy_code routine.
4647
4648 2012-05-09  Pedro Alves  <palves@redhat.com>
4649
4650         * target.c (set_maintenance_target_async_permitted): Rename to ...
4651         (set_target_async_command): ... this.
4652         (show_maintenance_target_async_permitted): Rename to ...
4653         (show_target_async_command): ... this.
4654         (initialize_targets): Adjust.
4655
4656 2012-05-08  Doug Evans  <dje@google.com>
4657
4658         * go-exp.y (classify_name): Add missing assignment of fields of
4659         yylval.ssym.
4660
4661 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
4662
4663         Display the ">" prompt in interactive mode while reading canned
4664         commands, even when the current interpreter is MI.
4665
4666         * interps.c (interp_set_temp): New function.
4667
4668         * interps.h (interp_set_temp): Add prototype.
4669
4670         * cli/cli-script.c (restore_interp): New cleanup function.
4671         (read_command_lines): Temporarily override the current interpreter
4672         with CLI and arrange for restoring the original one.
4673
4674 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
4675
4676         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
4677
4678 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4679
4680         * probe.c (parse_probes): Move conditional to check for
4681         debuginfo files from here...
4682         * stap-probe.c (stap_get_probes): ... to here.
4683
4684 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
4685             H.J. Lu  <hongjiu.lu@intel.com>
4686
4687         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
4688         `movl %esp, %ebp' for the X32 ABI.
4689
4690 2012-05-07  Tom Tromey  <tromey@redhat.com>
4691
4692         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
4693         get_DW_TAG_name.
4694         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
4695         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
4696         (dwarf_stack_op_name): Remove.
4697         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
4698         (decode_locdesc): Use get_DW_OP_name.
4699         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
4700         (dwarf2_compile_expr_to_ax): Likewise.
4701         (disassemble_dwarf_expression): Likewise.
4702         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
4703
4704 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
4705
4706         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
4707         (sh_linux_sigtramp_cache): New function.
4708         (sh_linux_sigreturn_init): New function.
4709         (sh_linux_rt_sigreturn_init): New function.
4710         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
4711         patterns.
4712         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
4713         syscall codes.
4714         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
4715         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
4716         (sh_linux_init_abi): Add init calls to register new tramp_frame
4717         definitions under 32-bit SH, update comments.
4718
4719 2012-05-07  Pedro Alves  <palves@redhat.com>
4720
4721         PR gdb/10952
4722
4723         * amd64-linux-tdep.c: Include glibc-tdep.h.
4724         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
4725         gdbarch_skip_solib_resolver callback.
4726
4727 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4728
4729         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
4730         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
4731         (show_auto_load_safe_path): Check any-directory by comparison with "/".
4732         (add_auto_load_safe_path): Change the error message.
4733         (_initialize_auto_load): Change the "safe-path" help text.
4734         * configure: Regenerate
4735         * configure.ac (--without-auto-load-safe-path): Set
4736         WITH_AUTO_LOAD_SAFE_PATH to /.
4737
4738 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
4739
4740         * stap-probe.h: Do not include unecessary `probe.h'.
4741
4742 2012-05-05  Alan Modra  <amodra@gmail.com>
4743
4744         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
4745         bfd_und_section_ptr.
4746         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
4747         and bfd_com_section_ptr.
4748
4749 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
4750
4751         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
4752
4753 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
4754
4755         * windows-nat.h (segment_register_p_ftype): New typedef.
4756         (windows_set_segment_register_p): Add declaration.
4757         * windows-nat.c (segment_register_p): New static global.
4758         (windows_set_segment_register_p): New function.
4759         (do_windows_fetch_inferior_registers): Add special handling
4760         for segment registers.
4761         * amd64-windows-nat.c: #include "amd64-tdep.h".
4762         (amd64_windows_segment_register_p): New function.
4763         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
4764         * i386-windows-nat.c: #include "i386-tdep.h".
4765         (i386_windows_segment_register_p): New function.
4766         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
4767
4768 2012-05-04  Tristan Gingold  <gingold@adacore.com>
4769
4770         * printcmd.c (set_command): Emit a warning if the expression is not
4771         an assignment.
4772
4773 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
4774
4775         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
4776         Make static.
4777
4778 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
4779
4780         * stap-probe.c (stap_is_operator): Change declaration.
4781         (stap_get_opcode): Change return value.
4782         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
4783         `stap_parse_argument_1'.
4784
4785 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
4786
4787         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
4788         debug log.
4789
4790 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
4791
4792         Add two new methods global_block and static_block to gdb.Symtab
4793         objects.
4794         * NEWS (Python scripting): Add entry about the new methods.
4795         * python/py-symtab.c (stpy_global_block): New function which
4796         implements the gdb.Symtab.global_block() method.
4797         (stpy_static_block): New function which implements the
4798         gdb.Symtab.static_block() method.
4799         (symtab_object_methods): Add entries for the two new methods.
4800
4801 2012-05-03  Doug Evans  <dje@google.com>
4802
4803         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
4804         files.
4805
4806 2012-05-03  Yao Qi  <yao@codesourcery.com>
4807
4808         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
4809         space.
4810         (i386_process_record): Ditto.
4811
4812 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
4813
4814         * infcall.c (unwind_on_signal_p): Make static.
4815
4816 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
4817
4818         * sol-thread.c (solaris_pid_to_str): Make static.
4819         (_initialize_sol_thread): Add prototype.
4820
4821 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
4822
4823         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
4824
4825 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
4826
4827         * MAINTAINERS: Remove myself.
4828
4829 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4830
4831         Fix --without-auto-load-safe-path for MS-Windows host platform.
4832         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
4833
4834 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
4835
4836         * gdb_curses.h: Undefine KEY_EVENT before including curses
4837         headers.  Move "#undef MOUSE_MOVED" before any curses header
4838         inclusion.
4839
4840 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
4841
4842         * features/i386/i386-mmx-linux.c: Regenerate.
4843         * features/rs6000/powerpc-32.c: Likewise.
4844         * features/rs6000/powerpc-32l.c: Likewise.
4845         * features/rs6000/powerpc-403.c: Likewise.
4846         * features/rs6000/powerpc-403gc.c: Likewise.
4847         * features/rs6000/powerpc-405.c: Likewise.
4848         * features/rs6000/powerpc-505.c: Likewise.
4849         * features/rs6000/powerpc-601.c: Likewise.
4850         * features/rs6000/powerpc-602.c: Likewise.
4851         * features/rs6000/powerpc-603.c: Likewise.
4852         * features/rs6000/powerpc-604.c: Likewise.
4853         * features/rs6000/powerpc-64.c: Likewise.
4854         * features/rs6000/powerpc-64l.c: Likewise.
4855         * features/rs6000/powerpc-750.c: Likewise.
4856         * features/rs6000/powerpc-860.c: Likewise.
4857         * features/rs6000/powerpc-e500.c: Likewise.
4858         * features/rs6000/powerpc-e500l.c: Likewise.
4859         * features/rs6000/powerpc-isa205-32l.c: Likewise.
4860         * features/rs6000/powerpc-isa205-64l.c: Likewise.
4861         * features/rs6000/rs6000.c: Likewise.
4862
4863 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
4864
4865         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
4866         variable.
4867         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
4868         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
4869         (stap_parse_argument) <e>: Likewise.
4870         (handle_stap_probe) <byte_order>: Likewise.
4871
4872 2012-04-30  Doug Evans  <dje@google.com>
4873
4874         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
4875         init_and_read_dies_worker.  All callers updated.
4876         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
4877         replaced with init_cutu_and_read_dies.
4878         (load_partial_comp_unit): Pass 1 for use_existing_cu.
4879         (find_partial_die): Remove FIXME.  Don't free current CU.
4880
4881 2012-04-30  Sterling Augustine  <saugustine@google.com>
4882
4883         * contrib: New directory.
4884         * contrib/test_pubnames_and_indexes.py: New file.
4885
4886 2012-04-30  Doug Evans  <dje@google.com>
4887
4888         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
4889         All callers updated.
4890         (init_cu_die_reader): Verify the section is non-empty.
4891         (dwarf_decode_line_header): Don't dereference section->asection
4892         until we know the section is present.
4893
4894 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
4895
4896         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
4897         probes.
4898
4899 2012-04-29  Yao Qi  <yao@codesourcery.com>
4900
4901         * gdb-code-style.el: New hook gdb-markup-hook
4902         and gdb-comment-hook.
4903
4904 2012-04-28  Doug Evans  <dje@google.com>
4905
4906         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
4907         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
4908         objfile->obfd.
4909         * symfile.h (dwarf2_debug_sections): New member addr.
4910         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
4911         (ctx_no_get_addr_index): New function.
4912         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
4913         (ctx_no_get_addr_index): Declare.
4914         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
4915         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
4916         (dwarf_expr_ctx_funcs): Update.
4917         (needs_get_addr_index): New function.
4918         (needs_frame_ctx_funcs): Update.
4919         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
4920         * dwarf2read.c: #include "gdbcore.h".
4921         (dwarf2_per_objfile): New members addr, dwo_files.
4922         (dwarf2_elf_names): Add entry for addr.
4923         (struct dwo_section_names): New type.
4924         (dwo_section_names): New static global.
4925         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
4926         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
4927         old debug_types_section member updated to use this.
4928         Rename member debug_types_section to info_or_types_section,
4929         all uses updated.
4930         (signatured_type): Rename member type_offset to type_offset_in_tu,
4931         all uses updated.  New member type_offset_in_section.
4932         (struct dwo_sections): New type.
4933         (struct dwo_unit): New type.
4934         (struct dwo_file): New type.
4935         (die_reader_specs): New member dwo_file.
4936         (dwarf2_locate_sections): Watch for .debug_addr.
4937         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
4938         (dwarf2_read_section): Get bfd of section from bfd's asection,
4939         instead of objfile.
4940         (create_cus_from_index): Initialize the_cu->info_or_types_section.
4941         (create_signatured_type_table_from_index): Initialize
4942         sig_type->info_or_types_section.
4943         (dw2_get_file_names): Statement lists for type units with DWO files
4944         live in the DWO file.
4945         (create_debug_types_hash_table): New function.
4946         (create_all_type_units): Rewrite.
4947         (init_cu_die_reader): New arg dwo_file, all callers updated.
4948         (init_and_read_dies_worker): Get section from
4949         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
4950         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
4951         continue reading the CU/TU from there.
4952         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
4953         updated.  Get section from this_cu->info_or_types_section.
4954         (create_all_comp_units): Initialize this_cu->info_or_types_section.
4955         (skip_one_die): New cases DW_FORM_GNU_addr_index,
4956         DW_FORM_GNU_str_index.
4957         (hash_dwo_file, eq_dwo_file): New functions.
4958         (allocate_dwo_file_hash_table): New function.
4959         (hash_dwo_unit, eq_dwo_unit): New functions.
4960         (allocate_dwo_unit_table): New function.
4961         (dwarf2_locate_dwo_sections): New function.
4962         (struct create_dwo_info_table_data): New type.
4963         (create_debug_info_hash_table_reader): New function.
4964         (create_debug_info_hash_table): New function.
4965         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
4966         (lookup_dwo_file): New function.
4967         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
4968         (free_dwo_file, free_dwo_file_cleanup): New functions.
4969         (free_dwo_file_from_slot, free_dwo_files): New functions.
4970         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
4971         (dwarf2_record_block_ranges): Ditto.
4972         (read_partial_die): Ditto.
4973         (process_enumeration_scope): Update to use type_offset_in_section.
4974         (read_full_die_1): New function.
4975         (read_full_die): Rewrite.
4976         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
4977         DW_FORM_GNU_str_index.
4978         (read_addr_index_1, read_addr_index): New functions.
4979         (read_addr_index_from_leb128): New function.
4980         (struct dwarf2_read_addr_index_data): New type.
4981         (dwarf2_read_addr_index_reader): New function.
4982         (dwarf2_read_addr_index): New function.
4983         (read_str_index): New function.
4984         (leb128_size): New function.
4985         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
4986         If processing a type unit from a DWO file, get the line section
4987         from the DWO file.
4988         (var_decode_location): Watch for DW_OP_GNU_addr_index.
4989         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
4990         DW_FORM_GNU_str_index.
4991         (lookup_die_type): Check whether section offset of type's die is
4992         known before looking it up.  Remove assert.  Condition can
4993         legimately happen for inter-cu type references.
4994         (dwarf_attr_name): Handle Fission attributes.
4995         (dwarf_form_name): Handle Fission forms.
4996         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
4997         DW_FORM_GNU_str_index.
4998         (follow_die_sig): Update to use type_offset_in_section.
4999         (decode_locdesc): New case DW_OP_GNU_addr_index.
5000         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5001         DW_FORM_GNU_str_index.
5002         (cu_debug_loc_section): New function.
5003         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5004         (dwarf2_per_objfile_free): Unmap .debug_addr section.
5005         Free DWO files if present.
5006         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5007
5008         Refactor DIE reading.
5009         * dwarf2read.c (dwarf2_per_objfile): Replace members
5010         debug_info_type_hash and debug_types_type_hash with die_type_hash.
5011         (die_reader_specs): New member "die_section".  Temporarily make
5012         member "buffer" non-const, pending constifying all info_ptr uses.
5013         (die_reader_func_ftype): New typedef.
5014         (dw2_get_file_names_reader): New function.
5015         (dw2_get_file_names): Rewrite.
5016         (read_and_check_type_unit_head): Rename arg type_offset to
5017         type_offset_in_tu.
5018         (create_all_type_units): Improve debugging message.
5019         Improve dummy type unit check.
5020         (init_cu_die_reader): New arg "section".  All callers updated.
5021         (init_and_read_dies_worker): New function.
5022         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5023         (init_cutu_and_read_dies_no_follow): New function.
5024         (init_cutu_and_read_dies_simple): New function.
5025         (process_psymtab_comp_unit_reader): New function.
5026         (process_psymtab_comp_unit): Delete args section,
5027         is_debug_types_section.  Rewrite.  All callers updated.
5028         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5029         All callers updated.  Rewrite.
5030         (load_partial_comp_unit_reader): New function.
5031         (load_partial_comp_unit): Rewrite.
5032         (skip_children): New arg reader.  Delete args buffer, cu.
5033         All callers updated.
5034         (skip_one_die): New arg reader.  Delete args buffer, cu.
5035         All callers updated.
5036         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
5037         All callers updated.
5038         (load_full_comp_unit_reader): New function.
5039         (load_full_comp_unit): Rewrite.
5040         (read_comp_unit): Delete.
5041         (read_die_and_children_1): Delete, contents moved ...
5042         (read_die_and_children): ... here.
5043         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
5044         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
5045         All callers updated.
5046         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
5047         All callers updated.
5048         (find_partial_die): Rewrite load_all_dies support.
5049         (read_attribute_value): New arg reader.  Delete args abfd, cu.
5050         All callers updated.
5051         (read_attribute): New arg reader.  Delete args abfd, cu.
5052         All callers updated.
5053         (load_full_type_unit): Add assert.
5054         (read_signatured_type_reader): New function.
5055         (read_signatured_type): Rewrite.
5056         (free_stack_comp_unit): Remove call to age_cached_comp_units.
5057         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5058         All callers updated.  Set per_cu->cu = NULL after freeing it.
5059         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5060         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5061         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5062         (set_die_type): Update.
5063         (get_die_type_at_offset): Update.
5064         (read_file_scope): Call prepare_one_comp_unit.
5065         (read_type_unit_scope): Ditto.
5066         (prepare_one_comp_unit): Set producer if present.
5067
5068 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5069
5070         * probe.c (compile_rx_or_error): Silence ARI warning about missing
5071          gettext function on `error'.
5072
5073 2012-04-27  Doug Evans  <dje@google.com>
5074
5075         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5076         is empty.
5077
5078 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
5079             Tom Tromey  <tromey@redhat.com>
5080
5081         * breakpoint.c (struct breakpoint_objfile_data)
5082         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5083         <exception_probes>: New fields.
5084         (free_breakpoint_probes): New function.
5085         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5086         `_Unwind_DebugHook'.
5087         (create_exception_master_breakpoint): Likewise.
5088         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5089         * infrun.c: Including necessary header files for handling SystemTap
5090         probes.
5091         (handle_inferior_event): Handling longjmp breakpoint and exceptions
5092         via SystemTap probes.
5093         (check_exception_resume): Remove `func' argument.  Handle exception
5094         unwinding breakpoint set via a SystemTap probe.
5095         (insert_exception_resume_from_probe): New function.
5096
5097 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
5098             Tom Tromey  <tromey@redhat.com>
5099             Jan Kratochvil  <jan.kratochvil@redhat.com>
5100
5101         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5102         (COMMON_OBS): Likewise.
5103         (HFILES_NO_SRCDIR): Add `probe'.
5104         * NEWS: Mention support for static and SystemTap probes.
5105         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5106         SystemTap probes' arguments parser.
5107         * arm-linux-tdep.c: Including headers needed to perform the parsing
5108         of SystemTap probes' arguments.
5109         (arm_stap_is_single_operand): New function.
5110         (arm_stap_parse_special_token): Likewise.
5111         (arm_linux_init_abi): Initializing proper fields used by SystemTap
5112         probes' arguments parser.
5113         * ax-gdb.c (require_rvalue): Removing static declaration.
5114         (gen_expr): Likewise.
5115         * ax-gdb.h (gen_expr): Declaring function.
5116         (require_rvalue): Likewise.
5117         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5118         (bkpt_probe_breakpoint_ops): New variable.
5119         (momentary_breakpoint_from_master): Set the `probe' value.
5120         (add_location_to_breakpoint): Likewise.
5121         (break_command_1): Using proper breakpoint_ops according to the
5122         argument passed by the user in the command line.
5123         (bkpt_probe_insert_location): New function.
5124         (bkpt_probe_remove_location): Likewise.
5125         (bkpt_probe_create_sals_from_address): Likewise.
5126         (bkpt_probe_decode_linespec): Likewise.
5127         (tracepoint_probe_create_sals_from_address): Likewise.
5128         (tracepoint_probe_decode_linespec): Likewise.
5129         (tracepoint_probe_breakpoint_ops): New variable.
5130         (trace_command): Using proper breakpoint_ops according to the
5131         argument passed by the user in the command line.
5132         (initialize_breakpoint_ops): Initializing breakpoint_ops for
5133         static probes on breakpoints and tracepoints.
5134         * breakpoint.h (struct bp_location) <probe>: New field.
5135         * cli-utils.c (skip_spaces_const): New function.
5136         (extract_arg): Likewise.
5137         * cli-utils.h (skip_spaces_const): Likewise.
5138         (extract_arg): Likewise.
5139         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5140         * configure.ac: Append `stap-probe.o' to be generated when ELF
5141         support is present.
5142         * configure: Regenerate.
5143         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5144         * elfread.c: Include `probe.h' and `arch-utils.h'.
5145         (probe_key): New variable.
5146         (elf_get_probes): New function.
5147         (elf_get_probe_argument_count): Likewise.
5148         (elf_evaluate_probe_argument): Likewise.
5149         (elf_compile_to_ax): Likewise.
5150         (elf_symfile_relocate_probe): Likewise.
5151         (stap_probe_key_free): Likewise.
5152         (elf_probe_fns): New variable.
5153         (elf_sym_fns): Add `sym_probe_fns' value.
5154         (elf_sym_fns_lazy_psyms): Likewise.
5155         (elf_sym_fns_gdb_index): Likewise.
5156         (_initialize_elfread): Initialize objfile cache for static
5157         probes.
5158         * gdb_vecs.h (struct probe): New forward declaration.
5159         (probe_p): New VEC declaration.
5160         * gdbarch.c: Regenerate.
5161         * gdbarch.h: Regenerate.
5162         * gdbarch.sh (stap_integer_prefix): New variable.
5163         (stap_integer_suffix): Likewise.
5164         (stap_register_prefix): Likewise.
5165         (stap_register_suffix): Likewise.
5166         (stap_register_indirection_prefix): Likewise.
5167         (stap_register_indirection_suffix): Likewise.
5168         (stap_gdb_register_prefix): Likewise.
5169         (stap_gdb_register_suffix): Likewise.
5170         (stap_is_single_operand): New function.
5171         (stap_parse_special_token): Likewise.
5172         (struct stap_parse_info): Forward declaration.
5173         * i386-tdep.c: Including headers needed to perform the parsing
5174         of SystemTap probes' arguments.
5175         (i386_stap_is_single_operand): New function.
5176         (i386_stap_parse_special_token): Likewise.
5177         (i386_elf_init_abi): Initializing proper fields used by SystemTap
5178         probes' arguments parser.
5179         * i386-tdep.h (i386_stap_is_single_operand): New function.
5180         (i386_stap_parse_special_token): Likewise.
5181         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
5182         * mipsread.c (ecoff_sym_fns): Likewise.
5183         * objfiles.c (objfile_relocate1): Support relocation for static
5184         probes.
5185         * parse.c (prefixify_expression): Remove static declaration.
5186         (initialize_expout): Likewise.
5187         (reallocate_expout): Likewise.
5188         * parser-defs.h (initialize_expout): Declare function.
5189         (reallocate_expout): Likewise.
5190         (prefixify_expression): Likewise.
5191         * ppc-linux-tdep.c: Including headers needed to perform the parsing
5192         of SystemTap probes' arguments.
5193         (ppc_stap_is_single_operand): New function.
5194         (ppc_stap_parse_special_token): Likewise.
5195         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
5196         probes' arguments parser.
5197         * probe.c: New file, for generic statically defined probe support.
5198         * probe.h: Likewise.
5199         * s390-tdep.c: Including headers needed to perform the parsing of
5200         SystemTap probes' arguments.
5201         (s390_stap_is_single_operand): New function.
5202         (s390_gdbarch_init): Initializing proper fields used by SystemTap
5203         probes' arguments parser.
5204         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
5205         * stap-probe.c: New file, for SystemTap probe support.
5206         * stap-probe.h: Likewise.
5207         * symfile.h: Include `gdb_vecs.h'.
5208         (struct sym_probe_fns): New struct.
5209         (struct sym_fns) <sym_probe_fns>: New field.
5210         * symtab.c (init_sal): Initialize `probe' field.
5211         * symtab.h (struct probe): Forward declaration.
5212         (struct symtab_and_line) <probe>: New field.
5213         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
5214         locations.
5215         (stop_tracing): Likewise.
5216         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
5217
5218 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
5219             Tom Tromey  <tromey@redhat.com>
5220
5221         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
5222         and to compile agent expressions.
5223         * infrun.c (siginfo_make_value): New argument `ignore'.
5224         (siginfo_funcs): New struct.
5225         (_initialize_infrun): New argument when calling
5226         `create_internalvar_type_lazy'.
5227         * thread.c (thread_id_make_value): New argument `ignore'.
5228         (thread_funcs): New struct.
5229         (_initialize_thread): New argument when calling
5230         `create_internalvar_type_lazy'.
5231         * tracepoint.c (sdata_make_value): New argument `ignore'.
5232         (sdata_funcs): New struct.
5233         (_initialize_tracepoint): New argument when calling
5234         `create_internalvar_type_lazy'.
5235         * value.c (make_value): New struct.
5236         (create_internalvar_type_lazy): New argument `data'.
5237         (compile_internalvar_to_ax): New function.
5238         (value_of_internalvar): Properly handling `make_value' case.
5239         (clear_internalvar): Likewise.
5240         (show_convenience): Adding `TRY_CATCH' block.
5241         * value.h (internalvar_make_value): Delete, replace by...
5242         (struct internalvar_funcs): ... this.
5243         (create_internalvar_type_lazy) <fun>: Delete argument.
5244         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
5245         (compile_internalvar_to_ax): New function.
5246         * windows-tdep.c (tlb_make_value): New argument `ignore'.
5247         (tlb_funcs): New struct.
5248         (_initialize_windows_tdep): New argument when calling
5249         `create_internalvar_type_lazy'.
5250
5251 2012-04-27  Mark Wielaard  <mjw@redhat.com>
5252
5253         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
5254         see whether it is an address or a constant offset from DW_AT_low_pc.
5255         (dwarf2_record_block_ranges): Likewise.
5256         (read_partial_die): Likewise.
5257
5258 2012-04-26  Mark Wielaard  <mjw@redhat.com>
5259
5260         * MAINTAINERS (Write After Approval): Add myself to the list.
5261
5262 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
5263
5264         * proc-utils.h (proc_prettyprint_signalset): New prototype.
5265         (proc_prettyprint_signal): Likewise.
5266         (proc_prettyprint_faultset): Likewise.
5267         (proc_prettyprint_fault): Likewise.
5268         (proc_prettyprint_actionset): Likewise.
5269         (proc_prettyprint_flags): Move to new proc-flags.c section.
5270         (proc_prettyfprint_flags): New prototype.
5271         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
5272         (proc_syscall, proc_cursig): Likewise.
5273         (proc_set_kill_on_last_close): Likewise.
5274         (proc_unset_kill_on_last_close): Likewise.
5275         (proc_set_watchpoint): Make static.
5276         (proc_delete_dead_threads): Likewise.
5277         (procfs_set_watchpoint): Likewise.
5278         (_initialize_procfs): Add prototype.
5279         * proc-events.c: Include proc-utils.h.
5280         (init_syscall_table): Make static.
5281         * proc-api.c (_initialize_proc_api): Add prototype.
5282         * proc-flags.c: Include proc-utils.h.
5283
5284 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
5285
5286         * configure.ac: Add AC_ARG_PROGRAM.
5287         * configure: Regenerate.
5288
5289 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5290
5291         Fix DW_AT_lower_bound defaults for DWARF-4+.
5292         * dwarf2read.c (read_subrange_type): Remove initialization of low and
5293         high.  New variable low_default_is_valid.  Implement DWARF-4+
5294         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
5295         no default by the DWARF standard.
5296
5297 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
5298             Maciej W. Rozycki  <macro@codesourcery.com>
5299
5300         * infrun.c (handle_inferior_event): Move the check for return
5301         trampolines ahead of the check for function trampolines.
5302         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
5303         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
5304         (mips_str_mips16_ret_stub): Likewise.
5305         (mips_str_call_fp_stub): Likewise.
5306         (mips_str_call_stub): Likewise.
5307         (mips_str_fn_stub): Likewise.
5308         (mips_str_pic): Likewise.
5309         (mips_in_frame_stub): New function.
5310         (mips_unwind_pc): Return the return address rather than the PC
5311         if the PC of an intermediate frame is inside a call thunk.
5312         (mips_is_stub_suffix): New function.
5313         (mips_is_stub_mode): Likewise.
5314         (mips_get_mips16_fn_stub_pc): Likewise.
5315         (mips_skip_mips16_trampoline_code): Update to handle all the
5316         currently generated stub types.  Don't recurse into __fn_stub
5317         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
5318         Use cooked register accesses.
5319         (mips_in_return_stub): Reintroduce function.
5320         (mips_skip_trampoline_code): Traverse trampolines recursively.
5321         (mips_gdbarch_init): Handle MIPS16 return trampolines.
5322
5323 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
5324
5325         GDB 7.4.1 released.
5326
5327 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
5328
5329         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
5330         * features/arm-with-m-vfp-d16.xml: New file. Describes
5331         Cortex-M with VFPv4-sp-d16 FPU register layout.
5332         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
5333         * features/arm-with-m-vfp-d16.c: New. Generated from above.
5334         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
5335         (arm-register_g_packet_guesses): Add vfp-d16 guess.
5336         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
5337
5338 2012-04-25  Doug Evans  <dje@google.com>
5339
5340         * cli/cli-decode.c (print_doc_line): Use stream instead of
5341         current_uiout.
5342
5343 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
5344
5345         * features/arm-with-iwmmxt.c: Regenerate.
5346         * features/arm-with-m-fpa-layout.c: Likewise.
5347         * features/arm-with-m.c: Likewise.
5348         * features/arm-with-neon.c: Likewise.
5349         * features/arm-with-vfpv2.c: Likewise.
5350         * features/arm-with-vfpv3.c: Likewise.
5351         * features/mips-dsp-linux.c: Likewise.
5352         * features/mips-linux.c: Likewise.
5353         * features/mips64-dsp-linux.c: Likewise.
5354         * features/mips64-linux.c: Likewise.
5355         * features/s390-linux32.c: Likewise.
5356         * features/s390-linux32v1.c: Likewise.
5357         * features/s390-linux32v2.c: Likewise.
5358         * features/s390-linux64.c: Likewise.
5359         * features/s390-linux64v1.c: Likewise.
5360         * features/s390-linux64v2.c: Likewise.
5361         * features/s390x-linux64.c: Likewise.
5362         * features/s390x-linux64v1.c: Likewise.
5363         * features/s390x-linux64v2.c: Likewise.
5364         * features/tic6x-c62x-linux.c: Likewise.
5365         * features/tic6x-c62x.c: Likewise.
5366         * features/tic6x-c64x-linux.c: Likewise.
5367         * features/tic6x-c64x.c: Likewise.
5368         * features/tic6x-c64xp-linux.c: Likewise.
5369         * features/tic6x-c64xp.c: Likewise.
5370         * target-descriptions.c: Only generate `field_type' and `type'
5371         variables when needed.
5372
5373 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
5374
5375         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
5376
5377 2012-04-25  Doug Evans  <dje@google.com>
5378
5379         Initial pass at Go language support.
5380         * NEWS: Mention Go.
5381         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
5382         go-valprint.c.
5383         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
5384         (YYFILES): Add go-exp.c.
5385         (YYOBJ): Add go-exp.o.
5386         (local-maintainer-clean): Delete go-exp.c.
5387         * defs.h (enum language): Add language_go.
5388         * dwarf2read.c: #include "go-lang.h".
5389         (fixup_go_packaging): New function.
5390         (process_full_comp_unit): Call it when processing Go CUs.
5391         (dwarf2_physname): Add Go support.
5392         (read_file_scope): Handle missing language spec for GNU Go.
5393         (set_cu_language): Handle DW_LANG_Go.
5394         * go-exp.y: New file.
5395         * go-lang.h: New file.
5396         * go-lang.c: New file.
5397         * go-typeprint.c: New file.
5398         * go-valprint.c: New file.
5399         * symtab.c: #include "go-lang.h".
5400         (symbol_set_language): Handle language_go.
5401         (symbol_find_demangled_name, symbol_set_names): Ditto.
5402         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
5403
5404 2012-04-24  Jim Meyering  <meyering@redhat.com>
5405
5406         avoid a few strncpy-induced buffer overruns
5407         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
5408         fname and psargs before trying to concatenate.
5409         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
5410         "name" before applying strchr.
5411
5412 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
5413
5414         * CONTRIBUTE: Use unified diff instead of context diff when
5415         generating patches.
5416
5417 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
5418
5419         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
5420         code.  Handle JR.HB correctly.
5421
5422 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
5423
5424         * mips-tdep.c
5425         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
5426         with the other MIPS16 helpers.
5427
5428 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
5429
5430         * observer.sh: Conditionally declare `args', thus cleaning up
5431         unused instances of this variable.
5432
5433 2012-04-24  Yao Qi  <yao@codesourcery.com>
5434
5435         Revert this patch to allow breakpoint always-inserted
5436         in record target.
5437         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
5438         * breakpoint.c: Include record.h.
5439         (breakpoints_always_inserted_mode): Return false when the record
5440         target is in use.
5441
5442         * breakpoint.c (iterate_over_bp_locations): New.
5443         * breakpoint.h: Declare.
5444         New typedef walk_bp_location_callback.
5445         * record.c (record_open): Call record_init_record_breakpoints.
5446         (record_sync_record_breakpoints): New.
5447         (record_init_record_breakpoints): New.
5448         * NEWS: Mention supporting breakpoint always-inserted mode in
5449         record target.
5450
5451 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
5452
5453         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
5454         any thread.
5455
5456 2012-04-24  Yao Qi  <yao@codesourcery.com>
5457
5458         * breakpoint.c (ep_is_catchpoint): Renamed to ...
5459         (is_catchpoint): ... it.
5460         (print_one_breakpoint_location): Caller update.
5461         * breakpoint.h: Update declaration.
5462
5463 2012-04-23  David S. Miller  <davem@davemloft.net>
5464
5465         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
5466
5467 2012-04-23  Tom Tromey  <tromey@redhat.com>
5468
5469         * buildsym.c (add_free_pendings): Remove.
5470         * buildsym.h (add_free_pendings): Remove.
5471
5472 2012-04-23  Doug Evans  <dje@google.com>
5473
5474         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
5475         attr.u.unsnd instead of attr.u.addr.
5476         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
5477         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
5478         DW_FORM_ref_udata.
5479         (dump_die_shallow): Update cases DW_FORM_ref_addr,
5480         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
5481         DW_FORM_ref_udata.
5482         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
5483
5484 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
5485
5486         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
5487         (mips_o32_return_value): Likewise.
5488         (mips_o64_return_value): Likewise.
5489
5490 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
5491
5492         * ada-lang.c (ada_evaluate_subexp): Add cases for
5493         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
5494         their treatment in eval.c.
5495
5496 2012-04-21  David S. Miller  <davem@davemloft.net>
5497
5498         * sparc-tdep.c (X_DISP10): Define.
5499         (sparc_analyze_control_transfer): Handle compare-and-branch.
5500
5501 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
5502
5503         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
5504         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
5505
5506 2012-04-20  Nigel Stephens  <nigel@mips.com>
5507             Maciej W. Rozycki  <macro@codesourcery.com>
5508
5509         * mips-tdep.c (mips_float_register_p): New function.
5510         (mips_convert_register_float_case_p): Use mips_float_register_p.
5511         (mips_register_type): Likewise.
5512         (mips_print_register): Likewise.
5513         (print_gp_register_row): Likewise.
5514         (mips_print_registers_info): Likewise.
5515
5516 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
5517
5518         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
5519         of mips16 symbols.
5520
5521 2012-04-20  Andrew Pinski  <apinski@cavium.com>
5522
5523         * MAINTAINERS (Write After Approval): Add myself to the list.
5524
5525 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
5526
5527         * MAINTAINERS: Update my e-mail address.
5528
5529 2012-04-20  Pedro Alves  <palves@redhat.com>
5530
5531         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
5532         $srcdir.
5533         * configure: Regenerate.
5534
5535 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
5536
5537         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
5538         declaration.
5539         * gdb_vecs.h: Declare `const_char_ptr' VEC.
5540
5541 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5542
5543         Fix compilation compatibility with python-2.4
5544         * python/py-type.c (convert_field): Cast ADDRSTRING for
5545         PyObject_SetAttrString as non-const.  New comment.
5546
5547 2012-04-19  Tom Tromey  <tromey@redhat.com>
5548
5549         * top.c (quit_target): Use all_cleanups.
5550         * main.c (captured_command_loop): Use all_cleanups.
5551         * exceptions.c (throw_exception): Use all_cleanups.
5552
5553 2012-04-19  Pedro Alves  <palves@redhat.com>
5554
5555         * Makefile.in (GNULIB_BUILDDIR): New.
5556         (LIBGNU, INCGNU, GNULIB_H): Adjust.
5557         (SUBDIRS): Add $(GNULIB_BUILDDIR).
5558         (CLEANDIRS). Remove gnulib/import.
5559         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
5560         (all-lib): Ditto.
5561         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
5562         (gnulib/import/Makefile): Replace gnulib/import with
5563         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
5564         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
5565         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
5566         acx_configure_dir.m4.
5567         * acinclude.m4: Include acx_configure_dir.m4.
5568         * acx_configure_dir.m4: New file.
5569         * aclocal.m4: Regenerate.
5570         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
5571         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
5572         (GNULIB): New variable.
5573         (GNULIB_STDINT_H): Adjust.
5574         (AC_OUTPUT): Don't output gnulib/Makefile.
5575         * gdb/defs.h: Include build-gnulib/config.h.
5576         * aclocal.m4: Regenerate.
5577         * config.in: Regenerate.
5578         * configure: Regenerate.
5579
5580         * gnulib/Makefile.in: New file.
5581         * gnulib/configure.ac: New file.
5582         * gnulib/aclocal.m4: New file.
5583         * gnulib/config.in: New file.
5584         * gnulib/configure: New file.
5585         * gnulib/: Re-run gnulib-tool to adjust.
5586
5587 2012-04-19  Doug Evans  <dje@google.com>
5588
5589         * cleanups.h (struct cleanup): Move to cleanups.c.
5590         (make_cleanup_dtor_ftype): New typedef.
5591         (make_cleanup_dtor): Use it.
5592         (ALL_CLEANUPS): Replace with ...
5593         (all_cleanups): ... this.  Declare.  All uses updated.
5594         * cleanups.c: #include "gdb_assert.h".
5595         (sentinel_cleanup): New static global.
5596         (SENTINEL_CLEANUP): Define.
5597         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
5598         (make_my_cleanup2): Assert result is non-NULL.
5599         (all_cleanups): New function.
5600         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
5601         of NULL.
5602
5603 2012-04-19  Pedro Alves  <palves@redhat.com>
5604
5605         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
5606         Adjust paths to gnulib imported files.
5607
5608 2012-04-19  Pedro Alves  <palves@redhat.com>
5609
5610         * gnulib/: Move whole directory ...
5611         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
5612         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
5613         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
5614         (aclocal_m4_deps): Adjust.
5615         * aclocal.m4: Regenerate.
5616         * configure: Regenerate.
5617         * configure.ac: Adjust AC_OUTPUT output.
5618
5619 2012-04-19  Yao Qi  <yao@codesourcery.com>
5620
5621         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
5622         (vec.o): New rule.
5623         * vec.c: Move it ...
5624         * common/vec.c: ... here.
5625         * vec.h: Move it ...
5626         * common/vec.h: ... here.
5627
5628 2012-04-19  Yao Qi  <yao@codesourcery.com>
5629
5630         * gdb-code-style.el: New.
5631
5632 2012-04-18  Pedro Alves  <palves@redhat.com>
5633
5634         Update gnulib from latest git.
5635         (639ea5ae15e39fe48d43e04864b2997301e4b969)
5636
5637         * gnulib/Makefile.am: Update.
5638         * gnulib/dummy.c: Update.
5639         * gnulib/extra/arg-nonnull.h: Update.
5640         * gnulib/extra/c++defs.h: Update.
5641         * gnulib/extra/update-copyright: Update.
5642         * gnulib/extra/warn-on-use.h: Update.
5643         * gnulib/inttypes.in.h: Update.
5644         * gnulib/m4/00gnulib.m4: Update.
5645         * gnulib/m4/extensions.m4: Update.
5646         * gnulib/m4/gnulib-cache.m4: Update.
5647         * gnulib/m4/gnulib-common.m4: Update.
5648         * gnulib/m4/gnulib-comp.m4: Update.
5649         * gnulib/m4/gnulib-tool.m4: Update.
5650         * gnulib/m4/include_next.m4: Update.
5651         * gnulib/m4/inttypes-pri.m4: Update.
5652         * gnulib/m4/inttypes.m4: Update.
5653         * gnulib/m4/longlong.m4: Update.
5654         * gnulib/m4/memchr.m4: Update.
5655         * gnulib/m4/memmem.m4: Update.
5656         * gnulib/m4/mmap-anon.m4: Update.
5657         * gnulib/m4/multiarch.m4: Update.
5658         * gnulib/m4/onceonly.m4: Update.
5659         * gnulib/m4/stddef_h.m4: Update.
5660         * gnulib/m4/stdint.m4: Update.
5661         * gnulib/m4/string_h.m4: Update.
5662         * gnulib/m4/warn-on-use.m4: Update.
5663         * gnulib/m4/wchar_h.m4: Update.
5664         * gnulib/m4/wchar_t.m4: Update.
5665         * gnulib/m4/wint_t.m4: Update.
5666         * gnulib/memchr.c: Update.
5667         * gnulib/memmem.c: Update.
5668         * gnulib/stddef.in.h: Update.
5669         * gnulib/stdint.in.h: Update.
5670         * gnulib/str-two-way.h: Update.
5671         * gnulib/string.in.h: Update.
5672         * gnulib/wchar.in.h: Update.
5673
5674         * gnulib/extra/arg-nonnull.h: Delete.
5675         * gnulib/extra/c++defs.h: Delete.
5676         * gnulib/extra/warn-on-use.h: Delete.
5677         * gnulib/m4/wchar_h.m4: Delete.
5678         * gnulib/m4/wint_t.m4: Delete.
5679         * gnulib/wchar.in.h: Delete.
5680
5681         * gnulib/extra/snippets/arg-nonnull.h: New.
5682         * gnulib/extra/snippets/c++defs.h: New.
5683         * gnulib/extra/snippets/warn-on-use.h: New.
5684
5685         * aclocal.m4: Regenerate.
5686         * config.in: Regenerate.
5687         * configure: Regenerate.
5688         * gnulib/Makefile.in: Regenerate.
5689
5690 2012-04-18  Pedro Alves  <palves@redhat.com>
5691
5692         Reimport the update-copyright module from gnulib
5693         (250b80067c1e1d8faa0c42fb572f721975b929c5).
5694
5695         * configure: Regenerate.
5696         * gnulib/Makefile.am: Update.
5697         * gnulib/Makefile.in: Regenerate.
5698         * gnulib/extra/update-copyright: Update.
5699         * gnulib/m4/gnulib-cache.m4: Update.
5700         * gnulib/m4/gnulib-comp.m4: Update.
5701
5702 2012-04-18  Tristan Gingold  <gingold@adacore.com>
5703
5704         * configure.ac (aix): Put -lpthread into libs.
5705         * configure: Regenerate.
5706
5707 2012-04-18  Tom Tromey  <tromey@redhat.com>
5708
5709         * linespec.c (convert_linespec_to_sals): Don't use
5710         SYMBOL_OBJ_SECTION.
5711         (compare_msymbols): Arguments are minsym_and_objfile, not
5712         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
5713
5714 2012-04-18  Pedro Alves  <palves@redhat.com>
5715
5716         Revert gnulib/ part of:
5717         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
5718         Copyright year update in most files (performed by copyright.sh).
5719
5720 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5721
5722         Fix 64-bit constants on 32-bit hosts.
5723         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
5724         from unsigned long to ULONGEST.
5725         (read_signed_leb128): Change declaration return type from long to
5726         LONGEST.
5727         (dwarf2_const_value_attr): Change declaration parameter value from long
5728         to LONGEST.
5729         (dwarf2_compute_name): Change variable value from long to LONGEST.
5730         (read_unsigned_leb128): Change return type, variable result and some
5731         casts from unsigned long to ULONGEST.
5732         (read_signed_leb128): Change return type, variable result and some
5733         casts from long to LONGEST.
5734         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
5735         value from long to LONGEST.
5736         (dwarf2_const_value): Change variable value from long to LONGEST.
5737         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
5738         plongest and hex_string.
5739         * symtab.h (struct general_symbol_info): Change ivalue from long to
5740         LONGEST, remove the comment.
5741         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
5742         Change SYMBOL_VALUE format strings to use plongest and hex_string.
5743
5744 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
5745
5746         PR symtab/7259:
5747         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
5748         * ada-lang.c (ada_discrete_type_high_bound)
5749         (ada_discrete_type_low_bound): Fix function comment.  Use
5750         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5751         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
5752         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5753         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
5754         Use TYPE_FIELD_ENUMVAL.
5755         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
5756         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5757         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
5758         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
5759         TYPE_CODE_ENUM.
5760         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
5761         * dwarf2read.c (process_enumeration_scope): Likewise.
5762         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
5763         field.bitpos.
5764         (class StructMainTypePrettyPrinter): Support also
5765         FIELD_LOC_KIND_ENUMVAL.
5766         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
5767         TYPE_CODE_ENUM.
5768         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5769         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
5770         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
5771         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
5772         field enumval.
5773         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
5774         accommodate enumval.
5775         (struct call_site): Adjust loc_kind to accommodate enumval.
5776         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
5777         (TYPE_FIELD_ENUMVAL): New macros.
5778         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
5779         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
5780         TYPE_CODE_ENUM.
5781         * p-typeprint.c (pascal_type_print_base): Likewise.
5782         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
5783         enumval.
5784         * python/lib/gdb/types.py (make_enum_dict): Likewise.
5785         * python/py-type.c (convert_field): New variable addrstring.  Use
5786         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5787         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
5788         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
5789         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
5790         TYPE_CODE_ENUM.
5791         * valprint.c (generic_val_print): Likewise.
5792
5793 2012-04-17  Doug Evans  <dje@google.com>
5794
5795         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
5796
5797         * dwarf2read.c: Whitespace fixes.
5798         (lookup_signatured_type): Tweak comment.
5799         (get_die_type_at_offset): Fix comment.
5800
5801 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
5802
5803         * xcoffread.c (xcoff_secnum_to_sections): New function.
5804         (secnum_to_section, secnum_to_bfd_section): Reimplement
5805         using xcoff_secnum_to_sections.  Rename "secnum" parameter
5806         into "n_scnum".
5807         (RECORD_MINIMAL_SYMBOL): Delete.
5808         (record_minimal_symbol): New function.
5809         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
5810         by call to record_minimal_symbol and set misc_func_recorded
5811         to 1.  Set last_csect_sec to the XCOFF section index instead
5812         of GDB's section_offset index.  Update calls to
5813         prim_record_minimal_symbol_and_info to pass the BFD section
5814         as well.
5815
5816 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
5817
5818         * xcoffread.c (read_xcoff_symtab): Delete variables
5819         last_csect_val and last_csect_sec and associated code.
5820
5821 2012-04-17  Doug Evans  <dje@google.com>
5822
5823         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
5824         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
5825         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
5826         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
5827
5828         * cleanups.h: New file.
5829         * cleanups.c: New file.
5830         * Makefile.in (SFILES): Add cleanups.c.
5831         (HFILES_NO_SRCDIR): Add cleanups.h.
5832         (COMMON_OBS): Add cleanups.o.
5833         * defs.h (struct cleanup): Moved to cleanups.h.
5834         (do_cleanups,do_final_cleanups): Ditto.
5835         (discard_cleanups,discard_final_cleanups): Ditto
5836         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
5837         (save_cleanups,save_final_cleanups): Ditto.
5838         (restore_cleanups,restore_final_cleanups): Ditto.
5839         (null_cleanup): Ditto.
5840         (make_my_cleanup,make_my_cleanup2): Ditto.
5841         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
5842         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
5843         (do_cleanups,do_final_cleanups): Ditto.
5844         (discard_cleanups,discard_final_cleanups): Ditto
5845         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
5846         (save_cleanups,save_final_cleanups): Ditto.
5847         (restore_cleanups,restore_final_cleanups): Ditto.
5848         (null_cleanup): Ditto.
5849         (make_my_cleanup,make_my_cleanup2): Ditto.
5850         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
5851
5852         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
5853         make_my_cleanup.
5854         (make_cleanup_dyn_string_delete): Ditto.
5855         (make_cleanup_ui_file_delete): Ditto.
5856         (make_cleanup_ui_out_redirect_pop): Ditto.
5857         (make_cleanup_free_section_addr_info): Ditto.
5858         (make_cleanup_restore_integer): Ditto.
5859         (make_cleanup_unpush_target): Ditto.
5860         (make_cleanup_value_free_to_mark): Ditto.
5861         (make_cleanup_value_free): Ditto.
5862         (make_cleanup_free_so): Ditto.
5863
5864 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5865
5866         New option "set debug auto-load".
5867         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
5868         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
5869         (auto_load_safe_path_vec_update)
5870         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
5871         if DEBUG_AUTO_LOAD.
5872         (file_is_auto_load_safe): New parameters debug_fmt and ....
5873         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
5874         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
5875         caller by explanatory string.
5876         (_initialize_auto_load): Register "set debug auto-load".
5877         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
5878         and ....
5879         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
5880         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
5881         by explanatory string.
5882         * main.c (captured_main): Likewise.
5883         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
5884         (source_section_scripts): Likewise.
5885
5886 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5887
5888         New option "set auto-load safe-path".
5889         * NEWS: New commands "set auto-load safe-path"
5890         and "show auto-load safe-path".
5891         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
5892         (auto_load_safe_path, auto_load_safe_path_vec)
5893         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
5894         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
5895         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
5896         (source_gdb_script_for_objfile): New variable is_safe.  Call
5897         file_is_auto_load_safe.  Return if it is not.
5898         (struct loaded_script): New field loaded.
5899         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
5900         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
5901         output "Missing" to "No".
5902         (_initialize_auto_load): New variable cmd.  Initialize
5903         auto_load_safe_path.  Register "set auto-load safe-path",
5904         "show auto-load safe-path" and "add-auto-load-safe-path".
5905         * auto-load.h (maybe_add_script): Add parameter loaded.
5906         (file_is_auto_load_safe): New declaration.
5907         * config.in: Regenerate.
5908         * configure: Regenerate.
5909         * configure.ac: New parameters --with-auto-load-safe-path
5910         and --without-auto-load-safe-path.
5911         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
5912         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
5913         * main.c (captured_main): Check file_is_auto_load_safe for
5914         LOCAL_GDBINIT.
5915         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
5916         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
5917         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
5918         not.
5919
5920 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5921
5922         auto-load: Implementation.
5923         * NEWS: New descriptions for "info auto-load",
5924         "info auto-load gdb-scripts", "info auto-load python-scripts",
5925         "info auto-load local-gdbinit" and "info auto-load libthread-db".
5926         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
5927         and "show auto-load-scripts".  New description for "set auto-load",
5928         "show auto-load", "set auto-load gdb-scripts",
5929         "show auto-load gdb-scripts", "set auto-load python-scripts",
5930         "show auto-load python-scripts", "set auto-load local-gdbinit",
5931         "show auto-load local-gdbinit", "set auto-load libthread-db" and
5932         "show auto-load libthread-db".
5933         * auto-load.c: Remove include python/python-internal.h.  Add includes
5934         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
5935         cli/cli-setshow.h.
5936         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
5937         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
5938         (gdbpy_global_auto_load): Rename to ...
5939         (global_auto_load): ... here.
5940         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
5941         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
5942         (script_language_gdb, source_gdb_script_for_objfile): New.
5943         (struct loaded_script): New field language.
5944         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
5945         LANGUAGE.
5946         (maybe_add_script): Add parameter language.  Drop redundant
5947         entry.full_path initialization.  Initialize entry.language and
5948         (*slot)->language.
5949         (auto_load_objfile_script): Change parameter suffix to language.
5950         Remove the call of maybe_add_script.
5951         Call language->source_script_for_objfile.
5952         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
5953         New.
5954         (collect_matching_scripts): Adjust it for
5955         struct collect_matching_scripts_data.
5956         (auto_load_info_scripts_pattern_nl): New variable.
5957         (info_auto_load_scripts): Rename to ...
5958         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
5959         for struct collect_matching_scripts_data.
5960         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
5961         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
5962         (auto_load_show_cmdlist_get, info_auto_load_cmd)
5963         (auto_load_info_cmdlist_get): New.
5964         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
5965         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
5966         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
5967         "info auto-load local-gdbinit".
5968         * auto-load.h (struct script_language): New.
5969         (gdbpy_global_auto_load): Rename to ...
5970         (global_auto_load): ... here.
5971         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
5972         (auto_load_local_gdbinit_loaded): New declarations.
5973         (maybe_add_script): New parameter language.
5974         (auto_load_objfile_script): Change parameter suffix to language.
5975         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
5976         (auto_load_info_scripts, auto_load_set_cmdlist_get)
5977         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
5978         declarations.
5979         * linux-thread-db.c: Include auto-load.h and ctype.h.
5980         (auto_load_thread_db, show_auto_load_thread_db): New.
5981         (struct thread_db_info): New field filename.
5982         (delete_thread_db_info): Call xfree for FILENAME.
5983         (try_thread_db_load): Initialize FILENAME.
5984         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
5985         if !AUTO_LOAD_THREAD_DB.
5986         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
5987         (_initialize_thread_db): Install auto_load_thread_db
5988         as "set auto-load libthread-db" and install info_auto_load_libthread_db
5989         as "info auto-load libthread-db".
5990         * main.c (captured_main): Rename gdbpy_global_auto_load to
5991         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
5992         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
5993         (print_gdb_help): Extend the help for 'local init file'.
5994         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
5995         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
5996         (auto_load_scripts): Rename to ...
5997         (auto_load_python_scripts): ... here, update the comment.
5998         (gdbpy_load_auto_script_for_objfile): New declaration.
5999         (show_auto_load_python_scripts, script_language_python)
6000         (gdbpy_load_auto_script_for_objfile): New.
6001         (source_section_scripts): Refactor the code.
6002         (load_auto_scripts_for_objfile): Rename to ...
6003         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6004         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6005         (info_auto_load_python_scripts): New.
6006         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6007         Rename "set auto-load-scripts" to "set auto-load python-scripts".
6008         Register "set auto-load-scripts" as its deprecated alias.  Register
6009         "info auto-load python-scripts".  Register "info auto-load-scripts" as
6010         its deprecated alias.
6011         (load_auto_scripts_for_objfile): Rename to ...
6012         (gdbpy_load_auto_scripts_for_objfile): ... here.
6013         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6014         (gdbpy_load_auto_scripts_for_objfile): ... here.
6015
6016 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6017
6018         auto-load: Move files.
6019         * Makefile.in (SFILES): Add auto-load.c.
6020         (HFILES_NO_SRCDIR): Add auto-load.h.
6021         (COMMON_OBS): Add auto-load.o.
6022         (distclean): Change .gdbinit for gdb-gdb.gdb.
6023         * auto-load.c: New file, with parts from python/py-auto-load.c.
6024         * auto-load.h: New file, with parts from python/python.h.
6025         * configure: Regenerate.
6026         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6027         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6028         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6029         * main.c: Include auto-load.h.
6030         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6031         command.h, observer.h and progspace.h to auto-load.c.  Add include
6032         auto-load.h.
6033         (gdbpy_global_auto_load, struct auto_load_pspace_info)
6034         (struct loaded_script, auto_load_pspace_data)
6035         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6036         (hash_loaded_script_entry, eq_loaded_script_entry)
6037         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6038         (maybe_add_script): Move to auto-load.c.
6039         (source_section_scripts): Change maybe_add_script parameters passing,
6040         use script_not_found_warning_print.
6041         (clear_section_scripts, auto_load_objfile_script)
6042         (auto_load_new_objfile, loaded_script_ptr)
6043         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6044         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6045         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6046         auto_load_new_objfile and info_auto_load_scripts initizations to
6047         auto-load.c.
6048         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6049
6050 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6051
6052         Code cleanup.
6053         * charset.c (find_charset_names): Remove variables ix and elt.
6054         Use free_char_ptr_vec.
6055         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6056         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
6057         debugdir_end.  New variable debugdir_len.
6058         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6059         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6060         declarations.
6061         * progspace.c (clear_program_space_solib_cache): Remove variables ix
6062         and elt.  Use free_char_ptr_vec.
6063         * source.c (add_path): Remove variables argv, arg and argv_index.
6064         New variables dir_vec, back_to, ix and name.
6065         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
6066         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
6067         no longer expecting DIRNAME_SEPARATOR.
6068         (openp): Remove variable p, p1 and len.  New variables dir_vec,
6069         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
6070         no longer expecting DIRNAME_SEPARATOR.
6071         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6072         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
6073         debugdir_end.
6074         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6075         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6076         (dirnames_to_char_ptr_vec): New functions.
6077
6078 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6079
6080         Code cleanup.
6081         * source.c (add_path): Remove always true conditional 'p == 0' and
6082         unindent its code block.
6083
6084 2012-04-17  Pedro Alves  <palves@redhat.com>
6085
6086         * gdbtypes.h (FIELD_BITPOS): Rename to ...
6087         (FIELD_BITPOS_LVAL): ... this.
6088         (FIELD_BITPOS): New.
6089         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6090         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6091         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6092         SET_FIELD_BITPOS.
6093         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6094         SET_FIELD_BITPOS.
6095         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6096         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6097         * target-descriptions.c (tdesc_gdb_type): Adjust to use
6098         SET_FIELD_BITPOS.
6099
6100 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6101
6102         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6103         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6104         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6105         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6106         * jv-lang.c (java_link_class_type): Likewise, once.
6107         * stabsread.c (read_enum_type): Likewise.
6108
6109 2012-04-16  Yao Qi  <yao@codesourcery.com>
6110
6111         * common/agent.c (agent_run_command): Add one more parameter `len'.
6112         Update callers.
6113         * common/agent.h: Update declaration.
6114         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6115         Update.
6116         (linux_child_static_tracepoint_markers_by_strid): Ditto.
6117
6118 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
6119
6120         PR mi/13393
6121         * value.c (value_actual_type): New function.
6122         * value.h (value_actual_type): New declaration.
6123         * varobj.c (update_type_if_necessary): New function.
6124         (varobj_create): Call value_actual_type instead of
6125         value_type.
6126         (install_dynamic_child): distinct changed and type changed MI variable
6127         objects.
6128         (update_dynamic_varobj_children): Updated for install_dynamic_child
6129         change.  All callers updated.
6130         (varobj_update): Support for MI variable object type change if
6131         the value changed and RTTI is used to determine the type.
6132         (create_child_with_value): Call value_actual_type instead of
6133         value_type.
6134         (adjust_value_for_child_access): Extended with a new parameter which
6135         specify whether the given value should be casted to enclosing type.
6136         All callers updated.
6137
6138 2012-04-14  Yao Qi  <yao@codesourcery.com>
6139
6140         Import gnulib module inttypes from git
6141         (250b80067c1e1d8faa0c42fb572f721975b929c5)
6142         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
6143         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6144         gnulib/m4/inttypes-pri.m4
6145         * aclocal.m4, config.in, configure: Regenerated.
6146         * gnulib/Makefile.am: Update.
6147         * gnulib/Makefile.in: Update.
6148         * gnulib/m4/gnulib-cache.m4: Update.
6149         * gnulib/m4/gnulib-comp.m4: Update.
6150         * gnulib/inttypes.in.h: New.
6151         * gnulib/m4/inttypes-pri.m4: New.
6152         * gnulib/m4/inttypes.m4: New.
6153
6154 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
6155
6156         * infrun.c (resume): Update PC address to the real PC after
6157         preparing to do displaced stepping.
6158
6159 2012-04-12  Doug Evans  <dje@google.com>
6160
6161         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6162         All callers updated.
6163
6164 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
6165
6166         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6167
6168 2012-04-12  Doug Evans  <dje@google.com>
6169
6170         * dwarf2read.c (create_all_type_units): Renamed from
6171         create_debug_types_hash_table.  All callers updated.
6172
6173         * dwarf2read.c (create_signatured_type_table_from_index): Rename
6174         local type_sig to sig_type, type_offset to type_offset_in_tu.
6175         (hash_signatured_type): Renamed from hash_type_signature,
6176         all callers updated.
6177         (eq_signatured_type): Renamed from eq_type_signature,
6178         all callers updated.
6179         (create_debug_types_hash_table): Rename local type_sig to sig_type.
6180         (process_enumeration_scope): Ditto.
6181         (lookup_signatured_type_at_offset): Ditto.
6182         (load_full_type_unit, read_signatured_type): Ditto.
6183
6184 2012-04-12  Yao Qi  <yao@codesourcery.com>
6185
6186         * remote.c (async_remote_interrupt): Correct function name in
6187         debug message.
6188         (async_remote_interrupt_twice): Ditto.
6189
6190 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
6191
6192         * source.c (find_and_open_source): Consistently pass resulting
6193         full path through xfullpath.
6194
6195 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6196
6197         Provide more specific displaced-stepping memory error message.
6198         * infrun.c (displaced_step_prepare): New variable status.  Call
6199         target_read_memory instead of read_memory, provide more specific
6200         error message.
6201
6202 2012-04-11  Tristan Gingold  <gingold@adacore.com>
6203
6204         PR gdb/13901
6205         * darwin-nat.c (darwin_execvp): Revert previous patch.
6206
6207 2012-04-11  Tristan Gingold  <gingold@adacore.com>
6208
6209         PR gdb/13901
6210         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
6211         in case of change.
6212
6213 2012-04-11  Tristan Gingold  <gingold@adacore.com>
6214
6215         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6216         warning.
6217
6218 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
6219
6220         New command 'explore' which helps explore values and types in
6221         scope.
6222         * NEWS: Add an entry about the new 'explore' command.
6223         * data-directory/Makefile.in: Add gdb/command/explore.py
6224         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
6225         command using the GDB Python API.
6226
6227 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
6228
6229         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
6230         extension in jump target calculation.
6231
6232 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
6233
6234         * mips-tdep.c (mips32_next_pc): Handle JALX.
6235
6236 2012-04-10  Yao Qi  <yao@codesourcery.com>
6237
6238         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
6239
6240 2012-04-10  Yao Qi  <yao@codesourcery.com>
6241
6242         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
6243         and gnulib/m4/gnulib-tool.m4.
6244
6245 2012-04-10  Doug Evans  <dje@google.com>
6246
6247         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
6248         (load_partial_dies): Clarify comment.
6249         (find_partial_die): Support rereading type units.
6250         Clarify CU handling, if we know offset is in CU, don't search for the
6251         containing CU.  Add comment regarding memory waste.
6252
6253 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
6254
6255         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
6256         i386/x32-avx and i386/x32-avx-linux.
6257         (i386/x32-expedite): New.
6258         (i386/x32-linux-expedite): Likewise.
6259         (i386/x32-avx-expedite): Likewise.
6260         (i386/x32-avx-linux-expedite): Likewise.
6261         ($(outdir)/i386/x32.dat): Likewise.
6262         ($(outdir)/i386/x32-linux.dat): Likewise.
6263         ($(outdir)/i386/x32-avx.dat): Likewise.
6264         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
6265
6266         * features/i386/x32-avx-linux.xml: New file.
6267         * features/i386/x32-avx.xml: Likewise.
6268         * features/i386/x32-core.xml: Likewise.
6269         * features/i386/x32-linux.xml: Likewise.
6270         * features/i386/x32.xml: Likewise.
6271
6272         * features/i386/x32-avx-linux.c: New.  Generated.
6273         * features/i386/x32-avx.c: Likewise.
6274         * features/i386/x32-linux.c: Likewise.
6275         * features/i386/x32.c: Likewise.
6276         * regformats/i386/x32-avx-linux.dat: Likewise.
6277         * regformats/i386/x32-avx.dat: Likewise.
6278         * regformats/i386/x32-linux.dat: Likewise.
6279         * regformats/i386/x32.dat: Likewise.
6280
6281 2012-04-10  Tristan Gingold  <gingold@adacore.com>
6282
6283         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
6284         code to kill the inferior.
6285
6286 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
6287
6288         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6289         defines.
6290         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6291         defines.
6292         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
6293         (yyvsp): New defines.
6294         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6295         defines.
6296         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6297         defines.
6298         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6299         defines.
6300         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6301         defines.
6302         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6303         defines.
6304
6305 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
6306
6307         * sparc64-tdep.c (sparc64_store_arguments)
6308         (sparc64_store_arguments): Fix coding style.
6309
6310 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
6311
6312         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
6313         complex floats, adjust some related comments and tighten a related
6314         assertion.
6315         (sparc64_extract_return_value): Handle complex floats.
6316
6317 2012-04-07  Doug Evans  <dje@google.com>
6318
6319         * dwarf2read.c (load_partial_dies): Change condition to assert.
6320
6321 2012-04-06  Doug Evans  <dje@google.com>
6322
6323         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
6324         "mov %rsp,%rbp".
6325
6326 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
6327
6328         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
6329         fencepost error.
6330         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
6331         (v850_gdbarch_init): Set `num_regs' as appropriate for the
6332         architecture.
6333
6334 2012-04-05  Keith Seitz  <keiths@redhat.com>
6335
6336         * linespec.c (decode_compound): Remove.
6337         (enum offset_relative_sign): New enum.
6338         (struct line_offset): New struct.
6339         (struct linespec): New struct.
6340         (struct linespec_state): Move file_symtabs,
6341         user_filename, and user_function into struct linespec.
6342         Make result an anonymous struct holding vectors of
6343         symbolp and minsym_and_objfile_d.
6344         Add language member.
6345         (enum ls_token_type): New enum.
6346         (linespec_keywords): New array.
6347         (struct ls_token): New struct.
6348         (struct ls_parser): New struct.
6349         (linespec_lexer_lex_number): New function.
6350         (linespec_lexer_lex_keyword): New function.
6351         (is_ada_operator): New function.
6352         (skip_quote_char): New function.
6353         (copy_token_string): New function.
6354         (is_closing_quote_enclosed): New function.
6355         (find_parameter_list_end): New function.
6356         (linespec_lexer_lex_string): New function.
6357         (linespec_lexer_lex_one): New function.
6358         (linespec_lexer_consume_token): New function.
6359         (linespec_lexer_peek_token): New function.
6360         (cplusplus_error): Remove unused function.
6361         (find_methods): Update comment.
6362         (find_toplevel_char): Return const.
6363         (is_objc_method_format): Remove unused function.
6364         (find_toplevel_string): New function.
6365         (is_linespec_boundary): Remove.
6366         (symbol_not_found_error): New function.
6367         (find_method_overload_end): Remove function.
6368         (unexpected_linespec_error): New function.
6369         (keep_name_info): Remove.
6370         (linespec_parse_line_offset): New function.
6371         (linespec_parse_basic): New function.
6372         (canonicalize_linespec): New function.
6373         (decode_line_internal): Remove.
6374         (create_sals_line_offset): New function adapted from
6375         decode_all_digits.
6376         (convert_linespec_to_sals): New function.
6377         (parse_linespec): New function.
6378         (linespec_parser_new): New function.
6379         (linespec_state_destructor): Change parameter type to
6380         struct linespec_state *.
6381         Add language parameter.
6382         Remove freeing of moved members.
6383         (linespec_parser_delete): New function.
6384         (decode_line_full): Use parse_linespec and linespec_parser_new.
6385         (decode_line_1): Likewise.
6386         (decode_indirect): Rename to ...
6387         (linespec_expression_to_pc): ... this and rewrite
6388         to simply find CORE_ADDR, storing this result for later
6389         conversion to SALs.
6390         (locate_first_half): Remove.
6391         (deocde_objc): Add parameter LS.
6392         Initialize new struct collect_info members.
6393         Handle minimal symbols, too.
6394         (decode_compound): Delete.
6395         (lookup_prefix_sym): Rewrite.
6396         (compare_msymbols): New function.
6397         (find_method): Rewrite.
6398         Do not call cplusplus_error.
6399         (symtabs_from_filename): Rewrite.
6400         (collect_function_symbols): Delete.
6401         (find_function_symbols): Rewrite without ARGPTR-style
6402         processing.
6403         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
6404         (decode_dollar): Adapted and renamed to ...
6405         (linespec_parse_variable): ... this.
6406         (find_linespec_symbols): New function.
6407         (decode_label): Adapted and renamed to ...
6408         (find_label_symbols): ... this.
6409         (decode_digits_list_mode): Add and use LS argument.
6410         (decode_digits_ordinary): Likewise.
6411         (collect_symbols): Do not collect SALs, just symbols and msymbols.
6412         If in list mode, allow any symbol class.  Otherwise, only
6413         permit LOC_BLOCK symbols.
6414         (minsym_found): Update comments.
6415         (search_minsyms_for_name): Do not convert the matching symbol
6416         into a SAL.  Simply push the symbol and objfile into the
6417         result vector.
6418         (decode_variable): Delete. Contents adapted into
6419         find_linespec_symbols.
6420
6421         * cp-support.c (SKIP_SPACE): Remove.
6422         (operator_tokens): Remove unused global.
6423         (cp_validate_operator): Remove.
6424         * cp-support.h (cp_validate_operator): Remove declaration.
6425
6426 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6427
6428         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
6429         for TYPE_VPTR_FIELDNO.
6430         * valprint.c (valprint_check_validity): Make it global, move the
6431         function comment ...
6432         * value.h (valprint_check_validity): ... to this new declaration.
6433
6434 2012-04-02  Tristan Gingold  <gingold@adacore.com>
6435
6436         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
6437         the STATE32 api for i386 state.
6438         (i386_darwin_store_inferior_registers): Likewise.
6439
6440 2012-04-02  Tristan Gingold  <gingold@adacore.com>
6441
6442         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
6443         SS offset.
6444         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6445         format_string.
6446
6447 2012-04-02  Tristan Gingold  <gingold@adacore.com>
6448
6449         PR gdb/13901
6450         * darwin-nat.c (darwin_execvp): Set binary preference.
6451
6452 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6453
6454         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
6455
6456 2012-03-30  Tom Tromey  <tromey@redhat.com>
6457
6458         * python/python.c (gdbpy_decode_line): Move cleanup creation out
6459         of TRY_CATCH.  Fix error handling.
6460         * python/py-value.c (convert_value_from_python): Move 'old'
6461         declaration to innermost scope.
6462
6463 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6464             Andrey Smirnov  <andrew.smirnov@gmail.com>
6465
6466         -Wshadow warning fix.
6467         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
6468         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
6469         Adjust code accordingly.
6470
6471 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6472
6473         * ada-lang.c (symbol_completion_add): Rename parameter
6474         "encoded" into "encoded_p".  Ajust code and documentation
6475         accordingly.
6476
6477 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6478             Andrey Smirnov  <andrew.smirnov@gmail.com>
6479
6480         -Wshadow warning fix.
6481         * ada-lang.c (symbol_completion_add): Rename parameter
6482         "wild_match" into wild_match_p.  Update code and documentation
6483         accordingly.
6484
6485 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6486
6487         * ada-lang.c (symbol_completion_match): Rename parameter
6488         "encoded" into "encoded_p".  Ajust code and documentation
6489         accordingly.
6490
6491 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6492             Andrey Smirnov  <andrew.smirnov@gmail.com>
6493
6494         -Wshadow warning fix.
6495         * ada-lang.c (symbol_completion_match): Rename parameter
6496         "wild_match" into "wild_match_p".  Adjust code and function
6497         documentation accordingly.
6498
6499 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6500             Andrey Smirnov  <andrew.smirnov@gmail.com>
6501
6502         -Wshadow warning fix.
6503         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
6504         "symbol_info" into "info".  Adjust code accordingly.
6505         (ada_lookup_symbol): Likewise.
6506
6507 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6508
6509         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
6510         of this function's documentation.
6511
6512 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6513             Andrey Smirnov  <andrew.smirnov@gmail.com>
6514
6515         -Wshadow warning fix.
6516         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
6517         variable into "wild_match_p".  Adjust code accordingly.
6518
6519 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6520             Andrey Smirnov  <andrew.smirnov@gmail.com>
6521
6522         -Wshadow warning fix.
6523         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
6524         parameter into "wild_match_p".  Adjust code accordingly.
6525         Document this parameter in the function description.
6526
6527 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6528             Andrey Smirnov  <andrew.smirnov@gmail.com>
6529
6530         -Wshadow warning fix.
6531         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
6532         "wild_match" parameter to "wild_match_p" (-Wshadow).
6533
6534 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6535
6536         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
6537         in function documentation.
6538
6539 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6540             Andrey Smirnov  <andrew.smirnov@gmail.com>
6541
6542         -Wshadow warning fix.
6543         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
6544         variable into wild_match_p.  Adjust code accordingly.
6545
6546 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6547             Andrey Smirnov  <andrew.smirnov@gmail.com>
6548
6549         * ada-valprint.c (ada_val_print_1): Move the code handling
6550         TYPE_CODE_ENUM inside its own lexical block.  Declare
6551         variables len and val there, instead of in the function's
6552         top level block.  Avoid declaring deref_val again in a way
6553         that shadows another variable of the same name declared
6554         in one of the up-level blocks.  Just re-use the up-level
6555         variable instead.
6556
6557 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6558
6559         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
6560         Replace block_found argument by symbol_info.  Adjust
6561         implementation accordingly.  Add function documentation.
6562         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
6563         Fix documentation.
6564         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
6565         * ada-exp.y (write_object_renaming): Adjust to new
6566         ada_lookup_encoded_symbol API.
6567
6568 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
6569
6570         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
6571         documentation.
6572
6573 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
6574
6575         * v850-tdep.c: Add the enum values for mpu and fpu registers.
6576         (v850_register_name): Add the mpu and fpu register names.
6577         (v850e_register_name): Add the mpu and fpu register names.
6578         (v850e2_register_name): New function.
6579         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
6580         bfd_mach_v850e2v3.
6581
6582 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
6583
6584         * NEWS: Add entry for Ada varobj support.
6585
6586 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
6587
6588         * varobj.c (default_value_is_changeable_p): New function,
6589         extracted from varobj_value_is_changeable_p.  Add declaration.
6590         (ada_value_is_changeable_p): New function, extracted from
6591         varobj_value_is_changeable_p.  Add declaration.
6592         (struct language_specific): New field "value_is_changeable_p".
6593         (languages): Add entries for new field.
6594         (varobj_create): Set language before calling install_new_value.
6595         (varobj_value_is_changeable_p): Reimplement to call the varobj's
6596         "value_is_changeable_p" language callback.
6597
6598 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
6599
6600         * ada-varobj.h, ada-varobj.c: New files.
6601         * Makefile.in (SFILES): Add ada-varobj.c.
6602         (HFILES_NO_SRCDIR): Add ada-varobj.h.
6603         (COMMON_OBS): Add ada-varobj.o.
6604
6605 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
6606
6607         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
6608         (struct language_specific): New field "value_has_mutated".
6609         (languages): Set field "value_has_mutated" in each entry of array.
6610         (varobj_value_has_mutated): New function.
6611         (varobj_udpdate): Add handling of type mutation.
6612         (value_of_root): Add handling of type mutation.
6613         (ada_value_has_mutated): New function.
6614
6615 2012-03-28  Pedro Alves  <palves@redhat.com>
6616
6617         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
6618         Always supply $fr0 as 0.0 and $fr1 as 1.0.
6619
6620 2012-03-28  Tom Tromey  <tromey@redhat.com>
6621
6622         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
6623         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
6624         before returning.
6625
6626 2012-03-28  Tom Tromey  <tromey@redhat.com>
6627
6628         * .dir-locals.el: New file.
6629
6630 2012-03-28  Pedro Alves  <palves@redhat.com>
6631
6632         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
6633
6634 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
6635
6636         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
6637         handling for r0.
6638
6639 2012-03-27  Pedro Alves  <palves@redhat.com>
6640
6641         Eliminate struct ui_stream.
6642
6643         * ui-out.h (struct ui_stream): Delete.
6644         (ui_out_field_stream): Adjust prototype.
6645         (ui_out_stream_new, ui_out_stream_delete)
6646         (make_cleanup_ui_out_stream_delete): Delete declarations.
6647         * ui-out.c (ui_out_field_stream): Change prototype to take a
6648         ui_file instead of a ui_stream.  Adjust.
6649         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
6650         (make_cleanup_ui_out_stream_delete): Delete.
6651         * breakpoint.c (print_breakpoint_location)
6652         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
6653         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
6654         * disasm.c (dump_insns): Ditto.
6655         (do_mixed_source_and_assembly, do_assembly_only): Adjust
6656         prototype.
6657         (gdb_disassembly): Use ui_file/mem_fileopen instead of
6658         ui_stream/ui_out_stream_new.
6659         * infcmd.c (print_return_value): Ditto.
6660         * osdata.c (info_osdata_command): Don't allocate a local
6661         ui_stream.
6662         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
6663         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
6664         * tracepoint.c (print_one_static_tracepoint_marker): Don't
6665         allocate a local ui_stream.
6666         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
6667         instead of ui_stream/ui_out_stream_new.
6668         (list_args_or_locals): Don't allocate a local ui_stream.
6669         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
6670         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
6671         ui_stream/ui_out_stream_new.
6672         * cli/cli-setshow.c (do_setshow_command): Ditto.
6673
6674 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
6675
6676         * arm-linux-tdep.c (arm_linux_init_abi): Call
6677         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
6678         * arm-tdep.c (arm_process_record): New function.
6679         (deallocate_reg_mem): New function.
6680         (decode_insn): New function.
6681         (thumb_record_branch): New function.
6682         (thumb_record_ldm_stm_swi(): New function.
6683         (thumb_record_misc): New function.
6684         (thumb_record_ld_st_stack): New function.
6685         (thumb_record_ld_st_imm_offset): New function.
6686         (thumb_record_ld_st_reg_offset(): New function.
6687         (thumb_record_add_sub_cmp_mov): New function.
6688         (thumb_record_shift_add_sub): New function.
6689         (arm_record_coproc_data_proc): New function.
6690         (arm_record_coproc): New function.
6691         (arm_record_b_bl): New function.
6692         (arm_record_ld_st_multiple): New function.
6693         (arm_record_ld_st_reg_offset): New function.
6694         (arm_record_ld_st_imm_offset): New function.
6695         (arm_record_data_proc_imm): New function.
6696         (arm_record_data_proc_misc_ld_str): New function.
6697         (arm_record_extension_space): New function.
6698         (arm_record_strx): New function.
6699         (sbo_sbz): New function.
6700         (struct insn_decode_record): New structure for arm insn record.
6701         (REG_ALLOC): New macro for reg allocations.
6702         (MEM_ALLOC): New macro for memory allocations.
6703         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
6704
6705 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
6706
6707         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
6708         (store_register): Likewise.
6709
6710 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
6711
6712         * MAINTAINERS (Write After Approval): Add myself to the list.
6713
6714 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6715
6716         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
6717         Describe also the option "auto".
6718
6719 2012-03-22  Richard Henderson  <rth@redhat.com>
6720
6721         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
6722         * sparc-nat.c (sparc_xfer_wcookie): Make static.
6723
6724 2012-03-22  Richard Henderson  <rth@redhat.com>
6725
6726         * jit.c (jit_read_code_entry): Compute alignment and offset of
6727         int64_t member before computing entry_size.
6728
6729 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
6730
6731         Python scripting: Add new method Value.referenced_value to
6732         gdb.Value which can dereference pointer as well as reference
6733         values.
6734         * NEWS: Add entry under 'Python scripting' about the new method
6735         Value.referenced_value on gdb.Value objects.
6736         * python/py-value.c (valpy_referenced_value): New function
6737         defining a new method on gdb.Value objects which can dereference
6738         pointer and reference values.
6739
6740 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
6741
6742         * MAINTAINERS (Write After Approval): Add myself to the list.
6743
6744 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
6745
6746         * symtab.c (skip_prologue_sal): Change test to check for "main()"
6747         in addition to "main".
6748
6749 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
6750
6751         * expression.h (op_name): Add declaration.
6752         * expprint.c (op_name): Remove declaration.  Make non-static.
6753         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
6754
6755 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
6756
6757         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
6758         of struct siginfo.
6759         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
6760         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
6761         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
6762         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
6763         (linux_nat_get_siginfo): Likewise.
6764         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
6765         (linux_nat_get_siginfo): Likewise.
6766         * linux-tdep.c (linux_get_siginfo_type): Likewise.
6767         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
6768         * procfs.c (gdb_siginfo_t): Likewise.
6769
6770 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
6771
6772         * .gitignore: Ignore more files.
6773
6774 2012-03-20  Pedro Alves  <palves@redhat.com>
6775
6776         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
6777         returns.
6778
6779 2012-03-20  Yao Qi  <yao@codesourcery.com>
6780
6781         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
6782         comment.
6783
6784 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6785
6786         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
6787         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
6788         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
6789         sect_offset.
6790         * dwarf2expr.h (cu_offset, sect_offset): New types.
6791         (struct dwarf_expr_context_funcs) <dwarf_call>
6792         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
6793         sect_offset.
6794         (struct dwarf_expr_context) <len>: Improve the comment.
6795         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
6796         cu_offset and sect_offset.
6797         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
6798         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
6799         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
6800         * dwarf2loc.h: Include dwarf2expr.h.
6801         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
6802         and sect_offset.
6803         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
6804         Improve the comment.
6805         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
6806         (struct signatured_type, struct line_header, struct partial_die_info)
6807         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
6808         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
6809         (get_die_type_at_offset, create_cus_from_index)
6810         (create_signatured_type_table_from_index, dw2_get_file_names)
6811         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
6812         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
6813         (create_debug_types_hash_table, process_psymtab_comp_unit)
6814         (load_partial_comp_unit, create_all_comp_units)
6815         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
6816         (load_full_comp_unit, dwarf2_physname, read_import_statement)
6817         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
6818         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
6819         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
6820         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
6821         (find_partial_die, read_attribute_value, lookup_die_type)
6822         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
6823         (is_ref_attr): New function comment.
6824         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
6825         Use cu_offset and sect_offset.
6826         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
6827         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
6828         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
6829         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
6830         (offset_and_type_hash, offset_and_type_eq, set_die_type)
6831         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
6832         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
6833         sect_offset.
6834
6835 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6836
6837         Code cleanup.
6838         * python/py-auto-load.c (source_section_scripts): New variable back_to.
6839         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
6840         with xfree.
6841         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
6842
6843 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6844
6845         * NEWS: Describe new options --init-command=FILE, -ix and
6846         --init-eval-command=COMMAND, -iex.
6847         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
6848         CMDARG_INIT_COMMAND.
6849         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
6850         "init-command", "init-eval-command", "ix" and "iex" to the variable
6851         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
6852         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
6853         (print_gdb_help): Describe --init-command=FILE, -ix and
6854         --init-eval-command=COMMAND, -iex.
6855
6856 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6857
6858         Code cleanup.
6859         * main.c (struct cmdarg): Move it here from main.  Add more comments.
6860         (cmdarg_s, VEC (cmdarg_s)): New.
6861         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
6862         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
6863         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
6864         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
6865         of CMDARG.
6866
6867 2012-03-19  Tom Tromey  <tromey@redhat.com>
6868
6869         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
6870
6871 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6872
6873         PR symtab/13777
6874         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
6875         GCC >=4.5.
6876
6877 2012-03-16  Chris January  <chris.january@allinea.com>
6878
6879         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
6880         of clear.
6881
6882 2012-03-16  Chris January  <chris.january@allinea.com>
6883
6884         * source.c (add_path): Use memmove instead of strcpy because the
6885         strings overlap.
6886
6887 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
6888
6889         * value.h (set_value_parent): Add declaration.
6890         * value.c (set_value_parent): New function.
6891         (value_address): If VALUE->PARENT is not NULL, then use it as
6892         the base address instead of VALUE->LOCATION.address.
6893         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
6894         the same as OBJ's address.  Adjust V's offset accordingly.
6895         Set V's parent.
6896
6897 2012-03-16  Gary Benson  <gbenson@redhat.com>
6898
6899         PR breakpoints/10738
6900         * dwarf2read.c (use_deprecated_index_sections): New global.
6901         (struct partial_die_info): New member may_be_inlined.
6902         (read_partial_die): Set may_be_inlined where appropriate.
6903         (add_partial_subprogram): Add partial symbols for partial
6904         DIEs that may be inlined.
6905         (new_symbol_full): Add inlined subroutines to the current
6906         scope.
6907         (write_psymtabs_to_index): Bump version number.
6908         (dwarf2_read_index): Read only version 6 indices unless
6909         use_deprecated_index_sections is set.
6910         * linespec.c (symbol_and_data_callback): New structure.
6911         (iterate_inline_only): New function.
6912         (iterate_over_all_matching_symtabs): New argument
6913         "include_inline".  If nonzero, also call the callback for
6914         symbols representing inlined subroutines.
6915         (lookup_prefix_sym): Pass extra argument to the above.
6916         (find_function_symbols): Likewise.
6917         (add_matching_symbols_to_info): Likewise.
6918         * NEWS: Mention that GDB can now set breakpoints on inlined
6919         functions.
6920
6921 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6922
6923         * p-typeprint.c (pascal_type_print_method_args):
6924         Fix display of parameter of methods.
6925
6926 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6927
6928         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
6929         Add missing prototype.
6930
6931 2012-03-16  Yao Qi  <yao@codesourcery.com>
6932             Jan Kratochvil  <jan.kratochvil@redhat.com>
6933
6934         Fix false compilation warning.
6935         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
6936
6937 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
6938             Pedro Alves  <pedro@codesourcery.com>
6939
6940         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
6941         (arm_register_g_packet_guesses): New function.
6942         (arm_gdbarch_init): Don't force a target description with
6943         registers when the executable is detected as M-profile.  Instead
6944         set gdbarch->tdep->is_m.  Register `g' packet guesses.
6945         (_initialize_arm_tdep): Initialize the new target description.
6946         * features/arm-with-m-fpa-layout.xml: New description.
6947         * features/arm-with-m-fpa-layout.c: New, generated.
6948
6949 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
6950
6951         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
6952         Update function description.
6953         (insert_bp_location): Do not wipe bl->target_info out.
6954         * mem-break.c: #include "gdb_string.h".
6955         (default_memory_insert_breakpoint): Do not call target_read_memory
6956         with a pointer to the breakpoint's shadow_contents buffer.  Use
6957         a local buffer instead.
6958         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
6959
6960 2012-03-15  Tom Tromey  <tromey@redhat.com>
6961
6962         * NEWS: Mention "info vtbl", not "info vtable".
6963         * cp-support.c (info_vtbl_command): Fix comment.
6964         (_initialize_cp_support): Fix text.
6965
6966 2012-03-15  Tom Tromey  <tromey@redhat.com>
6967
6968         * cp-valprint.c (cp_print_value_fields): Use
6969         print_function_pointer_address for vtable slot.
6970
6971 2012-03-15  Tom Tromey  <tromey@redhat.com>
6972
6973         * gnu-v3-abi.c (struct value_and_voffset): New.
6974         (hash_value_and_voffset, eq_value_and_voffset)
6975         (compare_value_and_voffset, compute_vtable_size)
6976         (print_one_vtable, gnuv3_print_vtable): New functions.
6977         (init_gnuv3_ops): Initialize 'print_vtable' field.
6978         * cp-support.c (info_vtbl_command): New function.
6979         (_initialize_cp_support): Add "info vtbl".
6980         * cp-abi.h (cplus_print_vtable): Declare.
6981         (struct cp_abi_ops) <print_vtable>: New field.
6982         * cp-abi.c (cplus_print_vtable): New function.
6983         * NEWS: Update.
6984
6985 2012-03-15  Tom Tromey  <tromey@redhat.com>
6986
6987         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
6988         iterate_over_symbols.
6989
6990 2012-03-14  Doug Evans  <dje@google.com>
6991
6992         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
6993         DW_OP_GNU_parameter_ref.
6994
6995 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6996
6997         Fix double prompt of 'interpreter-exec mi'.
6998         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
6999         (mi_interpreter_resume): use it.
7000         (mi_execute_command_input_handler): New function.
7001         * mi/mi-main.c (mi_execute_command): Move prompt printing to
7002         mi_execute_command_input_handler.
7003
7004 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
7005
7006         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7007         prototype.
7008         (darwin_debug_port_info): Make static.
7009         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7010         * machoread.c (_initialize_machoread): Add prototype.
7011         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7012         (i386_darwin_set_control, i386_darwin_get_control)
7013         i386_darwin_dr_set_addr, i386_darwin_get_addr)
7014         i386_darwin_get_status, i386_darwin_get_control):
7015         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7016
7017 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7018
7019         * ax-gdb.c (gen_usual_unary): Remove special handling of
7020         enum and bool types.
7021
7022 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7023
7024         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7025
7026 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7027
7028         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7029
7030 2012-03-13  Chris January  <chris.january@allinea.com>
7031
7032         * aix-thread.c (fill_sprs): Store the floating point registers
7033         at the correct offsets into vals.
7034
7035 2012-03-13  Doug Evans  <dje@google.com>
7036
7037         * NEWS: Mention symbol-reloading has been deleted.
7038         * symfile.c (symbol_reloading): Delete.
7039         (show_symbol_reloading): Delete.
7040         (_initialize_symfile): Delete set/show symbol-reloading.
7041
7042         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7043         read_in_chain until we have successfully read it in.
7044         (load_full_comp_unit): Ditto.
7045         (read_signatured_type): Add comment.
7046
7047 2012-03-13  Chris January  <chris.january@allinea.com>
7048
7049         * stabsread.c (fix_common_block): Change type of valu argument
7050         to CORE_ADDR.
7051
7052 2012-03-13  Chris January  <chris.january@allinea.com>
7053
7054         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7055         instruction.
7056
7057 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7058
7059         * common/linux-procfs.c (linux_proc_get_int): New, from
7060         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7061         field.
7062         (linux_proc_get_tgid): Only call linux_proc_get_int.
7063         (linux_proc_get_tracerpid): New.
7064         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7065         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7066         linux_proc_pid_has_state.
7067         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7068         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7069         (linux_ptrace_attach_warnings): New.
7070         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7071         New declaration.
7072         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7073         (linux_nat_attach): New variables ex, buffer, message and message_s.
7074         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7075
7076 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7077
7078         * Makefile.in (linux-ptrace.o): New.
7079         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7080         from linux-nat.c.
7081         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7082         * common/linux-ptrace.c: New file.
7083         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7084         * config/arm/linux.mh: Likewise.
7085         * config/i386/linux.mh: Likewise.
7086         * config/i386/linux64.mh: Likewise.
7087         * config/ia64/linux.mh: Likewise.
7088         * config/m32r/linux.mh: Likewise.
7089         * config/m68k/linux.mh: Likewise.
7090         * config/mips/linux.mh: Likewise.
7091         * config/pa/linux.mh: Likewise.
7092         * config/powerpc/linux.mh: Likewise.
7093         * config/powerpc/ppc64-linux.mh: Likewise.
7094         * config/powerpc/spu-linux.mh: Likewise.
7095         * config/s390/s390.mh: Likewise.
7096         * config/sparc/linux.mh: Likewise.
7097         * config/sparc/linux64.mh: Likewise.
7098         * config/xtensa/linux.mh: Likewise.
7099         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7100         common/linux-procfs.c.
7101         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7102
7103 2012-03-13  Hui Zhu  <teawater@gmail.com>
7104             Pedro Alves  <palves@redhat.com>
7105
7106         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
7107         CREATE_BREAKPOINT_FLAGS_INSERTED.
7108         (create_breakpoint_sal, create_breakpoints_sal)
7109         (base_breakpoint_create_breakpoints_sal)
7110         (tracepoint_create_breakpoints_sal)
7111         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
7112         down.
7113         (break_command_1, handle_gnu_v3_exceptions, trace_command)
7114         (ftrace_command, strace_command): Adjust.
7115         (create_tracepoint_from_upload): Pass
7116         CREATE_BREAKPOINT_FLAGS_INSERTED.
7117         * breakpoint.h (enum breakpoint_create_flags): New.
7118         (create_breakpoint): New flags parameter.
7119         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7120         * python/py-breakpoint.c (bppy_init): Adjust.
7121         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7122         * spu-tdep.c (spu_catch_start): Adjust.
7123
7124 2012-03-13  Pedro Alves  <palves@redhat.com>
7125             Hui Zhu  <teawater@gmail.com>
7126             Yao Qi  <yao@codesourcery.com>
7127
7128         * remote.c (struct remote_state): New field `starting_up'.
7129         (remote_start_remote): Set and clear it.
7130         (remote_can_download_tracepoint): If starting up, return false.
7131
7132 2012-03-13  Yao Qi  <yao@codesourcery.com>
7133
7134         * inferior.h (struct inferior): Remove fields any_syscall_count,
7135         syscalls_counts and total_syscalls_count.  Move them to new
7136         struct catch_syscall_inferior_data in breakpoint.c.
7137         * breakpoint.c: Call DEF_VEC_I(int).
7138         (struct catch_syscall_inferior_data): New.
7139         (get_catch_syscall_inferior_data): New.
7140         (catch_syscall_inferior_data_cleanup): New.
7141         (insert_catch_syscall): Update to access data in
7142         struct catch_syscall_inferior_data.
7143         (insert_catch_syscall): Likewise.
7144         (remove_catch_syscall): Likewise.
7145         (remove_catch_syscall): Likewise.
7146         (is_syscall_catchpoint_enabled): Likewise.
7147         (add_catch_command): Likewise.
7148         (_initialize_breakpoint): Register cleanup.
7149         * breakpoint.h: Removed DEF_VEC_I(int).
7150         * dwarf2loc.c: Call DEF_VEC_I(int).
7151         * mi/mi-main.c: Likewise.
7152
7153 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
7154
7155         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7156
7157 2012-03-12  Chris January  <chris.january@allinea.com>
7158
7159         * aix-thread.c (_initialize_aix_thread): Add prototype.
7160         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7161         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7162
7163 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
7164
7165         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7166         include of "amd64-nat.h".
7167
7168 2012-03-12  Tom Tromey  <tromey@redhat.com>
7169
7170         * buildsym.c (record_pending_block): Now static.
7171         * buildsym.h: (record_pending_block): Remove.
7172
7173 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
7174
7175         * amd64bsd-nat.c: Include amd64bsd-nat.h.
7176
7177 2012-03-09  Tom Tromey  <tromey@redhat.com>
7178
7179         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
7180         producer_is_gxx_lt_4_6>: New fields.
7181         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
7182
7183 2012-03-09  Tom Tromey  <tromey@redhat.com>
7184
7185         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7186
7187 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
7188
7189         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7190         prototype.
7191
7192 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
7193
7194         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7195
7196 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7197
7198         Fix -Wmissing-prototypes build.
7199         * arm-linux-nat.c (get_thread_id): Make it static.
7200         * xtensa-linux-nat.c (get_thread_id): Likewise.
7201
7202 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
7203
7204         * server.c (process_point_options): If a conditional expression
7205         is found, only print a message if remote_debug is nonzero.
7206
7207 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
7208
7209         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
7210         of internal error for unknown/unsupported types.
7211
7212 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7213
7214         Fix CU relative vs. absolute DIE offsets.
7215         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
7216         offset to offset_in_cu.
7217         * dwarf2read.c (process_enumeration_scope): Add CU offset to
7218         TYPE_OFFSET.
7219         (dwarf2_fetch_die_location_block): Rename parameter offset to
7220         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
7221
7222 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7223
7224         * libunwind-frame.c: Rename to ...
7225         * ia64-libunwind-tdep.c: ... here.
7226         * libunwind-frame.h: Rename to ...
7227         * ia64-libunwind-tdep.h: ... here.
7228         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
7229         ia64-libunwind-tdep.h.
7230         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
7231         * README (--with-libunwind): Rename to ...
7232         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
7233         * config.in: Regenerate.
7234         * configure: Regenerate.
7235         * configure.ac: New option --with-libunwind-ia64, make the
7236         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
7237         Remove AC_DEFINE for HAVE_LIBUNWIND.
7238         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
7239         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
7240         Rename libunwind-frame in the general comment.
7241         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
7242         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
7243         Move forward declarations inside #ifndef.  Rename libunwind-frame in
7244         the general comment.
7245         * ia64-tdep.c: Rename libunwind-frame.h #include to
7246         ia64-libunwind-tdep.h.
7247         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
7248         (ia64_libunwind_descr): Rename libunwind-frame to
7249         ia64-libunwind-tdep in these function comments.
7250         * ia64-tdep.h: Rename libunwind-frame.h #include to
7251         ia64-libunwind-tdep.h.
7252         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
7253         ia64-libunwind-tdep in that data comment.
7254
7255 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7256
7257         * libunwind-frame.h (struct frame_unwind): New declaration.
7258
7259 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
7260
7261         * breakpoint.c (_initialize_breakpoint): Fix error in help of
7262         "set breakpoint condition-evaluation" command.
7263
7264 2012-03-08  Tristan Gingold  <gingold@adacore.com>
7265
7266         * sparc-stub.c: Move to stubs/
7267         * sh-stub.c: Likewise.
7268         * m68k-stub.c: Likewise.
7269         * m32r-stub.c: Likewise.
7270         * i386-stub.c: Likewise.
7271
7272 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
7273
7274         * m68klinux-tdep.c (m68k_linux_init_abi): Register
7275         linux_get_siginfo_type.
7276
7277         * m68klinux-nat.c: Include "gdb_proc_service.h".
7278         (PTRACE_GET_THREAD_AREA): Define.
7279         (ps_get_thread_area): New function.
7280
7281 2012-03-08  Yao Qi  <yao@codesourcery.com>
7282
7283         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
7284         `xsnprintf'.
7285         (remote_query_attached): Likewise.
7286         (remote_static_tracepoint_marker_at): Likewise.
7287         (remote_set_permissions): Likewise.
7288         (remote_detach_1, extended_remote_attach_1): Likewise.
7289         (send_g_packet, remote_vkill): Likewise.
7290         (extended_remote_disable_randomization): Likewise.
7291         (remote_add_target_side_condition): Likewise.
7292         (remote_insert_breakpoint): Likewise.
7293         (remote_remove_breakpoint): Likewise.
7294         (remote_insert_watchpoint): Likewise.
7295         (remote_remove_watchpoint): Likewise.
7296         (remote_insert_hw_breakpoint): Likewise.
7297         (remote_insert_hw_breakpoint): Likewise.
7298         (remote_remove_hw_breakpoint): Likewise.
7299         (remote_download_command_source): Likewise.
7300         (remote_download_tracepoint): Likewise.
7301         (remote_download_trace_state_variable): Likewise.
7302         (remote_disable_tracepoint): Likewise.
7303         (remote_trace_set_readonly_regions): Likewise.
7304         (remote_get_tracepoint_status): Likewise.
7305         (remote_trace_find): Likewise.
7306         (remote_get_trace_state_variable_value): Likewise.
7307         (remote_set_disconnected_tracing): Likewise.
7308         (remote_set_circular_trace_buffer): Likewise.
7309         (remote_get_min_fast_tracepoint_insn_len): Likewise.
7310         (remote_use_agent): Likewise.
7311         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
7312         Update callers.
7313
7314 2012-03-07  Pedro Alves  <palves@redhat.com>
7315
7316         * NEWS: Mention QProgramSignals.
7317         * inferior.h (update_signals_program_target): Declare.
7318         * infrun.c: (update_signals_program_target): New.
7319         (handle_command): Update the target of the new program signals
7320         array changes.
7321         * remote.c (PACKET_QProgramSignals): New enum.
7322         (last_program_signals_packet): New global.
7323         (remote_program_signals): New.
7324         (remote_start_remote): Update the target with the program signals
7325         list.
7326         (remote_protocol_features): Add entry for QPassSignals.
7327         (remote_open_1): Free anc clear last_program_signals_packet.
7328         (init_remote_ops): Install remote_program_signals.
7329         * target.c (update_current_target): Adjust.
7330         (target_program_signals): New.
7331         * target.h (struct target_ops) <to_program_signals>: New field.
7332         (target_program_signals): Declare.
7333
7334 2012-03-07  Pedro Alves  <palves@redhat.com>
7335
7336         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
7337         extensions.
7338
7339 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
7340
7341         * m68klinux-nat.c (getregs_supplies): Make static.
7342         (getfpregs_supplies): Likewise.
7343         (have_ptrace_getregs): Likewise.
7344
7345 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
7346
7347         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
7348         in call to get_die_type_at_offset.
7349
7350 2012-03-06  Stan Shebs  <stan@codesourcery.com>
7351
7352         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
7353         * mi/mi-cmd-disas.c: Ditto.
7354         * mi/mi-cmd-env.c: Ditto.
7355         * mi/mi-cmd-file.c: Ditto.
7356         * mi/mi-cmd-stack.c: Ditto.
7357         * mi/mi-cmd-target.c: Ditto.
7358         * mi/mi-cmd-var.c: Ditto.
7359         * mi/mi-cmds.c: Ditto.
7360         * mi/mi-cmds.h: Ditto.
7361         * mi/mi-console.c: Ditto.
7362         * mi/mi-getopt.c: Ditto.
7363         * mi/mi-getopt.h: Ditto.
7364         * mi/mi-interp.c: Ditto.
7365         * mi/mi-main.c: Ditto.
7366         * mi/mi-out.c: Ditto.
7367         * mi/mi-parse.c: Ditto.
7368         * mi/mi-parse.h: Ditto.
7369         * mi/mi-symbol-cmds.c: Ditto.
7370
7371         * mi/mi-getopt.h: Move mi_opt struct up.
7372         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
7373         return.
7374         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
7375
7376 2012-03-06  Tom Tromey  <tromey@redhat.com>
7377
7378         * proc-service.c (ps_pglobal_lookup): Set the current program
7379         space.
7380
7381 2012-03-06  Pedro Alves  <palves@redhat.com>
7382
7383         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
7384
7385 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
7386
7387         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
7388
7389 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7390
7391         Code cleanup.
7392         * common/linux-osdata.c (linux_common_core_of_thread): New function
7393         comment.
7394         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
7395         call by linux_common_core_of_thread.
7396         (linux_nat_core_of_thread_1): Remove.
7397         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
7398         * linux-thread-db.c: Include linux-osdata.h.
7399         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
7400         linux_common_core_of_thread.
7401
7402 2012-03-05  Tom Tromey  <tromey@redhat.com>
7403
7404         * value.c (value_primitive_field): Don't fetch contents for
7405         non-virtual bases.
7406
7407 2012-03-05  Tom Tromey  <tromey@redhat.com>
7408
7409         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
7410
7411 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7412
7413         * s390-nat.c: Include "gregset.h".
7414
7415 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7416
7417         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
7418         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
7419         (libunwind_load): New variable so_error, use it for dlerror.  Try to
7420         load also LIBUNWIND_SO_7.
7421
7422 2012-03-05  Pedro Alves  <palves@redhat.com>
7423
7424         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
7425         is not NULL, and remove resulting dead code.
7426
7427 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
7428
7429         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
7430         prologue to sh_analyze_prologue.
7431         (sh_analyze_prologue): Make better use of such an upper limit, and
7432         generally be more cautious about accessing memory.
7433
7434 2012-03-05  Tom Tromey  <tromey@redhat.com>
7435
7436         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
7437         _initialize_ia64_hpux_tdep.
7438
7439 2012-03-05  Pedro Alves  <palves@redhat.com>
7440
7441         PR gdb/13766
7442
7443         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
7444         the register state is clear, supply explicit zero, instead of
7445         marking the register unavailable.
7446
7447 2012-03-05  Tristan Gingold  <gingold@adacore.com>
7448
7449         * NEWS: Mention OpenVMS ia64 new target.
7450
7451 2012-03-05  Tristan Gingold  <gingold@adacore.com>
7452
7453         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
7454         (ia64_unw_accessors, ia64_unw_rse_accessors)
7455         (ia64_libunwind_descr): Declare.
7456         * ia64-vms-tdep.c: New file.
7457         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
7458         (ia64_libunwind_descr): Make them public.
7459         * configure.tgt: Add ia64-*-*vms*.
7460         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
7461         (ALLDEPFILES): Add ia64-vms-tdep.c
7462
7463 2012-03-05  Tristan Gingold  <gingold@adacore.com>
7464
7465         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
7466         * remote.c (PACKET_qXfer_uib): New enum value.
7467         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
7468         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
7469         (_initialize_remote): Call add_packet_config_cmd for
7470         xfer:uib packet.
7471
7472 2012-03-05  Tristan Gingold  <gingold@adacore.com>
7473
7474         * osabi.c (gdb_osabi_names): Add OpenVMS.
7475         (generic_elf_osabi_sniffer): Likewise.
7476         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
7477
7478 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7479
7480         Removed unused code.
7481         * libunwind-frame.c (libunwind_frame_unwind)
7482         (libunwind_frame_base_address): Remove.
7483         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
7484
7485 2012-03-04  Yao Qi  <yao@codesourcery.com>
7486
7487         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
7488         remove trailing new line.
7489         (agent_run_command, agent_run_command): Add _ markup.
7490         (agent_capability_check): Likewise.
7491
7492 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7493
7494         * breakpoint.c (set_condition_evaluation_mode): Set
7495         CONDITION_EVALUATION_MODE unconditionally.
7496
7497 2012-03-03  Yao Qi  <yao@codesourcery.com>
7498
7499         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
7500         * common/agent.h: Update declaration.
7501         * inf-child.c (inf_child_use_agent): New.
7502         (inf_child_can_use_agent): New.
7503         (inf_child_target): Initialize fields `to_use_agent'
7504         and `to_can_use_agent'.
7505         * agent.c (agent_new_objfile): New.
7506         (_initialize_agent): Add agent_new_objfile to new_objfile
7507         observer.
7508
7509         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7510         New.
7511         (linux_target_install_ops): Initialize field
7512         `to_static_tracepoint_markers_by_strid'.
7513         * remote.c (free_current_marker): Move it to ...
7514         * tracepoint.c (free_current_marker): ... here.  New.
7515         (cleanup_target_stop): New.
7516         * tracepoint.h: Declare free_current_marker.
7517         * NEWS: Add one entry about `info static-tracepoint-marker'.
7518
7519 2012-03-03  Yao Qi  <yao@codesourcery.com>
7520
7521         * common/agent.c (agent_loaded_p): New.
7522         (agent_look_up_symbols): New global.
7523         * common/agent.h: Declare agent_loaded_p.
7524
7525 2012-03-03  Yao Qi  <yao@codesourcery.com>
7526
7527         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
7528         (agent_capability_check, agent_capability_invalidate): New.
7529         (symbol_list): New array element.
7530         * common/agent.h (enum agent_capa): New.
7531         * target.c (target_pre_inferior): Call agent_capability_invalidate.
7532
7533 2012-03-03  Yao Qi  <yao@codesourcery.com>
7534
7535         * target.h (struct target_ops) <to_use_agent>: New field.
7536         (struct target_ops) <to_can_use_agent>: New field.
7537         (target_use_agent, target_can_use_agent): New macro.
7538         * target.c (update_current_target): Update.
7539         * remote.c: New enum `PACKET_QAgent'.
7540         (remote_protocol_features): Add a new element.
7541         (remote_use_agent, remote_can_use_agent): New.
7542         (init_remote_ops): Initialize field `can_use_agent' with
7543         remote_can_use_agent.  Intiailize field `use_agent' with
7544         remote_use_agent.
7545         * common/agent.c (use_agent): New global.
7546         * common/agent.h: Declare it.
7547         * tracepoint.c (info_static_tracepoint_markers_command): Add
7548         comment.
7549         * Makefile.in (SFILES): Add common/agent.c and agent.c.
7550         (COMMON_OBS): Add common/agent.o and agent.o
7551         (common-agent.o): New rule.
7552         * agent.c: New.
7553
7554 2012-03-03  Yao Qi  <yao@codesourcery.com>
7555
7556         * common/agent.c: New.
7557         * common/agent.h: New.
7558         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
7559         AC_CHECK_HEADERS.
7560         * configure, configh.in: Regenerated.
7561
7562 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
7563
7564         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
7565         unless it exists for this architecture.
7566
7567 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
7568
7569         * language.h (struct language_defn): New "method" la_read_var_value.
7570         * findvar.c: #include "language.h".
7571         (default_read_var_value): Renames read_var_value.  Rewrite
7572         function description.
7573         (read_var_value): New function.
7574         * value.h (default_read_var_value): Add prototype.
7575         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
7576         New functions.
7577         (ada_language_defn): Add entry for la_read_var_value.
7578         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
7579         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
7580         language_defn structures to add entry for new la_read_var_value
7581         field.
7582
7583 2012-03-02  Tom Tromey  <tromey@redhat.com>
7584             Pedro Alves  <palves@redhat.com>
7585
7586         PR breakpoints/13776:
7587         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
7588         breakpoints.
7589         (delete_longjmp_breakpoint_at_next_stop): New.
7590         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
7591         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
7592         before deleting the inferior.  Add comments.
7593         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
7594         breakpoints immediately, but only on next stop.  Move that code
7595         next to where we mark other breakpoints for deletion.
7596
7597 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
7598
7599         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
7600         marker.
7601         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
7602         violation.
7603
7604 2012-03-02  Pedro Alves  <palves@redhat.com>
7605
7606         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
7607
7608 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
7609
7610         Fix -Wmissing-prototypes build.
7611         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
7612         * remote-sim.c (gdbsim_has_all_memory): Likewise.
7613         (gdbsim_has_memory): Likewise.
7614
7615 2012-03-02  Yao Qi  <yao@codesourcery.com>
7616
7617         Fix -Wmissing-prototypes build.
7618         * charset.c (phony_iconv_open): Make static.
7619         (phony_iconv_close, phony_iconv): Likewise.
7620         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
7621         * i386-windows-nat.c (_initialize_i386_windows_nat): New
7622         prototype.
7623         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
7624         * ser-mingw.c (create_select_thread): Make static.
7625         * windows-termcap.c (tgetent): New prototype.
7626         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
7627
7628 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
7629
7630         Fix -Wmissing-prototypes build.
7631         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
7632         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
7633         (_initialize_loadable): New prototypes.
7634
7635 2012-03-02  Doug Evans  <dje@google.com>
7636
7637         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
7638         abbrev table, read_comp_unit will do it.
7639
7640 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7641
7642         Fix -Wmissing-prototypes build.
7643         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
7644         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
7645         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
7646         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
7647         (_initialize_arm_symbian_tdep): New prototype.
7648         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
7649         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
7650         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
7651         static.
7652         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
7653         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
7654         prototype.
7655         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
7656         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
7657         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
7658         static.
7659         * moxie-tdep.c (moxie_process_record): Likewise.
7660         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
7661         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
7662         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
7663         (_initialize_rl78_tdep): New prototype.
7664         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
7665         (_initialize_rx_tdep): New prototype.
7666         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
7667         (_initialize_darwin_solib): New prototype.
7668         * solib-spu.c: Include solib-spu.h.
7669         (_initialize_spu_solib): New prototype.
7670         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
7671         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
7672         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
7673         (tic6x_software_single_step): Make it static.
7674         (_initialize_tic6x_tdep): New prototype.
7675
7676 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7677
7678         Fix -Wmissing-prototypes build.
7679         * cris-tdep.c (cris_can_use_hardware_watchpoint)
7680         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
7681
7682 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7683
7684         Fix -Wmissing-prototypes build.
7685         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
7686         (frv_have_stopped_data_address): Remove.
7687
7688 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7689
7690         Fix -Wmissing-prototypes build.
7691         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
7692         * sh-tdep.c: Include sh64-tdep.h.
7693         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
7694         * sh64-tdep.c: Include sh64-tdep.h.
7695         * sh64-tdep.h: New file.
7696
7697 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
7698
7699         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
7700
7701 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
7702
7703         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
7704         sp_regnum once the gdbarch_init_osabi hook has been called.
7705
7706 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
7707
7708         * mips-tdep.c (mips32_bc1_pc): New function.
7709         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
7710         BPOSGE32 and BPOSGE64 instructions.
7711         (deal_with_atomic_sequence): Likewise.
7712         (mips32_instruction_has_delay_slot): Likewise.
7713
7714 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
7715             Chris Dearman  <chris@mips.com>
7716             Maciej W. Rozycki  <macro@codesourcery.com>
7717             Joseph Myers  <joseph@codesourcery.com>
7718
7719         * features/mips-dsp.xml: New file.
7720         * features/mips64-dsp.xml: New file.
7721         * features/mips-dsp-linux.xml: New file.
7722         * features/mips64-dsp-linux.xml: New file.
7723         * features/Makefile (WHICH): Add mips-dsp-linux and
7724         mips64-dsp-linux.
7725         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
7726         * features/mips-dsp-linux.c: New file.
7727         * features/mips64-dsp-linux.c: New file.
7728         * regformats/mips-dsp-linux.dat: New file.
7729         * regformats/mips64-dsp-linux.dat: New file.
7730         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
7731         registers.
7732         (mips64_linux_register_addr): Likewise.
7733         (mips64_linux_regsets_fetch_registers): Likewise.
7734         (mips64_linux_regsets_store_registers): Likewise.
7735         (mips64_linux_fetch_registers): Update call to
7736         mips64_linux_regsets_fetch_registers.
7737         (mips64_linux_store_registers): Update call to
7738         mips64_linux_regsets_store_registers.
7739         (mips_linux_read_description): Probe for DSP registers.
7740         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
7741         and initialize_tdesc_mips64_dsp_linux.
7742         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
7743         Remove padding of no longer used embedded register slots.
7744         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
7745         (MIPS_RESTART_REGNUM): Redefine enum value.
7746         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
7747         strings.
7748         (mips_tx39_reg_names): Likewise.
7749         (mips_linux_reg_names): New array of register names for Linux
7750         targets.
7751         (mips_register_name): Check for a null pointer in
7752         mips_processor_reg_names and return an empty string.
7753         (mips_register_type): Exclude embedded registers for the IRIX
7754         and Linux ABIs.
7755         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
7756         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
7757         DSP registers.
7758         (mips_stab_reg_to_regnum): Handle DSP accumulators.
7759         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
7760         (mips_gdbarch_init): Likewise.  Initialize internal register
7761         indices for the Linux ABI.  Use dynamic numbers to refer to
7762         registers, as applicable, while parsing the target description.
7763         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
7764
7765 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
7766
7767         * frame.h (read_frame_register_unsigned): Fix typo in function
7768         description.
7769
7770 2012-03-01  Pedro Alves  <palves@redhat.com>
7771
7772         * jit-reader.in [!__cplusplus]
7773         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
7774
7775 2012-03-01  Pedro Alves  <palves@redhat.com>
7776
7777         * configure.ac (build_warnings): Add -Wmissing-prototypes.
7778         * configure: Regenerate.
7779
7780 2012-03-01  Pedro Alves  <palves@redhat.com>
7781
7782         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
7783         * breakpoint.c (create_exception_master_breakpoint, trace_command)
7784         (ftrace_command, strace_command): Make static.
7785         * d-lang.c (_initialize_d_language): Declare.
7786         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
7787         * dwarf2loc.c (_initialize_dwarf2loc):
7788         * dwarf2read.c (process_psymtab_comp_unit): Make static.
7789         * exec.c (exec_get_section_table): Make static.
7790         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
7791         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
7792         * inferior.c (remove_inferior_command, add_inferior_command)
7793         (clone_inferior_command): Make static.
7794         * linux-nat.c (linux_nat_thread_address_space)
7795         (linux_nat_core_of_thread): Make static.
7796         * linux-tdep.c (_initialize_linux_tdep): Declare.
7797         * objc-lang.c (_initialize_objc_lang): Declare.
7798         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
7799         Make static.
7800         (_initialize_opencl_language): Declare.
7801         * record.c (_initialize_record): Declare.
7802         * remote.c (demand_private_info, remote_get_tib_address)
7803         (remote_supports_cond_tracepoints)
7804         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
7805         Make static.
7806         * skip.c (_initialize_step_skip): Declare.
7807         * symtab.c (skip_prologue_using_lineinfo): Make static.
7808         * tracepoint.c (delete_trace_state_variable)
7809         (trace_variable_command, delete_trace_variable_command)
7810         (get_uploaded_tsv, find_matching_tracepoint_location)
7811         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
7812         Make static.
7813         * value.c (pack_unsigned_long): Make static.
7814         * varobj.c (varobj_ensure_python_env): Make static.
7815         * windows-tdep.c (_initialize_windows_tdep): Declare.
7816         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
7817
7818 2012-03-01  Pedro Alves  <palves@redhat.com>
7819
7820         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
7821         gdbarch parameter.
7822         (linux_init_abi): Install it as has_shared_address_space gdbarch
7823         callback.
7824
7825 2012-03-01  Pedro Alves  <palves@redhat.com>
7826
7827         * observer.c (observer_test_first_notification_function)
7828         (observer_test_second_notification_function)
7829         (observer_test_third_notification_function): Add declarations.
7830
7831 2012-03-01  Pedro Alves  <palves@redhat.com>
7832
7833         * common/signals.c (default_target_signal_to_host)
7834         (default_target_signal_from_host): Move ...
7835         * arch-utils.c: ... here.
7836         * arch-utils.h (default_target_signal_to_host)
7837         (default_target_signal_from_host): Declare.
7838
7839         * common/signals.c (target_signal_from_command): Move ...
7840         * infrun.c: ... here.
7841         * inferior.h (target_signal_from_command): Declare.
7842         * target.h (target_signal_from_command)
7843         (default_target_signal_from_host, default_target_signal_to_host):
7844         Delete declarations.
7845
7846         * common/signals.c (_initialize_signals): Delete.
7847
7848 2012-03-01  Pedro Alves  <palves@redhat.com>
7849
7850         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
7851         both __cplusplus and !__cplusplus.
7852
7853 2012-03-01  Pedro Alves  <palves@redhat.com>
7854
7855         * psymtab.c (find_and_open_source): Delete declaration.
7856         * source.c (find_and_open_source): Move comment ...
7857         * source.h (find_and_open_source): ... to this new declaration.
7858
7859 2012-03-01  Pedro Alves  <palves@redhat.com>
7860
7861         * inline-frame.c: Include inline-frame.h.
7862
7863 2012-03-01  Pedro Alves  <palves@redhat.com>
7864
7865         * tui/tui-data.c (set_gen_win_origin): Delete.
7866         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
7867         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
7868
7869 2012-03-01  Pedro Alves  <palves@redhat.com>
7870
7871         * remote.c (encode_actions): Delete declaration.
7872         * tracepoint.c (encode_actions): Make extern.
7873         * tracepoint.h (encode_actions): Declare.
7874
7875 2012-03-01  Pedro Alves  <palves@redhat.com>
7876
7877         * python/py-breakpoint.c: Include python.h.
7878         * python/py-continueevent.c (create_continue_event_object): Make
7879         static.
7880         * python/py-lazy-string.c (stpy_get_type): Make static.
7881         * python/py-newobjfileevent.c (create_new_objfile_event_object):
7882         Make static.
7883         * python/py-utils.c (unicode_to_target_python_string): Make
7884         static.
7885         * python/py-value.c: Include python.h.
7886
7887 2012-03-01  Pedro Alves  <palves@redhat.com>
7888
7889         * inferior.c (delete_threads_of_inferior): Delete.
7890
7891 2012-03-01  Pedro Alves  <palves@redhat.com>
7892
7893         Import fallback definitions from glibc.
7894
7895         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
7896         ps_prochandle): Forward declare.
7897         (ps_err_e): Use glibc's comments.
7898         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
7899         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
7900         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
7901         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
7902         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
7903         (struct ps_prochandle): Adjust comment.
7904
7905 2012-03-01  Pedro Alves  <palves@redhat.com>
7906
7907         * ada-lang.c (ada_modulus_from_name): Delete.
7908         * ada-lex.l (lexer_init): Make static.
7909
7910 2012-03-01  Pedro Alves  <palves@redhat.com>
7911
7912         PR gdb/13767
7913
7914         * frame.c (read_frame_register_unsigned): New.
7915         * frame.h (read_frame_register_unsigned): Declare.
7916         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
7917         Handle it.
7918         (print_i387_control_word): New parameter `control_p'.  Handle it.
7919         (i387_print_float_info): Handle unavailable float registers.
7920
7921 2012-03-01  Keith Seitz  <keiths@redhat.com>
7922
7923         * linespec.c (decode_line_2): Sort the list of methods
7924         alphabetically before presenting the user with a selection
7925         menu.
7926
7927 2012-03-01  Doug Evans  <dje@google.com>
7928
7929         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
7930         has_namespace_info.
7931         (dwarf2_read_abbrevs): Remove corresponding initialization.
7932
7933 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
7934
7935         * NEWS: Mention new python command class gdb.COMMAND_USER.
7936         * cli/cli-cmds.c (show_user): Print error when used on a python
7937         command.
7938         (init_cli_cmds): Update documentation strings for "show user" and
7939         "set/show max-user-call-depth" to clarify that it does not apply to
7940         python commands.
7941         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
7942         error check.
7943         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
7944         gdb python api.
7945         * top.c (execute_command): Only execute a user-defined command as a
7946         legacy macro if c->user_commands is set.
7947
7948 2012-03-01  Tom Tromey  <tromey@redhat.com>
7949
7950         * valprint.h (struct generic_val_print_decorations): New.
7951         (generic_val_print): Declare.
7952         * valprint.c (generic_val_print): New function.
7953         * p-valprint.c (p_decorations): New global.
7954         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
7955         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
7956         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
7957         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
7958         * m2-valprint.c (m2_decorations): New global.
7959         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
7960         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
7961         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
7962         TYPE_CODE_ERROR>: Call generic_val_print.
7963         * f-valprint.c (f_decorations): New global.
7964         (f_val_print): Use print_function_pointer_address.
7965         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
7966         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
7967         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
7968         generic_val_print.
7969         * c-valprint.c (c_decorations): New global.
7970         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
7971         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
7972         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
7973         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
7974         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
7975         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
7976         case.
7977
7978 2012-03-01  Tom Tromey  <tromey@redhat.com>
7979
7980         * valprint.c (val_print): Update.
7981         * p-valprint (pascal_val_print): Return void.
7982         * p-lang.h (pascal_val_print): Return void.
7983         * m2-valprint.c (m2_val_print): Return void.
7984         * m2-lang.h (m2_val_print): Return void.
7985         * language.h (struct language_defn) <la_val_print>: Return void.
7986         * language.c (unk_lang_val_print): Return void.
7987         * jv-valprint.c (java_val_print): Return void.
7988         * jv-lang.h (java_val_print): Return void.
7989         * f-valprint.c (f_val_print): Return void.
7990         * f-lang.h (f_val_print): Return void.
7991         * d-valprint.c (d_val_print): Return void.
7992         (dynamic_array_type): Update.
7993         * d-lang.h (d_val_print): Return void.
7994         * c-valprint.c (c_val_print): Return void.
7995         * c-lang.h (c_val_print): Return void.
7996         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
7997         void.
7998         * ada-lang.h (ada_val_print): Return void.
7999
8000 2012-03-01  Tom Tromey  <tromey@redhat.com>
8001
8002         * value.h (val_print): Return void.
8003         * valprint.c (val_print): Return void.
8004
8005 2012-03-01  Tom Tromey  <tromey@redhat.com>
8006
8007         * value.h (common_val_print): Return void.
8008         * valprint.c (common_val_print): Return void.
8009
8010 2012-03-01  Tom Tromey  <tromey@redhat.com>
8011
8012         * value.h (value_print): Return void.
8013         * valprint.c (value_print): Return void.
8014         * p-valprint.c (pascal_value_print): Return void.
8015         * p-lang.h (pascal_value_print): Return void.
8016         * language.h (struct language_defn) <la_value_print>: Return
8017         void.
8018         * language.c (unk_lang_value_print): Return void.
8019         * jv-valprint.c (java_value_print): Return void.
8020         * jv-lang.h (java_value_print): Return void.
8021         * f-valprint.c (c_value_print): Don't declare.
8022         Include c-lang.h.
8023         * c-valprint.c (c_value_print): Return void.
8024         * c-lang.h (c_value_print): Return void.
8025         * ada-valprint.c (ada_value_print): Return void.
8026         * ada-lang.h (ada_value_print): Return void.
8027
8028 2012-03-01  Tom Tromey  <tromey@redhat.com>
8029
8030         * value.c (value_primitive_field): Handle virtual base classes.
8031
8032 2012-03-01  Tom Tromey  <tromey@redhat.com>
8033
8034         * gdbtypes.h (struct vbase): Remove.
8035
8036 2012-03-01  Tom Tromey  <tromey@redhat.com>
8037
8038         * c-valprint.c (print_function_pointer_address): Move...
8039         * valprint.c: ... here.  Make non-static.
8040         * m2-valprint.c (print_function_pointer_address): Remove.
8041         * valprint.h (print_function_pointer_address): Declare.
8042
8043 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
8044
8045         * NEWS: Document the fact that one can provide a condition when
8046         creating an Ada exception catchpoint.
8047
8048 2012-03-01  Tom Tromey  <tromey@redhat.com>
8049
8050         * valprint.c (val_print_type_code_flags): Fix placement of
8051         trailing brace.
8052
8053 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
8054
8055         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8056         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8057         environment variable before calling update-copyright.
8058
8059 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
8060
8061         * gnulib/extra/update-copyright: Update to the latest from
8062         gnulib's git repository.
8063         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8064         variable to 2 instead of 1.
8065
8066 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8067
8068         * varobj.c (c_value_of_variable): Remove dead code.
8069
8070 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8071
8072         * ada-lex.p (processId): Do not modify already encoded IDs.
8073         Update function documentation.
8074
8075 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8076
8077         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8078         "name" with "struct symbol *name_sym".
8079         * ada-exp.y (write_var_or_type): Update call to
8080         ada_find_renaming_symbol.
8081         "name" with "struct symbol *name_sym". Adjust Implementation
8082         accordingly.  Adjust the function documentation.
8083
8084 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8085
8086         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8087         * ada-lang.c (ada_find_any_type): Add advance declaration.
8088         Make static.  Replace ada_find_any_symbol by
8089         ada_find_any_type_symbol.
8090         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8091         Improve function description.  Make static.
8092         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8093         Replace ada_find_any_symbol by ada_find_any_type_symbol.
8094
8095 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8096
8097         * ada-lang.c (struct tag_args): Delete.
8098         (ada_get_tsd_type): Function body moved up in source file.
8099         (ada_tag_name_1, ada_tag_name_2): Delete.
8100         (ada_get_tsd_from_tag): New function.
8101         (ada_tag_name_from_tsd): New function.
8102         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8103         to determine the tag name.
8104
8105 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8106
8107         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8108         declaration.
8109         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8110         function.
8111
8112 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8113
8114         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8115
8116 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8117
8118         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8119         full searches.
8120
8121 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8122
8123         * ada-lang.c (constrained_packed_array_type): If there is a
8124         parallel XA type, use it to determine the array index type.
8125
8126 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8127
8128         * ada-valprint.c (ada_val_print_1): If our value is a reference
8129         to an array descriptor, dereference it before converting it
8130         to a simple array.
8131
8132 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8133
8134         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8135         creating fixed value.
8136         (ada_value_ind, ada_coerce_ref, assign_component)
8137         (ada_evaluate_subexp): Remove call to unwrap_value before
8138         call to ada_to_fixed_value.
8139
8140 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8141
8142         * ada-lang.c (to_fixed_array_type): Set result's type name.
8143
8144 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8145
8146         * ada-lang.c (catch_ada_exception_command_split): Add new
8147         argument cond_string.  Add support for condition at end of
8148         "catch exception" commands.
8149         (ada_decode_exception_location): Add new argument cond_string.
8150         Update call to catch_ada_exception_command_split.
8151         (create_ada_exception_catchpoint): Add new argument cond_string.
8152         Set the breakpoint condition if needed.
8153         (catch_ada_exception_command): Update call to
8154         ada_decode_exception_location.
8155         (ada_decode_assert_location): Add function documentation.
8156         Add support for condition at end of "catch assert" command.
8157         (catch_assert_command): Update calls to ada_decode_assert_location
8158         and create_ada_exception_catchpoint.
8159
8160 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8161
8162         Fix disp-step-syscall.exp: fork: single step over fork.
8163         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8164         (i386_linux_get_syscall_number_from_regcache): ... here, new function
8165         comment, change parameters gdbarch and ptid to regcache.  Remove
8166         parameter regcache, initialize gdbarch from regcache here.
8167         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8168         New functions.
8169         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8170         instead.
8171         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8172         'syscall'.  Make the 'int' check more strict.
8173
8174 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8175
8176         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
8177         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
8178         (i386_linux_intx80_sysenter_syscall_record): ... here.
8179         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
8180         Use the renamed function name.
8181
8182 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8183
8184         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
8185         * breakpoint.c (until_break_command): Likewise.
8186         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8187         * infcall.c (call_function_by_hand): Likewise.
8188         * infcmd.c (finish_forward): Likewise.
8189         * infrun.c (insert_exception_resume_breakpoint): Likewise.
8190
8191 2012-02-28  Tristan Gingold  <gingold@adacore.com>
8192
8193         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8194         avoid variable assignments inside condition.
8195
8196 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8197
8198         Fix static analysis issue found by cppcheck.
8199         * microblaze-tdep.c (microblaze_extract_return_value): Fix
8200         uninitialized BUF for size 2.
8201
8202 2012-02-27  Chris Dearman  <chris@mips.com>
8203             Nathan Froyd  <froydnj@codesourcery.com>
8204             Maciej W. Rozycki  <macro@codesourcery.com>
8205
8206         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
8207         (mips16_instruction_has_delay_slot): Likewise.
8208         (mips_segment_boundary): Likewise.
8209         (mips_adjust_breakpoint_address): Likewise.
8210         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
8211
8212 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
8213             Maciej W. Rozycki  <macro@codesourcery.com>
8214
8215         * infrun.c (handle_inferior_event): Don't proceed through
8216         shared library trampolines if stepping at the machine
8217         instruction level.
8218
8219 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
8220
8221         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
8222         too.
8223
8224 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
8225
8226         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
8227         (sh_stub_unwind_sniffer): New functions.
8228         (sh_stub_unwind): New variable.
8229         (sh_gdbarch_init): Wire everything.
8230
8231 2012-02-27  Pedro Alves  <palves@redhat.com>
8232
8233         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
8234         (linux_nat_post_attach_wait): Adjust to use
8235         linux_proc_pid_is_stopped.
8236         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
8237         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
8238         based on pid_is_stopped from both linux-nat.c and
8239         gdbserver/linux-low.c, and renamed.
8240
8241 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
8242
8243         * remote.c (remote_watchpoint_addr_within_range): New function.
8244         (init_remote_ops): Use it.
8245
8246 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
8247
8248         * target.h (target_watchpoint_addr_within_range): Document macro.
8249
8250 2012-02-24  Pedro Alves  <palves@redhat.com>
8251
8252         * stack.c (set_last_displayed_sal): Issue internal_error instead
8253         of warning, and issue it after clearing the last displayed sal.
8254
8255 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
8256             Pedro Alves  <palves@redhat.com>
8257
8258         * breakpoint.c (until_break_command): Install breakpoints after
8259         all frame manipulations.
8260
8261 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
8262
8263         * remote.c (remote_supports_cond_breakpoints): New forward
8264         declaration.
8265         (remote_add_target_side_condition): New function.
8266         (remote_insert_breakpoint): Add target-side breakpoint
8267         conditional if supported.
8268         (remote_insert_hw_breakpoint): Likewise.
8269         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
8270         hook.
8271
8272         * target.c (update_current_target): Inherit
8273         to_supports_evaluation_of_breakpoint_conditions.
8274         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
8275
8276         * target.h (struct target_ops)
8277         <to_supports_evaluation_of_breakpoint_conditions>: New field.
8278         (target_supports_evaluation_of_breakpoint_conditions): New #define.
8279
8280         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
8281         (condition_evaluation_both, condition_evaluation_auto,
8282         condition_evaluation_host, condition_evaluation_target,
8283         condition_evaluation_enums, condition_evaluation_mode_1,
8284         condition_evaluation_mode): New static globals.
8285         (translate_condition_evaluation_mode): New function.
8286         (breakpoint_condition_evaluation_mode): New function.
8287         (gdb_evaluates_breakpoint_condition_p): New function.
8288         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
8289         (mark_breakpoint_modified): New function.
8290         (mark_breakpoint_location_modified): New function.
8291         (set_condition_evaluation_mode): New function.
8292         (show_condition_evaluation_mode): New function.
8293         (bp_location_compare_addrs): New function.
8294         (get_first_location_gte_addr): New helper function.
8295         (set_breakpoint_condition): Free condition bytecode if locations
8296         has become unconditional.  Call mark_breakpoint_modified (...).
8297         (condition_command): Call update_global_location_list (1) for
8298         breakpoints.
8299         (breakpoint_xfer_memory): Use is_breakpoint (...).
8300         (is_breakpoint): New function.
8301         (parse_cond_to_aexpr): New function.
8302         (build_target_condition_list): New function.
8303         (insert_bp_location): Handle target-side conditional
8304         breakpoints and call build_target_condition_list (...).
8305         (update_inserted_breakpoint_locations): New function.
8306         (insert_breakpoint_locations): Handle target-side conditional
8307         breakpoints.
8308         (bpstat_check_breakpoint_conditions): Add comment.
8309         (bp_condition_evaluator): New function.
8310         (bp_location_condition_evaluator): New function.
8311         (print_breakpoint_location): Print information on where the condition
8312         will be evaluated.
8313         (print_one_breakpoint_location): Likewise.
8314         (init_bp_location): Call mark_breakpoint_location_modified (...) for
8315         breakpoint location.
8316         (force_breakpoint_reinsertion): New functions.
8317         (update_global_location_list): Handle target-side breakpoint
8318         conditions.
8319         Reinsert locations that are already inserted if conditions have
8320         changed.
8321         (bp_location_dtor): Free agent expression bytecode.
8322         (disable_breakpoint): Call mark_breakpoint_modified (...).
8323         Call update_global_location_list (...) with parameter 1 for breakpoints.
8324         (disable_command): Call mark_breakpoint_location_modified (...).
8325         Call update_global_location_list (...) with parameter 1 for breakpoints.
8326         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
8327         (enable_command): mark_breakpoint_location_modified (...).
8328         (_initialize_breakpoint): Update documentation and add
8329         condition-evaluation breakpoint subcommand.
8330
8331         * breakpoint.h: Include ax.h.
8332         (condition_list): New data structure.
8333         (condition_status): New enum.
8334         (bp_target_info) <cond_list>: New field.
8335         (bp_location) <condition_changed, cond_bytecode>: New fields.
8336         (is_breakpoint): New prototype.
8337
8338 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
8339
8340         * remote.c (remote_state) <cond_breakpoints>: New field.
8341         (PACKET_ConditionalBreakpoints): New enum.
8342         (remote_cond_breakpoint_feature): New function.
8343         (remote_protocol_features): Add new ConditionalBreakpoints entry.
8344         (remote_supports_cond_breakpoints): New function.
8345         (_initialize_remote): Add new packet configuration for
8346         target-side conditional breakpoints.
8347
8348 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
8349
8350         * NEWS: Mention target-side conditional breakpoint support,
8351         new condition-evaluation breakpoint subcommand and remote
8352         packet extensions.
8353
8354 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
8355
8356         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
8357         number.
8358
8359 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
8360
8361         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
8362         (after_prologue): Remove.
8363
8364 2012-02-23  Tom Tromey  <tromey@redhat.com>
8365
8366         * jv-valprint.c (java_val_print): Remove dead code.
8367
8368 2012-02-23  Tristan Gingold  <gingold@adacore.com>
8369
8370         * ada-tasks.c (struct ada_tasks_inferior_data): Add
8371         known_tasks_element and known_tasks_length fields.
8372         (read_known_tasks_array): Change argument type.  Use pointer type
8373         and number of elements from DATA.  Adjust.
8374         (read_known_tasks_list): Likewise.
8375         (get_known_tasks_addr): Remove.
8376         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
8377         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
8378         type and array length.  Merge former get_known_tasks_addr code.
8379
8380 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8381
8382         PR backtrace/13716
8383         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
8384         it after set_momentary_breakpoint.
8385
8386 2012-02-22  Sterling Augustine  <saugustine@google.com>
8387
8388         PR 13689:
8389         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
8390
8391 2012-02-22  Gary Benson  <gbenson@redhat.com>
8392
8393         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
8394         (find_slot_in_mapped_hash): Likewise.
8395
8396 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8397
8398         PR build/13638
8399         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
8400         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
8401         * configure: Regenerate.
8402
8403 2012-02-21  Tristan Gingold  <gingold@adacore.com>
8404             Pedro Alves  <palves@redhat.com>
8405
8406         * ia64-tdep.c: Do not include libunwind-ia64.h.
8407         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
8408         Include libunwind-ia64.h instead of libunwind.h.
8409         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
8410         for libunwind.h existence.
8411         * configure, config.in: Regenerate.
8412
8413 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
8414
8415         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
8416         instead of value_rtti_target_type.
8417         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
8418         instead of value_rtti_target_type.
8419         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
8420         value_rtti_target_type.
8421         * valops.c (value_ind): Extract function readjust_indirect_value_type.
8422         (value_rtti_target_type): Rename to ...
8423         (value_rtti_indirect_type): ... here and make it indirect.  Update
8424         function comment.
8425         * value.c (readjust_indirect_value_type): New function.
8426         (coerce_ref): Support for enclosing type setting for references
8427         with readjust_indirect_value_type.
8428         * value.h (readjust_value_type): New declaration.
8429         (value_rtti_target_type): Rename to ...
8430         (value_rtti_indirect_type): ... here.
8431
8432 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
8433
8434         * MAINTAINERS (Write After Approval): Add myself to the list.
8435
8436 2012-02-20  Doug Evans  <dje@google.com>
8437
8438         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
8439         Rename objfile_p_char parameter to objfilep.
8440         (build_objfile_section_table): Result is now void.  All callers
8441         updated.
8442         * objfiles.h (struct objfile): Tweak comments, whitespace.
8443         (build_objfile_section_table): Update.
8444
8445         * elfread.c (elf_symfile_segments): Fix warning text.
8446
8447 2012-02-20  Tom Tromey  <tromey@redhat.com>
8448
8449         PR gdb/13498:
8450         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
8451         particular set of file names once.
8452         (dw2_map_symbol_filenames): Likewise.
8453
8454 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8455
8456         Code cleanup.
8457         * main.c (write_files): Remove the declaration.
8458         (external_editor_command): Move the declaration ...
8459         [GDBTK] (external_editor_command): ... here.  Fix the comment.
8460
8461 2012-02-20  Tom Tromey  <tromey@redhat.com>
8462
8463         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
8464         extraneous block.
8465
8466 2012-02-20  Tristan Gingold  <gingold@adacore.com>
8467
8468         * darwin-nat.h (enum darwin_msg_state): Add comments.
8469
8470 2012-02-20  Tristan Gingold  <gingold@adacore.com>
8471
8472         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
8473         value.
8474
8475 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
8476
8477         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
8478         between function description and implementation.
8479
8480 2012-02-17  Tom Tromey  <tromey@redhat.com>
8481
8482         PR python/12070:
8483         * python/py-event.c (event_object_getset): New global.
8484         (event_object_type): Reference it.
8485         * python/py-type.c (field_object_getset): New global.
8486         (field_object_type): Reference it.
8487         * python/python-internal.h (gdb_py_generic_dict): Declare.
8488         * python/py-utils.c (gdb_py_generic_dict): New function.
8489
8490 2012-02-17  Tristan Gingold  <gingold@adacore.com>
8491
8492         * solib-darwin.c (darwin_current_sos): Check magic and filetype
8493
8494 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
8495
8496         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
8497         TYPE_CALLING_CONVENTION annotation.
8498
8499 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
8500
8501         * MAINTAINERS: Add rx to target ISA section.
8502         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
8503         (ALLDEPFILES): Add rx-tdep.c.
8504
8505 2012-02-16  Tom Tromey  <tromey@redhat.com>
8506
8507         * symfile.c (symbol_file_add_main_1): Use inferior's
8508         symfile_flags.
8509         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
8510         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
8511         inferior.
8512         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
8513         inferior.
8514         (follow_exec): Use inferior's symfile_flags.
8515         * inferior.h (struct inferior) <symfile_flags>: New field.
8516
8517 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
8518
8519         PR gdb/9734:
8520         * remote-sim.c (gdbsim_create_inferior): Call error() when
8521         sim_create_inferior() fails.
8522
8523 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
8524
8525         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
8526
8527 2012-02-16  Tom Tromey  <tromey@redhat.com>
8528
8529         PR c++/13653:
8530         * thread.c (struct current_thread_cleanup) <was_removable>: New
8531         field.
8532         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
8533         (make_cleanup_restore_current_thread): Initialize new field.
8534
8535 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
8536
8537         * MAINTAINERS: Add rl78 to target ISA section.
8538         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
8539         (ALLDEPFILES): Add rl78-tdep.c.
8540         * NEWS: Mention rl78 as a new target.
8541
8542 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
8543
8544         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
8545         data.
8546         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
8547
8548 2012-02-15  Tom Tromey  <tromey@redhat.com>
8549
8550         PR gdb/12659:
8551         * infcmd.c (registers_info): Print just the current register's
8552         name.
8553
8554 2012-02-15  Tom Tromey  <tromey@redhat.com>
8555
8556         * python/py-symbol.c (sympy_value): Use _().
8557
8558 2012-02-15  Pedro Alves  <palves@redhat.com>
8559
8560         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
8561         output to be like native targets'.
8562         (remote_pid_to_str): Special case the null ptid.
8563
8564 2012-02-14  Stan Shebs  <stan@codesourcery.com>
8565
8566         * NEWS: Mention enable count command.
8567         * breakpoint.h (struct breakpoint): New field enable_count.
8568         * breakpoint.c (enable_breakpoint_disp): Add count argument.
8569         (enable_breakpoint): Add arg to call.
8570         (struct disp_data): New struct.
8571         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
8572         (do_map_enable_once_breakpoint): Create a struct and pass it.
8573         (do_map_enable_delete_breakpoint): Ditto.
8574         (do_map_enable_count_breakpoint): New function.
8575         (enable_count_command): New function.
8576         (bpstat_stop_status): Decrement enable_count.
8577         (print_one_breakpoint_location): Report enable count.
8578         (_initialize_breakpoint): Add enable count command.
8579
8580 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
8581
8582         * rl78-tdep.c (reggroups.h): Include.
8583         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
8584         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
8585         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
8586         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
8587         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
8588         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
8589         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
8590         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
8591         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
8592         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
8593         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
8594         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
8595         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
8596         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
8597         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
8598         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
8599         beginning of register list.
8600         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
8601         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
8602         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
8603         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
8604         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
8605         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
8606         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
8607         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
8608         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
8609         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
8610         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
8611         the pseudo registers.  Rearrange other pseudo registers too so
8612         that the bank registers appear at the end.
8613         (rl78_register_type): Account for the fact that the byte sized
8614         bank registers are now pseudo-registers.
8615         (rl78_register_name): Rearrange the register name array.  Make
8616         initial set of raw banked registers inaccessible.
8617         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
8618         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
8619         case for copying bytes back and forth between raw and pseudo
8620         versions of the banked registers.  Update other cases to reflect
8621         the changed names.
8622         (rl78_return_value): Update to account for changed names of
8623         raw registers.
8624         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
8625         rl78_register_sim_regno().
8626
8627 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
8628
8629         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
8630         the name parameter being passed to find_pc_partial_function().
8631
8632 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8633
8634         * MAINTAINERS: Step down from being ia64 target maintainer.
8635
8636 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8637
8638         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
8639         compilation warning.
8640
8641 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8642
8643         Fix crash on loaded shlibs without loaded exec_bfd.
8644         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
8645         (set_section_command): Replace exec_bfd by p->bfd.
8646
8647 2012-02-10  Tom Tromey  <tromey@redhat.com>
8648
8649         * linespec.c (decode_line_internal): Skip symtabs_from_filename
8650         when we have a C++ qualified name.
8651
8652 2012-02-10  Pedro Alves  <palves@redhat.com>
8653
8654         * inferior.c (inferior_pid_to_str): New.
8655         (print_inferior, inferior_command): Use it.
8656
8657 2012-02-10  Pedro Alves  <palves@redhat.com>
8658
8659         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
8660         the test CFLAGS.
8661         * configure: Regenerate.
8662
8663 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8664
8665         * linespec.c (decode_line_internal): Fix comment correctness.
8666
8667 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
8668
8669         PR gdb/12953
8670         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
8671         * amd64bsd-nat.c: Add support for debug registers (adapted from
8672         i386bsd-nat.c).
8673         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
8674         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
8675         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
8676         (amd64bsd_dr_get_control): New functions.
8677         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
8678         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
8679         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
8680         watchpoints initialization.
8681         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
8682
8683 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8684
8685         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
8686         flds_bnds.fields.
8687         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
8688
8689 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8690
8691         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
8692
8693 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
8694
8695         * language.h (symbol_name_cmp_ftype): Renames
8696         symbol_name_match_p_ftype.
8697         (struct language_defn)[la_get_symbol_name_cmp]: Renames
8698         la_get_symbol_name_match_p.
8699         * ada-lang.c (ada_get_symbol_name_cmp): Renames
8700         ada_get_symbol_name_match_p.  Update comment.
8701         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
8702         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
8703         Renames symbol_name_match_p.  Update field type.
8704         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
8705         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
8706         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
8707         "la_get_symbol_name_cmp" in comments.
8708         * language.c: Likewise.
8709
8710 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8711
8712         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
8713         %eflags offset.
8714         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
8715         (amd64_sol2_gregset32_reg_offs): Likewise.
8716
8717 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
8718
8719         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
8720         of the returned BFD is allocated by GDB.
8721
8722 2012-02-07  Tom Tromey  <tromey@redhat.com>
8723
8724         PR python/12027:
8725         * python/python-internal.h (frame_object_type): Declare.
8726         * python/py-symbol.c (sympy_needs_frame): New function.
8727         (sympy_value): New function.
8728         (symbol_object_getset): Add "needs_frame".
8729         (symbol_object_methods): Add "value".
8730         * python/py-frame.c (frame_object_type): No longer static.
8731
8732 2012-02-07  Tom Tromey  <tromey@redhat.com>
8733
8734         PR python/13599:
8735         * python/py-symbol.c (sympy_line): New function.
8736         (symbol_object_getset): Add "line".
8737
8738 2012-02-07  Tom Tromey  <tromey@redhat.com>
8739
8740         * charset.c (find_charset_names): Check 'in' against NULL.
8741
8742 2012-02-06  Doug Evans  <dje@google.com>
8743
8744         * gdbtypes.h (struct main_type): Change type of name,tag_name,
8745         and fields.name members from char * to const char *.  All uses updated.
8746         (struct cplus_struct_type): Change type of fn_fieldlists.name member
8747         from char * to const char *.  All uses updated.
8748         (type_name_no_tag): Update.
8749         (lookup_unsigned_typename, lookup_signed_typename): Update.
8750         * gdbtypes.c (type_name_no_tag): Change result type
8751         from char * to const char *.  All callers updated.
8752         (lookup_unsigned_typename, lookup_signed_typename): Change type of
8753         name parameter from char * to const char *.
8754         * symtab.h (struct cplus_specific): Change type of demangled_name
8755         member from char * to const char *.  All uses updated.
8756         (struct general_symbol_info): Change type of name and
8757         mangled_lang.demangled_name members from char * to const char *.
8758         All uses updated.
8759         (symbol_get_demangled_name, symbol_natural_name): Update.
8760         (symbol_demangled_name, symbol_search_name): Update.
8761         * symtab.c (symbol_get_demangled_name): Change result type
8762         from char * to const char *.  All callers updated.
8763         (symbol_natural_name, symbol_demangled_name): Ditto.
8764         (symbol_search_name): Ditto.
8765         (completion_list_add_name): Change type of symname,sym_text,
8766         text,word parameters from char * to const char *.
8767         (completion_list_objc_symbol): Change type of sym_text,
8768         text,word parameters from char * to const char *.
8769         * ada-lang.c (find_struct_field): Change type of name parameter
8770         from char * to const char *.
8771         (encoded_ordered_before): Similarly for N0,N1 parameters.
8772         (old_renaming_is_invisible): Similarly for function_name parameter.
8773         (ada_type_name): Change result type from char * to const char *.
8774         All callers updated.
8775         * ada-lang.h (ada_type_name): Update.
8776         * buildsym.c (hashname): Change type of name parameter
8777         from char * to const char *.
8778         * buildsym.h (hashname): Update.
8779         * dbxread.c (end_psymtab): Change type of include_list parameter
8780         from char ** to const char **.
8781         * dwarf2read.c (determine_prefix): Change result type
8782         from char * to const char *.  All callers updated.
8783         * f-lang.c (find_common_for_function): Change type of name, funcname
8784         parameters from char * to const char *.
8785         * f-lang.c (find_common_for_function): Update.
8786         * f-valprint.c (list_all_visible_commons): Change type of funcname
8787         parameters from char * to const char *.
8788         * gdbarch.sh (static_transform_name): Change type of name parameter
8789         and result from char * to const char *.
8790         * gdbarch.c: Regenerate.
8791         * gdbarch.h: Regenerate.
8792         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
8793         of name parameter from char * to const char *.
8794         * jv-lang.c (java_primitive_type_from_name): Ditto.
8795         (java_demangled_signature_length): Similarly for signature parameter.
8796         (java_demangled_signature_copy): Ditto.
8797         (java_demangle_type_signature): Ditto.
8798         * jv-lang.h (java_primitive_type_from_name): Update.
8799         (java_demangle_type_signature): Update.
8800         * objc-lang.c (specialcmp): Change type of a,b parameters
8801         from char * to const char *.
8802         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
8803         from char * to const char *.  All callers updated.
8804         * p-lang.h (is_pascal_string_type): Update.
8805         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
8806         of name parameter from char * to const char *.
8807         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
8808         * utils.c (fprintf_symbol_filtered): Ditto.
8809         * defs.h (fprintf_symbol_filtered): Update.
8810         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
8811         * stabsread.h (end_psymtab): Update.
8812         * stack.c (find_frame_funname): Change type of funname parameter
8813         from char ** to const char **.
8814         * stack.h (find_frame_funname): Update.
8815         * typeprint.c (type_print): Change type of varstring parameter
8816         from char * to const char *.
8817         * value.h (type_print): Update.
8818         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
8819         from char * to const char *.  All callers updated.
8820         (xcoff_end_psymtab): Change type of include_list parameter
8821         from char ** to const char **.  All callers updated.
8822         (swap_sym): Similarly for name parameter.  All callers updated.
8823         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
8824         Use xstrdup.
8825         (process_coff_symbol): Use xstrdup.
8826         * stabsread.c (stabs_method_name_from_physname): Renamed from
8827         update_method_name_from_physname.  Change result type from void
8828         to char *.  All callers updated.
8829         (read_member_functions): In has_destructor case, store name in objfile
8830         obstack instead of malloc space.  In !has_stub case, fix mem leak.
8831
8832 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
8833
8834         * configure: Rebuild.
8835         * configure.ac: Put -L../bfd and -L../libiberty at the front of
8836         LDFLAGS.
8837
8838 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
8839
8840         * configure.tgt (rl78-*-elf): New target.
8841         * rl78-tdep.c: New file.
8842
8843 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8844
8845         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
8846         and continue the loop.  Add QUIT statement.
8847
8848 2012-02-03  Tom Tromey  <tromey@redhat.com>
8849
8850         PR gdb/13596:
8851         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
8852         bfd_lookup_symbol_from_symtab.
8853         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
8854         gdb_bfd_lookup_symbol_from_symtab.
8855
8856 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
8857
8858         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
8859         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
8860         symbol.  Add assertion that sym2 is never NULL.
8861
8862 2012-02-02  Doug Evans  <dje@google.com>
8863
8864         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
8865         "name" parameter to const char ** from char **.  All callers updated.
8866         (find_pc_partial_function): Ditto.
8867         (cache_pc_function_name): Change type to const char * from char *.
8868         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
8869         (find_pc_partial_function): Update.
8870         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
8871         type of "name" parameter to const char * from char *.
8872         All uses updated.
8873         * arch-utils.c (generic_in_solib_return_trampoline): Change
8874         type of "name" parameter to const char * from char *.
8875         * arch-utils.h (generic_in_solib_return_trampoline): Update.
8876         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
8877         type of "name" parameter to const char * from char *.
8878         * gdbarch.sh (in_solib_return_trampoline): Ditto.
8879         * gdbarch.c: Regenerate.
8880         * gdbarch.h: Regenerate.
8881         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
8882         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
8883         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
8884         type of "name" parameter to const char * from char *.
8885         * skip.c (skip_function_pc): Ditto.
8886         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
8887         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
8888         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
8889         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
8890         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
8891         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
8892         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
8893         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
8894         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
8895
8896 2012-02-02  Pedro Alves  <palves@redhat.com>
8897
8898         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
8899         the current inferior has no execution.  Make sure the current
8900         remote process matches gdb's current inferior.
8901
8902 2012-02-02  Tom Tromey  <tromey@redhat.com>
8903
8904         PR gdb/13405:
8905         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
8906         read-only memory.
8907
8908 2012-02-02  Tom Tromey  <tromey@redhat.com>
8909
8910         PR gdb/9307:
8911         * symtab.c (lookup_language_this): Set block_found.
8912
8913 2012-02-01  Tom Tromey  <tromey@redhat.com>
8914
8915         PR gdb/13431:
8916         * jit.c (struct jit_inferior_data): Rewrite.
8917         (struct jit_objfile_data): New.
8918         (get_jit_objfile_data): New function.
8919         (add_objfile_entry): Update.
8920         (jit_read_descriptor): Return int.  Replace descriptor_addr
8921         argument with inf_data.  Update.  Don't call error.
8922         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
8923         descriptor here.
8924         (jit_inferior_init): Don't look up descriptor.  Don't call error.
8925         (jit_reset_inferior_data_and_breakpoints)
8926         (jit_inferior_created_observer): Remove.
8927         (jit_inferior_exit_hook): Update.
8928         (jit_executable_changed_observer): Remove.
8929         (jit_event_handler): Update.
8930         (free_objfile_data): Reset inferior data if needed.
8931         (_initialize_jit): Update.
8932
8933 2012-02-01  Tom Tromey  <tromey@redhat.com>
8934
8935         * jit.c (bfd_open_from_target_memory): Move higher in file.
8936
8937 2012-02-01  Tristan Gingold  <gingold@adacore.com>
8938
8939         * libunwind-frame.c (libunwind_load): Display message if dlopen
8940         failed.
8941
8942 2012-02-01  Gary Benson  <gbenson@redhat.com>
8943
8944         * symtab.h (symbol_found_callback_ftype): New typedef.
8945         (iterate_over_symbols): Use the above.
8946         * symtab.c (iterate_over_symbols): Likewise.
8947         * language.h (language_defn->la_iterate_over_symbols): Likewise.
8948         * ada-lang.c (ada_iterate_over_symbols): Likewise.
8949         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
8950         (iterate_name_matcher): Document return values.
8951         (collect_one_symbol): Likewise.
8952         (collect_function_symbols): Likewise.
8953         (collect_symbols): Likewise.
8954
8955 2012-02-01  Tom Tromey  <tromey@redhat.com>
8956
8957         * ada-lang.c (resolve_subexp): Update.
8958         (ada_lookup_symbol_list): Add 'full_search' argument.
8959         (ada_iterate_over_symbols): Pass 0 as full_search argument to
8960         ada_lookup_symbol_list.
8961         (ada_lookup_encoded_symbol): Update.
8962         (get_var_value): Update.
8963         * ada-exp.y (block_lookup): Update.
8964         (write_var_or_type): Update.
8965         (write_name_assoc): Update.
8966         * ada-lang.h (ada_lookup_symbol_list): Update.
8967
8968 2012-01-31  Tom Tromey  <tromey@redhat.com>
8969
8970         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
8971         comment.
8972
8973 2012-01-31  Doug Evans  <dje@google.com>
8974
8975         * symtab.h: Remove outdated comment.
8976         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
8977
8978 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8979
8980         Fix build error in Darwin port.
8981         * i386-darwin-nat.c: Include i386-nat.h.
8982
8983 2012-01-30  Tom Tromey  <tromey@redhat.com>
8984
8985         PR breakpoints/13568:
8986         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
8987         argument.  Check for recursive includes.
8988         (dwarf_decode_macros): Create an include hash.
8989
8990 2012-01-30  Michael Eager  <eager@eagercon.com>
8991
8992         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
8993         * ppc-linux-tdep.c: Include glibc-tdep.h.
8994         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
8995         (powerpc_linux_in_plt_stub): New function.
8996         (powerpc_linux_in_dynsym_resolve_code): New function.
8997         (ppc_skip_trampoline_code): New function.
8998         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
8999         Use glibc_skip_solib_resolver.
9000
9001 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9002
9003         Code cleanup: Make 1440 bytes of data segment read-only.
9004         * arch-utils.c (endian_enum): Make it const char *const [].
9005         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9006         Likewise.
9007         * breakpoint.c (always_inserted_enums): Likewise.
9008         * cli/cli-cmds.c (script_ext_enums): Likewise.
9009         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9010         enumlist parameter const char *const *.
9011         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9012         const char *const *.
9013         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9014         parameter const char *const *.
9015         * cris-tdep.c (cris_modes): Make it const char *const [].
9016         * filesystem.c (target_file_system_kinds): Likewise.
9017         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9018         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9019         (can_use_displaced_stepping_enum, scheduler_enums)
9020         (exec_direction_names): Likewise.
9021         * language.c (_initialize_language): Make the type_or_range_names and
9022         case_sensitive_names variables const char *const [].
9023         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9024         * python/python.c (python_excp_enums): Likewise.
9025         * remote.c (interrupt_sequence_modes): Likewise.
9026         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9027         * serial.c (logbase_enums): Likewise.
9028         * sh-tdep.c (sh_cc_enum): Likewise.
9029         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9030         Likewise.
9031         * symtab.c (multiple_symbols_modes): Likewise.
9032         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9033         Likewise.
9034         * utils.c (internal_problem_modes): Likewise.
9035
9036 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9037
9038         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9039         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9040         result.
9041
9042 2012-01-27  Doug Evans  <dje@google.com>
9043
9044         * configure.ac (with_python): Fix absolute path handling for win32.
9045         * configure: Regenerate.
9046
9047 2012-01-26  Doug Evans  <dje@google.com>
9048
9049         * symtab.c: Whitespace cleanup, no code changes.
9050
9051         * symtab.c (lookup_symbol_in_language): Improve comment.
9052         (lookup_symbol_aux): Fix comment.
9053
9054         * psymtab.c (add_psymbol_to_list): Result is now "void".
9055         * psympriv.h (add_psymbol_to_list): Update.
9056
9057         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9058
9059 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9060
9061         Do not open script filenames twice.
9062         * cli/cli-cmds.c (source_script_from_stream): Pass to
9063         source_python_script also STREAM.
9064         * python/py-auto-load.c (source_section_scripts): Pass to
9065         source_python_script_for_objfile also STREAM.
9066         (auto_load_objfile_script): Pass to source_python_script_for_objfile
9067         also INPUT.
9068         * python/python-internal.h (source_python_script_for_objfile): New
9069         parameter file, rename parameter file to filename.
9070         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9071         instead if !_WIN32.  Update the function comment.
9072         (source_python_script, source_python_script_for_objfile)
9073         (source_python_script): New parameter file, rename parameter file to
9074         filename.  Pass FILENAME to python_run_simple_file.
9075         * python/python.h (source_python_script): New parameter file, rename
9076         parameter file to filename.
9077
9078 2012-01-26  Pedro Alves  <palves@redhat.com>
9079
9080         * corelow.c (core_has_fake_pid): Delete.
9081         (core_close): Delete references to `core_has_fake_pid'.
9082         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9083         (core_open): Delete references to `core_has_fake_pid'.
9084         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9085         the removed global.
9086
9087 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
9088
9089         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9090         Remove language parameter from name_matcher.  Adjust the comment.
9091         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9092         Remove language parameter.
9093         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9094         * linespec.c (iterate_name_matcher): Likewise.
9095         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9096         name_matcher.  Adjust call accordingly.
9097         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9098         (maintenance_check_symtabs): Adjust type of parameter "fun".
9099         * psymtab.h (maintenance_check_symtabs): Likewise.
9100
9101 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
9102
9103         * language.h (symbol_name_match_p_ftype): New typedef.
9104         (struct language_defn): Replace field la_symbol_name_compare
9105         by la_get_symbol_name_match_p.
9106         * ada-lang.c (ada_get_symbol_name_match_p): New function.
9107         (ada_language_defn): Use it.
9108         * linespec.c (struct symbol_matcher_data): New type.
9109         (iterate_name_matcher): Rewrite.
9110         (iterate_over_all_matching_symtabs): Pass a pointer to
9111         a symbol_matcher_data struct to expand_symtabs_matching
9112         instead of just the lookup name.
9113         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9114         opencl-lang.c, p-lang.c, language.c: Delete field
9115         la_symbol_name_compare, and replace by NULL for new field
9116         la_get_symbol_name_match_p.
9117         * symfile.h (struct quick_symbol_functions): Update comment.
9118
9119 2012-01-25  Tom Tromey  <tromey@redhat.com>
9120
9121         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9122         dereferencing.
9123
9124 2012-01-24  Tom Tromey  <tromey@redhat.com>
9125
9126         PR symtab/12406:
9127         * solib.c (update_solib_list): Update the program space's
9128         added_solibs and deleted_solibs fields.
9129         * progspace.h (struct program_space) <added_solibs,
9130         deleted_solibs>: New fields.
9131         (clear_program_space_solib_cache): Declare.
9132         * progspace.c (release_program_space): Call
9133         clear_program_space_solib_cache.
9134         (clear_program_space_solib_cache): New function.
9135         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9136         bpstat_stop_status.  Use handle_solib_event.
9137         * breakpoint.c: Include gdb_regex.h.
9138         (print_solib_event): New function.
9139         (bpstat_print): Use print_solib_event.
9140         (bpstat_stop_status): Add special case for bp_shlib_event.
9141         (handle_solib_event): New function.
9142         (bpstat_what): Use handle_solib_event.
9143         (struct solib_catchpoint): New.
9144         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9145         (breakpoint_hit_catch_solib, check_status_catch_solib)
9146         (print_it_catch_solib, print_one_catch_solib)
9147         (print_mention_catch_solib, print_recreate_catch_solib): New
9148         functions.
9149         (catch_solib_breakpoint_ops): New global.
9150         (catch_load_or_unload, catch_load_command_1)
9151         (catch_unload_command_1): New functions.
9152         (internal_bkpt_check_status): Add special case for
9153         bp_shlib_event.
9154         (internal_bkpt_print_it): Use print_solib_event.
9155         (initialize_breakpoint_ops): Initialize
9156         catch_solib_breakpoint_ops.
9157         (_initialize_breakpoint): Register "catch load" and "catch
9158         unload".
9159         * breakpoint.h (handle_solib_event): Declare.
9160         * NEWS: Add entry for "catch load" and "catch unload".
9161
9162 2012-01-24  Tom Tromey  <tromey@redhat.com>
9163
9164         * ada-lang.c: Include gdb_vecs.h.
9165         * charset.c: Include gdb_vecs.h.
9166         * tracepoint.h: Include gdb_vecs.h.
9167         * gdb_vecs.h: New file.
9168
9169 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
9170
9171         * breakpoint.c (breakpoint_hit_catch_fork)
9172         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9173         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9174         * infrun.c (inferior_has_forked, inferior_has_vforked)
9175         (inferior_has_execd, inferior_has_called_syscall): Delete.
9176         (handle_syscall_event): Get syscall_number from the execution
9177         control state's wait status.
9178         (wait_for_inferior): Don't clear syscall_number.
9179
9180 2012-01-24  Pedro Alves  <palves@redhat.com>
9181
9182         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
9183         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
9184         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
9185         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
9186         `ws' parameter.
9187         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
9188         false for events other than TARGET_SIGNAL_TRAP.
9189         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
9190         Add `ws' parameter.
9191         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
9192         events other than TARGET_SIGNAL_TRAP.
9193         (tracepoint_breakpoint_hit): Add `ws' parameter.
9194         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
9195         parameter.
9196         (bpstat_stop_status): Same.
9197         (pc_at_non_inline_function): Same.
9198         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
9199         to pass the current event's waitstatus to bpstat_stop_status
9200         and pc_at_non_inline_function.
9201
9202 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9203
9204         Code cleanup.
9205         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
9206         Update the function comment for it.
9207         (source_script_with_search): Call make_cleanup_fclose for STREAM.
9208         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
9209         for STREAM.
9210
9211 2012-01-24  Pedro Alves  <palves@redhat.com>
9212
9213         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
9214         outside `bs->stop' block.
9215         (bpstat_what): Rework bp_shlib_event handling.
9216         (internal_bkpt_check_status): If the breakpoint is a
9217         bp_shlib_event, then set bs->stop and bs->print if
9218         stop_on_solib_events is set.
9219
9220 2012-01-24  Gary Benson  <gbenson@redhat.com>
9221
9222         Delete #if 0'd out code.
9223         * stack.c (print_frame_label_vars): Remove.
9224         (catch_info): Likewise.
9225         (_initialize_stack): Remove "info catch" command.
9226         * NEWS: Mention the above.
9227
9228 2012-01-24  Pedro Alves  <palves@redhat.com>
9229
9230         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
9231         it.
9232         (remote_notice_new_inferior): If the remote end doesn't support
9233         the multiprocess extensions, then the PID is fake.
9234         (add_current_inferior_and_thread): New.
9235         (remote_start_remote): Use it.
9236         (extended_remote_attach_1): Adjust.
9237         (extended_remote_create_inferior_1): Use
9238         add_current_inferior_and_thread.
9239
9240 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9241
9242         Fix watchpoints to be specific for each inferior.
9243         * breakpoint.c (watchpoint_in_thread_scope): Verify also
9244         current_program_space.
9245         * i386-nat.c (i386_inferior_data_cleanup): New.
9246         (i386_inferior_data_get): Replace variable inf_data_local by an
9247         inferior_data call.
9248         (i386_use_watchpoints): Initialize i386_inferior_data.
9249         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
9250         specific iterate_over_lwps.
9251
9252 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9253
9254         Fix watchpoints across inferior fork.
9255         * amd64-linux-nat.c (update_debug_registers_callback): Update the
9256         comment for linux_nat_iterate_watchpoint_lwps.
9257         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9258         linux_nat_iterate_watchpoint_lwps.
9259         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
9260         * i386-linux-nat.c (update_debug_registers_callback): Update the
9261         comment for linux_nat_iterate_watchpoint_lwps.
9262         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9263         linux_nat_iterate_watchpoint_lwps.
9264         (i386_linux_prepare_to_resume): New comment on Linux kernel.
9265         * i386-nat.c: Include inferior.h.
9266         (dr_mirror): Remove.
9267         (i386_inferior_data, struct i386_inferior_data)
9268         (i386_inferior_data_get): New.
9269         (i386_debug_reg_state): Use i386_inferior_data_get.
9270         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
9271         (i386_insert_watchpoint, i386_remove_watchpoint)
9272         (i386_stopped_data_address, i386_insert_hw_breakpoint)
9273         (i386_remove_hw_breakpoint): New variable state, use
9274         i386_debug_reg_state instead of DR_MIRROR.
9275         * linux-nat.c (delete_lwp): New declaration.
9276         (num_lwps): Move here from downwards.
9277         (delete_lwp_cleanup): New.
9278         (linux_child_follow_fork): Create new child_lp, call
9279         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
9280         PTRACE_DETACH.
9281         (num_lwps): Move upwards.
9282         (linux_nat_iterate_watchpoint_lwps): New.
9283         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
9284         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
9285
9286 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
9287
9288         GDB 7.4 released.
9289
9290 2012-01-23  Pedro Alves  <palves@redhat.com>
9291
9292         * top.c (caution): Rename to ...
9293         (confirm): ... this.
9294         (show_caution): Rename to ...
9295         (show_confirm): ... this.
9296         (quit_cover): Adjust.
9297         (init_main): Adjust.
9298         * top.h (caution): Rename to ...
9299         (confirm): ... this.
9300         * utils.c (internal_vproblem, defaulted_query): Adjust.
9301
9302 2012-01-23  Pedro Alves  <palves@redhat.com>
9303
9304         * top.c (caution): Update comment.
9305         (execute_command): Don't consider the current value of `caution'.
9306
9307 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9308
9309         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
9310
9311 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
9312
9313         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
9314         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
9315         * target.c (target_fileio_pwrite): Remove buffer address from
9316         debug output.
9317         (target_fileio_pread): Likewise.
9318
9319 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
9320
9321         * NEWS: Document remote "info proc" and "generate-core-file".
9322
9323 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
9324
9325         * gdbarch.sh (find_memory_regions): New callback.
9326         * gdbarch.c, gdbarch.h: Regenerate.
9327
9328         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
9329         callback before falling back to target method.
9330
9331         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
9332         (linux_target_install_ops): No longer install it.
9333
9334         * linux-tdep.c (linux_find_memory_regions): New function.
9335         (linux_init_abi): Install it.
9336
9337 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
9338
9339         * gdbarch.sh (make_corefile_notes): New architecture callback.
9340         * gdbarch.c: Regenerate.
9341         * gdbarch.h: Likewise.
9342
9343         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
9344         before target_make_corefile_notes.  If NULL is returned, the
9345         target does not support core file generation.
9346
9347         * linux-nat.c: Include "linux-tdep.h".
9348         (find_signalled_thread, find_stop_signal): Remove.
9349         (linux_nat_do_thread_registers): Likewise.
9350         (struct linux_nat_corefile_thread_data): Likewise.
9351         (linux_nat_corefile_thread_callback): Likewise.
9352         (iterate_over_spus): Likewise.
9353         (struct linux_spu_corefile_data): Likewise.
9354         (linux_spu_corefile_callback): Likewise.
9355         (linux_spu_make_corefile_notes): Likewise.
9356         (linux_nat_collect_thread_registers): New function.
9357         (linux_nat_make_corefile_notes): Replace contents by call to
9358         linux_make_corefile_notes passing linux_nat_collect_thread_registers
9359         as native-only callback.
9360
9361         * linux-tdep.h: Include "bfd.h".
9362         (struct regcache): Add forward declaration.
9363         (linux_collect_thread_registers_ftype): New typedef.
9364         (linux_make_corefile_notes): Add prototype.
9365         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
9366         "regset.h", and "elf-bfd.h".
9367         (find_signalled_thread, find_stop_signal): New functions.
9368         (linux_spu_make_corefile_notes): Likewise.
9369         (linux_collect_thread_registers): Likewise.
9370         (struct linux_corefile_thread_data): New data structure.
9371         (linux_corefile_thread_callback): New funcion.
9372         (linux_make_corefile_notes): Likewise.
9373         (linux_make_corefile_notes_1): Likewise.
9374         (linux_init_abi): Install it.
9375
9376 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
9377
9378         * gdbarch.sh (info_proc): New callback.
9379         * gdbarch.c, gdbarch.h: Regenerate.
9380
9381         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
9382         before falling back to the target info_proc callback.
9383
9384         * linux-nat.c: Do not include "cli/cli-utils.h".
9385         (linux_nat_info_proc): Remove.
9386         (linux_target_install_ops): No longer install it.
9387
9388         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
9389         (read_mapping): New function.
9390         (linux_info_proc): Likewise.
9391         (linux_init_abi): Install it.
9392
9393 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
9394
9395         * defs.h (enum info_proc_what): Moved here from linux-nat.c
9396         * infcmd.c: (info_proc_cmd_1): New function.
9397         (info_proc_cmd): New function, moved here from equivalent routine
9398         orignally in linux-nat.c.
9399         (info_proc_cmd_mappings): Likewise.
9400         (info_proc_cmd_stat): Likewise.
9401         (info_proc_cmd_status): Likewise.
9402         (info_proc_cmd_cwd): Likewise.
9403         (info_proc_cmd_cmdline): Likewise.
9404         (info_proc_cmd_exe): Likewise.
9405         (info_proc_cmd_all): Likewise.
9406         (_initialize_infcmd): Install "info proc" command and subcommands.
9407
9408         * target.h (struct target_ops): Add to_info_proc.
9409         (target_info_proc): Add prototype.
9410         * target.c (target_info_proc): New function.
9411
9412         * procfs.c (procfs_info_proc): Add prototype.
9413         (info_proc_cmd): Rename into ...
9414         (procfs_info_proc): ... this.  Update argument types as appropriate
9415         for a to_info_proc implementation.  Handle "what" argument.
9416         (procfs_target): Install procfs_info_proc.
9417         (_initialize_procfs): No longer install "info proc" command.
9418
9419         * linux-nat.c: (enum info_proc_what): Remove.
9420         (linux_nat_info_proc_cmd_1): Rename into ...
9421         (linux_nat_info_proc): ... this.  Update argument types as appropriate
9422         for a to_info_proc implementation.
9423         (linux_nat_info_proc_cmd): Remove.
9424         (linux_nat_info_proc_cmd_mappings): Likewise.
9425         (linux_nat_info_proc_cmd_stat): Likewise.
9426         (linux_nat_info_proc_cmd_status): Likewise.
9427         (linux_nat_info_proc_cmd_cwd): Likewise.
9428         (linux_nat_info_proc_cmd_cmdline): Likewise.
9429         (linux_nat_info_proc_cmd_exe): Likewise.
9430         (linux_nat_info_proc_cmd_all): Likewise.
9431         (linux_target_install_ops): Install linux_nat_info_proc.
9432         (_initialize_linux_nat): No longer install "info proc" command
9433         and subcommands.
9434
9435 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
9436
9437         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
9438         * config.in, configure: Regenerate.
9439
9440         * target.h (struct target_ops): Add to_fileio_readlink.
9441         (target_fileio_readlink): Add prototype.
9442         * target.c (target_fileio_readlink): New function.
9443
9444         * inf-child.c: Conditionally include <sys/param.h>.
9445         (inf_child_fileio_readlink): New function.
9446         (inf_child_target): Install it.
9447
9448         * remote.c (PACKET_vFile_readlink): New enum value.
9449         (remote_hostio_readlink): New function.
9450         (init_remote_ops): Install it.
9451         (_initialize_remote): Handle vFile:readlink packet type.
9452
9453 2012-01-20  Pedro Alves  <palves@redhat.com>
9454             Ulrich Weigand  <ulrich.weigand@linaro.org>
9455
9456         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
9457         * config.in, configure: Regenerate.
9458
9459         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
9460         to_fileio_pread, to_fileio_close, to_fileio_unlink.
9461         (target_fileio_open): Add prototype.
9462         (target_fileio_pwrite): Likewise.
9463         (target_fileio_pread): Likewise.
9464         (target_fileio_close): Likewise.
9465         (target_fileio_unlink): Likewise.
9466         (target_fileio_read_alloc): Likewise.
9467         (target_fileio_read_stralloc): Likewise.
9468
9469         * target.c: Include "gdb/fileio.h".
9470         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
9471         (default_fileio_target): New function.
9472         (target_fileio_open): Likewise.
9473         (target_fileio_pwrite): Likewise.
9474         (target_fileio_pread): Likewise.
9475         (target_fileio_close): Likewise.
9476         (target_fileio_unlink): Likewise.
9477         (target_fileio_close_cleanup): Likewise.
9478         (target_fileio_read_alloc_1): Likewise.
9479         (target_fileio_read_alloc): Likewise.
9480         (target_fileio_read_stralloc): Likewise.
9481
9482         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
9483         <fcntl.h>, and <unistd.h>.
9484         (inf_child_fileio_open_flags_to_host): New function.
9485         (inf_child_errno_to_fileio_error): Likewise.
9486         (inf_child_fileio_open): Likewise.
9487         (inf_child_fileio_pwrite): Likewise.
9488         (inf_child_fileio_pread): Likewise.
9489         (inf_child_fileio_close): Likewise.
9490         (inf_child_fileio_unlink): Likewise.
9491         (inf_child_target): Install to_fileio routines.
9492
9493         * remote.c (init_remote_ops): Install to_fileio routines.
9494
9495 2012-01-20  Pedro Alves  <palves@redhat.com>
9496             Ulrich Weigand  <ulrich.weigand@linaro.org>
9497
9498         * remote.c (remote_multi_process_p): Only check for multi-process
9499         protocol feature, do not check for extended protocol.
9500         (remote_supports_multi_process): Check for extended protocol here.
9501         (set_general_process): Likewise.
9502         (extended_remote_kill): Likewise.
9503         (remote_pid_to_str): Likewise.
9504         (remote_query_supported): Always query multiprocess mode.
9505
9506 2012-01-20  Pedro Alves  <palves@redhat.com>
9507             Ulrich Weigand  <ulrich.weigand@linaro.org>
9508
9509         * inferior.h (struct inferior): Add fake_pid_p.
9510         * inferior.c (exit_inferior_1): Clear fake_pid_p.
9511         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
9512         magic_null_ptid since the remote side doesn't provide a real PID.
9513
9514 2012-01-19  Tom Tromey  <tromey@redhat.com>
9515
9516         * NEWS: Combine the two Python sections.
9517
9518 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9519
9520         * target.h (target_close): Update comment on the target's unpush state.
9521
9522 2012-01-19  Pedro Alves  <palves@redhat.com>
9523
9524         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
9525         linux_nat_async directly instead of going through the target
9526         vector.
9527         * target.c (unpush_target): Close target after unpushing it, not
9528         before.
9529
9530 2012-01-19  Gary Benson  <gbenson@redhat.com>
9531
9532         * mdebugread.c (sort_blocks): Replace integer constants with ones
9533         derived from FIRST_LOCAL_BLOCK.
9534
9535 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
9536             Jan Kratochvil  <jan.kratochvil@redhat.com>
9537
9538         PR gdb/9538
9539         * symfile.c (find_separate_debug_file): New function.
9540         (terminate_after_last_dir_separator): Likewise.
9541         (find_separate_debug_file_by_debuglink): Also try realpath.
9542         * configure.ac (AC_CHECK_FUNCS): Add lstat.
9543         * configure: Regenerate.
9544         * config.in: Regenerate.
9545
9546 2012-01-18  Doug Evans  <dje@google.com>
9547
9548         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
9549         (main.o): Remove rule.
9550         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
9551         (--with-sysroot): Rewrite.
9552         * configure: Regenerate.
9553         * config.in: Regenerate.
9554
9555 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
9556
9557         * parse.c (initialize_expout): New function.
9558         (reallocate_expout): Likewise.
9559         (parse_exp_in_context): Use `initialize_expout' and
9560         `reallocate_expout' when appropriate.
9561
9562 2012-01-18  Pedro Alves  <palves@redhat.com>
9563
9564         * record.c (struct record_breakpoint, record_breakpoint_p)
9565         (record_breakpoints): New.
9566         (record_insert_breakpoint, record_remove_breakpoint): Manage
9567         record breakpoints list.  Only remove breakpoints from the
9568         inferior if they had been inserted there in the first place.
9569
9570 2012-01-17  Doug Evans  <dje@google.com>
9571
9572         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
9573         if we know we don't have a file name to look for.
9574
9575 2012-01-17  Pedro Alves  <palves@redhat.com>
9576
9577         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
9578         the frame's stop reason is UNWIND_UNAVAILABLE.
9579
9580 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9581
9582         Fix compilation error.
9583         * m2-exp.y (yyerror): Use ANSI C prototype.
9584
9585 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
9586
9587         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
9588         (growbuf_by_size): Likewise.
9589         (yyerror): Likewise.
9590         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
9591         (modblock): Remove variable (was #if 0'ed).
9592         (parse_number): Convert prototype from K&R to ANSI C.
9593         (yyerror): Likewise.
9594         * objc-exp.y (parse_number): Likewise.
9595         (yyerror): Likewise.
9596         (yylex): Remove #if 0'ed code.
9597         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
9598         (yyerror): Likewise.
9599
9600 2012-01-16  Tom Tromey  <tromey@redhat.com>
9601
9602         * NEWS: Add item.
9603         * symtab.h (compare_filenames_for_search): Declare.
9604         * symtab.c (compare_filenames_for_search): New function.
9605         (iterate_over_some_symtabs): Use it.
9606         * symfile.h (struct quick_symbol_functions)
9607         <map_symtabs_matching_filename>: Change spec.
9608         * psymtab.c (partial_map_symtabs_matching_filename): Use
9609         compare_filenames_for_search.  Update for new spec.
9610         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
9611         compare_filenames_for_search.  Update for new spec.
9612         * breakpoint.c (clear_command): Use compare_filenames_for_search.
9613
9614 2012-01-16  Tom Tromey  <tromey@redhat.com>
9615
9616         PR python/13281:
9617         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
9618         (struct main_type) <flag_flag_enum>: New field.
9619         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
9620         * NEWS: Add entries.
9621         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
9622         enums.
9623         * python/lib/gdb/printing.py (_EnumInstance): New class.
9624         (FlagEnumerationPrinter): Likewise.
9625
9626 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
9627
9628         * breakpoint.c (create_sals_from_address_default): New function.
9629         (create_breakpoints_sal_default): Likewise.
9630         (decode_linespec_default): Likewise.
9631         (is_marker_spec): Removed.
9632         (strace_marker_p): New function.
9633         (init_breakpoint_sal): Using `strace_marker_p' instead of
9634         `is_marker_spec'.
9635         (create_breakpoint): Call method `create_sals_from_address' from
9636         breakpoint_ops, replacing code that created SALs conditionally
9637         on the type of the breakpoint.  Call method `create_breakpoints_sal',
9638         replacing code that created breakpoints conditionally on the type
9639         wanted.
9640         (base_breakpoint_create_sals_from_address): New function.
9641         (base_breakpoint_create_breakpoints_sal): Likewise.
9642         (base_breakpoint_decode_linespec): Likewise.
9643         (base_breakpoint_ops): Add methods
9644         `base_breakpoint_create_sals_from_address',
9645         `base_breakpoint_create_breakpoints_sal' and
9646         `base_breakpoint_decode_linespec'.
9647         (bkpt_create_sals_from_address): New function.
9648         (bkpt_create_breakpoints_sal): Likewise.
9649         (bkpt_decode_linespec): Likewise.
9650         (tracepoint_create_sals_from_address): Likewise.
9651         (tracepoint_create_breakpoints_sal): Likewise.
9652         (tracepoint_decode_linespec): Likewise.
9653         (strace_marker_create_sals_from_address): Likewise.
9654         (strace_marker_create_breakpoints_sal): Likewise.
9655         (strace_marker_decode_linespec): Likewise.
9656         (strace_marker_breakpoint_ops): New variable.
9657         (addr_string_to_sals): Remove `marker_spec'.  Call method
9658         `decode_linespec' from breakpoint_ops, replacing code that decoded
9659         an address string into a SAL.  Use `strace_marker_p' instead of
9660         `marker_spec'.
9661         (strace_command): Decide whether we are dealing with a static
9662         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
9663         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
9664         * breakpoint.h (linespec_result, linespec_sals): New forward
9665         declarations.
9666         (breakpoint_ops) <create_sals_from_address>,
9667         <create_breakpoints_sal>, <decode_linespec>: New methods.
9668
9669 2012-01-14  Doug Evans  <dje@google.com>
9670
9671         * NEWS: Update text for "maint set python print-stack".
9672         It is deprecated in gdb 7.4 and deleted in 7.5.
9673
9674 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
9675
9676         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
9677         including curses.h.
9678
9679 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9680
9681         * configure: Regenerate.
9682         * config.in: Regenerate.
9683
9684 2012-01-12  Keith Seitz  <keiths@redhat.com>
9685
9686         PR mi/10586
9687         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
9688         (ANONYMOUS_UNION_NAME): Define.
9689         (is_path_expr_parent): New function.
9690         (get_path_expr_parent): New function.
9691         (is_anonymous_child): New function.
9692         (create_child_with_value): If the child is anonymous and without
9693         a name, assign an object name to it.
9694         (c_describe_child): Use get_path_expr_parent to determine
9695         the parent expression.
9696         If there field represents an anonymous struct or union and
9697         has no name, set an appropriate display name and expression.
9698         (cplus_describe_child): Likewise.
9699
9700 2012-01-12  Pedro Alves  <palves@redhat.com>
9701
9702         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
9703         available when %ebp is found to be zero (outermost).
9704
9705 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
9706
9707         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
9708         an internal gdb_static_assert.
9709         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
9710
9711 2012-01-11  Tom Tromey  <tromey@redhat.com>
9712
9713         PR gdb/9598:
9714         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
9715         catch" and "catch throw".
9716
9717 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
9718
9719         * blockframe.c (block_innermost_frame): Start search from selected
9720         frame, if present, or otherwise the current frame.
9721
9722         * c-exp.y (variable): Update innermost_block for
9723         'block COLONCOLON NAME' clause.
9724         * m2-exp.y (variable): Ditto.
9725         * objc-exp.y (variable): Ditto.
9726
9727 2012-01-10  Tom Tromey  <tromey@redhat.com>
9728
9729         PR python/13199:
9730         * python/python.c (finish_python_initialization): Set sys.argv.
9731
9732 2012-01-10  Doug Evans  <dje@google.com>
9733
9734         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
9735         "want_line_info".  All callers updated.
9736         (dwarf_decode_lines_1): New function.
9737         (handle_DW_AT_stmt_list): Add function comment.
9738         New arg "want_line_info".  All callers updated.
9739         (read_file_scope,read_type_unit_scope): Move comment from
9740         handle_DW_AT_stmt_list to here.
9741
9742 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9743
9744         Fix regression after libiberty/ update for GCC PR 6057 and others.
9745         * c-exp.y (operator) <OPERATOR DELETE>
9746         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
9747         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
9748         (make_builtin_type, make_name): New variable i, add gdb_assert.
9749         (operator) <OPERATOR NEW>: Update ARGS to 3.
9750         (operator) <OPERATOR DELETE>: Add trailing space.
9751         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
9752         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
9753         * cp-support.c (cp_canonicalize_string): Check NULL from
9754         cp_comp_to_string, call warning and return.
9755
9756 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9757
9758         Fix duplicate .o files after omitting libbfd.a.
9759         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
9760         (SFILES): Add corelow.c.
9761         (COMMON_OBS): Add corelow.o.
9762         (ALLDEPFILES): Remove corelow.c.
9763         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
9764         * config/alpha/alpha-osf3.mh: Likewise.
9765         * config/alpha/fbsd.mh: Likewise.
9766         * config/arm/nbsdaout.mh: Likewise.
9767         * config/arm/nbsdelf.mh: Likewise.
9768         * config/i386/i386gnu.mh: Likewise.
9769         * config/ia64/hpux.mh: Likewise.
9770         * config/ia64/linux.mh: Likewise.
9771         * config/m32r/linux.mh: Likewise.
9772         * config/m68k/linux.mh: Likewise.
9773         * config/mips/irix5.mh: Likewise.
9774         * config/mips/irix6.mh: Likewise.
9775         * config/pa/hpux.mh: Likewise.
9776         * config/pa/linux.mh: Likewise.
9777         * config/powerpc/aix.mh: Likewise.
9778         * config/sparc/linux.mh: Likewise.
9779         * config/sparc/linux64.mh: Likewise.
9780         * config/sparc/sol2.mh: Likewise.
9781         * config/vax/vax.mh: Likewise.
9782         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
9783         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
9784         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
9785         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
9786         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
9787         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
9788         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
9789         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
9790         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
9791         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
9792         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
9793         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
9794         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
9795         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
9796         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
9797         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
9798         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
9799         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
9800         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
9801         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
9802         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
9803         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
9804         corelow.o from gdb_target_obs.
9805         * corefile.c (core_target): Update the comment on NULL value.
9806         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
9807         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
9808         MATCHES.  Drop YUMMY set on NULL.
9809         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
9810         reclaim CORE_DATA if it is already NULL.
9811
9812 2012-01-09  Doug Evans  <dje@google.com>
9813
9814         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
9815         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
9816
9817 2012-01-09  Keith Seitz  <keiths@redhat.com>
9818
9819         * breakpoint.c (wrapper.h): Don't include.
9820
9821 2012-01-09  Keith Seitz  <keiths@redhat.com>
9822
9823         * Makefile.in (SFILES): Remove wrapper.c.
9824         (HFILES_NO_SRCDIR): Remove wrapper.h.
9825         (COMMON_OBS): Remove wrapper.o.
9826         * cli/cli-interp.c: Don't inlude wrapper.h.
9827         * corelow.c: Likewise.
9828         (core_open): Replace gdb_target_find_new_threads with
9829         TRY_CATCH around target_find_new_threads.
9830         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
9831         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
9832         * varobj.c (varobj_create): Likewise for parse_exp_1 and
9833         evaluate_expression.
9834         (varobj_set_value): Likewise for evaluate_expression and
9835         value_assign.
9836         (install_new_variable): Likewise for value_fetch_lazy.
9837         (adjust_value_for_child_access): Likewise for value_ind.
9838         (c_describe_child): Likewise for value_subscript and
9839         value_ind.
9840         (c_value_of_root): Likewise for evaluate_expression.
9841         * wrapper.c: Remove.
9842         * wrapper.h: Remove.
9843
9844 2012-01-09  Doug Evans  <dje@google.com>
9845
9846         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
9847         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
9848         "abfd" args with "section".  All callers updated.
9849         Error checking code moved ...
9850         (error_check_comp_unit_head): ... here.  New function.
9851         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
9852         Delete arg "abfd".  New arg "type_offset".  All callers updated.
9853         (create_debug_types_hash_table): Simplify by using
9854         read_and_check_type_unit_head.
9855
9856         * parser-defs.h (namecopy): Delete.
9857         * parse.c (namecopy, namecopy_size): Move into copy_name.
9858
9859 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9860
9861         Partially fix duplicate .o files after omitting libbfd.a.
9862         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
9863         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
9864         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
9865         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
9866         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
9867         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
9868         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
9869
9870 2012-01-09  Pedro Alves  <palves@redhat.com>
9871
9872         * MAINTAINERS: Update my email address.
9873
9874 2012-01-08  Doug Evans  <dje@google.com>
9875
9876         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
9877         n_type_units.  Rename type_comp_units to all_type_units.
9878         All uses updated.
9879         (add_signatured_type_cu_to_table): Renamed from
9880         add_signatured_type_cu_to_list.  All callers updated.
9881
9882         * gdbtypes.h (struct cplus_struct_type): Delete member
9883         nfn_fields_total.  All uses removed.
9884
9885 2012-01-06  Doug Evans  <dje@google.com>
9886
9887         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
9888         to top of file.
9889         (dwarf2_find_comp_unit): Delete.
9890         (process_psymtab_comp_unit): Make result "void".
9891         Delete args buffer, info_ptr, buffer_size, and replace with
9892         "section".  All callers updated.
9893         (dwarf2_build_psymtabs_hard): Simplify.
9894
9895 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
9896             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9897
9898         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
9899         before `struct gdb_exception'.
9900         * breakpoint.c (update_global_location_list_nothrow)
9901         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
9902         * cp-abi.c (value_rtti_type): Likewise.
9903         * cp-support.c (cp_validate_operator): Likewise.
9904         * infrun.c (insert_exception_resume_breakpoint)
9905         (check_exception_resume, keep_going): Likewise.
9906         * mi-interp.c (mi_breakpoint_created)
9907         (mi_breakpoint_modified): Likewise.
9908         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
9909         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
9910         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
9911
9912 2012-01-05  Doug Evans  <dje@google.com>
9913
9914         * dwarf2read.c (statement_prologue): Delete, unused.
9915
9916         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
9917         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
9918
9919         * dwarf2read.c (comp_unit_header): Delete, unused.
9920
9921 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
9922
9923         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
9924         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
9925
9926 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
9927
9928         * infrun.c (normal_stop): Don't skip calling the normal_stop
9929         observers if the thread was doing a multi-step, but stopped for
9930         some reason other than stepping.
9931
9932 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
9933
9934         * cli/cli-decode.h: Add comments.
9935         (CMD_LIST_AMBIGUOUS): Moved to command.h
9936         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
9937         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
9938         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
9939         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
9940         (add_com, add_com_alias, add_info, add_info_alias)
9941         (complete_on_cmdlist, complete_on_enum, help_list): Remove
9942         declarations.
9943         * command.h: Add and adjust comments.
9944         (CMD_LIST_AMBIGUOUS): Moved here.
9945         (help_cmd, help_cmd_list): Delete declarations.
9946
9947 2012-01-04  Doug Evans  <dje@google.com>
9948
9949         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
9950         All callers updated.
9951         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
9952         Replace all arguments with "per_cu".  All callers updated.
9953
9954         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
9955
9956         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
9957         New arg "per_cu".  All callers updated.
9958
9959         Delete #if 0'd out code.
9960         * language.c (binop_result_type): Delete.
9961         (simple_type, ordered_type, same_type, integral_type): Delete.
9962         (numeric_type, character_type, string_type, boolean_type): Delete.
9963         (float_type, structured_type): Delete.
9964         * language.h: Update.
9965
9966 2012-01-04  Tom Tromey  <tromey@redhat.com>
9967
9968         * python/py-value.c (valpy_binop): Initialize 'res_val'.
9969
9970 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
9971
9972         * corefile.c (close_exec_file): Delete.
9973         (reopen_exec_file): Remove commented out code that seems related
9974         to close_exec_file, which is being deleted here.
9975         * inferior.h (close_exec_file): Delete.
9976         * fork-child.c (fork_inferior): Remove call to fork_inferior.
9977
9978 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
9979
9980         * ada-lang.c: #include "cli/cli-utils.h".
9981         (get_selections): Use skip_spaces.
9982         (ada_get_next_arg): Use skip_spaces and skip_to_space.
9983         (catch_ada_exception_command_split): Use skip_spaces.
9984         (ada_decode_assert_location): Likewise.
9985
9986 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
9987
9988         * linespec.c (decode_line_internal): Check for C++ or Java
9989         compound constructs only if the current language is C, C++
9990         or Java.
9991
9992 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9993
9994         Revert:
9995         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9996                     Joel Brobecker  <brobecker@adacore.com>
9997         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
9998         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
9999         3 times.
10000         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10001         fall through into AT_ENTRY_POINT.
10002         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
10003         DUMMY_ADDR with it.
10004         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10005         PPC_INSN_SIZE skip to 3 times.
10006
10007 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10008
10009         * linespec.c (add_minsym): Preserve function descriptors.
10010
10011 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
10012
10013         * breakpoint.c (all_locations_are_pending): Consider locations
10014         in program spaces executing during startup pending as well.
10015
10016 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10017
10018         Copyright year update in most files of the GDB Project.
10019
10020 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10021
10022         * copyright.sh: Delete.
10023         * copyright.py: Rewrite.
10024
10025 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10026
10027         * gnulib/extra/update-copyright: New file, imported from gnulib.
10028
10029 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10030
10031         * README (Copyright and License Notices): New section.
10032
10033 2012-01-03  Tom Tromey  <tromey@redhat.com>
10034
10035         PR python/12533:
10036         * python/py-value.c (valpy_dereference, valpy_get_address
10037         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10038         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10039         (valpy_absolute, valpy_richcompare): Free intermediate values.
10040
10041 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
10042
10043         * ada-lang.c: Reformat the copyright notice.
10044
10045 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10046
10047         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10048         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10049         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10050         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10051         Revert this part of:
10052         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10053         Build gdb directly from *.o files not using libgdb.a.
10054         * Makefile.in (COMMON_OBS): Remove solib-target.o.
10055
10056 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
10057
10058         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10059         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10060         Reformat the copyright header.
10061
10062 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10063
10064         Revert this part of:
10065         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10066         Remove the gdbtui binary.
10067         * gdb.c (main): Remove args.interpreter_p initialization.
10068         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10069         * main.h (struct captured_main_args): Remove interpreter_p.
10070
10071 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
10072
10073         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10074
10075 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
10076
10077         * top.c (print_gdb_version): Update copyright year.
10078
10079 2012-01-02  Yao Qi  <yao@codesourcery.com>
10080
10081         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10082
10083 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10084             Joel Brobecker  <brobecker@adacore.com>
10085
10086         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10087         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10088         3 times.
10089         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10090         fall through into AT_ENTRY_POINT.
10091         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
10092         DUMMY_ADDR with it.
10093         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10094         PPC_INSN_SIZE skip to 3 times.
10095
10096 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10097
10098         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10099         the return value.
10100         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10101
10102 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10103
10104         Build gdb directly from *.o files not using libgdb.a.
10105         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10106         (COMMON_OBS): Remove solib-target.o.
10107         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10108         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10109         (LIBGDB_OBS, libgdb.a): Move it above.
10110         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10111         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10112         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10113         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10114         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10115         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10116         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10117         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10118         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10119         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10120         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10121         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10122         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10123         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10124         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10125         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10126         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10127         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10128         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10129         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10130         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10131         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10132         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10133         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10134         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10135         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10136         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10137
10138 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10139
10140         Remove the gdbtui binary.
10141         * .gitignore (/gdbtui): Remove.
10142         * Makefile.in (TUI): Remove.
10143         (SUBDIR_TUI_OBS): Remove tui-main.o.
10144         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10145         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10146         (tui-main.o): Remove.
10147         (all_object_files): Remove tui-main.o.
10148         * NEWS: New note for the gdbtui removal.
10149         * configure: Rebuilt.
10150         * configure.ac: No longer add all-tui, clean-tui, install-tui and
10151         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10152         CONFIG_UNINSTALL respectively.
10153         * gdb.c (main): Remove args.interpreter_p initialization.
10154         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10155         * main.h (struct captured_main_args): Remove interpreter_p.
10156         * tui/tui-main.c: Remove.
10157
10158 2012-01-01  Doug Evans  <dje@google.com>
10159
10160         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10161         (dwarf2_physname, read_import_statement): Ditto.
10162         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10163         (process_structure_scope read_subroutine_type): Ditto.
10164         (read_typedef, load_partial_dies, read_partial_die): Ditto.
10165         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10166         (dwarf2_fetch_die_location_block): Ditto.
10167         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10168
10169         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10170         All callers updated.
10171         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10172         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10173         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10174
10175         * dwarf2read.c (load_cu): Move assert to more useful location.
10176
10177         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10178         All callers updated.
10179
10180         * dwarf2read.c (dwarf2_per_objfile): Add comment.
10181         (dwarf2_elf_names): Minor reformat.
10182         (dwarf2_per_cu_data): Tweak comment.
10183         (dwarf2_read_section): Fix comment.
10184         (create_all_comp_units): Fix comment.
10185         (load_full_comp_unit): Fix comment.
10186         (process_full_comp_unit): Fix comment.
10187         (read_signatured_type): Fix comment.
10188
10189 For older changes see ChangeLog-2011.
10190 \f
10191 Local Variables:
10192 mode: change-log
10193 left-margin: 8
10194 fill-column: 74
10195 version-control: never
10196 coding: utf-8
10197 End: