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