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