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